.banner,
.themeBtn {
  position: relative;
}

.card-hover__img > img,
.sideBar,
a,
button {
  transition: 0.3s ease-in-out;
}

.banner-menu ul li,
.design-box-menu ul li,
.footer-nav-menu ul li {
  margin: 10px 0;
}

.tab-img:after,
i.bx {
  font-family: boxicons;
}

@font-face {
  font-family: boxicons;
  src: url("../fonts/boxicons/boxicons.ttf");
}

:root {
  --c1: #000000;
  --c2: #f0f1f5;
  --c3: #7b7b7b;
  --c4: #000a47;
  --c5: #1c9b8f;
  --c6: #34a853;
  --f1: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style-type: none;
  font-family: var(--f1);
}

a {
  display: inline-block;
  color: #000;
}

dl,
ol,
ul {
  margin-bottom: 0;
}

.imgFluid {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

i.bx {
  vertical-align: middle;
}

.mar-y {
  margin: 4rem 0;
}

.themeBtn {
  width: fit-content;
  display: block;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 1rem;
  border: 2px solid transparent;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  padding: 0.75rem 2rem;
  z-index: 1;
}

.themeBtn::after,
.themeBtn::before {
  content: "";
  width: 100%;
  height: 0;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: 0.3s ease-in-out;
  z-index: -1;
}

.themeBtn::before {
  top: 0;
}

.themeBtn::after {
  bottom: 0;
}

.themeBtn:hover::after,
.themeBtn:hover::before {
  height: 50%;
}

.themeBtn--center {
  margin: 1rem auto;
}

.themeBtn--full {
  width: 100%;
}

.themeBtn:hover {
  color: var(--color-primary);
}

.card-hover__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.card-hover:hover .card-hover__img > img {
  transform: scale(1.5);
}

.section-content {
  color: #000;
}

.section-content .subHeading {
  font-size: 1.25rem;
}

.cta .section-content .heading {
  font-size: 24px;
}

.section-content .heading {
  font-size: 35px;
  color: #444;
  font-weight: 700;
  line-height: 1.25;
}

.section-content p {
  color: #444;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}

.section-content--alt .heading {
  font-size: 50px;
  font-weight: 700;
  color: var(--c4);
}

.section-content--alt p {
  font-size: 22px;
  line-height: 30px;
  color: #444;
}

.footer-social-icons ul {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}

.footer-social-icons ul li a {
  border: 1px solid #000;
  width: 40px;
  aspect-ratio: 1/1;
  text-align: center;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
}

.footer-nav-menu h5 {
  font-weight: 600;
  color: #444;
}

.footer {
  background-color: #fefefd;
  padding: 70px 0 0;
  border-top: 1px solid #f5f5f5;
}

.contact-number {
  font-weight: 900;
  color: var(--c1) !important;
}

.design-contact a,
.footer-nav-menu li a {
  color: #444;
}

.banner {
  width: 100%;
  height: 100%;
  min-height: 80vh;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 45px;
}

.banner--inner,
.package-box:hover a,
.package-box:hover h3,
.package-box:hover h4,
.package-box:hover p,
.sideBar__close,
.sideBar__close:hover {
  color: #fff;
}

.banner__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

:is(.banner-content__heading, .banner-content__subHeading) {
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}

.banner-content__heading {
  font-size: 3rem;
}

.banner-content__subHeading {
  font-size: 1.25rem;
}

.banner-content > p {
  font-size: 1rem;
  font-weight: 500;
  margin: 1rem 0;
}

.sideBar {
  width: 280px;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background: 0 0/200% #00000047;
  padding: 4rem 2.13rem;
  transform: translateX(-100%);
  z-index: 100;
  backdrop-filter: blur(5px);
}

.sideBar.show {
  transform: translateX(0);
}

.sideBar__logo {
  width: 200px;
  display: block;
}

.about-banner-video > video,
.about-item img,
.busniess-item img,
.sideBar__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sideBar__close {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  font-size: 1.6rem;
  background: var(--color-primary);
  background-size: 200%;
  border-radius: 100%;
  width: 40px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

:is(.sideBar__nav, .sideBar__nav > li > a:not(.themeBtn)) {
  display: flex;
  justify-content: flex-start;
}

.sideBar__nav {
  margin-top: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.15rem;
}

.sideBar__nav > li > a:not(.themeBtn) {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: capitalize;
  gap: 0.25rem;
}

.sideBar__nav > li > a:not(.themeBtn) i {
  color: var(--color-primary);
  font-size: 1.25rem;
}

.sideBar__nav > li > a:hover {
  color: var(--color-primary) !important;
}

.cta {
  display: flex;
  align-items: end;
  flex-direction: column;
  gap: 0.75rem;
  position: fixed;
  top: 55%;
  right: 0;
  transform: translate(80%, -50%);
  z-index: 99;
}

.busniess-boxes,
.cta-single,
.cta-single__icon {
  position: relative;
}

:is(.cta-single__icon, .cta-single__icon > span) {
  display: flex;
  align-items: center;
  transition: 0.4s;
}

.cta-single__icon {
  width: 280px;
  color: #ffff;
  background: var(--color-primary);
  background-size: 200%;
  font-size: 1rem;
  font-weight: 600;
  justify-content: flex-start;
  gap: 0.75rem;
  box-shadow: 0 0 10px 5px #00000020;
  border-radius: 100px 0 0 100px;
  background-color: #fff;
}

.cta .contact-form__fields .themeBtn {
  background: #000000;
  font-size: 14px;
}

.cta-single__icon > span {
  width: 60px;
  height: 50px;
  font-size: 1.25rem;
  justify-content: center;
  position: relative;
  color: var(--c1);
  border-right: 1px solid #ded9d9;
}

.cta-single__icon:hover {
  color: #444;
  background-color: #fff;
  font-weight: 300;
  font-size: 20px;
}

.call-now:hover,
.modal button.close {
  background: var(--color-primary);
  color: #fff;
}

.cta-single__icon--link:hover {
  transform: translateX(-70%);
}

.cta-formWrapper {
  background: #fff;
  width: 375px;
  padding: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-20%, -50%);
  transition: 0.3s ease-in-out;
}

.cta-formWrapper.show {
  transform: translate(-122%, -50%);
}

.cta-single__icon--form.show {
  transform: translateX(-134%);
}

.busniess-boxes svg,
.cancel-btn,
.modal button.close,
.tab-img:after {
  transform: translate(-50%, -50%);
}

.cta-single__icon--form span::after {
  right: 100%;
}

.cta
  .contact-form__fields
  :is(
    input:not([type="file"], [type="checkbox"]),
    textarea,
    select,
    .contact-form__fields--file > label
  ) {
  border: 2px solid var(--color-primary);
}

.call-now {
  width: 50px;
  height: 50px;
  color: var(--c6);
  display: block;
  text-align: center;
  border-radius: 100%;
  font-size: 30px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  padding: 0;
  line-height: initial;
  box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.71);
  animation: 0.5s infinite alternate float;
  background: #fff;
  border: solid 3px var(--c6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.call-now--whatsapp {
  bottom: 85px;
}
.call-now:hover {
  color: #fff;
  background: var(--c6);
}
@keyframes float {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10px);
  }
}

.modal {
  padding: 0 !important;
}

.modal.show,
.nav-menu li:hover .sub-menu,
.polaroid__link {
  display: block;
}

.modal-dialog {
  max-width: 100%;
  height: 100%;
  margin: 0;
}

.modal-content {
  height: 100%;
  background: 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 550px;
  position: relative;
  border: none !important;
  margin-inline: auto;
}

.compensate-for-scrollbar,
.modal-open {
  margin: 0 !important;
  padding: 0 !important;
  overflow: inherit !important;
}

.modal button.close {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  text-shadow: none;
  outline: 0;
  margin-left: auto;
  position: absolute;
  opacity: 1;
  transition: 0.3s ease-in-out;
  z-index: 1;
  top: 0;
  left: 100%;
  width: 45px;
  height: 45px;
  border-radius: 100px;
}

.modal-dialog.modal-dialog-centered {
  background: #48008847;
}

.modal button.close:hover * {
  color: var(--color-secondary);
}

.modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
}

