@charset "utf-8";
/* CSS Document */
html{scroll-behavior:smooth}
body{margin:0; padding:0; font-family: first !important; font-size:14px !important; overflow-x:hidden;}


@font-face{font-family:first; src: url(../fonts/WorkSans-Regular.ttf);}
@font-face{font-family:sec; src: url(../fonts/WorkSans-Medium.ttf);}
@font-face{font-family:third; src: url(../fonts/FjallaOne-Regular.ttf);}


h1, h2, h3, h4, h5, h6{margin:0 !important; padding:0 !important; border:none;}

ul{padding:0; list-style-type:none;}
input, select, option, textarea{outline:none; resize:none;}
button{outline:none !important;}
img{border:none; margin:0; padding:0;}
a{text-decoration:none;}
a:hover{text-decoration:none !important;}
a:focus{text-decoration:none;}



.full-width{
	width: 100%;
}

.top-strip{
	background-color: #000;
	color: #fff;
}

ul.top-social{
	margin: 0;
}

ul.top-social li{
	display: inline-block;
    margin: 0 0 0 0;
}

ul.top-social li a{
	color: #d8d8d8;
    display: block;
    font-size: 16px;
    line-height: 2.6;
    position: relative;
    z-index: 0;
    width: 40px;
    height: 40px;
    text-align: center;
}
ul.top-social li a:before{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 40px;
    height: 40px;
	background-color: #fff;
    transform: translateY(-40px);
	transition: ease-in .3s;
}

ul.top-social li a:hover
{
	color: #fff;
	transition: ease-in .5s;
}

ul.top-social li a:hover:before{
    transform: translateY(0px);
}

ul.top-social li:nth-child(1) a:hover:before{
	background-color: #4b69b0;
}

ul.top-social li:nth-child(2) a:hover:before{
	background-color: #37b1e1;
}

ul.top-social li:nth-child(3) a:hover:before{
	background-color: #d6007c;
}

ul.top-social li:nth-child(4) a:hover:before{
	background-color: #d90802;
}

ul.top-links{
	text-align: right;
    margin: 0;
    line-height: 2.9;
}

ul.top-links li{
	display: inline-block;
    letter-spacing: .4px;
    text-transform: uppercase;
}

ul.top-links li a{
    color: #fff;
    display: block;
    border-right: solid #fff 1px;
    line-height: .8;
    padding: 0 10px 0 10px;
	transition: ease-in .3s;
}

ul.top-links li a:hover{
	color: #9a9a9a;
}

ul.top-links li:last-child a{
	padding: 0 0 0 5px;
    border-right: none;
}

.top-call{
	margin: 0;
    font-size: 26px;
    font-family: third;
    text-align: right;
	line-height: 4.9;
}

.top-call a{
	color: #333 !important;
}

.menu-wrapper{
	transition: ease all .5s;
}

.sticky-menu{
	position: fixed;
	top: 0;
	z-index: 999;
	background-color: #fff;
	transition: ease all .5s;
	box-shadow: 0 0 4px #00000036;
}

.home-des{
	font-size: 18px;
    line-height: 1.7;
    color: #464a4d;
}

.author-txt {
    margin-top: 18px;
    display: none;
	font-size: 18px;
    line-height: 1.7;
    color: #464a4d;
}

.rm-btn{
	font-size: 20px;
    display: inline-block;
    border: solid #0090da 3px;
    color: #0090da !important;
    font-family: sec;
    padding: 4px 20px 4px 20px;
}

.main-hdng{
	font-family: third;
    text-transform: uppercase;
    font-size: 26px;
    margin: 0 0 8px 0 !important;
    color: #444;
}

.product-panel{
	background-color: transparent;
    color: #fff;
    padding: 40px 0 40px 0;
}

.brick-bg{
	background-color: transparent;
	padding: 60px 0 60px 0;
}

.garment-box{
    background-color: #333;
    text-align: center;
    margin: -6px 0 0 0 !important;
    color: #c1c1c1;
    padding: 25px 0 25px 0 !important;
    text-transform: uppercase;
}

.garment-box h2{
    color: #c1c1c1;
    font-family: third;
    font-size: 40px;
    letter-spacing: 1px;
}
.garment-sub{
	margin: 5px 0 5px 0;
    font-size: 16px;
    letter-spacing: 0.6px;
}

