body {
	position:relative;	
	font-family:Arial, Sans-Serif;
	color: #333;
	-webkit-font-kerning: auto;
	-webkit-font-smoothing: antialiased;
}
.container {
	margin: 0 auto;
    width: 1170px;}
a {
	font-family: 'Roboto', sans-serif !important;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif !important;
	color: #000;
}
p	{
	font-family: 'Roboto', sans-serif !important;
	color: #666;
}
/*HEADER*/
header {
	padding: 8px 0;
   background: #FFF;
}
.main_menu ul {
	float: right;
	margin: 0;
}
.main_menu ul li {
	float: left;
	padding: 30px 0 10px 50px;
}
.main_menu ul li a {
	color:#333;
	font-size: 16px;
}
.main_menu ul .active a {
	color:#085CA4;
	font-weight: 600;
}
.main_menu .navbar-default { background-color:transparent; border-color:transparent;}
.main_menu .main_menu li {display: inline-block; float: left; padding: 0 20px;}
.main_menu .main_menu li:last-child {	padding-right: 0;}
header a:hover, header a:focus, header a:active {
	color:#0592D7 !important;
	transition: color 0.2s ease-in;
   -webkit-transition: color 0.2s ease-in;
  	-ms-transition: color 0.2s ease-in;
   -moz-transition: color 0.2s ease-in;
   -o-transition:color 0.2s ease-in;
}
.support_logo {
	margin-top: 8px;
}

/* SLIDER STYLES */
#slider_image{
	width: 100% !important;
}	
.slider-wrapper{
	position:relative;
	overflow:hidden;	
	width:100%;	
	height: 552px;
	/*margin:200px auto;	
	background:#1b1b1b;	
	border:1px solid #000;
	box-shadow:0 3px 5px #666;*/
}
.slider{
	position:relative;
	width: 100% !important;
   max-width: 100% !important;
/*	height:400px; when responsive, comment this out */
	margin:0 auto;	
	/*background:#1b1b1b;*/
}
@media only screen and (min-width: 1000px){
	.slider{
		width:1000px;
	}
}
@media only screen and (min-width: 1440px){
	.slider{
		width:1440px;
	}
}

/* ELEMENT STYLES */
.slide p {
	position:absolute;
	top:-200px;	
	z-index:8000;
	padding:1% 3%;	
	font-size:24px;
	line-height:100%;
	color:#FFF;
	white-space: nowrap;
	text-transform:uppercase;
}
.claim{
	line-height:100%
}	
.teaser{
	padding:0.5% 1.5%;
	font-size:14px;
	 line-height:100%
}
.small{
	 width: 250px !important;
    padding: 12px !important;
    /* padding-right: 0px !important; */
    text-align: center !important;
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif !important;
}

.light-green {
	/*width: 300px !important;
	font-size: 22px !important;
	padding: 15px !important;*/
	background: rgba(10, 66, 115, 0.75);
   color: #FFF !important;
   text-shadow: 2px 2px 3px #000;
}
@media only screen (min-width:1500px) {
.monitor {top: 90.1429%!important;}
}
.green{background:#7CB761}
.orange{background:#EF7D00}
.turky {
	background:rgba(0,156,86,0.85);
}
.white{background:#fff; color:#333}

/*My Styles*/
#bottom_content {
	top: 100% !important;
   z-index: 999999999;
   position: relative;
   width: 100%;
   text-align: center;
   background: #CCF5E0;
   border-bottom: 1px solid #CCC;
}
#bottom_content p {
	 color: #000;
    /* background: #000; */
    font-size: 16px;
    text-transform: none;
    width: 100%;
    white-space: normal;
    padding: 15px 0px;
    margin:0;
    line-height: 24px !important;
    width: 82% !important;
}
#first_banner {
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	padding: 20px;
	text-align: left;
}
/*#first_banner:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 140px solid transparent;
   border-right: 60px solid rgba(0, 0, 0, 0.5);
   left: -60px;
   top: 0;
}
#first_banner:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 140px solid transparent;
   border-right: 60px solid rgba(0, 0, 0, 0.5);
   right: -60px;
   top: 0;
   transform: rotateY(180deg);
}*/
#first_banner h1 {
	font-size:50px;
	color: #FFF;
   margin-top: 0;
   font-weight: 400;
   text-shadow: 1px 2px 8px #000; 
}
#first_banner p {
	padding: 0;
   font-weight: 300;
   font-family: 'Roboto', sans-serif;
   font-size: 30px;
   text-transform:none;
   text-shadow: 1px 2px 8px #000;
}

