.btn::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 3px;
  background: #f8f9fa;
  border-radius: 0;
  left: 18px;
  top: 19px;
}

.home-banner::before {
  content: "";
  background: linear-gradient(230deg, rgb(27 25 94 / 0%) 0%, rgb(0 0 0 / 32%) 100%), url(../images/publishing_banner.webp) no-repeat center center;
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}

.home-banner {
  height: 100%;
  padding: 100px 0;
}

.home-banner.ghost_writing_banner::before {
  content: "";
  background: linear-gradient(to right, rgb(218 164 40), rgb(218 164 40 / 0%)),
    url(../images/ghostwriting_banner.html) no-repeat center center;
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}

.home-banner.publishing_banner::before {
  content: "";
  background: linear-gradient(to right, rgb(218 164 40), rgb(218 164 40 / 38%)),
    url(../images/publishing_banner.webp) no-repeat center center;
  background-size: cover;
  width: 100%;
  background-position: bottom;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}

.home-banner.contact_banner::before {
  content: "";
  background: linear-gradient(to right, rgb(218 164 40), rgb(218 164 40 / 38%)),
    url(../images/contact_banner.html) no-repeat center center;
  background-size: cover;
  width: 100%;
  background-position: bottom;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}

.home-banner.about_banner::before {
  content: "";
  background: linear-gradient(to right, rgb(218 164 40), rgb(218 164 40 / 38%)),
    url(../images/about_banner.html) no-repeat center center;
  background-size: cover;
  width: 100%;
  background-position: bottom;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}

.home-banner.book_cover::before {
  content: "";
  background: linear-gradient(to right, rgb(218 164 40), rgb(218 164 40 / 38%)),
    url(../images/marketing_banner.html) no-repeat center center;
  background-size: cover;
  width: 100%;
  background-position: bottom;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -2;
}

.info-banner h1 {
  font-size: 32px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 22px;
  padding-bottom: 10px;
  text-shadow: #000000b8 0 1px 1px;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.info-banner h1 > span {
  font-weight: 700;
  letter-spacing: 0;
}

.info-banner h1::before {
  position: absolute;
  content: "";
  left: 8px;
  background: #ffffff;
  width: 150px;
  height: 8px;
  border-radius: 50px;
  bottom: 0;
}

.info-banner h1 + p {
  font-size: 23px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}

.info-banner ul.banner-ul li img {
  margin-right: 3px;
  position: relative;
  top: 0;
  filter: brightness(0) invert(1);
}

.info-banner ul.banner-ul li {
  display: inline-block;
  width: 44%;
  color: #fff;
  text-shadow: #0000008c 0 1px 1px;
  font-weight: 600;
  margin-bottom: 8px;
}

.info-banner ul.banner-ul {
  margin-bottom: 20px;
}

.btn-black {
  background: #f50b1a;
  color: #fff !important;
}

