.nav-item .fa,.product_cart_btn .fa{font-size:20px;}
.fa-stack[data-count]:after{
  position:absolute;
  left:35%;
  top:-5px;
  content: attr(data-count);
  font-size:14px;
  padding:0;
  border-radius:50%;
  line-height:1.2em;
  color:#FFFFFF;
  background:#FF0000;
  text-align:center;
  width:1.2em;
  height:1.2em;
}
.slider_bottom{
	padding-top: 35px;
	padding-bottom: 35px;
}  
.slider_bottom h1{
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}
.slider_bottom .bold{
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}
.text_bolder{border-bottom:1px solid #CCCCCC;}
.slider_bottom p{
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}
.cus_com_section{
	padding-top: 15px;
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 35px;
}
.custmehovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.custmehovereffect .overlay {
  width: 90%;
  height: 90%;
  position: absolute;
  overflow: hidden;
  top: 5%;
  left: 5%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.custmehovereffect:hover .overlay {
  /*background-color: rgba(48, 152, 157, 0.4);*/
  padding: 15px;
  border: 1px solid #fff;
  cursor:pointer;
}

.custmehovereffect img {
  display: block;
  position: relative;
}

.custmehovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 20px;
  padding: 10px;
  margin-top: 45%;
  font-weight: 700;
  text-shadow: 1px 1px 1px #000;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.custmehovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  margin-top:40%;
}

.custmehovereffect p.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: 7px;
}

.custmehovereffect:hover p.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.custmehovereffect p.info:hover {
  box-shadow: 0 0 5px #fff;
}
.diverse_collection{
	padding-top: 15px;
	padding-bottom: 35px;
}  
.diverse_collection .bold{
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}
.collection{
	padding-top: 15px;
}
.diverse_collection p{
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}
.ban-top{
	position: relative;
    overflow: hidden;
}
.ban-top img {
	-moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.ban-top:hover img {
	-moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-shadow: 1px 1px 1px #000;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.catalogue_order{
	background: #F7F7F7;
	padding: 35px;
}
.text_idea{
	padding-top: 30px;
}
.catalogue_order img{
}
.catalogue_order h1{
	color: #131514;
	font-size: 28px;
}
.catalogue_order p{
	color: #131514;
	font-size: 16px;
	line-height: 25px;
}
.catlog_btn{
	border: none;
	border-radius:0;
	background: #131514;
	color: #fff;
	font-size: 16px;
	text-align: center;
}


/*=======================Login Page==============================*/
.login_section{
	padding-top: 55px;
}
.login_section h1{
	font-size: 32px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	padding-left: 35px;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 45px;
	border-bottom: 1px solid #d9d9d9;
}
.login_form{
	background: #fff;
	padding-top: 10px;
	padding-bottom: 25px;
}
.new_section{
	padding-top: 70px;
	padding-bottom: 15px;
}
.new_section h1{
	font-size: 28px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	padding-left: 35px;
	text-transform: uppercase;
}
.inputGroupContainer span{
	padding: 10px 12px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-right: none;
	border-radius: 4px 0 0 4px;
}
.inputGroupContainer input[type="text"]:focus,
.inputGroupContainer input[type="email"]:focus,
.inputGroupContainer input[type="password"]:focus{
	border: 1px solid #999999;
	box-shadow: 0 0 0;
}
.more_btn{
	background:#009999;
	color: #FFFFFF;
	padding: 5px 15px 5px 15px;
	font-family: 'Raleway', sans-serif;
	border-radius: 0;
	outline:0;
	box-shadow:0;

}
.btn{outline:0;}
.more_btn_last,.more_btn_last:hover{color:#FFFFFF; outline:0}
.more_btn:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: #fdd501;outline:0;
}
.page_content{
	padding: 25px 0 15px 0;
}
.page_content h1{
	font-size: 28px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	text-align: center;
	padding: 10px 0 10px 0;
	text-transform: capitalize;
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 25px;
}
.home_collection img{
	width: 100%;
	height: 350px;
	padding:0;
	margin:0;
}
#jssor_2{
	position:relative; 
	margin: 0 ;
	top: 0; 
	left:0; 
	width: 1200px;
	height: 350px;
	overflow: hidden;
	visibility: hidden;
	padding:0;
	margin:0;
	text-align:center;
 }