#second_banner {
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	padding: 20px;
	text-align: left;
}
/*#second_banner:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 100px solid transparent;
   border-right: 50px solid rgba(0, 0, 0, 0.5);
   left: -50px;
   top: 0;
}
#second_banner:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 100px solid transparent;
   border-right: 50px solid rgba(0, 0, 0, 0.5);
   right: -50px;
   top: 0;
   transform: rotateY(180deg);
}*/
#second_banner h1 {
	font-size:50px;
	color: #FFF;
   margin-top: 0;
   font-weight: 400;
   text-shadow: 1px 2px 8px #000; 
}
#second_banner p {
	padding: 0;
   font-weight: 300;
   font-family: 'Roboto', sans-serif;
   font-size: 30px;
   text-transform:none;
   text-shadow: 1px 2px 8px #000;
}

/*PRODUCTS*/
.content_slider {
	/*text-align: center;*/
}
.content_slider h4 {
	text-transform: uppercase;
	margin: 15px 0;
}
.product_content {
	/*text-align: center;
   padding-top: 15px;*/
}
.content_slider #demo img {
}
.content_slider #demo .owl-buttons {
	display:none;
}
.content_slider #demo {
	margin: 25px 0 35px;
}


/*FOOTER*/
#top_footer {
	padding: 15px 0;
	/*border-top: 1px solid #CCC;*/
}
.footer_reach p, .contact p {
	margin-bottom: 5px;
	line-height: 25px;
}
.products_list {
	margin-left: 20px;
	line-height: 25px;
}
.products_list li {
	list-style:square;
}
.products_list li a {
	color: #666;
}
.products_list li a:hover, .products_list li a:focus, .products_list li a:active  {
	color: #0088D6;
}
.about_list {
	margin-left: 20px;
	line-height: 25px;
}
.about_list li {
	list-style:square;
}
.about_list li a {
	color: #666;
}
.about_list li a:hover, .about_list li a:focus, .about_list li a:active  {
	color: #0088D6;
}
.social {
	margin-top: 20px;
}
.social li {
	float:left;
	padding-right: 15px;
}
.social li i {
   color: #666;
   border: 1px solid #DDD;
   padding: 10px;
   border-radius: 4px;
   background: #FFF;
   font-style: normal;
}
.social li i:hover, .social li i:focus, .social li i:active {
	padding: 10px;
	border-radius: 4px;
	color: #FFF;
}
.flaticon-logotype42:hover, .flaticon-logotype42:focus, .flaticon-logotype42:active {
	 background: #337ab7;
    border-color: #337ab7;
}
.flaticon-twitter1:hover, .flaticon-twitter1:focus, .flaticon-twitter1:active {
	background: #0A9BBD;
   border-color: #0A9BBD;
}
.flaticon-google116:hover, .flaticon-google116:focus, .flaticon-google116:active {
	background: #D41F00;
   border-color: #D41F00;
}  
.social li .fa:hover {
	background:#999;
	color:#FFF;
}
#bottom_footer {
	text-align: center;
	background: #EEE;
	border-top: 1px solid #CCC;
	padding: 10px 0;
}
#bottom_footer p {
	margin: 0;
	color:#555;
}
#bottom_footer br{
	display: none;
}

/*ABOUT US*/
.sub_bg-1 {
    height: 180px;
    text-align: center;
    background:#50799B;
}
.sub_bg-1 img {
	position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 280px;
    display:none;
}
.sub_bg-1 h2 {
    line-height: 40px;
    margin-top: 55px !important;
    margin-bottom: 50px !important;
    /*background: rgba(0,0,0,0.5);*/
    color: #FFF;
    width: 300px;
    margin: 0 auto;
    padding: 18px 0;
    /*text-shadow: 2px 2px 6px #000;*/
}
#sub_page_content {
	border-bottom: 1px solid #DDD;
	padding: 12px 0;
}
#sub_page_content h3 {
	color:#018DCA;
}
#sub_page_content p {
	font-size: 15px;
   line-height: 22px;
}
.blue_line {
	border-bottom: 2px solid #008BD8;
   width: 50px;
   margin-bottom: 15px;
   margin-top: -5px;
}
#vision_mission_content {
	padding-top: 15px;
	/*padding-bottom: 15px;*/
}

