*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

@m@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: "Poppins", sans-serif;
    color: #333;
}
body, html {
    width: 100%;
    height: 100%;
}
html {
  scroll-behavior: smooth;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    color: #000;
    text-decoration: none;
   font-family: "Poppins", sans-serif;
     transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
a:hover {
    color: #a6a6a6;
}
.wrapper {
    width: 90%;
    margin: auto;
}
.split {
    clear: both;
}
.extext {
    letter-spacing: 4px;
    font-size: 12px;
    color: #999 !important;
    text-transform: uppercase;
}
.tcenter {
    text-align: center;
}
.error {
    font-size: 12px;
    padding: 5px 0px 10px 0px;
    display: block;
    color: red;
}
.fheader {
    background: rgba(166,166,166,0.9) !important;
    border-bottom: solid 1px #999 !important;
/*    backdrop-filter: blur(10px);*/
    width: 100%;
    height: 75px;
    position: fixed;
    z-index: 999;
}
.fheader .logo {
    display: none;
}
.fheader .dlogo {
    position: absolute;
    width: 80px;
    top: 14px;
    display: block;
}
.fheader .dlogo img {
    width: 100%;
}
.fheader .topbar {
    display: none;
}


/*
.fheader nav ul li a {
    color: rgba(0,0,0,1);
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.5px;
    padding: 15px;
    display: block;
 
}
*/
.fheader nav ul ul {
  display: none;
/*  width: 240px;*/
  position: absolute;
  z-index: 99999;
  text-align: left;
  background: rgba(166,166,166,1);
  border-radius: 8px;
  padding: 2px;
  box-sizing: border-box;
}
.fheader nav ul ul li a {
  font-size: 13px;
  letter-spacing: 0.3px;
  padding: 12px;
  text-transform: capitalize;
  font-weight: 300;
}
.dlogo {
    display: none;
}
header {
    width: 100%;
    height: 220px;
    background-image: url('../imgs/topshadow.png');
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}
.topbar {
    width: 100%;
    height: auto;
    padding: 25px 0 0 0px;
    text-align: right;
}
.call {
    float: right;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-right: 20px;
    font-family: "Poppins", sans-serif;
}
.email {
    float: right;
    color: rgba(255,255,255,1);
}
.email a {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.5px;
     padding-top: 1px;
    display: inline-block;
}
.email a:hover {
    color: rgba(255,255,255,1);
}
.follow {
    float: right;
}
.follow span {
    color: rgba(255,255,255,0.8);
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.5px;
    padding-left: 10px;
    margin-left: 10px;
    font-style: italic;
    padding-right: 10px;
    border-left: solid 1px rgba(255,255,255,0.5);
    letter-spacing: -0.5px;
}
.follow a {
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    font-weight: 100;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.5px;
    padding-right: 10px;
   
    
}
.follow a:hover {
    color: rgba(255,255,255,1);
    
}
nav {
    width: 100%;
    height: auto;
    text-align: right;
    padding: 14px 0px;
}
nav ul {
    width: auto;
}
nav ul li {
    display: inline-block;
}
nav ul li:hover > a {
    color: rgba(255,255,255,0.5) !important;
}

nav ul li a {
    color: rgba(255,255,255,1);
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif ;
    letter-spacing: 0.5px;
    padding: 15px;
    display: block;
 
}
nav ul li a:hover {
    color: rgba(255,255,255,0.5) !important;
    
 
}
nav ul li:hover ul {
  display: block;
}
nav ul ul {
  display: none;
/*  width: 240px;*/
  position: absolute;
  z-index: 99999;
  text-align: left;
/*  background: #a6a6a6;*/
  border-radius: 8px;
  padding: 2px;
  box-sizing: border-box;
}
.infraw {
    width: 280px;
    
}
nav ul ul li  {
  display: block;
}
nav ul ul li a {
  font-size: 13px;
  letter-spacing: 0.3px;
  padding: 12px;
  text-transform: capitalize;
  font-weight: 300;
}
nav ul li ul li a:hover {
  background-color: #f9f9f9;
  border-radius: 8px;
  color: #666666 !important;
}

.logo {
    position: absolute;
    width: 180px;
    top: 20px;
}
.logo img {
    width: 100%;
}
#mainscreen {
    width: 100%;
    height: 100%;
    background-color: #000;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}
.overlay {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
}
.mainheading {
    position: absolute;
    top: 30%;
}
.mainheading h4 {
    color: rgba(255,255,255,0.9);
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.mainheading h4 span {
    color: rgba(255,255,255,1);
    font-weight: 600;
}
.mainheading h1 {
    color: rgba(255,255,255,1);
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 600;
      background: -webkit-linear-gradient(#41a6fc, #b7dceb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
}
.mlink {
    padding: 10px 20px;
    background-color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}
:hover.mlink {
    background-color: #333;
    color: #fff;
}
.mlinkd {
    padding: 10px 20px;
    background-color: #333;
    border: solid 1px #ccc;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
}
:hover.mlinkd {
    background-color: #fff;
    color: #333;
}
.imainheading {
    position: absolute;
    top: 58%;
}
.imainheading h4 {
    color: rgba(255,255,255,0.9);
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.imainheading h4 span {
    color: rgba(255,255,255,1);
    font-weight: 500;
}
.imainheading h1 {
    color: rgba(255,255,255,1);
    font-family: "Poppins", sans-serif;
    font-size: 33px;
    font-weight: 700;
  
    
}

.stats {
    width: 100%;
    padding: 50px;
    background-color: #fff;
}
.stats ul {
    width: auto;
}
.stats ul li {
    width: 32.3%;
    float: left;
    text-align: center;
}
.stats ul li h3 {
    font-size: 60px;
    font-weight: 600;
    color: #a6a6a6;
}
.stats ul li h3 span {
    
}
.stats ul li h4 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    padding: 10px 0px 10px 0px;
}
.stats ul li h5 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.5px;
}
.usp {
    width: 100%;
    background-color: #f1f1f1;
     background-image: url('../imgs/messagebg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 75px 0px 75px 0px;
    box-shadow: 0 1px 2px #999;
    position: relative;
    z-index: 777;
    overflow: hidden;
}
.usp h2 {
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    text-align: center;
}
.usp h2 span {
    font-weight: 600;
}
ac {
    font-weight: 400;
    font-family: "Playfair", serif;
    font-size: 45px;
    letter-spacing: -2px;
    color: #333;
}
.brandlove {
    padding: 50px 0px;
}
.qualityclothing {
    width: 100%;
    padding: 40px;
/*
    background-color: #f9f9f9;
    box-shadow: 0 1px 4px #ccc;
    box-sizing: border-box;
    margin: 10px 0px;
    border-radius: 16px 0px 0px 16px;
*/
}
.qualityclothing img {
    width: 75px;
}
.qualityclothing h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    
}
.qualityclothing p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.lowmoq {
    width: 100%;
    padding: 40px;
    
/*
    background-color: #fff;
    box-shadow: 0 1px 4px #ccc;
    box-sizing: border-box;
    margin: 10px 0px;
    border-radius: 16px 0px 0px 16px;
*/
}
.lowmoq img {
    width: 75px;
}
.lowmoq h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    
}
.lowmoq p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
/*
.midlovebg {
  width: 100%
}
.midlovebg img {
  width: 100%;
  animation: 5s threed;
  animation-iteration-count: infinite;
}
*/
@keyframes threed {
	0% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	25% {
		-webkit-transform: rotateY(180deg);
		opacity: 1;
	}
	50% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	75% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
    100% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	
}
.midlovebg {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  left: 50%;
  top: 55%;
}
.midlovebg img {
  animation: 5s threed;
  animation-iteration-count: infinite;
}


#ams1 {	
	visibility:hidden;
    height: 310px;
    padding: 40px;
    box-sizing: border-box;
     margin-top: -120px;
}
.ams1 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: .5s;
	
	-webkit-animation-delay: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#ams2 {	
	visibility:hidden;
    height: 310px;
    padding: 40px;
    box-sizing: border-box;
    margin-top: -120px;
}
.ams2 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 1s;
	
	-webkit-animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#ams3 {	
	visibility:hidden;
    height: 310px;
    padding: 40px;
    box-sizing: border-box;
     margin-top: -120px;
}
.ams3 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 1.5s;
	
	-webkit-animation-delay: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#ams4 {	
	visibility:hidden;
    height: 310px;
    padding: 40px;
    box-sizing: border-box;
     margin-top: -120px;
}
.ams4 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 2s;
	
	-webkit-animation-delay: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#ams5 {	
	visibility:hidden;
    height: 310px;
    padding: 40px;
    box-sizing: border-box;
     margin-top: -120px;
}
.ams5 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 2.5s;
	
	-webkit-animation-delay: 2.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#ams6 {	
	visibility:hidden;
    height: 310px;
    padding: 40px;
    box-sizing: border-box;
     margin-top: -120px;
}
.ams6 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 3s;
	
	-webkit-animation-delay: 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#sus1 {	
	visibility:hidden;
}
.sus1 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: .5s;
	
	-webkit-animation-delay: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#sus2 {	
	visibility:hidden;
}
.sus2 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 1s;
	
	-webkit-animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#sus3 {	
	visibility:hidden;
}
.sus3 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 1.5s;
	
	-webkit-animation-delay: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#sus4 {	
	visibility:hidden;
}
.sus4 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 2s;
	
	-webkit-animation-delay: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#sus5 {	
	visibility:hidden;
}
.sus5 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 2.5s;
	
	-webkit-animation-delay: 2.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}

