/*headings*/
h1,
h2,
h3,
h4 {
  font-family: 'Boogaloo', cursive;
  font-weight: 400;
  text-transform: uppercase;
}

.special-line:after {
 display: block;
 content: '';
 width: 60px;
 height: 3px;
 background: #0b32e3;
 margin-bottom: 10px;
}

.h3 .special-line:after {
 display: block;
 content: '';
 width: 60px;
 height: 3px;
 margin-bottom: 10px;
 background: #0b32e3;
}

.special-line p {
  padding-top: 10px;
}

.bg-color-3 .special-line:after {
 display: block;
 content: '';
 width: 60px;
 height: 3px;
 background: #ffffff;
 margin-bottom: 10px;
}


.page-contact-us form.wpcf7-form h2 {
  color: #fff;
  /* text-shadow: 1px 1px 7px #000; */
}

/* Service Page Top Banner */
.top-banner-1 {
  background-image: linear-gradient(0deg, #1f1e4400, #1f1e4400),
    url(/wp-content/uploads/embroidery.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -1em;
}
.top-banner-2 {
  background-image: linear-gradient(0deg, #1f1e4400, #1f1e4400),
    url(/wp-content/uploads/t-shirt-printing.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -1em;
}
.top-banner-3 {
  background-image: linear-gradient(0deg, #1f1e4400, #1f1e4400),
    url(/wp-content/uploads/hat-embroidery.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -1em;
}
.top-banner-4 {
  background-image: linear-gradient(0deg, #1f1e4400, #1f1e4400),
    url(/wp-content/uploads/Nayan-Threading.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -1em;
}

.bgheight {
  min-height: 325px;
}
@media only screen and (max-width: 768px) {
  .bgheight {
    min-height: 250px;
  }

h2 span{
  font-size: .9em;
}

}

/* Breakout Background Colors */
.bg-color-1 {
  background: #202020;
}
.bg-color-2 {
  background-color: #eee;
}
.bg-color-3 {
  background-color: #0b32e3;
}

.breakout.container-fluid.bg-color-3.p-0 {}
.breakout > .row {
    margin: 0;
}
/* Breakout Background Images */
.bg-image-1 {
  background: linear-gradient(0deg, #00000047, #00000080),
    url(/wp-content/uploads/black-fabric.jpg);
  background-attachment: fixed;
  background-size: cover;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  /* text-shadow: 1px 3px 7px #000; */
}

/* ------------ Footer ----------- */


/* --- Lists ---*/
/*styled listed fancylist*/
#footer ul,
#content ul.marker,
#content ul.cert,
#content ul.checked,
ul.fancylist,
ul.marker,
#content ul.fancylist {
  list-style: none;
  padding-left: 30px;
}
ul.marker {
  margin-top: 0;
}
#footer ul li,
ul.checked li,
ul.fancylist li,
ul.marker li,
ul.cert li {
  line-height: 1.5em;
  margin-bottom: 3px;
  text-indent: -22px;
}

#footer ul li:before,
ul.fancylist li:before, .bg-color-2 ul.fancylist li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f324";
  margin-right: 5px;
  color: #0b32e3 !important;
  font-size: 0.95em;
}

.bg-color-1 .inverse ul.fancylist li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f324";
  margin-right: 5px;
  color: #0b32e3 !important;
  font-size: 0.95em;
}

ul.marker li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f32b";
  margin-right: 5px;
  color: #0b32e3 !important;
  font-size: 1em;
}

.inverse ul.fancylist li:before {
  color: #ffffff !important;
}

#footer .fa-map-marker:before, #footer .fa-phone:before{
  color: #0b32e3 !important;
  margin-right: 5px;
}

/* feedback */
.up-down a i {
  font-size: 7em;
  /* margin: 0; */
  text-align: center;
  display: inline-block;
  width: 35% !important;
  max-width: 200px;
  color: #0b32e3;
}

.up-down a i:hover {
  color: #000000;
}

.socialicons {
    text-align: left;
}

/* Stars */
.final-star, .star {
    color: #0b32e3 !important;
}

/* Thumbs */

i.fas.fa-thumbs-up,i.fas.fa-thumbs-down {
    color: #0b32e3;
}

i.fas.fa-thumbs-up:hover, i.fas.fa-thumbs-down:hover {
    color: #000;
}

/* Review Page Bottom Margin */

.review-nav-container {
    margin-bottom: 10px;
}

/* Button Icons */
.billboard .slider-content a:after, .video-container .slider-content a:after, .btn:after, button i, .rev-read-more:after, a.contact-btn:after, .biziq-button:after,.client-button:after, .btn:after, #slider .btn:after, .view-article:after {
    font-family: "Font Awesome 5 Pro";
    font-size: .9em;
    content: '\f138';
    font-weight: 600;
    margin-left: 10px;
}

.billboard .slider-content a.tel-btn:after, .btn.tel-btn:after {
  content: '\f095';
}

.billboard .slider-content a.mail-btn:after, .btn.mail-btn:after {
  content: '\f0e0';
}



#header .btn:after {
display: none;

}

/* Button bg color */
#content .bg-color-1 .btn{
    background: #0b32e3 !important;
    color: #000 !important;
}

#content .bg-color-1 .btn:hover{
    background: #ffffff !important;
}