.overview_content ul {
	margin-left: 20px;
}
.overview_content ul li {
	font-size: 15px;
   font-family: 'Roboto', sans-serif;
   color: #666;
   list-style: decimal;
   line-height: 22px;
   padding-bottom: 12px;
}
.infrastructure_content img {
	float:right;
	border: 1px solid #EEE;
}
#garmenting {
	padding: 20px 0;
}
#garmenting ul {
	margin-left: 20px;
	margin-bottom: 15px;
}
#garmenting ul li {
	line-height: 30px;
   font-size: 15px;
   font-family: 'Roboto', sans-serif;
   color: #666;
   list-style: decimal;
}
#fabric_process {
	padding: 0px 0 60px;
}
#fabric_process ul {
	margin-left: 20px;
}
#fabric_process ul li {
	line-height: 30px;
   font-size: 15px;
   font-family: 'Roboto', sans-serif;
   color: #666;
   list-style: decimal;
}
#fabric_printing {
	padding: 0px 0 60px;
}
#fabric_printing ul {
	margin-left: 20px;
}
#fabric_printing ul li {
	line-height: 30px;
   font-size: 15px;
   font-family: 'Roboto', sans-serif;
   color: #666;
   list-style: decimal;
}
#partners {
	padding: 0 0 20px;
}
#partners ul {
	margin-left: 20px;
}
#partners ul li {
	line-height: 30px;
   font-size: 15px;
   font-family: 'Roboto', sans-serif;
   color: #666;
   list-style: decimal;
}
#cerifications {
	padding: 10px 0;
}
.clients_logo {
	width: 55%;
	margin: 0 auto;
}
.clients_logo li {
	float: left;
   margin:15px 20px;
   border: 1px solid #EEE;
}
.commercial_content strong {
	font-weight: 500;
	color: #000;
}
.clients_content img {
	width:100%;
}
#accolades {
	padding: 15px 0;
}


#vision_mission_content span {
	padding: 0;
	color: #073E6E;
}
.our_team_content {
	color: #073E6E;
}
.team_info span{
	padding:0;
}

/*CONTACT US*/
#contact_info .jumbotron {
	padding: 25px;
	width: 48%;
   margin: 10px;
   min-height: 200px;
   border-radius: 0!important;
}
#contact_info .jumbotron p {
	margin-bottom: 0;
	font-weight: normal;
	line-height: 28px;
}
#contact_info .jumbotron strong {
	font-weight: 500;
}
#contact_map {
	padding:0 !important;
	background:none;
}
#contact_map iframe {
	width:100%;
}

@media (min-width:1600px) {
#bottom_content {
	top: 133% !important;
}
#bottom_content p {
    line-height: 24px !important;
    width: 72% !important;
}
#slider_image {
    height: 562px !important;
}
.slider-wrapper {
    height: 700px;
}
.fraction-slider .prev, .fraction-slider .next {
    top: 58% !important;
}
#second_banner {
	top: 110% !important;
}
#first_banner {
	top: 110% !important;
}
}

@media (min-width:1920px) {
#bottom_content {
	top: 138% !important;
}
#bottom_content p {
    line-height: 24px !important;
    width: 60% !important;
}
#slider_image {
    height: 580px !important;
}
.slider-wrapper {
    height: 710px;
}
.fraction-slider .prev, .fraction-slider .next {
    top: 60%;
}
#second_banner {
	top: 115% !important;
}
#first_banner {
	top: 115% !important;
}
}
#owl-demo .item{
  margin: 5px;
}
#owl-demo1 .item{
  margin: 5px;
}
#owl-demo2 .item{
  margin: 5px;
}

#owl-demo .item img{
}
#owl-demo1 .item img{
        display: block;
        width: 100%;
        height: auto;
    }
#owl-demo2 .item img{
        display: block;
        width: 100%;
        height: auto;
    }
.content_slider ul {
	margin-left: 20px;
    margin-bottom: 15px;
}
.content_slider ul li {
	line-height: 30px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #666;
    list-style: decimal;
}
.total h4 {
	 font-size: 16px;
}
.logo {
	 padding-top: 8px;
}
#fabrics_zone {
	 padding: 10px 0;
}
#embellish_zone {
	 padding: 10px 0;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {float: left\9;}
.col-md-12, .col-sm-12 { width: 100%\9;}
.col-md-11, .col-sm-11 {width: 91.66666666666666%\9;}
.col-md-10, .col-sm-10 { width: 83.33333333333334%\9;}
.col-md-9, .col-sm-9 { width:69%\9;}
.col-md-8, .col-sm-8 { width: 66.66666666666666%\9;}
.col-md-7, .col-sm-7 {width: 58.333333333333336%\9;}
.col-md-6, .col-sm-6 { width:47%\9;}
.col-md-5, .col-sm-5 { width: 41.66666666666667%\9;}
.col-md-4, .col-sm-4{width: 32%\9;}
.col-md-3, .col-sm-3{width: 24%\9;}
.col-md-2, .col-sm-2 {width: 16.666666666666664%\9;}
.col-md-1, .col-sm-1 {width: 8.333333333333332%\9;}