
/* 
 * Font Face
 *
 */

@font-face {
    font-family: 'helveticaneue_lt_47_lightcnRg';
    src: url('../fonts/helvetica_lt_47_light_condensed-webfont.eot');
    src: url('../fonts/helvetica_lt_47_light_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica_lt_47_light_condensed-webfont.woff') format('woff'),
         url('../fonts/helvetica_lt_47_light_condensed-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_lt_47_light_condensed-webfont.svg#helveticaneue_lt_47_lightcnRg') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*
 * 
 * main style..
 *
 */

body {
	background:#202f66!important;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif!important;
	margin: 0px;
	padding: 0px;
	width: auto;
	color: #fff;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size:cover;
}	



h1, h2, h3, h4, h5, h6, p, pre, ul, li, a {
	margin: 0;	
	padding: 0;
	list-style: none;
	text-decoration: none;
}
a:hover,a:focus{
	text-decoration: none!important;
}
.main_container{
	margin-bottom:10px;
}

input:focus,select:focus,textarea:focus{
	outline:none!important;
	box-shadow: none!important;
}


/** Spaces **/


.space{
	height:10px;
	width:100%;
	clear:both;
}

.space-med{
	height:20px;
	width:100%;
	clear: both;
}

.space-big{
	height:30px;
	width:100%;
	clear: both;
}


/** Anchor **/


a{
	-webkit-transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
	-moz-transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
	-ms-transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
	-o-transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
	transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
}


.title-small{
	font-size:16px;
}


/** Floats Css **/
	
.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

.text-left{
	text-align: left;
}
	
.pull-right{
	float:right;
}

.pull-left{
	float:left;
}


/** Texts ***/
.note{
	color:#555;
	text-align: justify;
}

.note p{
	color:#555;
	text-align: justify;
}


.note span{
	color:#555;
	text-align: justify;
}

.text-gray{
	color:#aaa;
}

.text-darkgray{
	color:#555;
}

.text-red{
	color:#c92732;
}
.text-white{
	color:#FFFFFF;
}
.text-success{
	color:#50c51d;
}
.text-warning{
	color:#c92732!important;
}
.smaller{
	font-size:11px;
}
.strip{
	background: url(../images/strip.png) repeat-x center;
	height:3px;
}
/** Title Head **/

.titlecontainer{
	background:url(../images/title_bg.png) repeat-x bottom left; 
}
.title h1{	
	background: #212121;
	font-size:16px;
	color:#FFFFFF;
	margin:0px;
	float:left;
	margin-right:5px;
	padding:10px 20px 0px;
	font-weight:normal;
	text-transform: uppercase;
}
.title a{
	display:inline-block;
	color:#fff;
	font-size:16px;
	padding:20px 20px 10px;
	text-transform: uppercase;
}
.title a:hover,.title a:focus{
	color:#FFFFFF;
}
.titlehead{
	text-align: center;
}
.titlehead h1{
	color: #ffffff;
    font-size: 28px;
    margin: 0px;
    font-weight: bold;
    padding: 2px 0px;
    line-height: normal;
    text-transform:uppercase;
    display: inline-block;
    position: relative;
    
}

.titlehead h1 a{
	color:#ffffff;
	font-size:11px;
	margin-left:5px;
}

.main_container .titlehead{
		border-bottom:1px solid #192344;
		padding:0px 0px 8px;
}
.main_container .titlehead h1,.main .titlehead h1{	
	font-size:28px;
} 


/** Buttons **/

.butn{
	background:#333;
	font-size: 12px; 
	cursor: pointer;
	border-radius:3px;
	color:#FFFFFF;
	-webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}

.butn-small{
	font-size:11px;
}

.butn-gray{
	color: #FFFFFF;
	background: #333;
	padding: 5px 20px;
}

.butn-gray:hover,.butn-gray:focus{
	background: #212121;
	color:#FFFFFF;
}

.butn-green{
	color: #fff;
	background: #50c51d;
	padding: 5px 12px;
}

.butn-green:hover,.butn-green:focus{
	color: #fff;
	background: #50c51d;
}


/*//////////////////  Header Style  //////////////////////////*/
.header{
	background:url("../images/header_bg.jpg") no-repeat top center #14468f;
}
.header_front{
	position: fixed;
	width: 100%;
	margin:0px auto;
	top:0px;
	z-index:99999;
}
/** Logo **/
.logo{
	text-align: center;
}
.logo a img{
	margin:20px 0px;
	-webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}
/*/////////////////////*/
.top_nav{
	margin-top: 100px;
}
.top_nav ul{
	margin:0px;
}
.top_nav li{
	float:left;
}
.top_nav li:first-child a{
	padding-left:0px;
}

.top_nav li a{
	display: inline-block;
    color: #858585;
    font-size: 15px;
    text-align: center;
    padding: 0px 5px;
}
.top_nav li a:hover,.top_nav li a:focus{
	color:#212121;
}
.top_nav li a img{
	width:40px;
	border-radius: 100%;
}
		
.h_widgets{
	float:right;
	margin-top: 108px;
}

.h_widgets ul{
	margin:0px;
}
.h_widgets li{
	float:left;
}
.alibaba_banner {
    margin-top: -3px;
    margin-right: 10px;
}

/** Search Form Css **/

.search_box{
	position: relative;
	z-index: 9999;
	float:left;
    z-index: 12;
    margin-left: 10px;
}

.search-btn{
	display: inline-block;
}

.search-btn span{
	background:url(../images/icon-search.png) no-repeat;
	display: inline-block;
	width: 16px;
	height:16px;
}

.search_form {
	width: 180px;
	position: absolute;
	right: 0px;
	top:100px;
	z-index: -1;
	visibility: hidden;
}

.search_form form{
	margin:0px!important;
}


.search_box.active .search_form{
	  z-index: 999;
	  visibility: visible;
	  top:-4px;
      right: 25px;
}
.search_box.active .search-btn span{
	 background:url(../images/icon-cross.png) no-repeat;
	 width: 16px;
	 height: 16px;
}

.search-inputs{
	background: #fff;
    border-radius: 20px;
    border:1px solid #ddd;
}
.search-inputs .search-input {
	background:transparent;
	width: 138px;
	color: #1e2129;
	padding:0px;
	padding-left: 7px;
	height: 30px;
	border: none;
	margin:0px;
	border-radius:0px;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif!important;
	box-shadow:none;
}

input.search-button {
	float: right;
	cursor: pointer;
	margin: 6px;
}

/** Inquiry Cart **/

.cart a{
	color:#fff;
}
.cart a:hover,.cart a:focus{
	color:#fff;
}
.cart img{
	margin-bottom: 2px;
}
.counter{
	display: inline-block;
    color: #fff;
    text-align: center;
    background: #c92732;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    line-height: 23px;
     -webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}
.counter:hover,.counter:focus{
	color:#fff;
	background:#c92732;
}
.cart:hover .counter{
	color:#fff;
	background:#c92732;
}
		
/*/////////////////////////   Products Main Menu Css        ////////////////*/

/** Main Menu Css **/
.menu{
	position: relative;
}
.menu ul {    
    display: table;
    margin: 0px auto;
}
.menu li{
	float:left;
}


.menu li a{	
	display: inline-block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 10px 15px 8px;
    text-transform: uppercase;
    border-bottom:2px solid transparent;
}


.menu li:last-child a{
	margin-right:0px;
}
.menu li a:hover,.menu li a:focus{
	color:#fff;
	background:#c92732;
	border-bottom:2px solid #fff;
}
.menu li.current a{
	color:#fff;
	background:#c92732;
	border-bottom:2px solid #fff;
}
.menu li.active a{
	color:#fff;
	background:#c92732;
	border-bottom:2px solid #fff;
}
.menu li ul a{
	transition:none;
}
/** Inner Menu Css **/


.menu ul li .mega_menu {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 99999999;
    background: #192344;
    width: 100%;
    margin: 0 !important;
    overflow: hidden;

    /* start collapsed */
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}
/* When hovered, expand smoothly */
.menu ul li:hover .mega_menu {
    max-height: 500px;   /* adjust to match your content height */
    opacity: 1;
    visibility: visible;
}
.menu_cat_img img {
    width: 260px;
    margin-right:20px;
}

/* 
 * Inner Menu Categories Css
 */


.menu .inner_cats {
    display: block;
    float: left;
    width: 75%;
    margin-top: 20px;
}

.menu li.active  ul.inner_cats li a{
	background:none!important;
}
.menu ul li.current ul li a{
	background:none!important;	
}
.menu ul ul.inner_cats li{
	float: left;
	color: #ffffff;
	z-index: 9999999;
	font-size:12px;
	text-align:left;
	padding:0px;
	margin-left:0px;
	height:auto;
	text-align: left;
	width: 292px;
}
.menu ul ul.inner_cats li:first-child a{
	background: none;
}
.menu ul ul.inner_cats li:last-child{
	border:none;
}

.menu ul ul.inner_cats li a{
	display: block;
	color:#ffffff;
	font-size: 14px;
    border: none;
    padding: 4px 10px;
	text-align: left;
	margin:0px;
	font-weight:normal;
	text-transform: none;
}
.menu ul ul.inner_cats li a:hover,.menu ul ul.inner_cats li a:focus{
	color:#fff;
}
.menu_cat_img {
    float: right;
    width: 20%;
    margin: 1%;
}

/*////////// Product Vertical Menu Css ////////////////*/

ul#prod-menu,ul#prod-menu ul  {
	list-style-type:none;
	padding: 0;
	width:100%;
	margin:0px;
	
}
ul#prod-menu ul{
	margin:0px;
}
/** Main Cat **/

