* {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
#top-info{
	background-color: black;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 100px;
}
.info-msg{
	display: flex;
	flex-direction: row;
	font-size: 12px;

}
.info-req{
	display: flex;
	align-items: center;
}
.info-req p{
	display: inline-block;
	font-size: 12px;
	margin-bottom: 0;
}
.req-button {
        border: 1px solid #1F86C8;
    background-color: #1F86C8;
    color: white;
    border-radius: 2px;
    padding: 1px 4px;
    font-size: 12px;
    transition: 0.2s;
}


								/*--- NavBar---*/
.custom-nav{
	padding: 0 100px;
}
.search-icon{
	position: absolute; right: 9%; top: 40%; color: grey;
}
.active{
	background-color: #1F86C8;
	color: white!important;
	font-weight: bold;
}

.custom-nav-link{
	color: black;
	font-weight: bold;
}
.img-res{
	width: -webkit-fill-available;
}
#custom-nav{
	    padding: 0 100px;
    display: flex;
    flex-direction: row;
}
.nav-list{
	    display: flex;
    flex-direction: row;
    width: 100%;
	}
.nav-list ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 0;
    list-style: none;
    width: 100%;
    margin-bottom: 0;
    justify-content: space-between;
}	
.nav-list ul li{
	  margin-left: 0px;
	}				
.nav-list ul li a{
	text-decoration: none;
    color: black;
    font-weight: bold;
      padding: 10px ;
      font-size: 13px
}					
.des-search input{
	border: 1px solid #f6f6f6;
    border-right: 0;
    border-radius: 2px 0 0 2px;
      height: 30px;
      padding-left:10px ;
      font-size: 13px
}
.des-search span i{
	cursor: pointer;
    color: gray;
    border: 1px solid #f6f6f6;
    padding: 6px;
    border-left: 0;
    border-radius: 0 2px 2px 0;
}
.res-show{
	display: none!important;
}
/*.res-hide{
	display: block!important;
}*/
										/*--- Brands we deal we ---*/
#brand{
	margin: 30px 0;
	padding:0 100px;
}	
.width-60{
	width: 60px;
}			
.carousel-item div div a img{
       width: 150px!important;
    margin: auto;
    border: 1px solid #f3f3f3;
    box-shadow: 1px 1px 1px 1px #f6f6f6, -1px -1px 1px 1px #f6f6f6;
    border-radius: 2px;
    
}

								/*--- Product Section ---*/
#product-section{
	padding: 0 100px;
	margin: 20px 0 50px;
}
.product-row{
	display: flex;flex-direction: row;justify-content: space-evenly;
}
.section-h2{
	color: black;
	font-weight: bold;
	text-align: center;
}		
.product-link{
	color: black;
	font-weight: bold;
}						
.product-link:hover{
	color: #1F86C8
}
								/*--- Who're  we Section ---*/
