body {
    font-family: Arial, Helvetica, sans-serif
}

#html5-watermark {
    display: none !important
}

#html5lightbox-watermark {
    display: none !important
}


.introducing {
    position: absolute;
    top: 10%;
    right: 0;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .introducing {
        font-size: 24px;
        top: 6%;
    }
}

/* .loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999999
}

.loader-container {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
} */


.loaderWrap {
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background-color: #fff;
	z-index: 99999999;   
}  

.loaderWrap .loaderTxt {
	position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px); 
}

.loaderWrap .gif1 {width: 110px;}
.loaderWrap .gif2 {
	width: 140px;
    opacity: 0.9;
    margin-top: -14px;
}
.loaderWrap .gif3 {margin-top: 10px; max-width: 110px; opacity: 0.9;}

.page-content-wrap {
    max-width: 2000px;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden
}

header {
    background: #000;
    width: 100%;
    display: block;
    height: 40px;
    text-align: right
}

.th-brand-logo {
    display: block;
    padding: 0 0 6px;
    max-width: 115px
}

.qlfixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9
}

#menu-main-menu.menu {
    list-style: none;
    padding: 5px 5px 10px;
    background-color: rgba(0, 0, 0, .85);
    max-width: 35%;
    position: absolute;
    top: 40px;
    right: 0;
    width: 100%;
    z-index: 9999;
    margin: 0;
    text-align: right;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ql-hidden {
    right: -200% !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#menu-main-menu.menu>li>a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    display: block;
    padding: 6px 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#menu-main-menu.menu>li>a:hover,
#menu-main-menu.menu>li>a:focus,
#menu-main-menu.menu>li>a:active {
    color: #ed691f;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ql-menu-icon {
    padding: 14px 10px;
    float: right
}

.icon-bar {
    height: 1px;
    display: block;
    width: 24px;
    background-color: #fff
}

.icon-bar:nth-child(2) {
    margin: 4px 0
}

.menu-icon {
    padding: 12px 10px;
    margin-left: 5px;
    float: left
}

.menu-icon .icon-bar {
    height: 2px;
    width: 30px;
    background-color: #ed691f
}

.menu-icon .icon-bar:nth-child(2) {
    margin: 5px 0
}

.logo-section {
    width: 100%;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ls-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999
}
/* 
.ls-fixed .th-brand-logo img {
    max-width: 115px
} */

.ls-fixed .menu {
    top: 0 !important
}

.search-wrap {
    width: 70%
}

.search-wrap .icon-search1 {
    display: block;
    font-size: 18px;
    padding: 10px;
    margin-left: 5px;
    border: 1px solid #ed691f;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-decoration: none;
    color: #ed691f;
    float: left;
    border-radius: 50%
}

.search-wrap .icon-search1:hover,
.search-wrap .icon-search1:focus,
.search-wrap .icon-search1:active {
    background-color: #ed691f;
    color: #fff
}

.searchform {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .75);
    z-index: 999
}

.search-box-hidden {
    display: none
}

.searchform .input-group {
    width: 100%;
    max-width: 90%
}

.searchform .form-control {
    box-shadow: none;
    border-radius: 0;
    color: #000;
    height: 30px;
    border: 1px solid #fff;
    width: 80%
}

.searchform .form-control:hover,
.searchform .form-control:focus,
.searchform .form-control:active {
    border: 1px solid #ed691f
}

.searchform .input-group .btn.btn-primary {
    border-radius: 0;
    background-color: #ed691f;
    border: 1px solid #ed691f;
    letter-spacing: .5px;
    font-size: 14px;
    height: 30px;
    font-weight: 400;
    width: 20%;
    padding: 0
}

.searchform .input-group .btn.btn-primary:hover,
.searchform .input-group .btn.btn-primary:focus,
.searchform .input-group .btn.btn-primary:active {
    outline: none
}

.search-wrap .close-btn {
    color: #fff;
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    z-index: 999;
    text-decoration: none
}

.navigation .close-btn {
    color: #fff;
    opacity: 1;
    float: right;
    margin-right: 20px;
    font-size: 30px;
    z-index: 100;
    text-decoration: none;
    position: sticky;
    top: 10px
}

.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 90%;
    background: #000;
    bottom: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow-y: scroll;
    z-index: 9999
}

.nav-hidden {
    left: -200%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.navlinks {
    clear: both;
    list-style: none;
    padding: 0
}

.navlinks>li>a {
    color: #fff;
    display: block;
    padding-left: 10px;
    border-left: 2px solid transparent;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 700
}

.navlinks>li>a .icon {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle
}

.navlinks>li>a:hover,
.navlinks>li>a:focus,
.navlinks>li>a:active {
    text-decoration: none;
    border-left: 2px solid #ed691f;
    background-color: #222;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.dropdown-menu {
    position: relative;
    float: none;
    border-radius: 0;
    background: 0 0;
    margin: 0;
    margin-left: 50px
}

.dropdown-menu>li>a {
    white-space: normal;
    padding: 6px 20px;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:active {
    color: #fff;
    background-color: #ed691f;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.dropdown-menu>li>a .icon {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle
}

.submenu {
    margin-left: 30px
}

.submenu>li>a {
    padding: 10px 15px;
    color: #fff;
    border-left: 2px solid transparent;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.submenu>li>a:focus,
.submenu>li>a:hover,
.submenu>li>a:active {
    color: #ed691f;
    background-color: transparent;
    border-left: 2px solid #ed691f;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.navicons {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 45px;
    background-image: url('../images/sprite.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 1000px
}

.navicons.products {
    background-position: -50px 0
}

.navicons.solutions {
    background-position: -100px 0
}

.navicons.cdb {
    background-position: -150px -4px;
    height: 45px
}

.navicons.company {
    background-position: -200px 0
}

.navicons.contact {
    background-position: -250px 0
}

.navicons.more {
    background-position: -300px 0
}

.homepage-spotlight .owl-dots .owl-dot span {
    background-color: rgba(0, 0, 0, .25);
    width: 12px;
    height: 12px;
    margin: 0;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
}

.homepage-spotlight .owl-dots .owl-dot.active,
.homepage-spotlight .owl-dots .owl-dot.hover,
.homepage-spotlight .owl-dots .owl-dot.focus {
    outline: none
}

.homepage-spotlight .owl-dots .owl-dot.active span,
.homepage-spotlight .owl-dots .owl-dot:hover span {
    background-color: #f36f21;
    border: 2px solid #fff;
    outline: none
}

.homepage-spotlight .owl-dots {
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0
}

.homepage-spotlight .owl-dots .owl-dot {
    margin: 0 6px
}

.product-list-tabs {
    padding: 0;
    width: 100%;
    overflow-x: scroll;
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0
}

.product-list-tabs li a {
    display: block;
    padding: 3px 15px;
    line-height: 1;
    white-space: nowrap;
    color: #000;
    background-color: #fcfcfc;
    margin-right: 1px;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase
}

.product-list-tabs li a:active,
.product-list-tabs li a:focus,
.product-list-tabs li a:hover,
.product-list-tabs li a.active {
    background-color: #f36f21;
    color: #fff
}

.product-list-tabs li a:active .machine-icons,
.product-list-tabs li a:focus .machine-icons,
.product-list-tabs li a:hover .machine-icons,
.product-list-tabs li a.active .machine-icons {
    background-position-y: -55px
}

.machine-icons {
    background-image: url('../images/sprite.svg');
    width: 70px;
    height: 50px;
    display: inline-block;
    background-position: 0 0;
    vertical-align: middle;
    margin-right: 10px;
    background-size: 1000px
}

.machine-icons.min-ex-icon {
    background-position: -10px -115px;
    width: 50px
}

.machine-icons.constr-ex-icon {
    background-position: -70px -115px
}

.machine-icons.mining-ex-icon {
    background-position: -140px -115px
}

.machine-icons.backhoe-icon {
    background-position: -210px -115px
}

.machine-icons.wheel-loader-icon {
    background-position: -280px -115px
}

.machine-icons.dump-truck-icon {
    background-position: -350px -115px
}

.machine-icons.attachment-icon {
    background-position: -420px -115px;
    width: 60px;
    margin-right: 20px
}

.machine-icons.used-equip-icon {
    background-position: -490px -115px;
    width: 80px;
    margin-right: 10px
}

.machine-icons.custom-machine-icon {
    background-position: -570px -115px;
    margin-right: 20px
}

.product-slide {
    width: 100%;
    overflow: hidden
}

.product-details-wrap {
    min-height: 50vh;
    padding: 15px
}

.hp-section-title {
    margin-top: 0;
    color: #f36f21
}

.hp-section-title:hover,
.hp-section-title:focus,
.hp-section-title:active {
    color: #101010;
    text-decoration: none;
}

.product-thumb {
    padding-bottom: 20px;
    display: block
}

.product-thumb:hover,
.product-thumb:focus,
.product-thumb:active,
.solution-thumb:hover,
.solution-thumb:focus,
.solution-thumb:active,
.testimonials-thumb:hover,
.testimonials-thumb:focus,
.testimonials-thumb:active {
    text-decoration: none
}

.product-name {
    margin: 0;
    text-align: center;
    color: #f36f21;
    padding: 10px 0 0;
    font-size: 14px;
    font-weight: normal
}

.product-thumb p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 18px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 90%;
    margin: 5px auto 10px;
    text-decoration: none;
    color: #000
}

.prf-prs-thumb {
    margin: 10px
}

@media screen and (min-width:768px) {
    .prf-prs-thumb {
        float: right;
        margin-left: 20px
    }
}

.btn.btn-primary {
    background-color: #f36f21;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    background-color: #f35a00 !important;
    outline: none !important;
    border: none !important
}

.btn.btn-default {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
    color: #f35a00
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff
}

.product-thumb .btn.btn-primary {
    display: table;
    margin: 15px auto 0
}

.white .sa_owl_theme .owl-dots .owl-dot span,
.custom-owl-theme .owl-dots .owl-dot span {
    background-color: rgba(0, 0, 0, .25) !important;
    width: 12px !important;
    height: 12px !important;
    margin: 0 !important;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0/25%);
    box-shadow: 0 2px 6px 0 rgb(0 0 0/25%);
    border-style: solid !important
}

.white .sa_owl_theme .owl-dots .owl-dot.active,
.white .sa_owl_theme .owl-dots .owl-dot.hover,
.white .sa_owl_theme .owl-dots .owl-dot.focus,
.custom-owl-theme .owl-dots .owl-dot.active,
.custom-owl-theme .owl-dots .owl-dot.hover,
.custom-owl-theme .owl-dots .owl-dot.focus {
    outline: none
}

.white .sa_owl_theme .owl-dots .owl-dot.active span,
.white .sa_owl_theme .owl-dots .owl-dot:hover span,
.custom-owl-theme .owl-dots .owl-dot.active span,
.custom-owl-theme .owl-dots .owl-dot:hover span {
    background-color: #f36f21 !important;
    border: 2px solid #fff;
    outline: none
}

.white .sa_owl_theme .owl-dots,
.custom-owl-theme .owl-dots {
    width: 70%;
    float: left;
    text-align: left !important;
    min-height: 30px;
    margin-top: 10px;
    bottom: auto !important;
    padding: 0 0 0 10px !important;
    position: relative
}

.white .sa_owl_theme .owl-dots .owl-dot,
.custom-owl-theme .owl-dots .owl-dot {
    margin: 3px 6px;
    min-height: 30px
}

.white,
.sa_hover_container {
    padding: 0 !important
}

.custom-owl-theme .owl-nav {
    width: 30%;
    float: right;
    margin: 0;
    margin-top: 10px;
    text-align: right !important;
    height: 30px
}

.custom-owl-theme .owl-nav button.owl-next,
.custom-owl-theme .owl-nav button.owl-prev {
    width: 30px !important;
    height: 30px !important;
    font-size: 30px !important;
    text-align: center;
    line-height: 30px !important;
    position: relative !important;
    left: auto;
    right: auto;
    top: 0;
    margin: 0 2px
}

.custom-owl-theme .owl-nav [class*=owl-]:hover,
.custom-owl-theme .owl-nav [class*=owl-]:focus,
.custom-owl-theme .owl-nav [class*=owl-]:active {
    background: 0 0 !important;
    border: none;
    outline: none;
    color: #f36f21 !important;
    content: "" !important
}

.hp-dealer-banner {
    display: block;
    margin: 0;
    clear: both
}

.hp-dealer-banner>img {
    width: 100%
}

.solutions-wrap {
    text-align: center;
    padding: 15px;
    overflow: hidden
}

.solution-thumb {
    padding-bottom: 20px;
    display: block
}

.solution-thumb>img {
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%)
}

.solution-name {
    margin: 0;
    text-align: center;
    color: #f36f21;
    padding: 10px 0 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.solution-thumb p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 18px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 90%;
    margin: 5px auto 10px;
    text-decoration: none;
    color: #000
}

.chalo-desh-banaye-wrap {
    width: 100%;
    background-color: #222;
    position: relative;
    padding-top: 10%;
    padding-bottom: 10%;
    text-align: center;
    color: #fff;
    clear: both;
    background-image: url('../images/cdb-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed
}

.cdb-logo {
    margin: 0 auto;
    max-width: 160px
}

.infinite-logo-wrap>img {
    position: relative;
    z-index: 8;
    max-width: 80%;
    margin: 0 auto 10px
}

.cdb-custom-btns {
    margin-top: 10px
}

.chalo-desh-banaye-wrap>.btn.btn-primary.new-cta {
    margin: 20px 0
}

.cdb-custom-btns>.custom-play-btn {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    border-radius: 4px 20px 20px 4px;
    border: 1px solid #fff;
    padding: 10px 20px 0 14px;
    margin: 10px;
    position: relative;
    height: 40px;
    margin-left: 40px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px
}

.cdb-custom-btns>.custom-play-btn:before {
    content: "\f04b";
    font-family: 'icomoon';
    float: left;
    height: 44px;
    width: 44px;
    margin-top: -12px;
    margin-left: -50px;
    border-radius: 50%;
    background-color: #f36f21;
    border: 1px solid #fff;
    text-align: center;
    padding-top: 9px;
    font-size: 18px;
    padding-left: 3px;
    margin-right: 10px
}

.cdb-custom-btns>.custom-play-btn:hover,
.cdb-custom-btns>.custom-play-btn:focus,
.cdb-custom-btns>.custom-play-btn:active {
    background-color: #f36f21;
    border: 1px solid #fff;
    text-decoration: none
}

.hp-latest-news {
    background-color: #f36f21;
    padding: 40px 20px 20px;
    text-align: center
}

.hp-latest-news>h3 {
    margin-top: 0;
    margin-bottom: 30px;
    color: #fff
}

.hp-latest-news-item {
    text-align: left;
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    width: 80%;
}

.hp-latest-news-item:last-child {
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.hp-latest-news-item .hp-news-date {
    background-color: #000;
    width: 90px;
    height: 90px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    padding-top: 15px;
    float: left;
    margin-right: 15px;
    border: 1px solid #fff
}

.hp-latest-news-item .hp-news-date .hp-date {
    display: block;
    font-family: 'Arial Narrow', sans-serif;
    font-size: 38px;
    line-height: 38px
}

.hp-latest-news-item .hp-news-date .hp-month {
    display: block;
    font-size: 14px;
    line-height: 16px
}

.hp-news-item-title {
    font-size: 14px;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.3;
    width: calc(100% - 110px);
    float: right
}

.hp-news-item-title .btn.btn-default.new-cta {
    display: table;
    margin-top: 10px
}

.hp-testimonials-wrap {
    padding: 40px 15px;
    text-align: center
}

.hp-testimonials-wrap a {
    clear: both;
    display: block;
    margin-top: 10px
}

.testimonials-thumb p {
    line-height: 18px;
    margin: 10px;
    text-decoration: none;
    color: #000
}

.hp-video-thumb-wrap {
    position: relative
}

.hp-video-thumb-wrap>img {
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%)
}

.hp-video-thumb-wrap:after {
    content: "\f04b";
    font-family: 'icomoon';
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background-color: #f36f21;
    border: 1px solid #fff;
    padding-top: 9px;
    font-size: 18px;
    padding-left: 3px;
    color: #fff;
    position: absolute;
    top: 45%;
    margin: 0 auto;
    left: 0;
    right: 0
}

.hp-testimonials-wrap .btn.btn-default.new-cta {
    margin-top: 20px
}

.hp-sticky-links {
    padding: 0;
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    margin: 0
}

.hp-sticky-links li {
    list-style: none;
    display: block;
    width: 100%;
    margin-right: 1px
}

.hp-sticky-links li:last-child {
    margin: 0
}

.hp-sticky-links li a {
    display: flex;
    width: 100%;
    color: #fff;
    background-color: #f36f21;
    text-align: left;
    padding: 5px 10px;
    font-size: 12px;
    height: 42px;
    line-height: 12px;
    align-items: center;
    justify-content: flex-start;
    border-radius: 4px 4px 0 0
}

.sticky-icons {
    display: inline-block;
    vertical-align: middle;
    min-width: 30px;
    min-height: 30px;
    background-image: url('../images/sprite.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 10px;
    background-size: 1000px
}

.sticky-icons.dealer {
    background-position: -710px -10px
}

.sticky-icons.enquiry {
    background-position: -760px -10px
}

.sticky-icons.customer-care {
    background-position: -660px -10px
}

.sticky-link span {
    display: inline-block;
    width: calc(100% - 45px);
    vertical-align: middle
}

.hp-sticky-links li a:hover,
.hp-sticky-links li a:focus,
.hp-sticky-links li a:active {
    background-color: #f35a00;
    text-decoration: none
}

.go-to-top {
    position: fixed;
    bottom: 15%;
    right: 3%;
    background-color: #f36f21;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    border: 1px solid #fff;
    text-decoration: none;
    z-index: 999;
    padding-top: 2px
}

.go-to-top:hover,
.go-to-top:focus,
.go-to-top:active {
    text-decoration: none;
    background-color: #e65500;
    color: #fff
}

footer {
    background-color: #222;
    padding: 10px 10px 50px;
    display: block
}

.footer-menu-links {
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 48%
}

.footer-menu-links ul {
    padding: 0;
    list-style: none
}

.footer-menu-links ul li a {
    color: #d9d9d9;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 8px;
    display: block;
    width: 100%
}

.footer-menu-title {
    margin: 0;
    margin-bottom: 10px;
    color: #f36f21;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px
}

.footer-menu-links ul li.single-footer-link>a {
    margin: 0;
    margin-bottom: 10px;
    display: block;
    color: #f36f21;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    text-transform: capitalize
}

@media screen and (min-width:768px) {
    .navigation {
        max-width: 50%
    }
    .hp-sticky-links {
        bottom: auto;
        top: 45%;
        left: auto;
        display: block;
        width: auto; 
    }

    .sticky-icons {
        margin-right: 0;
    }

    .hp-sticky-links li a {
        border-radius: 4px 0 0 4px;
        width: 50px;
        margin-bottom: 1px;
        padding: 4px 2px;
        font-size: 9px;
        line-height: 1;
        text-align: center;
        font-weight: bold;
        display: block;
        height: auto;
    } 
    .search-wrap .icon-search1 {
        display: none
    }
    .search-box-hidden {
        display: inline-block;
        position: relative;
        background: 0 0;
        vertical-align: middle
    }
    .searchform .input-group {
        width: 300px;
        max-width: 300px;
        padding-left: 20px
    }
    .searchform .form-control {
        border: 1px solid #f36f21
    }
    .product-details-wrap {
        padding: 20px;
        max-width: 90%;
        margin: 0 auto
    }
    .product-detail-desc {
        margin-bottom: 30px
    }
    .solutions-wrap {
        max-width: 33.33%;
        float: left;
        margin-bottom: 5%;
        padding: 2px
    }
    .chalo-desh-banaye-wrap {
        padding: 0;
        min-height: 45vh;
        overflow: hidden
    }
    .cdb-content-wrap {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 7;
        bottom: 0
    }
    .cdb-header {
        position: relative;
        padding: 30px 10px 10px
    }
    .cdb-logo {
        position: absolute;
        top: 15px;
        left: 15px;
        max-width: 140px
    }
    .cdb-header h3 {
        margin: 0
    }
    .cdb-bg-video {
        width: 110%;
        margin-left: -5%;
        margin-bottom: -10px;
        padding: 0
    }
    .cdb-custom-btns>.custom-play-btn {
        margin: 10px 30px
    }
    .infinite-logo-wrap {
        margin: 2% 0
    }
    .infinite-logo-wrap>img {
        max-width: 90%
    }
    .cdb-custom-btns {
        position: absolute;
        width: 35%;
        right: 0;
        bottom: 20px;
        text-align: left
    }
    .hp-latest-news {
        width: 45%;
        float: left;
        padding: 5% 3% 2%;
        position: relative
    }
    .hp-latest-news:after {
        position: absolute;
        top: 0;
        right: -12.9%;
        bottom: 0;
        background-color: #f36f21;
        content: "";
        z-index: 2;
        display: block;
        width: 13%;
        clip-path: polygon(0 0, 100% 0, 0 100%)
    }
    .hp-testimonials-wrap {
        width: 55%;
        float: left;
        padding: 5% 8% 3% 13%
    }
    footer {
        clear: both;
        padding: 20px;
        -webkit-column-count: 4;
        -webkit-column-gap: 0;
        -moz-column-count: 4;
        -moz-column-gap: 0;
        column-count: 4;
        column-gap: 0
    }
    .footer-menu-links {
        max-width: none;
        width: 100%
    }
}

@media screen and (min-width:992px) {
    .page-content-wrap {
        padding-left: 70px
    }
    .qlfixed {
        left: 66px;
        width: auto
    }
    
    #menu-main-menu.menu {
        position: relative;
        max-width: none;
        top: 0;
        padding: 0 10px
    }
    #menu-main-menu.menu>li {
        display: inline-block;
        vertical-align: middle
    }
    #menu-main-menu.menu>li>a {
        padding: 6px 5px
    }
    .logo-section {
        width: auto;
        z-index: 999;
        position: relative
    }
    .navigation {
        width: auto;
        max-width: none;
        overflow: visible
    }
    .navlinks>li {
        padding-bottom: 2px;
        padding-top: 2px
    }
    .navlinks>li>a {
        padding: 0;
        text-align: center;
        font-size: 10px;
        line-height: 12px;
        max-width: 70px;
        height: 65px
    }
    .navicons {
        display: block;
        margin: 0 auto
    }
    .navlinks>li>a .icon {
        display: block;
        position: absolute;
        top: 35%;
        right: 4px;
        margin: 0;
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    .submenu>li>a {
        white-space: nowrap
    }
    .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        background-color: #000;
        margin: 0;
        padding: 0;
        border: none;
        min-width: 180px
    }
    .dropdown-menu>li>a .icon {
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    .products-wrap {
        overflow: hidden;
        margin-bottom: 40px;
        scroll-margin-block-start: 250px;
        scroll-margin-top: 300px;
    }
    .product-list-tabs {
        max-width: 30%;
        overflow: auto;
        display: block;
        float: left
    }
    .product-details-wrap {
        float: left;
        width: 70%
    }
    .product-list-tabs li {
        margin-bottom: 1px
    }
    .product-list-tabs li a {
        padding: 10px;
        white-space: normal;
        display: flex;
        align-items: center;
        justify-content: flex-start
    }
    .machine-icons.min-ex-icon {
        background-position: 0 -115px;
        width: 70px
    }
    .product-details-wrap {
        padding: 2% 4%;
        text-align: center
    }
    .all-solutions-wrap {
        padding: 0 50px
    }
    .solutions-wrap {
        padding: 5px
    }
    .hp-section-title {
        font-size: 30px
    }
    .hp-news-item-title {
        font-size: 16px
    }
    .chalo-desh-banaye-wrap {
        min-height: auto;
        overflow: hidden;
        height: 98vh
    }
    .cdb-logo {
        max-width: 160px
    }
    .cdb-header h3 {
        font-size: 30px;
        margin-top: 20px
    }
    .cdb-bg-video {
        width: 100%;
        margin: 0;
        margin-bottom: -10px
    }
    .infinite-logo-wrap>img {
        max-width: 80%
    }
    .cdb-custom-btns {
        position: absolute;
        width: 30%;
        right: 0;
        bottom: 5%;
        text-align: left;
        padding-right: 5%
    }
    .go-to-top {
        bottom: 12%;
        right: 15px
    }
}

@media screen and (min-width:1200px) {
    .product-list-tabs {
        max-width: 23%
    }
    .product-details-wrap {
        width: 77%
    }
    .product-list-tabs li a {
        padding: 6px 10px
    }
    footer {
        -webkit-column-count: 5;
        -webkit-column-gap: 0;
        -moz-column-count: 5;
        -moz-column-gap: 0;
        column-count: 5;
        column-gap: 0
    }
}

.copyrights {
    width: 100%;
    background-color: #000;
    padding-bottom: 40px
}

.copyrights a {
    color: #ccc;
    margin: 3px;
    display: inline-block;
    vertical-align: top;
    font-size: 12px
}

.copyrights-left,
.copyrights-right {
    text-align: center;
    padding: 10px
}

.social-icons {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.social-icons li {
    display: inline-block;
    vertical-align: top
}

.social-icons li a {
    margin: 5px;
    display: block;
    min-width: 18px;
    height: 18px
}

.social-icons li a span {
    font-size: 16px;
    color: #fff
}

@media screen and (min-width:992px) {
    .copyrights {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0
    }
    .copyrights-left {
        min-width: 50%;
        text-align: left
    }
    .copyrights-right {
        min-width: 50%;
        text-align: right
    }
}

.product-spotlight-banner {
    position: relative
}

.product-banner-caption {
    bottom: 15%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    color: #fff;
    text-align: center
}

.product-banner-caption h3 {
    margin-bottom: 0
}

.product-template-default .content-in-tabs p {
    color: #666
}

.product-template-default .content-in-tabs>img {
    width: 90%;
    margin: 0 auto
}

.product-template-default .content-in-tabs>p>img {
    width: auto;
    margin: 0
}

.product-template-default .content-in-tabs>p>br {
    display: none
}

.product-template-default #sticky-navtabs {
    border: none;
    background-color: #222;
    color: #fff;
    height: 46px;
    text-align: center;
    border-top: 1px solid #ddd;
    overflow-x: scroll;
    white-space: nowrap;
    margin-bottom: 0
}

.product-template-default #sticky-navtabs>li {
    margin: 0;
    border: none;
    height: auto;
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.product-template-default #sticky-navtabs>li>a {
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    height: 45px;
    line-height: 1.1;
    letter-spacing: 1px;
    padding: 15px 20px;
    border-radius: 0;
    margin: 0
}