.m_c_title{
	background: #ebebeb;
	color:#333;
	padding:8px;
	display: block;
	font-size:16px;
}
.m_c_title:hover,.m_c_title:focus{
	background:#2c2c2c;
	color:#fff;
}
ul#prod-menu li.active .m_c_title{
	background:#2c2c2c;
	color:#fff;
}
ul#prod-menu li{
	display:block;
	margin-bottom:8px;
}
ul#prod-menu li:last-child{
	margin:0px;
}
.m_c_title img{
	margin:0px 0px 0px 6px;
}
.m_c_title .cata_icon{
	display: inline-block!important;
	float:right;
}

ul#prod-menu li ul{
	width: 100%;
	clear:both;
	padding:10px 0px;
}	
/** Inner Sub Cat **/
	
ul.inner_sub_cat{
	width: 100%;
	clear:both;
}	


ul.inner_sub_cat li{
	margin:0px!important;
}
ul.inner_sub_cat li:last-child{	
	border:none;
}
ul.inner_sub_cat li a {
	display:block;
	background:none;
	font-size:12px;
	padding: 3px 0px;
	color:#fff;
	letter-spacing: 0px;
	font-weight:normal;
	margin: 0px 10px;
}
ul#prod-menu li.active ul.inner_sub_cat li a {
	background:none;
}

