.holderCircle,
.my-cta,
.my-cta span,
.my-cta svg {
  position: relative;
}

.my-cta,
a {
  text-decoration: none !important;
}

body,
html {
  width: 100vw;
  overflow-x: hidden;
}

a,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  font-family: Inter, sans-serif !important;
}

.hero-bg {
  background: linear-gradient(#070624 -17.19%, rgba(7, 6, 36, 0) 111.4%),
    linear-gradient(86.97deg,
      rgba(255, 168, 0, 0.4) -0.67%,
      rgba(25, 187, 125, 0.4) 24.91%,
      rgba(0, 82, 204, 0.4) 48.82%,
      rgba(69, 164, 236, 0.4) 72.18%,
      rgba(184, 95, 255, 0.4) 88.31%),
    #070624;
}

.my-cta {
  margin: auto;
  padding: 18px 20px;
  transition: 0.2s;
}

.my-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: #8512e0;
  width: 56px;
  height: 56px;
  transition: 0.3s;
}

.my-cta span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
  color: #fff;
}

.my-cta svg {
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: 0.3s;
}

.my-cta:hover:before {
  width: 100%;
  background: #8512e0;
}

.my-cta:hover svg {
  transform: translateX(0);
}

.my-cta:active {
  transform: scale(0.96);
}

.my-grad {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90.05deg,
      #b5ffd3 0.02%,
      #d1a4ff 39.16%,
      #ffa5af 75.82%,
      #ffdca4 112%);
  -webkit-background-clip: text;
  background-clip: text;
}

.footer-top-sec .my-cta span,
.my-btn .my-cta span,
ul.footer-list a {
  color: #000;
}

.my-btn .my-cta svg {
  stroke: #000;
}

.my-btn .my-cta:before,
.my-btn .my-cta:hover:before {
  background: #c7edf9;
}

.my-card-shadow {
  background: #fff;
  box-shadow: 0 1px 4px rgba(55, 73, 87, 0.06),
    0 10px 20px rgba(55, 73, 87, 0.1);
  border-radius: 8px;
  transition: 0.2s ease-in-out;
}

.my-card-shadow:hover {
  box-shadow: 0 4px 16px rgba(55, 73, 87, 0.1),
    0 25px 50px rgba(55, 73, 87, 0.15);
  transform: translateY(-2px);
}

.my-shadow,
.my-shadow-eff {
  box-shadow: 0 2px 13px -1px rgb(0 0 0 / 15%);
}

.my-text-wrapper span.cursor.typing {
  animation: none;
}

.ast-site-identity {
  padding: 12px 0 !important;
}

@keyframes blink {

  0%,
  100%,
  49% {
    background-color: #ccc;
  }

  50%,
  99% {
    background-color: transparent;
  }
}

.holderCircle {
  width: 500px;
  height: 500px;
  border-radius: 100%;
  margin: 60px auto;
}

.contentCircle .CirItem,
.dotCircle {
  bottom: 0;
  right: 0;
  margin: auto;
  top: 0;
  left: 0;
}

.dotCircle {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  z-index: 20;
}

