::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background: var(--bg-b2);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--orange-color);
}
::-webkit-scrollbar-thumb {
  background: var(--orange-color3);
}
*,
html {
  -webkit-font-smoothing: antialiased;
  -moz-os-font-smoothing: grayscale;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  vertical-align: baseline;
}
body {
  font-family: var(--font-secondry);
  background: var(--white-color);
  color: var(--black-color-0);
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-size: 17px;
  outline: none;
  overflow-x: hidden;
}
.animation,
.sw-hover-1:hover a,
.nav-link,
.sw-btn,
.menu-icon {
  -webkit-transition: 1.1s cubic-bezier(0.16, 0.84, 0.442, 0.98);
  -o-transition: 1.1s cubic-bezier(0.16, 0.84, 0.442, 0.98);
  transition: 1.1s cubic-bezier(0.16, 0.84, 0.442, 0.98);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  color: var(--black-color-0);
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
address {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
h1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 62px;
}
h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 58px;
}
h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}
h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}
h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}
h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
a {
  text-decoration: none;
}
.accordion-body a,
.blog-content-part p a,
.paragraph-block p a,
.paragraph-block ul a {
  text-decoration: underline;
}

.index-up {
  position: relative;
  z-index: 5;
}
.v-center {
  align-items: center;
}
:root {
  --font-primary: "Inter", sans-serif;
  --font-secondry: "Open Sans", sans-serif;
  --black-color-0: #101f38;
  --black-color-1: #3e4d68;
  --black-color: #111111;
  --white-color: #fff;
  --blue-color: #546dff;
  --blue-colo2: #5688f9;
  --blue-colo3: #233eff;
  --color-yellow-lite: #ffac5f;
  --orange-color: #e64a19;
  --orange-color2: #ff5722;
  --orange-color3: #ff2938;
  --black-bg: #111111;
  --black-bg-1: #0e0e0e;
  --black-bg-2: #181818;
  --black-bg-3: #2e2e2e;
  --black-bg-4: #1c1c1c;
  --sw-bg-1: #dde3da;
  --sw-bg-2: #ff9900;
  --sw-bg-3: #c90079;
  --white-lite-1: rgb(255 255 255 / 20%);
  --white-lite-2: rgb(255 255 255 / 10%);
  --bg-b0: #ffe7da;
  --bg-b1: #fbf3e9;
  --bg-b2: #f5f5f5;
  --bg-b3: #f6f7ff;
  --bg-b4: #fff6e0;
  --gradient-0: linear-gradient(225deg, #ffcaba 0%, #f0fbff 100%);
  --gradient-1: linear-gradient(225deg, #5688f9 0%, #233eff 100%);
  --gradient-2: linear-gradient(225deg, #fe7649 0%, #ff2938 100%);
  --gradient-3: linear-gradient(225deg, #d821ff 0%, #6d2ccd 100%);
  --gradient-4: linear-gradient(225deg, #ffb868 0%, #ff6022 100%);
  --gradient-5: linear-gradient(225deg, #a4f251 0%, #129c1f 100%);
  --gradient-6: linear-gradient(225deg, #d70a84 0%, #51127f 100%);
  --gradient-6: linear-gradient(225deg, #d70a84 0%, #51127f 100%);
  --gradient-7: linear-gradient(225deg, #f2f1ff 0%, #fff7ec 100%);
}
.section-space {
  padding-top: 100px;
  padding-bottom: 100px;
}
.mr10 {
  margin-right: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.pt20 {
  padding-top: 20px;
}
.pt80 {
  padding-top: 80px;
}
.pb30 {
  padding-bottom: 30px;
}
.darkbg2 {
  background: var(--black-bg-2);
}
.white-bg {
  background: var(--white-color);
}
.gradient-1 {
  background: var(--gradient-1);
}
.gradient-2 {
  background: var(--gradient-2);
}
.gradient-3 {
  background: var(--gradient-3);
}
.gradient-4 {
  background: var(--gradient-4);
}
.bkbg2 {
  background: var(--bg-b2);
}
.text-gradient-1 {
  background: var(--black-color-0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
img {
  max-width: 100%;
  height: auto;
}
.shadow {
  box-shadow: 0 10px 25px -5px rgb(0 0 0/10%) !important;
}
.sw-btn {
  border-radius: 100px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.4px;
  padding: 0 42px;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-flex;
  line-height: 64px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  border: 0;
  transform: translateY(0);
}
.sw-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.sw-blue-btn {
  color: var(--white-color);
  background: var(--blue-color);
  box-shadow: 0 20px 20px rgb(36 0 255/10%);
}
.sw-blue-btn:hover {
  color: var(--white-color);
}
.sw-blue-btn:after {
  background: var(--blue-color);
  background-image: linear-gradient(
    315deg,
    var(--blue-colo2) 0%,
    var(--blue-colo3) 80%
  );
}
.sw-blue-btn:hover:after {
  top: 0;
  height: 100%;
}
.sw-orange-btn {
  color: var(--white-color);
  background: var(--orange-color);
  box-shadow: 0 19px 40px -10px rgb(255 79 0/25%);
}
.sw-orange-btn:hover {
  color: var(--white-color);
}
.sw-orange-btn:after {
  background: var(--orange-color);
  background-image: linear-gradient(
    315deg,
    var(--orange-color) 0%,
    var(--orange-color3) 80%
  );
}
.sw-orange-btn:hover:after {
  top: 0;
  height: 100%;
}
.sw-white-btn {
  color: var(--black-bg);
  background: var(--white-color);
}
.sw-white-btn:hover {
  color: var(--black-bg);
}
.sw-white-btn:after {
  background: var(--sw-bg-1);
  background-image: linear-gradient(
    315deg,
    var(--sw-bg-1) 0%,
    var(--sw-bg-1) 80%
  );
}
.sw-white-btn:hover:after {
  top: 0;
  height: 100%;
}
.header-item-right .menu-icon:hover {
  background: var(--orange-color);
}
.h1 {
  font-size: 70px;
  font-weight: 800;
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.headeraction ul {
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.header-btn {
  line-height: 58px;
  padding: 0 32px;
}
.sticky {
  background: rgb(255 255 255/80%);
  box-shadow: 0 10px 20px -5px rgb(0 0 0/10%);
  height: 75px !important;
  backdrop-filter: blur(10px);
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  padding: 0;
  z-index: 100;
  display: flex;
  align-items: center;
}
.brandlogo img {
  max-height: 60px;
}
.brandlogo .light {
  display: none;
}
.brandlogo .dark {
  display: block;
}
.sidedarklogo {
  display: block;
}
.sidewhitelogo {
  display: none;
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header-item-left {
  display: flex;
  align-items: center;
}
.header-item-center {
  display: flex;
  align-items: center;
}
.header-item-right .menu-icon {
  font-size: 18px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: var(--white-color);
  background: var(--blue-color);
  box-shadow: 0 20px 20px rgb(36 0 255/10%);
}
.header .menu > ul > li {
  display: inline-flex;
  margin-left: 15px;
}
.header .menu > ul > li > a {
  color: var(--black-color-0);
  position: relative;
  font-family: inherit;
  font-size: 18px;
  line-height: 85px;
  border: none;
  outline: none;
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.menu-item-has-children i {
  font-size: 15px;
}
.header .menu > ul > li .menu-subs {
  background: var(--white-color);
  border-top: 2px solid var(--color-yellow-lite);
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 109;
  opacity: 0;
  visibility: hidden;
  border-radius: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 25px;
  top: 95px;
  box-shadow: 0 20px 20px -5px rgb(0 0 0/15%);
}
.header .menu > ul > li .menu-subs > ul > li {
  line-height: 1;
}
.header .menu > ul > li .menu-subs > ul > li > a {
  color: var(--black-color-0);
  display: inline-block;
  padding: 10px 0;
  font-size: 16px;
  border: none;
  outline: none;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .menu-mobile-header,
.header .menu-mobile-toggle {
  display: none;
}
@media screen and (min-width: 1199px) {
  .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
    opacity: 1;
    visibility: visible;
    top: 85px;
  }
}
@media screen and (max-width: 1199px) {
  .header-item-left,
  .header-item-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0.5rem 0;
  }
  .header .menu-mobile-toggle {
    position: relative;
    display: block;
    cursor: pointer;
    width: 25px;
    height: 16px;
    border: none;
    outline: none;
    background: 0 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .header .menu-mobile-toggle span {
    background: var(--black-color-0);
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 0.25rem;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header .menu-mobile-toggle span:nth-child(1) {
    top: 0;
  }
  .header .menu-mobile-toggle span:nth-child(2),
  .header .menu-mobile-toggle span:nth-child(3) {
    top: 0.5rem;
  }
  .header .menu-mobile-toggle span:nth-child(4) {
    top: 1rem;
  }
  .header-item-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .menu {
    background: var(--white-color);
    position: fixed;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 380px;
    height: 100%;
    z-index: 111;
    overflow: hidden;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    opacity: 0;
  }
  .header .menu.active {
    -webkit-transform: translate(0%);
    transform: translate(0%);
    opacity: 1;
  }
  .header .menu > ul > li {
    display: block;
    line-height: 1;
    margin: 0;
  }
  .header .menu > ul > li > a {
    display: block;
    line-height: 3.125rem;
    height: 3.125rem;
    padding: 0 3.125rem 0 1rem;
    border-bottom: 1px solid var(--bs-gray-300);
  }
  .header .menu > ul > li > a i {
    position: absolute;
    font-size: 16px;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .menu .menu-mobile-header {
    position: relative;
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 0;
    height: 3.125rem;
    z-index: 110;
    border-bottom: 1px solid var(--bs-gray-300);
    background: repeating-linear-gradient(
      45deg,
      var(--bs-gray-100),
      var(--bs-gray-200) 5px,
      var(--bs-gray-100) 5px,
      var(--bs-gray-200) 10px
    );
  }
  .darkmode .header .menu .menu-mobile-header {
    background: repeating-linear-gradient(
      45deg,
      var(--black-bg-2),
      var(--black-bg-3) 5px,
      var(--black-bg-2) 5px,
      var(--black-bg-3) 10px
    );
    border-bottom: 1px solid var(--black-bg-3);
  }
  .darkmode .header .menu-mobile-toggle span {
    background: var(--black-color-0);
  }
  .darkmode .header .menu {
    background: var(--black-bg-2);
  }
  .darkmode .header .menu > ul > li > a {
    border-bottom: 1px solid var(--black-bg-3);
  }
  .darkmode .header .menu-mobile-toggle span {
    background: var(--white-color);
  }
  .header .menu .menu-mobile-header .menu-mobile-arrow {
    display: none;
    font-size: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: var(--blue-color);
    border: 0;
    color: var(--white-color);
  }
  .header .menu .menu-mobile-header.active .menu-mobile-arrow {
    display: block;
  }
  .header .menu .menu-mobile-header .menu-mobile-title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    text-transform: capitalize;
  }
  .header .menu .menu-mobile-header .menu-mobile-close {
    font-size: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: var(--blue-color);
    color: var(--white-color);
  }
  .header .menu .menu-section {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header .menu > ul > li .menu-subs {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
  }
  .header .menu > ul > li .menu-subs.active {
    display: block;
  }
  .header .menu > ul > li .menu-subs > ul > li > a {
    display: block;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.65);
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
}
.headerbg .menu > ul > li > a {
  color: var(--white-color);
}
.headerbg.sticky .menu > ul > li > a {
  color: var(--black-color-0);
}
.scriptheading {
  color: var(--orange-color);
  letter-spacing: 2px;
  display: block;
}
.card-img-round {
  border-radius: 14px;
  overflow: hidden;
}
.work-imags {
  box-shadow: 0 10px 20px -5px rgb(0 0 0/10%);
  overflow: hidden;
  border-radius: 14px;
}
.card-img-round img {
  width: 100%;
}
.icon-slider-block {
  text-align: center;
}
.icon-slider-block .slider-icon img {
  max-width: 60px;
  margin: 0 auto;
}
.icon-slider-block .slider-icon-text p {
  margin-top: 15px;
  font-size: 15px;
  line-height: 20px;
}
.roundimg {
  overflow: hidden;
  border-radius: 14px;
}
.sw-tabs-links .nav-tabs li + li {
  margin-top: 10px;
}
.sw-tabs-links .nav-tabs .nav-item.show .nav-link,
.sw-tabs-links .nav-tabs .nav-link.active {
  background-color: var(--orange-color);
  border-color: transparent;
  color: var(--white-color);
}
.sw-tabs-links .nav-tabs .nav-link:hover {
  background-color: var(--orange-color);
  color: var(--white-color);
}
.sw-tabs-links .nav-tabs {
  border-bottom: 0;
}
.sw-tabs-links .nav-tabs .nav-link i {
  margin-right: 8px;
}
.sw-tabs-links .nav-tabs .nav-link {
  margin-bottom: 0;
  background: 0 0;
  border: 0 solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  font-size: 18px;
  padding: 15px 20px;
  width: 100%;
  text-align: left;
  border-radius: 14px;
  background: var(--white-color);
  color: var(--black-color-1);
  box-shadow: 0 10px 20px -5px rgb(0 0 0/10%);
}
.sw-tabs-links .nav-tabs button {
  position: relative;
  display: flex;
  align-items: center;
}
.sw-tabs-links .nav-tabs button:after {
  position: absolute;
  content: "\f178";
  font-family: "font awesome 6 free";
  font-weight: 900;
  right: 15px;
  font-size: 14px;
  background: var(--white-lite-1);
  width: 20px;
  height: 20px;
  border-radius: 100px;
}
.sw-tabs-links .nav {
  flex-direction: column;
}
.blueket-card-noise {
  background: var(--bg-b2);
  border: 1px solid var(--bs-gray-300);
  width: 280px;
  margin: 0 auto;
}
.owl-carousel.full-button .owl-nav .owl-prev,
.owl-carousel.full-button .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--white-color);
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 7px 15px 0 rgb(0 0 0/15%);
}
.owl-carousel.full-button .owl-nav .owl-prev {
  color: var(--black-bg);
  left: -20px;
}
.owl-carousel.full-button .owl-nav .owl-next {
  color: var(--black-bg);
  right: -20px;
}
.clients-logo-table {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.img-client-logo-cell {
  padding: 30px;
  border: 1px solid var(--bs-gray-200);
  border-radius: 14px;
}
.owl-carousel.full-button.centerbtns .owl-nav .owl-prev {
  top: auto;
  transform: translateY(0%);
  color: var(--black-bg);
  left: -50px;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.owl-carousel.full-button.centerbtns .owl-nav .owl-next {
  top: auto;
  transform: translateY(0%);
  color: var(--black-bg);
  right: -50px;
  left: 0;
  margin: 0 auto;
}
.owl-carousel.full-button.centerbtns .owl-nav {
  position: relative;
  top: 30px;
}
.p-head-sw h3,
.p-head-sw p,
.p-head-sw h2,
.what-in-plan-sw h5,
.what-in-plan-sw ul li {
  color: var(--white-color);
}
.pricing-column:hover .sw-btn {
  grid-gap: 18px;
  box-shadow: 0 12px 25px 0 rgb(0 0 0/25%);
}
.pricing-table {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2px;
}
@media (min-width: 993px) and (max-width: 1199px) {
  .pricing-table {
    grid-template-columns: repeat(2, 1fr);
  }
  .pricing-column:nth-child(1) {
    border-radius: 14px 0 0 0;
  }

  .pricing-column:nth-child(2) {
    border-radius: 0 14px 0 0;
  }

  .pricing-column:nth-child(3) {
    border-radius: 0 0 0 14px;
  }

  .pricing-column:nth-child(4) {
    border-radius: 0 0 14px 0;
  }
}
.pricing-column {
  padding: 40px 0;
  position: relative;
}
.what-in-plan-sw {
  padding: 30px 30px 0;
  border-top: 2px solid var(--bs-body-bg);
}
.what-in-plan-sw h5 {
  font-size: 20px;
}
.p-head-sw {
  padding: 0 30px;
}
.p-head-sw h3 {
  font-size: 24px;
  margin: 0 0 10px;
}
.p-btn-cta-sw .sw-btn {
  width: 100%;
  line-height: 62px;
}
.p-btn-cta-sw {
  text-align: center;
  margin: 40px 0 30px;
  padding: 0 30px;
}
.what-in-plan-sw ul li {
  padding: 0 0 0 20px;
  font-size: 17px;
  position: relative;
}
.what-in-plan-sw ul li:before {
  content: "\f192";
  font-family: "font awesome 6 free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 9px;
}
.pricemain {
  margin: 30px 0 0;
  font-size: 40px;
  color: var(--white-color);
}
.what-in-plan-sw ul li + li {
  margin-top: 6px;
}
.tblfirst {
  border-radius: 14px 0 0 14px;
}
.tblend {
  border-radius: 0 14px 14px 0;
}
.recomnd-block-sw {
  color: var(--black-bg);
  background-color: var(--bs-warning);
  position: absolute;
  right: 0;
  left: 30px;
  width: fit-content;
  top: -14px;
  bottom: auto;
  display: flex;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}
.mediablock {
  display: flex;
  grid-gap: 25px;
  align-items: center;
}
.mediablock div:first-child {
  flex-shrink: 0;
}
.icondiv {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icondiv i {
  font-size: 35px;
}
.mediainfoblock p {
  font-size: 16px;
}
.dashbefore {
  position: relative;
  padding-left: 25px;
}
.dashbefore:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background: var(--orange-color);
}
.cardaclr a {
  color: var(--black-color-1);
}
.continfoblck h2 {
  font-size: 80px;
  line-height: 92px;
  font-weight: 800;
}
.contactinkediv a {
  color: var(--black-color-0);
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}
.footercreditnote {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-logo-sw .light {
  display: none;
}
.footer-logo-sw .dark {
  display: block;
}
footer {
  font-size: 16px;
  position: relative;
}
.footer-logo-sw a img {
  max-width: 200px;
}
.footer-links ul li + li {
  margin-top: 5px;
}
.footer-links ul li a {
  color: var(--black-color-0);
  text-decoration: underline;
  display: block;
}
.swhr {
  border-top: 1px solid var(--bs-gray-300);
}
.footercreditnote a {
  color: var(--black-color-1);
}
.linktitle {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  opacity: 0.8;
  display: block;
}
.sw-hover-1 a:hover {
  color: var(--orange-color) !important;
}
.sw-hover-1 a {
  display: inline-flex !important;
  padding: 3px 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  z-index: 1;
}
.sw-hover-1 a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}
.sw-hover-1 a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.breadcrum-area {
  padding-top: 170px;
  padding-bottom: 80px;
  background: var(--gradient-7);
}
.white-bg {
  background: var(--white-color);
}
.list-h-styled li::after {
  content: "";
  height: 4px;
  width: 4px;
  background-color: var(--black-color-1);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list-h-styled li:last-child::after {
  display: none;
}
.list-h-styled li a {
  color: var(--black-color-1);
}
.list-h-styled li {
  position: relative;
  display: inline-flex;
  color: var(--orange-color);
  position: relative;
  margin-right: 20px;
}
.contactnumberdiv a {
  display: table;
  color: var(--black-color-0);
  margin-top: 5px;
}
.flex-end {
  align-self: flex-end !important;
}
p + p {
  margin-top: 15px;
}
.imgcover img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}
.nameofitem h3 {
  font-size: 24px;
  line-height: 34px;
}
.filters ul {
  list-style: none;
  padding: 20px 0;
}
.filters .active[data-filter] {
  color: var(--orange-color);
  background: var(--bg-b0);
  border-bottom: 1px solid var(--orange-color);
}
.filters li {
  display: inline-block;
}
.filters > div > div[data-filter] {
  display: inline;
  padding: 10px 25px;
  font-size: 16px;
  color: var(--black-color-0);
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 1px;
  border-bottom: 1px solid hsl(0deg 0% 100%/0%);
}
.blueketworktile img {
  width: 100%;
}
.infoblocis {
  margin-top: 20px;
}
.blog-post-details-sw h1 {
  font-size: 34px;
  line-height: 44px;
  font-weight: 600;
}
.blog-content-part,
.img-block,
.blog-content-part h2,
.blog-content-part h3,
.blog-content-part h4,
.blog-content-part h5,
.blog-content-part h6,
.blog-content-part p,
.blog-content-part ul {
  margin-bottom: 30px;
}
.blueketlist {
  padding-left: 20px;
}
.blueketlist li {
  padding: 0 0 0 5px;
}
.blueketlist.number li {
  list-style-type: decimal;
}
.blueketlist.licircle li {
  list-style-type: circle;
}
.blueketlist li + li {
  margin-top: 5px;
}

.img-block {
  box-shadow: 0 7px 15px 0 rgb(0 0 0/15%);
}
.paragraph-block h2 {
  margin-bottom: 20px;
}
.paragraph-block h3 {
  margin-bottom: 20px;
}
.paragraph-block h4,
.paragraph-block h5,
.paragraph-block h6 {
  margin: 30px 0 20px;
}
.stickyposition-sw {
  position: sticky;
  top: 100px;
}
.pagination {
  display: inline-flex;
  padding-left: 0;
  list-style: none;
  box-shadow: 0 7px 15px 0 rgb(0 0 0/15%);
  justify-content: center;
}
.offcanvas.show .cbtn {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.btnclose {
  background: var(--white-color);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.btnclose .btn-close {
  padding: 0;
  margin: 0;
}
.offcanvas {
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.sidebar-offcanvas {
  width: 30vw;
  min-width: 300px;
  opacity: 0;
}
.offcanvas.show {
  transform: none;
  opacity: 1;
}
.sidebarlogooff img {
  max-width: 150px;
  height: auto;
}
.offcanvas-body,
.offcanvas-header {
  padding: 1rem 1.4rem;
}
.sidebarcontactblock .icondiv {
  width: 45px;
}
.sw-card {
  padding: 30px;
  border-radius: 14px;
}
.sw-card h4 {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 35px;
}
.cardicon img {
  width: 52px;
  margin-bottom: 20px;
}
.img-collage-set {
  position: relative;
}
.blueketshape1 {
  background-image: radial-gradient(var(--black-color-1) 2px, transparent 2px);
  background-size: 16px 16px;
}
.blueketshape2 {
  background: repeating-linear-gradient(
    -55deg,
    rgba(255, 255, 255, 0) 0.8px,
    var(--orange-color) 1.6px,
    var(--orange-color) 3px,
    rgba(255, 255, 255, 0) 3.8px,
    rgb(255 0 0/0%) 10px
  );
  border-radius: 100px;
}
.shapesw {
  position: absolute;
  z-index: 0;
  width: 150px;
  height: 150px;
  opacity: 0.7;
}
.shapecontrol-1 {
  right: 50px;
  top: 30px;
}
.shapecontrol-2 {
  left: 10px;
  bottom: -30px;
}
.imgcover {
  box-shadow: 0 10px 20px -5px rgb(0 0 0/10%);
}
.accordion-button:not(.collapsed) {
  color: var(--black-color-0);
  background-color: transparent;
  box-shadow: none;
}
.accordion-item {
  background-color: transparent;
  border: 0;
  padding: 0 0 0 30px;
  position: relative;
}
.accordion-button {
  padding: 0;
  color: var(--black-color-0);
  background-color: transparent;
  border: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 5;
  outline: none;
}
.accordion-body {
  padding: 0 0 15px;
  font-size: 17px;
  line-height: 26px;
}
.accordion-header {
  margin-bottom: 0;
  line-height: 1;
  outline: none;
  padding: 10px 0;
}
.accordion-button:focus {
  box-shadow: none;
}
.clients .accordion-button::after {
  flex-shrink: 0;
  width: auto;
  height: auto;
  margin-left: auto;
  content: "\f107";
  font-family: "font awesome 6 free";
  font-weight: 900;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  left: -30px;
  position: absolute;
}
.channels .accordion-button::after {
  flex-shrink: 0;
  width: auto;
  height: auto;
  margin-left: auto;
  content: "\f107";
  font-family: "font awesome 6 free";
  font-weight: 900;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  right: 0;
  position: absolute;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(-180deg);
  content: "\f107";
  font-family: "font awesome 6 free";
  font-weight: 900;
}
.sw-cardinfo {
  margin-top: 30px;
}
#scrollUp {
  bottom: 80px;
  right: 10px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
  opacity: 0.4;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0NDggNTEyJz48cGF0aCBkPSdNNDE2IDM1MmMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NUwyMjQgMTczLjNsLTE2OS40IDE2OS40Yy0xMi41IDEyLjUtMzIuNzUgMTIuNS00NS4yNSAwcy0xMi41LTMyLjc1IDAtNDUuMjVsMTkyLTE5MmMxMi41LTEyLjUgMzIuNzUtMTIuNSA0NS4yNSAwbDE5MiAxOTJjMTIuNSAxMi41IDEyLjUgMzIuNzUgMCA0NS4yNUM0MzIuNCAzNDguOSA0MjQuMiAzNTIgNDE2IDM1MnonLz48L3N2Zz4=);
  background-color: var(--white-color);
  box-shadow: 0 10px 10px rgb(17 17 17/30%);
}
#scrollUp:hover {
  opacity: 1;
}
.preloader div {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.1s;
}
.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background: #1d1d1d;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.darkmodeswitch {
  position: absolute;
  bottom: 24px;
  right: -30px;
}
.switch-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 55555;
  transform: none;
  justify-content: center;
}
.switch-wrapper .switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 34px;
}
.switch-wrapper .switch input {
  display: none;
}
.switch-wrapper input:checked + .slider {
  background-color: #242424;
  border: 1px solid #ffffff57;
}
.switch-wrapper .slider.round {
  border-radius: 50px;
}
.switch-wrapper .slider {
  background-color: #fff;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
  border: 1px solid #e2e2e2;
  box-shadow: 0 7px 15px 0 rgb(0 0 0/15%);
}
.switch-wrapper input:checked + .slider:before {
  content: "";
  background: url(../images/icons/moon.svg) #2196f3 no-repeat center center;
}
.switch-wrapper .slider.round:before {
  border-radius: 50%;
}
.switch-wrapper .slider:before {
  bottom: 4px;
  content: "";
  background: url(../images/icons/sun.svg) #ffc400 no-repeat center center;
  height: 24px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 24px;
}
.error404page {
  width: 100%;
  height: 100vh;
  display: grid;
  align-items: center;
}
.pagecontentss h2 {
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--orange-color2);
  margin: 20px 0 10px;
}
.hidden {
  display: none;
}
.hero-slider {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
.hero-slider .slide-inner {
  position: relative;
}
.hero-slider .slide-inner:before {
  content: "";
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  top: 0;
  left: 0;
  right: 0;
}
.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}
.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: 0 0;
  width: 35px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 1px solid #d4d3d382;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}
.hero-slider .swiper-button-prev:before {
  font-family: "font awesome 5 free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}
.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}
.hero-slider .swiper-button-next:before {
  font-family: "font awesome 5 free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  font-weight: 900;
}
.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all 0.2s ease;
}
.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination {
  text-align: left;
}
.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 750px;
}
.hero-style .slide-title h2 {
  font-size: 45px;
  line-height: 65px;
  color: #fff;
  margin: 0 0 20px;
  transition: all 0.4s ease;
}
.hero-style .slide-text p {
  letter-spacing: normal;
  color: #fff;
  margin: 0 0 30px;
  transition: all 0.4s ease;
}
.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}
.cardicon-out {
  border-radius: 40px;
  padding: 28px;
  width: 120px;
  height: 120px;
  background: var(--white-color);
  margin: -80px auto 0;
}
.dm4 .sw-card {
  position: relative;
  text-align: center;
}
.sw-cl-2 {
  background: var(--bg-b2);
}
.swbttitlex {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: var(--black-color-0);
  margin-bottom: 15px;
}
.headerbg .brandlogo .dark {
  display: none;
}
.headerbg .brandlogo .light {
  display: block !important;
}
.headerbg.sticky .brandlogo .dark {
  display: block;
}
.headerbg.sticky .brandlogo .light {
  display: none !important;
}
.darkmode .headerbg.sticky .brandlogo .light {
  display: block !important;
}
.darkmode .headerbg.sticky .brandlogo .dark {
  display: none !important;
}
.header .menu > ul > li .menu-subs > ul > li > a:hover {
  color: var(--orange-color) !important;
}
.scrollrow {
  -webkit-transition: 1.1s cubic-bezier(0.16, 0.84, 0.442, 0.98);
  -o-transition: 1.1s cubic-bezier(0.16, 0.84, 0.442, 0.98);
  transition: 1.1s cubic-bezier(0.16, 0.84, 0.442, 0.98);
}
.clients .faq-sw1 .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 10px;
  padding-bottom: 10px;
}
.channels .faq-sw1 .accordion-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
}
.channels .faq-sw1 .accordion-item ul {
  list-style: initial;
  padding: 20px;
}
.channels .faq-sw1 .accordion-item .accordion-body p strong {
  font-weight: bold;
}
.channels .faq-sw1 .accordion-item .accordion-body p:first-child {
  margin-top: 20px;
}
.innerheadbg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.innerheadbg::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #030821;
  left: 0;
  top: 0;
  opacity: 0.6;
  z-index: 0;
}
.text-white :where(h1, h2, h3, h4, h5, h5, p, a, a span),
.text-white .list-h-styled li a,
.text-white .contactinkediv a {
  color: var(--white-color);
}
#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.contactblk {
  padding: 30px;
  border-radius: 14px;
}
.padding-right-70 {
  padding-right: 70px;
}
.icon-setss {
  display: flex;
  justify-content: space-between;
}
.icon-imgg img {
  width: 42px;
}
.icon-txt p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}
.form-btm-set {
  border: 1px dashed var(--bs-gray-300);
  padding: 30px;
  border-radius: 14px;
  margin-top: 60px;
}
.form-btm-set h5 {
  background: var(--white-color);
  width: fit-content;
  margin: -48px auto 0;
  padding: 0 20px;
  border: 1px dashed var(--bs-gray-300);
  border-radius: 8px;
  font-size: 18px;
}
.innerheadbg .list-h-styled li::after {
  background-color: var(--white-color);
}
.progressbar {
  width: 100%;
  position: relative;
}
.swdarkfooter {
  background: var(--black-bg);
  color: var(--white-color);
}
.swdarkfooter .swhr {
  border-top: 1px solid var(--black-bg-3);
}

.swdarkfooter .footercreditnote a,
.swdarkfooter .footer-links ul li a {
  color: var(--white-color);
}
.preloader {
  background: 0 0;
}
.preloader::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  z-index: -1;
  background: var(--black-bg);
  -webkit-transition: 1.1s;
  transition: 1.1s;
  -webkit-clip-path: ellipse(66% 100% at 50% 0%);
  clip-path: ellipse(66% 100% at 50% 0%);
}
.preloader::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80%;
  z-index: -1;
  background: var(--black-bg);
  -webkit-transition: 1.1s;
  transition: 1.1s;
  -webkit-clip-path: ellipse(85% 100% at 50% 100%);
  clip-path: ellipse(85% 100% at 50% 100%);
}
.h1 {
  font-size: 70px;
  line-height: 90px;
  font-weight: 800;
}
@keyframes floatingy {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-20px);
  }
  75% {
    transform: translateY(20px);
  }
}
@keyframes floatingx {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-20px);
  }
  75% {
    transform: translateX(20px);
  }
}
.img-client-logo-cell {
  padding: 30px;
  height: 110px;
  border: 1px solid var(--bs-gray-200);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
}
.custom-control label {
  text-indent: 0;
  padding: 0;
}
.customcheck {
  display: flex;
  grid-gap: 10px;
}
.contact-block-sw {
  padding: 50px 30px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 15px 0 rgb(0 0 0/14%);
}
.ctmlabl {
  font-size: 15px;
  line-height: 20px;
}
.custom-control-label::before,
.custom-control-label::after {
  top: 0;
}
.porkai-btn {
  text-transform: uppercase;
  color: #fff;
  background: var(--blue-color);
  border-radius: 50px;
  display: inline-flex;
  font-size: 18px;
  padding: 0 32px;
  height: 62px;
  overflow: hidden;
  border: 1px solid #0057ff;
  align-items: center;
  justify-content: center;
  position: relative;
}
.form-block input,
.form-block select {
  height: 50px;
  padding: 0 15px;
  border-width: 0 0 2px;
  border-image: initial;
  border-bottom: 2px solid #e6e6e6;
  border-radius: 0;
}
.form-block textarea {
  height: 100px;
  padding: 15px;
  border-width: 0 0 2px;
  border-image: initial;
  border-bottom: 2px solid #e6e6e6;
  border-radius: 0;
}
.form-block input,
.form-block select,
.form-block textarea {
  color: #172b43;
  font-size: 18px;
  width: 100%;
  margin: 0 0 15px;
  background: #fff;
  outline: 0;
}
.floating-label {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.floating-input,
.floating-select {
  font-size: 14px;
  padding: 4px;
  display: block;
  width: 100%;
  height: 45px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #c5c5c5;
}
.floating-input:focus,
.floating-select:focus {
  outline: none;
  border-bottom: 1px solid #0057ff;
}
.floating-label label {
  color: #110a32;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 30px;
  top: 12px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  margin-bottom: 0;
}
.floating-input:focus ~ label,
.floating-input:not(:placeholder-shown) ~ label,
.floating-select:focus ~ label,
.floating-select:not([value=""]):valid ~ label {
  top: 0;
  font-size: 12px;
  line-height: 1;
  color: #828282;
  background: #fff;
  width: 50%;
}
#contactform .error-label .error {
  color: #ff0500;
  display: block;
  margin: 0;
  font-size: 12px;
  line-height: 1;
  bottom: 8px;
  top: inherit;
  background: #fff;
  padding: 0 8px;
  margin: 0 0 0 -8px;
}
.formicon {
  position: absolute;
  top: 12px;
  left: 20px;
}
.iconin .form-block input,
.iconin .form-block select {
  padding: 0 25px 0 35px;
}
.iconin .form-block textarea {
  padding: 15px 15px 15px 35px;
  margin-top: 1px;
}
.iconin .floating-label label {
  left: 48px;
}
.loader-icon {
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #0057ff;
  justify-content: center;
  align-items: center;
}
.loader-icon:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid rgb(255 255 255/20%);
  border-top-color: #fff;
  animation: spinner 0.6s linear infinite;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.blueketform input.error,