.contact-formWrapper {
  color: #fff;
  background: #ba5621d9;
  border: 3px solid var(--color-primary);
  border-radius: 2.5rem;
  position: relative;
  padding: 2rem 1.75rem;
}

.banner-ratting--white :not(i),
.btn {
  color: #fff !important;
}

.contact-formWrapper--modal {
  background: #fff;
  border-color: transparent;
  border-radius: 0.25rem;
  padding: 2rem 1.5rem;
}

.contact-formWrapper > .heading {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
  max-width: 85%;
  margin-bottom: 2rem;
}

.contact-formWrapper p {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  margin: 1rem 0;
}

.contact-formWrapper--modal p {
  text-align: left;
  margin: 0-5px 0 0.25rem;
}

.contact-form__fields {
  margin: 0.5rem 0.45rem;
}

.contact-form__fields
  :is(
    input:not([type="file"], [type="checkbox"]),
    textarea,
    select,
    .contact-form__fields--file > label
  ) {
  width: 100%;
  background: #fff;
  border: none;
  outline: 0;
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
  margin: 0;
  resize: none;
}

.contact-formWrapper--modal
  .contact-form__fields
  :is(
    input:not([type="file"], [type="checkbox"]),
    textarea,
    select,
    .contact-form__fields--file > label
  ) {
  border: 2px solid var(--color-primary);
}