ul.inner_sub_cat li a img{
	float:left;
	margin-top: 4px;
}

ul.inner_sub_cat li a:hover {
	background:none;
	color:#fff;
}


/*////////// Product Responsive Vertical Menu Css ////////////////*/



.res-cata-btn{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
    background:#c92732;
} 

.res-cata-btn:hover,.res-cata-btn:focus{
	color:#fff;
	
} 
.res-cata-btn img{
	margin: 0px 10px 2px 0px;
}  
.res_menu {
    margin-top: 0px;
    clear: both;
   
}
.res_menu ul li{
	margin: 0px!important;
	border-bottom:1px solid #111a38;
	width:100%;
}

.res_menu ul li a{
	background: #192344;
	color:#FFFFFF;
	padding:5px 10px;
	display: block;
	font-size:14px;
	text-align: left;
	border:none;
}

.res_menu ul li a:hover,.res_menu ul li a:focus{
	color:#FFFFFF;
	background: #192344;
	border:none;
}

.res_menu .m_c_title{
	padding:5px 10px;
    font-size: 14px;
}
.res_menu ul.inner_sub_cat{
	background: #192344;
	margin:0px;
}
.res_menu ul.inner_sub_cat li{
	border:none;
}
.res_menu ul.inner_sub_cat li a{
    color: #eee;
    font-size: 12px;
    padding: 6px 5px 5px 20px;
}
.res_menu ul.inner_sub_cat li a:hover,.res_menu ul.inner_sub_cat li a:focus{
	background: none;
}
ul.inner_sub_cat li a img{
	margin-right: 8px;
}
#prod-t-menu{
	margin:0px;
	display: block;
}
#prod-t-menu li a{
	border:none;
}
#prod-t-menu li a:hover,#prod-t-menu li a:focus{
	border:none;
}
/*/////////////////////////      Banner Container Style        ////////////////*/

.banner_container {
	background: #202f66;
	text-align: center;
}

/*////////////// Breadcrumb Css ///////////////////*/

.breadcrumb_section{
	background:url("../images/breadcrumb_bg.jpg") no-repeat top center #202f66;
	padding:60px 0px;
}

.breadcrumb_section .titlehead{
	color:#ffffff;
	text-align: left;
}
.breadcrumb_section .titlehead h1{
	color:#ffffff;
}
.breadcrumb_section ul {
    margin: 0px;
    margin-top: 10px;
}
.breadcrumb_section ul li{
	float:left;
	color:#ffffff;
	margin-right:5px;
	font-size:16px;
}
.breadcrumb_section ul li:last-child{
	margin:0px;
}
.breadcrumb_section ul li a{
	font-size: 16px;
    color: #ffffff;
}
.breadcrumb_section ul li a.active{
	color:#ffffff;
}
.breadcrumb_section ul li a:hover{
	color:#ffffff;
}

