@font-face {
    font-family: 'gotham-thin';
    src: url('../fonts/Gotham-Thin.woff') format('woff'), url('../fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gothamlight';
    src: url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gothambookitalic';
    src: url('../fonts/Gotham-BookItalic.woff') format('woff'), url('../fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gothammedium';
    src: url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gothambold';
    src: url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gothamblack';
    src: url('../fonts/Gotham-Black.woff') format('woff'), url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

html::-webkit-scrollbar {
    width: 10px;
}

html::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px;
    background: #144B83;
}

html::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px !important;
    border-radius: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'gothambold';
    font-weight: 700;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'gothambook';
    overflow-x: hidden !important;
}

p {
    font-family: 'gothambook';
}

a {
    text-decoration: none !important;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    font-family: 'gothamlight';
    font-weight: 300;
}

a:focus {
    outline: none;
}

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

.header {
    position: absolute;
    z-index: 99;
    width: 100%;
    transition: all 0.5s ease-in-out;
    top: 0;
    left: 0;
}

header.sticky {
    position: fixed !important;
    background: #fff;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
}

.right-link ul {
    display: flex;
    justify-content: end;
}

ul.navbar-nav>li:not(:last-child) {
    margin-right: 0;
}

.navbar-collapse ul {
    margin-left: auto;
    margin-right: 0 !important;
}

ul.navbar-nav>li>a {
    position: relative;
}

ul.navbar-nav>li>a {
    font-size: 16px;
    text-transform: capitalize;
    color: #FFFFFF !important;
    transition: all linear 0.3s;
    font-family: 'gothambook';
    font-weight: 400;
}

ul.navbar-nav>li>.nav-link.active,
ul.navbar-nav>li>.nav-link:hover {
    color: #FFFFFF !important;
}

/*ul.navbar-nav>li>a:hover::before,
ul.navbar-nav>li>a.active::before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    background: #0084FF;
    left: 0;
}*/

.main-menu .container-fluid {
    padding: 0;
    align-items: center;
}

.search-wrap {
    width: 30px;
    height: 30px;
    background: url(../images/search-icon.png) no-repeat center;
    cursor: pointer;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.search-wrap.open {
    background: url(../images/close-btn.png) no-repeat center;
    background-size: 23px;
}

.header .navbar-collapse {
    flex-basis: unset;
    flex-grow: unset;
    position: relative;
}

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

.navbar-nav .dropdown-menu::before {
    content: "";
    border: 10px solid transparent;
    border-bottom-color: #AFAFAF;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.dropdown-menu>li>a {
    font-size: 14px;
    padding: 10px 15px;
}

.dropdown-menu>li:not(:last-child)>a {
    border-bottom: 1px dashed #ddd;
}

.selector {
    position: relative;
}

.selector::after {
    content: "";
    width: 11px;
    height: 6px;
    background: url(../images/select-arrow.png) no-repeat center;
    display: block;
    position: absolute;
    right: 10px;
    top: 13px;
}

.custom-slider {
    height: 650px;
    min-height: 100vh;
    max-width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    position: relative;
}

.custom-slider::before,
.custom-slider::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

.custom-slider::before {
    top: 0;
    background: url(../images/banner-bg.png) no-repeat left center;
    background-size: cover !important;
    object-fit: cover !important;
}

.custom-slider::after {
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.57) 0%, rgba(99, 99, 99, 0) 43.23%);
}

.main-slider .slick-dots {
    position: absolute;
    left: 60px;
    bottom: 18%;
    z-index: 1;
    padding-left: 35px;
}

.main-slider .slick-dots>li>button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    color: #FFFFFF;
    font-family: 'OpenSans-Regular';
    position: relative;
}

.main-slider .slick-dots>li.slick-active>button {
    color: #F27921;
}

.main-slider .slick-dots>li.slick-active>button::before {
    content: "";
    width: 36px;
    height: 3px;
    background: #F27921;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
}

.block-slider {
    position: relative;
}

.top-container {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: 9;
    transform: translateY(-50%);
}

.intro-title h1 {
    font-family: 'gothambold';
    font-size: 65px;
    line-height: 74px;
    color: #FFFFFF !important;
    margin-bottom: 20px;
}

.intro-title h1 span {
    font-family: 'gothamlight';
    font-weight: 300;
}

.ptb-80 {
    padding: 80px 0;
}

.intro-title p {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 18px;
    line-height: 33px;
    color: #FFFFFF;
    margin-bottom: 35px;
}

.btn-custom {
    font-family: 'gothamlight';
    background: transparent;
    border-radius: 0px;
    padding: 13px 17px;
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.btn-custom:hover {
    color: #0F3677 !important;
    background: transparent;
    border: 1px solid #0F3677 !important;
}

.btn-custom>img {
    margin-left: 10px;
    /* filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1); */
}

.btn-custom:hover img {
    filter: none;
    -webkit-filter: none;
}

.about-cnt {
    padding-left: 15px;
}

.section-title p.title-sup {
    font-family: 'gothammedium';
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
}

.section-title h2 {
    font-family: 'gothambold';
    font-size: 65px;
    line-height: 74px;
    color: #0F3677;
}

.section-title h2 span {
    font-family: 'gothamlight';
    font-weight: 300;
}

.founded-in h3 {
    font-family: 'gothambold';
    font-size: 70px;
    line-height: 60px;
    color: #000000;
}

.founded-in h3 span {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 35px;
    display: block;
}

.founded-in p {
    font-family: 'gothamlight';
    font-size: 16px;
    line-height: 30px;
    color: #484747;
}

.founded-in {
    position: relative;
}

.founded-in::before {
    content: "";
    height: 130px;
    width: 2px;
    background: #DDDDDD;
    position: absolute;
    left: -30px;
    top: 17px;
}

.section-title>p {
    font-family: 'gothamlight';
    font-size: 18px;
    line-height: 30px;
    color: #484747;
    margin-bottom: 25px;
}

.btn-black {
    color: #000;
    border: 1px solid #000;
    font-family: 'gothambook';
}

.block-group {
    background: linear-gradient(0deg, #CECCD1 0%, rgba(224, 224, 224, 0.942708) 0.01%, rgba(206, 204, 209, 0) 102.55%);
}

.block-group .section-title h2 span {
    display: block;
}

.em-gruop {
    /* background: url(../images/group-bg.jpg) no-repeat center; 
    background-size: cover;
    object-fit: cover;*/
    padding: 60px 120px;
    background: linear-gradient(0deg, #144B83, #144B83), url(image-97.png);
}

.group-text p {
    font-size: 24px;
    color: #fff;
    font-family: 'gotham-thin';
    margin-bottom: 0;
}

.group-text h2 {
    color: #fff;
    font-size: 75px;
    line-height: 80px;
}

.group-text h2 sup {
    font-size: 24px;
    margin-left: -10px;
    font-family: 'gotham-thin';
    display: inline-block;
    vertical-align: baseline;
}

.ptb-60 {
    padding: 60px 0;
}

.residential-box {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    position: relative;
    height: 600px;
    z-index: 1;
}

.residential-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.30);
    z-index: -1;
}

.residential-img {
    text-align: center;
    position: relative;
    top: -90px;
}

.residential-title {
    font-family: 'gothamblack';
    font-weight: 800;
    /* font-size: 123.529px;
    line-height: 134.8%; */
    font-size: 90px;
    line-height: 100px;
    color: #FFFFFF;
    text-shadow: 0px 8px 4px rgba(0, 0, 0, 0.25);
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.block-business {
    background: linear-gradient(0deg, #CECCD1 0%, rgba(224, 224, 224, 0.942708) 0.01%, rgba(206, 204, 209, 0) 102.55%);
}

.residential-footer {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    padding: 0 30px;
}
.residential-left h4 {
    font-family: 'gothambold';
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
}
.residential-left p {
    font-family: 'gothamlight';
    font-size: 14px;
    line-height: 20px;
    /* color: #484747; */
    color: #fff;
}

.residential-left .btn-black {
    font-family: 'gothambook';
}

.slider-for .slick-slide img {
    display: block;
    margin: auto;
    max-width: 765px;
}

.slider-for .slick-slide .residential-right img {
    margin-left: auto;
    margin-right: 0;
}

.slider-for .slick-slide .btn img,
.life-slider .slick-slide .btn img {
    display: inline-block;
    margin-left: 10px;
}

.slider-nav>div {
    padding: 0 !important;
}

.slider-nav .count-btn {
    width: 22px;
    line-height: 22px;
    height: 22px;
    border-radius: 50%;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

.slider-nav .slick-slide.slick-current.slick-center .count-btn {
    background: #0F3677;
}

.slider-nav .slick-slide .count-btn h3 {
    font-family: 'gothamlight';
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.slider-nav .slick-slide.slick-current.slick-center .count-btn h3 {
    font-family: 'gothammedium';
    font-weight: 500;
    color: #fff;
}

.slider-nav {
    position: absolute;
    top: 35px;
    left: -14px;
    width: 40px;
}

.slider-nav .slick-slide {
    float: none;
    margin: 10px 0;
}

.block-feats {
    background: #282524;
    padding: 120px 0;
}

.section-title p.title-sup {
    font-family: 'gothambold';
    font-size: 24px;
    margin-bottom: 20px;
}

.video-wrap .section-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.video-img {
    padding-left: 180px;
}

.play-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 90px;
    cursor: pointer;
}

.block-life {
    background: url(../images/life-bg.jpg) no-repeat center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    object-fit: cover;
    padding: 120px 0;
    position: relative;
}

.h-life {
    padding: 30px 0;
    height: 670px;
    background-position: top center;
    position: relative;
}

.life-eastman {
    background: rgba(255, 255, 255, 0.9);
    max-width: 576px;
    margin: auto;
    margin-right: 0;
    padding: 40px;
    position: relative;
}

.section-title .title-top {
    font-family: 'gothambold';
    font-size: 25px;
    text-transform: uppercase;
    color: #144B83;
    margin-bottom: 10px;
    display: block;
}

.life-eastman .section-title h2 {
    margin-bottom: 20px;
    color: #212121;
}

.life-eastman .section-title>p {
    color: #000;
    margin-bottom: 30px;
}

.life-eastman-left .section-title h2 {
    font-family: 'gothambold';
    font-weight: 800;
    font-size: 45px;
    line-height: 58px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0;
}

.life-eastman-left .section-title h2 span {
    font-size: 25px;
    line-height: 48px;
    display: block;
    font-family: 'gothambold';
    text-transform: uppercase;
}

.life-eastman-right {
    position: relative;
    padding-left: 90px;
}

.life-eastman-right::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 165px;
    left: 0;
    top: 0;
    background: #FFFFFF;
    border-radius: 50px;
}

/* .life-eastman::before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    font-size: 0;
    background-color: rgba(46, 41, 41, 0.85);
    border-radius: 50%;
} */

.life-slider .slick-arrow {
    border: none;
    z-index: 1;
    background: transparent;
    font-size: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -56px;
}

.life-slider .slick-prev {
    left: -64px;
}

.life-slider .slick-next {
    left: -49px;
}

.life-slider .slick-arrow::before {
    width: 30px;
    height: 30px;
    z-index: 1;
    content: "";
    display: inline-block;
}

.life-slider .slick-prev::before {
    left: 0;
    background: url(../images/prev-icon.png) no-repeat left center;
}

.life-slider .slick-next::before {
    left: 60px;
    background: url(../images/next-icon.png) no-repeat center;
}

.certificate {
    position: absolute;
    left: 0;
    top: 0;
}

.block-blue {
    background: #144B83;
}

.block-blue .section-title a {
    font-family: 'gothambold';
    font-size: 21px;
    line-height: 123.1%;
    color: #FFFFFF;
}

.block-blue .section-title h2 {
    margin-bottom: 30px;
}

.footer-top {
    padding: 60px 0 0;
}

.footer-link h4 {
    font-family: 'gothammedium';
    font-weight: 500;
    font-size: 16px;
    line-height: 134.8%;
    color: #000000;
}

.footer-link ul>li>a,
.address ul>li,
.address ul>li>a {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 14px;
    line-height: 134.8%;
    text-transform: capitalize;
    color: #000000;
    display: block;
    padding: 5px 0;
    transition: all linear 0.3s;
}

.footer-link ul>li>a:hover,
.address ul>li>a:hover {
    color: #144B83;
}

.address ul>li>a {
    padding: 0;
    text-transform: none;
    display: inline-block;
}

.address ul>li {
    position: relative;
    padding-left: 28px;
}

.address ul>li::before {
    width: 18px;
    height: 17px;
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
}

.address-icon::before {
    background: url(../images/location.png) no-repeat center;
    height: 20px !important;
}

.telephone::before {
    background: url(../images/telephone.png) no-repeat center;
}

.support::before {
    background: url(../images/support.png) no-repeat center;
}

.email::before {
    background: url(../images/mail.png) no-repeat center;
}

.partner::before {
    background: url(../images/handshake.svg) no-repeat center;
    background-size: 20px;
}

.media::before {
    background: url(../images/media.svg) no-repeat center;
    background-size: 18px;
}

.footer-link .footer-child:nth-child(2) {
    margin-bottom: 20px;
}

.contact-social-icon ul>li>a img {
    filter: grayscale(100%) sepia(100%);
    -webkit-filter: grayscale(100%) sepia(100%);
}

.footer-child p {
    font-family: 'gothamlight';
    font-size: 16px;
    line-height: 134.8%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 5px;
}

.social-icon ul>li {
    display: inline-block;
}

.social-icon ul>li>a {
    color: #134C86;
    font-size: 20px;
    display: block;
}

.social-icon ul>li>a:hover {
    color: #000;
}

.social-icon ul>li:not(:last-child) {
    margin-right: 15px;
}

.footer-middle {
    padding: 30px 0;
}

.footer-bottom p {
    font-family: 'gothamlight';
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    margin: 0;
    white-space: nowrap;
}

.footer-bottom {
    border-top: 1px solid #B7B7B7;
    padding: 20px 0;
}

.footer-bottom img {
    margin-left: 6px;
}

.btn-custom:hover {
    background: #0F3677 !important;
    color: #fff !important;
    border: 1px solid #0F3677 !important;
}

.btn-black:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

header .search-bar {
    background-color: #F1F1F1;
    padding: 10px 50px;
    width: 100%;
    border-top: 1px solid #dfe3e8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
    border-bottom: 1px solid #dfe3e8;
    position: absolute;
    left: 0;
}

header .search-bar.active {
    top: 100%;
    z-index: 1;
    visibility: visible;
    opacity: 1;
}

header .search-bar .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

header .search-bar .form-group .form-control {
    max-width: 300px;
    height: 40px;
    border-radius: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
    outline: none;
    box-shadow: none;
    margin-right: 10px;
}

header .search-bar .form-group .btn {
    background: #144B83;
    border-radius: 0;
    color: #fff;
    height: 40px;
    font-size: 16px;
    border: 1px solid #144B83;
}

.dropdown-toggle::after {
    width: 16px;
    height: 16px;
    background: url(../images/arrow-down.svg) no-repeat center;
    background-size: 16px;
    border: none;
    vertical-align: middle;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.col-md-3 .footer-link:not(:last-child) {
    margin-bottom: 20px;
}

.group-text {
    padding: 30px;
    position: relative;
}

.bor-right::after {
    content: "";
    width: 1px;
    height: 142px;
    background: #8A8282;
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
}

.center .slick-list .slick-slide {
    padding: 0 20px;
}

/*===my-css-start===*/

.newsroom-cards {
    margin-bottom: 30px;
}

.custom-slider-2 {
    height: 650px;
    min-height: auto;
    max-width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    position: relative;
}

.custom-slider-2::before,
.custom-slider::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

.custom-slider-2::before {
    top: 0;
    background: url(../images/banner-bg.png) no-repeat left center;
    background-size: cover;
    object-fit: cover;
}

.custom-slider-2::after {
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.57) 0%, rgba(99, 99, 99, 0) 43.23%);
}

.newsroom-content {
    background-color: white;
    padding: 20px;
    min-height: 241px;
}

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

.newsroom-content h4 {
    font-family: 'gothammedium';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #484747;
}

.newsroom-content h4 a {
    color: #484747;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 108px;
}

.newsroom-content p {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #484747;
}

.p-tb {
    padding-top: 50px;
    padding-bottom: 50px;
}

.newsroom-card-section {
    padding: 80px 0;
    background: #f6f6f6 url(../images/contact-bg.png) no-repeat center;
}

.newsroom-card-section .form-wrapper .form-title {
    background: #134C86;
    padding: 25px;
}

.form-title h2 {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 65px;
    line-height: 70px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.form-title p {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.p-t {
    padding-top: 50px;
}

.newsroom-card-section2 {
    background: #F6F6F6;
    padding: 15px 0;
}

/*=====contact-us-start===*/

.contact-heading {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 65px;
    line-height: 70px;
    color: #144B83;
}

.contactus-left h6,
.contact-social-icon h6 {
    font-family: 'gothammedium';
    font-weight: 400;
    font-size: 22px;
    line-height: 134.8%;
    text-transform: uppercase;
    color: #282524;
}

.contactus-left ul>li,
.contactus-left ul>li>a {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 18px;
    line-height: 134.8%;
    color: #282524;
}

.contactus-left ul>li:not(:last-child) {
    margin-bottom: 5px;
}

.contactus-margin {
    margin-top: 50px;
}

.contactus-left .address ul>li::before {
    top: 10px;
}

.contactus-left .address ul>li {
    padding-left: 35px;
}

/*=====contact-us-start===*/

/*===my-css-end===*/

/*=====life-eastman-start===*/

.life-esheading h4 {
    font-family: 'gothambold';
    font-size: 65px;
    line-height: 70px;
    text-align: center;
    color: #144B83;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.block-life-eastman .certificate {
    position: absolute;
    right: 17%;
    top: 0;
}

.life-esheading h4 span {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 70px;
    line-height: 74px;
    text-align: center;
    color: #144B83;
}

.life-escards {
    text-align: center;
}

.life-escards img {
    margin-bottom: 10px;
}

.life-esheading p {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    text-align: center;
}

.life-escards h6 {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    margin-top: 10px;
}

.life-escards-section {
    text-align: center;
}

.job-opening {
    background-repeat: no-repeat !important;
    padding: 137px 0px;
    background-size: cover !important;
}

.jobopening-back {
    background: rgba(20, 75, 131, 0.95);
    padding: 50px;
}

.jobopening-back h4 {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 65px;
    line-height: 70px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.jobopening-back h4 span {
    font-family: 'gothambold';
    font-weight: 800;
    color: #FFFFFF;
}

.jobopening-back p {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}

.block-top-banner .custom-slider-2::before {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.63) 0%, rgba(99, 99, 99, 0) 100%);
}

.block-top-banner .custom-slider-2 {
    height: 100vh;
    min-height: 600px;
    max-height: 100vh;
}

.block-top-banner .intro-title,
.inner-page-banner .intro-title {
    margin-top: 60px;
    max-width: 867px;
    width: 100%;
    background: rgba(0, 0, 0, 0.80);
    padding: 30px;
}

.block-life-eastman {
    padding: 100px 0;
}

/*=====life-eastman-end===*/

/*=====Career-css-start===*/

.accordion-sepereation {
    margin-top: 10px;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: #F6F6F6;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.block-career {
    background: #F6F6F6;
    padding: 100px 0;
}

.block-top-banner .inner-page-banner {
    height: 432px;
    min-height: auto;
}

.block-career .accordion-header .accordion-button {
    border: none;
    padding: 20px 0;
    margin: 0;
    font-family: 'gothammedium';
    font-size: 34px;
    text-transform: capitalize;
    color: #212121;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #7E7E7E !important;
    border-radius: 0px !important;
}

.block-career .accordion-header .accordion-button[aria-expanded="true"] {
    border-bottom: none !important;
}

.block-career .accordion-item {
    border: none;
    background: transparent;
    border-radius: 0px;
}

.block-career .accordion-body {
    border: 1px solid #7E7E7E;
    padding: 20px 15px;
}

.block-career .accordion-item .accordion-collapse .accordion-body:not(:last-child) {
    margin-bottom: 20px;
}

.block-career .accordion-button::after {
    filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
}

.block-career .section-title {
    margin-bottom: 45px;
}

.job-tittle h6 {
    font-family: 'gothambold';
    font-size: 24px;
    text-transform: capitalize;
    color: #212121;
    margin: 0;
}

.job-tittle p {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 18px;
    line-height: 31px;
    text-transform: capitalize;
    color: #000000;
    margin: 0;
}

.job-description-para p {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 18px;
    line-height: 31px;
    text-transform: capitalize;
    color: #000000;
    margin: 0;
}

.job-description-para ol {
    margin: 0;
    padding: 0 0 0 15px;
}

.job-description-para span,
.job-description-para ol>li span {
    font-family: 'gothamlight' !important;
    font-weight: 300;
    font-size: 18px;
    line-height: 31px;
    text-transform: capitalize;
    color: #000000;
    margin: 0;
}

.job-description-para table {
    width: 100% !important;
}

.job-description-para table tr td {
    border: none !important;
    width: 100% !important;
    white-space: normal !important;
}

.job-applynow .btn-custom {
    white-space: nowrap;
}

/*=====Career-css-end===*/

.contact-social-icon {
    margin-top: 45px;
}

.contact-social-icon ul>li {
    display: inline-block;
    margin-right: 20px;
}

.contact-social-icon ul>li>a {
    color: #000000;
    font-size: 20px;
    display: block;
}

.dropdown.position-static .dropdown-menu {
    display: none;
    width: 100%;
    max-width: 100%;
    height: 484px;
    padding: 30px 40px;
    padding-bottom: 270px;
    transition: all linear 0.3s;
    right: 0;
    z-index: 9;
    background-size: cover;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.6);
}

.dropdown.position-static:hover .dropdown-menu {
    display: block;
}

.dropdown .section-title h2 {
    font-size: 35px;
    line-height: 34px;
    margin-bottom: 10px;
}

.megamenu-item ul>li:not(:last-child) {
    border-bottom: 1px dashed #ABABAB;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.megamenu-item ul>li>a {
    font-size: 14px;
    line-height: 134.8%;
    text-transform: capitalize;
    color: #1B1919;
    font-family: 'gothambook';
    font-weight: 400;
    padding: 8px 0;
    display: block;
}

.main-menu ul.navbar-nav>li:first-child .dropdown-menu::before {
    left: 16%;
}

.main-menu ul.navbar-nav>li:nth-child(2) .dropdown-menu::before {
    left: 35%;
}

.main-menu ul.navbar-nav>li:nth-child(3) .dropdown-menu::before {
    left: 55%;
}

/* .dropdown-menu.story-bg::before {
    left: 16%;
}
.dropdown-menu.value-bg::before {
    left: 24%;
}
.dropdown-menu.business-bg::before {
    left: 35%;
}
.dropdown-menu.life-bg::before {
    left: 57%;
} */

.megamenu .row {
    margin: 0 -60px;
}

.megamenu .row>div {
    padding: 0 60px;
}

.story-bg {
    background: #fff url(../images/our-story-menubg.jpg)no-repeat center bottom;
}

.value-bg {
    background: #fff url(../images/our-value-menubg.png)no-repeat center bottom;
}

.business-bg {
    background: #fff url(../images/our-bissiness.png)no-repeat center bottom;
}

.life-bg {
    background: #fff url(../images/life-bg.png)no-repeat center bottom;
}

.research-bg {
    background: #fff url(../images/research-bg.jpg)no-repeat center bottom;
}

.manufacturing-bg {
    background: #fff url(../images/manufacturing-menu-bg.png)no-repeat center bottom;
}

.resource-bg {
    background: #fff url(../images/resource-bg.jpg)no-repeat center bottom;
}

.block-about .section-title h2 {
    font-size: 65px;
    line-height: 70px;
    margin-bottom: 30px;
}

.section-title p.title-sup {
    font-size: 14px;
    margin-bottom: 5px;
    font-family: 'gothammedium';
    text-transform: uppercase;
}

.block-blue .section-title>p {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}

.block-blue .section-title>p b {
    font-family: 'gothambold';
}

.block-blue .video-wrap .section-title {
    max-width: 520px;
    width: 100%;
    z-index: 1;
}

.block-inner .custom-slider::after {
    content: none;
}

.block-inner .custom-slider::before {
    background: url(../images/manufacturing-bg.png) no-repeat left center;
}

.block-inner .intro-title h1 {
    margin-bottom: 20px;
}

.block-inner .group-text h2 {
    font-size: 70px;
    line-height: 75px;
}

.block-inner .group-text {
    padding: 20px 0;
}

.block-inner .top-container {
    top: 60%;
}

.block-products {
    padding: 0 0 60px;
}

.bp-icon ul {
    display: flex;
    flex-wrap: wrap;
}

.bp-icon ul>li {
    flex: 0 0 auto;
    width: 33.333333%;
    text-align: center;
}

.bpicon {
    margin-bottom: 10px;
}

.bpicon-content p {
    margin: 0;
    font-family: 'gothammedium';
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
    color: #484747;
}

.block-power {
    padding-bottom: 60px;
}

.block-videos .video-img {
    padding-left: 0;
}

.block-videos .container-fluid {
    padding: 0;
}

.block-videos .play-icon {
    transform: translate(-50%, -50%);
    right: auto;
    left: 50%;
}

ul.store {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
    align-items: center;
}

ul.store>li {
    padding: 0 10px;
    cursor: pointer;
    position: relative;
}

.store-content .tab-content {
    display: block;
    height: 0;
    overflow: hidden;
}

.store-content .tab-content.current {
    height: auto;
}

.block-product-item {
    padding: 60px 0;
    position: relative;
}

.block-product-item::before {
    content: "";
    width: 100%;
    position: absolute;
    background: #F8F8F8;
    bottom: 0;
    height: 646px;
    z-index: -1;
}

.block-item-img {
    position: relative;
    border: 10px solid transparent;
}

.block-item-img a {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 32px;
    line-height: 35px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF !important;
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-item-img a div {
    max-width: 280px;
    width: 100%;
}

.block-item-img a b {
    font-family: 'gothammedium';
    font-weight: 500;
}

ul.store li.current .block-item-img {
    border: 10px solid #0084FF;
    box-shadow: 1.03652px -3.10955px 9.32865px -1.03652px rgba(121, 102, 102, 0.25);
}

ul.store li.current .block-item-img::after {
    content: "";
    border: 10px solid transparent;
    border-top-color: #0084FF;
    position: absolute;
    bottom: -28px;
    left: 50%;
}

.block-product-item .store-content {
    margin-top: 60px;
}

.block-product-item .section-title {
    max-width: 740px;
    width: 100%;
}

.block-product-item .about-image {
    position: relative;
}

.block-product-item .about-image::after {
    content: "";
    width: 100%;
    background: #EFEEEE;
    height: calc(100% - 60px);
    top: 50%;
    right: -15px;
    position: absolute;
    z-index: -1;
    transform: translateY(-50%);
}

.custom-row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.row-right {
    display: flex;
    align-items: center;
}

.row-right img {
    width: 52px;
}

.row-right span {
    font-family: 'gothammedium';
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: #484747;
    display: inline-block;
    margin-left: 10px;
}

.row-left h4 {
    font-family: 'gothammedium';
    font-weight: 500;
    font-size: 26.4865px;
    line-height: 28px;
    text-align: right;
    color: #484747;
    margin: 0;
}

.block-product-item .about-cnt {
    padding-left: 25px;
}

.block-product-item .section-title>p {
    font-size: 16px;
}

.block-number {
    padding: 40px 0;
    background: #144B83;
}

.page-number {
    text-align: center;
}

.page-number h4 {
    font-family: 'gothambold';
    font-weight: 800;
    font-size: 45px;
    line-height: 51px;
    text-transform: uppercase;
    color: #000;
}

.page-number p {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 0;
}

.block-cslider {
    padding: 60px 0;
}

.block-cslider .slick-arrow {
    position: absolute;
    width: 51px;
    height: 51px;
    left: 0;
    top: 50%;
    background: #144B83;
    border: none;
    font-size: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.block-cslider .slick-prev {
    left: 60px;
}

.block-cslider .slick-prev::before,
.block-cslider .slick-next::before {
    content: "";
    width: 12px;
    height: 15px;
    display: block;
    margin: auto;
}

.block-cslider .slick-prev::before {
    background: url(../images/arrow-prev.png) no-repeat center;
}

.block-cslider .slick-next::before {
    background: url(../images/arrow-next.png) no-repeat center;
}

.block-cslider .slick-next {
    left: auto;
    right: 60px;
}

.block-cslider .container-fluid {
    padding: 0;
    position: relative;
}

.block-cslider .container-fluid::before,
.block-cslider .container-fluid::after {
    content: "";
    width: 320px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    background-size: cover !important;
}

.block-cslider .container-fluid::after {
    left: auto;
    right: 0;
}

.block-cslider .container-fluid::before {
    background: url(../images/left-shadow.png) no-repeat center;
}

.block-cslider .container-fluid::after {
    background: url(../images/right-shadow.png) no-repeat center;
}

.block-lead {
    background: #F8F8F8;
}

.certificate-box {
    background: #FFFFFF;
    padding: 30px 60px;
    max-width: 1015px;
    margin: 40px auto;
}

.certificate-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 -15px;
}

.certificate-box ul>li {
    padding: 0 015px;
    width: 25%;
    margin: 15px 0;
}

.block-rd {
    background: url(../images/R&D-banner.jpg) no-repeat center;
}

.block-rd .life-eastman::before {
    content: none;
}

.block-rd .life-eastman {
    background: rgba(20, 75, 131, 0.95);
    max-width: 635px;
    padding: 80px;
    margin-left: 0;
}

.block-rd .life-eastman .section-title h2 {
    font-size: 70px;
    line-height: 74px;
    color: #fff;
    margin-bottom: 30px;
}

.btn-white>img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.btn-white:hover>img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.pl-90 {
    padding-left: 60px;
}

.block-mgmnt {
    background: #F6F6F6;
}

.block-team {
    background: #144B83;
    padding-bottom: 30px;
}

.block-team .section-title h2 {
    font-size: 55px;
    line-height: 68px;
}

.team-img {
    margin-bottom: 20px;
}

.team-content h2 {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 16px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0 0 5px;
}

.team-content p {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 22px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0;
}

.block-solution .container-fluid {
    padding: 0;
}

.block-team .row {
    margin: 0 -30px;
}

.block-team .row>div {
    padding: 0 30px;
}

.team-box {
    margin-bottom: 50px;
}

.block-solution .row>div {
    width: 16.666666%;
    height: 510px;
}

.solution-text div:first-child {
    flex: 0 0 auto;
    width: 85%;
}

.block-solution .row>div>div {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 20px;
    display: block;
    align-items: end;
    position: relative;
    z-index: 1;
}

.block-solution .row>div.active>div {
    border: 2px solid #0084FF;
}

.solution-text div>a img {
    margin-top: 10px;
    width: 30px;
}

.block-solution .row>div>div::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: linear-gradient(360deg, #030303 0.82%, rgba(3, 3, 3, 0) 67.71%);
    left: 0;
    bottom: 0;
    z-index: -1;
}

.solution-text h3 {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 20px;
    line-height: 125%;
    color: #FFFFFF;
    margin: 0 0 10px;
}

.solution-text h3 span {
    font-family: 'gothambold';
}

.solution-text {
    width: 100%;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 15px;
    height: 80px;
    overflow: hidden;
    transition: all .3s;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.solution-text div:last-child {
    flex: 0 0 auto;
    width: 15%;
}

.solution-text div:last-child {
    text-align: right;
    width: 30px;
}

.block-solution .row>div:hover .solution-text {
    height: 195px;
}

.solution-text p {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    font-family: 'gothamlight';
    font-weight: 300;
}

.manage-content {
    display: none;
}

.manage-content.current {
    display: block;
}

.block-brand {
    padding: 30px 0;
}

.block-brand .section-title h2 {
    font-size: 50px;
    margin-bottom: 0;
}

.block-mfd .section-title {
    padding-right: 0;
}

.block-mfd .section-title h2 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 10px;
}

/*.block-mfd .section-title h2 br {
    display: none;
}*/

.block-unit {
    background: url(../images/unit.jpg) no-repeat center;
}

.block-unit .life-eastman::before {
    content: none;
}

.block-unit .life-eastman {
    max-width: 606px;
    background: #fff;
    padding: 40px;
}

.block-unit .life-eastman .section-title h2 {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 5px;
}

.block-unit .life-eastman .section-title h2 p {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 20px;
    line-height: 51px;
    text-transform: capitalize;
    color: #211B1B;
    margin: 0;
}

.block-unit .life-eastman .section-title>p {
    margin-bottom: 0;
}

.block-perform {
    background: #144B83;
}

.block-perform .section-title>h2>p {
    font-size: 20px;
    font-family: 'gothamlight';
    font-weight: 300;
}

.block-perform .section-title>p {
    color: #fff;
    margin: 0;
}

.product-box {
    background: #F5F5F5;
    padding: 30px 30px 80px;
    height: 425px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.product-box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px 30px;
    align-items: center;
}

.product-box-text>div {
    height: 50px;
    overflow: hidden;
    transition: all .3s;
    display: flex;
    align-items: center;
}

.product-box:hover .product-box-text>div {
    height: 78px;
    transition: all .3s;
}

.product-box-text p {
    margin: 0;
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 20px;
    line-height: 134.8%;
    color: #000000;
}

.product-box .product-box-text>div>p+p {
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding-right: 15px;
}

.product-box-text p span {
    font-family: 'gothambold';
}

.product-slider .slick-list {
    margin: 0 -5px;
    /* padding:0 180px 0 0; */
}

.product-slider .slick-list .slick-slide {
    padding: 0 5px;
}

.second-row>div {
    width: 20%;
}

.innocation-icon {
    text-align: center;
}

.innocation-icon>img {
    margin-bottom: 10px;
}

.innocation-icon p {
    margin: 0;
    font-family: 'gothambold';
    font-weight: 700;
    font-size: 18.8192px;
    line-height: 27px;
    text-transform: capitalize;
    color: #252424;
}

.block-focus.block-product-item::before {
    height: 100%;
}

.block-focus.block-product-item .section-title {
    max-width: 100%;
}

.block-focus .block-item-img h3 {
    font-size: 24px;
    line-height: 30px;
    width: 100%;
}

.subtitle h3 {
    font-family: 'gothammedium';
    font-weight: 500;
    font-size: 45px;
    line-height: 63px;
    text-align: center;
    color: #144B83;
    margin-bottom: 45px;
}

.lab-box {
    background: #144B83;
    padding: 20px;
    height: 100%;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
}

.lab-box h4,
.lab-box p {
    width: 100%;
    flex: 0 0 auto;
}

.lab-box h4 {
    font-family: 'gothambold';
    font-weight: 800;
    font-size: 21px;
    line-height: 25px;
    color: #FFFFFF;
}

.lab-box p {
    font-family: 'gothammedium';
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF;
    margin: 0;
}

.member-box {
    position: absolute;
    background: url(../images/member-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 60px;
    max-width: 1023px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
    top: -185px;
}

.member-num h2 {
    font-family: 'gothambold';
    font-weight: 800;
    font-size: 183px;
    line-height: 118px;
    text-transform: uppercase;
    color: #144B83;
    margin: 0;
    text-align: center;
}

.member-box .section-title h2 {
    color: #1D1B1B;
}

.member-box .section-title {
    padding-left: 40px;
}

.block-empowering {
    padding-bottom: 280px;
}

.block-focus {
    padding-top: 140px;
}

.block-deliver {
    background: url(../images/we-deliver.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 0;
}

.deliver-title h2 {
    font-family: 'gothammedium';
    font-size: 45px;
    line-height: 63px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
}

.deliver-box {
    background: #FFFFFF;
    position: relative;
    border-radius: 10px;
}

.deliver-img img {
    border-radius: 10px 10px 0px 0px;
}

.deliver-icon {
    width: 74px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -45px;
    transform: translateX(-50%);
    box-shadow: -4.48521px 1.79408px 3.58816px rgba(133, 124, 124, 0.25);
}

.deliver-cnt {
    padding: 40px 20px;
    text-align: center;
    position: relative;
}

.deliver-cnt h3 {
    font-family: 'gothammedium';
    font-weight: 500;
    font-size: 25px;
    line-height: 36px;
    text-transform: capitalize;
    color: #144B83;
}

.deliver-cnt p {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #0C0C0C;
    margin: 0;
    min-height: 142px;
}

.deliver-box-wrap .deliver-box:not(:last-child) {
    margin-bottom: 20px;
}

.block-csr .section-title>p {
    font-size: 14px;
    line-height: 25px;
    color: #000;
}

.csr-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 30px 60px;
}

.block-csr .about-cnt {
    padding-left: 60px;
}

.block-policy {
    background: #282524;
}

.mb-50 {
    margin-bottom: 50px;
}

.csr-icon {
    background: #144B83;
    border: 1px solid #FFFFFF;
    width: 146px;
    height: 146px;
    line-height: 146px;
    margin: 0 auto 30px;
    border-radius: 50%;
}

.csr-text h3 {
    font-family: 'gothammedium';
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 25px;
    min-height: 50px;
}

.csr-text p {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

.block-policy {
    padding: 100px 0;
}

.block-environmental {
    background: #F6F6F6;
}

.block-environmental .section-title h2 {
    color: #000;
}

.block-ngo {
    background: #212121;
}

.ngo-box {
    background: #FFFFFF;
    padding: 60px 40px;
    position: relative;
    border-bottom: 5px solid #144B83;
}

.ng-icon {
    margin-bottom: 25px;
    min-height: 81px;
}

.ng-text h3 {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 26px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}

.ng-text p {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 18px;
    line-height: 31px;
    min-height: 155px;
    color: #000000;
}

.arrow-blk {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #144B83;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}

.arrow-blk img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.ngo-box.active,
.ngo-box:hover {
    background: #144B83;
    border-bottom: 5px solid #fff;
}

.ngo-box.active .ng-icon img,
.ngo-box:hover .ng-icon img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.ngo-box.active .ng-text h3,
.ngo-box.active .ng-text p,
.ngo-box:hover .ng-text h3,
.ngo-box:hover .ng-text p {
    color: #fff;
}

.ngo-box.active .arrow-blk,
.ngo-box:hover .arrow-blk {
    background: #fff;
}

.ngo-box.active .arrow-blk img,
.ngo-box:hover .arrow-blk img {
    filter: none;
    -webkit-filter: none;
}

.big-icon::before {
    content: "";
    width: 160px;
    height: 191px;
    background: url(../images/ngo-icon-big.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cust-title .section-title h2 span {
    font-size: 24px;
}

.cust-title .section-title h2 {
    line-height: 32px;
}

.about-cnt.cus-pl-0 {
    padding-left: 35px;
}

#job-position .modal-title {
    font-family: 'gothammedium';
    font-weight: 500;
    font-size: 34px;
    text-transform: capitalize;
    color: #212121;
    text-align: center;
    width: 100%;
}

#job-position .modal-header {
    border-bottom: none;
}

.job-form .form-group {
    margin-bottom: 20px;
}

.job-form .form-group .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    font-size: 16px;
    height: 45px;
    color: #000;
}

.job-form .form-group .form-control::placeholder {
    color: #000;
}

.job-form .form-group .form-control:focus {
    box-shadow: none;
}

#job-position .modal-content {
    padding: 20px 40px;
    border-radius: unset;
}

.job-form .form-group select.form-control {
    appearance: auto;
}

.btn-sumbit {
    background: #144B83;
    padding: 10px 30px;
    margin-top: 30px;
    color: #fff;
    border-radius: 0px;
}

.btn-sumbit:hover {
    background: #fff !important;
    color: #144B83 !important;
    border: 1px solid #144B83 !important;
}

.team-content>a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
}

.team-content>a>img {
    margin-left: 5px;
}

.post {
    font-family: 'gothambold';
    font-weight: 300;
    font-size: 26px;
    line-height: 33px;
    color: #000;
    margin-bottom: 25px;
}

.ril_people .btn-close,
.rnd_project .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
}

.ril_people .modal-body {
    padding: 45px 35px 25px;
    display: flex;
    background: #F6F6F6;
    justify-content: space-between;
    align-items: start;
}

.ril_people .btn-close,
#job-position .btn-close {
    opacity: 1;
    background: url(../images/modal-close.png) no-repeat center;
    background-size: contain;
}

.ril_people .modal-body .profile_image {
    margin-right: 30px;
    width: 28%;
    position: relative;
    z-index: 1;
}

.ril_people .modal-body .profile_image::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #EFEEEE;
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: -1;
}