.product-template-default #sticky-navtabs>li.active>a,
.product-template-default #sticky-navtabs>li.active>a:focus,
.product-template-default #sticky-navtabs>li.active>a:hover,
.product-template-default #sticky-navtabs>li>a:active,
.product-template-default #sticky-navtabs>li>a:focus,
.product-template-default #sticky-navtabs>li>a:hover,
.product-template-default #sticky-navtabs>li>a:hover,
.product-template-default #sticky-navtabs>li>a:focus,
.product-template-default #sticky-navtabs>li>a:active {
    margin: 0;
    border: none;
    background-color: #ed691f !important;
    color: #fff
}

.product-template-default .main-feature-icon {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin: 10px;
    border: 1px solid #ed691f;
    border-radius: 160px;
    text-align: left;
    padding: 5px
}

.product-template-default .rounded {
    border-radius: 50%;
    border: 1px solid #ed691f;
    color: #ed691f;
    width: 80px;
    height: 80px;
    padding: 10px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding-top: 15px
}

.product-template-default .mfi-text {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: calc(100% - 90px);
    margin-left: 5px
}

.product-template-default .mfi-text h2 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: "Arial", sans-serif;
    font-weight: 700;
    color: #444
}

.product-template-default .mfi-text h4 {
    color: #666;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    margin-top: 5px
}

.product-template-default .dwld-brochure {
    text-align: center
}

.product-template-default .dwld-brochure h3 {
    color: #666;
    font-size: 24px
}

.product-template-default .dwld-brochure a {
    font-weight: 400;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    margin: 15px auto;
    line-height: 1;
    padding: 14px 24px;
    border-radius: 3px;
    font-weight: 700;
    letter-spacing: 1px
}

.product-details-section-wrap {
    padding: 40px 15px
}

.product-template-default h1 {
    font-size: 30px;
    text-transform: uppercase
}

.ui-accordion-content ul {
    padding: 0 !important;
    margin: 0;
    margin-left: 30px
}

.ui-accordion-content ul li {
    line-height: 1.4;
    margin-bottom: 10px
}

.ui-accordion .ui-accordion-content {
    background-color: #fbfbfb;
    border: 1px solid #f7f7f7;
    border-radius: 0;
    color: #666;
    font-size: 15px;
    padding: 15px 20px
}

.ui-accordion .ui-accordion-header {
    background: 0 0;
    color: #555;
    font-size: 20px;
    padding: 15px;
    letter-spacing: normal;
    z-index: 1;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse
}

.ui-state-active,
.ui-state-hover {
    background-color: transparent !important;
    color: #ed691e !important;
    border: none;
    border-bottom: 1px solid #ed691e !important
}

.ui-icon {
    top: 2px;
    float: right;
    width: 26px;
    height: 26px;
    background: 0 0 !important;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px
}

.ui-icon:after {
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #ed691e;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    margin: 0 auto;
    border-left: none;
    border-top: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ui-state-active .ui-icon:after,
.ui-button:active .ui-icon:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.product-template-default .sticky-tab {
    position: fixed;
    top: 100px;
    right: 0;
    left: 0;
    z-index: 999
}

.video-screenshot {
    position: relative;
    overflow-x: hidden
}

.video-play {
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 0;
    left: 0;
    top: 20%;
    border: 2px solid #fff;
    border-radius: 50px;
    padding-top: 18px;
    padding-left: 5px;
    width: 70px;
    height: 70px;
    margin: 0 auto
}

.video-play:hover,
.video-play:focus,
.video-play:active {
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .2)
}

@media screen and (min-width:768px) {
    .product-template-default #sticky-navtabs {
        white-space: normal;
        overflow-x: visible
    }
    .product-template-default .sticky-tab {
        top: 88px
    }
    .product-banner-caption {
        left: 5%;
        right: 5%;
        top: auto;
        bottom: 10%;
        text-align: center;
        width: 90%
    }
    .video-play {
        top: 35%
    }
}

@media screen and (min-width:992px) {
    .product-banner-caption {
        text-align: center;
        width: 100%;
        left: 0;
        top: 40%;
        font-size: 48px
    }
    

    .menu-main-menu-container {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        max-width: 82%;
    }
}

@media screen and (min-width:1200px) {
    .video-play {
        top: 45%
    }
}

@media screen and (min-width:1600px) {
    .product-banner-caption {
        width: 25%;
        left: 4%;
        top: 40%
    }
}

.blog-post-title,
.blog-post-meta {
    display: none !important
}

.attachments-page-content-wrap .attachmentsHeading {
    text-align: center;
    margin: 0 auto
}

.attachments-page-content-wrap .attachmentsHeading h2 {
    margin: 0;
    text-transform: uppercase;
    color: #ed691f;
    font-weight: 700;
    margin-bottom: 10px
}

.attachments-page-content-wrap .attachmentsHeading h3 {
    margin: 0;
    color: #222;
    margin-bottom: 10px
}

.attachments-page-content-wrap .heroContentWrap {
    background-color: #f8f8f8;
    max-width: 1000px;
    margin: 20px auto
}

.attachments-page-content-wrap .attachmentDetailsWrap {
    max-width: 1000px;
    margin: 20px auto
}

.attachments-page-content-wrap .heroAttachmentDetails {
    padding: 15px;
    background-image: url('https://www.tatahitachi.co.in/wp-content/uploads/2019/01/attachment-details-bg.jpg');
    background-size: contain;
    color: #f8f8f8
}

.attachments-page-content-wrap .heroAttachmentDetails h3 {
    margin: 10px 0
}

.attachments-page-content-wrap .heroAttachmentDetails .table {
    border: none
}

.attachments-page-content-wrap .table>thead>tr>th {
    border-top: 1px solid #ed691f !important;
    border-bottom: 1px solid #ed691f;
    color: #ed691f;
    font-weight: 400;
    font-size: 18px
}

.attachments-page-content-wrap .table>tbody>tr>td:first-child {
    width: 60%
}

.attachments-page-content-wrap .table>tbody>tr>td,
.attachments-page-content-wrap .table>tbody>tr>th,
.attachments-page-content-wrap .table>tfoot>tr>td,
.attachments-page-content-wrap .table>tfoot>tr>th,
.attachments-page-content-wrap .table>thead>tr>td {
    border: none
}

.attachments-page-content-wrap .table>tbody>tr:last-child>td {
    border-bottom: 1px solid #ed691f
}

.attachments-page-content-wrap .attachmentDetails {
    padding: 15px;
    background-image: url('https://www.tatahitachi.co.in/wp-content/uploads/2019/01/attachment-details-bg.jpg');
    background-size: contain;
    color: #f8f8f8;
    margin-bottom: 15px
}

.attachments-page-content-wrap .attachmentDetails h3 {
    margin: 10px 0
}

.attachments-page-content-wrap .attachmentDetails .table {
    border: none
}

.attachments-page-content-wrap .btn-primary {
    margin-right: 10px;
    margin-bottom: 10px;
    background: 0 0 !important;
    border: 1px solid #ed691f !important;
    color: #ed691f;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 0;
    line-height: 1;
    padding: 12px 24px;
    display: inline-block;
    vertical-align: top;
    width: 180px;
    margin-bottom: 15px;
    height: 40px;
    text-shadow: none;
    box-shadow: none
}

.attachments-page-content-wrap .btn-primary:hover,
.attachments-page-content-wrap .btn-primary:focus,
.attachments-page-content-wrap .btn-primary:active {
    background: 0 0 !important;
    background-color: #ed691f !important;
    color: #fff !important;
    border: none
}

.attachments-page-content-wrap .cta-icon {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #fff;
    font-size: 36px;
    padding-top: 4px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    background-image: url('https://www.tatahitachi.co.in/wp-content/uploads/2019/11/sprite2.png');
    background-repeat: no-repeat;
    background-color: transparent
}

.attachments-page-content-wrap .cta-icon>h4 {
    font-size: 17px !important
}

.attachments-page-content-wrap .sticky-icon {
    background-image: url('https://www.tatahitachi.co.in/wp-content/uploads/2019/11/sprite2.png')
}

.attachments-page-content-wrap .sticky-icons ul li a {
    text-transform: uppercase
}

.attachments-page-content-wrap .prim-quote {
    background-position: -956px -5px
}

.attachments-page-content-wrap .prim-dealer {
    background-position: -906px -6px
}

.attachments-page-content-wrap .prim-cc {
    background-position: -956px -56px
}

.attachments-page-content-wrap .cc-number {
    background-color: #222;
    padding: 12px 15px;
    width: 200px;
    position: absolute;
    top: 0;
    right: 66px;
    margin: 0;
    font-size: 17px;
    border-radius: 4px
}

.attachments-page-content-wrap .attachment-product {
    position: relative
}

.attachments-page-content-wrap .attachmentVideoCTA {
    width: 54px;
    height: 54px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    background-image: url('https://www.tatahitachi.co.in/wp-content/uploads/2020/02/shinrai-icons-sprite.png');
    background-repeat: no-repeat;
    background-position: -259px 10px;
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .25)
}

@media screen and (min-width:768px) {
    .attachments-page-content-wrap .heroContentWrap {
        display: flex;
        flex-direction: row-reverse
    }
    .attachments-page-content-wrap .heroAttachmentDetails {
        width: 55%
    }
    .attachments-page-content-wrap .heroAttachmentImage {
        width: 45%;
        background-color: #f8f8f8
    }
    .attachments-page-content-wrap .attachmentDetailsWrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 20px;
        grid-column-gap: 20px
    }
    .attachments-page-content-wrap .attachmentDetails {
        margin-bottom: 0
    }
}

@media screen and (min-width:992px) {
    .attachments-page-content-wrap .sticky-icons ul li {
        border-radius: 4px 0 0 4px;
        list-style: none;
        text-align: center;
        font-size: 10px;
        height: 60px;
        margin-bottom: 1px;
        width: 100%;
        font-weight: 300;
        position: relative;
        color: #fff;
        padding: 3px 5px 4px;
        line-height: 1
    }
    .attachments-page-content-wrap .heroAttachmentDetails {
        width: 55%
    }
    .attachments-page-content-wrap .heroAttachmentImage {
        width: 45%;
        background-color: #f8f8f8
    }
}

.attachment-product {
    background-image: url('https://www.tatahitachi.co.in/wp-content/uploads/2019/01/attachment-details-bg.jpg');
    background-size: contain;
    margin: 0 5px 30px
}

.attachment-details {
    padding: 30px;
    color: #fff
}

.attachment-details h3 {
    margin-top: 0
}

.attachment-details .table {
    margin: 0;
    border: none;
    border-bottom: 1px solid #f35b18
}

.attachment-details .table>tbody>tr>td,
.attachment-details .table>tbody>tr>th,
.attachment-details .table>tfoot>tr>td,
.attachment-details .table>tfoot>tr>th,
.attachment-details .table>thead>tr>td,
.attachment-details .table>thead>tr>th {
    border: none;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 1.5;
    font-weight: 300;
    font-size: 14px
}

.attachment-details .table>tbody>tr>th {
    color: #f35b18;
    border-top: 1px solid #f35b18;
    border-bottom: 1px solid #f35b18;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    line-height: 1;
    font-size: 16px
}

.attachment-details .table>tbody>tr>td:first-child,
.attachment-details .table>tbody>tr>th:first-child,
.attachment-details .table>tfoot>tr>td:first-child,
.attachment-details .table>tfoot>tr>th:first-child,
.attachment-details .table>thead>tr>td:first-child,
.attachment-details .table>thead>tr>th:first-child {
    width: 50%
}

.attachment-details .btn-primary {
    margin-top: 15px
}

@media screen and (min-width:768px) {
    .attachment-product {
        width: 90%;
        margin: 0 auto 40px
    }
    .attachment-details {
        padding: 30px;
        color: #fff
    }
    .attachment-details .table>tbody>tr>th,
    .attachment-details .table>tbody>tr>td {
        width: 50%
    }
    .attachment-thumb {
        padding-bottom: 1000px;
        margin-bottom: -1000em;
        background-color: #f8f8f8;
        padding-top: 20px
    }
    .overflow-hide {
        overflow-y: hidden
    }
}

.media-wrap {
    padding: 20px
}

.parts-content .breadcrumb {
    margin-left: 0
}

.parts-text {
    padding: 20px 30px;
    font-size: 16px;
    line-height: 1.6
}

.parts-text h1 {
    font-size: 34px
}

.two-line-paras p,
.parts-content p,
.general-template-content {
    line-height: 1.6;
    font-size: 16px
}

.parts-content ul li,
.general-template-content ul li {
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 16px
}

.parts-gallery {
    width: 90%;
    clear: both;
    display: block;
    margin: 0 auto 80px
}

.parts-gallery-images .slick-dots {
    bottom: -30px
}

.parts-gallery .autohide-arrows .owl-nav {
    display: block !important
}

.model-lineup {
    max-width: 90%;
    margin: 0 auto;
    clear: both
}

.sub-head {
    background-color: #eee;
    margin: 0 auto;
    display: block;
    max-width: 400px;
    padding: 7px 15px;
    position: relative;
    text-align: center;
    height: 44px;
    line-height: 1
}

.sub-head h3 {
    margin: 0
}

.sub-head:before {
    content: "";
    width: 42px;
    height: 44px;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #eee;
    position: absolute;
    left: -21px;
    bottom: 0;
    display: block
}

.sub-head:after {
    content: "";
    width: 42px;
    height: 44px;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #eee;
    position: absolute;
    right: -21px;
    bottom: 0;
    display: block
}

.event-slide-imgs {
    display: inline-block !important;
    width: 300px;
    vertical-align: top;
    padding: 5px
}

.inframin-imgs>div {
    display: inline-block;
    vertical-align: top
}

.prf-locations img {
    margin: 0 auto
}

.prf-locations {
    display: inline-block;
    vertical-align: top;
    margin: 20px;
    min-width: 260px;
    text-align: center
}

.all-directors {
    width: 100%;
    padding: 20px;
    text-align: center
}

.director {
    width: 90%;
    display: inline-block;
    vertical-align: top;
    margin: 10px auto
}

.director-name {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px auto 5px
}

.director-designation {
    font-weight: 400;
    font-size: 15px;
    color: #6a6a6a;
    margin: 5px auto;
    line-height: 1.2
}

.director>div {
    width: 80%;
    min-height: 80px
}

.media-coverage-thumbs {
    display: inline-block !important;
    width: 300px;
    vertical-align: top;
    padding: 20px
}

.media-coverage-thumbs h5 {
    margin: 0
}

.page-id-1278 .media-wrap .text-left {
    text-align: center !important
}

.media-thumbnail {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 10px 0
}

.media-thumbnail-hero {
    position: relative
}

.media-caption {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    color: #fff;
    padding: 2%;
    text-align: left
}

.media-text {
    width: 100%;
    float: left;
    margin-left: 10px
}

.media-caption .view-all-cta {
    color: #ed691f;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px
}

.prf-prs-thumb {
    margin: 10px
}

.mds-desk {
    width: auto !important
}

.test-thumbs {
    display: inline-block !important;
    max-width: 300px;
    vertical-align: top;
    width: 100%;
}

.rdi {
    width: 320px;
    display: inline-block;
    vertical-align: top
}

.testimonial-band {
    background-color: #ed691f;
    padding: 10px;
    width: 100%
}

.testimonial-band>h3 {
    margin: 0 !important;
    color: #fff;
    margin: 5px !important;
    font-weight: 300
}

.testimonial-band>a>img {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px
}

.test-thumbs>h4 {
    width: 75%;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4
}

.events {
    display: inline-block !important;
    width: 100%;
    max-width: 320px;
    vertical-align: top;
    margin: 20px 0
}

#videos-page .events-text {
    width: 75%;
    text-align: left
}

#videos-page .events-text h5 {
    line-height: 1.4
}

.main-feature-icon {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin: 10px auto 40px
}

.mfi-small {
    width: 160px;
    margin: 20px
}

.rounded {
    border-radius: 50%;
    border: 1px solid #ed691f;
    color: #ed691f;
    width: 150px;
    height: 150px;
    padding-top: 20px;
    margin: 15px auto
}

.rounder-small {
    border-radius: 50%;
    border: 1px solid #ed691f;
    color: #ed691f;
    width: 90px;
    height: 90px;
    padding-top: 20px;
    margin: 15px auto
}

