@import url('owl.carousel.css');
@import url('owl.theme.css');
@import url('owl.transitions.css');


/*--------------------------------------
--------------------------------------------
COMMON STYLE
---------------------------------------
-----------------------------------------------*/
body {
  font-family: 'Lato', sans-serif;
}

p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #373737;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  color: #373737;
  line-height: 55px
}

h2 {
  font-size: 40px;
  font-weight: 700;
  color: #373737;
  line-height: 55px
}

header {
  width: 100%;
  float: left;
}

section {
  width: 100%;
  float: left;
  padding: 80px 0;
}

footer {
  width: 100%;
  float: left;
}

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

h5 {
  color: #0c0c0c;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 600
}

ul {
  margin: 0;
  padding: 0
}

li {
  list-style: none
}

a:hover {
  text-decoration: none;
}

.fontsize20 {
  font-size: 20px;
}

.fontsize22 {
  font-size: 22px;
}

.fontsize35 {
  font-size: 35px
}

.orange {
  color: #f38121
}

.orangebtn {
  background: #f5821f;
  width: 158px;
  height: 49px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #0f0f0f;
  line-height: 49px;
  display: inline-block
}

.orangebtn:hover {
  background: #373734;
  color: #fff;
}

.owl-theme .owl-controls {
  text-align: left;
}

.owl-theme .owl-controls .owl-page span {
  background: #f5821f;
  width: 8px;
  height: 8px;
}

.owl-theme .owl-controls .owl-page span {
  margin-bottom: 0px;
}

.owl-theme .owl-controls {
  margin-top: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.dskhide {
  display: none;
}

.graybg {
  background: #eeeeee;
}

.deskhide {
  display: none;
}

.flex-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/*------------------Bread Crumb---------------------*/
.breadcrumb_sec {
  float: left;
  width: 100%;
  position: relative;
  padding: 15px 0 0;
}

.breadcrumb_sec ul {}

.breadcrumb_sec ul li {
  display: inline;
}

/*--------------------------------------
--------------------------------------------
HEADER
---------------------------------------
-----------------------------------------------*/
.fixed {
  background: #f3811f;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: -1px 4px 5px -1px rgba(0, 0, 0, 0.36);
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

.topmenu {
  margin: 0;
  width: 100%;
  padding: 10px 0;
  float: left;
}


.topmenu .flex-container {
  justify-content: space-between;
  align-items: baseline;
}

.menu ul li {
  display: inline-block;
  padding: 0 15px;
}

.menu ul li a {
  font-size: 16px;
  color: #000;
  border-bottom: 2px solid transparent;
  font-weight: 500;
  padding: 0;
}

.menu ul li a:focus,
.menu ul li a:hover {
  color: #f3811f;
  border-bottom: 2px #f3811f solid;
}

.menu ul li.active a {
  color: #f3811f;
  border-bottom: 2px #f3811f solid;
  font-weight: 600;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav ul li {
  display: block;
}

.sidenav ul li a {
  font-size: 16px;
  transition: 0.3s;
  color: #fff;
  padding: 7px 30px;
  display: block;
  border-bottom: 2px solid transparent;
}

.sidenav ul li a:hover {
  color: #f3811f;
  border-bottom: 2px #f3811f solid;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}


.mobilemenu {
  width: 100%;
  float: left;
  padding: 10px 0px;
}

.topheader {
  background: #373737;
  float: left;
  width: 100%;
  padding: 10px 0;
}

.topheader ul {
  float: right;
}

.topheader ul li {
  display: inline-block;
  border-right: 1px #fff solid;
  line-height: 15px;
  padding: 0 15px;
}

.topheader ul li a {
  color: #fff;
  font-size: 15px;
}

.topheader ul li a:hover {
  color: #f3811f
}

.topheader ul li:last-child {
  padding-right: 0px;
  border-right: none;
}

.language_option {
  position: absolute;
}

.fixed #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
  color: #FFF !important;
}

.fixed #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
  color: #FFF !important;
}

.fixed #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link .qodef-svg-lines {
  fill: #FFF;
}

/*---------------------------------------------------
------------------------------------------------------
BANNER SECTION
----------------------------------------------------------*/

.banner {
  padding: 0;
  position: relative;
}

.banner img {
  width: 100%
}

.bannertext {
  position: absolute;
  top: 30%;
  right: 10%;
  text-transform: uppercase;
  width: 25%;
}

.bannertext h2 {
  font-weight: 600;
  color: #FFF;
  font-size: 50px;
  font-family: 'Lato', sans-serif;
  margin: 20px 0;
}

.bannertext h3 {
  font-weight: 400;
  color: #000;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
}

.bannertext h4 {
  font-weight: 400;
  color: #000;
  font-size: 28px;
  font-family: 'Lato', sans-serif;
}

.bannertext hr {
  background: #FFF;
  width: 200px;
  height: 3px;
  border: none;
  margin: 0px;
}

.enquire_btn {
  position: absolute;
  right: 0;
  top: 40%;
}


/*26-06-2023*/

.bannertext .auth_check_form_heading {
  font-weight: 400;
  color: #000;
  font-size: 28px;
  font-family: 'Lato', sans-serif;
  text-align: center;
  padding: 0;
  margin: 10px 0;
  line-height: 1.1;
}

/*---------------------------------------------------
------------------------------------------------------
ABOUT SECTION
----------------------------------------------------------*/
.aboutsec {
  background: url(../images/bg1.png) no-repeat;
  background-position: 60px 0
}

.aboutsec h2 {
  margin-bottom: 20px;
}

.aboutsec p {
  margin: 15px 0 20px
}

.aboutsec img.aboutimg {
  width: 100%
}

.imgpad {
  padding-top: 125px;
}


.about_image_slide {
  width: 100%;
  height: auto;
}

.about_image_slide img {
  border-radius: 10px;
}

/*---------------------------------------------------
------------------------------------------------------
Spine of Steel SECTION
----------------------------------------------------------*/
.spineofsteel {
  PADDING-TOP: 0px;
}

.spineofsteel h6 {
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 20px;
}

.spineofsteel p {
  color: #0f0f0f;
  margin-top: 20px;
}

.spine_video_slide iframe {
  border: 0px;
}

.spine_video_slide .owl-controls {
  text-align: center !important;
}


/*---------------------------------------------------
------------------------------------------------------
PRODUCTS SECTION
----------------------------------------------------------*/
.home-product {
  padding: 0px;
}

.home-product h4 {
  font-size: 24px;
  color: #f5821f;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}

.home-product h5 {
  margin-top: 20px;
}

.rod_dimention {
  background: #f37c38;
  border-radius: 15px;
  display: inline-block;
  padding: 10px 15px;
  margin-top: 15px;
}

.rod_dimention ul li {
  display: inline-block;
  color: #fff;
  padding: 0px 10px;
  border-right: 1px #fff solid;
  line-height: 15px;
  font-weight: 600;
}

.rod_dimention ul li:last-child {
  border-right: none;
  padding-right: 0px;
}

.product {
  position: relative;
  margin-top: 40px;
}

.product ul li:before {
  position: absolute;
  background: url(../images/devider.png);
  height: 2px;
  width: 372px;
  content: '';
  left: 240px;
  top: 70px;
}

.product ul li:last-child:before {
  display: none;
}

.product ul li {
  display: inline-block;
  width: 33.333333%;
  float: left;
  position: relative;
  z-index: 9;
  padding: 0 10px;
}

.product .iconbox {
  z-index: 9;
  position: relative;
}

.product .iconround {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background: #fff;
  line-height: 115px;
  margin: 0 auto;
  border: 8px solid #fff;
  transition: transform 250ms;
  cursor: pointer;
}

.product .iconbox:after {
  position: absolute;
  background: url(../images/pro_line.png);
  height: 112px;
  width: 13px;
  content: '';
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  top: 65px;
  z-index: -1
}

.product .icontext {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 50px;
}

.product .icontext h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #0e0e0e;
  font-weight: 600;
  text-align: center;
}

.product .icontext p {
  color: #808080
}

.product .iconround img {
  transition: transform .7s ease-in-out;
}

.product ul li:hover .iconround {
  background: #f5821f;
  border: rgba(244, 220, 198, 0.8) solid 8px;
  transform: translateY(-10px);
}

.product ul li:hover .iconround img {
  filter: grayscale(1) invert(1);
  transform: rotate(360deg);
}

.product ul li:hover .iconbox:after {
  background: url(../images/pro_line_hover.png);
}

.prolisttwo {
  margin-top: 50px;
}

.product .prolisttwo ul li {
  width: 50%
}

/* Product USP new Code */
.product-uspimg {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.productusp {
  position: relative;
  margin-top: 40px;
}

.productusp ul li:after {
  position: absolute;
  background: url(../images/vertical-line.png);
  height: 50px;
  width: 5px;
  content: '';
  left: 62px;
  background-repeat: no-repeat;
}

.productusp ul li:last-child:after {
  display: none;
}

.productusp ul li:nth-child(7):after {
  display: none;
}

.productusp .iconbox {
  height: 120px;
}

.productusp ul li {
  display: inline-block;
  width: 50%;
  float: left;
  position: relative;
  z-index: 9;
  padding: 0 10px;
  margin-bottom: 60px;
}

.productusp {
  z-index: 9;
  position: relative;
}

.productusp .iconround {
  transition: transform 250ms;
  cursor: pointer;
  padding-top: 8px;
}


.productusp .icontext {
  width: 100%;
  text-align: left;
  position: relative;
  margin-top: 0px;
}

.productusp .icontext h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #0e0e0e;
  font-weight: 600;
  text-align: left;
}

.productusp .icontext p {
  color: #808080
}

.productusp .iconround img {
  transition: transform .7s ease-in-out;
}


.productusp ul li:hover .iconround img {
  transform: rotate(360deg);
}

.productusp ul li:hover .iconbox:after {
  background: url(../images/pro_line_hover.png);
}

.prolisttwo {
  margin-top: 50px;
}

.productusp .prolisttwo ul li {
  width: 50%
}


/*---------------------------------------------------
------------------------------------------------------
SALES ZONE SECTION
----------------------------------------------------------*/
.sales_zone {
  position: relative;
  padding-bottom: 0px !important;
}

.salesimg {
  position: relative;
  z-index: 9
}

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

.sales_right {
  background: #fff;
  position: relative;
}

.sales_right h2 {
  margin-top: 0px;
}

.sales_right p.fontsize20 {
  line-height: 23px;
  margin-top: 20px;
}

/*---------------------------------------------------
------------------------------------------------------
CREDENTIALS SECTION
----------------------------------------------------------*/
.credentials_sec {
  padding: 100px 0 0 0;
}

.credentialtext p {
  font-size: 18px;
  color: #000000;
  margin: 20px 0;
}

.credentialtext h4 {
  color: #f5821f;
  font-size: 23px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}

.credentialtext {
  width: 50%;
  justify-content: center;
  display: flex;
  align-content: center;
  flex-direction: column;
}

.credentialtext img {
  width: 227px;
}

.credential_logo {
  width: 50%;
}

.credential_logo img {
  float: right;
}


/*---------------------------------------------------
------------------------------------------------------
CLIENT SECTION
----------------------------------------------------------*/
.client_sec {
  background: url(../images/bg.png) no-repeat;
  background-position: top right
}

.client_sec p {
  color: #000;
  font-size: 18px;
  margin-top: 20px;
}

.client_slider {
  margin-top: 40px;
}

.clientimg {
  background: #fbfbfb;
  width: 200px;
  height: 100px;
  display: inline-block;
  line-height: 90px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.27);
  margin-bottom: 15px;
  position: relative;
}