/*-- Contact Page scrolling issue fix --*/

@media screen and (max-width: 1050px) and (min-width: 950px) {
.page-contact-us main#content {
    min-height: 850px;
  }
}

.billboard .slider-content .slider-cta-button:hover, .billboard .slider-content a:hover, .wpcf7-form input[type="submit"]:hover {
    background: #fff;
    color: #000;
    text-decoration: none !important;
}

/*home ctas*/

.home-ctas h3 a {
    color: inherit;
    display: block;
}

.home-ctas h3 {
    text-align: center;
    color: #ffffff;
    line-height: 1.4em;
    margin: 0 0 .2em;
    /* padding: .45em .95em; */
    font-weight: 400;
}

.home-ctas {
  text-align: center;
  /* margin-top: 1em; */
  /* margin-bottom: 0; */
}
.home-ctas > div {
  margin-bottom: 1em;
}
.home-ctas .special-line-2 {
  margin: 10px auto;
  width: 50%;
  border-bottom: 5px solid #0b32e3;
}

.home-ctas > div:last-child {
}
.home-ctas .wrap:hover {
    /* box-shadow: 0 0 10px #2d4858; */
}
.home-ctas .subject {
    background: transparent;
}
.home-ctas .wrap {
  /* border: 0px solid #007ca5; */
  background: #202020;
  /* border: 5px solid #ffffff;
   */
  /* box-shadow: 0 0 0 6px #000;
    */
  color: #fff;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  height: 100%;
  padding: 1em 1.5em 2em;
  font-weight: 700;
  line-height: 1.6em;
}
.home-ctas h5 {
  font-weight: bold;
}
.home-ctas i {
  font-size: 1.5em;
  color: #ffffff;
  margin-bottom: 10px;
}
.home-ctas p {
  margin-top: 0;
  margin-bottom: 0;
}
.home-ctas .btn {
  display: block !important;
  margin-top: -20px;
}

/* List Columns */
@media only screen and (min-width: 450px) {
 ul.col-count-2 {
    column-count: 2;
  }
  ul.col-count-2 {
    column-count: 2;
  }
ul.col-count-3 {
    column-count: 3;
  }
}

/* Hover Page Buttons */



.pods-row .pod-clmn {
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #0b32e3;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08),
    0 13px 45px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08), 0 13px 45px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.85s cubic-bezier(0.25, 1, 0.33, 1);
  transition: all 0.85s cubic-bezier(0.25, 1, 0.33, 1);
}

.pods-row .pod-clmn a:hover {
text-decoration: none;
}

.pod-image {
  min-height: 200px;
  width: 100%;
  margin-bottom: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pods-row .pod-clmn .pod-image.first {
  background-image: url(/wp-content/uploads/shirt-embroidery.jpg);
}

.pods-row .pod-clmn .pod-image.second {
  background-image: url(/wp-content/uploads/apron-screen-printing.jpg);
}

.pods-row .pod-clmn .pod-image.third {
  background-image: url(/wp-content/uploads/uniforms.jpg);
}

.pods-row .pod-clmn .pod-title {
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 28px;
  font-family: 'Barlow Condensed', sans-serif;
  padding-bottom: 15px;
  padding-top: 20px;
  margin: 0;
  color: #fff;
  font-weight: 600;
  background-color: #0b32e3;
  -webkit-transition: all 0.85s cubic-bezier(0.25, 1, 0.33, 1);
  transition: all 0.85s cubic-bezier(0.25, 1, 0.33, 1);
}

.pods-row .pod-clmn .pod-more-text {
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 0px;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-transition: all 0.85s cubic-bezier(0.25, 1, 0.33, 1);
  transition: all 0.85s cubic-bezier(0.25, 1, 0.33, 1);
}

.pods-row .pod-clmn:hover {
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28),
    0 13px 45px rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28), 0 13px 45px rgba(0, 0, 0, 0.08);
  -ms-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

.pods-row .pod-clmn:hover .pod-title {
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.pods-row .pod-clmn:hover .pod-more-text {
  background: #231f2000;
  color: #eee;
  opacity: 1;

}

@media screen and (max-width: 880px) {

  .pods-row .pod-clmn {
    width: 100% !important;
  }

.pod-image {
  min-height: 250px;
  width: 100%;
}
  
}
