* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-Bold.otf");
    font-weight: 800;
}

@font-face {
    font-family: "Gotham";
    src: url("fonts/GothamMedium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "Gotham";
    src: url("fonts/GothamLight.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "Gotham";
    src: url("fonts/GothamPro.woff");
    font-weight: 400;
}


body {
    font-size: 15px;
    color: #444;
    font-family: 'Gotham' !important;
    font-weight: 400;
    padding-top: 60px;
}

.p-t50 {
    padding-top: 50px;
}

.p-tb100 {
    padding-bottom: 100px;
    padding-top: 100px;
}

a {
    text-decoration: none;
}

.navbar-brand img {
    width: 60%;
    padding: 7px 0px;
}

.mobile-logo {
    display: none;
}

.navbar {
    border-bottom: 1px solid rgba(000, 000, 000, 0.15);
    height: 77px;
    background: #eee;
}

.navbar .navbar-nav li a {
    margin: 0 1px;
    color: #000000b3;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s ease-out;
}

.navbar .navbar-nav li:not(.dropdown-item) {
    padding: 5px 8px;
}

.header-icon {
    padding: 5px 8px;
}

.header-icon .fa {
    font-size: 25px;
    font-weight: 400;
    color: #297BAE;
    margin-right: 15px;
    margin-top: 5px;
}

.dropdown-item {
    border-bottom: 1px solid #000;
}

.nav-item:hover>.dropdown-menu {
    display: block !important;
}

.navbar .navbar-nav>li>a:hover {
    color: #fff !important;
    background: #297BAE;
}

.navbar-nav .dropdown-menu {
    margin-top: 5px;
}

.dropdown .dropdown-menu li a {
    border: none !important;
    border-bottom: 1px solid #eee !important;
}

.dropdown .dropdown-menu li a:hover {
    background: #297BAE;
    color: #fff;
}

.dropdown .dropdown-menu {
    overflow-y: auto;
    max-height: 500px;
}

.Wahts_app {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background: #25D366;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    z-index: 99;
    font-size: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(15 80 15 / 0.5);
    box-shadow: 0 0 5px rgba(15 80 15 / 0.5);
}

.banner-slider .slider-items img {
    max-height: 98vh;
    height: 100%;
    display: block;
    width: 100%;
}

.banner-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 100%;
    background-color: #171616;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #ccc;
}

.company-overview {
    width: 100%;
    padding-bottom: 50px;
}

.company-overview h2 {
    position: relative;
    color: #222;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 30px;
    position: relative;
    padding-bottom: 25px;
    margin: 0px 0px 10px;
    padding-top: 70px;
}

.company-overview h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    /* left: 0; */
    height: 2px;
    margin: 0 0 0;
    width: 150px;
    margin: 0 0 10px;
    background-color: #297BAE;
    right: 45%;
}

.company-overview .overview-box {
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    padding: 20px;
    height: 170px;
}

.company-overview .overview-box h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

.company-overview .overview-box img {
    margin-bottom: 10px;
}


.company-overview .overview-box .hover-img {
    display: none;
}

.company-overview .overview-box:hover .hover-img {
    display: inline-block;
}

.company-overview .overview-box:hover .normal-img {
    display: none;
}

.overview-box:hover {
    background: #297BAE;
    color: #eee;
}



.jai-provider {
    float: left;
    background: url(../images/jai-product-bg.png) no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    width: 100%;
    height: 316px;
    padding: 20px 0px 0px;
    cursor: pointer;
}

.p-t70 {
    padding-top: 90px !important;
}

.jai-provider p {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0px;
}

.product {
    padding-top: 75px !important;
    position: relative;
    padding-bottom: 50px !important;
    float: left;
    width: 100%;
    background: #fff;
}

.product .heading-main {
    text-transform: capitalize;
    color: #222;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 30px;
    position: relative;
    padding-bottom: 25px;
    margin: 0px 0px 10px;
}

.product .heading-main::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    margin: 0 0 0;
    width: 130px;
    margin: 0 0 10px;
    background-color: #297BAE;
    right: 44%;
}