.ril_people .modal-body .profile_text {
    width: 65%;
}

.ril_people .modal-body .profile_text h3,
.rnd_project .modal-body h3 {
    font-weight: 500;
    font-size: 70px;
    line-height: 74px;
    margin-bottom: 15px;
    font-family: 'gothammedium';
    text-transform: uppercase;
    color: #144B83;
}

.ril_people .modal-body .profile_text h4 {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 24px;
    color: #484747;
    margin-bottom: 15px;
}

.ril_people .modal-body .profile_text p,
.rnd_project .modal-body p {
    font-size: 18px;
    line-height: 28px;
    font-family: 'gothamlight';
    font-weight: 300;
    color: #484747;
}

.jobopening-back .btn-custom img,
.life-eastman .btn-custom img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.jobopening-back .btn-custom:hover img,
.life-eastman .btn-custom:hover img {
    filter: none;
    -webkit-filter: none;
}

.jobopening-back .btn-custom:hover,
.life-eastman .btn-custom:hover {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #000 !important;
}

.btn-blck2 img {
    filter: none !important;
    -webkit-filter: none !important;
}

.logo-scroll,
header.sticky .logo {
    display: none;
}

header.sticky .logo-scroll {
    display: block;
}

header.sticky ul.navbar-nav>li>a,
header.header-static ul.navbar-nav>li>a {
    color: #000 !important;
}

header.sticky ul.navbar-nav>li>.nav-link.active,
header.sticky ul.navbar-nav>li>.nav-link:hover,
header.header-static ul.navbar-nav>li>.nav-link.active,
header.header-static ul.navbar-nav>li>.nav-link:hover {
    color: #000 !important;
}

header.sticky .dropdown-toggle::after,
header.sticky .search-wrap,
header.header-static .dropdown-toggle::after,
header.header-static .search-wrap {
    filter: none;
    -webkit-filter: none;
}

header.sticky .main-menu {
    padding: 0;
}

.slider-custom {
    height: 100vh;
    max-height: 100vh;
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.video-slider video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.values .intro-title p {
    margin: 0;
    font-size: 40px;
    line-height: 47px;
}

.block-value {
    background: #144B83;
    padding: 100px 0 50px;
}

.value-icon {
    margin-bottom: 20px;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
}

.value-text h3 {
    font-family: 'gothambold';
    font-weight: 800;
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
}

.value-text p {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    min-height: 84px;
}

.value-text a {
    font-family: 'gothambook';
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.value-text a img {
    margin-left: 5px;
}

.value-box {
    margin-bottom: 50px;
    max-width: 570px;
    width: 100%;
}

.pl-0 {
    padding-left: 0;
}

.block-leadership {
    background: #144B83;
}

.cnt-title .about-cnt {
    padding-left: 0;
}

.cnt-title .section-title h2 {
    font-size: 70px;
}

.block-customer {
    background: #F6F6F6;
}

.customer-wrap {
    text-align: center;
}

.customer-icon {
    width: 73px;
    height: 73px;
    line-height: 73px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    margin: 0 auto 20px;
}

.customer-text h3 {
    font-family: 'gothammedium';
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    color: #484747;
}

.customer-text p {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    color: #484747;
    margin: 0;
}

.block-partner {
    background: #144B83;
}

.partner ul>li {
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    font-family: 'gothammedium';
    font-weight: 500;
    position: relative;
    padding-left: 30px;
}

.partner ul>li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

.partner ul>li:not(:last-child) {
    margin-bottom: 20px;
}

.partner ul {
    position: relative;
}

.partner ul::before {
    width: 1px;
    height: 88%;
    content: "";
    border: 1px dotted #fff;
    display: block;
    position: absolute;
    left: 4px;
    top: 10px;
}

.block-value-creation {
    background: #F6F6F6;
}

.block-value-creation .ngo-box {
    padding: 60px 15px;
    border-bottom: 5px solid #144B83;
}

.block-value-creation .arrow-blk {
    background: #282524;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    display: none;
}

.block-value-creation .big-icon::before {
    background: url(../images/value-creation.png) no-repeat center;
    width: 95px;
    height: 170px;
}

.block-csr-text {
    background: url(../images/csr-bg.jpg) no-repeat center;
    padding: 120px 0px;
}

.block-csr-text .life-eastman {
    max-width: 546px;
    padding: 80px 40px;
}

.block-csr-text .life-eastman .section-title h2 {
    font-size: 55px;
    line-height: 68px;
    font-family: 'gothamlight';
    font-weight: 300;
}

.block-csr-text .life-eastman .section-title p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}

.video-slider {
    width: 100%;
    height: 100%;
}

.video-slider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-slider:before {
    background: linear-gradient(180deg, rgba(2, 4, 35, 0.76) 0%, rgba(3, 7, 55, 0.0532) 28.76%);
    z-index: 2;
}

.ml-auto {
    margin-left: auto !important;
}

.block-focus ul.store>li {
    flex: 0 0 auto;
    width: 33.333333%;
}

.block-focus ul.store>li>div {
    background: #fff;
    position: relative;
}

.block-focus ul.store>li.current>div a {
    background: #0084FF;
    box-shadow: 1.03652px -3.10955px 20px rgba(61, 49, 49, 0.3);
}

.block-focus ul.store>li.current>div a {
    color: #fff;
}

.block-focus ul.store>li>div a {
    font-family: 'gothambook';
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin: 0;
    display: block;
    padding: 18px 20px;
}

.block-product-item.block-focus .store-content {
    margin-top: 20px;
}

.block-focus ul.store>li.current>div::after {
    content: "";
    border: 10px solid transparent;
    border-top-color: #0084FF;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -19px;
}

/* .block-product-item.block-focus::after {
    content: "";
    width: 100%;
    height: 58%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FCF8F8;
    z-index: -1;
} */

.block-mfi {
    background: url(../images/mfd.jpg) no-repeat center;
}

.block-product-item .section-title h2 small {
    width: 44px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}

.mc_pos_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.mc_a1t_li {
    position: absolute;
    z-index: 5;
}

.mc_a1t_a {
    display: inline-block;
    position: relative;
    color: #fff !important;
}

.mc_a1t_dian {
    position: relative;
    animation: bordershow 3s infinite;
}

.mc_a1t_dian {
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 7px solid #001eb4;
    border-radius: 50%;
}

.mc_a1t_dian::before,
.mc_a1t_dian::after {
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.mc_a1t_dian::before {
    animation: boderM 3s .75s infinite;
}

.mc_a1t_dian::after {
    animation: boderM 3s infinite;
}

@keyframes boderM {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }
    20% {
        opacity: 1
    }
    75% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes bordershow {
    50% {
        box-shadow: 0px 0px 10px 0 #001eb4;
    }
}

.mc_a1t_dian::before,
.mc_a1t_dian::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #E46F23;
}

.mc_a1t_dian {
    width: 18px;
    height: 18px;
    border: 7px solid #E46F23;
}

.mc_a1t_xl {
    position: absolute;
    left: 42px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    white-space: nowrap;
}

.mc_a1t_xl {
    font-size: 11px;
    padding: 0 15px;
    left: 25px;
    color: #fff;
    line-height: 1 !important;
}

.mc_a1t_xl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background: #E46F23;
    border-radius: 30px;
}

