.page-wrapper{
	overflow:hidden;
}

div{
	margin:0;
	padding:0;
}


#main-header{
	position: relative;
}

#main-header:after{
	content:" ";
	display:block;
	width:100%;
	height:100%;
	color:white;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.0));
	position:absolute;
	z-index:10;
	top:0;
}

#navbar-block{
	position:absolute;
	z-index:1000;
	padding:0px 30px;
	width:100%;
	font-weight:650;
	font-size:16px;
}

#logo_img{
	display:inline-block;
	position:relative;
	padding-left:20px;
}
#logo_img a:after{
	display:block;
	content:"MS Traders";
	position:absolute;
	top:50%;
	left:140px;
	color:white;
	font-size:25px;
	font-weight:1000;

}

#logo_img img{
	
	width:140px;
}

#main-navbar{
	position:absolute;
	right:0;
	font-weight:650;
	font-size:16px;

}
  
.navbarNav li a
{
	text-decoration:none;
	color:white;
	border:radius:10px;
	padding:10px 10px 10px 0px;
	margin:0px 8px;
}

.navbarNav li a:hover{
	transition:0.5s;
	background-color: #e4d300;
	border-radius:15px;
}

.nav-active{
	transition:0.5s;
	background-color: #e4d300;
	border-radius:15px;
}

.social-icons li
{
	display:inline-block;
	text-align:center;
	margin-top:15px;
}

.social-icons li a
{
	padding:0;
	margin:0;
	display:inline-block;
	width:30px;
	height:30px;
	background:black;
	border-radius:100%;	
	line-height:30px;
}

.custom-col
{
	margin:0;
	padding:0;
	overflow:hidden;
	padding:5px;
}

#product-sec-hm{
	background: url("../assets/Slider/slider5.jpg") 100% 0 fixed;
	color:white;
	padding:50px 0px;
	position:relative;
	color:white;

}

.product-sec-hm-bg:before{
	content:"";
	display:block;
	width:100%;
	height:100%;
	z-index:;
	position:absolute;
	background-color:black;
	top:0;
	opacity:0.8;
}

.head-sec{
	text-align:center;
}

.head-sec h3{
	position:relative;
	display:inline-block;
	text-align:center;
	margin:30px 0px;
	padding:0px 10px;
}


.head-sec .prd-head-left
{
	font-weight:350;	
}

.head-sec h3:before
{
	content:'';
	position:absolute;
	width:100px;
	height:3px;
	background: #f4c611;
	left:-100px;
	top:50%;

}


.head-sec h3:after
{
	content:'';
	position:absolute;
	width:100px;
	height:3px;
	background: #f4c611;
	top:50%;
	right:-100px;
}



.prod_blk
{
	display:block;
	position:relative;
	text-align:center;
	overflow:hidden
}


.prod_blk img
{
	max-width:100%;
}



.prod_blk h3
{
	display:block;
	position:absolute;
	bottom:0;
	color:white;
	background: #e4d300;
	padding:30px 15px 20px 15px;
	margin:0;
	font-weight:600;
	font-size:20px;
	right:0;
	opacity:0.9;
	left:0;

}

.prod_blk:hover h3{
 	bottom:100%;
	transition: all 300ms ease-in-out;
}

.prod_blk:hover .prod_blk_hvr{
	background: #e4d300;
	bottom:0;
}

.prod_blk .prod_blk_hvr
{
	position:absolute;
	display: block;
	bottom:-100%;
	width:100%;
	height:100%;
	color:white;
	transition: all 300ms ease-in-out;
	padding:10px;
 	opacity:0.9;
}

.prod_blk .prod_blk_hvr h3
{
	position:absolute;
	bottom:0;
}
.prod_blk .prod_blk_hvr a
{
	color:white;
	border:0px solid;
	font-weight:600;
	margin:0;
	padding:0px 20px 0px 5px;
	background: #6E4C1E;
	opacity:1;
}

.prod_blk .prod_blk_hvr a i
{
	padding:10px;
}

.prod_blk .prod_blk_hvr a:hover
{
	background:white;
	color:#6E4C1EFF;	
}

.pgChng-rm-btn{
	position:relative;
	z-index:30000;
	text-align:center;
	margin-top:40px;
}
.pgChng-rm-btn a{
	margin:0;
	border:2px solid #6E4C1E;
	color:#6E4C1E;
	background:white;
	font-weight:600;
	font-size:20px;
}

.pgChng-rm-btn a i{
	padding:0px 10px 0px 0px;
}

.pgChng-rm-btn a:hover{
	transition:0.5s;
	border:2px solid white;
	color:white;
	background:#6E4C1E;
}

#brand-sec
{
	margin:0px;
	padding:20px 0px;
	color:black;
}

.brand-slider .item
{
	display:block;
	padding:25px;
}


.brand-slider img
{
	width:100%;
	height:100px;
}

.aboutus-home .aboutus-blk{
	height:400px;
	text-align:center;
}

