@import url("secondary.css");

/*********************************************************************************
common styles
***************/
body {
	color: #333 !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 13px !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: 13px !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;
	-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-submit {
	background: #666;
	color: #fff;
}

.btn-cancel {
	background: #ff5d05;
	color: #fff;
}

.btn:hover {
	background: #333 !important;
	color: #fff !important;

}

/*********************************************************************************
header styles
***************/
header {
	position: relative;
    width: 100%;
    z-index: 999;
}

header.header-fixed-bar {
	position: fixed !important;
	width: 100% !important;
	top: 0;
	z-index: 99;
	background: #1a1a18;
	-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 .header-outer {
    display: none;
}

header.header-fixed-bar .top-bar {
	display: none
}

header.header-fixed-bar .logo-bar .logo {
	top:0;
	margin-bottom:0;
}
header.header-fixed-bar .logo-bar .logo img{
	max-width:150px;
}
header.header-fixed-bar .site-nav {
    margin: 0;
    margin-left: 20px !important;
    margin-top: 5px !important;
}
header.header-fixed-bar .social-nav {
    margin: 5px 0 5px !important;
}



header.header-fixed-bar .menu-background {
	background:#315ba7;
}

/*top bar*/
header .top-bar {
	padding: 0px 10px;
	position:relative;
}

header .top-bar .wel-txt {
	margin-bottom: 0 !important;
	color: #fff;
	margin-top:5px !important;
}


/*translater*/
header .gotrns {
	float:left;
	color: transparent!important;
	font-size: 14px;
	position: relative;
	line-height: 15px;
	margin: 0 !important;
	border-radius: 25px; 
	width:150px;
	display:inline-block;
	margin-top:10px !important;
}
header .goog-te-gadget .goog-te-combo {
    padding: 8px;
	border:none;
	margin: 0;
}
header .gotrns .goog-te-gadget-simple {
	border: 0px solid #fff;
	border-radius: 5px;
	font-size: 12px;
	background: transparent;
}
 
header .gotrns a {
  display: none;
} 

header .gotrns span {
	color: #fff !important;
	border-color: #fff !important
}

header .gotrns .goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    background:transparent !important;
}

header .gotrns a.goog-te-menu-value span:nth-child(3),
header .gotrns a.goog-te-menu-value img {
	display: none
}

header .gotrns img {
	background: url("../design_img/icon-glob.png") !important;
	background-repeat: no-repeat !important
}

header .gotrns a.goog-te-menu-value span:nth-child(5) {
	margin-left: 10px
}

/*logo bar*/
header .logo-bar {
	background: #fdaa25;
    position: relative;
    padding: 5px 10px 10px !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;
}

header .logo {
	position: relative;
    z-index: 1;
    display: block;
	margin-top:-25px !important;
}

header .logo img {
	max-width: 250px;
	margin-bottom:5px;
}

/*cont nav*/
header .cont-info {
	float: left;
}

header .cont-info ul {
	list-style: none;
	margin-top: 6px !important;
}

header .cont-info ul li {
	float: left;
	padding: 0 15px 0 15px !important;
}

header ul .cont-icon {
	width: 30px;
	display: inline-block;
	vertical-align: top;
}

header ul .cont-icon img {
	max-width: 100%;
}

header ul .cont-text {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px !important;
	margin-right: 10px;
}

header ul .cont-text a {
	font-size: 14px;
	color: #343434	!important;
	line-height: 25px;
	font-weight: 500;
	-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 ul .cont-text a:hover {
	color: #f7f36d !important;
}
header .cont-nav ul{
	list-style:none;
}

header .cont-nav ul li {
    float:right;
    padding: 0 15px 0 0px !important;
	margin-top:12px !important;
	overflow:hidden;
}

header .header-first{
	position:relative;
	padding:5px 0;
	background: linear-gradient(55deg, transparent 25.5%, #e30718 0%, #e30718 26%, #063a6c 25.5%);
}

header .btn-enquiry{
	float:right;
	padding-right:10px;
}

header .btn-book{
	font-size: 15px;
    font-weight: 500;
    padding: 14px 20px !important;
    color: #fff !important;
    z-index: 1;
    overflow: hidden;
    line-height: 1;
    background: #c92223;
    position: relative;
    border: none;
    margin-top: 3px !important;
}
header .btn-book:before{
	position: absolute;
    content: '';
    left: 92%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    transform: skewX(-25deg);
    background: #fdaa25;
}
header .btn-book:hover:before{
	left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background: #fdaa25;
}
header ul.show-time{
	list-style: none;
}
header ul.show-time li{
	padding:0 !important;
	margin:0 !important;
	display: block;
    padding: 0px 20px;
    font-size: 13px;
	font-weight:600;
	line-height:20px;
    color: #fff!important;
	text-indent:-16px;
    -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 ul.show-time li i{
	font-size:22px !important;
	line-height:25px;
	color:#fdaa25 !important;
	top:5px;
	position:relative;
	margin-right:10px !important;
}

/*social links*/
header .social-nav {
	float: right;
	margin: 7px 0 5px !important;
}

header .social-nav ul {
	list-style: none;
}

header .social-nav li {
	float: left;
}

header .social-nav li a {
	border: 0 !important;
	padding: 0 !important;
	color:#FFF !important;
}

header .social-nav li a .fa {
	color: #fff !important;
	background: #e9ecf2;
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size:14px !important;
	text-align: center;
	margin-left: 5px;
	margin-right:8px;
	border-radius: 100%;
	margin-top:-2px;
}

header .social-nav li a .fa-facebook {
	background: #63bff5;
}

header .social-nav li a .fa-twitter {
	background: #28a8e0
}

header .social-nav li a .fa-instagram {
	background: #ce4482
}

header .social-nav li a .fa-linkedin {
	background: #117bb8
}

header .social-nav li a .fa-youtube {
	background: #d82423
}

header .social-nav li a:hover .fa-facebook {
	color:#63bff5 !important;
}
header .social-nav li a:hover .fa-instagram {
	color:#ce4482 !important;
}
header .social-nav li a:hover .fa-linkedin {
	color:#117bb8 !important;
}

header .social-nav li a:hover .fa-twitter {
	color:#28a8e0 !important;
}

header .social-nav li a:hover .fa {
	background: #FFF;
}

/*search*/
.search-btn,
.search-load {
	background: url(../design_img/icon-search.png) no-repeat center;
	background-size: 50%;
	width: 40px;
	height: 35px;
	display: block;
	float: right;
	cursor: default;
}

.search-load {
	background: url(../design_img/icon-load.jpg) no-repeat center;
	background-size: 60%;
}

/*search bar*/
.search-bar {
	border-radius: 25px;
	background: #f7f3f3;
	position: relative;
	z-index: 999;
	width:calc(100% - 60px);
	float:right;
	margin-top:8px;
	margin-right:10px;
}

.search-bar:after {
	content: '';
	display: table;
	clear: both;
}

.search-bar input[type=text] {
	background: transparent;
	color: #666;
	border: 0;
	width: calc(100% - 40px);
	padding: 8px 20px;
	float: left;
}

.search-bar input[type=text]:focus {
	outline: none;
}

.search-bar input[type=text]:-moz-placeholder {
	color: #666 !important;
	opacity: 0.3;
}

.search-bar input[type=text]:-moz-placeholder {
	color: #666 !important;
	opacity: 0.3;
}

.search-bar input[type=text]:-webkit-input-placeholder {
	color: #666 !important;
	opacity: 0.3;
}

.search-bar #search-result {
	position:absolute;
	width: 100%;
	top: calc(100% - 15px);
	left: 0;
	z-index:-1;
	overflow: hidden;
	background-color: #f7f3f3;
	padding: 25px 20px 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	display: none;

}

.search-bar #search-result ul {
	max-height: 150px;
	overflow: auto;
	margin-bottom: 0
}

.search-bar #search-result ul li a {
	padding: 3px 0;
	display: block
}

.search-bar #search-result ul li a:hover {
	text-decoration: underline !important;
}