.clientimg:hover {}

.client_sec .owl-theme .owl-controls {
  text-align: center;
}


.clientimg::before,
.clientimg::after {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.clientimg::before {
  border-top: 1px solid #f5821f;
  border-bottom: 1px solid #f5821f;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.clientimg::after {
  border-right: 1px solid #f5821f;
  border-left: 1px solid #f5821f;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.clientimg:hover::before,
.clientimg:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}


/*---------------------------------------------------
------------------------------------------------------
TESTIMONIALS SECTION
----------------------------------------------------------*/
.testimonials {
  padding: 0px;
  text-align: left;
}

.slider {
  margin: 30px auto 0;
}

.slick-slide {
  margin: 40px 20px;
  background-color: #fff;
  padding: 0px;
  width: 700px !important;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.27);
  border-radius: 10px;
  background-image: url(../images/bg_icon.png);
  background-repeat: no-repeat;
  background-position: 97% 70%;
}

.slick-slide img {
  width: 86px;
  height: 86px;
  margin: 0 auto;
}

.texttext {
  float: right;
  width: 70%;
  text-align: left;
  padding: 10px 0
}

.texttext p {
  color: #f5821f;
  padding-right: 70px;
}

.texttext p>span {
  color: #000
}

.slick-next.slick-arrow {
  display: none !important;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
  margin-top: 5px;
}

.slick-current {
  opacity: 1;
}


.testileft {
  float: left;
  width: 30%;
  text-align: center;
  padding: 10px 0
}

.testileft p {
  color: #f5821f;
  text-align: center;
  width: 100%
}

.testileft p>span {
  color: #000
}

.video_testi p {
  color: #f5821f;
  text-align: center;
  width: 100%
}

.video_testi p>span {
  color: #000
}


.testimonialWrap .slick-slide > div{
	height: auto !important;
}
.testimonialWrap .slick-slide {
	margin: 40px 20px;
	background-color: #fff;
	padding: 0px;
	width: 600px !important;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.10);
	border-radius: 10px;
	background-image: url(../images/bg_icon.png);
	background-repeat: no-repeat;
	background-position: bottom right;
    background-size: 80px;
}
.testimonialWrap .eachTesti{
	padding: 30px;
	width: 33.33%;
}
.testimonialWrap .video_testi iframe{
	width: 100%;
	height: 300px;
}
.testimonialWrap .text_testi{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.testimonialWrap .text_testi .testileft{
	width: 100%;
	padding: 0;
	float: none;
}
.testimonialWrap .text_testi .testileft img{
	height: 370px;
	max-width: 330px;
	width: 100% !important;
	margin: 0px auto 10px;
	object-fit: cover;
}
.desg{
	font-weight: 14px;
	margin: 0 0 6px;
}
.desg strong{
	color: #f5821f;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
}
.testimonialWrap .video_testi .imgWrap{
	position: relative;
}
.testimonialWrap .video_testi .imgWrap:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(40,40,40,0.4)
}
.testimonialWrap .video_testi .imgWrap > img{
	width: 100%;
	height: 500px;
	display: block;
	object-fit: cover;
	margin: 0 0 20px;
}
.testimonialWrap .video_testi a{
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	z-index: 2;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.testimonialWrap .video_testi a img{
	width: 100%;
	height: 100%;
}
.testimonialWrap .text_testi .texttext{
	width: 100%;
	float: none;
	padding-left: 15px;
	height: 215px;
	overflow-y: auto;
}
::-webkit-scrollbar {
	width: 4px;
}
::-webkit-scrollbar-track {
	background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
	background: #dbdbdb;
}
::-webkit-scrollbar-thumb:hover {
	background: #999;
}
.testimonialWrap .video_testi p{
    padding: 8px 10px;
	margin: 0px;
}
.testimonialWrap .testileft p{
	background: #f7f7f7;
    padding: 8px 5px;
	margin: 0px;
}
.testimonialWrap .texttext p{
	padding-right: 40px;
}

/*---------------------------------------------------
------------------------------------------------------
PROJECTS SECTION
----------------------------------------------------------*/
.wrap {
  display: flex
}

.project-text {
  display: grid;
  text-align: left;
  width: 50%;
  padding: 0 5%
}

.project-text img {
  margin: 15px 0
}

.project-text a {
  margin-top: 15px;
}

.projectimg {
  width: 50%;
}

.projectimg img {
  width: 100%
}

.product-featured {
  position: relative
}

.protext {
  position: absolute;
  bottom: 0px;
  background: rgba(244, 139, 41, 0.8);
  width: 100%;
  padding: 10px 20px;
}

.protext h3 {
  font-size: 30px;
  margin: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  color: #fff;
}

.protext p {
  margin: 0px;
  color: #fff
}

/*---------------------------------------------------
UPPER FOOTER SECTION
---------------------------------------------------*/
.cta_section {
  background-color: #f5821f;
  text-align: center;
  padding: 40px 0;
}

.cta_section h2 {
  color: #FFF;
  margin-bottom: 20px;
}

.cta_section p {
  color: #FFF;
  margin-bottom: 20px;
}

.btn_sec {
  margin-top: 30px;
  display: block;
}

.btn_sec a.cta_blackbtn {
  width: 175px;
  display: inline-block;
  padding: 10px 0;
  background-color: #000;
  border-radius: 3px;
  margin: 2px 15px;
  border: 1px solid #000;
  color: #FFF;
}

.btn_sec a.cta_blackbtn:hover {
  background-color: #FFF;
  border-color: #FFF;
  color: #000;
}

.btn_sec a.cta_whitebtn {
  width: 175px;
  display: inline-block;
  padding: 10px 0;
  background-color: transparent;
  border-radius: 3px;
  margin: 0 15px;
  border: 1px solid #FFF;
  color: #FFF;
}

.btn_sec a.cta_whitebtn:hover {
  background-color: #000;
  border-color: #000;
}

/*---------------------------------------------------
------------------------------------------------------
FOOTER SECTION
----------------------------------------------------------*/
footer {
  background: url(../images/footer_bg.jpg) no-repeat;
  background-size: cover;
}

.foottop {
  padding: 60px 0;
}

footer h6 {
  color: #f5821f;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 15px;
  
}

footer .foottop ul li {
  display: inline-block;
  float: left;
  padding: 0px;
  margin-right: 10px;
 
}

footer .foottop ul li a {
  color: #ffffff;
  font-size: 16px;
  padding: 0;
  display: inline-block;	
	margin-right: 10px;
}
footer .social ul li a { 
	 height: 24px;
  width: 24px;
}

footer .foottop ul li a:hover,
footer .foottop ul li a.active {
  color: #f5821f
}

.footcon {
  margin: 30px 0;
  float: left;
  width: 100%;
}

.footcon ul {
  display: inline-block;
}

.footcon ul li {
  display: block;
  font-size: 18px;
  color: #959595;
}

.footcon ul li span {
  color: #fff;
}

.footcon ul li a {
  color: #959595
}

.social h6 {
  float: left;
  margin-right: 15px;
  margin-top: 0px;
}


.footbottom {
  background: #3b3b3b;
  padding: 15px 0;
}

footer p {
  margin: 0;
  color: #979797;
  font-size: 13px
}

footer p a {
  color: #979797;
}

footer p a:hover {
  color: #FFF;
}

footer p>span {
  color: #f5821f;
}

.footbottom ul {
  float: right
}

.footbottom ul li {
  display: inline-block;
  color: #989898;
  padding: 0 5px;
  font-size: 13px
}

.footbottom ul li a {
  color: #989898
}

.footnav p {
  margin-top: 15px;
  color: #FFF;
  font-size: 16px
}





/*-------------------------------------------------- ABOUT US PAGE -------------------------*/
.inner_banner {
  position: relative;
  padding: 0
}
.inner_banner::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000069;
}

.inner_banner img {
  width: 100%
}

.inner_bannertext {
  position: absolute;
  top: 40%;
  text-align: center;
  width: 100%
}