#tba {	
	visibility:hidden;
}
.tba {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;

    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
}
#tba1 {	
	visibility:hidden;
}
.tba1 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: .5s;
	
	-webkit-animation-delay: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#tba2 {	
	visibility:hidden;
}
.tba2 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 1s;
	
	-webkit-animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#tba3 {	
	visibility:hidden;
}
.tba3 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 1.5s;
	
	-webkit-animation-delay: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#tba4 {	
	visibility:hidden;
}
.tba4 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 2s;
	
	-webkit-animation-delay: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#tba5 {	
	visibility:hidden;
}
.tba5 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 2.5s;
	
	-webkit-animation-delay: 2.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
@-webkit-keyframes tba {
0% {
    -webkit-transform: translateY(50%);
	opacity: 0;
}
100% {
    -webkit-transform: translate(0px,0px);
	opacity: 1;
}

}

@keyframes tba {
0% {
    transform: translateY(50%);
	opacity: 0;
}
100% {
	transform:translate(0px, 0px);
	opacity: 1;
}
}
#lsa {	
	visibility:hidden;
}
.lsa {
	animation: 1s lsa ;
	-webkit-animation: 1s lsa;

    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
}

#lsa1 {	
	visibility:hidden;
}
.lsa1 {
	animation: 1s lsa ;
	-webkit-animation: 1s lsa;

    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
}
#lsa2 {	
	visibility:hidden;
}
.lsa2 {
	animation: 1s lsa ;
	-webkit-animation: 1s lsa;

    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
}
#lsa3 {	
	visibility:hidden;
}
.lsa3 {
	animation: 1s lsa ;
	-webkit-animation: 1s lsa;

    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
}
@-webkit-keyframes lsa {
0% {
    -webkit-transform: translateX(-50%);
	opacity: 0;
}
100% {
    -webkit-transform: translate(0px,0px);
	opacity: 1;
}

}

