body{
    font-family: "Open Sans", sans-serif;
	background:#000000;
}
h2 {
    font-size: 50px;
    margin: 0px;
    font-weight:300;
    line-height: normal;
}
h3 {
    font-size:32px;
    margin: 0px;
    font-weight:300;
    line-height: normal;
}
h4 {
    font-size: 18px;
    margin: 0px;
    font-weight:300;
    line-height: normal;
}
h5 {
    font-size:16px;
    margin: 0px;
    font-weight:300;
    line-height: normal;
}
h6 {
    font-size:14px;
    margin: 0px;
    font-weight:300;
    line-height: normal;
}
a{
	text-decoration: none;
}

::-webkit-scrollbar {width:6px;}
::-webkit-scrollbar:horizontal {width:6px; height:6px;}
::-webkit-scrollbar-track {background-color:#0d0d0d;border-radius: 9999px;}
::-webkit-scrollbar-thumb {background-color:#fff;border-radius: 9999px;}
.wrapper {
    padding: 0 30px;
}
.container{
	width:1230px;
	padding:0px;
}
.heading {
    color: #fff;
    text-align: center;
}

.sub_heading {
    color: #fff;
    text-align: center;
}
.text_heading {
    color: #fff;
    text-align: center;
	font-weight: 400;
}
.heading-part {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 50px;    
	grid-gap: 10px;
}

/*header*/
.header_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header {
    padding: 10px 0;
}
.logoview img {
    width: 250px;
}
.logoview a {
    display: inline-block;
}
.callview p {
    margin: 0;
    display: flex;
    align-items: center;
    grid-gap: 8px;
    color: #fff;
    font-size: 12px;
}
.callview p a img {
    filter: brightness(0) invert(1);
    width: 20px;
}
.callview p a {
    font-size: 24px;
    color: #b25400;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
/*header*/

/*banner*/
.banner_content {
    padding-top: 170px;
    padding-bottom: 130px;
    position: relative;
    z-index: 9;
}
.banner_content h1 {
    font-size: 150px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    line-height: 145px;
}
.banner_content h2 {
    font-size: 120px;
    color: #fff;
    font-weight: 600;
    line-height: 135px;
}
.banner_content h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 300;
}
.banner_content .btnview {
    padding-top: 40px;
}
.banner_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.banner_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 65%;
}
.banner_img img {
    width: 100%;
}
.banner2 {
    text-align: center;
    margin-bottom: -30px;
    z-index: 9;
    position: relative;
    padding-top: 30px;
}
.banner2 h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 300;
}
.banner2 h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 30px;
}
/*banner*/

/*manufacturing*/
.manufacturing_mian {
    padding-bottom: 40px;
    margin-top: -60px;
    z-index: 9;
    position: relative;
}
.manufacturing_box {
    background: #0d0d0d;
    border: 1px solid #1b1b1b;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    grid-gap: 8px;
}
.manufacturing_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    grid-gap: 14px;
}
.manufacturing_title {
    font-size: 16px;
    color: #6c6c6c;
    font-weight: 600;
}
.manufacturing_icon_no {
    display: flex;
    align-items: center;
    grid-gap: 16px;
}
.manufacturing_icon img {
    width: 36px;
}
.manufacturing_no {
    font-size: 45px;
    color: #6c6c6c;
    font-weight: 800;
    line-height: 36px;
}
.manufacturing_no sub {
    font-weight: 400;
    font-size: 18px;
    bottom: 0px;
    left: 0px;
}
/*manufacturing*/

/*catalogue*/
.catalogue .btnview {
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 30px;
}
.catalogue {
    padding-top: 80px;
    padding-bottom:40px;
}
.btnview .request a {
    background: #2c2c2c;
}
.catalogue .nav-tabs {
    border: 0px;
    border-radius: 0px;
    justify-content: center;
    grid-gap: 50px;
    margin-bottom: 30px;
}
.catalogue .nav-tabs li .nav-link.active {
    color: #b25400;
    background: transparent;
    border-color: transparent;
    border-bottom: 1px solid #b25400;
}
.catalogue .nav-tabs li .nav-link {
    color: #484848;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid transparent;
    padding: 0 30px;
    font-weight: 300;
    font-size: 32px;
}
.animate {
    animation-name: animate-fade;
    animation-duration: 0.5s;
    animation-delay: .5s;
    animation-fill-mode: backwards;
}
.pop {
    animation-name: animate-pop;
}
@keyframes animate-pop {
    0% {
        opacity: 0;
        transform: scale(0.2, 0.2);
    }

    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}
