

/****** custom css*************/
h1 {
    font-size: 54px;
    font-family: 'Khand';
    font-weight: 600;
    line-height: 54px;
    text-transform: uppercase;
}
h2{
    font-size: 48px;
    font-family: 'Khand';
    font-weight: 600;
    line-height: 54px;
    text-transform: uppercase;
}
h3{
    font-size: 36px;
    font-family: 'Khand';
    font-weight: 600;
    line-height: 48px;
    text-transform: uppercase;
}
h3{
    font-size: 24px;
    font-family: 'Khand';
    font-weight: 300;
    line-height: 30px;
    text-transform: uppercase;
}
h4{
    font-size: 20px;
    font-family: 'Khand';
    font-weight: 300;
    line-height: 24px;
}
h5{
    font-size: 18px;
    font-family: 'Khand';
    font-weight: 300;
    line-height: 24px;
}
h5{
    font-size: 16px;
    font-family: 'Khand';
    font-weight: 300;
    line-height: 20px;
}
ul li{
    font-size: 16px;
    font-family: 'Khand';
    font-weight: 300;
    line-height: 36px;
}
#login h1 a, .login h1 a {
    background-image: url('../images/footerLogo.png');
    width:100%;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    outline: 0px !important;box-shadow: none;
}
body.login.js.login-action-login.wp-core-ui.locale-en-us {
    background-image: url('../images/login_bg.jpg');
    background-size: cover;
}
body{
    color: #0d0d0d;
}
p {
    margin-bottom: 10px;
}
 header.site-header{
    background: #0d0d0d;
    padding: 20px 0;
} 
ul#menu-left-menu, ul#menu-right-menu {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul#menu-left-menu li, ul#menu-right-menu li{
    padding: 35px 0;
    position: relative;
}
ul#menu-left-menu li:before, ul#menu-right-menu li:before {
    content:'';
    position:absolute;
    left:0;
    bottom:-20px;
    width:100%;
    height:4px;
    background:#fff;
    transform: scaleX(0);
    transition: all 0.2s linear;
}
ul#menu-left-menu li a, ul#menu-right-menu li a {
    color: #fff;
    font-size: 15px;
    font-family: proxima-nova,sans-serif;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.2s linear;
}
ul#menu-left-menu li:hover a, ul#menu-right-menu li:hover a{
    font-weight: 600;
    transition: all 0.2s linear;

}
ul#menu-left-menu li:hover:before, ul#menu-right-menu li:hover:before{
    transform: scaleX(1);
}
ul#menu-left-menu li.current-menu-item:before, ul#menu-right-menu li.current-menu-item:before {
    transform: scaleX(1);
}
ul#menu-left-menu li.current-menu-item a, ul#menu-right-menu li.current-menu-iteme a{  
    font-weight: 600;
}
.site-branding {
    text-align: center;
}
.slider-section{
    background: #0d0d0d;
    position: relative;
    padding: 50px 0;
}
.slide-text{
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    max-width: 650px;
    float: right;}

.slide-text h1{
    font-size: 86px;
     font-family: 'Khand';
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 80px;
    margin: 0 0 20px 0;
}
.owl-dots{
    display: none;
}
.owl-nav{
    display: block;
}
.bottomslider {
    position: relative;
}
.gform_wrapper .gfield_error [aria-invalid=true]{
    background: #fff9f9;
    color:#000 !important
}

.gform_wrapper .gfield_error [aria-invalid=true]::placeholder{
    color:#000 !important
}
.gfield_description, .instruction{
    display: none;
}
.contact-home form h3{
    color: #8c8c8c;
    font-size: 34px;
    font-family: proxima-nova,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.contact-home form {
    padding: 20px;
    border: 1px solid #fff;
}
.contact-home form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-home form ul li.half {
    float: left;
    width: 48.5%;
    margin-bottom: 10px;
    margin-right: 17px;
}
.contact-home form .gfield input, .contact-home form .gfield textarea{
    width:100%; 
    background:transparent; 
    border-radius:0; 
    border:1px solid #fff; 
    font-size:15px; 
    font-family: proxima-nova,sans-serif;
    font-weight: 300; 
    color: #fff; 
    outline: none;
}
.contact-home form .gfield input:focus, .contact-home form .gfield textarea:focus{
    color: #fff;
    border-radius:0;
}
.contact-home form .gfield input:focus::placeholder, .contact-home form .gfield textarea:focus::placeholder{
   color: #4c4c4c; 
}
.contact-home form .gfield input::placeholder, .contact-home form .gfield textarea::placeholder{
    color: #fff;
}
.contact-home form .gform_footer input[type="submit"] {
    font-size: 24px;
    font-family: 'Khand';
    font-weight: 400;
    color: #000;
    background: #fff;
    width: 265px;
    max-width: 100%;
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 0;
    transition: all 0.2s linear;
}
.contact-home form .gform_footer input[type="submit"]:hover{
    background: #0d0d0d;
    color: #fff;
    transition: all 0.2s linear;
}
div#field_2_9 p {
    display: none;
}
.contact-home form .gfield_html p {
    margin-bottom: 0;
    padding: 15px 0;
}
.contact-home form a{
    font-size: 14px;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}
