.container{
	max-width: 1600px;
}
h1,h2,h3,h4,h5,h6,ul,li,p{
	padding: 0;
	margin: 0;
}
.padding1{
	height: 14px;
}
body{
	font-family: 'Poppins', sans-serif;
}
/*top*/
.top {
    background-color: #6a1b9a;
    padding: 5px 0;
}
.top .one p {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #fff;
    line-height: 25px;
}
.top .logo {
    position: absolute;
    z-index: 2;
}
.top .top_contact{
	
}
.top .top_contact ul{
	
}
.top .top_contact ul li{
	list-style-type: none;
	display: inline-block;
	padding-right: 20px;
}
.top .top_contact ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
}
.top .top_contact ul li a span{
	padding-right: 5px;
}
/*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: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #000000;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.big_banner .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #6a1b9a;
}
.big_banner .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -60px;
}
.big_banner .owl-carousel .owl-stage-outer {
    z-index: -154545;
}
.other_pages_banner .images img{
	width: 100%;
}
/*menu*/
.menu{
	background-color: #eeeeee;
}
.menu .navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    padding: 20px 10px;
    transition: 0.9s;
    padding-left: 9px !important;
    padding-right: 9px !important;
}
.menu .navbar-light .navbar-nav .nav-link:hover{
	background-color: #6b1b9a;
	color: #fff;
}
.menu .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .0rem;
    padding-left: .0rem;
}
.menu .nav-link {
    display: block;
    padding: .0rem 0rem;
}
.menu .navbar {
    padding: .0rem 0rem;
}
/*font_about*/
.font_about {
    padding-top: 55px;
    padding-bottom: 25px;
}
.font_about .one{
	
}
.font_about .one img{
	width: 100%;
}
.font_about .two {
    background-image: url(../img/front_about_right_img.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 20px 50px;
    margin-top: 8%;
}
.front_about .border_01{
	border-top: solid 1px #000;
}
.font_about .two h1{
	text-transform: uppercase;
	text-align: left;
	font-size: 35px;
	color: #000;
	font-weight: 600;
	padding-bottom: 15px;
}
.font_about .two h1 span{
	color: #6a1b9a;
}
.font_about .two p{
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	color: #6c6c6c;
	padding-bottom: 30px;
}
.font_about .two .read_more{
	padding-bottom: 20px;
}
.font_about .two .read_more a{
	transition: 0.9s;
	background-color: #000;
	color: #fff;
	padding: 15px 15px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.9s;
}
.font_about .two .read_more a:hover{
	background-color: #6a1b9a;
	color: #fff;
}
/*our_categories*/
.our_categories{
	background-image: url('../img/categories_bg.jpg');
	background-size: 100%;
	padding: 30px 0;
}
.our_categories .title_section{
	text-align: center;
}
.our_categories .title_section h1{
	text-transform: uppercase;
	text-align: center;
	font-size: 35px;
	color: #000;
	font-weight: 600;
	padding-bottom: 15px;
}
.our_categories .title_section img{
	
}
.our_categories a{
	text-decoration: none;
}
.cat_box_001{
	
}
.cat_box_001 .images{
	
}
.cat_box_001 .images img{
	width: 100%;
	position: relative;
}
.cat_box_001 .detail {
    position: absolute;
    top: 0;
    width: 93%;
    height: 100%;
    text-align: center;
    background-color: #6b1a9a80;
    border-radius: 56%;
    opacity: 0;
    transition: 0.9s;
    border: solid 6px #d8d8d8;
}
.cat_box_001:hover .detail{
	opacity: 0.9;
	border: solid 6px #6a1b9a;
}
.cat_box_001 .detail h1 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 26px;
    color: #fff;
    text-align: center;
    padding-top: 42%;
}
.cat_box_001 .detail img{
	width: 100%;
}
.cat_box_001 .detail p{
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	background-color: #fff;
	display: inline-block;
	padding: 6px 10px;
}
/*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: #242424;
    padding: 17px 32px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.9s;
    /* transform: skew(-30deg); */
    display: inline-block;
}
.tabs .left ul li a:hover {
    color: #fff;
    background-color: #6b1b9a;
}
.our_products_range .nav-tabs {
    border-bottom: 1px solid transparent;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #e5e5e5;
    border-color: #dee2e6 #dee2e6 #fff;
}
/*our_services*/
.our_services{
	
}
.our_services .title_section{
	text-align: center;
}
.our_services .title_section h1{
	text-transform: uppercase;
	text-align: center;
	font-size: 35px;
	color: #000;
	font-weight: 600;
	padding-bottom: 15px;
}
.our_services .title_section img{
	
}
.service_box_001{
	
}
.service_box_001 .images{
	width: 100%;
}
.service_box_001 .images img{
	width: 100%;
}
.service_box_001 .images .real_img{
	display: block;
}
.service_box_001 .images .hover_img{
	display: none;
}
.service_box_001:hover .images .real_img{
	display: none;
}
.service_box_001:hover .images .hover_img{
	display: block;
}
.service_box_001 .detail{
	text-align: center;
	padding: 10px 0;
}
.service_box_001 .detail h1{
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
/**news_cat_video*/
.news_cat_video{
	background-image: url('../img/categories_bg.jpg');
	background-size: 100%;
	padding-top: 25px;
}
.news_cat_video {
	
}
.news_cat_video h1{
	text-transform: uppercase;
	text-align: left;
	font-size: 30px;
	color: #000;
	font-weight: 600;
	padding-bottom: 15px;
	padding-top: 30px;
}
.news_cat_video h1 span{
	color: #6b1b9a;
}
/*our_certificates*/
.our_certificates{
	
}
.our_certificates .title_section{
	text-align: center;
}
.our_certificates .title_section h1{
	text-transform: uppercase;
	text-align: center;
	font-size: 35px;
	color: #000;
	font-weight: 600;
	padding-bottom: 15px;
}
.our_certificates .title_section img{
	
}
/*our_certificates*/
.our_certificates{
	
}
.our_certificates .gallery_view_box{
	
}
.our_certificates .gallery_view_box img{
	width: 100%;
}
/*contact1*/
.contact1{
	background-color: #6b1b9a;
	padding: 15px 0;
}
.contact1 ul{
	
}
.contact1 ul li{
	list-style-type:none;	
}
.contact1 ul li a{
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}
.contact1 ul li a:hover{
	color: #000;
}
.contact1 ul li a span{
	background-color: #fff;
	color: #6b1b9a;
	padding: 7px 10px;
	margin-right: 15px;
}
.contact1 ul li a span i{
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}
.contact1 ul li a span:hover{
	
}
/*footer*/
.footer{
	background-color: #191919;
}
.footer .foot_logo{
	padding-bottom: 7px;
	text-align: center;
}
.footer .foot_about{
	text-align: center;
}
.footer .foot_about p{
	font-weight: 400;
	font-size: 13px;
	text-transform: capitalize;
	color: #c5c5c5;
	padding-bottom: 20px;
}
.news_letter{
	background-color: #0a0a0a;
	padding: 15px 0;
}
.news_letter .footer_social {
    padding: 6px 0;
}
.news_letter .footer_social ul{
	
}
.news_letter .footer_social ul li{
	list-style-type: none;
	display: inline-block;
	padding-right: 15px;
}
.news_letter .footer_social ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 19px;
	text-decoration: none;
	transition: 0.9s;
}
.news_letter .footer_social ul li a span{
	transition: 0.9s;
}
.news_letter .footer_social ul li a span:hover{
	color: #6b1b9a;
}
.news_letter h1 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 39px;
}
.news_letter_001 input {
    position: relative;
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 19px;
}
.news_letter_001 button{
	position: absolute;
	top: 0;
	right: 0;
	background-color: #6b1b9a;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 10px 20px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	transition: 0.9s;
}
.news_letter_001 button:hover{
	background-color: #000;
	color: #fff;
}
.news_letter_001 .form-group {
    margin-bottom: 0rem;
}
/*foo_menu*/
.foo_menu{
	background-color: #191919;
	padding: 20px 0;
}
.foo_menu ul{
	text-align: center;
	margin: auto;
}
.foo_menu ul li{
	list-style-type: none;
	display: inline-block;
	padding-right: 60px;
}
.foo_menu ul li a{
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	text-transform: capitalize;
	transition: 0.9s;
}
.foo_menu ul li a:hover{
	color: #6b1b9a;
}
/*copyright*/
.copyright{
	background-color: #6b1b9a;
	padding: 13px 0;
}
.copyright p{
	text-align: center;
	font-weight: 600;
	font-size: 17px;
	text-transform: capitalize;
	color: #fff;
}
.copyright p a{
	color: #fff;
	transition: 0.9s;
	text-decoration: none;
}
.copyright p a:hover{
	color: #000;
}
/*prod_box_0002*/
.prod_box_0002 {
    border: solid 2px #d9d9d9;
    transition: 0.9s;
}
.prod_box_0002:hover{
	border: solid 2px #6b1b9a;
}
.prod_box_0002 .images{
	width: 100%;
	position: relative;
}
.prod_box_0002 .images img{
	width: 100%;
}
.prod_box_0002 .detail{
	background-color:#6b1b9a;
	padding: 15px 0;
	text-align: center;	
}
.prod_box_0002 .overlay {
    position: absolute;
    top: 0;
    width: 75%;
    height: 60%;
    background-color: #6b1b9a75;
    margin-left: 8%;
    margin-top: 18%;
    opacity: 0;
    transition: 0.9s;
}
.prod_box_0002:hover .overlay{
	opacity: 0.9;
}
.prod_box_0002 .overlay .text {
    padding-top: 40%;
    text-align: center;
    
}
.menu1{
	display: none;
}
.menu2{
	display: none;
}
.navbar-brand{
	display: none;
}
.prod_box_0002 .overlay .text span{
	color: #fff;
	font-size: 25px;
}
.prod_box_0002 .detail h6 {
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    height: 16px;
    overflow: hidden;
}
.prod_box_0002 .detail h5{
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 5px;
}
.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: #ffffffbd;
    border: solid 1px;
}
.modal-content button {
    background-color: #350e4e;
    color: #fff;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    transition: 0.9s;
    border-radius: 0;
}
.modal-content button:hover{
	color: #fff;
}
.news_enets_slider {
    padding-top: 14%;
}
.news_enets_slider .images img{
	width: 100%;
}
.news_enets_slider .detail {
    background-color: #000;
    margin-top: 6%;
    border-radius: 20px;
}
.news_enets_slider .detail p {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    text-transform: capitalize;
    padding: 10px 15px;
}