.inner_bannertext h1,
.inner_bannertext h2 {
  font-size: 60px;
}

.inner_bannertext .size-sm {
  font-size: 48px;
}

/*---------------------------------------------------
------------------------------------------------------
VALUE CHAIN SECTION
----------------------------------------------------------*/
.value_chain {
  background: #eeeeee
}

.value_chain h5 {
  margin: 25px 0
}

.value_chain .owl-theme .owl-controls {
  text-align: center;
}

.value_chain a {
  margin-top: 20px;
}

.value_chain_slide .single-product {
  padding: 0 5px;
}

.value_chain_slide img {
  width: 100%
}

.about_two {
  background: url(../images/bg1.png) no-repeat;
  background-position: 10% bottom
}

.about_three {
  background: url(../images/bg1.png) no-repeat;
  background-position: 100% 100%
}

/*---------------------------------------------------
------------------------------------------------------
Journey SECTION
----------------------------------------------------------*/
.headtext {
  margin-bottom: 20px;
}

.headtext h2 {
  color: #fff;
  background: #f5821f;
  border-radius: 5px;
  display: inline-block;
  padding: 0px 15px 8px;
}

.journey_slider {
  position: relative;
}

.journey_year {
  position: relative;
  z-index: 9;
}

.journey_slider:after {
  background: #f5821f;
  width: 100%;
  height: 15px;
  border-radius: 30px;
  content: '';
  position: absolute;
  top: 130px;
  left: 0;
  z-index: -8;
}

.journey_slider .single-product {
  padding: 0 15px;
}

.journy_sec .owl-theme .owl-controls {
  text-align: center;
}

.journey_year img {
  width: 60px
}

.journey_text {
  margin-top: 20px;
}

.journey_text h6 {
  font-size: 16px;
  margin-top: 20px;
  color: #000000;
}

.journey_text p {
  font-size: 13px;
  color: #868478;
}

.journey_text ul li {
  font-size: 13px;
  color: #868478;
}

.journey_text strong {
  color: #58615e
}



/*-------------------------------------------------- PRODUCTS PAGE -------------------------*/
.produ_left {
  padding: 20px 20px 0 0;
  width: 50%;
  float: left;
}

.produ_left img {
  margin: 10px 0;
}

.imgleft {
  float: left;
}

.produ_right {
  float: right;
  width: 50%;
}

.produ_right img {
  width: 100%;
}

.produ_left.protwo {
  padding: 20px 0 0 40px;
}

.produ_left.protwo img {
  margin: 10px 0
}


.productpage_quality {
  background: url(../images/pro_bg.jpg) no-repeat;
  background-size: cover;
}

.productpage_quality img {
  margin: 10px 0
}


.product_main .iconboxtwo {
  border: 1px #d1d1d1 solid;
  border-radius: 8px;
  background: url(../images/bg1.png);
  padding: 20px 10px;
  min-height: 370px;
  margin-top: 20px;
  position: relative;
}


.proiconbox {
  width: 50%;
  padding: 0 10px;
}

.product_main .iconboxtwo:hover .iconround {
  background: #f5821f;
  border: rgba(244, 220, 198, 0.8) solid 8px;
  transform: translateY(-10px);
}

.product_main .iconboxtwo:hover .iconround img {
  filter: grayscale(1) invert(1);
  transform: rotate(360deg);
}

.proicontext h4:before {
  position: absolute;
  background: url(../images/pro_line.png);
  height: 112px;
  width: 13px;
  content: '';
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: -1
}

.proicontext h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #0e0e0e;
  font-weight: 600;
  text-align: center;
  position: relative;
  margin-top: 50px;
}

.product_main .iconboxtwo:hover .proicontext h4:before {
  background: url(../images/pro_line_hover.png);
}


.product_main .iconboxtwo::before,
.product_main .iconboxtwo::after {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  border-radius: 8px;
}

