 @charset "utf-8";
/* CSS Document */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
@media (max-width:1500px){
	body {
	width: 80%;
	margin-left: 10%;
	}
}
@media (max-width:576px){
		body {
			width: 100%;
			margin-left: 0;
	}
    
footer.footer-distributed {
    width: 100%;
}

small#hd {
    line-height: 2;
}
    
    
    
}
/*-------------------------------
			 Body
-------------------------------*/
body { 
			background-image: url(../img/BG.jpg) ;
			background-position: center center;
			background-repeat:  no-repeat;
			background-attachment: fixed;
			background-size:  cover;
			background-color: #999;
  
}
/*-------------------------------
			 Navigation
-------------------------------*/

.bg-light {
    background-color:  https://htmlcolorcodes.com/ !important;
}




.nav-link:hover {
    
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar{
	padding: .2em;
}
.navbar-nav li {
    font-size: 13px;
    font-weight: 600;
    padding-left: 58px;
}
.nav-link{
	font-size: 1.1em !important;
}
.nav-link:hover {
 
  color: white;
  
  text-decoration: none;
  text-transform: uppercase;
}



/*-------------------------------
		 Carousel(Slider)
-------------------------------*/
.carousel-inner img{
	width: 100%;
	height: 100%;
}
.carousel-caption{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
/*-------------------------------
			 Logo
-------------------------------*/
.hit-the-floor {
    color: #fff;
    font-weight: bold;
    font-family: Helvetica;
    /* text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15); */
}
/*-------------------------------
			Gallery
-------------------------------*/
.gallery{
    padding: 80px 0;
    border-top: 1px solid rgba(0,0,0,.05);
}

.card{
	color: white;
	background-color:transparent;
    border: none;
}
.card-body{
	    color: #080c8a;
}
.card-body h3 a{
	color: white;
}
.card-body hr{
	background-color: #fff;
	padding: 4px 55px;
}
/*-------------------------------
			Gallery 2
-------------------------------*/

.section-title {
	max-width:760px;
	display:block;
	margin:-73px auto -28px;
	border-bottom: 0px solid #09bc8a;
}
.section-title h2 {
	display: table;
	color:#313c52;
	font-family: 'Muli', sans-serif;
	font-size:26px;
	font-weight:300;
	line-height: 50px;
	text-align: center;
	margin: 0 auto 0;
	padding: 0 10px;
	word-wrap:normal;
	border: 0px solid #FC2B31;
}
.section-title h2::before {
	content: '';
	position: relative;
	background: #09bc8a;
	height: 1px; 
	width: 70%;
	float: right;
	margin-right:15%;
	margin-top:20px; 
	margin-bottom: 0;
	z-index: 99;
}
.section-title h2::after {
	content: '';
	position: relative;
	background: #09bc8a;
	height: 1px; 
	width: 70%;
	float: left;
	margin-left:15%;
	margin-top: 0; 
	margin-bottom: 20px;
	z-index: 99;
}
@media (min-width:992px) {
	.section-title h2 {
		min-width:420px;
		font-size:44px;
		line-height: 145px;
	}
	.section-title h2::before {
		height: 2px; 
		width: 200px;
		margin-right: -230px;
		margin-top: 71.5px; 
		margin-bottom: 0;
	}
	.section-title h2::after {
		height: 2px; 
		width: 200px;
		margin-left: -230px;
		margin-top: 71.5px; 
		margin-bottom: 0;
	}	
}
#whatwedo {
	padding-left:6px;
	padding-right: 6px;
	padding-bottom:5px;
}
#whatwedo .row {
	margin-left: -3px;
	margin-right: -3px;
}
#whatwedo [class*='col-'] {
	padding:3px 3px 0;
}
#whatwedo h2{
	color: white;
}
.column-vertical {
	height: 272px;
	padding-top: 100px;
	background:url(../img/united-garment-industries.jpg) ; 
	background-size: cover;
}
.column-vertical:hover:after {
    content:"\A";
    width:100%;
    height:100%;
    background:rgba(29,193,140,1.00);
	opacity: 0;
    position:absolute;
    top:0;
    left:0;
	cursor: pointer;
}
.column-vertical:hover .btn-wwd{
	opacity: 1;
	position:relative;
	z-index:2;
}
.column-horizontal {
	height: 272px;
	padding-top: 100px;
	background:url(../img/garments-company-in-karachi.gif) center no-repeat;
	background-size: cover;  
}
.column-square {
	height: 272px;
	padding-top: 100px;
	margin-top: 3px;
}
.spinning {
	background:url(../img/garments-factory-in-karachi.jpg) ; 
	background-size: cover;
}
.fabric {
	background:url(../img/garment-factories-in-pakistan.jpg); 
	background-size: cover;
}
.btn-wwd {
	display: table;
	color:#066fa8;
	font-family: 'Muli', sans-serif;
	font-size:24px;
	line-height:54px;
	margin: auto;
	padding:0 1em;
	background-color: rgba(218, 216, 216, 0.8);
	border-radius: 3px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
.btn-wwd:hover {
	color: #333;
	text-decoration: none;
	background: #FAD11B;
}
@media (min-width:992px) {
  .column-vertical {
	  height: 550px;
	  padding-top: 240px;
  }	
  .btn-wwd {
	  font-size:24px;
	  line-height:30px;
  }
}
/*-------------------------------
			Icon
-------------------------------*/
.icon-set{
	color: #fff;
}
.icon-set span{
	padding-left: 0.5em;
}
/*-------------------------------
		Client Carousel
-------------------------------*/
.section-padding{
	padding: 60px 0;
}
.client-carousel{
	border-radius: 5px #000;
}
.client-carousel img{
	width: 200px;
	height: 200px;
}
@media (max-width: 600px) {
.client-carousel{
	padding: 0 0 150px 0;
}
}
/*-------------------------------
			Footer
-------------------------------*/
/*footer{
	bottom: 0;
	background-color: #083E83;
}*/
/* Sticky footer styles
-------------------------------------------------- */
.footer-distributed{
	position: absolute;
  	bottom: 0;
	background-color:   #021235 ;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 80%;
	text-align: left;
	font: normal 16px sans-serif;

	padding: 10px 50px;
	margin-top: 80px;
}

.footer-distributed .footer-left p{
	color:  #fff;
    padding-top: 16px;
	font-size: 14px;
	margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links{
	font-size:18px;
	font-weight: bold;
	color:  #ffffff;
	margin: 0 0 10px;
	padding: 0;
}

.footer-distributed p.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-right{
	float: right;
	margin-top: 6px;
	max-width: 180px;
}

.footer-distributed .footer-right a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-left: 3px;
}

.footer-distributed .footer-right a:hover{
	background-color:#09BC8A;
}
/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		text-align: center;
	}

	.footer-distributed .footer-right{
		float: none;
		margin: 0 auto 20px;
	}

	.footer-distributed .footer-left p.footer-links{
		line-height: 1.8;
	}
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container-fluid {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

/*---Media Queries ---*/
@media (max-width:992px){
	
}
@media (max-width:768px){
	
}
@media (max-width:576px){
	
}
/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}


/*-------------------------------
			Contact
-------------------------------*/

.jumbotron {
margin-top: 10px;
background: #358CCE;
color: #FFF;
border-radius: 0px;
}
.jumbotron-sm {
    padding-top: 1px;
    padding-bottom: 0px;
}
.jumbotron small {
color: #FFF;
}
.contact{
	border-radius: 15px;
}
.card strong{
font-size: 24px;
	color: burlywood;
}
form{
	color: #000;
}
@media (max-width:576px){
	.jumbotron {
		margin:0;
	}
	.top-margin{
		margin-bottom: 100px;
	}
}



img#lgoo {
    height: 90px;
    margin-top: -12px;
}

.bg-light {
    background-color:#fff0!important;
}


.sticky-top {
    
    position: relative !important;
  
}

h3#tech {
    margin-top: -41px;
    margin-left: 18%;
}




.col-md-12 {
    background: #7d797936;
}


p#text-1 {
    font-size: 16px;
    color: #2e3191;
}

p#text-2 {
    font-size: 8px;
    color: #2e3191;
    margin-top: -46px;
}

.card-body {
    color: #080c8a;
    
}

.carousel {
    
    margin-top: -12px;
}