.filter_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 33px;
}
.filter_box{
	background:#171717;
	padding:8px;
    cursor: pointer;
}
.filter_img img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}
.filter_summary {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    grid-gap: 14px;
    padding-top: 10px;
}
.filter_title {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    height: 54px;
}
.filter_price_size {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter_price {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}
.filter_size ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 4px;
}
.filter_size ul li {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    width: 22px;
    height: 22px;
    background: #6c6c6c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter_size ul li:last-child {
    background: transparent;
    color: #6c6c6c;
    font-size: 14px;
    cursor: pointer;
}
.filter_color ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 6px;
}
.filter_color ul li {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter_color ul li:last-child {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}
/*catalogue*/

/*piecesbox*/
.piecesbox {
    position: relative;
}
.need_Pieces {
	padding-top: 80px;
    padding-bottom:40px;
}
.piecesbox img {
    width: 100%;
}
.piecesbox .wrapper {
    position: absolute;
    width: 100%;
    z-index: 9;
    bottom: -32px;
}
.piecesbox_content {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 63px 0;
}
.piecesbox_no {
    font-weight: 500;
    color: #fff;
    font-size: 60px;
}
.piecesbox_inner {
     display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    grid-gap: 20px;
}
.btnview a {
    background: #b25400;
    color: #fff;
    font-size: 24px;
    display: inline-block;
    padding: 14px 24px;
}
/*piecesbox*/

/*printing techniques*/
.printing_techniques {
    padding: 80px 0;
}
.printing_content h3 {
    font-weight: 500;
    color: #fff;
}
.printing_content p {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}
.printing_img img {
    width: 100%;
}
.printing_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    grid-gap: 30px;
}
.printing_main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.printing_left {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
}
.printing_right{
	display: flex;
    flex-direction: column;
    grid-gap: 30px;
}
.printing_content {
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
}
.printing_right .printing_box {
    flex-direction: column-reverse;
}
/*printing techniques*/

/*testimonials*/
.testimonials {
    padding: 80px 0;
}
.testimonialsslider .owl-nav {
    margin-top:30px;
}
.testimonialsslider.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    border-radius: unset;
}
.testimonialsslider.owl-theme .owl-nav [class*=owl-] img {
    width: 28px;    
	transition: 0.5s;
}
.testimonialsslider.owl-theme .owl-nav [class*=owl-] img:hover{
	filter: brightness(0) invert(1);
}
/*testimonials*/

/*gallery*/
.gallery {
    padding-bottom: 80px;
}
.galleryslider  .owl-nav {
    margin-top: 0px;
}
.galleryslider.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    background: transparent;
    border-radius: unset;
}
.galleryslider.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -58px;
    transform: translateY(-50%);
}
.galleryslider.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -58px;
    transform: translateY(-50%);
}
.galleryslider.owl-theme .owl-nav [class*=owl-] img {
    width: 28px;    
	transition: 0.5s;
}
.galleryslider.owl-theme .owl-nav [class*=owl-] img:hover{
	filter: brightness(0) invert(1);
}
/*gallery*/

/*footer*/
.footer {
    background: #101010;
}
.footer p {
    text-align: center;
    margin: 0;
    font-size: 12px;
    padding: 10px 0;
    color: #444444;
	font-weight: 500;
}
.footer_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_top_main {
    margin-bottom: 30px;
}

.footer_top_right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    grid-gap: 24px;
}
.footer_top_right ul li{
    color:#fff;
}
.footer_top_right ul li a {
    display: flex;
    align-items: center;
    grid-gap: 6px;
    color:#fff;
}

