@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
body {
  font-family: "Poppins", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  color: #000;
  background: #f4fcff;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.fslight {
  font-weight: 200;
}

.flight {
  font-weight: 300;
}

.fsbold {
  font-weight: 600;
}

.fbold, .homeSlider .swiper-slide article h2, .embroideryBanner article h2 {
  font-weight: 700;
}

.fblue {
  color: #00ADEF;
}

.redbtn {
  background: #F61D0C;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.redbtn:hover {
  background: #fff;
  color: #F61D0C;
  border: 1px solid #F61D0C;
}

header {
  min-height: 50px;
  padding: 5px 0;
}

header .bsnav {
  background: none;
}

header .bsnav .navbar-brand img {
  width: 70px;
}

@media (min-width: 768px) {
  header .bsnav .active {
    padding: 20px 15px;
    display: block;
    color: #00ADEF;
    text-transform: uppercase;
  }
}

header .bsnav .nav-link {
  font-size: 15px;
}

header .bsnav .nav-link:hover {
  color: #F61D0C !important;
}

header .bsnav .navbar-collapse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header .bsnav .navbar-nav {
  margin-left: auto;
}

header .topnav .nav-link {
  padding: 5px 10px !important;
  font-size: 13px;
}

header .bottomnav .nav-link {
  text-transform: uppercase;
}

header .dropdown .navbar-nav {
  -webkit-box-shadow: 0 2px 2px gray;
          box-shadow: 0 2px 2px gray;
  -moz-box-shadowbox-shadow: 0 2px 2px gray;
  -webkit-box-shadowbox-shadow: 0 2px 2px gray;
  -ms-box-shadowbox-shadow: 0 2px 2px gray;
  -o-box-shadowbox-shadow: 0 2px 2px gray;
}

header .dropdown .nav-item .nav-link {
  padding: 10px;
  text-transform: uppercase;
}

header .dropdown .nav-item .activesubnav {
  padding: 10px;
  text-transform: uppercase;
  background: #F61D0C;
  color: #fff;
  display: block;
}

main {
  padding-top: 105px;
}

.fixed-theme {
  background: #fff;
  -webkit-box-shadow: 0 2px 2px gray;
          box-shadow: 0 2px 2px gray;
  -moz-box-shadowbox-shadow: 0 2px 2px gray;
  -webkit-box-shadowbox-shadow: 0 2px 2px gray;
  -ms-box-shadowbox-shadow: 0 2px 2px gray;
  -o-box-shadowbox-shadow: 0 2px 2px gray;
}

.homeSlider {
  min-height: 600px;
  background: #fff;
  margin-bottom: 35px;
}

.homeSlider .swiper-slide {
  min-height: 600px;
}

.homeSlider .swiper-slide img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.homeSlider .swiper-slide article {
  padding-left: 10%;
}

@media (max-width: 576px) {
  .homeSlider .swiper-slide article {
    padding: 10px;
  }
}

.homeSlider .swiper-slide article h6 {
  color: #00ADEF;
}

.homeSlider .swiper-slide article h2 {
  font-size: clamp(1.5rem, 2.7vw, 2.7rem);
}

.brdimg {
  position: relative;
}

.brdimg:before {
  content: '';
  width: 90%;
  height: 90%;
  border: 3px solid #fff;
  position: absolute;
  top: 5%;
  left: 5%;
}

.servicecol img {
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.servicecol img:hover {
  opacity: 0.8;
}

.servicecol .redbtn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  background: #00ADEF;
}

.servicecol .redbtn:hover {
  border: 1px solid #00ADEF;
  background: #fff;
  color: #000;
}

.embroideryBanner {
  background: url(../img/embroidarybanner.jpg) no-repeat 0 0;
  position: relative;
  min-height: 200px;
  padding: 150px 0;
}

.embroideryBanner:before {
  content: '';
  background: #000;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.embroideryBanner article {
  position: relative;
  color: #fff;
}

.embroideryBanner article h6 {
  color: #00ADEF;
}

.embroideryBanner article h2 {
  font-size: clamp(1.5rem, 2.7vw, 2.7rem);
}

.homeWorks {
  margin: 25px 0;
}

.workCol {
  position: relative;
  margin-bottom: 15px;
}

.workCol span {
  position: absolute;
  background: #00ADEF;
  padding: 5px 10px;
  display: inline-block;
  bottom: 0;
  right: 0;
  color: #fff;
}

@media (max-width: 576px) {
  .workCol span {
    font-size: 12px;
  }
}

footer {
  background: #00ADEF;
  padding: 25px 0;
  color: #fff;
}

footer p {
  padding: 0;
  margin: 0;
}

footer .footerSocial a {
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

footer .footerSocial a .icomoon {
  color: #000;
  font-size: 15px;
}

footer .footerSocial a:hover {
  background: #005170;
}

footer .footerSocial a:hover .icomoon {
  color: #fff;
}

.breadcrumb .active {
  opacity: 0.6;
}

.breadcrumb li a {
  color: #000;
}

.breadcrumb li a:hover {
  color: #F61D0C;
}

.subpage .subpageHeader {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px #b3b3b3;
          box-shadow: 0 3px 5px #b3b3b3;
  -moz-box-shadowbox-shadow: 0 3px 5px #b3b3b3;
  -webkit-box-shadowbox-shadow: 0 3px 5px #b3b3b3;
  -ms-box-shadowbox-shadow: 0 3px 5px #b3b3b3;
  -o-box-shadowbox-shadow: 0 3px 5px #b3b3b3;
  border-bottom: 1px solid #cbcbcc;
}

.subpage .subpageHeader h2 {
  font-size: clamp(1rem, 2vw, 2rem);
  padding: 25px 0;
}

@media (max-width: 576px) {
  .subpage .subpageHeader h2 {
    padding: 5px 0;
  }
}

.subpage .subpageBody {
  min-height: 500px;
  background: #fff;
  padding: 25px 0;
}

.subpage .subpageBody p {
  color: #666666;
  font-size: 14px;
}

.list-items {
  padding: 10px 0;
}

.list-items li {
  padding-bottom: 5px;
}

.gallery-block.grid-gallery {
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block.grid-gallery .heading {
  margin-bottom: 50px;
  text-align: center;
}

.gallery-block.grid-gallery .heading h2 {
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.gallery-block.grid-gallery a:hover {
  opacity: 0.8;
}

.gallery-block.grid-gallery .item img {
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.gallery-block.grid-gallery .item {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .gallery-block.grid-gallery .scale-on-hover:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}

.contactform {
  padding-top: 50px;
}

.contactform .form-group {
  padding-bottom: 25px;
}

.contactform .form-control {
  height: 60px;
  width: 100%;
  border-radius: 50px;
  border: 1px solid #cccccc;
  background: none;
  padding: 0 25px;
  font-size: 14px;
}

.contactform .btn {
  border-radius: 50px;
}

@media (max-width: 576px) {
  .navbar .navbar-mobile a.active {
    padding: 5px 0;
    color: #00ADEF;
    text-transform: uppercase;
  }
}

@media (max-width: 576px) {
  .navbar .navbar-mobile .activesubnav {
    padding: 10px;
    text-transform: uppercase;
    background: #F61D0C;
    color: #fff;
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */