@import url("secondary.css");

/*********************************************************************************
common styles
***************/
body {
	color: #333 !important;
	font-family: "Manrope", sans-serif !important;
	font-size: 15px !important;
	background: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li {
	margin: 0px !important;
	padding: 0px !important;
}

a {
	color: #333 !important;
	cursor: pointer;
	text-decoration: none !important;
}

a:active {
	box-shadow: none !important;
}

p {
	line-height: 22px;
	margin-bottom: 10px !important;
	font-size: 15px !important;
}

h1,
h2 {
	margin-bottom: 10px !important;
}

.no-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.no-padding-right {
	padding-right: 0px !important;
}

.no-padding-left {
	padding-left: 0px !important;
}

/*********************************************************************************
colored text and buttons
***************/
.text-orange {
	color: #f88530
}

.btn {
	padding: 10px 25px !important;
	border-radius: 0px !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 700 !important;
}

.btn-submit {
	background: #0EA1D7;
	color: #fff;
}

.btn-cancel {
	background: #ff5d05;
	color: #fff;
}

.btn:hover {
	background: #333 !important;
	color: #fff !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.btn-more {
	overflow: hidden;
	display: inline-block;
	color: #da241d !important;
	text-transform: uppercase;
	margin: 5px 0 0 0;
	padding: 10px 0px !important;
	display: inline-block !important;
	border-bottom:1px solid #da241d !important;
	font-weight: 500 !important;
	letter-spacing: 1px;
}

.btn-more span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.btn-more span::before {
	position: absolute;
	right: 100%;
	content: attr(data-hover);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	color: #cca854;
	width: 100%;
}

.btn-more:hover {
	padding: 10px 0px !important;
	background: transparent !important;
	border-bottom: 1px solid #cca854 !important;
}

.btn-more:hover span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

/*********************************************************************************
header styles
***************/
header {
	position:relative !important;
	width: 100% !important;
	top: 0;
	z-index: 99;
}

header.header-fixed-bar { 
	position: fixed !important;
	width: 100% !important;
	top: 0; 
	background:#FFF;
	-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);

}

header.header-fixed-bar .top-bar {
	display: none
}

header.header-fixed-bar .logo-bar {
	padding: 5px 0 5px 0;
	background:#fff;
}

