@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

img {
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
ul,
li,
span,
ol {
	margin: 0px;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
}

body {
	font-size: 15px;
	color: #000;
	font-family: "Roboto", sans-serif !important;
	box-sizing: border-box;
	overflow-x: hidden;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

/** **************** **/
html {
	scroll-behvior: smooth;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
	width: 7px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	border: none;
	background-color: #7c797a;
}

::-webkit-scrollbar:horizontal {
	height: 7px;
}

::-webkit-scrollbar-track {
	background-color: rgba(239, 239, 239, 0.5);
}

/** **************** **/
.mt15 {
	margin-top: 15px;
}

.mb15 {
	margin-bottom: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mb25 {
	margin-bottom: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mb40 {
	margin-bottom: 40px;
}

.mt60 {
	margin-top: 60px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb100 {
	margin-bottom: 100px;
}

.pd-0 {
	padding: 0;
}

.pd-lr30 {
	padding: 0 30px;
}

/** **************** **/
.align-center {
	align-items: center;
}

/** **************** **/
#header_top {
	transition: all 0.5s ease;
	z-index: 999;
	position: relative;
}

.tag_line span {
	color: #fff;
	line-height: 32px;
	display: block;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 600;
	text-transform: uppercase;
}

.header-call {
	float: right;
	width: auto;
	transition: all 0.6s ease-in-out;
	position: relative;
}
.header-call ul {
	margin-bottom:5px;
}
.header-call ul li {
	padding: 7px 12px;
	display: inline-block;
	position: relative;
}

.header-call ul li:last-child {
	padding-right: 0px;
}

.header-call ul li:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 20px;
	background: #fff5;
	right: 0;
	top: 5px;
}

.header-call ul li:last-child:after {
	display: none;
}

.header-call ul li img {
	margin-right: 1px;
	float: left;
}

.header-call img {
	width: 24px;
}

.header-call ul li a {
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.9px;
	display: inline-block;
	text-transform: lowercase;
	padding: 0 5px;
}

/** **************** **/
.fixed-top {
	position: relative!important;
	display: block;
	top: 0px;
	padding: 0px 0 0px;
	background: #fff;
	border-bottom: solid 0px rgba(24, 24, 24, 0.902);
	background: #e8112200;
}

.header-scrolled .header_menu::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0px;
	background: #ffffff3d;
	left: 0;
	top: 74px;
	z-index: -1;
	border-radius: 0 0 0px;
}

.header_menu {
	position: relative;
}

.header_menu::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #ffffff3d;
	left: 0;
	top: 82px;
	z-index: -1;
	border-radius: 0 0 0px;
}

.header-scrolled .logo {
	bottom: 3px;
	width: 101px;
	margin-top: -10px;
	transition: all 0.5s ease;
}

.header-scrolled .scrollto img {
	height: auto;
	transition: all.5s ease;
	margin-top: 0px;
}

.header-scrolled .main-nav>ul {
	margin: 10px 0 0 0;
}

.logo {
	position: absolute;
	transition: all 0.5s ease;
	bottom: 7px;
	width: 155px;
}

.logo:after {
	content: "";
    position: absolute;
    background: #ffffff2e;
    height: 127px;
    width: 1px;
    right: -50px;
    top: 0px;
    z-index: -1;
}

.header-scrolled .logo:after {
	height: 0px;
}

.header-scrolled {
	position: fixed!important;
	padding: 5px 0;
	box-shadow: 0 8px 20px 0 rgb(0 0 0 / 5%);
	background-color: #0000008f;
}

.scrollto img {
	width: auto;
	height: auto;
	transition: all 0.5s ease;
	position: relative;
	top: 7px;
}

.main-nav {
	float: right;
	transition: all.3s ease-in-out;
}

.main-nav>ul {
	margin: 15px 0 10px 0;
	display: flex;
}

.main-nav>ul>li {
	position: relative;
	white-space: nowrap;
}

.main-nav a {
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 0.25px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	padding: 10px 10px;
}

.main-nav .drop-down ul li:after {
	display: none;
}

.main-nav li:last-child a {
	padding-right: 0px;
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
	color: #e8b12d;
	text-decoration: none;
}

.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left: 0px;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: ease all 0.3s;
	padding: 10px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
	border: none;
}

.main-nav .drop-down:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.main-nav .drop-down li {
	min-width: 220px;
	position: relative;
}

.main-nav .drop-down ul li {
	border-bottom: 1px solid #f4f4f7;
	margin-top: 0px;
}

.main-nav .drop-down ul li:last-child {
	border-bottom: 0px;
}

.main-nav .drop-down .drop-down>a {
	padding-right: 35px;
}

.main-nav .drop-down ul li a {
	padding: 6px 5px;
	color: #231e1f;
	border-radius: 2px;
	font-weight: 400;
	transition: all 200ms linear;
	font-size: 14px;
	letter-spacing: 0.25px;
	text-transform: capitalize;
	width: 100%;
}

.main-nav .drop-down ul li a span {
	color: #da1214;
}

.main-nav .drop-down ul li a:hover span {
	color: #fff;
}

.main-nav .drop-down ul li a span img {
	width: 20px;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
	color: #fff;
	background-color: #e8b12d;
}

.main-nav .drop-down>a:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 5px;
	font-size: 16px;
}

.main-nav .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 10px);
}

.main-nav .drop-down .drop-down:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
}

.main-nav .drop-down .drop-down>a:after {
	content: "\f105";
	position: absolute;
	right: 15px;
}

/*******************/
.call_start {
	margin-left: 20px !important;
	margin-top: 2px;
	position: relative;
}

.call_start:after {
	content: "";
	position: absolute;
	top: 2px;
	left: -20px;
	width: 1px;
	height: 35px;
	background: #e3e3e3;
}

.call_tp {
	border-radius: 50px;
	padding: 5px 24px 5px 24px;
	margin-left: 15px;
	height: 42px;
	line-height: 18;
	display: flex;
	background: #e8b12d;
	border: 2px solid #ffffff;
}

.call_tp img {
	margin-right: 8px;
	width: 22px;
	height: 22px;
	margin-top: 4px;
}

.call_tp a {
	color: #292929;
	font-weight: 500;
	font-size: 16px;
	display: block;
	line-height: 15px;
	padding: 0px;
} 

.call_tp a span {
	font-weight: 400;
	color: #292929;
}

.call_start a {
	padding-top: 6px;
}

.head-cont {
	position: relative;
	margin-left: 70px;
	margin-top: -20px;
	font-size: 18px !important;
}


.head-cont:hover {
	color: #e8b12d !important;
}

.head-cont img {
	width: 54px;
	height: auto;
	position: absolute;
	left: -55px;
	top: 13px;
	padding: 10px;
	border: 1px solid #e8b12d;
	border-radius: 30px;
}

.head-call {
	font-size: 15px;
}

.head-cont:hover .head-call {
	color: #e8b12d !important;
}

.head-cont .pbmit-svg-arrow {
	stroke: #fff;
	width: 10px;
	height: 10px;
	fill: none;
	stroke-width: 5px;
	stroke-miterlimit: 10;
	position: relative;
	bottom: 1px;
	left: 6px;
	transform: rotate(45deg);
}

.pbmit-svg-arrow-span {
	position: relative;
	left: 5px;
}

.pbmit-svg-arrow-span:before {
	content: "";
	width: 22px;
	height: 22px;
	background: #e8b12d;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 2px;
}

.head-cont .pbmit-svg-arrow line:nth-child(1) {
	stroke-dasharray: 25px;
	stroke-dashoffset: 50px;
	transition: stroke-dashoffset 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}

.head-cont .pbmit-svg-arrow line:nth-child(2) {
	stroke-dasharray: 20px;
	stroke-dashoffset: 40px;
	transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}

.head-cont .pbmit-svg-arrow line:nth-child(3) {
	stroke-dasharray: 20px;
	stroke-dashoffset: 40px;
	transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}

.head-cont:hover svg line {
	stroke-dashoffset: 0 !important;
	stroke: #fff;
}

/** *************** **/
.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: #416b9d;
	transition: 0.4s;
}

.mobile-nav a {
	display: block;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
	color: #e8b12d;
	text-decoration: none;
}

.mobile-nav .drop-down>a:after {
	content: "\f078";
	font-family: FontAwesome;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}

.mobile-nav .active.drop-down>a:after {
	content: "\f077";
}

.mobile-nav .drop-down>a {
	padding-right: 35px;
}

.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}

.mobile-nav .drop-down li {
	padding-left: 20px;
}

.mobile-nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}

.mobile-nav-toggle i {
	margin: 0px 0px 0 0;
	color: #004289;
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(19, 39, 57, 0.8);
	overflow: hidden;
	display: none;
}

.mobile-nav-active {
	overflow: hidden;
}

.mobile-nav-active .mobile-nav {
	left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}

/** **************** **/

.carousel-indicators {
	bottom: 30px;
}

.header-scrolled .button a {
	color: #fff;
}

/*Only Fade Slide*/
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: 0.6s;
	transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
}

@supports (transform-style: preserve-3d) {

	.carousel-fade .carousel-item-next,
	.carousel-fade .carousel-item-prev,
	.carousel-fade .carousel-item.active,
	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-prev {
		transform: translate3d(0, 0, 0);
	}
}

/*Only Fade Slide End*/
#carousel {
	overflow: hidden;
}

#carousel .carousel-control {
	background: none;
	top: 45%;
	font-size: 30px;
	text-align: center;
	width: 40px;
	height: 40px;
	opacity: 1;
	position: absolute;
}

#carousel .carousel-control-right {
	right: 4%;
}

#carousel .carousel-control-left {
	left: 0;
}

#carousel .carousel-control-right span {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	visibility: hidden;
	transition: transform 0.5s ease;
	opacity: 0;
}

#carousel .carousel-control-left span {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	visibility: hidden;
	transition: transform 0.5s ease;
	opacity: 0;
}

#carousel:hover .carousel-control-right span {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: visible;
	opacity: 1;
}

#carousel:hover .carousel-control-left span {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: visible;
	opacity: 1;
}

#carousel .carousel-control span {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	height: 45px;
	width: 45px;
	z-index: 121;
	line-height: 45px;
	text-align: center;
	position: absolute;
}

#carousel .carousel-control span:hover {
	background-color: #e8b12dbd;
}

#carousel .carousel-item .caption {
	background-color: rgb(0 0 0 / 20%);
	padding: 40px;
	animation-duration: 1s;
	animation-delay: 1s;
}

#carousel .caption h2 {
	animation-duration: 1s;
	animation-delay: 1s;
	font-size: 70px;
	font-weight: bold;
	color: transparent;
	-webkit-text-stroke-color: #fff;
	-webkit-text-stroke-width: 1px;
	text-align: center;
	letter-spacing: 3px;
	font-family: "Montserrat", sans-serif;
}

#carousel .caption span {
	animation-duration: 1s;
	animation-delay: 2.2s;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	display: block;
	color: #fff;
	letter-spacing: 1px;
	font-family: "Montserrat", sans-serif;
}

#carousel .caption a {
	animation-duration: 1s;
	animation-delay: 2.4s;
}

/*#carousel .carousel-item.banner1 {
	background-image: url("https://www.viramisteel.com/images/banner01.jpg");
}

#carousel .carousel-item.banner2 {
	background-image: url("https://www.viramisteel.com/images/banner02.jpg");
}

#carousel .carousel-item.banner3 {
	background-image: url("https://www.viramisteel.com/images/banner03.jpg");
}*/

#carousel .carousel-item {
	height: auto;
	width: 100%;
	background: no-repeat center center scroll;
	background-size: cover;
}

.carousel-indicators {
	bottom: 25px;
}

.carousel-caption {
	position: absolute;
	top: 40%;
	left: 0px!important;
	transform: translate(-50%, -50%);
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
}

/** **************** **/
.carousel-sec {
	margin-top: -140px;
}

/*.carousel-sec .carousel-item h2 {
	line-height: 1.3;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	text-shadow: 3px 9px 0px #121212b8;
	color: #e8b12d;
	font-size: 75px;
	font-weight: 800;
	letter-spacing: 0.2px;
}*/

.carousel-sec .text-small h2 {
	line-height: normal;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	text-shadow: 3px 9px 0px #121212b8;
	color: #e8b12d;
	font-size: 50px !important;
	font-weight: 700;
	letter-spacing: 0.50px;
}

/** **************** **/

.carousel-sec .carousel-caption {
	height: auto;
	width: 100%;
}

#carousel .carousel-item img {
	position: relative;
	width: 100%;
}

.carousel-caption {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.4s ease, transform 0.4s ease;
	will-change: opacity, transform;
}

.carousel-item.active .carousel-caption {
	animation: slideFadeUp 2s ease forwards;
}