.ins-screens {
    max-width: 200px;
    display: inline-block;
    vertical-align: top;
    margin: 10px
}

.ins-screens p {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 5px
}

@media screen and (min-width:768px) {
    .pulled-left {
        float: left;
        margin-right: 30px
    }
    .all-directors {
        text-align: center;
        margin: 0
    }
    .director {
        width: 360px;
        display: inline-block;
        vertical-align: top
    }
    .media-thumbnail {
        max-width: 300px;
        margin: 20px 10px
    }
    .prf-prs-thumb {
        float: right;
        margin-left: 20px
    }
}

@media screen and (min-width:992px) {
    .media-wrap {
        width: 80%;
        margin: 0 auto
    }
    .parts-content {
        margin-bottom: 80px;
        display: block;
        clear: both;
        width: 100%
    }
    .parts-text {
        width: 38%;
        margin-left: 20px;
        padding-top: 20px
    }
    .parts-image {
        width: 60%;
        float: right;
        margin-bottom: 20px;
        clear: both
    }
    .two-line-paras,
    .parts-text p {
        line-height: 1.6
    }
    .parts-gallery {
        width: 90%;
        clear: both;
        display: block;
        margin: 100px 0;
        margin-left: 3%
    }
}

@media screen and (min-width:1200px) {
    .media-thumbnail {
        max-width: 470px;
        margin: 10px !important
    }
}

#slider_3627 .owl-nav .owl-prev,
#slider_3627 .owl-nav .owl-next,
#slider_3608 .owl-nav .owl-prev,
#slider_3608 .owl-nav .owl-next {
    display: none !important
}

section:blank,
section:empty {
    padding: 0
}

.cdb-wrap {
    position: relative;
    background-color: #fff;
    width: 100%;
    display: block;
    min-height: 400px
}

.cdb-thumbnail {
    width: 100%
}

.cdb-thumbnail-flip {
    width: 100%
}

.cdb-thumbnail img {
    width: 100%;
    max-width: 760px
}

.cdb-thumbnail-flip img {
    width: 100%;
    max-width: 760px
}

.cdb-text {
    background-color: #8e8e8e;
    color: #fff;
    padding: 30px
}

.cdb-text h4 {
    line-height: 1.4
}

.cdb-text p {
    line-height: 1.4;
    font-weight: 300
}

.cdb-text-flip {
    background-color: #8e8e8e;
    color: #fff;
    padding: 30px
}

.cdb-text-flip h4 {
    line-height: 1.4
}

.cdb-text-flip p {
    line-height: 1.4;
    font-weight: 300
}

@media screen and (min-width:992px) {
    .cdb-wrap {
        margin-top: 40px
    }
    .cdb-thumbnail img {
        float: left
    }
    .cdb-thumbnail-flip img {
        float: right
    }
    .cdb-text {
        background-color: #8e8e8e;
        width: 58%;
        padding: 4% 5% 4% 14%;
        color: #fff;
        -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
        position: absolute;
        right: 0;
        height: 400px;
        top: -8%
    }
    .cdb-text-flip {
        background-color: #8e8e8e;
        width: 58%;
        padding: 4% 14% 4% 5%;
        color: #fff;
        -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
        position: absolute;
        left: 0;
        height: 400px;
        top: -8%
    }
    #storeLocator__topHalf {
        height: 1850px
    }
}

[class*=block-grid-]>li {
    display: inline-flex !important
}

@media screen and (min-width:1600px) {
    .cdb-wrap {
        min-height: 500px
    }
    .cdb-thumbnail img {
        width: 100%;
        max-width: 1000px
    }
    .cdb-thumbnail-flip img {
        width: 100%;
        max-width: 1000px
    }
    .cdb-text {
        height: 500px
    }
    .cdb-text h4 {
        font-size: 22px
    }
    .cdb-text p {
        font-size: 18px
    }
    .cdb-text-flip h4 {
        font-size: 22px
    }
    .cdb-text-flip p {
        font-size: 18px
    }
    .cdb-text {
        height: 500px;
        top: -6%
    }
    .cdb-text-flip {
        height: 500px;
        top: -6%
    }
    .orgleft {
        padding: 8px 0 8px 15px !important
    }
}

.input-group {
    width: 100%
}

.form-group label {
    font-weight: 500;
    font-size: 13px;
    text-align: right
}

.form-control {
    box-shadow: none
}

@media screen and (min-width:992px) {
    .product-enquiry-form-wrap {
        max-width: 90%;
        margin: 0 auto
    }
}

.category-text {
    padding: 30px
}

.category-text a {
    text-decoration: none !important;
    color: #ed691f
}

.category-text h1 {
    margin-top: 0
}

.category-slides {
    padding: 20px
}

.category-01 .category-images {
    position: relative;
    margin: 60px 0 100px
}

.category-01 .category-images .first-layer {
    min-width: 160%;
    margin-left: -50%
}

.category-01 .category-images .second-layer {
    position: absolute;
    right: 0;
    top: -12%;
    width: 95%
}

.category-01 .category-images .third-layer {
    position: absolute;
    right: 15%;
    bottom: -75%;
    width: 65%
}

.category-02 .category-images {
    position: relative;
    margin: 60px 0 80px
}

.category-02 .category-images .first-layer {
    min-width: 160%;
    margin-right: -50%
}

.category-02 .category-images .second-layer {
    position: absolute;
    left: 0;
    top: -12%;
    width: 95%
}

.category-02 .category-images .third-layer {
    position: absolute;
    left: 0;
    bottom: -40%;
    width: 75%
}

.category-03 .category-text {
    padding: 20px 35px 30px;
    margin-top: 50px
}

.category-03 .category-images {
    position: relative;
    margin: 60px 0 100px
}

.category-03 .category-images .first-layer {
    min-width: 160%;
    margin-left: -50%
}

.category-03 .category-images .second-layer {
    position: absolute;
    right: 0;
    top: -12%;
    width: 95%
}

.category-03 .category-images .third-layer {
    position: absolute;
    right: 0;
    bottom: -75%;
    width: 70%
}

.category-04 .category-text {
    padding: 20px 35px 30px;
    margin-top: 70px
}

.category-04 .category-images {
    position: relative;
    margin: 100px 0 80px
}

.category-04 .category-images .first-layer {
    min-width: 160%;
    margin-right: -50%
}

.category-04 .category-images .second-layer {
    position: absolute;
    left: 0;
    top: -12%;
    width: 95%
}

.category-04 .category-images .third-layer {
    position: absolute;
    left: 0;
    bottom: -40%;
    width: 75%
}

.category-04 .category-text {
    padding: 20px 35px 30px;
    margin-top: 70px;
    position: relative;
    z-index: 999;
}

.category-04 .category-images {
    position: relative;
    margin: 100px 0 80px
}

.category-04 .category-images .first-layer {
    min-width: 160%;
    margin-right: -50%
}

.category-04 .category-images .second-layer {
    position: absolute;
    left: 0;
    top: -12%;
    width: 95%
}

.category-04 .category-images .third-layer {
    position: absolute;
    left: 0;
    bottom: -40%;
    width: 75%
}

.category-05 .category-text {
    padding: 20px 35px 30px
}

.category-05 .category-images {
    position: relative;
    margin: 60px 0 100px
}

.category-05 .category-images .first-layer {
    min-width: 160%;
    margin-left: -50%
}

.category-05 .category-images .second-layer {
    position: absolute;
    right: 0;
    top: -12%;
    width: 95%
}

.category-05 .category-images .third-layer {
    position: absolute;
    right: 0;
    bottom: -55%;
    width: 90%
}

.category-06 .category-text {
    padding: 20px 35px 30px;
    margin-top: 70px
}

.category-06 .category-images {
    position: relative;
    margin: 60px 0 80px
}

.category-06 .category-images .first-layer {
    min-width: 160%;
    margin-right: -50%
}

.category-06 .category-images .second-layer {
    position: absolute;
    left: 0;
    top: -12%;
    width: 95%
}

.category-06 .category-images .third-layer {
    position: absolute;
    left: 0;
    bottom: -40%;
    width: 75%
}

.category-07 {
    margin-bottom: 120px
}

.category-07 .category-text {
    padding: 20px 35px 30px
}

.category-07 .category-images {
    position: relative;
    margin: 140px 0 100px
}

.category-07 .category-images .first-layer {
    min-width: 160%;
    margin-left: -50%
}

.category-07 .category-images .second-layer {
    position: absolute;
    right: 0;
    top: -12%;
    width: 95%
}

.category-07 .category-images .third-layer {
    position: absolute;
    right: 5%;
    bottom: -8%;
    width: 70%
}

.category-08 .category-text {
    padding: 20px 35px 30px;
    margin-top: 70px
}

.category-08 .category-images {
    position: relative;
    margin: 0 0 60px
}

.category-08 .category-images .first-layer {
    min-width: 160%;
    margin-right: -50%;
    margin-top: -18%
}

.category-08 .category-images .second-layer {
    position: absolute;
    left: 0;
    top: 36%;
    width: 95%
}

.category-08 .category-images .third-layer {
    position: absolute;
    left: -16%;
    bottom: 0;
    width: 70%
}

@media screen and (min-width:768px) {
    .category-slides {
        max-width: 90%;
        margin: 0 auto
    }
    .category-01 .category-text {
        padding: 20px 35px 30px;
        width: 70%
    }
    .category-01 .category-text {
        padding: 20px 35px 30px
    }
    .category-01 .category-images {
        position: relative;
        margin: 0;
        margin-top: 50px;
        margin-bottom: 200px
    }
    .category-01 .category-images .first-layer {
        min-width: 160%;
        margin-left: -50%
    }
    .category-01 .category-images .second-layer {
        position: absolute;
        right: 0;
        top: -12%;
        width: 95%
    }
    .category-01 .category-images .third-layer {
        position: absolute;
        right: 10%;
        bottom: -75%;
        width: 65%
    }
    .category-02 .category-text {
        padding: 20px 35px 30px;
        margin: 5% 5% 15% 25%;
        position: relative;
        z-index: 999;
    }
    .category-02 .category-images .first-layer {
        min-width: 160%;
        margin-left: -50%
    }
    .category-02 .category-images .second-layer {
        position: absolute;
        right: 0;
        top: -12%;
        width: 95%
    }
    .category-02 .category-images .third-layer {
        position: absolute;
        right: 15%;
        bottom: -34%;
        width: 74%
    }
    .category-03 .category-text {
        padding: 20px 35px 30px;
        width: 70%;
        margin-top: 20px
    }
    .category-03 .category-images {
        position: relative;
        margin: 0;
        margin-top: 250px;
        margin-bottom: 200px
    }
    .category-03 .category-images .first-layer {
        min-width: 160%;
        margin-left: -50%
    }
    .category-03 .category-images .second-layer {
        position: absolute;
        right: 0;
        top: -12%;
        width: 95%
    }
    .category-03 .category-images .third-layer {
        position: absolute;
        right: 0;
        bottom: -60%;
        width: 74%
    }
    .category-04 .category-text {
        padding: 20px 35px 30px;
        margin: 140px 2% 60px 48%
    }
    .category-04 .category-images {
        position: relative;
        margin: 60px 0 100px
    }
    .category-04 .category-images .first-layer {
        min-width: 160%;
        margin-left: -50%
    }
    .category-04 .category-images .second-layer {
        position: absolute;
        right: 0;
        top: -12%;
        width: 95%
    }
    .category-04 .category-images .third-layer {
        position: absolute;
        right: 15%;
        bottom: -14%;
        width: 60%
    }
    .category-05 .category-text {
        padding: 20px 35px 30px;
        width: 72%
    }
    .category-05 .category-images {
        position: relative;
        margin: 0;
        margin-top: 40px;
        margin-bottom: 200px
    }
    .category-05 .category-images .first-layer {
        min-width: 160%;
        margin-left: -50%
    }
    .category-05 .category-images .second-layer {
        position: absolute;
        right: 0;
        top: -14%;
        width: 95%
    }
    .category-05 .category-images .third-layer {
        position: absolute;
        right: 0;
        bottom: -60%;
        width: 90%
    }
    .category-06 .category-text {
        padding: 20px 35px 30px;
        margin: 70px 4% 120px 35%
    }
    .category-06 .category-images {
        position: relative;
        margin: 60px 0 100px
    }
    .category-06 .category-images .first-layer {
        min-width: 160%;
        margin-left: -50%
    }
    .category-06 .category-images .second-layer {
        position: absolute;
        right: 0;
        top: -12%;
        width: 95%
    }
    .category-06 .category-images .third-layer {
        position: absolute;
        right: 15%;
        bottom: -11%;
        width: 70%
    }
    .category-07 .category-text {
        padding: 20px 35px 30px;
        margin-top: 70px;
        width: 60%;
        margin-bottom: 60px;
        margin-right: 4%
    }
    .category-07 .category-images {
        position: relative;
        margin: 100px 0
    }
    .category-07 .category-images .first-layer {
        min-width: 160%;
        margin-left: -50%
    }
    .category-07 .category-images .second-layer {
        position: absolute;
        right: 0;
        top: -12%;
        width: 95%
    }
    .category-07 .category-images .third-layer {
        position: absolute;
        right: 5%;
        bottom: -15%;
        width: 70%
    }
    .category-08 .category-text {
        padding: 20px 35px 30px;
        margin: 70px 4% 20px 35%
    }
    .category-08 .category-images {
        position: relative;
        margin: 0 0 100px
    }
    .category-08 .category-images .first-layer {
        min-width: 160%;
        margin-left: -50%
    }
    .category-08 .category-images .second-layer {
        position: absolute;
        right: 0;
        top: 36%;
        width: 95%
    }
    .category-08 .category-images .third-layer {
        position: absolute;
        right: 15%;
        bottom: 23px;
        width: 85%
    }
}

@media screen and (min-width:992px) {
    .category-01 .category-text {
        padding: 20px 35px 30px;
        width: 47%
    }
    .category-01 .category-images {
        position: relative;
        margin: 0;
        margin-bottom: 160px
    }
    .category-01 .category-images .second-layer {
        position: absolute;
        top: -16%;
        width: 100%;
        right: -25%
    }
    .category-01 .category-images .third-layer {
        position: absolute;
        right: 10%;
        bottom: -20%;
        width: 44%
    }
    .category-02 .category-text {
        padding: 20px 35px 30px;
        width: 50%;
        margin-left: 45%;
        margin-bottom: 80px
    }
    .category-02 .category-images {
        position: relative;
        margin: 60px 0 200px
    }
    .category-02 .category-images .first-layer {
        min-width: 100%;
        margin: 0
    }
    .category-02 .category-images .second-layer {
        position: absolute;
        right: 0;
        top: -25%;
        width: 76%
    }
    .category-02 .category-images .third-layer {
        position: absolute;
        right: 15%;
        bottom: -60%;
        width: 60%
    }
    .category-03 .category-text {
        padding: 20px 35px 30px;
        width: 47%;
        margin-top: 90px
    }
    .category-03 .category-images {
        position: relative;
        margin: 0;
        margin-bottom: 160px
    }
    .category-03 .category-images .first-layer {
        min-width: 100%;
        margin: 0
    }
    .category-03 .category-images .second-layer {
        position: absolute;
        right: 0;
        top: -24%;
        width: 70%
    }
    .category-03 .category-images .third-layer {
        position: absolute;
        right: 0;
        bottom: -55%;
        width: 40%
    }
    .category-04 .category-text {
        padding: 20px 35px 30px;
        width: 50%;
        margin-left: 45%;
        margin-bottom: 80px
    }
    .category-04 .category-images {
        position: relative;
        margin: 60px 0 220px
    }
    .category-04 .category-images .first-layer {
        min-width: 100%;
        margin: 0
    }
    .category-04 .category-images .second-layer {
        position: absolute;
        right: 0;
        top: -25%;
        width: 76%
    }
    .category-04 .category-images .third-layer {
        position: absolute;
        right: 15%;
        bottom: -60%;
        width: 55%
    }
    .category-05 .category-text {
        padding: 20px 35px 30px;
        width: 47%;
        margin-top: 140px
    }
    .category-05 .category-images {
        position: relative;
        margin: 0;
        margin-bottom: 200px
    }
    .category-05 .category-images .first-layer {
        min-width: 100%;
        margin: 0
    }
    .category-05 .category-images .second-layer {
        position: absolute;
        right: 0;
        top: -24%;
        width: 70%
    }
    .category-05 .category-images .third-layer {
        position: absolute;
        right: 0;
        bottom: -45%;
        width: 65%
    }
    .category-06 .category-text {
        padding: 20px 35px 30px;
        width: 50%;
        margin-left: 45%;
        margin-bottom: 80px
    }
    .category-06 .category-images {
        position: relative;
        margin: 60px 0 220px
    }
    .category-06 .category-images .first-layer {
        min-width: 100%;
        margin: 0
    }
    .category-06 .category-images .second-layer {
        position: absolute;
        right: 0;
        top: -25%;
        width: 76%
    }
    .category-06 .category-images .third-layer {
        position: absolute;
        right: 15%;
        bottom: -60%;
        width: 55%
    }
    .category-07 .category-text {
        padding: 20px 35px 30px;
        width: 44%;
        margin-top: 100px
    }
    .category-07 .category-images {
        position: relative;
        margin: 0;
        margin-bottom: 200px
    }
    .category-07 .category-images .first-layer {
        min-width: 100%;
        margin: 0
    }
    .category-07 .category-images .second-layer {
        position: absolute;
        right: 0;
        top: -20%;
        width: 70%
    }
    .category-07 .category-images .third-layer {
        position: absolute;
        right: 10%;
        bottom: -35%;
        width: 54%
    }
    .category-08 .category-text {
        padding: 20px 35px 30px;
        width: 50%;
        margin-left: 45%;
        margin-bottom: 0
    }
    .category-08 .category-images {
        position: relative;
        margin: -120px 0 120px
    }
    .category-08 .category-images .first-layer {
        min-width: 100%;
        margin: 0
    }
    .category-08 .category-images .second-layer {
        position: absolute;
        right: 0;
        top: 28%;
        width: 76%
    }
    .category-08 .category-images .third-layer {
        position: absolute;
        right: 15%;
        bottom: -32px;
        width: 55%
    }
    .category-08 .category-images .third-layer {
        position: absolute;
        right: 15%;
        bottom: -80px;
        width: 67%;
        left: -16%
    }
}

.owl-carousel .owl-item a {
    text-align: center;
    color: #000;
    text-decoration: none !important
}

.owl-carousel .owl-item a h4 {
    text-align: center;
    color: #ed691f
}

.owl-carousel .owl-item a .know-more {
    background-color: #f36f21;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
    margin: 10px auto;
    display: block;
    max-width: 140px;
    color: #fff
}

.owl-carousel .owl-item a .know-more:hover,
.owl-carousel .owl-item a .know-more:focus,
.owl-carousel .owl-item a .know-more:active {
    background-color: #f35a00 !important;
    outline: none !important;
    border: none !important
}

.breadcrumb {
    border-radius: 0;
    margin: 0;
    background: 0 0;
    font-size: 12px;
    font-style: italic;
    padding: 10px 10px 10px 20px
}

.breadcrumb li a {
    text-transform: capitalize;
    color: #ed691f !important
}

.breadcrumb>li+li:before {
    content: ">";
    color: #ed691f
}

@media screen and (min-width:768px) {
    .breadcrumb {
        padding-left: 5%
    }
    .general-template-content .gtc-hero-img {
        margin-top: -42px
    }
}

.general-template-content h1,
.general-template-content h2,
.general-template-content h3,
.general-template-content h4,
.general-template-content h5,
.general-template-content h6 {
    margin: 0;
    margin-bottom: 15px
}

.general-template-content ul,
.general-template-content ol {
    padding-left: 20px
}

.general-template-content p {
    margin: 0;
    margin-bottom: 15px;
    line-height: 1.5
}

.general-template-content ul li,
.general-template-content ol li {
    margin: 0;
    margin-bottom: 5px;
    line-height: 1.5
}

.general-template-content .gtc-heading {
    text-transform: capitalize;
    color: #f36f21
}

.general-template-content .gtc-sub-heading {
    position: relative;
    background-color: #f4f4f4;
    display: table;
    padding: 10px 20px;
    min-height: 50px;
    margin-top: 20px !important;
    margin-left: 20px !important
}

.general-template-content .gtc-sub-heading:before {
    content: "";
    display: table-cell;
    width: 20px;
    min-height: 100%;
    background-color: #f4f4f4;
    position: absolute;
    left: -20px;
    top: 0;
    clip-path: polygon(80% 1%, 100% 0%, 100% 100%, 0% 100%)
}

.general-template-content .gtc-sub-heading:after {
    content: "";
    display: table-cell;
    width: 20px;
    min-height: 100%;
    background-color: #f4f4f4;
    position: absolute;
    right: -19px;
    top: 0;
    clip-path: polygon(0 0, 100% 0%, 20% 100%, 0% 100%)
}

.general-template-content .subsections {
    padding: 10px 20px
}

.general-template-content .subsections:last-child {
    margin-bottom: 20px
}

.general-template-content .gtc-sub-head {
    font-weight: 700
}

@media screen and (min-width:768px) {
    .general-template-content .subsections {
        padding: 1% 5%
    }
    .general-template-content .gtc-hero-img {
        max-width: 60%;
        float: right;
        margin-left: 25px;
        margin-bottom: 15px
    }
    .general-template-content .gtc-right-img {
        float: right;
        margin-left: 25px;
        margin-bottom: 15px;
        margin-top: -50px
    }
}