.btn-purp {
  color: #fff!important;
  background: #DAA428;
  background: radial-gradient(circle, #36348d, #2e2c7f, #262471, #1e1c64, #161457);
}

.btn-block .btn:first-child {
  margin-right: 10px;
  clip-path: polygon(0 0, 76% 0, 100% 100%, 0 100%);
}

.info-banner h1 + p > span {
  cursor: text;
}

.info-contact-banner {
  background: #ffffff;
  padding: 25px 30px 30px 30px;
  border-radius: 12px;
  position: relative;
  max-width: 90%;
  margin-left: auto;
  top: 0;
  box-shadow: 0 5px 25px #0000002b;
}

.info-contact-banner h5 {
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 0px;
  /* padding-right: 20px; */
}

.info-contact-banner .form-control {
  margin-bottom: 12px;
  background: #ffffff;
  border-color: #bababa;
  font-size: 14px;
  height: 40px;
}

.info-contact-banner textarea.form-control {
  height: 110px;
  resize: none;
}

.info-contact-banner input.btn {
  background: #000000;
  color: #fff !important;
  width: 100%;
  position: relative;
}

.info-contact-banner::before {
  content: "";
  position: absolute;
  /* background: #000; */
  /* width: 60%; */
  /* height: 220px; */
  /* z-index: -2; */
  right: -10px;
  border-radius: 80px 80px 30px 40px;
  bottom: -10px;
}

.info-form {
  position: relative;
  z-index: 2;
}

.info-contact-banner::after {
  /* position: absolute; */
  content: "";
  /* background: #000000; */
  /* width: 105%; */
  /* height: 55%; */
  /* top: -70px; */
  /* left: -32px; */
  /* z-index: -2; */
  /* border-radius: 150px 40px 40px 180px; */
  /* border-radius: 12px; */
}

.info-contact-banner a.btn {
  display: block;
  padding: 0;
}

.info-contact-banner a.btn::before {
  z-index: 1;
  left: 65px;
  top: 18px;
}

.home-banner h3 {
  margin-left: auto;
  color: #fff;
  top: 0;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.home-banner h3 > span {
  color: red;
  font-size: 30px;
  font-weight: 800;
  animation: Pulse 1s linear infinite;
}

.info-ban::after {
  position: absolute;
  content: "";
  background: #4a3ade;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  left: -50px;
  right: 0;
  margin: auto;
  top: -60px;
  z-index: -1;
}

.home-banner::after {
  position: absolute;
  /* content: ""; */
  width: 50%;
  height: 100%;
  background: #000;
  right: 0;
  bottom: -180px;
  z-index: -4;
  border-radius: 0 0 0 70px;
}

.site-logos .item {
  padding: 0 5px;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  position: relative;
  margin-bottom: 20px;
}

.ban2::before {
  position: absolute;
  content: "";
  /* background: url('../images/ring.webp') no-repeat; */
  max-width: 560px;
  width: 100%;
  height: 100%;
  background-size: 100%;
  left: 0;
  bottom: -180px;
  z-index: -3;
}

.portfolio .nav-tabs {
  border: none;
  justify-content: left;
  margin-bottom: 30px;
  position: relative;
}

.portfolio .nav-tabs .nav-link.active {
  border: none;
  background: transparent;
  color: #5243e2;
}

.portfolio .nav-tabs .nav-link {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  position: relative;
  padding: 20px 20px;
  border: none;
}

.portfolio {
  padding: 50px 0;
}

.portfolio .info-text h2::before {
  right: inherit;
}

.portfolio .info-text h2::before {
  right: inherit;
}

.portfolio .container {
  position: relative;
}

.portfolio .container::before {
  background: url(../images/circle-yel.html) no-repeat;
  position: absolute;
  content: "";
  left: 20%;
  top: -50px;
  max-width: 180px;
  height: 192px;
  width: 100%;
  background-size: 100%;
  z-index: -1;
}

.info-text h2::before {
  background: #5dc533;
  width: 50px;
  height: 7px;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -5px;
  margin: auto;
}

.info-text h2 + p {
  /* font-size: 14px; */
  /* max-width: 65%; */
  margin: auto;
  color: #9da0af;
}

.info-text h2 {
  padding-top: 10px;
}

.portfolio .item:first-child .info-port {
  margin-bottom: 15px;
}

.portfolio .item .info-port {
  box-shadow: 0 5px 10px #00000063;
}

.portfolio .info-text {
  margin-bottom: 30px;
  max-width: 91%;
}

.portfolio .info-text h2 + p {
  margin: 0;
  max-width: 100%;
  margin-bottom: 16px;
}

.portfolio::before {
  content: "";
  position: absolute;
  /* background: url(../images/ring.webp) no-repeat; */
  max-width: 400px;
  width: 100%;
  height: 380px;
  background-size: 100%;
  left: 0;
  bottom: 40px;
  z-index: -1;
}

.portfolio::after {
  background: url(../images/circle-purp.html) no-repeat;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  max-width: 174px;
  height: 184px;
  width: 100%;
  background-size: 100%;
  z-index: -1;
}

.portfolio .nav-tabs::before,
.portfolio .nav-tabs::after {
  position: absolute;
  width: 90%;
  left: 0;
  content: "";
  background: #e6e9f8;
  height: 1px;
  bottom: 5px;
  margin: auto;
}

.portfolio .nav-tabs::after {
  bottom: inherit;
  top: 5px;
}

.cta .container {
  position: relative;
  height: 332px;
  display: flex;
  align-items: center;
}

.cta .container::before {
  position: absolute;
  content: "";
  background: linear-gradient(to right, rgb(0 33 49 / 73%), rgb(0 33 49 / 78%)),
    url(../images/cta.html) no-repeat;
  max-width: 100%;
  background-size: 100%;
  height: 100%;
  left: 0;
  /* clip-path: polygon(7% 0, 90% 0, 100% 100%, 0% 100%); */
  right: 0;
  z-index: -1;
  /* clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%); */
  border-radius: 34px;
}

.cta .container::after {
  position: absolute;
  content: "";
  background: url("../images/cta-img.html") no-repeat;
  max-width: 37%;
  width: 100%;
  background-size: 100%;
  height: 369px;
  right: 20px;
  top: -20px;
  z-index: -1;
}

.info-cta {
  width: 90%;
  margin: auto;
}

.info-cta h3 {
  display: inline-block;
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 18px;
}

.info-cta h3 > span {
  font-weight: 300;
  font-size: 38px;
}

.info-cta h3 + img {
  margin-left: 25px;
  position: relative;
  top: 8px;
}

.info-cta p {
  color: #fff;
  /* font-size: 16px; */
  margin-bottom: 18px;
}

.our-world {
  background: url("../images/bg-world.webp") no-repeat;
  background-size: cover;
  max-width: 100%;
  width: 100%;
  background-position: 100%;
  padding: 50px 0;
}

.our-world ul li {
  width: 38%;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  margin-bottom: 8px;
  z-index: 1;
}

.our-world ul li img {
  margin-right: 10px;
  max-width: 20px;
}

.our-world ul li::before {
  width: 8px;
  /* height: 8px; */
  /* background: #00000057; */
  /* position: absolute; */
  /* content: ""; */
  left: 26px;
  bottom: 3px;
  z-index: -1;
  /* opacity: .5; */
}

.our-world ul {
  margin: 22px 0;
}

.info-world p {
  /* font-size: 13px; */
  color: #9da0af;
}

.info-world h2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 55px;
  height: 5px;
  background: #b60d0c;
}

.our-world .row {
  align-items: center;
}

.ban2::after {
  /* background: url("../images/book.webp") no-repeat; */
  content: "";
  position: absolute;
  right: 0;
  bottom: -170px;
  max-width: 590px;
  height: 382px;
  width: 100%;
  background-size: 100%;
  z-index: -3;
}

.info-process span {
  font-size: 40px;
  font-weight: 700;
  color: #f50b1a;
  vertical-align: inherit;
}

.info-process h4 {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 0;
  line-height: 20px;
  font-weight: 600;
  margin-left: 5px;
}

.info-process h4 + p {
  color: #9da0af;
  /* font-size: 13px; */
}

.info-process row {
  position: relative;
}

.our-process .btn {
  margin-top: 40px;
}

.our-process .info-text {
  margin-bottom: 80px;
  position: relative;
}

.our-process .info-text::before {
  position: absolute;
  content: "";
  height: 35px;
  width: 1px;
  left: 0;
  right: 0;
  margin: auto;
  background: #c5c5c5;
  bottom: -45px;
}

.our-process .row {
  position: relative;
}

.our-process .row::before {
  position: absolute;
  content: "";
  top: -35px;
  background: #c5c5c5;
  width: 75%;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
}

.our-process [class*="col-"] {
  position: relative;
}

.our-process [class*="col-"]::before {
  height: 10px;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  background: #c5c5c5;
  top: -35px;
}

.our-process [class*="col-"]:last-child::before {
  display: none;
}

.our-process .container {
  position: relative;
}

.our-process .container::before {
  background: url("../images/circle-yel.html") no-repeat;
  position: absolute;
  content: "";
  left: -50px;
  bottom: 0;
  max-width: 180px;
  height: 192px;
  width: 100%;
  background-size: 100%;
  z-index: -1;
}

.our-process .container::after {
  background: url("../images/circle-purp.html") no-repeat;
  position: absolute;
  content: "";
  right: -40px;
  top: 140px;
  max-width: 174px;
  height: 184px;
  width: 100%;
  background-size: 100%;
  z-index: -1;
}

.cta2 {
  background: linear-gradient(
      to right,
      rgba(0, 33, 49, 0.92),
      rgba(0, 33, 49, 0.64)
    ),
    url("../images/becca-tapert-GnY_mW1Q6Xc-unsplash.html") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  max-width: 100%;
  width: 100%;
  padding: 50px 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
  /* Smooth transition effect */
}

.cta2:hover {
  filter: brightness(0.8);
  /* Example hover effect: darkens the background */
}

.cta2 h3 {
  font-size: 38px;
  display: inline-block;
  line-height: 50px;
  /* -webkit-text-stroke: 1px #a19e9e; */
  margin-bottom: 0;
  text-shadow: 0 0 2px #fff;
  color: #fff;
}

.cta2 h3 > span {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 800;
}

.cta2 .cta2-detail ul li a {
  font-size: 26px;
  font-weight: 700;
  color: #fff !important;
}

.cta2 .cta2-detail ul li img {
  margin-right: 10px;
  max-width: 55px;
  transition: 0.5s all;
}

.cta2 .cta2-detail ul li {
  margin-bottom: 10px;
}

.cta2 .cta2-detail ul li.phone a {
  font-size: 24px;
  font-weight: 600;
}

.cta2 .cta2-detail ul li:hover img {
  animation: none;
}

footer p {
  margin-bottom: 0;
  color: #fff;
}

.footer-links {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-content: space-between;
}
.footer-links li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}
.footer-links i {
  font-size: 1.5rem;
  margin-right: 5px;
  color: #f50b1a;
}
.social-ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 2rem;
}
.social-ul li {
  margin: 0 10px;
}
.fa-square-x-twitter {
  content: "\e61a";
}
.cta2 .cta2-detail ul li:last-child {
  margin-bottom: 0;
}

.our-testimonial .info-text {
  margin-bottom: 50px;
}

.info-test {
  margin: 20px 10px;
  background: #fff;
  box-shadow: 0 5px 10px #0000001a;
  padding: 30px 25px;
  position: relative;
  border-radius: 10px;
}

.info-test p {
  /* font-size: 13px; */
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 22px;
  min-height: 260px;
  color: #000;
}

.info-test h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.info-test span {
  position: absolute;
  right: 20px;
  bottom: 27px;
}

.info-test::before {
  position: absolute;
  content: "";
  left: -11px;
  background: #f50b1a;
  width: 350px;
  height: 151px;
  top: -16px;
  z-index: -1;
  border-radius: 17px;
}

.info-test img {
  width: 66px;
  filter: brightness(0) invert(1);
}

.our-testimonial {
  padding: 50px 0;
}

.our-sponser {
  padding-top: 0;
  padding-bottom: 20px;
}

.our-service h2 {
  font-size: 26px;
  letter-spacing: -1px;
}

.our-service h2::before {
  right: inherit;
}

.our-service::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #f2f1f500;
  width: 75%;
  height: 76%;
  z-index: -1;
}

.info-ser {
  margin: 12px 8px;
  /* position: relative; */
  padding: 21px 15px;
  /* background: #003e38; */
  /* border-radius: 22px; */
  /* box-shadow: 0 5px 15px #00000026; */
  min-height: 305px;
  /* clip-path: polygon(0 0, 88% 0%, 100% 18%, 100% 100%, 0 100%, 0% 50%); */
  transition: all 0.3s ease-in-out;
  z-index: 0;
}

.info-ser h4 {
  font-size: 20px;
  margin-bottom: 12px;
  padding-left: 12px;
  position: relative;
}

.info-ser h4::before {
  background: #f50b1a;
  width: 2px;
  height: 80%;
  position: absolute;
  content: "";
  left: 0;
  top: 10%;
}

.info-ser h4 + p {
  /* font-size: 13px; */
  margin-bottom: 0;
  padding: 5px;
}

.img-ser {
  margin: auto;
  display: table;
  margin-bottom: 20px;
}

.our-service .container {
  position: relative;
}

.our-service .container::before {
  background: url("../images/circle-blue.html") no-repeat;
  position: absolute;
  content: "";
  right: 0;
  bottom: -20px;
  max-width: 117px;
  height: 127px;
  width: 100%;
  background-size: 100%;
  z-index: -1;
}

.site-logos {
  margin-bottom: 60px;
}

.owl-carousel button.owl-dot > span {
  position: relative;
}