.contact-form__fields :is(input, textarea, select)::placeholder,
.contact-form__fields
  :is(input, textarea, select, .contact-form__fields--file > label) {
  color: #000 !important;
  font-size: 1rem;
  font-weight: 400;
}

.contact-form__fields--file > label {
  width: 100%;
  position: relative;
  border: 2px dashed var(--color-primary) !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  cursor: pointer;
  padding: 0.6rem 1rem !important;
}

.contact-form__fields--file > label > i {
  font-size: 1.75rem;
}

.btn:before,
.contact-form__fields--file > label > input,
.slick-dots li button:before {
  display: none;
}

.contact-form__fields button:not(.themeBtn) {
  width: 100%;
  color: #fff;
  font-size: 1.15rem;
  letter-spacing: 1px;
  font-weight: 600;
  border: none;
  background: var(--color-primary);
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.top-bar-con ul {
  display: flex;
  justify-content: end;
  gap: 20px;
}

.top-bar-con ul li a i {
  color: var(--c1);
  padding-right: 5px;
  font-size: 19px;
}

.top-bar-con ul li a {
  font-size: 13px;
  font-weight: 600;
}

.top-bar {
  background-color: var(--c2);
  padding: 6px 50px;
}

.btn,
.nav-menu > ul > li > a:before,
ul.sub-menu {
  background-color: var(--c3);
}

.head-second {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-header {
  padding: 0 50px;
  position: relative;
}

.nav-menu ul {
  display: flex;
  justify-content: center;
  gap: 24px;
  align-items: center;
  position: relative;
}

.btn {
  padding: 10px 20px;
  font-weight: 600 !important;
}

.nav-menu ul li a {
  font-size: 15px;
  font-weight: 600;
  color: #444;
  position: relative;
}

.third-link ul {
  display: flex;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
}

.banner-ratting ul,
.case-btn {
  align-items: center;
  display: flex;
}

.third-section {
  background-color: var(--c2);
  padding: 10px;
}

.banner-con h6,
.banner-ratting,
.banner-con p {
  padding: 10px 0;
}

.third-link ul li a {
  color: #444;
  padding-inline: 0.5rem;
}

.third-link ul li {
  border-right: 1px solid #80808040;
  padding-right: 10px;
}

.banner-menu ul li i {
  background-color: #fbb84b;
  color: #fff;
  margin-right: 15px;
  font-size: 20px;
  border-radius: 100%;
}

.banner-ratting ul {
  gap: 10px;
}

.banner-ratting ul li {
  font-size: 15px;
  color: #444;
}

.ratting i {
  color: #fca705;
}

.banner-con h3,
.banner-con .banner-heading {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 600;
}

.banner-con h6,
.banner-con p {
  font-size: 17px;
  line-height: 24px;
}

.banner-images {
  display: flex;
  padding: 20px 0;
  gap: 10px;
}

.banner-images--inner {
  width: 50%;
}

.banner-images--inner img {
  filter: brightness(100);
}

.counter-number {
  display: flex;
  justify-content: center;
  font-size: 50px;
  font-weight: 600;
  color: var(--c1);
}

.counter-inner-item p {
  font-size: 20px;
  font-weight: 600;
  color: #444;
}

.counter-main {
  display: flex;
  justify-content: space-around;
}

.design-boxes,
.homecounter,
.tab-images {
  padding: 70px 0 0;
}

.about-banner,
.advertise-slider,
.award,
.combo-pack,
.potfolio,
.services,
section.contact,
section.package-detail {
  padding: 70px 0;
}

.ad-slider-item {
  border: 1px solid #0000000f;
  margin: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: 1px solid rgba(187, 187, 187, 0.27);
  color: #fff !important;
  background-color: var(--c3) !important;
  border-radius: 8px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: 1px solid rgba(187, 187, 187, 0.27);
  color: #444;
  background-color: rgba(187, 187, 187, 0.27);
}

.nav-tabs .nav-link {
  border: 1px solid rgba(187, 187, 187, 0.27);
  border-radius: 8px;
  margin: 0 !important;
  color: #444;
  font-weight: 300;
}

.nav-tabs {
  border: 0;
  gap: 15px;
  justify-content: center;
}

.nav-link {
  padding: 5px 20px;
}

.tab-img a {
  height: 500px;
  width: 100%;
  margin-top: 10px;
  position: relative;
}

.tab-img img {
  height: 100%;
  width: 100%;
  object-position: top;
  object-fit: cover;
}

.tab-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #3d60a68c;
  opacity: 0;
  transition: 0.5s;
}

.tab-img:hover:before {
  opacity: 1;
}

.tab-img:after {
  position: absolute;
  content: "\ebc0";
  left: 50%;
  top: 60%;
  font-size: 65px;
  font-weight: 900;
  color: #fff;
  opacity: 0;
  transition: 0.5s;
}

.tab-img:hover:after {
  opacity: 1;
  top: 50%;
}

.design-box-con h4 del {
  text-decoration: line-through !important;
  font-size: 16px;
  color: var(--c1);
}

.design-box-con h3 {
  font-size: 45px;
  font-weight: 700;
  padding: 15px 0 10px;
}

.nav-menu > ul > li,
.test-con p {
  padding: 20px 0;
}

.design-box-btn a {
  width: 65%;
}

.design-box-menu {
  height: 110px;
  overflow: auto;
  margin: 20px 0;
}

.design-box-menu::-webkit-scrollbar {
  width: 5px;
}

.design-box-menu::-webkit-scrollbar-track {
  border-radius: 10px;
}

.design-box-menu::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 10px;
}