.breadcrumb_section ul li a.active:focus,.breadcrumb_section ul li a.active:hover{
	color:#ffffff;
}
.pro_count{
	text-transform: uppercase;
	color:#ffffff;
}


/*//////////////// Main Categories ////////////////*/

.featured_cats{
	padding:50px 0px 30px;
}

.category_thumb a img{
	width:100%;
	-webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.category:hover .category_thumb img{
	
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.category {
	float:left;
	position:relative;
    width: 100%;
    overflow:hidden;
    -webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}

.cate-caption{
	text-align: right;
    position: absolute;
    bottom: 40px;
    left: 20px;
}

.cate-caption a.cate-title{
	display: block;
	background:#fff;
    color: #192344;
    font-size: 24px;
    line-height: normal;
    font-weight: bold;
    padding: 5px 10px;
    text-transform: uppercase;
}

.category:hover a.cate-title,.category:focus a.cate-title{
	color:#192344;
}

.cate-caption a.cate-btn{
	display: inline-block;
	background:#192344;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    padding: 5px 10px;
    margin-top:5px;
}

.category:hover a.cate-btn,.category:focus a.cate-btn{
	color:#fff;
}

.category .cate-caption{
	-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:hover .cate-caption{
	-webkit-animation: moveFromTop 400ms ease-in-out;
	-moz-animation: moveFromTop 400ms ease-in-out;
	-ms-animation: moveFromTop 400ms ease-in-out;
	animation: moveFromTop 400ms ease-in-out;
}

/** Keyframes **/

@-webkit-keyframes moveFromTop {
 from {
 opacity: 0;
 -webkit-transform: translateY(50%);
}
to {
	opacity: 1;
	-webkit-transform: translateY(0%);
}
}
@-moz-keyframes moveFromTop {
 from {
 opacity: 0;
 -moz-transform: translateY(50%);
}
to {
	opacity: 1;
	-moz-transform: translateY(0%);
}
}
@-ms-keyframes moveFromTop {
 from {
 opacity: 0;
 -ms-transform: translateY(50%);
}
to {
	opacity: 1;
	-ms-transform: translateY(0%);
}
}

/*///////////////*/
@-webkit-keyframes moveFromRight {
 from {
 opacity: 0;
 -webkit-transform: translateX(50%);
}
to {
	opacity: 1;
	-webkit-transform: translateX(0%);
}
}
@-moz-keyframes moveFromRight {
 from {
 opacity: 0;
 -moz-transform: translateX(50%);
}
to {
	opacity: 1;
	-moz-transform: translateX(0%);
}
}
@-ms-keyframes moveFromRight {
 from {
 opacity: 0;
 -ms-transform: translateX(-50%);
}
to {
	opacity: 1;
	-ms-transform: translateX(0%);
}
}

/**  Featured Products **/
.fthumb{
	width:228px;
	height:260px;
	background:#fff;
	float:left;
	margin-right:26px;
	margin-bottom:26px;
	overflow: hidden;
	text-align: center;
	 position: relative;
	 border:1px solid #202f66;
	 -webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}
.fthumb:hover{
	border:1px solid #202f66;
	 -webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;	
	cursor:pointer;
}

.fthumb .overlay {
  width: 100%;
  height: 260px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.fthumb:hover .overlay {
  background-color:rgb(201 39 50 / 80%);
}

.fthumb .pro-btns{
   margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    line-height: normal;
}
.fthumb .pro-btns li{
    margin: 6px 0;
    opacity: 0;
    transform: translateY(-30px);
    transition: all 0.3s ease 0s;
    text-align: center;
}
.fthumb .pro-btns li:nth-child(2){ transition: all 0.3s ease 0.1s; }
.fthumb:hover .pro-btns li{
    transform: translateY(0);
    opacity: 1;
}
.fthumb .pro-btns li a{
    color: #192344;
    background: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 160px;
    display: block;
    transition: all .3s;
    border-radius: 20px;
    text-transform: uppercase;
}
.fthumb .pro-btns li a:hover,.fthumb .pro-btns li a:focus{
	background:#192344;
   color:#fff;
}
.fthumb:nth-child(3){
	margin-right:0px;
}
.fthumb img{
	max-width:none;
	height:230px;
}

  .fthumb img.image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
  }
  .fthumb:hover img.image-hover {
    opacity: 0.5;
  }
.ftitle{
	color:#192344;
}
.ftitle:hover,.ftitle:focus{
	color:#c92732;
}
.fthumb:hover .ftitle{
	color:#c92732;
}


.work_section{
	background:url("../images/workprocess_bg.jpg") no-repeat top center #c92732;
	background-attachment:fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size:cover;
	padding:40px 0px 50px;
	clear: both;
	text-align: center;
}

/*//////////////////// Why Choose Section ////////////////////*/
.services{
	padding:50px 0px;
}


.s_section .s_widget{
	text-align: center;
}
.s_icon {
    margin: 0px 0px 10px;
}

.s_detail p{
	color:#fff;
	font-size:14px;
	margin:10px 0px;
	text-align: center;
}
.s_detail h4{
	color:#fff;
	padding:0px;
	font-size:18px;
	margin:0px;
	
}

/*//////////////////// Company Pages ////////////////////*/
.frontwrapper{
	background:url("../images/wrapper.jpg") no-repeat top center;
	background-attachment:fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size:cover;
	padding:50px 0px;
	clear: both;
}
.c_pages{
	clear: both;
}
.more_btn a{
	font-size:14px;
	color:#fff;
	font-weight: bold;
}
.more_btn a:hover,.more_btn a:focus{
	color:#fff;
}
.c_p_tabcontents {
	border:2px solid #192344;
	padding:50px 40px;
	text-align: center;
}
/* Style the tab content */

.tabcontent {
  color: #fff;
}


.tabcontent p{
	color:#fff;
}

.tabcontent span{
	color:#fff;
}
.tabcontent a{
	color:#fff;
}
.tabcontent a:hover,.tabcontent a:focus{
	color:#fff;
}

/*/////////////////////////    Main Footer style        ////////////////*/

.main_footer{
	padding:40px 0px ;
}

.widget .title{
	color:#fff;
	font-size:20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:20px;
}
.social_nav{
	margin-top:60px;
}
.social_nav a img{
	border-radius: 100%;
}
.social_nav a {
    margin-right: 5px;
    display: inline-block;
    padding: 5px 0px;
}
.footer_nav li a{
	display: block;
	color:#fff;
	font-size:13px;
	padding:2px 0px;
}
.footer_nav li a:hover,.footer_nav li a:focus{
	color:#c92732;
}

/*/////////////////////////      Product Detail Page Css ////////////////*/
.zoom-btns a{
	padding:5px 10px;
}
.zoom-btns .btn-zoom{
	background:#212121;
	color:#111;
}
.zoom-btns .btn-zoom:hover{
	background:#333333;
	color:#FFFFFF;
}

.thumb-larg-desc{
	color: #fff;
	padding:0px 0px 10px;
}
.thumb-larg-desc form{
	margin:0px;
}

/*///////////////////// Newsletter ////////////////////// **/
.newsletter_section{
	background:#c92732;
	padding:50px 0px;
}

.newsletter_section .titlehead h1{
	color:#fff;
}
.newsletter_form form {
    margin: 0px auto;
    display: table;
}
.newsletter_form input{
	float:left;
}
#email_sub_tr{
	text-align: center;
}
.newsletter_form .butn{
	display: block;
    background: transparent;
    font-family: Roboto-Bold, Arial, Helvetica, sans-serif!important;
    margin: 0px;
    font-size: 14px;
    color: #212121;
    border-radius: 0px;
    text-align: center;
    border: 1px solid #fff;
    padding:1px;
    float: left;
    width: 180px;
    margin-left: 10px;
}
.newsletter_form .butn:hover,.newsletter_form .butn:focus{
	color:#192344;
	border:1px solid #fff;
}
.newsletter_form .butn span{
	display: block;
	background:#fff;
	padding:11px 10px;
}
.newsletter_form input[type="text"]:focus{
	border:1px solid #fff;
}
.newsletter_form input[type="text"]{
	background:transparent;
	border:none;
	color:#fff;
	width:350px;
    padding: 12px 5px 12px 20px;
	font-size:12px;
	border:1px solid #fff;
	border-radius: 0px;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif!important;
	margin: 0px!important;
	box-shadow: none;
	
}
.newsletter_form input[type="text"]::-webkit-input-placeholder{
	color:#fff;
}

/*/////////////////////////      Footer style        ////////////////*/
.footer{
	background:#c92732;
	padding:5px 0px;
}



.copyright{
	padding:0px;
	color:#fff;
	font-family: arial;
	text-align: center;
	padding:5px 0px;
}
.copyright p{
	margin:0px;
	color:#fff;
}
.copyright a{
	color: #fff;
}
.copyright a:hover,.copyright a:focus{
	color:#fff;
}

/** Scroll To Top **/

#top{
	position:fixed;
	bottom:80px;
	right:30px;
	z-index: 9999;
	width: 40px;
	height: 60px;
	background: #c92732;
	color:#fff;
	text-align: center;
	border-radius: 3px;
	font-weight: bold;
}

#top img{
	display: block;
    margin: 10px auto;
}
#top:hover,#top:focus{
	color:#fff;
}