.footer_top_right ul li a img {
    width: 20px;
    filter: brightness(0) invert(1);
}
/*footer*/

/*popup*/
.customclothing .modal-sm {
    max-width: 340px;
}
.customclothing .modal-content {
    background: #222222;
    border: 1px solid #1b1b1b;
}
.customclothing .modal-header {
    border-bottom: 0px;
    padding: 20px 0 0 0;
    justify-content: center;
}
.customclothing .modal-title {font-size:24px;color: #fff;font-weight: 400;}
.customclothing .modal-header .closebtn{
	position: absolute;
    right: 12px;
    top: 12px;
    color: #fff;
    background: transparent;
    border: 0px;
    outline: 0;
}
.customclothing .modal-header .closebtn img {
    width: 12px;
}
.customclothing .form-group {
    margin-bottom: 10px;
}
.customclothing .form-label {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 4px;
}
.customclothing .form-control.form_control_textarea {
    height: auto;
    resize: unset;
    padding: 12px;
}
.customclothing .form-control {
    border: 0px;
    border-radius: 0px;
    padding: 0 12px;
    height: 38px;
    font-size: 16px;
    font-weight: 500;
}
.customclothing .modal-footer {
    padding: 0;
    border: 0px;
    padding-bottom: 20px;
    justify-content: center;
}
.customclothing .form-group button.btn.btn-primary {
    background: #b25400;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 10px 24px;
    border: 0px;
	border-radius:0px;
}
.grid2view {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 16px;
}
.customclothing .modal-body {
    padding: 0 40px;
}
.customclothing.customclothing_details .modal-body {
    padding:16px;
}
.customclothing select.form-control {
    background: #fff url(../images/line-arrow-down.svg) no-repeat right 10px center;
}
/*popup*/

/*popup1*/
.customclothing.customclothing_details .modal-lg {
    max-width:940px;
}
.popupdetails {
    display: grid;
    grid-template-columns: 445px auto;
    grid-gap: 16px;
}
.customclothing.customclothing_details .modal-header .closebtn {
    position: relative;
    top: 0;
    right: 0;
}
.customclothing.customclothing_details .modal-header {
    justify-content: space-between;
    padding: 10px 16px;
    border-bottom: 1px solid #1b1b1b;
}
.customclothing.customclothing_details .modal-header .modal-title {
    font-size: 20px;
}
.popupdetails_left img {
    width: 100%;
    border-radius: 10px;
    height: 530px;
    object-fit: cover;
}
.popupdetails_right p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}
.popupdetails_right h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.popupdetails_right ul {
    padding: 0;
    margin: 0 0 16px 0;
    list-style: none;
}
.modal-body .filter_color h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
}
.popupdetails_right ul li {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.popupdetails_right .filter_color ul {
    margin-bottom: 0;
    flex-wrap: wrap;
}
.popupdetails_right .filter_color {
    margin-bottom: 16px;
}
.popupdetails_right .filter_size ul li {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    width: 32px;
    height: 32px;
    background: #6c6c6c;
}
.modal-body .filter_size h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
}
.popupdetails_right .filter_color ul li{
    width: 24px;
    height: 24px;
    border: 1px solid #343434;
}
/*popup1*/
.error {
	background: #ffdcdc;
	color: #C80000;
    padding: 8px 10px;
    border-radius: 5px;
}
.success {
    background: #e0ffe7;
    color: #00C82C;
    padding: 8px 10px;
    border-radius: 5px;
}


.whatsapp_bottom {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 99;
}

.whatsapp_bottom img {
    width: 35px;
}


/*thankyoupage*/
.thankyoupage {
    text-align: center;
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.thankyou h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 5px;
    margin-bottom: 8px;
}

.thankyou h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 36px;
}
.thankyou p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-top: 40px;
}
.thankyou_btn a {
    background: #b25400;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 12px 24px;
}
.thankyou p a {
    color: #b25400;
    font-weight: 700;
}
.thankyou_img img {
    width: 170px;
}

.thankyou_img {
    margin-bottom: 50px;
}
/*thankyoupage*/