:root{
	--orange-sf:#cf4f28;
	--black-sf:#000000;
	--black-v1-sf:#0b0b0b;
	--white-sf:#ffffff;
	--white-rgb-sf:255,255,255;
	--orange-rgb-sf:207,79,40;
	--black-rgb-sf:0,0,0;
    --gray-sf:#666666;
    --deep-gray-sf:#191919;
    --light-gray-sf:#f6f6f6;
    --red-sf:#E31A22;
}

body {
	padding-top: 0px;
	padding-bottom: 0px;
	/*-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
	font-family: "Roboto", sans-serif;
	position:relative;
}
a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none;
	outline: 0;
}
 input::-moz-focus-inner {
 border: 0;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}
li a:hover {
	text-decoration:none;
}
.no-resize {
	resize:none !important;
}
input[type="file"].form-control {
	height:auto !important;
}

/********************************************************
********************************************************/
header {
    background-color: #191919;
    padding-top: 15px;
    padding-bottom: 0;
}

.logo_area{
	width: auto;
	display: inline-block;
}
.con_list {
    padding: 0;
    margin: 0 30px 0 0;
    list-style: none;
    width: auto;
	text-align: end;
}
.con_list li {
    padding: 0;
    margin: 0 15px 0 0;
    display: inline-block;
    padding-left: 45px;
    text-align: left;
    font-size: 15px;
    color: var(--white-sf);
    font-family: "Roboto", sans-serif;
	position: relative;
}
.con_list li i {
    font-size: 30px;
    color: var(--orange-sf);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 23px;
    height: 30px;
}

.con_list li:first-child {
    width: 42%;
}

.con_list li h3 {
    color: var(--white-sf);
    margin: 0;
    font-size: 21px;
}
.con_list li h3 a{
	color: var(--white-sf);
	text-decoration: none;
	transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
.con_list li h3 a:hover{
	color: var(--orange-sf);
	text-decoration: none;
	transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
.btn-orange {
	width: auto;
    background: var(--orange-sf);
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: "Roboto", sans-serif;
    border: var(--orange-sf) 1px solid;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    display: inline-block;
}
	.btn-orange:focus, .btn-orange:hover {
	   background: var(--black-sf);
	   color: #fff;
	   border: var(--black-sf) 1px solid;
	   transition-duration: 0.5s;
	   -webkit-transition-duration: 0.5s;
	   outline: 0;
   }

   .btn-black1 {
	width: auto;
    background: var(--black-sf);
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: "Roboto", sans-serif;
    border: var(--black-sf) 1px solid;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    display: inline-block;
}
.btn-black1:focus, .btn-black1:hover {
	   background: var(--orange-sf);
	   color: var(--white-sf);
	   border: var(--orange-sf) 1px solid;
	   transition-duration: 0.5s;
	   -webkit-transition-duration: 0.5s;
	   outline: 0;
   }

   .btn-red {
	width: auto;
    background: var(--red-sf);
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: "Roboto", sans-serif;
    border: var(--red-sf) 1px solid;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    display: inline-block;
}
	.btn-red:focus, .btn-red:hover {
	   background: var(--black-sf);
	   color: #fff;
	   border: var(--black-sf) 1px solid;
	   transition-duration: 0.5s;
	   -webkit-transition-duration: 0.5s;
	   outline: 0;
   }

.header_menu{
	margin-top: 15px;
	background-color: #0b0b0b;
}
.search_area{
    position: relative;
}
.search_ico {
    color: #fff;
    padding: 15px 0;
    cursor: pointer;
}
.search_ico i.remove.fa-search:before {
    content: "\f00d";
}
.search_form {
    width: 280px;
    position: absolute;
    height: auto;
    right: 0;
    top: 100%;
    background: #191919;
    padding: 5px;
    display: none;
    border-radius: 6px;
}
.search_form.active {
    display: block;
}
.btn-black{
    color: var(--white-sf);
}
.btn-black:hover, .btn-black:focus{
    color: var(--orange-sf);
}

.banner_sec {
    width: 100%;
    height: auto;
    background: url(../img/bg.png) no-repeat;
    padding-bottom: 30px;
    background-size: 100% auto;
}
.banner_caption{
    text-align: center;
    padding: 80px 0;
}
.banner_caption h1{
    font-size: 50px;
    color: #fff;
    font-family: "Domine", serif;
    font-weight: 700;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.71);

}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	position:absolute;	
}
#banner-carousel .owl-nav .owl-prev,
#banner-carousel .owl-nav .owl-next {
	top:0;
	bottom:0;
	margin:auto;
	width:42px;
	height:42px;
	font-size:20px;
    border-radius: 6px;
	color:var(--orange-sf);
	cursor: pointer;
	background-color: rgba(var(--black-rgb-sf),.8);
	text-align: center;
	line-height: 40px;
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);

}
#banner-carousel .owl-nav .owl-prev:hover,
#banner-carousel .owl-nav .owl-next:hover {
	color:#fff;
	background-color: rgba(var(--orange-rgb-sf),.9);
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}