.owl-carousel button.owl-dot {
  padding: 0px !important;
  margin: 0;
}

.owl-carousel button.owl-dot > span::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #d0d0d0;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s all;
}

.owl-portfolio .owl-dots {
  /* position: absolute; */
  /* left: -300px; */
  /* margin: auto; */
  /* width: 140px; */
  /* top: 225px; */
  /* text-align: center; */
  /* z-index: -1; */
}

.owl-nav {
  position: relative;
  margin: auto;
  display: table;
}

.owl-nav > button {
  margin: 0 45px;
  position: relative;
  left: 5px;
}

.owl-nav > button > span {
  font-size: 30px;
}

.owl-carousel button.owl-dot.active > span::before {
  background: #f50b1a;
}

.owl-service.owl-theme .owl-dots .owl-dot span,
.owl-testimonial.owl-theme .owl-dots .owl-dot.active span,
.owl-testimonial.owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
}

.owl-service button.owl-dot > span::before {
  left: -6px;
}

.owl-service.owl-theme .owl-nav [class*="owl-"] {
  margin: 0 40px;
}

.owl-service.owl-theme .owl-nav {
  position: absolute;
  bottom: 0;
  color: #6f6f71;
  right: 0;
}

.owl-service.owl-theme .owl-nav > button > span {
  display: none;
}

.owl-service.owl-theme .owl-dots {
  position: absolute;
  bottom: -21px;
  right: 35px;
  z-index: -1;
}

.our-service .row {
  align-items: center;
}

/*.our-service::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url('../images/bg-test.webp') no-repeat;
    max-width: 100%;
    width: 100%;
    background-size: 100%;
    z-index: 0;
    height: 100%;
    opacity: 0.3;
}*/

.owl-service.owl-theme .owl-nav [class*="owl-"]:last-child {
  margin-right: 30px;
}

.owl-service.owl-theme .owl-dots button {
  padding: 0 !important;
  margin: 0;
}

.owl-theme .owl-nav > button::before {
  /* background: url("../images/left.webp") no-repeat; */
  background-size: 100%;
  width: 21px;
  height: 21px;
  content: "";
  position: absolute;
}

.owl-theme .owl-nav > button.owl-next::before {
  /* background: url("../images/right.webp") no-repeat; */
  background-size: 100%;
  width: 21px;
  height: 21px;
  content: "";
  position: absolute;
}

.owl-portfolio.owl-theme .owl-nav [class*="owl-"] {
  margin: 0 35px;
}

.owl-portfolio.owl-theme .owl-nav [class*="owl-"] span {
  display: none;
}

.owl-portfolio.owl-theme .owl-nav {
  position: absolute;
  left: -315px;
  top: 200px;
}

.our-story::before {
  content: "";
  background: linear-gradient(230deg, rgb(27 25 94 / 46%) 0%, rgb(0 0 0) 100%),     url(../images/our-story-bg.webp) no-repeat;
  max-width: 100%;
  width: 100%;
  clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  height: 425px;
  position: absolute;
  right: 0;
  top: 0;
}

a:hover,
a:focus,
button:hover,
button:focus {
  outline: none;
  box-shadow: none !important;
}

section {
  /* padding: 50px 0; */
  clear: both;
  position: relative;
  margin: 0 auto;
}

h1 {
  font-family: "Barlow Condensed", sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

p {
  /* color: #fff; */
  font-family: "Poppins", sans-serif;
}

img {
  max-width: 100%;
}

a.logo img {
  width: auto;
  margin-bottom: 20px;
  filter: brightness(0)invert(1);
}

span {
  vertical-align: baseline;
}

li.phone:hover img {
  animation: wobble 1.5s linear infinite;
}

li.msg:hover img {
  animation: heartBeat 1.5s linear infinite;
}

.btn {
  padding: 9px 36px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.5s all;
  border-radius: 0px;
  clip-path: polygon(0 0, 81% 0, 100% 100%, 0 100%);
  position: relative;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.5px;
}

a {
  text-decoration: none !important;
  font-family: "Rubik", sans-serif;
}

input.required.error,
textarea.required.error,
select.required.error {
  border-bottom: red 2px solid !important;
}

.error {
  color: #FD4041 !important;
  font-size: 11px !important;
}
#BPH-lp1 * label {
  color: red !important;
  font-size: 11px !important;
}
a#back-top.show {
  display: inline-block;
  background-color: #cedffb;
  width: 46px;
  height: 46px;
  line-height: 45px;
  font-size: 22px;
  text-align: center;
  color: #000;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 50%;
}

a#back-top.show {
  cursor: pointer;
  background-color: #f8c600;
}

a#back-top.show {
  background-color: #1d1d1d;
}

a#back-top.show {
  opacity: 1;
  visibility: visible;
}

a#back-top.show i {
  position: relative;
  top: 0;
  color: #fff;
}

footer {
  padding: 60px 0;
  position: relative;
  background: radial-gradient(circle, #36348d, #2e2c7f, #262471, #1e1c64, #161457);
  border-top: 8px solid #f50b1a;
}

.copy p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
}

.copy {
  background: #f50b1a;
  padding: 12px 0;
}

.copy ul {
  text-align: right;
}

.copy .row {
  align-items: center;
}

.copy ul li {
  display: inline-block;
  position: relative;
  padding: 0px 3px;
  font-size: 12px;
}

.copy ul li::before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  right: -3px;
  top: 0;
  background: #6f6f6f;
}

.copy ul li:last-child::before {
  display: none;
}

.copy ul li a {
  color: #fff;
  font-size: 14px;
}

.home-banner h3 {
  margin-left: auto;
  color: #fff;
  top: 0;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.home-banner h3 > span {
  color: red;
  font-size: 30px;
  font-weight: 800;
  animation: Pulse 1s linear infinite;
}

.site-logos .item {
  padding: 0 5px;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  position: relative;
  margin-bottom: 20px;
}

.portfolio .nav-tabs {
  border: none;
  justify-content: left;
  margin-bottom: 30px;
  position: relative;
}

.portfolio .nav-tabs .nav-link.active {
  border: none;
  background: transparent;
  color: #5243e2;
}

.portfolio .nav-tabs .nav-link {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  position: relative;
  padding: 20px 20px;
  border: none;
}

.portfolio {
  padding: 50px 0;
}

.portfolio .info-text h2::before {
  right: inherit;
}

.portfolio .info-text h2::before {
  right: inherit;
}

.portfolio .container {
  position: relative;
}

.info-text h2::before {
  background: #f50b1a;
  width: 50px;
  height: 7px;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -5px;
  margin: auto;
}

.cta .container {
  position: relative;
  height: 332px;
  display: flex;
  align-items: center;
}

.info-cta {
  width: 90%;
  margin: auto;
}

.info-cta h3 {
  display: inline-block;
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 18px;
}

.info-cta h3 > span {
  font-weight: 300;
  font-size: 38px;
}

.info-cta h3 + img {
  margin-left: 25px;
  position: relative;
  top: 8px;
}

.info-cta p {
  color: #fff;
  /* font-size: 16px; */
  margin-bottom: 18px;
}

.our-world {
  background: url("../images/bg-world.webp") no-repeat;
  background-size: cover;
  max-width: 100%;
  width: 100%;
  background-position: 100%;
  padding: 50px 0;
}

.our-world ul li {
  width: 38%;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  margin-bottom: 8px;
  z-index: 1;
}

.our-world ul li img {
  margin-right: 10px;
  max-width: 20px;
}

.our-world ul li::before {
  width: 8px;
  /* height: 8px; */
  /* background: #00000057; */
  /* position: absolute; */
  /* content: ""; */
  left: 26px;
  bottom: 3px;
  z-index: -1;
  /* opacity: .5; */
}

.our-world ul {
  margin: 22px 0;
}

.info-world p {
  /* font-size: 13px; */
  color: #9da0af;
}

.info-world h2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 55px;
  height: 5px;
  background: #b60d0c;
}

.our-world .row {
  align-items: center;
}

.info-process span {
  font-size: 40px;
  font-weight: 700;
  color: #f50b1a;
  vertical-align: inherit;
}

.info-process h4 {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 0;
  line-height: 20px;
  font-weight: 600;
  margin-left: 5px;
}

.info-process h4 + p {
  color: #9da0af;
  /* font-size: 13px; */
}