.arrow-icon img {
    margin-left: 3px;
}

.mc_a1t_li:hover .mc_a1t_xl::before {
    width: 100%;
    transition: all .4s cubic-bezier(.34, .44, .41, 1.12);
}

.mc_a1t_xl span {
    opacity: 0;
    line-height: 26px;
}

.mc_a1t_li:hover .mc_a1t_xl span {
    opacity: 1;
    transition: all .36s .4s;
}

.mc_a1t_xl span {
    display: inline-block;
}

.great-place {
    background: #F7F5F5;
}

.great-place .certificate {
    left: 5%;
    right: auto;
}

/* Backend form css*/

#block-emgroup-local-tasks {
    padding: 120px 15px 60px;
}

#block-emgroup-local-tasks ul {
    text-align: center;
}

#block-emgroup-local-tasks ul>li {
    display: inline-block;
}

#block-emgroup-local-tasks ul>li>a {
    background: transparent;
    border-radius: 0px;
    padding: 13px 17px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    border: 1px solid #000;
    font-family: 'gothambook';
}

#block-emgroup-local-tasks ul>li>a:hover {
    background: #144B83 !important;
    color: #fff !important;
    border: 1px solid #144B83 !important;
}

#block-emgroup-content form {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

#block-emgroup-content .form-wrapper {
    background: transparent;
    padding: 0px;
}

#block-emgroup-content form>div {
    margin-bottom: 15px;
}

#block-emgroup-content form>div label {
    display: block;
}

#block-emgroup-content form>div input {
    height: 36px;
    border: 1px solid #000;
    width: 100%;
    font-family: 'gothambook';
}

#block-emgroup-content form>div input#edit-submit {
    background: #144B83 !important;
    color: #fff !important;
    border: 1px solid #144B83 !important;
}

#block-emgroup-content form>div input[type="file"] {
    height: auto;
    border: transparent;
    width: auto;
}

/* Backend form css end */

#block-emgroup-content form.webform-submission-contact-us-form>div label {
    display: block;
    color: #fff;
    font-family: 'gothambook';
    font-size: 16px;
}

#block-emgroup-content form.webform-submission-contact-us-form>div:not(:last-child) {
    margin-bottom: 35px;
}

#block-emgroup-content form.webform-submission-contact-us-form>div input {
    height: 25px;
    margin: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    border-radius: 0px;
    box-shadow: none;
    padding: 0;
    color: #fff;
}

#block-emgroup-content form.webform-submission-contact-us-form>div textarea {
    margin: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    border-radius: 0px;
    box-shadow: none;
    padding: 0;
    color: #fff;
}

#block-emgroup-content form.webform-submission-contact-us-form>div input#edit-submit {
    height: auto;
    border: 2px solid rgba(255, 255, 255, .4) !important;
    border-radius: 0px;
    box-shadow: none;
    padding: 8px 30px;
    width: auto;
    font-size: 14px;
    margin-top: 20px;
}

.header.header-static {
    position: relative;
    background: #fff;
}

.news-detail {
    padding: 60px 0;
    background: #F6F6F6;
}

.news-detail-wrapper {
    background: #fff;
    padding: 60px 40px;
}

.news-detail-wrapper h1 {
    font-family: 'gothammedium';
    font-size: 35px;
    line-height: 49px;
    color: #484747;
    margin-bottom: 15px;
}

.news-date {
    font-family: 'gothambold';
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #144B83;
    margin-bottom: 30px;
}

.detail-image {
    margin-bottom: 35px;
}

.news-detail-wrapper p {
    font-family: 'gothambook';
    font-size: 18px;
    line-height: 25px;
    color: #484747;
    margin-bottom: 30px;
}

.recent-news {
    margin-top: 90px;
}

.recent-news h2 {
    font-family: 'gothammedium';
    font-size: 35px;
    line-height: 74px;
    color: #000000;
}

.recent-news-img {
    margin-bottom: 15px;
}

.recent-news-text h3 {
    font-family: 'gothammedium';
    font-size: 18.6094px;
    line-height: 24px;
    color: #484747;
    margin-bottom: 15px;
    width: 80%;
}

.recent-news-text .btn-custom {
    padding: 10px 10px;
    font-size: 10px;
    line-height: 11px;
}

.recent-news-text>div {
    display: flex;
    justify-content: space-between;
}

.recent-news-date {
    font-family: 'gothamlight';
    font-size: 10.5274px;
    line-height: 16px;
    color: #484747;
    white-space: nowrap;
}

/* Lithium-lion-Energy Storage page css */

.block-feature {
    background: url(../images/unit.jpg) no-repeat center;
    background-size: cover !important;
    object-fit: cover;
    padding: 120px 0;
}

.feature-blue {
    background: rgba(14, 59, 105, 0.95);
    padding: 60px 50px;
}

.feature-white {
    background: #FFFFFF;
    padding: 60px 50px;
}

.count-box h3 {
    font-family: 'gothambold';
    font-weight: 800;
    font-size: 65px;
    line-height: 51px;
    color: #000;
}

.count-box p {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #484747;
    margin-bottom: 0;
}

.count-box {
    padding: 20px 30px;
    position: relative;
}

.bor-count>div:first-child>div::after {
    width: 1px;
    height: 93.998px;
    content: "";
    background: #ddd;
    display: block;
    position: absolute;
    right: 30px;
    top: 20px;
}

.right-content {
    position: relative;
    padding-left: 52px;
}

.right-content::before {
    content: "";
    width: 5px;
    height: 100%;
    display: block;
    position: absolute;
    background: #F17D00;
    border-radius: 50px;
    left: 0;
    top: 0;
}

.right-content p {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 21px;
    line-height: 31px;
    color: #FFFFFF;
    margin: 0;
}

.feature-white h4 {
    font-family: 'gothambold';
    font-weight: 800;
    font-size: 50px;
    line-height: 40px;
    text-transform: capitalize;
    color: #282525;
    margin-bottom: 50px;
}

.block-application {
    padding-top: 60px;
}

.block-application .section-title h2 {
    margin-bottom: 35px;
}

.block-solution.block-application .row>div {
    width: 25%;
    height: 560px;
}

.oem-logo img {
    filter: gray;
    -webkit-filter: grayscale(100%);
    opacity: 0.8;
    transition: all linear 0.2s;
}

.oem-logo img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

.block-feature2 {
    background: #F6F6F6;
}

.para-box {
    border: 1px solid #ddd;
    border-radius: 100px;
    padding: 30px 60px;
}

.para-bottom p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin: 0;
}

.block-feature2 .container,
.block-feature3 .container {
    max-width: 1140px;
}

.webform-confirmation {
    padding: 120px 0;
    text-align: center;
    background: #144B83;
}

.webform-confirmation__message {
    position: relative;
    padding: 10px 30px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    display: inline-block;
    font-size: 18px;
}

.webform-confirmation__back>a {
    font-family: 'gothambook';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-decoration: underline !important;
}

/* Lithium-lion-Energy Storage page end css */

.blue-img .slick-slide img {
    display: inline-block;
}

.chairman-text {
    background: #144B83;
    height: 100%;
    padding: 60px;
}

.chairman-text .section-title>p {
    font-size: 24px;
    line-height: 38px;
}

.block-chairman {
    padding: 90px 0;
}

.chairman-text .section-title>p.hi-text {
    font-size: 26px;
    line-height: 48px;
    font-family: 'gothambold';
}

.bg-blue {
    background: #144B83;
}

.slider-navigation {
    max-width: 645px;
    margin: auto;
    width: 100%;
    margin-bottom: 55px;
    padding: 0 20px;
}

.block-award .section-title {
    margin-bottom: 35px;
}

.yaer-wise-content {
    background: #F6F6F6;
    padding: 30px 45px;
}

.yaer-wise-content h3 {
    font-family: 'gothambook';
    font-size: 26px;
    line-height: 42px;
    color: #144B83;
}

.yaer-wise-content p {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 22px;
    line-height: 31px;
    color: #000000;
    margin: 0;
}

.slider-navigation .slick-arrow {
    width: 32px;
    height: 32px;
    background: #144B83;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    z-index: 1;
}

.slider-navigation .slick-arrow::before {
    content: "";
    width: 12px;
    height: 9px;
    background: url(../images/arrow-right.png) no-repeat center;
    display: block;
    margin: auto;
}

.slider-navigation .slick-prev::before {
    transform: rotate(-180deg);
}

.slider-navigation .slick-next {
    right: 0;
    left: auto;
}

.slider-navigation .year {
    font-family: 'gothammedium';
    font-size: 28px;
    line-height: 31px;
    color: #000000;
    text-align: center;
    padding-bottom: 10px;
}

.slider-navigation .slick-current.slick-active.slick-center .year {
    border-bottom: 1px solid #000;
}

.slider-navigation .slick-list {
    margin: 0 -10px;
}

.slider-navigation .slick-slide {
    padding: 0 10px;
    cursor: pointer;
}

.load-more img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.load-more:hover {
    border: 1px solid #fff !important;
}

.load-more:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

/* .block-mteams .profile-row>div {
    border: 1px solid rgba(0, 0, 0, .4);
} */

.block-mteams .profile-content h3,
.block-mteams .profile-content p {
    color: #000;
}

.block-newsroom-v2 ul.store {
    justify-content: start;
    margin: 0;
    margin-bottom: 30px;
}

.block-newsroom-v2 ul.store>li {
    font-family: 'gothammedium';
    font-size: 28px;
    line-height: 31px;
    color: #000000;
}

.block-newsroom-v2 ul.store>li>a {
    color: #000000;
}

.block-newsroom-v2 ul.store>li:not(:last-child) {
    margin-right: 30px;
}

.block-newsroom-v2 ul.store>li.current {
    border-bottom: 1px solid #000;
}

.select-year {
    position: relative;
}

.select-year::after {
    content: "";
    width: 14px;
    height: 8px;
    background: url(../images/select-arrow.png) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 18px;
    right: 10px;
}

.select-year select {
    font-family: 'gothammedium';
    font-size: 20px;
    line-height: 31px;
    color: #000000;
    padding: 5px 30px 5px 10px;
    outline: none;
    text-align: left;
    appearance: none;
}

.date {
    white-space: nowrap;
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-align: right;
    color: #484747;
}

.bodDiv:nth-child(3n+1) {
    border-left: 1px solid rgba(0, 0, 0, .4);
}

.bodDiv:nth-child(1),
.bodDiv:nth-child(2),
.bodDiv:nth-child(3) {
    border-top: 1px solid rgba(0, 0, 0, .4);
}

.bodDiv {
    border-right: 1px solid rgba(0, 0, 0, .4);
    border-bottom: 1px solid rgba(0, 0, 0, .4);
}

.bodDiv {
    position: relative;
}

.noPadding {
    padding: 0;
}

.bodModel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 10;
}

.imageBOD {
    opacity: 0;
    width: 100%;
    transition: opacity .6s ease-out;
    -moz-transition: opacity .6s ease-out;
    -webkit-transition: opacity .6s ease-out;
    -o-transition: opacity .6s ease-out;
}

.overlayImgDiv {
    position: absolute;
}

.overlayImgDiv {
    top: 5rem;
    left: 4.5rem;
    right: 4.5rem;
    width: 250px;
    height: 250px;
    overflow: hidden;
}

.bodOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bodImage {
    transition: opacity .6s ease-in;
    -moz-transition: opacity .6s ease-in;
    -webkit-transition: opacity .6s ease-in;
    -o-transition: opacity .6s ease-in;
}

.bodImage {
    width: 100%;
}

.captionDir {
    position: absolute;
    text-align: left;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 19px 67px;
}

.bodDiv:hover .captionDir {
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

.bodName {
    font-family: 'gothammedium';
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
}

.bodDiv .bodName img {
    margin-top: 5px;
    width: 30px;
    height: 30px;
}

.bodDesig {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    min-height: 48px;
}

.bodDiv:hover .imageBOD,
.bodDiv:hover .bodName,
.bodDiv:hover .bodDesig {
    opacity: 1;
    color: #fff;
    z-index: 1;
    position: relative;
    transition: opacity .6s ease-in;
    -moz-transition: opacity .6s ease-in;
    -webkit-transition: opacity .6s ease-in;
    -o-transition: opacity .6s ease-in;
}

.bodDiv:hover .bodOverlay {
    /* border: 1px solid white; */
    z-index: 2;
    opacity: .4;
}

.bodDiv:hover .bodImage {
    opacity: 0;
    transition: opacity .6s ease-out;
    -moz-transition: opacity .6s ease-out;
    -webkit-transition: opacity .6s ease-out;
    -o-transition: opacity .6s ease-out;
}

.mgmtButtonCard {
    border: 0rem !important;
}

.block-mteams .bodName,
.block-mteams .bodDesig {
    color: #000;
}

.slider-custom2 {
    height: 100%;
    min-height: 460px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.block-history {
    position: relative;
    padding: 30px 0 0;
    min-height: 100vh;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    overflow: hidden;
}

.block-history::after {
    content: "";
    width: 100%;
    height: calc(100% - 38px);
    background: #F7F7F7;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.block-history .intro-title h1 {
    color: #144B83;
    margin-bottom: 60px;
}

.history-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.history-box-right {
    background: rgba(20, 75, 131, 0.94);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, .11);
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    max-width: 536px;
    z-index: 1;
}

.history-box-right h2 {
    color: #fff;
}

.history-box-right p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin: 0;
    font-family: 'gothambook';
    font-weight: 400;
    min-height: 180px;
}

.history-year h2 {
    font-family: 'gothambold';
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    letter-spacing: -1px;
}

.history-year h3 {
    font-family: 'gothamblack';
    font-weight: 800;
    font-size: 178px;
    line-height: 224px;
    color: #000000;
    opacity: 0.08;
    margin: 0;
}

.history-title h4 {
    font-family: 'gothambold';
    font-weight: 700;
    font-size: 55px;
    line-height: 59px;
    color: #144B83;
    margin-top: -97px;
    margin-bottom: 0;
}

.history-year {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.history-image {
    padding-top: 230px;
}

.slider-nav-year {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 600px;
}

.slider-nav-year .slick-track {
    transform: translate3d(0, 0px, 0px) !important;
    position: relative;
}

.slider-nav-year .slick-track::before {
    content: "";
    width: calc(100% - 115px);
    position: absolute;
    height: 4px;
    background: #D9D9D9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.slider-nav-year .round-box {
    background: #EAEAEA;
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 50%;
    border: 5px solid #fff;
    /* outline: 1px dashed #124579; */
    margin: 5px auto;
    cursor: pointer;
    transition: all linear 0.3s;
    position: relative;
}

.slider-nav-year .round-box::after {
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    outline: 1px dashed #124579;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: 50%;
}

.slider-nav-year .round-box:hover::after {
    animation: rotate 3s infinite linear;
    outline: 2px dashed #124579;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.slider-nav-year .slick-slide.slick-current.slick-center .round-box {
    background: #134C86;
}

.slider-nav-year .slick-slide.slick-current.slick-center .round-box h3 {
    color: #fff;
}

.round-box h3 {
    font-family: 'gothambold';
    font-weight: 600;
    font-size: 16px;
    line-height: 55px;
    color: #124579;
    margin: 0;
}

/* .slider-for-content {
    margin-bottom: 60px;
} */

.group-box {
    width: 230px;
    height: 230px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all linear 0.3s;
    position: relative;
    z-index: 1;
}

.group-box::before {
    content: "";
    background: url(../images/group-companies.png) no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all linear 0.4s;
}

.group-box:hover::before {
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    background: url(../images/group-companies-hover2.png) no-repeat center;
}

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

/* .group-box:hover {
    background: url(../images/group-companies-hover.png) no-repeat center;
} */

.slider-for-content .slick-dots {
    display: none !important;
}

.group-box img {
    margin-bottom: 5px;
}

.group-box h3 {
    font-family: 'gothammedium';
    font-weight: 500;
    font-size: 18px;
    line-height: 134.8%;
    color: #000000;
    margin: 0;
}

.block-group-cmp .section-title {
    margin-bottom: 50px;
}

.block-structure .section-title {
    margin-bottom: 30px;
}

.row.group-row>div {
    width: 20%;
}

.cs-box {
    width: 121px;
    height: 121px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #F6F6F6;
    border: 5px solid #144B83;
    box-shadow: 5px 0px 6px rgba(0, 0, 0, 0.3);
    margin: auto;
    transition: all linear 0.3s;
}

.cs-box:hover,
.cs-box-big:hover {
    background: #144B83;
}

.cs-box:hover {
    border-color: #fff;
}

.cs-box:hover h3,
.cs-box-big:hover h3 {
    color: #fff;
}

.cs-box:hover img,
.cs-box-big:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.cs-box img {
    width: 32px;
    margin-bottom: 5px;
}

.cs-box h3 {
    font-family: 'gothammedium';
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    margin: 0;
}

.cs-box h3 a {
    color: #000000;
}

.cs-box:hover h3 a {
    color: #fff;
}

.cs-box-big {
    width: 165px;
    height: 165px;
    background: #F6F6F6;
    text-align: center;
    margin: 75px auto 146px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
    transition: all linear 0.3s;
}

.cs-box-big img {
    margin-bottom: 5px;
}

.cs-box-big h3 {
    font-family: 'gothammedium';
    font-weight: 500;
    font-size: 18px;
    line-height: 128.8%;
    color: #000000;
    margin: 0;
}

.structure-row .row>div {
    width: 16%;
    position: relative;
}

.structure-row {
    position: relative;
    z-index: 1;
}

.structure-row::before {
    content: "";
    display: block;
    width: 285px;
    height: 380px;
    position: absolute;
    background: url(../images/corporate-structure.png) no-repeat center;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.structure-row .row>div {
    position: relative;
}

.cs-box1 {
    position: absolute;
    bottom: 25%;
    right: 40px;
}

.cs-box2 {
    position: absolute;
    bottom: 25%;
    left: 40px;
}

.history-image>div>img {
    display: inline-block;
}

.history-image {
    text-align: right;
}

.history-image {
    width: 100%;
    animation: myfirst 3s 1;
    animation-direction: alternate;
}

@keyframes myfirst {
    0% {
        margin-left: 100px;
    }
    100% {
        margin-left: 0px;
    }
}

.webform-submission-contact-us-form>div:not(:last-child) {
    margin-bottom: 25px;
}

.webform-submission-contact-us-form>div label {
    font-family: 'gothambook';
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    display: block;
}

.webform-submission-contact-us-form>div .form-control {
    appearance: auto;
}

.webform-submission-contact-us-form>div .form-control {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0px;
    background: transparent;
    height: 25px;
    padding: 0;
    outline: none;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
}

.webform-submission-contact-us-form .form-select {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    color: #fff;
    font-size: 14px;
    appearance: auto;
    border-radius: 0px;
    padding-left: 0;
}

.webform-submission-contact-us-form .form-select:focus {
    outline: none;
}

.webform-submission-contact-us-form>div .form-control option,
.webform-submission-contact-us-form .form-select option {
    color: #000;
}

.webform-submission-contact-us-form>div textarea.form-control {
    height: 60px;
}

.webform-submission-contact-us-form>div input[type="submit"] {
    font-family: 'gotham-thin';
    background: transparent;
    border-radius: 0px;
    padding: 13px 17px;
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.webform-submission-contact-us-form .reload-captcha-wrapper>a,
.webform-submission-contact-us-form .description {
    font-size: 12px;
    color: #fff;
}

.user-login-form,
.user-register-form,
.user-pass {
    margin: 25px auto;
    max-width: 500px;
    width: 100%;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 20px 20px 35px 20px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 14px 38px 3px #eeeeeec9;
}

.user-login-form .js-form-item,
.user-register-form .js-form-item,
.user-pass .js-form-item {
    width: 100%;
    margin-bottom: 30px !important;
    text-align: left;
}

form.user-login-form .js-form-item .form-text,
form.user-register-form .js-form-item .form-text,
form.user-register-form .js-form-item .form-email,
form.user-pass .js-form-item .form-text {
    font-size: 16px;
    color: #3A3B3F;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    border-bottom: 1px solid #7E7E7E;
    padding: 5px 0 10px;
    outline: none;
    box-shadow: none;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    width: 100%;
    background-color: #fff;
}

form.user-login-form .js-form-item .description,
form.user-register-form .js-form-item .description,
form.user-pass .js-form-item .description {
    font-size: 12px;
    line-height: 20px;
    color: #848484;
    padding-bottom: 0;
}

form.user-login-form .js-form-item label,
form.user-register-form .js-form-item label,
form.user-pass .js-form-item label {
    font-weight: 400;
    font-size: 14px;
    color: #3A3B3F;
    display: block;
}

.form-submit {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #FEFEFE;
    background: #144B83;
    border-radius: 5px;
    border: 1px solid #144B83;
    padding: 10px 30px;
}

.block-footprint {
    background: #F6F6F6;
}

.block-footprint .life-eastman {
    background: #144B83;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
    padding: 40px 25px;
    max-width: 587px;
    margin-left: 0;
}

.block-footprint .section-title h2 {
    color: #fff;
    margin-bottom: 40px;
}

.block-footprint .section-title h2 p {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
}

.block-footprint .section-title p {
    color: #FFFFFF;
    margin-bottom: 0;
}

.block-highlights {
    background: #F6F6F6;
    padding: 60px 0;
    margin-top: 60px;
}

.block-highlights .section-title h2 {
    color: #000 !important;
}

.highlights-icon {
    margin-bottom: 20px;
}

.highlights-text p {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    color: #484747;
    margin: 0;
}

.highlights-text p span {
    font-family: 'gothambold';
    display: block;
}

.block-business-2 {
    margin-top: 60px;
}

.block-business-2 .row>div {
    width: 25%;
    height: 420px;
    cursor: pointer;
}

.block-business-box {
    background: #F4F4F4;
}

.block-business-2 .row>div:hover .solution-text {
    height: 80px;
}

.block-business-box .business-row {
    display: none;
}

.block-business-box .business-row.active {
    display: inherit;
}

.csr-video .slick-list,
.csr-activity .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.csr-video .slick-list .slick-slide,
.csr-activity .slick-list .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.semi-bold {
    font-family: 'gothammedium' !important;
}

/*.row-5 {
    margin-top: 45px;
}
.row-5>div {
    width: 33.333333%;
    margin: 20px 0;
}*/

.we-process-icon {
    width: 151px;
    height: 151px;
    background: #fff;
    border-radius: 50%;
    outline: 1px solid #fff;
    border: 8px solid #144b83;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.we-process-text p {
    font-family: 'gothammedium';
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0;
}

.csr-activity .slick-arrow {
    width: 45px;
    height: 45px;
    border: none;
    outline: none;
    font-size: 0;
    border-radius: 50%;
    background: #144B83;
    position: absolute;
    bottom: -90px;
    left: 0;
    z-index: 9;
}

.csr-activity .slick-next {
    left: 50px;
}

.csr-activity .slick-prev::before {
    transform: rotate(180deg);
}

.csr-activity .slick-prev::before,
.csr-activity .slick-next::before {
    content: "";
    background: url(../images/arrow-right-blk2.png) no-repeat center;
    width: 10px;
    height: 17px;
    color: #fff;
    display: block;
    margin: auto;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.block-csr-activity ul>li {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    position: relative;
    padding-left: 30px;
}

.block-csr-activity ul>li:not(:last-child) {
    margin-bottom: 20px;
}

.block-csr-activity ul>li::before {
    content: "";
    width: 18px;
    height: 16px;
    background: url(../images/double-arrow-right.png);
    position: absolute;
    top: 8px;
    left: 0;
}

.csr-slider .slick-list {
    margin: 0 -8px;
}

.csr-slider .slick-list .slick-slide {
    padding: 0 8px;
    margin: 45px 0;
}

.csr-slider .slick-list .slick-slide .csr-slider-box-img img {
    transition: all 300ms ease;
}

.csr-slider .slick-list .slick-slide.slick-active.slick-center .csr-slider-box-img img {
    transform: scale(1.2);
}

.csr-img .slick-list {
    margin: 0 -10px;
    padding: 0 30% 0 0 !important;
}

.csr-img .slick-list .slick-slide {
    padding: 0 10px;
}

.block-women-empowerment .row {
    justify-content: center;
}

.intro-title p.subpara {
    font-size: 30px;
    font-family: 'gothambook';
    font-weight: 400;
}

.block-women-empowerment .row-5>div {
    width: 20%;
    margin: 0;
}

.product-slider .slick-track {
    margin-left: 0;
}

.video-overlay {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
}

.custom-slider-2 video {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}

.page-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    height: 100%;
    background: #144B83;
}

.image-404 {
    margin: 60px 0 30px;
}

.image-404 img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.page-container .btn-custom:hover {
    background: #FFFFFF !important;
    color: #000 !important;
}

.page-container p {
    margin-bottom: 30px;
}

.search-bar #search-block-form,
.search-result-wrap .search-form .form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.search-bar #search-block-form input[type=search],
.search-result-wrap .search-form .form-wrapper input[type=search] {
    width: 300px;
    height: 40px;
    border-radius: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
    outline: none;
    box-shadow: none;
    margin-right: 10px;
    border: 1px solid #ced4da;
}

.search-bar #search-block-form input[type=submit],
.search-result-wrap .search-form .form-wrapper input[type=submit] {
    background: #144B83;
    border-radius: 0;
    color: #fff;
    height: 40px;
    font-size: 16px;
    border: 1px solid #144B83;
    line-height: 0;
    padding: 10px 12px;
}

.block-search {
    background: #fff;
    padding: 180px 0 60px;
}

.block-search::before {
    content: "";
    width: 100%;
    height: 121px;
    background: #144b83;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.search-result-wrap .sr-intro h2 {
    font-size: 32px;
    color: #000;
}

.search-result-wrap .sr-intro h2:first-child {
    text-align: center;
    margin-bottom: 15px;
}

.search-result-wrap .search-form {
    margin-bottom: 30px;
}

.search-result-wrap .search-form .form-wrapper label {
    display: none;
}

.search-help-link {
    text-align: center;
    display: block;
    color: #000;
    font-size: 14px;
    margin-top: 5px;
}

.sr-wrapper-box>div:not(:last-child) {
    margin-bottom: 20px;
}

.sr-wrapper-box .sr-box h3 {
    font-size: 20px;
    color: #144B83;
    margin-bottom: 10px;
}

.sr-wrapper-box .sr-box p {
    font-family: 'gothamlight';
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
}

.sr-wrapper-box .sr-box p strong {
    font-family: 'gothammedium';
}

.sr-wrapper-box .sr-box h3>a {
    color: #144B83;
    font-family: 'gothammedium';
}

.sr-box {
    color: #000;
    font-size: 14px;
}

.search-result-wrap .search-form .form-wrapper input[type=search] {
    width: 480px;
}

.pager__items,
.js-pager__items {
    text-align: center;
    margin-top: 40px;
}

.pager__items>li {
    display: inline-block;
    font-size: 16px;
    color: #144B83;
}

.pager__items>li>a {
    width: 35px;
    height: 35px;
    color: #144B83;
    display: block;
    border: 1px solid #144B83;
    line-height: 2;
    font-size: 16px;
}

.pager__items>li.pager__item--next>a,
.pager__items>li.pager__item--last>a,
.pager__items>li.pager__item--first>a,
.pager__items>li.pager__item--previous>a {
    width: auto;
    padding: 0 10px;
}

.block-newsroom-v2 ul.js-pager__items>li {
    display: inline-block;
    font-size: 16px;
    color: #144B83;
}

.block-newsroom-v2 ul.js-pager__items>li {
    width: auto;
    height: 35px;
    border: 1px solid #144B83;
    vertical-align: middle;
    line-height: 2;
    padding: 0 10px;
}

.block-newsroom-v2 ul.js-pager__items>li>a {
    width: 35px;
    display: block;
    color: #144B83;
}

.hidden {
    display: none;
}

#closeimage>img {
    transform: rotate(180deg);
}

.product-slider .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    border: none;
    background: #fff;
    z-index: 1;
    font-size: 0;
    width: 40px;
    height: 73px;
    transform: translateY(-50%);
    box-shadow: 0 5px 33px 0 rgba(82, 156, 219, .17);
}

.product-slider .slick-arrow::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/arrow-down.svg) no-repeat center;
    margin: auto;
    background-size: cover;
}

