h1,h2,h3,h4,h5,h6,ul,li,a,p{
	padding: 0;
	margin: 0;
}
.container{
	max-width: 1720px;
}
body{
	font-family: 'Roboto';
}
body[data-aos-duration='40000'] [data-aos],
  [data-aos][data-aos][data-aos-duration='40000'] {
    transition-duration: 40000ms;
  }
/*top*/
.top {
    padding: 3px 0;
    width: 100%;
    margin: auto;
    background-color: #ec1e22;
}
.top .one{
}
.top .one ul {
    padding: 4px 0;
}
.top .one ul li{
	list-style-type: none;
	display: inline-block;
	padding-right: 15px;
}
.top .one ul li a{
	color: #fff;
	font-size: 15px;
	border-right: solid 1px #fff;
	padding-right: 10px;
}
.top .one ul li a:hover{
	
}
.top .two{
	
}
.top .two h1 {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: 22px;
    font-family: 'Roboto Condensed';
    font-weight: normal;
    font-style: normal;
}
.top .two h1  span{
	padding-left: 15px;
	padding-right: 15px;
}
.top .three {padding-top: 4px;}
.top .three #google_translate_element{
	text-align: right;
}
.top_social{
	padding-top: 14px;
}
.top_social ul{
	
}
.top_social ul li{
	list-style-type: none;
	padding-bottom: 21px;
}
.top_social ul li a{
	text-decoration: none;
	color: #ddd;
	text-transform: uppercase;
	background-color: #000;
	padding: 8px 8px;
}
.top_social ul li a span{
	padding-right: 10px;
}
.top_social ul li a span i{
	
}
.top_social ul li a span i:hover{
	
}
/*menu*/
.menu {
    width: 100%;
    /* background-image: url('../img/menu_bg.jpg'); */
    background-size: cover;
    background-repeat: repeat-y;
}
.menu .navbar {
    padding: .0rem 0rem;
}
.menu .navbar-brand {
    padding-top: .0rem;
    padding-bottom: .0rem;
}
.menu .search {
    padding: 6px;
}
.menu .search .form-group {
    margin-bottom: 0rem;
    position: relative;
}
.menu .search input{
	border-radius: 20px;
	background-color: #eeeeee;
}
.menu .search button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e31613;
    color: #fff;
    border-radius: 0;
    padding: 9px 13px;
    font-size: 14px;
}
.header_border1 {
    line-height: 0;
    position: absolute;
    margin-top: 3px;
    z-index: 5454545;
}
.menu .navbar-expand-lg .navbar-nav .nav-link {
	transition: 0.9s;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0px !important;
    border-bottom: solid 3px transparent;
    padding: 0;
    margin-right: 40px;
    margin-bottom: 3px;
    padding-bottom: 5px;
    
}
.menu .navbar-expand-lg .navbar-nav .nav-link:hover {
    background-color: #2e2e2e;
    color: #ec1e22;
    border-radius: 5px;
    border-bottom: solid 3px #fd0305;
}
/*big_banner*/
.big_banner{
}