.design-box-menu::-webkit-scrollbar-thumb:hover {
  background: #424242;
}

.design-contact ul {
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
}

.design,
.testimonial {
  padding: 50px 0;
}

.design-box {
  background-color: #fff;
  border: 1px solid #4444444a;
  padding: 40px 20px;
  transition: 0.5s;
  margin: 10px 0;
}

.btn-1 {
  color: #444;
  font-weight: 600;
}

.design-contact {
  border-top: 1px solid #4444447a;
}

a.tab-img {
  height: 500px;
  width: 100%;
  position: relative;
  margin: 10px 0;
}

.design-box:hover {
  border-color: var(--c1);
}

.design-box-con h5 {
  color: var(--c1);
  font-size: 16px;
  font-weight: 600;
}

.design-box-con p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.design-box-con h4 span {
  color: var(--c1);
  font-weight: 300;
  font-size: 16px;
}

.busniess-item {
  background-color: var(--c1);
  padding: 60px;
  width: 170px;
  aspect-ratio: 1/1;
  margin: 30px auto;
  border-radius: 100%;
}

.busniess-boxes svg {
  position: absolute;
  left: 50%;
  top: 20%;
}

.business {
  padding: 70px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.busniess-inner-item h3 {
  font-size: 25px;
  color: var(--c4);
  line-height: 27px;
}

.busniess-inner-item p {
  font-size: 15px;
  font-weight: 400;
  color: #444;
  line-height: 24px;
}

.test-img {
  width: 220px;
  margin: 0 auto;
}

.test-ratting i {
  color: #dd0909;
  font-size: 21px;
}

.test-con p {
  font-size: 12px;
  font-weight: 400;
  color: #9b9b9b;
  line-height: 18px;
  margin: 0;
}

.test-item {
  margin: 0;
  padding: 20px 10px 0;
  border: 1px solid #9b9b9b6b;
  height: 515px;
}

.test-inner-item h4 {
  font-size: 21px;
  color: #444;
  padding-bottom: 10px;
}

.user {
  color: #9b9b9b;
  font-size: 14px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 0;
  border-bottom: 1px solid #44444452;
  outline: 0;
}

.iti input {
  border-bottom: 1px solid #4444444d !important;
  color: #444 !important;
}

.contact-form__fields :is(input, textarea, select)::placeholder,
.contact-form__fields
  :is(input, textarea, select, .contact-form__fields--file > label) {
  color: #181818d1 !important;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: #4444444d;
}

.contact-btn a {
  width: 30%;
  margin: 20px 0;
}

.btn:hover {
  background-color: #000;
  color: #fff;
}

.footer-social-icons li a:hover {
  background-color: var(--c3);
  color: #fff;
  border: 1px solid #fff;
}

.nav-menu a:hover {
  color: var(--c3);
}

.nav-menu > ul > li > a:before {
  position: absolute;
  content: "";
  width: 0%;
  transition: 0.5s;
  height: 3px;
  bottom: 226%;
  left: 0;
}

.nav-menu ul li a:where(:hover, .active):before {
  width: 100%;
}

.nav-menu ul li a:where(:hover, .active) {
  color: var(--c3);
}

ul.sub-menu {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translate(-134%, 13%);
  z-index: 99;
  display: none;
  padding: 0.5rem 0;
}

.sub-menu li a {
  color: #fff !important;
  margin: 12px 30px;
}

.contact-form__fields input,
.contact-form__fields textarea {
  border: 1px solid #00000026 !important;
}

#phone {
  border: 0 !important;
  border-bottom: 1px solid #44444454 !important;
}

