@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
.bottom-bg﻿focus_first::selection {
	background: #555;
	color: #fff;
}
::-moz-selection {
	background: #555;
	color: #fff;
}
body {
	background: #151515;
	padding: 0;
	margin: 0 auto;
	min-height: 100vh;
	/*font-family: 'Yantramanav', Arial, sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
	color: #222;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
		width: 100%;
	}

}
article,
aside,
details,
figcaption,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
a {
	color: #de2a23;
	text-decoration: none;
	transition: color 0.3s;
	font-size: 16px /*19px*/;
}
a:focus,
a:hover {
	color: #df1f29;
	font-size: 16px /*19px*/;
}
blockquote {
	padding: 10px 20px;
	color: #151515;
	font-size: 1.4em;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto 30px;
}

button {
	background: transparent;
	border: none;
}
button:focus {
	outline: none;
}
input,
textarea {
	/*font-family: 'Yantramanav', Arial;*/
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
}
textarea {
	padding: 14px;
}
input:focus,
textarea:focus {
	outline: none !important;
	border: 1px solid #df1f29;
	box-shadow: none;
}
input[type="submit"] {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
input[type="submit"]:focus {
	outline: none;
}
img {
	width: 100%;
}
figure {
	margin: 0;
}
/* 1.1 Typography */
h1,
h2,
h4,
h5,
h6 {
	color: #151515;
	margin-top: 0;
	text-transform: uppercase;
}
h1 {
	font-size: calc(80px + 1vw);
}
p {
	font-size: calc(17px + 2 * (100vw - 992px) / 1508);
	line-height: 1.58em;
	font-weight: 300;
	margin: 0 0 5px;
}
/* 1.2 Specials Classes */
.c-white {
	color: #fff !important;
}
.navbar-white {
	color: #fff;
	/* background-color: transparent !important; */
}
.center-block {
	display: flex;
	justify-content: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
	display: block;
}

.socials li {
	display: inline-block;
}

.share-links a {
	font-size: 19px;
	padding: .5em;
}

[class*="socicon-"] {
	display: inline-block;
	color: inherit;
	margin: 0;
	transition: opacity .3s ease;
}

#contact [class*="socicon-"] {
	padding-right: .7em;
}

[class*="socicon-"]:hover {
	opacity: .4;
}


/* 1.3 Button */

.ms-button {
	color: #151515;
	display: inline-block;
	position: relative;
	padding: .5em 1em;
	margin-bottom: 0;
	font-weight: 400 !important;
	font-size: 14px;
	letter-spacing: .15em;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	text-decoration: none;
	border: solid 1px;
	transition: color .4s ease;
}

.ms-button:after {
	position: absolute;
	display: block;
	content: attr(data-title);
	padding: 7px 0;
	font-size: 14px;
	left: 0;
	top: 0;
	width: 0%;
	background: #df1f29;
	color: #fff;
	text-indent: 1rem;
	transition: all .3s ease;
	overflow: hidden;
	border: none;
	bottom: 0;
}

.ms-button:hover {
	color: #df1f29;
}

.ms-button:active::after,
.ms-button:focus::after,
.ms-button:hover::after {
	width: 100%;
	padding-right: 25px;
}

.ms-btn--slider {
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 600;
	letter-spacing: .15em;
	width: 100%;
	color: #df1f29;
}

.ms-btn--slider::before {
	content: '';
	height: .1rem;
	width: 2rem;
	margin-right: .7rem;
	background: #df1f29;
	transition: width .3s ease;
}

.ms-btn--slider:hover::before {
	width: 3rem;
}

.ms-btn--slider:hover {
	color: #df1f29;
}


/** * 2. Header */

.ms-header {
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 3;
	transition: all 0.3s;
	top: 0;
	left: 0;
}


/* 2.1 Menu */

.ms-logo {
	position: relative;
	z-index: 1;
	height: 50px;
}

.logo-dark,
.logo-light {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .3s ease .4s;
}

.ms-logo img {
	width: auto;
	height: 100%;
}

.logo-dark.current,
.logo-light.current {
	opacity: 1;
}

.logo-dark.active,
.logo-light.active {
	opacity: 1;
	transition: opacity .1s;
}

.ms-nav {
	padding: 1em 3em;
	color: inherit;
}


/* 2.2 Burger button */

.hamburger {
	width: 44px;
	height: 44px;
	margin-right: 0;
	margin-left: auto;
	overflow: visible;
	cursor: pointer;
	z-index: 7;
	border: 0;
	transition-timing-function: linear;
	transition-duration: .3s ease;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	position: relative;
	top: 9px;
}

.hamburger:before {
	position: absolute;
	width: 44px;
	height: 44px;
	border: 2px solid #df1f29;
	border-radius: 50%;
	content: '';
	left: -3px;
	top: -7px;
}

.navbar-white .hamburger-label {
	color: #df1f29;
}

.hamburger-label {
	/*font-family: 'Yantramanav', Arial;*/
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
	font-size: 16px;
	width: 100%;
	height: auto;
	position: relative;
	top: 0;
	left: -4em;
	padding-right: 4em;
	text-transform: uppercase;
	line-height: 1.5em;
	transition: color .3s ease .4s;
	display: none;
	color: #151515;
}

.hamburger.is-active .hamburger-label {
	color: #df1f29 !important;
	transition: color .1s ease;
}

.hamburger-box {
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 20px;
	vertical-align: middle;
	top: 5px;
	left: 5px;
}

.hamburger-inner {
	display: block;
	top: 0;
}

.navbar-white .hamburger-inner,
.navbar-white .hamburger-inner:after,
.navbar-white .hamburger-inner:before {
	background-color: #df1f29;
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: '';
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	position: absolute;
	width: 27px;
	height: 3px;
	background-color: #151515;
	transition: all .3s ease .5s;
}

.hamburger-inner:before {
	top: 8px;
	left: 0;
}

.hamburger-inner:after {
	top: 16px;
	width: 27px;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after {
	background-color: #df1f29;
	transition-delay: .1s;
}

.hamburger.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-inner:before {
	opacity: 0;
	transition: opacity .3s ease 0s
}

.hamburger.is-active .hamburger-inner:after {
	width: 30px;
	-webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
	transform: translate3d(0, -16px, 0) rotate(-90deg);
}


/* 2.3 Collapse navigation */

.ms-nav {
	display: flex;
	align-items: center;
}

.height-full-viewport {
	position: fixed;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* overflow-y: auto; */
	right: 0;
	top: 0;
	width: 32%;
	height: 0%;
	background-color: #151515;
	z-index: 5;
	overflow: hidden;
	transition: height .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
}

.ms-navbar {
	z-index: 6;
	margin: 0 auto;
	display: block;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	padding: 25px 0px !important;
}

.ms-nav.is-visible .height-full-viewport {
	height: 100vh;
	transition: height 1s ease;
}

.nav-item {
	cursor: pointer;
	padding: .75em;
	opacity: 0;
	width: 360px;
	/*margin-left: 3em;*/
	transition: opacity .3s ease;
}

.ms-navbar a {
	display: block;
	text-decoration: none;
}

.ms-navbar .ms-btn {
	display: inline-block;
	text-transform: uppercase;
	line-height: 1;
	padding: 0 0.25em;
	position: relative;
}

.ms-navbar .ms-btn {
	font-size: 18px;
	letter-spacing: .02em;
	color: #fff;
	font-weight: 700 !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ms-btn::before {
	content: '';
	position: absolute;
	left: 0;
	background: #df1f29;
	height: .1rem;
	top: 50%;
	width: 0;
	transition: width .3s ease;
}

.nav-item__label {
	position: relative;
	font-size: 15px;
	display: block;
	margin: 0;
	padding: 0 0.5em;
	color: #555;
	transition: color .3s ease;
	text-decoration: none;
}

.nav-item:hover .nav-item__label {
	color: #9a9a9a;
}

.is-visible .nav-item {
	opacity: 1;
	transition: opacity 2s cubic-bezier(0.16, 1.08, 0.38, 0.98) .3s;
}

.nav-item .ms-btn {
	transition: all .3s ease;
}

.nav-item:active .ms-btn,
.nav-item:focus .ms-btn,
.nav-item:hover .ms-btn {
	color: #df1f29;
	opacity: 1;
	padding-left: 2.4rem;
}

.nav-item:active .ms-btn::before,
.nav-item:focus .ms-btn::before,
.nav-item:hover .ms-btn::before {
	width: 2rem;
}


/** * 3. Pages Style */

.ms-preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 8;
	top: 0;
	left: 0;
	opacity: 1;
	visibility: visible;
	background-color: #151515;
}

.ms-main-container {
	position: relative;
	width: 100%;
	min-height: 100vh;
	opacity: 0;
	background-color: #fff;
}

.ms-container {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 12em;
}

.ms-section__block {
	width: 85%;
	max-width: 88em;
	margin: 0 auto 6em;
}

.ms-page-title span {
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #df1f29;
}

.page-header {
	text-transform: uppercase;
	position: relative;
	margin: 15px 0;
}

.page-desc {
	width: 50vh;
	font-size: 1.5em;
	line-height: 1.5;
	color: #151515;
	letter-spacing: .05em;
}


/** * 4. Home Slider */

.home-slider {
	padding-top: 0 !important;
}

.swiper-container {
	width: 100%;
	height: 100vh;
	/* padding-top: 82px; */
}

.swiper-slide {
	overflow: hidden;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 1;
	background: -moz-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#c9000000', GradientType=0);
	transition: all .65s ease;
	pointer-events: none;
}

.swiper-slide-duplicate-active .overlay,
.swiper-slide-active .overlay {
	opacity: .4;
}

.slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-inner--image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: .2;
	transform: scale(1.07);
	-webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
	-moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
	transition: opacity .6s ease-in-out, transform 2s ease .7s;
}

.swiper-slide-duplicate-active .slide-inner--image,
.swiper-slide-active .slide-inner--image {
	opacity: 1;
	transform: scale(1);
}


/* 4.1 Slider navigation buttons */