@keyframes lsa {
0% {
    transform: translateX(-50%);
	opacity: 0;
}
100% {
	transform:translate(0px, 0px);
	opacity: 1;
}
}

#rsa {
	visibility:hidden;
}
.rsa {
	animation: 1s rsa ;
	-webkit-animation: 1s rsa;
	animation-delay: .5s;
	
	-webkit-animation-delay: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
	opacity: 0;
}
#rsa1 {
	visibility:hidden;
}
.rsa1 {
	animation: 1s rsa ;
	-webkit-animation: 1s rsa;
	animation-delay: .5s;
	
	-webkit-animation-delay: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
	opacity: 0;
}
#rsa2 {
	visibility:hidden;
}
.rsa2 {
	animation: 1s rsa ;
	-webkit-animation: 1s rsa;
	animation-delay: .5s;
	
	-webkit-animation-delay: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
	opacity: 0;
}
#rsa3 {
	visibility:hidden;
}
.rsa3 {
	animation: 1s rsa ;
	-webkit-animation: 1s rsa;
	animation-delay: .5s;
	
	-webkit-animation-delay: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
	opacity: 0;
}
@-webkit-keyframes rsa {
0% {
    -webkit-transform: translateX(50%);
	opacity: 0;
}
100% {
    -webkit-transform: translate(0px,0px);
	opacity: 1;
}

}

@keyframes rsa {
0% {
    transform: translateX(50%);
	opacity: 0;
}
100% {
	transform:translate(0px, 0px);
	opacity: 1;
}
}

.uspblock {
    width: 100%;
    padding: 40px;
/*
    background-color: #fff;
    box-shadow: 0 1px 4px #ccc;
    
    box-sizing: border-box;
    margin: 10px 0px;
    border-radius: 0px 16px 16px 0px;
*/
    text-align: right;
}
.uspblock img {
    width: 75px;
}
.uspblock h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    
}
.uspblock p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.reliabilityblock {
    width: 100%;
     padding: 40px;
/*
    background-color: #f9f9f9;
    box-shadow: 0 1px 4px #ccc;
   
    box-sizing: border-box;
    margin: 10px 0px;
    border-radius: 0px 16px 16px 0px;
*/
     text-align: right;
}
.reliabilityblock img {
    width: 75px;
}
.reliabilityblock h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.reliabilityblock p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.tsd {
    width: 100%;
    background-color: #fff;
    padding: 50px 0px 0px 0px;
}
.tsd h2 {
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
    text-align: center;
    color: rgba(166,166,166,0.9);
    letter-spacing: -5px;
}
.tsd h2 span {
    font-weight: 600;
    font-size: 35px;
    display: block;
    color: #333;
    letter-spacing: normal;
}
.tsd ul {
    width: auto;
}
.tsd ul li {
    width: 20%;
    float: left;
/*    border: dotted 1px #999;*/
    box-sizing: border-box;
/*
    height: 320px;
    padding: 40px;
*/
}
.tsd ul li h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.tsd ul li p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    text-align: left;
}
.itsd {
    width: 100%;
    background-color: #fff;
    padding: 50px 0px 0px 0px;
}
.itsd h2 {
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
    text-align: center;
    color: rgba(166,166,166,0.9);
    letter-spacing: -5px;
}
.itsd h2 span {
    font-weight: 600;
    font-size: 35px;
    display: block;
    color: #333;
    letter-spacing: normal;
}
.itsd ul {
    width: auto;
}
.itsd ul li {
    width: 33%;
    float: left;
/*    border: dotted 1px #999;*/
    box-sizing: border-box;
}
.itsd ul li h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.itsd ul li p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    text-align: left;
}
.colr1 {
    background-color: #f4f4f2;
/*    background-image: url('../imgs/fabric-innovationbg.jpg');*/
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
      
}
.colr2 {
    background-color: #e9dcd4;
/*    background-image: url('../imgs/garment-sampling-pro.jpg');*/
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
     
}
.colr3 {
    background-color: #121011;
    color: #fff;
/*    background-image: url('../imgs/custom-git-eng.jpg');*/
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
        
}
.colr4 {
    background-color: #f8e3ce;
/*    background-image: url('../imgs/branding-aesthetic-consultation.jpg');*/
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
        
}
.colr5 {
    background-color: #d8c2b7;
/*    background-image: url('../imgs/quality-control-assurance.jpg');*/
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
        
}
.colr6 {
    background-color: #e8ded9;
/*    background-image: url('../imgs/trending-design-bg.jpg');*/
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
        
}

