@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
a{text-decoration:none!important;}
li{list-style-type: none!important;}
html{scroll-behavior: smooth;}
.heading1{font-size: 2.5rem;} .heading2{font-size: 2rem;} .heading3{font-size: 1.75rem;} .heading4{font-size: 1.5rem;} .heading5{font-size: 1.25rem;} .heading6{font-size: 1rem;}
.pad{padding:90px 0;}
.wrdbrk{white-space:pre;}
.fullpad{padding: 0!important; margin:0!important;}
.clr1{color: #fd6145 !important;}

.arial {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.helvetica {font-family: 'poppins', sans-serif;}
.header-top{background-color: #00adee !important;}
.header-top .header-info-left ul li {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  padding: 7px 12px 7px 0;
  font-size: 14px;
  font-weight: 500;
}
.pink{color: #ca0b55 !important;}
.header-info-right{
  margin-right: 91px;
  background-color: #facc01 !important;
  padding: 7px 18px;
  color: black !important;
}
.logo{width: 437px;margin-left: 36px;}
.logo1 {width: 330px;margin-left: -13px;margin-bottom: 3px;}
.desklogopad{padding:0 50px;}
.infinity {width: 120px;}
.lightbox {position: fixed !important; top: 50px !important;}
.mynav{position:fixed!important; width:100%; z-index:999; padding: 0px 0px !important;}
.mynav.black {position: fixed !important;top: 2px !important;left: 10px;background: white;animation: smoothScroll 1s forwards;width: 98%;border-radius: 29px;padding: 8px 0px !important;}
.mynav.black1 {background: none; transition:.5s linear; color: white; padding: 0px 0px!important;margin: 15px 0px 0px;}
.navbar-light .navbar-nav .nav-link.active{color: #217196 !important;}
.navbar-light .navbar-nav .nav-link {color:black !important;padding: 0px 26px !important;}
.navbg{background-color: #363636db;}
.navfont{font-size: 18px;font-family: "Poppins", sans-serif;font-weight: 600;font-style: normal;color: black !important;}
.navbar button {background-color: white;}
.header-fix {position: fixed !important;top: 8px !important;left: 0;background: hsla(245, 55%, 5%, 0.99);animation: smoothScroll 1s forwards;border-radius: 16px;margin: 0 30px;box-shadow: 0px 4px 0px 0px hsla(245, 55%, 5%, 0.25); }
#navbar .navbar-toggler {color: transparent;border-color: transparent;}
.navbar-toggler {padding: 0px !important;}
.navbar h3{padding-left: 33px !important;}
.heros{height: 635px !important;}
.bg-overlay {position: relative;}
.bg-overlay:after {background-color: #1c1c1c6e; z-index: 0; position: absolute; content: ''; width: 100%; height: 100%; top: 0;left: 0;}
.home-bg::before {content: '';background: rgba(0, 0, 0, 0.75);opacity: 0.8;position: absolute;top: 0;left: 0;right: 0;bottom: 0;height: auto;z-index: 1;}
.btn1{background-color: #0ac873;padding: 10px 20px;color: white !important;border-radius: 20px;font-weight: bold;}
.head1 span{color: aqua; font-weight: bold;}
.carousel-caption{position: absolute;top: 260px; text-align: center !important;}
.btn2{background-color: white;color: black !important;padding: 10px 25px;border-radius: 20px;}
.print1{position: absolute;top: 66px;text-align: center; margin: 0 auto;width: 100%;}
.para1{text-shadow: 1px 1px 1px black;font-size: 24px;color: white;}
.highlights-list li:nth-child(1) i {
  color: #ef0b0b;
  border-color: #ef0b0b;
  background: #faeddc;
}

.aboutwave {
  background-image: url("../images/aboutwave.jpg");
  background-position: top 80px center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}


.btn3{
	background-color: red !important;
	letter-spacing: 0px;
	transition: all 0.5s ease-in-out;
	color: white !important;
	padding: 8px 30px;
}
.btn3:hover{
    letter-spacing: 8px;
    background: none;
    border: 2.5px solid red;
    color: red;
}
.bg-12{background-image: url("../images/bg-12.webp");}
.homeparallax {
  background-image: url("../images/homeparallax.webp");
  position: relative;
}
.homeparallax::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.rr-btn.btn-white {
  color: #001d08;
  background-color: #FFF;
  font-size: 16px;
  font-style: normal;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  padding: 10px 28px;
  z-index: 5;
}
.rr-btn {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  padding: 10px 28px;
  background-color: #FF3D00;
  z-index: 5;
}
.rr-btn.btn-white::before {
  background-color: #FF3D00;
}
.rr-btn::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-165%, 0) rotate(0deg);
  transform-origin: right bottom;
  transition: all 0.35s;
  z-index: -1;
  content: "";
}
.rr-btn.btn-white:hover {
  color: #FFF;
}
.rr-btn:hover {
  color: #FFF;
  background: #000;
}
.rr-btn:hover::before {
  transform: translate(0, 0);
}
.btn-1:hover img {
  filter: brightness(0) invert(1);
}
.btn-1 img {
  width: 16px;
  height: 16px;
}
.service-block-one .inner-box {
  position: relative;
  display: block;
  border: 1px dashed #d8d2d0;
  border-radius: 25px;
  padding: 132px 30px 31px 40px;
  overflow: hidden;
}
.service-block-one .inner-box .overlay-shape {
	background-image: url("../images/shapes.png");
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  z-index: -1;
  transition: all 500ms ease;
}
.service-block-one .inner-box .icon-box {
  position: absolute;
  display: inline-block;
  top: 55px;
  right: 58px;
  width: 60px;
  height: 60px;
  line-height: 68px;
  font-size: 30px;
  color: #fd6145;
  text-align: center;
  border-radius: 50%;
}
.service-block-one .inner-box .icon-box .shape {
	background-image: url("../images/bgshape.png");
  position: absolute;
  left: -20px;
  top: -15px;
  width: 101px;
  height: 91px;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}
.service-block-one .inner-box .link-btn {
  position: absolute;
  left: 0px;
  top: 39px;
  background: #fff;
  width: 94px;
  height: 60px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
  border-radius: 0px 30px 30px 0px;
}
.service-block-one .inner-box .link-btn a {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 58px;
  background: #faf1ef;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  top: 5px;
  right: 5px;
  color: #fd6145;
}
.service-block-one .inner-box h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fd6145;
}
.service-block-one .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 9px;
}
.service-block-one .inner-box p{
  position: relative;
  font-family: 'Outfit', sans-serif;
  color: #7b7675;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}
.service-block-one .inner-box:hover .overlay-shape {
  opacity: 1;
}
.service-block-one .inner-box .link-btn a:hover {
  color: #fff;
}
.service-block-one .inner-box .link-btn a:hover {
  background: #fd6145;
}
.aboutbg2 {
  background-image: url("../images/aboutparallax.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}
.aboutbg2::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.clr7 {
  color: #fbd00c !important;
}
.smallborder4 {
  background-color: #e12475;
  width: 64px;
  height: 5px;
  margin: 14px auto 25px;
}
.fnt-18 {
  font-size: 18px;
}
.bg2{
  background-color: transparent;
  background-image: linear-gradient(90deg, #FAEDDC 0%, #EFF9EC 100%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 115px 0px 120px 0px;
}
.categories-block-one .inner-box {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 25px;
  padding: 32px 20px 0px 20px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 60px;
  overflow: hidden;
  transition: all 500ms ease;
}
.categories-block-one .inner-box .shape {
  background-image: url("../images/shape-5.png");
  position: absolute;
  top: 0px;
  right: 0px;
  width: 139px;
  height: 139px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}
.categories-block-one .inner-box .overlay-shape {
  background-image: url("../images/shape-6.png");
  position: absolute;
  top: 0px;
  right: 0px;
  width: 139px;
  height: 139px;
  opacity: 0;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}
.categories-block-one .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 8px;
}
.categories-block-one .inner-box h3 a {
  position: relative;
  display: inline-block;
  color: #0c0c0c;
  font-size: 17px;
}
.categories-block-one .inner-box p {
  display: block;
  margin-bottom: 32px;
}
.categories-block-one .inner-box .image-box { 
  margin: 0 auto;
  margin-bottom: 40px !important;
}
.categories-block-one .inner-box .image-box::before {
  left: 0px;
}
.categories-block-one .inner-box .image-box::before{
  position: absolute;
  content: '';
  background: #fff;
  width: 5px;
  height: 100%;
  top: 0px;
  z-index: 1;
}
.categories-block-one .inner-box .image-box img {
  width: 100%;  
  transition: all 500ms ease;
}
.categories-block-one .inner-box .image-box::after {
  right: 0px;
}
.categories-block-one .inner-box .image-box::after {
  position: absolute;
  content: '';
  background: #fff;
  width: 5px;
  height: 100%;
  top: 0px;
  z-index: 1;
}
.categories-block-one .inner-box .link-box {
  position: relative;
  display: block;
  padding: 17px 0px 18px 0px;
}
.categories-block-one .inner-box .link-box::before {
  position: absolute;
  content: '';
  border-top: 1px dashed #d8d2d0;
  width: calc(100% + 40px);
  height: 1px;
  left: -20px;
  top: 0px;
}
.link-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Urbanist', sans-serif;
  color: #0c0c0c;
  font-weight: 800;
  text-transform: uppercase;
  padding-left: 32px;
}
.categories-block-one .inner-box .link-box a::before {
  position: absolute;
  content: "\F138";
  font-family: 'Bootstrap-Icons';
  font-size: 24px;
  top: -1px;
  left: 0px;
  font-weight: 400;
  transition: all 500ms ease;
}
.categories-block-one .inner-box .link-box a::before {
  color: #fd6145;
}
.categories-block-one .inner-box:hover {
  transform: translateY(-10px);
}
.categories-block-one .inner-box:hover .shape {
  opacity: 0;
}
.categories-block-one .inner-box:hover .overlay-shape {
  opacity: 1;z-index: -1;
}
.categories-block-one .inner-box h3 a:hover {
  color: #fd6145;
}
.categories-block-one .inner-box .link-box a:hover {
  color: #fd6145;
}
.about-section .image-box {
  position: relative;
  display: block;
  padding: 239px 120px 0px 0px;
  margin-right: 20px;
}
.about-section .image-box .image-shape .shape-1 {
  left: -103px;
  top: 0px;
  width: 440px;
  height: 440px;
}
.about-section .image-box .image-shape .shape {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed #fc7f5a;
}
.about-section .image-box .image-shape .shape-2 {
  left: -83px;
  top: 20px;
  width: 400px;
  height: 400px;
}
.about-section .image-box .image-shape .shape-3 {
  left: -63px;
  top: 40px;
  width: 360px;
  height: 360px;
}
.about-section .image-box .image-1 {
  position: relative;
  border-radius: 25px;
}
.about-section .image-box img {
  width: 100%;
}
.about-section .image-box .image-1 img{border-radius: 25px;}
.about-section .image-box .image-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 25px;
}
.about-section .image-box .image-3 {
  position: absolute;
  right: 0px;
  bottom: 57px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  border: 1px dashed #dcd9e4;
}
.about-section .image-box .image-3 img {
  border-radius: 10px;
}
.about-section .image-box .image-4 {
  position: absolute;
  top: 75px;
  left: 0px;
}
.about-section .image-box img {
  width: 100%;
}
.sec-title {
  margin: 0px 0px 32px 0px;
}
.black{color: black !important;}
.sec-title h2 {
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 58px;
  font-weight: 700;
  margin: 0px;
  color: white;
}
.sec-title p {
  margin-top: 20px;color: #7b7675;
}
.theme-btn.btn-one {
  background: -webkit-linear-gradient(0deg, #fd6146, #fb7a43 50%);
}
.theme-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px;
  line-height: 26px;
  font-weight: 800;
  font-family: 'Urbanist', sans-serif;
  text-align: center;
  padding: 14px 30px;
  text-transform: uppercase;
  border-radius: 35px;
  color: #fff !important;
  z-index: 1;
  transition: all 500ms ease;
}
.theme-btn.btn-one::before {
  background: -webkit-linear-gradient(0deg, #fb7a43, #fd6146 50%);
}
.theme-btn::before {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
.theme-btn:hover::before {
  width: 100%;
}
.highlights-list li:last-child {
  margin-bottom: 0px;
}
.highlights-list li {
  position: relative;
  display: block;
  padding-left: 60px;
  margin-bottom: 15px;
}
.te-icon i {
  color: #FD6145;
  background-color: #FAF1EF;
}
.highlights-list li i {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 52px;
  height: 52px;
  line-height: 58px;
  background: #faf1ef;
  text-align: center;
  font-size: 24px;
  border-radius: 15px;
  text-align: center;
}
.highlights-list li a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
  font-family: 'Urbanist', sans-serif;
  color: #0c0c0c;
  font-weight: 800;
  padding: 12px 20px;
  border: 1px dashed #d8d2d0;
  border-radius: 15px;
  text-transform: uppercase;
}
.highlights-list li a span {
  position: relative;
  transition: all 500ms ease;
}
.highlights-list li:last-child a span::before {
  color: #60cf56;
}
.highlights-list li a span::before {
  position: absolute;
  content: "\F138";
  font-family: 'Bootstrap-Icons';
  font-size: 30px;
  top: -3px;
  right: 0px;
  opacity: 0;
  font-weight: 400;
  transition: all 500ms ease;
}
.highlights-list li:last-child a:hover {
  border-color: #60cf56;
}
.highlights-list li a:hover span {
  padding-right: 34px;
}
.highlights-list li a:hover span::before {
  opacity: 1;
}
.pdlt16{padding-left: 17px;}
.bg3{
  background-color: transparent;
  background-image: linear-gradient(90deg, #FAECDB 0%, #FAF1EE 100%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 115px 0px 112px 0px;
}
.lightbox {position: fixed !important;top: 50px !important;}
.latest-about2__content-subtitle {
  color: #FF3D00;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  font-style: normal;
  margin-bottom: 12px;
}
.latest-about2__content-title {
  color: #03006a;
  font-size: 48px;
  font-weight: 700;
  line-height: 66px;
  font-style: normal;
  margin-bottom: 14px;
}
.latest-about2__content-description p {
  color: #656565;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-style: normal;
  margin-bottom: 20px;
}
.latest-about2__content-text {
  margin-bottom: 30px;
}
.latest-about2__content-text ul li {
  color: #001a07;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: 36px;
  display: flex;
  gap: 11px;
  align-items: center;
}
.tik {
  width: 30px;
}
.shop-btn:hover {
  color: rgb(255, 255, 255);
}
.shop-btn {
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-radius: .25rem;
  border: 1px solid rgb(255, 255, 255);
  background-color: rgb(4, 36, 101);
  padding: 12px 40px;
  color: rgb(255, 255, 255);
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .5s;
}
.shop-btn::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -10;
  height: 100%;
  width: 0px;
  background-color: rgb(255, 0, 0);
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  content: "";
  transition-duration: .5s;
}
.shop-btn:hover {
  color: rgb(255, 255, 255);
}

.shop-btn:hover::before {
  left: 0;
  content: "";
  width: 100%;
}
.printingbanner {
  background-image: url("../images/bannerimages.webp");
  padding: 230px 0px 200px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.printingbanner::before {
  background: #000 none repeat scroll 0 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.funfact-section .content-box {
  position: relative;
  display: block;
  margin-right: 150px;
  background: #0c0c0c;
  border-radius: 25px;
  padding: 62px 50px 67px 50px;
}
.funfact-section .big-text {
  position: absolute;
  top: -5px;
  right: -125px;
  font-size: 87px;
  line-height: 100px;
  font-family: 'Urbanist', sans-serif;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 3px 0px 0px #e4dcd8;
  writing-mode: vertical-lr;
}
.funfact-section .content-box .sec-title {
  margin-bottom: 21px;
  position: relative;
  display: block;
}
.sec-title h6 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 800;
  margin-bottom: 14px;
  text-transform: uppercase;
  padding-left: 28px;
  color: #fd6145;
}
.sec-title h6::before {
  position: absolute;
  content: "\F289";
  font-family: 'Bootstrap-Icons';
  font-size: 18px;
  left: 0px;
  top: -1px;
}
.funfact-block-one .inner-box {
  position: relative;
  display: block;
  text-align: center;
  border: 1px dashed #c9c8c3;
  border-radius: 25px;
  padding: 31px 20px 0px 20px;
}

.funfact-block-one .inner-box .count-outer {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 50px;
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  color: #60cf56;
  margin-bottom: 2px;
}
.te-count {
  color: #FD6145;
}
.funfact-block-one .inner-box .count-outer .symble {
  position: relative;
  font-size: 30px;
  top: -16px;
  color: #FD6145;
}
.funfact-block-one .inner-box p {
  position: relative;
  display: block;
  margin-bottom: 2px;
}
.funfact-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 76px;
  background: #fff;
  font-size: 30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: -15px;
  border-radius: 50%;
  color: #FD6145 !important;
  bottom: -20px;
}
.why-section {
  position: relative;
  padding: 115px 0px 112px 0px;
}
.te-icon-box1 {
  text-align: right;
  margin: 0px 0px 32px 0px;
}
.te-icon-box2 {
  text-align: left;
  margin: 0px 0px 32px 0px;
}
.counttext {
	color: #ff5e14;
	font-size: 46px;
	font-weight: 700;
  }
.bannerhead {
	color: #ff5e14;
	font-size: 40px;
	font-weight: 700;
  } 
.why-section .single-item:last-child {
  margin-bottom: 0px;
}
.why-section .single-item {
  position: relative;
  display: block;
  margin-bottom: 32px;
}
.why-section .single-item:last-child .icon-box {
  color: #fb991a;
}
.why-section .single-item .icon-box {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 20px;
  margin-bottom: 3px;
  left: 0px;
  color: #fd6145;
}
.why-section .single-item h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 17px;
}
.why-section .single-item:last-child h3::before {
  border-bottom: 1px dashed #fb991a;
}
.why-section .single-item h3::before {
  right: 0px;
}
.why-section .single-item h3::before {
  position: absolute;
  content: '';
  border-bottom: 1px dashed #fd6145;
  width: 70px;
  height: 1px;
  bottom: 0px;
}
.aboutparallax {
  background: url("../images/homeparallax.webp") no-repeat center bottom;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.aboutparallax::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0000008a;
}
.submit_btn_bg {
  background: #d72005;
  text-align: center;
  font-size: 15px;
  border: none;
  color: #fff;
  width: 130px;
  padding: 20px 20px;
  font-weight: bold;
}
.submit_btn_bg:hover {
  color: #000;
  background: #fff;
  border: 2px solid #d72005;
}
.clr-yellow {
  color: #ffcb00;
}
.clr2 {
  color: #ed1c24 !important;
}
.working-block-one .inner-box {position: relative;display: block;text-align: center;}
.working-block-one .inner-box .icon-box {position: relative;display: block;margin-bottom: 44px;}
.working-block:last-child .working-block-one .inner-box .icon-box .icon {color: #008c51;}
.working-block-one .inner-box .icon-box .icon {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 100px;
	line-height: 110px;
	font-size: 36px;
	text-align: center;
	z-index: 1;
	color: #fd6145;
}
.working-block-one .inner-box .icon-box .icon::before {
	position: absolute;
	content: '';
	background: #faf1ef;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	border-radius: 7px;
	transform: skewX(-10deg);
	z-index: -1;
}
.working-block-one .inner-box .icon-box .icon::after {
	position: absolute;
	content: '';
	border: 1px dashed #d8d2d0;
	width: 50px;
	height: 70px;
	right: -7px;
	bottom: -10px;
	border-radius: 5px;
	transform: skewX(-10deg);
	z-index: -2;
}
.working-block-one .inner-box .icon-box h5 {
	position: absolute;
	display: inline-block;
	right: 18px;
	bottom: -10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px dashed #d8d2d0;
	border-radius: 50%;
	font-size: 18px;
	font-weight: 800;
	color: #f00;
}
.working-block-one .inner-box h3 {
	display: block;
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	margin-bottom: 13px;
	color: #f00;
}
.working-block:last-child .working-block-one .inner-box .icon-box .icon {
  color: #008c51;
}
.working-block:last-child .working-block-one .inner-box .icon-box .icon::before {background: #faf1ef;}
.te-info {margin: 0px 0px 60px 0px;}
.bg-footer {background-color: #f00;}
.clr3{color: #03006a !important;}

.service-inner {
  overflow: hidden;
}
.service-inner img {
  transition: transform 1.4s ease;
}
.service-inner img:hover {
  transform: scale(1.2);
}
.sidefoot {
  background-color: #f9f9f9;
}
.footlogobg {
  background: #fff3e9;
}
.clr06 {
  color: brown;
}
.smallborder1 {
  width: 60px;
  height: 2px;
  background-color: #e69e36;
}
.smallborder2 {
  width: 60px;
  height: 2px;
  background-color: #0a0804;
  margin: 0px auto;
}
.paraclr {
  color: #606060 !important;
}
.text1 {
  position: relative;
  padding: 0 0 0 25px;
  margin-top: -42px;
}
.footer-last {
  background-color: #e8a037;
}
.product-list {
	background-size: cover;
	background-color: #3da34d;
	position: sticky;
	top: 125px;
	padding: 40px 20px;
  }
.product-list ul li {
	margin-bottom: 10px;
  }
.product-list ul li a.active {
	color: #000;
  	border: 2px solid #e3be4e;
  	background-color: #fad235;
  }
.product-list ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	padding: 5px 0px;
	display: block;
	border: 1px solid #dddddd;
	border-radius: 0 30px 30px 0;
  }
.info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  border-radius: 5px;
  background: #fef4bd;
  height: 200px;
}
.info-box i {
  font-size: 26px;
  color: #e03a3c;
  border-radius: 50%;
  padding: 13px;
  border: 2px dotted #373434;
  width: 55px;
  height: 55px;
  display: inline-flex;
}
.info-box h3 {
  font-size: 20px;
  color: #3e3d3d;
  font-weight: 700;
  margin: 10px 0;
}
.info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.printlt {
  background-color: #e9262e;
}
.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn{width:50px;}
.priceicn2 {width: 120px;}
.point{bottom:10px; left:10px;}
.point1{bottom:70px; left:10px;}
.point2{bottom: 15px; right: 10px;}
.blink{
    -webkit-animation: blink 1s;
	animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;}
@keyframes blink {
    0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}}
@-webkit-keyframes blink {
    0% {opacity: 1;}
    50% { opacity: 0;}
    100% {opacity: 1;}}
@keyframes zoom-fade{
	0% {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
50% {
  -webkit-transform: scale(1);
  transform: scale(1);
}
100% {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
}

@media (min-width:1px) and (max-width:767.98px){
.pad{padding:40px 0;}
  .logo {
    width: 276px;
    margin-left: 0px;
  }
  .navbar-light .navbar-toggler {
    margin-right: 25px !important;
  }
  .funfact-section .big-text {
  position: relative;
  writing-mode: horizontal-tb;left: 0px;right: 0px;font-size: 48px;
}
.funfact-section .content-box{
  margin-right: 0px;padding: 30px 30px 30px 30px !important;
}
.fnt-30{font-size: 30px !important;}
.highlights-list li a {
  font-size: 10px !important;
}
.highlights-list{padding-left: 0px !important;}
.funfact-block-one .inner-box{margin-top: 50px !important;}
.te-icon-box1 {
  text-align: left;
}
.why-section .single-item h3::before{left: 0px !important;}
.header-top .header-info-left ul li{padding: 3px 8px 3px 0px !important;display: block !important;}
.header-info-right {
  margin-right: 30px;
}
.navbar-light .navbar-toggler {
  color: white !important;
  border-color: rgba(0,0,0,.1);
  background-color: #e22579;
  padding: 5px !important;
}
.heros {
  height: auto !important;
  width: 100%;
  min-height: 400px;
}
.carousel-caption {
  top: 38px !important;
}

}	

@media (min-width:768px) and (max-width:991.98px){
.pad{padding:40px 0;}

.mynav.black{
  padding: 8px 15px !important;left: 0px !important;
}
.maynav.black1{
  padding: 0px 17px !important;width: 100%;
}
.funfact-block-one .inner-box{margin-top: 60px !important;}
.funfact-section .big-text{font-size: 80px !important;}
.order1{order: 2;}
.mynav.black1 {
  padding: 0px 17px !important;
}
.te-icon-box2 {
  text-align: right !important;
}
.header-info-right {
  margin-right: 50px;
}
.navbar-light .navbar-toggler {
  color: white !important;
  border-color: rgba(0,0,0,.1);
  background-color: #e22579;
  padding: 5px !important;
}

}

#notfound {position: relative; height: 100vh;}
#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);}
.notfound {max-width: 410px; width: 100%; text-align: center;}
.oopslogo{width:350px;}
.notfound h2 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;}
.notfound p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;}
.notfound a {
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background: #0046d5;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 40px;
	color: #fff;
	font-weight: 700;
	box-shadow: 0px 4px 15px -5px #0046d5;}

@media only screen and (max-width: 767px) {
.notfound .notfound-404 {height: 142px;}
}

.time-of-year {
	margin: 100px 75px 10px 75px;
	position: relative;
	transform: translateZ(0);
	-webkit-transform: translateZ(0); }
.time-of-year .tooltip {
	background: #db2a1b;
	border-radius: 3px;
	bottom: -49px;
	font-size: 20px;
	display: block;
	left: -67px;
	padding: 15px;
	pointer-events: none;
	position: absolute;
	width: 320px;
	height: 100px;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .7s ease-out;
	transition: all .7s ease-out;}
.time-of-year .tooltip::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #db2a1b;
	bottom: 58px;
	content: " ";
	position: absolute;
	left: 0%;
	margin-left: -13px;
	transform: rotate(92deg);}
.time-of-year:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);}
/* Floating Social Icons */
.floating-social-icons {
position: fixed;
bottom: 20px;
left: 20px;
z-index: 1000;
display: flex;
flex-direction: column;
gap: 15px;
}

.social-icon {
position: relative;
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 24px;
text-decoration: none;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
transition: all 0.3s ease;
cursor: pointer;
}

.social-icon:hover {
transform: scale(1.1);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.social-icon.instagram {
background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-icon.whatsapp {
background-color: #25D366;
}

.social-icon.call {
background-color: #0088cc;
}

.social-icon i {
color: white;
}

/* Tooltip for Call Icon */
.call-tooltip {
position: absolute;
left: 60px;
bottom: 0;
background-color: #333;
color: white;
padding: 8px 12px;
border-radius: 5px;
white-space: nowrap;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
font-size: 14px;
font-family: 'Poppins', sans-serif;
pointer-events: none;
}

.call-tooltip::before {
content: '';
position: absolute;
right: 100%;
top: 50%;
transform: translateY(-50%);
border: 6px solid transparent;
border-right-color: #333;
}

.social-icon.call:hover .call-tooltip {
opacity: 1;
visibility: visible;
}

.call-tooltip .call-tag {
display: block;
font-weight: 600;
margin-bottom: 2px;
}

.call-tooltip .call-number {
display: block;
font-size: 16px;
font-weight: 700;
}

/* Responsive Design */
@media only screen and (max-width: 768px) {
.floating-social-icons {
bottom: 15px;
left: 15px;
gap: 12px;
}

.social-icon {
width: 45px;
height: 45px;
font-size: 20px;
}

.call-tooltip {
font-size: 12px;
padding: 6px 10px;
}

.call-tooltip .call-number {
font-size: 14px;
}
}

/* Improved Mobile Header & Navbar */
.header-info-right a {
color: black !important;
text-decoration: none;
transition: all 0.3s ease;
}

.header-info-right a:hover {
opacity: 0.8;
}

/* Mobile Header & Navbar Improvements */
@media only screen and (max-width: 991px) {
/* Header Top */
.header-top {
padding: 10px 0;
}

.header-info-left ul {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
}

.header-info-left ul li {
font-size: 12px;
padding: 6px 10px;
margin: 0;
background: rgba(255, 255, 255, 0.15);
border-radius: 15px;
}

.header-info-right {
margin-right: 0;
padding: 8px 18px;
font-size: 13px;
border-radius: 20px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
transition: all 0.3s ease;
}

.header-info-right:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

/* Navbar Toggle Button */
.navbar-toggler {
border: 2px solid #00adee !important;
border-radius: 8px;
padding: 10px 15px;
background: linear-gradient(135deg, #00adee 0%, #0088cc 100%);
box-shadow: 0 2px 8px rgba(0, 173, 238, 0.3);
}

.navbar-toggler span {
color: white !important;
font-weight: 600;
font-size: 14px;
}

/* Logo Size */
.infinity {
width: 100px;
}

/* Mobile Navigation Menu - Simplified */
.navbar-collapse {
background: #ffffff;
margin-top: 15px;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
padding: 20px 0;
}

.navbar-nav {
gap: 0;
}

/* Navigation Items - Simple & Spacious */
.nav-item {
margin: 8px 15px;
border-radius: 8px;
transition: all 0.3s ease;
}

.nav-item:hover {
background: rgba(0, 173, 238, 0.05);
}

.nav-link {
padding: 15px 20px !important;
font-size: 15px !important;
font-weight: 600;
text-align: left !important;
border-radius: 8px;
}

/* Active Menu Item */
.nav-link.active {
background: linear-gradient(90deg, #bcc3c9 0%, #bbc9d1 100%);
color: white !important;
}

/* Non-active Menu Items */
.nav-link:not(.active) {
color: #333 !important;
}

.nav-link:not(.active):hover {
background: rgba(0, 173, 238, 0.08);
color: #00adee !important;
}
}

/* Extra Small Devices */
@media only screen and (max-width: 576px) {
.header-top {
padding: 8px 0;
}

.header-info-left ul {
flex-direction: column;
align-items: flex-start;
gap: 6px;
}

.header-info-left ul li {
font-size: 11px;
padding: 5px 10px;
}

.header-info-right {
padding: 6px 14px;
font-size: 12px;
}

.d-flex.justify-content-between {
gap: 10px;
}

.infinity {
width: 85px;
}

.navbar-toggler {
padding: 8px 12px;
}

.navbar-toggler span {
font-size: 15px;
}

.nav-item {
margin: 6px 10px;
}

.nav-link {
font-size: 16px !important;
padding: 12px 15px !important;
}
}