.info-process row {
  position: relative;
}

.info-ser h4 {
  font-size: 20px;
  margin-bottom: 12px;
  padding-left: 12px;
  position: relative;
}

.info-ser h4::before {
  background: #f50b1a;
  width: 2px;
  height: 80%;
  position: absolute;
  content: "";
  left: 0;
  top: 10%;
}

.info-ser h4 + p {
  /* font-size: 13px; */
  margin-bottom: 0;
  padding: 5px;
}

.img-ser {
  margin: auto;
  display: table;
  margin-bottom: 20px;
}

.our-service .container {
  position: relative;
}

.site-logos {
  margin-bottom: 60px;
}

.owl-carousel button.owl-dot > span {
  position: relative;
}

.owl-carousel button.owl-dot {
  padding: 0px !important;
  margin: 0;
}

.owl-carousel button.owl-dot > span::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #d0d0d0;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s all;
}

.owl-portfolio .owl-dots {
  /* position: absolute; */
  /* left: -300px; */
  /* margin: auto; */
  /* width: 140px; */
  /* top: 225px; */
  /* text-align: center; */
  /* z-index: -1; */
}

.owl-nav {
  position: relative;
  margin: auto;
  display: table;
}

.owl-nav > button {
  margin: 0 45px;
  position: relative;
  left: 5px;
}

.owl-nav > button > span {
  font-size: 30px;
}

.owl-carousel button.owl-dot.active > span::before {
  background: #f50b1a;
}

.owl-service.owl-theme .owl-dots .owl-dot span,
.owl-testimonial.owl-theme .owl-dots .owl-dot.active span,
.owl-testimonial.owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
}

.owl-service button.owl-dot > span::before {
  left: -6px;
}

.owl-service.owl-theme .owl-nav [class*="owl-"] {
  margin: 0 40px;
}

.owl-service.owl-theme .owl-nav {
  position: absolute;
  bottom: 0;
  color: #6f6f71;
  right: 0;
}

.owl-service.owl-theme .owl-nav > button > span {
  display: none;
}

.owl-service.owl-theme .owl-dots {
  position: absolute;
  bottom: -21px;
  right: 35px;
  z-index: -1;
}

.our-service .row {
  align-items: center;
}

/*.our-service::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url('../images/bg-test.webp') no-repeat;
    max-width: 100%;
    width: 100%;
    background-size: 100%;
    z-index: 0;
    height: 100%;
    opacity: 0.3;
}*/

.owl-service.owl-theme .owl-nav [class*="owl-"]:last-child {
  margin-right: 30px;
}

.owl-service.owl-theme .owl-dots button {
  padding: 0 !important;
  margin: 0;
}

.owl-theme .owl-nav > button::before {
  /* background: url("../images/left.webp") no-repeat; */
  background-size: 100%;
  width: 21px;
  height: 21px;
  content: "";
  position: absolute;
}

.owl-theme .owl-nav > button.owl-next::before {
  /* background: url("../images/right.webp") no-repeat; */
  background-size: 100%;
  width: 21px;
  height: 21px;
  content: "";
  position: absolute;
}

.owl-portfolio.owl-theme .owl-nav [class*="owl-"] {
  margin: 0 35px;
}

.owl-portfolio.owl-theme .owl-nav [class*="owl-"] span {
  display: none;
}

.owl-portfolio.owl-theme .owl-nav {
  position: absolute;
  left: -315px;
  top: 200px;
}

.fancybox-content {
  max-width: 1100px;
  padding: 0;
  background: transparent;
}

.modal-body {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.popup-bann {
  max-width: 320px;
  display: inline-block;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.popup-content {
  max-width: 860px;
  display: inline-block;
  /* background: #fff; */
  padding: 35px 40px 40px 310px;
  margin-left: -280px;
  position: relative;
  border-radius: 180px 40px 40px 40px;
  background: rgb(255, 223, 125);
  background: linear-gradient(
      121deg,
      rgba(255, 223, 125, 1) 0%,
      rgba(252, 234, 181, 1) 17%,
      rgba(248, 249, 253, 1) 30%,
      rgba(255, 255, 255, 1) 100%
    ),
    url("../images/background-popup.html");
}

.popup-content h2 {
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-size: 54px;
  line-height: 54px;
}

.popup-content h2::before {
  display: none;
}

.popup-content h2 + p {
}

.popup-content h2 {
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 47px;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: -2px;
}

.popup-content h2::before {
  display: none;
}

.popup-content h2 + p {
  display: block;
  max-width: 100%;
  margin-bottom: 15px;
  vertical-align: text-top;
  font-size: 13px;
  line-height: 20px;
}

.popup-content .form-control {
  font-size: 14px;
  margin-bottom: 14px;
  height: 40px;
  border-radius: 0;
}

.popup-content [class*="col-"] {
  padding: 0 7px;
}

.popup-content textarea.form-control {
  height: 91.5%;
  resize: none;
}

#ddexitpopwrapper {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  pointer-events: none;
  align-items: center;
  justify-content: center;
}

#ddexitpopwrapper .veil {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  z-index: 1;
  display: none;
  cursor: default;
}

.ddexitpop {
  width: 100%;
  padding: 0;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: white;
  left: 0;
  top: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  visibility: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ddexitpop .calltoaction {
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  padding: 15px;
  background: #15c5ff;
  display: block;
  width: 80%;
  margin: 10px auto;
  text-align: center;
  color: white !important;
}

div.closeexitpop {
  background: url("../images/xclose.webp") no-repeat scroll center center;
  width: 70px;
  height: 70px;
  overflow: hidden;
  display: none;
  position: fixed;
  cursor: pointer;
  text-indent: -1000px;
  z-index: 3;
  top: 10px;
  right: 10px;
  background-size: 20px;
  opacity: 0.7;
}

#ddexitpopwrapper.open {
  pointer-events: auto;
}

#ddexitpopwrapper.open .veil {
  display: block;
}

#ddexitpopwrapper.open div.closeexitpop {
  display: block;
}

#ddexitpopwrapper.open .ddexitpop {
  visibility: visible;
}

@media screen and (max-height: 765px) {
  .ddexitpop {
    /* top: 0; */
  }

  .indent-pop ul li.ind-line {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .indent-pop ul li.ind-line input[type="submit"] {
    width: auto;
  }

  .indent_inn h1 {
    font-size: 30px;
  }

  .indent_inn h1 br {
    display: none;
  }
}

.info-banner h1 span {
  background: #de8616;
  padding: 0px 20px;
  font-size: 34px;
  font-weight: 600;
  color: #000;
  /* text-align: center; */
  border-radius: 35px;
}

.cus_area img {
  height: 395px;
  width: 100%;
  /* border-radius: 31px; */
  /* border-top-left-radius: 30px; */
  /* object-fit: cover; */
  /* border-top-right-radius: 30px; */
  /* border: none; */
}

.cus_area {
  -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
  background: #fff;
  border-radius: 15px;
  padding: 0px 0px 0px 0px;
}

.cus_area h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  /* padding: 0px 10px; */
  color: #000000;
}

.cus_area p {
  font-size: 16px;
  color: #3c3c3c;
  font-weight: 400;
  line-height: 24px;
  /* padding: 0px 10px; */
}

.cus_pro_text h4 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
  margin-bottom: 0px;
  text-align: left;
  color: #f50b1a;
}

.cus_pro_area {
  display: flex;
  /* margin-left: 10px; */
  margin-top: 5%;
}

.cus_i_area {
  /* padding: 0px 10px; */
  margin-top: 13px;
  color: #f5c900;
}

.cus_pro_img img {
  height: 36px !important;
  width: 36px !important;
  border-radius: 350px;
  margin-right: 6px;
}

span.ankh_num {
  color: black;
}

.ankh {
  color: black;
}

.case_study p.sub_heading {
  color: #000;
  font-size: 20px;
  color: #000;
}

.case_study h2 {
  font-size: 45px;
  margin: 0 0 10px 0;
}

.em_content_div {
  padding: 10px 20px 0;
}