.product_main .iconboxtwo::before {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.product_main .iconboxtwo::after {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.product_main .iconboxtwo:hover::before,
.product_main .iconboxtwo:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.brchr a {
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 15px !important;
}

.selectbtn {
  border: 0px;
  background: #f4811f;
  padding: 12px 25px;
  color: #fff;
  border-radius: 50px;
  vertical-align: -webkit-baseline-middle;
  appearance: none;
  cursor: pointer;
}

.knowmoresec h2 a {
  color: #fff;
}


/*-------------------------------------------------- SUSTAINABILITY & CSR PAGE -------------------------*/
.fontsize18 {
  font-size: 18px;
}

.vissiondiv {
  border: 1px #d1d1d1 solid;
  border-radius: 8px;
  background: url(../images/bg1.png) no-repeat;
  padding: 20px;
  position: relative;
  text-align: left;
  margin-top: 60px;
}

.vissiondiv::before,
.vissiondiv::after {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  border-radius: 8px;
}

.vissiondiv::before {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.vissiondiv::after {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.vissiondiv:hover::before,
.vissiondiv:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.producttop .owl-theme .owl-controls {
  text-align: center;
}

.divLeft {
  width: 100%
}

.divRight {
  width: 100%
	 
}

/*.divRight img{filter: grayscale(100%);}*/

.vissiondiv h2 {
  font-size: 25px;
  color: #f3811f;
  margin: 0px;
  line-height: 25px;
  margin-bottom: 20px;
}

.vissiondiv h3 {
  font-size: 18px;
  margin: 10px 0;
  font-family: 'Lato', sans-serif;
}

.producttop a.orangebtn {
  width: 247px;
  color: #fff;
  margin-top: 30px;
}

.producttop a.orangebtn i {
  margin-left: 5px;
}

ul.listingview li {
  display: block;
  background: url(../images/dots.png) no-repeat 0 14px;
  color: #373737;
  font-size: 16px;
  padding: 5px 0 5px 16px
}


/*.csrpolicy{background:url(../images/bg4.jpg) no-repeat; background-size:cover;}*/
.csrpolicy {
  background: #eceaea;
}

.csr_policy_slider {
  text-align: left;
  margin-top: 30px;
}

.policysliderDIv {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: left;
}

.policysliderDIv .flex-container {
  flex-direction: column;
  align-items: flex-start;
}

.policysliderDIv img {
  margin-bottom: 20px;
  width: 100%;
}

.policysliderDIv p span {
  background-color: #f4811f;
  height: 38px;
  width: 107px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 38px;
  display: inline-block;
  margin-right: 8px;
  color: #000;
  text-align: center;
}

.policysliderDIv p i {
  color: #f4811f;
  margin-right: 8px;
}

.policysliderDIv h3 {
  font-size: 25px;
  text-align: left;
}

.policysliderDIv p {
  color: #868686
}

.csrpolicy a.orangebtn {
  width: 247px;
  color: #fff;
  margin-top: 30px;
}

.csrpolicy a.orangebtn i {
  margin-left: 5px;
}

.csrpolicy .owl-theme .owl-controls {
  text-align: center;
}

.csrpolicy .single-product {
  padding: 0 10px;
}

.power_com {
  background: url(../images/bg1.png) no-repeat;
  background-position: center;
  padding-bottom: 40px;
}

.sustain_sliderbox .flex-container {
  flex-direction: column;
}

.sustain_sliderbox {
  background-color: #fff;
  background-image: url(../images/bg_icon1.png);
  background-repeat: no-repeat;
  background-position: 100% bottom;
  margin-top: 30px;
  box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.35);
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 15px;
  min-height: 450px;
}

.sustain_sliderbox p {
  color: #636363;
  line-height: 20px;
}

p.designtext {
  font-size: 18px;
  margin: 15px 0;
}

p.designtext span {
  color: #f4811f
}

/*.slider_suspage{padding-bottom: 60px;}*/
.sustain_slider .single-product {
  padding: 0 10px;
}

.power_com .owl-theme .owl-controls {
  text-align: center;
}

.mobtitle {
  top: 64% !important;
}

/*-------------------------------------------------- CONTACT US PAGE -------------------------*/
.conad {
  border-right: 1px #c7c7c7 solid;
  float: left;
  width: 100%
}

.conad ul li {
  width: 100%;
  float: left;
  padding-top: 20px;
}

.conad ul li span {
  background: #f5821f;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  float: left;
  border: #fbd0ab solid 7px;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  margin-right: 15px;
}

.addright p {
  margin: 0px;
  color: #666;
}

.addright p.fontsize22 {
  color: #373737
}

.contactfrm {}

.contactfrm input,
.contactfrm select {
  background: #f4f4f4;
  border-radius: 3px;
  width: 100%;
  border: none;
  color: #797979;
  font-size: 16px;
  padding: 15px;
  float: left;
  margin-bottom: 15px;
}

.contactfrm textarea {
  background: #f4f4f4;
  border-radius: 3px;
  width: 100%;
  border: none;
  color: #797979;
  font-size: 16px;
  padding: 15px;
  float: left;
  margin-bottom: 15px;
  min-height: 150px;
  height: 150px;
}

.contactfrm input[type=submit] {
  background: #f5821f;
  border-radius: 5px;
  color: #0f0f0f;
  font-size: 16px;
  border: none;
  padding: 10px 30px;
  width: auto;
}

.contactfrm input[type=submit]:hover {
  background: #373734;
  color: #fff;
}


.contact_address {
  padding: 0px;
}

.contact_add {
  background: url(../images/bg_icon1.png) no-repeat;
  background-position: bottom right;
  box-shadow: -1px 0px 18px -2px rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 5px;
  border-bottom: 1px solid #fff;
  height: 300px;
}

.contact_add h6 {
  color: #f5821f;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.contact_add h3 {
  font-size: 30px;
}

.contact_add h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.contact_add:hover {
  border: 1px #f5821f solid;
}

.contact_add p {
  color: #666;
}

.contact_add p a {
  color: #666;
}

.contact_add hr {
  border-color: #c7c7c7
}

/*-------------------------------------------------- BLOG PAGE -------------------------*/
.blgttle {
  text-align: center;
  margin-bottom: 30px;
}

.blog_sec h3 {
  font-size: 30px;
}

.blogimg {
  margin: 20px 0;
  width: 100%;
}

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

.blogtext p {
  color: #858585;
  margin-top: 10px;
}

.blogtext p a {
  color: #f4811f
}

.blogtext ul li {
  display: inline-block;
  padding-right: 10px;
  color: #7b7b7b;
  font-size: 15px;
}

.blogtext ul li i.fa-clock-o {
  color: #f4811f
}

.blogtext ul li img {
  width: auto;
  height: auto;
}

.clientimg1.singlblog {
  margin-left: 5px;
  margin-right: 5px;
}


.blog_listing ul li {
  display: block;
  padding-top: 20px;
}

.blog_listing h6 {
  color: #7b7b7b;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.blog_listing i {
  color: #f5821f;
}

.blog_listing span {
  background: #f5821f;
  font-size: 16px;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  display: inline-block;
}

.blog_listing p {
  color: #868686;
}

.blog_listing h4 {
  font-size: 25px;
  color: #000000;
}

.blog_listing h4 a {
  color: #000000;
}

.bloglist_text {
  margin-left: 20px;
}


.blogpost .nav-tabs {
  border: 1px #e0e0e0 solid;
  border-radius: 5px 5px 0 0px;
}

.blogpost .nav-tabs .nav-link {
  color: #373737;
  font-weight: 500;
  font-size: 16px;
}

.blogpost .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #fff;
  background: #f4811f;
  border-radius: 5px 0 0 0;
  border: 1px #f4811f solid;
}

.blogpost .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background: #f4811f;
}

.tab-content {
  border: 1px #e0e0e0 solid;
  padding: 10px;
}

.blogpost .tab-pane ul li {
  border: 1px #e0e0e0 solid;
  padding: 10px;
  border-radius: 5px;
  display: block;
  margin-bottom: 10px;
}

.blogpost .tab-pane ul li:last-child {
  padding-bottom: 0;
}

.postimg {
  width: 33%
}

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

.posttext {
  margin-left: 10px;
  width: 66%;
}

.posttext span {
  color: #f4811f;
  text-decoration: underline;
  font-size: 15px;
  font-weight: 500;
}

.posttext h6 {
  color: #7b7b7b;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 5px 0
}

.posttext p {
  font-size: 15px;
  color: #373737;
}

.catagoryDiv {
  margin-top: 0px;
  float: left;
  width: 100%
}

.catagoryDiv ul li {
  border-bottom: 1px #d6d6d6 solid;
  display: block;
  padding: 7px 0;
}

.catagoryDiv ul li a {
  font-size: 16px;
  color: #373737;
}

.catagoryDiv ul li a:hover {
  color: #f4811f;
}

.catagoryDiv ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.archiveDiv {
  background: #f0f0f0;
  padding: 15px;
  margin-top: 30px;
  float: left;
  width: 100%
}

.archiveDiv ul li {
  display: block;
  padding: 7px 0;
  border-bottom: 1px #d3d3d3 solid;
}

.archiveDiv ul li a {
  color: #373737;
  font-size: 16px;
}

.archiveDiv ul li a span {
  float: right;
  color: #f4811f;
}

.archiveDiv ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.tagDiv {
  margin-top: 0px;
  float: left;
  width: 100%;
}

.tagDiv h3 {
  margin-bottom: 25px;
}

.tagDiv ul li {
  background: #ececec;
  float: left;
  padding: 5px;
  margin-right: 7px;
  margin-bottom: 7px;
}

.tagDiv ul li a {
  font-size: 16px;
  color: #373737;
}

.tagDiv ul li:hover {
  background: #f4811f;
}

.tagDiv ul li:hover a {
  color: #fff;
}

.singlblog h3 {
  height: 100px;
}

/*------------------------------------ABOUT US PAGE ------------------------------------------*/
.white {
  color: #FFF;
}

.white h2 {
  color: #FFF;
}

.value_chain p {
  text-align: justify;
}

.value_chain_slide {
  margin-top: 30px;
}

/*-----------------------------------FACTORY PAGE -------------------------------------------*/
.factorysec {
  background: url(../images/bg1.png) no-repeat;
  background-position: 60px 0
}

.factorysec .headings {
  margin-bottom: 30px;
  text-align: center;
}

.factorysec h2 {
  margin-bottom: 20px;
}

.factorysec p {
  margin: 0px 0 20px
}

.factorysec .factoryimg img {
  width: 100%;
  margin-top: 25px;
}

.unitmap_sec {
  background-color: #EEEEEE;
}

.grayback {
  background-color: #EEEEEE;
}

.factorybtn {
  text-align: center;
}

.factory_one {
  background: url(../images/bg1.png) no-repeat;
  background-position: 10% bottom
}

.factory_two {
  background: url(../images/bg1.png) no-repeat;
  background-position: 10% bottom
}

.factory_three {
  background: url(../images/bg1.png) no-repeat;
  background-position: 10% bottom
}

.factory_four {
  background: url(../images/bg1.png) no-repeat;
  background-position: 10% bottom
}

/*-----------------------------------JAMURIA PAGE -------------------------------------------*/
.jamuriahead h2 {
  color: #FFF;
}

.jamuria {
  background: url(../images/bg1.png) no-repeat;
  background-position: 60px 0
}

.jamuria h2 {
  margin-bottom: 20px;
}

.jamuria p {
  margin: 15px 0 20px
}

.jamuria .jamuria img {
  width: 100%;
  margin-top: 25px;
}

.grayback {
  background-color: #EEEEEE;
}

.jamuria h6 {
  font-size: 12px;
  font-weight: 300;
}

.jamuria h5 {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

/* .jamuria ul{margin-left:20px;} */
.jamuria ul li {
  list-style: circle;
  font-size: 14px;
}

.certificate_sec h3 {
  text-align: center;
  margin-bottom: 20px;
}

.certificate_sec ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.certificate_sec ul li {
  display: inline-block;
  list-style: none;
}

.certdownloadbtn {
  background: #f5821f;
  width: auto;
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
  color: #0f0f0f;
  line-height: 39px;
  display: inline-block;
  padding: 0px 15px;
}

.certdownloadbtn:hover {
  background: #373734;
  color: #fff;
}

.quality-cto ul {
  width: 80%;
  margin: 0 auto;
}

.quality-cto ul li {
  margin: 0 0 4px;
}

.inner-testi {
  width: 80%;
  margin: 0 auto 20px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 27%);
  padding: 20px;
}

.inner-testi .testileft {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  float: none;
}

.inner-testi .texttext {
  width: 100%;
  padding: 0 30px;
  text-align: center;
  float: none;
}

.testi-slider {
  margin: 20px 0 0;
}

.inner-testi .texttext p {
  padding: 0;
  color: #000;
}

.testi-slider {
  margin-top: 40px;
}

.testi-slider .owl-nav {
  display: none;
}

#owl-snd .owl-dots .owl-dot span {
  background: #f5821f;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}

#owl-snd .owl-dots .owl-dot.active span,
#owl-snd .owl-dots .owl-dot:hover span {
  background: #f5821f;
  opacity: 1;
}

.testileft img {
  width: 80% !important;
  margin: 10px auto;
  height: auto;
}

.inner_bannertext h1,
.inner_bannertext h2 {
  color: #fff;
}

.nocomments {
  display: none;
}

/*rate chart*/
.chart-select {
  padding: 10px;
  border-radius: 6px;
  border: 2px solid #eeeeee;
  width: 74%;
  float: none;
  margin-right: 1%;
  height: 49px;
}

.chart-box {
  width: 50%;
  margin: 0 auto;
}

.chart-btn {
  border: 0;
  outline: 0;
}

.chart-btn:focus {
  outline: 0;
}


/* Proucts Page */
.download_btn a {
  background: #f4811f;
  padding: 12px 20px;
  color: #fff;
  border-radius: 50px;
  vertical-align: -webkit-baseline-middle;
}

.download_btn span {
  padding-right: 13px;
}

.download_btn a:after {
  content: "\f01a";
  font-family: 'FontAwesome';
  padding-left: 10px;
  font-size: 18px;
}

.download_btn {
  text-align: center;
  padding-top: 34px;
}

.process_right {
  padding-top: 0px;
}

.processsec.process_two {
  background: #eeeeee;
}

.download1_btn a {
  background: #f4811f;
  padding: 12px 15px;
  color: #fff;
  border-radius: 50px;
  vertical-align: -webkit-baseline-middle;
}

.download1_btn span {
  padding-right: 13px;
}

.download1_btn a:after {
  content: "\f01a";
  font-family: 'FontAwesome';
  padding-left: 20px;
  font-size: 20px;
}

.download1_btn {
  text-align: center;
  padding-top: 20px;
}