.product-slider .slick-prev::before {
    transform: rotate(90deg);
}

.product-slider .slick-next::before {
    transform: rotate(-90deg);
}

.product-slider .slick-next {
    left: auto;
    right: 0;
}

.soltion-box {
    justify-content: center;
}

.solution-text div:last-child img {
    transform: rotate(90deg);
}

.newsroom-cards>img {
    width: 100%;
}

.mc_a1t_li5 .mc_a1t_xl {
    left: auto;
    right: 25px;
}

.sr-wrapper-box>div {
    margin-bottom: 20px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .16), 0 4px 5px 0 rgba(0, 0, 0, .05), 0 1px 10px 0 rgba(0, 0, 0, .08);
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.block-reach {
    padding: 60px 0;
    margin-top: 60px;
    background: url(../images/world-map-bg.jpg) no-repeat center;
    background-size: cover;
    object-fit: cover;
}

.country-wrapper {
    border: 2px solid #fff;
    padding: 20px 30px;
}

.country-wrapper h3 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-family: 'gothammedium';
    font-weight: 500;
}

.country-box>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.country-box>ul>li {
    flex: 0 0 auto;
    font-size: 20px;
    color: #fff;
    font-family: 'gothammedium';
    cursor: pointer;
}

.country-box>ul>li::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/arrow-down.svg) no-repeat center;
    background-size: 16px;
    border: none;
    vertical-align: middle;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    display: inline-block;
    margin-left: 5px;
}

.country-box>ul>li.current::after {
    transform: rotate(180deg);
}

.country-box>ul>li>img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.country-content .country-list {
    background: #fff;
    padding: 20px 30px;
    display: none;
}

.country-content .country-list.current {
    display: inherit;
}

.country-list ul {
    display: flex;
    flex-wrap: wrap;
}

.country-list ul>li {
    flex: 0 0 auto;
    width: 20%;
    padding: 10px 0;
    color: #003372;
    font-size: 16px;
    font-family: 'gothammedium';
}

.country-list ul>li>img {
    margin-right: 5px;
}

.block-reach .section-title h2,
.block-reach .section-title p {
    color: #fff;
}

.block-newsroom-v2 .bef-exposed-form {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}

.block-newsroom-v2 .bef-exposed-form>div {
    padding: 0 5px;
}

.row.global-title>div {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 30px;
}

.row.global-title>div>div {
    padding: 0;
    cursor: auto;
}

.row.global-title>div>div::before {
    content: none;
}

.emgrouptab ul {
    margin-top: 160px;
    text-align: center;
}

.emgrouptab ul>li {
    display: inline-block;
}

.emgrouptab ul>li>a {
    display: block;
    background: #144B83;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
}

.block-top-banner .intro-title a {
    display: none;
}

.history-box.active .history-year {
    display: none;
}

.history-box.active .history-mob-cnt {
    display: block;
}

.history-mob-cnt,
.history-box .btn-custom {
    display: none;
}

.btn-more {
    font-size: 16px;
    font-family: 'gothambold';
    font-weight: 700;
    color: #124579;
    display: none;
    cursor: pointer;
}

.btn-more span {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: #124579;
    border-radius: 50%;
    margin-left: 3px;
    line-height: 13px;
}

.btn-more img {
    width: 8px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.history-box.active .btn-more span {
    margin-left: 0;
    margin-right: 3px;
}

.history-box.active .btn-more img {
    transform: rotate(180deg);
}

.btn-back {
    border: none;
    font-size: 16px !important;
    font-family: 'gothambold';
    font-weight: 700;
    color: #124579;
    cursor: pointer;
    padding: 0 !important;
    border: 1px solid transparent !important;
}

.btn-back:hover {
    background: transparent !important;
    color: #124579 !important;
    border: 1px solid transparent !important;
}

.btn-back>img {
    margin-left: 0;
}

.btn-back:hover img {
    filter: none;
    -webkit-filter: none;
}

.btn-back span {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: #124579;
    border-radius: 50%;
    margin-left: 3px;
    line-height: 13px;
}

/* .btn-back img {
    width: 8px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
} */

h2.blackTitle {
    color: #000;
}

h2.blackTitle span {
    font-size: 35px;
    text-transform: none;
    font-family: 'gothambook';
}

.block-about .about-cnt .section-title h2+h2 {
    font-size: 70px;
    font-weight: 800;
    font-family: 'gothamblack';
    margin-bottom: 20px !important;
    position: relative;
}

.block-about .about-cnt .section-title h2+h2::before {
    content: "";
    width: 2px;
    height: 125px;
    display: block;
    position: absolute;
    top: 15px;
    left: -35px;
    background: #DDD;
}

.block-about .about-cnt .section-title p {
    color: #484747;
    font-family: 'gothambook';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
}

.text-justify {
    text-align: justify;
}

.logo {
    width: 180px;
    flex: 0 0 180px;
}

.navbar-nav .dropdown-menu::before {
    content: none;
}

.nav-item.dropdown:hover .arrowIcon {
    content: "";
    border: 10px solid transparent;
    border-bottom-color: #AFAFAF;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.topMenu {
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #8A8080;
    padding: 10px 0 15px;
}

.topMenu li {
    margin-left: 30px;
}

.topMenu li a {
    font-size: 14px;
    text-transform: capitalize;
    color: #FFFFFF;
    transition: all linear 0.3s;
    font-family: 'gothambook';
}

header.sticky .topMenu li a {
    color: #000;
}

.bottomMenu {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.topSpace,
.footer-bottom {
    margin-top: 30px;
}

.aboutMenu {
    background: #144B83;
}

.aboutMenu ul {
    display: flex;
    justify-content: center;
}

.aboutMenu ul li a {
    color: #fff;
    font-size: 14px;
    padding: 28px 22px;
    display: flex;
    position: relative;
}

.aboutMenu ul li.active a {
    font-family: 'gothammedium';
    font-weight: 500;
}

.aboutMenu ul li a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    background: #5A88B7;
    transform: translateY(-50%);
}

.aboutMenu ul li:last-child a {
    padding-right: 0;
}

.aboutMenu ul li:last-child a:after {
    content: none;
}

.aboutMenu ul li.active a:before {
    content: "";
    border: 10px solid transparent;
    border-top-color: #144B83;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.autoPower {
    position: relative;
    background: url(../images/power-bg.png) no-repeat center center;
    padding: 40px;
    color: #fff;
    margin-bottom: 22px;
    background-size: cover;
}

.autoPower h2 {
    color: #fff;
}

.autoPower ul {
    width: 310px;
    max-width: 100%;
}

.autoPower ul li {
    font-size: 28px;
    border-bottom: 1px dotted #fff;
    line-height: 65px;
}

.autoPower ul li>a {
    color: #fff;
}

.block-companies .powerBox {
    position: relative;
}

.block-companies .powerBox img {
    width: 100%;
    object-fit: cover;
}

.block-companies .powerBox .content {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 20px 32px;
}

.block-companies .powerBox .content h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.block-companies .powerBox .content h3 a br {
    display: none;
}

.block-companies .powerBox .content h3 a,
.block-companies .powerBox .content h4 a,
.block-companies .powerBox .content ul li a {
    color: #fff;
    font-family: 'gothammedium';
}

.block-companies .powerBox .content h4 {
    font-size: 12px;
    border-bottom: 1px dotted #fff;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.block-companies .powerBox .content h4>a::after {
    content: "";
    content: "";
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    width: 12px;
    height: 8px;
    background: url(../images/arrow-right-blk.png) no-repeat center;
    filter: brightness(1) invert(1);
}

.block-companies .powerBox .content ul li {
    font-family: 'gothammedium';
    font-size: 12px;
    border-bottom: 1px dotted #fff;
}

.block-companies .powerBox .content ul li a {
    padding: 9px 0;
    display: block;
}

.powerBox .content ul li a::after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    width: 12px;
    height: 8px;
    background: url(../images/arrow-right-blk.png) no-repeat center;
    filter: brightness(1) invert(1);
}

.block-autoPower {
    background: linear-gradient(0deg, #CECCD1 0%, rgba(224, 224, 224, 0.94) 0.01%, rgba(206, 204, 209, 0.00) 102.55%);
}

.autopowerNumber {
    background: #144B83;
    padding: 100px 0 10px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.autopowerNumber .box {
    flex: 50%;
    width: 50%;
    padding-left: 105px;
    border-right: 1px solid #8A8282;
    margin-bottom: 60px;
}

.autopowerNumber .box:nth-child(2),
.autopowerNumber .box:nth-child(4) {
    border: none;
}

.autopowerNumber .box p {
    margin: 0;
    font-size: 25px;
    font-family: 'gothamlight';
}

.autopowerNumber .box h3 {
    font-size: 70px;
    display: flex;
    align-items: center;
}

.autopowerNumber .box h3 span {
    font-size: 25px;
    font-family: 'gothamlight';
    font-weight: normal;
    margin-left: 10px;
}

.block-white-bg {
    background: #fff;
}

.directors-detail {
    border: 1px solid #7E7E7E;
    padding: 30px;
    flex: 33%;
}

.directors-detail img {
    width: 100%;
    object-fit: cover;
}

.directors-detail .about-director {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 24px;
}

.directors-detail .about-director a img {
    width: auto;
}

.directors-detail .about-director p {
    margin: 0;
    font-size: 20px;
    font-style: italic;
    color: #000;
    font-family: 'gothammedium';
    line-height: 30px;
}

.directors-detail .about-director p span {
    display: block;
    font-style: normal;
    font-family: 'gothamlight';
}

.directors-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.brownBg {
    background: #DCDCDC;
}

.lead-acid {
    padding: 50px 0;
}

.imageAccoordian {
    width: 100%;
    margin: 40px auto 0;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    position: relative;
    display: flex;
    overflow: hidden;
    height: 640px;
}

.imageAccoordian ul {
    width: 100%;
}

.imageAccoordian li {
    display: block;
    width: 144px;
    float: left;
    border-left: 1px solid #888;
    box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    cursor: pointer;
}

.row-detail {
    position: relative;
}

.row-detail:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #8f8f8f;
    content: '';
}

.imageAccoordian ul li.unSelect {
    width: 80px;
}

.imageAccoordian ul li.current {
    width: 635px;
}

.imageAccoordian li img {
    display: block;
}

.imageAccoordian li .detail {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.imageAccoordian li .detail p {
    color: #fff;
    font-size: 12px;
    font-family: 'gothammedium';
    height: 40px;
    margin: 0 auto 10px;
    width: 110px;
}

.imageAccoordian li .detail span {
    text-align: center;
}

.imageAccoordian li .detail span img {
    display: inline-block;
}

.lead-detail {
    background: #fff;
    padding: 45px 65px;
    color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 9;
}

.imageAccoordian ul li.current .lead-detail {
    display: block;
}

.lead-detail {
    background: #fff;
    padding: 45px 65px;
    color: #000;
}

.lead-detail h3 {
    font-family: 'gothambold';
    font-size: 25px;
}

.lead-detail p {
    font-size: 18px;
    line-height: 33px;
    font-family: 'gothambook';
    font-weight: 400;
}

.block-focus {
    padding-bottom: 0;
}

.block-research {
    background: #144B83;
}

.research-detail {
    display: flex;
    flex-wrap: wrap;
}

.research-detail .box {
    width: 20%;
    margin-bottom: 14px;
    display: flex;
    padding: 0 10px;
}

.research-detail .box>div {
    background: #E9E9E9;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.research-detail .box span {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.research-detail .box span img {
    width: 100%;
    object-fit: cover;
}

.research-detail .box p {
    font-size: 16px;
    color: #000;
    font-family: 'gothambook';
    font-weight: 400;
    text-align: center;
    min-height: 96px;
    margin: 0;
}

.block-equipment {
    background: url(../images/equipment-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

h2.h2-sm-font {
    text-transform: uppercase !important;
}

.block-equipment h4 {
    margin: 25px 0 10px;
}

.equipment-list {
    border-radius: 20px;
    background: rgba(35, 30, 30, 0.50);
    backdrop-filter: blur(11.5px);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 60px 30px 30px;
}

.equipment-list .list {
    flex: 33%;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 30px;
}

.equipment-list .list h5 {
    font-family: 'gothambold';
    font-size: 18px;
    border-bottom: 1px solid #999999;
    height: 60px;
    margin-bottom: 20px
}

.equipment-list .list p {
    font-size: 15px;
    font-family: 'gothambook';
    font-weight: 400;
    margin: 0;
}

.equipment-slider {
    position: relative;
}

.equipment-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    text-indent: -9999px;
    width: 51px;
    height: 51px;
    border: none;
    background-color: #144B83 !important;
    border-radius: 50%;
}

.equipment-slider .slick-arrow.slick-next {
    right: 30px;
    background: url(../images/arrow-next.png) no-repeat center center;
}

.equipment-slider .slick-arrow.slick-prev {
    background: url(../images/arrow-prev.png) no-repeat center center;
    left: 30px;
}

.block-patent {
    background: #144B83;
}

.patent-box {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.patent-box .box {
    text-align: center;
    flex: 33%;
    position: relative;
}

.patent-box .box:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 90px;
    content: '';
    right: 0;
    background: #386B9F;
}

.patent-box .box:last-child:after {
    content: none;
}

.patent-box .box h3 {
    font-size: 85px;
    color: #fff;
    font-family: 'gothamblack';
}

.patent-box .box h3 span {
    font-size: 18px;
    font-family: 'gothambook';
    font-weight: 400;
    display: block;
}

#sample_video {
    width: 100%;
}

.custom-slider-2-width .intro-title {
    max-width: 1000px;
}

.patent-box .box h3 em {
    font-style: normal;
}

.intro-title p.title-sup2 {
    font-size: 30px;
}

.slider-for-content .slick-arrow {
    position: fixed;
    bottom: 30px;
    width: 100%;
    width: 65px;
    height: 30px;
    background: transparent;
    right: 10%;
    border: none;
    font-size: 16px;
    font-family: 'gothambold';
    font-weight: 700;
    color: #124579;
}

.slider-for-content .slick-prev {
    font-size: 0;
}

.slider-for-content .slick-next::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images/arrow-hs-next.png) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}

.autopowerNumber .box h3 em {
    font-style: normal;
}

.cnt-title .section-title h2 {
    font-size: 65px !important;
    line-height: 74px !important;
}

.block-leadership.cnt-title .section-title p {
    color: #2B2D30 !important;
    text-align: left !important;
}

.mission .section-title {
    padding-right: 15px;
}

.row-5>div {
    width: 33.333333%;
    margin: 20px 0;
}

.business-row .row:not(.align-items-center) {
    margin-bottom: 25px;
}

/* @media (min-width: 1366px) {
    .header .container {
        max-width: 1320px;
    }
} */

.container-box {
    width: 100%;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    position: relative;
}

ul.RandD {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.RandD li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    transition: all linear 0.3s;
}

.RandD-content .RandDTab-content {
    display: none;
    background: #fff;
    padding: 45px 65px;
}

.RandD-content .RandDTab-content.current {
    display: inherit;
}

ul.RandD {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.RandD li {
    flex-wrap: wrap;
    width: 11.1111%;
    height: 100%;
    position: relative;
}

ul.RandD li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .3);
}

ul.RandD::before,
ul.RandD::after {
    content: "";
    display: table;
    clear: both;
}

.image-container {
    position: relative;
    height: 430px;
    z-index: 1;
}

.image-holder {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.image-holder::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.img-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
    overflow: hidden;
    background-size: 100% 100% !important;
    object-fit: cover;
}

.img-box.current {
    opacity: 1;
}

.grid-title {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    text-align: center;
}

.grid-title p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
    min-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 100%;
}

.deco {
    display: block;
    width: 6rem;
    height: 6rem;
    opacity: 1;
    transition: .1s;
    transform: translateZ(0);
    margin: 0 auto;
}

.deco:before {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 100%;
    height: 2rem;
    width: 2rem;
}