#banner-carousel .owl-nav .owl-prev {
	left:-60px;
}
#banner-carousel .owl-nav .owl-next {
	right:-60px;
}

/********************************************************
********************************************************/
section{
    padding-top: 50px;
    padding-bottom: 50px;
}
.headline h2 {
    font-size: 40px;
    color: var(--black-sf);
    font-family: "Domine", serif;
    font-weight: 700;
}
.headline h2 span{
    color:var(--orange-sf);
}

p{
    font-size: 14px;
    color: var(--gray-sf);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

/********************************************************
********************************************************/
.gray_bg{
    background-color: var(--black-v1-sf);
}
.products_sec .headline{
    margin-bottom: 40px;
}
.products_sec .headline h2{
    color: var(--white-sf);
}

.product_area{
    width: 100%;
    height: auto;
    /* background-color: var(--black-sf);
    border: var(--deep-gray-sf) 1px solid; */
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    align-items: start;
}

.product_area .product_ico{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    padding: 11px;
    background-color: var(--orange-sf);
}
.product_area .product_ico img{
    width: auto;
    height: 100%;
}

.product_area .product_txt{
    width: 80%;
    height: auto;
    padding-left: 15px;
}

.product_area h4{
    font-size: 21px;
    color: var(--white-sf);
    font-family: "Barlow", sans-serif;
    font-weight: 600;
}
.readmore{
    font-size: 16px;
    color: var(--orange-sf);
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.readmore:hover{
    color: var(--white-sf);
    transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.readmore i{
   margin-left: 0;
    transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.readmore:hover i{
    margin-left: 10px;
    transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

/********************************************************
********************************************************/
.product-hide{
    display: none;
}
.product-hide.active{
    display: block;
}

.features_sec{
    padding-bottom: 100px;
}
.features_list{
    padding: 0;
    margin: 0;
    list-style: none;
}
.features_list li{
    padding: 15px;
    margin: 0;
}


.features_product_area{
    width: 100%;
    height: auto;
    /* border: #666666 1px solid; */
    background-color: var(--white-sf);
    -webkit-box-shadow: 0px 0px 9px 0px rgba(3,7,92,0.15);
-moz-box-shadow: 0px 0px 9px 0px rgba(3,7,92,0.15);
box-shadow: 0px 0px 9px 0px rgba(3,7,92,0.15);
border-radius: 20px;
}
.features_product_area .features_product_img {
    width: 100%;
    height: auto;
    max-height: 370px;
    overflow: hidden;
    border-radius: 20px 20px 0 0px;
}
.features_product_img img {
    height: 370px;
    object-fit: cover;
}
.features_product_area .features_product_txt{
    width: 100%;
    height: auto;
   padding: 15px;
}
.features_product_area .features_product_txt h4 {
    font-size: 21px;
    color: var(--black-v1-sf);
    font-family: "Barlow", sans-serif;
    font-weight: 600;
}
.features_product_area .features_product_txt .readmore {
    font-size: 14px;
    color: var(--orange-sf);
    transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.features_product_area .features_product_txt .readmore:hover {
    color: var(--black-v1-sf);
    transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.features_product_area .features_product_txt .btn-orange {
    padding: 7px 21px;
    font-size: 15px;
}

.pro_range_list{
    padding: 0;
    margin: 0;
    list-style: none;
}
.pro_range_list li{
    width: 48%;
    padding: 0 0 8px 25px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    position: relative;
}
.pro_range_list li i{
    color: var(--orange-sf);
    position: absolute;
    left: 0;
    top: 5px;
}

#features-carousel .owl-dots {
	position: absolute;
	bottom: -55px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#features-carousel .owl-dots, #features-carousel .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
#features-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
#features-carousel .owl-dots .owl-dot span, #features-carousel .owl-dots .owl-dot span {
	width: 20px;
	height: 10px;
	margin: 4.5px 4px;
	background: #c5c5c5;
	display: block;
	transition: opacity .2s ease;
	border-radius: 10px;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#features-carousel .owl-dots .owl-dot:hover span, #features-carousel .owl-dots .owl-dot.active span {
	background: var(--orange-sf);
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#features-carousel .owl-controls .owl-page.active span {
	filter: Alpha(Opacity=100);
	opacity: 1;
}


/********************************************************
********************************************************/
.light_gray_bg{
    background-color: var(--light-gray-sf);
}
/********************************************************
********************************************************/
.big_footer {
    background-color: var(--deep-gray-sf);
    padding-top: 40px;
    padding-bottom: 25px;
}

ul.footer_menu {
    padding: 15px 0;
    margin: 30px 0 0;
    list-style: none;
    border-bottom: #494949 1px solid;
    border-top: #494949 1px solid;
}
ul.footer_menu li{
    padding: 0 25px;
    margin: 0;
    display: inline-block;
}
ul.footer_menu li a{
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    color: var(--white-sf);
    text-decoration: none;
    transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
ul.footer_menu li a:hover, ul.footer_menu li.active a{
    color: var(--orange-sf);
    text-decoration: none;
    transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

/********************************************************
********************************************************/

ul.social-network {
	margin: 25px 0 0 0;
	padding: 0 0 20px 0;
}

ul.social-network li {
	display: inline;
	margin: 0 2px;
}

/* footer social icons */

.social-network a.icoFacebook:hover {
	color: #fff;
	background-color: #3B5998;
	border: #3B5998 1px solid;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.social-network a.icoTwitter:hover {
	color: #fff;
	background-color: #000000;
	border: #000000 1px solid;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.social-network a.icoGoogle:hover {
	color: #fff;
	background-color: #BD3518;
	border: #BD3518 1px solid;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.social-network a.icobehance:hover {
	color: #fff;
	background-color: #1666f7;
	border: #1666f7 1px solid;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.social-network a.icolinkedin:hover {
	color: #fff;
	background-color: #007ab9;
	border: #007ab9 1px solid;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.social-network a.icoPinterest:hover {
	color: #fff;
	background-color: #c62026;
	border: #c62026 1px solid;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.social-network a.icoyoutube:hover {
	color: #fff;
	background-color: #ff0000;
	border: #ff0000 1px solid;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.social-network a.instagram:hover {
	color: #fff;
	background-color: #dd2a7b;
	border: #dd2a7b 1px solid;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoPinterest:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icobehance:hover i,
.social-network a.icoyoutube:hover i {
	color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
	color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 12px;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    border: #494949 1px solid;
    background: #212528;
    color: var(--light-gray-sf);
}

.social-circle li i {
	margin: 0;
	line-height: 29px;
	text-align: center;
}

.social-circle li a:hover i {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	--webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.social-circle i {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.big_footer .social-circle li a {
    width: 38px;
    height: 38px;
    font-size: 16px;
    line-height: 37px;
}
.big_footer h2 {
    font-size: 24px;
    color: var(--white-sf);
    font-family: "Domine", serif;
    font-weight: 700;
}
.big_footer h2 span{
    color:var(--orange-sf);
}
.big_footer h2{
    position: relative;
    padding-bottom: 15px;
}
.big_footer h2::before{
    width: 150px;
    height: 1px;
    background-color: #494949;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.big_footer h2::after{
    width: 75px;
    height: 3px;
    background-color: var(--orange-sf);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    margin: auto;
}
.big_footer p{
    font-size: 15px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    color: var(--white-sf);
    margin-bottom: 7px;
}
.big_footer p a{
    color: var(--white-sf);
    text-decoration: none;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.big_footer p a:hover{
    color: var(--orange-sf);
    text-decoration: none;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.big_footer p i{
    color: var(--orange-sf);
    margin-right: 10px;
}
.big_footer .con_list {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.big_footer .con_list li {
    width: auto;
    max-width: 33%;
    margin: 0 27px;
}

.border-tb{
    border-bottom: #494949 1px solid;
    border-top: #494949 1px solid;
}
.border-b{
    border-bottom: #494949 1px solid;
}


/********************************************************
********************************************************/
.copy_footer{
	background: var(--black-v1-sf);
	padding: 15px 0;
	text-align: center;
}
.copy_footer p{
	font-size: 13px;
	color: var(--white-sf);
	font-weight: 400;
	margin-bottom: 0;
	font-family: 'Barlow', sans-serif;
}
.copy_footer p a{
	color: var(--orange-sf);
	text-decoration: none;
}
.copy_footer p a:hover{
	color: var(--orange-sf);
	text-decoration: none;
}
/********************************************************
********************************************************/
.banner_sec.inner_banner{
    padding-bottom: 50px !important;
}
.banner_sec.inner_banner .banner_caption {
    text-align: center;
    padding: 30px 0;
}

.table_area {
    width: 100%;
    height: 100%;
    /* border: #666666 1px solid; */
    background-color: var(--white-sf);
    -webkit-box-shadow: 0px 0px 9px 0px rgba(3,7,92,0.15);
    -moz-box-shadow: 0px 0px 9px 0px rgba(3,7,92,0.15);
    box-shadow: 0px 0px 9px 0px rgba(3,7,92,0.15);
    border-radius: 20px;
}
.table_area .border-b{
    border-bottom: #ddd 1px solid;
}
/********************************************************
********************************************************/
.product_pg_area .pro_range_list {
    min-height: 96px;
}
.product_pg_area .pro_range_list li{
    width: 100%;
}
.features_product_area.product_pg_area {
    width: 100%;
    height: auto;
    /* border: #666666 1px solid; */
    background-color: #efefef;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.features_product_area.product_pg_area .features_product_txt {
    width: 100%;
    min-height: 245px;
    height: auto;
    padding: 15px;
}

.features_product_area.product_pg_area .features_product_txt h4 {
    border-bottom: #cbc8c8 1px solid;
    padding-bottom: 10px;
}
.features_product_area.product_pg_area .features_product_img{
    border: #b6b6b6 1px solid;
}
/********************************************************
********************************************************/
.contact-section{
	width: 100%;
	height: 100%;
	border-radius: 15px;
	border: #eee 1px solid;
	background-color: var(--white-sf);
	/* display: flex; */
	padding: 15px;
}

.contact-section .con_icon {
    width: 60px;
    height: 60px;
    font-weight: 400;
    font-size: 35px;
    border-radius: 50%;
    background: rgba(255, 189, 169, 0.2);
    text-align: center;
    padding: 5px;
    color: var(--orange-sf);
    display: inline-block;
    margin-right: 18px;
	vertical-align: middle;
}
.contact-section:hover .con_icon {
    background: var(--light-gray);
    color: #000;
}  
.contact-section .contact-txt{
	display: inline-block;
	width: 75%;
	vertical-align: middle;
}
.contact-section .contact-txt h4{
	color: var(--blue-th);
	font-size: 20px;
}

.contact-section .contact-txt a{
	color: var(--gray-th);
	text-decoration: none;
}
.contact-section .contact-txt a:hover{
	color: var(--main-clr-th);
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
	font-family: 'Inter', sans-serif;
    background-color: rgba(255,255,255,1);
    background-image: none;
    border: 1px solid #d7d5d6;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition-duration: 1s;
    -webkit-transition-duration: 1s;
	
	
}

textarea.form-control {
    height: auto;
}

	
.form-control:focus {
     border-color: var(--main-clr-th);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,194,73,.075), 0 0 8px rgba(0,194,73,.6);
    box-shadow: inset 0 1px 1px rgba(10,194,73,.075), 0 0 8px rgba(0,194,73,.6);
	
	transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
	
}
.border-b-0{
    border-bottom: transparent;
}
/********************************************************
********************************************************/
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}
/********************************************************
********************************************************/
.breadcrumb{
    background-color: rgba(var(--orange-rgb-sf),.1);
}
.breadcrumb .breadcrumb-item a{
    color: var(--black-sf);
    text-decoration: none;
    transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.breadcrumb .breadcrumb-item a:hover{
    color: var(--orange-sf);
    transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.table_area .readmore, form .readmore{
    color: var(--orange-sf);
    transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.table_area .readmore:hover, form .readmore:hover {
    color: var(--black-sf);
    transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.orange-txt{
    color: var(--orange-sf);
    text-decoration: none;
}
.pro_detail_card h4{
        font-size: 20px;
}
.pro_detail_card h5{
        font-size: 17px;
}
.pro_detail_card .btn-orange, .pro_detail_card .btn-black1 {
    padding: 7px 15px;
    font-size: 15px;
}
.pro_detail_list{
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
}
.pro_detail_list li{
    padding: 0;
    margin: 0 0 5px 0;
    list-style: none;
    font-size: 14px;
}
.pro_detail_list li b {
    width: 120px;
    height: 25px;
    float: left;
}
.border-input{
    border: 1px solid #d7d5d6;
    border-radius: 8px;
}
.border-input .gray_bg{
    background-color: var(--light-gray-sf);
}
.border-input .form-control{
    background-color: transparent;
}
.border-0, .border-0:focus{
    box-shadow: none;
    outline: none;
    border: 0;
}
.select_area{
    position: relative;
}
.select_area::after{
   width: 15px;
   height: 15px;
   content: "\f229";
   font-family: bootstrap-icons !important;
   font-size: 15px;
   color: var(--black-sf);
   position: absolute;
   right: 15px;
   top: 0;
   bottom: 0;
   margin: auto;
   pointer-events: none;
}
.ps-4 {
    padding-left: 1.5rem!important;
}
.more_detail_list .border-b {
    border-bottom: #ddd 1px solid;
}
.pro_range_list.more_detail_list li {
    width: 48%;
    padding: 8px 0 8px 0;
    font-weight: 400;
   
}
.more_detail_list li b{
    width: 135px;
    display: inline-block;
}
.more_detail_list li span{
    width: 60%;
    display: inline-block;
}

.more_detail_area ul.social-network {
    margin: 0 0 0 15px;
    padding: 0;
}

.more_detail_area .social-circle li a {
    border: #bababa 1px solid;
    background: #bababa;
    color: var(--light-gray-sf);
}
/********************************************************
********************************************************/
.requestmodal .modal-dialog {
    max-width: 675px;
    margin: 13% auto;
}
.requestmodal .modal-body {
    padding: 0 60px 50px;
}

.Requirementmodal .modal-dialog {
    max-width: 675px;
    margin: 11% auto;
}
.Requirementmodal .modal-body {
    padding: 0 60px 50px;
}


#reletedproduct-carousel .owl-dots {
	position: absolute;
	bottom: -55px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#reletedproduct-carousel .owl-dots, #reletedproduct-carousel .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
#reletedproduct-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
#reletedproduct-carousel .owl-dots .owl-dot span, #reletedproduct-carousel .owl-dots .owl-dot span {
	width: 20px;
	height: 10px;
	margin: 4.5px 4px;
	background: #c5c5c5;
	display: block;
	transition: opacity .2s ease;
	border-radius: 10px;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#reletedproduct-carousel .owl-dots .owl-dot:hover span, #reletedproduct-carousel .owl-dots .owl-dot.active span {
	background: var(--orange-sf);
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#reletedproduct-carousel .owl-controls .owl-page.active span {
	filter: Alpha(Opacity=100);
	opacity: 1;
}


/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/
/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/
.stellarnav.mobile.right > ul {
	z-index: 99;
}
/* @media (min-width:1200px){.container{max-width:1170px}} */
/********************************************************
********************************************************/




/* 20.07 */
.con_list li i.fas.fa-phone  {
    transform: rotate(90deg);
}
.textareawidth {
    width: 100%;
    height: 150px;
    resize: none;
    border: 1px solid #d7d5d6;
    border-radius: 10px;
    padding: 15px;
}
form input.wpcf7-form-control.wpcf7-submit.btn.btn-red.d-block {
    width: 100%;
}
@media (max-width: 768px) {
    .more_detail_list li b {
        width: 120px;
        display: inline-block;
    }
    .owl-dots {
        display: none;
    }
}

/* 19.08.26 */

/********************************************************
Company Registration Details
********************************************************/

.registration-details {
    width: 100%;
    background-color: var(--white-sf);
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: hidden;

    -webkit-box-shadow: 0px 3px 14px 0px rgba(3,7,92,0.10);
    -moz-box-shadow: 0px 3px 14px 0px rgba(3,7,92,0.10);
    box-shadow: 0px 3px 14px 0px rgba(3,7,92,0.10);
}


/* Heading */

.registration-title {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}

.registration-title::after {
    content: "";
    position: absolute;
    left: 18px;
    bottom: -1px;
    width: 55px;
    height: 2px;
    background-color: var(--orange-sf);
}

.registration-title i {
    color: var(--orange-sf);
    font-size: 20px;
}

.registration-title h4 {
    margin: 0;
    color: var(--black-sf);
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 600;
}


/* Individual details */

.registration-item {
    min-height: 88px;
    padding: 17px 15px;
    display: flex;
    align-items: center;
    border-right: 1px solid #e4e4e4;
}

.registration-row > div:last-child .registration-item {
    border-right: 0;
}


/* Icon */

.registration-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background-color: rgba(var(--orange-rgb-sf), 0.10);
    border: 1px solid rgba(var(--orange-rgb-sf), 0.25);

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 11px;

    color: var(--orange-sf);
    font-size: 17px;

    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}


/* Text */

.registration-content {
    width: calc(100% - 53px);
}

.registration-content span {
    display: block;
    margin-bottom: 3px;

    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;

    color: var(--gray-sf);
}

.registration-content strong {
    display: block;

    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 600;

    line-height: 1.4;

    color: var(--black-sf);

    word-break: break-word;
}


/* Hover */

.registration-item:hover .registration-icon {
    background-color: var(--orange-sf);
    color: var(--white-sf);
    border-color: var(--orange-sf);
}


/* Tablet / Mobile */

@media (max-width: 767px) {

    .registration-details {
        margin-top: 20px;
    }

    .registration-item {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid #e7e7e7;
        padding: 15px;
    }

    .registration-row > div:last-child .registration-item {
        border-bottom: 0;
    }

    .registration-content strong {
        font-size: 14px;
    }
}
/********************************************************
Company Detail Section
********************************************************/

.company-detail-area {

    margin-top:25px;
    background:#fff;

    border:1px solid #ededed;
    border-radius:15px;

    padding:20px;

    box-shadow:0px 5px 15px rgba(0,0,0,0.08);

}



.company-detail-row {

    display:flex;
    align-items:center;

    gap:20px;

}



.company-detail-row.align-start {

    align-items:flex-start;

}



.company-detail-label {

    width:35%;

    display:flex;
    align-items:center;

    gap:12px;

}



.detail-icon {

    width:42px;
    height:42px;

    background:rgba(207,79,40,0.12);

    color:var(--orange-sf);

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;

}



.detail-icon i {

    font-size:18px;

}



.company-detail-label h5 {

    margin:0;

    font-size:18px;

    font-weight:600;

    color:var(--black-sf);

    font-family:"Barlow", sans-serif;

}



.company-detail-value {

    width:65%;

}



.company-detail-value h5 {

    margin:0;

    font-size:18px;

    color:var(--orange-sf);

    font-weight:600;

}



.company-detail-divider {

    height:1px;

    background:#e5e5e5;

    margin:20px 0;

}



/* Advantage List */

.company-advantage-list {

    padding:0;

    margin:0;

    list-style:none;

}



.company-advantage-list li {

    display:flex;

    align-items:center;

    gap:10px;

    margin-bottom:10px;

/*     padding:8px 12px; */

/*     background:#fafafa; */

    border-radius:8px;


    font-size:14px;

    font-weight:500;

    color:#333;

}



.company-advantage-list li i {

    color:var(--orange-sf);

    font-size:16px;

}




@media(max-width:767px){

    .company-detail-row{

        display:block;

    }


    .company-detail-label,
    .company-detail-value{

        width:100%;

    }


    .company-detail-value{

        margin-top:15px;

    }

}
/********************************************************
R Hook Gallery
********************************************************/


.rhook-gallery-section{

background:#fff;

}


.rhook-card{

background:#fff;

border-radius:15px;

overflow:hidden;

border:1px solid #eee;

height:auto;

box-shadow:
0px 5px 15px rgba(0,0,0,0.08);

transition:.4s;

}



.rhook-card:hover{

transform:translateY(-8px);

box-shadow:
0px 10px 25px rgba(0,0,0,0.15);

}




.rhook-img{

height:260px;

overflow:hidden;

}



.rhook-img img{

width:100%;

height:100%;

object-fit:cover;

transition:.5s;

}



.rhook-card:hover img{

transform:scale(1.08);

}




.rhook-content{

padding:20px;

}



.rhook-content h4{

font-family: 'Domine';
    font-size: 20px;
    text-transform: uppercase;
color:var(--black-sf);

margin-bottom:10px;

}



.rhook-content h4::after{

content:"";

display:block;

width:45px;

height:3px;

background:var(--orange-sf);

margin-top:10px;

}



.rhook-content p{

font-size:14px;

color:var(--gray-sf);

}




@media(max-width:767px){

.rhook-img{

height:220px;

}

}
/**************************************
Manufacturing Process Gallery
**************************************/


.process-card{

background:#fff;

border-radius:18px;

overflow:hidden;

border:1px solid #eee;

height:100%;

box-shadow:
0 8px 20px rgba(0,0,0,.08);

transition:.4s;

}



.process-card:hover{

transform:translateY(-8px);

box-shadow:
0 15px 35px rgba(0,0,0,.15);

}




.process-media{

height:320px;

position:relative;

overflow:hidden;

background:#000;

}



.process-media img,
.process-media video{

width:100%;

height:100%;

object-fit:cover;

}




.process-card:hover img,
.process-card:hover video{

transform:scale(1.05);

transition:.5s;

}




/* Video Play Button */

.video-overlay{

position:absolute;

left:0;
right:0;
top:0;
bottom:0;

display:flex;

align-items:center;

justify-content:center;

background:rgba(0,0,0,.25);

}



.video-overlay i{

width:60px;

height:60px;

border-radius:50%;

background:var(--orange-sf);

color:#fff;

display:flex;

align-items:center;

justify-content:center;

font-size:22px;

}




.process-content{

padding:18px;

}




.process-content h4{

font-size:20px;

font-family:"Barlow",sans-serif;

font-weight:600;

color:var(--black-sf);

margin-bottom:8px;

}



.process-content h4:after{

content:"";

display:block;

width:45px;

height:3px;

background:var(--orange-sf);

margin-top:10px;

}




.process-content p{

font-size:14px;

color:var(--gray-sf);

margin-bottom:0;

}




@media(max-width:767px){

.process-media{

height:260px;

}

}
i.fab.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}

/* ===========================
   Mobile Header Fix
=========================== */

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

    header {
        padding-top: 10px;
    }

    .header_top .container {
        width: 100%;
    }

    .header_top .row.justify-content-between {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* Logo */
    .logo_area {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .logo_area img {
        width: 180px;
        height: auto;
    }


    /* Contact Area */
    .header_top .col-auto {
        width: 100%;
    }

    .header_top .col-auto .row {
        justify-content: center;
    }

    .con_list {
        width: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        gap: 10px;
    }


    .con_list li,
    .con_list li:first-child {

        width: 50%;
        margin: 0;
        padding: 0 8px;

        display: flex;
        flex-direction: column;
        align-items: center;

        text-align: center;
        font-size: 12px;
    }


    .con_list li i {

        position: relative;
        display: block;

        width: auto;
        height: auto;

        margin-bottom: 5px;

        font-size: 22px;
    }


    .con_list li h3 {

        font-size: 15px;
        margin-top: 3px;
    }


    /* Hide inquiry button mobile */
    header .btn-orange {
        display: none;
    }



    /* Navigation Bar */

    .header_menu {
        margin-top: 10px;
    }


    .header_menu .container {
        padding:0;
    }


    .header_menu .row {

        margin:0;

    }


    .header_menu .col-auto:first-child {

        width:100%;

    }


    .stellarnav {

        width:100%;

    }


    .stellarnav .menu-toggle {

        height:30px;
        margin-top: 10px;

        display:flex;

        align-items:center;

        justify-content:space-between;

        padding:0 20px;

        color:#fff;

        font-size:16px;

        text-transform:uppercase;

    }



    /* Search */

    .header_menu .col-auto:last-child {

        position:absolute;
        display: none;

        right:15px;

        top:10px;

    }


    .search_ico {

        padding:12px 5px;

    }


    .search_ico i {

        font-size:20px;

    }


    .search_form {

        right:0;

        width:260px;

    }


}



/* Extra small devices */

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


    .logo_area img{

        width:160px;

    }


    .con_list li{

        font-size:11px;

    }


    .con_list li h3{

        font-size:14px;

    }


    .stellarnav .menu-toggle{

        font-size:15px;

    }

}


/* ==================================================
   New Mobile Header
================================================== */

.mobile-header {
    position: relative;
    z-index: 9999;
    background: var(--deep-gray-sf);
    padding: 0;
}

.mobile-header .header_top {
    padding: 10px 0;
}


/* Main Row */

.mobile-header .mobile-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


/* Logo */

.mobile-header .logo_area {
    width: auto;
    display: inline-flex;
    align-items: center;
    text-align: left;
    margin: 0;
    flex-shrink: 0;
}

.mobile-header .logo_area img {
    width: auto;
    max-width: 160px;
    height: 45px;
    object-fit: contain;
}


/* Right Side */

.mobile-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}


/* Menu Toggle */

.mobile-nav-toggle {
    width: 42px;
    height: 42px;

    padding: 0;
    margin: 0;

    border: 0;
    background: transparent;

    color: var(--white-sf);

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;

    cursor: pointer;
}

.mobile-nav-toggle:hover,
.mobile-nav-toggle:focus {
    color: var(--orange-sf);
}


/* Keep Existing Theme Button Visible */

.mobile-header .btn-orange {
    display: inline-block !important;
    padding: 10px 20px;
    font-size: 14px;
    white-space: nowrap;
}


/* Navigation Dropdown */

.mobile-navigation {
    display: none;

    position: absolute;
    top: 100%;
    left: 0;

    width: 100%;

    background: var(--black-v1-sf);

    border-top: 1px solid rgba(255,255,255,0.08);

    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.mobile-navigation.active {
    display: block;
}


/* Menu */

.mobile-menu-list {
    padding: 5px 0;
    margin: 0;
    list-style: none;
}

.mobile-menu-list > li {
    position: relative;
    display: block;

    margin: 0;
    padding: 0;

    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.mobile-menu-list > li:last-child {
    border-bottom: 0;
}

.mobile-menu-list li a {
    display: block;

    padding: 13px 5px;

    color: var(--white-sf);

    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;

    text-decoration: none;
}

.mobile-menu-list li a:hover,
.mobile-menu-list li.current-menu-item > a {
    color: var(--orange-sf);
}


/* Sub Menu */

.mobile-menu-list .sub-menu {
    display: none;

    padding: 0 0 8px 15px;
    margin: 0;

    list-style: none;

    background: rgba(255,255,255,0.03);
}

.mobile-menu-list .menu-item-has-children.submenu-open > .sub-menu {
    display: block;
}

.mobile-menu-list .sub-menu li a {
    padding: 10px 12px;
    font-size: 14px;
}


/* ==================================================
   Mobile
================================================== */

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

    /* Override old mobile header rules */

    .mobile-header .header_top .container {
        width: 100%;
    }

    .mobile-header .logo_area {
        width: auto;
        text-align: left;
        margin-bottom: 0;
    }

    .mobile-header .logo_area img {
        width: auto;
        height: 40px;
        max-width: 140px;
    }

    .mobile-header-actions {
        gap: 10px;
    }

    .mobile-header .btn-orange {
        display: inline-block !important;
        padding: 9px 14px;
        font-size: 13px;
        border-radius: 8px;
    }

    .mobile-nav-toggle {
        width: 38px;
        height: 38px;
        font-size: 22px;
    }
}


/* Very Small Phones */

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

    .mobile-header .logo_area img {
        max-width: 120px;
        height: 36px;
    }

    .mobile-header-actions {
        gap: 7px;
    }

    .mobile-header .btn-orange {
        padding: 8px 11px;
        font-size: 12px;
    }

    .mobile-nav-toggle {
        width: 34px;
        height: 36px;
        font-size: 20px;
    }
}

.inner_banner img {
    border-radius: 5px;
}
#banner-carousel img {
    border-radius: 25px;
}

.wpcf7-response-output {
    display: none;
}