.knowmoresec {
  background: url(../images/img40.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.knowmoresec h2 {
  color: #fff;
}

/*
.iconround:hover {
  background: #f5821f;
  border: rgba(244, 220, 198, 0.8) solid 8px;
  transform: translateY(-10px);
}
.iconround:hover img {
  filter: grayscale(1) invert(1);
  transform: rotate(
360deg
);
}
*/
.product_details {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 20px;
  background: url(../images/bg1.png) no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 20px;

}

.specification_top.text-center img {
  width: 437px;
  height: 23px;
  padding-top: 10px;
}

.container__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-rows: repeat(1, minmax(min-content, max-content));
  grid-template-columns: repeat(5, minmax(min-content, max-content));
  grid-auto-rows: minmax(min-content, max-content);
  grid-auto-columns: minmax(min-content, max-content);
  justify-content: center;
}

.container__item {
  color: #4c6067;
  min-height: 30px;
  border-radius: 3px;
  display: grid;
  justify-content: center;
  align-content: center;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  transition: 0.2s;
  padding-left: 20px;
  padding-right: 20px;
}

.container__item_active::after {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  margin: 0px 10%;
  bottom: 0;
  border-bottom: 1px solid #f37425;
}

.container__item_active {
  box-sizing: border-box;
  color: #f37425;
  font-weight: 300;
}

.container__link {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.container__inner {
  margin: 45px 48px;
}

.content__subtitle {
  animation-name: smoothTop;
  animation-duration: 0.3s;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  color: #404648;
}

.content__description {
  animation-name: smoothBottom;
  animation-duration: 0.7s;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #404648;
}

.container__inner_hidden {
  display: none;
}

@keyframes smoothTop {
  0% {
    opacity: 0.2;
    transform: translateY(7%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes smoothBottom {
  0% {
    opacity: 0.2;
    transform: translateY(-3%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.specifisec {
  background: #eeeeee;
  overflow-x: scroll;
}

tbody {
  background: #fff;
}

thead {
  background: #f4811f;
}

.table thead th {
  color: #fff;
  vertical-align: middle;
}

.container__item_active:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #f4811f;
  position: absolute;
  bottom: -46px;
  left: 73px;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
  color: #818181;
  font-weight: 400;
}


/* Table Area */
.bend_min_max_top {
  padding-top: 10px;
  border-top: 1px solid;
  margin-top: 10px;
  margin-left: -12px;
}

.maxx {
  border-left: 1px solid;
}

.bend-test {
  font-weight: bold !important;
  font-size: 18px;
}

.rebend-test {
  font-weight: bold !important;
  font-size: 18px;
}

.bdr:after {
  content: "";
  position: absolute;
  right: 0;
  height: 25px;
  width: 1px;
  background: #bbbbbb;
}

.min_max {
  padding-top: 10px;
  margin-right: -13px;
  margin-left: -13px;
  border-top: 1px solid;
  margin-top: 10px;
}

.mec_min:after {
  content: "";
  height: 1px;
  width: 147px;
  background: #fff;
  position: absolute;
  left: 3px;
  top: -10px;
}

.mec_maxf:after {
  content: "";
  height: 1px;
  width: 216px;
  background: #fff;
  position: absolute;
  left: 3px;
  top: -10px;
}

.mec_minn:after {
  content: "";
  position: absolute;
  top: -10px;
  height: 1px;
  width: 216px;
  background: #fff;
  left: 3px;
}

/* Table Area */
.owl-pagination {
  text-align: center;
}

.product_pic {
  padding-top: 40px;
}

.iconround1 {
  border: 8px solid #f9f9f9 !important;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background: #fff;
  line-height: 115px;
  margin: 0 auto;
  border: 8px solid #fff;
  transition: transform 250ms;
  cursor: pointer;
}

.iconround1:hover {
  background: #f5821f;
  border: rgba(244, 220, 198, 0.8) solid 8px !important;
}

.product_pic:hover .icontext h4 {
  color: #f4811f;
}

.iconround1 img {
  transition: transform .7s ease-in-out;
}

.iconround1:hover img {
  filter: grayscale(1) invert(1);
  transform: rotate(360deg);
  color: #fff;

}

.quality_slider .owl-wrapper-outer::before {
  position: absolute;
  background: url(../images/devider.png);
  height: 2px;
  content: '';
  left: 200px;
  right: 200px;
  top: 105px;
}

.brand_ti {
  margin-bottom: 25px;
}

/* PROJECT PAGE */

.oxi-tabs-wrapper-1>.oxi-addons-row>.oxi-tabs-ultimate-style>.oxi-tabs-ultimate-header-wrap .oxi-tabs-ultimate-header .oxi-tabs-header-li.active {
  background: #f5821f !important;
  border-right: 1px solid #f5821f !important;
}

.oxi-tabs-wrapper-1>.oxi-addons-row>.oxi-tabs-ultimate-style>.oxi-tabs-ultimate-header-wrap .oxi-tabs-header-li {
  border-color: #f5821f !important;
}

.oxi-tabs-wrapper-1>.oxi-addons-row>.oxi-tabs-ultimate-style>.oxi-tabs-ultimate-header-wrap .oxi-tabs-ultimate-header {
  border-color: #f5821f !important;
}

.orangebtnprjt {
  background: #f5821f;
  width: 230px;
  margin-right: 5px;
  margin-left: 5px;
  height: 49px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #0f0f0f;
  line-height: 49px;
  display: inline-block
}

.orangebtnprjt:hover {
  background: #373734;
  color: #fff;
}

/* ---------------PROJECT PAGE STICKY BUTTON -------------------------*/
ul.projstickybtn {
  clear: both;
  position: fixed;
  display: block;
  list-style-type: none;
  right: 0;
  top: 61%;
  -webkit-animation: slideright 1s forwards;
  -webkit-animation-delay: 1.5s;
  animation: slideright 1s forwards;
  animation-delay: 1.5s;
  z-index: 1111;
}

@keyframes slideright {
  100% {
    right: 0;
  }
}

ul.projstickybtn li {
  margin-bottom: 40px;
  margin-right: -60px;
  padding: 10px 25px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  background-color: #f5821f;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: width .5s, background-color .1s;
  transition: width .5s, background-color .1s;

}

ul.projstickybtn li a {
  font-size: 19px;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  color: #FFF;
}

ul.projstickybtn li:hover {
  background-color: #373737;
  color: #fff;
}

/* ---------------HOME PAGE STICKY BUTTON -------------------------*/
ul.homepgonlstickybtn {
  clear: both;
  position: absolute;
  display: block;
  list-style-type: none;
  right: 0;
  margin-top: 150px;
  -webkit-animation: slideright 1s forwards;
  -webkit-animation-delay: 1.5s;
  animation: slideright 1s forwards;
  animation-delay: 1.5s;
  z-index: 1;
}

@keyframes slideright {
  100% {
    right: 0;
  }
}

ul.homepgonlstickybtn li {
  margin-bottom: 130px;
  margin-right: -64px;
  padding: 10px 25px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  background-color: #000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: width .5s, background-color .1s;
  transition: width .5s, background-color .1s;

}

ul.homepgonlstickybtn li a {
  font-size: 19px;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  color: #FFF;
}

ul.homepgonlstickybtn li:hover {
  background-color: #f5821f;
}

/* ---------------ALL PAGE STICKY BUTTON -------------------------*/
ul.homepgstickybtn {
  clear: both;
  position: fixed;
  display: block;
  list-style-type: none;
  right: 0;
  top: 33%;
  -webkit-animation: slideright 1s forwards;
  -webkit-animation-delay: 1.5s;
  animation: slideright 1s forwards;
  animation-delay: 1.5s;
  z-index: 989;
}

@keyframes slideright {
  100% {
    right: 0;
  }
}

ul.homepgstickybtn li {
  margin-bottom: 130px;
  margin-right: -64px;
  padding: 10px 25px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  background-color: #000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: width .5s, background-color .1s;
  transition: width .5s, background-color .1s;

}

ul.homepgstickybtn li a {
  font-size: 19px;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  color: #FFF;
}

ul.homepgstickybtn li:hover {
  background-color: #f5821f;
}

/* ---------------BLOG PAGE STICKY BUTTON -------------------------*/
ul.blogpgstickybtn {
  clear: both;
  position: fixed;
  display: block;
  list-style-type: none;
  right: 0;
  top: 18%;
  -webkit-animation: slideright 1s forwards;
  -webkit-animation-delay: 1.5s;
  animation: slideright 1s forwards;
  animation-delay: 1.5s;
  z-index: 1111;
}

@keyframes slideright {
  100% {
    right: 0;
  }
}

ul.blogpgstickybtn li {
  margin-bottom: 147px;
  margin-right: -70px;
  padding: 10px 25px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  background-color: #000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: width .5s, background-color .1s;
  transition: width .5s, background-color .1s;

}

ul.blogpgstickybtn li a {
  font-size: 19px;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  color: #FFF;
}

ul.blogpgstickybtn li:hover {
  background-color: #f5821f;
}

/* -----------------TESTIMONIAL BOXES-----------------*/
.slick-slide>div {
  height: 385px;
}


/* -----------------NEW PAGE-----------------*/

.bannerlefttext {
  text-align: left;
  top: 16%;
  position: absolute !important;
  left: 28%;
  width: 33%;
}

.bannerlefttext h2 {
  font-size: 38px;
  color: #f6882a;
  text-transform: uppercase;
  font-weight: 500;
}

.bannerlefttext h1 {
  font-size: 58px;
  color: #0d0d0d;
  text-transform: uppercase;
  font-weight: 500;
}

.manufactured-sec h1 {
  font-size: 50px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  color: #282828;
  margin-bottom: 20px;
}

.manufactured-sec h5 {
  font-size: 19px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  color: #282828;
}

.value-pos-sec h2 {
  font-size: 52px;
  margin-bottom: 30px;
  font-weight: 500;
}

.value-pos-li {
  width: 100%;
  float: left;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.value-pos-li li {
  display: inline-block;
  margin: 0 0 30px;
  width: 46%;
  vertical-align: top;
  min-height: 98px;
}

.value-pos-li li .lft-icon {
  width: 33%;
  margin-right: 10px;
  float: left;
}

.value-pos-li li .rgt-text {
  width: 62%;
  float: right;
}

.value-pos-li li .rgt-text h5 {
  font-size: 25px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  color: #282828;
}

.value-pos-li li:nth-child(2n+2) {
  float: right;
}

.SEL-new-sec {
  text-align: center;
  background: #f8f8f8;
}

.SEL-new-sec h2 {
  font-size: 52px;
  margin-bottom: 30px;
  font-weight: 500;
}

.select-box-two {
  width: 60%;
  margin: 10px auto 0;
  background: #fff;
  color: #000;
  padding: 20px;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 500;
  border: 0;
}

.select-box:focus {
  outline: 0;
}

.trust-new-sec h2 {
  font-size: 52px;
  margin-bottom: 30px;
  font-weight: 500;
}

.trust-new-btn {
  text-transform: capitalize;
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  padding: 12px 30px;
  margin-top: 0;
  width: auto;
}

.brand-new-sec {
  background: #f8f8f8;
}

.brand-new-sec h2 {
  font-size: 52px;
  margin-bottom: 30px;
  font-weight: 500;
}

.brand-new-ul {
  width: 100%;
  float: left;
  list-style: none;
  margin-top: 30px
}

.brand-new-ul li {
  display: inline-block;
  margin: 0px 7px 10px;
  width: 15%;
}

.brand-new-ul li img {
  width: 100%;
}

.testimonials-new-sec h2 {
  font-size: 52px;
  margin-bottom: 30px;
  font-weight: 500;
}

.or-til {
  font-size: 25px;
  color: #f3811f;
  margin: 0px;
  line-height: 25px;
  margin-bottom: 20px;
}

.mt20 {
  margin-top: 40px;
}

.activitiesdiv {
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  position: relative;
  text-align: left;
  margin-top: 60px;
  box-shadow: -1px 0px 5px 0px rgb(0 0 0 / 35%);
}

.mr20 {
  margin-right: 20px;
}

.activitiesdiv .divLeft h2 {
  font-size: 25px;
  color: #000;
  margin-top: 0;
  line-height: 120%;
}

.activitiesdiv .divRight img {
  filter: none;
	width: 100%;
    height: 100%;
}

.power_com a.orangebtn {
  width: 247px;
  color: #fff;
  margin-top: 30px;
}

/*Brand & Marketing */
.media_sec {
  background: url(../images/bg1.png) no-repeat;
  background-position: left;
}

.media-ul {
  display: flex;
  width: 100%;
}

.media-ul li {
  margin-right: 10px;
}

.media_sec {
  padding-bottom: 0;
}

.branding_sec {
  padding-bottom: 0;
}

.btn-block::before {
  position: absolute;
  content: "\2212";
  right: 20px;
  bottom: 0px;
  color: #f4811f;
  font-size: 30px;
}

.btn-block.collapsed::before {
  position: absolute;
  content: '\002B';
  right: 20px;
  bottom: 0px;
  color: #f4811f;
}

.card-header {
  padding: 6px 0px;
  background: #f6f4f4;
  border: 0;
}

.card-header:hover {
  background: #eceaea;
}

.btn-block {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  color: #000;
  position: relative;
}

.card-header:hover .btn-block {
  text-decoration: none;
  color: #000;
}

.card-header h2 {
  margin-top: 0;
}

.btn-block:focus {
  outline: 0;
}

.btn-block:active:focus {
  outline: 0;
}

.btn-link:focus,
.btn-link:hover {
  color: #000;
  text-decoration: none;
}

.card {
  border: none;
}

.card-body {
  border: 1px solid #f6f4f4;
}

.document_area {
  margin-top: 20px;
}

.wpsm_panel-body .download_btn {
  padding-top: 0;
}

.video-img {
  position: relative;
}

.video-btn {
  position: absolute;
  left: 0;
  right: 0;
  background: transparent !important;
  margin: 0 auto;
  border: 0 !important;
  outline: 0 !important;
  top: 22%;
	box-shadow: none !important;
}

.video-btn:focus {
  outline: 0 !important;
}

.ancimg {
  width: 100%;
}

#wpsm_accordion_1683 .ac_title_class {
  font-family: 'Lato', sans-serif;
}

.fa-plus:before {
  color: #f4811f;
}

.brand-box {
  background-color: #f4811f;
  display: flow-root;
  border: 2px solid #f4811f;
  border-radius: 5px;
  margin-bottom: 15px;
}

.brand-box #album_gallery_1862,
.brand-box #album_gallery_1865,
.brand-box #album_gallery_1873,
.brand-box #album_gallery_1879,
.brand-box #album_gallery_1886,
.brand-box #album_gallery_1889,
.brand-box #album_gallery_1891,
.brand-box #album_gallery_1894,
.brand-box #album_gallery_2399,
.brand-box #album_gallery_2401,
.brand-box #album_gallery_2406,
.brand-box #album_gallery_2416,
.brand-box #album_gallery_2772 {
  padding: 0 !important;
  margin: 0 !important;
}

.brand-box img {
  width: 100%;
  height: auto;
}

.brand-box h5 {
  float: left;
  font-size: 18px;
  text-align: center;
  width: 100%;
  color: #FFF;
}

/* Logo change on scroll */
.logoscroll {
  display: none;
}

header .fixed .logonormal {
  display: none;
}

header .fixed .logoscroll {
  display: inline-flex;
}


/* -----------------My Blog Page-----------------*/
.blog_left_pic img {
  width: 100%;
  height: 170px;
}

.blog1 h3 {
  padding-bottom: 20px !important;
  margin-top: 0px;
}

.blog_left_contents span {
  color: #7b7b7b;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.blog_left_contents h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #000000;
}

.blog_left_contents p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #868686;
  padding-top: 20px;
}

.blog1 {
  margin-bottom: 50px;
}

.blog1 {
  box-shadow: 0 0px 4px rgb(0 0 0 / 30%);
  padding: 20px;
}

.tabbable-panel {
  box-shadow: 0 0px 4px rgb(0 0 0 / 20%);
  padding: 10px;
}

.tabbable-line>.nav-tabs {
  border: none;
  margin: 0px;
  width: 100%;
  display: inline-block;
}

.tabbable-line>.nav-tabs>li {
  margin-right: 0px;
  width: 50%;
  float: left;
}

.tabbable-line>.nav-tabs>li>a {
  border: 0;
  margin-right: 0;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}

.tabbable-line>.nav-tabs>li>a>i {
  color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
  border: 0;
  background: none !important;
  color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
  color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
  margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
  position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
  border: 0;
  color: #333333;
  border-bottom: 4px solid #000;
}

.tabbable-line>.nav-tabs>li.active>a>i {
  color: #404040;
}

.tabbable-line>.tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}

.portlet .tabbable-line>.tab-content {
  padding-bottom: 0;
}

#tab_default_1 ul li {
  display: inline-block;
  padding: 5px;
  margin: 4px 3px;
  background: #F0F0F0;
  color: #000;
}

#tab_default_1 ul li:hover {
  background: #F5821F;
}

#tab_default_1 ul li:hover a {
  color: #fff;
}

#tab_default_1 ul li a {
  color: #373737;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: transparent !important;
}