@media screen and (min-width:992px) {
    #menu-main-menu.menu>li>a:after {
        content: "|";
        margin-left: 10px;
        color: #fff !important
    }
    #menu-main-menu.menu>li:last-child>a:after {
        content: ""
    }
    .product-list-tabs li {
        margin-bottom: 0
    }
    .product-list-tabs li a {
        border-bottom: 1px solid rgba(243, 111, 33, .1);
        background-color: #fff
    }
}

@media screen and (min-width:1200px) {
    .product-list-tabs {
        max-width: 21%
    }
    .product-details-wrap {
        width: 79%
    }
}

.th-brand-logo {
    padding: 0
}

.logo-section {
    width: auto;
    padding: 5px 0;
    
}

.search-page-form {
    display: none
}

.searchform .form-control,
.searchform .input-group .btn.btn-primary.new-cta {
    height: 40px
}

.ls-fixed {
    z-index: 10
}

@media screen and (min-width:768px) {
    
    .search-wrap {
        width: auto
    }
    .search-wrap .icon-search1 {
        height: auto;
        width: auto;
        border: none;
        float: right;
        padding: 5px;
        font-size: 20px;
        margin-top: 0;
        display: none;
        margin-right: 15px
    }
    .search-wrap .icon-search1:hover,
    .search-wrap .icon-search1:focus,
    .search-wrap .icon-search1:active {
        background: 0 0;
        color: #fff
    }
    .searchform {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        align-items: center;
        justify-content: flex-end
    }
    .searchform .input-group {
        width: 300px;
        max-width: 300px;
        padding-left: 0;
        margin-top: 2px;
        margin-right: 10px
    }
    .searchform .form-control {
        height: 26px;
        border: 1px solid #bbb;
        background-color: rgba(255, 255, 255, .35);
        color: #fff;
        font-size: 13px
    }
    .searchform .input-group .btn.btn-primary.new-cta {
        height: 26px;
        border: none;
        border: 1px solid #ed691f;
        margin: 0 !important;
    }
    .searchform .form-control:hover,
    .searchform .form-control:focus,
    .searchform .form-control:active {
        color: #fff;
        border: 1px solid #fff
    }
    .searchform .input-group .btn.btn-primary.new-cta:hover,
    .searchform .input-group .btn.btn-primary.new-cta:focus,
    .searchform .input-group .btn.btn-primary.new-cta:active {
        border: 1px solid #ed691f
    }
    .menu-icon {
        padding: 8px 10px !important
    }
    .ql-menu-icon {
        padding: 10px
    }
}

@media screen and (min-width:992px) {
    #menu-main-menu.menu {
        text-align: left;
        background-color: transparent;
        top: 0
    }
    #menu-main-menu.menu>li>a {
        color: #000;
        padding: 6px 2px
    }
    #menu-main-menu.menu>li>a:after {
        color: #000 !important
    }
    
}

.search-container {
    max-width: 80%;
    margin: 0 auto
}

.search-post-title {
    letter-spacing: normal;
    text-transform: capitalize;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600 !important;
    text-align: left;
    display: block
}

.search-page-title span {
    display: block;
    text-transform: capitalize;
    color: #ed691f
}

.search-post-excerpt {
    letter-spacing: normal;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400 !important;
    text-align: left;
    display: block
}

.search-post-link {
    letter-spacing: normal;
    font-weight: 400 !important;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 300 !important;
    line-height: 20px;
    text-align: left;
    display: block
}

.search-post-link a {
    color: #ed691e;
    font-size: 16px
}

.search-container header {
    padding: 20px 0 10px;
    margin: 0;
    border: none;
    background: 0 0;
    min-height: auto;
    text-align: center;
    font-size: 20px;
    font-weight: 700
}

.page-template-page-productcategory2021-php .gtc-hero-img {
    max-width: 90%;
    margin: 0 auto
}

@media screen and (min-width:768px) {
    .page-template-page-productcategory2021-php .gtc-hero-img {
        max-width: 50%;
        margin: 0 auto;
        float: none
    }
}

@media screen and (min-width:992px) {
    .page-template-page-productcategory2021-php .gtc-hero-img {
        float: left;
        margin: 0;
        max-width: 35%;
        margin-left: 2.5%
    }
    .page-template-page-productcategory2021-php .subsections {
        float: right;
        max-width: 56%;
        margin-left: 2.5%;
        margin-right: 4%;
        padding: 0
    }
    .page-template-page-productcategory2021-php .subsections p {
        font-size: 14px;
        max-width: 90%
    }
    .page-template-page-productcategory2021-php .subsections .product-slide .owl-item {
        margin-right: 10px !important
    }
    .page-template-page-productcategory2021-php .subsections .product-slide .owl-item .product-thumb p {
        width: 94%
    }
}

.share_cls a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 6px !important;
    font-size: 16px
}

@media screen and (max-width:767px) {
    
    .search-wrap .icon-search1 {
        display: block;
        font-size: 16px;
        padding: 6px 0;
        margin-left: 5px;
        border: 1px solid #ed691f;
        width: 32px;
        height: 32px;
        cursor: pointer;
        text-decoration: none;
        color: #ed691f;
        float: left;
        border-radius: 50%;
        text-align: center;
        margin-top: 5px
    }
    .product-list-tabs li a {
        font-size: 8px;
        width: 100px;
        display: block;
        overflow: visible;
        white-space: normal;
        text-align: center;
        min-height: 76px;
        padding: 3px 10px
    }
    .machine-icons {
        display: block;
        margin: 0 auto
    }
}

.page-id-1278 .media-coverage-thumbs .btn.btn-primary,
.page-id-1222 .btn.btn-primary {
    display: block;
    max-width: 140px;
    margin: 10px auto 0
}

.dealer-page-content-wrap .bannersection {
    position: relative
}

.dealer-page-content-wrap .bannercaption {
    position: absolute;
    top: 15%;
    text-align: center;
    color: #412102;
    left: 20px;
    right: 20px;
    text-transform: uppercase
}

.dealer-page-content-wrap .bannercaption h1 {
    font-weight: 700;
    line-height: 1;
    margin-top: 10px
}

.dealer-page-content-wrap .bannercaption h3 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0
}

.dealer-page-content-wrap .form-icon {
    width: 20px;
    height: 20px;
    background-image: url("https://www.tatahitachi.co.in/wp-content/uploads/2020/09/icon-sprite.png");
    content: "";
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto
}

.dealer-page-content-wrap .form-icon.phone-icon {
    background-position: -63px 0
}

.dealer-page-content-wrap .form-icon.email-icon {
    background-position: -102px 0
}

.dealer-page-content-wrap .form-icon.location-icon {
    background-position: -81px 0
}

.dealer-page-content-wrap .form-icon.scope-icon {
    background-position: -21px 0
}

.dealer-page-content-wrap .form-icon.remarks-icon {
    background-position: -43px 0
}

.dealer-page-content-wrap .dealer-page-section-heading {
    text-align: center;
    max-width: 90%;
    margin: 5% auto 3%;
    font-weight: 700
}

.dealer-page-content-wrap .table-bordered>tbody>tr>td,
.dealer-page-content-wrap .table-bordered>tbody>tr>th,
.dealer-page-content-wrap .table-bordered>tfoot>tr>td,
.dealer-page-content-wrap .table-bordered>tfoot>tr>th,
.dealer-page-content-wrap .table-bordered>thead>tr>td,
.dealer-page-content-wrap .table-bordered>thead>tr>th {
    border: 1px solid #555;
    padding: 12px 16px;
    color: #222;
    white-space: normal
}

.dealer-page-content-wrap .table-bordered>tbody>tr>th {
    background-color: #222;
    text-align: center;
    line-height: 1;
    font-weight: 400;
    font-size: 16px;
    color: #ff7b22
}

.dealer-page-content-wrap .table-bordered>tbody>tr>td:nth-child(5),
.dealer-page-content-wrap .table-bordered>tbody>tr>th:nth-child(5),
.dealer-page-content-wrap .table-bordered>tbody>tr>td:nth-child(4),
.dealer-page-content-wrap .table-bordered>tbody>tr>th:nth-child(4) {
    min-width: 260px
}

.dealer-page-content-wrap .btn-primary {
    color: #fff;
    background-color: #ff7b22;
    border: none;
    line-height: 1;
    padding: 12px 18px;
    letter-spacing: .5px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px
}

.dealer-page-content-wrap .btn-primary:hover,
.dealer-page-content-wrap .btn-primary:focus,
.dealer-page-content-wrap .btn-primary:active {
    border: none !important;
    outline: none !important
}

.dealer-page-content-wrap .dealer-form-wrap .form-group {
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.dealer-form-wrap {
    background-color: #fff7f0;
    padding: 10px 0;
    margin-top: 40px
}

.dealer-page-content-wrap .dealer-form-wrap .input-group-addon {
    background-color: #ff7b22;
    border: 1px solid #ff7b22;
    min-height: 40px;
    position: relative;
    clip-path: none;
    height: auto;
    top: auto;
    left: auto;
    padding: 5px;
    font-size: 14px;
    width: 40px;
    bottom: auto;
    border-radius: 4px 0 0 4px;
    text-align: center;
    display: none
}

.dealer-page-content-wrap .dealer-form-wrap .form-control {
    box-shadow: none;
    border: 1px solid #ff7b22;
    min-height: 40px;
    color: #000;
    border-radius: 0 4px 4px 0;
    padding-left: 10px;
    margin-bottom: 0
}

.dealer-page-content-wrap .dealer-form-wrap textarea.form-control {
    max-height: 80px;
    min-width: 100%;
    max-width: 100%
}

@media screen and (min-width:768px) {
    .dealer-page-content-wrap .bannercaption>img {
        display: inline-block;
        vertical-align: middle
    }
    .dealer-page-content-wrap .banner-caption-text {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        margin-left: 20px
    }
    .dealer-page-content-wrap .bannercaption h3 {
        margin-top: 0;
        margin-left: 2px;
        font-size: 24px
    }
    .dealer-page-content-wrap .bannercaption h1 {
        margin-top: 5px;
        margin-bottom: 0;
        font-size: 44px
    }
    .dealer-page-content-wrap .dealer-form-wrap .form-group {
        max-width: 46%;
        margin: 0 10px 20px
    }
    .dealer-page-content-wrap .dealer-form-wrap {
        padding-top: 20px;
        padding-bottom: 50px
    }
}

@media screen and (min-width:992px) {
    .dealer-page-content-wrap .dealer-page-section-heading {
        margin: 2% auto 2%
    }
    .dealer-page-content-wrap .dealer-form-wrap .form-group {
        max-width: 46%;
        margin: 0 20px 20px
    }
}

@media screen and (min-width:1200px) {
    .dealer-page-content-wrap .bannercaption {
        position: absolute;
        top: 24%
    }
}

.dealer-page-content-wrap .submit-btn {
    display: block;
    margin: 10px auto;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    padding: 12px 24px !important
}

.custom-caption .customised-link {
    font-size: 14px;
    color: #fff;
    background-color: rgba(0, 0, 0, .75);
    display: inline-block;
    margin: 20px auto 0;
    padding: 5px 15px;
    height: 28px;
    position: relative
}

.custom-caption .customised-link:after {
    content: "";
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: -28px;
    top: 0;
    background-color: rgba(0, 0, 0, .75);
    clip-path: polygon(0% 0%, 100% 0, 70% 50%, 100% 100%, 0% 100%)
}

.custom-caption .customised-link:before {
    content: "";
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    left: -28px;
    top: 0;
    background-color: rgba(0, 0, 0, .75);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 30% 50%)
}

@media screen and (min-width:768px) {
    .custom-caption {
        right: auto;
        max-width: 60%;
        text-align: left;
        top: 30%;
        left: 5%
    }
    .custom-caption .customised-link {
        display: table;
        margin: 20px 0 0;
        margin-left: -17%;
        padding-left: 17%
    }
    .custom-caption .customised-link:before {
        width: auto;
        height: auto
    }
}

@media screen and (min-width:1500px) {
    .custom-caption {
        top: 30%
    }
    .custom-caption h1 {
        font-size: 48px
    }
}

.category-09 .category-text {
    padding: 40px 35px 0
}

.category-09 .category-images {
    position: relative;
    margin: 60px 0
}

.category-09 .category-images .first-layer {
    min-width: 160%;
    margin-left: -50%
}

.category-09 .category-images .second-layer {
    position: absolute;
    right: 0;
    top: -12%;
    width: 100%;
    margin-right: -15%
}

.category-09 .category-images .third-layer {
    position: absolute;
    right: 0;
    bottom: -35%;
    width: 80%
}

@media screen and (min-width:768px) {
    .category-09 .category-text {
        padding: 20px 35px 30px;
        width: 72%
    }
    .category-09 .category-images {
        position: relative;
        margin: 0;
        margin-top: 80px;
        margin-bottom: 100px
    }
    .category-09 .category-images .first-layer {
        min-width: 160%;
        margin-left: -50%
    }
    .category-09 .category-images .second-layer {
        position: absolute;
        right: 0;
        top: -20%;
        width: 95%
    }
    .category-09 .category-images .third-layer {
        position: absolute;
        right: 0;
        bottom: -25%;
        width: 80%
    }
}

@media screen and (min-width:992px) {
    .category-09 .category-text {
        padding: 20px 35px 30px;
        width: 40%;
        margin-top: 0
    }
    .category-09 .category-images {
        position: relative;
        margin: 0;
        margin-bottom: 200px
    }
    .category-09 .category-images .first-layer {
        min-width: 100%;
        margin: 0
    }
    .category-09 .category-images .second-layer {
        position: absolute;
        right: 0;
        top: -24%;
        width: 70%
    }
    .category-09 .category-images .third-layer {
        position: absolute;
        right: 5%;
        bottom: -40%;
        width: 60%
    }
}

@media screen and (min-width:1600px) {
    .category-09 .category-text {
        padding: 50px;
        width: 47%
    }
    .category-09 .category-images {
        position: relative;
        margin: 0;
        margin-bottom: 200px
    }
    .category-09 .category-images .first-layer {
        min-width: 100%;
        margin: 0
    }
    .category-09 .category-images .second-layer {
        position: absolute;
        right: 0;
        top: -24%;
        width: 70%
    }
    .category-09 .category-images .third-layer {
        position: absolute;
        right: 2%;
        bottom: -38%;
        width: 55%
    }
}

.wpspw-post-categories {
    display: none !important
}

@media only screen and (min-width:40.0625em) {
    .wpspw-medium-3 {
        width: 30% !important
    }
}

.wpspw-post-grid-content {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
    border: transparent !important;
    border-radius: 8px;
    padding-bottom: 10px
}

.sp_wpspwpost_static.wpspw-design-1 .wpspw-readmorebtn {
    text-decoration: none !important;
    border: 1px solid #ed691f !important;
    padding: 8px 24px !important;
    font-size: 14px !important;
    display: block;
    box-sizing: border-box;
    line-height: normal !important;
    margin: 3px 0 10px !important;
    transition: .2s ease-in !important;
    background-image: none;
    background-color: transparent;
    color: #ed691f !important;
    float: right;
    text-transform: uppercase
}

.sp_wpspwpost_static.wpspw-design-1 .wpspw-readmorebtn:hover,
.sp_wpspwpost_static.wpspw-design-1 .wpspw-readmorebtn:focus,
.sp_wpspwpost_static.wpspw-design-1 .wpspw-readmorebtn:active {
    background-color: #ed691f !important;
    color: #fff !important
}

.wpspw-post-categories a:nth-child(4n+1) {
    background-color: #ed691f !important;
    border-color: #ed691f !important
}

.sp_wpspwpost_static.wpspw-design-1 .wpspw-medium-3 .wpspw-post-image-bg {
    margin-bottom: 0 !important;
    border-radius: 8px 8px 0 0 !important;
    height: 200px !important
}

.wpspw-post-title {
    margin: 0 !important;
    padding: 5px 20px 10px !important;
    background-color: #ed691f;
    margin-bottom: 15px !important
}

.sp_wpspwpost_static.wpspw-design-1 .wpspw-post-grid-content h2 a {
    color: #fff !important;
    font-size: 16px !important
}

.page-id-7817 .milestones-wrap {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #fe5f00;
    background-image: url(https://www.tatahitachi.co.in/wp-content/themes/tatahitachi/images/mlestone-bg-mob.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    background-attachment: scroll;
    background-position: center 80%;
}

.page-id-7817 .carousel-inner {
    min-height: 50vh
}

.page-id-7817 .carousel-inner .container {
    min-height: 60vh
}

.page-id-7817 #milestone-slides {
    width: 100%
}

.page-id-7817 .carousel-control.left,
.page-id-7817 .carousel-control.right {
    background: 0 0;
    width: auto;
    text-shadow: none;
    opacity: 1
}

.page-id-7817 .carousel-indicators {
    width: 76%;
    margin: 0;
    left: 12%;
    right: 12%;
    bottom: -200px
}

.page-id-7817 .carousel-indicators li {
    width: auto;
    height: auto;
    background: 0 0;
    border: none;
    display: inline-block;
    vertical-align: top;
    text-indent: 0;
    border-radius: 0;
    margin: 0;
    font-size: 18px;
    color: rgba(255, 255, 255, .5);
    margin: 0 8px
}

.page-id-7817 .carousel-indicators li:after {
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    background-color: #fff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    margin: 0 auto;
    visibility: hidden
}

.page-id-7817 .carousel-indicators li.active:after {
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    background-color: #fff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    margin: 0 auto;
    visibility: visible
}

.page-id-7817 .carousel-indicators .active {
    width: auto;
    height: auto;
    background: 0 0;
    border: none;
    display: inline-block;
    vertical-align: top;
    text-indent: 0;
    border-radius: 0;
    margin: 0 8px;
    color: #fff
}

.page-id-7817 .glyphicon.glyphicon-chevron-left {
    width: 80px;
    height: 80px;
    margin-left: -50px;
    top: 50%
}

.page-id-7817 .glyphicon.glyphicon-chevron-right {
    width: 80px;
    height: 80px;
    margin-right: -50px;
    top: 50%
}

.page-id-7817 .glyphicon-chevron-left:before {
    content: url('https://www.tatahitachi.co.in/wp-content/themes/tatahitachi/images/left-arrow.png');
    display: block;
    margin-left: 42px
}

.page-id-7817 .glyphicon-chevron-right:before {
    content: url('https://www.tatahitachi.co.in/wp-content/themes/tatahitachi/images/right-arrow.png');
    display: block;
    margin-right: 42px
}

.page-id-7817 .ms-slide-title {
    font-size: 80px;
    color: #fff;
    font-weight: 900;
    line-height: 1;
    margin: 0;
    margin-top: 10px
}

.page-id-7817 .inner-slides-wrap {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px
}

.page-id-7817 .inner-slides-wrap img {
    max-width: 100%
}

.page-id-7817 .ms-caption {
    color: #fff;
    font-size: 15px;
    padding-left: 20px;
    line-height: 1.4
}

.page-id-7817 .ms-caption strong {
    font-weight: 400
}

@media screen and (min-width:768px) {
    .page-id-7817 .ms-slide-title {
        font-size: 140px;
        margin-bottom: 20px
    }
    .page-id-7817 .inner-slides-wrap {
        display: flex;
        align-items: center;
        justify-content: flex-start
    }
    .page-id-7817 .glyphicon.glyphicon-chevron-left {
        margin-left: -30px
    }
    .page-id-7817 .glyphicon.glyphicon-chevron-right {
        margin-right: -30px
    }
    .page-id-7817 .inner-slides-wrap img {
        max-width: 55%
    }
    .page-id-7817 .carousel-inner .container {
        min-height: 50vh
    }
}

@media screen and (min-width:992px) {
    .page-id-7817 .milestones-wrap {
        background-position: top center;
        background-size: cover;
        align-items: flex-start;
        background-image: url('https://www.tatahitachi.co.in/wp-content/themes/tatahitachi/images/mlestone-bg.jpg')
    }
    .page-id-7817 #milestone-slides {
        min-height: 480px
    }
    .page-id-7817 .ms-slide-title {
        margin-bottom: 0;
        font-size: 120px
    }
    .page-id-7817 .carousel-indicators li {
        font-size: 16px
    }
    .page-id-7817 .inner-slides-wrap {
        padding-top: 20px
    }
    .page-id-7817 .inner-slides-wrap img {
        max-width: 440px
    }
    .page-id-7817 .ms-caption {
        font-size: 18px
    }
    .page-id-7817 .ms-caption strong {
        font-size: 28px
    }
    .page-id-7817 .carousel-indicators {
        width: 90%;
        margin: 0;
        left: 5%;
        right: 5%;
        bottom: -40px
    }
    .page-id-7817 .glyphicon.glyphicon-chevron-left {
        top: 70%
    }
    .page-id-7817 .glyphicon.glyphicon-chevron-right {
        top: 70%
    }
}

.mf-cloud-bg {
    background-image: url("https://www.tatahitachi.co.in/wp-content/uploads/2019/09/cloud-bg.gif");
    background-attachment: fixed;
    background-size: 100%;
    background-position: bottom center
}

.mfive-hero-section {
    position: relative
}

.mfive-hero-caption {
    position: absolute;
    right: 10%;
    left: 10%;
    bottom: 10%;
    z-index: 99;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.2
}

.meet-the-mighty-five {
    max-width: 800px;
    margin: 50px 20px 20px;
    padding: 30px 20px 20px;
    display: block;
    text-align: center;
    border: 2px solid #ed691f;
    border-radius: 10px;
    position: relative
}