.header-logo a img {
  width: 180px;
}

.heading--sm span {
  font-size: 24px;
  font-weight: 500;
  display: block;
}

.contact-content a {
  display: block;
  margin: 10px 0;
}

.cta-single__icon--form.show span i {
  transform: rotate(45deg);
}

.service-heading {
  font-size: 65px;
  color: #444;
  padding: 25px 0;
  position: relative;
}

.service-content {
  font-size: 20px;
  font-weight: 400;
  padding: 20px 0;
}

.service-heading:before {
  position: absolute;
  content: "";
  width: 15%;
  height: 2px;
  background-color: var(--c1);
  bottom: 0;
}

.option-main {
  display: flex;
  gap: 177px;
  justify-content: center;
  align-items: baseline;
}

.option-item p {
  color: var(--c1);
  font-size: 17px;
  font-weight: 400;
  margin: 0;
}

section.option {
  padding-bottom: 70px;
}

.option-item:hover {
  transform: translate3d(0, 5px, 0);
}

.option-item {
  transition: 0.5s;
}

.services-item-head {
  font-size: 45px;
  color: #444;
  font-weight: 400;
}

.service-item-menu ul li {
  margin: 10px 0;
  color: #6c6b6b;
  font-size: 20px;
}

.case-btn p {
  color: var(--c1);
  font-size: 18px;
  margin: 0;
}

.case-btn a {
  width: 55px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 4px 10px -7px;
}

.package-box:hover,
.package-btn a,
.slick-dots .slick-active button {
  background-color: var(--c1);
}

.case-btn {
  gap: 15px;
  padding: 20px 0;
}

.services-inner-item {
  padding: 70px 0;
  transition: 0.5s;
}

.reviews-item {
  width: 100%;
}

.slick-dots li button {
  background-color: #fff;
  border: 1px solid var(--c1);
  border-radius: 3px;
  width: 10px;
  height: 10px;
}

.call {
  display: flex;
  gap: 10px;
  align-items: center;
}

.call-con p {
  margin: 0;
  color: var(--c1);
  font-size: 20px;
  font-weight: 700;
}

.call-icon {
  font-size: 50px;
  color: var(--c1);
}

.call-con a {
  font-size: 25px;
}

.comunication {
  padding: 20px;
  border: 1px solid #4444443b;
}

.about-banner-video {
  width: 100%;
  height: 100%;
}

.slick-dots {
  top: 100%;
}

.about-item {
  height: 450px;
  margin: 0 40px;
}

.award-logo {
  display: flex;
  justify-content: space-around;
  padding: 30px 0;
}

.award-logo-item,
.cancel-btn {
  align-items: center;
  display: flex;
}

.award-logo-item {
  gap: 20px;
}

.award-logo-item p {
  margin: 0;
  font-size: 20px;
}

.awards-table tbody tr {
  height: 45px;
  border-top: 1px solid #44444473;
}

.awards-table tbody tr td {
  padding: 0 100px 0 0;
  font-size: 16px;
  font-weight: 300;
}

.awards-table {
  margin: 40px 0 0;
}

.award-item {
  height: 500px;
  width: 100%;
}

.award-item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.package-box-con h4 {
  font-size: 30px;
  color: #444;
}

.package-box-con h4 del {
  text-decoration: line-through !important;
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin: 1rem 0;
}

.package-box-con h3 {
  font-size: 60px;
  font-weight: 300;
  color: #444;
}

.package-box-con p {
  width: 70%;
  margin: 0 auto;
  padding: 20px 0 0;
  color: #444;
}

.package-btn a {
  width: 50%;
  margin: 20px 0;
}

.package-box {
  padding: 70px 0;
  border: 1px solid var(--c1);
  border-radius: 10px;
  transition: 0.5s;
  box-shadow: 3px 2px 9px 1px;
}

.design-box-menu h3 {
  font-size: 35px;
  color: #444;
  padding: 0 0 20px;
}

.package-box-menu {
  height: 395px;
  margin: 0;
}

.cancel-btn,
.edgtf-process-holder .edgtf-process-circle .edgtf-icon-element img,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.ticklist li img {
  height: 50px;
}

.package-box-menu ul li {
  margin: 10px 0;
  border-bottom: 1px solid #44444430;
  padding: 10px 0;
  position: relative;
}

.package-box:hover .package-btn a {
  background-color: #fff;
  color: var(--c1) !important;
}