#whatsapp{
	position:fixed;
	bottom: 150px;
    right: 30px;
	width: 40px;
	height: 40px;
	background: #13c82b;
	color:#FFFFFF;
	text-align: center;
	border-radius: 100%;
	font-weight: bold;
	z-index: 99999;
}

#whatsapp img{
	display: block;
    margin: 10px auto;
}
#whatsapp:hover,#whatsapp:focus{
	color:#FFFFFF;
}
#whatsapp span{
	position: absolute;
	left:-72px;
	top:10px;
} 

/*/////////////////////////      Pages style        ////////////////*/

.page{
	min-height: 300px;
	margin-top:30px;
}

.page-contents{
	text-align: justify;
	color:#fff;
}
.page-contents p{
	line-height: normal!important;
}

.inquiry-form-page{
	padding:10px 0px;
}

.pro-desc{
	background:#192344;
	color: #fff;
	min-height:150px;
	padding:8px;
}

.pro-desc p{
	color:#fff;
}


.pro-desc span{
	color:#fff;
}

.main .titlehead{
	text-align: left;
}

#p-detail{
	background:#fff;
	border:1px solid #fff;
	text-align: center;
	position: relative;
}
.zoom-btn{
	display:inline-block;
	color:#222;
	background:rgba(255,255,255,0.5);
	padding:2px 10px;
	font-size:12px;
	cursor: pointer;
}
.main .titlehead h1{
	line-height: normal;
}