.meet-the-mighty-five h1 {
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    color: #ed691f;
    text-transform: uppercase
}

.meet-the-mighty-five p {
    font-weight: 500;
    font-size: 18px
}

.meet-the-mighty-five ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.meet-the-mighty-five ul li {
    display: inline-block;
    margin: 5px 10px;
    color: #ed691f
}

.meet-the-mighty-five ul li a {
    color: #ed691f
}

.meet-the-mighty-five ul li:after {
    content: "|";
    padding-left: 20px
}

.meet-the-mighty-five ul li:last-child:after {
    content: "";
    padding-left: 0
}

.meet-the-mighty-five ul li img {
    display: inline-block;
    margin-left: 5px
}

.mtm-intro-thumbs {
    padding: 15px 30px
}

.mtm-intro-thumbs h4 {
    margin: 10px;
    font-weight: 700
}

.aom-thumbs {
    margin: 0 auto
}

.aomfive-head {
    text-align: center
}

.aomfive-head h2 {
    background-color: #ed691f;
    margin: 0 auto;
    padding: 6px;
    width: 100%;
    display: inline-block;
    color: #fff;
    position: relative
}

.aom-thumbs a {
    padding: 10px
}

.aom-caps {
    padding: 0 20px
}

.aom-caps h3 {
    color: #126904
}

@media screen and (min-width:768px) {
    .meet-the-mighty-five {
        max-width: 800px;
        margin: 50px auto
    }
    .meet-the-mighty-five h3 {
        width: 35%
    }
    .mtm-intro-thumbs {
        display: flex;
        align-items: center;
        max-width: 800px;
        margin: 0 auto
    }
    .text-right-in-desktop {
        text-align: right !important
    }
    .aom-thumbs {
        display: flex;
        align-items: center;
        width: 90%;
        margin: 0 auto
    }
    .aom-thumbs a {
        max-width: 50%;
        padding: 10px
    }
    .aom-caps {
        max-width: 50%;
        padding: 10px
    }
    #slider_6103 {
        max-width: 90%;
        margin: 0 auto;
        background-image: url(https://www.tatahitachi.co.in/wp-content/uploads/2019/09/mighty-five-cloud.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: auto
    }
    .aomfive-head h2 {
        width: auto
    }
    .aomfive-head h2:before {
        content: url("https://www.tatahitachi.co.in/wp-content/uploads/2019/09/mfive-head-graph-left.png");
        position: absolute;
        left: -115px;
        top: -9px
    }
    .aomfive-head h2:after {
        content: url("https://www.tatahitachi.co.in/wp-content/uploads/2019/09/mfive-head-graph-right.png");
        position: absolute;
        right: -115px;
        top: 0
    }
}

.page-id-2569 .owl-theme .owl-dots {
    width: 45px !important;
    position: relative !important;
    display: block !important;
    right: 0 !important;
    left: auto !important;
    float: right !important;
    font-size: 14px !important;
    bottom: 0 !important;
    margin-top: 21px !important;
    background-color: #333 !important;
    color: #fff !important;
    padding: 10px !important;
    height: 24px !important;
    clear: both;
    min-height: auto
}

.page-id-2569 .owl-dots:after {
    content: counter(slides-num);
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0;
    min-width: 16px;
    line-height: 1;
    text-align: left;
    margin: 0;
    top: 5px;
    margin-left: 8px
}

.page-id-2569 .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    margin-top: 5px;
    margin-right: 5px
}

.page-id-2569 .owl-theme .owl-dots .owl-dot span {
    visibility: hidden !important
}

.page-id-2569 .owl-dot.active:before {
    content: counter(slides-num) " /";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 7px;
    top: 5px;
    min-width: 20px;
    line-height: 1
}

.page-id-2569 .content-wrapper {
    overflow: visible
}

.page-id-2569 .shinrai-spotlight {
    position: relative
}

.page-id-2569 .shinrai-caption {
    position: absolute;
    top: 12%;
    left: 20px;
    right: 20px
}

.page-id-2569 .shinrai-ctas a {
    display: inline-block;
    vertical-align: middle;
    color: #ed691f;
    font-size: 15px;
    font-weight: 700;
    margin: 6px 4px
}

.page-id-2569 .shinrai-play-btn {
    width: 38px;
    height: 38px;
    border: 2px solid #fff;
    border-radius: 20px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    background-image: url('https://www.tatahitachi.co.in/wp-content/uploads/2020/02/shinrai-icons-sprite.png');
    background-repeat: no-repeat;
    background-position: -266px 2px;
    background-color: #ed691f
}

.page-id-2569 .shinrai-play-btn-02 {
    width: 54px;
    height: 54px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(https://www.tatahitachi.co.in/wp-content/uploads/2020/02/shinrai-icons-sprite.png);
    background-repeat: no-repeat;
    background-position: -259px 10px;
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .25)
}

.page-id-2569 .shinrai-second-scroll {
    background-color: #000;
    color: #fff;
    padding: 20px;
    text-align: center
}

.page-id-2569 .shinrai-keypoints {
    width: 100%;
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    padding: 10px
}

.page-id-2569 .keypoints-icon {
    width: 90px;
    height: 90px;
    display: block;
    background-image: url('https://www.tatahitachi.co.in/wp-content/uploads/2020/02/shinrai-icons-sprite.png');
    background-repeat: no-repeat;
    background-position: 0 2px;
    margin: 0 auto
}

.page-id-2569 .shinrai-keypoints h5 {
    line-height: 1.5
}

.page-id-2569 .reliable-icon {
    background-position: 0 2px
}

.page-id-2569 .trustworthy-icon {
    background-position: -90px 2px
}

.page-id-2569 .capable-icon {
    background-position: -180px 2px
}

.page-id-2569 .shinrai-specs-wrap {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center
}

.page-id-2569 .shinrai-specs {
    width: 100%;
    max-width: 220px;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    text-align: center
}

.page-id-2569 .shinrai-specs h3 {
    color: #ed691f;
    margin: 0;
    margin-top: 10px
}

.page-id-2569 .shinrai-specs h4 {
    color: #222;
    margin: 0;
    margin-top: 10px
}

.page-id-2569 .download-brochure {
    padding: 2%
}

.page-id-2569 .download-brochure h4,
.page-id-2569 .download-brochure a {
    margin: 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.page-id-2569 .shinrai-features {
    background-color: #000
}

.page-id-2569 .feature-wrap figcaption {
    color: #fff;
    padding: 5%;
    font-size: 13px
}

.page-id-2569 figcaption h3 {
    color: #ed691f;
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px
}

.page-id-2569 figcaption ul {
    padding: 0;
    margin-left: 25px
}

.page-id-2569 .shinrai-videos {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 10px;
    padding-right: 10px
}

#shinrai-slides-01,
#shinrai-slides-02,
#shinrai-slides-02 {
    margin-bottom: 80px !important
}

#shinrai-slides-01 .owl-nav,
#shinrai-slides-02 .owl-nav,
#shinrai-slides-03 .owl-nav {
    bottom: -50px;
    right: 0;
    width: 100px;
    margin-top: 0
}

#shinrai-slides-01 .owl-nav span,
#shinrai-slides-02 .owl-nav span,
#shinrai-slides-03 .owl-nav span {
    display: none !important
}

#shinrai-slides-01 .owl-prev,
#shinrai-slides-02 .owl-prev,
#shinrai-slides-03 .owl-prev {
    width: 50px !important;
    height: 50px !important;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 !important;
    background-image: url('https://www.tatahitachi.co.in/wp-content/uploads/2020/02/shinrai-arrow-sprite.png') !important;
    background-position: 0 -50px !important;
    background-color: #ff8b49 !important;
    border-radius: 0
}

#shinrai-slides-01 .owl-next,
#shinrai-slides-02 .owl-next,
#shinrai-slides-03 .owl-next {
    width: 50px !important;
    height: 50px !important;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 !important;
    background-image: url('https://www.tatahitachi.co.in/wp-content/uploads/2020/02/shinrai-arrow-sprite.png') !important;
    background-position: -50px -50px !important;
    background-color: #ed691e !important;
    border-radius: 0
}

#shinrai-slides-01 .owl-prev:hover,
#shinrai-slides-01 .owl-prev:focus,
#shinrai-slides-01 .owl-prev:active,
#shinrai-slides-02 .owl-prev:hover,
#shinrai-slides-02 .owl-prev:focus,
#shinrai-slides-02 .owl-prev:active,
#shinrai-slides-03 .owl-prev:hover,
#shinrai-slides-03 .owl-prev:focus,
#shinrai-slides-03 .owl-prev:active {
    background-position: 0 0 !important
}

#shinrai-slides-01 .owl-next,
#shinrai-slides-02 .owl-next,
#shinrai-slides-03 .owl-next {
    width: 50px !important;
    height: 50px !important;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 !important;
    background-image: url('https://www.tatahitachi.co.in/wp-content/uploads/2020/02/shinrai-arrow-sprite.png') !important;
    background-position: -50px -50px !important;
    background-color: #ed691e !important
}

#shinrai-slides-01 .owl-next:hover,
#shinrai-slides-01 .owl-next:focus,
#shinrai-slides-01 .owl-next:active,
#shinrai-slides-02 .owl-next:hover,
#shinrai-slides-02 .owl-next:focus,
#shinrai-slides-02 .owl-next:active,
#shinrai-slides-03 .owl-next:hover,
#shinrai-slides-03 .owl-next:focus,
#shinrai-slides-03 .owl-next:active {
    background-position: -50px 0 !important
}

.page-id-2569 .owl-theme .owl-nav div,
.page-id-2569 .owl-theme .owl-nav button {
    margin: 0 !important
}

*/.page-id-2569 .shinrai-grey-bg {
    background-color: #f5f5f5
}

.page-id-2569 .ggskin_container {
    left: 30px !important
}

.page-id-2569 .owl-carousel .owl-nav.disabled,
.page-id-2569 .owl-carousel .owl-dots.disabled {
    display: none !important
}

.page-id-2569 .btn-primary {
    padding: 12px 24px;
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1
}

@media screen and (min-width:768px) {
    .page-id-2569 .shinrai-caption {
        width: 50%
    }
    .page-id-2569 .shinrai-specs {
        max-width: 280px
    }
    .page-id-2569 .download-brochure h4,
    .page-id-2569 .download-brochure a {
        margin: 0 5px
    }
    .page-id-2569 .feature-wrap {
        display: flex;
        align-items: center;
        justify-content: center
    }
    .page-id-2569 .feature-wrap-inverse {
        flex-direction: row-reverse
    }
    .page-id-2569 .feature-wrap img {
        width: 55%
    }
    .page-id-2569 .feature-wrap figcaption {
        width: 45%;
        color: #fff
    }
    .page-id-2569 .feature-wrap-inverse img {
        width: 55%
    }
    .page-id-2569 .feature-wrap-inverse figcaption {
        width: 45%
    }
    .page-id-2569 .feature-wrap figcaption {
        padding: 3%
    }
    .page-id-2569 .shinrai-videos {
        max-width: 33%
    }
}

@media screen and (min-width:992px) {
    .page-id-2569 .html5-elem-box {
        width: 80% !important
    }
    .page-id-2569 .html5-elem-wrap {
        width: auto !important
    }
    .page-id-2569 .html5-title,
    .page-id-2569 .ggskin {
        display: none !important
    }
    .page-id-2569 .html5-prev {
        left: 10% !important
    }
    .page-id-2569 .html5-next {
        right: 10% !important
    }
    .page-id-2569 #html5-close {
        right: 10% !important
    }
    .page-id-2569 .shinrai-caption {
        position: absolute;
        top: 20%;
        left: 5%;
        right: 20px
    }
    .page-id-2569 .feature-wrap img {
        width: 58%
    }
    .page-id-2569 .feature-wrap figcaption {
        width: 42%;
        color: #fff
    }
    .page-id-2569 .feature-wrap-inverse img {
        width: 58%
    }
    .page-id-2569 .feature-wrap-inverse figcaption {
        width: 42%
    }
    .page-id-2569 .feature-wrap figcaption {
        padding: 0;
        padding-left: 3%;
        padding-right: 3%;
        font-size: 16px
    }
    .page-id-2569 .feature-wrap figcaption ul li {
        line-height: 2
    }
    .page-id-2569 figcaption h3 {
        font-size: 24px
    }
}

.postid-7470 .html5-prev,
.postid-7470 .html5-next {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important
}

.postid-7470 .html5-prev-inside .mh-icon-left {
    background-color: rgba(237, 105, 30, 1) !important
}

.postid-7470 .html5-next-inside .mh-icon-right {
    background-color: rgba(237, 105, 30, 1) !important
}

@media screen and (min-width:992px) {
    .postid-7470 .html5-next-inside {
        right: -38px !important
    }
    .postid-7470 .html5-prev-inside {
        left: -38px !important
    }
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/sixty-years/fonts/icomoon.eot?93wpoz');
    src: url('../fonts/sixty-years/fonts/icomoon.eot?93wpoz#iefix') format('embedded-opentype'), url('../fonts/sixty-years/fonts/icomoon.ttf?93wpoz') format('truetype'), url('../fonts/sixty-years/fonts/icomoon.woff?93wpoz') format('woff'), url('../fonts/sixty-years/fonts/icomoon.svg?93wpoz#icomoon') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class^=icon-],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow-right2:before {
    content: "\ea3c"
}

.icon-arrow-left2:before {
    content: "\ea40"
}

.icon-enlarge2:before {
    content: "\e98b"
}

.sixtyYearsPageWrap .spotlight {
    position: relative;
    padding: 0
}

.sixtyYearsPageWrap .spotlight img {
    width: 100%
}

.sixtyYearsPageWrap .spotlight:after {
    background-image: url('../images/sixty-years/scroll-down-icon.png');
    width: 24px;
    height: 52px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-15px)
    }
    60% {
        transform: translateY(-10px)
    }
}

.sixtyYearsPageWrap section {
    padding: 30px 20px 10px
}

.sixtyYearsPageWrap section h1 {
    margin: 0;
    font-weight: 300;
    font-size: 2.4em;
    margin-bottom: 10px;
    line-height: 1.2
}

.sixtyYearsPageWrap section h2 {
    font-size: 24px;
    line-height: 1.2
}

.sixtyYearsPageWrap .sypSecondScroll .container {
    position: relative;
    padding-left: 20px
}

.sixtyYearsPageWrap .sypSecondScroll .container:before {
    content: "";
    width: 4px;
    height: 150px;
    background: #ff9934;
    background: -moz-linear-gradient(top, #ff9934 0%, #ff9934 33%, #fff 33%, #fff 66%, #138708 66%, #138708 100%);
    background: -webkit-linear-gradient(top, #ff9934 0%, #ff9934 33%, #fff 33%, #fff 66%, #138708 66%, #138708 100%);
    background: linear-gradient(to bottom, #ff9934 0%, #ff9934 33%, #fff 33%, #fff 66%, #138708 66%, #138708 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9934', endColorstr='#138708', GradientType=0);
    position: absolute;
    left: 0;
    top: 0
}

.sixtyYearsPageWrap .sypThirdScroll h1,
.sixtyYearsPageWrap .sypFourthScroll h1 {
    border-left: 4px solid #ed691e;
    padding-left: 15px;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px
}

.sixtyYearsPageWrap .sypSecondScroll p {
    color: #898989
}

.sixtyYearsPageWrap .sypSecondScroll a {
    display: block;
    position: relative;
    margin-top: 10px
}

.sixtyYearsPageWrap .sypSecondScroll a:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, .25);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/sixty-years/play-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px
}

.sixtyYearsPageWrap .sypThirdScroll .syptsc-desc p {
    width: 100%
}

.sixtyYearsPageWrap .sypThirdScroll .syptsc-desc p:last-child {
    margin-bottom: 0
}

.sixtyYearsPageWrap .sypThirdScroll .syptsc-desc p,
.sixtyYearsPageWrap .sypThirdScroll .syptsc-desc ol li,
.sixtyYearsPageWrap .sypThirdScroll .syptsc-desc ul li {
    color: #898989;
    font-size: 14px;
    line-height: 1.4
}

.sixtyYearsPageWrap .sypTSCarousel .owl-item .syptsc-desc {
    overflow: hidden;
    max-height: 250px
}

.sixtyYearsPageWrap .sypTSCarousel .owl-item.active.center .syptsc-desc.expansion {
    display: block;
    max-height: fit-content;
    margin-bottom: 10px
}

.sixtyYearsPageWrap .sypTSCarousel .owl-item.active a.readMoreCTA {
    display: block;
    margin-top: 10px;
    text-decoration: none;
    color: #ed691e
}

.sixtyYearsPageWrap .sypTSCarousel .owl-item.active a.readMoreCTA:after {
    content: '+ Read More'
}

.sixtyYearsPageWrap .sypTSCarousel .owl-item.active a.readMoreOpen:after {
    content: '- Read Less'
}

.sixtyYearsPageWrap .owl-nav {
    color: #898989;
    font-size: 30px;
    font-weight: 300;
    margin-top: 5px
}

.sixtyYearsPageWrap .owl-nav [class*=owl-]:hover,
.sixtyYearsPageWrap .owl-nav [class*=owl-]:focus,
.sixtyYearsPageWrap .owl-nav [class*=owl-]:active {
    color: #f36f21;
    background: 0 0
}

.sixtyYearsPageWrap .sypTSCarousel .owl-stage-outer {
    border-bottom: 2px solid #f36f21;
    position: relative;
    padding-bottom: 20px
}

.sixtyYearsPageWrap .sypTSCarousel .owl-stage-outer:after {
    content: "";
    width: 14px;
    height: 8px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 8px solid #f36f21;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin: 0 auto
}

.sixtyYearsPageWrap .sypTSCarousel .owl-nav button.owl-prev {
    float: left;
    margin: 0;
    display: flex;
    margin-top: 4px
}

.sixtyYearsPageWrap .sypTSCarousel .owl-nav button.owl-next {
    float: right;
    margin: 0;
    display: flex;
    margin-top: 4px
}

.sixtyYearsPageWrap .sypTSCarousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 76%
}

.sixtyYearsPageWrap .sypTSCarousel .owl-dots .owl-dot {
    display: none;
    min-height: 40px;
    font-size: 12px;
    text-transform: uppercase
}

.sixtyYearsPageWrap .sypTSCarousel .owl-dots .owl-dot.active {
    display: block;
    color: #f36f21
}

.sixtyYearsPageWrap .sypTSCarousel .owl-dots .owl-dot span {
    display: none
}