.swiper-button-prev,
.swiper-button-next,
.next_btn,
.prev_btn {
	/*position: absolute;
	top: 50%;
	margin-top: -22px;
	z-index: 1;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	text-transform: uppercase;
	color: #de2a23;
	letter-spacing: .2em;
	line-height: 2em;
	font-size: 12px;
	width: auto;
	height: 24px;
	background-image: none!important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;*/
	background-image: none!important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/*.swiper-button-prev.swiper-button-white .fa-angle-left {
	width: 35px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 34px;
	border-radius: 50px 0 0 50px;
	box-shadow: rgb(243, 58, 16) 0px 0px 10px 2px;
	color: #000000;
	background-color: #ffffff;
}
.swiper-button-next.swiper-button-white .fa-angle-right {
	width: 35px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 34px;
	border-radius: 0px 50px 50px 0px;
	box-shadow: rgb(243, 58, 16) 0px 0px 10px 2px;
	color: #000000;
	background-color: #ffffff;
}*/
.swiper-button-prev.swiper-button-white .fa-chevron-up {
	text-align: center;
	font-size: 0px;
	color: #eb2d02;
	background: url("../images/arrow_up_white.png") 0 0 no-repeat;
	width: 46px;
	height: 46px;
	line-height: 46px;
	
}
.swiper-button-next.swiper-button-white .fa-chevron-down {
	text-align: center;
	font-size: 0px;
	color: #eb2d02;
	background: url("../images/arrow_down_white.png") 0 0 no-repeat;
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.swiper-button-next, 
.swiper-container-rtl .swiper-button-prev {
    right: 30px;
}
.swiper-button-prev, 
.swiper-container-rtl .swiper-button-next {
	left: auto;
    right: 75px;
}
.swiper-button-next, .swiper-button-prev {
    top: 95%;
	z-index: 2;
}
/*.swiper-button-next, 
.swiper-container-rtl .swiper-button-prev {
    right: 20px;
}*/
/*.swiper-button-prev,
.prev_btn {
	padding-left: 4em;
	left: 0;
	-webkit-transition: padding-left .3s ease;
	-moz-transition: padding-left .3s ease;
	transition: padding-left .3s ease;
}*/

/*.swiper-button-next,
.next_btn {
	padding-right: 4em;
	right: 0;
	-webkit-transition: padding-right .3s ease;
	-moz-transition: padding-right .3s ease;
	transition: padding-right .3s ease;
}*/

/*.swiper-button-prev::after,
.prev_btn::after {
	content: "";
	width: 3em;
	height: 1px;
	background-color: #de2a23;
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
	-webkit-transition: width .3s ease;
	-moz-transition: width .3s ease;
	transition: width .3s ease;
}*/

/*.swiper-button-next::after,
.next_btn::after {
	content: "";
	width: 3em;
	height: 1px;
	background-color: #de2a23;
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
	-webkit-transition: width .3s ease;
	-moz-transition: width .3s ease;
	transition: width .3s ease;
}*/
/*.swiper-button-prev:hover,
.prev_btn:hover {
	padding-left: 5em;
}*/
/*.swiper-button-prev:hover::after,
.prev_btn:hover:after {
	width: 4em;
}*/
/*.swiper-button-next:hover,
.next_btn:hover {
	padding-right: 5em;
}*/
/*.swiper-button-next:hover::after,
.next_btn:hover:after {
	width: 4em;
}*/


/* 4.2 Slider inner info */

.slide-inner--info {
	position: absolute;
	width: auto;
	/* min-height: 50px; */
	bottom: 138px;
	padding-left: 3em;
	color: #fff;
	z-index: 1;
	opacity: 0;
	transition: opacity 1s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.swiper-slide-active .slide-inner--info {
	opacity: 1;
	transition: opacity 1s ease 1s;
}

.slide-inner--info h1 {
	margin: 10px 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 34px;
	line-height: 1em;
	color: #fff;
}

.slide--info__link {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border-bottom: solid 2px;
}

.swiper-slide--bottom {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	height: 90px;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}


/* 4.3 Pagination */

.expanded-timeline {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
	z-index: 3;
	bottom: 2.8em;
	right: 3em;
	width: 40vh;
}

.swiper-pagination {
	z-index: 4;
	width: 85%;
	left: 0;
	right: 0;
	height: 1px;
	background-color: rgba(255, 255, 255, .5);
}

.swiper-pagination-progressbar-fill {
	background: #fff !important;
}

.expanded-timeline__counter span {
	text-align: center;
	margin-left: 1.8em;
	margin-right: 100%;
	padding: .4em 0;
	color: #fff;
	display: block;
}

.scroll-message {
	position: absolute;
	right: 0;
	color: #fff;
	opacity: .5;
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	letter-spacing: .15em;
}

.scroll-svg {
	width: 24px;
	margin: 0 auto 1.2em;
	display: block;
}

.home-slider .swiper-pagination,
.owl-dots {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	background: transparent;
}

.home-slider .swiper-pagination .swiper-pagination-bullet,
.owl-dot {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1;
	font-size: 0;
	transform: scale(1);
	transition: all 0.3s;
	margin: 0 4px;
	border-radius: 50%;
}

.home-slider .swiper-pagination .swiper-pagination-bullet:hover,
.home-slider .swiper-pagination .swiper-pagination-bullet-active,
.owl-dot:hover,
.owl-dot .active {
	transform: scale(1.3);
}


/* Products_Section */

.product_section {
	padding: 100px 0px;
	padding-top: 45px;
}

.product_bg {
	background: #fff;
	background-size: cover;
	height: 100vh;
}

.sec_heading {
	text-align: center;
	padding-bottom: 10px;
	margin-top: 25px;
}

.sec_heading h2 {
	margin-bottom: 15px;
	margin-top: 10px;
	display: inline-block;
	border-bottom: 3px solid #b45231;
	font-size: 28px;
	padding: 0px 2px;
}

.col4-inner {
	border-radius: 10px;
	border: #DFDFDF solid 1px;
	padding: 20px 10px;
	background: #fff;
	line-height: 32px;
}

.col4-inner:hover {
	box-shadow: 0px 0px 10px 1px #9a9a9a;
	margin-top: 5px;
	transition: all 0.8s ease;
}

.col4-inner h4 {
	margin-top: 10px;
	color: #de2a23;
	text-transform: capitalize;
}

.col4-inner img {
	max-width: 100%;
	max-height: 100%;
}

.col4-inner p {
	font-size: 16px;
	text-align: justify;
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
	margin: 0px;
	margin-top: 10px;
}

.read-more {
	text-align: right;
	margin-top: 10px;
	color: #de2a23;
}


/* NewsFeed_Section */

.news_home {
	padding: 45px 0px 49px;
	background: url(../images/bg_1.jpg) no-repeat 0 0;
	background-size: cover;
	height: 100vh;
	/*margin-bottom: -270px;*/
	margin-bottom: -231px;
}
.news__home2 {
	margin-bottom: -343px;
}
.copy_right p {
	text-align: left!important;
}

.col4-inner2 {
	border: rgba(0, 0, 0, 0.28) solid 2px;
	text-align: left;
	box-shadow: rgba(0, 0, 0, 0.28) 0px 0px 5px;
	border-radius: 10px;
	padding: 10px;
	background: #fff;
}

.col4-inner2 h4 {
	margin-top: 0px;
	color: #de2a23;
	font-size: 18px;
	margin-bottom: 5px;
}

.col4-inner2 p {
	font-size: 14px/*16px*/;
	margin: 0px;
	text-align: justify;
	margin-bottom: 0px;
}


/* Footer */

.footer {
	background-image: url(../images/footer-img.png);
	background-repeat: repeat;
	padding-top: 10px;
}

.our_address h4 {
	font-size: 16px/*20px*/;
	color: #de2a23;
}

.our_address span {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	line-height: 25px;
}

.social-icon1 {
	margin-top: 10px;
}

.social-icon1 ul li {
	list-style: none;
	display: inline-block;
	text-align: center;
}

.social-icon1 ul li a {
	list-style: none;
	color: #fff;
	font-size: 15px;
	line-height: 35px;
	display: block;
	padding: 0 5px;
	background-color: #000;
	border-radius: 50%;
	border: #000 solid 2px;
	width: 35px;
	height: 35px;
}

.ff .social-icon1 ul li a {
	width: 25px;
	min-height: 35px;
	min-width: 25px;
	max-height: 35px;
}

.footer-col3 ul li a:hover {
	list-style: none;
	color: #de2a23;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.lower-footer {
	background: #000;
	margin-top: 15px;
	padding: 6px 0px 3px;
}

.copy_right p,
.development p {
	margin: 0px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

.development p a {
	color: #fff;
	text-decoration: none;
}

.development p a:hover {
	color: #de2a23;
}

.development p {
	text-align: right;
}


/*ash new start*/

.break-img {
	position: relative;
}

.asoverlay {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	right: 0;
	background: #5c5c5c;
	background-color: transparent;
	font-size: 30px;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: 0.5s ease;
}

.break-img h4 {
	color: #de2a23;
	font-size: 19px;
	margin-left: 10px;
	position: absolute;
	top: 0;
	text-align: center;
	font-weight: 700;
	background: #fff;
	padding: 10px 15px;
}

.steel-hedd {
	color: #000000;
	padding-bottom: 4px;
	text-transform: none;
	font-size: 22px;
	line-height: 30px;
}

.steel-hedd span {
	border-bottom: #de2a23 solid 2px;
	padding: 0px 5px;
}

.mi-4,
h2 {
	color: #000000;
	text-align: center;
	margin: 10px 0px;
	font-size: 22px;
	text-transform: none;
}

.about-txt {
	color: #000;
	font-size: 34px;
	margin: 15px 0px;
	font-weight: 600;
}

.about-txt span {
	border-bottom: #de2a23 solid 2px;
	padding: 0px 10px;
	margin: 10px 0px;
}

.read-more-target {
	font-size: 0;
	transition: 0.5s;
}

.read-more-state:checked~.read-more-wrap .read-more-target {
	font-size: 20px;
}

.read-more-state~.read-more-trigger:before {
	content: 'see more...';
}

.read-more-state:checked~.read-more-trigger:before {
	content: 'see less...';
}

.read-more-state {
	display: none;
}

.read-more-trigger {
	cursor: pointer;
	color: #f44b27;
	float: right;
	font-size: 22px;
}

.read-more-wrap {
	font-size: 20px;
	color: #000000;
}

.bottom-bg {
	background: #f1f1f1;
	padding-bottom: 6.6px;
}
.custmr_wht {
	background: #fff;
}

.bottom-bg h1 {
	color: #000;
	font-size: 38px;
	margin: 30px 0px;
	text-align: center;
}

.bol-blk {
	background: #000000;
	padding: 10px 15px;
}

.bol-blk h2 {
	color: #fff;
	font-size: 19px;
	text-align: inherit;
	margin: 0px;
}

.bottom-bg ul {
	margin-left: 15px;
	padding: 0px;
	font-size: 21px;
	margin-top: 15px;
	line-height: 32px;
}

.bottom-bg ul li {
	list-style: none;
}

.hding-nam {
	font-size: 32px;
	color: #000;
	margin-bottom: 75px;
	text-align: center;
	text-transform: uppercase;
}

.hding-nam span {
	border-bottom: #de2a23 solid 3px;
	padding: 0px 10px;
}

.col4-inner a {
	color: #222;
	text-decoration: none;
}

.nav--hd .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.3em;
	vertical-align: middle;
	content: none;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}

.nav--hd .dropdown-menu {
	position: inherit;
}

.nav--hd .navbar {
	padding: 0px;
}

.nav--hd .dropdown:hover>.dropdown-menu {
	display: contents;
	padding-top: 0px;
}

.nav--hd .dropdown-menu {
	background-color: transparent;
	color: #fff;
	border: none;
	padding-left: 10px;
}

.nav--hd .dropdown-item {
	color: #fff;
}

.nav--hd .dropdown-item:focus,
.dropdown-item:hover {
	background-color: transparent;
	/* font-size:21px; */
	margin-left: 15px;
	transition: 0.6s;
	color: #df1f29;
}

.nav--hd .dropdown-item:focus,
.dropdown-item:hover::before {
	content: "→";
	font-size: 18px;
}

.our_address span a {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}

.as-img {
	max-width: 100%;
	height: 595px;
}

.bottom-bg ul li a {
	color: #222;
	list-style: none;
	text-decoration: none;
	font-size: 16px;
	line-height: 25px;
}

.bottom-bg ul li a:hover {
	color: #de2a23;
	transition: 0.5s;
	text-decoration: underline;
}

.new-main {
	height: 150px;
}

.hding-txt {
	font-size: 32px;
	color: #000;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.hding-txt span {
	border-bottom: #de2a23 solid 2px;
	padding: 0px 8px;
}

.mp-txt {
	position: absolute;
	top: 10px;
	left: 0;
	color: black;
	font-size: 18px;
}

.d-inline-block {
	display: inline!important;
}

.tooltip [class$="inner"] {
	color: #fff;
	background-color: #de2a23;
	border: 1px solid #c8f1fc;
}

.tooltip [class$="arrow"] {
	border-top: 5px solid #c8f1fc!important;
	background-color: #de2a23;
	color: #fff;
}

.tooltip [class$=""] {
	background-color: #000;
}

.nav--hd,
body {
	line-height: 28px;
}

.nav--hd .nav-item {
	padding-top: 0px;
	padding-bottom: 0px;
}

.heading_gallery h3 {
	display: inline-block;
	margin: 0px;
	padding-bottom: 0px;
	border-bottom: 3px solid #e54813;
	font-size: 32px;
	text-transform: uppercase;
    padding-top: 15px;
}

.manufacturing_text h3 {
	text-transform: uppercase;
	border-bottom: 3px solid #e54813;
	display: inline-block;
	padding-bottom: 2px;
	margin-bottom: 45px;
	font-size: 32px;
}

.customer_head h3 {
	text-transform: capitalize;
	border-bottom: 3px solid #e54813;
	display: inline-block;
	padding-bottom: 26px;
	font-size: 40px;
	margin: 0px;
}

.technology_space .focus_first h3 {
	text-transform: uppercase;
    margin: 0px;
    margin-bottom: 0px;
    font-size: 30px;
    text-align: center;
}

.technology_space .focus_first h3 span {
	border-bottom: 3px solid #e54813;
	padding: 0px 10px;
}

.focus_first ul {
	margin: 0;
	padding: 0 13px!important;
}

.focus_first ul li {
	list-style: square;
	color: #151515;
	font-size: 16px;
	padding: 10px 0;
	line-height: 32px;
	font-weight: 300;
}

.map_location_icon {
	background: url(../images/location_pin.png) right 0 no-repeat;
	width: 35px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
}

#homepage .footer:after {
	background: #000;
	content: '';
	width: 100%;
	height: 150px;
}

.popup_location_icon {
	background: url(../images/location_pin.png) right 0 no-repeat;
	width: 35px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
	position: absolute;
	right: 45px;
}

.location_details h5 {
	font-size: 25px;
	font-weight: bold;
	color: #df1f29;
}

.pin_arrow span {
	background: url(../images/map_icons.png) right 0 no-repeat;
	width: 83px;
	height: 30px;/*18px*/
	display: inline-block;
	vertical-align: middle;
}

.dappar_place {
	top: 23%;
	right: 20%;
}

.chennai_place {
	bottom: 14%;
    right: 32%;
}

.jamshedpur_place {
	top: 50%;
	right: 5%;
}
.saraikela_place {
	top: 51%;
	right: 4%;
}
.vr_2 span {
	background: url("../images/map_heading2.png") right 0 no-repeat;
	width: 28px;
	height: 80px;
	display: block;
}

.modal.show .modal-dialog {
	margin-top: 5%;
}
.focus_fst ul {
	padding: 0 30px!important;

}
.focus_fst ul li {
    font-size: 16px;
    padding: 0px 0;
    line-height: 25px;
	margin-bottom: 15px;
}
.focus_fst ul li a {
	font-size: 16px;
	line-height: 25px;
	color: #151515;
}
.focus_fst ul li a:hover {
	color: #de2a23;
	transition: .5s;
}
.focus_fst ul li span {
	margin-top: 5px;
	display: block;
}
.focus_fst ul li span img {
	width: 150px;
	height: auto;
	margin-bottom: 20px;
}
.focus_fst h2 {
	color: #151515;
	font-size: 20px;
	border-bottom:none!important;
	padding-bottom: 10px;
	text-align: left;
	display: block!important;
	margin-bottom: 10px!important;
}
.focus_fst p {
	color: #2B2B2B;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 15px;
}
.compliance_no h3 {
	    color: #151515;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px!important;
}
.compliance_no ul {
	padding: 5px!important;
}
.compliance_no ul li {
	list-style: none;
	line-height: 16px;
}
.compliance_no ul li a {
	text-decoration: underline;
}
.menu_over {
	overflow-y: auto;
}
/* width */
.menu_over::-webkit-scrollbar {
  width: 0px;
}
/* width */
.menu_over::-moz-scrollbar {
  width: 0px;
}
.mrgn_top {
	margin-top: 5rem;
}
.mrgin_bot {
		margin-bottom: 10rem;
	}
.bac_nn {
	background-color: transparent!important;
}
.map_spc {
	top: 31%;
    left: 21%;
	margin-top: 117px;
	margin-left: -40px;
}
.career-box {
    margin: 30px 0 30px;
    margin-top: 8rem!important;
}

.enquiry_box {
    position: fixed;
    right: -38px;
    top: 30%;
	transform: rotate(270deg);
	background-color: #de2a23 ;
	color: #fff;
	font-size: 22px;
	padding: 5px 15px 5px;
	border-radius: 0;
	z-index:2;
}
.enquiry_box:focus {
	border: #de2a23 dotted 1px;
	color: #de2a23;
	background: #fff;
	font-size: 22px;
}
.enquiry_box:hover {
	border: #de2a23 dotted 1px;
	color: #de2a23;
	background: #fff;
	font-size: 22px;
}
.bg_org {
	background-color: #de2a23;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bg_org h5 {
	font-size: 18px;
	color: #fff;
}

.form__box .col-form-label {
	font-weight: 400;
	color: #333;
	font-size: 16px;
}
.form__box .form-control {
	border: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
}

.bg_org .close:focus, .close:hover {
	color: #fff;
	opacity: .8;
	outline: none;
}
.bg_org .close {
	color: #fff;
	opacity: 1;
}
.form__box {
	padding-top: 30px;
}


.span_icon {
	background-color: #cfcfcf;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 30px;
    color: #333;
}
/*.form__box .fa-user-tie {
	color: #333;
	font-size: 22px;
}*/
.btn-sub {
	color: #fff;
	background-color: #de2a23;
	font-size: 18px;
	position: relative;
	left: 50%;
	transform: translateX(50% - 50%);
}
.btn-sub:hover {
	border: #de2a23 dotted 1px;
	color: #de2a23;
	background: #fff;
	font-size: 18px;
}
.btn-sub:focus {
	border: #de2a23 dotted 1px;
	color: #de2a23;
	background: #fff;
	font-size: 18px;
	box-shadow: none;
}
.chg_bx {
	border: 1px solid #5f5d5f;
	/*box-shadow: 0px 3px 0px 0px #a6a6a6!important;*/
}
.scr_bx {
	padding: 8px 32px 8px 25px!important;
}
/*.scr_bx::-webkit-scrollbar {
  width: 0px;
}
.scr_bx::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.scr_bx::-webkit-scrollbar-thumb {
  background: #888;
}
.scr_bx::-webkit-scrollbar-thumb:hover {
  background: #555;
}*/
.location_details .close:focus, .close:hover {
	color: #000;
}
.mr_tp {
	margin-top: 4rem;
}
.mb_spc {
	margin-bottom: 2rem;
}
.spacer_box {
	position: relative;
	background-color: #dce0e9;
	width: 100%;
}
.spacer_box .spacer_image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.spacer_box:hover .spacer_txt {
	opacity: 1;
}
.spacer_box .spacer_image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.spacer_image {
	display: block;
	width: 100%;
	height: auto;
}
.spacer_txt {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #000;
}
.spacer_box:hover .spacer_txt {
	opacity: 0.8;
}
.text {
	color: white;
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.spacer_txt .text .click-btn {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}

.spacer_txt .text .click-btn:hover {
	border: #c6004e solid 2px;
	color: #c6004e;
}




/* 16/04/018 about us */

/*.slider_2items img {
	opacity: 1!important;
}*/
.slider_2items {
	position: relative;
}
.slider_2items .historyredirect {
	border: #ffffff solid 1px;
	border-radius: 0;
	color: #ffffff;
	font-size: 20px;
	background-color: transparent;
	margin-right: 15px;
	cursor: pointer;
}
.slider_2items .historyredirect a {
	color: #ffffff;
}
.slider_2items .historyredirect:hover {
	background-color: #FFFFFF;
	color: #000000;
	transition: .5s;
}
.slider_2items .historyredirect:hover a:hover {
	background-color: #FFFFFF;
	color: #000000;
	transition: .5s;
}
.aboutus_section {
    padding: 100px 0px;
    padding-top: 100px;
}
.aboutus_round {
    display: flex;
	position: relative;
}
.right_about_picture {
    width: 575px;
}
.right_about_picture figure {
	width: 100%;
}
.right_about_picture img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutus_txt_box {
	width: calc(100% - 575px);
    padding: 15px 15px 15px 15px;
	/*margin: 55px 0;*/
}
.aboutus_txt_box.bg_aboutus {
	background: url("../images/aboutus_section.png") 0 0 repeat-y;
	width: 735px;
	/*max-height: 400px;*/
	height: auto;
	position: absolute;
    right: 0;
    top: 60px/*65px*/;
}
.order-2 {
	order: 2;
}
.about_hedding_text {
    text-transform: capitalize;
    font-size: 32px;
	margin-left: 15px;
}
.about_hedding_text span {
    border-bottom: 2px solid #e54813;
    padding-bottom: 0px;
}
.pra_p {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
}
.pra_p2 {
	font-size: 16px;
}
.aboutus_round1 {
    display: flex;
	position: relative;
}
.right_about_picture1 {
    width: 575px;
	position: absolute;
    right: 0;
}
.right_about_picture1 figure {
	width: 100%;
}
.right_about_picture1 img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutus_txt_box1 {
	width: calc(100% - 575px);
    padding: 15px 15px 15px 15px;
	/*margin: 55px 0;*/
}
.aboutus_txt_box1.bg_aboutus1 {
	background: url("../images/aboutus_section.png") 0 0 repeat-y;
	width: 735px;
	/*max-height: 400px;*/
	height: auto;
	min-height: 250px;
	margin-right: -240px;
	z-index: 101;
	position: absolute;
    top: 55px/*70px*/;
    left: 0;
}
.about_hedding_text1 {
    text-transform: capitalize;
    font-size: 32px;
	margin-left: 15px;
	font-family: 'Montserrat', sans-serif;
}
.about_hedding_text1 span {
    border-bottom: 2px solid #e54813;
    padding-bottom: 0px;
}
.aboutus_txt_box2.bg_aboutus2 {
    background: url(../images/aboutus_section.png) 0 0 repeat-y;
    width: 735px;
    /*max-height: 400px;*/
	height: auto;
    position: absolute;
    right: 0;
    bottom: 65px;
}
.pra_p1 {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
}
.aboutus_txt_box2 {
    width: calc(100% - 575px);
    padding: 10px 30px 10px 30px;
    /* margin: 55px 0; */
}
.vision_about {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
}
.vision_about::after {
	content: "";
	border-bottom: #fff solid 2px;
	display: block;
	padding-bottom: 4px;
	width: 10%;
}
.vision_support {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
.aboutus_ul li {
	font-size: 16px;
	color: #fff;
	list-style: disc;
	margin: 0 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
}
.slider_2items .slide-inner--info {
	bottom: 100px;
}
.bg_aboutus01 {
    height: auto;
}
.bg_aboutus02 {
    height: auto;
}
.aboutus_txt_box3 {
	width: calc(100% - 575px);
    padding: 15px 30px 15px 30px;
	/*margin: 55px 0;*/
}
.aboutus_txt_box3.bg_aboutus3 {
	background: url("../images/aboutus_section.png") 0 0 repeat-y;
	width: 735px;
	/*max-height: 400px;*/
	height: auto;
	margin-right: -240px;
	z-index: 101;
	position: absolute;
    bottom: 70px;
    left: 0;
}

.bg_aboutus3 {
	height: auto;
}

.top_stragic {
	top: 3px!important;
}
.strategic__heding {
	position: absolute;
	color: #ef2c02;
	font-size: 22px;
	top: 30px;
	left: 25%;
	margin: 0 30px 0 30px;
}
.strategic__heding_right {
	position: absolute;
	color: #ef2c02;
	font-size: 22px;
	top: 30px;
	right: 25%;
	margin: 0 30px 0 30px;
}
.strategic_banner_text {
	background: rgba(0,0,0,0.5);
	position: absolute;
    width: auto;
    top: 255px;
	margin: 0 28rem 0 3rem;
    padding: 15px 15px;
    color: #fff;
	z-index: 1;
    transition: opacity 1s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.strategic_banner_text p {
	color: #ffffff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}
.cd-top {
	display: none;
}
.cd-top.cd-top--show {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.steel_round {
    display: flex;
    margin-bottom: 10px;
}
.left_steel_picture {
    width: 435px;
}
.left_steel_picture figure {
	width: 100%;
}
.left_steel_picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
.steel_top_text {
    width: calc(100% - 435px);
    padding: 20px 15px;
    background-color: #ffffff;
	margin: 30px 0 15px;
    min-height: 88%;
    background: url(../images/aboutus_section.png) 0 0 repeat;
}
.steelwheel_box {
	/*background-color: #eaeaea;*/
	padding-bottom: 15px;
}
.steel_p {
	color: #ffffff;
	font-size: 16px;
	line-height: 25px;
}
.steel_p1 {
	font-size: 16px;
	line-height: 26px;
	margin: 0;
}
.steelnd_round {
	display: flex;
}
.steelnd_left {
	width: 480px;
}
.steelnd_left figure {
	width: 100%;
}
.steelnd_left img {
	width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 0;
}
.steelnd_right {
	width: calc(100% - 480px);
    padding: 20px 15px;
    background-color: #ffffff;
	margin: 30px 0 50px;
    min-height: 88%;
    background: url(../images/aboutus_section.png) 0 0 no-repeat;
}
.steel_2box {
	display: flex;
    position: relative;
}
.steel_2box1 {
    background: url(../images/aboutus_section.png) 0 0 repeat-y;
    width: 765px;
    height: auto;
    z-index: 101;
    position: absolute;
    top: 0px;
    right: 0;
}
.steel_2box2 {
    background: url(../images/aboutus_section.png) 0 0 repeat-y;
    width: 765px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0px;
}
.steel_txt_box {
    width: calc(100% - 435px);
    padding: 10px 15px;
}
.steel_txt_box1 {
    width: calc(100% - 435px);
    padding: 10px 15px;
}
.steel_about_picture {
    width: 435px;
}
.steel_about_picture figure {
    width: 100%;
}
.steel_about_picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}








.steel_main_box {
	/*background-color: #eaeaea;*/
	padding: 30px 0 30px;
	margin: 30px 0px 30px;
}
.map_head_box {
	background-color: #eaeaea;
	padding: 30px 0 30px;
	margin: 15px 0 15px;
}
.locat_pin {
    position: absolute;
    font-size: 16px!important;
	line-height: 16px;
    color: #000000;
}
.dappar_plc1 {
    top: 13%!important;
    left: -15%;
	margin-left: 45px;
}
.dappar_plc1 span {
	background: url(../images/map_headingrev1.png) right 0 no-repeat;
	width: 83px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}   
.dappar_car {
    top: 17%;
    right: 2%;
    margin-right: 60px;
    margin-top: -5px;
}
.dappar_car span {
    background: url(../images/map_icons.png) right 0 no-repeat;
    width: 83px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.jamshedpur_hcv {
	top: 46%;
    right: -8%;
    margin-right: 45px;
}
.jamshedpur_hcv span {
	background: url(../images/map_icons.png) right 0 no-repeat;
    width: 83px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.chennai_car {
    bottom: 10%;
    right: 19%;
    margin-right: 50px;
    margin-bottom: 10px;
}
.chennai_car span {
	background: url(../images/map_icons.png) right 0 no-repeat;
    width: 83px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.alloy_wheelsone {
	/*background-color: #f3f3f3;*/
	padding-bottom: 30px;
}
.alloy_wheels_round {
	display: flex;
}
.alloy_right {
	width: 480px;
}
.alloy_right figure {
	width: 100%;
}
.alloy_right img {
	width: 100%;
    height: 100%;
    border-radius: 0;
}
.alloy_wheel_txt {
	width: calc(100% - 480px);
	/*margin: 15px 0px 15px;
	border: #da000a solid 1px;*/
	border-right: 0px;
}
.alloy_bground {
	background-color: #ffffff;
	padding: 15px 15px 15px;
	margin: 20px 0px 20px;
	min-height: 88%;
	background: url("../images/aboutus_section.png") 0 0 repeat;
}
.alloy_txt {
	color: #ffffff;
	font-size: 16px;
	line-height: 25px;
}
.why_alloy {
	/*background-color: #f3f3f3;*/
	padding: 15px 0 15px;
}
.ruby_grid {
    position: relative;
	margin-bottom: 5px;
}
.ruby_grid figure {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.ruby_grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.ruby_grid figure figcaption,
.ruby_grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ruby_grid figure figcaption {
    padding: 15px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ruby_grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.ruby_grid figure h2,
.ruby_grid figure p {
    margin: 0;
}
.ruby_grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
	margin-bottom: 10px;
}
.ruby_grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.ruby_grid figure figcaption,
.ruby_grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.effect-ruby {
	background-color: #17819c;
}
figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-ruby p {
	margin: 15% 0 0;
	padding: 15px 15px;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
}
figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
figure.effect-ruby p.p1 {
	margin: 0% 0 0;
	margin-bottom: 15px;
	padding: 10px 15px;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
}
figure.effect-ruby:hover p.p1 {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
.mar_tp {
	margin-top: 30px;
}
.aboutus_txt_box_about {
    width: calc(100% - 575px);
    padding: 10px 15px 10px 15px;
}
.aboutus_txt_box_about.bg_aboutus_about {
	background: url("../images/aboutus_section2.png") 0 0 repeat-y;
    width: 735px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 85px;
}
.quick_hding {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}
.quick_link {
	margin: 0;
	padding: 0;
	line-height: 26px;
	font-size: 14px;
	color: #ffffff!important;
}
.quick_link:hover {
	font-size: 14px;
	color: #ffffff!important;
}
.quick_link:focus {
	box-shadow: none;
	font-size: 14px;
	color: #ffffff!important;
}
.quick_box {
	display: flex;
}
.quick_left {
	width: 110px;
	margin-right: 5px;
}
.quick_right {
	width: calc(100% - 110px);
}
.quick_ul {
	padding: 0;
	line-height: 0;
	margin: 0;
	margin-left: 10px;
}
.quick_ul li {
	display: inline-block;
	/*margin-right: 5px;
	margin: 0 5px 0px;*/
	color: #fff;
	font-size: 13px;
	border-left: #ffffff solid 1px;
	padding: 0 30px 0 30px;
}
.quick_ul li:last-child {
	padding: 0 0px 0 20px;
}
.spc_top {
	top: 20px!important;
}
.spc_bottom {
	bottom: 30px!important;
}
.spc_bottom2 {
	bottom: 50px!important;
}
.quick_box_manu_left {
	width: 180px;
}
.quick_box_manu_right {
	width: calc(100% - 180px);
}
.quick_box_manu_right .quick_ul li {
    padding: 0 10px 0 10px;
}
.aboutus_txt_box_about2 {
    width: calc(100% - 575px);
    padding: 10px 15px 10px 15px;
}
.aboutus_txt_box_about2.bg_aboutus_about2 {
	background: url(../images/aboutus_section2.png) 0 0 repeat-y;
    width: 735px;
    height: auto;
    margin-right: -240px;
    z-index: 101;
    position: absolute;
    bottom: -505px/*70px*/;
    left: 0;
}
.aboutus_txt_box_about.bg_aboutus_about .quick_link {
	line-height: 2;
}
.maufacturing_btn_box {
	margin: 10px 0 10px;
    margin-top: 34%;
    /* margin-left: -52px; */
    position: absolute;
	width: 51%;
	padding: 10px 15px;
}
.dapper_btn {
	border: #ffffff solid 1px;
	color: #ffffff;
	font-size: 16px;
	line-height: 16px;
	padding: 10px 15px;
	border-radius: 0;
	margin: 10px 0 10px;
	width: 100%;
}
.dapper_btn:hover {
	border: #df1f29 solid 1px;
	color: #df1f29;
	font-size: 16px;
	line-height: 16px;
}
.steelwheel_box .owl-nav button.owl-prev {
    left: -57px;
    right: auto;
}
.steelwheel_box .owl-nav button.owl-next {
    left: auto;
    right: -57px;
}
.steelwheel_box .owl-nav button.owl-prev, 
.steelwheel_box .owl-nav button.owl-next {
    opacity: 1;
    position: absolute;
    border: #000000 solid 3px;
    border-radius: 100%;
    backface-visibility: hidden;
    width: 38px;
    height: 38px;
    line-height: 38px;
    top: 50%;
    margin: 0;
    margin-top: -30px;
    color: black;
    z-index: 10;
    cursor: pointer;
}
.steelwheel_box .owl-carousel .owl-dots.disabled,
.steelwheel_box .owl-carousel .owl-nav.disabled {
    display: block;
}
.steelwheel_box .owl-prev::before {
    left: 12px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.steelwheel_box .owl-prev::before,
.steelwheel_box .owl-next::before {
    position: absolute;
    top: 10px;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-left: 3px solid black;
    border-top: 3px solid black;
}
.steelwheel_box .owl-next::before {
    right: 12px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.steelwheel_box .owl-prev::before,
.steelwheel_box .owl-next::before {
    position: absolute;
    top: 10px;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-left: 3px solid black;
    border-top: 3px solid black;
}
.mesana_car {
	top: 21%!important;
    left: 21%;
    margin-top: 104px;
    margin-left: -25px;
}
.location_details h5 {
    font-size: 22px;
}
.certification_box {
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: center;
	padding: 0px;
}
.certification_box ul {
    padding: 0px;
    font-size: 21px;
    margin-top: 15px;
    line-height: 32px;
}
.certification_box ul li {
	list-style: none;
	display: inline-block;
	margin-right: 30px;
}
.certification_box ul li:last-child {
	margin-right: 0;
}
.certification_box ul li a {
	color: #222;
    list-style: none;
    text-decoration: none;
    font-size: 18px;
}
.certification_box ul li a:hover {
    color: #de2a23;
    transition: 0.5s;
    text-decoration: underline;
}
.mtr_spc {
	margin-top: 10px;
}
.aboutus_txt_box_about2nd {
    width: calc(100% - 575px);
    padding: 10px 15px 10px 15px;
}
.aboutus_txt_box_about2nd.bg_aboutus_about2nd {
    background: url(../images/aboutus_section2.png) 0 0 repeat-y;
    width: 735px;
    height: auto;
    margin-right: -240px;
    z-index: 101;
    position: absolute;
    bottom: -415px/*70px*/;
    left: 0;
}
.aboutus_txt_box_aboutmanu {
	width: calc(100% - 575px);
	padding: 10px 15px 10px 15px;
}
.bg_aboutus_aboutmanu {
	background: url(../images/aboutus_section2.png) 0 0 repeat-y;
	width: 735px;
	height: auto;
	margin-right: -240px;
	z-index: 101;
	position: absolute;
	bottom: -430px/*70px*/;
	left: 0;
}
.quick_box_manu_right .quick_ul li a.quick_link {
	line-height: 1.6;
}
.map_bground {
	background: url("../images/map-bg.jpg") 0 0 repeat;
	height: auto;
	width: auto;
}
.gallery_hedding {
	text-align: center;
	padding-bottom: 10px;
	margin-top: 0px;
}
.gallery_hedding h3 {
	margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
    border-bottom: 4px solid #fc4c25;
    font-size: 30px;
	color: #484848;
    padding: 0px 0px 5px 0px;
}
.pd_right_left {
	padding-right: 2.5px;
	padding-left: 2.5px;
}
.pd_right {
	padding-right: 2.5px;
}
.pd_left {
	padding-left: 2.5px;
}
.gallery_imag {
	margin-bottom: 5px;
}
.read__new {
	text-align: -moz-right;
	text-align: -webkit-right;
	text-align: right;
	margin-top: 0px;
	margin-right: 30px;
}
.read_more {
	padding: 2px 40px;
	background-color: #e7411b;
	color: #ffffff;
	font-size: 20px;
}
.read_more:hover {
	padding: 2px 40px;
	background-color: #e7411b;
	color: #ffffff;
	font-size: 20px;
}
.read_more:focus {
	padding: 2px 40px;
	background-color: #e7411b;
	color: #ffffff;
	font-size: 20px;
}
.steel_pra {
	color: #000000;
	font-size: 16px;
	line-height: 26px;
	padding: 10px 0 10px;
}
.gallery_imag figure.effect-ruby {
    background-color: rgba(0,0,0,0.7);
}
.gallery_imag figure.effect-ruby:hover img {
    opacity: 0.4;
}
.gallery_imag figure.effect-ruby p {
	padding: 10px 15px;
    margin-right: 10%;
    margin-left: 10%;
}
.gallery_imag .owl-stage, 
.gallery_imag .slide_items, 
.gallery_imag .slide_items img {
    height: 82vh;
}
.career_main_bg {
	background-color: #fafafa;
	padding: 35px 0 10px;
}
.pic_box_bg {
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: center;
	padding-bottom: 40px;
}
.pic_squire {
	display: inline-block;
    background-color: #8d8d8d;
    transform: rotate(50deg);
    position: relative;
    width: 120px;
    height: 120px;
    margin-bottom: 30px;
}
.pic_squire figure {
	transform: rotate(-44deg);
    position: absolute;
    top: -20px;
    left: -40px;
    width: 130px;
    height: 100%;
}
.pic_squire figure.figure1 {
	top: -25px;
	left: -30px;
}
.pic_squire figure img {
	width: 100%;
	height: auto;
}
.pic_box_bg h3,
.pic_box_bg h4 {
	color: #8d8d8d;
	font-size: 16px;
	line-height: 15px;
}
.pic_box_bg h3 {
	font-weight: bold;
}
.career_hedding {
	text-align: center;
    padding-bottom: 10px;
    margin-top: 25px;
}
.career_hedding h3 {
    display: inline-block;
    border-bottom: 3px solid #fc4c25;
    font-size: 26px;
    color: #484848;
	margin-bottom: 15px;
    margin-top: 10px;
    padding: 0px 2px;
}
.career__box {
    border-radius: 5px;
    box-shadow: #f2f2f2 0px 0px 2px 2px;
    padding: 5px 15px;
	margin-top: 45px;
}
.career__main .table {
    margin-top: 0.5rem;
}
.career__main .table-bordered {
    border-top: 0;
}
.career__main .table-bordered thead td,
.career__main .table-bordered thead th {
    font-size: 18px;
	font-weight: normal;
    color: #fff;
	border-radius: 0px;
    background: #fc4c25;
}
.career__main .table-bordered td,
.career__main .table-bordered th {
    border: none;
	font-size: 18px;
	border-right: #ffffff solid 5px;
}
.career__main .table-bordered td:last-child,
.career__main .table-bordered th:last-child {
    border-right: #e1e1e1 solid 2px;
}
.career__main .table-bordered td {
	border: none;
	border-bottom: #e1e1e1 solid 1px;
}
.career__box .career__main .table.table-bordered tr {
	border: #e1e1e1 solid 1px;
}
.apply_btn {
	color: #fbfbfb; 
	font-size: 18px;
	padding: 5px 30px;
	background-color: #fc4c25;
	float: right;
	border-radius: 0;
}
.apply_btn:hover {
	color: #fbfbfb; 
	font-size: 18px;
	padding: 5px 30px;
	background-color: #fc4c25;
}
.apply_btn:focus {
	color: #fbfbfb; 
	font-size: 18px;
	padding: 5px 30px;
	background-color: #fc4c25;
}
.mar_top {
	margin-top: 5%;
}
.steelwheel_box .owl-dots {
	display: none;
}
.steelwheel_box .swiper-pagination .swiper-pagination-bullet,
.steelwheel_box .owl-dot {
    width: 0px;
    height: 0px;
}
.aboutus_section .steelwheel_box .new-main {
    height: 135px;
}
.product_section_img {
    padding: 100px 0px;
    padding-top: 82px;
    padding-bottom: 0px;
}
.img_footer,
.img_footer img {
	width: 100%;
	height: 317px;
}
.rolling_left_box {
	background: url("../images/rolling_bg_left.png") 0 0 repeat;
	width: auto;
	height: auto;
	min-height: 100%;
	padding: 30px 15px 30px;
}
.rolling_left_box p {
	color: #ffffff;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 10px;
}
.rolling_right_box {
	/*background: url("../images/rolling_bg_right.png") 0 0 repeat;
	width: auto;
	height: auto;
	min-height: 100%;
	padding: 20px 10px 20px;
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: center;*/
	margin-top: 20px;
}
.product_details {
	font-size: 26px;
	color: #ffffff;
	text-align: left;
}
.product_ol {
	margin: 15px 0 15px;
	padding: 0 15px!important;
}
.product_ol li {
	font-size: 16px;
    line-height: 25px;
    padding: 2px 0 2px;
    color: #ffffff;
    list-style-type: decimal;
    margin-right: 0;
	
}
.hot_rolling_table {
	margin: 15px 0 15px;
}
.hot_rolling_table .table-bordered thead td,
.hot_rolling_table .table-bordered thead th {
    font-size: 16px;
    color: #fff;
	padding: 5px 15px;
    background: #000000;
}
.hot_rolling_table .table-bordered td, 
.hot_rolling_table .table-bordered th {
    border: 1px solid #eceeef;
    padding: 5px 15px;
    font-size: 12px;
    color: #ffffff;
}
.hot_rolling_table_sc2 {
	margin: 15px 0 15px;
}
.hot_rolling_table_sc2 .table-bordered thead td,
.hot_rolling_table_sc2 .table-bordered thead th {
    font-size: 16px;
    color: #fff;
	padding: 5px 15px;
    background: #e54813;
}
.hot_rolling_table_sc2 .table-bordered td, 
.hot_rolling_table_sc2 .table-bordered th {
    border: 1px solid #eceeef;
    padding: 5px 15px;
    font-size: 12px;
    color: #ffffff;
}
.chenical_heading {
	color: #ffffff;
	font-size: 16px;
	line-height: 25px;
	margin-top: 6px;
	font-weight: normal;
}
.chenical_heading::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #ffffff;
	border-radius: 50%;
	margin-right: 7px;
	margin-bottom: 2px;
	
}
.rolling__box {
	margin: 10px 0 10px;
	border-radius: 5px;
}
.rolling_pd_right {
	padding-right: 7.5px;
}
.rolling_pd_left {
	padding-left: 7.5px;
}
.rolling__box figure.effect-ruby {
    background-color: #000000;
    border-radius: 10px;
}
.rolling__box figure.effect-ruby img {
    border-radius: 10px;
}
.rolling__box figure.effect-ruby p {
    margin: 20% 0 0;
    padding: 10px 15px;
    display: inline-block;
}
.rolling_orng {
	background-color: rgba(244,74,37,.77);
	padding: 5px 10px;
	width: 100%;
	position: absolute;
    bottom: 0px;
    border-radius: 0px 0px 10px 10px;
	text-align: left;
}
.rolling_orng ul {
	margin: 0;
	padding: 0;
}
.rolling_orng ul li {
	display: inline-block;
	padding: 0 10px;;
	border-right: #ffffff solid 1px;
	color: #ffffff;
	font-size: 12px;
}
.rolling_orng ul li:last-child {
	padding: 0px 5px 0 5px;
	border-right: 0;
}
.map_wrapper {
	height: 32rem;
	width: 100%;
}
.map_wrapper > img {
	height: 32rem;
	width: 100%;
}
.map_bground {
    padding: 0;
    margin: 0;
}
.mart_30 {
	margin-top: 15px;
}
.oscar_grid {
	position: relative;
    margin: 10px 0 10px;
}
.oscar_grid figure {
	position: relative;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.oscar_grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
.oscar_grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.oscar_grid figure figcaption::before,
.oscar_grid figure figcaption::after {
	pointer-events: none;
}
.oscar_grid figure figcaption,
.oscar_grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.oscar_grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.oscar_grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.oscar_grid figure h2 span {
	font-weight: 800;
}
.oscar_grid figure h2,
.oscar_grid figure p {
	margin: 0;
}
.oscar_grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
.oscar_grid figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
	border-radius: 10px;
	height: 235px;
}
.oscar_grid figure.effect-oscar img {
	opacity: 0.9;
	/*-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;*/
	border-radius: 10px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.oscar_grid figure.effect-oscar:hover img {
	-webkit-transform: scale(1);
    transform: scale(1);
}
.oscar_grid figure.effect-oscar figcaption {
	padding: 15px;
	background-color: rgba(58,52,42,0.4);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}
.oscar_grid figure.effect-oscar figcaption::before {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	border: 1px solid #fff;
	content: '';
}
.oscar_grid figure.effect-oscar h2 {
	margin: 45% 0 10px 0;
	color: #ffffff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
.oscar_grid figure.effect-oscar figcaption::before,
.oscar_grid figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.oscar_grid figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.oscar_grid figure.effect-oscar:hover figcaption::before,
.oscar_grid figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	border-radius: 10px;
}
.oscar_grid figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}
.oscar_grid figure.effect-oscar:hover img {
	opacity: 0.4;
}
.map_heading_box {
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: center;
}
.map_heading_box h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
}
.map_heading_box h2 span {
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	display: block;
}
.steel_img .oscar_grid {
    margin: 0 0 0 0;
	margin-bottom: 5px;
}
.steel_img .oscar_grid figure.effect-oscar {
	border-radius: 0;
    height: 100%;
}
.steel_img .oscar_grid figure.effect-oscar figcaption::before {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
}
.steel_img .oscar_grid figure.effect-oscar img {
    border-radius: 0px;
}
.steel_img .oscar_grid figure.effect-oscar:hover figcaption::before,
.steel_img .oscar_grid figure.effect-oscar:hover p {
    border-radius: 0px;
	border: 0;
}
.steel_img .oscar_grid figure.effect-oscar figcaption::before,
.steel_img .oscar_grid figure.effect-oscar p.p1 {
	border-radius: 0px;
    padding: 5px 10px 5px;
    border: #fff solid 1px;
    display: inline-block;
    margin-top: 10%;
	color: #ffffff;
}
.steel_img .oscar_grid figure.effect-oscar p.p1 a {
	color: #ffffff;
}
.steel_img .oscar_grid figure.effect-oscar h2 {
    margin: 10px 0 0px 0;
    margin: 10px 0 10px 0;
	font-size: 16px;
}
.steel_img .oscar_grid figure.effect-oscar figcaption {
    background-color: rgba(58,52,42,0.4);
}
.our_products_box {
	text-align: -webkit-left;
	text-align: -moz-left;
	text-align: left;
	margin: 0 auto;
	display: table;
	margin-top: 15px;
}
.our_products_box a {
	background-color: #000;
	padding: 5px 15px;
	color: #ffffff;
	font-size: 16px;
}
.rolling__box .oscar_grid figure.effect-oscar figcaption::before {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid #fff;
    content: '';
}
.rolling__box .oscar_grid figure.effect-oscar figcaption::before,
.rolling__box .oscar_grid figure.effect-oscar ul li {
	display: block;
    font-size: 11px;
    text-align: left;
    padding: 5px 0px 5px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.rolling__box .oscar_grid figure.effect-oscar figcaption::before,
.rolling__box .oscar_grid figure.effect-oscar ul li span {
	padding: 0px 10px 0px;
}
.rolling__box .oscar_grid figure.effect-oscar figcaption::before,
.rolling__box .oscar_grid figure.effect-oscar ul {
	padding: 10px 10px!important;
}
.rolling__box .oscar_grid figure.effect-oscar:hover figcaption::before,
.rolling__box .oscar_grid figure.effect-oscar:hover ul li {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 10px;
}
.rolling__box .oscar_grid figure.effect-oscar ul li span.left_rolling_box {
	width: 80px;
	height: 20px;
	display: inline-block;
}
.rolling__box .oscar_grid figure.effect-oscar ul li span.right_rolling_box {
	width: calc(100% - 80px);
	display: contents;
}
.mar_top_spc {
	margin-top: 40px;
}
/* Updated on 19 October 2020 */

.slider_inner__info {
	position: absolute;
    width: auto;
    /*top: 180px;*/
    top: 105px !important;
    padding-left: 3em;
    color: #fff;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.swiper-slide-active .slider_inner__info {
    opacity: 1;
    transition: opacity 1s ease 1s;
}
.inner_banner .slider_inner__info {
    opacity: 1;
}
.slider_inner__info h2 {
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 34px;
    line-height: 1em;
    color: #fff;
}
.alloy_txt1 {
	color: #FFFFFF;
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
}
.alloy_ul {
	margin-top: 10px;
}
.alloy_ul li {
	font-size: 14px;
	display: inline-block;
	color: #ffffff;
	border: #fff solid 1px;
	padding: 5px 10px;
	margin-right: 15px;
}
.alloy_ul li:last-child {
	margin-right: 0px;
}
.modal_ul {
	margin: 10px 0 10px;
	padding: 0 15px!important;
}
.modal_ul li {
	font-size: 16px;
	line-height: 26px;
	padding: 10px 0px 0px;
	list-style: square;
}
.modal_ul li strong {
	font-weight: 600;
}
.modal_p {
	font-size: 16px;
	line-height: 26px;
	color: #4c4c4c;
}
.testing_txt {
	font-size: 18px;
	line-height: 28px;
	padding: 10px 0;
	color: #4c4c4c
}
.text_heading {
	color: #4c4c4c;
    font-size: 16px;
    line-height: 16px;
    margin-top: 5px;
}
.text_heading::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #4c4c4c;
    border-radius: 50%;
    margin-right: 7px;
    margin-bottom: 2px;
}
.location_details .modal-content .modal-body .row .col-md-4 img {
	margin-bottom: 20px;
}
.customer_logo {margin-top: 0;}
.slider_op img {
	height: 100vh!important;
	opacity: 0.9!important;
	margin-top: 1rem!important;
}
.modal_hight {
	max-height: 550px;
	overflow-y: auto;
}
.modal_hight::-webkit-scrollbar {
  width: 10px;
}
.modal_hight::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.modal_hight::-webkit-scrollbar-thumb {
  background: #888; 
}
.modal_hight::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.steel_wheels_sz img {
	height: 100vh!important;
	opacity: 1!important;
}
.steelnd_right1 .accordion {
	margin: 0;
	padding: 0;
}
.steelnd_right1 .card-header {
    border-radius: 0;
	padding: 0;
	margin: 0;
}
.steelnd_right1 .card {
	background-color: transparent;
	color: #ffffff;
	border: 0;
}
.steelnd_right1 .collapsebtn {
	padding: 10px 10px;
	width: 100%;
	font-size: 16px;
	text-align: left;
	cursor: pointer;
}
.steelnd_right1 .collapsebtn:focus {
	box-shadow: none;
}
.steelnd_right1 .card-body p {
	font-size: 14px;
	line-height: 25px;
}
.steelnd_right1  .card-body {
	max-height: 185px;
	overflow-y: auto;
	padding: 10px 10px;
}
.steelnd_right1 .collapsebtn.collapsed::after {
    content: '\f078';
	font-family: FontAwesome;
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.steelnd_right1 .collapsebtn::after {
    content: '\f077';
	font-family: FontAwesome;
    color: #777;
    font-weight: bold;
    float: right;
	margin-left: 5px;
}
.rolling_left_boxnw {
	min-height: auto;
	padding: 20px 15px 5px;
}
.about_img {}
.about_box_org {
	padding: 15px 15px;
    background-color: #ffffff;
    margin: 15px 0 15px;
    min-height: 100px;
    background: url(../images/aboutus_section.png) 0 0 repeat-y;
}
.about_right_spc {
	padding-right: 0px;
}
.about_left_spc {
	padding-left: 0px;
}
.vision_about:hover {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}
.vision_about:focus {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}
.steel_p2 {
	font-size: 16px;
    line-height: 25px;
	color: #ffffff;
	margin: 10px 0 10px;
}
.steel_rd_right {
	text-align: -webkit-right;
	text-align: -moz-right;
	text-align: -ms-right;
	text-align: right;
}
.steel_rd_right .readbtn {
	border-radius: 50%;
	border: #fff solid 2px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	padding: 0;
 }
.steel_rd_right .readbtn img {
	width: 35px;
}
.moadl_p {
	font-size: 16px;
	line-height: 26px;
	color: #000;
}
.manu_scr {
	max-height: 345px;
	overflow-y: auto;
}
.manu_scr::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.manu_scr::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
  background: #f1f1f1; 
}
 
/* Handle */
.manu_scr::-webkit-scrollbar-thumb {
  background: #888; 
	border-radius: 10px;
}

/* Handle on hover */
.manu_scr::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.spc_bottom1 {
	bottom: 53px!important;
}
.dappder_scr {
	max-height: 345px;
    overflow-y: auto;
    top: 50px!important;
}
.dappder_scr::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.dappder_scr::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
  background: #f1f1f1; 
}
 
/* Handle */
.dappder_scr::-webkit-scrollbar-thumb {
  background: #888; 
	border-radius: 10px;
}

/* Handle on hover */
.dappder_scr::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.chennai_bottom {
	bottom: -475px!important;
}
.chennai_scr {
	max-height: 375px;
    overflow-y: auto;
    top: 35px!important;
}
.chennai_scr::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.chennai_scr::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
  background: #f1f1f1; 
}
 
/* Handle */
.chennai_scr::-webkit-scrollbar-thumb {
  background: #888; 
	border-radius: 10px;
}

/* Handle on hover */
.chennai_scr::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.jamshedpur_bottom {
	bottom: 45px!important;
}
.jamshedpur_scr {
	max-height: 375px;
    overflow-y: auto;
    top: 50px!important;
}
.jamshedpur_scr::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.jamshedpur_scr::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
  background: #f1f1f1; 
}
 
/* Handle */
.jamshedpur_scr::-webkit-scrollbar-thumb {
  background: #888; 
	border-radius: 10px;
}

/* Handle on hover */
.jamshedpur_scr::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.mehsana_bottom {
	bottom: -475px!important;
}
.mehsana_scr {
	max-height: 375px;
    overflow-y: hidden;
    top: 35px!important;
}

.mehsana_scr::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.mehsana_scr::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
  background: #f1f1f1; 
}
 
/* Handle */
.mehsana_scr::-webkit-scrollbar-thumb {
	background: #888; 
	border-radius: 10px;
}

/* Handle on hover */
.mehsana_scr::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.saraikela_scr {
	max-height: 375px!important;
    overflow-y: auto;
    min-height: 375px!important;
    top: 5px!important;
}
.saraikela_scr::-webkit-scrollbar {
  width: 10px;
}

/* Handle */
.saraikela_scr::-webkit-scrollbar-thumb {
	background: #888; 
	border-radius: 10px;
}

/* Handle on hover */
.saraikela_scr::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.alloy_scr {
	max-height: 375px;
	overflow-y: auto;
}
.alloy_scr::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.alloy_scr::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
  background: #f1f1f1; 
}

/* Handle */
.alloy_scr::-webkit-scrollbar-thumb {
  background: #888; 
	border-radius: 10px;
}

/* Handle on hover */
.alloy_scr::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.thehot_scr {
	max-height: 375px;
	overflow-y: auto;
	min-height: 375px;
	margin-top: 45px;
}
.thehot_scr::-webkit-scrollbar {
	width: 10px;
}
/* Track */
.thehot_scr::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
	border-radius: 10px;
	background: #f1f1f1; 
}
/* Handle */
.thehot_scr::-webkit-scrollbar-thumb {
	background: #888; 
	border-radius: 10px;
}
/* Handle on hover */
.thehot_scr::-webkit-scrollbar-thumb:hover {
	background: #555; 
}
.strategic_res {
	display: none;
}
.strategic_dec {
	display: block;
}




/*ash new end*/

@media (min-width:768px) {
	.slider_box {
		/* width:100vh; */
		height: 100vh;
		display: flex;
	}
	.owl-stage,
	.slide_items,
	.slide_items img {
		height: 90vh;
		object-fit: fill;
	}
	.slide-inner1 .col-md-6 {
		-ms-flex: 0 0 45.5%;
		flex: 0 0 45.5%;
		max-width: 45.5%;
	}
	.slide-inner1 .col-md-5 {
		-ms-flex: 0 0 34%;
		flex: 0 0 34%;
		max-width: 34%;
	}
	.slide-inner1 footer .col-md-4 {
		-ms-flex: 0 0 26%;
		flex: 0 0 26%;
		max-width: 26%;
}

}

@media (min-width: 992px) {
	.slide-inner1 .col-xl-3 {
		-ms-flex: 0 0 22.5%;
		flex: 0 0 22.5%;
		max-width: 22.5%;
	}
	.slide-inner1 footer .col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 31.333333%;
		max-width: 31.333333%;
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.news_home {
		padding: 60px 0 30px;
	}
	.col4-inner,
	.col4-inner2 {
		margin-bottom: 30px;
	}
	/*ash new start*/
	.compres .slide_items img {
		height: auto;
	}
	.compres .owl-stage,
	.slide_items,
	.slide_items img {
		height: auto;
	}
	.compres .slide-inner--info {
		bottom: 10vh;
		text-align: left;
		margin-left: 15px;
	}
	.compres .about_column {
		padding-top: 30px!important;
	}
	.compres .quality_text {
		padding: 10px 0px 50px;
	}
	.compres .steel-hedd {
		margin-top: 15px;
		font-size: 24px;
	}
.dappar_place1 {
    top: 18%!important;
    left: 0%!important;
}
.jamshedpur_place {
    top: 50%!important;
    right: -3%!important;
}
.chennai_place {
    bottom: 13%!important;
    right: 27%!important;
}
	.compres .product_section,
	.news_home {
		margin: 30px 0;
	}
	.manufacturing_text h3 {
		font-size: 31px;
		margin-bottom: 30px;
		padding-bottom: 5px;
	}
	.compres .customer_head h3 {
		padding-bottom: 5px;
		font-size: 32px;
	}
	.compres .customer_head {
		margin-bottom: 20px;
	}
	.compres .customers_sec {
		padding: 30px 0;
	}
	.mi-4,
	h2 {
		font-size: 28px;
	}
	.h3,
	h3 {
		font-size: 1.25rem;
	}
	.technology_space .focus_quality {
		padding: 15px!important;
	}
	.technology_space .focus_first h3 span {
		border-bottom: 2px solid #e54813;
	}
	.technology_space .focus_first h3 {
		margin-bottom: 30px;
		font-size: 32px;
	}
	.dappar_place {
    top: 23%;
    right: 15%;
}
.saraikela_place {
    top: 53%;
    right: 11%;
}
.get_contact {
    padding: 30px 0px 5px !important;
}
.main_head_box h1 span {
    border-bottom: #de2a23 solid 2px;
}
.main_head_box h1 {
    font-size: 30px;
}
.address-box h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.address-box p {
    font-size: 18px;
    line-height: 1.625rem;
}
.manufacturing_text {
    margin-top: 0rem!important;
}
.mi-4, h2 {
    font-size: 25px;
}
.br_none p {
	font-size: 14px;
}
.top_text p {
	font-size: 14px;
}
.hding-nam span {
    border-bottom: #de2a23 solid 3px;
    padding: 0px 8px;
}
.hding-nam {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 400;
}
.mr_tp {
    margin-top: 2rem;
}
.hding-txt {
    font-size: 24px;
    padding-top: 0px;
}
.career-box {
    margin-top: 2rem !important;
}
.mrgin_bot {
    margin-bottom: 0rem;
}
.heading_gallery {
    margin-top: 0rem!important;
}
.heading_gallery h3 {
    padding-bottom: 1px;
    border-bottom: 2px solid #e54813;
    font-size: 34px;
}
.about_hedding_text1 {
    font-size: 25px;
}
.aboutus_txt_box {
    padding: 10px 15px 10px 15px;
}
.aboutus_txt_box1 {
    padding: 10px 15px 10px 15px;
}
.aboutus_txt_box2 {
    padding: 10px 15px 10px 15px;
}
.vision_support {
    font-size: 18px;
}
.pra_p {
    font-size: 15px;
}
.locat_pin {
    font-size: 13px !important;
    line-height: 13px;
}
.dappar_car {
    right: 0%;
}
.dappar_plc1 {
    left: -17%;
}
.ally_text {
    font-size: 22px;
}
.maufacturing_btn_box {
    margin-top: 39%;
}
.mesana_car {
    top: 13% !important;
    margin-top: 100px;
}
.gallery_imag figure.effect-ruby p {
    margin-right: 0%;
    margin-left: 0%;
}
.product_ol li {
    margin-right: 15%;
}
.hot_rolling_table .table-bordered td, 
.hot_rolling_table .table-bordered th {
    padding: 5px 15px 5px 50%;
}







	/*ash new end*/
}

@media (max-width:767px) {
.overlay {
	display: none;
}
.slide-inner--info {
	opacity: 1 !important;
}
.slide_items img {
	height: 500px;
	object-fit: cover;
}
.mrgn_top {
margin-top: 6rem;
}

.mrgin_bot {
	margin-bottom: 2rem;
}
.ms-container.home-slider,
.product_bg {
	height: auto;
}
.slide-inner,
.swiper-container {
	position: static;
	height: auto;
	overflow: visible;
	transform: translate3d(0px, 0px, 0px) !important;
}
.swiper-wrapper {
	display: block;
	height: auto;
}
.swiper-slide {
	overflow: visible;
	height: auto;
	flex-shrink: initial;
	display: block;
}
/*ash new start*/
.steel-hedd {
	color: #000000;
	padding-bottom: 4px;
	text-transform: none;
	font-size: 28px;
	text-align: center;
	margin-top: 15px;
	line-height: 15px;
	margin-bottom: 0px;
}
.read-more-trigger {
	cursor: pointer;
	color: #f44b27;
	float: right;
	font-size: 22px;
}
.sec_heading h2 {
	font-size: 24px;
}
.as-img {
	max-width: 100%;
	height: auto;
}
.hding-nam {
	font-size: 28px;
	color: #000;
	margin-bottom: 20px;
	text-align: center;
}
.compres .slide_items img {
	height: auto;
}
.compres .slide-inner--info h1 {
	margin: 10px 0;
	text-transform: uppercase;

	font-weight: 900;
	line-height: 1em;
	color: #fff;
}
.compres .quality_text {
	padding: 30px 0px 20px;
	margin-top: 0rem !important;
}
.compres .hding-nam {
	font-weight: 400;
}
.compres .contact_info,
.contact_filed {
	margin-top: 0px;
}
.compres .product_section,
.news_home {
	margin: 30px 0;
	padding: 0px!important;
}
.compres .sec_heading {
	padding-bottom: 15px;
}
.compres .slide-inner--info {
	bottom: 2vh;
	text-align: left;
	padding-left: 15px;
}
.compres .customer_head {
	margin-bottom: 0px;
}
.compres .customers_sec {
	padding-top: 30px;
}
.compres h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
.focus_first h2,
.small_heading h3 {
	border-bottom: 2px solid #e54813;
}
.about_column {
	padding-top: 15px!important;
}
.about_round {
	margin-bottom: 20px!important;
}
.manufacturing_text h3 {
	margin-top: 10px;
	font-size: 27px;
	padding-bottom: 3px;
	margin-bottom: 30px;
}
.customer_head h3 {
	font-size: 27px;
	padding-bottom: 5px;
}
.h3,
h3 {
	font-size: 1.25rem;
}
.mi-4,
h2 {
	font-size: 28px;
}
.technology_space .focus_first h3 {
	font-size: 24px;
	margin-bottom: 0px;
}
.technology_space .focus_quality {
	padding: 15px!important;
}
.technology_space .focus_first h3 span {
	border-bottom: 2px solid #e54813;
}
.btn-sub {
    left: 35%;
}
.slider_2items .historyredirect {
    margin: 15px 15px 0px 0;
	display: none;
}
.aboutus_round1 {
	display: -moz-grid;
    display: grid;
	position: static;
}
.pra_p1 {
    margin-bottom: 20px;
}
.aboutus_txt_box1.bg_aboutus1 {
    background: url("../images/aboutus_section.png") 0 0 repeat-y;
	padding: 10px 15px 10px 15px;
    width: 100%;
    max-height: inherit;
	min-height: inherit;
    margin-right: 0px;
    z-index: 101;
    position: static;
    top: 0px;
    left: 0;
	order: 2;
}
.right_about_picture1 {
    width: 100%;
	position: -moz-static;
    position: static;
    right: 0;
	order: 1;
	margin-bottom: -5px;
}
.aboutus_txt_box_about2nd.bg_aboutus_about2nd {
    background: url(../images/aboutus_section2.png) 0 0 repeat-y;
    width: auto;
    height: auto;
    margin-right: 0;
    z-index: 101;
    position: static;
    bottom: 0;
    left: 0;
    order: 2;
}
.aboutus_section {
	padding: 5px 0px;
    padding-top: 50px;
	display: -moz-grid;
	display: grid;
}
.about_hedding_text1 {
	z-index: 1;
	position: absolute;
    top: 13%;
    left: 43%;
    transform: translate(-43%, -13%);
	font-size: 32px!important;
	margin-bottom: 0px!important;
	color: #fff;
}
.nne_res {display: none;}
.right_about_picture {
    width: 100%;
	margin-bottom: -5px;
	order: 1;
}
.aboutus_round {
	display: -moz-grid;
    display: grid;
}
.aboutus_txt_box.bg_aboutus {
    background: url("../images/aboutus_section.png") 0 0 repeat-y;
	padding: 10px 15px 10px 15px;
    width: 100%;
    max-height: inherit;
	position: -moz-static;
    position: static;
    top: 0px;
	order: 2;
}
.aboutus_txt_box2.bg_aboutus2 {
    background: url(../images/aboutus_section.png) 0 0 repeat-y;
	padding: 10px 15px 10px 15px;
    width: 100%;
    max-height: inherit;
	position: -moz-static;
    position: static;
    bottom: 0;
	order: 2;
}
.vision_support {
    font-size: 20px;
}
.bg_aboutus01 {
    height: 100%;
}
.bg_aboutus02 {
    height: 100%;
}
.strategic_banner_text {
	background: rgba(0,0,0,1);
    top: 100px;
    margin: 0 5px 0 5px;
    padding: 5px 5px;
	display: none;
}
.strategic_banner_text p {
    font-size: 13px;
    line-height: 24px;
    font-weight: normal;
}
.strategic__heding {
    left: 5%;
	margin: 0 15px 0 15px;
}
.strategic__heding_right {
    right: 5%;
	margin: 0 15px 0 15px;
}
.compres h2 {
	top: 55px;
	font-size: 20px !important;
	line-height: 21px;
}
.cd-top {
	display: inline-block;
	position: fixed;
	height: 45px;
	width: 45px;
	line-height: 45px;
	bottom: 40px;
	right: 10px;
	color: #fff;
	-webkit-box-shadow: #000 0 0 5px 1px;
	box-shadow: #000 0 0 5px 0px;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	background: #f44823;
	visibility: hidden;
	opacity: 0;
	border-radius: 50%;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
	transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
	z-index: 101;
	text-decoration: none;
	text-transform: uppercase;
}
.mar_tp {
	margin-top: 0px;
}
.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
	transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
	color: #fff;
}
.cd-top.cd-top--show {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top:hover {
	background-color: #e86256;
	opacity: 1;
	text-decoration: none;
	transition: 0.5s;
	transform: scale(1.2);
}
.steel_round {
    display: block;
}
.left_steel_picture {
    width: auto;
}
.steel_top_text {
    width: auto;
    padding: 15px 15px;
    margin: 0px 0 0px;
	min-height: auto;
}
.steelnd_round {
    display: block;
}
.steelnd_right {
    width: auto;
    padding: 15px 15px;
    margin: 0px 0 0px;
}
.steelnd_left {
    width: auto;
}
.steel_main_box {
    padding: 15px 0 15px;
    margin: 0px 0px 0px;
}
.steelwheel_box {
    padding: 15px 0 15px;
}
.map_head_box {
    padding: 15px 30px 15px;
    margin: 0px 0 0px;
}
.steel_img {
	margin-bottom: 15px;
}
.locat_pin {
    font-size: 12px!important;
    line-height: 12px;
}
.chennai_car {
    right: 20%;
    margin-right: 2px;
}
.jamshedpur_hcv {
    top: 48%;
    right: -13%;
	margin-right: 10px;
	margin-top: 0px;
}
.dappar_car {
    right: 4%;
	margin-right: 5px;
}
.dappar_plc1 {
    left: -16%;
    margin-left: 61px;
    display: grid;
    margin-top: -15px;
}
.mesana_car {
    top: 11% !important;
	margin-top: 105px;
    margin-left: -18px;
}
.alloy_wheels_round {
    display: block;
}
.alloy_wheel_txt {
    width: auto;
    margin: 0px 0px 0px;
    border-right: #da000a solid 1px;
    border-top: 0;
}
.alloy_bground {
    padding: 15px 15px 15px;
    margin: 0px 0px 0px;
    min-height: auto;
}
.alloy_right {
    width: auto;
}
.aboutus_txt_box_about.bg_aboutus_about {
    width: auto;
    height: auto;
    position: static;
    right: 0;
    bottom: 0;
	order: 2;
}
.quick_box {
    display: grid;
}
.quick_left {
    width: auto;
    margin-right: 0;
	margin-bottom: 15px;
}
.quick_right {
    width: auto;
	text-align: center;
    display: block!important;
}
.quick_ul li {
    display: block;
    margin-right: 0;
    border: 1px solid #fff;
    margin: 10px 0;
}
.quick_ul li:last-child {
	border: 1px solid #fff;
}
.quick_link {
    display: inherit;
}
.quick_hding {
    text-align: center;
}
.quick_box_manu_left {
    width: auto;
}
.quick_box_manu_right {
    width: auto;
}
.aboutus_txt_box_about2.bg_aboutus_about2 {
    width: auto;
    margin-right: 0;
    position: static;
    bottom: 0;
    left: 0;
    order: 2;
}
.quick_ul {
    width: 100%;
	margin-left: 0;
}
.mar_top_spc {
	margin-top: 0;
}
.maufacturing_btn_box {
    margin-top: 10px;
    margin-left: 0px;
    position: sticky;
    padding: 10px 15px;
	width: 100%;
    order: 2;
}
.steelwheel_box .owl-dots {
	display: none;
}
.aboutus_txt_box_aboutmanu {
    width: auto;
}
.bg_aboutus_aboutmanu {
    background: url(../images/aboutus_section2.png) 0 0 repeat-y;
    width: auto;
    height: auto;
    margin-right: 0;
    z-index: 101;
    position: static;
    bottom: 0;
    left: 0;
    order: 2;
}
.pd_right {
    padding-right: 15px;
}
.pd_right_left {
	padding-left: 15px;
	padding-right: 15px;
}
.pd_left {
	padding-left: 15px;
}
.gallery_imag {
    margin-bottom: 15px;
}
.read__new {
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
}
.gallery_hedding h3 {
    margin-bottom: 15px;
    margin-top: 0px;
    border-bottom: 3px solid #fc4c25;
    font-size: 28px;
}
.gallery_imag figure.effect-ruby p {
    margin-right: 15%;
    margin-left: 15%;
}
.gallery_imag .owl-stage, 
.gallery_imag .slide_items, 
.gallery_imag .slide_items img {
    height: 33vh;
}
.career_main_bg {
    padding: 60px 0 10px;
}
.pic_box_bg {
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
    padding-bottom: 60px;
}
.pic_squire {
    width: 150px;
    height: 150px;
    margin-bottom: 40px;
}
.pic_squire figure {
    top: -15px;
    left: -29px;
    width: 150px;
}
.pic_squire figure.figure1 {
    top: -20px;
    left: -18px;
}
.aboutus_section .steelwheel_box .owl-carousel.new-main.owl-loaded {
	display: inline-grid;
	grid-template-columns: 330px;
}
.mar_top {
	margin-top: 0;
}
.career__box {
    padding: 5px 10px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.product_section_img {
    padding: 0px;
	margin-top: 30px;
}
.img_footer, 
.img_footer img {
    width: 100%;
    height: auto;
}
.rolling_left_box {
    padding: 15px 15px;
	border-bottom: 5px solid #fff;
}
.rolling_left_box p {
    font-size: 15px;
    line-height: 26px;
}
.rolling_right_box {
    border-bottom: 5px solid #fff;
	margin-top: 0;
}
.mart_30 {
	margin-top: 0px;
}
.product_ol li {
    font-size: 15px;
    line-height: 24px;
    padding: 5px 0 5px;
    margin-right: 0;
}
.hot_rolling_table .table-bordered td, 
.hot_rolling_table .table-bordered th {
    padding: 5px 5px 5px 50%;
}
.chenical_heading {
    font-size: 15px;
}
.rolling_pd_right {
	padding-right: 15px;
	padding-left: 15px;
}
.rolling_pd_left {
	padding-right: 15px;
	padding-left: 15px;
}
.map_wrapper {
    height: 22rem;
    width: 100%;
}
.map_wrapper > img {
    height: 22rem;
    width: 100%;
}
.oscar_grid figure.effect-oscar {
    height: 100%;
	border-radius: 0px;
}
.oscar_grid figure.effect-oscar:hover figcaption::before, 
.oscar_grid figure.effect-oscar:hover p {
    border-radius: 0px;
}
.map_heading_box h2 {
    position: static;
    top: 0;
    left: 0;
	transform: translate(0, 0);
}
.map_heading_box h2 span {
    font-size: 16px;
    line-height: 26px;
}
.rolling__box .oscar_grid figure.effect-oscar img {
    border-radius: 0px;
}
.rolling__box .oscar_grid figure.effect-oscar {
    height: 100%;
    border-radius: 0px;
}
.rolling__box .oscar_grid figure.effect-oscar:hover figcaption::before,
.rolling__box .oscar_grid figure.effect-oscar:hover ul li {
    border-radius: 0px;
}
.slider_inner__info {
    top: 200px;
}
.slider_inner__info h2 {
	font-size: 24px;
}
.alloy_ul li {
    margin-right: 0px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.steel_wheels_sz img {
    height: 30vh !important;
    opacity: 1 !important;
}
.about_right_spc {
    padding-right: 15px;
}
.about_left_spc {
	padding-left: 15px;
}
.slider_op img {
    height: 36vh !important;
}
.modal_hight {
    max-height: 580px;
}
.customer_logo {
    margin-top: 20px;
}
.manu_scr,
.dappder_scr,
.chennai_scr,
.jamshedpur_scr,
.mehsana_scr {
	max-height: inherit;
}
.alloy_scr {
	max-height: inherit;
}
.saraikela_scr {
    max-height: 100% !important;
    min-height: auto !important;
    top: 0px !important;
}
.thehot_scr {
    max-height: inherit;
    min-height: auto;
    margin-top: 0px;
}
.section.product_bg.compres .aboutus_section {
	padding-top: 30px;
}
.section.product_bg.compres .aboutus_section .why_alloy {
    padding: 0px 0 0px;
	margin-top: -40px;
}
.new-main {
    height: 172px;
}
.home-slider .swiper-pagination, .owl-dots {
    display: none;
}
.slide_bx.owl-carousel.owl-loaded.owl-drag .owl-stage-outer .owl-stage .owl-item .slide_items img {
	height: 32vh;
}
.slide-inner--info h1 {
    font-size: 18px;
}
.product_section .col-xl-4.col-lg-4.col-md-6 .col4-inner, 
.product_section .col-xl-4.col-lg-4.col-md-6 .col4-inner2 {
    margin-bottom: 20px;
}
.newsfeed_slider .owl-nav button.owl-prev,
.newsfeed_slider .owl-nav button.owl-next {
    margin-top: -30px!important;
}
.col4-inner, .col4-inner2 {
    padding: 10px!important;
}
.ms-main-container {
    min-height: 32vh;
}
.history_heading h2 {
	font-size: 20px;
}
.ui-timeline .tl-item .tl-body .tl-content h4.tl-tile {
    font-size: 18px;
    line-height: 25px;
}
.ui-timeline .tl-item .tl-body .tl-content p {
    font-size: 15px;
}
.bol-blk {
    margin-top: 0px!important;
}
.career-inner-box ul {
    margin-left: 0px!important;
}
.career-inner-box ul li {
    font-size: 16px;
}
.nav--hd .dropdown:hover > .dropdown-menu {
    display: contents;
}
.our_products_box {
    display: none;
}
.about_box_org {
    margin: 0px 0 20px;
}
.steel_rd_right .readbtn img {
    width: 26px;
}
.steel_rd_right .readbtn {
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.aboutus_spc {
	padding-top: 0px!important;
}
.steel_img .oscar_grid figure.effect-oscar img {
    width: 100%;
}
.strategic_res {
	display: block;
}
.strategic_dec {
	display: none;
}













	/*ash new end*/
}


/* INNER_BANNE */

.inner_banner {
	position: relative;
	/* overflow: hidden; */
	padding-top: 0px/*82px*/
	;
}

.inner_banner .slide-inner--info {
	opacity: 1;
}


/* ABOUT_US */

.about_bg {
	background-image: url(../images/banner2.jpg);
}

.banner_column {
	min-height: 432px;
	width: 100%;
	background-repeat: no-repeat !important;
	background-position: 0 0 !important;
	background-size: cover !important;
}

.about_column {
	padding-top: 70px;
}

.about_round {
	display: flex;
	margin-bottom: 35px;
}

.left_picture {
	width: 404px;
}

.left_picture figure {
	width: 100%;
}

.left_picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 10px 10px 0;
	border:1px solid #5f5d5f;
}
.border-left {
    border-radius: 10px 0px 0px 10px!important;
}

.top_text {
	width: calc(100% - 404px);
	padding: 15px 32px 15px 25px;
	border: 1px solid #5f5d5f;
	/*box-shadow: 0px 3px 0px 0px #a6a6a6;*/
	background-color:#f3f3f3;
}

.bl_none {
	border-left: none;
	border-radius: 0px 10px 10px 0px;
}

.br_none {
	border-right: none;
	border-radius: 10px 0px 0px 10px;
}

.top_text h2 {
	text-transform: capitalize;
	display: inline-block;
	border-bottom: 3px solid #e54813;
}

.order2 {
	order: 2;
}


/* MANUFACTURING-FACILITIES_PAGE */

.manufacturing_text {
	text-align: center;
	margin-top: 3rem;
}

.manufacturing_text h2 {
	text-transform: capitalize;
	border-bottom: 3px solid #e54813;
	display: inline-block;
	padding-bottom: 20px;
	margin-bottom: 110px;
}


/* PRESTIGIOUS_CUSTOMERS_PAGE */

.customers_sec {
	padding: 60px 0px;
}

.customer_head {
	text-align: center;
	margin-bottom: 70px;
}

.customer_head h2 {
	text-transform: capitalize;
	border-bottom: 3px solid #e54813;
	display: inline-block;
	padding-bottom: 26px;
	margin: 0px;
}

.customer_logo {
	/*border: 1px solid #e54813;
	margin-top: 20px;*/
}


/* strategic-patners */

.strategic_bg {
	background: url(../images/bg_3.jpg);
	min-height: 569px;
}


/* QUALITY_PAGE */

.quality_ban {
	background: url(../images/bg_4.jpg);
}

.quality_text {
	padding: 30px 0px 30px;
	margin-top: 1rem!important;
}

.focus_quality {
	box-shadow: rgba(0, 0, 0, 0.22) 0px 0px 5px;
	border-radius: 10px;
	padding: 20px 20px 20px 20px;
	background-color:#f3f3f3;
}

.focus_first h2,
.small_heading h3 {
	display: inline-block;
	text-transform: capitalize;
	border-bottom: 3px solid #e54813;
	margin: 0px;
}

.small_heading {
	max-width: 340px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.bold_text {
	font-weight: bold;
	font-size: 20px;
}

.small_heading .text_upper {
	text-transform: uppercase;
}


/* GALLERY_PAGE */

.gallery_full {
	padding: 60px 0px;
}

.heading_gallery {
	margin-bottom: 40px;
	margin-top: 2rem;
}

.heading_gallery h2 {
	display: inline-block;
	margin: 0px;
	padding-bottom: 15px;
	border-bottom: 3px solid #e54813;
}

.container-filter {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 50px;
	padding: 0;
	text-align: center;
}

.container-filter li {
	list-style: none;
	display: inline-block;
	margin-bottom: 10px;
}

.container-filter li a {
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0 10px;
	text-transform: capitalize;
	letter-spacing: 2px;
	font-size: 22px;
	font-weight: 600;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.container-filter li a.active,
.container-filter li a:hover {
	color: #ffffff !important;
	background: #e54813;
	border-radius: 5px;
}

.item-box {
	position: relative;
	overflow: hidden;
	display: block;
}

.item-box a {
	display: inline-block;
}

.item-box:hover .item-mask {
	opacity: 1;
	visibility: visible;
}

.item-box:hover .item-mask .item-caption,
.item-box:hover .item-mask .link {
	bottom: 30px;
	opacity: 1;
}

.item-box:hover .item-mask .link {
	bottom: 107px;
}

.item-box:hover .item-container {
	transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}

.item-container {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-box {
	position: relative;
	overflow: hidden;
	display: block;
}

.item-box img {
	width: 100%;
}

.item-box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .85);
	opacity: 0;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}

.item-box:hover:after {
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	opacity: 1;
}

.item-box:hover .gallery-heading {
	bottom: 11px;
	transition: all 0.3s linear 0.1s;
	-webkit-transition: all 0.3s linear 0.1s;
}

.link-zoom {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	height: 40px;
	position: absolute;
	top: 55%;
	left: 50%;
	color: #fff;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.item-box:hover .link-zoom {
	top: 50%;
	opacity: 1;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
}

.link-zoom a {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #fff;
	font-size: 25px;
	color: #000;
	border-radius: 50%;
}

.link-zoom a.project_links {
	background: #19b5fe;
}

.item-box a {
	display: inline-block;
}

.item-box:hover .item-mask {
	opacity: 1;
	visibility: visible;
}

.item-box:hover .item-mask .item-caption,
.item-box:hover .item-mask .link {
	bottom: 30px;
	opacity: 1;
}

.item-box:hover .item-mask .link {
	bottom: 107px;
}

.item-box:hover .item-container {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}

.item-container {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	transform: scale(1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}

.item-box>a {
	display: block;
}

.nf-col-5 .text_categorie {
	background: #e54813;
	width: 60% !important;
}

.nf-col-5 .text_bigger {
	font-size: 48px;
	color: #fff;
	line-height: 1;
	margin: 0px;
}

.nf-col-5 .text_categorie .item-box {
	padding: 20px 85px 20px 50px;
	min-height: 241px;
}

.nf-col-5 .text_categorie .item-box:hover:after {
	display: none;
}

.container.nf-container1 {
	padding-left: 15px;
	padding-right: 15px;
}

.nf-row1 {
	margin-left: -15px;
	margin-right: -15px;
}

.nf-col-padding {
	padding-left: 25px;
	padding-right: 25px;
}

.nf-row1:before,
.nf-row1:after,
.nf-row2:before,
.nf-row2:after {
	display: table;
	content: " ";
}

.nf-row1:after,
.nf-row2:after {
	clear: both;
}

.nf-row1 .nf-item.spacing,
.nf-row1 .grid-sizer.spacing {
	padding: 15px;
}

.nf-row2 .nf-item.spacing,
.nf-item.spacing,
.nf-row2 .grid-sizer.spacing,
.spacing-box {
	padding: 10px;
}

.spacing-grid {
	padding-top: 25px;
	padding-bottom: 25px;
}

.nf-col-1 .nf-item,
.nf-col-1 .grid-sizer {
	width: 100%;
	min-height: 1px;
}

.nf-col-2 .nf-item,
.nf-col-2 .grid-sizer {
	width: 50%;
	min-height: 1px;
}

.nf-col-3 .nf-item,
.nf-col-3 .grid-sizer {
	width: 33.3333%;
	min-height: 1px;
}

.nf-col-4 .nf-item,
.nf-col-4 .grid-sizer {
	width: 25%;
	min-height: 1px;
}

.nf-col-4 .w2x {
	width: 50%;
}

.nf-col-5 .nf-item,
.nf-col-5 .grid-sizer {
	width: 20%;
	min-height: 1px;
}

.nf-col-6 .nf-item,
.nf-col-6 .grid-sizer {
	width: 16.6666%;
	min-height: 1px;
}

.nf-col-1 .nf-item.w1,
.nf-col-2 .nf-item.w1,
.nf-col-3 .nf-item.w1,
.nf-col-4 .nf-item.w1 {
	width: 100%;
}

.nf-col-1 .nf-item.w2,
.nf-col-2 .nf-item.w2,
.nf-col-3 .nf-item.w2,
.nf-col-4 .nf-item.w2 {
	width: 50%;
}

.nf-col-1 .nf-item.w3,
.nf-col-2 .nf-item.w3,
.nf-col-3 .nf-item.w3,
.nf-col-4 .nf-item.w3 {
	width: 33.3333%;
}

.nf-col-1 .nf-item.w4,
.nf-col-2 .nf-item.w4,
.nf-col-3 .nf-item.w4,
.nf-col-4 .nf-item.w4 {
	width: 25%;
}

.nf-col-1 .nf-item.w4-2,
.nf-col-2 .nf-item.w4-2,
.nf-col-3 .nf-item.w4-2,
.nf-col-4 .nf-item.w4-2,
.nf-col-1 .nf-item.w3-2,
.nf-col-2 .nf-item.w3-2,
.nf-col-3 .nf-item.w3-2,
.nf-col-4 .nf-item.w3-2 {
	width: 50%;
}

.nf-col-1 .nf-item.w4-1,
.nf-col-2 .nf-item.w4-1,
.nf-col-3 .nf-item.w4-1,
.nf-col-4 .nf-item.w4-1 {
	width: 75%;
}

.nf-col-1 .nf-item.w3-1,
.nf-col-2 .nf-item.w3-1,
.nf-col-3 .nf-item.w3-1,
.nf-col-4 .nf-item.w3-1 {
	width: 66.6666%;
}

@media (max-width: 991px) {
	.nf-col-2 .nf-item,
	.nf-col-3 .nf-item,
	.nf-col-4 .nf-item,
	.nf-col-1 .nf-item.w2,
	.nf-col-2 .nf-item.w2,
	.nf-col-3 .nf-item.w2,
	.nf-col-4 .nf-item.w2,
	.nf-col-1 .nf-item.w3,
	.nf-col-2 .nf-item.w3,
	.nf-col-3 .nf-item.w3,
	.nf-col-4 .nf-item.w3,
	nf-col-1 .nf-item.w4,
	.nf-col-2 .nf-item.w4,
	.nf-col-3 .nf-item.w4,
	.nf-col-4 .nf-item.w4,
	.nf-col-1 .nf-item.w4-1,
	.nf-col-2 .nf-item.w4-1,
	.nf-col-3 .nf-item.w4-1,
	.nf-col-4 .nf-item.w4-1,
	.nf-col-1 .nf-item.w3-1,
	.nf-col-2 .nf-item.w3-1,
	.nf-col-3 .nf-item.w3-1,
	.nf-col-4 .nf-item.w3-1 {
		width: 50%;
	}
	.nf-col-5 .nf-item,
	.nf-col-6 .nf-item {
		width: 33.3333%;
	}
	.nf-row2 .nf-item.spacing,
	.nf-row2 .grid-sizer.spacing {
		padding: 25px;
	}
.dappar_place1 {
    top: 10%;
    left: 1%;
}
.dappar_place {
    top: 24%;
    right: 14%;
}
.dappar_place1 {
    top: 18%!important;
    left: 0%!important;
}
.jamshedpur_place {
    top: 50%!important;
    right: -2%!important;
}
.location_pin {
    font-size: 16px !important;
}
.delhi_place {
    top: 27%;
    left: 1%;
}
.map_spc {
    left: 20%;
}
.jamshedpur_place {
    top: 40%;
    right: 10%;
}
.saraikela_place {
    top: 55%;
    right: 10%;
}
.dappar_place1 {
    left: 1%;
}
.offc_mbai {
    top: 60% !important;
    left: 3% !important;
}
.offc_mbai1 {
    top: 70% !important;
    left: 3% !important;
}
.chennai_place {
    top: 76%;
	right: 27%;
}
.career-box {
    margin-top: 3rem !important;
}
.career-main .table-bordered thead td, .table-bordered thead th {
    font-size: 17px;
	font-weight: 500;
}








}

@media (max-width: 767px) {
	.container {
		margin: 0 auto;
		max-width: 480px;
		width: 100%;
	}
	.nf-col-padding {
		padding-left: 15px;
		padding-right: 15px;
	}
	.spacing-grid {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.nf-col-2 .nf-item,
	.nf-col-3 .nf-item,
	.nf-col-4 .nf-item,
	.nf-col-1 .nf-item.w2,
	.nf-col-2 .nf-item.w2,
	.nf-col-3 .nf-item.w2,
	.nf-col-4 .nf-item.w2,
	.nf-col-1 .nf-item.w3,
	.nf-col-2 .nf-item.w3,
	.nf-col-3 .nf-item.w3,
	.nf-col-4 .nf-item.w3,
	nf-col-1 .nf-item.w4,
	.nf-col-2 .nf-item.w4,
	.nf-col-3 .nf-item.w4,
	.nf-col-4 .nf-item.w4,
	.nf-col-1 .nf-item.w4-1,
	.nf-col-2 .nf-item.w4-1,
	.nf-col-3 .nf-item.w4-1,
	.nf-col-4 .nf-item.w4-1,
	.nf-col-1 .nf-item.w3-1,
	.nf-col-2 .nf-item.w3-1,
	.nf-col-3 .nf-item.w3-1,
	.nf-col-4 .nf-item.w3-1 {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}
	.nf-col-3,
	.nf-col-4 {
		margin: 0 auto;
		max-width: 480px;
	}
	.nf-col-5 .nf-item,
	.nf-col-6 .nf-item {
		width: 100%;
	}
	.nf-row2 .nf-item.spacing,
	.nf-row1 .nf-item.spacing,
	.spacing-box {
		padding: 15px;
	}
	body .xs-hidden {
		visibility: hidden;
		display: none;
		opacity: 0;
	}
}

@media (max-width: 480px) {
	.nf-col-5 .nf-item,
	.nf-col-6 .nf-item {
		width: 100%;
	}
}


/* CONTACT_US_PAGE */

.contact_banner {
	background: url(../images/bg_5.jpg);
}

.get_contact {
	padding: 70px 0px;
}

.get_contact .heading_gallery {
	margin-bottom: 0px;
}

.get_contact .heading_gallery h2,
.know_heading h2 {
	text-transform: capitalize;
}

.contact_info,
.contact_filed {
	margin-top: 0px;
}

.know_heading h2 {
	color: #f15a25;
	font-size: 26px;
	text-align: -webkit-left;
}

.know_heading {
	display: inline-block;
}

.know_heading span {
	border-bottom: 3px solid #e54813;
	font-size: 22px;
}

.our_location {
	margin: 10px 0px 10px 0px;
}

.our_location li {
	overflow: hidden;
	margin-bottom: 15px;
}

.our_location li:last-child {
	margin: 0px;
}

.our_location .left_icon {
	float: left;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    border-radius: 50%;
    color: #f15a25;
    border: 2px solid #f15a25;
    margin-right: 10px;
}

.our_location .get_info {
	width: calc(100% - 100px);
}

/*.our_location .get_info a {
	color: #151515;
}*/

.our_location .get_info a:hover {
	color: #f15a25;
}

.follow_icon {
	margin: 42px 0px 0px;
}

.follow_icon li {
	display: inline-block;
	margin-right: 10px;
}

.follow_icon a {
	color: #fff;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 20px;
	display: inline-block;
	text-align: center;
}

.follow_icon a.facebook {
	background: #3c5996;
}

.follow_icon a.twitter {
	background: #5ca9dd;
}

.follow_icon a.linkedin {
	background: #0077b5;
}

.contact_filed .know_heading p {
	margin: 10px 0px 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
}

.form-control {
	color: #a4a4a4;
	border: none;
	border-bottom: 2px solid #a4a4a4;
	border-radius: 0px;
	height: 40px;
}

textarea.form-control {
	height: 80px;
}

.btn_submit {
	height: 40px;
	min-width: 120px;
	border: 1px solid #f15822;
	color: #f15822;
	cursor: pointer;
}

#map {
	height: 500px;
	width: 100%;
}


/* HISTORY_PAGE */

.history_banner {
	background: url(../images/bg_6.jpg);
}

.history_skills {
	padding: 100px 0px;
	background-color: #ffffff;
}

.history_heading {
	margin-bottom: 60px;
}

.history_heading h2 {
	display: inline-block;
	border-bottom: 3px solid #e54813;
	text-transform: capitalize;
	padding-bottom: 5px;
	font-size: 32px;
}


/* TECHNOLOGY_PAGE */

.widthfull {
	width: 100%;
}

.technology_space {
	background: #fff;
}

.technology_space .focus_first h2 {
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.technology_space .focus_quality {
	padding: 10px 15px 10px 15px;
	margin-top: 0rem;
}

.next_btn,
.prev_btn {
	position: fixed;
}

.slide_items {
	/*background: #000;*/
	background-color: transparent;
}

#homepage .slide_items {
	padding-top: 0px;
}

.slide_items img {
	opacity: 0.8;
}

.customers_slider .owl-stage {
	height: auto;
}

.customers_slider {
	padding: 0 40px;
}

.customers_slider .owl-nav button.owl-prev,
.customers_slider .owl-nav button.owl-next {
	opacity: 1;
	position: absolute;
	border: #000000 solid 3px;
	border-radius: 100%;
	backface-visibility: hidden;
	width: 38px;
	height: 38px;
	line-height: 38px;
	top: 50%;
	margin: 0;
	margin-top: -24px;
	color: black;
	z-index: 10;
	cursor: pointer;
}

.customers_slider .owl-nav button.owl-next {
	left: auto;
	right: 0px;
}

.customers_slider .owl-nav button.owl-prev {
	left: 0px;
	right: auto;
}


/* arrows */

.customers_slider .owl-prev::before,
.customers_slider .owl-next::before {
	position: absolute;
	top: 10px;
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-left: 3px solid black;
	border-top: 3px solid black;
}

.customers_slider .owl-prev::before {
	left: 12px;
	-ms-transform: rotate(-45deg);
	/*IE9*/
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.customers_slider .owl-next::before {
	right: 12px;
	-ms-transform: rotate(135deg);
	/*IE9*/
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

#h_scroll {
	height: 700px;
	margin-top: 35px
}

#h_scroll .mCSB_scrollTools .mCSB_dragger,
#h_scroll .mCSB_draggerRail {
	/* opacity:0; */
}

.bol-blk {
	margin-top: 32px
}

.location_pin {
	position: absolute;
	font-size: 18px !important;
	color: #000;
	/* vertical-align: text-bottom; */
}

.map_wrapper {
	position: relative;
}

.delhi_place {
	top: 26%;
    left: 5%;
}

.delhi_place span {
	background: url(../images/delhi_icon.png) right 0 no-repeat;
	width: 92px;
	height: 22px;
	display: inline-block;
	/* margin-left: 17px; */
	vertical-align: middle;
}

.office_address {
	font-size: 18px/*20px*/;
	color: #de2a23;
	margin-bottom: 10px;
	text-align: center;
}

.office_address span {
	font-size: 14px/*17px*/;
	color: #fff;
}

.offc_mbai {
	top: 60%!important;
    left: 1%!important;
}

.offc_mbai1 {
	top: 70%!important;
    left: 1%!important;
}

.dappar_place1 {
	top: 19%;
	left: 2%;
}

.dappar_place1 span {
	background: url(../images/map_heading.png) right 0 no-repeat;
	width: 83px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.dappar_place2 span {
	background: url(../images/map_headingrev1.png) right 0 no-repeat;
}

.notranslate {
	position: absolute !important;
	top: 27px !important;
	right: 125px!important;
	width: 102px!important;
	z-index: 1;
}

@media (min-width: 992px) {
	.is-visible .notranslate {
		right: 525px!important;
	}
}

.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url(//ctdworld.co/sswl/wp-content/plugins/gtranslate/arrow_down.png) 87px center no-repeat !important;
}

.switcher img {
	width: auto;
}

header .ms-nav {
	position: relative;
}

.switcher .selected a:hover {
	background: #F0F0F0 url(//ctdworld.co/sswl/wp-content/plugins/gtranslate/arrow_down.png) 87px center no-repeat !important;
}

.switcher .selected a,
.switcher .option a {
	padding: 7px 9px !important;
}

.switcher .option a:hover {
	color: #fff !important;
	background: #df1f29 !important;
}

.switcher .option {
	width: 100px !important;
}

.switcher .selected a {
	width: 82px !important;
}

.newsfeed_slider .owl-nav button.owl-prev,
.newsfeed_slider .owl-nav button.owl-next {
	opacity: 1;
	position: absolute;
	border: #000000 solid 3px;
	border-radius: 100%;
	backface-visibility: hidden;
	width: 38px;
	height: 38px;
	line-height: 38px;
	top: 50%;
	margin: 0;
	margin-top: -60px;
	color: black;
	z-index: 10;
	cursor: pointer;
}

.newsfeed_slider .owl-nav button.owl-next {
	left: auto;
	right: -57px;
}

.newsfeed_slider .owl-nav button.owl-prev {
	left: -57px;
	right: auto;
}


/* arrows */

.newsfeed_slider .owl-prev::before,
.newsfeed_slider .owl-next::before {
	position: absolute;
	top: 10px;
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-left: 3px solid black;
	border-top: 3px solid black;
}

.newsfeed_slider .owl-prev::before {
	left: 12px;
	-ms-transform: rotate(-45deg);
	/*IE9*/
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.newsfeed_slider .owl-next::before {
	right: 12px;
	-ms-transform: rotate(135deg);
	/*IE9*/
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

@media (max-width:1199px) {
	.newsfeed_slider {
		padding: 0 57px;
	}
	.newsfeed_slider .owl-nav button.owl-next {
		left: auto;
		right: 0;
	}
	.newsfeed_slider .owl-nav button.owl-prev {
		left: 0;
		right: auto;
	}
	.steelwheel_box .owl-nav button.owl-next {
		left: auto;
		right: 0;
	}
	.steelwheel_box .owl-nav button.owl-prev {
    left: 0;
    right: auto;
	}
	
}


/*01-12-18 start*/

.main_head_box h1 {
	margin: 0px;
	font-size: 24px;
}

.main_head_box p {
	font-size: 20px;
	text-align: left;
	margin: 15px 0px;
}

.address-box p {
	font-size: 17px;
	line-height: 25px;
}

.address-box h2 {
	margin-bottom: 5px;
	font-size: 22px;
}

.address-box {
	padding: 10px 15px 5px;
	margin-bottom: 10px;
}

.get_contact {
	padding: 100px 0px 5px!important;
}

.main_head_bo {
	margin-bottom: 0px;
}


/*01-12-18 end*/


/*01-12-18 start*/

.main_head_box {
	margin-top: 0px;
	margin-bottom: 30px;
}

.main_head_box h1 {
	color: #000000;
	margin: 0px;
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
}

.main_head_box h1 span {
	border-bottom: #de2a23 solid 4px;
	padding: 0px 5px;
}

.main_head_box p {
	color: #000000;
	font-size: 26px;
	text-align: center;
	margin: 30px 0px;
}

.address-box {
	background: #e5e5e5;
	padding: 20px 15px;
	margin-bottom: 15px;
}

.address-box h2 {
	color: #de2a23;
	margin: 0px;
	font-size: 20px;
	margin-bottom: 15px;
	text-align: left;
}

.address-box p {
	color: #525252;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 7px;
}

.address-box_h2_spac {
	margin-top: 25px!important;
}

.email_box h2 {
	color: #de2a23;
	margin: 15px 0 15px;
	font-size: 30px;
	text-align: left;
}

.email_box p {
	color: #525252;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.58rem;
	margin-bottom: 5px;
}

.email_box p a {
	color: #525252;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.58rem;
	margin-bottom: 5px;
}

.email_box p a:hover {
	transition: 0.5s;
	color: #de2a23;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.58rem;
	margin-bottom: 5px;
}

.email_box ul {
	padding: 0px;
}

.email_box ul li {
	color: #525252;
	font-size: 20px;
}

.email_box ul li span {
	color: #de2a23;
}

.email_box ul li a {
	color: #525252;
}

.email_box ul li a:hover {
	transition: 0.5s;
	color: #de2a23;
}


/*01-12-18 end*/


/* History Start-------------------------------------------------------------------------------*/


/* HISTORY_PAGE */

.btn-icon {
	padding: 0;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	height: 35px;
	width: 35px;
	line-height: 35px
}

.btn-icon i {
	line-height: 35px
}

.btn-icon.btn-icon-lined {
	line-height: 31px
}

.btn-icon.btn-icon-lined i {
	line-height: 31px
}

.btn-icon.btn-icon-lined.btn-icon-thin {
	line-height: 33px
}

.btn-icon.btn-icon-lined.btn-icon-thin i {
	line-height: 33px
}

.btn-icon-lined {
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	background-color: #fff;
	border-width: 2px;
	border-style: solid;
	border-color: #3D4051;
	color: #3D4051;
	height: 35px;
	width: 35px;
	line-height: 35px
}

.btn-icon-lined i {
	line-height: 35px
}

.btn-icon-lined.btn-icon-lined {
	line-height: 31px
}

.btn-icon-lined.btn-icon-lined i {
	line-height: 31px
}

.btn-icon-lined.btn-icon-lined.btn-icon-thin {
	line-height: 33px
}

.btn-icon-lined.btn-icon-lined.btn-icon-thin i {
	line-height: 33px
}

.btn-icon-lined.btn-icon-thin {
	border-width: 1px
}

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

.btn-icon-lined.btn-default-light {
	color: #bbb;
	border: 2px solid #bbb
}

.btn-icon-lined.btn-default-light:hover {
	color: #bbb;
	border: 2px solid #bbb
}

.btn-icon-lined.btn-default {
	color: #777;
	border-color: #777
}

.btn-icon-lined.btn-default:hover {
	color: #777;
	border-color: #777
}

.btn-icon-lined.btn-primary {
	color: #009688;
	border-color: #009688
}

.btn-icon-lined.btn-success {
	color: #8BC34A;
	border-color: #8BC34A
}

.btn-icon-lined.btn-info {
	color: #00BCD4;
	border-color: #00BCD4
}

.btn-icon-lined.btn-warning {
	color: #FFCA28;
	border-color: #FFCA28
}

.btn-icon-lined.btn-danger {
	color: #F44336;
	border-color: #F44336
}

.btn-icon-round {
	border-radius: 50%
}

.btn-icon-sm {
	height: 30px;
	width: 30px;
	line-height: 30px
}

.btn-icon-sm i {
	line-height: 30px
}

.btn-icon-sm.btn-icon-lined {
	line-height: 26px
}

.btn-icon-sm.btn-icon-lined i {
	line-height: 26px
}

.btn-icon-sm.btn-icon-lined.btn-icon-thin {
	line-height: 28px
}

.btn-icon-sm.btn-icon-lined.btn-icon-thin i {
	line-height: 28px
}

.btn-icon-md {
	height: 45px;
	width: 45px;
	line-height: 45px;
	font-size: 18px
}

.btn-icon-md i {
	line-height: 45px
}

.btn-icon-md.btn-icon-lined {
	line-height: 41px
}

.btn-icon-md.btn-icon-lined i {
	line-height: 41px
}

.btn-icon-md.btn-icon-lined.btn-icon-thin {
	line-height: 43px
}

.btn-icon-md.btn-icon-lined.btn-icon-thin i {
	line-height: 43px
}

.btn-icon-lg {
	height: 65px;
	width: 65px;
	line-height: 65px;
	font-size: 28px
}

.btn-icon-lg i {
	line-height: 65px
}

.btn-icon-lg.btn-icon-lined {
	line-height: 61px
}

.btn-icon-lg.btn-icon-lined i {
	line-height: 61px
}

.btn-icon-lg.btn-icon-lined.btn-icon-thin {
	line-height: 63px
}

.btn-icon-lg.btn-icon-lined.btn-icon-thin i {
	line-height: 63px
}

.btn-icon-lg-alt {
	height: 70px;
	width: 70px;
	line-height: 70px
}

.btn-icon-lg-alt i {
	line-height: 70px
}

.btn-icon-lg-alt.btn-icon-lined {
	line-height: 66px
}

.btn-icon-lg-alt.btn-icon-lined i {
	line-height: 66px
}

.btn-icon-lg-alt.btn-icon-lined.btn-icon-thin {
	line-height: 68px
}

.btn-icon-lg-alt.btn-icon-lined.btn-icon-thin i {
	line-height: 68px
}

.ui-timline-left .ui-timeline:before {
	left: 0
}

@media (min-width: 768px) {
	.ui-timline-left .ui-timeline .tl-item:before {
		display: none
	}
	.ui-timline-left .ui-timeline .tl-item .tl-caption {
		margin-left: -55px
	}
	.ui-timline-left .ui-timeline .tl-item .tl-body .tl-time {
		left: auto;
		right: 15px;
		color: #777
	}
}

.ui-timeline {
	display: table;
	position: relative;
	table-layout: fixed;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse
}

.ui-timeline:before {
	background-color: #d5d5d5;
	bottom: 0px;
	content: "";
	position: absolute;
	left: 0;
	top: 30px;
	width: 1px;
	z-index: 0
}

@media (min-width: 768px) {
	.ui-timeline:before {
		left: 50%
	}

}

.ui-timeline .tl-item {
	display: table-row;
	margin-bottom: 5px
}

.ui-timeline .tl-item:before {
	display: none;
	content: ""
}

@media (min-width: 768px) {
	.ui-timeline .tl-item:before {
		display: block;
		width: 50%
	}
}

.ui-timeline .tl-item .tl-caption {
	width: 150px;
	margin-left: -55px
}

@media (min-width: 768px) {
	.ui-timeline .tl-item .tl-caption {
		margin-left: -110px
	}
}

@media (min-width: 768px) {
	.ui-timeline .tl-item.alt {
		text-align: right
	}
	.ui-timeline .tl-item.alt:before {
		display: none
	}
	.ui-timeline .tl-item.alt:after {
		content: "";
		display: block;
		width: 50%
	}
	.ui-timeline .tl-item.alt .tl-body .tl-entry {
		margin: 0 35px 15px 0
	}
	.ui-timeline .tl-item.alt .tl-body .tl-time {
		right: -220px;
		left: auto;
		text-align: left
	}
	.ui-timeline .tl-item.alt .tl-body .tl-icon {
		right: -53px;
		left: auto
	}
	.ui-timeline .tl-item.alt .tl-body .tl-content:after {
		right: -16px;
		left: auto;
		border: 8px solid transparent;
		border-left: 8px solid rgba(255, 255, 255, 0.9);
		border-top: 8px solid rgba(255, 255, 255, 0.9)
	}
}

.ui-timeline .tl-item .tl-body {
	display: table-cell;
	width: 50%;
	vertical-align: top
}

.ui-timeline .tl-item .tl-body .tl-entry {
	position: relative;
	margin: 0 0 35px 36px
}

.ui-timeline .tl-item .tl-body .tl-entry .btn-primary {
	background-color: #de2a23;
	border-color: #de2a23;
	color: #ffffff;
	padding: 10px 12px;
}

.ui-timeline .tl-item .tl-body .tl-time {
	z-index: 1;
	position: absolute;
	left: auto;
	right: 15px;
	top: 0;
	width: 150px;
	color: #777;
	line-height: 35px;
	text-align: right
}

@media (min-width: 768px) {
	.ui-timeline .tl-item .tl-body .tl-time {
		left: -220px;
		right: auto;
		color: #3D4051
	}
}

.ui-timeline .tl-item .tl-body .tl-icon {
	position: absolute;
	left: -53px;
	top: 0;
	background: #de2a23;
}

.ui-timeline .tl-item .tl-body .tl-content {
	position: relative;
	padding: 15px;
	border-radius: 2px;
	background-color: #f3f3f3;
}

.ui-timeline .tl-item .tl-body .tl-content h4.tl-tile {
	color: #e54813;
	font-size: 20px;
}
.ui-timeline .tl-item .tl-body .tl-content p {
	font-size: 16px;
	line-height: 25px;
}

.ui-timeline .tl-item .tl-body .tl-content:after {
	content: " ";
	line-height: 0;
	position: absolute;
	left: -16px;
	top: 0;
	border: 8px solid transparent;
	border-right: 8px solid rgba(255, 255, 255, 0.9);
	border-top: 8px solid rgba(255, 255, 255, 0.9)
}

.tooltip-inner {
	padding: .85em
}

.ui-timeline {
	display: table;
	position: relative;
	table-layout: fixed;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse
}

.ui-timeline:before {
	background-color: #d5d5d5;
	bottom: 0px;
	content: "";
	position: absolute;
	left: 0;
	top: 30px;
	width: 1px;
	z-index: 0
}

@media (min-width: 768px) {
	.ui-timeline:before {
		left: 50%
	}
}

.ui-timeline .tl-item {
	display: table-row;
	margin-bottom: 5px
}

.ui-timeline .tl-item:before {
	display: none;
	content: ""
}

@media (min-width: 768px) {
	.ui-timeline .tl-item:before {
		display: block;
		width: 50%
	}



}

@media (min-width: 768px) and (max-width:991px) {
.map_wrapper {
    height: 22rem;
    width: 100%;
}
.map_wrapper > img {
    height: 22rem;
    width: 100%;
}
.dappar_plc1 {
    left: -17%;
	margin-left: -25px;
}
.mesana_car {
    top: 13% !important;
	margin-top: 95px;
    margin-left: -20px;
}
.dappar_car {
    right: 0%;
    margin-right: -10px;
}
.jamshedpur_hcv {
    top: 46%;
    right: -8%;
    margin-right: -20px;
    margin-top: -5px;
}
.chennai_car {
    bottom: 10%;
    right: 19%;
    margin-right: 0px;
    margin-bottom: 5px;
}


	
}
@media (max-width: 767px) {
	.ui-timeline .tl-item .tl-caption {
		margin-left: -39px;
	}
	.ui-timeline .tl-item .tl-body .tl-icon {
		left: -48px;
	}
	.office_address {
    text-align: left;
}
	.compres .product_section, .news_home {
		margin-bottom: 0px;
	}
	.sec_heading {
		margin-top: 0px;
	}
.map_spc {
top: 23%;
left: 20%;
}
.technology_space .focus_quality {
margin-top: 0rem!important;
}
.career-box {
margin-top: 2rem!important;
}
.scr_bx {
height: auto;
}
.dappar_place1 {
top: 20%!important;
left: 7%!important;
line-height: 14px;
}
.dappar_place2 span {
    display: block;
}
.location_pin {
font-size: 14px !important;
}
.dappar_place {
top: 27%;
right: 15%;
line-height: 18px;
}
.hding-nam span {
    border-bottom: #de2a23 solid 2px;
    padding: 0px 5px;
}
.hding-nam	{
	font-size: 20px;
}
.steel-hedd {
    font-size: 24px;
    margin-top: 8px;
}
.delhi_place {
top: 30%;
left: 1%;
}
.jamshedpur_place {
top: 48%;
right: -6%;
line-height: 17px;
}
.jam_resp {
	display: inline-grid;
}
.saraikela_place {
top: 49%;
right: -2%;
line-height: 16px;
}
.map_spc {
top: 17%;
left: 27%;
}
.offc_mbai {
top: 63% !important;
}
.offc_mbai1 {
top: 74% !important;
left: 4% !important;
}
.chennai_place {
top: 77%;
right: 21%;
}
.get_contact {
    padding: 30px 0px 5px !important;
}
.main_head_box h1 span {
    border-bottom: #de2a23 solid 2px;
}
.main_head_box h1 {
    font-size: 28px;
}
.address-box {
    padding: 15px 10px;
    margin-bottom: 15px;
}
.address-box h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.address-box p {
    font-size: 16px;
    line-height: 1.625rem;
}
.focus_first ul {
    margin: 0;
    padding: 0 10px!important;
}
.top_text {
    padding: 25px 15px 25px 15px;
}
.mr_tp {
	margin-top: 0;
	margin-bottom: 30px!important;
}
.heading_gallery {
    margin-bottom: 30px;
	margin-top: 0rem;
}
.heading_gallery h3 {
    padding-bottom: 3px;
    border-bottom: 2px solid #e54813;
    font-size: 31px;
}
.container-filter li a {
    font-size: 17px;
    font-weight: 400;
}
.career-main .table-bordered thead td, .table-bordered thead th {
    font-size: 16px!important;
	font-weight: 500;
}
.focus_first.focus_fst {
	padding: 0 15px!important;
}
.focus_fst ul li {
    font-size: 16px;
}
.focus_fst ul li a {
    font-size: 16px;
}





}


/* History End --------------------------------------------------------------------------------*/


/* Career page Start --------------------------------------------------------------------------------*/

.career-box {
	margin: 30px 0 30px;
}

.career-inner-box {
	border-radius: 5px;
	box-shadow: #f2f2f2 0px 0px 2px 2px;
	padding: 15px 15px;
}

.career-main h1 {
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: 500;
	padding-bottom: 2px;
	color: #000;
	width: 100%;
}

.career-main h1 span {
	border-bottom: #dc400b solid 3px;
	padding: 0 3px;
}

.career-main .table {
	margin-top: 1.5rem;
}

.career-main .table-bordered thead td,
.table-bordered thead th {
	font-size: 20px;
	color: #fff;
	background: #e54813;
}

.career-main .table-bordered td,
.table-bordered th {
	font-size: 18px;
}

.career-main .table .bg-gray {
	background: #dadada;
}

.career-main .table .fa-arrow-circle-right {
	font-size: 33px;
	vertical-align: middle;
	color: #000;
	float: right;
}

.career-main .table .fa-arrow-circle-right:hover {
	transition: 0.4s;
	color: #e54813;
}

.career-deatils h5 {
	font-size: 25px;
	font-weight: bold;
	color: #df1f29;
	text-transform: capitalize;
}

.career-deatils a .fa-map-marker-alt {
	position: absolute;
	right: 40px;
	top: 20px;
	font-size: 22px;
}

.career-deatils p {
	font-size: 18px;
}

.career-deatils .aply-btn {
	background: #e54813;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 10px 30px;
	cursor: pointer;
	margin: 0 auto;
	border-radius: 5px;
}

.career-deatils .aply-btn:focus {
	box-shadow: #000 0px 0px 3px 1px;
	transition: 0.4s;
}

.career-inner-box ul {
	margin-left: 15px;
	padding: 0px;
	font-size: 21px;
	margin-top: 15px;
	line-height: 32px;
}

.career-inner-box ul li {
	list-style: inside;
}

.career-inner-box ul li:hover {
	color: #de2a23;
	transition: 0.5s;
	text-decoration: underline;
}

.fancybox-nav span {
	visibility: visible;
}



/*.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: block;
}*/

#thumbnail-slider-prev, #thumbnail-slider-next {
    z-index: 1!important;
}

/* Career Page end --------------------------------------------------------------------------------*/
@media (min-width:992px) {
	.animation_left {
	    -webkit-transition: all 1s ease-in-out;
	    -moz-transition: all 1s ease-in-out;
	    -ms-transition: all 1s ease-in-out;
	    -o-transition: all 1s ease-in-out;
	    transition: all 1s ease-in-out;
	    -moz-transform: translateY(80px);
	    -webkit-transform: translateY(80px);
	    -o-transform: translateY(80px);
	    -ms-transform: translateY(80px);
	    transform: translateX(-50vh);
	    visibility: visible;
	    opacity: 0;
	}
	.animation_right {
	    -webkit-transition: all 1s ease-in-out;
	    -moz-transition: all 1s ease-in-out;
	    -ms-transition: all 1s ease-in-out;
	    -o-transition: all 1s ease-in-out;
	    transition: all 1s ease-in-out;
	    -moz-transform: translateY(80px);
	    -webkit-transform: translateY(80px);
	    -o-transform: translateY(80px);
	    -ms-transform: translateY(80px);
	    transform: translateX(50vh);
	    visibility: visible;
	    opacity: 0;
	}
	.animation_right_delay {
	    -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;
	    -moz-transform: translateY(80px);
	    -webkit-transform: translateY(80px);
	    -o-transform: translateY(80px);
	    -ms-transform: translateY(80px);
	    transform: translateX(50vh);
	    visibility: visible;
	    opacity: 0;
	}
	.swiper-slide-active .animation_left,
	.swiper-slide-active .animation_right,
	.swiper-slide-active .animation_right_delay {
	    -moz-transform: translateY(0px);
	    -webkit-transform: translateY(0px);
	    -o-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	    transform: translateX(0px);
	    visibility: visible;
	    opacity: 1;
	}
	.aboutus_txt_box,
	.aboutus_txt_box2,
	.aboutus_txt_box3,
	.aboutus_txt_box_about,
	.aboutus_txt_box_about2,
	.aboutus_txt_box_about2nd,
	.bg_aboutus_aboutmanu {
		z-index: 9;
	}

}


@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
/* Force table to not be like tables anymore */
.hot_rolling_table table, thead, tbody, th, td, tr { 
	display: block; 
}
	
	/* Hide table headers (but not display: none;, for accessibility) */
.hot_rolling_table thead tr { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.hot_rolling_table tr { border: 1px solid #ccc; }
.hot_rolling_table td { 
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee; 
	position: relative;
	padding-left: 50%; 
}
.hot_rolling_table td::before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 40%;
    padding-right: 10px;
    white-space: nowrap;
    border-right: #fff solid 1px;
}
	/*	Label the data	*/
.hot_rolling_table .table-bordered td:nth-of-type(1):before { content: "Product"; }
.hot_rolling_table .table-bordered td:nth-of-type(2):before { content: "Sizes"; }
.hot_rolling_table .table-bordered td:nth-of-type(3):before { content: "Material"; }
.hot_rolling_table .table-bordered td:nth-of-type(4):before { content: "Picture"; }
}




/******************************  New Updates Bhawesh  **************************************/

.investor-body{
	background: #f7f5f5;
}

.investor-heading{
	margin-top: 150px !important;
}

.investor-title{
	background-color: #fff;
    border-top: 3px solid #f9452e;
    width: 50%;
    margin-left: 50px;
    padding: 30px 40px;
}

.investor-title h1{
    color: #414141;
    font-size: 20px;
    font-weight: bold;}

.investor-title p{
    color: #414141;
    font-size: 14px;
}

.investor-title ul li{
	color: #414141;
    font-size: 14px;
    padding-left: 10px;
}

.investor-title ul li::before {
	content: "•"; 
	color: red;
	font-size: 40px;
    position: relative;
    top: 5px;
    right: 10px;
}

@media only screen and (max-width: 768px){
    .investor-title{
	background-color: transparent;
    border-top: none;
    width: 100%;
    margin-left: 0px;
    padding: 0px;
    text-align: center;
    }

	.investor-title h1{
	    color: #fff;
	    font-size: 20px;
	    font-weight: bold;
	    margin-bottom: 35px;
	}

	.investor-title p{
	    display: none;
	}

	.investor-title ul{
		display: none;
	}

	.investor-heading{
		margin-top: 50px !important;
	}
}

.investor-box{
	background-color: #fff;
	border-bottom: 3px solid #f9452e;
	padding: 30px;
	-webkit-box-shadow: 0 0 10px #80808094;
    box-shadow: 0 0 10px #80808094;
    margin-top: 30px;
}

.investor-box p{
	font-size: 15px !important;
}

.investor-box p a{
	color: #222 !important;
	font-size: 15px;
}

.investor-box p a:hover{
	color: #de2a23 !important;
}

@media only screen and (max-width: 768px){
.investor-banner img{
	margin-top: 100px !important;
}
}

.leaders-img{
	background: #fff;
    border-bottom: 3px solid red;
    margin-bottom: 20px;
}

.leaders-img img{
	width: 100%;
	height: 180px;
}

.leaders-img img:hover{
	width: 100%;
	height: 180px;
	background-color: red;
}

.leaders-img h3{
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 10px 0px 10px;
}

.leaders-img h4{
	color: #7a7a7a;
	font-size: 14px;
	padding: 0px 10px;
}

.upload-data{
	background-color: #fff;
    border-top: 3px solid #f9452e;
    width: 50%;
    margin-left: 50px;
    padding: 30px 40px;
    bottom: auto !important;
    right: 50px;
    margin-top: 100px;
    height: 400px;
    overflow-y: auto;
}

.upload-data h1{
    color: #414141;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
}

.upload-data h2{
    color: #414141;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
}

.upload-data p{
    color: #414141;
    font-size: 14px;
    text-align: left;
}

.upload-resume{
	background-color: #f1eff5;
	padding: 20px;
}

.file-upload-wrapper {
  position: relative;
  width: 100%;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding-left: 20px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 40px;
    line-height: 40px;
    color: #999;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300;
}

.file-upload-wrapper:before {
    content: 'Upload resume';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    background: #f9452e;
    color: #333333;
    font-weight: 700;
    z-index: 25;
    font-size: 16px;
    padding: 8px 15px 4px;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
}

.file-upload-wrapper:hover:before {
  background: #f9452e;
}
.file-upload-wrapper input {
  opacity: 0;
  cursor: pointer;
  width: 100%;
}

.check-result-content li {
    grid-template-columns: 30px 1fr;
}
.check-result-content .tab-control-radio {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: 1px;
    padding: 0;
    border: 0;
}
.check-result-content .accordion {
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    margin: 30px auto 0;
    width: 50%;
}
.check-result-content .tab {
    position: relative;
    border-bottom: 1px solid #e1dede;
    padding: 5px;
}
.check-result-content .tab-control-label {
    cursor: pointer;
    margin-bottom: 0px;
}
.check-result-content .tab-control-radio ~ .tab-content {
    -moz-transition-property: max-height;
    -o-transition-property: max-height;
    -webkit-transition-property: max-height;
    transition-property: max-height;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    max-height: 0;
    overflow: hidden;
}
.check-result-content .tab-control-radio:checked ~ .tab-content {
    max-height: 400px;
    overflow-y: auto;
    padding-bottom: 15px;
}
.check-result-content .tab-control-radio:checked ~ .indicator:after {
    content: '\f0d8';
    font-size: 20px;
    font-family: FontAwesome;
    right: 20px;
    top: 16px;
    color: #414141;
}
.check-result-content .indicator:after {
    color: #414141;
    content: '\f0d7';
    font-size: 20px;
    font-family: FontAwesome;
    line-height: 0;
    right: 20px;
    position: absolute;
    top: 20px;
}
.check-result-content .tab-content {
    background-color: transparent;
}
.check-result-content .tab-content p {
    margin: 0px;
}

.hovereffect {
	background: #fff;
    border-bottom: 3px solid red;
    margin-bottom: 15px;
    width: 100%;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor:default;
}

.hovereffect .overlay {
    width: 100%;
	height: 180px;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	opacity:0;
	background:rgba(224, 13, 13, 0.86);
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	pointer-events: all;
}

.hovereffect img {
	width: 100%;
	height: 180px;
	display:block;
	position:relative;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
}

.hovereffect h2 {
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	position:relative;
	font-size:17px;
	background:rgba(0,0,0,0.6);
	-webkit-transform:translatey(-100px);
	-ms-transform:translatey(-100px);
	transform:translatey(-100px);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	padding:10px;
}

.hovereffect h3{
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 10px 0px 10px;
}

.hovereffect h4{
	color: #7a7a7a;
	font-size: 14px;
	padding: 0px 10px;
}

.hovereffect a.info {
	text-decoration:none;
	display:inline-block;
	color:#fff;
	border:1px solid #fff;
	background-color:transparent;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	margin:70px 0 0;
	padding:7px 14px;
	cursor: pointer;
}

.hovereffect a.info:hover {
    box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
	-ms-transform:scale(1.0);
	-webkit-transform:scale(1.0);
	transform:scale(1.0);
}

.hovereffect:hover .overlay {
	opacity:1;
	filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-transform:translatey(0);
	-webkit-transform:translatey(0);
	transform:translatey(0);
}

.hovereffect:hover a.info {
	-webkit-transition-delay:.2s;
	transition-delay:.2s;
}

.career-modal h2{
	color: #000;
	font-size: 17px;
	text-align: left !important;
	font-weight: bold;
	margin-top: 0px;
}

.career-modal p{
	color: #747474;
	font-size: 14px;
}


.mySlides {display:none;}

.mySlides1 {display:none;}

.mySlides2 {display:none;}

.left-button{
	background-color: #f9452e;
	padding: 2px 10px;
	cursor: pointer;
}

.left-button img{
	width: 20px;
}

.right-button img{
	width: 20px;
}

.gallery-effect{
	border-bottom: none !important;
}

.gallery-effect img{
	height: 200px !important;
}

.gallery-effect .overlay{
	height: 200px !important;
}

.gallery-effect .overlay-text {
	color:#fff;
	filter:alpha(opacity=0);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	margin:70px 0 0;
	padding:7px 14px;
	cursor: pointer;
}

.gallery-effect .fa-search{
	font-weight: bold;
    font-size: 20px;
}

.gallery-effect p{
	font-weight: bold;
    font-size: 14px;
}

.gallery-effect1{
	border-bottom: none !important;
}

.gallery-effect1 img{
	height: 415px !important;
}

.gallery-effect1 .overlay{
	height: 415px !important;
}

.gallery-effect1 .overlay-text {
	color:#fff;
	filter:alpha(opacity=0);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	margin:150px 0 0;
	padding:7px 14px;
	cursor: pointer;
}

.gallery-effect1 .fa-search{
	font-weight: bold;
    font-size: 20px;
}

.gallery-list{
	text-align: center;
	border-bottom: 2px solid #c6c6c6;
	margin-bottom: 35px;
	width: fit-content;
}

.gallery-list li{
	margin-right: 10px !important;
}

.gallery-list a{
	color: #333333;
	text-decoration: none;
}

.gallery-list .active {
    font-weight:bold;
    border-bottom: 3px solid #fc4c25;
}

.gallery img{
            width:179px;
            cursor:pointer;
        }

.investor-modal h2{
	font-size: 16px;
	text-align: left;
	margin-bottom: 20px;
	font-weight: bold;
}

.investor-modal li{
	font-size: 15px;
	text-align: left;
	margin-bottom: 10px;
	font-weight: 600;
}

.investor-modal img{
	width: 120px;
	margin-bottom: 20px;
}

.life-gallery .img-life1{
	height: 200px;
}

.life-gallery .img-life2{
	height: 415px;
}

.life-gallery h5{
	text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    top: 165px;
}

.life-gallery h6{
	text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    top: 380px;
}