body{position:relative; font-family: 'Poppins', sans-serif;   padding:0;overflow-x: hidden; margin:0;}
* {margin:0px; padding:0px; border:0px;}
ul{list-style-type: none; margin: 0; padding: 0;}
p{ font-size:16px; color: #000; margin-bottom:25px; font-family: 'Poppins', sans-serif; line-height: 28px;}
h1,h2,h3,h4,h5,h6{	margin: 0px; color: #000; padding: 0px; font-family: 'Poppins', sans-serif;}
a{ text-decoration: none; -webkit-transition: all .5s ease-in-out;  -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out;  transition: all .5s ease-in-out; font-family: 'Poppins', sans-serif;}
a:hover, a:focus{ text-decoration: none; outline: none;}

div#mainmenu-area {position: fixed; z-index: 999;background: #fff; width: 100%;}
.header-area{padding:20px 0;}
/*.mainmenu {text-align: right;display: flex;float: right;}
.mainmenu li {position: relative; display: inline-block;}
.mainmenu li a{display: block; padding:0 21px; color: #000; -webkit-transition: .3s; -o-transition: .3s; transition:.3s; font-size:14px; position:relative; text-transform: uppercase; font-weight: 500;}
.mainmenu li:first-child a{padding-left:0;}
.mainmenu li:last-child a{padding-right:0;}
.mainmenu li a:after {opacity:0; content:'ㆍ'; position:absolute; top:55%; left:50%; font-size:110%; transform:translateX(-50%); text-shadow: transparent 0px 0px; transition: text-shadow 0.3s, color 0.3s; color:#f00;}
.mainmenu li a:hover{color:#f00;}
.mainmenu li:hover a:after {opacity:1; transition: text-shadow 0.3s, color 0.3s; text-shadow: 8px 0 #f00, -8px 0 #f00; color:#f00;}

.info-list{list-style-type:none; margin:0;float: right;padding-left: 75px;}
.info-list li {float: left; padding-right: 15px;}
.info-list li a{ color:#000; padding:0 !important;}
.info-list li a:after{display:none;}
.info-list li:last-child{padding-right: 0;}
.info-list li:last-child img{padding-right:5px;}*/

.mainmenu {text-align: right;display: flex;float: right;}
.mainmenu li {position: relative; display: inline-block;}
.mainmenu li a{display: block; padding:0 15px; color: #000; -webkit-transition: .3s; -o-transition: .3s; transition:.3s; font-size:16px; position:relative; text-transform: uppercase; font-weight: 500;}
.mainmenu li a:hover{color:#f00;}

.mainmenu li:hover a:after {
    opacity: 1;
    transition: text-shadow 0.3s, color 0.3s;
    text-shadow: 8px 0 #f00, -8px 0 #f00;
    color: #f00;
}
.mainmenu li a:after {
    opacity: 0;
    content: 'ㆍ';
    position: absolute;
    top: 55%;
    left: 50%;
    font-size: 110%;
    transform: translateX(-50%);
    text-shadow: transparent 0px 0px;
    transition: text-shadow 0.3s, color 0.3s;
    color: #f00;
}

.mainmenu li ul li a:after {  display: none; }


.mainmenu li ul {position: absolute;  left: 0; top: 69px; width: 200px; background-color: white; text-align: left; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; -webkit-transform: scaleY(0); -ms-transform: scaleY(0); transform: scaleY(0); padding: 15px;    -webkit-transform-origin: top;  -ms-transform-origin: top; transform-origin: top; -webkit-box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, 0.1);    box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, 0.1); border-radius: 5px;}
.mainmenu li:hover ul { -webkit-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1);}
.mainmenu li ul li{width:100%;}
.mainmenu li ul li a{padding: 10px 0; font-weight: 400;  color: #001647 !important; transition: all .3s; border-bottom: 1px solid #0016471f;}
.mainmenu li ul li:last-child a{border-bottom:none;}

/*================================================== Banner ==================================================*/
.he-pt{padding-top: 93px;}
/*================= Start Top scrolling script ======================*/
#toTop { display: none; text-decoration: none; position: fixed; bottom: 20px; right: 2%; overflow: hidden; z-index: 999; width: 40px; height: 40px; border: none; text-indent: 100%; background: url(../images/arrow.png)0 0 no-repeat;}
#toTopHover {width: 40px; height: 40px; display: block; overflow: hidden; float: right; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0);}
/*================= Start Top scrolling script ======================*/
.efficient{padding:95px 0 60px; background:url(../images/maps.png) center center no-repeat;}
.efficient h2{font-size:30px; font-weight:400; padding-bottom:5px;}
.efficient h5{font-size:20px; font-weight:400;}
.efficient p span{color:#0b1b56;}
.se{width:60%; margin:0 auto;}

.half-right {margin: 50px 0;text-align: center;}
.half-right img{display:block;margin: 0 auto;}
.half-right .numscroller{font-size: 24px;color: #ff0000; font-weight: 500; padding:15px 0 10px 0; display: inline-block;line-height: 1;}
.half-right .numscroller-info-top {color: #141414; font-size: 18px; line-height: 1;}

.anim-button {position: relative; overflow: hidden; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; vertical-align: middle; max-width: 100%; overflow: hidden; outline: none; font-size: 16px; text-transform: uppercase;	font-weight:500;}
.thm-btn { border: none; outline: none; background-color: #0b1b56; display: inline-block; vertical-align: middle; color: #fff; padding: 12px 40px; -webkit-transition: all .4s ease; transition: all .4s ease;}
.anim-button span {float: left; width: 100%; position: relative; top: 0;}
.anim-button i, .anim-button span {-webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear;-ms-transition: all 200ms linear; transition: all 200ms linear;}
.anim-button i {top: -100%; position: absolute; left: 0; width: 100%; height: 100%; line-height: 48px; text-align: center !important; margin: 0;}
.thm-btn:hover { background-color: #222222; color: #fff;}
.anim-button:hover span {top: 100px;}
.anim-button:hover i {top: 0;}

.categories{padding-bottom:50px;}
.categories h2{font-size:30px; font-weight:400; padding-bottom:25px;}
.yarn{background:#0b1b56; padding:15px; border-radius:10px; height: 100%; padding-bottom: 30px; position:relative;}
.yarn img{margin-bottom:20px; width:100%;}
.yarn h3{color:#fff; margin-bottom:10px; font-size:24px;}
.yarn p{color:#fff; font-size:14px; font-weight:300; line-height:24px;}
.know-more{color:#fff; font-weight:500; font-size:14px;text-decoration: underline;position: absolute; bottom: 15px;}
.know-more:hover{text-decoration: underline;color:#f00;}

.speciality{padding:0; background:url(../images/our-speciality-bg.jpg)0 0 no-repeat; background-size:cover; background-attachment:fixed; height: 346px;}
.speciality img{margin-bottom:-184px;}
.speciality h2{font-size:28px; color:#fff; font-weight:500; margin-bottom:20px;}
.speciality p{color:#fff;}
.speciality .plr-40{padding:0 40px;}

.quotation{background:url(../images/get-quotation-bg.jpg)0 0 no-repeat; background-size:cover; background-attachment:fixed; height: 356px;}
.quotation h2{font-size:28px;font-weight:500;margin-bottom:20px;}
.quotation .thm-btn {background-color: #fff; color:#000; font-size: 14px; padding: 10px 30px;}
.quotation .thm-btn:hover{background-color: #ff0000; color: #fff;}
.quotation .anim-button i {line-height: 41px;}
.quotation .ml-15{margin-left:15%;}
	
.strenths{padding:60px 0;}
.strenths h2{font-size:30px; font-weight:400; padding-bottom:25px;}
.strenths-wid{width:80%; margin:0 auto;}
.quality{background:#0b1b56; padding:10px; border-radius:10px; height: 100%; text-align:center; padding-bottom: 15px; position:relative;}
.quality img{margin-bottom:20px; width:100%; *border-radius:10px;}
.quality h3{color:#fff; margin-bottom:8px; font-size:14px; font-weight:600; text-transform:uppercase;}
.quality p{color:#fff; font-size:13px; font-weight:300; line-height:22px; margin-bottom:0;}





.sw_contact_form_wrapper {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.discover_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background:#0b1b56;
}
.sw_banner_bottom_shap_img_wrapper {
    float: left;
    width: 100%;
    position: relative;
}
.footer_wrapper {
    float: left;
    width: 100%;
}
.circle_btm {
    margin-top: -111px;
    float: left;
    width: 100%;
}
#return-to-top {
    float: right;
    color: #1d3571;
    text-transform: uppercase;
    background: #fff;
    width: 120px;
    height: 120px;
    display: block;
    text-decoration: none;
    display: none;
    line-height: 120px;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
}

.circle_btm a {
    border-radius: 100%;
    z-index: 1;
    float: right;
    position: relative;
    -webkit-box-shadow: 0px 2px 25px -5px #c5c5c5;
    -moz-box-shadow: 0px 2px 25px -5px #c5c5c5;
    -o-box-shadow: 0px 2px 25px -5px #c5c5c5;
    -ms-box-shadow: 0px 2px 25px -5px #c5c5c5;
    box-shadow: 0px 0px 2px 25px -5px #c5c5c5;
}
#return-to-top i {
    color: #1d3571;
    margin: 0;
    left: 0;
    position: relative;
    top: 0;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.circle_btm a:after {
    content: '';
    width: 165px;
    height: 165px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    position: absolute;
    left: -22px;
    top: -21px;
}
.foter_padder {
    padding-bottom: 30px;    width: 90%;
    margin: 0 auto;
}
.wrapper_second_about{ padding-right: 80px;}
.wrapper_second_about, .wrapper_second_useful, .wrapper_second_blog {
       
    width: 100%;
}
.wrapper_first_image a img {
    margin-top: -15px;
}

.abotus_content {
    float: left;
    width: 100%;
	padding-bottom: 10px;
    padding-top: 30px;
}
.abotus_content p {
    color: #fff;
    font-weight: 300;font-size: 15px;
    line-height: 26px;
}
.footer_wrapper h4 {
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff; padding-bottom: 30px;
}
.wrapper_second_useful ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.wrapper_second_useful ul li {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.7);
}
.wrapper_second_useful ul li a {
    color:#fff;
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.wrapper_second_useful ul li i {
    color:#fff;
    margin-right: 20px;
    font-size: 14px;
}
.wrapper_second_useful ul li a:hover {
    color: #f00;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.wrapper_second_useful ul li a:hover i{    color: #f00;-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;}
.section3_copyright {
    text-transform: capitalize;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    width: 90%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px; margin:0 auto;
}
.section3_copyright p {
    color: #fff; margin-bottom:0;
}
.plr-0{padding:0;}


.certificate {
    text-align: center;
    margin: 50px 0;
    border: 1px solid gray;
    border-top: 0;
    padding: 50px;
    position: relative;
}
.certificate ul li {
    display: inline-block;
    width: 18%;
    margin: 0 auto;
}
.certificate:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: grey;
}
.certificate h3 {
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 25px;
    position: absolute;
    top: -18px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    width: 25%;
    left: 0;
    right: 0;
}
.certificate:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: grey;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}


/*XXXXXXXXXXXXX*/


.banner {
    width: 100%;
    display: inline-block;
    margin-top: 95px;
}
.banner img {
    width: 100%;
}

/*============================== Contact US Page ========================*/
.question{padding:50px 0;}
.question h2 {
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 35px;
}
.question input{ background:#f1f3f5; position: relative; width: 100%; margin: 0 0 20px; padding: 10px; color: #4c494a; border: 1px solid #dbdbdb; outline: 0; height:48px;}
.question textarea {background:#f1f3f5; width: 100%; padding: 10px;color: #4c494a; border: 1px solid #dbdbdb;outline: 0;height: 180px; resize:none;}
.btn-submit { background: #0b1b56; margin-top:20px; font-size:14px; color: #fff; font-weight: 600; padding: 14px 30px;text-transform: uppercase;  z-index: 1; overflow: hidden; display: inline-block; letter-spacing: 1px; }
.question .home, .question .mail, .question .phone, .question .global { position: relative; padding-left:25px; margin-bottom:5px;}
.question .home:after { content: "\f041"; font-family: FontAwesome;  left: 0; position: absolute;  top: 0; color:#ff0000;}
.question .mail:after { content: "\f0e0"; font-family: FontAwesome;  left: 0; position: absolute;  top: 0; color:#ff0000;}
.question .phone:after { content: "\f095"; font-family: FontAwesome;  left: 0; position: absolute;  top: 0; color:#ff0000;}
.question .global:after { content: "\f0ac"; font-family: FontAwesome;  left: 0; position: absolute;  top: 0; color:#ff0000;}
.question p a{color:#333333;}

.socials{list-style-type:none; padding:0; margin:20px 0 0 0;}
.socials li{float:left; margin-right:10px;}
.socials li:last-child{margin-right:0;}
.socials li a{background: #007bb7; color: #fff; display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center;    border-radius: 5px;}
.socials li+li a{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.socials li+li+li a{background: #3b5998;}
.socials li+li+li+li a{background: #d74338;}
.socials li+li+li+li+li a{background: #f95f00;}
.map {  margin-bottom: -6px;}


.question h4:after {  content: "";  width: 40px;  height: 3px;  display: block;  background: #0b1b56;   position: absolute;
    bottom: -12px;}
.question h4 {  color: #0b1b56;  font-size: 18px;  margin: 25px 0;  position: relative;}






.ab-b h2{color:#fff; font-size:25px;}
.ab-b h2 a { color: #fff; }
.ab-b { background: url(../images/bg-garments.jpg)0 0 no-repeat;  background-size: cover !important; height: 322px;  display: inline-block;
    width: 100%;     position: relative;     margin-top: 93px;}

	
.bio-gar {  margin: 50px 0;}
.spe-col h4 {  font-size: 22px;  margin-bottom: 20px; }
.bio-gar p {  margin-bottom: 25px; }
.sec-main-sec {  margin: 60px 0px;  }


.spe-col ul {  background: #686868; }
.spe-col ul li {  border-bottom: 1px solid #fff;   padding: 22.5px 10px;    color: #fff;}
.spe-col ul li:last-child {   border: none; }
.pd-0 {  padding: 0; }
.spe-img img {  width: 100%; }

.bio-gar.bot p {  font-size: 18px;  line-height: 30px; }



.ab-b.fabrics { background: url(../images/bg-fabrics.jpg)0 0 no-repeat; }
.ab-b.about-us{ background: url(../images/about-bg.jpg)0 0 no-repeat; }
.ab-b.certificates-bg{ background: url(../images/certificates-bg.jpg)0 0 no-repeat; }



.ab-b.yarns { background: url(../images/bg-yarns.jpg)0 0 no-repeat; }
.sep-link {  text-align: center; }
.sep-link a { color: #000;   font-size: 20px; }
.sep-link span {   display: block; }


.yarns-col h4 {  font-size: 24px;   color: #0b1b56;    margin-bottom: 20px;  }
.yarns-col ul li:after {  content: "\f061";  position: absolute;  left: 0;  top: 0; font-family: "FontAwesome"; font-size: 12px;}
.yarns-col ul li {  padding-left: 30px;  margin-bottom:5px;  position: relative; }
.lg {  align-self: center;  }


.sep-line { border: 1px #ddd;  margin: 50px 0;  border-width: thin; border-style: dashed; }
.yarns-col {  height: 40%; }
.img-yarns img { width: 100%;  }
.row.mar {  padding-bottom: 50px; }
.team-info p {  margin: 0;  }


.img-team { text-align: center; }
.team-info h4 { color: red;  font-size: 24px;  font-weight: 700; }
.team-info h5 { margin: 10px 0; }
.team-info h4 { color: red;  font-size: 24px;  font-weight: 700; }
.img-team img {  border: 2px solid #0b1b56; }
.products-img {  text-align: center; }

.certificates-index img {  width: 100%; }
.team-info {  text-align: center;    margin: 25px 0; }
.imgs-about-text h2 { font-size: 28px;  color: #000;  font-weight: 500; margin-bottom:30px; position: relative; padding: 5px 15px 5px;}
.imgs-about-text h2:before {  content: ""; top: 0; position: absolute; border: 2px solid red;  width: 150px; height: 100%;  left: 0; border-right: transparent; }
.about-sec-main {     margin-top: 50px; margin-bottom: 100px; }
.team {  text-align: center; }

.wrapper_first_image a{
    color:#fff;
    font-size:23px;
}
.asc{
    align-self:center;
}
.partner-box{
    width: 140px;
}
.partner-box img{
    width:100%;
}
.oup-partner{
    margin:0 auto;
    justify-content: center;
}

.owl-nav {  display: none;  }
.theme-default a.nivo-prevNav {
    left: 45px;
}
.products-img img{
    width:100%;
}
.sw_banner_bottom_shap_img_wrapper img{
    width:100%;
}