.deco:after {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 100%;
    height: 4rem;
    width: 4rem;
}

.deco i,
.deco em {
    background: hsla(0, 0%, 100%, .8);
    border: 1px solid #fff;
    border-radius: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.5);
    transition: .4s;
    width: 1.5rem;
    height: 1.5rem;
}

ul.RandD li:hover .deco:before {
    animation: scalepulse 1.2s linear .3s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

ul.RandD li:hover .deco:after {
    animation: scalepulse 1.2s linear .15s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

ul.RandD li:hover .deco i,
ul.RandD li:hover .deco em {
    background: #fff;
    animation: scalepulse 1.2s linear 0s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

@keyframes scalepulse {
    20% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.10);
        transform: translate3d(-50%, -50%, 0) scale(1.10);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    50% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
}

.RandD-content .RandDTab-content h3 {
    font-size: 25px;
    font-family: 'gothambold';
}

.RandD-content .RandDTab-content p {
    font-size: 18px;
    line-height: 33px;
    font-family: 'gothambook';
    font-weight: 400;
}

.equipment-slider .slick-slide {
    position: relative;
}

.cuttingEdge-bgimage {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    z-index: -1;
    background-size: cover !important;
    object-fit: cover;
}

.cuttingEdge-bgimage::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
}

.equipment-box {
    padding: 115px 80px 60px;
}

.block-equipment>.section-title {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.block-business .row.mb-5.pb-3 {
    padding-bottom: 0 !important;
    margin-bottom: 1.5rem !important;
}

.block-brand:not(.block-business-box) {
    display: none;
}

.footer-link h4>a {
    color: #000;
    font-family: 'gothammedium';
}

.jrs-logo {
    margin-top: 32px;
}

.social-icon {
    margin-top: 30px;
}

.slick-slide {
    outline: none;
}

.world-map {
    width: 100%;
    max-width: 605px;
    margin: auto;
}

.intro-title h1 span.subtitle {
    font-size: 12px;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    margin-left: 82px;
}

.block-item-img {
    position: relative;
}

.block-item-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
}

.topMenu li a {
    line-height: 24px;
}

.product-slider .slick-track {
    margin: auto;
}

/*Term Condition and privacy policy*/

.terms-condition h2 {
    font-family: 'gothambold';
    font-size: 45px;
    line-height: 48px;
    text-align: center;
    color: #144B83;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.terms-condition p {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px;
}

ul.listCreative {
    margin-bottom: 20px;
}

ul.listCreative>li {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    position: relative;
    padding-left: 25px;
}

ul.listCreative>li::before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/list-image.ico) no-repeat center;
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    background-size: cover;
}

ul.listCreative>li:not(:last-child) {
    margin-bottom: 15px;
}

.terms-condition h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'gothambold';
}

.term-condtion {
    text-align: center;
}

.term-condtion>li {
    display: inline-block;
}

.term-condtion>li:not(:last-child) {
    margin-right: 8px;
}

.term-condtion>li>a {
    font-size: 14px;
    color: #000;
}

/*End Term Condition and privacy policy*/

.olive-logo {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    display: none;
}

.toll-free {
    display: none;
}

.toll-free>a {
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    font-family: 'gothambook';
}

.webform-submission-contact-us-form fieldset.captcha.captcha-type-challenge--image {
    font-size: 12px;
    color: #fff;
}

.webform-submission-contact-us-form .reload-captcha-wrapper {
    white-space: nowrap;
    background: transparent;
    color: #fff;
    text-align: center;
    margin-left: 5px;
    font-size: 0;
    filter: brightness(0) invert(1);
}

.webform-submission-contact-us-form .reload-captcha-wrapper .reload-captcha {
    font-size: 0px;
}

.webform-submission-contact-us-form .form-actions {
    margin-top: 30px;
}

.webform-submission-contact-us-form legend.captcha__title {
    font-size: 14px;
}

#preloader,
#contactPreloader {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}

#preloader .loader,
#contactPreloader .loader {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
    line-height: 0;
    max-width: 1060px;
}

.loader video {
    width: 100%;
    height: 100%;
}

#preloader .loader:focus-visible,
#preloader .loader:focus,
#contactPreloader .loader:focus-visible,
#contactPreloader .loader:focus {
    outline: none;
    border: none;
}

.footer-child p.subftitle {
    font-size: 14px;
    text-transform: none;
}

/* Data Collection CSS */

.header.header-static .logo {
    display: none;
}

.header.header-static .logo-scroll {
    display: block;
}

.header.header-static .topMenu li a {
    color: #000000;
}

.data-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.data-row .data-column {
    width: 60%;
    flex: 0 0 auto;
}

.data-row .data-column:first-child {
    width: 40%;
    flex: 0 0 auto;
}

.data-form-wrapper {
    padding: 0px 60px 0px 30px;
}

.data-form-wrapper .section-title p {
    margin: 0 0 25px;
}

.news-box {
    position: relative;
}

.news-box-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
}

.btn-custom>img {
    display: inline-block;
}

.latest-news .slick-arrow {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.84);
    border: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 10px;
    z-index: 1;
}

.latest-news .slick-arrow.slick-next {
    right: 10px;
    left: auto;
}

.news-box-title h3 {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
}

.grey-bg {
    background: linear-gradient(360deg, #EBEBEB 0%, #F4F4F4 100%);
}

.press-wrapper ul>li {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 15px 25px;
}

.press-wrapper ul>li span {
    font-size: 18px;
    color: #000;
    font-family: 'gothamblack';
    display: block;
    margin-bottom: 5px;
}

.press-wrapper ul>li h4 a {
    font-size: 21px;
    font-family: 'gothambold';
    color: #144B83;
}

.press-wrapper ul>li p {
    font-size: 14px;
    color: #000;
    font-family: 'gothamlight';
    font-weight: 300;
    margin: 0;
}

.press-wrapper ul>li:not(:last-child) {
    margin-bottom: 1px;
}

.video-box {
    position: relative;
    margin-top: 25px;
}

.video-box-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px;
    color: #fff;
    font-size: 20px;
    font-family: 'gothambold';
}

.video-box-title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 33.76%);
}

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.block-event {
    background: #144B83;
}

.event-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.event-title h3 {
    width: 85%;
}

.event-title {
    z-index: 1;
}

.video-box-title.event-title::before {
    background: linear-gradient(360deg, #000000 0%, rgba(102, 102, 102, 0) 100%);
    border-radius: 10px;
    z-index: -1;
}

.block-event .video-box-img img {
    border-radius: 10px;
}

.video-popup .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: none;
}

.video-popup h2 {
    font-size: 24px;
    margin: 0;
    padding: 8px 0;
}

.video-popup .modal-body {
    padding: 35px 15px 15px;
}

.latest-news .slick-arrow.slick-prev::before,
.latest-news .slick-arrow.slick-next::before {
    content: "<<";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    text-align: center;
    line-height: 2.4;
}

.latest-news .slick-arrow.slick-next::before {
    content: ">>";
}

.webform-submission-partner-connect-add-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.webform-submission-partner-connect-add-form>div {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.webform-submission-partner-connect-add-form>div label {
    font-size: 14px;
    display: block;
    line-height: normal;
}

.webform-submission-partner-connect-add-form>div input,
.webform-submission-partner-connect-add-form>div select,
.webform-submission-partner-connect-add-form>div textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #cccc;
    border-radius: 0px;
    margin: 0;
    height: 28px;
    padding-left: 0;
    font-size: 14px;
}

.webform-submission-partner-connect-add-form>div input:focus,
.webform-submission-partner-connect-add-form>div textarea:focus,
.webform-submission-partner-connect-add-form>div select:focus {
    box-shadow: none;
    outline: none
}

.webform-submission-partner-connect-add-form>div select {
    appearance: auto;
}

.webform-submission-partner-connect-add-form>div textarea {
    height: 62px;
    width: 100%;
}

.webform-submission-partner-connect-add-form>div.js-form-type-textarea,
.webform-submission-partner-connect-add-form>div.form-actions {
    width: 100%;
}

.webform-submission-partner-connect-add-form .captcha-type-challenge--image {
    font-size: 12px;
    padding-left: 10px;
}

.webform-submission-partner-connect-add-form .captcha__title {
    font-size: 14px;
}

.webform-submission-partner-connect-add-form>div input[type="submit"] {
    background: #0F3677;
    font-size: 14px;
    padding: 8px 30px;
    height: auto
}

.webform-submission-partner-connect-add-form .captcha__image-wrapper {
    flex: 0 0 100px;
    height: auto;
}

.webform-submission-partner-connect-add-form .captcha__image-wrapper img {
    width: 100%;
    height: auto;
}

.webform-submission-partner-connect-add-form>div.js-form-type-checkbox {
    display: flex;
    align-items: center;
}

.webform-submission-partner-connect-add-form>div.js-form-type-checkbox label.option {
    margin-left: 7px;
}

.webform-submission-partner-connect-add-form>div:last-child {
    margin-bottom: 0;
}

/* End Data Collection CSS */

.autopowerNumber .box h3 sup {
    font-size: 32px;
}

/* Media Page CSS */

.block-media {
    padding: 80px 0;
    background: #F3F3F3;
}

ul.partner-store {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

ul.partner-store>li {
    padding: 0 10px;
    flex: 0 0 auto;
    width: 33.333333%;
    cursor: pointer;
}

ul.partner-store li.current .parner-image {
    background: #144B83;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.partner-store-content .partner-tab-content {
    display: none;
    margin-top: 55px;
}

.partner-store-content .partner-tab-content.current {
    display: inherit;
}

.parner-image {
    background: #5D5F61;
    border-radius: 20px;
    position: relative;
    transition: all linear 0.3s;
}

ul.partner-store li:hover .parner-image {
    background: #144B83;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

ul.partner-store li:hover .parner-image::after {
    content: "";
    border: 15px solid transparent;
    border-top-color: #144B83;
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
}

ul.partner-store li.current .parner-image::after {
    content: "";
    border: 15px solid transparent;
    border-top-color: #144B83;
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
}

.parner-image>p>img {
    border-radius: 20px 20px 0 0;
}

.partner-box {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partner-box .parner-title {
    width: 72%;
}

.partner-box .parner-title-arrow {
    width: 28%;
}

.parner-image>p {
    margin: 0;
}

.parner-title p {
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-family: 'gothambold';
    font-weight: 700;
    line-height: normal;
    min-height: 42px;
}

.parner-title p:last-child {
    font-size: 14px;
    font-family: 'gothambook';
    font-weight: 400;
    min-height: auto;
}

.pdf-media-box {
    background: #FFFFFF;
    padding: 25px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.pdf-media-box .pdf-title {
    flex: 0 0 auto;
    width: 85%;
    position: relative;
    padding-left: 56px;
    display: flex;
    align-items: center;
    height: 48px;
}

.pdf-title>a {
    color: #000000;
    font-family: 'gothambold';
    font-weight: 700;
}

.pdf-media-box .pdf-title span {
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
}

.pdf-media-box .pdf-title-arrow {
    flex: 0 0 auto;
    width: 15%;
    text-align: center;
}

.partner-tab-content h3 {
    color: #144B83;
    margin-bottom: 10px;
    font-size: 35px;
}

.pdf-media-box .pdf-title-arrow img {
    width: 32px;
}

.partner-box .parner-title-arrow {
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    text-align: center;
    padding: 7px 2px;
    border-radius: 10px;
    border: 1px solid #fff;
    transition: all linear 0.3s;
}

.partner-box .parner-title-arrow:hover {
    background: #000;
    border: 1px solid transparent;
}

.dl-section {
    padding-top: 45px;
}

.dl-store li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

.dl-store li.current {
    background: #f3f3f3;
}

.dl-store-content .dl-tab-content {
    display: none;
}

.dl-store-content .dl-tab-content.current {
    display: inherit;
}

/* End Media Page CSS */

/*become our partner*/

.dealerBanner .slideItem .slideImage,
.dealerBanner .faqPage .slideItem .bg-mark {
    display: none;
}

.dealerBanner {
    background: url(../images/dealer-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding-top: 182px;
}

.dealerBanner .slideItem .slideImage .imageSide .imageblueBg {
    background: transparent;
}

.dealerBanner .faqPage .slideItem .bg-mark {
    background-color: transparent !important;
}

.dealerBanner .slideItem .slideImage {
    justify-content: start;
}

.dealerBanner .imageProductdl {
    position: absolute;
    top: 50%;
    right: -35%;
    max-width: 300px;
    width: 100%;
    transform: translateY(-50%);
}

.dealerBanner .faqPage .slideItem .slideContant h1,
.dealerBanner .faqPage .slideItem .slideContant h1 span {
    font-size: 55px;
}

.slideItem {
    position: relative;
    padding: 70px 0;
}

.slideItem .bg-mark {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../images/mask-img-bg.webp) no-repeat;
    background-position: 102% center;
    z-index: 9;
}

.slideItem .bannerMainSlide {
    width: 100%;
}

.slideItem .slideStyle {
    position: relative;
    width: 1320px;
    display: flex;
    align-items: center;
    z-index: 10;
    margin: 0 auto;
}

.slideItem .slideStyle>div {
    width: 100%
}

.slideItem .slideContant {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.slideItem .slideContant,
.slideItem .slideImage {
    flex: 1;
    width: 50%;
}

.slideItem .slideContant h1 {
    font-family: 'gothambook';
    font-size: 2rem;
    color: #fff;
    margin-bottom: 20px;
}

.slideItem .slideContant h1 span {
    display: block;
    font-size: 5.5rem;
    color: #E46F23;
    font-family: 'gothambold';
    margin-left: -5px;
}

.slideItem .slideContant p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 40px;
}

.slideItem .slideImage {
    display: flex;
    justify-content: flex-end;
}

.slideItem .slideImage .imageSide {
    width: 525px;
    height: 525px;
    position: relative;
}

.slideItem .slideImage .imageSide .imageblueBg {
    background: #1F367C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.slideItem .slideImage .imageSide img {
    width: 385px;
    max-width: 100%;
}

.slideItem .slideImage .imageSide span {
    position: absolute;
    font-size: 14px;
    color: #0D0A0A;
    top: 40%;
    left: -70px;
    background: #EBCE00;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-family: 'gothammedium';
    transform: translate(0, -50%);
    text-align: center;
    font-family: 'gothambold';
}

.homeSlider .slick-dots {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
}

.homeSlider .slick-dots li {
    line-height: normal;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    position: relative;
}

.homeSlider .slick-dots li button {
    border: none;
    text-indent: -99999px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
}

.homeSlider .slick-dots li.slick-active {
    border-color: #E46F23;
    margin-top: 120px;
}

.homeSlider .slick-dots li.slick-active button {
    background: #E46F23;
}

.homeSlider .slick-dots li.slick-active:after {
    position: absolute;
    top: -110px;
    left: 7px;
    content: '';
    width: 3px;
    height: 50px;
    background: #F06C06;
}

.homeSlider .slick-dots li.slick-active:before {
    position: absolute;
    top: -60px;
    left: 7px;
    content: '';
    width: 3px;
    height: 50px;
    background: #fff;
}

.homeSlider .slick-dots li.slick-active button:before {
    position: absolute;
    content: '';
    top: -19px;
    left: 3px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    padding: 4px;
}

.dealerSec {
    position: relative;
    padding: 45px 0
}

.dealerSec h2 {
    margin-bottom: 30px
}

.dealerSec .dealInfo {
    width: auto;
    max-width: 100%
}

.dealheading {
    font-family: 'gothamblack';
    font-size: 32px
}

.dealCol {
    display: flex;
    flex-wrap: wrap;
}

.dealCol .dealBox {
    width: 50%;
    display: flex;
    color: #000;
}

.dealCol .dealBox:last-child {
    width: 100%
}

.dealCol .dealBox .dealIcon {
    min-width: 78px;
    height: 78px;
    border: 1px solid #E7E7E7;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dealCol .dealBox:hover .dealIcon {
    background: #273D83;
    border-color: #273D83
}

.dealCol .dealBox:hover .dealIcon img,
.whyUsSec .box:hover span img {
    filter: brightness(0) invert(1);
}

.dealCol .dealBox h5 {
    font-family: 'gothambold';
    font-size: 18px;
    margin-bottom: 10px
}

.dealCol .dealBox p,
.whyUsSec .box p {
    font-size: 14px;
    line-height: 24px;
    margin: 0
}

.dealCol .dealDetail {
    padding: 0 30px 0 22px
}

.flexCol {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.whyUsSec {
    background: #F5F7FA;
    padding: 45px 0;
    position: relative;
}

.whyUsSec h2 {
    margin-bottom: 60px
}

.whyUsSec *,
.dealerSec {
    transition: .2s ease-out 100ms;
}

.whyUsSec .box {
    padding: 55px 40px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.whyUsSec .box:hover {
    background: #FFF;
    box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08);
}

.whyUsSec .box span {
    min-width: 102px;
    height: 102px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whyUsSec .box:hover span {
    background: #273D83
}

.whyUsSec .box h5 {
    font-family: 'gothambold';
    font-size: 18px;
    margin: 15px 0 10px;
    color: #273D83;
    min-height: 43px;
}

.whyUsSec .box p {
    text-align: center;
    min-height: 168px;
}

h2.titleBorder {
    position: relative;
    margin-bottom: 30px;
}

h2.titleBorder:after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0);
    background: url(../images/title-border.png) no-repeat;
    width: 146px;
    height: 12px;
    content: '';
}

.fillForm {
    position: relative;
    background: #263d83 url(../images/fillForm-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 530px
}

.fillForm div {
    height: 100%
}

.fillForm .detail {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 510px;
    max-width: 100%;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.fillForm .detail p {
    margin-bottom: 30px;
    text-align: center;
}

.centerAlign {
    text-align: center;
}

.btnStyle {
    font-size: 14px;
    padding: 15px 40px 15px 30px;
    border: 1px solid transparent;
    border-radius: 50px;
    display: flex;
    align-items: center;
    line-height: normal;
}

.orangebtn {
    border-color: #E46F23;
    background: #E46F23 url(../images/white-arrow.png) no-repeat 87% center;
    color: #fff;
}

.orangebtn:hover {
    color: #fff;
    border-color: #000;
    color: #000;
    background: transparent url(../images/black-icon.png) no-repeat 87% center;
}

.successSec {
    position: relative;
    padding: 45px 0 90px;
}

.successOwl {
    max-width: 1010px;
    width: 100%;
    margin: 30px auto 0;
    position: relative;
}

.successSec .slick-slide {
    margin: 0 10px
}

.successSec .slick-arrow {
    bottom: -50px;
    left: 53%;
    transform: translate(-50%);
    text-indent: -999999px;
    position: absolute;
    width: 42px;
    height: 42px;
    background: url(../images/org_arrow.png) no-repeat;
    z-index: 9;
    background-size: cover;
    border: none;
}

.successSec .slick-arrow.slick-prev {
    left: 45%;
    transform: rotate(180deg);
}

.dealerFormSec {
    padding: 45px 0;
}

.padd0 {
    padding: 0;
}

.formVideo {
    width: auto;
    max-width: 100%;
}

.dealerForm {
    max-width: 680px;
    width: 100%;
}

.dealerForm .webform-submission-partner-with-us-form,
.webform-submission-connect-with-us-form,
.formDesign form {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    align-items: center;
    align-content: center;
}

.dealerForm .webform-submission-partner-with-us-form>div,
.webform-submission-connect-with-us-form>div,
.formDesign form>div {
    flex: 0 0 50%;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.dealerForm .webform-submission-partner-with-us-form>div input,
.dealerForm .webform-submission-partner-with-us-form>div select,
.webform-submission-connect-with-us-form>div input,
.webform-submission-connect-with-us-form>div textarea,
.formDesign form>div input,
.formDesign form>div textarea {
    color: #000;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #ADADAD;
    width: 100%;
    padding: 12px 0;
    height: 42px;
    border-radius: 0px;
    margin: 0;
}

.dealerForm .webform-submission-partner-with-us-form>div input::placeholder,
.dealerForm .webform-submission-partner-with-us-form>div select::placeholder,
.webform-submission-connect-with-us-form>div input::placeholder,
.webform-submission-connect-with-us-form>div textarea::placeholder,
.formDesign form>div input::placeholder,
.formDesign form>div textarea::placeholder {
    color: #000;
}

.dealerForm .webform-submission-partner-with-us-form>div input,
.dealerForm .webform-submission-partner-with-us-form>div select {
    font-size: 12px;
}

.webform-submission-connect-with-us-form>div,
.formDesign form>div {
    margin-bottom: 25px;
}

.webform-submission-connect-with-us-form>div textarea,
.formDesign form>div textarea {
    height: 120px;
    width: 100%;
}

.webform-submission-connect-with-us-form>div input,
.webform-submission-connect-with-us-form>div textarea,
.formDesign form>div input,
.formDesign form>div textarea {
    border: 1px solid #ADADAD;
    padding: 10px 20px;
}

.dealerForm .webform-submission-partner-with-us-form>div input:focus,
.dealerForm .webform-submission-partner-with-us-form>div select:focus,
.webform-submission-connect-with-us-form>div input:focus,
.webform-submission-connect-with-us-form>div textarea:focus,
.formDesign form>div input:focus,
.formDesign form>div textarea:focus {
    color: #000;
    outline: none;
    box-shadow: none;
}

.dealerForm .webform-submission-partner-with-us-form>div:last-child,
.webform-submission-connect-with-us-form>div.form-item-message,
.formDesign form>div.form-item-message {
    width: 100%;
    flex: 0 0 100%;
}

.dealerForm .webform-submission-partner-with-us-form>div:last-child input[type="submit"],
.webform-submission-connect-with-us-form>div input[type="submit"],
.formDesign form>div input[type="submit"] {
    width: auto;
    height: auto;
    font-size: 14px;
    padding: 15px 60px 15px 50px;
    border: 1px solid transparent;
    border-radius: 50px;
    background: #E46F23 url(../images/white-arrow.png) no-repeat 74% center;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
}

.webform-confirmation__message {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    position: relative;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.formDesign .closePop {
    position: absolute;
    top: 25px;
    right: 25px;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: 25px;
    height: 25px;
    font-size: 0;
    background: url(../images/close-btn.png) no-repeat center;
    background-size: cover;
}

.webform-submission-connect-with-us-form>div.form-actions,
.formDesign form>div.webform-actions {
    flex: 0 0 auto;
    width: auto;
}

.captcha__title.js-form-required.form-required,
.form-item-captcha-response .js-form-required.form-required,
.form-item-captcha-response .description {
    display: none
}

.captcha__image-wrapper {
    display: flex;
    align-items: center;
}

.captcha__element .form-text {
    border: 1px solid #ADADAD;
    height: 40px;
    width: 100%;
    margin: 10px 0 0 20px;
}

.webform-submission-partner-with-us-form>div.form-item-area-of-warehouse {
    width: 100%;
    flex: 0 0 100%;
}

.webform-submission-partner-with-us-form>.captcha {
    padding: 0 15px;
}

.webform-submission-partner-with-us-form>div.js-form-item-utm-source,
.webform-submission-partner-with-us-form>div.form-item-utm-medium,
.webform-submission-partner-with-us-form>div.form-item-utm-campaign {
    display: none;
}

.webform-submission-partner-with-us-form>.captcha .reload-captcha-wrapper {
    margin-left: 5px;
}

.webform-submission-partner-with-us-form>.captcha .js-form-item-captcha-response {
    width: 100%;
    min-width: 100%;
    flex: 0 0 100%;
    font-size: 12px;
    margin-bottom: 15px;
    display: block;
}

.webform-submission-partner-with-us-form .captcha-type-challenge--image .captcha__element {
    align-items: center;
    flex-wrap: wrap;
    gap: unset;
}

.webform-submission-partner-with-us-form .captcha__element .form-text {
    width: 100%;
    margin: 0;
    font-size: 14px;
}

.webform-submission-partner-with-us-form>.captcha .captcha__title {
    font-size: 12px;
}

.block-queries .fa-envelope:before {
    background: url(../images/mail.png) no-repeat center;
    width: 18px;
    height: 14px;
    display: inline-block;
    background-size: 17px;
    content: "";
    vertical-align: middle;
    filter: brightness(0) invert(1);
}

.sample_videos .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    cursor: pointer;
}

.sample_videos .modal-body {
    padding: 30px 15px 10px;
}

.sample_videos .modal-body .modal-title {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 15px;
}

/* Media Page CSS */

.news-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.news-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 42.29%, rgba(0, 0, 0, 0) 64.3%);
}

.news-box-img>img,
.media-img>img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.news-box-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
}

.btn-custom>img {
    display: inline-block;
}

.latest-news .slick-arrow {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.84);
    border: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 10px;
    z-index: 1;
}

.latest-news .slick-arrow.slick-next {
    right: 10px;
    left: auto;
}

.news-box-title h3 {
    font-size: 30px;
    line-height: normal;
    color: #fff;
    margin-bottom: 20px;
}

.grey-bg {
    background: linear-gradient(360deg, #EBEBEB 0%, #F4F4F4 100%);
}

.category ul>li {
    display: inline-block;
    font-size: 14px;
    color: #144B83;
    font-family: 'gothambook';
    font-weight: 400;
}

.category ul>li:not(:last-child) {
    margin-right: 10px;
}

.category {
    margin-bottom: 15px;
}

.category ul>li>a {
    border: 1px solid #144B83;
    display: block;
    color: #144B83;
    padding: 3px 6px;
}

.category ul>li>a:hover {
    background: #144B83;
    color: #fff;
}

.media-text h3 {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-family: 'gothambook';
    font-weight: 400;
    margin: 0;
    min-height: 105px;
}

.media-text h3>a {
    color: #000;
    font-family: 'gothambook';
    font-weight: 400;
}

.media-wrapper {
    background: #fff;
    margin-top: 25px;
}

.media-text {
    padding: 15px;
}

.latest-news .slick-arrow.slick-prev::before,
.latest-news .slick-arrow.slick-next::before {
    content: "<<";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    text-align: center;
    line-height: 2.4;
}

.latest-news .slick-arrow.slick-next::before {
    content: ">>";
}

ul.media-store {
    text-align: center;
}

ul.media-store li {
    color: #897C7C;
    font-size: 16px;
    display: inline-block;
    padding: 10px 0px;
    cursor: pointer;
    font-family: 'gothambook';
    font-weight: 400;
    position: relative;
}

ul.media-store li.current::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #FF9900;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

ul.media-store li:not(:last-child) {
    margin-right: 35px;
}

ul.media-store li.current {
    color: #000;
}

.media-content .media-tab-content {
    display: none;
}

.media-content .media-tab-content.current {
    display: inherit;
}

#views-exposed-form-news-block-1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    align-items: end;
}

#views-exposed-form-news-block-1>div {
    flex: 0 0 auto;
    width: 25%;
    padding: 0 10px;
}

#views-exposed-form-news-block-1>div label,
#views-exposed-form-news-block-1>div select {
    font-size: 14px;
}