@keyframes slideFadeUp {
	from {
		opacity: 0;
		transform: translateY(60px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {

	.carousel-caption,
	.carousel-item.active .carousel-caption {
		animation: none !important;
		transition: none !important;
		opacity: 1;
		transform: none;
	}
}

.hm-keypoint {
	position: relative;
	margin-top: -100px;
}

.hm-keypoint:after {
	content: "";
	position: absolute;
	width: 100%;
	background: linear-gradient(180deg, #f4f2f900 0%, #e9e9e957 100%);
	left: 0;
	top: 82px;
	z-index: -1;
	border-radius: 0 0 0px;
}

.main-company-item {
	background-color: #fff;
	padding: 30px 30px 0px 30px;
	margin-bottom: 30px;
	border: 2px solid #eaeaea;
	height: 100%;
	transition: all ease 0.6s;
}

.main-company-item:hover {
	box-shadow: 0 0 20px 3px rgba(240, 168, 60, 0.144);
	-o-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.main-company-item .icon {
	height: 100px;
	width: 100px;
	line-height: 92px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
	border-radius: 100px;
	font-size: 50px;
	margin-bottom: 20px;
	color: #000000;
	transition: all ease 0.5s;
}

.main-company-item i {
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
	background-color: #fff;
	border-radius: 100px;
	font-size: 50px;
	margin-bottom: 20px;
	color: #1595bf;
}

.main-company-item h3 {
	font-size: 25px;
	margin-bottom: 18px;
	font-weight: 500;
	color: #e8b12d;
	letter-spacing: 0em;
}

.main-company-item p {
	color: rgb(36, 36, 36);
	letter-spacing: 0.2px;
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 25px;
	color: #565555;
	font-weight: 400;
}

.main-company-item:hover .icon {
	box-shadow: 0 0 20px 3px rgba(240, 168, 60, 0.39);
}

/** **************** **/
.about-section {
	padding: 110px 0px 0px 0;
}

.hm_about_para p {
	letter-spacing: 0.2px;
	font-size: 16px;
	padding-bottom: 5px;
	line-height: 26px;
	color: #626262d1;
	text-align: left;
	font-weight: 400;
}

.hm_about_para h6 span {
	position: relative;
	left: 18px;
	color: #000;
}

.hm_about_para {
	padding-left: 55px;
}

.hm_about_para h1 {
	margin-top: 15px;
	font-size: 35px;
	color: #2d2d2d;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.3;
}

.hm_about_para h6 {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	color: #e8b12d;
	display: inline-block;
	padding-right: 13px;
	margin-bottom: 0px;
}

.hm_about_para h6 span:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(https://www.viramisteel.com/images/icon-peor.png);
	background-repeat: no-repeat;
	top: -10px;
	bottom: 0;
	left: -19px;
	right: 0;
}

.hm_about_para p {
	letter-spacing: 0.2px;
	font-size: 16px;
	padding-bottom: 5px;
	line-height: 29px;
	color: #626262;
	text-align: left;
	font-weight: 400;
}

.hm-photo img {
	width: 100%;
	border-radius: 0 0 85px 0;
}

.hm-photo::before {
	content: "";
	position: absolute;
	width: 170px;
	height: 270px;
	background-color: #e8b12d;
	right: -20px;
	top: -37px;
	border-radius: 50px 0px 0px 0;
	z-index: -1;
}

.about-block-three .inner-box {
	display: flex;
	padding-bottom: 0px;
}

.about-block-three .inner-box img {
	position: relative;
	width: 65px;
	height: 65px;
	margin-top: 3px;
	padding: 10px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	color: #fff;
	border: 1px solid #e8b12d;
	background-color: #e8b12d;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.about-block-three .inner-box .content {
	margin-left: 16px;
	padding-right: 68px;
	margin-top: 0px;
}

.about-block-three .inner-box .content .title {
	font-size: 25px;
	line-height: 35px;
	color: #1f1f1f;
	letter-spacing: 0.2px;
}

.about-block-three .inner-box .content .text {
	color: #7a7a7a;
}

.inner-prod-dtl ul li {
	background-image: url(https://www.viramisteel.com/images/list-style.svg);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 31px;
	background-size: 20px;
}

.inner-prod-dtl ul li {
	font-size: 16px;
	font-weight: 400;
	color: #171616;
	line-height: 1.8;
	letter-spacing: 0.2px;
	padding-bottom: 12px;
}

.inner-prod-dtl ul {
	margin-top: 10px;
}

/** **************** **/
.theme-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	vertical-align: middle;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	background: #e8b12d;
	color: #fff;
	text-align: center;
	padding: 16px 26px;
	text-transform: uppercase;
	z-index: 1;
	border-radius: 20px 0 0;
	gap: 10px;
	transition: all 500ms ease;
}

.theme-btn::before {
	position: absolute;
	content: "";
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	background-color: #101010;
	transition: all 500ms ease;
}

.theme-btn i {
	position: relative;
	display: inline-block;
	font-size: 22px;
	color: #fff;
	top: 2px;
	transition: all 500ms ease;
}

.theme-btn:hover::before {
	width: 100%;
}

.theme-btn:hover i {
	color: #e8b12d;
}

.btn-box a:hover {
	color: #ffffff;
}

.btn-box {
	margin-top: 15px;
}

/** **************** **/
.hm-dual-laminates {
	padding: 150px 0 60px 0;
}

.main-text-aling {
	text-align: center;
	margin-bottom: 35px;
}

.main-pro-img {
	background: #000000;
	padding: 70px 20px;
	text-align: left;
	height: 100%;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
	-moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
	box-shadow: 2px 0px 17px -5px rgb(0 0 0 / 59%);
}

.main-text-aling h6 span {
	position: relative;
	left: 18px;
	color: #000;
}

.main-text-aling h6 {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	color: #e8b12d;
	display: inline-block;
	padding-right: 13px;
	margin-bottom: 0px;
}

.main-text-aling h2 {
	margin-top: 15px;
	font-size: 35px;
	color: #2d2d2d;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.3;
}

.main-text-aling h6 span:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(https://www.viramisteel.com/images/icon-peor.png);
	background-repeat: no-repeat;
	top: -10px;
	bottom: 0;
	left: -19px;
	right: 0;
}

.main-pro-img h2 {
	color: #e8b12d;
	margin-bottom: 5px;
	font-size: 30px;
	text-transform: uppercase;
	position: relative;
	font-weight: 600;
	line-height: 1.5;
	top: -35px;
}

.main-pro-img h3 {
	color: #e8b12d;
	margin-bottom: 0px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.5;
	position: relative;
	top: -12px;
}

.main-pro-img .maial-img {
	position: absolute;
	top: 64px;
	left: 171px;
}

.main-pro-img .maial-img img {
	width: 260px;
}

.main-text-aling p {
	letter-spacing: 0.2px;
	font-size: 16px;
	padding-bottom: 5px;
	line-height: 29px;
	color: #626262;
	text-align: center;
	font-weight: 400;
}

.main-pro-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/** **************** **/
.counter {
	padding: 100px 0;
}

.counter-head {
	margin-bottom: 50px;
}

.counter-head h2 {
	font-weight: 800;
	text-align: center;
}

.why_sec_bx {
	position: relative;
	display: flex;
	align-items: center;
}

.why_sec_bx:after {
	content: "";
	width: 1px;
	height: 75px;
	background: #0000001c;
	position: absolute;
	right: -5px;
	top: 0;
}

.why_sec_bx2:after {
	content: "";
	width: 0px;
}

.why_icon_txt {
	padding-left: 7px;
}

.why_title {
	font-size: 50px;
	display: block;
	font-weight: 800;
	line-height: 1;
	color: #2d2d2d;
	letter-spacing: 1px;
}

.why_icon_txt span {
	display: block;
	letter-spacing: 0.5px;
	font-weight: 400;
	color: #6f6d6dcc;
	font-size: 17px;
	margin-top: 5px;
}

/** **************** **/
.offer-section-two:before {
	position: absolute;
	left: 0;
	top: 0px;
	height: 497px;
	bottom: 0;
	width: 100%;
	background-image: url(https://www.viramisteel.com/images/header-5-bg.jpg);
	content: "";
	background-size: cover;
	background-repeat: no-repeat;
}

.offer-section-two::after {
	position: absolute;
	left: 0;
	bottom: 3px;
	bottom: -54px;
	height: 255px;
	width: 100%;
	background-color: #d4d4d424;
	content: "";
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
}

.offer-section-two {
	position: relative;
}

.auto-container {
	position: static;
	padding: 0px 0px;
	margin: 0 auto;
	width: 100%;
}

.offer-section-two .content-column {
	position: relative;
}

.offer-section-two .content-column .inner-column {
	position: relative;
	padding: 0px 0 0 0;
	position: absolute;
	top: 69px;
	right: 58px;
	z-index: 999;
	width: 76%;
}

.sec-title {
	position: relative;
	margin-bottom: 10px;
}

.offer-section-two .content-column .sec-title .sub-title {
	color: #ffffff;
	font-size: 16px;
	position: relative;
}

.sec-title .sub-title:before {
	position: absolute;
	left: 97%;
	top: 46%;
	height: 2px;
	width: 30px;
	margin-left: 10px;
	margin-top: 1px;
	background: #ffffff;
	content: "";
}

.sec-title h1 {
	font-size: 64px;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 0.01em;
	margin-top: 0px;
	line-height: 1;
	margin-bottom: 0;
	margin-bottom: 15px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}

.offer-section-two .image-column .image-box .image img {
	width: 100%;
	min-height: 586px;
	object-fit: cover;
	border-radius: 0 0 0px 100px;
}

.offer-section-two .image-column .image-box .image {
	position: relative;
	margin-bottom: 0;
	width: 100%;
	z-index: 99;
}

.offer-section-two .image-column .video-box {
	position: absolute;
	left: -123px;
	top: 0;
}

.offer-section-two .image-column .video-box .play-btn {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 140px;
	width: 140px;
	background-color: #16a913;
	color: #fff;
	font-size: 70px;
}

.offer-section-two .image-column .video-box .title {
	right: 100%;
	margin-right: 130px;
	top: 0;
	color: #000;
	margin-bottom: 0;
	font-weight: 500;
}

.sec-title p {
	letter-spacing: 0.5px;
	font-size: 15px;
	padding-bottom: 15px;
	color: #fff;
	line-height: 25px;
}

.sec-title h1 span {
	color: #76b84a;
}

/** **************** **/

.testimonials h6 {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	color: #ffffff;
	display: inline-block;
	padding-right: 13px;
	margin-bottom: 0px;
}

.testimonials h6 span {
	position: relative;
	left: 18px;
	color: #e8b135;
}

.testimonials h6 span:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(https://www.viramisteel.com/images/icon-peor.png);
	background-repeat: no-repeat;
	top: -10px;
	bottom: 0;
	left: -19px;
	right: 0;
}

.testimonials h2 {
	margin-top: 17px;
	font-size: 26px;
	color: #e8b12d;
	font-weight: 700;
	margin-bottom: 0px;
	line-height: 1.6;
	margin-top: 15px;
	font-size: 35px;
	color: #e8b12d;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.3;
}

.hm-pro-align-le {
	text-align: left;
}

.testimonial-section-two .testimonial-column .testimonial-carousel .testimonial-block-two {
	padding: 15px 15px 0;
}

.testimonial-block-two {
	position: relative;
	margin-top: 8px;
	border-radius: 33px;
}

.testimonial-block-two .inner-box {
	position: relative;
}

.testimonial-block-two .content-box {
	position: relative;
	display: block;
	padding: 5px 0px 54px;
	transition: all 300ms ease;
}

.testimonial-block-two .content-box .rating {
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.testimonial-block-two .content-box .text {
	position: relative;
	margin-bottom: 0;
	color: #ffff;
	font-size: 19px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-block-two .info-box {
	position: relative;
	padding: 0 0px;
	margin-top: -33px;
}

.testimonial-block-two .info-box .thumb {
	position: relative;
	display: block;
	height: 67px;
	width: 67px;
	border-radius: 50%;
	padding: 5px;
	background-color: #ffffff;
	border: 2px solid #000;
	margin-bottom: 5px;
}

.testimonial-block-two .info-box .thumb img {
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-block-two .info-box .name {
	margin-bottom: 0;
}

.testimonial-block-two .info-box .designation {
	position: relative;
	text-transform: uppercase;
	display: block;
	font-size: 11px;
	color: #707070;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.1em;
}

.testimonil-slider .owl-nav {
	position: absolute;
	bottom: -70px;
	left: 0;
	margin: 0;
	display: flex;
}

.testimonil-slider .owl-nav .owl-prev,
.testimonil-slider .owl-nav .owl-next {
	border-radius: 5%;
	height: 40px;
	width: 40px;
	line-height: 45px;
	text-align: center;
	border: none;
	background: #fff !important;
	color: #fff;
	font-size: 14px;
	border: 1px solid #000;
	margin: 0 5px;
	display: inline-block;
}

.testimonil-slider .owl-nav .owl-prev img {
	transform: translate(-2px, 0px);
}

.testimonil-slider .owl-nav img {
	width: 12px !important;
}

.testimonil-slider .owl-nav .owl-prev,
.testimonil-slider .owl-nav .owl-next {
	border-radius: 5%;
	height: 40px;
	width: 40px;
	line-height: 45px;
	text-align: center;
	border: none;
	background: #fff !important;
	color: #fff;
	font-size: 14px;
	border: 1px solid #000;
	margin: 0 5px;
	display: inline-block;
}

.testimonil-slider .owl-nav .owl-next img {
	transform: translate(2px, 0px);
}

.testimonil-slider .owl-nav img {
	width: 12px !important;
}

/** **************** **/

.hm-cleint {
	padding: 40px 0px 60px;
}

.client-wrapper {
	align-items: center;
	position: relative;
	cursor: pointer;
	border-radius: 0px;
	background: rgb(255, 255, 255);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(12 12 12);
	border-image: initial;
	padding: 10px;
}

.client-slider .owl-stage-outer {
	padding: 0px 0 0px 0;
}

.client-wrapper img {
	width: 100%;
}

/** **************** **/

.main-industry {
	padding: 80px 0;
}

.hm-indust {
	padding: 140px 0px 90px;
}

.hm-indust-box {
	position: relative;
	overflow: hidden;
	margin: 15px 0;
	border-radius: 20px;
	box-shadow: 0px 11px 24px 0px rgb(12 12 12 / 11%);
}

.hm-indust-box:hover .indus-img {
	-webkit-transition: 0.7s all ease-in-out;
	-o-transition: 0.7s all ease-in-out;
	transition: 0.7s all ease-in-out;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.hm-indust-box:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -80%;
	left: 0;
	right: 0;
	background: #0009;
}

.hm-indust-flex {
	position: absolute;
	right: 10px;
	bottom: 10px;
	border: 2px solid #fff;
	background-color: #e8b12d;
	border-radius: 100px;
	padding: 10px;
	z-index: 1;
	box-shadow: 5px 5px 30px 0px rgb(0 0 0 / 76%);
}

.hm-indust-box h5 {
	position: absolute;
	bottom: 20px;
	left: 6px;
	color: #fff;
	z-index: 1;
	font-size: 16px;
	letter-spacing: 0.2px;
	word-spacing: 0.2px;
	font-weight: 400;
}

.hm-indust-solution {
	background-color: #e8b12d;
	padding: 30px;
	position: relative;
	z-index: 99;
	margin-top: -140px;
}

.hm-indust-solution h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
	color: #0a093a;
}

.hm-indust-solution p {
	letter-spacing: 0.2px;
	word-spacing: 0.2px;
	color: black;
	margin-bottom: 15px;
}

.hm-indust-solution a {
	font-size: 18px;
	color: #0a093a;
	position: relative;
}

.hm-indust-solution a:after,
.hm-indust-solution a:before {
	-webkit-transition: all 0.3s, background-color 0s;
	transition: all 0.3s, background-color 0s;
	content: "";
	height: 1px;
	width: 0;
	background-color: #00003d;
	position: absolute;
	bottom: -3px;
}

.hm-indust-solution a:before {
	right: 50%;
}

.hm-indust-solution a:after {
	left: 50%;
}

.hm-indust-solution a:hover:after,
.hm-indust-solution a:hover:before {
	width: 50%;
}

.hm-indust-ceo {
	border-left: 4px solid #e8b12d;
	position: relative;
	padding-left: 80px;
}

.hm-indust-ceo i {
	position: absolute;
	left: 10px;
	top: 0px;
	color: rgba(255, 255, 255, 0.2);
	font-size: 60px;
}

.hm-indust-ceo p {
	letter-spacing: 0.2px;
	word-spacing: 0.2px;
	color: #fff;
	font-size: 20px;
}

.hm-indust-ceo h6 {
	letter-spacing: 0.2px;
	word-spacing: 0.2px;
	color: #e8b12d;
	margin-top: 10px;
	font-family: "Montserrat", sans-serif;
}

.upper-icon-white {
	position: relative;
	display: inline-block;
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	width: 80px;
	margin: 0 auto 20px;
}

.upper-icon-white .left-dots {
	position: absolute;
	left: 0;
	top: 50%;
	width: 45px;
}

.upper-icon-white .left-dots .dot {
	position: relative;
	display: block;
	float: left;
	width: 3px;
	height: 3px;
	border-right: 3px solid #fff;
	margin-right: 3px;
}

.upper-icon-white .left-dots .line-dot {
	border-right: 20px solid #fff;
}

.upper-icon-white .right-dots {
	position: absolute;
	right: 0;
	top: 50%;
	width: 45px;
}

.upper-icon-white .right-dots .line-dot {
	border-left: 20px solid #fff;
}

.upper-icon-white .right-dots .dot {
	position: relative;
	display: block;
	float: left;
	width: 3px;
	height: 3px;
	border-right: 3px solid #fff;
	margin-left: 3px;
}

.upper-icon-white .right-dots .dot {
	position: relative;
	display: block;
	float: left;
	width: 3px;
	height: 3px;
	border-right: 3px solid #fff;
	margin-left: 3px;
}

.hm-indust-postion {
	position: relative;
	margin-bottom: 60px;
}

.aling-center {
	align-items: center;
}

.justy-center {
	justify-content: center;
}

/*----------------------------*/
.process-one__inner {
	position: relative;
	display: block;
	z-index: 1;
}

.process-one__img-box {
	display: block;
	position: relative;
}

.process-one__shape-1,
.team-details__progress .bar-inner {
	background-image: -moz-linear-gradient(0deg, #04171a 0, #f9be17 100%);
	background-image: -webkit-linear-gradient(0deg, #04171a 0, #f9be17 100%);
	background-image: -ms-linear-gradient(0deg, #04171a 0, #f9be17 100%);
}

.process-one__single {
	text-align: center;
	margin-bottom: 20px;
}

.process-one__shape-1 {
	position: absolute;
	left: 11px;
	height: 2px;
}

.process-one__shape-1:before {
	position: absolute;
	left: -10px;
}

.process-one__shape-2 {
	position: absolute;
	right: 11px;
	background-image: -moz-linear-gradient(0deg, #f9be17 0, #04171a 100%);
	background-image: -webkit-linear-gradient(0deg, #f9be17 0, #04171a 100%);
	background-image: -ms-linear-gradient(0deg, #f9be17 0, #04171a 100%);
	height: 2px;
}

.process-one__shape-3,
.process-one__shape-4 {
	position: absolute;
	transform: translateY(-50%);
	height: 2px;
	width: 200px;
	background-color: #e8b12d;
	top: 31%;
}

.process-one__shape-2:before {
	position: absolute;
	right: -10px;
}

.process-one__shape-3 {
	left: -99px;
}

.process-one__shape-4 {
	right: -100px;
}

.process-one__img {
	position: relative;
	display: block;
	width: 186px;
	margin: 0 auto;
	border-radius: 50%;
}

.process-one__img::before {
	content: "";
	position: absolute;
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	border-radius: 50%;
	border: 2px solid #e8b12d;
}

.process-one__img:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #e8b12d;
	border-radius: 50%;
	transform: scale(0.5);
	opacity: 0;
	-webkit-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition: 0.4s linear;
	z-index: 1;
}

.process-one__single:hover .process-one__img:after {
	transform: scale(1);
	opacity: 1;
}

.process-one__img img {
	border-radius: 50%;
}

.process-one__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	margin-top: 31px;
	margin-bottom: 10px;
}

.process-one__title a {
	color: #e8b12d;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.process-one__title a:hover,
.thm-breadcrumb li:hover a {
	color: #e8b12d;
}

.process-one__count {
	position: absolute;
	top: 0;
	right: -15px;
	width: 67px;
	height: 67px;
	background-color: #e8b12d;
	border-radius: 50%;
	-webkit-transition: 0.5s linear;
	transition: 0.5s linear;
	z-index: 2;
}

.brand-two,
.make-website {
	position: relative;
	display: block;
}

.cta-two__bg,
.cta-two__wrap-bg,
.make-website__bg,
.process-one__count:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.process-one__count:before {
	position: absolute;
	font-size: 20px;
	line-height: 67px;
	font-weight: 700;
	counter-increment: count;
	content: "0" counter(count);
	transition: 0.5s linear;
	color: #e8b12d;
	text-align: center;
	-webkit-transition: 0.5s linear;
}

/* ==================== */

.project-three__img-box:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #e8b12d;
	visibility: hidden;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(0) translateZ(100px);
	transform: scaleY(0) translateZ(100px);
	-webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.7s;
	transition: opacity 0.5s, visibility 0.5s, transform 0.7s,
		-webkit-transform 0.7s;
	z-index: 1;
}

.process-one__shape-1:before,
.process-one__shape-2:before {
	top: -5px;
	border-radius: 50%;
	content: "";
	width: 11px;
	height: 11px;
}

.process-one__shape-1:before,
.process-one__shape-2:before,
.process-one__single:hover .process-one__count {
	background-color: #e8b12d;
}

.project-details__social a:after,
.team-details__social a:after {
	-webkit-transform-origin: top;
	-webkit-transform-style: preserve-3d;
	opacity: 1;
}

.project-three__single:hover .project-three__img-box:before {
	visibility: visible;
	-webkit-transform: scaleY(1) translateZ(0);
	transform: scaleY(1) translateZ(0);
}

.project-three__img img {
	width: 100%;
	mix-blend-mode: luminosity;
}

.project-three__content {
	position: absolute;
	bottom: 32px;
	left: 40px;
	transform: translateY(66%);
	transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
	visibility: hidden;
	opacity: 0;
	z-index: 3;
}

.project-three__single:hover .project-three__content {
	visibility: visible;
	transform: translateY(0);
	transition-delay: 0.5s;
	opacity: 1;
}

.project-three__sub-title {
	font-size: 12px;
	font-weight: 500;
	color: #e8b12d;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 12px;
	margin-bottom: 12px;
}

.project-three__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
}

.project-three__title a {
	color: #e8b12d;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.process-one__single:hover .process-one__count:before,
.project-three__icon a,
.project-three__title a:hover {
	color: #e8b12d;
}

.project-three__icon {
	position: absolute;
	top: 30px;
	right: 30px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	transform: scale(0);
	z-index: 3;
}

.process-one__shape-1,
.process-one__shape-2 {
	top: 50%;
	transform: translateY(-50%);
	width: 73px;
}

.project-three__single:hover .project-three__icon {
	transform: scale(1);
	transition-delay: 0.5s;
}

.project-three__icon a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 52px;
	width: 52px;
	background-color: #e8b12d;
	border-radius: 50%;
	font-size: 15px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.make-website__img-1 img,
.make-website__img-2 img,
.process-one__img img {
	width: 100%;
	mix-blend-mode: luminosity;
}

.project-three__icon a:hover {
	background-color: #e8b12d;
}

.process-one {
	padding: 70px 0;
}

.process-one .section-title {
	margin-bottom: 54px;
}

.process-one__single {
	text-align: center;
	margin-bottom: 20px;
}

.process-one__shape-1 {
	position: absolute;
	left: 11px;
	height: 2px;
}

.process-one__shape-1:before {
	position: absolute;
	left: -10px;
}

.process-one__shape-2 {
	position: absolute;
	right: 11px;
	background-image: -moz-linear-gradient(0deg, #f9be17 0, #04171a 100%);
	background-image: -webkit-linear-gradient(0deg, #f9be17 0, #04171a 100%);
	background-image: -ms-linear-gradient(0deg, #f9be17 0, #04171a 100%);
	height: 2px;
}

.process-one__shape-3,
.process-one__shape-4 {
	position: absolute;
	transform: translateY(-50%);
	height: 2px;
	width: 200px;
	background-color: #e8b12d;
	top: 50%;
}

.process-one__shape-2:before {
	position: absolute;
	right: -10px;
}

.process-one__shape-3 {
	left: -116px;
}

.process-one__shape-4 {
	right: -116px;
}

.process-one__img {
	position: relative;
	display: block;
	width: 186px;
	margin: 0 auto;
	border-radius: 50%;
}

.process-one__img::before {
	content: "";
	position: absolute;
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	border-radius: 50%;
	border: 2px solid #e8b12d;
}

.process-one__img:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #00000070;
	border-radius: 50%;
	transform: scale(0.5);
	opacity: 0;
	-webkit-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition: 0.4s linear;
	z-index: 1;
}

.process-one__single:hover .process-one__img:after {
	transform: scale(1);
	opacity: 1;
}

.process-one__img img {
	border-radius: 50%;
}

.process-one__title {
	margin-top: 17px;
	font-size: 26px;
	color: #2d2d2d;
	font-weight: 700;
	margin-bottom: 0px;
	line-height: 1.6;
}

.process-one__title a {
	color: #e8b12d;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.process-one__title a:hover,
.thm-breadcrumb li:hover a {
	color: #e8b12d;
}

.process-one__count {
	position: absolute;
	top: 0;
	right: -15px;
	width: 67px;
	height: 67px;
	background-color: #e8b12d;
	border-radius: 50%;
	-webkit-transition: 0.5s linear;
	transition: 0.5s linear;
	z-index: 2;
}

.brand-two,
.make-website {
	position: relative;
	display: block;
}

.cta-two__bg,
.cta-two__wrap-bg,
.make-website__bg,
.process-one__count:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.process-one__count:before {
	position: absolute;
	font-size: 20px;
	line-height: 67px;
	font-weight: 700;
	counter-increment: count;
	content: "0" counter(count);
	transition: 0.5s linear;
	color: #ffffff;
	text-align: center;
	-webkit-transition: 0.5s linear;
}

.process-one__text {
	letter-spacing: 0.2px;
	font-size: 16px;
	padding-bottom: 5px;
	line-height: 29px;
	color: #626262;
	text-align: center;
	font-weight: 400;
}

.footer-img img {
	width: 160px;
	position: relative;
	z-index: 1;
	padding: 10px 13px;
	border-radius: 25px;
	background-color: #fff;
}

.social-icon h4 {
	font-size: 1.3rem;
	letter-spacing: 0.5px;
	color: #2d2d2d;
	font-weight: 400;
	display: block;
	padding: 5px 0;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}

.social-icon ul {
	text-align: center;
	display: flex;
	padding: 0 20px;
}

/* ================ */
.hm-prod {
	background-image: url(https://www.viramisteel.com/images/tab-bg.jpg);
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	padding: 45px 0;
}

.hm-prod-head h2 {
	font-size: 38px;
	color: #212529;
	font-weight: 700;
	letter-spacing: -0.9px;
	transition: color 0.2s linear;
	display: block;
	text-align: center;
}

.hm-prod-head p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 30px;
	color: #777;
	line-height: 32px;
	letter-spacing: -0.36px;
	text-align: center;
}

.hm-prod-tab .nav-tabs {
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-color: #e8b12d;
	width: 100%;
}

.hm-prod-tab .nav-tabs .nav-link {
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 0.5px;
	color: #e5a70f;
	padding: 0px 77px;
	display: block;
	background-color: #ffffff;
	padding: 17px 0.8rem;
	z-index: 999;
	text-align: center;
	border-radius: 0 !important;
	position: relative;
}

.nav-tabs .nav-link.active {
	border-color: #ffffff #ffffff #fff !important;
}

.nav-item {
	position: relative;
}

.nav-item:nth-child(2) ::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	bottom: 0;
	right: -0px;
	background-color: #2d2d2d;
	clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
	z-index: -1;
}

.main-boder {
	position: relative;
}

.main-boder::after {
	content: "";
	position: absolute;
	top: 124px;
	left: 13px;
	bottom: 0px;
	width: 466px;
	height: 1px;
	background-color: #ffffff75;
}

.material-list::before {
	content: "";
	position: absolute;
	top: 44px;
	right: 30px;
	bottom: 44px;
	width: 1px;
	height: 255px;
	background-color: #ffffff75;
}

.hm-prod-tab .hm-prod-box {
	padding: 20px 0px;
}

.hm-prod-tab .hm-prod-box span {
	text-align: center;
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 21px;
	padding-top: 15px;
	letter-spacing: 1px;
}

.prod-btn-all {
	margin-top: 50px;
	text-align: center;
}

.prod-btn-all a {
	font-size: 12px;
	background: #911d5a;
	padding: 17px 30px 17px 30px;
	border-radius: 0px;
	font-weight: 400;
	transition: all 0.5s ease-out !important;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.265em;
	text-indent: 0.265em;
}

.prod-btn-all a:hover {
	background-color: #ffffff00;
	color: #000;
}

.hm-prod-tab .tab-pane .row {
	justify-content: center;
}

.prod-box {
	border-radius: 15px;
	box-shadow: rgb(149 157 165 / 36%) 0px 0px 24px;
	padding: 10px;
	margin: 15px 0;
}

.prod-box img {
	border: 2px solid #00a0e3;
}

.prod-box .prod-box-name span {
	color: #000;
	text-align: center;
	display: block;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 7px;
}

/*******************/

.scrtabs-tab-container .tab-content {
	clear: left;
}

.scrtabs-tabs-fixed-container {
	float: left;
	height: auto;
	overflow: hidden;
	width: 100% !important;
}

.scrtabs-tabs-movable-container {
	position: relative;
	transition: transform 2s;
}

.scrtabs-tabs-movable-container .tab-content {
	display: none;
}

.scrtabs-tab-container.scrtabs-rtl .scrtabs-tabs-movable-container>ul.nav-tabs {
	padding-right: 0;
}

.scrtabs-tab-scroll-arrow {
	background: #a5a5a5;
	cursor: pointer;
	display: none;
	border: 2px solid #a5a5a5;
	padding-left: 0.5em;
	padding-top: 26px;
	width: 30px;
}

.scrtabs-tab-scroll-arrow:hover {
	background-color: #00a0e3;
	border: 2px solid #00a0e3;
}

.scrtabs-tab-scroll-arrow:hover>span {
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

.scrtabs-tab-scroll-arrow>span {
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	display: block;
	width: 8px;
	height: 8px;
	transform: rotate(-45deg);
}

.scrtabs-tab-scroll-arrow-left>span {
	transform: rotate(135deg);
}

.scrtabs-tab-scroll-arrow-left {
	position: absolute;
	left: 0;
	top: 1px;
	height: 65px;
	z-index: 1;
}

.scrtabs-tab-scroll-arrow-right {
	position: absolute;
	right: 0;
	top: 1px;
	height: 65px;
	z-index: 1;
}

.scrtabs-tab-scroll-arrow,
.scrtabs-tab-scroll-arrow .scrtabs-click-target {
	cursor: pointer;
}

.scrtabs-tab-scroll-arrow.scrtabs-with-click-target {
	cursor: default;
}

.scrtabs-tab-scroll-arrow.scrtabs-disable,
.scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target {
	color: #ddd;
	cursor: default;
	border-color: #c9c9c9;
	background: #c9c9c9;
}

.scrtabs-tab-scroll-arrow.scrtabs-disable>span,
.scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target>span {
	border-color: #fff;
}

.scrtabs-tab-scroll-arrow.scrtabs-disable:hover {
	background: #00a0e3;
	border-color: #00a0e3;
}

.scrtabs-tabs-fixed-container ul.nav-tabs>li {
	width: 33.33%;
}

/*******************/
.material-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background-size: cover;
	padding: 0 0 30px 0;
}

.material-list {
	flex: 1;
	padding-left: 0px;
	position: relative;
}

.material-item {
	padding: 45px 0;
}

.material-item h5 {
	margin-bottom: 17px;
	font-size: 32px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 0px;
	line-height: 1.6;
	letter-spacing: 0.9px;
}

.text-align {
	text-align: center;
}

.material-item p {
	color: #000000b8;
	margin: 5px 0 0;
	font-size: 16px;
}

.check-icon {
	color: #ffffff;
	font-size: 20px;
	margin-right: 12px;
	background-color: #2d2d2dde;
	padding: 11px;
	border-radius: 62%;
	width: 50px;
	height: 50px;
	line-height: 31px;
	text-align: center;
	top: 16px;
	position: relative;
}

.experience-box {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

.experience-content {
	background-color: #2d2d2d;
	color: #e8b12d;
	padding: 50px 21px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	width: 31%;
}

.experience-content i {
	font-size: 45px;
	margin-bottom: 20px;
	color: #fff;
}

.experience-content h4 {
	font-weight: 400;
	line-height: 0;
	color: #fff;
	line-height: 1.6;
	font-size: 26px;
	text-align: left;
}

.experience-image {
	width: 71%;
	background-size: cover;
	background-position: center;
}

@media (max-width: 992px) {
	.experience-box {
		flex-direction: column;
	}

	.experience-content,
	.experience-image {
		width: 100%;
	}
}

/* ================ */
.footer-img {
	position: relative;
}

.footer-img::after {
	position: absolute;
	left: -18px;
	top: -46px;
	height: 524px;
	width: 110%;
	background-color: #e8b12d;
	content: "";
	z-index: revert-layer;
	z-index: revert-layer;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer-pargrf p {
	letter-spacing: 0.2px;
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 29px;
	color: #ffffff;
	text-align: left;
	font-weight: 300;
}

footer {
	background-image: url(https://www.viramisteel.com/images/footer-bg.jpg);
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	padding: 45px 0 0 0;
	margin-top: 21px;
}

.ftr-head {
	padding-bottom: 12px;
	padding-left: 50px;
}

.ftr-head h4 {
	font-weight: 400;
	font-size: 22px;
	color: #e8b12d;
	letter-spacing: 0.5px;
}

.ftr-link ul li a {
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 22px;
	padding: 7px 0;
	display: block;
}

.ftr-link {
	padding-left: 50px;
}

.ftr-link ul li:hover a {
	color: #fff;
}

.br {
	border-right: 1px solid #ffffff1a;
}

.bb {
	border-bottom: 1px solid #ffffff1a;
	padding-bottom: 30px;
}

.ftr-cont {
	padding-bottom: 15px;
	padding-left: 35px;
	position: relative;
}

.ftr-cont h4 {
	font-weight: 500;
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 5px;
	letter-spacing: 0.5px;
	font-family: "Jost", sans-serif;
}

.ftr-cont p a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
}

.ftr-cont p {
	color: #ffffff;
    letter-spacing: 0.25px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}

.ftr-cont p:hover a {
	color: #2d2d2d;
}

.ftr-cont img {
	position: absolute;
	top: 0px;
	left: 0;
}

.ftr-btm {
	padding: 20px;
}

.ftr-btm p {
	font-weight: 400;
	text-align: right;
	font-size: 15px;
	color: #e8b12d;
	margin-bottom: 0px;
}

.ftr-btm p span {
	color: #ffffff;
}

.ftr-btm p a {
	color: #fff;
}

.ftr-btm p a:hover {
	color: #e8b12d;
}

.ftr-right {
	padding-top: 20px;
	padding-left: 20px;
}

.ftr-right ul {
	text-align: right;
}

.ftr-right ul li {
	display: inline-block;
	padding-left: 15px;
}

.ftr-right ul li a {
	font-size: 18px;
	color: #dbdbdb;
}

.ftr-right ul li:hover a {
	color: #e8b12d;
}

.social-icon ul li {
	width: 50px;
	height: 50px;
	display: inline-block;
	padding: 8px;
	border: thin solid #676a6d;
	border-radius: 50%;
	margin-left: 6px;
	margin-bottom: 5px;
}

.hvr-float-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: "";
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(ellipse at center,
			rgb(255 255 255 / 35%) 0,
			rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center,
			rgb(255 255 255 / 35%) 0,
			rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}

.social-icon li {
	display: inline-block;
}

.social-icon li a {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	display: block;
	padding: 5px 0;
	text-align: center;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.social-icon li i {
	font-size: 17px;
	padding-top: 3px;
}

.social-icon li:hover i {
	color: #fff !important;
}

.social-icon li.facebook i {
	color: #3b5998;
}

.social-icon li.instagram i {
	color: #cd4a72;
}

.social-icon li.linkedin i {
	color: #007ab9;
}

.social-icon li.twitter i {
	color: #000;
}

.social-icon li.youtube i {
	color: #ff0000;
}

.hvr-float-shadow:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.social-icon li.facebook:hover a {
	background: #3b5998;
}

.social-icon li.instagram:hover a {
	background: #cd4a72;
}

.social-icon li.linkedin:hover a {
	background: #007ab9;
}

.social-icon li.twitter:hover a {
	background: #000;
}

.social-icon li.youtube:hover a {
	background: #ff0000;
}

.social-icon li.facebook:hover i,
.social_icon li.instagram:hover i,
.social_icon li.linkedin:hover i,
.social_icon li.twitter:hover i,
.social_icon li.youtube:hover i {
	color: #fff;
}

.hvr-float-shadow:hover:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

.social-icon {
	display: inline-flex;
	align-items: center;
}

/*----------------------*/

.inner-banner {
	background: #f3f3e8;
	position: relative;
	margin-top: -125px;
}

.inner-banner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #00000057;
}

.inner-banner-rel {
	position: relative;
}

.inner-banner-head h1 {
	position: absolute;
	left: 0px;
	bottom: 160px;
	font-weight: 700;
	font-size: 35px;
	color: #ffffff;
	z-index: 1;
	right: 0px;
	text-align: center;
}

.inner-banner-head h1 span {
	background: #e8b12dd9;
	padding: 10px 12px;
	position: relative;
	letter-spacing: 2px;
}

.inner-banner-head h1 span:before {
	content: "";
	position: absolute;
	background-image: linear-gradient(to right,
			rgba(255, 0, 0, 0),
			rgb(232 177 45 / 85%));
	width: 30px;
	height: 100%;
	left: -30px;
	top: 0;
}

.inner-banner-head h1 span:after {
	content: "";
	position: absolute;
	background-image: linear-gradient(to right,
			rgb(232 177 45 / 86%),
			rgb(255, 0, 0, 0));
	width: 30px;
	height: 100%;
	right: -30px;
	top: 0;
}

.cover-mobile {
	display: none;
}


/*-- ------------------------ --*/
.number-gread .col-md-4 {
	margin: 15px 0;
}

.prod-grades-no {
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
	padding: 30px 30px;
	display: block;
	height: 100% !important;
	position: relative;
}

.prod-grades-no span {
	float: left;
	padding-right: 30px;
	position: relative;
	padding-top: 12px;
}

.prod-grades-no span img {
	width: 35px;
	scale: 1.4;
	margin-top: -5px;
}

.prod-grades-no h5 {
	padding-left: 46px !important;
	font-size: 1rem;
	color: #2d2d2d;
	line-height: 1.7;
}

.prod-grades-no:after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	background: #e8b12d8c;
	width: 1px;
	left: 86px;
}

.prod-grades-no span {
	float: left;
	padding-right: 35px;
	position: relative;
	padding-top: 0px;
}

/* ===================== */

.prod-inr-dtl h2 {
	font-weight: 700;
	color: #2d2d2d;
	position: relative;
	font-size: 30px;
	margin-bottom: 10px;
}

.prod-inr-dtl-new h3 {
	font-weight: 700;
	color: #2d2d2d;
	position: relative;
	font-size: 30px;
	margin-bottom: 40px;
}

.prod-inr-dtl-new h3:after {
	content: "";
	content: "";
	position: absolute;
	top: 45px;
	left: 1px;
	border: 2px solid #e8b12d;
	width: 48px;
}

.prod-inr-dtl h3 {
	font-weight: 700;
	color: #2d2d2d;
	position: relative;
	font-size: 22px;
	margin-bottom: 28px;
}

.prod-inr-dtl h4 {
	font-weight: 700;
	color: #2d2d2d;
	position: relative;
	font-size: 22px;
	margin-bottom: 10px;
}

.prod-inr-dtl h2:after {
	content: "";
	content: "";
	position: absolute;
	top: 34px;
	left: 1px;
	border: 2px solid #e8b12d;
	width: 48px;
}

.prod-inr-dtl h3:after {
	content: "";
	content: "";
	position: absolute;
	top: 37px;
	left: 1px;
	border: 2px solid #e8b12d;
	width: 48px;
}

.prod-inr-dtl h4:after {
	content: "";
	content: "";
	position: absolute;
	top: 35px;
	left: 1px;
	border: 2px solid #e8b12d;
	width: 48px;
}

.home-about-content p {
	letter-spacing: 0.4px;
	font-size: 16px;
	padding-top: 13px;
	line-height: 28px;
	color: #413f3f;
	font-weight: 400;
}

.inr-prod-brochure {
	background: #f7f7f7;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.blog-brochure-btn button {
	background: #217d3e;
	width: 100%;
	text-align: center;
	color: #fff;
	border: none;
	padding: 10px 0;
	border-radius: 5px;
	font-weight: 600;
	letter-spacing: 0.2px;
	cursor: pointer;
	margin-top: 5px;
}

.prod-inner {
	padding: 60px 0;
}

.inr-prod-nav {
	background: #fff;
	padding: 20px;
	-webkit-box-shadow: 0 5px 22px 0 rgb(15 53 103 / 5%);
	-moz-box-shadow: 0 5px 22px 0 rgba(15, 53, 103, 0.05);
	box-shadow: 0 5px 22px 0 rgb(15 53 103 / 5%);
	position: sticky;
	top: 50px;
	margin-left: 20px;
}

.inr-prod-nav ul {
	margin-bottom: 0px !important;
}

.inr-prod-nav ul li {
	margin-bottom: 15px;
}

.inr-prod-nav ul li a {
	background-color: #f7f7f7;
	color: #1a1a1a;
	display: block;
	font-size: 15px;
	padding: 15px 15px 14px;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	transition: 0.5s ease-in-out;
}

.inr-prod-nav ul li a:hover {
	background-color: #217d3e;
	color: #fff;
}

.bullet li {
	font-weight: 400;
	color: #3e3e3e;
	font-size: 16px;
	word-spacing: 0.5px;
	line-height: 25px;
	padding-bottom: 5px;
	padding-left: 14px;
	position: relative;
}

.bullet li:after {
	content: "";
	width: 7px;
	height: 7px;
	background: #e8b12d;
	position: absolute;
	left: 2px;
	top: 10px;
	border-radius: 66%;
}

.inner_pro img {
	width: 100%;
	border-radius: 10px;
}

.inner_pro {
	border-radius: 10px;
	background-color: #ffff;
	border: 2px solid #e8b12db3;
	padding: 7px;
}

.bullet li b {
	font-weight: 600;
	color: #262525;
	font-size: 16px;
	word-spacing: 0.5px;
	line-height: 25px;
	padding: 5px 0 5px 3px;
	position: relative;
}

.main-pr-bg {
	background-color: #d4d4d424;
	padding: 30px 10px;
	border-radius: 13px;
	margin-bottom: 15px;
}

/* =[===== */

.ftr-btn {
	float: left;
	margin-top: 30px;
    width: 100%;
}

.ftr-btn a {
	line-height: 0 !important;
    padding: 20px 20px;
    background: #fff;
    font-size: 16px;
    width: 100%;
    letter-spacing: 0.5px;
    border-radius: 50px;
    color: #000000;
    border: 2px solid #e8b12d;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    transform: perspective(1px) translateZ(0);
    position: relative;
    transition-duration: 0.3s;
    overflow: hidden !important;
    outline: none;
    cursor: pointer;
    display: block;
    text-align: center;
}

.ftr-btn a:hover {
	color: #fff;
}

.ftr-btn a:hover:before {
	transform: scaleX(1);
}

.ftr-btn a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgb(217 166 45) 23%, rgb(194 138 3) 73%);
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition: all 0.3s ease-in-out;
	color: #fff;
}

.inr-prod-nav h3 {
	font-size: 23px;
	padding: 15px 15px;
	letter-spacing: 0.7px;
	font-weight: 700;
	color: #ffffff;
	background-color: #e8b12d;
	border-radius: 10px 10px 0 0;
}

/* ================== */

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive>.table-bordered {
	border: 0;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}

.prod-section-table table thead,
.prod-section-table table thead {
	background: #e8b12d;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.2px;
}

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px;
}

.table td,
.table th {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #ffffff;
}

/* ======== */
table tr th {
	font-size: 17px !important;
}

/* ==== */
.main-pro {
	margin-bottom: 103px;
}

/* ================ */

.oth_product_hm_wrapper,
.oth_product_inn_wrapper {
	margin-bottom: 30px;
	transition: all 0.6s ease;
	background: #f5f5f5cf;
	padding: 8px;
	border-radius: 20px;
	box-shadow: 0 2px 5px 0 rgb(173 173 173 / 74%);
}

.oth_product_hm_wrapper img {
	background: #f7f7f7;
	border-radius: 20px;
}

.oth_hm_product_heading {
	text-align: center;
}

.oth_hm_product_heading span {
	font-size: 24px;
	text-align: center;
	display: flex;
	letter-spacing: 0.5px;
	font-weight: 600;
	color: #2d2d2d;
	text-transform: capitalize;
	justify-content: center;
	align-items: center;
	padding-bottom: 5px;
	padding-top: 15px;
}

.oth_hm_product_heading p {
	font-size: 14px;
	display: block;
	line-height: 22px;
	letter-spacing: 0.3px;
	color: #1f1f1f;
	font-weight: 500;
	padding-bottom: 15px;
}

.inn_product_btn {
	text-align: center;
	padding-bottom: 20px;
	margin-top: 13px;
}

.inn_product_btn a {
	padding: 9px 18px;
	background-color: #e8b12d;
	border-radius: 42px;
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.8px;
}

.inner-industry {
	padding-bottom: 60px;
}

.hm-keypoint-about-page {
	margin-top: 50px !important;
}

/* contact css */

.contact-wrapper {
	background-color: #ffffff;
	width: 100%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
	padding: 50px 0;
}

.left-side {
	padding: 50px 50px 50px 65px;
	position: relative;
	background-color: #fff;
}

.main-title {
	font-size: 36px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 5px;
	line-height: 1.2;
}

.sub-text {
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
	line-height: 24px;
	max-width: 400px;
}

.custom-input-group {
	margin-bottom: 40px;
}

.custom-input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	padding: 10px 0;
	font-size: 14px;
	outline: none;
	transition: border-color 0.3s;
}

.custom-input-group input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	padding: 10px 0;
	font-size: 14px;
	outline: none;
	transition: border-color 0.3s;
}

.btn-black {
	background-color: #1a1a1a;
	color: #ffffff;
	border: none;
	padding: 15px 0;
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 20px;
}

.right-side {
	position: relative;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.top-yellow-bg-left-top {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100px;
	height: 100px;
	background-color: transparent;
	z-index: 1;
	border-top: 3px solid #eaad2c;

	border-left: 3px solid #eaad2c;
}

.top-yellow-bg-left-bottom {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100px;
	height: 100px;
	background-color: transparent;
	z-index: 1;
	border-bottom: 3px solid #eaad2c;

	border-left: 3px solid #eaad2c;
}

.top-yellow-bg-right-top {
	position: absolute;
	top: 60px;
	right: 0;
	width: 100px;
	height: 100px;
	background-color: transparent;
	z-index: 1;
	border-top: 3px solid #eaad2c;
	border-right: 3px solid #eaad2c;
}

.top-yellow-bg-right-bottom {
	position: absolute;
	bottom: 60px;
	right: 0;
	width: 100px;
	height: 100px;
	background-color: transparent;
	z-index: 1;
	border-bottom: 3px solid #eaad2c;

	border-right: 3px solid #eaad2c;
}

.info-card {
	background: url(https://www.viramisteel.com/images/footer-bg.jpg) center no-repeat;
	color: #fff;
	padding: 40px 35px;
	position: relative;
	z-index: 2;
	margin-right: 25px;
	margin-left: 22px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.info-title {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}

.info-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 18px;
}

.info-icon {
	width: 16px;
	font-size: 20px;
	color: #ffffff;
	margin-right: 16px;
	text-align: center;
}

.info-text a {
	color: #fff;
}
.info-text a:hover {
	color: #e8b12d;
}

.info-text {
	font-size: 15px;
}

.info-item .info-icon .cont_bx img {
	margin-right: 20px;
	width: 50px !important;
}

.cont_bx {
	width: 25px !important;
}

table {
	width: 100%;
	border-collapse: collapse;
	min-width: 600px;
}

caption {
	padding: 15px;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #333;
	border-bottom: 2px solid #ddd;
}

th,
td {
	padding: 12px 15px;
	text-align: left;
	border-bottom: 1px solid #ddd;
	font-size: 0.9rem;
}

th {
	background-color: #f8f9fa;
	color: #333;
	font-weight: bold;
	vertical-align: middle;
	border-right: 1px solid #ddd;
	text-align: center;
}

td {
	text-align: center;
	color: #555;
}

/* Zebra striping for rows */
tbody tr:nth-of-type(even) {
	background-color: #f9f9f9;
}

tbody tr:hover {
	background-color: #f1f1f1;
}

/* Specific column widths for better layout */
th:first-child {
	text-align: left;
	font-weight: 800;
}

td:first-child {
	text-align: left;
	font-weight: bold;
	color: #222;
}

.mechanical-composition {
	padding: 50px 0;
}

.table-footer {
	padding: 10px 15px;
	font-size: 0.8rem;
	color: #666;
	background-color: #fff;
	text-align: center;
	font-style: italic;
	border-top: 1px solid #eee;
}

.certificates {
	padding: 50px 0;
}

.certificate-item {
	border: 5px solid #dddddd;
	display: block;
	border-radius: 0px;
	margin-bottom: 15px;
}

.category-card {
	background: white;
	border-radius: 1px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	position: sticky;
	top: 100px;
}

.category-header {
	padding: 26px 25px 24px 25px;
}

.category-title {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	color: #515151;
	position: relative;
	padding-bottom: 12px;
}

.category-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	background-color: #e8b12d;
	border-radius: 2px;
}

.category-list {
	padding: 0 20px 26px 20px;
}

.category-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 13px;
	margin-bottom: 8px;
	border-radius: 1px;
	cursor: pointer;
	transition: all 0.2s ease;
	background-color: #f8f9fa;
	border: 1px solid transparent;
	text-decoration: none;
	color: #6c757d;
}

.category-item:last-child {
	margin-bottom: 0;
}

.category-item:hover {
	background-color: #e8b12d;
	transform: translateY(-1px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	color: #fff;
}

.category-item-active {
	background-color: #e8b12d !important;
	color: #fff;
	box-shadow: 0 4px 12px rgb(35 35 35 / 22%);
}

.category-item-active:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgb(2 163 212 / 18%);
	color: #fff;
	text-decoration: none;
}

.category-text {
	flex-grow: 1;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
}

.category-arrow {
	opacity: 0.7;
	transition: opacity 0.2s ease;
	font-size: 14px;
}

.category-item:hover .category-arrow {
	opacity: 1;
}

.category-item-active .category-arrow {
	opacity: 1;
}

.blog-page {
	padding: 50px 0;
}

.blog-post {
	position: relative;
	margin-bottom: 30px;
	border: 1px solid #0002;
}

.dlab-post-title {
	margin-bottom: 5px;
}

.dlab-post-title .post-title {
	margin-top: 15px;
	margin-bottom: 5px;
}

.dlab-post-meta {
	margin-bottom: 4px;
}

.dlab-post-meta ul {
	margin: 0;
	list-style: none;
	text-transform: capitalize;
}

.dlab-post-meta ul li {
	padding: 0;
	display: inline-block;
	color: #5d5d5d;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
}

.dlab-post-meta ul li strong {
	font-weight: inherit;
}

.dlab-post-meta li:after {
	content: "|";
	display: inline-block;
	font-weight: normal;
	margin-left: 5px;
	opacity: 0.5;
}

.dlab-post-meta li:last-child:after {
	display: none;
}

.dlab-post-meta a {
	color: inherit;
}

.dlab-post-meta i {
	color: var(--color-primary);
	margin: 0 5px;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 500;
}

.text-white .dlab-post-meta ul li,
.text-white .dlab-post-meta a,
.text-white .dlab-post-meta i {
	color: #fff;
}

.dlab-post-meta.text-white i,
.dlab-post-meta.text-white ul li,
.dlab-post-meta.text-white ul li a {
	color: #fff;
}

.dlab-post-meta.text-black i,
.dlab-post-meta.text-black ul li,
.dlab-post-meta.text-black ul li a {
	color: #000;
}

.dlab-post-meta.text-gray i,
.dlab-post-meta.text-gray ul li,
.dlab-post-meta.text-gray ul li a {
	color: #808080;
}

.dlab-post-meta.text-primary i,
.dlab-post-meta.text-primary ul li,
.dlab-post-meta.text-primary ul li a {
	color: #000;
}

.dlab-post-text {
	margin-bottom: 10px;
}

.dlab-post-text p {
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
	color: #999;
}

.dlab-post-text p:last-child {
	margin: 0;
}

.dlab-post-readmore {
	margin-bottom: 15px;
}

.dlab-post-readmore a {
	letter-spacing: 3px;
}

.dlab-post-tags {
	border-top: 1px solid #e9e9e9;
	padding-top: 10px;
}

.dlab-post-tags .post-tags {
	margin: 0 -3px;
	list-style: none;
}

.dlab-post-tags .post-tags a {
	border: 1px solid #ebedf2;
	padding: 2px 8px;
	color: #a9a9a9;
	margin: 0 3px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 600;
}

.dlab-info[class*="border-"] .post-title {
	margin-top: 0;
	color: #232323;
}

.text-white .post-title a {
	color: #222222 !important;
}

.dlab-info>div:last-child,
.dlab-info>p:last-child {
	margin-bottom: 0;
}

.dlab-info {
	padding: 15px;
}

.post-title a {
	color: #e8b12d;
	font-size: 16px;
}

.site-button {
	background-color: #e8b12d;
}

.site-button,
.site-button-secondry {
	color: #fff;
	padding: 9px 12px;
	display: inline-block;
	font-size: 12px;
	outline: none;
	cursor: pointer;
	outline: none;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	line-height: 1.42857;
	border-radius: 3px;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}

.dlab-img-effect a img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.blog-inner-main {
	padding: 60px 0 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.blog-inn-head {
	margin-bottom: 15px;
}

.blog-inn-head h2 {
	font-size: 30px;
	margin: 0;
	padding-bottom: 0px;
	font-weight: 600;
	line-height: 1.2;
	color: #393939;
}

.blog-in-img {
	text-align: center;
	margin-bottom: 30px;
}

.blog-in-img img {
	width: 100%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 20px;
}

.blog-inn-dtls p {
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-align: justify;
	color: #666;
	margin-bottom: 10px;
}

.blog-inn-dtls {
	margin-bottom: 30px;
}

.blog-inn-dtls h3 {
	margin-bottom: 10px;
	margin-top: 0;
	font-size: 24px;
	color: rgba(36, 36, 36, 0.904);
	font-weight: 600;
}

.calender li {
	color: #0008;
	font-size: 18px;
}

.calender li i {
	color: #e8b12d;
}

.blog-inn-dtls th {
	background-color: #555555;
	color: white;
	padding: 15px;
	text-align: center;
	font-weight: bold;
}

.blog-inn-dtls td {
	padding: 12px;
	text-align: center;
	border: 1px solid #ddd;
	border-top: none;
	border-bottom: 1px solid #eee;
}

.blog-inn-dtls tbody tr:nth-child(odd) {
	background-color: #f2f2f2;
}

.blog-inn-dtls tbody tr:nth-child(even) {
	background-color: #ffffff;
}

.blog-inn-dtls ul {
	display: block;
	color: #0008;
	list-style: circle !important;
	margin-left: 20px;
}

.blog-inn-dtls ul li {
	padding: 10px 0;
}

.blog-inn-dtls-table-h {
	font-size: 20px;
	padding-bottom: 10px;
	display: block;
	color: #e8b12d !important;
	font-weight: 600;
	letter-spacing: 2px;
}

.whatsapp-fixed {
	position: fixed;
	left: 15px;
	bottom: 20px; 
	z-index: 10000;
}

.whatsapp-fixed .Btn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 45px;
	height: 45px;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition-duration: 0.3s;
	background-color: #00d757;
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	box-shadow: 0 0 0 2em transparent;
}

.whatsapp-fixed .sign {
	width: 100%;
	transition-duration: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sign svg {
	width: 25px;
}

.sign svg path {
	fill: white;
}

.whatsapp-fixed .text {
	position: absolute;
	right: 10px;
	width: 0%;
	opacity: 0;
	color: white;
	font-size: 16px;
	font-weight: 600;
	transition-duration: 0.3s;
}

.whatsapp-fixed .Btn:hover {
	width: 150px;
	border-radius: 40px;
	transition-duration: 0.3s;
}

.whatsapp-fixed .Btn:hover .sign {
	width: 30%;
	transition-duration: 0.3s;
	/* padding-left: 10px; */
}

.whatsapp-fixed .Btn:hover .text {
	opacity: 1;
	width: 70%;
	transition-duration: 0.3s;
}
.whatsapp-fixed .Btn:active {
	transform: translate(2px, 2px);
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #00d757;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #00d757;
  }
}

.quickcontact input[type="text"], [type="email"], [type="number"] {
	width: 100%;
	max-width: 100%;
	padding: 8px 5px;
	font-size: 13px;
	margin-top: 4px;
	display: inline-block;
	border: 1px solid rgb(59 59 56 / 50%);
	box-sizing: border-box;
}

.quickcontact select {
	width: 100%;
	max-width: 100%;
	padding: 8px 5px;
	font-size: 13px;
	margin-top: 4px;
	display: inline-block;
	border: 1px solid rgb(59 59 56 / 50%);
	box-sizing: border-box;
}

.form-text {
	border: 1px solid #ccc;
}

.quickcontact input[type="submit"] {
	width: 100%;
	max-width: 100%;
	background-color: #2d2d2d;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 15px;
	padding: 7px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
}

.quickcontact input[type="submit"]:hover {
	background-color: #ffb500;
	color: #ffffff;
	max-width: 100%;
}

.btn-1 {
	width: 100%;
	max-width: 100%;
	background-color: #e8b22e;
	color: #2d2d2d;
	font-weight: bold;
	letter-spacing: 0.25px;
	font-size: 15px;
	padding: 7px;
	border: none;
	cursor: pointer;
}

.quickcontact {
	right: 0px;
	bottom: 0px;
	max-width: 100%;
	overflow-x: hidden;
	display: block;
	background-color: #fbfbfb;
}

.max {
	border: #2d2d2d thick solid;
	position: fixed;
	width: 210px;
	right: 10px;
	bottom: 10px;
	max-width: 100%;
	background-color: #ffffff;
	padding: 4px;
	z-index: 9999;
}