.prodcat {
    width: 100%;
    background-color: #666;
    padding: 50px 0px;
    box-shadow: 0 1px 3px #ccc;
    position: relative;
    z-index: 777;
}
.prodcat h2 {
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}
.prodcat h2 span {
    font-weight: 600;
}
.prodcat p {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    line-height: 25px;
    padding: 25px 0px 0 0px;
}
.prodcat ul {
    width: 75%;
    margin: auto;
}
.prodcat ul li {
    width: 49%;
    float: left;
    margin: 0.1%;
}
.prodcat ul li img {
    width: 100%;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.prodcat ul li img:hover {
    transform: scale(0.9);
}
.leftcurve {
    border-radius: 32px 0px 0 32px;
}
.rightcurve {
    border-radius: 0px 32px 32px 0px;
}
.cutline {
    width: 66px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    margin-top: 18px;
    margin-left: -52px;
    font-family: "Poppins", sans-serif;
    font-size: 5px;
    letter-spacing: 1.5px;
    font-weight: 100;
    text-align: left;
    padding: 3px 0px;
    color: #666;
}
.redc {
    color: #ff0909;
}
#ipage {
    width: 100%;
    background-color: #f1f1f1;
    padding-bottom: 50px;
}
.contentbar {
    width: 100%;
/*    min-height: 400px;*/
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 1px 3px #ccc;
    position: relative;
    z-index: 777;
    margin-top: -222px;
    float: left;
    padding: 60px;
    box-sizing: border-box;
}
.contentbar h3 {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 20px;
}
.contentbar h4 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 25px;
}
.contentbar h5 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 25px;
}
.contentbar h6 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 25px;
}
.contentbar p {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 20px;
}
.points {
    width: 100%;
}
.points ul {
    width: auto;
}
.points ul li {
    list-style: circle;
    font-size: 16px;
    margin: 20px 15px;
    line-height: 26px;
}
.products {
    width: 100%;
    overflow: hidden;
}
.products ul {
    width: auto;
}
.products ul li {
    width: 32.1%;
    float: left;
    margin: 1.5% 0.5%;
    font-size: 16px;
    text-align: center;
}
.products ul li img {
    width: 100%;
    border: solid 4px #f1f1f1;
    margin-bottom: 10px;
    border-radius: 16px;
}
.products ul li span {
    display: block;
    height: 40px;
    line-height: 24px;
}
.hline {
    border-top: solid 1px #ccc;
    margin-bottom: 20px;
}
.fpic {
    width: 100%;
}
.roudpic {
    border-radius: 16px;
    box-shadow: 0 2px 4px #999;
}
.blogrpic {
    float: right;
    margin-left: 25px;
    margin-bottom: 10px;
    border-radius: 16px;
    box-shadow: 0 2px 4px #999;
}
.ithumb {
    float: right;
    margin-left: 25px;
    border-radius: 16px;
   
    margin-top: -160px;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.ithumb2 {
    float: right;
    margin-left: 25px;
    border-radius: 16px;

    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.vision_mission {
    width: 100%;
    text-align: center;
}
.vision_mission img {
    width: 100%;
    margin-bottom: 16px;
}
.vision_mission h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
}
.vision_mission p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.quality_culture {
    width: 100%;
    text-align: center;
}
.quality_culture img {
    width: 100%;
    margin-bottom: 16px;
}
.quality_culture h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
}
.quality_culture p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.colmleft {
    width: 49%;
    float: left;
}
.colmright {
    width: 49%;
    float: right;
}
.colm2 {
    width: 49%;
    margin: 1% 0.5%;
    padding: 20px;
    box-sizing: border-box;
    float: left;
}
.colm2 span {
    height: 35px;
    display: block;
    font-size: 18px;
    line-height: 25px;
    margin: 10px 0 0 0px;
}
.date {
    display: block;
    font-size: 12px;
    color: #666;
    letter-spacing: 4px;
}
.colm3 {
    width: 32.3% !important;
    margin: 1% 0.5% !important;
    float: left;
}
.colm3 span {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
    display: block;
    height: 35px;
}
.tcenter {
    text-align: center !important;
}
.accredcertfi {
    width: 100%;
    padding: 30px 0px 20px 0px;
    overflow: hidden;
    z-index: 777;
    border-bottom: dotted 1px #666;
    margin-bottom: 20px;
}
.accred {
    float: left;
    width: 30%;
}
.accred img {
    height: 85px;
    padding: 0px 10px;
    opacity: 1;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    
}
.accred img:hover {
    opacity: 0.9;   
}
.certi {
    float: right;
    width: 30%;
    text-align: right;
}
.certi img {
    height: 85px;
    display: inline-block;
    padding: 30px 10px;
    opacity: 1;   
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.certi img:hover {
   
    opacity: 0.9;   
}
.accredcertfimid {
    width: 40%;
    text-align: center;
    float: left;
    margin-top: -10px;
}
.accredcertfimid img {
    display: inline-block;
    opacity: 0.5;
}
.accredcertfimid h2 {
    color: rgba(0,0,0,1);
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 400;
    padding: 40px 10px;
    display: inline-block;
}
#vbg {
    position: fixed;
}
#aboutbg {
    width: 100%;
    background-color: #f7f7f7;
    background-image: url('../imgs/messagebg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 715px;
}

