@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap");

/* 
    font-family: "Assistant", serif; 
    font-family: "Montserrat", serif;
*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

.sec_1 .inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 45px 45px 45px;
  min-height: 600px;
}

.sec_1 .inner {
  background-image: linear-gradient(rgba(0, 5, 14, 0) 0%, rgb(20, 20, 20) 100%),
    url("../images/Embroidery-and-Screen-Printing-Supplies.webp");
}

.sec_1 .inner h3 {
  font-family: "Montserrat", serif;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.sec_1 .inner p {
  font-family: "Montserrat", serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: inherit;
  line-height: 2;
}

.sec_1 .inner a {
  color: #fff;
  font-family: "Montserrat", serif;
  padding: 9px 20px;
  line-height: 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(180deg, #0e6ace 0%, #004188 100%);
  border-radius: 18px;
}

.sec_1 .inner a:hover {
  background-color: #fff;
  background-image: none;
  color: #222;
}

.sec_2 {
  padding: 60px 0 70px;
  background-color: #f8f9fd;
}

.sec_2 h5 {
  text-align: center;
  font-family: "Montserrat", serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #020202;
}

.sec_2 h3 {
  text-align: center;
  font-family: "Montserrat", serif;
  font-size: 40px;
  line-height: 1.16;
  font-weight: 800;
  text-transform: uppercase;
  background-color: #0e6ace;
  background-image: linear-gradient(180deg, #0e6ace 0%, #004188 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  margin-bottom: 15px;
}

.sec_2 .inner {
  padding: 25px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
  border-radius: 0px 30px 0px 30px;
  border-top: 3.5px solid #0e6ace;
  border-left: 2.25px solid #0e6ace;
  text-align: center !important;
  margin: 10px 10px 10px 10px;
  padding-bottom: 30px;
}

.sec_2 .inner img {
  margin: 0 auto;
  display: inline-block;
}

.sec_2 .inner h4 {
  color: #0e6ace;
  font-family: "Montserrat", serif;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.8;
}

.sec_2 .inner a {
  justify-self: end;
  line-height: 14px;
  font-size: 12px;
  letter-spacing: 3px;
  cursor: pointer;
  text-decoration: none;
  color: #0e6ace;
  padding: 10px 15px;
  text-transform: uppercase;
  border-radius: 24px 24px 24px 24px;
  font-weight: 500;
  transition: background-image 250ms ease, color 250ms ease;
  font-family: "Assistant", serif;
}

.sec_2 .inner a:hover {
  color: #000;
}

.sec_2 button.slick-prev.slick-arrow {
  left: calc(45% - 25.5px);
  border-radius: 10px 0 0 10px;
}

.sec_2 button.slick-next.slick-arrow {
  left: calc(45% + 25.5px);
  border-radius: 0 10px 10px 0;
}

.sec_2 button.slick-next.slick-arrow,
.sec_2 button.slick-prev.slick-arrow {
  top: calc(100% + 25px);
  width: 50px;
  height: 50px;
  background-color: #000000;
  opacity: 0.8;
  z-index: 1;
}

.sec_2 .slick-next:before,
.sec_2 .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sec_3 {
  background-image: radial-gradient(
    circle at left center,
    #0e6ace 41%,
    #004188 0%
  );
  width: 100%;
  padding: 86px 0;
  /* height: 900px; */
}