.dotCircle .itemDot {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  background: linear-gradient(to right, #7d4ac7 0, #a733bb 100%);
  color: #7d4ac7;
  border-radius: 20px;
  text-align: center;
  line-height: 80px;
  z-index: 3;
  cursor: pointer;
  border: 2px solid #e6e6e6;
  font-size: 50px;
  display: grid;
  place-content: center;
}

.iq-features .fa-brands,
.iq-features .fa-solid,
.iq-features .fab,
.iq-features .fas {
  color: #fff;
}

.dotCircle .itemDot .forActive {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.dotCircle .itemDot .forActive::after {
  content: "";
  width: 5px;
  height: 5px;
  border: 3px solid #7d4ac7;
  bottom: -31px;
  left: -14px;
  filter: blur(1px);
  position: absolute;
  border-radius: 100%;
}

.dotCircle .itemDot .forActive::before {
  content: "";
  width: 6px;
  height: 6px;
  filter: blur(5px);
  top: -15px;
  position: absolute;
  transform: rotate(-45deg);
  border: 6px solid #a733bb;
  right: -39px;
}

.dotCircle .itemDot.active .forActive {
  display: block;
}

.round {
  position: absolute;
  left: 40px;
  top: 45px;
  width: 410px;
  height: 410px;
  border: 2px dotted #a733bb;
  border-radius: 100%;
  -webkit-animation: 100s linear infinite rotation;
}

.dotCircle .itemDot.active,
.dotCircle .itemDot:hover {
  color: #fff;
  transition: 0.5s;
  background: #7d4ac7;
  background: -moz-linear-gradient(left, #7d4ac7 0, #a733bb 100%);
  background: -webkit-linear-gradient(left, #7d4ac7 0, #a733bb 100%);
  background: linear-gradient(to right, #7d4ac7 0, #a733bb 100%);
  border: 2px solid #fff;
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
}

.contentCircle {
  width: 250px;
  border-radius: 100%;
  color: #222;
  position: relative;
  top: 175px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contentCircle .CirItem {
  border-radius: 100%;
  color: #fff;
  position: absolute;
  text-align: center;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
  font-size: 15px;
  width: 100%;
  height: 100%;
  line-height: 250px;
}

.CirItem.active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  transition: 0.5s;
}

@media only screen and (min-width: 300px) and (max-width: 599px) {

  .dotCircle,
  .holderCircle::after {
    width: 100%;
    height: 100%;
  }

  .holderCircle {
    margin: 110px auto;
  }

  .dotCircle {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

.title-box .title {
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  z-index: -1;
  line-height: 32.5px;
  font-size: 28px;
  margin-bottom: 10px !important;
}

.title-box span {
  font-weight: 800;
  color: #fff !important;
}

.title-box p {
  font-size: 16px;
  line-height: 23px;
  color: #fff;
}

#my-badge img {
  max-width: 55px;
  position: fixed;
  top: -2px;
  right: 40px;
  z-index: 999 !important;
}

.site-header {
  z-index: 9 !important;
}

.main-header-menu .menu-item {
  transition: 0.2s ease-in-out;
}

.main-header-menu .menu-item:hover {
  transform: translateY(-1.6px);
}

.app-seg-logo,
.my-i,
.wpr-member-image {
  display: flex;
  justify-content: center;
}

.my-flex-a {
  display: flex;
  gap: 50px;
  align-items: center;
}

.my-flex-c {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}

.my-flex-a h2 {
  font-size: 18px;
  text-align: center;
}

.my-i img {
  width: 60px;
  height: 60px;
  object-fit: scale-down;
  transition: 0.3s ease-in-out;
}

.app-seg-logo img {
  width: 90%;
}

.app-seg-logo img:hover,
.mp-box img:hover,
.my-i img:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

.wpforms-container .wpforms-field-row.wpforms-field-medium,
.wpforms-container input.wpforms-field-medium,
.wpforms-container select.wpforms-field-medium {
  max-width: 90% !important;
}

button#wpforms-submit-732 {
  padding: 22px 64px;
  display: grid;
  place-content: center;
  border-radius: 10px;
}

.home figure.swiper-slide-inner {
  width: 85px;
  height: 45px;
  overflow: hidden;
}

.home-slider img.swiper-slide-image {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.elementor-element-c8b3b0d {
  -webkit-mask-image: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgb(0, 0, 0) 15%,
      rgb(0, 0, 0) 85%,
      rgba(255, 255, 255, 0) 100%);
}

.ast-separate-container .ast-article-single,
.ast-separate-container .comment-respond {
  padding: 40px !important;
}

.awsm-jobs-archive-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}

.awsm-job-form-inner h2 {
  font-size: 25px;
}

input#awsm-application-submit-btn {
  padding: 14px 64px;
  background: #00099d;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
}

.awsm-job-form-group label {
  font-size: 16px;
}

.about-box,
.career-box,
.mp-box,
.wpr-flip-box-front {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02), 0 16px 40px rgba(0, 0, 0, 0.06);
  border-radius: 16px !important;
  background: #fff;
}

.wpr-flip-box-back {
  border-radius: 16px !important;
}

.mp-box {
  padding: 30px !important;
}

.dotCircle .itemDot img {
  width: 50px;
  object-fit: scale-down;
}

.app-seg-row-1,
.app-seg-row-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.app-seg-row-1>div,
.app-seg-row-2>div {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #e4e6e9;
  border-radius: 12px;
  margin: 15px;
  padding: 18px 15px;
}

.app-segment-wrapper h3 {
  font-size: 20px;
  margin: 0;
}

.app-seg-row-1>div:hover,
.app-seg-row-2>div:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02), 0 16px 40px rgba(0, 0, 0, 0.06);
  border: none;
}