#tab_default_2 ul li {
  display: inline-block;
  padding: 5px 8px;
  margin: 2px;
  background: #F0F0F0;
  color: #000;
}

#tab_default_2 ul li:hover {
  background: #F5821F;
}

#tab_default_2 ul li:hover a {
  color: #fff;
}

#tab_default_2 ul li a {
  color: #373737;
}

.blog_right_contents a {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  color: #000;
}

.blog2 {
  margin-bottom: 25px;
}

.blog_right_pic img {
  height: 50px;
  width: 100%;
}

.blog_right h3 {
  padding-bottom: 20px !important;
}

.blog_right_contents p {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #868686;
  padding-top: 4px;
}

.active.show {
  border-bottom: 2px solid #f5821f !important;
  font-weight: 600;
  color: #f5821f !important;
}

.tab-content .active.show {
  border: none !important;
}

.content {
  display: none;
}

.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}

.single_blog_left h1,
.single_blog_left h2.arcpotitle {
  padding-bottom: 20px !important;
  font-size: 26px;
  line-height: 30px;
}

.arctitle {
  padding-bottom: 20px !important;
  font-size: 28px;
  line-height: 32px;
  width: 100%;
}

.single_blog_left p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #373737;
  padding-top: 14px;
}

.single_blog_left p a {
  color: #373737;
  text-decoration: none;
}

.single_blog_left a {
  color: #373737;
  text-decoration: none;
}

.single_blog_left ul {
  padding-left: 20px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #373737;
}

.single_blog_left ul li {
  list-style: disc;
}

.single_blog_left ul.single_blog_tags,
.single_blog_left .blog_social_share ul {
  padding-left: 0px;
}

.single_blog_left ul.single_blog_tags li {
  display: inline-block;
  /*padding: 5px 8px;
  margin: 2px;
  background: #F0F0F0;
  color:#000;*/
}

.single_blog_left ul.single_blog_tags li:hover {
  /*background-color:#f5821f;*/
}

.single_blog_left ul.single_blog_tags li a {
  /*color: #373737;*/
  display: inline-block;
  padding: 5px 8px;
  margin: 2px;
  background: #F0F0F0;
  color: #000;
}

.single_blog_left ul.single_blog_tags li a {
  color: #373737;
}

.single_blog_left ul.single_blog_tags li a:hover {
  color: #fff;
  background-color: #f5821f;
}

.single_blog_left ol {
  padding-left: 10px;
}

.single_blog_left ol li {
  list-style-type: decimal;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #373737;
  padding-top: 14px;
}

.single_blog_left ol li ul li {
  list-style-type: disc;
}

/* Comments Section Single Blog page */
.comment-form textarea {
  width: 100%;
  height: 80px;
  background: #f1f1f1;
  border: 0px;
}

.comment-form input[type=text] {
  width: 100%;
  height: 40px;
  background: #f1f1f1;
  border: 0px;
}

.comment-form input[type=submit] {
  background: #f5821f;
  width: 138px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #0f0f0f;
  line-height: 49px;
  display: inline-block;
  border: 0px;
}