.privatelabel {
    width: 32.5%;
    float: left;
    min-height: 200px;
    background-color: #a6a6a6;
    margin: -143px 0 0 0px;
    position: relative;
    z-index: 777;
     transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
} 
:hover.privatelabel {
    margin: -163px 0 0 0px;
    opacity: 0.9;
   
}
.privatelabel img {
    width: 100%;
}
.milestones {
    width: 32.5%;
    float: left;
    min-height: 200px;
    background-color: #918f8f;
    margin: -143px 0 0 1.3%;
    position: relative;
    z-index: 777;
     transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
:hover.milestones {
    margin: -163px 0 0 1.3%;
    opacity: 0.9;
}
.milestones img {
    width: 100%;
}
.infrastructure {
    width: 32.5%;
    float: right;
    min-height: 200px;
    background-color: #7b7979;
    margin: -143px 0 0 0%;
    position: relative;
    z-index: 777;
     transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
:hover.infrastructure {
    margin: -163px 0 0 0px; 
    opacity: 0.9;

}
.infrastructure img {
    width: 100%;
}
.padbox {
    padding: 25px;
    box-sizing: border-box;
    color: #fff;
}
.padbox h2 {
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
}
.padbox h3 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.5px;
    font-weight: 300;
    margin-bottom: 0px;
    font-style: italic;
}
.padbox h2 span {
    font-weight: 700 !important;
    display: block;
}
.director {
    float: left;
    width: 30%;
    margin: 2% 0 0 0px;
}
.director img {
    width: 100%;
}
.directordesk {
    float: right;
    width: 66%;
    padding: 50px 0px 0 0px;
}
.directordesk h3 {
    font-size: 25px;
    font-weight: 300;
    color: #7b7979;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
   
}
.directordesk h2 {
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}
.directordesk h2 span {
    font-weight: 600;
}
.directordesk p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    text-align: justify;
}
.directordesk p strong {
    font-weight: 600;
}
#prodbg {
    width: 100%;
    height: 430px;
    background-color: #000;
    background-image: url('../imgs/t-shirts-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    padding: 50px 0px;
}
#prodbg h3 {
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    text-align: center;
   
}
#prodbg h2 {
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}
#prodbg h2 span {
    font-weight: 600;
}
.mw {
    height: 175px;
}
@media(max-width:580px){
    .camera_caption{
        display: none!important;
    }
}
.menwear {
    width: 49%;
    float: left;
    background-color: #fff;
    margin: 20px 0 50px 0px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 1px 2px #ccc;
    text-align: right;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
:hover.menwear {
    margin: 40px 0 50px 0px;
}
.menwear img {
    width: 100%;
}
.menwear h4 {
    font-size: 40px;
    font-weight: 300;
    display: inline-block;
    margin: 18px 2px 0 0px;
    color: #111a1d;
}
.menwear h5 {
    color: #a69375;
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    padding-right: 15px;
    padding-left: 5px;
    display: inline-block;
}

.womenwear {
    width: 49%;
    float: right;
    background-color: #fff;
    min-height: 400px;
    margin: 20px 0 50px 0px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 1px 2px #ccc;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
:hover.womenwear {
    margin: 40px 0 50px 0px;
}
.womenwear img {
    width: 100%;
}
.womenwear h4 {
    font-size: 40px;
    font-weight: 300;
    display: inline-block;
    margin: 18px 2px 0 0px;
    color: #111a1d;
}
.womenwear h5 {
    color: #a69375;
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    padding-right: 15px;
    padding-left: 5px;
    display: inline-block;
}

.process {
    width: 100%;
    padding: 50px 0px;
    background-color: #f9f9f9;
}
.process h2 {
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    text-align: center;
   
}
.process h2 span {
    font-weight: 600;
}
.process h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: center;
   
}
.process ul {
    width: auto;
}
.process ul li {
    width: 16.2%;
    float: left;
    text-align: center;
    margin-bottom: 25px;
    padding: 20px;
    box-sizing: border-box;
}
.process ul li img {
    width: 50%;
}
.process ul li h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #6f6d6d;
}
.process ul li p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
#brand{
    width: 100%;
    background-image: url('../imgs/gradiant-bg.jpg');
    background-repeat: repeat-x;
   
    padding: 50px 0px 0 0px;
}
#brand h2 {
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    text-align: center;
}
#brand h2 span {
    font-weight: 600;
}
#brand p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
}
#brand p strong {
    font-weight: 600;
}
.brandslogos {
    width: 50%;
    text-align: center;
    padding: 10px 0px;
    margin: auto;
}
.brandslogos ul {
    width: auto;
}
.brandslogos ul li {
    display: inline;
}
.brandslogos ul li img {
    width: 160px;
    border-radius: 8px;
}
.men {
    position: absolute;
    margin-top: -100px;
    left: 0px;
}
.women {
    position: absolute;
    margin-top: -100px;
    right: 5%;
}
#factorytour {
    width: 100%;
    min-height: 400px;
    background-color: #fff;
    position: relative;
    z-index: 777;
    padding: 50px 0px;
}
#factorytour h2 {
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    text-align: center;
}
#factorytour h2 span {
    font-weight: 600;
}
#factorytour h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 25px;
}
#blog{
    width: 100%;
    background-image: url('../imgs/gradiant-bg.jpg');
    background-repeat: repeat-x;
    background-position: bottom center;
    padding: 50px 0px;
    border-top: dotted 1px #999;
    min-height: 650px;
}
#blog h2 {
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    text-align: center;
}
#blog h2 span {
    font-weight: 600;
}
#blog h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}
.sustein {
    width: 100%;
    padding: 50px 0px;
    background-color: #f9f9f9;
}
.sustein h2 {
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    text-align: center;
   
}
.sustein h2 span {
    font-weight: 600;
}
.sustein ul {
    width: auto;
}
.sustein ul li {
    width: 20%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
}
.sustein ul li span {
    display: block;
    color: #fff;
    font-size: 100px;
    font-weight: 700;
    position: relative;
    margin-top: -75px;
    margin-left: 25px;
    text-shadow: 0 1px 2px #999;
}
.sustein ul li img {
    width: 100%;
    border-radius: 40px 0 40px 0px;
    margin-bottom: 20px;
}
.sustein ul li h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 30px
}
.sustein ul li p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    
}
.grid {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	
	list-style: none;
	text-align: center;
}
.ifigtwo {
    width: 49% !important;
    margin-bottom: 0.4% !important;
}
.ifigtwo h3 {
  margin: 0% 0 10px 0;
  font-size: 44px;
    font-family: "Poppins", sans-serif;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 0.5%;
	max-height: 590px;
	width: 32%;
	background: #000;
	text-align: center;
	cursor: pointer;
}
.figurefour {
	width: 24% !important;
	background: #3085a3;
	text-align: left !important;
}
.figuretwo {
	width: 49% !important;
	background: #3085a3;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 12em 0px !important;
	color: #fff;
	text-transform: uppercase;
/*	font-size: 1.25em;*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h3 {
	word-spacing: -0.15em;
	font-weight: 300;
    font-family: "Poppins", sans-serif;
}

.grid figure h3 span {
	font-weight: 800;
}

.grid figure h3,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 99%;
   
}
/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background-color: #000;
}

figure.effect-oscar img {
	opacity: 0.5;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 0em;
    line-height: 30px;
	background-color: rgba(72,72,72,0.3);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
   
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
    
}

figure.effect-oscar h3 {
    font-size: 40px;
    color: #fff;
    font-family: "Poppins", sans-serif;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h3 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}
/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
	text-align: right;
}

figure.effect-marley h3,
figure.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
    text-align: left;
}


figure.effect-marley p {
	bottom: 30px;
	line-height: 1.3;
    text-transform: none !important;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-marley h3 {
	bottom: 40px;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
    color: #fff;
    font-size: 22px;
}

figure.effect-marley:hover h3 {
    bottom: 130px;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
    letter-spacing: 1px;
}

figure.effect-marley h3::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-marley h3::after,
figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
    font-size: 15px;
   
}

figure.effect-marley:hover h3::after,
figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-marley:hover img {
	opacity: 0.4;
}

/*---------------*/
/***** Milo *****/
/*---------------*/

figure.effect-milo {
	background: #000;
}

figure.effect-milo img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-30px,0,0) scale(1.12);
	transform: translate3d(-30px,0,0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    opacity: 0.7;
}