.big_banner #owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.big_banner .owl-theme .owl-dots .owl-dot span {
    width: 74px;
    height: 11px;
    margin: 5px 7px;
    background: #235e02;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    transition: 0.9s;
}
.big_banner .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #d5dcd8;
}
.big_banner .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -60px;
}
.big_banner .owl-carousel .owl-stage-outer {
    z-index: -154545;
}
/*featured_products*/
/*products_range*/
.products_range{
	
}
.products_range .title_section {
    text-align: center;
    padding-bottom: 16px;
}
.products_range .title_section h1{
	text-transform: uppercase;
	text-align: center;
	font-size: 35px;
	color: #000;
	font-weight: 600;
	padding-bottom: 15px;
}
.products_range .title_section img{
	
}
.tabs .left ul {
    display: flex;
    text-align: center;
    margin: auto;
    justify-content: center;
}
.tabs .left ul li{
	list-style-type: none;
	padding-right: 20px;
}
.tabs .left ul li a {
    background-color: transparent;
    padding: 10px 30px;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.9s;
    display: inline-block;
    border-radius: 0;
    border: solid 2px #000;
}
.tabs .left ul li a:hover {
    color: #fff;
    background-color: #ee292f;
}
.our_products_range .nav-tabs {
    border-bottom: 1px solid transparent;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #ec1e22;
    border-color: transparent;
}
.prd_box_001{
	transition: 0.9s;
	    border: solid 1px #d8d8d8;
}
.prd_box_001:hover{
    border: solid 1px #fd181a;
}
.prd_box_001 .images{
	
}
.prd_box_001 .images img{
	position: relative;
	transition: 0.9s;
	width: 100%;
}
.prd_box_001:hover .images img{
}
.prd_box_001 .detail{
	background-color: #fff;
	text-align: center;
	padding: 10px 0;
	border-top: solid 1px #d8d8d8;
	transition: 0.8s;
}
.prd_box_001:hover .detail h1{
	color: #fff;
}
.prd_box_001:hover .detail h3{
	color: #fff;
}
.prd_box_001:hover .detail{
	background-color: #ec1e22;
}
.prd_box_001 .detail h1 {
    color: #5f5f5f;
    font-family: 'Roboto';
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.9s;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-block;
    font-family: 'Orbitron', sans-serif;
    font-weight: 800;
}
.prd_box_001 .detail h3 {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.9s;
    padding-bottom: 10px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 600;
}
.prd_box_001 .detail h2 {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.9s;
    background-color: #888888;
    padding: 10px 0;
}
.prd_box_001:hover .detail h2{
	background-color: #d60409;
}
.prd_box_001 .detail h2 span{
	padding-right: 10px;
}
.prd_box_001 .detail p{
	color: #000;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	transition: 0.9s;
}
.prd_box_001 .prd_shadow_001 {
    top: -4px;
    position: absolute;
    right: -8%;
    transition: 0.9s;
    border-left: 19px solid transparent;
    border-right: 37px solid transparent;
    border-bottom: 32px solid #888888;
    transform: rotate(49deg);
}
.prd_box_001:hover .prd_shadow_001{
	border-left: 19px solid transparent;
    border-right: 37px solid transparent;
    border-bottom: 32px solid #ee292f;
}
/*services**/
.services{
	padding-top: 30px;
}
.services .title_section{
	text-align: center;
}
.services .title_section h1{
	color: #000;
	font-weight: 700;
	font-size: 35px;
	text-transform: uppercase;
}
.services .title_section p{
	color: #235e02;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.services_inner{
	background-color: #efefef;
}
.border_002{
	border-top: solid 2px #256005;
	max-width: 104px;
	margin: auto;
	transition: 0.9s;
}
.services_inner .ser_box_001:hover .border_002{
	border-color: #fff;
}
.services_inner .ser_box_001{
	text-align: center;
	margin: auto;
	padding: 50px 0;
	transition: 0.9s;
}
.services_inner .ser_box_001:hover{
	background-color: #235e02;
}
.services_inner .ser_box_001 h1{
	color: #000;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 15px;
	transition: 0.9s;
}
.services_inner .ser_box_001:hover h1{
	color: #fff;
}
.services_inner .images .hover_img{
	display: none;
	text-align: center;
	transition: 0.9s;
}
.services_inner .images .real_img{
	display: inline-block;
	text-align: center;
	transition: 0.9s;
}
.services_inner .images{
	padding-bottom: 25px;
}
.services_inner .images img{
	background-color: #235e02;
	padding: 10px;
	border-radius: 50px;
	transition: 0.9s;
}
.services_inner a{
	text-decoration: none;
}
.services_inner .ser_box_001:hover .images img{
	background-color: #fefefe;
}
.services_inner .ser_box_001:hover .images .hover_img {
    display: block;
    text-align: center;
    margin: auto;
}
.services_inner .ser_box_001:hover .images .real_img{
	display: none;
}
/*welcome*/
.welcome{
        padding-bottom: 20px;
        padding-top: 25px;
        background-color: #000;
}
.welcome .welcom_right{
	
}
.welcome .welcome_left{
	padding-top: 10px;
	text-align: center;
}
.welcome .welcom_right h1{
	font-size: 36.81px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Orbitron', sans-serif;
	padding-top: 46px;
}
.welcome .welcom_right img{
	
}
.welcome .welcom_right p {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
}
.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.owl-carousel{
    -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.welcome .welcom_right{
	
}
.welcome .welcom_right{
	
}
.welcome .welcom_right .read_more {
    padding-top: 22px;
}
.welcome .welcom_right .read_more a{
	background-color: #ee292f;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Roboto Condensed';
	font-weight: normal;
    font-style: normal;
    padding: 7px 18px;
    transition: 0.9s;
}
.welcome .welcom_right .read_more a:hover{
	background-color: #000;
	color: #fff;
}
.welcome .industry_expert{
	text-align: center;
}
.welcome .industry_expert h1{
	font-size: 20.54px;
	color: #ee292f;
	text-transform: uppercase;
	font-weight: bold;
    font-style: normal;
    padding: 8px 0;
    font-family: 'Roboto Condensed';
}
.welcome .industry_expert p {
    font-size: 13px;
    font-weight: light;
    font-style: normal;
    color: #8d8d8d;
    text-transform: capitalize;
    padding-top: 11px;
}
.welcome .industry_expert a{
	background-color: #ee292f;
	padding: 7px 15px;
	color: #fff;
	transition: 0.9s;
}
.welcome .industry_expert a:hover{
	background-color: #000;
	color: #fff;
}
.hg2454 .read_more {
    padding-top: 20px;
}
/*our_certificates*/
.our_certificates {
    padding-top: 30px;
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: 20px;
}
.our_certificates .title_section{
	text-align: center;
	padding-bottom: 20px;
}
.our_certificates .title_section h1{
	color: #000;
	font-weight: 700;
	font-size: 35px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 10px;
}
.our_certificates .title_section .border_003{
	border-top: solid 2px #256005;
	max-width: 139px;
	margin: auto;
	transition: 0.9s;
}
/*gallery*/
.gallery {
    padding-top: 0px;
}
.gallery .title_section{
	text-align: center;
	padding-bottom: 20px;
}
.gallery .title_section h1{
	color: #000;
	font-weight: 700;
	font-size: 35px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 10px;
}
.gallery .title_section h1 span{
	color: #ee292f;
}
.gallery .title_section .border_003{
	border-top: solid 2px #256005;
	max-width: 139px;
	margin: auto;
	transition: 0.9s;
}
.gallery_box{
	
}
.gallery_box .images{
}
.gallery_box .images img{
	position: relative;
	width: 100%;
}
/*footer*/
.footer {
    background-color: #000000;
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer .border_005{
	border: solid 2px #fe0000;
	max-width: 52px;
}
.footer h1{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 800;
	color: #fff;
	padding-bottom: 5px;
	font-family: 'Orbitron', sans-serif;
}
.footer h1 span{
	color: #ee292f;
}
.short_about_us p {
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    color: #a9a9a9;
    padding-right: 16%;
    padding-top: 25px;
}
.categoriess{
	
}
.categoriess ul{
	padding-top: 25px;
}
.categoriess ul li{
	list-style-type: none;
}
.categoriess ul li a{
	font-weight: 400;
	font-size: 13px;
	text-transform: capitalize;
	color: #a9a9a9;
	transition: 0.9s;
	text-decoration: none;
}
.categoriess ul li a:hover{
	color: #fe0000;
}
.quick_contact{
	
}
.quick_contact ul{
	padding-top: 25px;
}
.quick_contact ul li{
	list-style-type: none;
	padding-top: 6px;
	padding-bottom: 6px;
}
.devider{
	color: #a9a9a9;
	padding: 0 10px;
}
.quick_contact ul li a {
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    color: #a9a9a9;
    transition: 0.9s;
    text-decoration: none;
    display: inline-block;
}
.quick_contact ul li a:hover{
	color: #fe0000;
}
.quick_contact ul li a span{
	padding-right: 10px;
}

.quick_contact ul li p {
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    color: #a9a9a9;
    transition: 0.9s;
    text-decoration: none;
    display: inline-block;
}
.quick_contact ul li p span{
	padding-right: 10px;
}
.quick_contact ul li p:hover{
	color: #fe0000;
}










/*news_letter*/
.news_letter {
    background-color: #040404;
    padding: 21px 0;
}
.news_letter h1 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 47px;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    font-style: normal;
}
.news_letter h1 span{
	color: #ee292f;
}
.news_letter p{
	color: #db2327;
	font-size: 14px;
	text-transform: capitalize;
	font-family: 'Roboto Condensed';
	font-weight: normal;
	font-style: normal;
}
.news_letter_001{
    position: relative;
}
.news_letter_001 input {
    
    border-radius: 0;
    background-color: black;
    color: white;
    padding: 25px 15px;
}
.news_letter_001 button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    border-radius: 0;
    color: white;
    border: transparent;
    margin-top: 1px;
    padding: 14px 43px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.9s;
    margin-right: 1px;
}
.news_letter_001 button:hover{
	background-color: #000;
	color: #fff;
}
.news_letter_001 .form-group {
    margin-bottom: 0rem;
}
/*copyright*/
.copyright {
    padding: 14px 0;
    text-align: center;
    background-color: #db2327;
}
.copyright p {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.copyright p a{
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	transition: 0.9s;
}
.copyright p a:hover{
	color: #000;
}
/*social_icon_on_all*/
.social_icon_on_all{
	position: absolute;
	top: 34%;
	left: 0;
	position: fixed;
	z-index: 5454545454;
}
.social_icon_on_all ul{
	
}
.social_icon_on_all ul li{
	list-style-type: none;
}
.social_icon_on_all ul li a{
	
}
.social_icon_on_all ul li a span{
	
}
.social_icon_on_all ul li a span i{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	transition: 0.9s;
}
.social_icon_on_all ul li a span i:hover{
	width: 60px;
}
.fa-facebook{
	color: #fff;
	transition: 0.9s;
}
.fa-facebook:hover{
	background-color: #3b5998;
}
.fa-twitter{
	color: #fff;
	transition: 0.9s;
}
.fa-twitter:hover{
	background-color: #2daae2;
}
.fa-pinterest{
	color: #fff;
	transition: 0.9s;
}
.fa-pinterest:hover{
	color: #cb2027;
}
.fa-instagram{
	color: #fff;
	transition: 0.9s;
}
.fa-instagram:hover{
	color: #e60015;
}
.fa-linkedin-in{
	color: #fff;
	transition: 0.9s;
}
.fa-linkedin-in:hover{
	color: #0073b1;
}
/*other_pages_banner*/
.other_pages_banner{
}
.other_pages_banner .images{
	
}
.other_pages_banner .images img{
	width: 100%;
}
.paginations_001 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #aca6a6;
    border: solid 1px #ddd;
    display: inline-block;
    text-align: center;
    padding: 15px 30px;
    border-radius: 30px;
    background-color: #fff;
}
.paginations_001 a{
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #aca6a6;
	transition: 0.9s;
}
.paginations_001 a:hover {
    color: #ee292f;
}
.paginations_001 span{
	padding: 0 10px;
}
.paginations_002 {
    text-align: center;
    margin-top: -25px;
}
/*Dropdown*/
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}
.cer_img img{
	width: 100%;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
.menu .dropdown-item {
    color: #fff;
    background-color: #d12429;
}
.menu .dropdown-menu {
    margin: 0;
    padding: .0rem 0;
}
/*slick slider out line*/
.slick-list {
    outline: none;
}
.slick-list {
    outline: none !important;
}
.slick-slide {
outline: none !important;
}
.slick-slide:focus { outline: none; }
.slick-slide, .slick-slide *{ outline: none !important; }
.header1 .navbar-brand img{
    width: 40%;
}
.title_section_002{
	
}
.title_section_002 h1 {
    color: #000;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    padding-top: 20px;
}
.title_section_002 h1 span{
	color: #235e02;
}
.our_services {
    padding-top: 40px;
    padding-bottom: 40px;
}
.service_box{
	border: solid 1px #e9e9e9;
	border-radius: 30px;
}
.service_box .images{
	position: relative;
	display: block;
}
.service_box .images img{
	width: 100%;
}
.service_box .detail {
    text-align: center;
    padding: 50px 30px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #9a9a9a;
}
.service_box .detail p span{
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
}
.service_box .detail p {
    text-align: center;
    justify-content: center;
    color: #000;
    font-weight: 700;
    font-size: 25px;
    line-height: 23px;
    padding-left: 23px;
    text-transform: uppercase;
    padding-bottom: 13px;
    
}
.dfsdfs_002{
	padding-top: 15px;
}
.cate_short_banner{
	padding-top: 30px;
}
.border_006 {
    border-top: solid 2px #ee292f;
    max-width: 52px;
    text-align: center;
    margin: auto;
    padding: 5px 0;
}


.our_services{
	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
}
.our_team_001{
	padding: 25px 0;
}

.prd_box_002{
	transition: 0.9s;
	border: solid 1px #d9d9d9;
}
.prd_box_002 .images{
	
}
.prd_box_002 .images img {
    position: relative;
    width: 100%;
}
.prd_box_002 .detail{
	background-color: #fff;
	text-align: center;
	padding: 10px 0;
}
.prd_box_002 .detail h1{
	color: #000;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	transition: 0.9s;
}
.prd_box_002:hover .detail h1{
	opacity: 0;
}
.prd_box_002:hover .detail p{
	opacity: 0;
}
.prd_box_002 .detail p{
	color: #000;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	transition: 0.9s;
}
.prd_box_002 .overlay {
    position: absolute;
    top: 6%;
    background-color: #5a8641cc;
    width: 80%;
    height: 80%;
    right: 10%;
    text-align: center;
    padding-top: 40%;
    opacity: 0;
    transition: 0.9s;
}
.prd_box_002:hover .overlay{
	opacity: 0.9;
}
.prd_box_002 .overlay span{
	color: #fff;
	font-size: 21px;
}
.prd_box_002 .overlay h1{
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
}
.prd_box_002 .overlay p{
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
}
.title_for_request_001{
	text-align: left;
}
.title_for_request_001 h1{
	color: #8d8d8d;
	font-weight: 400;
	font-size: 13px;
	text-transform: capitalize;
	padding: 15px 0;
	text-align: left;
}
.title_for_request_001 h1 span a {
    color: #235e02;
    font-weight: 500;
    text-transform: lowercase;
}
.enter_pass_to_check_cataloug .form-group{
	display: flex;
}
.enter_pass_to_check_cataloug .form-group label {
    color: #8d8d8d;
    font-weight: 400;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    text-transform: capitalize;
}
.enter_pass_to_check_cataloug .form-group input {
    position: relative;
    background-color: #e5e5e5;
    border-radius: 20px;
    padding: 22px 20px;
}
.enter_pass_to_check_cataloug .form-group .button{
	position: absolute;
	top: 0;
	right: 0;
	background-color: #235e02;
	color: #fff;
	text-transform: uppercase;
	border-radius: 20px;
	padding: 10px 25px;
	transition: 0.9s;
}
.enter_pass_to_check_cataloug .form-group .button:hover{
	background-color: #000;
	color: #fff;
}
.catalouge_form_002 {
    color: #8d8d8d;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0px 0 15px 0;
    text-align: left;
}
.enter_pass_to_check_cataloug{
	width: 760px;
}
.enter_pass_to_check_cataloug_01{
	width: 645px;
}
.enter_pass_to_check_cataloug_01 .form-group{
	display: flex;
}
.enter_pass_to_check_cataloug_01 .form-group input {
    position: relative;
    background-color: #e5e5e5;
    border-radius: 20px;
    padding: 22px 20px;
}
.enter_pass_to_check_cataloug_01 .form-group select {
    background-color: #e5e5e5;
    border-radius: 20px;
    padding: 1px 20px;
}
.enter_pass_to_check_cataloug_01 .form-group label {
    color: #8d8d8d;
    font-weight: 400;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    text-transform: capitalize;
}
.enter_pass_to_check_cataloug_01 .form-group span{
	color: #235e02;
    font-size: 40px;
    padding-left: 10px;
}
.enter_pass_to_check_cataloug_01 a{
	background-color: #235e02;
	color: #fff;
	text-transform: uppercase;
	border-radius: 20px;
	padding: 10px 25px;
	transition: 0.9s;
	text-align: left;
	font-weight: 600;
}
.enter_pass_to_check_cataloug_01 a:hover{
	background-color: #000;
	color: #fff;
}
.enter_pass_to_check_cataloug_01 .request_submit_button_002 {
    background-color: #235e02;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 8px 25px;
    transition: 0.9s;
    text-align: left;
    font-weight: 600;
    margin-top: -30px;
}
.enter_pass_to_check_cataloug_01 .request_submit_button_002:hover{
	background-color: #000;
	color: #fff;
}
.our_team_001{
	
}
.our_team_001 .border_008{
	border-top: solid 2px #235e02;
	max-width: 52px;
	text-align: center;
	margin: auto;
	padding-bottom: 30px;
}
.our_team_001 .title_section{
	text-align: center;
	margin: auto;
}
.our_team_001 .title_section h1{
	text-transform: uppercase;
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	padding-bottom: 10px;
}
.our_team_001_001{
	
}
.our_team_001_001 h1{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	padding-bottom: 5px;
}
.our_team_001_001 h2{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.our_team_001_001 .detail{
	text-align: center;
	padding-top: 10px;
}
.get_ing_touch{
	
}
.get_ing_touch .title_section{
	text-align: center;
}
.get_ing_touch  h1{
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	color: #000;
	padding-bottom: 5px;
	padding-top: 40px;
}
.get_ing_touch .border_001{
	max-width: 52px;
	border-top: solid 2px #ee292f;
	margin: auto;
}


.news_boxi_001{
    border-top: solid 2px #ee292f;
    margin-top: 20px;
}
.news_boxi_001 .images{
    border: solid 3px #ee292f;
}
.news_boxi_001 .images img{
    width: 100%;
}
.news_boxi_001 .detail p{
    font-size: 12px;
    font-weight: 400;
    color: #646464;
    text-transform: capitalize;
    padding-top: 10px;
}
.news_boxi_001 .date{
    background-color: #ee292f;
    text-align: center;
}
.news_boxi_001 .date p{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding: 10px 0;
}
.quanityt_input{
    border-top: solid 3px #f9f9f9;
    border-bottom: solid 3px #f9f9f9;
}
.quanityt_uinput_bg_005454 {
    background-color: transparent;
    text-transform: uppercase;
    padding-top: 8px;
    color: #7a7a7a;
    font-size: 13px;
    font-weight: 500;
}


/*selection none*/
.owl-next:focus, .owl-prev:focus {outline: none;}
.slick-slide {outline: none;}
input:focus { outline: none; }
.form-control:focus{
    box-shadow: none;
        border-color: transparent;
}
button:focus {
    outline: none;
}
.sticky555 {
    background-color: #000;
    position: sticky;
    padding-top: 0;
    box-shadow: 0 10px 6px -6px #777;
}
.sticky555 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    transition: 0.9s;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 15px;
    border-radius: 0;
    border-radius: 0px !important;
    margin-right: 18px;
}
#carouse2 .owl-prev{
	display: none;
}
#carouse2 .owl-next{
	display: none;
}
/*search*/
.openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}
.responsive_search{
	background-color: #202020;
	    position: relative;
}
.responsive_search .form-group {
    margin-bottom: 0rem;
}
.responsive_search input {
    position: relative;
    border-radius: 0;
    padding: 20.5px 15px;
    background-color: #3b3b3b;
    border: none;
    font-size: 14px;
    color: #9d9d9d;
    text-transform: capitalize;
    font-family: 'Roboto Condensed';
        width: 300px;
}
.responsive_search button {
    position: absolute;
    top: 0;
    right: 0%;
    background-color: #2e2e2e;
    color: #fff;
    border-radius: 0;
    padding: 7.5px 16px;
}
.responsive_search button:hover{
	color: #000;
	background-color: #fff;
}
.catbox{
	
}
.catbox .images{
	
}
.catbox .images img{
	width: 100%;
}
.catbox .detail{
	
}
.catbox .detail a{
	background-color: #000;
	color: #fff;
	transition: 0.9s;
	text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 10px;
}
.catbox .detail a:hover {
    background-color: #ee292f;
    color: #fff;
}
.prd_box_001 .prd_shadow_002 {
    top: -2px;
    position: absolute;
    right: -8%;
    transition: 0.9s;
    border-left: 25px solid transparent;
    border-right: 37px solid transparent;
    border-bottom: 32px solid #888888;
    transform: rotate(50deg);
}
.prd_box_001:hover .prd_shadow_002{
	border-left: 25px solid transparent;
    border-right: 37px solid transparent;
    border-bottom: 32px solid #ee292f;
}