.page_content h2,
.page_content h3,
.page_content h4,
.page_content h5{
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
}
.page_content p{
	font-size: 14px;
	text-align: justify;
	line-height: 25px;
	font-family: 'Lato', sans-serif;
}
.case_study h2{
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	text-transform: capitalize;
}
.case_quality_img img{
	width: 100%;
	height: 370px;
}
@media only screen and (max-width: 500px) and (min-width: 320px)  {
	.case_quality_img img{
		width: 100%;
                height: 250px;
	}
}
.aard img{
	width: 100%;
	height: 250px;
}
.case_quality_img{
	margin-bottom: 45px;
}
.case_quality_img a:hover{
	text-decoration: none;
}
.collection_title{
	font-size: 14px;
	color: #000000;
	line-height: 1em;
	letter-spacing: .03em;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 10px;
}
.product_title{
	font-size: 14px;
	color: #858585;
	line-height: 1em;
	letter-spacing: .03em;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 10px;
}
.collection_cat{
	text-transform: lowercase;
    font-size: 14px;
    letter-spacing: .02em;
	color: #858585;
}
#detail_cart_btn .product_cart_btn img{
	width: 30px;
	height: 30px;
}
.product_cart_btn img{
	width: 30px;
	height: 30px;
}
.product_cart_btn a{
	color: #fff;
	outline:0;
	text-decoration:none;
	text-align:center;
}
.product_cart_btn{
	border: 1px solid #006666;
	border-radius: 0;
	padding: 3px 10px 3px 10px;
	width: 150px;
	margin-top: 10px;
	background:#006666;
	color: #fff;
	outline:0;
	text-decoration:none;
	text-align:center;
}
.product_cart_btn:hover{
	background: #fdd501;
	border: 1px solid #fdd501;
}
.gallery_detail img{
	width: 500px;
	height: 600px;
}
.gallery_detail .side_corner img{
	width: 100px;
	height: 100px;
}
.gallery_detail h1{
	font-size: 28px;
	text-align: left;
	margin-bottom: 3px;
}
.gallery_detail h3{
	font-size: 20px;
	text-align: left;
	color: #002046;
}
.gallery_detail p{
	font-size: 16px;
	text-align: justify;
	line-height: 25px;
	color: #6F6F6F;
}
.gallery_detail table{
	color: #6F6F6F;
	font-size: 16px;
}
@media (max-width:1100px){
	.gallery_detail img{ width: 100%; height:auto}
}
/*===========================css for blog=================*/
.blog_section{
	padding-top: 35px;
	padding-bottom: 25px;
}
.category_heading{
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 11px;
	padding-top: 10px;
}
.cat_link i{
	font-size: 14px;
	padding-right: 10px;
}
.cat_link{
	padding-left: 5px;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 15px;
	padding-top: 15px;
}
.cat_link a{
	color:#6E6E6E;
}
.blog_title{
	font-size: 16px;
	font-weight: 600;
	color:#19304e;
	border-bottom: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	padding: 10px 0 10px 10px;
}
.blog_title a{
	color:#19304e;
	text-decoration:underline;
}
.blog_detail{
	border-bottom: 1px solid #D9D9D9;
	padding: 15px 0 5px 0;
	margin-bottom: 30px;
}
.blog_detail ul{
	padding-left: 12px;
}
.blog_detail ul li{
	display: inline;
	position:relative;
	list-style: none;
	color:#AEAEAE;
	font-size: 12px;
	font-weight: 600;
	padding-right: 25px;
}
.featured_img img{
	width: 100%;
}
.blog_content{
	padding-top: 12px;
	color:#5A5A5A;
	line-height: 25px;
	text-align: justify;
}
.blog_content span a{
	font-size: 14px;
	text-transform: capitalize;
	color: #000;
	text-decoration: underline;
}
.blog_content_portation{
	margin-bottom: 50px;
}
.comments_sction{
	border-top: 1px solid #C4C4C4;
	margin-top: 10px;
}
.comments_sction h2{
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
}
.comment_box{
	border: 1px solid #C4C4C4;
	background: #F5F5F5;
	padding: 10px;
}
.comment_box h3{
	font-size: 16px;
	margin-bottom: 25px;
}
.comment_box label{
	font-size: 14px;
	color: #303030;
	font-weight: 500;
}
.bolg_commect_show{
	padding: 10px;
	margin-bottom: 10px;
}
.bolg_commect_show span{
	padding-right: 10px;
	padding-left: 10px;
}
.bolg_commect_show p{
	font-size: 14px;
	color: #999999;
	margin-top: 5px;
}
.next_navigation ul{
	margin-bottom:0;
	padding-bottom: 0;
}
.next_navigation ul li{
	list-style: none;
	display: inline;
	color: #021b57;
	text-transform: capitalize;
}
.next_navigation ul li a{
	color: #021b57;
}
.next_navigation ul li a:hover{
	color: #fdd501;
}
/*===============================================*/
/*=================================================================================*/
.related_product{
	border-top: 1px solid #F7F7F7;
}
.related_product h2{
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}
.related_product h2 span{
	font-size: 16px;
}
 /* jssor slider bullet navigator skin 03 css */
        /*
        .jssorb03 div           (normal)
        .jssorb03 div:hover     (normal mouseover)
        .jssorb03 .av           (active)
        .jssorb03 .av:hover     (active mouseover)
        .jssorb03 .dn           (mousedown)
        */
        .jssorb03 {
            position: absolute;
        }
        .jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
            position: absolute;
            /* size of bullet elment */
            width: 21px;
            height: 21px;
            text-align: center;
            line-height: 21px;
            color: white;
            font-size: 12px;
            background: url('../images/b03.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb03 div { background-position: -5px -4px; }
        .jssorb03 div:hover, .jssorb03 .av:hover { background-position: -35px -4px; }
        .jssorb03 .av { background-position: -65px -4px; }
        .jssorb03 .dn, .jssorb03 .dn:hover { background-position: -95px -4px; }

        /* jssor slider arrow navigator skin 03 css */
        /*
        .jssora03l                  (normal)
        .jssora03r                  (normal)
        .jssora03l:hover            (normal mouseover)
        .jssora03r:hover            (normal mouseover)
        .jssora03l.jssora03ldn      (mousedown)
        .jssora03r.jssora03rdn      (mousedown)
        */
        .jssora03l, .jssora03r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 55px;
            height: 55px;
            cursor: pointer;
            background: url('../images/a03.png') no-repeat;
            overflow: hidden;
        }
        .jssora03l { background-position: -3px -33px; }
        .jssora03r { background-position: -63px -33px; }
        .jssora03l:hover { background-position: -123px -33px; }
        .jssora03r:hover { background-position: -183px -33px; }
        .jssora03l.jssora03ldn { background-position: -243px -33px; }
        .jssora03r.jssora03rdn { background-position: -303px -33px; }