figure.effect-milo:hover img {
	opacity: 0.2;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

figure.effect-milo h4 {
	position: absolute;
    font-family: "Poppins", sans-serif;
	right: 0;
	bottom: 0;
	padding: 1em 1.2em !important;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #fff;
    text-align: right;
    text-transform: none;
    font-weight: 400;
    line-height: 22px;
}

figure.effect-milo p {
	padding: 20px;
	width: 100%;
    line-height: 20px;
	border-right: 3px solid #fff;
	text-align: right;
	opacity: 0;
    margin-top: -180px;
    text-transform: none;
    letter-spacing: normal;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
}

figure.effect-milo:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
    
}
.tablink {
    width: auto;
    text-align: center;
}
.tablink a {
    background-color: #fff;
    padding: 10px 25px;
    color: #333;
     font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 100px;
    box-shadow: 0 1px 3px #ccc;
}
.tablink a:hover {
    background-color: #333;
    color: #fff;

}
.clients {
    width: 100%;
    border-bottom: dotted 1px #999;
    padding: 50px 0px;
}
.clients h2 {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    text-align: center;
}
.clients h2 span {
    font-weight: 600;
}
.gmap {
    width: 100%;
}
.gmapc {
    box-shadow: 2px 4px 8px #ccc;
    border: solid 1px #ddd;
    margin-bottom: 20px;
}
.whatsapp {
    position: fixed;
    left: 25px;
    bottom: 25px;
    width: 60px;
    z-index: 999;
}
.whatsapp img {
    width: 100%;
}
footer {
    width: 100%;
    min-height: 200px;
    padding: 40px 0px;
}
.botlinks {
    width: 100%;
}
.botlinks ul {
    width: 19%;
    margin: 0.5%;
    float: left;
}