.big_banner{
	
}
.big_banner img{
	width: 100%;
}
.big_banner .slick-prev:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f053";
    width: 44px;
    height: 99px;
}
.big_banner .slick-prev:before:hover{
    color: #000000;
}
.big_banner .slick-next:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054";
    width: 44px;
    height: 99px;
}
.big_banner .slick-next:before:hover{
    color: #000000;
}
.big_banner .slick-next{
    right: 5%;
    color: #ffffff;
    width: 44px;
    height: 99px;
    transition: 0.9s;
}
.big_banner .slick-next:hover{
    background-color: #ee292f;
    color: #000000;
}
.big_banner .slick-prev{
    display: block;
    position: absolute;
    z-index: 5454544;
    left: 5%;
    color: #ffffff;
    width: 44px;
    height: 99px;
    transition: 0.9s;
}
.big_banner .slick-prev:hover {
    background-color: #d12429;
    color: #000000;
}
.cat_left a {
    background-color: #343434;
    color: #fff;
    padding: 14px 24px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    transition: 0.9s;
}
.cat_left a:hover{
    background-color: #ee292f;
}
.news_letter ul{
	display: flex;
	border-right: solid 3px #ddd;
}
.news_letter ul li{
	list-style-type: none;
	padding-right: 20px;
	
}
.news_letter ul li a{
	text-decoration: none;
}
.news_letter ul li a span{
	
}
.news_letter ul li a span i:hover{
	background-color: #2767a2;
	color: white;
}
.news_letter ul li a span i{
	text-align: center;
    color: white;
    background-color: transparent;
    border: solid 1px #313231;
    font-size: 20px;
    padding: 10px;
    width: 40px;
}
/*custom_made_services*/
.custom_made_services {
    padding-bottom: 20px;
    background-color: #2e2e2e;
    padding-top: 20px;
}
.custom_made_services .text_section{
	text-align: center;
	padding-bottom: 13px;
}
.custom_made_services .text_section h1 {
    font-size: 25px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-family: 'Roboto';
    font-weight: bold;
    font-style: normal;
}
.custom_made_services .text_section p {
    font-size: 14px;
    text-transform: capitalize;
    color: #888888;
    text-align: center;
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
}
.custom_made_services .text_section img{
	text-align: center;
}
.custom_made_services .custom_made_services_box_001{
	
}
.custom_made_services .custom_made_services_box_001 h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #ededed;
    text-align: left;
    padding-top: 10px;
    font-family: 'Roboto';
    font-weight: bold;
    font-style: normal;
}
.custom_made_services .custom_made_services_box_001 p{
	font-size: 13px;
	text-transform: capitalize;
	color: #afafaf;
	font-weight: 400;
	text-align: left;
	font-family: 'Roboto';
	font-weight: 300;
    font-style: normal;
}
.custom_made_services .custom_made_services_box_001{
	
}
.custom_made_services .custom_made_services_box_001 img{
	width: 100%;
}
/*news_production*/
.news_production{
	
}
.news_production .left{
	padding-top: 15px;
}
.news_production .left h1{
	font-size: 30px;
	color: #000;
	font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-family: 'Roboto';
}
.news_production .left h1 span{
	font-size: 30px;
	font-weight: bold;
    font-style: normal;
	color: #ee292f;
	
    text-transform: uppercase;
}
.news_production .right{
	padding-top: 15px;
}
.news_production .right h1{
	font-size: 30px;
	color: #fff;
	font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
}
.news_production .right h1 span{
	font-size: 30px;
	font-weight: bold;
    font-style: normal;
	color: #fff;
	
    text-transform: uppercase;
}
.news_production .news_bx12{
	
}
.news_production .news_bx12 .box{
	text-align: center;
} 
.news_production .news_bx12 .box .images{
	width: 100%;
} 
.news_production .news_bx12 .box .images img{
	text-align: center;
	width: 100%;
} 
.news_production .news_bx12 .box .detail{
	
} 
.news_production .news_bx12 .box .detail h6{
	color: #000000;
	font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 0;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    font-style: normal;
} 
.news_production .news_bx12 .box .detail .news_border1252{
	border-top: solid 1px #4f4f4f;
}
.news_production .news_bx12 .box .detail h5{
	color: #898989;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 400;
    font-style: normal;
    font-family: 'Roboto Condensed';
    text-align: left;
    padding: 10px 0;
} 
/*header*/
.header{
	padding: 14px 0px;
	background-color: #2c2c2c;
}
.header .right{
	
}
.header .right ul {
    float: right;
    padding: 32px 0;
}
.header .right ul li{
	list-style-type: none;
	display: inline-block;
}
.header .right ul li a{
	color: #000;
	font-family: 'Roboto Condensed';
	font-weight: normal;
    font-style: normal;
    color: #3d3d3d;
    font-size: 20px;
    padding-right: 20px;
}
.header .right ul li a span{
	padding-right: 20px;
}
.header .right ul .cart {
    border-left: solid 1px #c3c3c3;
    padding-left: 22px;
    margin-left: 20px;
}
#carousel .owl-prev{
	display: none;
}
#carousel .owl-next{
	display: none;
}