#views-exposed-form-news-block-1 .form-submit {
    padding: 6px 24px;
    font-size: 14px !important;
}

#views-exposed-form-news-block-1>div select:focus {
    box-shadow: none;
}

/* End Media Page CSS */

.press-release-block>form {
    display: flex;
    flex-wrap: wrap;
}

.press-release-block>form>div {
    width: 25%;
    flex: 0 0 auto;
}

.block-media ul.js-pager__items.pager {
    margin: 30px 0;
}

.block-media ul.js-pager__items.pager>li>a {
    color: #000;
    border: 1px solid #000;
    font-family: 'gothambook';
    font-size: 14px;
    line-height: 16px;
    padding: 13px 17px;
}

.block-media ul.js-pager__items.pager>li>a:hover {
    background: #0F3677 !important;
    color: #fff !important;
    border: 1px solid #0F3677 !important;
}

.press-release-block>form>div select {
    font-size: 14px;
}

.press-release-block>form>div select:focus {
    box-shadow: none;
}

/* New Resource Page CSS */

.fixed-nav {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 10;
    width: 100px;
}

.nav-dot {
    width: 100%;
    height: 26px;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
    position: relative;
    border-right: 2px solid #ccc;
}

.nav-dot.active {
    border-right: 2px solid #FF9900;
}

.nav-dot>.pointerText {
    display: none;
    opacity: 0;
}

.nav-dot.active>.pointerText,
.nav-dot:hover>.pointerText {
    position: absolute;
    display: block;
    top: 0px;
    font-size: 12px;
    color: #fff;
    width: 120px;
    height: 26px;
    opacity: 1;
    line-height: 26px;
    right: 2px;
    background-color: rgba(4, 58, 91, 0.6);
    text-align: left;
    padding-left: 25px;
    animation-name: cssHide;
    animation-duration: 6s;
}

.nav-dot.active>.pointerText::after,
.nav-dot:hover>.pointerText::after {
    content: "";
    width: 10px;
    height: 1px;
    background: #FF9900;
    display: block;
    position: absolute;
    right: 0;
    top: 13px;
    z-index: 1;
}

.ls-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.ls-img {
    position: relative;
    height: 100vh;
}

.ls-img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.90) 0%, rgba(99, 99, 99, 0) 100%);
}

.ls-content .section-title {
    max-width: 862px;
    width: 100%;
}

.ls-content .section-title h2 {
    margin-bottom: 24px;
    font-size: 45px;
    line-height: normal;
}

.lead-stories .slick-dots {
    position: absolute;
    bottom: 5%;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.lead-stories .slick-dots>li {
    display: inline-block;
    margin: 0 3px;
}

.lead-stories .slick-dots>li>button {
    border: none;
    background: #eee;
    font-size: 0;
    width: 30px;
    height: 3px;
}

.lead-stories .slick-dots>li.slick-active>button {
    background: #FF9900;
}

.press-release .slick-dots {
    position: absolute;
    bottom: 38%;
    width: 100%;
    text-align: center;
}

.press-release .slick-dots>li {
    display: inline-block;
    margin: 0 3px;
}

.press-release .slick-dots>li>button {
    background: transparent;
    border: 1px solid #fff;
    margin: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    font-size: 0px;
    border-radius: 50%;
}

.press-release .slick-dots>li.slick-active>button {
    background: #fff;
}

.newsbox {
    position: relative;
}

.news-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.news-text .category ul>li,
.news-text .media-text h3 {
    color: #fff;
}

.md-arrows .slick-arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(../images/arrow-right.png) no-repeat center;
    font-size: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 1;
}

.md-arrows .slick-prev {
    background: url(../images/arrow-right.png) no-repeat center;
    right: 60px;
    transform: rotate(180deg);
}

.news-img {
    position: relative;
}

.news-img::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    position: absolute;
}

.whitepaper-slider .slick-list {
    margin: 0 -7px;
}

.whitepaper-slider .slick-list .slick-slide {
    padding: 0 7px;
}

.resorce-section:not(.ls-content) .section-title {
    margin-bottom: 25px;
}

.md-arrows.blue-arrow .slick-arrow {
    top: -58px;
    right: 0;
    border: 1px solid #144B83;
    background: url(../images/md-arrow-prev-bl.png) no-repeat center;
}

.md-arrows.blue-arrow .slick-prev {
    right: 40px;
}

.video-section .press-release .slick-dots {
    bottom: 15px;
}

.whitepaper-section .media-text h3 {
    margin: 0 0 15px;
    min-height: 48px;
}

.video-wrapper {
    margin-top: 60px;
    padding-left: 9%;
}

.video-hm .slick-list {
    margin: 0 -7px;
}

.video-hm .slick-list .slick-slide {
    padding: 0 7px;
}

.video-hm.md-arrows.blue-arrow .slick-arrow {
    right: 8%;
    top: -45px;
}

.video-hm.md-arrows.blue-arrow .slick-prev {
    right: 11%;
}

.social-wrapper {
    position: relative;
}

.social-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    max-width: 600px;
}

.social-feed-icon {
    margin-bottom: 20px;
}

.social-content h3 {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 12px;
    font-family: 'gothambook';
    font-weight: 400;
}

.social-content span {
    margin-bottom: 0;
    font-size: 14px;
}

.social-image-bg {
    position: relative;
}

.social-image-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    background: rgba(59, 89, 152, 0.7);
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.instagram-bg::before,
.linkedin-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    padding: 0;
    background-position: center !important;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat !important;
    right: 0;
    background-size: cover !important;
}

.instagram-bg::before {
    background: url(../images/insta_shade.png);
}

.linkedin-bg::before {
    background: url(../images/linkedin_shade.png);
}

.social-feed-icon img {
    width: 40px;
}

.whitepaper-section .category {
    margin-bottom: 5px;
}

.media-text>span {
    font-size: 14px;
    font-family: 'gothammedium';
    font-weight: 500;
    color: #144B83;
}

.news-slider .news-img {
    height: 511px;
}

.news-slider .news-img>img {
    height: 100%;
    object-fit: cover;
}

.video-section .news-slider .news-img {
    height: auto;
}

.video-section .media-img,
.video-section .news-img {
    position: relative;
}

.video-section .media-img::before,
.video-section .news-img::after {
    content: "";
    width: 42px;
    height: 30px;
    background: url(../images/yt-icon.png) no-repeat center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
}

.resorce-section .media-text h3 {
    min-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.resorce-section .category {
    margin-bottom: 8px;
}

.facebook-bg {
    height: 424px;
}

.facebook-bg>img {
    height: 100%;
    object-fit: cover;
}

.media .media-img {
    position: relative;
    height: 317px;
}

.media .media-img>img {
    height: 100%;
    object-fit: cover;
}

.media .media-img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.10);
}

.banner-category {
    display: inline-block;
    color: rgb(255, 255, 255);
    background-color: rgb(4, 58, 91);
    font-size: 13px;
    padding: 2px 8px;
    margin-bottom: 5px;
    border-left: 2px solid #FF9900;
    font-family: 'gothambook';
    font-weight: 400;
}

.media-wrap {
    position: relative;
    margin-top: 20px;
}

.media-wrap>h3 {
    font-size: 18px;
    font-family: 'gothamlight';
    color: #000;
    box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.2);
    font-weight: bold;
    display: inline-block;
    padding: 8px 20px;
    position: absolute;
    top: -22px;
    left: 15px;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* End New Resource Page CSS */

.terms-condition p strong {
    font-weight: 700;
    font-family: 'gothambold';
    color: #484747;
}

.news-slider .media-img {
    height: 370px;
}

.news-slider .media-img img {
    object-fit: cover;
    height: 100%;
}

.block-media-section .media-img {
    height: 207px;
}

.block-media-section .media-img img {
    object-fit: cover;
    height: 100%;
}