header.header-fixed-bar .nav-bar{
	box-shadow:none !important;
}
header.header-fixed-bar .logo{
	margin-top:0 !important;
}
header.header-fixed-bar .logo img{
	max-width:85px;
}
header .top-bar{
	padding:0;
	position:relative;
	background: linear-gradient(120deg, #f5f5f5 60%, #ac0e14 60%);
}

/*logo bar*/
header .logo-bar {
	background:#f5f5f5;
	/*background: linear-gradient(-8deg,
      #152D39, #152D39 50%, rgba(150,0,0,0) 50%, rgba(150,5,5,0)); */
	padding:6px 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

header .logo {
	display: block;
    padding: 3px 0 0;
    width: 150px;
    margin-top: -50px;
}

header .logo img {
	max-width: 100%;
}

/*cont nav*/
header .cont-nav {
	float: right;
	margin: 4px 0 !important;
}

header .cont-nav ul {
	list-style: none;
}

header .cont-nav ul li {
	color: #FFF;
	margin: 5px 0 !important;
	display:inline-block;
}

header .cont-nav ul li a {
	display: block;
	color: #fff !important;
	padding: 3px 12px;
	font-size: 13px;
	border-left: 1px solid #fff;
	border-radius: 0px;
}

header .cont-nav ul li:first-child a {
	border:none;
}

header .cont-nav ul a .fa {
	margin-right: 3px;
}
header .menu-bar{
	background:#F2f2f2;
	position:relative;
}


header .social-nav {
    float: right;
    margin-top:14px;
}
header .social-nav ul {
    list-style: none;
}

header .social-nav li {
    float: left;
	margin-left:10px !important;
}
header .social-nav li a {
    position: relative;
    display: block;
}
header .social-nav li a .fa {
    color: #FFF;
    width: 32px;
    height: 32px;
    line-height:32px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    font-size: 14px !important;
	
}


header .social-nav li a .fa-facebook {
    background: #3b5a9a;
}
header .social-nav li a .fa-twitter {
    background: #28a8e0;
}
header .social-nav li a .fa-instagram {
    background: #9c389b;
}
header .social-nav li a .fa-whatsapp {
    background: #4caf50;
}

/* nav bar */
header .nav-bar {
	float:right;
}

/*site nav*/
header .site-nav {
	float:right;
	margin-top:10px;
}

/*********************************************************************************
section styles
***************/
section.slider {
	position: relative;
}

section.slider video {
	width: 100%;
}

/**/
section.contents {}

/*main heading*/
.main-head {
	font-size: 35px !important;
	line-height: 46px !important;
	font-weight: 600;
	letter-spacing: 0px;
	color: #121212;
	margin-bottom: 10px !important;

}

.main-head span {
	font-size: 15px !important;
	line-height: 24px;
	color: #ac0e14;
	font-weight: 500;
	display: block;
}

.sub-head {
	font-size: 25px !important;
	font-weight: 700;
	color: #550077;
	margin-bottom: 10px !important;

}
/*Index Products*/
.idx-product-sec{
	padding:50px 0;
	position:relative;
	background:#f2f2f2;
}
.idx-product-sec .main-head{
	text-align:center;
}
.idx-product-sec .product-blk img{
	max-width:100%;
}
.idx-product-sec .product-blk .pro-name{
	padding:10px 15px;
	position:relative;
	background:#1f1919;
	font-size:16px !important;
	line-height:24px;
	color:#FFF !important;
	display:block;
	text-align:center;
	font-weight:500;
}
.idx-product-sec .idx-btn{
	min-width: 150px;
    color: #FFF !important;
    background: #ac0e14 !important;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    padding: 10px 15px !important;
	display:table;
	margin:20px auto !important;
    border-radius:5px !important;
}
.idx-product-sec .idx-btn:hover{
	     background: #454545 !important;
}
/* End Products */

/**/
.home-abt-bar {
	background: #fff;
	padding: 50px 0px 50px 0px !important;
}

.home-abt-bar .main-head {
	color: #000
}

.home-abt-bar p {
	text-align: justify;
	margin-bottom:10px !important;
}

.home-abt-bar .about-left{
	padding:10px 20px 0 0;
}
.home-abt-bar img {
	max-width: 95%;
}

.home-abt-bar .btn-more {
	margin: 0px 0 0 0;
}
.idx-product-desc{
	padding:50px 0;
	position:relative;
}
.idx-product-desc .main-head{
	text-align:center;
}
.idx-product-desc p.h-fabric{
	text-align:center !important;
}
.idx-product-desc .btn-more{
	text-align: center !important;
    margin: 0 auto;
    display: table !important;
}

.idx-product-desc .home-fabric-blk{
	position:relative;
}
.idx-product-desc .home-fabric-blk .fabric-sub{
	padding:20px 0px 10PX;
	position:relative;
	/* background:#f2f2f2; */
	border-radius:8px !important;
	/*min-height:180px; */
}

.idx-product-desc .home-fabric-blk h5{
	font-size:16px !important;
	line-height:24px;
	color:#121212;
	font-weight:500;
	margin-bottom:10px !important;
}

.idx-product-desc .home-fabric-blk p{
	font-size:14px !important;
	line-height:24px;
	text-align:justify;
}

.idx-product-desc .supp-fea-blk{
	padding:30px 20px;
	position:relative;
	min-height:434px;
	background:#f2f2f2;
	border-radius:10px;
}



.idx-product-desc.why-choose-sec .supp-fea-blk{
	padding:30px 20px;
	position:relative;
	min-height:278px;
	border:none;
	background:#FFF;
}
.idx-product-desc.why-choose-sec .main-head{
	text-align:center;
	margin-bottom:0px !important;
	font-size: 24px !important;
    line-height: 25px !important;
}
.idx-product-desc.why-choose-sec .sub-heading2{
	font-size:32px !important;
	line-height:45px !important;
	font-weight:500;	
	margin-bottom:40px !important;
}

.idx-product-desc .supp-fea-blk ul.mylist{
	list-style: none;
    padding: 0 !important;
    margin: 0 0 0 20px !important;
}
.idx-product-desc .supp-fea-blk ul.mylist li{
	font-size: 14px !important;
    line-height: 24px;
	margin-bottom:10px !important;
    color: #232323 !important;
    font-weight: 400;
    text-align: left;
    text-indent: -15px;
}
.idx-product-desc .supp-fea-blk ul.mylist li:before{
	content: "\f192";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px !important;
    color: #da251b;
    font-size: 10px;
    font-weight: 700;
}

.idx-product-desc .supp-fea-blk .main-head{
	font-size:26px !important;
	line-height:35px;
}
.idx-waves-sec{
	padding:50px 0 80px;
	position:relative;
}
.wave-bg{
	position:absolute;
	right:-20px;
	top:-30px;
	bottom:0;
	background:#f2f2f2;
	height:500px;
	width:300px;
	z-index:-1;
	border-radius:10px;
}


.idx-waves-sec .wave-blk ul{
	list-style: none;
    padding: 0 !important;
    margin: 0 0 0 15px !important;
}
.idx-waves-sec .wave-blk ul li{
	font-size: 14px !important;
    line-height: 24px;
	margin-bottom:10px !important;
    color: #232323 !important;
    font-weight: 400;
    text-align: left;
    text-indent: -15px;
}
.idx-waves-sec .wave-blk ul li:before{
	content: "\f05d";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px !important;
    color: #da251b;
    font-size: 14px;
    font-weight: 700;
}
.idx-waves-sec  .wave-blk-right img{
	max-width:100%;
}
.why-choose-sec{
	padding:60px 0;
	position:relative;
	z-index:1;
	background:#fff;
	/*background:#f2f2f2 url("../design_img/why-background-bg.jpg")no-repeat center center; */
}
.featuredbox-number{
	position:relative;
	margin:0px 0 40px;
	overflow:hidden;
}
.featuredbox-number .featured-icon{
	line-height: 48px;
    width: 48px;
    height: 48px;
    margin-right: 40px;
	border-radius:50%;
    transition: all .4s;
	display:inline-block;
	background-color:#f8f8f8;
}
.featuredbox-number .featured-icon p{
	font-size:22px !important;
	line-height:48px !important;
	color:#454545;
	font-weight:700;
	text-align:center;
}
.featuredbox-number .featured-content{
	padding: 20px 30px 10px 30px;
    background-color: #f8f8f8;
    width: calc(100% - 90px);
    display: inline-block;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    float: right;
    vertical-align: top;
}
.featuredbox-number .featured-content:before{
	top: 39px;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #f8f8f8;
    border-width: 10px;
    left: 70px;
    transition: all .5s ease;
}
.featuredbox-number .featured-content h3{
	font-size: 20px !important;
	line-height:27px !important;
    margin-bottom: 8px !important;
	font-weight:700;
}
.featuredbox-number .featured-content p{
	font-size:14px !important;
	line-height:25px;
	color:#454545;
	font-weight:500;
}
.why-choose-sec .fea-choose-right{
	position:relative;
	margin-top:25px;
}
.why-choose-sec .fea-choose-right img{
	max-width:100%;
}

.idx-fact-sec{
	padding:40px 0;
	background:#fff url("../design_img/fact-bg.jpg") no-repeat center top;
	background-size:cover;
	position:relative;
}
.idx-fact-sec .round1{
	position: absolute;
    top: -50px;
    right: 20%;
    background: #da251c30;
    border: 10px solid #cca85485;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.idx-fact-sec .round2{
	position: absolute;
    bottom: -50px;
    left: 20%;
    background: #da251c30;
    border: 10px solid #cca85485;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.why-choose-sec .why-choose .main-head{
	display:none !important;
}

/* count bar*/
/*
.count-bar {
	background: #fff;
	width: calc(100% + 140px);
	position: relative;
	left: -140px;
	z-index: 1;
}

*/

.count-col {
	overflow: hidden;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    background-color: #f5f5f585;
    padding:30px 15px;
    border-radius: 15px;
    min-height: 225px;
	margin-bottom:40px;
}

.count-col .icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 10px !important;
	text-align: center;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.count-col .icon img {
	max-width: 100%;
}

.count-col .main-text {
	font-size: 34px !important;
	text-align: center;
	font-weight: 500;
	color: #00074d;
	line-height: 40px;
	margin-bottom: 5px !important;
	font-weight:700;
}

.count-col .main-text::after {
	content: '+';
	font-size: 25px;
	margin-left: 5px;
	vertical-align: 3px;
	
}

.count-col .common-text {
	text-align: center;
	margin-bottom: 0px !important;
	text-transform: capitalize;
	color: #434343;
	font-size:16px !important;
	line-height: 27px;
	
}

.home-pr-bar {
	position: relative;
	background: #fff;
	padding: 45px 20px 40px 0;
	z-index: 1;
}

.home-pr-bar .main-head {
	text-align: right
}

.home-pr-bar .col-centr {
	position: absolute;
	top: 0;
	bottom: 10px;
	left: 55%;
	right: 0;
	background: #fff6b4;
	z-index: -1;
}

.pr-bar-2{
margin-bottom: 25px;
} 

/*  */

.home-pr-bar img {
	max-width: 100%;
}

.home-pr-bar p {
	text-align: right
}

.home-pr-bar .btn-more {
	float: right;
}

.home-pr-bar.mddle {
	padding: 50px 0 60px 0px;
}

.home-pr-bar.mddle .main-head {
	text-align: left
}

.home-pr-bar.mddle .col-centr {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0%;
	right: 50%;
	background: #fff;
	z-index: -1;
}

.home-pr-bar.mddle p {
	text-align: left
}

.home-pr-bar.mddle .btn-more {
	float: left;
}

/* Testemonials */
.testimonial-bar {
	background: url('../design_img/home-back-02.jpg') no-repeat center center #eee;
	background-size: cover;
	padding: 80px 0px 30px;
	position: relative;
}

.testimonial-bar .testimonial {
	max-width: 600px;
	margin: 10px auto 0;
	padding: 20px;
	min-height: auto;
}

.testimonial-bar .testimonial p {
	color: #333;
	margin: 0px 0 20px 0 !important;
	text-align: center;
	font-size: 14px !important;
	line-height: 24px;
	font-family: 'Poppins', sans-serif;
}

.testimonial-bar .writer-pic {
	background: #fff;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	display: block;
	margin: 0px auto 15px;
	position: relative;
}

.testimonial-bar .writer-pic img {
	border-radius: 100%;
	width: 100px;
	height: 100px;
}

.testimonial-bar .writer-pic .view-btn {
	background: #ecc400;
	text-align: center;
	padding-top: 4px;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.testimonial-bar .writer-pic .view-btn .fa {
	color: #fff;
}

.testimonial-bar .subject {
	text-align: center;
	color: #333;
	font-weight: 600;
}

.testimonial-bar .message {
	color: #333;
	margin: 0px 0 20px 0 !important;
	text-align: center;
	font-size: 14px !important;
	line-height: 24px;
	font-family: 'Poppins', sans-serif;
}

.testimonial-bar .message-pic {
	text-align: center;
}

.testimonial-bar .message-pic .fa {
	border: 1px solid #333;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 20px;
	padding-top: 14px;
	border-radius: 100%;
	margin: 5px 3px 10px 3px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.testimonial-bar .message-pic .fa:hover {
	color: #fff;
	background: #18a0d3;
	border-color: #18a0d3
}

.testimonial-bar .writer {
	font-weight: bold;
	text-align: center;
	color: #68c431;
	margin-bottom: 10px !important;
	font-family: 'Poppins', sans-serif;
}

.testimonial-bar .main-head p {
	font-size: 20px !important;
	line-height: 24px;
	color: #121212;
	font-weight: 500;
}

.testimonial-bar .writer-info {
	font-weight: normal;
	color: #333;
}

.testimonial-bar .bt-group {
	display: table;
	margin: 20px auto 0;
}

.testimonial-bar .bt-group .btn {
	border: 2px solid #6c2519;
	color: #6c2519 !important;
	font-weight: 600;
	border-radius: 25px !important;
	padding: 2px 15px;
	margin: 0 5px;
}

.testimonial-bar .bt-group .btn.btn-view {
	background: #eca300;
	color: #fff !important;
	border-color: #eca300;
}

.testimonial-bar .bt-group .btn:hover {
	background: #6c2519;
	color: #fff !important;
	border-color: #6c2519
}

.page-testimonials {
	background: #fff;
	padding: 40px 0 20px 0 !important;
}

.page-testimonials .item {
	margin-top: 0px;
	clear: both;
}

.page-testimonials .writer-pic {
	border: 1px solid #ddd;
	float: left;
}

.page-testimonials .writer-pic img {
	width: 100%;
	height: 100%;
}

.page-testimonials .testimonial {
	float: right;
	width: 88%;
	max-width: inherit;
	height: auto;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-top: 0;
	padding: 15px;
	position: relative;
}

.page-testimonials .testimonial .t-arrow {
	background: url(../design_img/icon-arrow-left.png) no-repeat left;
	width: 23px;
	height: 25px;
	position: absolute;
	left: -22px;
	top: 20px;
}

.page-testimonials .subject {
	text-align: left;
	font-size: 18px
}

.page-testimonials .writer {
	text-align: left;
}

.page-testimonials .message-pic {
	text-align: left;
}

.page-testimonials .message-pic .fa:hover {
	background: #ecc400;
	border-color: #ecc400;
}

.testimonial-bar .owl-nav div {
	background: #ff9c00 !important;
	color: #fff !important;
	border: 1px solid #ff9c00;
}

.testimonial-bar .owl-nav div.owl-prev {
	left: 15%;
	top: 35%;
	padding: 16px 19px 12px !important;
}

.testimonial-bar .owl-nav div.owl-next {
	right: 15%;
	top: 35%;
	padding: 16px 19px 12px !important;
}

.testimonial-bar .mylist {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0 0 15px 20px !important;
}

.testimonial-bar .mylist li::before {
	content: "\f192";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 10px;
	color: #68c431;
}
/* Date 18-08-2023 */
.quality-control-bar .col-row:nth-child(2n+1){
	width:100%;
	float:left;
	
}
.quality-control-bar .col-img{
	width:50%;
	float:right;
	padding:0 15px;
}
.quality-control-bar .col-desc{
	width:50%;
	float:left;
	padding:20px 15px;
}
.quality-control-bar .col-row.row2{
	margin-top:30px !important;
	width:100%;
	float:left;
}
.quality-control-bar .col-row.row2 .col-desc{
	float:right;
}
.quality-control-bar .col-row.row2 .col-img{
	float:left;
}

.products .product-info .col-img{
	width:50%;
	float:right;
	padding:0 15px;
	position:relative;
}
.products .product-info .col-desc{
	width:50%;
	float:right;
	position:relative;
	padding:20px 15px;
}
/* 
.products .products-bar{
	margin:20px 0;
	padding:50px 0;
	border-bottom:1px solid #34343475;
}
*/
.products .products-bar .row1.first{
	padding:0px 0 40px;
	margin:0px 0 20px;
}
.products .products-bar .row1{
	padding:40px 0;
	margin:20px 0;
}
.products .products-bar .row2{
	clear:both;
	padding:40px 0;
	margin:20px 0;
	overflow:hidden;
}
.products .products-bar .row2 .col-img{
	float:left;
}
.products .products-bar .row2 .col-desc{
	float:right;
}

.products .product-info p{
	font-size:14px !important;
	line-height:24px;
	color:#333;
	text-align:justify;
}
.products .products-bar .row2.last-row {
     padding: 40px 0 0;
	 margin:20px 0 0;
}

.products .product-info p.explore-left{
	display:inline-block;
	margin-right:20px !important;
	font-weight:500;
	font-size:16px !important;
}
.products .product-info a.pdf-links{
	margin-right:15px !important;
	padding:0 0 10px !important;
	border-bottom:none !important;
}
.products .product-info a.pdf-links:hover{
	color:#0393d8 !important;
}

/*
.products .col-row:nth-child(2n) {
	width:50%;
	float:right;
	padding:0 15px;
	position:relative;
}
.products .col-row:nth-child(2n+1){
	width:50%;
	float:left;
	padding:20px 15px;
	position:relative;
}
*/



.quality-control-bar .col-img:nth-child(2n) {
    width: 100%;
    float: left !important;
    padding: 0 15px;
}

.quality-control-bar .quality-control-text .col-desc p{
	font-size:14px !important;
	line-height:25px;
	color:#333;
	font-weight:400;
	text-align:justify;
}

/*home client bar */
.home-client-bar {
	padding: 50px 0 70px !important;
	background: #fff;
}

.home-client-bar .main-head {
	text-align: center;
}

.home-client-bar .client-logo {
	text-align: center;
}

.home-client-bar .client-logo img {
	max-width: 100%;
}
.quality-control ul.mylist{
	list-style: none;
    padding: 0 !important;
    margin: 0 0 0 20px !important;
}
.quality-control ul.mylist li{
	font-size: 14px !important;
    line-height: 24px;
    margin-bottom: 10px !important;
    color: #232323 !important;
    font-weight: 400;
    text-align: left;
    text-indent: -15px;
}
.quality-control ul.mylist li:before{
	content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px !important;
    color: #da251b;
    font-size: 10px;
    font-weight: 700;
}


/* */
section.contents .content-bar {
	padding: 50px 0;
}

/* page banner*/
.banner-bar {
	background: #666 url(../design_img/page-banner.jpg) center top no-repeat;
	padding: 100px 0 100px;
	background-size:cover;
    
}

.banner-bar .banner-content {
	text-align: left;
}

.banner-bar .banner-content .banner-col {}

.banner-bar .banner-content h1 {
	background:#ac0e14;
	color: #fff;
	font-size: 30px !important;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 10px !important;
	padding: 5px 15px !important;
	display: table;

}

.banner-bar .banner-content p {
	color: #fff;
	margin: 0px 0 0px !important;
}

/*location*/
.location {
	list-style: none;
	position: relative;
	display: table;
	margin: 0px 0 0 !important;
}

.location li {
	color: #666 !important;
	text-transform: capitalize;
	float: left;
	width: auto;
	margin: 0px 10px 0px 0 !important;
}

.location li:last-child {
	margin-right: 0px !important;
}

.location li a:after {
	content: '/';
	font-family: 'FontAwesome';
	font-size: 16px;
	margin-left: 10px;
	color: #fff;
}

.location li:last-child a:after {
	content: '';
	margin-left: 0px;
}

.location li a {
	color: #fff !important;
	font-size: 16px !important;
	line-height: 24px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.location li a:hover {
	color: #fff !important;
}

.location li a.active {
	color: #fbfdcc !important;
}

/* core classes */

.under-cons {
	max-width: 80%;
	display: table;
	margin: 0 auto;
}

.col-bar {}

.col-bar:after {
	content: '';
	display: table;
	clear: both;
}

.col-bar .col-head {
	width: 100%;
	padding: 0 15px;
}

.col-bar .col .txt-title {
	display: none;
}

.col-bar .cont-col {}


.col-bar .img-col {
	position: relative;
}

.col-bar .img-col:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.col-bar .img-col img {
	max-width: 100%;
}

.col-bar .img-col a {
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.col-bar .img-col a .fa {
	background: #fff;
	border-radius: 50%;
	color: #ac0e14;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	transition: all 500ms ease;
}

.col-bar .img-col:hover:after,
.col-bar .img-col:hover a {
	opacity: 1;
}

.col-bar .file-col {}

.col-bar .file-col img {
	max-width: 100%;
}

.cont-bar {
	/*padding-top:50px;
	padding-bottom:50px;*/
}

.cont-bar::before {
	/*content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: red; */
}

/* core classes ends here*/

.abt-us .col-row {
		margin: 0 -15px;
		clear:both;
}
/*
.abt-us .col-row.com-head {
	margin-left: 8.33333333% !important;
	text-align:center !important;
}
.abt-us .col-row.com-head p{
	text-align:center !important;
}

*/

.abt-us .col-row .col {
	width: 50%;
	float: left;
	padding: 10px 15px 10px;
}
.abt-us .col-row.ceo-msg .col-img {
	width:30%;
	float:left;
	border-radius:50%;
}
.abt-us .col-row.ceo-msg .col-img img{
	border-radius:50%;
}

.abt-us .col-row.ceo-msg .col-desc {
	width:70%;
	float:right;
}

.abt-us .col-row.com-head{
	clear:both !important;
}
.abt-us .col-row.com-head .col {
	width: 30%;
	float: left;
	padding: 10px 15px 10px;
}

.abt-us .col-row .col.col-desc {
	padding: 40px 25px 10px;
}


.abt-us .col-row .cont-col h3.found-ceo{
	font-size:22px !important;
	line-height:30px;
	color:#121212;
	font-weight:400;
	margin-bottom:15px !important;
}
.abt-us .col-row .cont-col h3.found-ceo span{
	display:block;
	font-size:16px !important;
	line-height:25px;
	font-weight:500;
	color:#333;
}

.abt-us .col-row .col-desc p {
	text-align: justify
}

.abt-us .col-row.com-head  .col.col-desc {
    padding: 0px 30px 30px 15px;
	width:70%;
	position:relative;	
}
.abt-us .col-row.team-sec {
	width:100%;
	float:left;
	
}

.abt-us .col-row.team-sec .col.col-desc {
    padding: 40px 0px;
	position:relative;
	width:100%;
}
.abt-us .col-row.team-sec .col.col-desc .team-blk{
	padding:20px 15px;
	position:relative;
	background: #fff;
	margin-bottom:40px;
	width:calc(33.33% - 25px);
	display:inline-grid;
	min-height:505px;
	margin:0 10px !important;
    border-radius:4px !important;
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
}
.abt-us .col-row.team-sec .col.col-desc .team-blk img{
	max-width:100%;
	margin-bottom:20px !important;
}
.abt-us .col-row.team-sec .col.col-desc .team-blk h4{
	font-size:18px !important;
	line-height:24px !important;
	color:#333;
	font-weight:500;
	margin-bottom:0px !important;
}
.abt-us .col-row.team-sec .col.col-desc .team-blk p{
	font-size:14px !important;
	line-height:24px;
	color:#333 !important;
}



/**/
.visin-missn {
	margin: 15px -15px;
	color: #333;
}

.visin-missn .col-row {
	width: calc(33.33% - 0px);
	float: left;
	padding: 15px 0;
	margin: 10px 0px;
}

.visin-missn .col-row.vsn-text-box {
	width: calc(66.66% - 30px);
	float: left;
	padding: 15px;
	margin: 25px 15px;
	background: #f2f2f2;
	min-height:310px;
}

.visin-missn .col-row .col-desc .main-head {
	font-size: 22px !important;
    line-height: 27px !important;
    color: #121212;
    margin: 8px 0 !important;
}

.visin-missn .col-row .col-desc p {
	text-align: justify;
	margin-bottom: 0 !important
}

.visin-missn .col-row ul{
	list-style: none;
    padding: 0 !important;
    margin: 0 0 0 20px !important;
}
.visin-missn .col-row ul li{
	font-size: 14px !important;
    line-height: 24px;
    margin-bottom: 5px !important;
    color: #232323 !important;
    font-weight: 400;
    text-align: left;
    text-indent: -15px;
}
.visin-missn .col-row ul li:before{
	content: "\f192";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px !important;
    color: #550077;
    font-size: 10px;
    font-weight: 700;
}

/**/
.why-choose {
	margin: 15px -15px;
	text-align: center
}

.why-choose .main-head {
	margin-bottom: 10px !important;
}

.why-choose .col-row {
	width: calc(25% - 30px);
    height: 285px;
    float: left;
    padding: 20px 10px 10px;
    margin: 10px 15px;
    border-radius: 6px;
	-webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
	-moz-box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
	box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
}
.choose-sec1{
	background:url("../design_img/wc-01.jpg") center center no-repeat;
	background-size:cover;
	height:100%;
	width:100%;
}
.choose-sec1.conven{
	background:url("../design_img/wc-02.jpg") center center no-repeat;
	background-size:cover;
	
}
.choose-sec1.cus-sat{
	background:url("../design_img/wc-03.jpg") center center no-repeat;
	background-size:cover;
	
}
.choose-sec1.cus-supp{
	background:url("../design_img/wc-04.jpg") center center no-repeat;
	background-size:cover;
}

.why-choose .col-row .col-img .img-col {
	margin-bottom: 15px
}


.why-choose .col-row .col-img .img-col:after,
.why-choose .col-row .col-img .img-col a {
	display: none
}

.why-choose .col-row .col-img .img-col img {
	max-width: 60px;
}

.why-choose .col-row .col-desc h3 {
	font-size: 20px;
	line-height:27px;
	font-weight:700;
	margin-bottom: 5px !important;
	color: #fff;
}
.why-choose .col-row .col-desc p{
	font-size:14px !important;
	line-height:25px;
	color:#fff !important;
	font-weight:400;
}
/**/
.catalogues-bar .col-row{
	width: 25%;
    float: left;
    padding: 0 15px;
    position: relative;
    margin-bottom: 15px;
}
.catalogues-bar.col-bar .txt-title {
    display: block;
    padding: 10px 15px !important;
    text-align: center;
    font-size: 18px !important;
    line-height: 25px;
    font-weight:400;
	background: #e0201b;
}
.catalogues-bar.col-bar .txt-title a{
	color:#FFF !important;
}

.infrastructure .infra-blk{
	position:relative;
}
.infrastructure .infra-blk p{
	font-size:14px !important;
	line-height:24px;
	color:#333;
	font-weight:400;
	text-align:justify;
}
.infrastructure .infra-blk ul{
	list-style: none;
    padding: 0 !important;
    margin: 0 0 0 20px !important;
}
.infrastructure .infra-blk ul li{
	font-size: 14px !important;
    line-height: 24px;
    margin-bottom: 10px !important;
    color: #232323 !important;
    font-weight: 400;
    text-align: left;
    text-indent: -15px;
}
.infrastructure .infra-blk ul li:before{
	content: "\f192";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px !important;
    color: #da251b;
    font-size: 10px;
    font-weight: 700;
}
.infrastructure .infra-blk h4{
	font-size: 22px !important;
    line-height: 27px !important;
    color: #121212;
	font-weight:600;
    margin: 8px 0 15px !important;
}

.infrastructure  .col-row.col-xs-12{
	padding-left:0 !important;
	padding-right:0 !important;
}

.media-bar .media-blk{
	position:relative;
	border:1px solid #e5e5e5 !important;
	width:calc(33.33% - 30px)!important;
	margin:0 15px 30px !important;
	display:inline-block;
}
/* */

.fabricology-bar p{
	font-size:14px;
	line-height:24px;
	color:#333;
	font-weight:400;
	text-align:justify;
}
.fabricology-bar h5{
	font-size:16px !important;
	margin:10px 0;
	line-height:25px;
	color:#333;
	font-weight:600;
}
.fabricology-bar h4{
	font-size:18px !important;
	margin:10px 0 15px !important;
	line-height:27px;
	text-transform:capitalize;
	color:#333;
	font-weight:500;
}
.fabricology-bar ul.mylist{
	list-style: none;
    padding: 0 !important;
    margin: 0 0 0 20px !important;
}

.fabricology-bar ul.mylist li{
	font-size: 14px !important;
    line-height: 24px;
    margin-bottom: 10px !important;
    color: #232323 !important;
    font-weight: 400;
    text-align: left;
    text-indent: -15px;
}
.fabricology-bar ul.mylist li:before{
	content: "\f192";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px !important;
    color: #da251b;
    font-size: 10px;
    font-weight: 700;
}

.fabricology-bar .fabricology-image img{
	max-width:100%;
	border:10px solid #f2f2f2;
	position:relative;
	margin:15px 0 !important;
}

.video-box{
	width:100% !important;
	height:400px !important;
	margin-top:30px !important;
}

.sch-uniform {}

.sch-uniform .col-row {
	margin: 0 0 0 -15px;
}

.sch-uniform .col-row .col {
	width: 50%;
	padding: 40px 15px 50px;
	float: left;
	position: relative;
}

.sch-uniform .col-row .col-img {}

.sch-uniform .col-row .col-desc {
	padding-right: 50px;
}

.sch-uniform .col-row .col-desc .main-head span {
	color: #f3ad10;
}

.sch-uniform .col-row .col-desc:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: calc(100% + 100px);
	background: #fffad7;
	z-index: -1
}

.sch-uniform .col-row .col-desc p {
	text-align: justify
}

/*  */
.sch-uniform-2 .col-row {
	width: 50%;
	float: left;
	padding: 0 15px;
	margin: 0 0 0 -15px;

}

.sch-uniform-2 .school-text {
	width: 100%;
	text-align: center;
}

.sch-uniform-2 .school-text .col {
	width: 100%;
	padding: 0 0px 20px !important;
	background: transparent !important;
}

.sch-uniform-2 .school-text .col-desc p {
	text-align: center;
}

.sch-uniform-2 .col-row .col {
	width: 100%;
	float: left;
	position: relative;
}

.sch-uniform-2 .col-row .col-desc {
	padding: 8px 25px 0;
}

.sch-uniform-2 .col-row .col-desc h3 {
	font-size: 23px !important;
	line-height: 30px !important;
	font-weight: 700;
	letter-spacing: 0px;
	color: #fff;
	position: absolute;
	bottom: 8px;
	left: 20px;
	background: #0093dd9c;
	padding: 10px 45px !important;
}

.sch-uniform-2 .col-row .col-img {
	padding: 20px 20px 0px;
	padding-bottom: 0;
	background: #fffad7;
}

.sch-uniform-2 .col-row .col-desc::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: calc(100% + 100px);
	background: #fffad7;
	z-index: -1;
	display: none;
}

/*  */

/**/
.frml-wear {
	margin: 0 0 0 -15px;
}

.frml-wear:after {
	content: '';
	display: table;
	clear: both
}

.frml-wear .col-row {
	width: 50%;
	padding: 0px 15px;
	float: left;
	position: relative;
}

.frml-wear .col-row:first-child {
	width: 100%;
	padding-bottom: 20px;
}

.frml-wear .col-row:first-child .col {
	background: #fff;
	padding: 0px;
	text-align: center
}


.frml-wear .col-row .col {
	background: #fffad7;
	padding: 20px;
}

.frml-wear .col-row .col-img {
	padding-bottom: 0px;
}

.frml-wear .col-row .col-desc {
	background: #fff;
}

.crp-uniform {}

.crp-uniform .col-row:first-child {
	margin: 0
}

.crp-uniform .col-row:first-child .col {
	width: 100%;
	background: #fff;
	padding: 0px;
	text-align: center
}

.crp-uniform .col-row:first-child .col-desc {}

.crp-uniform .col-row:first-child .col-desc:after {
	display: none;
}

.crp-uniform .col-row:first-child .col-desc p {
	text-align: center
}

.crp-uniform .col-row {
	margin: 30px 0
}

.crp-uniform .col-row:after {
	content: '';
	display: table;
	clear: both
}

.crp-uniform .col-row .col {
	width: 50%;

}

.crp-uniform .col-row .col-img {
	float: left;
	padding: 40px;
	position: relative
}

.crp-uniform .col-row .col-desc {
	float: right;
	;
	padding: 50px 40px;
}

.crp-uniform .col-row .col-desc p {
	text-align: justify
}

.crp-uniform .col-row .col-img:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background: #fffad7;
	z-index: -1
}

.crp-uniform .col-row:nth-child(2n+1) .col-img {
	float: right;
}

.crp-uniform .col-row:nth-child(2n+1) .col-desc:after {
	right: inherit;
	left: 0;
}

.crp-uniform .col-row:nth-child(2n+1) .col-desc {
	float: left;
}

/*  */
.corp-pg {
	margin: 0 -15px;
}

.corp-pg .col-row {
	width: 50%;
	float: left;
	padding: 0 15px;
	position: relative;
}

.corp-pg .col-row .col {
	position: relative;
}

.corp-pg .col-row .col-desc h3 {
	font-size: 23px !important;
	line-height: 30px !important;
	font-weight: 700;
	letter-spacing: 0px;
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 20px;
	background: #0093dd9c;
	padding: 10px 45px !important;
}

.corp-pg .col-row .col-img {
	padding: 20px 20px;
	padding-bottom: 0;
	background: #fffad7;
}

.corp-pg .corpo-text {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

/*  */


/* Infrastructure Page */
.infrastructure-pg {
	margin: 0 -15px;
}

.infrastructure-pg .col {
	width: 33.33%;
	float: left;
	padding: 10px 15px 10px;
}

.infrastructure-pg .col-desc {
	display: none;
}

/* Career Page */
.career .career-right {
	float: right;
}

.career-msg p {
	text-align: center;
}

.career .form-group .form-control {
	border-radius: 0px !important;
	font-size: 13px;
	padding: 10px 10px;
	border: 1px solid #ccc !important;
	background: #fff;
	border-radius:6px !important;
}

.career .form-group .form-control:focus{
	border-color: #cca854 !important;
}



.career .btn-submit {
	min-width: 135px;
	color: #FFF !important;
	background: #ac0e14 !important;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	padding: 10px 15px !important;
	margin-top: 20px;
	border-radius:5px !important;
}

.career .btn-submit:hover {
	background: #454545 !important;
}


.gallery-pg .col-row{
	width:calc(33.33% - 30px);
	margin:0 15px 30px !important;
	float:left;
}


/* Contact Us Page */
.contact-pg {}

.contact-pg .col-row {
	width: 50%;
	float: left;
}
.contact-pg .col-row.cont-image {
	width:calc(50% - 30px);
}

.contact-pg .col-row p {
	margin: 0 !important;
	line-height: 0;
}

.contact-pg .contact-form {
}

.contact-blk {
	padding: 20px 15px 18px;
    background: #f6f6f6;
    position: relative;
    text-align: center;
    display: block;
    min-height: 240px;
    margin-bottom: 20px;
   /* border-radius: 49% 50% 0% 1% / 44% 41% 25% 25%; */
}
.contact-blk.row2{
	min-height:180px;
}

.contact-blk .h-icon {
	display: flex;
	width: 60px;
	height: 60px;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	margin: 0 auto 10px;
	transition: all 300ms linear;
}

.contact-blk .h-icon .h-icon-inner img {
	max-width: 100% !important;
}

.contact-blk .cont-text {
	display: inline-block;
	vertical-align: top;
}

.contact-blk .cont-text p {
	font-size: 15px !important;
	line-height: 24px;
	color: #232323;
}

.contact-blk .cont-text p a {
	color: #232323 !important;
}

.contact-pg .ftr-map {
	width: 100%;
	height: 400px;
}

.contact-pg .cont-image{
	margin:0 15px;
}

.contact-pg .gst-blk{
	clear:both;
	display:table;
	margin:0 auto;
	
}
.contact-pg .gst-blk .gst-no{
	font-size:22px !important;
	line-height:30px;
	font-weight:700;
	color:#565656;
	text-align:center;
	background:#f6f6f6;
	padding:20px 30px !important;
	width:400px;
	margin:0px auto 30px!important;
}

.contact-pg .col-row.gst-blk {
	width: 100%;
}


/* Contact Form */
.contact-pg .enq-form {
	background: #ffff;
	text-align: left;
	padding: 0px 0 0 30px;
	border-radius: 0px;
	width: 100%;
	/*
	-webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 11%);
	-moz-box-shadow: 0px 0px 15px rgb(0 0 0 / 11%);
	box-shadow: 0px 0px 15px rgb(0 0 0 / 11%); */
}

.contact-pg .enq-form h2 {
	font-size: 36px !important;
	line-height: 45px !important;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
	text-align: left;
	margin-bottom: 0px !important;
	color: #3e495b;
}

.contact-pg .enq-form p {
	line-height: 24px;
	text-align:left;
	margin-bottom: 20px !important;
}

.contact-pg .enq-form .btn-submit {
	margin: 10px 0 0;
	display: table;
	min-width: 150px;
    color: #FFF !important;
    background: #ac0e14 !important;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    padding: 10px 15px !important;
    margin-top: 10px;
   border-radius:5px !important;
}
.contact-pg .enq-form .btn-submit:hover{
	background: #454545 !important;
}

/* shop filter */
.shop-filter {
	margin-bottom: 15px;
}

.shop-filter .form-group {
	margin-bottom: 0 !important;
}

.shop-filter .form-group label {
	padding-top: 10px !important;
	color: #666;
	font-weight: 600;
	color: #f08e76
}

.shop-filter .form-control {
	width: 100%;
	text-transform: capitalize
}

.shop-filter:after {
	content: '';
	display: table;
	clear: both;
}

/* product category bar */
.category-bar {}

.category-bar h4 {
	background: #550077;
	color: #fff;
	padding: 6px 15px !Important;
	margin-bottom: 0 !Important;
	font-weight: 400;
}

.category-list {
	background: #fff;
	padding: 12px 15px !important;
	border: 1px solid #ddd;
	border-top: 0;
	margin-bottom: 20px;
	max-height: 400px;
	overflow-y: auto;
}

.category-list ul {
	list-style: none;
}

.category-list ul li ul {
	display: none;
}

.category-list ul li ul.active {
	display: block;
	margin-top: 8px !important;
}

.category-list ul li a {
	display: block;
	color: #000 !important;
	text-transform: capitalize;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.category-list ul li a.active {
	color: #f79523 !important;
}

.category-list>ul>li>a:after {
	content: url(../design_img/icon-plus.png);
	float: right;
}

.category-list>ul>li>a.active:after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.category-list ul ul li a {
	color: #666 !important;
}

.filter-list {
	background: #fff;
	padding: 20px 15px 40px !important;
	border: 1px solid #ddd;
	border-top: 0;
	margin-bottom: 20px;
}

/* product list ********************************************/
.pr_list .no-product {
	max-width: 350px;
	display: table;
	margin: auto;
}

/* product detail ********************************************/
.product-detail-bar {}

.product-detail-bar img {
	max-width: 100%;
}

.product-detail-bar h4.pr_name {
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
	font-weight: 600;
	text-transform: capitalize
}

/**/
.product-detail-bar .pr_rate {
	color: #333;
	padding-bottom: 10px !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
}

.product-detail-bar .pr_rate_before {
	text-decoration: line-through;
	color: #999;
	font-size: 15px;
	font-weight: 400;
	margin-right: 5px;
}

.product-detail-bar .pr_rate .discount {
	border: 1px solid #333;
	color: #333;
	padding: 0px 15px;
	margin-left: 20px;
	border-radius: 25px;
	font-size: 13px;
	font-weight: 400;
}

/**/
.product-detail-bar .btn-enq {
	margin: 15px 0px 0;
	padding: 10px 20px !important;
	background: #0EA1D7;
	color: #fff !important;
	border-radius: 5px !important;
	font-weight: 500;
	width: 200px;
}

/**/
.product-detail-bar .social.mob {
	display: none
}

.product-detail-bar .social {
	list-style: none;
	padding: 0px !important;
	float: left;
	margin-top: 18px !important;
}

.product-detail-bar .social li {
	float: left;
	margin-right: 5px !important
}

.product-detail-bar .social li:nth-child(1) {
	line-height: 33px !important;
	font-weight: 600
}

.product-detail-bar .social li a .fa {
	background: #f2f2f2;
	color: #fff !important;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-radius: 100%;
	border: 0px;
	vertical-align: middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.product-detail-bar .social li a .fa-facebook {
	background: #3b5a9a
}

.product-detail-bar .social li a .fa-whatsapp {
	background: #4fce5d
}

.product-detail-bar .social li a:hover .fa {
	background: #333;
	color: #fff !important;
}

/**/
.product-detail-bar .pr_desc {
	word-break: break-word;
}

/* enquiry box */
.modal-dialog.frm-model {
	width: 95%;
	max-width: 500px;
}

.modal-dialog.frm-model .modal-content {
	border-radius: 0px;
	overflow: hidden;
}

.modal-dialog.frm-model .modal-content .close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(../design_img/icon-close.png) no-repeat;
	text-shadow: none;
	padding: 0px 5px 5px;
	width: 13px;
	height: 15px;
	background-size: 100%;
	opacity: 1;
}

.modal-dialog.frm-model .frm-content {
	padding: 20px 30px 30px;
}

.modal-dialog.frm-model .frm-content h4 {
	color: #666;
	font-weight: 400;
	margin-bottom: 20px !important
}

.modal-dialog.frm-model .frm-content h4 b {
	color: #0EA1D7;
	font-weight: 600;
}

.modal-dialog.frm-model .frm-content label {
	margin-bottom: 0;
}

.modal-dialog.frm-model .frm-content .form-control {
	border-color: #666;
	border-radius: 0 !important;
}

.modal-dialog.frm-model .frm-content select.form-control {}

.modal-dialog.frm-model .frm-content label.error {
	background: #c85e53;
	color: #fff;
	padding: 0 8px;
	border-radius: 2px;
	font-size: 11px
}

.modal-dialog.frm-model .frm-content label.error:before {
	content: "\f0d8 ";
	font: normal normal normal 20px/1 FontAwesome;
	color: #c85e53;
	position: absolute;
	top: -12px;
	left: 20px;
}

.modal-dialog.frm-model .frm-content .btn-submit {
	display: block;
	width: 100%;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	padding: 10px 7px !important;
}

/*after open popup*/
.modal.fade .modal-dialog.frm-model {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-bottom: -50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
}

.modal.show .modal-dialog.frm-model {
	-webkit-transform: translate(-50%, -53%);
	transform: translate(-50%, -53%);
}

/*items*/
.item {
	margin-bottom: 20px;
}

.item-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.item-pic-container {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 0px
}

.item-back {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	opacity: 0.4;
	z-index: 1;
	-webkit-transform: skew(-45deg) scaleX(0);
	transform: skew(-45deg) scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item-pic {
	height: 310px;
	overflow: hidden;
}

.item-pic img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-bottom: -50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.item .discount {
	background: #f48736;
	border-bottom-left-radius: 10px;
	color: #fff;
	width: 62px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 1;
	text-align: center;
	line-height: 22px;
	display: none
}

.item-btn {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin-bottom: -50%;
	margin-right: -50%;
	-webkit-transform: translate(-20%, -50%);
	transform: translate(-20%, -50%);
	opacity: 0;
	visibility: hidden;
	webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.item-btn a {
	background: #fff;
	font-size: 16px;
	color: #4d0372 !important;
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	padding: 11px 15px;
	border-radius: 5px;
	webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.item-btn a.cart {
	background: #4d0372;
	color: #fff !important;
}

.item-btn a.view {}

.item-btn a:hover {
	background: #4d0372;
	color: #fff !important;
}

.item-name {
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap !important;
	width: 100%;
	text-transform: capitalize;
	padding: 0 0px;
	margin-bottom: 0px !important;
	background: #ac0e14;
	padding: 16px 12px !important;
	text-align: center;
	/*-webkit-transform:skew(135deg);
	-moz-transform:skew(135deg);
	transform:skew(135deg); */
	height:54px;
}

.item-name a {
	color: #fff !important;
	font-weight: 500;
	text-align: center;
	/*-webkit-transform:skew(-135deg);
	-moz-transform:skew(-135deg);
	transform:skew(-135deg);
	position:absolute;
	bottom:15px !important;
	left: 35%; */
}

.item-price {
	text-transform: capitalize;
	margin-bottom: 15px !important;
	line-height: 15px;
}

.item-price .price-before {
	color: #999999;
	text-decoration: line-through;
	margin-right: 10px;
}

.item-price .price-now {
	font-weight: 700;
	color: #d4b037;
}

.item-container:hover .item-back {
	-webkit-transform: skew(-45deg) scaleX(1);
	transform: skew(-45deg) scaleX(1);
	transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.item-container:hover .item-btn {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	visibility: visible;
	opacity: 1;
}

/**/
.no-item {
	display: table;
	margin: 0 auto 30px !important;
	background: #fff;
	border-radius: 10px;
	padding: 20px !important;
	text-align: center;
	color: #999;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

/*tables*/
section.contents .mytable {}

section.contents .mytable caption {
	color: #333333;
	text-align: center;
	margin-bottom: 5px;
	padding: 0px;
	font-weight: 600;
}

section.contents .mytable th {
	background: #00839f;
	color: #fff;
	font-weight: 600;
	vertical-align: middle !important;
	text-align: center;
	font-size: 14px;
	text-transform: capitalize;
	height: 40px;
}

section.contents .mytable td {
	vertical-align: middle !important
}

section.contents .mytable tr {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

section.contents .mytable tbody>tr>td {
	text-align: center;
	font-size: 14px;
}

/*#content .mytable tr:nth-child(odd){ background:#c6e093}*/
section.contents .mytable tr:nth-child(odd) {
	background: #e9faf9;
}

section.contents .mytable tr:hover {
	background: #eee
}

/* ********************************************************************************
default form styles start
************** */
.form-group {
	margin-bottom: 20px !important;
	position: relative;
}

.form-group label {
	font-weight:500;
	color:#00074d;
}

.form-group label.error {
	background: #c3511a;
	color: #fff;
	padding: 2px 8px;
	border-radius: 2px;
	font-size: 12px;
	position: absolute;
	font-weight: normal;
	left: 0px;
}

.form-group label.error::before {
	content: "\f0d8 ";
	font: normal normal normal 20px/1 FontAwesome;
	color: #c3511a;
	position: absolute;
	top: -14px;
	left: 20px;
}

.form-group .form-control {
	border-radius: 4px !important;
	height: auto;
	font-size: 13px;
	padding: 10px 10px;
	border-color: #ccc;
	box-shadow: inherit;
}

.form-group select.form-control {}

.form-group input[type=file] {
	border: 0 !important
}

.form-group textarea {
	resize: none;
}

.form-group .label-radio {
	margin-right: 15px;
}

.form-group input[type=radio] {
	margin-right: 5px;
}

.form-group input[type=checkbox] {
	margin-right: 5px;
}

.form-group .checkbox,
.form-group .radio {
	margin-top: 0px;
}

.form-group .checkbox a {
	color: #e16d18 !important
}

.form-group .form-control:focus {
	box-shadow: none;
	border-color: #cca854;
}

/*********************************************************************************
footer styles
************** */
footer {
	background: #f2f2f2;
	position:relative;
}

footer .footer-top {
	padding: 70px 0 30px;
    position: relative;
    background: #f6f6f6;
}



footer .footer-abt p {
	color: #000;
	text-align: left;
	font-size:14px;
	line-height:25px;
	font-weight:400;
}

footer .footer-abt h3{
	font-size: 24px !important;
    line-height: 32px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px !important;
}
footer p a {
	color: #ffc63d !important
}

footer h6 {
	text-align: center;
	color: #ffeba4;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px !important;
	position: relative;
}

footer .footer-bar {
    padding:60px 0;
    position: relative;
    z-index: 1;
}

.layer-outer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120%;
    height: 420px;
    background-position: left center;
    background-repeat: repeat-x;
    z-index: -1;
    opacity: 0.08;
}

footer .logo{
	margin-bottom:20px !important;
	position:relative;
	display:block;
	width:180px;
	margin-top:-30px !important;
}
footer .logo img{
	max-width:100%;
}

/* footer site nav*/
footer .site-nav ul {
	list-style: none;
    margin-top: 6px !important;
    margin-bottom: 0px !important;
}

footer .site-nav ul:after {
	content: '';
	display: table;
	clear: both;
}

footer .site-nav ul li {
	color: #FFF !important;
    margin-bottom: 15px !important;
}
footer .site-nav ul li .icon-outer {
    height: 27px;
    width: 27px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: -2px;
}
footer .site-nav ul li .icon-outer img {
    max-width: 100%;
}
footer .add-text {
    display: inline-block;
    width: calc(100% - 45px);
    margin-left: 10px !important;
    font-size: 15px !important;
    line-height: 25px !important;
    font-weight: 500;
    color: #FFF;
}
footer .add-text p{
	color: #000 !important;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}
footer .important-link-sec h3{
	font-size: 24px !important;
    line-height: 32px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px !important;
}
footer .social-blk{
	float:right;
}


footer .ftr-map{
	width:100%;
	height:250px;
}

/*social nav*/
footer .social-nav ul {
	list-style: none;
	display: table;
	margin:0px !important;
}

footer .social-nav li {
	float: left;
	margin: 0 5px !important
}

footer .social-nav li a {
	border: 0 !important;
	padding: 0 !important
}

footer .social-nav li a .fa {
	color: #fff !important;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background:#3e495b;
	border-radius:4px !important;
	font-size: 16px;
	text-align:center;
	border-radius: 100%;
	vertical-align: middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

footer .social-nav li a:hover .fa {
	background: #f3d48b;
	color: #4a4a4a !important;
}

/*footer bar bottom*/
footer .footer-bar-middle {
	background: #0393d8;
	padding: 20px 0 !important;
	margin: 0 0 -28px 0;
	position: relative;
	z-index: 1;
}

/* footer nav*/
footer .nav-menu ul {
	list-style: none;
    display: table;
    margin: 0 auto !important;
    text-align: center;
}

footer .nav-menu ul li {
	margin: 0 20px 10px !important;
    display: inline-block;
    text-align: left;
}

footer .nav-menu ul a {
	display: block;
	font-size:15px !important;
	line-height:25px;
	font-weight:700;
	margin-bottom:15px !important;	
	color: #ac0e14 !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

footer .nav-menu ul a:hover {
	color:#da251c !important;
	text-decoration: underline !important
}

/*footer bar bottom*/
footer .footer-bar-bottom {
	background: #ac0e14;
	padding: 15px 0 15px !important;
}

footer .footer-bar-bottom .copy {
	text-align: left;
    margin-bottom: 0px !important;
    color: #fff;
    margin-top: 5px !important;
}

footer .footer-bar-bottom .co-name {
	margin-right: 5px;
	color: #f4d691;
}

footer .footer-bar-bottom .designer {
	margin-bottom: 0px !important;
	text-align: right;
	color: #fff;
}

footer .footer-bar-bottom .designer img {
	vertical-align: -3px;
}

.banner-animate {
    animation-name: banner-animate; 
    animation-duration: 70s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	-webkit-animation-name: banner-animate; 
    -webkit-animation-duration: 70s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	
	-moz-animation-name: banner-animate; 
    -moz-animation-duration: 70s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	
	-ms-animation-name: banner-animate; 
    -ms-animation-duration: 70s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	
	-o-animation-name: banner-animate; 
    -o-animation-duration: 70s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes banner-animate {
    0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    }

    50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    }

    100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    }
}

@keyframes banner-animate {
    0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    }

    50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    }

    100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    }
}



/* top and down button*/
#goTop,
#goDown {
	width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    text-align: center;
    color: #fff;
    background: #d6261c;
    border-radius: 50%;
    font-size: 14px;
    padding-top: 6px;
    display: none;
}

#goDown {
	display: block;
}

#goTop .fa,
#goDown .fa {
	color: #fff;
}

#goTop:before,
#goDown:before {
	content: '';
	position: absolute;
	border: 2px solid #d6261c;
	border-radius: 50%;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	-webkit-animation: hvr-ripple-out 1.2s ease-in-out infinite;
	animation: hvr-ripple-out 1.2s ease-in-out infinite;
}

#goTop:after,
#goDown:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

@-webkit-keyframes hvr-ripple-out {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}

@keyframes hvr-ripple-out {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}

@keyframes spin {
	100% {
		transform: rotateZ(360deg);
	}
}