#who-secion{
	padding: 0 100px;
	margin: 0 0 40px;
}
.who-para{
	text-align: center;
    font-size: 22px;
    padding: 0 135px;
}
.who-box{
	background-color: #8EC3E3;
    text-align: center;
    padding: 8px;
    cursor: pointer;
    transition: 1.3s;
    height: 200px;
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.icon-box{
	       border-radius: 100%;
    background-color: white;
    color: #1F86C8;
    height: 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.space-even{
	display: flex;
    justify-content: space-evenly;
}
.who-box h4{
color: white;
margin-top: 10px;
font-weight: bold;
}
.who-box:hover{
	
transform: rotateY( 180deg );
transform-style:preserve-3d;
background-color: #1F86C8;
display: flex;
align-items: center;
}
.who-box:hover .icon-box{
	display: none;
}
.who-box:hover h4{
	display: none;
}
.who-box:hover:after{
	color: white;
	font-weight: bold;
}
.mission-box:hover:after{
	transform: rotateY(180deg);
	font-size: 13px;
	color: white;
	font-weight: bold;
	content: "Our mission is to produce world class garments. Our products includes men's, women's and kids wear. We offerall type of styles to produce with the clients request."
}
.vision-box:hover:after{
	transform: rotateY(180deg);
	font-size: 13px;
	color: white;
	font-weight: bold;
	content: "Our mission is to produce world class garments. Our products includes men's, women's and kids wear. We offerall type of styles to produce with the clients request."
}
.value-box:hover:after{
	transform: rotateY(180deg);
	font-size: 13px;
	color: white;
	font-weight: bold;
	content: "Our mission is to produce world class garments. Our products includes men's, women's and kids wear. We offerall type of styles to produce with the clients request."
}
								/*--- Sampling Section ---*/
#sampling-section{
	padding: 30px 100px;
	margin: 40px 0;
	background-color: #f6f6f6;
}
.sampling-inside{
	background-color: white;
	padding: 20px 0
}
.sample-box{
	background-color: #1F86C8;
    color: white;
    text-align: center;
    width: 250px;
    height: 100px;
    padding: 10px;
}
.sample-box h5{
	font-weight: bold;
}
.middle-icon{
	position: relative;
    background: white;
    border: 2px solid #1F86C8;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: #1F86C8
}
									/*--- Footer ---*/
footer{
	padding: 30px 40px;
}
footer h5{
	color: white;
	font-weight: bold;
	margin-bottom: 35px;
}
.row{
	padding: 0;
	margin:0;
}
.foot-sec ul{
	list-style: none;
	padding: 0;
}
.foot-sec ul li{
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}
.foot-sec ul li i{
	margin-right: 10px;
}
.foot-sec ul li div{
	font-size: 12px;
}
.foot-sec ul li a{
	color: white;
	text-decoration: none;
	font-size: 12px;
}
.foot-sec ul li div a{
	color: white;
	text-decoration: none;
	font-size: 12px;
}
.foot-sec ul li a:hover{
	font-weight: bold;
}
.foot-sec a img {
    width: 60px;
}
.foot-product{
margin-bottom: 1px;
}
.foot-sec form {
	display: flex;
	flex-direction: row;
}
.foot-sec form input{
	    background: black;
    border: 0;
    height: 30px;
    color: grey;
    font-size: 13px;
    padding-left: 10px;
}
.foot-sec form button{
	background: #494949;
	border: 0;
}
.foot-sec form button i{
	background: #494949;
    color: white;
    align-items: center;
    border-radius: 0;
    padding: 0 20px;
    display: flex;
}
.foot-logos{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.foot-logos div{
	background: white;
    color: grey;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid green;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
								/*--- Subscribe pop ---*/
.subscribe-pop{
	background-color: white;
}
.subscribe-pop div div h5{
	font-size: 16px;
}
.subscribe-pop div div p{
	font-size: 14px;
}		
.pop-form{
	display: flex;flex-direction: row;
}
.pop-form input{
	    border-radius: 0;
    border: 0;
    border: 1px solid #eaeaea;
    border-radius: 2px 0 0 2px;
    border-right: 0;
    height: 34px;
    padding-left: 10px;
    font-size: 14px;
}		
.pop-form button{
	border: 0;
    border: 1px solid #1F86C8;
    background: #1F86C8;
    color: white;
    font-size: 15px;
    border-radius: 0 2px 2px 0;
    padding: 5px;
    font-weight: bold;
}		
.subs-end-p{
	font-size: 12px!important;
    margin: 5px;
    margin-left: 0;
}		
.pop-img{
	display: flex; align-items: center; justify-content: center;
}
.pop-button{
	cursor: pointer;
    position: relative;
    left: 98%;
    background: black;
    top: -7px;
    color: white;
    padding: 3px 6px;
}
								/*--- About us ---*/
#about-us{
	padding: 0 100px;
}
#about-us div img{
	width: -webkit-fill-available;
}				
.about-main{
	margin: 40px 0;
}		
.about-h4{
	    font-size: 2.5rem;
    font-weight: bold;
}		
.about-main p{
	font-size: 24px;
}
.about-end-p{
	font-size: 19px!important;
}
.about-sec{
	margin: 40px 0 
}
.about-img-sec{
	text-align: center;
}
.about-img-sec img{
	box-shadow: 1px 1px 29px 1px #eaeaea, -1px -1px 29px 1px #eaeaea;
    border-radius: 3px;
}
.about-desc-sec{
	    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-box-link a{
	color: black;
    text-decoration: none;
}
								/*--- Contact us ---*/
#contact-us{
	padding: 40px 100px;
}		
.contact-flex{
	display: flex;
    flex-direction: row;
}	
.contact-flex i{
	font-size: 2rem;
    margin-right: 10px;
}	
.contact-flex div h5{
	font-size: 17px;
    margin-bottom: 0;
}		
#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}
		
.contact-flex div p{
	font-size: 13px;
}
.contact-name-box{
	border: 2px solid #1F86C8;
    padding: 20px;
    border-radius: 7px;
}
.space-between{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact-us-form div div{
	margin: 4px 0 0;
}
.contact-us-form{
	padding: 20px;
}
.input-div{
	display: flex;flex-direction: row;
}
.input-div input{
	width: 100%; height: 35px; border: 1px solid #ddd; border-radius: 0 3px 3px 0; padding-left: 30px; border-left: 0;
}
.input-icon{
	padding: 5px 5px 4px;
    border: 1px solid #ddd;
    margin-top: 0!important;
    border-right: 0;
    border-radius: 3px 0 0 3px;
}	
								/*--- product-sec ---*/
.product-sec{
	transition: 0.3s;
	margin: 80px 0;
}								
.product-sec div div{
	padding: 0;
    cursor: pointer;
}	
.product-sec div {
	padding: 0
}		
.product-sec div div img {
	width: 100%!important;	
}		
.product-sec div div h3{
	font-weight: bold;
	color: white;
	text-align: center;
}			
.product-img-inner{
	/*position: relative;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    cursor: pointer;
}
.product-img-inner h3{
	    position: relative;
    top: -129px;
    left: 0;
    width: 100%;
    transition: 0.3s;
}
/*.product-img-inner button{
	    position: relative;
    top: -55%;
    left: 0;
    margin: auto;
    display: none;
}*/
.product-sec div div:hover .product-img-inner h3{
	top: -165px;
}
.product-sec div:hover .product-img-inner button{
	display: block;
}


.cart-contents {
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 70px;
    color: white;
    position: relative;
    transform: translate3d(0, 0, 0);
    padding: 7px 0px;
    background: #1F86C8;
}
.cart-contents-wrapper{
	margin-bottom: 0;
}
.product-icon i {
    color: white;
    transform: rotate( 
13deg
 );
    
    margin-bottom: 6px;

}
.product-text {
    position: absolute;
    color: white;
    left: 0;
    right: 0;
    bottom: -19px;
    height: 30px;
    line-height: 2;
    background: #1F87C8;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 11px;
}
.cart-contents:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 10px solid #1F87C8;
    position: absolute;
    bottom: -29px;
    left: 0;
}
.custom-nav-link-ul{
	    display: flex;
    width: 100%;
    justify-content: space-around;
	}							/*--- Media Query for responsive---*/
@media(max-width: 980px){
	#cartSlide{
		display: none!important;
	}
.res-show{
	display: block!important;
}
.res-hide{
	display: none!important;
}
#top-info{
	display: none;
}
.img-res{
	width: 100%;
}
.product-row{
	flex-direction: column;
}
.custom-nav{
	padding: 0;
	margin-bottom: 20px;
}
.who-para{
	padding: 0;
	font-size: 18px;
}
#who-secion {
    padding: 0 30px;
}
#sampling-section {
    padding: 30px;
}
#product-section {
    padding: 0 30px;
    text-align: center;
}
.who-box{
	margin-bottom: 10px;
}
.sample-box{
	margin-bottom: 30px;
}
.search-icon{
	position: relative;
    top: 7px;
    left: 90%;
}
.custom-nav-link{
	padding-left: 16px!important;
}
.foot-sec .space-even{
	justify-content: space-between;
	margin-bottom: 20px;
}
.foot-sec form input{
	width: 100%;
}
#brand{
	padding: 0 30px;
}
.carousel-item div div{
	margin-bottom: 20px;
}
.pop-img{
	display: none;
}
.pop-button{
	left: 95%;
}
.pop-form button{
	padding: 2px;
    font-size: 11px;
}
#about-us{
	padding: 0 30px;
}
#about-us div img{
	width: 100%;
}	
		
.about-main p{
	font-size: 20px;
}
.about-end-p{
	font-size: 16px!important;
}
.about-img-sec {
    margin-bottom: 30px;
}
.about-mission-reverse{
	display: flex;
    flex-direction: column-reverse;
}
#contact-us {
    padding: 40px 30px;
}
.contact-us-form div div {
    margin: 10px 0 0;
}
.contact-name-box{
	margin-bottom: 20px;
}
}