.search-bar #search-result ul li a span {
	color: #f08e76;
}

/* nav bar */
header .nav-bar {
	border-radius: 0 0px 0 0;
	float:left;
}

header .nav-bar .scroll-left,
header .nav-bar .scroll-right {
	width: 30px;
	padding: 22px 0;
	position: absolute;
	bottom: 0;
	z-index: 1;
	display: none;
}

header .nav-bar .scroll-left {
	background: url(../design_img/icon-arrow-left.png) no-repeat center #eee;
	background-size: 10px;
	left: 0;
}

header .nav-bar .scroll-right {
	background: url(../design_img/icon-arrow-right.png) no-repeat center #eee;
	background-size: 10px;
	right: 0;
}

header .nav-bar .nav-container {
	white-space: nowrap;
	overflow-x: auto;
	margin-right:0px;
}

/*site nav*/
header .site-nav {
	margin:0;
	margin-left:20px !important; 
	float:left;
	margin-top:5px !important;
}


.menu-background{
	padding:0;
	position:relative;
	z-index:99;
}

header .btn-enquire {
	font-size: 15px;
	font-weight: 500;
	padding: 14px 20px !important;
	color: #fff !important;
	z-index: 1;
	overflow: hidden;
	line-height: 1;
	background: #0f8bb9;
	position: relative;
	border: none;
	min-width:140px;
	border-radius:5px;
	margin-top:3px !important;
}

header .btn-enquire:before {
	position: absolute;
	content: '';
	left: 92%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 1;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	transform: skewX(-25deg);
	background: #0b939e;
}

header .btn-enquire:hover:before {
	left: 0;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	background: #0b939e;
}

header .btn-enquire:hover {
	background: #0b939e;
}

header .header-outer{
	background:#fff;
	position:relative;
}




/*********************************************************************************
section styles
***************/
section.slider {
	position: relative;
}

section.slider video {
	width: 100%;
}

/**/
section.contents {}

/*main heading*/
.main-head {
	font-size: 30px !important;
	line-height: 40px !important;
	font-weight: 700;
	color: #0f0b35;
	font-family: 'Noto Sans', sans-serif;
}

.main-head span {
	font-size: 15px !important;
	line-height: 24px;
	color: #e32029;
	font-weight: 600;
	text-transform: initial;
	display:block;
	position:relative;	
}

.main-head span.brdr {
	background: #e1bb4f;
	height: 2px;
	display: inline-block;
	width: 30px;
	margin: 5px 10px 5px 0 !important;
}

.main-head span.brdr img {
	width: 32px;
	height: 41px;
	margin: auto;
	margin-top: -27px
}

.sub-head {
	font-size: 25px !important;
	font-weight: 700;
	color: #d6261c;
	margin-bottom: 10px !important;

}
/* */
.slilder-bottom{
	/*background: linear-gradient(to right, #249dde 0, #1b81b8 20%, #249dde 46%, #005e9a 100%); */
	 background:linear-gradient(to right, #249dde 0, #249dde 39%, #66a5ad 39%, #66a5ad 60%, #0a6fa4 60%, #0a6fa4 100%);
    padding:0;
	position:relative;
}
.slilder-bottom .advantage {
    padding: 20px 0px 15px !important;
    overflow: hidden;
}
.slilder-bottom .advantage-icon {
    width: 50px;
    float: left;
}
.slilder-bottom .advantage-icon img {
    max-width: 100%;
}
.slilder-bottom .advantage-text {
    width: calc(100% - 55px);
    float: right;
}
.slilder-bottom .advantage-text p {
    color: #FFF;
    font-weight: 400;
    font-size: 14px!important;
	line-height:25px;
}
.slilder-bottom .advantage-text p span{
	font-size:16px !important;
	line-height:25px;
	color:#FFF;
	font-weight:700;
	margin-bottom:10px !important;
}
/* */
.idx-cate-product{
	padding: 60px 0 30px;
	position:relative;
	background:#1a1a18;
}
.idx-cate-product .main-head{
	text-align:center;
	margin-bottom:20px !important;
}

.idx-cate-product .cate-posrel{
	position:relative;
}
.idx-cate-product .cate-posrel img{
	max-width:100%;
}

.idx-cate-product .cate-overlay{
	position: absolute;
    background-color: #e31e2498;
    border: 6px solid #fff;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0;
    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;
}

.idx-cate-product .cate-overlay p{
	font-family: 'Noto Sans', sans-serif;
    font-size: 22px !important;
	line-height:30px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px !important;
    padding-top: 42% !important;
}

.idx-cate-product .cate-overlay:hover{
	opacity:1;
}

.idx-cate-product .cate-blk .cate-overlay p{
	  padding-top: 32% !important;
}

.idx-cate-product .cate-blk2 .cate-overlay p{
	  padding-top: 20% !important;
}


.idx-cate-product .cate-blk .cate-posrel{
	font-size: 16px;
    display: inline-block;
    margin-bottom: 20px;
    width: calc(33% - 8px);
    margin-right: 4px;
    overflow: hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.idx-cate-product .cate-blk img{
	max-width:100%;
}

.idx-cate-product .cate-blk2 .cate-posrel{
	font-size: 16px;
    display: inline-block;
    margin-bottom: 8px;
    width: calc(50% - 8px);
    margin-right: 4px;
    overflow: hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.idx-cate-product .cate-head-blk{
	padding:20px 0;
	position:relative;
}
.idx-cate-product .cate-head-blk .main-head{
	color:#FFF !important;
}

/**/
.home-abt-bar {
	padding:60px 0 60px;
	position:relative;
}



.home-abt-bar .about-left{
	position:relative;
}
.home-abt-bar .about-left img{
	max-width:100%;
}


.home-abt-bar .about-right{
	position:relative;
	padding:10px 0px 10px 15px;
}

.clear-fix{
	clear:both;
}


/*
.home-abt-bar .about-left:before{
	content: '';
    position: absolute;
    width: 170px;
    height: 270px;
    background-color: #e1bb4f;
    left: -40px;
    top: -30px;
    border-radius: 0 50px 0 0;
    z-index: -1;
}
*/

.home-abt-bar p {
	font-size:15px !important;
	line-height: 25px;
	font-weight:500;
	color:#001e2e;
}


.home-abt-bar a.btn-more {
	text-transform:capitalize;
	display: table;
	margin: 30px 0 0;
	text-align:center;
	padding: 14px 20px !important;
	background: #e32029;
	border-radius: 5px !important;
	position: relative;
	min-width:150px;
	color:#FFF !important;
	font-weight:500;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.home-abt-bar a.btn-more:hover{
	background:#312a76 !important;
}



.idx-feature-product{
	padding:60px 0 0;
	position:relative;
} 
.idx-feature-product .main-head{
	text-align:center;
	margin-bottom:20px !important;
}

.idx-feature-product .fea-blk{
	position:relative;
	margin-bottom:35px;
}

.idx-feature-product .fea-blk img{
	max-width:100%;
}

/*.advantage bar */
.advantage-bar {
	padding:60px 0 60px;
	position:relative;
}
.advantage-bar .adv-left{
	position:relative;
	margin-top:30px !important;
}
.advantage-bar .adv-left img{
	max-width:100%;
}
.advantage-bar .adv-right{
	text-align:center;
	
}
/* count bar*/
.count-bar {
 }
.count-col {
	margin-bottom:20px !important;
	text-align:center;
}
.count-col .icon {
 width: 50px;
 height: 50px;
 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;
 display:none
}
.count-col .icon img {
 max-width: 100%;
}
.count-col .main-text {
 font-size: 40px !important;
 line-height:55px !important;
 font-weight: 800;
 color: #0a6da3;
 line-height: 55px;
 margin-bottom: 0px !important;
 font-family: 'Noto Sans', sans-serif;
}
 .count-col .main-text::after {
 content: '+';
 font-size: 40px;
 margin-left: 0px;
 vertical-align: 2px;
}
.count-col .common-text {
 margin-bottom: 0px !important;
 text-transform: capitalize;
 color: #232323;
 line-height: 32px;
 font-weight:700;
  font-size: 22px !important;
}

.advantage-bar .advantage {
	overflow: hidden;
}

.advantage-bar .advantage-icon {
	width: 55px;
	float: left;
}

.advantage-bar .advantage-icon img {
	max-width: 100%;
}

.advantage-bar .advantage-text {
	width: calc(100% - 70px);
	float: right;
}

.advantage-bar .advantage-text p {
	color: rgba(0, 0, 0, 1);
	text-transform: capitalize;
	font-weight: 600;
	font-size: 14px !important;
	margin-bottom: 0 !important
}

.advantage-bar .advantage-text p a {
	color: rgba(0, 0, 0, 1) !important;
	text-transform: capitalize;
}

.advantage-bar .advantage-text p span {
	opacity: .7;
	font-weight: 400;
	font-size: 13px;
	text-transform: none;
	letter-spacing: initial;
	color: rgba(0, 0, 0, 0.8);
	display: block;
}

/*product slide bar */
.product-slide-bar {
	padding:60px 0px 60px !important;
	background: #FFF;
}
/*
.product-slide-bar:nth-child(odd) {
 background:#fff;
}

*/

.product-slide-bar .item-name {
    font-size:16px !important;
	line-height:24px;
	color:#424242;
	font-weight:700;
}

.product-slide-bar a.btn-more {
   text-transform: capitalize;
    display: table;
    margin: 30px auto 0;
    text-align: center;
    padding: 15px 20px !important;
    background: #e32029;
    border-radius: 5px !important;
    position: relative;
    min-width: 150px;
    color: #FFF !important;
    font-weight: 500;
	border:none;
	-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-slide-bar a.btn-more:hover{
	background: #312a76 !important;
}


/*
.product-slide-bar a.btn-more span:before,
.product-slide-bar a.btn-more span:after {
	content: '';
	background: url(../design_img/right-arrow.png) no-repeat center center;
	background-size: 21px !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 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;
}

.product-slide-bar a.btn-more span:after {
	left: calc(100% - 50px);
	opacity: 0
}




.product-slide-bar a.btn-more:hover {
	background: #e1bb4f !important;
	color: #FFF !important;
	border-color:#e1bb4f !important;
}

.product-slide-bar a.btn-more:hover span {
	background: #e1bb4f !important;
}

.product-slide-bar a.btn-more:hover span:before {
	left: calc(100%);
	opacity: 0
}

.product-slide-bar a.btn-more:hover span:after {
	left: calc(100% - 30px);
	opacity: 1;
	filter: brightness(0) invert(1);
} 

*/



/**/
.product-slide-bar.top-category {
    padding: 50px 0 40px!important;
}
.product-slide-bar.top-category .main-head{
	text-align: center; 
	margin:0 auto 25px!important; 
}
.product-slide-bar.top-category .item-pic {
    height: auto; text-align: center;
}
.product-slide-bar.top-category .item-pic img {
    max-width: 100%;
    max-height: 100%;
    position: inherit;
    top: inherit;
    left: inherit;
    margin-bottom: inherit;
    margin-right: inherit;
    -webkit-transform: inherit;
    transform: inherit;
}
.product-slide-bar.top-category .item-pic img[src="admin/design_img/logo.png"] {
 max-width:120px;
 margin:20px auto;
}
	
.product-slide-bar.top-category .item-name { 
    /*display: none;*/
}
/**/

.brand-bar .main-head{
	text-align: center; 
	margin:0 auto 20px!important; 
}
 
.brand-bar .brand-logo {
	height: 110px;
    margin: 0 10px;
    background: #FFF;
}

.brand-bar .brand-logo img {
	max-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 100%;
	margin: auto;
	display: table;
	padding:5px;
}
/* */
section.contents .content-bar {
	padding: 50px 0;
}

/* page banner*/
.banner-bar {
	background: #666 url(../design_img/inner-banner-01.jpg) no-repeat center center;
	padding: 100px 0 80px;
	background-size: cover;
	position:relative;
}



.banner-bar .banner-content {
	text-align: left;
}

.banner-bar .banner-content .banner-col {
	position: relative;
	padding-bottom: 2px;
}
 
.banner-bar .banner-content h1 {
	color:#fff;
	font-size: 35px !important;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 38px;
	text-align:left;
	position:relative;
}

.banner-bar .banner-content p {
	color: black;
	margin: 0px 0 0px !important;
}


/*location*/
.location {
	list-style: none;
    display:table;
    margin:0px !important;
}


.location li {
	color: #666 !important;
	text-transform: capitalize;
	float: left;
	width: auto;
	font-size:16px !important;
	line-height:25px;
	font-weight:600;
	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: black;
}

.location li:last-child a:after {
	content: '';
	margin-left: 0px;
}

.location li a {
	color:black !important;
}

.location li a:hover {
	color: #c92223 !important;
}

.location li a.active {
	color: #c92223 !important;
}

/* core classes */

section.contents .content-bar.about-us {
    padding: 50px 0;
	position:relative;
}

.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;
	text-align:center;
	
}

.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: #e1bb4f;
	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 {
	border:1px solid #e5e5e5;
}

.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*/
.about-us .vsn-msn-blk{
	position:relative;
	background:#1a1a18;
	padding:50px 0;
	margin-top:40px;
}
.vsn-msn-blk .vsn-blk-left{
	position:relative;
}
.vsn-msn-blk .vsn-blk-left img{
	max-width:100%;
}
.about-us .vsn-blk-sec{
	padding:20px 15px;
	position:relative;
}
.about-us .vsn-blk-sec .h-icon{
	width:45px;
	height:45px;
	margin-bottom:10px !important;
}
.about-us .vsn-blk-sec .h-icon img{
	max-width:100%;
}
.about-us .vsn-blk-sec h4{
	font-size:18px !important;
	line-height:25px;
	color:#FFF !important;
	font-weight:600;
	margin-bottom:8px !important;
}
.about-us .about-us-bar .vsn-blk-sec p{
	font-size:14px;
	line-height:24px;
	text-align:justify;
	font-weight:400;
	color:#FFF;
}
.abt-us .col-row.firtst{
    clear:both;
	margin-top:30px !important;
}
.abt-us .col-row.firtst ul{
	list-style: none;
    padding: 0 !important;
    margin: 0 0 0 15px !important;
}
.abt-us .col-row.firtst ul li{
	font-size: 15px !important;
    line-height: 25px;
    color: #333 !important;
    font-weight: 500;
    text-align: left;
    text-indent: -15px;
}
.abt-us .col-row.firtst ul li:before{
	content: "\f192";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px !important;
    color: #00659e;
    font-size: 10px;
    font-weight: 700;
}

.abt-us .col-row .col {
	padding:0px 15px 0px 0;
	position:relative;
}

.about-us .inner-abt-right{
	padding:20px 0 20px 15px;
	position:relative;
}

.about-us .inner-abt-left {
    padding-left:0 !important;
	padding-right:0 !important;
}

.abt-us .col-row .col:after {
	bottom: inherit;
	top: 0;
	left: inherit;
	right: 0;
}
.about-us-bar .cont-col p{
	text-align: justify;
    font-size: 15px !important;
    line-height: 25px;
    font-weight: 500;
}

.col-bar.about-us-bar .img-col {
    position: relative;
	text-align:left;
}
/*
.col-bar.about-us-bar .img-col:before{
	    content: '';
    position: absolute;
    width: 170px;
    height: 270px;
    background-color: #e1bb4f;
    left: -30px;
    top: -30px;
    border-radius: 0 50px 0 0;
    z-index: -1;
}

*/

.about-us-bar  .inn-abt-left{
	clear:both;
}
.download .col-bar .col .txt-title {
    display:block;
	padding:10px 12px !important;
	
	background:#c4171b;
	font-size:16px !important;
	line-height:24px;
	text-align:center;
	
}
.download .col-bar .col .txt-title a{
	color:#FFF !important;
}


.about-us-bar .abt-vright{
	margin-top:50px !important;
}
.about-us-bar .quality-hose .heading-top{
	font-size:18px !important;
	line-height:25px !important;
	text-align:center !important;
	margin-bottom:15px !important;
}
.about-us-bar .quality-hose .main-head{
	text-align:center;
}
.about-us-bar .quality-hose .main-head span{
	display:inline-block;
	font-size:18px !important;
	line-height:25px;
	font-weight:600;	
}
.about-us-bar .quality-hose .main-head span:before{
	display:none;
}
.about-us-bar .quality-hose .sc{
	margin-top:30px !important;
	position:relative;
	text-align:center;
}
.about-us-bar .quality-hose .sc span{
	font-size:110px !important;
	line-height:130px;
	font-weight:700;
	color:#1273c7;
	margin-right:40px;
	font-family: 'Noto Sans', sans-serif;
}
.about-us-bar .qh-block{
	padding: 20px 15px !important;
    position: relative;
    background: #f4f4f9;
    margin: 0 15px;
    width: calc(50% - 30px);
    min-height: 370px;
    margin-bottom: 30px;
}
.about-us-bar .qh-block.first{
	clear:both;
}
.about-us-bar .qh-block .h-icon{
	width:80px;
	margin-bottom:20px !important;
	display:inline-block;
}
.about-us-bar .qh-block .h-icon img{
	max-width:100%;
}
.about-us-bar .qh-block h4{
	width: calc(100% - 105px);
    display: inline-block;
    padding-left: 20px !important;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
.idx-client-sec {
	padding:40px 0;
	position:relative;
	background:#1a1a18;
}
.idx-client-sec .main-head{
	text-align:center;
	margin-bottom:20px !important;
	color:#FFF !important;
}

.our-brand .col-row{
	position:relative;
	margin:0 15px 30px !important;
	width:calc(25% - 30px);
	border:1px solid #e5e5e5;
	overflow: hidden;
   	float:left;
    -webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.our-brand .col-row:hover {
    -webkit-filter: grayscale(100%) blur(.5px);
	filter: grayscale(100%) blur(.5px);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	
}

.our-brand .col-bar .img-col img {
    max-width: 100%;
	height:180px;
}

.our-brand  .col-bar .img-col:hover:after, .our-client .col-bar .img-col:hover a {
    opacity:0;
}
.our-brand .col-bar:hover .img-col a {
	opacity: 0 !important;
}
.our-brand .col-bar .img-col a .fa {
     display: none;
}


/* About Us Feature CSs */
.idx-features .features-bg{
	background:#171514;
	position:relative;
}
.idx-features .fea-blk{
	text-align:center;
	margin:0 auto;
}
.idx-features .fea-blk .h-icon{
	width:80px;
	height:80px;
	background:#FFF;
	border-radius:50%;
	margin-bottom:10px !important;
	margin:0 auto;
}
.idx-features .fea-blk .h-icon img{
	max-width:100%;
	padding:12px;
}
.idx-features .fea-blk h4{
	font-size:20px !important;
	line-height:27px !important;
	color:#FFF;
	font-weight:500;
	margin-bottom:0 !important;
}

/* End Feature css */

.our-client .client-blk img{
	max-width:100%;
	padding:10px 5px;
}

.our-client .client-blk:hover{
	webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.our-client .client-blk .img-col:after, .our-client .client-blk .img-col:hover a{
	display:none;
}


.download-col {
    text-align: center;
    /* border: 1px solid #0955a1; */
    padding: 20px 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 19%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 19%);
}

.download-col img {
    margin: auto;
    max-width: 150px;
}

.download-col p {
    margin-bottom: 5px !important;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 24px;
    text-align: center !important;
    text-transform: uppercase;
    color: #060803;
    font-family: 'Be Vietnam Pro', sans-serif;
    padding: 8px 5px 5px !important;
}

.download-col a {
    font-size: 15px !important;
    line-height: 25px;
    background: #e1bb4f;
    text-transform: uppercase;
    color: #fff !important;
    padding: 8px 15px !important;
    letter-spacing: 1.5px;
    border-radius: 5px;
}

.career .career-form.col-row{
	padding:0px 30px;
	position:relative;
	
}
/*
.career .career-form.col-row:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:540px;
	width:700px;
	border-radius: 0 50px 0 0;
	background-color:#f6f6f6;
	z-index:-1;
}

*/
.col-bar.career-bar .img-col {
    position: relative;
	margin-top:50px;
}

.col-bar.career-bar .img-col {
    position: relative;
    margin-top:0px;
}




/**/
.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: 220px;
	float: left;
	padding: 20px;
	margin: 10px 15px;
	background: #fff;
	border-top: 2px solid #e1bb4f;
	border-bottom: 2px solid #e1bb4f;
	-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%);
}

.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 p {
	color: #333;
	text-transform: capitalize;
	font-size: 15px !important;
	font-weight: 600;
	margin-bottom: 0 !important;
}

.why-choose .col-row .col-desc p span {
	font-size: 13px !important;
	font-weight: 400;
	text-transform: none;
	color: #999;
	display: block;
	margin-top: 5px;
}

/* Infrastructure Page */
.infrastructure-pg {
	margin: 0 -15px;
}

.warehouse-pg {
	margin-top: 50px;
}

.infrastructure-pg .col {
	width: 33.33%;
	float: left;
	padding: 10px 15px 10px;
}

.infrastructure-pg .col-desc {
	display: none;
}

.infrastructure-pg .main-head {
	font-size: 30px !important;
	line-height: 40px !important;
	color: #fff;
	background: linear-gradient(90deg, #c90a1c 0%, #e1bb4f 50%);
	padding: 5px 15px !important;
	margin-bottom: 0 !important;
}

/* 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 #393185 !important;
	background: #f8f7ff;
}

.career .form-group .form-control:focus{
	border-color:#044b71 !important;
}

.career .btn-submit {
	text-transform: capitalize;
    display: table;
    margin: 30px 0;
    text-align: center;
    padding: 14px 20px !important;
    background:#e32029;
    border-radius: 5px !important;
    position: relative;
    min-width: 150px;
    color: #FFF !important;
    font-weight: 500;
}

.career .btn-submit:hover {
	color: #fff !important;
    background: #312a76 !important;
}


.our-client .client-desc-blk p{
	font-size:16px !important;
	line-height:25px;
	color:#333;
	text-align:center;
	font-weight:500;
}


.our-client .client-list .mylist{
	list-style: none;
    padding: 0 !important;
    margin: 0 0 40px 15px !important;
}


.our-client .client-list .mylist li{
    font-size: 15px !important;
    line-height: 25px;
    color: #333 !important;
    font-weight: 400;
    text-align: left;
    text-indent: -15px;
	font-weight:500;
}

.our-client .client-list .mylist li:before{
	content: "\f192";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px !important;
    color: #c4151c;
    font-size: 12px;
    font-weight: 700;
}
.infrastructure-bar .col-row {
	width:calc(25% - 30px);
	float:left;
	margin:0 15px !important;
}


/* Contact Us Page */
section.contents .content-bar.contact-us {
    padding: 50px 0;
}


.contact-pg {
	position:relative;
}

.contact-pg .col-row {
	float: left;
}

.contact-us .container {
    width: 100%;
    padding: 0 !important;
}


.contact-pg .col-row:nth-child(1) {
    width: 40%;
	z-index:9;
	margin-left:10%;
	padding:50px 30px 0 0;
}

.contact-pg .col-row.contact-form{
	padding: 20px 15px 20px 15px;
    position: relative;
    background: #004e64;
    min-height: 720px;
}


.contact-pg .col-row:nth-child(2) {
    width: 40%;
    margin-top: 0px;
    padding-left: 20px;
	padding-right:20px;
	background:#FFF;
	min-height:600px;
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
}
.contact-pg .col-row:nth-child(3) {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.contact-pg .col-row p {
	margin: 0 !important;
	line-height: 0;
}

.contact-pg .main-head span {
    font-size: 15px !important;
    line-height: 24px;
    color: #333;
}

.contact-us .contact-top{
	margin-bottom:30px;
}

.contact-blk {
	padding: 15px 20px;
	position: relative;
	width:100%;
	float:left;
	margin-bottom:30px;
	background: #f6f5ff;
}

.contact-blk .h-icon {
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 45px;
	border-radius:100%;
	background:#e32029;
}

.contact-blk .h-icon .h-icon-inner img {
	max-width: 43px !important;
	padding: 6px 6px 6px 8px;
}

.contact-blk .cont-text {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 55px);
	padding-left:10px;
	border-bottom: 1px solid #ffffff3b;
	padding-bottom: 15px;
}

.contact-blk .cont-text p {
	font-size: 15px !important;
    line-height: 25px;
    font-weight: 500;
    color: #001e2e;
}

.contact-blk .cont-text p a {
	color: #333 !important;
}

.contact-pg .loc-map {
	width: 100%;
	height: 300px;
	margin-top:50px;
}

.contact-pg .btn-submit {
    text-transform: capitalize;
    display: table;
    margin: 30px 0;
    text-align: center;
     padding: 14px 20px !important;
    background: #e32029;
    border-radius: 5px !important;
    position: relative;
    min-width: 150px;
    color: #FFF !important;
    font-weight: 500;
}

.contact-pg .btn-submit:hover{
	color: #fff !important;
    background: #312a76 !important;
}

.contact-top .img-blk img{
	max-width:100%;
}

/* Contact Form */

.contact-pg .enq-form h2 {
	font-size: 30px !important;
    line-height: 40px !important;
    font-weight: 700;
    color: #0f0b35;
	margin-bottom:0px !important;
    font-family: 'Noto Sans', sans-serif;
}

.contact-pg .enq-form p {
	line-height: 24px;
	margin-bottom: 20px !important;
	color: #e32029;
	font-size:15px !important;
	font-weight:500;
}

.contact-pg .enq-form .btn-submit {
	margin: 10px 0;
}


/* 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;
}
/* Date 21-08-2024 */
.slilder-bottom{
	/*background: linear-gradient(to right, #249dde 0, #1b81b8 20%, #249dde 46%, #005e9a 100%); */
	 background:linear-gradient(to right, #063a6c 0, #063a6c 39%, #66a5ad 39%, #66a5ad 60%, #0a6fa4 60%, #0a6fa4 100%);
    padding:0;
	position:relative;
}
.slilder-bottom .advantage {
    padding: 20px 0px 15px !important;
    overflow: hidden;
}
.slilder-bottom .advantage-icon {
    width: 50px;
    float: left;
}
.slilder-bottom .advantage-icon img {
    max-width: 100%;
}
.slilder-bottom .advantage-text {
    width: calc(100% - 55px);
    float: right;
}
.slilder-bottom .advantage-text p {
    color: #FFF;
    font-weight: 400;
    font-size: 14px!important;
	line-height:25px;
}
.slilder-bottom .advantage-text p span{
	font-size:16px !important;
	line-height:25px;
	color:#FFF;
	font-weight:700;
	margin-bottom:10px !important;
}
/* */

.gallery-bar .col-row {
	width: calc(25% - 30px);
    float: left;
    margin: 0 15px 30px;
}

/* product category bar */
.category-bar {}

.category-bar h4 {
	background: #c92223;
	color: #fff;
	padding: 12px 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 {
	margin: 10px 0 !important;
}

.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;
	font-size:16px !important;
	line-height:25px;
	color: #666 !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: #000 !important;
	font-weight: 600;
}

/*.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 .col-item:nth-child(3n+1) {
	clear: both
}

.pr_list .no-product {
	max-width: 350px;
	display: table;
	margin: auto;
}

/* product detail ********************************************/
.product-detail-bar {}


.product-detail-bar img {
    max-width: 99%;
    /*padding: 20px; */
    border: 1px solid #e5e5e5;
}
.product-detail-bar .fea-blk img {
    max-width: 100%;
	margin:20px 0;
}

.product-detail-bar h4.pr_name {
	margin-bottom: 10px !important;
	text-transform: capitalize;
	font-size: 30px !important;
    line-height: 40px !important;
    font-weight: 700;
   	color: #001e2e;
    font-family: 'Noto Sans', sans-serif;
}

.product-detail-bar .main-head{
	    text-align: center;
    margin: 20px auto !important;
    padding: 12px 15px !important;
    background: #063a6c;
    font-size: 25px !important;
    line-height: 35px !important;
    color: #fff !important;
    width: 350px;
	border-radius:30px;
}

.product-detail-bar .indus-prdetails{
	padding:20px 15px 10px;
	box-shadow: 0 0 15px 0 #e7e7e7;
    border-radius: 25px;
    transition: .5s;
	min-height:260px;
	margin-bottom:30px !important;
}
.product-detail-bar .indus-prdetails .h-icon{
	width:80px;
	height:80px;
	border-radius:50%;
	margin-bottom:10px !important;
	background:#e3f1ff;
}
.product-detail-bar .indus-prdetails .h-icon img{
	max-width:100% !important;
	border:none;
	padding:12px;
}
.product-detail-bar .indus-prdetails h4{
	font-size:18px !important;
	line-height:25px;
	color:#c92223;
	margin-bottom:5px !important;
}
.product-detail-bar .indus-prdetails p{
	font-size: 15px !important;
    line-height: 25px;
    font-weight: 500;
    color: #001e2e;
}

.product-detail-bar h5{
	font-size:18px !important;
	line-height:25px;
	color: #0a6da3;
	font-weight:600;
	margin-bottom:10px !important;
}

.product-detail-bar ul{
	list-style: none;
    padding: 0 !important;
    margin: 0 0 0 15px !important;
}

.product-detail-bar .pr_desc ul li {
    font-size: 15px !important;
    line-height: 25px;
    color: #001e2e !important;
    font-weight: 400;
    text-align: left;
    text-indent: -15px;
}
.product-detail-bar .pr_desc ul li:before {
    content: "\f192";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px !important;
    color: #00659e;
    font-size: 10px;
    font-weight: 700;
}
.product-detail-bar .pr_desc h5{
	font-size:22px !important;
	line-height:30px;
	font-weight:600;
	margin:10px 0 10px!important;
	
}

/**/
.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: 13px 20px !important;
	background: #249dde;
	color: #fff !important;
	border-radius: 5px !important;
	font-weight: 500;
	width: 150px;
}

.product-detail-bar .btn-enq:hover{
	background:#00619c !important;
}

/**/
.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;
}

.product-detail-bar .pr_desc p{
	font-size: 15px !important;
    line-height: 25px;
    font-weight: 500;
    color: #001e2e;
}

/* 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: #0a6da3;
	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;
	background:#249dde;
}

/*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*/

.pr_list .item{
	border:1px solid #e5e5e5;
	margin-bottom:30px !important;
}

.pr_list .item .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;
    padding: 10px 10px !important;
    text-align: center;
	background:#393185 !important;
	color:#FFF !important;
	display:block;
}

.pr_list .item .item-name a{
	color:#FFF !important;
	font-size:16px !important;
	line-height:25px;
}

.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;
	background: #fff;
}

.item-back {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.1;
	z-index: 1;
	visibility: hidden;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item-pic {
	height: 325px;
	overflow: hidden;
	border:1px solid #e5e5e5;
}
.product-slide-bar .item{
	padding:0 5px !important;
	
}

.product-slide-bar .item-pic {
	height: 270px;
	border-radius: 5px 5px 5px 5px;
	border:none;
	width: 100%;
	overflow:hidden;
	background:#f5f5f5;
	/*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 18px 0px; */
}
.product-slide-bar  .item-container {
    overflow:visible;
}
.product-slide-bar  .item-pic-container {
    overflow:visible;
}


.category-pr-col .item-pic {
	height:261px;
}

.item-pic img {
	max-width: 100%;
	max-height: 100%;
	position:relative;
	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: #c92223;
	font-size: 16px;
	color: #fff !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: #e32029;
	color: #fff !important;
}

.item-btn a.view {}

.item-btn a:hover {
	background: #2b2a29;
	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; 
	padding: 10px 10px 5px !important;
	text-align: center;
}

.item-name a {
	color: #005d99 !important;
	font-weight: 600;
	font-size:18px !important;
	line-height:27px;
	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;
}


.item-name a:hover{
	color:#315ba7 !important;
}


.item-price {
	text-transform: capitalize;
	margin-bottom: 15px !important;
	line-height: 15px;
	text-align: center;
	margin-top:15px !important;
}

.item-price .price-before {
	color: #999999;
	text-decoration: line-through;
	margin-right: 10px;
}

.item-price .price-now {
	font-weight: 700;
	color: #e1bb4f;
}

.item-container:hover .item-back {
	opacity: 0.2;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.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: normal;
}

.contact-us .form-group label {
	font-weight: normal;
	color: #001e2e;
}
    


.form-group label.error {
	background: #0a6da3;
	color: #fff;
	padding: 2px 8px;
	border-radius: 2px;
	font-size: 11px;
	position: absolute;
	font-weight: normal;
	left: 0px;
}

.form-group label.error::before {
	content: "\f0d8 ";
	font: normal normal normal 20px/1 FontAwesome;
	color: #0a6da3;
	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: #f4b724
}

/*********************************************************************************
footer styles
***************/
footer {
	background:#004b7e url("../design_img/footer-bg.jpg") no-repeat center center;
	background-size:cover; 
	position:relative;
}
footer .logo{
	width:220px;
	position:relative;
	margin-top:-30px;
	margin-bottom:20px;
	display:block;
}

footer .logo img {
	max-width: 100%;
	margin-bottom: 15px
}

footer .brdr-center {
	width: 1px;
	height: 200px;
	background: #ffffff20;
	margin: auto
}

footer .footer-abt p{
	position:relative;
	font-size:14px;
	line-height:25px;
	font-weight:400;
	color:#FFF;
}
footer .footer-bar-bottom{
	position:relative;
	padding:10px 0px;
	background:#c92223;
}
footer p {
	color: #151512;
	font-size:15px !important;
	line-height: 25px;
	font-weight:500;
}

footer p.copy{
	text-align:left;
	color:#FFF !important;
	font-size:15px !important;
	line-height:25px;

}


footer p a {
	color: #ed9c01 !important
}

footer h2 {
	text-align: left;
    color: #e32029;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px !important;
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
}

footer .footer-bar {
	margin: 60px 0 0px 0
}

/* footer site nav*/
footer .site-nav ul {
	list-style: none;
}

footer .site-nav ul li {
	color: #fff !important;
	line-height: 25px
}

footer .site-nav ul li i {
	margin-right: 8px;
	color: #fff !important;
}

footer .site-nav ul a {

	color: #fff !important;
	text-align: left;
	-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*/
footer .nav-menu ul {
	list-style: none;
	margin: 0 0 30px 0px !important;
}

footer .nav-menu ul li {
	line-height: 28px;
	display: block;
	text-indent: 0px;
	margin-bottom:8px !important;
}
footer .ftr-map{
	width:100%;
	height:330px;
}
footer .nav-menu ul li.last {
	white-space: nowrap;
}

footer .nav-menu ul a {
	display: block;
	font-size:15px !important;
	line-height:25px;
	font-weight:500;
	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;
}

footer .nav-menu ul a:hover {
	text-decoration: underline !important
}

/*social nav*/
footer .social-nav{
	position:absolute;
	top:-45px;
	right:0;
	background:#211a69;
	padding:10px 12px;
}
footer .social-nav ul {
	  list-style: none;
	  padding: 0px !important;
	  display: table;
	  font-size: 14px;
	  font-weight: 300;
	  margin:0 auto 10px !important;
}

footer .social-nav li {
	float: left;
	line-height: 30px;
	margin-right: 10px !important;
}

footer .social-nav li a {
	margin-left: 10px !important;
}

footer .social-nav li a .fa {
		font-size: 13px !important;
	  color: #3b5999;
	  width: 35px;
	  height: 35px;
	  line-height: 35px;
	  text-align: center;
	  border: 1px solid #555;
		border-top-color: rgb(85, 85, 85);
		border-right-color: rgb(85, 85, 85);
		border-bottom-color: rgb(85, 85, 85);
		border-left-color: rgb(85, 85, 85);
	  border-radius: 100%;
	  background: #FFF;
	  -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 {
	margin-left:10px !important;
}
footer .social-nav li:hover a{
	color:#c5181e !important;
}


footer .loc-map {
	width: 100%;
	height: 150px;
}
footer .footer-bar-middle{
	padding:60px 0;
	position:relative;
}

/*footer bar middle*/
footer .footer-bar-bottom .co-name {
	margin-right: 5px;
	color: #fffca8;
	font-weight: 600
}

footer .footer-bar-bottom .designer {
	margin-bottom: 0px !important;
	text-align: right;
}

footer .footer-bar-bottom .designer img {
	border-radius: 100%;
	padding: 2px;
	background: #fff;
}

footer .f-map{
	width:100%;
	height:210px;
}

footer .icon-outer {
    width: 40px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
footer .icon-outer img {
    max-width: 100%;
}
footer .add-text {
    display: inline-block;
    width: 290px;
    margin-left: 10px !important;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #151512;
	margin-bottom:20px;
	font-weight:500;
}
footer .add-text p{
	margin-bottom:0 !important;
}
footer .add-text strong {
    font-size: 16px;
	line-height:25px;
    font-family: 'Red Hat Display', sans-serif;
	color: #393185 !important;
}
footer .add-text.info-space a{
	color: #000 !important;
}

footer .footer-gallery a.gall-first{
	width:100%;
	margin-bottom:10px;
	
}

footer .footer-gallery a{
	font-size: 16px;
    display: inline-block;
    margin-bottom: 8px;
    width: calc(33% - 8px);
    margin-right: 4px;
	overflow:hidden;
	-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 .footer-gallery a img{
	max-width:100%;
}
footer .footer-gallery a:hover{
	transform: scale(0.9);
}


/* top and down button*/
#goTop,
#goDown {
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	text-align: center;
	background: #ffce24;
	color: #fff;
	border-radius: 50%;
	font-size: 25px;
	display: none;
}

#goDown {
	display: block;
}

#goDown .fa {
	padding-top: 6px;
	color: #5a6821;
}

#goTop .fa,
#goDown .fa {
	color: #5a6821;
}

#goTop:before,
#goDown:before {
	content: '';
	position: absolute;
	border: 2px solid #ffce24;
	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;
	}
}