/*////////////////////////////// Product Pages //////////////////////*/
/* Style the tab */
.ptabs {
  background-color: #fff;
}

/* Style the buttons inside the tab */
.ptabs button {
      display: block;
    background-color: #fff;
    color: #192344;
    padding: 8px 15px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    text-align: center;
    border: 1px solid #202f66;
    float: left;
}
#defaultOpenP{
	background:#c92732;
color:#fff;
  border: 1px solid #c92732;
}
/* Change background color of buttons on hover */
.ptabs button:hover,.ptabs button:focus {
background:#c92732;
color:#fff;
  border: 1px solid #c92732;
}

/* Create an active/current "tab button" class */
.ptabs button.active {
 	background:#c92732;
color:#fff;
  border: 1px solid #c92732;
}

/* Style the tab content */
.ptabcontent {
  padding:20px;
  border-left: none;
  color: #fff;
  border:1px solid #192344;
}


.ptabcontent p{
	color:#fff;
}

.ptabcontent span{
	color:#fff;
}
.ptabcontent a{
	color:#fff;
}
.ptabcontent a:hover,.ptabcontent a:focus{
	color:#fff;
}
/*/////////////////////////      Product page style        ////////////////*/
.readmore_btn{
	text-align: center;
}
.readmore_btn a{
	display: inline-block;
    background: transparent;
    padding: 15px 60px;
    color: #fff;
    border:4px solid #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top:20px;
}
.readmore_btn a:hover,.readmore_btn a:focus{
	background:#ffffff;
	color:#192344;
}
#showMore{
	display: inline-block;
    background: #ffffff;
    padding: 15px 60px;
    color: #192344;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom:50px;
    border-radius: 4px;	
}

#showMore:hover,#showMore:focus{
	background:#c92732;
	color:#fff;
}
.show_more_pagination{
	text-align: center;
}



/** Transiton Effect **/

.contents{
	color:#fff;
	min-height: 300px;
}
.product-grid{
	background:#ffffff;
	float:left;
	margin: 10px 11px;
    width:265px;
	height:320px;
    text-align: center;
    overflow: hidden;
     position:relative;
     border:1px solid #202f66;
    -webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}
.product-grid:hover{
	cursor: pointer;
}
.product-grid img.image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
    
  }
  
  