/* header css  */
.nav-link {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

section.our-story {
  padding: 50px 0;
}

section.our-second.snipcss-n1NLR {
  padding: 50px 0;
}

section.our-process {
  padding: 50px 0;
}

.footer-form {
  padding: 50px 0;
}

.passionate_team {
  padding: 50px 0;
}

.banner_img {
  position: relative;
}

.banner_img img {
  box-shadow: rgb(145 145 145 / 20%) 18px 20px 20px 0px;
}

.banner_img img.banner_img1 {
  width: 415px;
  height: 500px;
  /* position: absolute; */
  /* border-radius: 15px; */
  right: 0;
}

.banner_img img.banner_img2 {
  width: 250px;
  height: 300px;
  position: absolute;
  top: -24px;
  right: 210px;
}

.banner_img img.banner_img3 {
  width: 250px;
  height: 300px;
  position: absolute;
  top: 224px;
  right: -30px;
}

.first_wrap .img_div {
  position: relative;
}

.first_wrap img.banner_img4 {
  width: 350px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0px;
}

.first_wrap img.banner_img5 {
  width: 350px;
  height: 500px;
  position: absolute;
  top: 0;
  right: 5px;
}

.pasionate_team_imgs {
  position: relative;
}

.pasionate_team_imgs img.banner_img6 {
  width: 270px;
  height: 480px;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 9;
  clip-path: polygon(25% 0%, 100% 0, 100% 78%, 79% 100%, 0 100%, 0 22%);
}

.pasionate_team_imgs img.banner_img7 {
  width: 532px;
  height: 540px;
  position: absolute;
  border-radius: 50%;
  top: 0;
  right: 0px;
}

.our-service-card-content {
  position: absolute;
  bottom: 50px;
}

/* services card */
.service-thumbnail {
  position: relative;
  text-align: center;
  padding: 39px 20px;
  background: #ffffff;
  border-radius: 35px;
  margin-bottom: 25px;
  z-index: 1;
  box-shadow: rgb(70 69 69 / 14%) 6px 13px 29px 0px;
  overflow: hidden;
  height: calc(100% - 30px);
}

.service-thumbnail figure img {
  width: 65px;
  height: 55px;
  object-fit: contain;
  /* filter: brightness(0); */
}

.service-thumbnail h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 10px;
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-thumbnail p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}

.service_section {
  padding: 50px 0;
  /* background: #efefef; */
  background: url("../images/service_bg.html");
}

.service_section h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.service_section p.content {
  font-size: 17px;
  color: #000;
  text-align: center;
  padding-bottom: 50px;
}

.info-story2::before {
  position: absolute;
  background: rgb(120, 110, 239);
  background: linear-gradient(145deg, rgb(47 143 131) 0%, rgb(47 143 131) 100%);
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 10px 120px 10px 120px;
}

.info-story2 {
  padding: 40px 40px;
}

.info-story2 * {
  color: #fff;
}

.our-story::after {
  position: absolute;
  content: "";
  background: url("../images/cta-after.webp") no-repeat;
  max-width: 440px;
  width: 400px;
  height: 400px;
  background-size: 100%;
  left: 0;
  bottom: 15px;
  z-index: 4;
}

.fancybox-content {
  max-width: 1100px;
  padding: 0;
  background: transparent;
}

.modal-body {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.popup-bann {
  max-width: 320px;
  display: inline-block;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.popup-content {
  max-width: 860px;
  display: inline-block;
  /* background: #fff; */
  padding: 35px 40px 40px 310px;
  margin-left: -280px;
  position: relative;
  border-radius: 60px 40px 40px 40px;
  background: rgb(255, 223, 125);
  background: radial-gradient(circle, #36348d, #2e2c7f, #262471, #1e1c64, #161457);
}

.popup-content h2 {
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-size: 54px;
  line-height: 54px;
}

.popup-content h2::before {
  display: none;
}

.popup-content h2 + p {
}

.popup-content h2 {
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 40px;
  line-height: 47px;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: -2px;
}

.popup-content h2::before {
  display: none;
}

.popup-content h2 + p {
  display: block;
  max-width: 100%;
  margin-bottom: 15px;
  vertical-align: text-top;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
}

.popup-content .form-control {
  font-size: 14px;
  margin-bottom: 14px;
  height: 40px;
  border-radius: 0;
}

.popup-content [class*="col-"] {
  padding: 0 7px;
}

.popup-content textarea.form-control {
  height: 91.5%;
  resize: none;
}

.popup-content::before {
  content: "";
  background: #ffffff;
  width: 46%;
  height: 5px;
  position: absolute;
  top: 79px;
  right: 154px;
}

.fancybox-slide--html .fancybox-close-small {
  background: #f50b1a;
  opacity: 1;
  border-radius: 50%;
  color: #fff;
  padding: 7px;
  border: 3px solid #1c170a;
  top: 30px;
}

.popup-content::after {
  position: absolute;
  content: "";
  background: url("../images/pop-bef.webp") no-repeat;
  left: 110px;
  top: 0;
  max-width: 197px;
  height: 133px;
  width: 100%;
  background-size: 100%;
}

.popupform input[type="submit"] + img {
  filter: invert(1);
  transition: 0.5s all;
  position: relative;
  right: 90px;
}

.container-fluid {
  width: 96%;
}

section.cta {
  /* padding-top: 20px; */
  /* padding-bottom: 40px; */
}

.info-world h2 {
  padding-top: 10px;
}

p.form_tagline {
  font-size: 10px;
}

.btn:hover {
  border-radius: 0;
  background: #7c7c7c;
}

.info-contact-banner p {
  text-align: center;
  color: #000;
  font-size: 15px;
}

.portfolio .item .info-port img {
  width: 100%;
}

section.our-service {
  /* margin-top: 50px; */
  padding: 50px 0;
}

ul.social-icon-new {
  text-align: center;
}

ul.social-icon-new li {
  padding: 0 15px;
}

.indent_inn h1 b {
  vertical-align: baseline;
  color: red;
  font-weight: 700;
}

.indent_inn {
  width: 100%;
  max-width: 1170px;
}

.indent_inn h1 {
  font-weight: 700;
  font-size: 44px;
  text-align: center;
}

.ddexitForm {
  margin-top: 30px;
}

.indent-pop ul {
  margin: 0;
  width: 100%;
  float: left;
}

.indent-pop ul li.ind-line {
  width: 26.2%;
  float: left;
  padding: 0 5px;
}

.indent-pop ul li.ind-line input {
  height: 60px;
  display: block;
  margin: 0 auto;
  background: #fbfcfd;
  border: 1px solid #e5e5e5;
  padding: 17px 10px 16px 20px;
  width: 100%;
}

.indent-pop ul li.ind-line i.fa {
  display: none;
}

.indent-pop ul li.ind-line input[type="submit"] {
  cursor: pointer;
  font-size: 17px;
  background-color: #2b2098;
  border-color: #2b2098;
  color: #fff;
}

.indent-pop ul li.ind-line.last {
  width: 20%;
}

#ddexitpopwrapper {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  pointer-events: none;
  align-items: center;
  justify-content: center;
}

#ddexitpopwrapper .veil {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  z-index: 1;
  display: none;
  cursor: default;
}

.ddexitpop {
  width: 100%;
  padding: 0;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: white;
  left: 0;
  top: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  visibility: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ddexitpop .calltoaction {
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  padding: 15px;
  background: #15c5ff;
  display: block;
  width: 80%;
  margin: 10px auto;
  text-align: center;
  color: white !important;
}

div.closeexitpop {
  background: url("../images/xclose.webp") no-repeat scroll center center;
  width: 70px;
  height: 70px;
  overflow: hidden;
  display: none;
  position: fixed;
  cursor: pointer;
  text-indent: -1000px;
  z-index: 3;
  top: 10px;
  right: 10px;
  background-size: 20px;
  opacity: 0.7;
}

#ddexitpopwrapper.open {
  pointer-events: auto;
}

#ddexitpopwrapper.open .veil {
  display: block;
}

#ddexitpopwrapper.open div.closeexitpop {
  display: block;
}

#ddexitpopwrapper.open .ddexitpop {
  visibility: visible;
}

@media screen and (max-height: 765px) {
  .ddexitpop {
    /* top: 0; */
  }

  .indent-pop ul li.ind-line {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .indent-pop ul li.ind-line input[type="submit"] {
    width: auto;
  }

  .indent_inn h1 {
    font-size: 30px;
  }

  .indent_inn h1 br {
    display: none;
  }
}

.info-ser:hover {
  margin: 20px 8px;
  /* padding: 20px 15px; */
  /* background: #f50b1a; */
  /* border-radius: 22px; */
  /* box-shadow: 0 5px 15px #00000026; */
  /* min-height: 260px; */
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 100% 100%, 0 100%, 0% 100%);
}