.botlinks ul h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.botlinks ul h3 span {
    font-weight: 600;
    display: block;
}
.botlinks ul li {
    width: auto;
    padding: 10px 0px;
}
.botlinks ul li a {
    color: #696767;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
}
.botlinks ul li a:hover {
    color: #000;
}
.botlinks ul p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 10px;
}
.botlinks ul p span {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.tright {
    text-align: right;
}
.hlink {
    width: auto;
}
.hlink a {
    font-size: 18px !important;
    line-height: 22px;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    color: #333 !important;
}
.botlogo {
    margin-top: 0px;
    width: 160px;
}
.botlogo img {
    width: 100%;
}
.socialbot {
    width: 100%;
    padding: 10px 0px;
}
.socialbot img {
    width: 40px;
}
.copyright {
    width: 100%;
    background-color: #5d5d5d;
    padding: 15px;
    text-align: center;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    letter-spacing: 0.5px;
}
.copyright a {
    color: rgba(255,255,255,1);
    font-size: 14px;
}
.top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    z-index: 999;
    border-radius: 4px;
    background: rgba(0,0,0,0.8);
    text-align: center;
    line-height: 40px;
    display: none;
}
.top a {
    font-size: 30px;
    color: rgba(255,255,255,0.7);
    display: block;
    padding-bottom: 5px;
    
}
.top a:hover {
    font-size: 50px;
    opacity: 0.5;
}
.mobbar {
    display: none;
}
.closebar {
    display: none;
}
.fgroup {
    width: 100%;
    margin-bottom: 8px;
}
.fgroup input[type="text"] {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border: solid 1px #ccc;
    color: #333;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
     background-color: #fff;
}
.fgroup input[type="text"]:focus {
    border: solid 1px #ddd;
    background-color: #f7f7f7;
}
.fgroup input[type="email"] {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border: solid 1px #ccc;
    color: #333;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
     background-color: #fff;
}
.fgroup input[type="email"]:focus {
    border: solid 1px #ddd;
    background-color: #f7f7f7;
}
.fgroup input[type="tel"] {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border: solid 1px #ccc;
    color: #333;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
     background-color: #fff;
}
.fgroup input[type="tel"]:focus {
    border: solid 1px #ddd;
    background-color: #f7f7f7;
}
.fgroup textarea {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border: solid 1px #ccc;
    color: #333;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
     background-color: #fff;
    resize: none;
    height: 100px;
    margin-bottom: 10px;
}
.fgroup textarea:focus {
    border: solid 1px #ddd;
    background-color: #f7f7f7;
}
.fgroup button {
    padding: 6px 24px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border: solid 1px #ccc;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
     background-color: #666;
    cursor: pointer; 
}
.fgroup button:hover {
     background-color: #333;
}
@media screen and (max-width: 1366px) {
.logo {
  position: absolute;
  width: 140px;
  top: 20px;
}    
nav ul li a {
  font-size: 15px;
  padding: 15px 10px;
}
.mainheading {
  position: absolute;
  top: 25%;
}    
.imainheading {
    position: absolute;
    top: 52%;
}    
.accred {
  width: 25%;
  padding-top: 22px;
}    
.accred img {
  padding: 0px 10px;
  width: 30%
}    
.accredcertfimid {
  width: 50%;
}    
.certi {
  width: 25%;
    padding-top: 20px;
}    
.certi img {
  padding: 20px 10px;
  width: 40%;
}    
.botlogo {
  margin-top: 0px;
  width: 110px;
}    
}
@media screen and (max-width: 750px) {
.mobbar {
    display: block;
    position: absolute;
    color: #fff;
    font-size: 25px;
    padding: 6px 8px;
    box-sizing: border-box;
    top: 15px;
    right: 20px;
    z-index: 999;
    background: #a6a6a6;
    border-radius: 100px;
}   
.closebar {
    display: none;
    position: fixed;
    color: #fff;
    font-size: 25px;
    padding: 6px 8px;
    box-sizing: border-box;
    top: 15px;
    right: 20px;
    z-index: 999;
    background: #a6a6a6;
    border-radius: 100px;
}      
    
header {
  width: 100%;
  height: auto;
}
#mainscreen {
    background-position: center top -100px;
}
.smallheadbar {
  height: 500px !important;
}   
.blogrpic {
  float: none;
  margin-left: 0px;
  margin-bottom: 10px;
  border-radius: 16px;
  box-shadow: 0 2px 4px #999;
    width: 100%;
}    
.imainheading {
  position: absolute;
  top: 25%;
  text-align: center;
  width: 100%;
  left: 0;
}    
.logo {
  width: 100px;
}    
.topbar {
  display: none;
}    
nav {
  width: 70%;
  height: 100%;
  text-align: left;
  background: rgba(0,0,0,0.7);
  left: 0;
  top: 0;
  position: fixed;
  z-index: 888;
  backdrop-filter: blur(10px);
  padding: 10px;
  box-sizing: border-box;
  display: none;
}    
nav ul li {
  display: block;
}    
nav ul li a {
  font-size: 14px;
}    
nav ul li a i {
  float: right;
}    
nav ul ul {
  display: block;
  width: 100%;
  position: relative;
  background: #a6a6a6;
  border-radius: 8px;
}    
.mainheading {
  position: absolute;
  top: 15%;
    text-align: center;
}    
.mainheading h4 {
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  text-align: center;
    line-height: 24px;
}    
.mainheading h1 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;    
}    
.accredcertfi {
  width: 100%;
  padding: 20px 20px;
  bottom: 180px;
  left: 0px;
}    
.accred {
  float: none;
  width: 100%;
  text-align: center;
    margin-bottom: 20px;
}    
.accred img {
  padding: 0px 5px;
  width: 75px;
    height: auto;
} 
.accredcertfimid {
  width: 100%;
  text-align: center;
  float: none;
}    
.accredcertfimid h2 {
  font-size: 20px;
  font-weight: 400;
  padding: 20px 10px;
  display: inline-block;
}    
.certi {
  float: none;
  width: 100%;
  text-align: center;
}    
.certi img {
  padding: 0px 5px;
  width: 100px;
    height: auto;
}    
#aboutbg {
  padding-bottom: 40px;
}    
.privatelabel {
  width: 100%;
  float: none;
  min-height: auto;
  margin: -143px 0 0 0px;
 
}    
.milestones {
  width: 100%;
  float: none;
  min-height: auto;
  margin: 10px 0 0 0%;
}    
.infrastructure {
  width: 100%;
  float: none;
  min-height: auto;
  margin: 10px 0 0 0%;
}    
.director {
  float: none;
  width: 100%;
  margin: 2% 0 2% 0px;
  text-align: center;
}   
.director img {
  width: 75%;
  border-radius: 100px;
}   
.directordesk {
  float: none;
  width: 100%;
  padding: 20px 0px 0 0px;
}    
.directordesk h3 {
  text-align: center;
}  
.directordesk h2 {
  text-align: center;
}    
.directordesk p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}    
#ipage {
    width: 100%;
    background-color: #f7f7f7;
    padding-bottom: 50px;
    padding-top: 50px;
}   
.ithumb {
  float: none;
  margin-left: 0px;
  border-radius: 16px;
  margin-top: -260px;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
    width: 100%
}   
.itsd ul li {
  width: 100%;
  float: none;
  border: dotted 1px #999;
  box-sizing: border-box;
  height: auto;
  padding: 0px;
    margin-bottom: 25px;
}    
.contentbar {
    width: 100%;
/*    min-height: 400px;*/
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 1px 3px #ccc;
    position: relative;
    z-index: 777;
    float: none;
    padding: 20px;
}   
.colmleft {
    width: 100%;
    float: none;
}
.colmright {
    width: 100%;
    float: none;
}   
.colm2 {
    width: 100%;
    margin: 4% 0%;
    float: none;
    padding-bottom: 5px;
}
.colm3 {
    width: 100% !important;
    margin: 4% 0%;
    float: none;
/*    box-shadow: 0 5px 5px #ccc;*/
    padding-bottom: 5px;

}    
.midlovebg {
  position: relative;
  transform: translateY(10%) translateX(-50%);
  -webkit-transform: translateY(10%) translateX(-50%);
  -moz-transform: translateY(10%) translateX(-50%);
  -ms-transform: translateY(10%) translateX(-50%);
  -o-transform: translateY(10%) translateX(-50%);
  left: 50%;
  top: 52%;
}    
.menwear {
  width: 100%;
  float: none;
  margin: 20px 0 20px 0px;
  padding: 10px;
  text-align: center;
}    
.womenwear {
  width: 100%;
  float: none;
  min-height: 400px;
  margin: 20px 0 20px 0px;
  padding: 10px;
  text-align: center;
}    
.men {
  display: none;
} 
.women {
  display: none;
}     
.infraw {
  width: 100%;
}    
.brandslogos ul li {
  display: block;
}    
.grid figure {
  position: relative;
  float: none;
  margin: 10px 0%;
  max-height: auto;
  width: 100%;
}    
.botlinks {
  width: 100%;
  text-align: center;
}    
.botlinks ul {
  width: 100%;
  margin: 2.5% 0px;
  float: none;
}    
.mlink {
padding: 10px 10px;
    background-color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}        