.package-box-menu ul li:before {
  position: absolute;
  content: "\ea41";
  font-family: boxicons;
  font-weight: 900;
  font-size: 25px;
  right: 2%;
  top: 50%;
  color: var(--c1);
  transform: translate(0, -60%);
}

.order-form input,
.order-form select,
.order-form textarea {
  width: 100%;
  padding: 10px;
  color: #444444bd;
  margin: 10px 0;
  border: 0;
  border-bottom: 1px solid #44444469;
  outline: 0;
}

.order-btn a {
  margin: 10px 0;
  width: 30%;
}

.order-form input,
.order-form textarea,
::placeholder {
  color: #000;
}

.cancel-btn {
  position: absolute;
  left: 75%;
  top: 10%;
  width: 50px;
  border: 2px solid #000;
  text-align: center;
  justify-content: center;
  z-index: 100;
  font-size: 40px;
}

.checklist li,
.order,
.polaroid,
.polaroid__img-box {
  position: relative;
}

.order {
  padding: 70px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.designunigue,
.seo-cta {
  box-shadow: 0 0 8px 1px rgba(119, 119, 119, 0.81);
  -webkit-box-shadow: 0 6px 20px 0 rgba(119, 119, 119, 0.2);
  padding: 30px 85px;
  background-color: rgba(204, 200, 200, 0.17) !important;
}

.designunigue p {
  color: #3a3a3a;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 0;
  padding-top: 6px;
}

.designunigue .subimages li img {
  max-width: 110px;
}

.designunigue .subimages li h6 {
  margin-bottom: 0;
  color: #3a3a3a;
  font-size: 14px;
  text-align: center;
  margin-top: 2px;
}

.designunigue ul li span {
  color: #3a3a3a;
  font-size: 18px;
  display: block;
}

.designunigue ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
}

.books .list .item .book-links a,
.checklist,
.polaroid,
.pricingboxes .largebox .leftarea,
.seo-cta p,
.services.seopage .text,
.ticklist,
.ticklist li {
  display: inline-block;
}

.designunigue .subimages {
  display: inline-block !important;
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0;
}

.designunigue .subimages li {
  margin: 0 7px;
  float: left;
}

.designunigue ul li:first-child {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #ccc;
  width: 230px;
}

.designunigue ul li:last-child {
  text-align: left;
}

.designunigue ul li:nth-child(2) {
  width: 640px;
}

.subimages li:nth-child(2) {
  width: auto !important;
}

.designunigue .subimages li:first-child {
  border-right: 0 !important;
  margin-right: 7px !important;
  padding-right: 0 !important;
  width: auto !important;
}

.pricingboxes .largebox .rightarea h4 {
  font-size: 24px;
  font-weight: 600;
}

.pricingboxes .largebox .rightarea p {
  font-size: 16px;
  text-align: left;
  line-height: 1.4;
  padding-bottom: 30px;
}

.pricingboxes .largebox .leftarea figure {
  margin-bottom: 20px;
}

.pricingboxes .largebox {
  box-shadow: 0 0 11px #eaf0f6;
  font-size: 0;
  margin-top: 32px;
  padding: 20px 35px 45px;
  background: #fff;
  border-radius: 3px;
}