.our_products_range{
	padding-top: 15px;
}
.our_products_range_tiotle{background-color: #ec1e22;}
.our_products_range_tiotle .border_00{
	text-align: center;
	padding: 12px 0;
}
.our_products_range_tiotle h1{
	text-transform: uppercase;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	padding: 6px 0;
	text-align: center;
	font-family: 'Orbitron', sans-serif;
}
.sub_categories{
	padding: 20px 0;
	background-image: url('../img/catgories_bg.jpg');
	background-size: 100%;
}
.sub_categories .title_section{
	text-align: center;
}
.sub_categories_slider{
	padding-top: 15px;
}
.sub_categories .title_section h1{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 40px;
}
.sub_categories .container{
	max-width: 1740px;
}
.box .images img{
	position: relative;
}
.box .detail .view_more_button{
	visibility: hidden;
}
.box:hover .detail .view_more_button{
	visibility: visible;
}
.box .detail h5{
	color: white;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 29.67px;
	text-transform: uppercase;
	padding-top: 30px;
}
.box .detail h5 span{
	color: #f7040d;
}
.box .detail{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    width: 70%;
    background-color: transparent;
    margin-left: 15%;
    height: 100%;
    transition: all 0.9s;
}
.search_00200200202020020{
    display: none;
}
.box .detail:hover{background-color: #ff00008f;}
.view_more_button {
    padding-top: 110%;
    transform: all 0.9s;
    width: 100%;
    text-align: center;
}
.view_more_button a{
	margin: auto;
	text-align: center;
	justify-content: center;
}
.view_more_button a img{
	    margin: auto;
    text-align: center;
}
.box{
	text-align: center;
}



/*catalog*/
.catalog{
	
}
.catalog .left{
	
}
.catalog .right{
	text-align: right;
}
.catalog .right h1{
	text-transform: uppercase;
	color: #ea161c;
	font-size: 36px;
}
.catalog .right h2{
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
}
.catalog .right p{
	color: #c1c1c1;
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.catalog .right a{
	text-transform: uppercase;
	background-color: #ea161c;
	color: #fff;
	transition: 0.8s;
	padding: 10px 20px;
}
.catalog .right a:hover{
	background-color: #fff;
	color: #000;
}





/*footer*/
.footer{background-color: #040404;}
.footer .left{
	border-right: solid 1px #404040;
	height: 100%;
}
.foot_short_about{
	padding-top: 20px;
}
.foot_short_about p{
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	padding: 30px 13px;
}
.foot_social{
    margin: auto;
}
.foot_social ul{
}
.foot_social ul li{
	list-style-type: none;
	display: inline-block;
}
.foot_social ul li h1{
	
text-transform: uppercase;
	
color: #fff;
	
font-weight: 300;
}
.foot_social ul li a{
	text-decoration: none;
}
.foot_social ul li a span{
	
color: #ffff;
	
text-transform: uppercase;
	
padding: 10px 28px;
	
font-size: 30px;
	
font-weight: 500;
}
.foot_social ul li a span i:hover{
	color: #000;
}
.footer .right{
}
.footer .right h1{
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	padding-top: 40px;
	padding-bottom: 10px;
	font-weight: 700;
}
.footer .border_001{
	border-top: solid 1px #686868;
	width: 220px;
	margin-bottom: 15px;
}
.quick_links{}
.quick_links ul{
	padding-top: 15px;
}
.quick_links ul li{
	list-style-type: none;
}
.quick_links ul li a{
	font-weight: 300;
	font-size: 15px;
	text-transform: capitalize;
	color: #fff;
	transition: 0.9s;
	text-decoration: none;
	display: block;
	padding: 4px 0;
}
.quick_links ul li a span{
	padding-right: 10px;
	font-size: 10px;
	border: ;
}
.quick_links ul li a:hover{
	color: #ff0008;
}
.foot_cat{
	padding-left: 20%;
}
.foot_cat ul{
	padding-top: 25px;
}
.foot_cat ul li{
	list-style-type: none;
}
.foot_cat ul li a{
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	color: #a8a8a8;
	transition: 0.9s;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
}
.foot_cat ul li a span{
	padding-right: 15px;
}
.foot_cat ul li a:hover{
	color: #e41613;
}
.foot_contact{
	padding-left: 40px;
	padding-bottom: 40px;
}
.foot_contact ul{
	padding-top: 15px;
}
.foot_contact ul li{padding-bottom: 9px;}
.foot_contact ul li p{
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}
.foot_contact ul li p a{
	color: #fff;
	transition: 0.9s;
	font-size: 15px;
	font-weight: 300;
}
.foot_contact ul li p a:hover{
	color: #ff0008;
}
.foot_contact ul li p span{
	
}
.foot_contact ul li p span i{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	justify-content: center;
	border-radius: 0;
	margin-right: 12px;
	color: #fff;
	border-right: solid 1px #fff;
}
.quick_links ul li a{
	font-weight: 300;
	font-size: 15px;
	text-transform: capitalize;
	color: #fff;
	transition: 0.9s;
	text-decoration: none;
	display: block;
	padding: 4px 0;
}
.quick_links ul li a span{
	padding-right: 10px;
	font-size: 10px;
}
.quick_links ul li a:hover{
	color: #ff0008;
}


.menu .megamenu {
    width: 1435px;
    left: -200px;
    margin: 70px 30px 40px 30px;
    margin-top: 0px;
    z-index: 54545454455654;
    padding: 25px 30px;
    padding: 25px 30px !important;
    background-color: #000000;
    margin-top: -1px !important;
    min-height: 400px;
    height: 400px;
    height: auto !important;
}
.sticky555 .megamenu {
    width: 1300px;
    left: -540px;
    margin: 70px 30px 40px 30px;
    margin-top: 0px;
    z-index: 54545454455654;
    padding: 25px 30px;
    padding: 25px 30px !important;
    background-color: #000000;
    margin-top: -1px !important;
    min-height: 400px;
    height: 400px;
    height: auto !important;
}
.menu .megamenu .m_name {
    margin-bottom: 10px;
    border-bottom: solid 1px #a0a0a0;
}
.menu .megamenu .s_menu span{
    padding-right: 15px;
}
.menu .megamenu .m_name a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    transition: 0.9s;
}
.menu .megamenu .m_name a:hover{
	color: red;
}
.menu .megamenu .s_menu a {
    color: #a0a0a0;
    text-transform: capitalize;
    font-size: 14px;
    transition: 0.9s;
    font-weight: 400;
    line-height: 31px;
}
.menu .megamenu .s_menu a:hover {
    color: #c90000;
}






/*mega_menu2121*/
.mega_menu21212 .mega_menu2121{
    width: 100%;
    height: 0px;
    background-color: #000;
    position: absolute;
    left: 0;
    padding: 10px 23px;
    display: none;
    transition: 0.8s;
}
.mega_menu21212:hover .mega_menu2121{
    padding: 10px 10px;
    display: block;
    height: 400px;
    background-color: #000 !important;
    z-index: 4164546446;
}
.hide_in_big{
    display: none;
}

.menu .mega_menu2121 .m_name {
    margin-bottom: 10px;
    border-bottom: solid 1px #a0a0a0;
}
.menu .mega_menu2121 .s_menu span{
    padding-right: 15px;
}
.menu .mega_menu2121 .m_name a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    transition: 0.9s;
}
.menu .mega_menu2121 .s_menu a {
    color: #a0a0a0;
    text-transform: capitalize;
    font-size: 14px;
    transition: 0.9s;
    font-weight: 400;
    line-height: 31px;
}
.menu .mega_menu2121 .s_menu a:hover {
    color: #c90000;
}



.news_production .detail:hover{
    background-color: #fff;
}




/*gallery*/
.gallery {
}
.gallery .title_section{
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 21px;
}
.gallery .title_section h1{
	color: #fff;
	font-weight: 700;
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	background-color: #fe0000;
	padding: 10px 0;
}
.gallery .title_section h1 span{
	color: #e41613;
}
.gallery .title_section .border_003{
	border-top: solid 2px #256005;
	max-width: 139px;
	margin: auto;
	transition: 0.9s;
}
.gallery_box{
	
}
.gallery_box .images img{
	position: relative;
	width: 100%;
}
.gallery_box .detail {
    position: absolute;
    top: 5%;
    width: 90%;
    height: 90%;
    text-align: center;
    vertical-align: middle;
    opacity: 0;
    transition: 0.9s;
    left: 5%;
    border: solid 3px #ed1c24;
    background-color: #000000ad;
}
.gallery_box:hover .detail{
	opacity: 0.9;
}
.gallery_box .detail span {
    color: #fff;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    font-size: 45px;
}
.gallery_box .detail span i {
    text-align: center;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    padding-top: 40%;
}
.signup_bitton{
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px 18px !important;
    border: none;
    text-transform: uppercase;
    border-top: solid 1px #ced4da;
    border-right: solid 1px #ced4da;
    border-bottom: solid 1px #ced4da;
    transition: 0.8s;
}
.signup_bitton:hover{
    background-color: red;
}





/*why_choose*/
.why_choose{
	background-color: #1f1f1f;
}
.why_choose .why_choose_box{
	
text-align: center;
	
padding: 30px;
	
width: 100%;
}
.why_choose .why_choose_box:hover{
	background-color: #0f0f0f;
	transition: 0.8s;
}
.why_choose .why_choose_box h1{
	
padding-bottom: 5px;
	
font-size: 22px;
	
font-weight: 800;
}
.why_choose .why_choose_box .border_001{
	width: 90px;
	margin: auto;
	height: 2px;
	text-align: center;
	border-top: solid 2px #f18c3e;
}
.why_choose .why_choose_box p{
	
padding-top: 10px;
	
color: #fff;
	
opacity: 0.7;
	
text-transform: capitalize;
	
font-size: 14px;
}




.produicts_catergories_01{
	background-color: #1f1f1f;
}
.hover_img{
    display: none;
}
.tus_categ1 .hover_img{
    transition: 0.8s;
    width: 10px !important;
}
.tus_categ1:hover .hover_img{
    width: 100% !important;
    display: block;
}
.tus_categ1:hover .real_img{
    display: none;
}





/*your_safety_our_priority*/
.your_safety_our_priority{
	background-color: #1f1f1f;
	padding: 25px 0 12px 0;
}
.your_safety_our_priority h1{
	    text-align: center;
    font-weight: 600;
    color: #fff;
    font-family: 'Orbitron', sans-serif;
    font-size: 32px;
}
.your_safety_our_priority p{
	    color: #a7a7a7;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
}



.gallery_and_ispo{
	background-color: #1f1f1f;
	padding-bottom: 10px;
}
.gallery_and_ispo .title_section{
	padding-bottom: 15px;
}
.gallery_and_ispo .title_section h1{
	text-align: center;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	font-family: 'Orbitron', sans-serif;
	font-size: 26px;
	padding-top: 13px;
}


.cat_box{
	
}
.cat_box .images{
	
}
.cat_box .images img{
	border: solid 3px #8b8b8b;
	transition: 0.8s;
	width: 100%;
}
.cat_box:hover .images img{
	border: solid 3px #ee292f;
}
.cat_box .detail{
	
}
.cat_box .detail h1{
	color: #fff;
	text-align: center;
	font-family: 'Orbitron', sans-serif;
	font-size: 18px;
	padding: 11px 0;
	font-weight: 800;
	text-transform: uppercase;
	transition: 0.8s;
}
.cat_box:hover .detail h1{
	color: #ee292f;
}
.gallery_and_ispo .right h1 {
    text-align: center;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Orbitron', sans-serif;
    padding-top: 50px;
}
.gallery_and_ispo .right p{
	text-align: center;
	color: #fff;
	padding-bottom: 20px;
	line-height: 28px;
}
.gallery_and_ispo .right img{
	text-align: center;
	margin: auto;
	justify-content: center;
}



/*certificates*/
.certificates{
	background-color: #000000;
	text-align: center;
	margin: auto;
	justify-content: center;
	padding: 26px 0;
}
.news_letter .left{
	    border-bottom: solid 1px #3e3e3e;
    padding-bottom: 20px;
}
.gallery_and_ispo .right{
	    margin: auto;
    justify-content: center;
    text-align: center;
}


.responsive_search  a{
	color: #fff;
	background-color: #000;
	margin-right: 5px;
	transition: 0.8s;
	text-transform: uppercase;
	font-weight: 500;
	
}
.responsive_search a:hover{
	background-color: #ec1e22;
}



.our_products_range_tiotle1{
	background-color: #494949;
}
.our_products_range_tiotle1 h1{
	    text-transform: uppercase;
	    color: #fff;
	    font-size: 30px;
	    font-weight: 800;
	    padding: 12px 0;
	    text-align: center;
	    font-family: 'Orbitron', sans-serif;
	    border-bottom: solid 2px #d8d8d8;
}
.our_products_range_tiotle1 h1 span{
	color: #ec1e22;
}





.gallery_and_ispo .left .one{
	text-align: center;
	padding-top: 60px;
}
.gallery_and_ispo .left .two{
	
} 
.gallery_and_ispo .left .two h1{
	font-size: 26px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Orbitron', sans-serif;
	padding-top: 60px;
	font-weight: 800;
	padding-bottom: 20px;
	border-bottom: solid 2px #ee292f;
	display: inline-block;
}

.gallery_and_ispo .left .two p{
	font-size: 14px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 400;
	line-height: 30px;
	padding-bottom: 20px;
	padding-top: 14px;
}
.gallery_and_ispo .left .two .download{
	
} 
.gallery_and_ispo .left .two .download a{
	background-color: #ee292f;
	padding: 10px 30px;
	color: #fff;
	text-transform: uppercase;
	transition: 0.8s;
}
.gallery_and_ispo .left .two .download a:hover{
	background-color: #fff;
	color: #000;
}


.modal-content{
	padding: 25px;
    text-align: center;
    margin-top: 30%;
    background-color: transparent;
}
.modal-content input{
	border: solid 1px black;
	border-radius: 0;
    padding: 30px 20px;
    background-color: #00000091;
    border: solid 1px;
}
.modal-content button{
	background-color: #fd4142;
	color: #000000;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	transition: 0.9s;
	border-radius: 0;
}