.sixtyYearsPageWrap .readMoreCta {
    color: #f36f21;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.sixtyYearsPageWrap .readMoreCta:hover,
.sixtyYearsPageWrap .readMoreCta:focus,
.sixtyYearsPageWrap .readMoreCta:active {
    text-decoration: none;
    color: #f36f21
}

.sixtyYearsPageWrap .readMoreCta:after {
    font-family: 'icomoon';
    content: "\ea3c";
    margin-left: 6px;
    font-size: 18px
}

.sixtyYearsPageWrap .sypFSGalleryCarousel .owl-item,
.sixtyYearsPageWrap .sypFSGalleryCarousel .owl-item.active {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.sixtyYearsPageWrap .sypFSGalleryCarousel .owl-item.active.center {
    -moz-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    z-index: 999;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.sixtyYearsPageWrap .sypFSGalleryCarousel .owl-item a {
    position: relative;
    display: block
}

.sixtyYearsPageWrap .sypFSGalleryCarousel .owl-item a h5 {
    position: absolute;
    font-size: 8px;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
    z-index: 999;
    max-width: 70%
}

.sixtyYearsPageWrap .sypFSGalleryCarousel .owl-item.active a:after {
    content: "\e98b";
    font-family: 'icomoon' !important;
    color: #fff;
    text-decoration: none !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .5);
    display: block;
    text-align: center;
    padding-top: 26%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.sixtyYearsPageWrap .sypFSGalleryCarousel .owl-stage-outer {
    padding-bottom: 21%;
    padding-top: 11%
}

.sixtyYearsPageWrap .sypFourthScroll {
    background-image: url(../images/sixty-years/gallery-bg.jpg);
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: bottom center
}

.sixtyYearsPageWrap #html5lightbox-watermark {
    display: none !important
}

@media screen and (min-width:768px) {
    .sixtyYearsPageWrap .spotlight {
        margin-bottom: 0
    }
    .sixtyYearsPageWrap section {
        padding: 50px 50px 0;
        margin-bottom: 50px
    }
    .sixtyYearsPageWrap section .container {
        width: auto
    }
    .sixtyYearsPageWrap .sypSecondScroll a {
        margin-top: 30px
    }
    .sixtyYearsPageWrap .sypThirdScroll {
        padding-top: 0
    }
    .sixtyYearsPageWrap .sypTSCarousel .owl-item .item .syptsc-img {
        width: 45%;
        float: left
    }
    .sixtyYearsPageWrap .sypTSCarousel .owl-stage-outer:after {
        left: 20%;
        right: auto
    }
    .sixtyYearsPageWrap section h2 {
        margin-top: 0
    }
    .sixtyYearsPageWrap .sypFourthScroll {
        background-size: 100%
    }
    .sixtyYearsPageWrap .sypTSCarousel .owl-item .item .syptsc-img {
        margin-right: 20px;
        margin-bottom: 10px
    }
    .sixtyYearsPageWrap .sypTSCarousel .owl-item .syptsc-desc {
        max-height: 200px
    }
    .sixtyYearsPageWrap .sypTSCarousel .owl-item.active.center .syptsc-desc.expansion {
        overflow: visible
    }
    .sixtyYearsPageWrap .syptsc-desc.expansion ul,
    .sixtyYearsPageWrap .syptsc-desc.expansion ol {
        overflow: hidden
    }
    .sixtyYearsPageWrap .sypTSCarousel .owl-dots .owl-dot {
        display: none;
        min-width: 33.33%;
        max-width: 33.33%;
        vertical-align: middle;
        text-align: left
    }
    .sixtyYearsPageWrap .sypTSCarousel .owl-dots {
        width: 86%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: hidden
    }
    .sixtyYearsPageWrap .sypTSCarousel .owl-dots .owl-dot.active~.owl-dot,
    .sixtyYearsPageWrap .sypTSCarousel .owl-dots .owl-dot.active+.owl-dot+.owl-dot,
    .sixtyYearsPageWrap .sypTSCarousel .owl-dots .owl-dot.active {
        display: block;
        padding: 0 2% !important
    }
    .sixtyYearsPageWrap .sypTSCarousel .owl-dots .owl-dot.active~.owl-dot {
        order: 0
    }
    .sixtyYearsPageWrap .sypSecondScroll a:after {
        background-size: 70px
    }
    .sixtyYearsPageWrap .sypFSGalleryCarousel .owl-item.active a:hover:after {
        padding-top: 28%;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        font-size: 30px
    }
    .sixtyYearsPageWrap .sypFSGalleryCarousel .owl-item a h5 {
        font-size: 11px
    }
}

@media screen and (min-width:992px) {
    .sixtyYearsPageWrap .sypSecondScroll .container:before {
        left: -10px
    }
    .sixtyYearsPageWrap section h1 {
        font-size: 3em
    }
    .sixtyYearsPageWrap section p {
        font-size: 16px
    }
    .sixtyYearsPageWrap .sypFourthScroll {
        padding-bottom: 5%;
        margin-bottom: 0
    }
    .sixtyYearsPageWrap section {
        padding: 40px 50px 0
    }
    .sixtyYearsPageWrap .sypTSCarousel .owl-item .item .syptsc-img {
        max-width: 40%
    }
    .sixtyYearsPageWrap .sypTSCarousel .owl-item .syptsc-desc {
        min-height: 190px;
        max-height: 205px;
        padding: 0 20px 10px 0
    }
    .sixtyYearsPageWrap .sypThirdScroll .syptsc-desc p,
    .sixtyYearsPageWrap .sypThirdScroll .syptsc-desc ol li,
    .sixtyYearsPageWrap .sypThirdScroll .syptsc-desc ul li {
        font-size: 16px;
        line-height: 24px
    }
    .sixtyYearsPageWrap .sypThirdScroll .syptsc-desc ol li,
    .sixtyYearsPageWrap .sypThirdScroll .syptsc-desc ul li {
        margin-bottom: 10px;
        line-height: 22px
    }
    .sixtyYearsPageWrap section h2 {
        font-size: 30px;
        max-width: 75%;
        line-height: 1.2
    }
    .sixtyYearsPageWrap .sypTSCarousel .owl-item.active a.readMoreCTA {
        float: right;
        margin-right: 20px
    }
    .sixtyYearsPageWrap .sypFSGalleryCarousel .owl-item.active a:after {
        content: none
    }
    .sixtyYearsPageWrap .sypFSGalleryCarousel .owl-item.active a:hover:after {
        content: "\e98b";
        font-family: 'icomoon' !important;
        color: #fff;
        text-decoration: none !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        background-color: rgba(0, 0, 0, .5);
        display: block;
        text-align: center;
        padding-top: 26%;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }
    .sixtyYearsPageWrap .sypFSGalleryCarousel .owl-stage-outer {
        padding-bottom: 12%;
        padding-top: 12%
    }
    .sixtyYearsPageWrap .sypFSGalleryCarousel {
        max-width: 90%;
        margin: 0 auto
    }
}

@media (min-width:1200px) {
    .sixtyYearsPageWrap section .container {
        max-width: 1070px
    }
    .sixtyYearsPageWrap .sypFourthScroll {
        padding-bottom: 3%;
        margin-bottom: 0;
        background-position: 0 140%
    }
}

.html5-title-prefix {
    display: none !important
}

.sixtyYearsPageWrap section.sypSecondScroll video {
    width: 100%;
    display: block;
    height: fit-content
}

@media screen and (max-width:767px) {
    .navigation {
        max-width: 64%;
        bottom: 0;
        padding-bottom: 20px;
        overflow: scroll;
        background-color: rgba(0, 0, 0, .75)
    }
    .th-brand-logo {
        max-width: 110px
    }
    .search-wrap .icon-search1 {
        display: block;
        font-size: 16px;
        padding: 5px 0 0;
        margin: 4px;
        border: 1px solid #ed691f;
        width: 30px;
        height: 30px;
        cursor: pointer;
        text-decoration: none;
        color: #ed691f;
        float: left;
        border-radius: 50%
    }
    .ql-menu-icon {
        padding: 14px 10px
    }
    .page-template-page-newhomepage2021 .products-wrap {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .page-template-page-newhomepage2021 .product-details-wrap {
        display: none
    }
    .page-template-page-newhomepage2021 .product-list-tabs {
        overflow: hidden;
        display: flex;
        text-align: center;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center
    }
    .page-template-page-newhomepage2021 .product-list-tabs li {
        margin: 0;
        width: 100%;
        max-width: 110px
    }
    .page-template-page-newhomepage2021 .product-list-tabs li a {
        white-space: normal;
        background-color: #fff;
        margin: 0;
        font-size: 10px;
        border: 1px solid #ccc;
        width: 100%;
        line-height: 1.2;
        min-height: 108px;
        padding: 0 5px 5px;
        border-radius: 7px;
        color: #000;
        font-weight: 700
    }
    .page-template-page-newhomepage2021 .product-list-tabs li a:active,
    .page-template-page-newhomepage2021 .product-list-tabs li a:focus,
    .page-template-page-newhomepage2021 .product-list-tabs li a:hover,
    .page-template-page-newhomepage2021 .product-list-tabs li a.active {
        color: #f36f21
    }
    .page-template-page-newhomepage2021 .product-list-tabs li a .machine-icons {
        background-repeat: no-repeat;
        width: 75px;
        height: 75px;
        background-position: center center;
        background-size: 110%;
        margin: 0 auto;
        display: block
    }
    .page-template-page-newhomepage2021 .hp-latest-news-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0
    }
    .page-template-page-newhomepage2021 .hp-latest-news {
        overflow: hidden
    }
    .page-template-page-newhomepage2021 .product-list-tabs li a .machine-icons.min-ex-icon {
        background-image: url(../images/mini-excavator-thumbnail.jpg)
    }
    .page-template-page-newhomepage2021 .product-list-tabs li a .machine-icons.constr-ex-icon {
        background-image: url(../images/construction-excavator-thumbnail.jpg)
    }
    .page-template-page-newhomepage2021 .product-list-tabs li a .machine-icons.mining-ex-icon {
        background-image: url(../images/mining-excavator-thumbnail.jpg)
    }
    .page-template-page-newhomepage2021 .product-list-tabs li a .machine-icons.backhoe-icon {
        background-image: url(../images/backhoe-loader-thumbnail.jpg)
    }
    .page-template-page-newhomepage2021 .product-list-tabs li a .machine-icons.wheel-loader-icon {
        background-image: url(../images/wheel-loader-thumbnail.jpg)
    }
    .page-template-page-newhomepage2021 .product-list-tabs li a .machine-icons.dump-truck-icon {
        background-image: url(../images/dump-truck-thumbnail.jpg)
    }
    .page-template-page-newhomepage2021 .product-list-tabs li a .machine-icons.attachment-icon {
        background-image: url(../images/attachment-thumbnail.jpg)
    }
    .page-template-page-newhomepage2021 .product-list-tabs li a .machine-icons.used-equip-icon {
        background-image: url(../images/ue-logo-thumbnail.jpg)
    }
    .page-template-page-newhomepage2021 .product-list-tabs li a .machine-icons.custom-machine-icon {
        background-image: url(../images/spare-parts-thumbnail.jpg)
    }
}

.hp-latest-news-item .hp-news-date {
    background: 0 0;
    background-image: url(../images/calendar-bg-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: none;
    border-radius: 0;
    padding-top: 24px
}

.hp-latest-news-item .hp-news-date .hp-date {
    font-size: 40px;
    line-height: 38px;
    font-weight: 700
}

.whatsnew-slides .owl-nav [class*=owl-]:hover,
.whatsnew-slides .owl-nav [class*=owl-]:active,
.whatsnew-slides .owl-nav [class*=owl-]:focus {
    color: #fff !important
}

.socialMediaSections .socialFeed {
    text-align: center;
    padding: 30px 20px
}

@media screen and (min-width:768px) {
    .page-template-page-newhomepage2021 .socialMediaSections {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap
    }
    .page-template-page-newhomepage2021 .hp-testimonials-wrap {
        width: 55%;
        flex: 1
    }
    .page-template-page-newhomepage2021 .hp-latest-news {
        width: 45%;
        flex: 1
    }
    .socialMediaSections .socialFeed {
        text-align: center;
        padding: 30px 60px;
        width: 100%
    }
    .testimonials-thumb p {
        font-size: 12px;
        line-height: 1.4
    }
    .page-id-8776 .general-template-content .gtc-hero-img {
        margin-right: 8%;
        margin-top: 0
    }
}

@media screen and (min-width:992px) {
    .page-template-page-newhomepage2021 .hp-latest-news {
        width: 40%;
        padding: 3%
    }
    .page-template-page-newhomepage2021 .hp-testimonials-wrap {
        width: 60%;
        padding: 3% 6% 1%
    }
    .hp-news-item-title {
        font-size: 18px
    }
    .page-template-page-newhomepage2021 .hp-testimonials-wrap .testimonials-thumb {
        display: flex;
        align-items: center;
        text-align: left
    }
    .page-template-page-newhomepage2021 .hp-testimonials-wrap .hp-video-thumb-wrap {
        text-align: center;
        width: 40%
    }
    .page-template-page-newhomepage2021 .hp-testimonials-wrap .testimonials-thumb p {
        font-size: 16px;
        width: 60%
    }
    .page-template-page-newhomepage2021 .hp-testimonials-wrap .testimonials-slides {
        overflow-y: hidden
    }
    .hp-section-title {
        margin-bottom: 20px !important
    }
    .socialMediaSections .socialFeed {
        padding: 40px 80px 60px
    }
    .page-template-page-newhomepage2021 .hp-testimonials-wrap .testimonials-slides .owl-dots,
    .page-template-page-newhomepage2021 .hp-testimonials-wrap .testimonials-slides .owl-nav {
        margin-top: 0 !important
    }
    .hp-video-thumb-wrap:after {
        top: 40%
    }
}

.productNewTemplateContentWrap .pntSpotlight {
    position: relative
}

.productNewTemplateContentWrap .pntSpotlight .pntSpotlightImg {
    width: 100%
}

.productNewTemplateContentWrap .pntSpotlight .pntSpotlightLogo {
    position: absolute;
    left: 0;
    top: 48%;
    right: 0;
    margin: 0 auto;
    max-width: 100px
}

.productNewTemplateContentWrap .pntSpotlightCaption {
    position: absolute;
    left: 0;
    top: 65%;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 0 10px
}

.productNewTemplateContentWrap .pntSpotlightCaption h3 {
    margin-top: 0
}

.productNewTemplateContentWrap .pntSpecsWrap {
    padding: 40px 20px;
    text-align: center
}

.productNewTemplateContentWrap .pntSpecsWrap h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700
}

.productNewTemplateContentWrap .pntSpecs {
    width: 100%;
    padding: 10px;
    text-align: center
}

.productNewTemplateContentWrap .btn.btn-primary {
    text-transform: uppercase
}

.productNewTemplateContentWrap .pntSpecs img {
    max-width: 80px
}

.productNewTemplateContentWrap .pntSpecs h3 {
    color: #000;
    margin: 0;
    margin-top: 10px;
    font-weight: 700;
    font-size: 18px
}

.productNewTemplateContentWrap .pntSpecs h4 {
    color: #898989;
    margin: 0;
    margin-top: 5px;
    font-size: 14px
}

.productNewTemplateContentWrap .pntDownloadBrochure {
    padding: 10px 0
}

.productNewTemplateContentWrap .pntDownloadBrochure p {
    font-size: 18px
}

.productNewTemplateContentWrap .pntFeatureWrap figcaption {
    padding: 30px 20px;
    color: #fff
}

.productNewTemplateContentWrap .pntFeatureWrap figcaption h3 {
    color: #f36f21;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px
}

.productNewTemplateContentWrap .pntFeatureWrap figcaption ul {
    padding-left: 20px
}

.productNewTemplateContentWrap .pntFeatureWrap figcaption ul li {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px
}

.productNewTemplateContentWrap .pntFeatureWrap:nth-child(odd) {
    background-color: #575757
}

.productNewTemplateContentWrap .pntFeatureWrap:nth-child(even) {
    background-color: #000
}

.productNewTemplateContentWrap .prodNewTempVideoWrap {
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0%, #f4f4f4 70%, #efefef 70%, #fff 71%, #fff 100%);
    background: -webkit-linear-gradient(top, #efefef 0%, #f4f4f4 70%, #efefef 70%, #fff 71%, #fff 100%);
    background: linear-gradient(to bottom, #efefef 0%, #f4f4f4 70%, #efefef 70%, #fff 71%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
    padding-top: 25px;
    padding-right: 20px;
    margin: 10px;
    text-align: center;
    overflow: hidden
}

.productNewTemplateContentWrap .prodNewTempVideoWrap h3 {
    margin-top: 0;
    color: #f36f21;
    font-size: 22px
}

.productNewTemplateContentWrap .prodNewTempVideoWrap .owl-carousel .item a {
    position: relative;
    display: block
}

.productNewTemplateContentWrap .prodNewTempVideoWrap .owl-carousel .item a img {
    display: block
}

.productNewTemplateContentWrap .prodNewTempVideoWrap .owl-carousel .item a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .2);
    background-image: url(../images/playIcon.png);
    background-repeat: no-repeat;
    background-position: center center
}

.numbered-owl-carousel .owl-nav {
    width: 50%;
    float: right;
    text-align: right;
    margin: 5px 0 0;
    height: auto
}

.numbered-owl-carousel .owl-dots {
    width: 50%;
    float: right;
    text-align: left
}

.numbered-owl-carousel .owl-nav button.owl-prev {
    border: 2px solid #000;
    border-radius: 50%;
    width: 36px !important;
    height: 36px !important
}

.numbered-owl-carousel .owl-nav button.owl-next {
    border: 2px solid #000;
    border-radius: 50%;
    width: 36px !important;
    height: 36px !important
}

.numbered-owl-carousel .owl-nav button.owl-prev .icon.icon-angle-left {
    margin-left: -3px
}

.numbered-owl-carousel .owl-nav button.owl-prev:hover,
.numbered-owl-carousel .owl-nav button.owl-next:hover,
.numbered-owl-carousel .owl-nav button.owl-prev:focus,
.numbered-owl-carousel .owl-nav button.owl-next:focus,
.numbered-owl-carousel .owl-nav button.owl-prev:active,
.numbered-owl-carousel .owl-nav button.owl-next:active {
    border: 2px solid #f36f21
}

.numbered-owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 40px;
    font-size: 16px;
    margin: 0
}

.numbered-owl-carousel .owl-dots:after {
    content: counter(slides-num);
    line-height: 1;
    text-align: left;
    margin: 0
}

.numbered-owl-carousel .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    position: relative;
    margin: 0 !important
}

.numbered-owl-carousel .owl-dots .owl-dot span {
    display: none !important
}

.numbered-owl-carousel .owl-dot.active:before {
    content: counter(slides-num) "/";
    line-height: 1;
    letter-spacing: 2px
}

.productFABs {
    padding: 30px 15px 15px
}

#related-models {
    padding-top: 40px
}

@media screen and (min-width:768px) {
    .productNewTemplateContentWrap .pntSpotlight .pntSpotlightLogo {
        top: 28%;
        left: 5%;
        right: auto;
        max-width: 160px
    }
    .productNewTemplateContentWrap .pntSpotlight .pntSpotlightCaption {
        max-width: 94%;
        padding: 0 20px;
        text-align: left;
        top: 63%
    }
    .productNewTemplateContentWrap .pntSpotlight .pntSpotlightCaption h3 {
        margin-bottom: 5px
    }
    .productNewTemplateContentWrap .pntSpotlight .pntSpotlightCaption p {
        font-size: 12px
    }
    .productNewTemplateContentWrap .pntSpecs {
        width: auto;
        display: inline-block;
        vertical-align: top;
        padding: 2% 4%
    }
    .productNewTemplateContentWrap .pntDownloadBrochure {
        display: flex;
        align-items: center;
        justify-content: center
    }
    .productNewTemplateContentWrap .pntDownloadBrochure p {
        margin: 0 10px 0 0
    }
    .productNewTemplateContentWrap .pntFeaturesSectionWrap .pntFeatureWrap {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap
    }
    .productNewTemplateContentWrap .pntFeatureWrap:nth-child(odd) {
        flex-direction: row-reverse
    }
    .productNewTemplateContentWrap .pntFeaturesSectionWrap .pntFeatureWrap img,
    .productNewTemplateContentWrap .pntFeatureWrap figcaption {
        width: 50%
    }
    .productNewTemplateContentWrap .pntFeatureWrap figcaption {
        padding: 10px 20px
    }
    .productNewTemplateContentWrap .pntFeatureWrap figcaption h3 {
        font-size: 20px;
        margin-bottom: 10px
    }
    .productNewTemplateContentWrap .pntFeatureWrap figcaption ul li,
    .productNewTemplateContentWrap .pntFeatureWrap figcaption p {
        font-size: 12px;
        margin-bottom: 5px;
        line-height: 1.2
    }
    .productNewTemplateContentWrap .prodNewTempVideoSec {
        display: flex;
        align-items: flex-start;
        justify-content: center
    }
    .productNewTemplateContentWrap .prodNewTempVideoWrap {
        margin: 1px;
        width: calc(33.33% - 2px)
    }
}

@media screen and (min-width:992px) {
    .productNewTemplateContentWrap .pntSpotlight .pntSpotlightLogo {
        top: 30%
    }
    .productNewTemplateContentWrap .pntSpotlight .pntSpotlightCaption {
        max-width: 60%;
        margin: 0 3%
    }
    .productNewTemplateContentWrap .pntSpotlight .pntSpotlightCaption p {
        font-size: 14px
    }
    .productNewTemplateContentWrap .prodNewTempVideoSec {
        max-width: 94%;
        margin: 50px auto 0
    }
    .productNewTemplateContentWrap .productFABs {
        max-width: 94%;
        margin: 0 auto
    }
    .productNewTemplateContentWrap .prodNewTempVideoWrap {
        margin: 10px
    }
}

@media screen and (min-width:1200px) {
    .productNewTemplateContentWrap .pntSpotlight .pntSpotlightCaption {
        max-width: 40%;
        text-align: left;
        margin: 0 auto;
        top: 36%;
        margin: 0;
        left: 4%
    }

    .productNewTemplateContentWrap .pntSpotlight .pntSpotlightCaption h1 {margin-top: 0;}
    .productNewTemplateContentWrap .pntSpotlight .pntSpotlightCaption h3 {
        margin-bottom: 10px;
        font-size: 28px
    }
    .productNewTemplateContentWrap .pntSpotlight .pntSpotlightCaption p {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 15px
    }
    .productNewTemplateContentWrap .pntSpotlight .pntSpotlightLogo {
        max-width: 220px;
        left: 5%;
        top: 14%
    }
    .productNewTemplateContentWrap .pntFeatureWrap figcaption h3 {
        font-size: 24px
    }
    .productNewTemplateContentWrap .pntFeatureWrap figcaption ul li,
    .productNewTemplateContentWrap .pntFeatureWrap figcaption p {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.4
    }
    .productNewTemplateContentWrap .pntFeatureWrap figcaption ul {
        padding-left: 30px
    }
}