.pricingboxes .largebox .rightarea h3 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.ticklist {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.polaroid p,
.polaroid__col {
  margin-bottom: 30px;
}

.pricingboxes .largebox .rightarea {
  display: inline-block;
  width: 60%;
  padding-top: 32px;
}

.pricingboxes .largebox .leftarea {
  width: 35%;
  text-align: center;
  vertical-align: top;
  margin-right: 20px;
}

.ticklist li {
  width: 50%;
  vertical-align: top;
}

.seo-cta p {
  width: 70%;
  font-size: 30px;
}

.services h2.title {
  font: 700 52px/64px Poppins, sans-serif;
}

.services.seopage .text {
  font: 20px/31px Poppins, sans-serif;
  color: #3a3a3a;
  margin-top: 22px;
  width: 48%;
  vertical-align: top;
}

.books .list .item .title {
  margin: 35px 0 15px;
  font: 31px/37px Poppins, sans-serif;
  transform: translateZ(100px);
}

.books .list .item .description {
  display: block;
  font-size: 15px;
  font-family: Poppins, sans-serif;
  transform: translateZ(50px);
}

.books .list .item .book-links a {
  transition: 0.4s;
  height: 23px;
  line-height: 21px;
  margin-right: 11px;
  border-radius: 11.5px;
  border: 1px solid rgba(151, 151, 151, 0.25);
  font-family: gilroy-bold, sans-serif;
  font-size: 12px;
  color: #3a3a3a;
  padding: 0 15px;
}

.books.seopage .list .item .book-size {
  transition: 0.4s;
  box-shadow: none;
  width: 225px;
  cursor: pointer;
  border-radius: 3px;
  max-width: 100%;
}

.books .list .item {
  max-width: 294px;
}

.services .border {
  margin-top: 28px;
  width: 76px;
  height: 1px;
  border: 1px solid #4c31ff;
}

.packages-sec {
  background: url(../images/packagesbg.webp) top center/cover no-repeat;
  width: 100%;
  padding: 60px 0;
}

.packages-sec h2 {
  text-align: center;
  width: 100%;
  font: 700 40px/44px Poppins, sans-serif;
}

.checklist li,
.packages-sec p {
  line-height: 1.4;
  font-size: 16px;
}

.checklist {
  padding: 0 30px;
}

.checklist li {
  width: 50%;
  padding-left: 30px;
  float: left;
  color: #223235;
  padding-bottom: 12px;
}

.packages-sec p {
  text-align: center;
  padding: 30px 0 20px;
  font-family: Poppins, sans-serif;
}

.checklist li:before {
  content: "\ed31";
  position: absolute;
  font-family: boxicons !important;
  left: 0;
  font-size: 16px;
  color: #005ba9;
  display: table-cell;
  vertical-align: middle;
}

.btn-simple {
  font-size: 20px;
  color: #7b7b7b;
}

.polaroid {
  width: 100%;
  z-index: 2;
  background-color: #fff;
  padding: 60px 0 20px;
}

.polaroid.module h2 {
  font: 700 40px/44px Poppins, sans-serif;
  text-transform: uppercase;
}

.polaroid__col {
  background-color: #fff;
  list-style: none;
  overflow: hidden;
  border: 1px solid rgba(222, 222, 222, 0.25);
  box-shadow: rgba(159, 159, 159, 0.83) 0 0 15px;
  clear: none;
  width: 22.1%;
  display: inline;
}

.polaroid__img-box {
  overflow: hidden;
}

.polaroid__img-box:before {
  top: -100px;
  left: -15px;
  right: -20px;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.polaroid__img-box:after,
.polaroid__img-box:before {
  background-color: #f25644ad;
  content: "";
  height: 100px;
  transition: transform 0.1s;
  position: absolute;
}

.polaroid__img-box:after {
  bottom: -100px;
  left: -10px;
  right: -15px;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.polaroid__img {
  width: 100%;
  border-radius: 3px;
  cursor: default;
}

.polaroid__col,
.polaroid__col:nth-child(2n),
.polaroid__col:nth-child(3n) {
  float: left;
  margin-right: 3.84615%;
}

.polaroid__col:nth-child(4n) {
  float: right;
  margin-right: 0 !important;
  display: inline;
}

.polaroid__col:nth-child(4n + 1) {
  clear: left;
}

.polaroid__link:hover .polaroid__img-box:after,
.polaroid__link:hover .polaroid__img-box:before {
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.cta-banner-footer .wrapper {
  position: relative;
  width: 550px;
}

.wrapper {
  width: 400px;
  font-family: roboto, sans-serif;
  margin: 0 auto;
}

.cta-banner-footer h2 {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
  font-size: 40px;
}

.cta-banner-footer {
  background: url(../images/cta-2.png) center no-repeat;
  color: #000;
  padding: 90px 0 0;
  height: 450px;
  width: 100%;
  text-align: center;
  position: relative;
}

.edgtf-row-grid-section-wrapper {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}

.edgtf-row-grid-section-wrapper .h2 {
  text-align: center;
  font: 700 52px/64px Poppins, sans-serif;
  margin: 22px 0 50px;
  color: #3a3a3a;
  text-transform: capitalize;
}

.vc_column_container > .vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.newbookwriting .vc_column_container > .vc_column-inner {
  width: 100%;
  text-align: center;
}

.edgtf-process-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.edgtf-process-holder .edgtf-process-inner {
  margin: 0 -15px;
}

.newbookwriting .edgtf-process-holder .edgtf-process-item {
  float: inherit;
  margin-bottom: 40px;
}

.edgtf-process-holder.edgtf-four-columns .edgtf-process-item {
  width: 33%;
}

.edgtf-process-holder .edgtf-process-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  padding: 0 15px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.newbookwriting .edgtf-process-holder .edgtf-process-circle {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.edgtf-process-holder .edgtf-process-circle .edgtf-icon-element {
  display: block;
  position: relative;
  top: 33%;
  font-size: 50px;
}

.edgtf-process-holder .edgtf-pi-content {
  position: relative;
  width: 100%;
  margin: 26px 0 11px;
}

.edgtf-process-holder .edgtf-pi-title {
  margin: 0;
  font-weight: 700;
  color: #000a47;
  text-align: center;
}

.edgtf-process-holder .edgtf-pi-text {
  margin: 11px 0 0;
}

.edgtf-process-item .edgtf-pi-text {
  font-size: 14px;
  text-align: center;
}

.edgtf-row-grid-section-wrapper p {
  margin: 22px 0 50px;
  color: #3a3a3a;
  font-size: 20px;
}

.edgtf-process-holder .edgtf-process-circle {
  -ms-transform: scale(0);
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 162px;
  height: 162px;
  background-color: #005ba9;
  border-radius: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.edgtf-row-grid-section-wrapper::before {
  background: url(../images/succes-bg.png) 0 0 / cover no-repeat;
  transition: 0.3s ease-in-out;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  content: "";
  position: absolute;
}

.animation_run
  .edgtf-process-holder.edgtf-process-appeared
  .edgtf-process-circle {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.prvcy,
.terms {
  z-index: 2;
  background: #fff;
  padding: 200px 0 100px;
}

.terms ul li {
  font-size: 12px;
  margin-top: 5px;
  color: #4f4f4f;
  font-weight: 700;
  margin-left: 10px;
  list-style-type: disc;
}

.prvcy p,
.terms p {
  font: 500 20px/31px Poppins, sans-serif;
}

.terms h4 {
  font: 600 31px/37px Poppins, sans-serif;
}

.prvcy h4 {
  font: 700 31px/37px Poppins, sans-serif;
}

.prvcy h4,
.terms h4 {
  margin: 35px 0 15px;
  transform: translateZ(100px);
  width: 100%;
}

.services-top {
  padding-top: 200px;
}

.services-top .border {
  margin: 55px 0 25px;
}

.border {
  width: 76px;
  height: 1px;
  border: 1px solid #005ba9 !important;
  margin-bottom: 22px;
}

.services-top .top {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  color: #3a3a3a;
  max-width: 651px;
  margin-bottom: 30px;
}

.services-top h2 {
  font: 72px/82px Poppins, sans-serif;
  margin-bottom: 32px;
  font-weight: 500;
}

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 100%;
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  left: -100%;
  top: 0;
  background-color: #ddddddf7;
  /* Black fallback color */
  /* background-color: #f2682ade; */
  /* Black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 21%;
  /* 25% from the top */
  width: 100%;
  /* 100% width */
  text-align: center;
  /* Centered text/links */
  /* margin-top: 30px; */
  /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  display: block;
  /* Display block instead of inline */
  font-weight: 700;
  transition: 0.3s;
  /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover,
.overlay a:focus {
  color: #3e3e3e;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {
    text-transform: uppercase;
    font-size: 20px;
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.menu-btn {
  float: left;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translate(-10%, -50%);
}

.menu-btn a i {
  font-size: 30px;
  color: var(--c1);
}

.responsive-menu-btn a {
  width: max-content;
  margin: 22px auto;
}

.responsive-logo a {
  text-align: center;
}

.overlay.active {
  left: 0;
}

.order-now-open {
  width: 30%;
  margin: 10px auto;
}

.designunigue {
  display: none;
}

.labourDayMain {
  display: none;
}

.form-group.col-12.forcheck {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}
.form-group.col-12.forcheck a {
  color: #000;
  font-weight: 600;
}

.form-group.col-12.forcheck input[type="checkbox"] {
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 5px -1px;
}

div#privacyCheck {
  margin-top: 50px;
}

div#TermsCheck {
  margin-top: 50px;
}
.copy_right {
  position: relative;
  margin-top: 42px;
}
.copy_right p {
  text-align: center;
  color: #000000;
  font-size: 17px;
  font-weight: 400;
}
.custom-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  margin: 1.5rem 0;
}

.custom-tabs__item > :is(a, button) {
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: capitalize;
  background: 0 0;
  border: none;
  outline: 0;
  transition: 0.3s;
  background: var(--c3);
}

.custom-tabs__item > :is(a, button).active {
  background: #000000;
}
.portfolio__img {
  width: 100%;
  height: 500px;
  cursor: pointer;
  position: relative;
}

.portfolio__img::after {
  font-family: boxicons !important;
  background: #0000005f;
  position: absolute;
  inset: 0;
  color: #fff;
  font-size: 3rem;
  content: "\ebc2";
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.portfolio__img:hover::after {
  opacity: 1;
  visibility: visible;
}

.portfolio__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 5s;
}

.portfolio__img:hover img {
  object-position: bottom;
}