.blueketform select.error,
.blueketform textarea.error {
  border-bottom: 1px solid red;
}
.blueketform input.valid,
.blueketform select.valid,
.blueketform textarea.valid {
  border-bottom: 1px solid #00a759;
}
.blueketform input.valid,
.blueketform textarea.valid {
  background-image: url(data:image/svg+xml;base64,CjxzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB2aWV3Qm94PScwIDAgMjQgMjQnPjxwYXRoIGZpbGw9JyMwMGE3NTknIGQ9J00xOC43MSw3LjIxYTEsMSwwLDAsMC0xLjQyLDBMOS44NCwxNC42Nyw2LjcxLDExLjUzQTEsMSwwLDEsMCw1LjI5LDEzbDMuODQsMy44NGExLDEsMCwwLDAsMS40MiwwbDguMTYtOC4xNkExLDEsMCwwLDAsMTguNzEsNy4yMVonLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px;
}
.blueketform input.error,
.blueketform textarea.error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0nTGF5ZXJfMScgZGF0YS1uYW1lPSdMYXllciAxJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCc+PHBhdGggZmlsbD0nI2ZmMDAwMCcgZD0nTTEyIDJBMTAgMTAgMCAxIDAgMjIgMTIgMTAuMDExMTQgMTAuMDExMTQgMCAwIDAgMTIgMlptMCAxOGE4IDggMCAxIDEgOC04QTguMDA5MTcgOC4wMDkxNyAwIDAgMSAxMiAyMFptMC04LjVhMSAxIDAgMCAwLTEgMXYzYTEgMSAwIDAgMCAyIDB2LTNBMSAxIDAgMCAwIDEyIDExLjVabTAtNGExLjI1IDEuMjUgMCAxIDAgMS4yNSAxLjI1QTEuMjUgMS4yNSAwIDAgMCAxMiA3LjVaJy8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px;
}
.blueketform textarea.error,
.blueketform textarea.valid {
  background-position-x: 98%;
  background-position-y: 10px;
}
@keyframes animate {
  0% {
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.01);
  }
}
.innerheadbg {
  background-position: center center !important;
}