.garment-box a{
    text-transform: capitalize;
    color: #ffffff !important;
    font-size: 15px;
    display: inline-block;
    background-color: #0090d7;
    padding: 7px 20px 7px 20px;
    text-align: center;
    border-radius: 3px;
    margin: 7px 0 0 0;
}

.garment-box span{
	display: inline-flex;
    width: 30px;
    height: 1px;
    background-color: #fff;
    position: relative;
    top: -2px;
    margin: 0 0 0 7px;
}

.garment-box span:before, .garment-box span:after{
	content: "";
    display: block;
    background-color: #fff;
    width: 6px;
    height: 1px;
    position: absolute;
    top: -2px;
    right: 0;
    transform: rotate(40deg);
}

.garment-box span:after{
	top: 2px;
    transform: rotate(-40deg);
}

.newservices-box{position: relative;}

.newservices-text{
	position: absolute;
    width: 90%;
    height: 90%;
    background-color: #00000066;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-transform: uppercase;
    font-size: 30px;
    line-height: initial;
	display: flex;
    align-items: center;
    justify-content: center;
}

.newservices-text a{
	color: #fff !important;
}

.newservices-icon{
	height: 325px;
    overflow: hidden;
}

.newservices-icon img{
	height: 325px;
	object-fit: cover;
}

.newservices-icon2{
	height: 150px;
	margin-bottom: 25px;
}


.newservices-icon2 img{
	height: 290px;
	object-fit: cover;
}



.service-box{
	position: relative;
}

.service-icon{
	position: relative;
    height: 250px;
    overflow: hidden;
}

.service-icon img{
	transition: ease-in .5s;
}

.icon-ovrly{
	position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #20202078;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 14;
	transform: scale(0);
	transition: ease-in .5s;
}
.icon-ovrly a{
    color: #fff !important;
    border: solid #fff 2px;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 2.7;
    border-radius: 50%;
    margin-top: 100px;
}


.service-text{
	padding: 20px 10px 10px 10px;
    box-shadow: 0 2px 10px #0000002e;
    color: #717171;
}

.service-text h3{
    font-family: third;
    text-transform: uppercase;
    color: #333;
    font-size: 18px;
    letter-spacing: .3px;
    margin: 0 0 5px 0 !important;
}

.service-text h3 a{
    color: #333 !important;
}