.sec_3 .box_1 {
  background-image: url(../images/Background-Pricing.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 1px 1px 10px 0px hsla(215, 22%, 17%, 100% - 50%);
  border-radius: 6px 6px 6px 6px;
  text-align: center;
  height: 100%;
}

.sec_3 .box_1 span {
  font-size: 50px;
  font-family: "Montserrat", serif;
  font-weight: bold;
  line-height: 50px;
  color: #0e6ace;
}

.sec_3 .box_1 h4 {
  font-family: "Montserrat", serif;
  font-weight: 900;
  font-size: 80px;
  line-height: 100px;
  color: #212934;
  margin: 0;
}

.sec_3 .box_1 h6 {
  font-family: "Montserrat", serif;
  font-weight: 500;
  color: #0e6ace;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

.sec_3 .box_1 p {
  color: #020202;
  font-size: 11px;
  line-height: 20px;
  font-family: "Montserrat", serif;
  margin-bottom: 20px;
  font-weight: bold;
}

.sec_3 .box_1 p small {
  color: #f40e53;
  font-size: 13px;
  font-weight: bold;
}

.sec_3 .box_1 a {
  color: #fff;
  font-family: "Montserrat", serif;
  padding: 9px 20px;
  line-height: 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(180deg, #0e6ace 0%, #004188 100%);
  border-radius: 18px;
  display: inline-block;
}

.sec_3 .box_1 a:hover {
  background-color: #fff;
  background-image: none;
  color: #222;
}

.sec_3 h2 {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  font-size: 30px;
  text-transform: uppercase;
  background-color: #fff;
  background-image: linear-gradient(180deg, #fff 50%, #e0e0e0 100%);
  line-height: 1.8;
  color: #212934;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 35px;
}

.sec_3 .inner {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 10px 23px 0px hsla(0, 0%, 1%, calc(100% - 95%));
  padding: 40px;
  text-align: center;
}

.sec_3 .inner.active {
  background-color: #0e6ace;
  color: #fff !important;
  transform: scale(1.1);
  box-shadow: 0px 10px 23px 0px hsla(0, 0%, 1%, calc(100% - 50%));
}

.sec_3 .inner h4 {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.8;
}

.sec_3 .inner p {
  font-family: "Assistant", serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 1em;
  color: #004188;
  margin: 0;
}

.sec_3 .inner.active p {
  color: #fff;
}

.sec_3 a.main_btn {
  color: #004188;
  font-family: "Montserrat", serif;
  padding: 9px 20px;
  line-height: 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
  border-radius: 18px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: auto;
  margin: 30px 0 15px;
}

.sec_3 a.main_btn:hover {
  background-image: linear-gradient(180deg, #0e6ace 0%, #004188 100%);
  color: #fff;
}

.sec_4 {
  padding: 60px 20px 70px 20px;
  background-color: #f8f9fd;
}

.sec_4 .inner_1 {
  padding: 50px 15px 50px 0px;
  border-right: 1px solid #e0e0e0;
}

.sec_4 .inner_1 .shadow_line {
  display: block;
  height: 6px;
  width: 100%;
  content: "";
  background: radial-gradient(
    ellipse at 50% -50%,
    rgba(0, 0, 0, 0.5) 0,
    rgba(255, 255, 255, 0) 65%
  );
}

.sec_4 .inner_1 h2 {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 900;
  margin: 0;
  margin-bottom: 20px;
  font-size: 54px;
  letter-spacing: 0px;
  text-transform: uppercase;
  background-color: #0e6ace;
  background-image: linear-gradient(180deg, #0e6ace 0%, #004188 100%);
  line-height: 1.16;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.sec_4 .inner_1 p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Montserrat", serif;
  font-size: 16px;
  font-weight: 400;
}

.sec_4 .inner_1 a {
  color: #fff;
  font-family: "Montserrat", serif;
  padding: 9px 20px;
  line-height: 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(180deg, #0e6ace 0%, #004188 100%);
  border-radius: 18px;
}

.sec_4 .inner_1 a:hover {
  background-color: #fff;
  background-image: none;
  color: #222;
  border: 2px solid #222;
}

.sec_4 .inner_2 img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  transform: perspective(1000px) scale(1);
  transition: transform 0.35s;
}

.sec_4 .inner_2 img:hover {
  transform: scale(1.04);
}

.sec_4 .inner_2 nav .nav-link {
  font-family: "Montserrat", serif;
  font-size: 18px;
  font-weight: 600;
  color: #212934;
  width: 50%;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  border-radius: 0px;
}

.sec_4 .inner_2 nav .nav-link.active {
  color: #0e6ace;
  border-top: 3px solid #0e6ace;
}

.sec_4 .inner_2 .nav-tabs {
  border-bottom: none;
}

.sec_4 .inner_2 nav {
  position: sticky !important;
  top: 0 !important;
  z-index: 99;
  background-color: #f8f9fd;
}

.sec_4 .inner_2 .nav {
  display: flex;
  flex-wrap: nowrap;
}

.sec_5 {
  padding: 60px 0 70px;
  background-color: #f8f9fd;
  position: relative;
}

.sec_5 h5 {
  text-align: center;
  font-family: "Montserrat", serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #020202;
  margin: 0;
}

.sec_5 h5 b {
  color: #004188;
  font-family: "Montserrat", serif;
}

.sec_5 h3 {
  text-align: center;
  font-family: "Montserrat", serif;
  font-size: 40px;
  line-height: 1.16;
  font-weight: 800;
  text-transform: uppercase;
  background-color: #0e6ace;
  background-image: linear-gradient(180deg, #0e6ace 0%, #004188 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  margin-bottom: 15px;
}

.sec_5 .inner {
  background-color: #020202;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  margin: 5px;
}

.sec_5 .inner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 32px;
}

.sec_5 .inner img {
  width: 100%;
  opacity: 0.7;
  transition: opacity 0.35s;
  aspect-ratio: 450 / 450;
}

.sec_5 .inner:hover img {
  opacity: 0.4;
}

.sec_5 .inner h4 {
  font-family: "Montserrat", serif;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.sec_5 .inner p {
  font-family: "Montserrat", serif;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.35s, transform 0.35s, margin 0.35s ease-in-out;
  transform: translate3d(0, 100px, 0);
  opacity: 0;
}

.sec_5 .inner:hover p {
  margin: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.sec_5 .slick-slide {
  margin: 0 3px;
}

.sec_5 button.slick-prev.slick-arrow {
  left: calc(45% - 25.5px);
  border-radius: 10px 0 0 10px;
}

.sec_5 button.slick-next.slick-arrow {
  left: calc(45% + 25.5px);
  border-radius: 0 10px 10px 0;
}

.sec_5 button.slick-next.slick-arrow,
.sec_5 button.slick-prev.slick-arrow {
  top: calc(100% + 25px);
  width: 50px;
  height: 50px;
  background-color: #000000;
  opacity: 0.8;
  z-index: 1;
}

.sec_5 .slick-next:before,
.sec_5 .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sec_6 {
  background: linear-gradient(
    90deg,
    hsla(211, 100%, calc(27% + 3%), 100%) 50%,
    #0e6ace 100%
  );
  padding: 90px 30px 0;
}

.sec_6 .inner {
  padding-right: 150px;
}

.sec_6 .inner h3 {
  font-family: "Montserrat", serif;
  font-size: 46px;
  color: #fff;
  font-weight: 500;
}

.sec_6 .inner h3 span {
  color: #00ca72;
}

.sec_6 .inner p {
  margin-bottom: 30px;
  font-family: "Montserrat", serif;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  line-height: 1.8;
}

.sec_6 .inner ul {
  padding: 0;
  margin: 0;
}

.sec_6 .inner ul li {
  list-style: none;
  color: #fff;
  font-family: "Assistant", serif;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 500;
  display: block;
}

.sec_6 .inner ul li i {
  margin-right: 10px;
  font-size: 20px;
}

header .topbar {
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;
  margin-bottom: 10px;
}

header .topbar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

header .topbar ul li {
  display: inline-block;
  padding: 0;
}

header .topbar ul li a i {
  padding: 0 10px;
  color: #004188 !important;
  font-size: 17px;
  display: inline-block;
}

header .topbar ul li a.link {
  text-decoration: none;
  color: #212934;
  font-family: "Montserrat", serif;
  font-size: 10px !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-right: 15px;
}

header .topbar ul li a.link i {
  padding: 0 2px;
  color: #000 !important;
  font-size: 10px;
  display: inline-block;
}

header a.btn_1 {
  color: #777;
  font-family: "Montserrat", serif;
  padding: 9px 20px;
  line-height: 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
  border-radius: 18px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: auto;
  margin: 30px 0 15px;
  border: 1px solid #222;
}

header a.btn_1:hover {
  background-image: linear-gradient(180deg, #0e6ace 0%, #004188 100%);
  color: #fff;
  border: 1px solid transparent;
}

header .btn_2 {
  color: #fff;
  font-family: "Montserrat", serif;
  padding: 9px 20px;
  line-height: 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(180deg, #0e6ace 0%, #004188 100%);
  border-radius: 18px;
  border: 1px solid transparent;
  margin-left: 10px;
}

header .btn_2:hover {
  background-color: #fff;
  background-image: none;
  color: #777;
  border: 1px solid #222;
}

header .phone_div {
  display: flex;
  align-items: center;
}

header .phone_div i {
  color: #0e6ace;
  display: inline-block;
  margin-left: 10px;
  margin-right: 25px;
  font-size: 20px;
}

header .phone_div h6 {
  font-size: 16px;
  margin: 0;
  color: #212934;
  font-family: "Assistant", serif;
  font-weight: 400;
}

header .phone_div h4 {
  color: #212934;
  font-family: "Assistant", serif;
  font-size: 20px;
  font-weight: 400;
}

footer {
  background: linear-gradient(
    180deg,
    hsla(220, 60%, calc(98% + 96%), 100%) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 60px 60px 0;
}

footer h3 {
  font-size: 18px;
  font-family: "Montserrat", serif;
  font-weight: 600;
  margin-bottom: 30px;
}

footer p {
  font-size: 16px;
  font-family: "Montserrat", serif;
  font-weight: 500;
}

footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer ul li a {
  font-size: 15px;
  font-family: "Montserrat", serif;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
}
.footer-link {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease-in-out;
}

.footer-link:hover {
    color: #0d6efd;
}