.product-grid .overlay {
  width: 100%;
  height: 320px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.product-grid:hover .overlay {
  background-color:rgb(201 39 50 / 80%);
}

  .product-grid:hover img.image-hover {
    opacity: 1;
  }
.product-grid:hover .pro-title a{
	color:#192344;
}
.product-grid:hover .proart{
	color:#192344;
}
.product-grid:hover{
	border:1px solid #202f66;
}
.product-grid .product-image{ 
	position: relative; 
    overflow: hidden;
    height: 265px;
    line-height: 265px;
  }
.product-grid .product-image a{ 
	display: block; 
}
.product-grid .product-image img{
    width: 100%;
    height: auto;
}

.product-grid .pro-btns{
   margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    line-height: normal;
}
.product-grid .pro-btns li{
    margin: 6px 0;
    opacity: 0;
    transform: translateY(-30px);
    transition: all 0.3s ease 0s;
    text-align: center;
}
.product-grid .pro-btns li:nth-child(2){ transition: all 0.3s ease 0.1s; }
.product-grid:hover .pro-btns li{
    transform: translateY(0);
    opacity: 1;
}
.product-grid .pro-btns li a{
    color: #192344;
    background: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 160px;
    display: block;
    transition: all .3s;
    border-radius: 20px;
    text-transform: uppercase;
}
.product-grid .pro-btns li a:hover,.product-grid .pro-btns li a:focus{
	background:#192344;
   color:#fff;
}
.quick_view{
	background:#ffffff!important;
	color:#192344!important;
}
.quick_view:hover,.quick_view:focus{
	background:#192344!important;
	color:#fff!important;
}
.product-grid .pro-title{
   font-size: 16px;
   display: block;
   text-transform: capitalize;
   margin: 0px;
   transition: all 0.3s;
   line-height: normal;
   padding:5px;
}
.product-grid .pro-title a{ color:#192344; font-weight: normal;}
.product-grid .pro-title a:hover,.product-grid .pro-title a:focus{ color: #192344; }
.proart{
	text-align: center;
	color:#192344;
	font-size:12px;
	margin:0px;
	-webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}

/***************/

#AddToInquiry {
	cursor: pointer;
	background:#c92732;
	color:#fff;
	border:none;
	border-radius:4px;
	box-shadow: none;
	outline:none;
	padding:8px 60px;
	font-weight:bold;
	margin-top:20px;
	text-transform:uppercase;
	 -webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}

#AddToInquiry:hover, #AddToInquiry:focus{
	color:#192344;
	background:#ffffff;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
}

/** Related Products **/
.related-product{
    float:left;
    margin:5px 8px;
}
.searchpage .product_panel{
	margin:10px ;
}
.pro_sizes{
	margin-top:20px;	
}
.pro_sizes a{
	display: inline-block;
	background:111;
	width:40px;
	height:28px;
	line-height:28px;
	color:#7c7c7c;
	text-align:center;
	margin-right:8px;
	border:1px solid #7c7c7c;
}
.pro_sizes a:hover,.pro_sizes a:focus{
	background:#1167b1;
	border:1px solid #1167b1;
	color:#fff;
}
.pro_colors span{
	display: inline-block;
	width:24px;
	height:24px;
	margin-right:8px;
}
/*/////////////////////////     Pagination style        ////////////////*/

.pagination-container{
	margin-bottom:10px;
}

.pagination {
	display: block;
	float:right;
	margin: 0px!important;
}

.pagination a{
	float: left;
	margin-left:10px;
}

/*/////////////////////////      Inquiry cart page Style        ////////////////*/

.even{
		border-bottom:1px solid #192344;
}

.odd{
		border-bottom:1px solid #192344;
}


#cart .cart-header div {
	background: #fff;
    color: #192344;
    border-bottom: 1px solid #192344;
    margin: 1px;
    padding: 5px 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: normal;
}
#cart .cart-row div {
	margin: 1px;
	padding:5px 0px 10px;
	height: 125px;
	color:#fff;
	text-align: center;
	line-height: 40px;
}

#cart .cart-row div.cart-thumb {
	padding-left:0px;
}

#cart .cart-thumb {
	background:#FFFFFF;
	width: 13%;
	float: left;
}
#cart .cart-thumb img {
	background:#FFFFFF;
	max-width: 100%;
	padding:4px;
}

#cart .cart-thumb:hover img{
	cursor: pointer;
}