.service-text p{
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-box:hover .service-icon img{
	transform: scale(1.2) rotate(5deg);
}

.service-box:hover .icon-ovrly{
	transform: scale(1);
}

.service-box:hover .service-text h3 a{
	color: #0090da !important;
}

.view-btn{
	background-color: black;
    color: #fff !important;
    display: table;
    padding: 10px 40px 10px 40px;
    font-size: 15px;
    margin: 0 auto;
    margin-top: 40px;
}

.whyus-bg{
	background-image: url(../images/dark.jpg);
	background-repeat: no-repeat;
	padding: 150px 0 150px 0;
	background-size: cover;
}

.whyus-content{
	color: #fff;
    font-size: 21px;
    padding: 0px 150px 0 150px;
    letter-spacing: .3px;
    line-height: 1.7;
}

.whyus-content h4{
	color: #fff;
}

.whyus-content a{
	color: #fff !important;
    display: inline-block;
    margin-top: 8px;
    padding: 4px 20px 4px 20px;
    letter-spacing: .5px;
    border: solid #fff 3px;
}


.why-bg{
	background-image: url(../images/diffuse.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.why-ovrly{
	background-color: #0090dabf;
    padding: 100px 0 100px 0;
	text-align: center;
	color: #fff;
}

.whyus-hdng{
	color: #fff;
}

.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel2 {
	margin: 0 auto;
	padding: 0 70px 0 70px;
}
.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
	font-size: 18px;
    color: #333;
}
.carousel .overview {	
	font-family: third;
    font-size: 20px;
    color: #000;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #7AA641;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 40%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}

.carousel-indicators li, .carousel-indicators li.active {
	width: 20px;
	height: 20px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

.subscribe-bg{
	background-color: #333;
	padding: 20px 0 20px 0;
}

.subscribe-text{
    color: #fff;
    margin: 0;
    font-family: third;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.newsletter-box{
	float: right;
}

.newsletter-box input{
	float: left;
    width: 360px;
    height: 44px;
    padding: 2px 0 0 30px;
    border: none;
    border-radius: 50px;
}

.newsletter-box button{
	float: left;
    border: 0;
    background-color: #0090da;
    color: #fff;
    height: 44px;
    padding: 0 50px 0 50px;
    border-radius: 50px;
    margin: 0 0 0 -50px;
}

.ftr-hdng{
	font-family: third;
    color: #333;
    margin: 0 0 9px 0 !important;
}

.diffuse-hdng{
	font-size: 18px;
    font-family: third;
	margin: 0 0 8px 0 !important;
	color: #0090da;
}

ul.add-list{
}

ul.add-list li{
	margin: 0 0 8px 0;
	display: flex;
}

ul.add-list li i{
	margin: 4px 7px 0 0;
    color: #0090da;
}

ul.add-list li:nth-child(3) i{
	font-size: 12px;
}

ul.add-list li a{
	color: #333;
}

ul.ftr-list{
	margin: 0;
}

ul.ftr-list li{
	margin: 0 0 4px 0;
}

ul.ftr-list li a{
	color: #333;
}

.follow-text{
	position: relative;
	z-index: 999;

}

ul.ftr-social li a{
	font-size: 18px;
	width: 40px;
    height: 40px;
    background-color: #0090da;
    color: #fff;
}

.copyright-text{
	margin: 16px 0 0 0;
    border-top: solid #e4e4e4 1px;
    padding: 10px 0 10px 0;
}

.copyright-text a{
	color: #333 !important;
}

.inner-header{
    background-size: cover;
    background-position: 0 -70px;
    background-repeat: no-repeat;
}

.innr-ovrly{
	height: 100%;
    background-color: #000000ad;
    padding: 150px 0 150px 0;
    color: #fff;
    font-family: sec;
}

.inner-panel{
	overflow: hidden;
}

.inner-content{
	text-align: justify;
    font-size: 16px;
}

.inner-content a{
	background-color: #00a4bd;
    color: #fff !important;
    display: inline-block;
    padding: 0px 0px 0px 30px;
    font-size: 18px;
    border-radius: 50px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.inner-content a span{
	background-color: #008296;
    padding: 9px 25px 10px 25px;
    display: inline-block;
    border-radius: 0 50px 50px 0;
    font-size: 28px;
    margin: 0 0 0 10px;
}

.inner-hdng{
	text-transform: uppercase;
    font-family: third;
    letter-spacing: 2px;
    margin: 0 0 16px 0 !important;
    font-size: 40px;
    color: #000;
}

.about-service-icon{
	height: 350px;
    overflow: hidden;
    border-radius: 0 200px 200px 0;
	position: relative;
	z-index: 1;
}

.about-service-icon2{
	border-radius: 200px 0 0 200px;
}

.about-service{
	padding: 0 0 0 30px;
    font-size: 20px;
    font-family: first;
    color: #4e4e4e;
    letter-spacing: 0px;
	position: relative;
	z-index: 2;
}

.about-service a{
	background-color: #00a4bd;
    display: inline-block;
    color: #fff !important;
    padding: 8px 40px 8px 40px;
    border-radius: 50px;
}

.about-service:before{
	content: "";
    display: block;
    background-color: #f1f1f1;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    position: absolute;
    top: -40%;
    right: -10%;
    z-index: -1;
}

.about-service2:before{
	left: -10%;
}

.about-service h2{
	font-size: 40px;
    color: #000;
    line-height: normal;
    margin: 0 0 12px 0 !important;
}

.promotional-des{
	padding: 100px 0 0 0;
}

.promotional-blue{
	font-family: sec;
    font-size: 24px;
    color: #00a4bd;
    margin: 6px 0 8px 0;
}

.promotional-box{
	border: solid #ccc 3px;
    padding: 30px;
    margin-top: 100px;
    font-size: 17px;
    color: #828282;
	min-height: 320px;
}

.promotional-box h2{
	font-size: 25px;
    font-family: sec;
    margin: 0 0 20px 0 !important;
    color: #272727;
    letter-spacing: .3px;
}

.promotional-icon{
	border: none;
    padding: 0;
}

.dark-bg{
	background-size: cover;
    background-attachment: fixed;
    color: #fff;
    padding: 100px 0 80px 0;
}

.dark-bg h3{
	font-family: third;
    font-size: 60px;
    margin: 0 0 18px 0 !important;
}

.dark-bg p{
	font-size: 24px;
    color: #e4e4e4;
    letter-spacing: .3px;
}

.promotional-products{
	border: solid #cccccc42 1px;
	padding: 20px;
	margin-bottom: 30px;
}

.promotional-product{
	height: 340px;
    overflow: hidden;
}
.promotional-product img{
	height: 340px;
    object-fit: cover;

}
.promotional-text a{
	font-size: 18px;
    color: #ffffff !important;
    display: block;
    background-color: #00a4bd;
    padding: 10px 10px 10px 20px;
	transition: all 1s;
}

.promotional-text a span{
	display: block;
    float: right;
    background-color: #005967;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 13px;
    line-height: 2.4;
    border-radius: 50%;
    padding: 0 0 0 1px;
}

.promotional-text:hover a{
    color: #fff !important;
    background-color: #000;
	border-radius: 50px;
}

.services-box{
	padding: 0;
    margin-bottom: 50px;
	border: 0;
}

.service-img{
	height: 270px;
    overflow: hidden;
}

.service-img img{
    height: 270px;
    object-fit: cover;
    width: 100%;
}

.service-des{
    margin: 0 auto;
    color: #333;
    padding: 20px 0 0 0;

}

.service-des h3{
	font-size: 24px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0 0 7px 0 !important;
	border-bottom: dotted #949494 1px;
    padding: 0 0 7px 0 !important;
}

.service-des p{
	font-size: 15px;
    color: #333;
    line-height: 1.6;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.service-des a{
	display: inline-block;
    font-size: 14px;
    padding: 5px 20px 5px 20px;
}

.modal-hdng{
	color: #333;
    font-family: third;

}

.modal-des p{
	display: block;
	
}

ul.clothing-list{
}
ul.clothing-list li{
	font-size: 20px;
    display: flex;
    margin: 0 0 5px 0;
}
ul.clothing-list li:before{
	content: "\f35a";
    display: block;
    font-family: "font awesome 5 free";
    font-weight: 900;
    float: left;
    margin: 0 10px 0 0;
}

.store-logo{
	background-color: #fff;
    padding: 10px;
    box-shadow: 0 2px 8px #0000003d;
    border-radius: 8px;
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;

}

p.store-name{
	color: #757575;
    font-size: 15px;
    margin: 9px 0 0 0;
    text-align: center;
	margin-bottom: 25px;
}

p.promotion-pro{
	color: #333;
    font-size: 35px;
    font-family: third;
    margin: 10px 0 0 0;
}

.our-work-box{
	height: 350px;
	overflow: hidden;
	margin-bottom: 30px;
}

.contact-wrapper{
	margin: -60px 0 0 0 !important;
}

.contact-first{
	background-color: #1b1b1b;
    color: #cecece;
    padding: 30px;
	min-height: 590px;
}

.contact-hdng{
	text-transform: uppercase;
    font-family: third;
    margin: 0 0 6px 0 !important;
    color: #fff;
}

.contactocmp{
	font-family: third;
    font-size: 20px;
    letter-spacing: 0px;
    color: #f1f1f1;
}

ul.contact-info{}
ul.contact-info li{}
ul.contact-info li a{
	font-size: 20px;
    background-color: #000;
    box-shadow: 0 2px 5px #00000024;
    display: block;
    margin-bottom: 20px;
    min-height: 90px;
    padding: 30px;
    color: #adadad;
    font-family: sec;
}

.contact-form{
	background-color: #fff;
    box-shadow: 0 2px 5px #00000042;
    padding: 30px;
}

.cont-color{
	color: #333;
}
.contact-form input, textarea{
    width: 100%;
    height: 38px;
    padding: 1px 0 0 10px;
    font-size: 15px;
    border: solid #d2d2d2cc 1px;
    margin-bottom: 22px;
    border-radius: 2px;
    transition: .5s;
}
.interested{
    width: 100%;
    /*font-family: sec;*/
    font-size: 14px;

}
.contact-form input[type="checkbox"]{
	width: 15px;
    float: left;
    height: 15px;
    margin: 3px 4px 0 0;
}
.interested-check{
	margin: 0 10px 10px 0;
}
.list-colors{
	margin: -5px 0 14px 0;
    color: #8e8e8e;
    font-size: 12px;
}

.attach-file{
	height: auto;
    padding: 10px 0 10px 10px !important;
}

.contact-form textarea{
	height: auto;
	padding: 10px;
	font-family: first;
	font-size: 15px;
}

.contact-form input:focus{
    box-shadow: 0 0px 4px #00000038;
    border: solid #d2d2d2cc 0px;
}

.contact-form button{
	background-color: #0090da;
    color: #fff;
    font-size: 18px;
    padding: 10px 40px 10px 40px;
    border-radius: 30px;
    border: solid #0079b7 4px;
	margin-top: 20px;
}

.blog-wrapper{}
.blog-box{
	border: solid #ccc 1px;
	margin-bottom: 40px;
}
.blog-icon{
	height: 280px;
	overflow: hidden;
}

.blog-icon img{
	height: 280px;
    width: 100%;
    object-fit: cover;
}

.blog-text{
	margin-top: 8px;
	padding: 16px;
}
.writer{
	border-radius: 50%;
	float: left;
	margin: -6px 9px 0 0;
}
.blog-hdng{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-family: third;
}

.blog-des{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 10px 0 10px 0;
}

.blog-rm{
	color: #333;
    font-style: italic;
    display: block;
    border-top: solid #ccc 1px;
    padding: 7px 0 8px 4px;
}

.recent-wrapper{
	padding-left: 50px;
}
.recent-box{}
.recent-hdng{
	text-transform: uppercase;
    font-family: third;
    font-size: 20px;
    margin: 0 0 9px 0 !important;
    background-color: #000;
    color: #fff;
    padding: 10px 0 10px 10px !important;
}

ul.recent-list{}
ul.recent-list li{
    border-bottom: solid #ccc 1px;
	padding: 10px 0 10px 0;
}

ul.recent-list li span{
	font-size: 12px;
    background-color: #ccc;
    padding: 0px 4px 1px 4px;
    display: inline-block;
    margin: 3px 0 0 0;
}

ul.recent-list li a{
	color: #333;
    display: block;
}
ul.recent-list li a:hover{
	text-decoration: underline !important;
}

.blog-about{
	text-align: center;
    background-color: #212524;
    padding: 30px;
    margin-top: 60px;
    color: #fff;
}

.blog-about-hdng{
    font-family: third;
	font-size: 40px;
    text-transform: uppercase;
    margin: 15px 0 4px 0 !important;
}

.subs-box{
	margin-top: 60px;	
}
.subs-hdng{
	font-size: 22px;
	margin: 0 0 8px 0 !important;
}
.subs-box input{
	width: 85%;
    float: left;
    height: 44px;
    padding: 0 0 0 10px;
    border: solid #d2d2d2cc 1px;
}
.subs-box button{
	background-color: transparent;
    border: solid #d2d2d2cc 1px;
    height: 44px;
    width: 50px;
    border-left: 0;
    color: #8c8c8c;
}
.details-box{
	border: none;
}
.details-icon{
	height: auto;
}
.details-hdng{
    font-size: 25px;
    display: block;
    text-transform: uppercase;
    margin: 0 0 18px 0 !important;
}
.details-des{
	display: block;
	text-align: justify;
    font-size: 15px;
    color: #565656;
    line-height: 1.7;
}

.details-des h3{
	font-family: third;
    font-size: 20px;
    margin: 30px 0 5px 0 !important;
}


@media screen and (max-width: 1200px){
	.top-call{
	font-size: 19px;
    margin-top: 30%;
    line-height: inherit;
	}
	
	.stellarnav.light li a {
    font-size: 13px !important;
	}
	
	.stellarnav>ul>li>a {
    padding: 0 4px !important;
	}
}

@media screen and (max-width: 992px){
	.top-call{
	font-size: 15px;
    margin-top: 37%;
	}
	
	.stellarnav.light li a {
    font-size: 10px !important;
	}
}

@media screen and (max-width: 768px){
	ul.top-social, ul.top-links, .top-call {
    text-align: center;
	}
	.top-call{
	margin-top: 2%;
    font-size: 28px;
	}
	.logo{
		text-align: center;
	}
	.service-box {
		margin-bottom: 50px;
	}
	.service-icon {
    height: auto;
	}
	.garment-box {
    padding-top: 0;
	}
	.newsletter-box {
    float: none;
    text-align: center;
	}
	.subscribe-text{
		text-align: center;
	}
	.newsletter-box input {
    float: left;
    width: calc(100% - 140px);
	}
}