#relatd_pro_images img{
	width: 100%;
	height: 350px;
}		
.cart_table table{
	border: 1px solid #EBEBEB;
}
.cart_table table thead td{
	padding: 5px;
	border: 1px solid #FFFFFF;
	font-weight:600;
	color: #fff;
	background:#006666;
	text-transform:capitalize;
}
.cart_table table tfoot td{
	padding: 5px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	color: #fff;
	background: #006666;
}
.cart_table table td{
	padding: 10px;
	border: 1px solid #EBEBEB;
}
.cart_table table thead tr{
	padding: 10px;
}
.cart_table i{
	font-size: 18px;
	color:#006666;
	font-weight:400;
}
.order_place{
	border: 1px solid #FFFFFF;
	background:#FFFFFF;
	border-radius: 0;
	text-align: center;
	color: #000000;
	font-size: 12px;
	text-transform:uppercase;
}
.page_content input[type=text],.page_content input[type=text]:hover{border-radius:0; outline:0;}
@media only screen and (max-width:767px){
.order_place{
	font-size: 8px;
	padding:3px;
}
}
.order_place:hover{
	color: #FFFFFF;
	background:#000000;
	border: 1px solid #000000;
}
.cp_detail{
	color: #00B300;
	text-align: center;
	border: 1px solid #fff;
	padding: 10px;
}
.new_grid{
	border-bottom: 1px dotted #F0F0F0;
	padding-bottom: 15px;
}
.new_grid h2{
	text-align: left;
	border: none;
	font-size: 24px;
	margin-bottom: 0;
}
.new_grid span a{
	font-weight: bold;
	color: #BB0000;
}
/*===========================================*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 90%;
  height: 90%;
  position: absolute;
  overflow: hidden;
  top: 5%;
  left: 5%;
  /*background-color: rgba(75,75,75,0.7);*/
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
 /* background-color: rgba(48, 152, 157, 0.4);*/
  padding: 15px;
  border: 1px solid #fff;
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 20px;
  padding: 10px;
  margin-top: 100%;
  font-weight: 700;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  margin-top:50%;
}