#contact_sec
{
    color:white;
    background:#333333;
    line-height:1.5;
    padding:40px 20px;
    margin:0px;
}

.form_field
{
    line-height:2;
    padding:5px 0px;
}

.form_field input,textarea
{
    width:100%;
    border:0px;
    color:white;
    border-bottom:2px solid white;
    background-color:transparent;
}

#snd-msg-btn button
{
    width:100%;
    text-align:center;
    padding:7px;
    color:white;
    background-color:transparent;
    border-radius:15px;
    border:2px solid #3971db;
    font-size:14px;
    font-weight:bold;
    transition:0.5s;
}

#snd-msg-btn button:hover
{
    transition:0.4s;
    background-color:white;
    color:black;
    cursor:pointer;
}

iframe
{
    width:100%;
    height:560px;
   
}
   
#site-footer
{
	margin:0;
	text-align:center;
	background:rgba(228, 211, 0,0.9);
	padding:10px 0px;	
}
#site-footer p
{
	margin:0;
}

.modal-header{
	background-color:#e4d300;
}

/* service Industry*/


#serviceIndustry-sec .head-sec{
	color:black;
}

.serviceList{
	margin-top:20px;
	padding-left:15px;
}
.serviceList li{
	width:33%;
	float:left;
	border-bottom:1px solid #808080e6;
	padding-bottom:5px ;
	margin-bottom:5px;
}

@media only screen and (max-width: 1000px){
	.serviceList li{
		width:50%;
	}
}

@media only screen and (max-width: 600px){
	.serviceList li{
		width:100%;
	}
}

/* products Categorty Tab */

.product-sec-bg{
	background-color:rgba(0,0,0,0.7);
	color:white;
	padding:50px 0px;
}

#productsCategortyTab
{
	margin:5px -10px;
	border-bottom:1px solid #f4c611;
}


#productsCategortyTab a
{
	color:white;
	font-weight:600;
	font-size:17px;
}

#productsCategortyTab a.active
{
	color:black;
}



/* All Pages inner banner */

.product-banner{
	background: url("../assets/Slider/slider3.jpg") 100%;
}

.serviceIndustries-banner{
	background: url("../assets/Slider/prd-banner.jpeg") 100%;
}

.aboutus-banner{
	background: url("../assets/Slider/slider7.jpg") 100% 0;
}

.inner-page-banner{
	display:block;
	width:100%;
	height:400px;
}
	

.inner-page-banner h1 {
    display: inline-block;
    position: absolute;
    bottom: 50px;
    left: 0;
    margin: 0;
    padding: 15px 30px;
    z-index: 20;
    color: #222;
    font-size: 40px !important;
}

.inner-page-banner h1:after {
	content:"";
	display:block;
	width:130%;
	height:100%;
	background:white;
	right:-23px;
	top:0;
	position:absolute;
	transform:skew(-30deg);
	z-index:-20;
}

/* AboutUs section */


#aboutus-sec{
	background: url("../assets/Slider/slider1.jpg") 100% 0 fixed;
	color:white;
	padding:50px 0px;
	position:relative;
}

.aboutus-sec-hm-bg:before{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	background-color:#fff !important;
	top:0;
	opacity:0.8;
}

.aboutus-head{
	position:relative;
	font-size:15px;
	text-align:center;
	color:black;
}

.aboutus-head .aboutus-main-content
{
	padding:0px 100px;
	font-size:18px;
	margin-bottom:50px;
}

#aboutus-sec .col-md-4
{
	padding:3px;
}

.aboutus-blk{
	position:relative;
	text-align:center;
	padding:20px 40px;
	height:520px;
	background-color:white;
}

.aboutus-blk .icon{
	text-align:center;
	font-size:40px;
	width:80px;
	height:80px;
	line-height:80px;
	color:white;
	border-radius:100px;
	background-color:#f4c611;

}

.aboutus-blk h4{
	margin:15px 0px 10px 0px;
	color:grey;
	font-weight:lighter;
}

.aboutus-blk p{
	font-size:14.5px;
	color:black;
}

.aboutus-blk ul{
	font-size:15px;
	text-align:left;
	margin:0;
	padding:0;
	color:black;
}

.aboutus-blk li{
	list-style-type: square;
	margin-bottom:10px;
}
.aboutus-home .aboutus-blk .pgChng-rm-btn{
	position:absolute;
	bottom:10%;
	left:0;
	right:-0%;
}



#hamburger-icon{
	color:white;
	font-size:40px;
	padding-right:20px;
}

@media only screen and (max-width: 992px){

	#logo_img a:after{
		font-size:20x;
		left:110px;
	}

	#logo_img img{

		width:110px;
	}

	#navbar-block{
	padding:0px;
	margin:0;
	}

	.navbarNav ul{
		width:100%;
		padding:0;
		margin:0;
	}

	.navbarNav ul li a
	{
		text-align:center;
		margin:0;
		border-radius:0;
		background:black;
	}
	.navbarNav ul li a:hover
	{
		border-radius:0px;
	}

	.social-icons{
		display:none;
	}
}