.commentlist li {
  list-style-type: none !important;
}

.commentlist img {
  width: auto !important;
}
.single h2 {
    font-size: 24px;
	line-height: 1.2;
	margin-bottom: 0;
}

/*
.single_blog_left ul.single_blog_tags li:hover {
  background: #F5821F;
}
*/
.blog_social_share ul li {
  background: none;
  display: inline-block;
}

.blog_social_share ul li:hover {
  background: none;
}

.blog_social_share ul li:hover a {
  color: #F5821F;
}

.blog_social_share ul li {
  padding: 0px 5px;
}

.clientimg1 img {
  width: 100%;
  height: auto;
}

.clientimg1 h3 {
  padding-bottom: 20px;
  font-size: 18px;
}

.media_area .single-product {
  margin: 5px;
  padding: 5px;
}

.media_area .single-product .media_div {
  border: 2px solid #f4811f;
  background-color: #f4811f;
  display: inline-block;
}

.media_area .single-product .media_div .video-img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.single_blog_left img {
  width: 100%;
  height: auto;
}

.single-product a {
  color: #000;
}

.media_area .single-product .media_div h5 {
  float: left;
  font-size: 13px;
  text-align: center;
  width: 100%;
  color: #FFF;
}


.dsktp {
  display: block;
}

.mblb {
  display: none;
}

/* Brand Page Accordion */
button.accordion {
  width: 100%;
  background-color: #F6F4F4;
  border: none;
  outline: none;
  text-align: left;
  padding: 12px 15px;
  font-size: 20px;
  color: #000;
  font-family: "Lato";
  cursor: pointer;
  margin-top: 5px;
  font-weight: 700;
  transition: background-color 0.2s linear;
}

button.accordion:after {
  content: "\f067";
  font-family: "fontawesome";
  font-size: 18px;
  float: right;
  color: #f4811f;
}

button.accordion.is-open:after {
  content: "\f068";
  color: #000;
}

button.accordion:hover,
button.accordion.is-open {
  background-color: #ddd;
}

button.accordion:focus {
  outline: none;
  box-shadow: none;
}

.accordion-content {
  background-color: white;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.accordion-content .download_btn {
  padding-top: 15px;
  padding-bottom: 15px;
}

.accordion-content p {
  padding-top: 15px;
  padding-bottom: 15px;
}

.default-page-sec ol {
  padding-left: 10px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #373737;
}

.default-page-sec ol li {
  list-style-type: decimal;
}

.default-page-sec ul {
  padding-left: 20px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #373737;
}

.default-page-sec ul li {
  list-style: disc;
}

/* 25-07-23 */
.addrs_block {
  display: flex;
}

.addrs_block span {
  background: #f5821f;
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  border: #fbd0ab solid 7px;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  margin-right: 15px;
}

.addright p {
  margin: 0px;
  color: #666;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.addright p.fontsize22 {
  color: #373737;
  font-size: 22px;
}

.f_accordion_block {
  background-color: #F6F4F4;
}

.f_accordion_content {
  display: none;
}

.f_accordion_block h4 {
  width: 100%;
  background-color: #F6F4F4;
  padding: 15px 15px;
  padding-right: 40px;
  font-size: 20px;
  color: #000;
  font-family: "Lato";
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  position: relative;
  transition: background-color 0.2s linear;
}

.f_accordion_block h4:hover {
  background-color: #ddd;
}

.f_accordion_block h4:after {
  content: "";
  width: 15px;
  height: 3px;
  background-color: #f4811f;
  position: absolute;
  right: 17px;
  top: 25px;
}

.f_accordion_block h4:before {
  content: "";
  width: 3px;
  height: 15px;
  background-color: #f4811f;
  position: absolute;
  right: 23px;
  top: 19px;
}

.f_accordion_block+.f_accordion_block {
  margin-top: 5px;
}

.faq_sec,
.addr_sec {
  background-image: none;
}

.faq_sec {
  padding: 40px 0 0 0;
}

.addr_sec {
  padding: 60px 0 0 0;
}

.f_accordion_content p {
  margin: 0;
}

.f_accordion_content {
  padding: 15px;
}

.active h4:before {
  display: none;
}

.active h4:after {
  background-color: #000;
}

.active h4 {
  background-color: #ddd;
}

.faq_sec1 {
  padding: 0px 0 60px 0;
}

.main_custom_form textarea {
  background: #f4f4f4;
  border-radius: 3px;
  width: 100%;
  border: none;
  color: #797979;
  font-size: 16px;
  height: 80px;
  float: left;
  margin: 5px 0;
}

.service_zone {
  padding: 5% 0;
}

.build_future {
  background-color: #eee;
}

.location_list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  justify-content: space-between;
}

.location_list li {
  display: block;
  color: #0c0c0c;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  text-align: center;
}

.location_list li a {
  display: block;
  color: #0c0c0c;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  text-align: center;
}

.location_list li a:hover {
  color: #f5821f;
}

.location_list li:nth-child(even) {
  margin-top: 40px;
}

.top_sec {
  padding: 60px 0 0 0;
}

.contact_form .form-group label {
  color: #f6882a;
  font-weight: 500;
  font-size: 18px;
}

.mb50 {
  margin-bottom: 50px;
}

.tl_free_banner {
  display: flex;
}

.left_banner {
  min-width: 70%;
  width: 70%;
}

.toll_free {
  border: 5px solid #f3811f;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.toll_free h3 {
  font-size: 30px;
  font-weight: 700;
  color: #f3811f;
  margin: 0 0 10px 0;
}

.toll_free a {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

/*02-08-2023*/

.future_list {
  padding: 0;
  width: 21%;
  margin: 15px auto auto;
  text-align: left;
}

.future_list li {
  list-style-type: disc;
  font-size: 16px;
  margin-bottom: 6px;
}

.location_text {
  text-align: left;
}
.grecaptcha-badge{
	     bottom: 75px;

}

@media screen and (min-width:320px) and (max-width:767px) {
	

  .dsktp {
    display: none;
  }

  .mblb {
    display: block;
  }

  .blog1 h3 {
    font-size: 20px;
    padding-bottom: 5px !important;
  }

  .blog_left_contents p {
    font-size: 15px;
  }

  .blog1 {
    margin-bottom: 20px;
  }

  .blog_left_contents {
    padding-top: 12px;
  }

  .blog_right_contents p {
    text-align: left !important;
  }

  .single_blog_left h3 {
    font-size: 20px;
  }

  .single_blog_left p {
    padding-top: 15px;
    font-size: 15px;
  }

  .blog_right_contents p {
    font-size: 15px;
  }

  .addr_sec {
    padding: 20px 0 0 0;
  }

  .faq_sec {
    padding: 20px 0 0 0;
  }

  .addr_sec .row .col-md-4+.col-md-4 .addrs_block {
    margin-top: 20px;
  }

  .location_list {
    justify-content: center;
  }

  .location_list li {
    margin: 8px 15px !important;
  }

  .location_list li a {
    font-size: 15px;
  }

  .toll_free {
    border-width: 3px;
  }

  .toll_free h3 {
    font-size: 18px;
    margin: 0;
  }

  .toll_free a {
    font-size: 15px;
  }

  .left_banner {
    min-width: 60%;
    width: 60%;
  }

  .service_zone img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog1 {
    margin-bottom: 15px;
  }

  .blog_right_contents p {
    font-size: 16px;
  }
}

li.top-sub-menu ul.sub-menu {
  display: none;
  padding-left: 20px;
}

li.top-sub-menu {
  position: relative;
}

/* li.top-sub-menu::after{position: absolute; content: '\f140'; left: 180px; top: 9px; color: #f3811f; font-family: dashicons; font-weight: 400;} */
li.top-sub-menu::after {
  position: absolute;
  content: '\f140';
  left: 180px;
  top: 9px;
  color: #f3811f;
  font-family: dashicons;
  font-weight: 400;
  width: 24px;
  text-align: center;
  box-shadow: 0 0 2px #f3811f;
}

/* li.top-sub-menu:hover ul.sub-menu{display: block;} */
li.top-sub-menu ul.sub-menu .btm-sub-menu ul.sub-menu {
  display: none;
  padding-left: 20px;
}

li.btm-sub-menu {
  position: relative;
}

/* li.btm-sub-menu::after{position: absolute; content: '\f140'; left: 180px; top: 9px; color: #f3811f; font-family: dashicons; font-weight: 400;} */
li.btm-sub-menu::after {
  position: absolute;
  content: '\f140';
  left: 180px;
  top: 9px;
  color: #f3811f;
  font-family: dashicons;
  font-weight: 400;
  width: 24px;
  text-align: center;
  box-shadow: 0 0 2px #f3811f;
}

/* li.top-sub-menu ul.sub-menu .btm-sub-menu:hover ul.sub-menu{display: block;} */
.main_form {
  padding: 70px 100px;
}

.main_form h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center
}

.main_form .text-left {
  margin: 10px 0
}

.main_custom_form input,
.main_custom_form select {
  background: #f4f4f4;
  border-radius: 3px;
  width: 100%;
  border: none;
  color: #797979;
  font-size: 16px;
  height: 55px;
  float: left;
  margin: 5px 0;
}

.bannertext_sell .main_custom_form input,
.bannertext_sell .main_custom_form select {
  /*height: auto;*/
  height: 42px;
  padding: 10px 8px;
}

.main_custom_form span {
  font-size: 14px !important;
  text-align: left !important;
}

.banner-form {
  text-align: left !important;
}

.banner-form h4,
h5 {
  text-align: center !important;
}

.banner-frm {
  text-align: left !important;
}

.banner-frm h4,
h6 {
  text-align: center !important;
}