.burger {
  display: none;
  /* Hidden by default, shown on mobile */
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.burger .burger-line {
  width: 25px;
  height: 3px;
  background: #333;
  /* Color of the burger lines */
  margin: 3px 0;
}

.overlay {
  display: none;
  /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-item {
  position: relative;
}

.menu-link {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
  /* Text color for menu links */
  font-weight: bold;
  transition: color 0.3s;
}

.menu-link:hover,
.menu-link:focus {
  color: #f50b1a;
  /* Hover color for menu links */
}

.menu-dropdown .menu-link {
  cursor: pointer;
}

.submenu {
  display: none;
  /* Hidden by default */
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  /* Background color of the dropdown */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.submenu-item {
  margin: 0;
}

.submenu-link {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
  /* Text color for submenu links */
  transition: background 0.3s;
}

.submenu-link:hover,
.submenu-link:focus {
  background: #f4f4f4;
  /* Background color on hover */
}

/* Responsive Styles */
@media (max-width: 768px) {
  .burger {
    display: flex;
    /* Show burger menu on mobile */
  }

  .overlay {
    display: block;
    /* Show overlay on mobile */
  }

  .navbar.active {
    display: flex;
    /* Show navbar when active */
  }

  .submenu {
    position: static;
    /* Display submenu below item */
    width: 100%;
    box-shadow: none;
  }

  .submenu-item {
    border-bottom: 1px solid #ddd;
    /* Add separator between submenu items */
  }
}

/* Dropdown Menu Styles */
.menu-item.menu-dropdown {
  position: relative;
}

.menu-item.menu-dropdown .submenu {
  display: none;
  /* Hide by default */
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  /* Background color of the dropdown */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Box shadow for the dropdown */
  z-index: 1000;
  /* Ensure it appears on top */
}

.menu-item.menu-dropdown:hover .submenu {
  display: block;
  /* Show on hover */
}

.submenu-item {
  border-bottom: 1px solid #ddd;
  /* Separator between items */
}

.submenu-link {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
  /* Text color for submenu links */
  transition: background 0.3s;
}

.submenu-link:hover,
.submenu-link:focus {
  background: #f4f4f4;
  /* Background color on hover */
}

.info-banner h1 span {
  background: radial-gradient(circle, #36348d, #2e2c7f, #262471, #1e1c64, #161457);
  padding: 0px 20px;
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  /* text-align: center; */
  border-radius: 35px;
}

.cus_area img {
  height: 395px;
  width: 100%;
  /* border-radius: 31px; */
  /* border-top-left-radius: 30px; */
  /* object-fit: cover; */
  /* border-top-right-radius: 30px; */
  /* border: none; */
}

.cus_area {
  -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
  background: #fff;
  border-radius: 15px;
  padding: 0px 0px 0px 0px;
}

.cus_area h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  /* padding: 0px 10px; */
  color: #000000;
}

.cus_area p {
  font-size: 16px;
  color: #3c3c3c;
  font-weight: 400;
  line-height: 24px;
  /* padding: 0px 10px; */
}

.cus_pro_text h4 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
  margin-bottom: 0px;
  text-align: left;
  color: #f50b1a;
}

.cus_pro_area {
  display: flex;
  /* margin-left: 10px; */
  margin-top: 5%;
}

.cus_i_area {
  /* padding: 0px 10px; */
  margin-top: 13px;
  color: #f5c900;
}

.cus_pro_img img {
  height: 36px !important;
  width: 36px !important;
  border-radius: 350px;
  margin-right: 6px;
}

span.ankh_num {
  color: black;
}

.ankh {
  color: black;
}

.case_study p.sub_heading {
  color: #000;
  font-size: 20px;
  color: #000;
}

.case_study h2 {
  font-size: 45px;
  margin: 0 0 10px 0;
}

.em_content_div {
  padding: 10px 20px 0;
}

/* header css  */
.nav-link {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

section.our-story {
  padding: 50px 0;
}

section.our-second.snipcss-n1NLR {
  padding: 50px 0;
}

section.our-process {
  padding: 50px 0;
}

.footer-form {
  padding: 50px 0;
}

.passionate_team {
  padding: 50px 0;
}

.banner_img {
  position: relative;
}

.banner_img img {
  box-shadow: rgb(145 145 145 / 20%) 18px 20px 20px 0px;
}

.banner_img img.banner_img1 {
  width: 460px;
  height: 500px;
  /* position: absolute; */
  /* border-radius: 15px; */
  right: 0;
}

.banner_img img.banner_img2 {
  width: 220px;
  height: 350px;
  position: absolute;
  top: -24px;
  right: 0;
}

.banner_img img.banner_img3 {
  width: 220px;
  height: 300px;
  position: absolute;
  top: 224px;
  right: 0;
}

.first_wrap .img_div {
  position: relative;
}

.first_wrap img.banner_img4 {
  width: 350px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0px;
}

.first_wrap img.banner_img5 {
  width: 350px;
  height: 500px;
  position: absolute;
  top: 0;
  right: 5px;
}

.pasionate_team_imgs {
  position: relative;
}

.pasionate_team_imgs img.banner_img6 {
  width: 270px;
  height: 480px;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 9;
  clip-path: polygon(25% 0%, 100% 0, 100% 78%, 79% 100%, 0 100%, 0 22%);
}

.pasionate_team_imgs img.banner_img7 {
  width: 532px;
  height: 540px;
  position: absolute;
  border-radius: 50%;
  top: 0;
  right: 0px;
}

.our-service-card-content {
  position: absolute;
  bottom: 50px;
}

/* services card */
.service-thumbnail {
  position: relative;
  text-align: center;
  padding: 39px 20px;
  background: #ffffff;
  border-radius: 35px;
  margin-bottom: 25px;
  z-index: 1;
  box-shadow: rgb(70 69 69 / 55%) 6px 13px 29px 0px;
  overflow: hidden;
  height: calc(100% - 30px);
}

.service-thumbnail figure img {
  width: 86px;
  height: 80px;
  object-fit: contain;
  filter: invert(1);
}

.service-thumbnail h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 10px;
  background: #000000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-thumbnail p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}

.service_section {
  padding: 50px 0;
  /* background: #efefef; */
  background: linear-gradient(
      229deg,
      rgb(24 22 17 / 34%) 0%,
      rgb(56 53 45 / 46%) 100%
    ),
    url(../images/text-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service_section h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 52px;
}

.service_section p.content {
  font-size: 17px;
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
}

.our-story img {
  width: 400px;
  height: 100%;
}

.form_section {
  background: linear-gradient(230deg, rgb(27 25 94 / 46%) 0%, rgb(0 0 0) 100%),     url(../images/form-bg.jpg);
  background-position: right;
  background-size: cover;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.form_section form {
  background: radial-gradient(circle, #36348d, #2e2c7f, #262471, #1e1c64, #161457);
  padding: 30px 25px;
  border-radius: 28px;
}

.form_section img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 650px;
  -webkit-animation: premiumMove 5s infinite linear;
  overflow: hidden;
}

.form_section .form-head h2 {
  font-size: 45px;
  color: #ffffff;
  line-height: 55px;
  margin-bottom: 10px;
}

.form_section .form-head h3 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 25px;
}

.form_section .footer-rfp label {
    display: none;
}
.form_section input {
  border-radius: 50px;
  height: 55px;
}

.form_section label {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-left: 8px;
}

.our-story img.shape-bg-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 91%;
  z-index: -3;
}

.wrap_12 {
  padding: 50px 0 50px;
}

.wrap_12 h2 {
  font-size: 55px;
  font-weight: 700;
  color: #f50b1a;
  line-height: 60px;
  text-align: center;
}

.wrap_12 h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #000;
}

.wrap_12 p {
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  color: #000;
}

.genre-section .content {
  text-align: center;
}

.genre-section .content h2 {
  font-size: 45px;
  line-height: 55px;
}

.genre-section .content p {
  font-size: 17px;
}

.genre-section {
  padding: 50px 0 0;
}

.genre-card span {
  font-size: 83px;
  font-weight: 700;
  color: #f50b1a;
  opacity: 0.2;
}

.genre-card h5 {
  font-size: 32px;
  font-weight: 600;
  position: absolute;
  top: 70px;
  color: #f50b1a;
  left: 30px;
}

.best_selling {
  padding: 100px 0;
  background: linear-gradient(230deg, rgb(27 25 94 / 46%) 0%, rgb(0 0 0) 100%), url(../images/woman-wearing-headphones.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.best_selling h2 {
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  font-size: 40px;
}

.best_selling p {
  color: #fff;
  text-align: center;
  font-size: 17px;
}

.best_selling .book-left {
  width: 350px;
  left: 10px;
  bottom: 0;
  position: absolute;
  z-index: 0;
}

.best_selling .book-right {
  width: 175px;
  right: 85px;
  height: 256px;
  bottom: 30px;
  position: absolute;
  z-index: 0;
  box-shadow: rgb(74 72 72 / 78%) -12px 12px 20px 0px;
  transform: rotate(328deg);
}

ul.awards_list {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  /* background: #ffffff94; */
  border-radius: 25px;
  padding: 10px 0;
  margin-bottom: 15px;
}

ul.awards_list img {
  width: 100px;
  height: 90px;
  object-fit: contain;
  background-color: #fff;
  border-radius: 10%;
}

ul.awards_list li h5 {
  margin-bottom: 0;
  font-size: 16px;
}

.info-test.even {
  margin: 20px 10px;
  background: radial-gradient(circle, #36348d, #2e2c7f, #262471, #1e1c64, #161457);
}

.info-test.even p {
  color: #fff;
}

.info-test.odd p {
  color: #fff;
}

.info-test.third p {
  color: #fff;
}

.info-test.odd {
  margin: 20px 10px;
  background: radial-gradient(circle, #36348d, #2e2c7f, #262471, #1e1c64, #161457);
}

.info-test.third {
  margin: 20px 10px;
  background: radial-gradient(circle, #36348d, #2e2c7f, #262471, #1e1c64, #161457);
}

.first_wrap {
  padding: 50px 0 !important;
  /* background: url('../images/sec_bg-img.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
}

.first_wrap img {
  /* clip-path: polygon(33% 0, 85% 0%, 100% 0, 100% 100%, 0 100%, 1% 45%); */
  height: 600px;
  object-fit: cover;
  /* clip-path: polygon(0 0, 75% 0%, 100% 0, 100% 82%, 84% 100%, 0 100%); */
  clip-path: polygon(0 30%, 40% 0, 100% 0, 100% 88%, 92% 100%, 0 100%);
}

.first_wrap p {
  font-size: 14px;
  color: #000;
}

.our-story h2 {
  color: #fff;
}

.our-story p {
  color: #fff;
}

.info-story {
  padding-bottom: 50px;
}

header::before {
  content: "";
  position: absolute;
  width: 55%;
  left: 0;
  top: 0;
  height: 100%;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  background: radial-gradient(circle, #36348d, #2e2c7f, #262471, #1e1c64, #161457);
}

/* header::after{
    content: '';
    position: absolute;
    width: 50%;
    right: 0;
    height: 70px;
    clip-path: polygon(36% 0, 100% 0, 100% 100%, 0% 100%);
    background-color: #c23232;
} */

.logo-img {
  width: auto;
  filter: brightness(0)invert(1);
  height: auto;
}

header {
  position: relative;
  padding: 7px 0;
  /* height: 70px; */
}

.bg-white {
  background-color: #fff;
  color: #000;
}

.btn.bg-white::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 3px;
  background: #ffffff;
  border-radius: 0;
  left: 18px;
  top: 19px;
}

.passionate_team {
  position: relative;
}

.passionate-img {
  position: absolute;
  width: 50%;
  height: auto;
  transform: translate(0%, 15%);
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}

/* black friday */

.black_friday {
  width: 250px;
  height: 140px;
  /* background: url("../images/black-friday-bg.webp"); */
  background: #00000059;
  color: #fff;
  position: fixed;
  bottom: 30px;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px solid #fff;
  border-radius: 15px;
  box-shadow: 0 0 1px 2px #DAA428, 0 0 1px 2px #DAA428 inset;
  filter: drop-shadow(0px 0px 5px #DAA428);
  z-index: 9;
  cursor: pointer;
  animation: 1s linear infinite bf-animate;
}

@keyframes bf-animate {
  0%,
  100% {
    filter: drop-shadow(0px 0px 5px #DAA428);
    transform: translateY(-5px);
  }

  50% {
    filter: drop-shadow(0px 0px 5px #f50b1a);
    box-shadow: 0 0 1px 2px #f50b1a, 0 0 1px 2px #f50b1a inset;
    border-color: #000;
    transform: translateY(0);
  }

  80% {
    filter: drop-shadow(0px 0px 5px #f50b1a);
    box-shadow: 0 0 1px 2px #f50b1a, 0 0 1px 2px #f50b1a inset;
    border-color: #000;
  }
}

.black_friday h2 {
  font-size: 25px !important;
  -webkit-text-stroke: 1.5px #cecece;
  text-shadow: 1px 2px 15px #56575b;
  filter: drop-shadow(0px 0px 25px #56575b);
  font-weight: 500;
  color: #fff;
  font-family: Yantramanav, sans-serif;
}

.black_friday h2 span {
  padding-left: 5px;
  -webkit-text-stroke: 1px #f50b1a;
  text-shadow: 1px 2px 15px #f50b1a;
  filter: drop-shadow(0px 0px 25px #f50b1a);
  color: #fff;
  font-family: Yantramanav, sans-serif;
}

.black_friday .black_friday_top {
  width: 80px;
  height: 34px;
  background: 0 0;
  color: #fff;
  border: 2px solid #fcffeb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 0 1px 2px #ffffff, 0 0 1px 2px #ffffff inset;
  filter: drop-shadow(0px 0px 5px #e70046);
  margin-bottom: 5px;
  animation: 1s linear infinite bf-animate-2;
}

@keyframes bf-animate-2 {
  0%,
  100% {
    filter: drop-shadow(0px 0px 5px #eabb17);
  }

  50% {
    filter: drop-shadow(0px 0px 5px #f50b1a);
    box-shadow: 0 0 1px 2px #f50b1a, 0 0 1px 2px #f50b1a inset;
    border-color: #000;
    transform: translateX(0);
  }

  80% {
    filter: drop-shadow(0px 0px 5px #f50b1a);
    box-shadow: 0 0 1px 2px #f50b1a, 0 0 1px 2px #f50b1a inset;
    border-color: #000;
  }
}

.black_friday .black_friday_top p {
  font-size: 20px !important;
  margin-bottom: 0;
  color: #fff;
  font-family: Yantramanav, sans-serif;
  padding: 0;
}

.black_friday #veteran-countdown {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 80%;
  margin-top: 6px;
  padding: 5px 0;
  border: 2px solid #fff;
  border-right: 0;
  border-left: 0;
  border-radius: 6px;
}

.black_friday #veteran-countdown .veteran-counter,
.cta-sec-2 .hd-txt,
.get-in-touch,
.industry-sec .hd-txt h2,
.modaL_order2 #countdown .labels {
  text-align: center;
}

.black_friday #veteran-countdown .veteran-counter span.ping {
  font-size: 18px !important;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0;
  display: flex;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-family: Yantramanav, sans-serif;
}

@keyframes ping {
  0% {
    filter: drop-shadow(1px 1px 10px #f50b1a);
  }

  50% {
    filter: unset;
  }

  100% {
    filter: drop-shadow(1px 1px 10px #fff);
  }
}

.black_friday #veteran-countdown .veteran-counter span::before {
  content: attr(b);
  display: block;
  text-shadow: 0 0 12px rgb(238 238 238 / 50%), 0 0 32px rgb(238 238 238 / 30%),
    0 24px 48px rgb(238 238 238 / 10%), 0 -24px 48px rgb(238 238 238 / 10%);
}

.black_friday #veteran-countdown .veteran-counter b {
  font-size: 14px !important;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .black_friday {
    width: 200px;
    height: 129px;
  }

  .black_friday .black_friday_top {
    width: 72px;
    height: 30px;
  }

  .black_friday .black_friday_top p {
    font-size: 18px !important;
  }

  .black_friday h2 {
    font-size: 22px !important;
  }
}

/* float button 2 */

.floatbutton2 {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  left: -375px;
  top: 40%;
  font-size: 0;
  width: 420px;
  transform: translateY(-50%);
  z-index: 9;
  display: flex;
  flex-direction: row-reverse;
}

.floatbutton2 .clickbutton2 .crossplus,
.floatbutton2.active {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}

.justify-content-center,
.modaL_order2 #countdown ul {
  display: flex;
  justify-content: center;
}

.floatbutton2 .clickbutton2 {
  border-radius: 0;
  width: 50px;
  z-index: 999;
  box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
  padding-top: 0;
  background: hsl(0.36deg 87.56% 37.84%);
  margin-top: 198px;
  font-size: 14px;
  position: relative;
  -ms-box-shadow: 0 0 40px #00000026;
  -o-box-shadow: 0 0 40px #00000026;
  border-right: 2px solid #fff;
}

.modaL_order2 .btn-close,
.modaL_order2 form button {
  box-shadow: 2px 1px 27px #c48f3b;
  background: #c48f3b;
}

.floatbutton2 .clickbutton2 .crossplus {
  transition: 0.4s;
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  font-size: 16px;
  color: #fff;
  left: -85%;
  white-space: pre;
  bottom: 122px;
  font-weight: 700;
}

.floatbutton2.active {
  left: 0;
  z-index: 11;
  transition: 0.4s;
}

.borderOnly {
  border-left: 2px solid #fff;
}

a {
  cursor: pointer;
}

.modaL_order2 .modal-dialog {
  width: 567px;
}

.modaL_order2 form textarea {
  width: 100%;
  border-radius: 7px;
  padding: 17px;
  font-size: 16px;
  margin: 7px 0 0;
  resize: none;
  height: 133px;
}

.modaL_order2 .modal-header {
  padding: 0;
  position: relative;
  border: none;
  z-index: 100000;
}

.modaL_order2 .btn-close {
  position: absolute;
  right: 0;
  border: none;
  outline: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #ffff;
  top: -13px;
  opacity: 1;
}

.modaL_order2 .modal-dialog .modal-content {
  padding: 0;
  border: none;
}

.modaL_order2 .modal-body h5 {
  color: #fff;
  font-size: 35px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 9px;
}

.modaL_order2 .modal-body h2 {
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.modaL_order2 .modal-body h4 {
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
  color: #c48f3b;
  text-align: center;
  margin: 11px 0;
}

.modaL_order2 .modal-body h4 span {
  font-size: 17px;
  background: #c48f3b;
  border-radius: 2px;
  padding: 4px;
  color: #fff;
  box-shadow: 2px 1px 27px #c28e3b;
}

.modaL_order2 form input,
.modaL_order2 form select {
  margin: 10px 0;
  border: none;
  outline: 0;
  font-size: 16px;
  width: 100%;
}

.modaL_order2 form input {
  padding: 19px 18px;
  border-radius: 7px;
}

.modaL_order2 form select {
  border-radius: 7px;
  padding: 0 25px;
  height: 60px;
}

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

.modaL_order2 form button {
  border: none;
  outline: 0;
  width: 139px;
  border-radius: 38px;
  display: block;
  margin: 3% auto 0;
  padding: 9px 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.modaL_order2 #countdown {
  background: #1615156b;
  padding: 9px 13px;
  border-radius: 10px;
  text-align: center;
  background: #c48f3b;
  background-image: -moz-linear-gradient(top, #222, #333, #333, #222);
  background-image: -ms-linear-gradient(top, #222, #333, #333, #222);
  background-image: -o-linear-gradient(top, #222, #333, #333, #222);
  margin: 20px 0;
}

.modaL_order2 #countdown ul {
  font-family: nunito;
  font-weight: 600;
}

.modaL_order2 #countdown ul li {
  margin: 0 15px;
  background: #ffc107;
  display: inline-block;
  padding: 7px;
  border-radius: 4px;
  width: 105px;
  box-shadow: 2px 1px 27px #fabd07ab;
}

.modaL_order2 #countdown ul li span {
  font-size: 19px;
}

.modaL_order2 #countdown:before {
  content: "";
  width: 8px;
  height: 65px;
  background: #ca973f;
  background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
  background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
  background-image: -o-linear-gradient(top, #555, #444, #444, #555);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  display: block;
  position: absolute;
  top: 14%;
  border: 1px solid #111;
  left: -10px;
}

.modaL_order2 #countdown:after {
  content: "";
  width: 8px;
  height: 65px;
  background: #ce9e42;
  background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
  background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
  background-image: -o-linear-gradient(top, #555, #444, #444, #555);
  border: 1px solid #111;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  display: block;
  position: absolute;
  top: 14%;
  right: -10px;
}

.modaL_order2 #countdown #tiles {
  position: relative;
  z-index: 1;
}

.modaL_order2 #countdown #tiles > span {
  width: 63px;
  max-width: 63px;
  text-align: center;
  color: #111;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, #bbb, #eee);
  background-image: -moz-linear-gradient(top, #bbb, #eee);
  background-image: -ms-linear-gradient(top, #bbb, #eee);
  background-image: -o-linear-gradient(top, #bbb, #eee);
  border-top: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
  margin: 0 7px;
  padding: 12px 0;
  display: inline-block;
  position: relative;
  font-size: 27px;
  font-weight: 600;
}

.modaL_order2 #countdown #tiles > span:before {
  content: "";
  width: 100%;
  height: 13px;
  background: #111;
  display: block;
  padding: 0 3px;
  position: absolute;
  top: 41%;
  left: -3px;
  z-index: -1;
}

.modaL_order2 #countdown #tiles > span:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  border-top: 1px solid #333;
  display: block;
  position: absolute;
  top: 48%;
  left: 0;
}

.modaL_order2 #countdown .labels li {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  margin: 0 16px;
  text-shadow: 2px 1px 27px #97d1ce;
  text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .modaL_order2 form input,
  .modaL_order2 form select {
    margin: 5px 0;
    padding: 11px 25px;
    font-size: 13px;
  }

  .modaL_order2 .modal-body h4 {
    font-size: 20px;
    margin: 12px 0;
  }

  .modaL_order2 #countdown .labels li {
    font-size: 11px;
  }

  .modaL_order2 .btn-close {
    width: 33px;
    height: 32px;
    top: -22px;
    line-height: 11px;
  }

  .modaL_order2 .modal-body h4 span {
    font-size: 15px;
    padding: 4px;
  }

  .modaL_order2 form select {
    height: 40.5px;
  }

  .modaL_order2 .modal-body h2 {
    font-size: 23px;
    letter-spacing: 1px;
    margin-top: 7px;
  }

  .modaL_order2 .modal-dialog {
    width: 405px;
  }

  .modaL_order2 .modal-body h5 {
    font-size: 27px;
    margin-bottom: 19px;
  }

  header .logo_area img {
    width: 127px;
  }

  .main_banner .banner_form {
    padding: 28px;
    box-shadow: -1px -2px 20px #0009;
  }

  .modaL_order2 form button {
    width: 110px;
    margin: 2% auto 0;
    padding: 4px 0;
    font-size: 14px;
  }

  .modaL_order2 #countdown {
    padding: 13px 11px 5px;
  }

  .modaL_order2 #countdown #tiles span {
    font-size: 18px;
  }
}

p.content {
  color: #fff;
}

.primary_heading span {
  background: #f50b1a;
  border-radius: 37px;
  padding: 0px 20px;
  line-height: 45px;
  font-size: 31px;
  color: #fff;
}

.content_div h5 {
  color: #f50b1a;
  font-weight: 600;
  padding-bottom: 10px;
}

.first_wrap b {
  color: #f50b1a;
  font-size: 14px;
}

.submit_btn {
  width: 100%;
  margin: auto !important;
  text-align: center;
  clip-path: none;
  border-radius: 5px;
}

.btn.submit_btn::before {
  display: none;
}

.mobile-br {
  display: none;
}

.header_top p {
  margin: 0;
}

@keyframes premiumMove {
    0% {
        transform: scale(1) translateX(0);
    }
    50% {
        transform: scale(1.15) translateX(20px);
    }
    100% {
        transform: scale(1) translateX(0);
    }
}


.header_top p a {
  color: #ffffff;
  text-decoration: none;
}

.header_top {
  padding: 10px 0;
  background: #000000;
}

.header_top i {
  font-size: 14px;
  margin-right: 5px;
}