.botlogo {
 margin-top: 0px;
    text-align: center;
    width: 100%;
}
.botlogo img {
  width: 100px;
}  
.tright {
  text-align: center;
}    
.stats {
  padding: 20px;
}    
.stats ul li {
  width: 100%;
  float: none;
  text-align: center;
  margin-bottom: 50px;
}  
.qualityclothing {
  width: 100%;
  padding: 0px 40px;
  margin: 0px 0px;
  
}    
.midlovebg img {
    width: 100%;
  margin-bottom: 50px;
}    
.brandlove {
  padding: 0px 0px;
}    
.tsd ul li {
  width: 100%;
  float: none;
  border: dotted 1px #999;
  box-sizing: border-box;
}    
#ams1 {
  height: auto;
  padding: 30px;
}   
#ams2 {
  height: auto;
  padding: 30px;
} 
#ams3 {
  height: auto;
  padding: 30px;
} 
#ams4 {
  height: auto;
  padding: 30px;
} 
#ams5 {
  height: auto;
  padding: 30px;
} 
#ams6 {
  height: auto;
  padding: 30px;
}     
    
.leftcurve {
  border-radius: 0px;
}    
.prodcat ul {
  width: 100%;
  margin: auto;
}    
.prodcat ul li {
  width: 100%;
  float: left;
  margin: 0.1% 0px;
}    
.brandslogos {
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  margin: auto;
}    
.products ul li {
  width: 100%;
  float: none;
  margin: 2.5% 0% 10% 0%;
  font-size: 16px;
  text-align: center;
}  
.rightcurve {
  border-radius: 0px;
}    
.process ul li {
  width: 100%;
  float: none;
  text-align: center;
  margin-bottom: 25px;
  padding: 20px;
  box-sizing: border-box;
}    
.sustein ul li {
  width: 100%;
  float: none;
  padding: 20px;
  box-sizing: border-box;
}    
}