.cart-empty{
	margin-left:10px;
}


 input.qty_input{
	height: 20px;
	padding: 2px 10px;
	border: none;
	background: #FFFFFF;
	color: #333;
	border:1px solid #202f66!important;
	border-radius:3px!important;	
	margin:0px!important;
	margin-right: 10px!important;
	font-family: Arial, Helvetica, sans-serif;
	width: 50px;
}
 input.qty_input:focus{
	border:1px solid #202f66!important;
}
 .cart-title {
	width: 50%;
	float: left;
}

 .artno {
	width: 20%;
	float: left;
}
 .buttons {
	width: 16%;
	float: left;
}

.buttons form{
	display: inline;
	text-align: center;
}
.buttons form input[type="submit"]{
	border:none;
}
.buttons form input[type="image"]{
	cursor: pointer;
}
#forupdate{
	margin:0px 10px;
}
div.cart-row.odd div {
	background: transparent;
}
div.cart-row.even div {
	background: transparent;
}
.cart-btns a{
	padding:5px 10px;
}
.cart-btns a img{
	margin:-3px 8px 0px 0px;
}
.chk-btn{
	background:#c92732;
	margin-right:5px;
	color:#fff;
	font-weight: bold;
}

.chk-btn:hover,.chk-btn:focus{
	background:#c92732;
	color:#FFFFFF;
}
.send-btn{
	background:#192344;
	margin-right:5px;
	color:#fff;
	font-weight: bold;
}

.send-btn:hover,.send-btn:focus{
	background:#192344;
	color:#FFFFFF;
}

/** Inquiry Form **/

.inquiry_form .form_label{
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	vertical-align: top;
	line-height: normal;
}
.inquiry_form .captcha_inputs{
	margin-left:203px;
}
.captcha_inputs .text-red:hover,.captcha_inputs .text-red:focus{
	color:#c92732;
}
.inquiry_form ul{
	margin:0px;
	padding:0px;
}
.inquiry_form li{
	line-height:35px;
	margin-bottom:4px;
}

.inquiry_form input[type="text"] {
	color: #192344;
	padding:6px;
	width: 300px;
	border-radius: 3px!important;
	border:1px solid #202f66!important;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
}
.inquiry_form input:focus,.inquiry_form select:focus,.inquiry_form textarea:focus{
	border:1px solid #202f66!important;
}
.inquiry_form select {
	background: #FFFFFF;
	color: #192344;
	padding:6px;
	width: 314px;
	border:1px solid #202f66!important;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
    height: 34px;
    border-radius: 3px!important;
}
.inquiry_form textarea {
	width: 300px;
	color: #192344;
	padding:6px;
	min-height: 150px;
	border:1px solid #202f66!important;
	border-radius: 3px!important;
	font-family: Arial, Helvetica, sans-serif;
}

.inquiry_form input[type="reset"]{
	background:#192344;
	border:1px solid #192344;
	padding:5px 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.inquiry_form input[type="reset"]:hover,.inquiry_form input[type="reset"]:focus{
	border:1px solid #192344!important;
	background: #192344;
	color:#fff;
}
.btn-submit{
	background: #c92732;
	margin: 0px;
	color:#fff;
	padding:5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #c92732;
}

.btn-submit:hover,.btn-submit:focus{
	background: #c92732;
	color:#fff;
	border:1px solid #c92732!important;
}

label.error{
	display:block;
	color: #c92732;
	font-size: 11px;
	line-height: normal;
}

/*//////////////// Production Gallery ////////////////*/

.production_tour {
    display: flex;
    flex-wrap: wrap;          /* allow items to move to next row */
    gap: 20px;                /* spacing between items */
    justify-content: center;
}
.production_tour .pro_gall {
     flex: 0 0 23%;            /* 4 items per row */
    box-sizing: border-box;   /* prevents width breaking */
}
.pro_gallery_section {
    clear: both;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.pro_gallery_section .titlehead{
	text-align: center;
}

.pro_gall{	
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	background:#c92732;
}

.pro_gall .pro_gall_caption {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
}

.pro_gall img {
  display: block;
  position: relative;
 -webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}

.pro_gall:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter:grayscale(0.5) blur(2px);
  -webkit-filter: grayscale(0.5) blur(2px);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.4;
  -webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}

.pro_gall h2 {
  	text-transform: uppercase;
	text-align: center;
    position: relative;
    font-size: 16px;
    line-height: normal;
}
.production_tour .pro_gall h2{
	font-size:16px;
}

.pro_gall a.pro_gall_btn {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 39px;
}

.pro_gall a.pro_gall_btn img{
	opacity: 1;
}
.pro_gall a.pro_gall_btn, .pro_gall h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.pro_gall:hover a.pro_gall_btn, .pro_gall:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.pro_gall_btn img{
	filter:unset!important;
}