.netw-img img {
  width: 400px;
  height: 400px;
  object-fit: scale-down;
}

.contact-add-container {
  padding: 45px;
  background: #f4f4f4;
  border-radius: 20px;
}

.contact-add-container h2 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #0d148c;
}

.contact-add-container p {
  font-size: 14px;
  color: #0d148c;
}

.add-row-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.add-row-1 {
  margin-bottom: 30px;
}

.elementor-357 .elementor-element.elementor-element-5fc299a {
  border-radius: 20px;
}

.my-shadow-form {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 -2px 4px -2px rgb(0 0 0 / 0.1);
}

.footer-para p {
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  margin-top: 10px !important;
}

footer h2.widget-title {
  font-weight: 600;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.ast-footer-copyright {
  text-align: left;
  font-size: 13px;
  margin-top: 20px;
}

footer a.menu-link {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.footer-logo {
  max-width: 170px;
}

.ast-builder-grid-row-4-lheavy .ast-builder-grid-row {
  grid-template-columns: 1.4fr 1fr 1fr 1fr !important;
}

ul.footer-list {
  display: flex;
  gap: 12px;
}

.widget_nav_menu li:hover {
  transform: translateY(-1.5px);
  transition: 0.2s ease-in-out !important;
}

.awsm-selectric .label {
  font-size: 15px;
  color: #000;
  font-weight: 600;
}

.single .post-navigation a {
  font-size: 18px;
  color: #000;
}

.ast-separate-container .post-navigation {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

ul.footer-list i:hover {
  transform: scale(1.2);
  transition: 0.3s ease-in-out;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] {
  background-color: #fff;
  background-image: url(https://ik.imagekit.io/uwuohiivl/click2commission.com/uploads/2023/11/dots-pattern.webp);
}

.footer-top-sec {
  padding: 40px 0;
}

.footer-top-sec h2 {
  font-size: 30px;
  color: #0d148c;
  font-weight: 700;
  padding-bottom: 15px;
}

.publisher-img img {
  width: 200px;
  height: 200px;
  object-fit: scale-down;
}

.my-hue {
  filter: hue-rotate(180deg);
}

#wpforms-submit-732 {
  background: #0d148c !important;
}

#wpforms-form-732 input:focus,
#wpforms-form-732 select:focus,
#wpforms-form-732 textarea:focus {
  border-color: #0d148c !important;
  box-shadow: 0 0 0 1px #0d148c, 0 1px 2px #0d148c !important;
}

div.wpforms-container-full select>option:not(.placeholder):checked {
  background-color: #0d148c !important;
  color: #fff;
}

.career-box {
  border: 1px solid #ccc;
}

.career-box:hover {
  background: #0d148c;
}

.career-box:hover h2,
.career-box:hover p {
  color: #fff !important;
}

.career-box:hover img {
  filter: brightness(0) invert(1);
}

.page-id-413 img.swiper-slide-image {
  width: 100%;
  padding: 8px;
  box-shadow: 0 1px 4px rgba(55, 73, 87, 0.06), 0 10px 20px rgba(55, 73, 87, 0.1);
  border: 1px solid #d3d3d3;
  max-height: 260px;
  height: 260px;
  object-fit: cover;
}

.ast-button-wrap .menu-toggle:focus {
  outline: 0;
}

.jobs-none-container p {
  font-size: 20px;
  font-weight: 700;
  color: #0d148c;
  letter-spacing: -0.2px;
}

.value-flex {
  display: flex;
  justify-content: space-evenly;
  align-content: flex-start;
}

.about-box {
  height: 260px;
}

.elementor-element-578dd75:hover img {
  transform: rotate(360deg);
  transition: 0.4s ease-in-out;
  -moz-transition: 0.4s;
}

.elementor-element-45c7768:hover img {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s;
}

.marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 0;
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  gap: 0;
  min-width: 100%;
  animation: 15s linear infinite scroll;
  padding: 0 !important;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.marquee--fit-content {
  max-width: fit-content;
}

.marquee--pos-absolute .marquee__content:last-child {
  position: absolute;
  top: 0;
  left: 0;
}

ul.marquee__content li {
  list-style: none;
  text-transform: uppercase;
  font-size: 20px;
  color: #0d148c;
  display: flex;
  justify-content: center;
  align-items: center !important;
  gap: 12px;
  padding-right: 15px;
  font-family: system-ui !important;
  font-weight: 300;
}

.enable-animation .marquee--pos-absolute .marquee__content:last-child {
  animation-name: scroll-abs;
}

@keyframes scroll-abs {
  from {
    transform: translateX(calc(100% + var(--gap)));
  }

  to {
    transform: translateX(0);
  }
}

a:focus {
  outline: none !important;
}

/* responsive */
@media (max-width:767px){
  .page-id-413 img.swiper-slide-image{
     height: 150px;
     max-height: 150px;
  }
  .page-id-413 .elementor-widget-image-carousel .swiper-slide{
    margin-left: 0  !important;
    margin-right: 8px !important;
  }
  .page-id-413 img.swiper-slide-image{
    box-shadow: unset;
  }
  
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .elementor-27 .elementor-element.elementor-element-69df407 {
    width: 50% !important;
  }

  #my-badge img {
    max-width: 42px;
    right: 18px;
  }

  .site-header-primary-section-right.site-header-section.ast-flex.ast-grid-right-section {
    gap: 20px;
  }
}

@media (max-width: 1024px) {
  #my-badge {
    display: none;
  }
}