.hovereffect p.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: 7px;
}

.hovereffect:hover p.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect p.info:hover {
  box-shadow: 0 0 5px #fff;
}
.cart_login .dropdown-content {
    display: none;
    position: absolute;
    background-color: #cb9b2b;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	text-align: left;
	padding-top: 0;
	padding: 10px;
}
.cart_login .dropdown-content a{
	color: #fff;
	display: block;
	border-bottom: 1px dotted #fff;
	padding: 3px 0 3px 0;
}
.cart_login .dropdown-content a:hover{
	text-decoration: none;
}

.cart_login .dropdown:hover .dropdown-content {
    display: block;
}	
#main_pdf div{
	display: inline;
	width: 50%;
	float: left;
}
.nav-pills .dropdown .nav-link{
	color: #999999;
}
.nav-pills .dropdown .dropdown-menu{
	background: #021b57;
	color: #fff;
	border-radius:0;
}
.dropdown-menu{border-radius:0;}
.dropdown .dropdown-menu .dropdown-item{
	color: #000000;
}
.dropdown-menu  .dropdown-item:hover{ background:#009999; color:#FFFFFF;}
.dropdown .dropdown-menu .dropdown-item:focus{
	background:#006699;
	color: #fff;
}
.nav-pills .dropdown .dropdown-menu{
	height: 200px;
	overflow-y: auto;
}
.filter_box{
	border-bottom: 1px solid #ECECEC;
}
.filter_box li{
	list-style: none;
	display: inline;
}
.menu_section input[type=search]{
	width: 150px;
	background: #fff;
	border-radius: 0;
	height: 30px;
	margin-top: 5px;
}
.menu_section input[type=search]:focus{
	border: none;
	box-shadow: 0 0 0;
}
.menu_section .input-group-append{
	background: #fff;
	border-radius: 0;
	border:none;
	height: 30px;
	margin-top: 5px;
}
.menu_section .input-group-text{
	border-radius: 0;
}
.video_clicp{
	padding-bottom: 25px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .bzoom_small_thumbs img[src="undefined"]{
	display:none;
} 
}
.contact_form h5{
	font-size: 24px;
	font-weight: 500;
}
.contact_form p i{
	font-size: 28px;
	color: #D20000;
}