.tagline {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.product-home {
    padding: 0px 15px;
    float: left;
    margin-bottom: 20px;
}

.product-home .product-home-new {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    float: left;
    width: 100%;
}

.product-home .product-content {
    float: left;
    width: 100%;
    padding: 0px 10px;
    padding-bottom: 10px;
    height: 70px;
}

.product-home .product-content .text {
    display: inline-block;
    width: 65%;
    padding-right: 10px;
}

.product-home .product-content .text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.product-home .product-content .button {
    display: inline-block;
    width: 35%;
    margin-top: 10px;
}


.product-home .product-content .button .product-icon i {
    padding-left: 8px;
    font-size: 20px;

}

.product-home .product-content .button {
    background: #333C4D;
    padding: 5px 15px 7px;
    border-radius: 20px;
    text-align: center;

}

.product-home .product-content .button a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.product-home .product-content .button:hover {
    background: #707070;
}

.product-slider.slick-slide {
    margin: 0px 30px;
}

.product-img img {
    width: 100%;
}

.product-slider {
    margin-top: 50px;
}

.product .view-all-btn {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    background: #111111;
    padding: 10px 40px;
    border-radius: 25px;
    transition: all .3s
}

.product .view-all-btn:hover {
    background: #707070;
    transition: all .3s;
}

.we-are {
    width: 100%;
    background: #F8F8F8;
    padding: 0px;
}

.text-effect h2 {
    color: #353535;
    font-size: 70px;
}

.text-effect h2 span {
    display: block;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
    font-size: 80px;
    font-weight: 800;
    box-sizing: border-box;
}



.text-effect p {
    font-size: 17px;
    color: #222222cf;
    margin-top: 20px;
    line-height: 30px;
    text-align: justify;
    font-weight: 400;
    margin-bottom: 0px;
}

.our-customer {
    width: 100%;
}

.our-customer .heading-main {
    text-transform: capitalize;
    color: #222;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 30px;
    position: relative;
    padding-bottom: 25px;
    margin: 0px 0px 10px;
}

.our-customer .heading-main::before {
    content: "";
    position: absolute;
    left: 46%;
    bottom: 0;
    height: 2px;
    margin: 0 0 0;
    width: 130px;
    margin: 0 0 10px;
    background-color: #297BAE;
    right: 44%;
}

.b-brands__item {
    display: table;
    width: 100%;
    height: 137px;
    text-align: center;
    border-radius: 2px;
}

.b-brands__img {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;

}

.footer-section {
    width: 100%;
}

.footer-darks {
    background: #303030;
}

.footer-about-info-area {
    width: 90%;
}

.footer-about-info-area img {
    margin: 0 auto;
    width: 40%;
}

.foot-new .foot-middle {
    margin-top: 25px;
}

.linked {
    list-style: none;
    padding: 0;
    text-align: center;
}

.linked li {
    /* margin-bottom: 10px; */
    display: inline-block;
    padding: 0px 20px;
}

.linked a {
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
}

.footer-about-info-area {
    width: 90%;
}

.footer-social-menu {
    margin-top: 10px;
    text-align: center;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.foot-new .footer-social-menu li a {
    font-size: 18px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    display: block;
    border-radius: 25px;
    border: 1px solid;
}

.foot-new .footer-social-menu li a:hover {
    background: #fff;
    color: #171616;
}

.foot-new .p-tb50 {
    padding: 30px 0px;
}

.wt-footer-bot-left {
    float: left;
    width: 100%;
    text-align: center;
}

.wt-footer-bot-left .copyrights-text {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.wt-footer-bot-left .copyrights-text a {
    color: #fff;
    text-decoration: underline;
}

.footer-bottom-area {
    background: #363636;
    padding: 10px 0;
}

/***Our-Company***/

.m-100 {
    margin: 50px 0px 100px;
}

.about-us {
    background-image: url(../images/about-us/banner.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

/* .inner-page {
    margin-top: 65px;
} */

.about-us .header-content h1 {
    color: #000;
}

.header-content {
    margin-top: 17px;
    padding: 150px 0px 100px;
}

.header-content h1 {
    color: #fff!important;
    font-size: 60px;
}
.hedPara{
    color:#fff!important;
}
.wt-breadcrumb {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.wt-breadcrumb li {
    padding: 0;
    margin-right: 3px;
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
}

.wt-breadcrumb li a {
    text-decoration: none;
    color: #297bae;

}

.jai-image img {
    width: 100%;
}

.jai-image h3 {
    font-size: 20px;
    line-height: 24px;
    color: #171f2c;
    font-weight: 400;
    margin: 10px 0 5px 0;
}

.jai-image p {
    color: #222222cf;
    font-size: 15px;
    font-weight: 400;

}

.j-heading h3 {
    line-height: 1.1;
    font-weight: 600;
    color: #222;
}

.j-heading p {
    font-size: 19px;
}

.solution {
    color: #040000e8;
    margin-top: 20px;
    line-height: 1.5;
    text-align: justify;
    font-weight: 400;
    margin-bottom: 0;
}

.jai-abt p {
    font-size: 20px;
}

.abt-text {
    font-size: 35px !important;
    font-weight: 500;
    line-height: 45px;
    text-transform: uppercase;
}

.abt-text q::before {
    margin-left: -20px;
    font-weight: 800;
}

.abt-text span {
    font-weight: 500;
    color: #297bae;
    text-transform: uppercase;
}

.jai-abt p strong {
    font-weight: 400;
}

.com-info p {
    float: left;
    font-size: 17px;
    color: #222222cf;
    margin-top: 10px;
    line-height: 30px;
    text-align: justify;
    font-weight: 400;
    margin-bottom: 0px;
}

.com-info h3 {
    font-size: 22px;
    line-height: 24px;
    color: #171f2c;
    font-weight: 500;
}

.com-info a {
    font-size: 23px;
    font-weight: 500;
    padding: 10px 0px;
    float: left;
    width: 100%;
    text-decoration: none;
    color: #171f2c;

}

.com-img img {
    width: 100%;
}

.com-btn {
    display: block;
}

.com-btn a {

    color: #d01818;
    font-size: 17px;
}

/*****Chairman-Massge*****/
.chairman {
    background-image: url(../images/about-us/chairmen-message.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

.header-content h1 {
    color: #e5e3e4;
    font-size: 60px;
}

.header-content {
    padding: 200px 0px 100px;
}

/****Our-management****/
.management {
    background-image: url(../images/about-us/management.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

.header-content p {
    color: #eee;
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
}

.box-news {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3) !important;
    float: left;
    width: 100%;
}

.wt-media img {
    width: 100%;
}

.wt-title {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 10px 0px 0px;
}

.font-20 {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    margin: 0px !important;
}

.wt-info h2 a {
    font-size: 14px;
    line-height: 24px;
    color: #171f2c;
    font-weight: 400;
    margin: 0p;
    text-decoration: none;
}

.wt-info {
    padding: 0px 30px;
    height: 80px;
}

/****life-At-Jai****/
.jai-life {
    background-image: url(../images/about-us/life-at-jamna.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

.life-at-jai-slider .slider-item {
    padding: 0px 15px;
    float: left;
    margin-bottom: 20px;

}

/****R&D****/
.technology {
    background-image: url(../images/about-us/technology2.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

.technology .header-content h1 {
    color: #000;
}

.technology p {
    color: #000;
}

.action-box {
    border: 1px solid#222;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3) !important;
}

.action-box .action-img img {
    width: 100%;
}

.action-box .action-content {
    padding: 10px 5px;
    height: 125px;
}

.action-box .action-content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

.highlight-box-rd {
    background: url(../images/about-us/highlight-bg.jpg);
    height: 1241px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.achieve-box {
    float: left;
    width: 100%;
    text-align: center;
}

.achieve-box .achieve-img img {
    /* width: 100%; */
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    transition: all 2s ease;
}

.achieve-box .achieve-img img:hover {
    filter: grayscale(100%);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

}

.achieve-box .achieve-content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #222;
    padding: 0px 20px;
    margin-top: 20px;
}

/****awards****/
.awards {
    background-image: url(../images/about-us/awards3.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

.awards .header-content h1 {
    color: #222222a6 !important;
}

.awards-detail {
    background: #8080801a;
    float: left;
    width: 100%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3) !important;
   height: 100%;
}

.awards-detail a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.awards-detail a img {
    width: 100%;
}

.awards-detail .awards-content {
    padding: 10px 20px 0;
    float: left;
    text-align: center;
    width: 100%;
}

.awards-detail .awards-content .small-text {
    font-size: 10px;
    line-height: 20px;
    /* margin-bottom: 4px; */
}

.awards-detail .awards-content p span {
    font-size: 22px;
    font-weight: 500;
}

.awards-detail .awards-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

/*****OEN-INDIA****/
.oe-india {
    background-image: url(../images/our-markets/OE_india.jpg);
    height: 540px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.oe-india .header-content h1 {
    color: #222222a6;
}

.oe-india .header-content p {
    color: #222222a6;
}

.environment-page p {
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    color: #040000e8;
    padding-top: 5px;
}

.environment-page h2 {
    color: #222;
}

.environment-page h2 span {
    color: #eb1515;
}

/* .map {
    background: url(../images/our-markets/map.png) no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    width: 100%;
    height: 900px;
    padding: 10px 0px 0px;
} */

.collaboration {
    background: url(../images/our-markets/our-collaboration.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: top !important;
    width: 100%;
    height: 450px;
    padding: 20px 0px 0px;
    float: left;
}

/****after-Market-india****/
.aftermarket-india {
    background-image: url(../images/our-markets/AM_india_1.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

.aftermarket-india .header-content h1 {
    color: #222222a6;
}

.map-2 {
    background-image: url(../images/our-markets/AM-india_MAP.png);
    height: 963px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 10px 0px;
}

/***After-Market-Export***/
.aftermarkets-export {
    background-image: url(../images/our-markets/ame-banner.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

.aftermarkets-export .header-content h1 {
    color: #222222a6;
}

.aftermarkets-export .header-content p {
    color: #222222a6;
}

.after-market-img img {
    width: 100%;
}

/* .after-market-img {
    position: relative;
} */

.heading-box {
    position: absolute;
    top: 45%;
    left: 36%;

}

.after-market-img .heading-box h3 {

    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 25px;
    margin: 0px 0px 10px;
    font-size: 30px;
}

.after-market-img .heading-box h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    /* left: 0; */
    height: 2px;
    margin: 0 0 0;
    width: 150px;
    margin: 0 0 10px;
    background-color: #297BAE;
    right: 44%;
}

.export-back {
    background-image: url(../images/our-markets/after-market-export-back.jpg);
    height: 700px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
    position: relative;
}

.section-full {
    position: relative;
}

.jai-vehicle {
    background-image: url(../images/our-markets/4-way.jpg);
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 20px 0px 0px;
}

/*****leaf-Springs*****/
.leaf-spring {
    background-image: url(../images/product/leaf-spring.jpg);
    height: 550px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

.leaf-spring .header-contentInvestor Meet & Calls h1 {
    color: #222222a6;
}

.jai-spring h3 {
    text-align: center;
    font-size: 45px;
    color: #222;
}

.jai-spring h3 span {
    font-weight: 500;
    color: #297bae;
}

.types-leaf-spring {
    background: #202020;
    width: 100%;
    padding: 10px 0 50px 0;
}

.types {
    border: 3px solid #297bae !important;
    border-radius: 25px;
    background: #b2b2b2;


}

.types-img a img {
    width: 100%;
    display: inline-block;
    padding: 20px 0px;
}

.types-img p {
    font-size: 25px;
    color: #222;
    text-transform: none;
    text-align: left;
    padding: 10px 0 0px 10px;
    font-weight: 400;

}
.downloads {
    background-image: url(../images/download.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

.brochure-product, .assets {

	background-image: url(../images/download-bg.jpg);
	padding: 50px 0px;

}
.assets .header-content{
    padding: 0;
}

.assets .header-content h1{
    margin-bottom: 0;
}

.brochure-product .download {
    padding: 10px;
    text-align: center;
}
.brochure-product .download img{
    display: block;
    width: 100%;
}

.brochure-product .download h2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.brochure-product .download .coloured-logo a{
    background-color: #ecad4e;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
}
.pro-brochure {

	margin-bottom: 30px;

}

.pro-brochure h2 {
    text-align: center;
	color: #fff;

}

.pro-brochure .ui-decor, .pro-brochure .ui-decor::after, .pro-brochure .ui-decor::before {

	background: #eee;

}

.brochure-company {

	padding: 50px 0px;

}

.brochure-company .comp-bro {

	margin-bottom: 30px;

}

.brochure-company .coloured-logo h2 {
	color: #000 !important;

}
.assetS{
    margin-top: 30px;
    margin-bottom: 60px;
}
.assetS .nav-item .nav-link{
    font-weight: 500;
}
.assetS .nav-item .nav-link i{
    color: #e49e3d;
}
.assetS .nav-item .nav-link i:last-child{
    display: none;
}
.assetS .nav-item .nav-link.active i:last-child{
    display: inline-block;
}
.assetS .nav-item .nav-link.active i:first-child{
    display: none;
}
.main-heading h2 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;

}

.main-heading h3 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    color: #222;

}

.main-heading h2 span {
    font-weight: 500;
    color: #297BAE;
}

.main-heading h3 span {
    font-weight: 500;
    color: #297BAE;
}

.parabolic-heading h3 {
    font-size: 45px;
    font-weight: 400;
    line-height: 50px;
    margin-top: 20px;
    text-align: right;
    color: #222;
}

.parabolic-heading h3 span {
    font-weight: 500;
    color: #297BAE;
}

.parabolic-heading p {
    font-size: 16px;
    text-align: right;
    line-height: 30px;
}

.feature h2 {
    font-size: 22px;
    color: #000;
    font-weight: 400;
    position: relative;
}

.feature h2::before {
    content: " ";
    position: absolute;
    bottom: -7px;
    height: 5px;
    width: 125px;
    background-color: #297bae;

}



.coparison {
    background: url(../images/product/conventional-vs-parabolic.jpg);
    height: 900px;
    background-size: cover;
    background-position: center center;
    float: left;
    width: 100%;
}

.launched-img img {
    border-radius: 25px;
    width: 100%;
}

.color-light {
    color: #fff;
}

.launched-content {
    text-align: center;
    padding-top: 15px;
}

.launched-content p {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

.companion img {
    width: 100%;
}

.heighlight img {
    width: 100%;
}

/*****Spring-Allied******/
.spring-allied {
    background-image: url(../images/product/spring-allied/spring-allied.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

.spring-allied .header-content h1 {
    color: #222222a6;
}

.parabolic-heading-2 h3 {
    /* text-align: left; */
    font-size: 45px;
    font-weight: 400;
    line-height: 50px;
    margin-top: 20px;
    color: #222;

}

.parabolic-heading {
    max-width: 550px;
}

.parabolic-heading-2 {
    margin-left: 10%;
    max-width: 550px;
}

.parabolic-heading-2 h3 span {
    font-weight: 500;
    color: #297BAE;
}

.parabolic-heading-2 p {
    font-size: 16px;
    text-align: left;
    line-height: 30px;
}

.content-feature h5 {
    font-size: 16px;
    color: #222;
    font-weight: 400;
    text-transform: none;
    line-height: 25px;

}

.content-feature h5 .fa {
    margin-right: 10px;
}

/****Lift-Alex****/
.lift-axle {
    background-image: url(../images/product/lift-axle.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

.lift-axle .header-content h1 {
    color: #222222a6;
}

/*****Lift-Alex-Allied****/
.lift-axle-allied-component {
    background-image: url(../images/product/lift-allied/lift-allied.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

.lift-axle-allied-component .header-content h1 {
    color: #222222a6;
}

/*****trailer-Mechnical*****/
.trailer-mechanical-suspension {
    background-image: url(../images/product/trailer-mechnical/trailer-mechnical.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 25px 0px 0px;
}

.trailer-mechanical-suspension .header-content h1 {
    color: #222222a6;
}

.air-bus {
    background-image: url(../images/product/bus-air/bus-air.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

.air-bus .header-content h1 {
    color: #222222a6;
}

.stablizer-bar {
    background-image: url(../images/product/stablizer-bar.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.stablizer-bar .header-content h1 {
    color: #222222a6;
}

.z-spring {
    background-image: url(../images/product/z-spring.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.z-spring .header-content h1 {
    color: #222222a6;
}

/****investor-Relation*****/
.section-full {
    background-color: #F2F2F2;
}

.corporate-gov {
    background-image: url(../images/about-us/corporate-gov.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.corporate-gov .header-content h1 {
    color: #222222a6;
}

.bg-white {
    background-color: #FFF;
}

.p-tb15 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.technologies {
    padding: 50px 0px 50px;
    float: left;
    width: 100%;
}

.relation-info h4 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 10px 0px 0px;
}

.relation-info ul {
    list-style: none;
}

.relation-info ul li {
    margin: 10px 0px 0px;

}

.relation-info ul li a {
    text-decoration: none;
    color: #222;
    font-weight: 400;
    font-size: 17px;
    padding-left: 15px;

}

.relation-info ul li::before {
    content: "\f10c";
    font-size: 20px;
    color: #297BAE;
    font-family: 'FontAwesome';
    bottom: 0;
    line-height: 18px;
}

.relation-info ul li:hover::before {
    content: "\f13a" !important;
}

.board-director {
    background-image: url(../images/about-us/board-of-director.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.shareholder-communication {
    background-image: url(../images/shareholder-commun.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.shareholder-communication .header-content h1 {
    color: #222222a6;
}

.addresses h5 {
    font-size: 20px;
    font-weight: 400;
    color: #171f2c;
}

.addresses p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 1px;

}

.p-t50 {
    padding-top: 30px;
}

.investor-enquiry {
    color: #fff;
    padding: 15px 30px !important;
    height: auto !important;
    position: relative;
    transition: all .3s;
    overflow: hidden;
    z-index: 999;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    width: auto !important;
    border: 2px solid #297bae !important;
    margin-left: 10px !important;
    line-height: 20px !important;
    border-radius: 3px;
    background: #297bae;
}

.btn-box {
    text-align: center;
}

.btn-box a {
    text-decoration: none;
}

.investor-enquiry:hover {
    color: #297bae;
    background: #fff;
}

.m-t50 {
    margin-top: 50px;
}

.annual-report {
    background-image: url(../images/financial-result.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.annual-report .header-content h1 {
    color: #222222a6;
}

.technologies p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    text-align: left;
}

.download img {
    border: 1px solid #dadada;
    border-radius: 5%;
    padding: 10px;
    max-width: 100%;
}
.compVid .download{
    padding: 0 10px;
    text-align: center;
}
.compVid .download h2{
    font-size: 20px;
    text-align: left;
}
.compVid .download a{
    background-color: #fc0000;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 15px;
}
.coloured-logo a {
    padding: 5px 35px 5px 15px;
    border-radius: 15px;
    color: #222;
    font-size: 15px;
    line-height: 15px;
}

.coloured-logo {
    margin-top: 10px;
}

.contact {
    background-image: url(../images/contact.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

.header-content h1 {
    color: #e5e3e4;
    font-size: 60px;
}

.leaf-spring .header-content h1 {
    color: #222222a6;
}

.header-content h1 {
    color: #e5e3e4;
    font-size: 60px;
}

.assis {
    font-size: 35px;
    font-weight: lighter !important;
    color: #222;
    margin-top: 40px;
    margin-bottom: 0px;
    line-height: 60px;
}

.contact-us img {
    width: 100%;
}

.col h3 {
    font-size: 24px;
    font-weight: 400 !important;
    margin-bottom: 0;
}

.wt-separator {
    display: inline-block;
    height: 3px;
    width: 50px;
    position: relative;
    background: #297bae;
}

.p-t20 {
    padding-top: 20px;
}

.email a {
    font-size: 18px;
    font-weight: 400;
    color: #767676;
}

.back {
    padding: 30px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3) !important;
}

.back input {

    height: 60px;
    padding: 0 30px;
    display: block;
    width: 100%;
    border: 1px solid #0000004f;
    outline: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0px 10px 30px;
    background: none;
    color: #222 !important;

}

.back .form-group {
    position: relative;
}

.back .form-group>span {
    position: absolute;
    bottom: -16px;
    left: 10px;
    font-size: 12px
}

.form-select {
    height: 60px;
    padding: 0 30px;
    display: block;
    width: 100%;
    border: 1px solid #0000004f;
    outline: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0px 10px 20px;
    /* background: none; */
    color: #222 !important;
}

.back textarea {
    height: auto;
    padding-top: 22px;
    padding: 0 30px;
    display: block;
    width: 100%;
    border: 1px solid #0000004f;
    outline: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0px 10px 20px;
}

.contact-btn {
    color: #fff;
    padding: 15px 30px !important;
    height: auto !important;
    overflow: hidden;
    z-index: 999;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    width: auto !important;
    border: 2px solid #297bae !important;
    margin-left: 10px !important;
    line-height: 20px !important;
    background: #297bae;
}

.contact-btn:hover {
    color: #297bae;
    border: #297bae;
    background: #fff;
}

.nav-link {
    color: #222;
    font-size: 18px;
}

.nav-link:hover {
    color: #222;
}

.rpt-detail {
    background-image: url(../images/investors-relations/smart-odr/RPT.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.rpt-detail .header-content h1 {
    color: #222222a6;
}

.rpt-detail .header-content p {
    color: #222222a6;
}

.anuual-return {
    background-image: url(../images/investors-relations/Annual-Return/Annual-Return2018-2019/annual-return.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.anuual-return .header-content h1 {
    color: #222222a6;
}

.shareholding-pattern {
    background-image: url(../images/investors-relations/Shareholding-Pattern/shareholder-pattern.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.shareholding-pattern .header-content h1 {
    color: #222222a6;
}

.unclaimed-dividend {
    background-image: url(../images/investors-relations/Unclaimed-Dividend/unclaimed-dividend.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.unclaimed-dividend .header-content h1 {
    color: #222222a6;
}

.investor-presentation {
    background-image: url(../images/investors-relations/investors-presentation/investors-presentation.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.investor-presentation .header-content h1 {
    color: #222222a6;
}

.credit-rating {
    background-image: url(../images/investors-relations/credit-rating.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.credit-rating .header-content h1 {
    color: #222222a6;
}

.relation-info p {
    font-size: 15px;
    font-weight: 400;
}

.corporate-social {
    background-image: url(../images/csr/csrtpBnr.jpg);
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.csrbnCn{
    position: absolute;
    left:4%;
}
.csrbnCn h1{
font-size: 46px;
}
.video-gallery img {
    width: 100%;
    filter: grayscale(100%);
}

.video-gallery img:hover {
    filter: none;
}

.chair-content {
    width: 85%;
    margin-top: 20%;
}

.chair-content .name-section {
    margin-top: 30px;
    text-align: center;
}

.our-mission {
    background: #CDCDCD;
    width: 100%;
}

.our-mission .misson-box {
    border: 1px solid#fff;
    margin: 100px 0px;
    padding: 30px;
    border-radius: 5px;
    background: #297BAEC4;
    height: 260px;
}

.our-mission .misson-box p {
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 28px;
    font-weight: 400;
    margin-top: 15px;
}

.our-mission .misson-box h3 {
    text-align: center;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
}

.environment-csr {
    margin: 0 !important;
    margin-top: 10% !important;
    margin-right: 15% !important;
    width: auto;
    float: left;
}

.environment-csr-1 {
    margin: 0 !important;
    margin-top: 10% !important;
    margin-left: 15% !important;
    width: auto;
    float: left;
}

.environment-csr .heading {
    font-size: 35px;
    font-weight: 600;
    float: left;
    width: 100%;
    border: none !important;
    padding: 0;
    letter-spacing: 2px;
    color: #297bae;
}

.abt-jai-leaf p {
    font-size: 17px;
    text-align: justify;
    line-height: 30px;
    margin: 10px 0px 15px;
    float: left;
    color: #454545;
}

.environment-csr a {
    color: #297bae;
    margin-top: 10px;
    float: left;
    font-weight: 400;
    text-transform: none;
    border: 1px solid;
    padding: 10px;
    border-radius: 5px;
}

.environment-csr a i {
    padding-left: 10px;
}

.environment-csr.text-right p {
    text-align: right;
}

.environment-csr.text-right a {
    float: right;
}

.text-right {
    text-align: right;
}

.insight-box {
    background: #fff;
    border-radius: 7px;
    float: left;
    width: 100%;
    height: 415px;
}

.insight-box .img-box {
    padding: 3px;
}

.insight-box .text-box {
    padding: 11px 30px;
    float: left;
    width: 100%;
}

.insight-box .img-box img {
    width: 100%;
    filter: grayscale(100%);
}

.insight-box .img-box img:hover {
    filter: grayscale(0);
}

.insight-box .text-box a {
    color: #297bae;
    margin-top: 10px;
    float: left;
    font-weight: 400;
    text-transform: none;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 10px;
}

.csr-btns {
    padding-top: 30px;
    text-align: center;
}

.insight-box .text-box h3 {
    font-size: 24px;
    font-weight: 400;
}

.insight-box .text-box .csr-cate {
    margin-right: 10px;
}

.csr-category h3 {
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize;
    color: #666;
    font-style: italic;
    text-align: center;
}

.csr-btns .csr-cate {
    margin: 0px 10px;
    width: 220px;
    color: #fff !important;
}

.site-button {
    border: 2px solid #297bae !important;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding: 0px 20px;
    height: 50px;
    position: relative;
    transition: all .3s;
    overflow: hidden;
    z-index: 999;
    display: inline-block;
    line-height: 45px;
    background-color: #297BAE !important;
}

.site-button:hover {
    border: 2px solid #297bae !important;
    color: #297bae !important;
    background: #fff !important;
}

.environment-focus {
    background: #f0f0f0;
    padding-bottom: 20px;
}

.environment {
    background-image: url(../images/csr/enviroment-bnr.jpg);
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.environment .header-content p {
    font-size: 35px;
    font-weight: 400;
    line-height: 35px;
}

.environment-focus img {
    width: 100%;
}

.achievements-events {
    background: url(../images/csr/key-milstones.jpg);
    height: 1100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.achievements-events .company-overview h2 {
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 25px;
    margin: 0px 0px 10px;
    font-size: 30px;
}

.achievements-events .company-overview h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    /* left: 0; */
    height: 2px;
    margin: 0 0 0;
    width: 100px;
    margin: 0 0 10px;
    background-color: #fff;
    right: 46%;
}

.achievements-events .achieve-box .achieve-content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    padding: 0px 20px;
    margin-top: 20px;
}

.gallery-section {
    background: #F7F7F9;
}

.gallery-img img {
    width: 100%;
}

.gallery-section .gallery-img img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    border: 1px solid #222;
    transition: 0.3s;

}

.gallery-section .gallery-img img:hover {
    filter: grayscale(0);
    transform: scale(1.1);
}

.p-tb70 {
    padding: 70px 0px;
}

.education {
    background-image: url(../images/csr/education/education.jpg);
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.sports {
    background-image: url(../images/csr/sports/sports.jpg);
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.csrVideos {
    background-image: url(../images/csr/csr-videos/csrvidbanner3.jpg);
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.community-service {
    background-image: url(../images/csr/coumminty/community-service.jpg);
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.community-service .header-content p {
    font-size: 35px;
}

.environment-1 img {
    width: 100%;
}

.csr-awards {
    background-image: url(../images/csr/awards/csr-awards.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

.ui-title-block {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.08;
}

.ui-decor {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 1px;
    margin-right: 15px;
    margin-left: 15px;
    background-color: #f91d1f;
    margin-bottom: 30px;
}

.ui-decor:before,
.ui-decor:after {
    position: absolute;
    bottom: -5px;
    width: 30px;
    height: 1px;
    content: '';
    background-color: #f91d1f;
}

.ui-decor:after {
    right: -15px;
}

.ui-decor:before {
    left: -15px;
}

.awards-detail img {
    transition: 0.3s;

}

.awards-detail img:hover {
    transform: scale(1.1);
}

.newsroom {
    background-image: url(../images/csr/newsroom/newsroom.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

.board-director {
    background-image: url(../images/csr/board-of-director.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.commite p {
    font-size: 30px;
    font-weight: 400;
}

.career {
    background-image: url(../images/about-us/career.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

.career .header-content h1 {
    color: #222222a6;
}

.career .header-content p {
    color: #222222a6;
}

.info {
    background: none;
    font-size: 18px;
    font-weight: 400;
    color: #ec3237;
    padding: 0;
}

.p-a20 {
    padding: 20px;
}

.update {
    font-size: 19px;
    color: #222222cf;
    margin-top: 20px;
    line-height: 30px;
    text-align: justify;
    font-weight: 400;
    margin-bottom: 0px;
}

.wt-info-1 .wt-title a {
    font-size: 20px;
    line-height: 24px;
    color: #171f2c;
    font-weight: 400;
    margin-bottom: 20px;
}

.students-graduates {
    background-image: url(../images/career/career_student.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

.students-graduates .header-content h1 {
    color: #222222a6;
}

.students-graduates .header-content p {
    color: #222222a6;
}

.job-detail h1 {
    font-size: 30px;
    font-weight: lighter !important;
}

.job_content {
    margin-top: 25px;
}

.job_content .label03 {
    width: 250px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}

.job_content span {
    font-weight: 400;
    font-size: 17px;
}

.dott {
    padding-right: 30px;
}

ul.listing-hand {
    padding-left: 0;
}

ul.listing-hand li {
    position: relative;
    list-style-type: none;
    padding-left: 30px;
    font-size: 17px;
}

.iq-mt-20 {
    margin-top: 20px !important;
}

ul.listing-hand li::after {
    content: "\f10c";
    font-size: 20px;
    position: absolute;
    color: #297BAE;
    font-family: 'FontAwesome';
    left: 0;
    top: 0;
    line-height: 18px;
}

ul.listing-hand li:hover::after {
    content: "\f13a" !important;
}

.job_content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}

.serve {
    font-size: 17px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    color: #222222c2;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0px;
}

.professionals {
    background-image: url(../images/career/profess.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}
.hdLineTp{
    position: relative;
}

.professionals  {
    color: #222222a6;
}
.header-content h1{
    color: #000;
}
.header-content p {
        color: #fff;
}
.professionals {
    color: #222222a6;
}
.hdLine{
    position: absolute;
    top: 14%;
    left: 7%;
    font-size: 100px!important;
    color: #000!important;
}
.product-enquire {
    background-image: url(../images/career/product-enquire.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

.product-enquire .header-content h1 {
    color: #222222a6;
}

.products {
    background-image: url(../images/career/product2.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

.products .header-content h1 {
    color: #222222a6;
}

.products .header-content p {
    color: #222222a6;
}

.trailer-suspension {
    background-image: url(../images/product/Trailer-Air-Suspension/trailer-air.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

.trailer-suspension .header-content h1 {
    color: #222222a6;
}

.parabolic-heading-2 h5 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}

.parabolic-heading-2 ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.parabolic-heading-2 ul {
    padding-left: 15px;
}

.disclamier {
    background-image: url(../images/disclamer.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

.disclamier .header-content h1 {
    color: #222222a6;
}

.disclaimer-p {
    font-size: 20px;
    color: #040000e8;
    margin-top: 20px;
    line-height: 30px;
    text-align: justify;
    font-weight: 400;
    margin-bottom: 0;

}

.blinker {
    animation: blinker 1s linear infinite;
    font-size: 25px;
    line-height: 40px;
}

@keyframes blinker {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 2;
    }
}

.investor-presentation {
    background-image: url(../images/investors-relations/Stock-Exchange-Filings/investors-presentation.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.parabolic-heading {
    max-width: 550px;
}
.vibnWrp{
    position: relative;
}
.popup-video {
    position: absolute;
    left: 41%;
    right: 0px;
    margin: 0 auto;
    margin-top: -15%;
    text-align: center;
    z-index: 1;
}

.popup-video-2 {

    position: absolute;
    top: 60%;
    left: 44%;
    margin: 0 auto;
    margin-top: -15%;
    text-align: center;
    z-index: 1;
}

.popup-video-1 {
    position: absolute;
    top: 60%;
    left: 44%;
    margin: 0 auto;
    margin-top: -15%;
    text-align: center;
    z-index: 1;
}
.popup-csrvideo-3 {
    position: absolute;
   top: 60%;
    left: 44%;
    margin: 0 auto;
    margin-top: -15%;
    text-align: center;
    z-index: 1;
}
.popup-csrvideo-4 {
    position: absolute;
   top: 60%;
    left: 44%;
    margin: 0 auto;
    margin-top: -15%;
    text-align: center;
    z-index: 1;
}
.popup-video-3 {
    position: absolute;
    /* bottom: 60%; */
    right: 46%;
    /* right: 0px; */
    margin: 0 auto;
    margin-top: -15%;
    text-align: center;
    z-index: 1;
}

.video-play.vid-zone {
    background: #1f1e1e80;
    border-radius: 5px;
    display: inline-block;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    width: 80px;
    overflow: hidden;
    transition: 0.4s;
}

.video-play.vid-zone:hover {
    background: #fff;
    color: #80c32f;
    transition: 0.4s;
}

.form-group i {
    font-size: 20px;
    margin-left: 10px;
    color: #297BAE;
}

.trailer-spd {
    background-image: url(../images/trailer-SPD.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}


.trailer-spd .header-content h1 {
    color: #222222a6;
}

.thankyou h2 {
    color: #297BAE;
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 10px;
}

.thankyou p {
    font-size: 20px;
    margin-bottom: 20px;
}

.thankyou a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: #297BAE;
    padding: 10px 20px;

}

.thankyou a:hover {
    border: 2px solid #297bae !important;
    background: #fff;
    color: #297BAE;
}

.wt-info-1 {
    padding: 10px 30px;
    height: auto;
}

.plants {
    background-image: url(../images/our-plant/plant-depot.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

.plants-depot h4 .text-button {
    background: #297bae;
    color: #fff;
    padding: 5px 15px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.plants-depot {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3) !important;
}

.plants-depot img {
    filter: grayscale(100%);
}

.plants-depot img:hover {
    filter: none;
}

.plants-depot h4 span {
    font-size: 12px;
    margin-left: 10px;
}

.our-business {
    background-image: url(../images/our-business/product-enquiry.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

.our-business .header-content h1 {
    color: #222222a6;
}

.our-business .header-content p {
    color: #222222a6;
}

.stock-exchange {
    background-image: url(../images/investors-relations/Stock-Exchange-Filings/investors-presentation.jpg);
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
}

.stock-exchange .header-content h1 {
    color: #222222a6;
}
.video-gallery h5{
    font-size: 25px;
    text-align: center;
    padding-top: 20px;
}
@media all and (max-width:576px) {
    .popup-video-2 {
    top: 82%;
    left: 44%;
}



}
@media all and (max-width:420px) {
    .video-gallery h5{
    font-size: 16px;
}
}
@media all and (max-width:348px) {
.popup-csrvideo-3 {
    top: 54%;
    left: 43%;
}
.popup-csrvideo-4 {
   top: 54%;
    left: 44%;
}
    .popup-video-2 {
    top: 75%;
    left: 44%;
}
.popup-video-1 {
    top: 51%;
    left: 40%;
}

}
.ui-decor {
    margin-right: 13px;
    margin-left: -45px;
    margin-bottom: -5px;
}
.ui-title-block {
    margin-bottom: 38px;
}
.fa-play:before {
    content: "\f04b";
    color:#FF0000!important; 
}