@media (max-width: 767px) {
  .my-cta {
    padding: 12px;
  }

  .my-cta span {
    font-size: 10px;
  }

  .my-cta:before {
    border-radius: 28px;
    width: 45px;
    height: 45px;
  }

  .wpforms-container .wpforms-field {
    width: 100% !important;
    margin: 0 !important;
    padding: 10px 0 !important;
    text-align: left;
  }

  .app-seg-row-1,
  .app-seg-row-2 {
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .app-seg-row-1>div,
  .app-seg-row-2>div {
    width: 40%;
    margin: 10px;
    padding: 12px;
  }

  .app-segment-wrapper h3,
  .contact-add-container p,
  .footer-para p,
  .my-flex-a h2,
  footer a.menu-link {
    font-size: 12px;
  }

  .my-flex-a {
    gap: 15px;
  }

  .my-i img {
    width: 30px;
    height: 30px;
  }

  .my-flex-c {
    gap: 10px;
  }

  .contact-add-container {
    padding: 20px;
  }

  .add-row-2 {
    gap: 0;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .add-row-2>div {
    width: 45%;
  }

  .contact-add-container h2 {
    font-size: 15px;
  }

  .wpforms-container input.wpforms-field-medium {
    max-width: 100% !important;
  }

  .wpforms-container .wpforms-field-label,
  form input,
  form select,
  form textarea {
    font-size: 14px !important;
  }

  .ast-builder-grid-row-4-lheavy .ast-builder-grid-row {
    grid-template-columns: 1.5fr 1fr !important;
    gap: 10px !important;
  }

  .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    padding: 35px 20px 20px;
  }

  footer h2.widget-title {
    font-size: 14px;
    margin: 10px 0;
  }

  .footer-top-sec h2 {
    font-size: 22px;
  }

  section#block-15,
  section#nav_menu-3 {
    text-align: right;
  }

  section#nav_menu-4 {
    text-align: left;
  }

  ul.footer-list {
    justify-content: flex-end;
  }

  .footer-logo {
    max-width: 140px;
  }

  button#wpforms-submit-732 {
    padding: 13px 45px;
    font-size: 14px;
    height: unset;
  }

  .elementor-element-c1767f1 br {
    display: none;
  }

  .title-box p {
    font-size: 11px;
    line-height: 15.8px;
    padding: 0 45px;
    text-align: center;
  }

  .title-box .title {
    line-height: 20.5px;
    font-size: 14px;
    text-align: center;
    padding: 0 40px;
  }

  .dotCircle .itemDot img {
    width: 30px;
  }

  .dotCircle .itemDot {
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }

  .holderCircle {
    width: 300px;
    height: 300px;
    margin: 30px auto !important;
  }

  .round {
    width: 200px;
    height: 200px;
  }

  .contentCircle .CirItem {
    bottom: 80px;
    top: unset;
  }

  .iq-features .col-lg-6.col-md-12 {
    padding: 0 !important;
    position: unset;
  }

  .footer-top-sec {
    padding: 20px 0;
  }
}