.block-profile {
    background: url(../images/profile-bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 30px;
}

.bg-grey {
    background: #F6F6F6;
}

.profile-description .section-title h2 {
    margin-bottom: 10px !important;
}

.profile-description .section-title .profile-post {
    font-size: 16px;
    color: #000;
    font-family: 'gothambold';
    margin-bottom: 20px;
}

.profile-description .section-title p {
    color: #000;
}

.document-row h4 {
    font-size: 30px;
    color: #1D1D1D;
    margin-bottom: 10px;
}

.doc-title,
.doc-title a {
    font-size: 22px;
    color: #1D1D1D;
    font-family: 'gothammedium';
    font-weight: 500;
}

.document-row>div {
    border-bottom: 1px solid #DADADA;
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
}

.document-wrapper>div:not(:last-child) {
    margin-bottom: 60px;
}

.doc-box .doc-title {
    flex: 0 0 auto;
    width: calc(100% - 23px);
}

.doc-box .doc-icon {
    flex: 0 0 auto;
    width: 23px;
}

.document-row p {
    font-family: 'gothamlight';
    font-size: 14px;
    line-height: 24px;
    color: #484747;
    margin-bottom: 15px;
}

.pdf-block {
    padding: 45px 0;
}

ul.investor li {
    color: #fff;
    font-size: 14px;
    padding: 28px 22px;
    display: flex;
    position: relative;
    cursor: pointer
}

ul.investor li.current {
    font-family: 'gothammedium';
    font-weight: 500;
}

ul.investor li.current::before {
    content: "";
    border: 10px solid transparent;
    border-top-color: #144B83;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

ul.investor li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    background: #5A88B7;
    transform: translateY(-50%);
}

.investor-content .investor-tab-content {
    display: none;
}

.investor-content .investor-tab-content.current {
    display: inherit;
}

.bodDiv>p {
    margin: 0;
}

.list-agm {
    position: relative;
}

.list-agm ul {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 40px;
}

.list-agm ul>li {
    display: inline-block;
    max-width: 193px;
    vertical-align: middle;
}

.list-agm ul>li>a {
    color: #1D1D1D;
    font-size: 14px;
    display: block;
    padding: 12px 14px;
    white-space: normal;
    font-family: 'gothammedium';
    font-weight: 500;
}

.scroll-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.scroll-arrow.left {
    left: 0;
}

.scroll-arrow.right {
    right: 0;
}

.document-row {
    scroll-margin-top: 120px;
}

@media (max-width: 1399px) {
    .doc-title,
    .doc-title a {
        font-size: 18px;
    }
    .document-row h4 {
        font-size: 24px;
    }
    .news-slider .media-img {
        height: 318px;
    }
    .ls-content .section-title h2 {
        font-size: 30px;
    }
    .facebook-bg {
        height: 365px;
    }
    .ls-content .section-title {
        max-width: 580px;
    }
    .news-slider .news-img {
        height: 453px;
    }
    .contact-heading,
    .form-title h2 {
        font-size: 45px;
        line-height: 50px;
    }
    .job-description-para span,
    .job-description-para ol>li span {
        font-size: 16px;
        line-height: 28px;
    }
    .jobopening-back h4 {
        font-size: 45px;
        line-height: 50px;
    }
    .jobopening-back p {
        font-size: 16px;
        line-height: 28px;
    }
    .life-esheading p {
        font-size: 16px;
        line-height: 28px;
    }
    .count-box h3 {
        font-size: 45px;
    }
    .count-box p {
        font-size: 16px;
    }
    .para-bottom p {
        font-size: 16px;
    }
    .contactus-left ul>li,
    .contactus-left ul>li>a {
        font-size: 15px;
    }
    .block-product-item .about-cnt .section-title {
        margin-bottom: 0rem !important;
    }
    .certificate-box {
        max-width: 930px;
        margin: 30px auto;
    }
    .certificate-box ul>li {
        width: 20%;
        margin: 15px 20px;
    }
    .research-detail .box>div {
        padding: 20px 15px;
    }
    .block-research .section-title {
        margin-bottom: 2rem !important;
    }
    .research-detail .box p {
        font-size: 15px;
        min-height: 67px;
    }
    .value-box {
        margin-bottom: 30px;
    }
    .history-title h4 {
        font-size: 45px;
        margin-top: -106px;
    }
    .history-year h3 {
        font-size: 134px;
    }
    .form-title h2 {
        font-size: 45px;
    }
    .form-title p {
        font-size: 16px;
        line-height: 26px;
    }
    .block-brand.block-business-box .section-title h2 {
        font-size: 45px;
    }
    .equipment-list .list h5 {
        font-size: 16px;
    }
    .logo {
        width: 162px;
        flex: 0 0 162px;
    }
    ul.navbar-nav>li>a {
        font-size: 14px;
    }
    .topMenu li a {
        font-size: 12px;
    }
    .equipment-list {
        padding: 30px 15px 30px;
    }
    .imageAccoordian li {
        width: 124px;
    }
    .block-brand .section-title h2 {
        font-size: 48px;
    }
    .block-companies .powerBox .content {
        padding: 10px 15px;
        width: 100%;
    }
    .aboutMenu ul li a {
        padding: 28px 8px;
    }
    .main-menu ul.navbar-nav>li:first-child .dropdown-menu::before {
        left: 23%;
    }
    .main-menu ul.navbar-nav>li:nth-child(2) .dropdown-menu::before {
        left: 43%;
    }
    .main-menu ul.navbar-nav>li:nth-child(3) .dropdown-menu::before {
        left: 64%;
    }
    .section-title h2,
    .block-about .section-title h2,
    .intro-title h1,
    .block-rd .life-eastman .section-title h2,
    .life-esheading h4,
    .life-esheading h4 span,
    .block-inner .group-text h2 {
        font-size: 45px;
        line-height: 48px;
    }
    .section-title>p,
    .intro-title p,
    .block-about .about-cnt .section-title p {
        font-size: 16px;
        line-height: 24px;
    }
    .section-title p.title-sup {
        font-size: 13px;
    }
    .ptb-80 {
        padding: 60px 0;
    }
    .residential-title {
        font-size: 62px;
        line-height: 72px;
    }
    .em-gruop {
        padding: 40px 90px;
    }
    .group-text p,
    .group-text h2 sup {
        font-size: 20px;
    }
    .group-text h2 {
        font-size: 65px;
        line-height: 75px;
    }
    .bor-right::after {
        height: 112px;
        top: 30px;
        right: 25px;
    }
    .life-eastman-left .section-title h2 {
        font-size: 42px;
        line-height: 48px;
    }
    .life-eastman-left .section-title h2 span {
        font-size: 20px;
        line-height: 28px;
    }
    .block-blue .section-title>p {
        font-size: 24px;
        line-height: 28px;
    }
    .block-blue .section-title a {
        font-size: 18px;
    }
    .residential-box {
        height: 420px;
    }
    .slider-nav .slick-slide .count-btn h3 {
        font-size: 12px;
    }
    .founded-in h3 span {
        font-size: 27px;
    }
    .founded-in h3 {
        font-size: 65px;
    }
    .overlayImgDiv {
        top: 2.5rem;
        left: 2.5rem;
        right: 2.5rem;
    }
    .captionDir {
        padding: 12px 40px;
    }
    .block-focus ul.store>li>div a {
        font-size: 20px;
        line-height: 24px;
    }
    .member-box {
        top: -30px;
    }
    .block-focus {
        padding-top: 240px;
    }
    .innocation-icon p {
        font-size: 16px;
        line-height: 22px;
        font-family: 'gothammedium';
        font-weight: 500;
    }
    .innocation-icon>img {
        height: 65px;
    }
    .block-rd .life-eastman {
        padding: 60px;
        max-width: 570px;
    }
    .block-perform .section-title>h2>p {
        font-size: 18px;
    }
    .country-wrapper h3 {
        font-size: 24px;
    }
    .country-box>ul>li {
        font-size: 14px;
    }
    .country-list ul>li {
        font-size: 14px;
    }
    .highlights-text p {
        font-size: 20px;
        line-height: 24px;
    }
    .values .intro-title p {
        font-size: 32px;
        line-height: 38px;
    }
    .block-value {
        padding: 60px 0 0px;
    }
    .value-text h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .value-text p {
        font-size: 16px;
        min-height: 84px;
    }
    .ng-text p {
        font-size: 16px;
        line-height: 28px;
        min-height: 140px;
    }
    .job-tittle h6 {
        font-size: 20px;
    }
    .job-description-para p,
    .job-tittle p {
        font-size: 16px;
        line-height: 28px;
    }
    .block-products {
        padding: 0 0 60px;
    }
    .dealerBanner {
        padding-top: 130px
    }
    .slideItem {
        height: 520px;
        overflow: hidden;
    }
    .slideItem .bg-mark {
        background-size: contain;
    }
    .slideItem .slideStyle {
        width: 1140px;
        padding: 0 15px;
        height: 100%;
    }
    .slideItem .slideImage .imageSide {
        width: 350px;
        height: 350px;
    }
    .dealerBanner .imageProductdl {
        right: -60%;
    }
    .whyUsSec .box {
        padding: 15px;
    }
    .dealerForm {
        padding-left: 20px;
    }
    .fillForm .detail p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 1365px) {
    .history-image>div {
        max-width: 580px;
        margin-left: 0;
    }
    .block-about .section-title>p br,
    .we-process-text p br,
    .block-csr-activity ul>li br {
        display: none;
    }
    .group-row {
        justify-content: center;
    }
    .row.group-row>div {
        width: 33.33333%;
    }
    .chairman-text {
        padding: 20px;
    }
    .block-focus ul.store>li {
        width: 33.333333%;
    }
    .block-focus ul.store>li>div a {
        font-size: 22px;
    }
    .lab-box {
        padding: 14px;
    }
}

@media (max-width: 1199px) {
    .instagram-bg {
        height: 366px;
    }
    .linkedin-bg {
        height: 406px;
    }
    .instagram-bg>img,
    .linkedin-bg>img {
        object-fit: cover;
        height: 100%;
    }
    .dealerBanner {
        padding-top: 103px
    }
    .slideItem .slideStyle {
        width: 960px;
        padding: 0 15px;
        height: 100%
    }
    .slideItem .slideContant p {
        margin-bottom: 20px;
    }
    .slideItem .slideContant h1 {
        font-size: 1.2rem;
    }
    .slideItem .slideContant h1 span {
        font-size: 3.5rem;
    }
    .slideItem {
        height: 430px;
        overflow: hidden;
    }
    .slideItem .slideImage .imageSide {
        width: 300px;
        height: 300px;
    }
    .slideItem .slideImage .imageSide img {
        width: 210px;
    }
    .dealerBanner .faqPage .slideItem .slideContant h1,
    .dealerBanner .faqPage .slideItem .slideContant h1 span {
        font-size: 40px;
    }
    .dealerSec,
    .whyUsSec {
        padding: 45px 0
    }
    .dealheading {
        font-size: 24px
    }
    .dealCol .dealBox .dealIcon {
        min-width: 60px;
        height: 60px
    }
    .dealCol .dealBox .dealIcon img {
        width: 30px
    }
    .dealCol .dealBox {
        margin-bottom: 20px
    }
    .dealCol .dealBox h5 {
        font-size: 15px
    }
    .dealCol .dealBox p,
    .whyUsSec .box p {
        line-height: 20px
    }
    .dealerForm {
        width: 530px;
    }
    .whyUsSec .box h5 {
        font-size: 15px;
    }
    .fillForm {
        height: 400px
    }
    .data-form-wrapper {
        padding: 30px;
    }
    .data-row .data-column {
        width: 100% !important;
    }
    .toll-free {
        display: inline-block;
        position: absolute;
        right: 52px;
    }
    .toll-free::before {
        width: 18px;
        height: 17px;
        content: "";
        display: block;
        position: absolute;
        top: 5px;
        left: -22px;
        background: url(../images/telephone.png) no-repeat center;
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
    header.sticky .toll-free::before {
        filter: none;
        -webkit-filter: none;
    }
    header.sticky .toll-free>a {
        color: #000;
    }
    html.notscroll {
        overflow: hidden;
    }
    .life-esheading p br {
        display: none;
    }
    .megamenu-item ul>li>a {
        position: relative;
        padding-left: 20px;
    }
    .image-container {
        height: 348px;
    }
    .research-detail .box {
        width: 33.333333%;
    }
    .aboutMenu ul {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
    }
    .aboutMenu ul li a {
        padding: 15px 11px;
    }
    .bottomMenu {
        padding-top: 0;
    }
    .header .navbar-expand-lg .navbar-collapse {
        position: fixed;
    }
    .nav-item.dropdown:hover .arrowIcon,
    .topMenu {
        display: none;
    }
    .country-box>ul>li {
        width: 33.333333%;
        padding: 5px 0;
    }
    .country-list ul>li {
        width: auto;
    }
    .country-list ul>li:not(:last-child) {
        margin-right: 20px;
    }
    .history-year {
        position: static;
    }
    .history-image {
        padding-top: 0;
    }
    .history-title h4 {
        margin-bottom: 20px;
        font-size: 45px;
        line-height: 52px;
    }
    .history-image>div {
        margin: auto;
    }
    .header-static .navbar-expand-lg .navbar-toggler span {
        filter: none;
        -webkit-filter: none;
    }
    header.header-static .dropdown-toggle::after {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
    header.header-static ul.navbar-nav>li>a {
        color: #fff !important;
    }
    .megamenu .row>div {
        width: 100%;
    }
    .mobile-logo .logo {
        margin: auto;
        display: block;
        width: 205px;
    }
    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(180deg);
    }
    .megamenu-item ul>li:not(:last-child) {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .csr-activity .slick-arrow {
        bottom: -32px;
    }
    .csr-activity {
        margin-bottom: 60px;
    }
    .row-5>div {
        width: 33.333333%;
    }
    .block-footprint .section-title h2 p br,
    .block-csr-activity .section-title h2 br {
        display: none;
    }
    .block-csr-activity .section-title {
        margin-bottom: 30px;
    }
    .block-chairman .about-cnt {
        margin-top: 0px;
    }
    .block-top-banner.values .align-items-end {
        align-items: center !important;
    }
    .block-chairman {
        padding: 60px 0;
    }
    .block-chairman .row.mb-4.g-0>div {
        width: 100%;
    }
    .bodDiv {
        border: 1px solid #e8e8e8;
    }
    .overlayImgDiv {
        top: 3rem;
        left: 2.5rem;
        right: 2.5rem;
    }
    .block-inner .group-text h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .block-csr .section-title h2 br {
        display: none;
    }
    .block-csr .about-cnt {
        padding-left: 0;
    }
    .block-solution .row>div {
        width: 50%;
        height: 510px;
    }
    .section-title>p br,
    .values .intro-title p br {
        display: none;
    }
    .deliver-cnt p {
        min-height: 170px;
    }
    .second-row>div {
        width: 25%;
    }
    .member-box {
        position: static;
        transform: translateX(0%);
        margin: 0 auto 60px;
    }
    .block-focus {
        padding-top: 60px;
    }
    .dropdown.position-static:hover .dropdown-menu {
        display: none !important;
    }
    .dropdown.position-static:hover .dropdown-menu.show {
        display: block !important;
    }
    .navbar-nav .dropdown-menu::before {
        content: none;
    }
    header.sticky ul.navbar-nav>li>a,
    header.sticky ul.navbar-nav>li>.nav-link.active,
    header.sticky ul.navbar-nav>li>.nav-link:hover,
    .megamenu-item ul>li>a {
        color: #fff !important;
    }
    .dropdown-toggle::after,
    header.sticky .dropdown-toggle::after,
    header.sticky .search-wrap {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
    .dropdown.position-static .dropdown-menu {
        height: auto;
        padding: 0px;
        margin: 0;
        background: transparent;
        box-shadow: none;
    }
    .megamenu-item ul>li:not(:last-child) {
        border-bottom: none;
    }
    .header .section-title {
        display: none;
    }
    .megamenu-item ul>li>a::before {
        content: "-";
        margin-right: 10px;
        position: absolute;
        left: 0;
    }
    .mobile-logo {
        margin: 10px 0 30px;
        display: none !important;
    }
    .main-menu .address ul>li,
    .main-menu .address ul>li>a {
        color: #fff;
    }
    .main-menu .address ul>li::before {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
    ul.navbar-nav>li>a:hover::before,
    ul.navbar-nav>li>a.active::before {
        content: none;
    }
    .navbar-expand-lg .navbar-toggler {
        display: block;
        background-color: transparent;
        z-index: 99;
        border: 0;
        padding: 0;
        position: absolute;
        top: 35px;
        right: 0;
    }
    .search-wrap {
        margin-right: 55px;
        margin-top: -6px;
    }
    .navbar-expand-lg .navbar-toggler span {
        width: 2em;
        height: 2em;
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
    header.sticky .navbar-expand-lg .navbar-toggler span,
    header.sticky .search-wrap {
        filter: none;
        -webkit-filter: none;
    }
    header.sticky .navbar-expand-lg .navbar-toggler {
        top: 25px;
    }
    /*.collapse:not(.show), .mc_pos_cover {
        display: none !important;
    }*/
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: fixed;
        right: -310px;
        top: 0;
        bottom: 0;
        width: 310px;
        height: 100%;
        min-height: 100vh;
        z-index: 9;
        background-color: rgba(20, 75, 131, 0.95);
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        padding: 90px 15px 30px;
        overflow: hidden;
        overflow-y: hidden;
        overflow-y: auto;
        display: block;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }
    .navbar-expand-lg .navbar-collapse.show {
        right: 0;
        display: block !important;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }
    ul.navbar-nav>li {
        margin-bottom: 5px;
        padding-bottom: 5px;
        margin-right: 0;
        border-bottom: 1px dashed rgba(255, 255, 255, .5);
    }
    .dropdown-toggle::after {
        right: 0;
        position: absolute;
        top: 16px;
    }
    ul.navbar-nav>li:hover .dropdown-menu {
        display: none;
    }
    .dropdown-menu.show {
        display: block !important;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: relative;
    }
    .navbar-nav .dropdown-menu::before {
        left: 20px;
        transform: translateX(0);
    }
    .navbar-expand-lg .navbar-toggler-icon {
        background-image: url(../images/menu.png);
        background-size: 35px 23px;
    }
    .navbar-expand-lg .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: url(../images/close-btn.png);
        background-size: 20px;
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
    button:focus:not(:focus-visible) {
        box-shadow: none;
    }
    .pad-cus {
        padding: 0;
    }
    .ptb-80 {
        padding: 60px 0;
    }
    .group-text p,
    .group-text h2 sup,
    .section-title .title-top,
    .block-blue .section-title a {
        font-size: 18px;
    }
    .section-title h2,
    .group-text h2,
    .life-eastman .section-title h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .group-text h2 sup {
        margin-left: 0;
        vertical-align: 0px;
    }
    .em-gruop {
        padding: 60px;
    }
    .block-business .row.mb-5.pb-3 {
        margin-bottom: 0 !important;
    }
    .residential-title {
        font-size: 72px;
        line-height: 80px;
    }
    .section-title p.title-sup {
        font-family: 'gothambold';
        font-size: 18px;
        margin-bottom: 10px;
    }
    .block-highlights {
        margin-top: 60px;
    }
    .block-career {
        padding: 60px 0;
    }
}

@media (max-width: 991px) {
    .ls-content {
        text-align: center;
    }
    .social-content {
        overflow: hidden;
        overflow-y: auto;
    }
    .video-hm.md-arrows.blue-arrow .slick-prev {
        right: 13%;
    }
    .video-wrapper {
        margin-top: 45px;
        padding: 0 10px;
    }
    .linkedin-bg img {
        height: 360px;
        object-fit: contain;
    }
    #section2 .row>div:not(:last-child),
    #section4 .row>div:not(:last-child),
    #section6 .row>div:not(:last-child) {
        margin-bottom: 30px;
    }
    .media-wrap>h3 {
        font-size: 18px;
        text-align: center;
    }
    .ls-content .section-title {
        text-align: center;
    }
    .fixed-nav {
        display: none;
    }
    .ls-img {
        height: 520px;
    }
    .ls-img img {
        object-fit: cover;
        height: 100%;
    }
    .press-release-block>form>div {
        width: 50%;
        flex: 0 0 auto;
    }
    .news-box-title h3 {
        font-size: 16px;
        line-height: normal;
    }
    .news-box-title .btn-custom {
        font-size: 12px;
        padding: 8px 8px;
    }
    .dealerBanner {
        padding-top: 81px
    }
    .slideItem .slideStyle {
        width: 720px;
    }
    .dealCol {
        flex-direction: column;
    }
    .dealCol .dealBox {
        width: 100%;
    }
    .dealCol .dealDetail {
        padding: 0 20px;
    }
    .dealerForm {
        width: 400px;
    }
    .whyUsSec .container-md .row .col-md-3 {
        width: 50%;
    }
    .dealerSec,
    .whyUsSec {
        padding: 40px 0;
    }
    .whyUsSec .box {
        padding: 25px 5px;
    }
    .whyUsSec .box span {
        min-width: 60px;
        height: 60px;
    }
    .whyUsSec .box span img {
        width: 30px
    }
    .whyUsSec .box h5 {
        font-size: 16px;
        margin: 15px 0 7px;
    }
    .whyUsSec .box p {
        min-height: auto;
    }
    .successSec .slick-arrow {
        left: 54%;
    }
    .successSec .slick-arrow.slick-prev {
        left: 44%;
    }
    .block-media {
        padding: 45px 0;
    }
    .partner-tab-content h3 {
        font-size: 24px;
    }
    .parner-title p {
        font-size: 14px;
        min-height: auto;
    }
    .parner-title p:last-child {
        font-size: 12px;
    }
    .block-value .container .row>div:not(:last-child) {
        margin-bottom: 20px;
    }
    .value-icon {
        margin: 0 auto 20px;
    }
    .value-box {
        text-align: center;
    }
    ul.RandD li {
        width: 50%;
        height: 48px;
        flex: 0 0 50%;
    }
    ul.RandD li {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
    .grid-title p {
        min-height: 22px;
        margin: 0;
    }
    .grid-title p br,
    .deco {
        display: none;
    }
    ul.RandD li:last-child {
        width: 100%;
        flex: 0 0 100%;
    }
    .RandD-content .RandDTab-content {
        padding: 30px;
    }
    .image-container {
        height: 230px;
    }
    .footer-link>ul>li,
    .topSpace:not(.social-icon) ul>li {
        width: 33.333333%;
        display: inline-block;
        vertical-align: top;
    }
    .topSpace,
    .footer-bottom {
        margin-top: 20px;
    }
    .logo-footer {
        margin-bottom: 20px;
    }
    .equipment-list .list {
        flex: 0 0 100%;
    }
    .lead-detail {
        padding: 30px;
    }
    .autopowerNumber {
        display: block;
        padding: 30px 0;
    }
    .autopowerNumber .box {
        flex: 100%;
        width: 100%;
        border-bottom: 1px solid #8A8282 !important;
        padding-left: 60px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .autopowerNumber .box:last-child {
        border-bottom: none !important;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .box-padd .col-lg-12>div>div:not(:last-child) {
        margin-bottom: 20px;
    }
    .intro-title h1 br {
        display: none;
    }
    .slider-for-content .slick-arrow {
        display: none !important;
    }
    .accordion-body>.row {
        margin: 0;
    }
    .accordion-body>.row>div {
        padding: 0;
    }
    .btn-more {
        display: inline-block;
    }
    .block-certificate .row:not(.mb-5)>div {
        width: 33.333333%;
    }
    .block-certificate .mb-5 {
        margin-bottom: 1rem !important;
    }
    .history-box .history-box-right {
        display: none;
    }
    .history-box .btn-custom {
        display: inline-block;
    }
    .history-year h3 {
        font-size: 155px;
    }
    .history-box-right p {
        min-height: auto;
    }
    .history-box-right {
        max-width: 100%;
    }
    .slider-nav-year {
        position: fixed;
        max-width: 100%;
        margin-top: 30px;
    }
    .history-box {
        display: block;
        text-align: center;
    }
    .block-women-empowerment .row-5>div {
        width: 33.333333%;
        margin: 10px 0;
    }
    .block-inner .top-container {
        top: 50%;
    }
    .block-inner .top-container .container .row:last-child {
        display: none;
    }
    .intro-title p {
        margin-bottom: 0;
    }
    .block-footprint .life-eastman {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .structure-row .row>div {
        width: 33.333333%;
    }
    .cs-box1 {
        bottom: 15%;
        right: 0;
    }
    .cs-box2 {
        bottom: 15%;
        left: 0;
    }
    .csr-text h3 {
        margin-bottom: 15px;
        min-height: auto;
    }
    .block-policy .row:not(.mb-50)>div,
    .block-ngo .row:not(.mb-5)>div {
        margin-bottom: 30px;
    }
    .block-ngo .row.mb-5 {
        margin-bottom: 1rem !important;
    }
    .life-esheading p {
        padding: 0;
    }
    .jobopening-back h4,
    .jobopening-back h4 span {
        font-size: 45px;
        line-height: 55px;
    }
    .jobopening-back {
        padding: 30px;
    }
    .block-mfd .section-title h2 br,
    .life-esheading p br {
        display: none;
    }
    .block-mfd .section-title h2 span {
        margin-right: 10px;
    }
    .block-brand .row>div {
        width: 33.333333%;
    }
    .block-focus ul.store>li>div a {
        font-size: 16px;
    }
    .store-content .row:not(.last-child)>div:nth-child(1) {
        order: 2;
    }
    .deliver-box-wrap>div>div {
        margin-bottom: 20px;
    }
    .center .slick-list .slick-slide {
        padding: 0 10px;
    }
    .group-text {
        padding: 20px 0px;
    }
    .about-cnt {
        padding-left: 0;
        margin-top: 0;
    }
    .block-about .row>div:last-child {
        margin-top: 30px;
    }
    .custom-slider {
        height: 650px;
        min-height: 100%;
    }
    .footer-top>div>div>div {
        width: 100%;
    }
    .footer-bottom p {
        font-size: 14px;
        white-space: normal;
    }
    .footer-link>ul {
        /* display: none; */
        margin-bottom: 15px;
        font-size: 0;
    }
    .topSpace ul {
        font-size: 0;
    }
    .social-icon {
        text-align: right;
    }
    .footer-bottom,
    .footer-bottom .text-end {
        text-align: center !important;
    }
    .footer-link {
        margin-top: 15px !important;
    }
    .footer-link h4 {
        position: relative;
        cursor: pointer;
    }
    /* .footer-link h4::before,
    .footer-link h4::after {
        content: "";
        width: 12px;
        height: 2px;
        background: #000;
        display: block;
        position: absolute;
        top: 6px;
        right: 15px;
    } */
    .footer-link h4::after {
        transform: rotate(90deg);
    }
    .address ul {
        display: block !important;
    }
    .footer-link h4.child-open::after {
        transform: rotate(0);
    }
    .life-eastman::before,
    .life-slider .slick-arrow {
        top: auto;
        transform: translateX(-50%);
        left: 50%;
        bottom: -32px;
    }
    .life-slider .slick-arrow {
        bottom: -32px;
    }
    .life-slider .slick-arrow {
        bottom: -55px;
    }
    .life-slider .slick-prev {
        left: 47%;
    }
    .life-slider .slick-next {
        left: 53%;
    }
    .block-highlights .row:not(.mb-5)>div {
        margin-bottom: 30px;
        width: 50%;
    }
    .block-brand .business-row .row:first-child>div {
        width: 100%;
        margin-bottom: 30px;
    }
    .block-business-2 {
        margin-top: 60px;
    }
    .footer-top .row>div:last-child .footer-link h4::before,
    .footer-top .row>div:last-child .footer-link h4::after {
        content: none;
    }
    .footer-top .row>div:last-child .footer-link {
        border-bottom: none;
    }
    .footer-link .footer-child:nth-child(2) {
        margin-bottom: 15px;
    }
    .block-history {
        padding: 0;
    }
    ul.partner-store>li:not(:last-child) {
        margin-bottom: 30px;
    }
    ul.partner-store {
        justify-content: center;
    }
    ul.partner-store>li {
        width: 50%;
    }
    .partner-store-content .partner-tab-content {
        margin-top: 45px;
    }
    .dealerSec .col-md-5 {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .document-wrapper>div:not(:last-child) {
        margin-bottom: 30px;
    }
    .document-row h4 {
        font-size: 18px;
    }
    .doc-title,
    .doc-title a {
        font-size: 14px;
    }
    .media-wrap>h3 {
        left: 50%;
        transform: translateX(-50%);
        padding: 8px 10px;
    }
    .video-hm {
        margin-top: 70px;
    }
    .media-wrap {
        margin-top: 10px;
    }
    .mts-custom {
        margin-top: 30px;
    }
    .ls-content .section-title h2 {
        text-align: center;
    }
    .video-hm.md-arrows.blue-arrow .slick-arrow {
        right: 0
    }
    .video-hm.md-arrows.blue-arrow .slick-prev {
        right: auto;
    }
    .instagram-bg img {
        height: 300px;
        object-fit: fill;
    }
    .instagram-bg {
        margin-top: 1.5rem;
    }
    .social-content h3,
    .social-content span {
        font-size: 16px;
        line-height: 24px;
    }
    #views-exposed-form-news-block-1 {
        align-items: center;
    }
    #views-exposed-form-news-block-1>div {
        width: 50%;
        margin-bottom: 10px;
    }
    #views-exposed-form-news-block-1 .form-submit {
        margin-top: 19px;
    }
    .news-box::before {
        background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 42.29%, rgba(0, 0, 0, 0) 100.3%);
    }
    .slideItem .slideStyle {
        width: 570px;
    }
    .dealerBanner .faqPage .slideItem .slideContant h1,
    .dealerBanner .faqPage .slideItem .slideContant h1 span {
        font-size: 30px;
    }
    .slideItem .slideImage .imageSide img {
        width: 150px;
    }
    .dealerSec .col-md-5 {
        justify-content: center;
    }
    .dealerSec .flexCol {
        padding: 20px 50px 0;
    }
    .dealerSec .col-md-5 img {
        width: 400px;
        max-width: 100%;
    }
    .padd0 {
        padding: 0 15px;
    }
    .formVideo {
        width: 100%;
    }
    .homeSlider {
        width: 100%;
    }
    .dealerForm {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .dealerForm .webform-submission-partner-with-us-form {
        background: #f6f6f6;
        border-radius: 10px;
        padding: 25px 5px;
        margin: 0;
    }
    .dealerForm .webform-submission-partner-with-us-form>div {
        padding: 0;
    }
    .dealerForm .webform-submission-partner-with-us-form>div input,
    .dealerForm .webform-submission-partner-with-us-form>div select {
        padding-left: 5px;
    }
    .dealerForm .webform-submission-partner-with-us-form>div,
    .formDesign .webform-submission-download-catalogue-form>div,
    .webform-submission-connect-with-us-form>div,
    .webform-submission-download-catalouge-solar-form>div,
    .webform-submission-download-catlouge-e-rickshaw-form>div {
        flex: 0 0 100%;
        width: 100%;
    }
    .dl-store {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .dl-store>li {
        flex: 0 0 auto;
        width: 50%;
        text-align: center;
    }
    ul.partner-store>li {
        width: 100%;
    }
    .autopowerNumber .box h3 sup {
        font-size: 22px;
    }
    .data-form-wrapper {
        padding: 30px 15px;
    }
    .data-form-wrapper .form-wrapper {
        padding: 0;
    }
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000; /* or your background color */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#preloader .loader {
    width: 200px; /* adjust as needed */
    height: 200px;
}

#preloader .loader video {
    width: 100%;
    height: 100%;
    object-fit: contain; /* keeps video aspect ratio */
    border-radius: 10px; /* optional */
}

    .residential-box::before {
        background: rgba(0, 0, 0, 0.70);
    }
    .block-companies .powerBox .content h3 {
        margin-bottom: 10px;
    }
    .header.sticky .toll-free {
        top: 38px;
    }
    .search-wrap {
        margin-top: 3px;
    }
    /* Roof Top */
    .mc_a1t_li1 {
        top: 74% !important;
        left: 41.5% !important;
    }
    /* Global Business */
    .mc_a1t_li2 {
        top: 17% !important;
        left: 52% !important;
    }
    /* Overview Group */
    .mc_a1t_li4 {
        top: 25% !important;
        left: 43% !important;
    }
    /* Lithium Battery */
    .mc_a1t_li5 {
        top: 36% !important;
    }
    /* Electric Vechile */
    .mc_a1t_li6 {
        top: 33% !important;
    }
    .mc_a1t_li6 .mc_a1t_xl {
        left: auto;
        right: 25px;
    }
    /* Lead Acid Battery */
    .mc_a1t_li8 {
        top: 60% !important;
    }
    .RandD-content .RandDTab-content p {
        font-size: 15px;
        line-height: 24px;
    }
    .footer-link ul>li>a,
    .address ul>li,
    .address ul>li>a {
        font-size: 13px;
    }
    .block-about .about-cnt .section-title p,
    .lead-detail p {
        font-size: 15px;
        line-height: 24px;
        text-align: left;
    }
    .block-about .about-cnt .section-title h2+h2::before {
        content: none;
    }
    .residential-left p br,
    .jobopening-back h4 br {
        display: none;
    }
    .slider-nav .slick-slide .count-btn h3 {
        font-size: 12px;
    }
    .cnt-title .section-title h2 {
        font-size: 35px !important;
        line-height: 45px !important;
    }
    .block-about .about-cnt .section-title h2+h2 {
        font-size: 55px;
    }
    h2.blackTitle span {
        font-size: 28px;
    }
    header.sticky .navbar-expand-lg .navbar-toggler {
        top: 30px;
    }
    .logo-footer,
    .jrs-logo {
        text-align: center;
    }
    .footer-link>ul>li,
    .topSpace:not(.social-icon) ul>li {
        width: 50%;
    }
    .autopowerNumber .box p,
    .autopowerNumber .box h3 span {
        font-size: 18px;
    }
    .autoPower ul li {
        font-size: 12px;
        line-height: 30px;
    }
    .autoPower {
        padding: 15px;
    }
    .footer-top {
        padding: 30px 0 0;
    }
    .block-life-eastman:not(.great-place) {
        padding-top: 40px;
    }
    .patent-box .box h3 {
        font-size: 45px;
    }
    .patent-box .box h3 span {
        font-size: 13px;
    }
    .block-patent .section-title.mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .section-title h2.h2-sm-font,
    .section-title h2.font-55,
    .autopowerNumber .box h3,
    .block-focus .section-title h2 {
        font-size: 35px;
    }
    .equipment-slider .slick-arrow {
        width: 35px;
        height: 35px;
        background-size: 10px 12px !important;
        top: auto;
        bottom: 0;
    }
    .equipment-slider .slick-arrow.slick-prev {
        left: 50%;
        margin-left: -45px;
    }
    .equipment-slider .slick-arrow.slick-next {
        right: 50%;
        margin-right: -45px;
    }
    .equipment-box {
        padding: 90px 0 40px;
    }
    .block-equipment>.section-title {
        top: 20px;
    }
    .box-padd {
        padding: 0;
    }
    .newsroom-content {
        min-height: auto;
    }
    .job-description-para span,
    .job-description-para ol>li span {
        font-size: 15px;
        line-height: 25px;
    }
    .block-career .section-title {
        margin-bottom: 15px;
    }
    .job-applynow {
        margin-top: 5px;
    }
    .block-career {
        padding: 40px 0;
    }
    .bodDesig br {
        display: none;
    }
    .bodName {
        font-family: 'gothambold';
        font-weight: 700;
    }
    .bodDesig {
        font-size: 16px;
        line-height: 28px;
        min-height: auto;
    }
    .product-box-text>div {
        height: 44px;
    }
    .highlights-icon {
        margin-bottom: 10px;
    }
    .highlights-text p {
        font-size: 18px;
        line-height: 24px;
    }
    .block-top-banner .intro-title,
    .inner-page-banner .intro-title {
        padding: 10px;
    }
    .country-box>ul {
        justify-content: start;
    }
    .block-power .about-cnt .section-title p:last-child {
        margin-bottom: 0;
    }
    .block-product-item::before {
        height: 100%;
    }
    .block-product-item,
    .block-newsroom-v2 {
        padding: 30px 0;
    }
    .block-newsroom-v2 .bef-exposed-form {
        margin-bottom: 10px;
        flex-wrap: wrap;
    }
    .block-newsroom-v2 .bef-exposed-form>div {
        width: 100%;
        margin-bottom: 5px;
    }
    /* .structure-row::before {
        width: 256px;
        height: 343px;
        background-size: cover;
    } */
    .structure-row::before {
        width: 256px;
        height: 272px;
        background-size: 55% 100%;
    }
    .cs-box-big h3 {
        font-size: 13px;
    }
    .cs-box-big img {
        width: 35px;
    }
    .cs-box-big {
        width: 113px;
        height: 113px;
        margin: 75px auto 88px;
    }
    .cs-box img {
        width: 28px;
    }
    .cs-box h3 {
        font-size: 11px;
        line-height: 12px;
    }
    .cs-box {
        width: 92px;
        height: 92px;
        border: 2px solid #144B83;
    }
    .block-life::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.50);
        top: 0;
        left: 0;
    }
    .block-reach,
    .block-highlights {
        margin-top: 30px;
    }
    .country-box>ul>li {
        width: 50%;
        font-size: 16px;
    }
    .country-content .country-list {
        padding: 15px;
    }
    .country-list ul>li {
        font-size: 16px;
    }
    .country-wrapper {
        border: 1px solid #fff;
        padding: 15px;
    }
    .country-wrapper h3 {
        font-size: 28px;
    }
    .block-history::after {
        height: calc(100% - 29px);
    }
    .round-box h3 {
        font-size: 14px;
        line-height: 42px;
    }
    .slider-nav-year .round-box {
        width: 50px;
        height: 50px;
    }
    .slider-for-content {
        margin-bottom: 0;
    }
    .slider-nav-year .slick-list {
        padding: 0 !important;
    }
    .history-image {
        margin-bottom: 15px;
    }
    .history-box-right {
        padding: 20px;
    }
    .history-box-right p {
        font-size: 16px;
        line-height: 28px;
    }
    .history-year h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .history-year h3 {
        font-size: 100px;
        line-height: 122px;
    }
    .history-title h4 {
        font-size: 35px;
        line-height: 38px;
        margin-top: -56px;
    }
    .block-history .intro-title h1 {
        margin-bottom: 15px;
    }
    .block-newsroom-v2 ul.store>li {
        font-size: 20px;
        width: 50%;
        text-align: center;
    }
    .block-newsroom-v2 .form-wrapper {
        padding: 0 0 15px;
    }
    .block-newsroom-v2 .d-flex.justify-content-between {
        display: block !important;
    }
    .block-newsroom-v2 ul.store>li:not(:last-child) {
        margin-right: 0;
    }
    .block-newsroom-v2 .row.mb-5 {
        margin-bottom: 1rem !important;
    }
    .newsroom-content h4 a {
        -webkit-line-clamp: 2;
        min-height: 55px;
    }
    .search-result-wrap .sr-intro h2 {
        font-size: 28px;
    }
    .search-result-wrap .search-form .form-wrapper {
        padding: 0;
    }
    .block-search::before {
        height: 110px;
    }
    .block-search {
        padding: 120px 0 40px;
    }
    .search-bar #search-block-form input[type=search],
    .search-result-wrap .search-form .form-wrapper input[type=search] {
        width: 210px;
    }
    .search-bar #search-block-form .form-wrapper {
        padding: 0px;
    }
    .block-women-empowerment .row-5>div {
        width: 50%;
    }
    .block-top-banner .custom-slider-2::before {
        background: rgba(0, 0, 0, 0.6);
    }
    .intro-title p.subpara {
        font-size: 18px;
        font-family: 'gothammedium';
        margin-bottom: 15px;
    }
    .block-lead .section-title h2 br {
        display: none;
    }
    .block-reach .row.mb-5 {
        margin-bottom: 0 !important;
    }
    .product-box-text>a>img {
        width: 24px;
    }
    .product-box {
        padding: 15px 15px 55px;
    }
    .product-box-text {
        padding: 0 15px 15px;
    }
    .product-box-text p {
        font-size: 18px;
    }
    .count-box {
        text-align: center;
    }
    .count-box p br {
        display: none;
    }
    .block-feature2 .row.mb-5 {
        margin-bottom: 20px !important;
    }
    .we-process-icon img {
        width: 60px;
    }
    .we-process-icon {
        width: 120px;
        height: 120px;
        margin: 0 auto 10px;
    }
    .csr-activity .slick-arrow {
        width: 30px;
        height: 30px;
    }
    .block-csr-activity ul>li:not(:last-child) {
        margin-bottom: 10px;
    }
    .block-csr-activity ul>li,
    .we-process-text p,
    .para-bottom p,
    .count-box p {
        font-size: 15px;
        line-height: 24px;
    }
    .csr-video .slick-list,
    .csr-activity .slick-list {
        margin-left: -8px;
        margin-right: -8px;
    }
    .csr-video .slick-list .slick-slide,
    .csr-activity .slick-list .slick-slide {
        padding-left: 8px;
        padding-right: 8px;
    }
    .csr-box {
        padding: 20px;
    }
    .para-box {
        padding: 30px;
        border-radius: 30px;
    }
    .count-box h3 {
        font-size: 45px;
        line-height: 40px;
    }
    .block-footprint .section-title h2 {
        margin-bottom: 20px;
    }
    .block-footprint .life-eastman {
        padding: 30px;
    }
    .block-footprint .section-title h2 p,
    .block-footprint .section-title p {
        font-size: 18px;
        line-height: 24px;
    }
    .cs-box2,
    .cs-box1 {
        bottom: 20%;
    }
    .slider-navigation {
        margin-bottom: 30px;
    }
    .yaer-wise-content h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .yaer-wise-content p {
        font-size: 15px;
        line-height: 28px;
    }
    .yaer-wise-content {
        padding: 20px;
    }
    .group-row>div:not(:last-child) {
        margin-bottom: 20px;
    }
    .row.group-row>div {
        width: 50%;
    }
    .chairman-text {
        padding: 30px;
    }
    .chairman-text .section-title>p.hi-text,
    .chairman-text .section-title>p,
    .post,
    .slider-navigation .year {
        font-size: 18px;
        line-height: 28px;
    }
    .captionDir {
        padding: 15px;
    }
    .overlayImgDiv {
        width: 165px;
        height: 165px;
    }
    .recent-news {
        margin-top: 40px;
    }
    .newsroom-card-section2,
    .news-detail {
        padding: 40px 0;
    }
    .recent-news .row>div {
        margin-bottom: 20px;
    }
    .block-brand .row>div:first-child {
        width: 100%;
        text-align: center;
    }
    .block-business-box .row {
        justify-content: center;
    }
    .block-brand .row>div {
        width: 50%;
        margin: 10px 0;
    }
    .news-detail-wrapper {
        padding: 30px;
    }
    .news-detail-wrapper h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .detail-image {
        margin-bottom: 30px;
    }
    .news-detail-wrapper p,
    .news-date,
    .job-tittle p,
    .job-description-para p {
        font-size: 15px;
        line-height: 25px;
    }
    .newsroom-content h4 {
        font-size: 24px;
        line-height: 28px;
        padding-right: 0;
    }
    .block-inner .group-text h2,
    .block-products .section-title h2,
    .page-number h4,
    .block-career .section-title h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .block-career .accordion-header .accordion-button {
        font-size: 24px;
    }
    .job-tittle h6 {
        font-size: 20px;
    }
    .newsroom-content p {
        font-size: 15px;
        line-height: 24px;
        padding-right: 0;
    }
    .inner-page-banner .intro-title h1 {
        font-size: 45px;
    }
    .bpicon-content p,
    .page-number p {
        font-size: 15px;
    }
    .bpicon img {
        width: 48px;
    }
    .certificate-box {
        padding: 20px;
    }
    .certificate-box ul>li {
        width: 33.333333%;
    }
    .bpicon {
        height: 57px;
    }
    .block-product-item .about-cnt {
        padding-left: 0;
        margin-top: 0;
    }
    .row-5>div {
        width: 50%;
        margin-bottom: 20px;
    }
    .block-inner .top-container .row .col-md-6 {
        width: 50%;
    }
    .newsroom-card-section .form-wrapper .form-title {
        padding: 20px;
    }
    .job-opening {
        padding: 60px 0px;
    }
    .block-life-eastman {
        padding: 90px 0 30px;
    }
    .block-life-eastman .row.justify-content-center>div:not(:last-child) {
        margin-bottom: 20px;
    }
    .life-escards h6 {
        font-size: 18px;
        line-height: 24px;
    }
    .block-unit .life-eastman .section-title h2,
    .life-esheading h4,
    .life-esheading h4 span,
    .contact-heading,
    .form-title h2,
    .jobopening-back h4,
    .jobopening-back h4 span {
        font-size: 35px;
        line-height: 45px;
    }
    .contactus-margin {
        margin-top: 30px;
    }
    .contactus-margin .row>div:not(:last-child) {
        margin-bottom: 20px;
    }
    .contact-social-icon {
        margin-top: 0;
    }
    .form-wrapper {
        padding: 30px 15px;
    }
    .newsroom-card-section .form-wrapper {
        padding: 30px 0;
    }
    .block-unit .life-eastman .section-title h2 p {
        font-size: 18px;
        line-height: 40px;
    }
    .block-unit .life-eastman .section-title>p {
        font-size: 18px;
    }
    .block-perform .section-title>p {
        font-size: 15px;
    }
    .block-perform .section-title h2 {
        line-height: 40px;
    }
    .block-perform .section-title>h2>p {
        font-size: 18px;
    }
    .product-box {
        height: 325px;
    }
    .block-product .row.mb-5.pb-3 {
        margin-bottom: 0 !important;
    }
    .block-unit .life-eastman {
        padding: 30px;
    }
    .block-mfd .section-title {
        padding-right: 0;
    }
    .block-brand .section-title h2 {
        font-size: 35px;
        line-height: 35px;
    }
    .member-num h2 {
        font-size: 85px;
        line-height: 0px;
    }
    .member-box .section-title {
        padding-left: 25px;
    }
    .member-box .section-title h2 {
        font-size: 24px;
        line-height: 1.4;
    }
    .block-focus,
    .block-cslider,
    .block-life,
    .newsroom-card-section {
        padding: 30px 0;
    }
    .member-box {
        margin: 0 auto 30px;
    }
    .block-focus ul.store>li {
        width: 100%;
        margin-top: 15px;
    }
    .block-product-item .section-title {
        margin-bottom: 0 !important;
    }
    .block-cslider .slick-arrow {
        width: 35px;
        height: 35px;
    }
    .block-rd .life-eastman {
        padding: 20px;
    }
    .block-rd .life-eastman .section-title h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .btn-custom {
        padding: 12px 8px;
        font-size: 13px;
    }
    .block-cslider .slick-prev {
        left: 10px;
    }
    .block-cslider .slick-next {
        right: 10px;
    }
    .block-cslider .container-fluid::before,
    .block-cslider .container-fluid::after {
        width: 55px;
    }
    .block-empowering .row.mb-5 {
        margin-bottom: 0rem !important;
    }
    .innocation-icon p {
        font-size: 15px;
        line-height: 24px;
    }
    .second-row>div {
        width: 50%;
        margin-top: 20px;
    }
    .block-value {
        padding: 45px 0;
    }
    .value-box {
        margin-bottom: 0;
    }
    .value-text h3 {
        font-size: 24px;
    }
    .value-text p,
    .form-title p {
        font-size: 15px;
        line-height: 24px;
        min-height: auto;
    }
    .cnt-title .about-cnt .row>.col-md-4:not(:last-child) {
        margin-bottom: 20px;
    }
    .cnt-title .section-title h2 {
        font-size: 35px;
    }
    .block-value-creation .mb-5 {
        margin-bottom: 1rem !important;
    }
    .block-csr-text .life-eastman {
        padding: 20px;
    }
    .block-csr-text .life-eastman .section-title h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .block-csr-text .life-eastman .section-title p {
        font-size: 15px;
        line-height: 24px;
    }
    .block-value-creation .row:not(.mb-5)>div {
        margin-bottom: 30px;
    }
    .ng-text p {
        font-size: 15px;
        line-height: 24px;
        min-height: auto;
    }
    .block-top-banner .custom-slider-2 {
        height: 520px;
    }
    .values .intro-title p {
        font-size: 18px;
        line-height: 28px;
    }
    .about-cnt.cus-pl-0 {
        padding-left: 0;
    }
    .block-about .section-title h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .bor-right::after {
        content: none;
    }
    .slider-custom {
        height: 100%;
    }
    header .search-bar {
        padding: 10px;
    }
    .ptb-60 {
        padding: 30px 0;
    }
    .group-text {
        padding: 20px 0px 0;
    }
    .rd-logo.text-end {
        text-align: center !important;
    }
    .intro-title h1 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .life-eastman-left .section-title h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .life-eastman-left .section-title h2 span {
        font-size: 18px;
        line-height: 30px;
    }
    .h-life {
        height: auto;
    }
    .h-life .row.justify-content-center.align-items-end.h-100 {
        align-items: center !important;
        align-content: center !important;
        text-align: center;
    }
    .life-eastman-right::before {
        content: none;
    }
    .life-eastman-right {
        padding-left: 0;
    }
    .block-blue .section-title>p {
        font-size: 24px;
        line-height: 28px;
    }
    .intro-title p,
    .section-title>p,
    .founded-in p {
        font-size: 15px;
        line-height: 24px;
    }
    .intro-title p br {
        display: none;
    }
    .custom-slider {
        height: 100vh;
    }
    .block-inner .custom-slider {
        height: 520px;
    }
    .custom-slider::before {
        content: none;
    }
    .csr-icon {
        width: 120px;
        height: 120px;
        line-height: 120px;
        margin: 0 auto 20px;
    }
    .csr-text h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .section-title h2,
    .group-text h2,
    .life-eastman .section-title h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .residential-title {
        top: 15%;
        font-size: 32px;
        line-height: 40px;
    }
    .section-title p.title-sup {
        font-size: 15px;
    }
    .founded-in h3 span {
        font-size: 18px;
    }
    .founded-in h3 {
        font-size: 35px;
        line-height: 40px;
    }
    .ptb-80 {
        padding: 30px 0;
    }
    .em-gruop {
        padding: 30px;
    }
    .residential-left,
    .residential-right.text-end,
    .footer-logo {
        text-align: center !important;
        margin-bottom: 20px;
    }
    .social-icon {
        text-align: center;
    }
    .slider-for .slick-slide .residential-right img {
        margin-right: auto;
    }
    .video-wrap .section-title {
        position: static;
        transform: translateY(0%);
    }
    .footer-middle {
        padding: 15px 0;
    }
    .video-img {
        padding-left: 0;
        margin-top: 30px;
        position: relative;
    }
    .block-videos .video-img {
        margin: 0;
    }
    .play-icon {
        transform: translate(-50%, -50%);
        right: auto;
        width: 70px;
        left: 50%;
    }
    .life-eastman .section-title h2 br {
        display: none;
    }
    .certificate {
        right: 20px;
        width: 50px;
    }
    .block-life {
        padding: 30px 0;
    }
    .block-unit .life-eastman .section-title h2 {
        font-size: 42px;
        line-height: 46px;
    }
    .block-chairman .section-title h2.mb-5 {
        margin-bottom: 1rem !important;
    }
    .contact-heading {
        font-size: 32px;
        line-height: 35px;
    }
    .captcha__image-wrapper {
        padding: 0;
    }
}

@media (max-width: 580px) {
    .captcha__image-wrapper {
        padding: 0;
        flex: auto;
    }
    .captcha-type-challenge--image .captcha__element {
        flex-direction: column;
    }
    .captcha__element .form-text {
        margin: 0
    }
    .slideItem {
        padding: 30px 0 0
    }
    .slideItem .bg-mark {
        background: transparent !important;
    }
    .slideItem .slideStyle {
        width: 100%;
        padding: 0 15px;
    }
    .slideItem .slideContant,
    .slideItem .slideImage {
        flex: none
    }
    .dealerBanner .slideItem .slideImage {
        justify-content: end;
    }
    .slideItem .slideImage {
        position: absolute;
        top: 27px;
        right: 15px;
    }
    .slideItem .slideImage .imageSide {
        width: 110px;
        height: 110px;
    }
    .dealerBanner .imageProductdl {
        right: 0;
    }
    .dealerBanner .slideItem .slideImage .imageSide .imageblueBg {
        position: absolute;
        right: 100px;
    }
    .homeSlider .slick-dots li.slick-active:before,
    .homeSlider .slick-dots li.slick-active:after,
    .homeSlider .slick-dots li.slick-active button:before {
        content: none
    }
    .homeSlider .slick-dots li.slick-active {
        margin-top: 0
    }
    .homeSlider .slick-dots li {
        margin: 0 5PX
    }
    .homeSlider .slick-dots {
        position: absolute;
        top: auto;
        right: auto;
        transform: translate(0, 0);
        display: flex;
        align-items: center;
        bottom: 10px;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .dealerSec .flexCol {
        padding: 20px 15px 0;
    }
    .dealheading {
        font-size: 20px;
    }
    .dealerFormSec {
        padding-top: 0
    }
    .whyUsSec .container-md .row .col-md-3 {
        width: 100%;
    }
    .whyUsSec .box {
        border-radius: 10px;
    }
    .fillForm {
        background-position: 75% center;
    }
    .btnStyle {
        padding: 10px 40px 10px 30px;
    }
    .successSec .slick-arrow.slick-prev {
        left: 38%;
    }
    .successSec .slick-arrow {
        left: 57%;
    }
    .successSec .slick-slide {}
    .dealerForm .webform-submission-partner-with-us-form>div:last-child input[type="submit"],
    .webform-submission-connect-with-us-form>div input[type="submit"],
    .formDesign form>div input[type="submit"] {
        padding: 8px 53px 8px 20px;
    }
    .dealerBanner .faqPage .slideItem .slideContant h1,
    .dealerBanner .faqPage .slideItem .slideContant h1 span {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .news-slider .media-img {
        height: 204px;
    }
    .ls-content .section-title h2 {
        font-size: 24px;
        line-height: normal;
    }
    #views-exposed-form-news-block-1 {
        margin: 0 -5px;
    }
    #views-exposed-form-news-block-1>div label,
    #views-exposed-form-news-block-1>div select {
        font-size: 12px;
    }
    #views-exposed-form-news-block-1>div {
        margin-bottom: 5px;
        padding: 0 5px;
    }
    #views-exposed-form-news-block-1 .form-submit {
        padding: 6px 24px;
        font-size: 12px !important;
        margin-left: 5px;
    }
    .footer-link>ul>li,
    .topSpace:not(.social-icon) ul>li {
        width: 100%;
    }
    .address ul>li br {
        display: none;
    }
    .autopowerNumber .box {
        padding-left: 30px;
        margin-bottom: 30px;
    }
    .research-detail .box,
    .research-detail .box>div {
        width: 100%;
    }
    .product-slider .slick-list {
        padding: 0 60px 0 0;
    }
    .row.group-row>div {
        width: 100%;
    }
    .block-solution .row>div {
        width: 100%;
    }
    .overlayImgDiv {
        width: 265px;
        height: 265px;
    }
    .logo {
        width: 160px;
    }
    .intro-title h1 {
        font-size: 35px;
        line-height: 40px;
    }
    header.sticky .search-wrap {
        margin-top: 10px;
    }
}