.bnr-frm-btn {
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: 'Lato', sans-serif !important;
  padding: 20px !important;
  background: #f6882a !important;
  outline: 0 !important;
  border: none !important;
  color: #fff !important;
  text-transform: uppercase !important;
  width: 100% !important;
  transition: all 0.8s ease-in-out !important;
}

.contactfrm span {
  font-size: 18px !important;
}

.footer-form .main_custom_form input,
.footer-form .main_custom_form select {
  background: #000;
  color: #7d7d7d
}

.bnrft-frm {
  text-align: left !important;
}

.bannertext_sell {
  top: 3%;
}

.padd_top {
  padding-top: 0px;
  padding-bottom: 50px;
}

section.value-pos-sec.SEL-sec_landing {
  padding-top: 0;
}

section.SEL-sec_landing {
  padding: 50px 0;
}

.SEL-sec.SEL-sec_landing .rate-chart {
  color: #f6882a;
}

section.SEL-sec_landing .carousel-wrap {
  margin: 35px auto 0;
}

.get_touch_today {
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: 'Lato', sans-serif !important;
  padding: 20px !important;
  background: #f6882a !important;
  outline: 0 !important;
  border: none !important;
  color: #fff !important;
  text-transform: uppercase !important;
  width: 100% !important;
  transition: all 0.8s ease-in-out !important;
  border-radius: 10px;
  text-decoration: none !important;
  display: block;
  margin: 0 auto;
  max-width: 310px;
  text-align: center;
  /*  margin-top: 35px;*/
}
.topBarN {
  display: flex;
  justify-content: flex-end;
  background-color: #000;
  padding: 10px;
}

.eachtopWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eachtop {
  padding: 0 10px;
  color: #fff;
}

.eachtop:hover {

  color: #f27920;
}

.br-right {
  border-right: 1px solid #fff;
}

.cmn-test  .slick-slide{
  position: relative;
  opacity: 1;
}
.cmn-test  .slick-slide:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255,0.7);
}
.cmn-test    .slick-slide.slick-active::before{
  content: normal;
}
.test-btn{
  display: none;
  margin-bottom: 20px;
}
.inner_bannertext h2{
    line-height: 65px;
}


.activitiesdiv{
    margin: 50px;
}

.test-btn{
  display: none;
  margin-bottom: 20px;
}
.inner_bannertext h2{
    line-height: 65px;
}


.activitiesdiv{
    margin: 50px;
}
.producttop .container .dskhide{
    margin-bottom: 20px;
}
.contact_add {
    height: inherit;
}


@media screen and (max-width: 1400px) {
  .banner-form h4 {
    margin-top: 5px;
  }

  .bannertext_sell .main_custom_form input,
  .bannertext_sell .main_custom_form select {
    height: 34px;
    padding: 8px 8px;
  }

  .main_custom_form input,
  .main_custom_form select {
    margin: 3px 0 5px;
  }

  .bnr-frm-btn {
    padding: 10px 20px !important;
  }
}

@media screen and (max-width: 1199px) {

  /*26-06-2023*/

	.bannertext .auth_check_form_heading {
		font-size: 22px;
	}
}


@media screen and (max-width: 1100px){
	 .container{
		width: 100% !important;
	}

}
@media screen and (max-width: 1024px){
	.aboutsec h1{
		font-size: 40px;
	}
	.productsec  h1{
		font-size: 40px;
	}
}

@media screen and (max-width: 991px){
	.test-btn{
		display: inline-block;
	}
	.texttext{
		display: none;
	}
	/* .cmn-test  .texttext {
		height: 0;
		overflow: hidden;
	transition: 0.4s;
	}
	.cmn-test  .texttext.intro{
		height: auto;
	} */
}

.aboutsec .owl-buttons{
  display: none;
}



/*New Gallery Tab*/
.controls {
    padding: 2%;
    text-align: center;
    color: #333;
    font-weight: 500;
}
.controls button {
    display: inline-block;
    padding: 0.4em 0.8em;
    background: #fff;
    border-bottom: 2px solid #f8981d !important;
    border: 0;
    color: #000;
	box-shadow: none !important;
	outline: none !important;
    font-size: 16px;
    font-weight: 300;
    border-radius: 4px;
    cursor: pointer;
}
.controls button.active {
    background: #f3811f;
    color: #fff;
}


.container .mix {
    text-align: left;
    background: #03899c;
    margin-bottom: 2%;
    display: none;
	height: 230px;
    position: relative;
	vertical-align: top;
}
	.salesimg  {
		width: auto !important;
		overflow: hidden;
		 height: 400px;
}
.salesimg img {
	width: 100% !important;
    height: 100% ; 
    max-width: inherit !important;
	 object-fit: cover;
    object-position: center center;
	
}
.sales_right {
	width: 100% !important;
}
	.gallery-sec-new  .mix {
      width: 24%;
}
	 .footnav{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
	.producttop h1{
    font-size: 40px;
	line-height: 45px; 
}
	/*.flex-container{
    flex-direction: column;
	align-items: center;
    gap: 20px;
} */
	 .divRight {
    display: flex;
    justify-content: center;
}
 .conad{
 border-right: none;
}
	.blog_right_pic img {
    height: auto;
    width: 100%;
		padding-bottom: 20px;
 }
	.blog_left_pic{
        padding-bottom: 20px;
 }
	.fontsize35.orange{
    font-size: 18px;
  }
.aboutimg .img-fluid {
    max-width: 100%;
    min-height: 363px;
}
.certdownloadbtn{
    margin-top: 10px;
}
.jamuria.grayback ul>li{
    padding-left: 20px; 
}
/* .sustain_sliderbox {  
    min-height: 593px;
} */
.productsec  h1{
    font-size: 36px;
}
.activitiesdiv{
    margin: 30px 10px 0 10px;
}
.blog_left_pic img{
	height: auto !important; 
}
.contact_add {
	height: 100%;
}
 .csrImg1 {
        margin-bottom: 20px;
    }

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

  /*26-06-2023*/

	.bannertext .auth_check_form_heading {
		font-size: 18px;
	}
	.aboutsec .owl-buttons{
		display: block;
	}
	.csrImg1{
		margin-bottom: 20px;
	}
	.aboutsec h1{
		font-size: 20px;
	}
	.productsec  h1{
		font-size: 20px;
	}
	.media_div .video-btn img {
		width: auto !important;
	}

	.contact_top .mobhide img {
		display: none;
	}
	.factoryimg{
	margin-bottom: 20px;
	}
	.jamuria .col-12 > ul{
    padding: 0 0  0 20px !important;
   }
   .rod_dimention ul li{
    margin-top: 10px;
}

	.inner_bannertext h1 {
    font-size: 40px !important;
    margin-top: 30px;
}
	.contact_add {
    height: inherit;
	}
}
@media (min-width: 640px){	
	 .bend_min_max table{
        width: 100%;
        overflow-x: scroll;  
    }
}
@media (max-width: 640px){
	.blog_area .leftbox{
		margin-bottom: 50px;
	}
	.salesimg img {
		 height: auto !important;
	}
	.clientimg{
		margin:5px;
	}
}
@media only screen and (max-width: 480px) {

  /*.banner-form, .bnr-frm{margin-bottom:100px}*/
  .banner-frm {
    top: 15% !important;
  }

  .main_custom_form select {
    height: 60px
  }

  .value-pos-sec .value-part {
    display: flex;
    flex-wrap: wrap;
  }

  .value-pos-sec .value-part li {
    width: 50%;
  }

  .carousel-wrap {
    margin: 26px auto 66px;
  }

  .banner-second .banner-form {
    top: 5% !important;
  }

  section.SEL-sec_landing {
    padding: 5% 0;
  }

  .get_touch_today {
    font-size: 15px !important;
    padding: 16px !important;
  }

  section.SEL-sec_landing .carousel-wrap {
    margin: 25px auto 35px;
  }

  ul.side_btn li {
    margin-right: -35px;
    padding: 6px 21px;
  }

	.get_touch_today {
		max-width: 100%;
		margin-top: 15px;
	}
    .salesimg img {
		height: auto !important;
	}
}

@media (min-width: 420px){
	.container .mix, .container .gap {
		background: #fff;
	}

	.container .mix:before {
		content: '';
		display: inline-block;
		padding-top: 60%;
	}
	/*.container .mix figure {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin-bottom: 0;
	} */
	.container .mix img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.container .mix .figure{
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin-bottom: 0;
	}

	.container .mix .figure figcaption {
		position: absolute;
		bottom: 0;
		left: 0;
		opacity: 0;
		visibility: hidden;
		right: 0;
		transition: .6s;
		padding: 8px 10px;
		background: rgba(40,40,40,.75);
		color: #fff;
		font-size: 14px;
		line-height: 1.4;
		display: none;
	}
	.container .mix:hover .figure figcaption{
		opacity: 1;
		visibility: visible;
	}
	.spineofsteel  p{
		text-align: center;
	}
	.footnav{
		display: flex;
		justify-content: center;
		flex-direction: column;

	}
	.productsec .mobhide{
		width: 90%;
	}
	.specification_top {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px){
	.media_div  img {
		width: auto !important;
	}
	p{
		font-size: 13px;
	}
}

.gallery-sec-new .mix {
	width: 24%;
}
@media screen and (max-width: 1199px){
	.gallery-sec-new  .mix {
		width: 32% !important;
	}
}
@media screen and (max-width: 767px){
	.gallery-sec-new  .mix {
		width: 49% !important;
	}
}
@media screen and (max-width: 480px){
	.gallery-sec-new  .mix {
		width: 100% !important;
	}
}


blockquote.blogInnerQuote p{
	padding:20px !important;
	height:auto !important;
}

.spine_video_single{
	width: 100%;
	max-width: 1110px;
}
.spine_video_single iframe{
	width: 100%;
	height: 555px;
}