.individual-category {
    background-image: url(../images/category-hero-bg-mobile.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    text-align: center
}

.individual-category .category-hero-image {
    max-width: 65%;
    margin: 0 auto;
    padding: 20px 0 10px
}

.individual-category .category-hero-content {
    padding: 0 20px
}

.individual-category .category-hero-section .breadcrumb {
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    border-radius: 0;
    border-top: 1px solid #373737;
    border-bottom: 1px solid #373737;
    margin: 0;
    width: fit-content;
    padding: 8px 20px;
    position: relative;
    height: 40px
}

.individual-category .category-hero-section .breadcrumb:after {
    width: 25px;
    height: 40px;
    clip-path: polygon(0 0, 100% 0%, 0% 100%);
    background-color: rgba(0, 0, 0, .7);
    border-top: 1px solid #373737;
    content: "";
    position: absolute;
    top: -1px;
    right: -25px
}

.individual-category .category-hero-section .breadcrumb>li>a {
    color: #ed691f !important;
    font-size: 11px;
    font-style: italic
}

.individual-category .category-hero-section .breadcrumb>li+li:before {
    content: ">";
    padding: 0 8px
}

.individual-category .category-hero-section .breadcrumb>.active {
    color: #d9d9d9;
    font-size: 11px;
    font-style: italic
}

.individual-category .category-hero-section .category-title {
    color: #fff;
    font-weight: 700
}

.individual-category .category-hero-content .category-copy {
    color: #fff;
    font-size: 14px;
    background-color: rgba(0, 0, 0, .7);
    padding: 30px 20px
}

.individual-category .category-models {
    padding: 20px
}

.individual-category .category-models h2 {
    color: #fff;
    text-transform: uppercase
}

.individual-category .category-details-card {
    background-color: #fbfbfb;
    padding: 10px;
    margin-bottom: 25px
}

.individual-category .category-details-card .cdc-copy {
    text-align: left;
    padding: 10px
}

.individual-category .category-details-card .cdc-heading {
    color: #ed691f;
    font-weight: 700;
    margin: 0 0 5px;
    font-size: 16px
}

.individual-category .category-details-card .cdc-thumb {
    border: 1px solid #eee;
    background-color: #fff
}

.individual-category .category-details-card .cdc-thumb img {
    max-width: 80%;
    margin: 0 auto
}

.individual-category .category-details-card .cdc-desc {
    margin-bottom: 0;
    font-size: 12px
}

.individual-category .category-details-card .cdc-specs-wrap {
    text-align: center;
    clear: both;
    margin-left: -10px;
    margin-right: -10px
}

.individual-category .category-details-card .cdc-specs {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    text-align: center;
    width: 32%
}

.individual-category .category-details-card .cdc-specs img {
    max-width: 50px;
    margin: 0 auto
}

.individual-category .category-details-card .cdc-specs h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 14px
}

.individual-category .category-details-card .cdc-specs h5 {
    margin-top: 5px;
    font-size: 11px
}

.individual-category .category-faqs {
    color: #fff;
    padding: 15px
}

.individual-category .category-faqs h2 {
    margin-top: 0
}

.individual-category .category-faqs .ui-accordion .ui-accordion-header {
    text-align: left;
    background-color: #fbfbff !important;
    color: #000;
    padding: 15px 20px 15px 15px;
    border: none;
    border-radius: 0;
    line-height: 1.4;
    border-left: 4px solid #ed691f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    font-size: 16px;
    margin-top: 20px
}

.individual-category .category-faqs .ui-accordion .ui-accordion-header:hover {
    color: #000 !important;
    border-bottom: none !important
}

.individual-category .category-faqs .ui-accordion .ui-accordion-content {
    text-align: left;
    padding: 15px;
    background-color: #252525;
    color: #fff;
    border: 1px solid #535353;
    border-radius: 0;
    line-height: 1.4;
    border-left: 4px solid #ed691f;
    font-size: 14px;
    margin-bottom: 20px
}

