table tr td tr:last-child{border-bottom:1px solid lightgray;}
.discription{background:#FFFFFF; color:#000000; margin:0; padding:0; text-transform:capitalize; font:'roboto'; font-size:16px;}
.proinfo{font-weight:600; color:#000000; font-size:20px;}

.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: #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;
}
.home_collection img{
	width: 100%;
	height: 350px;
	}
#jssor_2{
	position:relative; 
	margin: 0 auto;
	top: 0px; 
	left: 0px; 
	width: 1150px;
	height: 350px;
	overflow: hidden;
	visibility: hidden;
 }
.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;
}

.other_quality_img img{
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 500px) and (min-width: 320px)  {
	.case_quality_img img{
		width: 100%;
		height: 300px;
	}
}
.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{
	border: 1px solid #021b57;
	border-radius: 0;
	padding: 3px 10px 3px 10px;
	width: 150px;
	margin-top: 10px;
	cursor:pointer;
	background: #021b57;
	color: #fff;
}
.product_cart_btn a{cursor:pointer;color: #FFFFFF;}
.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 #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;
}
.dropdown-menu{border-radius:0;}
.dropdown .dropdown-menu .dropdown-item{
	color: #000000;
}
.dropdown-menu  .dropdown-item:hover{ background:#d5652c; color:#FFFFFF;}
.dropdown .dropdown-menu .dropdown-item:focus{
	background:#33a457;
	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;
}
































































.shadow{box-shadow:0px;}
.logo_img{text-align:center; margin:0; padding:15px;}
.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .nav-link{
  color:#000000;}
.second_img_banner{
	padding:0;
	margin:0;
}
.top_margin{margin-top:80px;}
.top_margin_about{margin-top:90px;}
.product_cat_type{
	text-align:center;
	font-size:24px;
	color:#000000; 
	font-weight:600;
	padding:10px 5px;
	border-bottom:1px solid #CCCCCC;
	margin:25px;
 }
.product_cat_name{text-align:center; font-size:14px; color:#000000; font-weight:600; text-decoration:none; text-transform:uppercase;padding:0; margin:0;}
.product_cat_dis{text-align:center; font-size:12px; color:#000000; font-weight:400; text-decoration:none; text-transform:uppercase;padding:0; margin:0;}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){outline:0; border:0}
.second_img_banner img{ cursor:pointer;}
.news_letter_section{background:#d5652c; color:#FFFFFF; padding:25px}
.news_letter_section .news_text{font-size:18px; padding:0; font-family: Times, serif; margin:0}
.news_letter_section .dsk_btn,.news_letter_section .dsk_btn:hover{background:none; color:#FFFFFF; border:1px solid #FFFFFF; margin-left:2px; border-radius:0; height:40px}
.news_letter_section input[type=email]{ background:none;border-radius:0; color:#FFFFFF; border:1px solid #FFFFFF;outline:0;  height:40px}
.img_container{padding:10px; margin:0;}
.img_container img{ width:90%}
/* .img_footor{background:;} */
.img_text{
	font-size:24px;
	padding:20px 0 20px 0;
	text-transform:capitalize;
	font-family:'novecento';
}
.img_content{
	font-size:18px;
	margin-top:75px;
	margin-bottom:10px;
	padding:0;
}
.img_right_part a{
	background:#669966; 
	color:#FFFFFF;
	margin:0; 
	padding:5px 10px 5px 10px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	text-shadow:rgba(0,0,0,0.5) 0px 2px 2px;
	text-align:center;
 }
.img_right_part a:hover{
	background:#FFFFFF; 
	color:#000000;
	text-shadow:rgba(0,0,0,0.5) 0px 2px 2px;
	border:1px solid #000000;
}
.img_grid{padding:10px; margin:0;}
.remove_padding img{ width:100%; height:450px; cursor:pointer}

.footer_main_content{
	color:#FFFFFF;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:20px 0 5px 0 ;
	font-weight:600;
	margin:0;
}
.footer_main_part{
	padding:0;
	margin:0;
	padding-left:25px;
}
.footer_main_part ul {
	font-size:12px;
	padding:0;
	margin:0;
	list-style:none;
	margin:0;
}
.footer_main_part ul li{
	text-decoration:none;
	text-transform:none;
	margin:0;
	padding:5px;
}
.footer_social_network ul {margin:0;padding:0; font-family:'roboto'; display:inline-block;}
.footer_social_network ul li { margin:0; padding:0;padding-left:5px;}
.footer_social_network ul li .fa{color:#FFFFFF;}
.footer_social_network ul li .fa:hover{color:#FF9900;}
.carousel-item img{height:500px;}
.footer_main_part ul li a{font-size:16px;padding:0;margin:0;color:#FFFFFF;text-shadow:none;font-weight:600;margin:0;}
.img_footor{ background:url(../bgrnd/1.jpg); color:#FFFFFF;}
.bottom_footer{padding:0;padding-bottom:15px; margin:0;}
.copyright_border{border-top:1px solid #CCCCCC;}
.copyright_content{font-size:14px; font-family:roboto; background:url(../bgrnd/1.jpg); color:#FFFFFF; font-weight:400; padding:5px;}
.copyright_content a{font-size:14px; font-family:roboto; color:#FFFFFF; font-weight:400; font-size:15px;}
.copyright_content a:hover{color:#FF0000; transition:0.5s;}
.footer_main_part ul li a:hover{text-decoration:underline;}
.space_img{padding:15px}
.space_img img{height:350px; width:100%}
.footer_contact_part ul{padding:0; margin:0;}
.footer_contact_part ul li{list-style:none; font-size:20px; font-weight:600;}
.footer_contact_part .addrs{font:Arial, Helvetica, sans-serif; font-size:14px; padding:0; margin:0; padding-left:5px;text-shadow: rgba(0,0,0,0.5) 0px 2px 2px;}
@media only screen and (max-width:767px){.hero-slides { width:100%;height:100%;} .footer_main_content{ padding:15px 0 5px 0; font-size:12px;}

.footer_main_content{
	color:#FFFFFF;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:20px 0 5px 0 ;
	font-weight:600;
	margin:0;
}
.footer_main_part{
	padding:0;
	margin:0;
	padding-left:10px;
}
.footer_contact_part ul li{list-style:none; font-size:16px; font-weight:600;}
.footer_contact_part .addrs{font:Arial, Helvetica, sans-serif; font-size:14px; padding:0; margin:0;}
.footer_main_part ul li,.footer_main_part ul li a{ font-size:14px; text-decoration:none; text-transform:none;}
.fadeInUp{text-align:center; font-size:14px;}
.section-heading h2{text-align:center; font-size:20px;}
.copyright_content,.copyright_content a{font-size:12px;}
/* .mobile_img img{width:100px; padding:;} */
.second_img_banner img{height:auto;}
.news_letter_section .news_text{font-size:12px; padding:0; margin:0;}
.news_letter_section{padding:15px;}
.img_container img{ width:100%; padding:0; margin:0}
.img_text{text-align:center;}
.remove_padding,.img_grid{padding:0; margin:0;}
.img_content{
	font-size:14px;
	text-align:center;
	margin-top:15px;
	margin-bottom:10px;
}
.img_right_part{text-align:center;}
.img_grid img{ width:100%; height:250px; cursor:pointer;padding:0; margin:0;}
.img_footor{margin-top:10px;}
.carousel-item img{height:200px;}
.top_margin{margin-top:50px;}
.top_margin_about{margin-top:50px;}
.space_img img{height:200px; width:100%}
.product_cat_type{
	text-align:center;
	font-size:16px;
	margin:5px;
}
.space_img{padding:5px}
}

.nav-color {
	background-color: #d3d3d3 !important;
}
.form-new-control::placeholder {
	color: #FFF;
	opacity: 1;
}
input.form-new-control:focus,
textarea.form-new-control:focus,
select.form-new-control:focus {
	box-shadow: none;
}
.dsk_btn:focus{
	box-shadow: none;
}