.contact-home form a:after{
    content: '';
    position: absolute;
    background: url(../images/right.png);
    width: 17px;
    height: 16px;
    top: 10%;
    right: -5%;
}
.mainslider .owl-item .item{
    transform: rotate(5deg);
}
.fixed-image{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #fff;
    background-size: cover;
}
.shape{
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center;
}

.about-section-text {
    padding: 114px 0 102px 0;
}
.about-section-text h3{
    font-size: 57px;
    font-family: 'Khand';
    font-weight: 600;
    line-height: 60px;
    text-transform: uppercase;
    color: #0d0d0d;
}
.about-section-text p{
    font-size: 17px;
    font-family: proxima-nova,sans-serif;
    font-weight: 300;
    line-height: 30px;
}
.about-section-text a{
    background: transparent;
    font-family: 'Khand';
    font-size: 24px;
    font-weight: 400;
    color: #0d0d0d;
    text-decoration: none;
    display: inline-block;
    width: 48%;
    max-width: 100%;
    margin-right: 10px;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #0d0d0d;
    text-transform: uppercase;
     transition: all 0.2s linear;
}
.about-section-text a:last-child {
    margin-right: 0;
}
.about-section-text a:hover{
     background: #0d0d0d;
     color: #fff;
}
.service-section {
    display: inline-block;
    width: 100%;
}
.service {
    float: left;
    width: calc(100% / 5); 
    position: relative; 
    overflow: hidden;
}
.service img{
    min-height:400px;
}
.service:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 50%);
}
.service-text {
    position: absolute;
    bottom: 0%;
    width: 100%;
    padding: 40px;
    height: 170px;
    transition: all linear 0.2s;
    overflow: hidden;

}
.service-text h6 {
    text-align: center;
    font-size: 36px;
    font-family: 'Khand';
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}
.service-text p {
    font-size: 15px;
    font-family: proxima-nova,sans-serif;
    line-height: 24px;
    color: #fff; 
    display: none;  
}
.service-text a {
    background: #fff;
    padding: 5px 50px;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Khand';
    color: #000;
    text-transform: uppercase;
    text-align: center;
    display: none;
    transition: all 0.2s linear;
}
.service-text a:hover{
    background: #0d0d0d;
    color: #fff;
    border: 1px solid #fff;
     transition: all 0.2s linear;
} 
.content{
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
.service:hover .service-text p, .service:hover .service-text a{
     display: block; 
}
.service:hover .service-text{
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    transition: all linear 0.2s;
}
.social-section{
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 0px 0;
    position: relative;
    z-index: 9;
}
.contact-section{
    padding: 50px 0;
}
.social-section:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: -1;
}
.socail-inner {
    max-width: 100%;
    width: 700px;
    margin: 0px auto 80px auto;
}
.social-logo img {
    width: 500px;
    max-width: 100%;
}
.social-icon ul li {
    font-size: 48px;
    font-family: 'Khand';
    color: #0d0d0d;
    line-height: 41px;
    font-weight: 600;
    text-transform: uppercase;
}
.social-icon ul {
    list-style: none;
}
.social-logo {
    float: left;
    margin-right: 20px;
}
ul.cnss-social-icon li.cn-fa-icon a{
    line-height: 20px!important;
} 
footer.site-footer{
    background: url('../images/footerBack.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 0px 0;
    position: relative;
}
.footerLogo ul.cnss-social-icon{
    text-align: center!important; 
    padding: 20px 0;
}
.footerLogo ul.cnss-social-icon li.cn-fa-icon a{
    background: #fff!important;
    color: #000!important;
}
.footer-services h2, .footer-company h2, .footer-contact h2 {
    color: #fff;
    font-size: 24px;
    font-family: 'Khand';
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}
.footer-services h2:before, .footer-company h2:before, .footer-contact h2:before{
    content: ''; 
    position:absolute; 
    left: 0; 
    bottom: 0; 
    background:#4d4d4d; 
    width:60%; 
    height:3px;
}
.footer-services ul, .footer-company ul, .footer-contact ul  {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.footer-services ul li a, .footer-company ul li a, .footer-contact ul li a{
    font-size: 16px;
    font-family: proxima-nova,sans-serif;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 36px;
    display: inline-block; 
    transition: all 0.2s linear;
}
.bottom-slider-section{
    margin-bottom: 40px;
}
.sbi_photo_wrap:hover {
    background: #000!important;
}
.footer-services ul li a:hover, .footer-company ul li a:hover, .footer-contact ul li a:hover{
    font-weight: 500;
    transform: translateX(5px);
}
.footerBottom p{
    text-align: center;
}
.footerBottom p a{
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    font-family: proxima-nova,sans-serif;
    text-transform: uppercase;
    text-decoration: none;
     opacity: 0.2;
}
.footerBottom p a:hover {
    opacity: 0.5;
}
.footerBottom {
    padding: 20px 0 50px 0;
}
.post, .page{
   margin: 0;
}
.main-service-section{
    padding: 80px 0 30px 0;
}
.service-detail h1 {
    font-size: 48px;
    font-family: 'Khand';
    font-weight: 600;
    text-transform: uppercase;
    color: #0d0d0d;
    line-height: 44px;
    letter-spacing: 1px;
    margin-bottom:10px; 
    margin-top: 0;
}
.service-detail p, .company-detail-section p {
    font-size: 17px;
    font-family: proxima-nova,sans-serif;
    font-weight: 300;
    line-height: 28px; 
    text-align: justify;
}
p:last-child{
    margin-bottom: 0;
}
.service-detail p strong{font-weight: 700;}
.service-image img{
    width: 100%;
}
.company-section{
    padding-bottom: 80px;
}
.company-detail-section h1{
    font-size: 54px;
    font-family: 'Khand';
    font-weight: 600;
    line-height: 54px;
    text-transform: uppercase;
}
.company-detail-section p strong a{
    font-weight: 700;
    color: #0d0d0d;
}
.company-detail-section {
    max-width: 650px;
    display: inline-block;
    text-align: left;
    padding-right: 30px;
}
.company-section .col-sm-6:first-child {
    text-align: right;
}
.company-image{
    background-repeat: no-repeat;
    background-size: cover;
}
.sweatshirt-detail{
    padding: 80px 0;
}
.sweatshirt-detail p{
    font-size: 36px;
    font-family: 'Khand';
    font-weight: 500;
    line-height: 48px;
    text-transform: uppercase;
    color: #fff;
}
.sweatshirt-detail a{
    display: inline-block;
    padding: 5px 40px;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Khand';
    text-transform: uppercase;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    text-decoration: none;
    transition: all 0.2s linear;
}
.sweatshirt-detail a:hover{
    background: #fff;
    color: rgba(0, 0, 0, 0.5);
    transition: all 0.2s linear;
}
.sweatshirts-section{
    background-image: linear-gradient(90deg, rgba(0,0,0,1) 18%, rgba(0,0,0,0) 18%), url('../images/companyBack-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
    z-index: 1;
    }
.sweatshirts-section:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0,0,0,0) 40%, rgba(0,0,0,0.8) 60%);
    z-index: -1; 
}
.sweatshirt {
    position: relative;
}
.sweatshirt img{
    transform: rotate(-10deg);
    filter: drop-shadow(5px 5px 5px #0d0d0d);
    position: absolute;
    top: -50px; 
    width: 90%;
}
.patnerslider, .gallerySection{
    padding: 50px 0;
}
.galleryImage img {
    height: 100%;
}
body.blog .site-main{
    padding: 50px 0;
}
.entry-content.blogShort{
    margin: 0;
    padding: 0 0 0 30px
}
.entry-content.blogShort header h2 a {    
    color: #000;
    text-decoration: none;
    font-family: 'Khand';
    font-size: 36px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.blogThumb img {
    width: 100%;
}
.blogThumb > a.post-thumbnail{
    position: relative;
}
.blogThumb > a.post-thumbnail:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    background: url(../images/vlogHover.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.2s linear;
}
.row.boxHover .blogThumb > a.post-thumbnail:before{
    opacity: 1;
}
.blogThumb {
    position: relative;
}
.blogThumb:before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    opacity: 0;
    transition: all 0.2s linear;
}
.row.boxHover .blogThumb:before{
    opacity: 1;
}
.blogshortDetail p { 
    font-family: proxima-nova,sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
}
.blogshortDetail a {
    font-family: 'Khand';
    font-weight: 400;
    font-size: 24px;
    color: #0d0d0d;
    text-decoration: none;
    text-transform: uppercase; 
    padding: 8px 100px;
    border: 1px solid #0d0d0d;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}
.blogshortDetail a:before {
    content: '';
    position: absolute;
    background: #0d0d0d;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transition: all 0.2s linear;
    z-index: -1;
}
.blogshortDetail a:hover:before {
     transform: scaleX(1);
}
.blogshortDetail a:hover{
    color: #fff;
}
.blogexcerpt {
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    overflow: hidden;
}
.blogexcerpt:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0px;
    background: url('../images/blogBack.png');
    width: 200px;
    height: 200px;
    background-size: cover;
    z-index: -1;
}
body.blog article {
    margin-bottom: 50px;
}
body.blog article:last-child{
    margin-bottom: 0;
}
.singleBlog {
    padding: 50px 0;
}
.singleThumb img {
    width: 100%;
}
.singleHeading h1.entry-title {
    font-family: 'Khand';
    font-size: 44px;
    line-height: 48px;
    font-weight: 600;
    text-transform: uppercase;
}
body.single-post .entry-meta span, .span.posted-on a {
    font-family: proxima-nova,sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 300;
}
span.byline a {font-family: 'proxima-nova';
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.singletext p {
    font-family: proxima-nova,sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
}
.singletext h1, .singletext h2, .singletext h3, .singletext h4, .singletext h5, .singletext h6{
    font-family: proxima-nova,sans-serif;
    font-size: 17px;
    font-weight: 800;
    line-height: 28px;
}
body.single-post ul.wp-block-latest-posts__list.wp-block-latest-posts {
    margin: 0;
}
body.single-post ul.wp-block-latest-posts__list.wp-block-latest-posts li a {
    font-family: 'Khand';
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
    color: #0d0d0d;
}
body.single-post ul.wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-bottom: 26px;
}
body.single-post .wp-block-group__inner-container h2 {
    font-size: 28px;
    font-family: 'Khand';
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 5px solid #e6e6e6;
}
.cat-links{
    display: none;
}
body.single-post article {
    border-bottom: 1px solid #e6e6e6;
}
.singleSocial{
    padding: 20px 0;
}
.singleSocial h3 {
    font-size: 18px;
    font-family: 'Khand';
    text-transform: uppercase;
}
.singleSocial ul.cnss-social-icon li.cn-fa-icon a{
    background: transparent!important;
    color: #cccccc!important;
}
.singleSocial ul.cnss-social-icon li.cn-fa-icon a:hover{
    background: transparent!important;
    color: #000!important;
}
.contact-section{
    padding: 50px 0;
}
.contact-left-text h1 {
    font-family: 'Khand';
    font-size: 54px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 54px;
    margin: 0;
}
.contact-left-text p{
    font-size: 17px;
    font-family: proxima-nova,sans-serif;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 50px;
}
.contact-left-text ul{
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.contact-left-text > ul li {
    padding: 15px 0;
    border-top: 1px solid #ccc;
}
.contact-left-text > ul li:last-child{
    border-bottom: 1px solid #ccc;
}
.contact-left-text > ul li:first-child a{
    font-weight: 600;
}
.contact-left-text > ul li a{
    font-size: 24px;
    font-family: 'khand';
    font-weight: 400;
    text-decoration: none;
    color: #0d0d0d;
}
.contact-left-text h1 {
    font-family: 'Khand';
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 44px;
    margin: 0;
}
.contact-left-text > ul li a img {
    width: 18px;
    margin-right: 20px;
}
.contact-left-text > .socail-inner{
    padding: 50px 0;
    margin-bottom: 0;
}
.contact-left-text > .socail-inner .social-icon ul li {
    font-size: 30px;
    font-family: 'Khand';
    color: #0d0d0d;
    line-height: 41px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contact-left-text > .socail-inner .social-icon ul.cnss-social-icon li a i{
    color: #fff!important;
}
.reverse .service-image {
    order: 2;
}
.brand-text {
    text-align: center;
}

.brand-text h1 {
    font-size: 80px;
    font-family: khand;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
.brand-text img{
    width: 500px;
    max-width: 100%;
    filter: drop-shadow(0px 10px 10px #ccc);
}

.mobileSocial{
    display: none;
}
.mobileMenu {
    display: none;
}
div#field_2_7 {
    color: #fff;
    cursor: pointer;
}
.popupForm {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 999;
    display: none;
}
.popupForm.open{
    display: block;
}
.mainPopup {
    background: #0d0d0d;
    border: 1px solid #fff;
    padding: 20px;
    width: 600px;
    height: 600px;
    margin: auto;
    overflow-y: scroll;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.close {
    position: absolute;
    right: 30%;
    top: 5%;
}
.close i {
    color: #fff;
    font-size: 40px;
}
h2.gform_title {
    font-family: 'Khand';
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}
.mainPopup form .gfield input, .mainPopup form .gfield textarea, .mainPopup form .gfield select{width:100%; background:transparent; 
    border-radius:0; 
    border:1px solid #fff; 
    font-size:15px; 
    font-family: proxima-nova,sans-serif;
    font-weight: 300; 
    color: #fff; 
    outline: none;
}
.mainPopup form .gfield textarea{
    resize: none;
}
.mainPopup form .gfield label,  .mainPopup form .gfield .gform_drop_instructions{
    color: #fff;
    font-size:15px; 
    font-family: proxima-nova,sans-serif;
    font-weight: 500; 
    text-transform: uppercase;
}
.mainPopup form .gform_footer #gform_submit_button_3, .mainPopup form .gform_button_select_files {
    background: #fff;
    border: none;
    font-size: 16px;
    color: #0d0d0d;
    font-family: proxima-nova,sans-serif;
    font-weight: 500; 
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 40px;
    transition: all 0.2s linear;
}
.mainPopup form .gfield-choice-input{
    width: 26px!important;
}
.mainPopup form .gform_footer #gform_submit_button_3:hover{
    background: #0d0d0d;
    color: #fff;
    transition: all 0.2s linear;
}
.mainPopup form .gfield input:focus, .mainPopup form .gfield textarea:focus{
    color: #fff;
    border-radius:0;
}
.mainPopup form .gfield input:focus::placeholder, .mainPopup form .gfield textarea:focus::placeholder{
   color: #4c4c4c; 
}
.mainPopup form .gfield input::placeholder, .mainPopup form .gfield textarea::placeholder{
    color: #fff;
}
.contactPageform form .gfield input, .contactPageform form .gfield textarea{
    width:100%; 
    background:transparent; 
    border-radius:0; 
    border:1px solid #0d0d0d; 
    font-size:15px; 
    font-family: proxima-nova,sans-serif;
    font-weight: 300; 
    color: #0d0d0d; 
    outline: none; 
    padding: 10px!important;
}
.contactPageform form .gfield select{
    width:100%; 
    background:transparent; 
    border-radius:0; 
    border:1px solid #0d0d0d; 
    font-size:15px; 
    font-family: proxima-nova,sans-serif;
    font-weight: 300; 
    color: #0d0d0d; 
    outline: none; 
    padding: 10px!important; 
    text-transform: uppercase;
}
.contactPageform form input[type="submit"] {
    background: #0d0d0d;
    color: #fff;
    padding: 12px 60px;
    border-radius: 0;
    border: none;
    font-family: 'Khand';
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.contactPageform form .gfield input:focus, .contactPageform form .gfield textarea:focus{
    color: #0d0d0d;
    border-radius:0;
}
.contactPageform form .gfield input:focus::placeholder, .contactPageform form .gfield textarea:focus::placeholder{
   color: #4c4c4c; 
}
.contactPageform form .gfield input::placeholder, .contactPageform form .gfield textarea::placeholder{
    color: #000;
    text-transform: uppercase;
}
.contactPageform form .gfield input:focus::placeholder, .contactPageform form .gfield textarea:focus::placeholder{
   color: #4c4c4c; 
}
.contactPageform form .ginput_container_date{
    position: relative;
}
.contactPageform .ginput_container_date input{
    width: 100%!important;
 }
.contactPageform img.ui-datepicker-trigger{
    position: absolute;
    right: 10px;
 }
 ul#menu-mobile-menu li a {
    color: #fff;
    font-size: 15px;
    font-family: proxima-nova,sans-serif;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 20px 0;
}
.mobileMenu nav#site-navigation {float: left;}
.mobileMenu button.menu-toggle {float: right;
    border-radius: 0!important;
    background: #ffffff;
    padding: 10px 10px;
}
.mobileMenu button.menu-toggle i {
    font-size: 24px;
}
.menu-mobile-menu-container > ul {
    background-color: #0d0d0d;
    top: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
     z-index: 999;
    width: 100%;
}
.main-navigation.toggled .menu-mobile-menu-container > ul{
    opacity: 1;
    visibility: visible;
    max-height: 100vh;
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
}
section.error-404.not-found{
    text-align: center;
}
section.error-404.not-found{
    padding: 50px 0;
}
section.error-404.not-found header h1 {
    font-size: 90px;
    font-family: 'Khand';
    font-weight: 700;
    margin: 0;
}
section.error-404.not-found header p {
    font-size: 17px;
     font-family: proxima-nova,sans-serif;
    font-weight: 400;
}
section.error-404.not-found a {
    display: inline-block;
    background: #0d0d0d;
    padding: 10px 50px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Khand';
    font-size: 18px;
    font-weight: 400;
}
.gallery-request-quote-section{
    background-image: linear-gradient(90deg, rgba(0,0,0,1) 35%, rgba(0,0,0,0) 35%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
    z-index: 1;
    margin-top: 150px;
    }

.gallery-request-quote-section:before {
    background: url(../images/gallery_request_quote.png);
    content: '';
    width: 75%;
    height: 100%;
    position: absolute;
    background-size: cover;
    right: 0;
    z-index: 0;
}
.gallery-request-quote-section .container {
    position: relative;
    z-index: 1;
}   
.gallery-request-quote-section:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   background: radial-gradient(circle, rgba(0,0,0,0) 40%, rgba(0,0,0,0.8) 60%);
   z-index: 0; 
}
.gallery-request-quote-section .tshirtimg {
    position: relative;
}
.gallery-request-quote-section .tshirtimg img {
    width: 90%;
    margin-top: -80px;
    position: absolute;
    min-height: calc(100% + 80px);
    max-width: inherit;
    bottom: 0;
    right: 30px;
}
.tshirtimg-detail h2 {
    font-size: 57px;
    text-shadow: 0px 0px 1px #ccc;
}
.tshirtimg-detail a {
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Khand',sans-serif;background: rgb(0 0 0 / 50%);
    padding: 10px 15px;display: inline-block;
    font-size: 24px;
    letter-spacing: 1px;
    width: 100%;
    max-width: 280px;
    text-align: center;
    border: solid 1px;margin-top: 10px;
}
.tshirtimg-detail a:hover {
    background: #fff;
    color: rgba(0, 0, 0, 0.5);
    transition: all 0.2s linear;
}
.tshirtimg-detail {
    padding-bottom: 100px;
    padding-top: 75px;
    color: #fff;
}
body.search h2.entry-title a {
    text-decoration: none;
    color: #000;font-size: 25px;
}


@media screen and (max-width: 1500px) {
  .service-text h6 {
        text-align: center;
        font-size: 28px;
    }
        .service-text {
        padding: 20px;
    }
        .service-text p {
        font-size: 14px;
        font-family: proxima-nova,sans-serif;
        line-height: 22px;
    }
    .close {
    position: absolute;
    right: 20%;
    top: 5%;
}
}
 @media screen and (max-width: 1200px){
    .topForm{
        padding: 20px;
    }
   .slide-text h1 {
        font-size: 54px;
        line-height: 60px;
    }
    .close {
    position: absolute;
    right: 15%;
    top: 5%;
}
        .contact-home form h3 {
        color: #8c8c8c;
        font-size: 24px;
    }
        .contact-home form a {
        font-size: 12px;
    }
        .slider-section {
        padding: 0px 0;
    }
        .contact-home form .gform_footer input[type="submit"] {
        font-size: 18px;
        width: 150px;
    }
    .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer{
        padding: 0!important;
    }
    .shape{
        background-position: center;
    }

    .about-section-text h3 {
        font-size: 40px;
    }
    .about-section-text a{
        margin-right: 5px;
     }
     .service-text h6 {
        text-align: center;
        font-size: 24px;
    }
    .service-text {
        position: absolute;
        bottom: 0%;
        width: 100%;
        padding: 20px;
    }
    .service-text p {
        font-size: 14px;
        line-height: 20px;
    }
    .service-text a {
        background: #fff;
        padding: 5px 50px;
        text-decoration: none;
        font-size: 15px;
    }
    .service-detail h1 {
        font-size: 28px;
        margin-top: 0;
    }
    .service-detail p, .company-detail-section p {
        font-size: 16px;
        line-height: 20px;
    }
    .company-detail-section h1, .contact-left-text h1 {
        font-size: 28px;
        font-family: 'Khand';
        font-weight: 600;
        line-height: 35px;
    }
    .sweatshirt-detail p, .contact-left-text p {
        font-size: 26px;
        line-height: 34px;
    }
    .footer-services ul li a, .footer-company ul li a, .footer-contact ul li {
        font-size: 14px;
        line-height: 30px;
    }
     .contact-left-text > .socail-inner .social-logo img {
        width: 250px;
        max-width: 100%;
    }
    .contact-left-text > .socail-inner .social-icon ul li {
        font-size: 18px;
        line-height: 24px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
    .container{
        max-width: 100%;
    }
     .mainPopup {
    width: 80%;
}
     .site-branding img.custom-logo {
        width: 120px;
    }
    ul#menu-left-menu li, ul#menu-right-menu li{
        padding: 6px 0;
    }
    .service-detail p, .company-detail-section p {
        font-size: 15px;
        line-height: 22px;
    }
    ul#menu-left-menu li a, ul#menu-right-menu li a {
        color: #fff;
        font-size: 12px;}
    .slide-text h1 {
        font-size: 38px;
        line-height: 44px;
    }
    .contact-home form h3 {
        color: #8c8c8c;
        font-size: 20px;
    }
    .contact-home form .gfield input, .contact-home form .gfield textarea {
        font-size: 12px!important;;
    }
    .contact-home form a {
        font-size: 8px;
    }
    .contact-home form a:after {
        top: 0%;
        right: -10%;
    }
    .fixed-image {
        background-position: center;}
    .about-section-text h3 {
        font-size: 30px;
    }
    .service {
        width: calc(100% / 2);
    }

    .service img{
        min-height: 300px;
    }
    .service:last-child {
        width: 100%;
        height: 350px;
    }
    .service-text {
        padding: 30px;
    }
    .service-text h6 {
        font-size: 30px;
    }
    .service-text p {
        font-size: 17px;
        line-height: 30px;
    }
    .service-text p {
        font-size: 20px;
    }
    .close {
    position: absolute;
    right: 5%;
    top: 5%;
}
}
@media screen and (max-width: 767px){
    .site-branding img.custom-logo {
        width: 150px;
    }
    .menu-toggle {
        display: block;
    }
    .mainPopup {
    width: 80%;
}
    .main-navigation ul {
        display: block;
    }
     .mobileMenu {
        display: block;
        position: relative;
    }
    .deskmenu{
        display: none;
    }
    .container{
        max-width: 100%;
    }
    .col-sm-6{
        width: 100%;
    }
    .topslider{
        order: 1;
    }
    .topForm{
        order: 2;
        margin-top: -80px;
        z-index: 10;
    }
    .about-section-text {
        padding: 20px 40px;
    }
    .about-section-text h3{
        font-size: 48px;
        line-height: 48px;
        text-align: center;
    }
     .aboutSection .col-sm-6:first-child{
            order: 2;
        }
        .fixed-image {
        height: 500px;
        background-size: cover;
        background-position: center;
        order: 1;
    }
    .slide-text{
        max-width: 100%;
        float: none;
    }
    .slide-text h1 {
        font-size: 40px;
        text-align: center;
        text-shadow: 1px 1px 10px #000;
    }
    .close {
    position: absolute;
    right: 5%;
    top: 5%;
}
    .mainslider.owl-carousel .owl-item img {
        width: 50%;
        margin: auto;
    }
    .about-section {
        padding: 30px 0;
    }
    .service {
        width: calc(100% / 2);
    }

    .service img{
        min-height: 300px;
    }
    .service:last-child {
        width: 100%;
        height: 350px;
    }
    .service-text {
        padding: 30px;
    }
    .service-text h6 {
        font-size: 30px;
    }
    .service-text p {
        font-size: 17px;
        line-height: 24px;
    }
    .social-icon ul li {
        font-size: 32px;}
        .service-detail p, .company-detail-section p {
        font-size: 17px;
        line-height: 28px;
    }
    .reverse .service-image {
        order: 1;
    }
    .row.reverse .col-sm-6:last-child {
        order: 2;
    }
    .sweatshirt img {
        position: inherit;
        width: 90%;
        display: block;
        margin: auto;
    }
    .site-branding{
        text-align: left;
    }
    .company-section{
        padding: 50px 0 80px 0;
    }
    .main-service-section {
        padding: 50px 0 30px 0;
    }
    .company-detail-section {
        padding-bottom: 50px;
    }
    .company-detail-section{
        max-width: 100%;
        padding-right: initial;
    }
    .company-image {
        min-height: 400px;
    }
    .shape{
        background-position: center;
        height: 501px;
    }
    .sweatshirt-detail p, .contact-left-text p {
        font-size: 17px;
        line-height: 30px;
        width: 90%;
    }
    .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
        line-height: 1;
    }
    .entry-content.blogShort {
        margin: 0;
        padding: 30px 0 0 0px;
    }
    .blogshortDetail a{
        margin-bottom: 30px;
    }
    .footer-services ul li a, .footer-company ul li a, .footer-contact ul li a {
        font-size: 12px;
    }
    .gallery-request-quote-section .container {
        position: relative;
        z-index: 1;
    }
    .gallery-request-quote-section .tshirtimg {
        display: none;
    }
    .gallery-request-quote-section:before {
        width: 100%;
    }
    .gallery-request-quote-section {
        margin: 0px;
        text-align: center;
    }
    .gallery-request-quote-section .tshirtimg+.col-sm-7 {
        width: 100%;
    }
}
@media screen and (max-width: 593px){
    .site-branding img.custom-logo {
        width: 150px;
    }
    .site-branding{
        text-align: left;
    }
        .mobileMenu {
        display: block;
        position: relative;
    }
    .deskmenu{
        display: none;
    }

    .topslider{
        order: 1;
    }
    .topForm{
        order: 2;
        margin-top: -80px;
        z-index: 10;
    }
    .close {
        right: 10%;
        top: 2%;
    }
    .mainPopup {
        padding: 20px;
        width: 80%;
    }
    .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
        line-height: 1!important;
    }
    .contact-home form a{
        display: inline-block;
    }
    .contact-home form a:after {
        right: 0%;
    }
    .slide-text h1 {
        font-size: 48px;
        line-height: 44px;
    }
    .contact-home form h3 {
        font-size: 18px;}

    .about-section-text {
        padding: 20px 40px;
    }
    .about-section-text h3{
        font-size: 48px;
        line-height: 48px;
        text-align: center;
    }
     .aboutSection .col-sm-6:first-child{
        order: 2;
    }
        .fixed-image {
        height: 500px;
        background-size: cover;
        background-position: center;
        order: 1;
    }

    .shape {
        background-position: center;
        height: 501px;
    }
        .about-section-text p{
        display: none;
    }
    .about-section-text a{
        display: block;
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0;
    }
    .service {
        width: calc(100% / 2);
    }

    
    .service:last-child {
        width: 100%;
        height: 350px;
    }
    .service-text {
        padding: 30px;
    }
    .service-text h6 {
        font-size: 30px;
    }
    .service-text p {
        font-size: 13px;
        line-height: 18px;
    }
    .service-text a {
        font-size: 15px;
    }
    .social-logo img {
        width: 150px;
        max-width: 100%;
    }
    .desktopSocial{
        display: none;
    }
    .mobileSocial{
        display: block;
    }
    .social-icon ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
    }
    .social-icon {
        float: left;
        /*width: calc(100% - 170px);*/
    }
    .socail-inner {
        max-width: 70%;
        display: flex;
        align-items: center;
    }
    .social-icon ul.cnss-social-icon li.cn-fa-icon a{
        color: #fff!important;
    }
    .social-icon ul li {
        font-size: 40px;}
    #footService ul, #footCompany ul, #footContact ul{
        display: none;
    }
    #footService ul.show, #footCompany ul.show, #footContact ul.show{
        display: block;
    }
    .footer-services, .footer-company, .footer-contact{
        margin-bottom: 20px;
    }
    .footer-services h2, .footer-company h2, .footer-contact h2{
        display: block;
    }
    .footer-services h2:before, .footer-company h2:before, .footer-contact h2:before{  
        width:100%; 
        height:2px;
    }
    .footer-services h2:after, .footer-company h2:after, .footer-contact h2:after {
        content: '\f0d7';
        font-family: 'FontAwesome'; 
        font-weight:500; 
        float: right;
    }
    .footerLogo img {
        width: 80%;
        margin: 20px auto;
        display: block;
    }
    .main-service-section, .company-section {
        padding: 50px 0 80px 0;
    }
    .reverse .service-image {
        order: 1;
    }
    .row.reverse .col-sm-6:last-child {
        order: 2;
    }
    .service-detail h1{
        font-size: 40px;
        margin-top: 0;
    }
    .service-detail p, .company-detail-section p {
        font-size: 15px;
        line-height: 24px;
    }
    .company-detail-section {                                      
        padding-right: 0px;
        padding-bottom: 50px;
    }
    .company-detail-section h1 {
        font-size: 40px;
        line-height: 44px;
        margin-top: 0;
    }
    .company-image{
        min-height: 400px;
    }
    .sweatshirt img {
        position: inherit;
        width: 90%;
        margin: auto;
    }
    .sweatshirt-detail {
        padding: 30px 0;
    }
    .sweatshirt-detail p {
        font-size: 26px;
        line-height: 36px;
    }
    .entry-content.blogShort {
        margin: 0;
        padding: 30px 0 0 0px;
    }
    .entry-content.blogShort header h2 a {
        font-size: 30px;
        line-height: 30px;
    }
    .blogshortDetail p {
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
    }
    .blogshortDetail a {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .service-text h6 {
        font-size: 20px;
    }
    .service-text p {
        font-size: 10px;
        line-height: 15px;
    }
    .service-text a {
        font-size: 10px;
    }
}