.individual-category .category-faqs .ui-accordion .ui-accordion-content a {color: #ed691e !important;}

.individual-category .category-faqs .ui-accordion .ui-state-active,
.individual-category .category-faqs .ui-accordion .ui-widget-content .ui-state-active,
.individual-category .category-faqs .ui-accordion .ui-widget-header .ui-state-active,
.individual-category .category-faqs .ui-accordion a.ui-button:active,
.individual-category .category-faqs .ui-accordion .ui-button:active,
.individual-category .category-faqs .ui-accordion .ui-button.ui-state-active:hover {
    margin-bottom: 0;
    background-color: #fff !important;
    color: #000 !important;
    border-bottom: none !important
}

.ui-icon {
    top: 2px;
    float: right;
    min-width: 26px;
    min-height: 26px;
    background: 0 0 !important;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px
}

.ui-icon:after {
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #ed691e;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    margin: 0 auto;
    border-left: none;
    border-top: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ui-state-active .ui-icon:after,
.ui-button:active .ui-icon:after {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.individual-category .category-details-card .cdc-btn-group .btn {
    margin: 4px
}

.individual-category .btn.btn-primary {
    background-color: #f36f21;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase
}

.individual-category .btn.btn-default {
    background-color: #fbfbfb;
    border: 1px solid #f36f21;
    color: #f36f21;
    padding: 10px 20px 10px 40px;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    background-image: url('../images/cdc-download-icon.png');
    background-repeat: no-repeat;
    background-position: 8% 45%
}

.individual-category .btn.btn-default:hover,
.individual-category .btn.btn-default:focus,
.individual-category .btn.btn-default:active {
    background-color: #fff;
    color: #f35a00;
    border: 1px solid #f35a00
}

.individual-category .category-blogs {
    padding: 20px;
    max-width: 960px;
    margin: 0 auto
}

.individual-category .category-blogs {
    color: #fff;
    padding: 15px
}

.individual-category .category-blogs h2 {
    margin-top: 0
}

.individual-category .category-blogs .category-blogs-slides-content .cbs-bg {
    background-color: #fff;
    display: block;
    color: #000;
    text-decoration: none;
    padding: 3px;
    border-radius: 2px;
    padding-bottom: 20px
}

.individual-category .category-blogs .category-blogs-slides-content .cbs-bg h4 {
    color: #f36f21;
    margin: 15px 10px 5px;
    font-weight: 700;
    font-size: 16px
}

.individual-category .category-blogs .category-blogs-slides-content .cbs-bg p {
    margin: 5px 10px 10px;
    font-size: 14px
}

.individual-category .category-hero-image {
    max-width: 90%
}

@media screen and (min-width:768px) {
    .individual-category {
        background-image: url('../images/category-hero-bg-tab.jpg');
        background-position: 15% top;
        padding-left: 5%;
        padding-right: 5%
    }
    .individual-category .category-hero-section {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 30px
    }
    .individual-category .category-hero-image {
        width: 50%;
        padding: 20px 0 20px 20px
    }
    .individual-category .category-hero-content {
        width: 50%;
        text-align: left;
        padding: 20px
    }
    .individual-category .category-details-card {
        max-width: 960px;
        margin: 0 auto 30px;
        padding: 10px;
        overflow: hidden
    }
    .individual-category .category-details-card .cdc-thumb {
        max-width: 45%;
        float: left;
        background-color: #fff
    }
    .individual-category .category-details-card .cdc-thumb img {
        max-width: 100%;
        margin: 0 auto
    }
    .individual-category .category-details-card .cdc-copy {
        text-align: left;
        float: left;
        width: 55%;
        padding: 5px 10px
    }
    .individual-category .category-faqs {
        max-width: 960px;
        margin: 0 auto 20px
    }
    .individual-category .category-hero-content .category-copy {
        padding: 30px;
        font-size: 12px
    }
    .individual-category .category-details-card .cdc-thumb {
        max-width: 40%
    }
    .individual-category .category-details-card .cdc-copy {
        float: left;
        width: 60%;
        padding: 0 10px 10px
    }
    .individual-category .category-details-card .cdc-heading {
        font-size: 18px
    }
    .individual-category .category-details-card .cdc-desc {
        font-size: 14px
    }
    .individual-category .category-details-card .cdc-specs-wrap {
        clear: none;
        padding: 0 10px;
        float: left;
        width: 60%;
        text-align: left
    }
    .individual-category .category-details-card .cdc-specs {
        text-align: left;
        padding: 0 10px
    }
    .individual-category .category-details-card .cdc-specs h4 {
        font-size: 16px
    }
    .individual-category .category-details-card .cdc-specs img {
        margin: 0;
        max-width: 40px
    }
    .individual-category .category-details-card .cdc-btn-group {
        float: left;
        width: 100%;
        text-align: right;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
}

@media screen and (min-width:992px) {
    .individual-category {
        background-image: url(../images/category-hero-bg.jpg);
        background-position: top center;
        background-size: cover;
        padding-left: 0;
        padding-right: 0
    }
    .individual-category .category-hero-section {
        max-width: 1200px;
        margin: 0 auto
    }
    .individual-category .category-hero-image {
        padding: 0;
        width: 32%;
        margin-right: 5%
    }
    .individual-category .category-hero-content {
        width: 60%
    }
    .individual-category .category-hero-content .category-copy {
        font-size: 15px;
        max-width: 95%;
        line-height: 1.6
    }
    .individual-category .category-details-card .cdc-btn-group {
        width: 60%;
        justify-content: flex-start
    }
    .individual-category .category-details-card .cdc-heading {
        margin-top: 10px;
        font-size: 22px
    }
    .individual-category .category-details-card .cdc-desc {
        font-size: 14px
    }
    .individual-category .category-details-card .cdc-specs {
        padding: 5px 10px
    }
    .individual-category .category-details-card .cdc-specs img {
        max-width: none
    }
    .individual-category .category-details-card .cdc-specs h4 {
        font-size: 18px
    }
    .individual-category .category-details-card .cdc-specs h5 {
        font-size: 14px
    }
    .individual-category .category-hero-image {
        width: 58%;
        margin-right: 0
    }
    .individual-category .category-hero-content {
        width: 50%
    }
    .individual-category .category-hero-section .breadcrumb>li>a,
    .individual-category .category-hero-section .breadcrumb>.active {
        font-size: 12px
    }
    .page-id-4447 .individual-category .category-hero-image {
        width: 32%;
        margin-right: 5%
    }
    .page-id-4447 .individual-category .category-hero-content {
        width: 58%
    }
}

@media screen and (max-width:767px) {
    .solution-slides.owl-carousel .owl-item a {
        padding-right: 10px
    }
    .solution-slides.owl-carousel .owl-stage-outer {
        padding-top: 15%;
        padding-bottom: 2%
    }
    .solution-slides.owl-carousel .owl-item a .solution-name,
    .solution-slides.owl-carousel .owl-item a p,
    .solution-slides.owl-carousel .owl-item a .btn {
        display: none
    }
    .solution-slides.owl-carousel .owl-item.active.center a .solution-name,
    .solution-slides.owl-carousel .owl-item.active.center a p,
    .solution-slides.owl-carousel .owl-item.active.center a .btn {
        display: block
    }
    .solution-slides.owl-carousel .owl-item a img {
        -moz-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }
    .solution-slides.owl-carousel .owl-item.active {
        position: relative;
        z-index: -1
    }
    .solution-slides.owl-carousel .owl-item.active.center {
        position: relative;
        z-index: 99
    }
    .solution-slides.owl-carousel .owl-item.active.center a img {
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        -o-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }
    .solution-slides.owl-carousel .owl-item .solution-name {
        margin-top: 40%
    }
    .solution-slides.owl-carousel .owl-item.active.center .solution-thumb p {
        width: 200%;
        margin-left: -50%
    }
}

.hp-testimonials-wrap a {
    display: inline-block
}

.socialMediaSections .socialFeed .social-icons li {
    vertical-align: top
}

.socialMediaSections .socialFeed .social-icons li .hp-section-title {
    margin-bottom: 0 !important
}

.socialMediaSections .socialFeed .social-icons li a {
    text-decoration: none !important;
    margin: 0 4px;
    height: auto
}

.socialMediaSections .socialFeed .social-icons li a span {
    font-size: 24px
}

.socialMediaSections .socialFeed .social-icons li:nth-child(1) a span {
    color: #3b5998;
    font-size: 22px
}

.socialMediaSections .socialFeed .social-icons li:nth-child(2) a span {
    color: #1da1f2;
    line-height: 22px
}

.socialMediaSections .socialFeed .social-icons li:nth-child(3) a span {
    color: red;
    font-size: 30px;
    line-height: 26px
}

.socialMediaSections .socialFeed .social-icons li:nth-child(4) a span {
    color: #0e76a8;
    font-size: 28px;
    line-height: 20px
}

.socialMediaSections .socialFeed .social-icons li:nth-child(5) a span {
    color: #8a3ab9
}

.owl-carousel .owl-stage-outer {
    padding: 0 
}

.sm-thumb-img {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-image: url('../images/cdb-bg.jpg');
    background-size: 120%;
    background-position: center
}

.owl-carousel .owl-item .social-media-slide-wrap {
    border: 1px solid #eee;
    background-color: #fbfbfb;
    overflow: hidden
}

.owl-carousel .owl-item .social-media-slide-wrap .sm-slide-desc p,
.owl-carousel .owl-item .social-media-slide-wrap .sm-slide-desc p a {
    text-align: left !important;
    margin: 5px 0
}

.owl-carousel .owl-item .social-media-slide-wrap .sm-slide-desc,
.owl-carousel .owl-item .social-media-slide-wrap .sm-slide-desc p,
.owl-carousel .owl-item .social-media-slide-wrap .sm-slide-desc p a {
    display: block;
    line-height: 1.35;
    margin-right: 10px
}

.owl-carousel .owl-item .social-media-slide-wrap .sm-slide-desc {
    padding: 10px;
    max-height: 150px;
    overflow: scroll
}

.j-twitter-quote-display-name,
.j-twitter-quote-screen-name {
    text-align: left
}

.sm-slide-icons ul {
    padding: 0
}

.social-media-slide-wrap .sm-slide-title {
    display: none;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 8px
}

.social-media-slide-wrap .sm-slide-title img {
    width: 120px
}

.social-media-slide-wrap .sm-slide-icons {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.social-media-slide-wrap .sm-slide-icons a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.socialMediaSections .socialFeed .owl-dots {
    display: none
}

.socialMediaSections .socialFeed .owl-nav {
    margin-bottom: 20px
}

.sm-logo {
    font-size: 36px;
    margin-right: 15px
}

.sm-logo .icon-twitter {
    color: #1da1f2
}

.sm-logo .icon-facebook {
    color: #4267b2
}

.sm-slide-icons ul {
    width: 40%;
    text-align: left
}

.sm-slide-icons ul li {
    display: inline-block;
    vertical-align: middle
}

@media screen and (min-width:768px) {
    .socialMediaSections .socialFeed .owl-dots {
        display: block
    }
    .sm-thumb-img {
        width: 40%;
        float: left;
        margin-right: 15px;
        height: 260px
    }
    .owl-carousel .owl-item .social-media-slide-wrap .sm-slide-desc,
    .owl-carousel .owl-item .social-media-slide-wrap .sm-slide-desc p,
    .owl-carousel .owl-item .social-media-slide-wrap .sm-slide-desc p a {
        display: block;
        margin-right: 10px;
        text-align: left
    }
}

@media screen and (min-width:992px) {
    .owl-carousel .owl-item .social-media-slide-wrap .sm-slide-desc {
        padding: 10px;
        min-height: 200px;
        max-height: 200px;
        height: 200px;
        overflow: scroll;
        overflow-x: hidden;
        margin-bottom: 10px
    }
    .owl-carousel .owl-item .social-media-slide-wrap {
        overflow: hidden
    }
    .social-media-slide-wrap .sm-slide-title {
        background-color: #fff;
        margin-left: -10px;
        margin-top: -10px;
        margin-right: -10px;
        margin-bottom: 15px;
        padding-bottom: 5px
    }
}


.gi-series-band {
	display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    background-color: #000;
	margin: 20px 0 40px;
}
.gi-series-band > img {width: 100%}

@media screen and (min-width: 992px) {
	.gi-series-band > img {
		width: 50%;
	}

	.gi-series-band {
		justify-content: center;
	}
}




/* banner section start here */

.tata_content .top_div img {
    width: 100%;
    display: block;
}


/* banner section end here */


/* second section start here */

.tata_content .sec_div {
    display: flex;
    width: 100%;
}

.tata_content h6 {
    font-size: 20px;
    margin: 0 0 15px;
    font-weight: bold;
    color: #fff;
}

.tata_content a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.tata_content .sec_div .btns {
    background-color: #ee681f;
    
    width: calc(100% / 3);
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1px;
}

.tata_content .sec_div .btns .inner_content {
    text-align: center;
    color: #fff;
}

.tata_content .sec_div .clck_hr a {
    padding: 10px 20px;
    color: #fff;
    background-color: #ee681f;
    font-size: 12px;
    border-radius: 5px;
}

.sec_div .inner_btn {
    position: relative;
}

.sec_div .inner_btn a:before {
    content: "";
    background-image: url('../images/mobile-icon.png');
    position: absolute;
    top: 0;
    left: 15px;
    width: 20px;
    height: 20px;
}

.tata_content .sec_div .clck_hr a:hover {
    background-color: #000;
    transition: all 1s;
}

.tata_content .sec_div .btns:hover {
    background-color: #f1f1f1;
    color: #000;
    transition: all 1s;
}

.tata_content .sec_div .btns:hover .inner_content h6,
.tata_content .sec_div .btns:hover .inner_content .inner_btn a {
    color: #000;
}

.tata_content .sec_div .btns .inner_content .tollfree .customer-care {
    display: inline-block;
    vertical-align: middle;
    min-width: 30px;
    min-height: 30px;
    background-image: url('../images/sprite.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 1000px;
    background-position: -660px -10px;
}

.tata_content .tldi-gallery-slides {
    max-width: 90%;
    margin: 0 auto;
}


/* second section end here */


/* sixth section start here */

.tata_content .sixth_div {
    width: 100%;
    margin-top: 20px;
}

.tata_content .sixth_div .vdo_sec img {
    width: 100%;
    display: block;
}

.tata_content .sixth_div .vdo_sec .clik_img .yt_thumbnail_mob {
    display: none;
}

.tata_content .sixth_div .vdo_sec .clik_img {
    position: relative;
}

.tata_content .sixth_div .vdo_sec .clik_img:before {
    content: '';
    position: absolute;
    width: 160px;
    height: 160px;
    background-image: url('../images/play-btn.png');
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}


/* sixth section end here */


/* map gallery gallery section start here */

.tata_content .thrd_div {
    overflow: hidden;
    margin: 0 15px;
}

.tata_content .thrd_div p {
    font-size: 16px;
    text-align: center;
    max-width: 80%;
    margin: 40px auto;
    line-height: 20px;
}

.tata_content .thrd_div .map-gallery-slider {
    max-width: 80%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 30px;
}

.tata_content .thrd_div .map-gallery-slider .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}


.tata_content .thrd_div .map-gallery-slider .owl-nav {
    top: 0;
}

.tata_content .thrd_div .map-gallery-slider .img_overlay {
    position: relative;
    background-image: url('../images/excon-2022/stall-bg.jpg');
    background-size: 194%;
    background-position: top left;
    background-repeat: no-repeat;
    min-height: 210px;
}

.tata_content .thrd_div .map-gallery-slider .img_txt {
    position: absolute;
    top: 72px;
    left: 21px;
    
}

.tata_content .thrd_div .map-gallery-slider .img_txt p {
    color: #fff;
    font-size: 18px;
    margin: 10px 15px;
    text-align: left;
    line-height: 1.6;
}

.map-gallery-slider .item {
    margin: 0 8px;
}
/* 
.tata_content .thrd_div .map-gallery-slider .slide-arrow-left {
    width: 60px;
    height: 33px;
    background-image: url('../images/left.png');
}

.tata_content .thrd_div .map-gallery-slider .slide-arrow-right {
    background-image: url('../images/right.png');
    width: 60px;
    height: 33px;
}

.tata_content .thrd_div .owl-theme .owl-nav .owl-prev {
    left: -50px;
}

.tata_content .thrd_div .owl-theme .owl-nav .owl-next {
    right: -50px;
}

.tata_content .thrd_div .owl-theme .owl-nav {
    position: absolute;
    left: -40px;
    right: -40px;
    top: 30%;
    width: auto;
    float: none;
    text-align: justify;
    margin: 0;
    height: 44px;
    z-index: -1;
}

.tata_content .thrd_div .owl-theme .owl-dots {
    margin-top: 15px;
    text-align: center;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.tata_content .thrd_div .owl-theme .owl-dots .owl-dot span {
    height: 3px;
    width: 30px;
    margin: 0 6px 0 0;
    border-radius: 3px;
    background-color: #d9d9d9;
}

.tata_content .thrd_div .owl-theme .owl-dots .owl-dot.active span,
.tata_content .thrd_div .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #eb0a1e;
} */


/* map gallery section end here */


/* product gallery gallery section start here */

.tata_content .product_slide {
    overflow: hidden;
    background-image: url('../images/excon-2022/div-bg.png');
    width: 100%;
    margin-top: 20px;
    background-size: cover;
}

.tata_content .product_slide .product_btn {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 30px 0 50px 0;
}

.tata_content .product_slide .product_btn a {
    padding: 14px 35px;
    background-color: #ee681f;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
}

.tata_content .product_slide h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    margin: 30px 0;
    color: #fff;
    
}

.tata_content .product_slide .product-gallery-slider {
    max-width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    overflow: hidden;
}
/* 
.tata_content .product_slide .product-gallery-slider .owl-nav {
    top: 38%;
} */

.product-gallery-slider .item {
    margin: 0 8px;
}
/* 
.tata_content .product_slide .product-gallery-slider .slide-arrow-left {
    width: 16px;
    height: 28px;
    background-image: url('../images/tldi-sprite.png');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-position: -295px -18px;
    margin-right: 6px;
} */

.tata_content .product_slide .product-gallery-slider .item {
    border: 1px solid #ee681f;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}

.tata_content .product_slide .product-gallery-slider .item .inner_item h6 {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin: 22px 0;
    color: #000;
}
/* 
.tata_content .product_slide .product-gallery-slider .item .inner_item img {
    height: 95px;
} */

.tata_content .product_slide .product-gallery-slider .item .inner_item .inner_item_btn {
    text-align: center;
    margin-bottom: 10px;
}

.tata_content .product_slide .product-gallery-slider .item .inner_item .inner_item_btn a {
    padding: 12px 30px;
    color: #fff;
    background-color: #ee681f;
    font-size: 12px;
    border-radius: 5px;
    text-transform: uppercase;
}
/* 
.tata_content .product_slide .product-gallery-slider .slide-arrow-right {
    background-image: url('images/right.png');
} */
/* 
.tata_content .product_slide .owl-theme .owl-nav {
    position: absolute;
    left: -40px;
    right: -40px;
    top: 30%;
    width: auto;
    float: none;
    text-align: justify;
    margin: 0;
    height: 44px;
    z-index: -1;
}

.tata_content .product_slide .owl-theme .owl-dots {
    margin-top: 15px;
    text-align: center;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.tata_content .product_slide .owl-theme .owl-dots .owl-dot span {
    height: 3px;
    width: 30px;
    margin: 0 6px 0 0;
    border-radius: 3px;
    background-color: #d9d9d9;
}

.tata_content .product_slide .owl-theme .owl-dots .owl-dot.active span,
.tata_content .product_slide .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #eb0a1e;
} */


/* product gallery section end here */


/* excon media gallery section start here */

.tata_content .gallery_slide {
    overflow: hidden;
    margin-top: 20px;
}

.tata_content .gallery_slide h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    margin: 20px 0;
    
}

.tata_content .gallery_slide .tata-gallery-slider {
    max-width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    overflow: hidden;
}
/* 
.tata_content .gallery_slide .tata-gallery-slider .owl-nav {
    top: 38%;
} */

.tata-gallery-slider .item {
    margin: 0 8px;
}
/* 
.tata_content .gallery_slide .tata-gallery-slider .slide-arrow-left {
    width: 16px;
    height: 28px;
    background-image: url('../images/tldi-sprite.png');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-position: -295px -18px;
    margin-right: 6px;
}

.tata_content .gallery_slide .tata-gallery-slider .slide-arrow-right {
    background-image: url('images/right.png');
}

.tata_content .gallery_slide .owl-theme .owl-nav {
    position: absolute;
    left: -40px;
    right: -40px;
    top: 30%;
    width: auto;
    float: none;
    text-align: justify;
    margin: 0;
    height: 44px;
    z-index: -1;
}

.tata_content .gallery_slide .owl-theme .owl-dots {
    margin-top: 15px;
    text-align: center;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.tata_content .gallery_slide .owl-theme .owl-dots .owl-dot span {
    height: 3px;
    width: 30px;
    margin: 0 6px 0 0;
    border-radius: 3px;
    background-color: #d9d9d9;
}

.tata_content .gallery_slide .owl-theme .owl-dots .owl-dot.active span,
.tata_content .gallery_slide .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #eb0a1e;
} */


/* excon media gallery section end here */


/* Excon gallery 2019 section start here */

.tata_content .excon_slide {
    overflow: hidden;
    margin-top: 25px;
}

.tata_content .excon_slide h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    margin: 20px 0;
    
}



/* Excon gallery 2019 section end here */
.tata_content .thrd_div .map-gallery-slider .item .map_item,
.tata_content .thrd_div .map-gallery-slider .item .map_item iframe {min-width: 100%;}
@media screen and (max-width: 767px) {
    .tata_content a {
        font-size: 11px;
        margin: 5px 0;
    display: inline-block;
    }
    .tata_content .top_div img {
        width: 100%;
    }
    .tata_content .sec_div .btns {
        min-height: 120px;
    }
    .tata_content h6 {
        font-size: 11px;
        margin-bottom: 0;
    }

    .tata_content .sec_div .clck_hr a {
        padding: 6px 10px;
        font-size: 12px;
        margin-top: 10px;
    }
    .tata_content .thrd_div p {
        font-size: 14px;
        margin: 30px auto;
        max-width: 100%;
        padding: 0 20px;
    }
    .tata_content .thrd_div .map-gallery-slider .item {
        flex-wrap: wrap;
    }
    .tata_content .thrd_div .map-gallery-slider .img_txt {
        position: absolute;
        top: 28px;
        left: 18px;
    }
    .tata_content .excon_slide h3 {
        font-size: 18px;
    }
    .tata_content .excon_slide .excon-gallery-slider {
        max-width: 100%;
        padding: 0 30px;
        margin: 0 auto;
    }
    .tata_content .sixth_div .vdo_sec .clik_img .yt_thumbnail_mob {
        display: block;
    }
    .tata_content .sixth_div .vdo_sec .clik_img .yt_thumbnail {
        display: none;
    }
    .tata_content .thrd_div .map-gallery-slider {max-width: 100%;}
        
    
}

@media only screen and (max-width:991px) {}

@media only screen and (min-width:1440px) {
    .tata_content .product_slide .product-gallery-slider .item .inner_item img {
        height: 100%;
    }
}

@media screen and (min-width: 768px) {
    .tata_content .thrd_div .map-gallery-slider .item .map_item {
        width: 50%;
        height: 50%;
        min-width: auto;
        height: 300px;
    }

    .tata_content .thrd_div .map-gallery-slider .item .map_item iframe {
        height: 300px;
    }

    .tata_content .thrd_div .map-gallery-slider .img_txt {
        width: 50%;
    }

    .tata_content .thrd_div .map-gallery-slider .img_overlay {
        height: 300px;
    }

    /* .tata_content .thrd_div .map-gallery-slider .item {
        max-width: 800px;
        margin: 0 auto;
    } */
    
.tata_content .excon_slide .excon-gallery-slider {
    max-width: 60%;
    margin: 0 auto;
    padding: 0 50px;
}

.tata_content .excon_slide .excon-gallery-slider figcaption {
    padding: 10px 5px 5px;
    text-align: center;
    display: none;
}

.tata_content .excon_slide .excon-gallery-slider .owl-item.active.center {
    z-index: 999;
}

.tata_content .excon_slide .excon-gallery-slider .owl-item img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.tata_content .excon_slide .excon-gallery-slider .owl-stage-outer {
    padding-bottom: 0;
    padding-top: 15%;
}


.tata_content .excon_slide .excon-gallery-slider .owl-item.active.center figcaption {
    margin-top: 50px;
    transform: scale(1);
    width: 190%;
    margin-left: -45%;
    display: block;
    text-align: center;
    font-size: 12px;
}

.tata_content .excon_slide .excon-gallery-slider .owl-item.active.center img {
    -moz-transform: scale(1.9);
    -webkit-transform: scale(1.9);
    -o-transform: scale(1.9);
    -ms-transform: scale(1.9);
    transform: scale(1.9);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    filter: grayscale(0%);
}
}

@media screen and (min-width: 992px) {
    .tata_content .excon_slide .excon-gallery-slider .owl-item.active.center figcaption {
        margin-top: 100px;
    }
    .tata_content .thrd_div .map-gallery-slider .img_txt {
        width: 40%;
        left: 8%;
    }

    .tata_content .thrd_div .map-gallery-slider {
        max-width: 800px;
        margin: 0 auto;
    }

    .tata_content .thrd_div .map-gallery-slider .img_overlay {
        height: 400px;
    }
    .tata_content .thrd_div .map-gallery-slider .item .map_item {height: 400px;}
    .tata_content .thrd_div .map-gallery-slider .item .map_item iframe {
        height: 400px;
    }

}

.tata_content .owl-carousel .owl-nav {
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    height: 1px;
    margin: 0;
}

.tata_content .owl-carousel .owl-nav button.owl-prev {
    float: left;
    margin-left: -10px;
    width: 50px !important;
    height: 50px !important;
    margin-top: 35%;
    z-index: 9999;
}

.tata_content .owl-carousel .owl-nav button.owl-next {
    float: right;
    margin-right: -10px;
    width: 50px !important;
    height: 50px !important;
    margin-top: 35%;
}

.tata_content .map-gallery-slider .owl-nav button.owl-prev,
.tata_content .map-gallery-slider .owl-nav button.owl-next {margin-top: 35%;}

.tata_content .owl-carousel .owl-nav button.owl-prev i,
.tata_content .owl-carousel .owl-nav button.owl-next i {font-size: 50px; line-height: 50px;}


@media screen and (min-width: 768px) {
    .tata_content .owl-carousel .owl-nav button.owl-prev,
    .tata_content .owl-carousel .owl-nav button.owl-next {margin-top: 15%;}

    .tata_content .product-gallery-slider .owl-nav button.owl-prev, 
    .tata_content .product-gallery-slider .owl-nav button.owl-next {
        margin-top: 10%;
    }

    .tata_content .map-gallery-slider .owl-nav button.owl-prev, .tata_content .map-gallery-slider .owl-nav button.owl-next {
        margin-top: 20%;
    }

    .tata_content .product_slide .product-gallery-slider,
    .tata_content .gallery_slide .tata-gallery-slider {
        max-width: 80%;
    }

    .tata_content .excon-gallery-slider .owl-nav button.owl-prev, 
    .tata_content .excon-gallery-slider .owl-nav button.owl-next {margin-top: 20%;}
}



/*---------------------------------------- BLOG NEW tEMPLATE STYLES ----------------------------*/
.blog-listing-page {
    max-width: 1200px;
    margin: 0 auto;
}

.blog-listing-page p {margin: 10px 0;}

.blog-listing-page .breadcrumb {text-align: left;}

.blog-listing-page .blog-lists-wrap .search-form {
    max-width: none;
    margin-bottom: 25px;
}

.blog-listing-page .blog-lists-wrap {
    padding: 0 15px;
    width: 100%;
}

.blog-listing-page .blog-lists-wrap figure.listed-blog {
    margin: 0 auto 30px;
    padding: 15px;
    border: 1px solid #101010;
}

.blog-listing-page .blog-lists-wrap figure.listed-blog a {text-decoration: none !important;}

.blog-listing-page .blog-lists-wrap figure.listed-blog img {width: 100%;}

.blog-listing-page .blog-lists-wrap figure.listed-blog figcaption {
    text-align: left;
}

.blog-listing-page .blog-lists-wrap figure.listed-blog figcaption h6 {
    margin: 10px 0;
    color: #898989;
    font-size: 11px;
    font-weight: 500;
}

.blog-listing-page .blog-lists-wrap figure.listed-blog figcaption h4 {
    font-weight: 600;
    color: #000;
}

.blog-listing-page .blog-lists-wrap figure.listed-blog figcaption p {
    margin-bottom: 10px;
    margin-top: 5px;
    color: #000;
}

.blog-listing-page .blog-lists-wrap figure.listed-blog figcaption > span {
	color: #ed691e;
}

.blog-listing-page section.sidebar-links {
    background-color: #fef8e6;
    padding: 20px;
    text-align: left;
}

.blog-listing-page section.sidebar-links h4 {
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}


.blog-listing-page section.sidebar-links .tabbedlinks li a {
    border: 1px solid #b0a16e;
    background-color: #fef8e6;
    margin: 0;
    font-size: 12px;
    padding: 10px 14px 8px;
    line-height: 1;
    text-align: center;
}

.blog-listing-page section.sidebar-links .tabbedlinks li a:hover,
.blog-listing-page section.sidebar-links .tabbedlinks li a:focus,
.blog-listing-page section.sidebar-links .tabbedlinks li a:active {
    background-color: #b0a16e;
    color: #fff;
    border-color: transparent;
}

.blog-listing-page section.sidebar-links .btn.btn-primary {
    margin-top: 10px;
}

.related-blogs-wrap {padding: 30px; background-color: #f8f8f8; overflow: hidden;}

.related-blogs-wrap .sidebar-section-heading {text-align: center;}

.related-blogs-wrap .blog-lists-wrap {
    padding: 0;
    width: 100%;
}

.related-blogs-wrap h4.sidebar-links-heading {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.related-blogs-wrap .related-blogs .owl-item {
    background-color: #fff;
    padding: 10px;
}

.related-blogs-wrap .related-blog-thumb {
    padding: 15px;
    border: 1px solid #010101;
}

.blog-listing-page .blog-pagination {text-align: center;}

.blog-listing-page .blog-pagination .pagination > li {
    display: inline-block;
    vertical-align: middle;
}

.blog-listing-page .blog-pagination .pagination > li > a, 
.blog-listing-page .blog-pagination .pagination > li > span {
    border: none;
    line-height: 1;
    padding: 0 8px;
    color: #5f5f5f;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.blog-listing-page .blog-pagination .pagination > li > a:focus {
    background: none;
}

.blog-listing-page .blog-pagination .pagination > li > a:hover, 
.blog-listing-page .blog-pagination .pagination > li.active > a, 
.blog-listing-page .blog-pagination .pagination > li.active > span {
    background: none;
    color: #000;
    font-size: 20px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.blog-listing-page .blog-pagination .pagination > li:first-child > a,
.blog-listing-page .blog-pagination .pagination > li:first-child > span,
.blog-listing-page .blog-pagination .pagination > li:last-child > a,
.blog-listing-page .blog-pagination .pagination > li:last-child > span {
    color: #ed691e;
    font-size: 16px;
    letter-spacing: 1px;
}

.blog-listing-page .blog-pagination .pagination > li:first-child > a:focus,
.blog-listing-page .blog-pagination .pagination > li:first-child > span:focus,
.blog-listing-page .blog-pagination .pagination > li:first-child > a:hover,
.blog-listing-page .blog-pagination .pagination > li:first-child > span:hover,
.blog-listing-page .blog-pagination .pagination > li:last-child > a:focus,
.blog-listing-page .blog-pagination .pagination > li:last-child > span:focus,
.blog-listing-page .blog-pagination .pagination > li:last-child > a:hover,
.blog-listing-page .blog-pagination .pagination > li:last-child > span:hover {
    color: #000;
}

.taglinks {
    padding: 0;
    list-style: none;
    text-align: left;
    display: flex;
    margin: 0;
    align-items: flex-start;
    justify-content: stretch;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 15px;
}

.sidebar-tags-links a {color: #ed691f;}

.sidebar-tags-links .btn-primary {color: #fff !important;}

.taglinks li {
    margin: 5px;
    width: 100%;
    flex: 1;
    flex-basis: fit-content;
}

.taglinks li a {
    display: block;
    border: 1px solid #000;
    color: #000;
    padding: 8px 10px;
    margin: 0;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.taglinks li a:hover,
.taglinks li a:focus,
.taglinks li a:active {
    color: #ed691f;
    text-decoration: none;
	border: 1px solid #ed691f;
}

.sidebar-tags-links {padding: 15px;}

.recent-blogs-wrap {overflow: hidden; padding: 15px;}
.recent-blogs-wrap .listed-blog figcaption {text-align: left;}

.recent-blogs-wrap .listed-blog figcaption h6 {color: #5f5f5f;}

.recent-blogs-wrap .listed-blog figcaption a {float: right; color: #ed691f; font-weight: bold;}


.recent-blogs-wrap .listed-blog figcaption h6 {color: #5f5f5f;}

.related-blogs-wrap .listed-blog figcaption a {float: right; color: #ed691f; font-weight: bold;}

.related-blogs-wrap .owl-dots {margin-top: 5px;}

.tagCloud {clear: both;}



.blog-inside-wrap {line-height: 1.6;}
.blog-inside-wrap > a {display: block; margin-bottom: 10px;}
.blog-inside-wrap > img {margin: 20px auto;}

.blog-inside-wrap .display-inline {display: inline-block; vertical-align: top;}

@media screen and (min-width: 768px) {
    .blog-listing-page {
        position: relative;
        text-align: center;
        padding: 0 20px;
    }

    .blog-listing-page .blog-lists-wrap {
        max-width: 69%;
        display: inline-block;
        vertical-align: top;
        padding: 0 20px 0 0;
    }

    .blog-listing-page .sidebar {
        max-width: 30%;
        position: sticky;
        right: 0;
        top: 30px;     
        display: inline-block;
        vertical-align: top;
    }

    .blog-listing-page .blog-lists-wrap figure.listed-blog {overflow: hidden; margin: 0 auto 20px; border: none;}
    .blog-listing-page .blog-lists-wrap figure.listed-blog img {
        max-width: 40%;
        display: inline-block;
        vertical-align: top;
    }

    .blog-listing-page .blog-lists-wrap figure.listed-blog figcaption {
        max-width: 58%;
        display: inline-block;
        vertical-align: top;
        padding-left: 10px;
    }
    .blog-listing-page .blog-lists-wrap figure.listed-blog figcaption h4 {font-size: 16px;}
    .blog-listing-page .blog-lists-wrap figure.listed-blog figcaption h6 {margin-top: 0; margin-bottom: 5px;}
    .blog-listing-page .blog-lists-wrap figure.listed-blog figcaption p {font-size: 13px; line-height: 1.2;}

}

@media screen and (min-width: 992px) {
    .blog-listing-page .blog-lists-wrap {max-width: 68%; text-align: left;}
    .blog-listing-page section.sidebar-links {max-width: 30%;}
    .blog-listing-page .blog-lists-wrap figure.listed-blog img {
        max-width: 36%;
    }

    .blog-listing-page .blog-lists-wrap figure.listed-blog figcaption {
        width: 100%;
        padding-left: 15px;
        max-width: 50%;
    }

    .blog-listing-page .blog-lists-wrap figure.listed-blog figcaption h4 {
        font-size: 18px;
    }
    .blog-listing-page .blog-lists-wrap figure.listed-blog figcaption p {
        font-size: 15px;
        line-height: 1.4;
    }

	.related-blogs-wrap .related-blogs {
		max-width: 90%;
		margin: 0 auto;
	}

	.blog-inside-wrap .display-inline {
		max-width: 32%;
		margin-left: 1%;
		width: 100%;
	}
}

@media screen and (min-width: 1200px) {
    .blog-listing-page {
        max-width: 1280px;
        padding: 30px 0;
    }
}

.blog-inside-wrap {padding-bottom: 20px;}
.blog-inside-wrap figure img {
    width: auto;
	margin: 0 auto;
	display: block;
	height: auto;
}

.blog-inside-wrap a {color: #ed691f;}

.blog-inside-wrap figure.blog-spotlight-banner figcaption h3 {
    margin: 10px 0;
}

.blog-inside-wrap figure.blog-spotlight-banner figcaption h6 {
    color: #898989;
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0;
}

.blog-inside-wrap > .blog-copy {text-align: justify;}
.blog-inside-wrap > .blog-copy > h1,
.blog-inside-wrap > .blog-copy > h2,
.blog-inside-wrap > .blog-copy > h3,
.blog-inside-wrap > .blog-copy > h4,
.blog-inside-wrap > .blog-copy > h5,
.blog-inside-wrap > .blog-copy > h6 {margin: 15px 0 10px;}
.blog-inside-wrap > .blog-copy > p {
    margin-bottom: 10px;
    font-size: 16px;
}

.blog-inside-wrap .related-blogs {
    border-top: 1px solid #818181;
    padding-top: 20px;
    margin-top: 40px;
}
.blog-inside-wrap .related-blogs .related-blog-thumb {
    max-width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 2px;
    margin-bottom: 10px;
}

.blog-inside-wrap .related-blogs .related-blog-thumb:nth-child(3) {
    display: none;
}

.blog-inside-wrap .related-blogs .related-blog-thumb h4 {
    font-size: 14px;
    margin: 10px 0;
}

.blog-inside-wrap .related-blogs .related-blog-thumb a {
    text-decoration: none;
    color: #ed691f;
}

.blog-inside-wrap .related-blogs .related-blog-thumb a:hover,
.blog-inside-wrap .related-blogs .related-blog-thumb a:focus,
.blog-inside-wrap .related-blogs .related-blog-thumb a:active {
    color: #ed691f;
}

@media screen and (min-width: 768px) {
    .blog-inside-wrap {
        text-align: left;
    }
        
    .blog-inside-wrap .related-blogs .related-blog-thumb:nth-child(3) {
        display: inline-block;
    }

    .blog-inside-wrap .related-blogs .related-blog-thumb {
        max-width: 32%;
    }
}


.blog-listing-page .prev-next-articles .pagination-article {overflow: hidden;}

.blog-listing-page .prev-next-articles .pagination-article figure.listed-blog {padding: 0; margin-bottom: 0; min-height: 190px;}

	
.blog-inside-wrap .prev-next-articles {
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
 
.blog-listing-page .prev-next-articles .pagination-article {
	width: 49.5%;
}

.blog-listing-page .prev-next-articles .pagination-article > a {color: #ed691f; margin-top: -25px; position: relative;
    z-index: 9999;}

.blog-listing-page .prev-next-articles .pagination-article figure.listed-blog figcaption {padding: 5px;}
.blog-listing-page .prev-next-articles .pagination-article figure.listed-blog figcaption h4 {font-size: 13px; margin: 0; margin-bottom: 5px;}


@media screen and (min-width: 768px) {

	.blog-listing-page .prev-next-articles .pagination-article {
		width: 49.5%;
		/* margin: 10px; */
		border: 1px solid #ccc;
		padding: 10px;
		 min-height: 130px;
	}

	
/* .blog-listing-page .prev-next-articles .pagination-article.pagi-art-right > a {float: right !important;} */


.blog-listing-page .prev-next-articles .pagination-article figure.listed-blog {min-height: auto;}
.blog-listing-page .prev-next-articles .pagination-article figure.listed-blog > a {color: #ed691e;}
.blog-listing-page .prev-next-articles .pagination-article figure.listed-blog img {max-width: 48%;}
.blog-listing-page .prev-next-articles .pagination-article figure.listed-blog figcaption {padding-left: 10px;}

.blog-listing-page .prev-next-articles .pagination-article.pagi-art-right figure.listed-blog {display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: center;}

.blog-listing-page .prev-next-articles .pagination-article.pagi-art-right figure.listed-blog figcaption {padding-left: 0; padding-right: 10px; text-align: right;}
}

.logo-section.ls-fixed ~ .homepage-spotlight{
    margin-top: 92px
}