@media (max-width: 360px) {
    .bodDiv .captionDir {
        background: rgba(0, 0, 0, .5);
        z-index: 1;
    }
    .block-mteams .bodName,
    .block-mteams .bodDesig {
        color: #fff;
    }
    .overlayImgDiv {
        left: 0.9rem;
    }
    .cs-box2,
    .cs-box1 {
        bottom: 18%;
    }
    .cs-box-big {
        width: 98px;
        height: 98px;
        margin: 75px auto 105px;
    }
    .cs-box-big h3 {
        font-size: 12px;
    }
    .country-box>ul>li {
        font-size: 12px;
    }
    .country-list ul>li {
        font-size: 14px;
    }
}

.form-wrapper {
    max-width: 600px;
    margin: auto;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.form-wrapper label {
    font-weight: 600;
    margin-bottom: 5px;
    color: #333333;
    display: block;
}

.form-wrapper input[type="text"],
.form-wrapper input[type="email"],
.form-wrapper input[type="tel"],
.form-wrapper select,
.form-wrapper textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.form-container {
    max-width: 960px;
    margin: 50px auto;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.form-group {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
}

.form-group input[type="text"],
.form-group select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    background-color: #fdfdfd;
}

.submit-button {
    text-align: center;
    margin-top: 30px;
}

.submit-button input[type="submit"] {
    background-color: #e60000;
    color: #ffffff;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-button input[type="submit"]:hover {
    background-color: #cc0000;
}

@media screen and (max-width: 768px) {
    .form-group {
        flex: 1 1 100%;
    }
}