/* CSS Document */
html, body{
    font-size: 100%;
	font-family: 'Lato', sans-serif;
	background:#ffffff;
}
.header_top{
	background: #fff;
	width: 100%;
	color: #131514;
	font-size: 14px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	border-bottom: 1px solid #F0F0F0;
	height: 32px;
	line-height: 30px;
}
.logo{
	padding: 0;
}
.logo img{
	/*width: 100%;*/
}
.header{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #F0F0F0;
}
.login_btn{
	color: #021b57;
	font-size: 14px;
	text-align: center;
	font-family: 'Lato', sans-serif; 
}
.cart_login{
	padding-top: 15px;
}

.cart_login .login_btn{
	margin-top: 7px;
}
.cart_icon_text{
	color: #021b57;
	font-size: 14px;
	text-align: center;
	font-family: 'Lato', sans-serif; 
}
.cart_icon_text:hover{
	text-decoration: none;
}
.menu_section{
	background: #021b57;
}
.navbar{
	padding: 0;
}
.navbar-dark .navbar-nav .nav-item{
	padding-left: 10px;
	padding-right: 10px;
}
.navbar-dark .navbar-nav .nav-item:hover{
	background: #fdd501;
	color: #fff;
}
.navbar-dark .navbar-nav .nav-link{
	color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover{
	color: #fff;
}
.navbar-dark .navbar-nav .active{
	background: #fdd501;
	color: #fff;
	font-weight: bold;
}
.navbar-expand .navbar-nav .dropdown-menu{
	background: #021b57;
	border-radius: 0;
	color: #fff;
}
.navbar-nav .dropdown-menu a{
	color: #fff;
}
.navbar-nav .dropdown-menu a:hover{
	background: #fdd501;
}
/*.navbar-dark .navbar-nav .nav-link:hover{
	color: #fff;
}*/
.carousel-inner img {
      width: 100%;
      height: 100%;
  }
.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: 28px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}
.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: 24px;
	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;
}

/*-------------------------------footer-----------------------*/
.footer{
	background: url(../images/footer_bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	padding: 15px;
}
.footer .bold{
	font-size: 24px;
	color: #cb9b2b;
	text-align: left;
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
}
.footer ul{
	padding-left: 2px;
}
.footer ul li{
	list-style: none;
	display: block;
	color: #6f6d6e;
	font-size: 16px;
}
.footer ul li a:hover{
	color: #fff;
}
.footer ul li a{
	text-decoration:none;
	color: #6f6d6e;
}
#social ul li{
	list-style: none;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
}
.footer .fa-facebook {
  background: #3B5998;
  color: white;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
}
.footer .fa-twitter {
  background: #55ACEE;
  color: white;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
}

.footer .fa-google {
  background: #dd4b39;
  color: white;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
}

.footer .fa-linkedin {
  background: #007bb5;
  color: white;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
}
.address h5{
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
}
.address p{
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	color: #6f6d6e;
	text-align: justify;
}
.copyright{
	background: #1a1d2c;
	padding: 10px 10px 5px 10px;
	color: #fff;
}
/*=======================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: #021b57;
	color: #fff;
	padding: 2px 15px 2px 15px;
	font-family: 'Raleway', sans-serif;
	border-radius: 0;

}
.more_btn:hover{
	color: #fff;
	text-decoration: none;
	background: #fdd501;
}
.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;
}
.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;
}
.aard img{
	width: 100%;
	height: 250px;
}
.case_quality_img{
	margin-bottom: 45px;
}
.case_quality_img a:hover{
	text-decoration: none;
}
.collection_title{
	font-size: 20px;
	color: #5A5A5A;
	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;
}
.product_cart_btn{
	border: 1px solid #021b57;
	border-radius: 2px;
	padding: 3px 10px 3px 10px;
	width: 150px;
	margin-top: 10px;
	background: #021b57;
	color: #fff;
}
.product_cart_btn:hover{
	background: #fdd501;
	border: 1px solid #fdd501;
}
.gallery_detail img{
	width: 500px;
	height: 600px;
}
.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 #EBEBEB;
	font-weight: bold;
	color: #fff;
	background: #fdd501;
}
.cart_table table tfoot td{
	padding: 5px;
	border: 1px solid #EBEBEB;
	font-weight: bold;
	color: #fff;
	background: #fdd501;
}
.cart_table table td{
	padding: 10px;
	border: 1px solid #EBEBEB;
}
.cart_table table thead tr{
	padding: 10px;
}
.cart_table i{
	font-size: 18px;
	color: red;
}
.order_place{
	border: 1px solid #292826;
	background: #292826;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.order_place:hover{
	color: #fff;
}
.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;
}
.nav-pills .dropdown .dropdown-menu .dropdown-item{
	color: #fff;
}
.nav-pills .dropdown .dropdown-menu .dropdown-item:hover{
	background: #FDD501;
	color: #fff;
}
.nav-pills .dropdown .dropdown-menu .dropdown-item:focus{
	background: #FDD501;
	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;
}