/* ANCHOR General */
:root {
  /* stylelint-disable-next-line custom-property-pattern */
  --primary-color: var(--primary_color);
  /* stylelint-disable-next-line custom-property-pattern */
  --primary-color2: var(--primary_color2);
  --primary-color3: #5f5e61;
  /* stylelint-disable-next-line custom-property-pattern */
  --primary-light: var(--primary_light);
  /* stylelint-disable-next-line custom-property-pattern */
  --font-yantramanv: var(--font_yantramanv);
  --spacer-height: 80px;
  --spacer-height-responsive: 50px;
  --cc-background-color: white;
  --cc-border-color: #ededed;
  --cc-shadow: 0 0.625em 1.875em rgb(2 2 3 / 30%);
  --cc-btn-primary-color: #253b48;
  --cc-btn-primary-hover-color: #1d2e38;
  --cc-btn-secondary-color: #e5ebef;
  --cc-btn-secondary-hover-color: #d8e0e6;
  --cc-toggle-on-background: #253b48;
  --cc-toggle-off-background: #919ea6;
  --cc-toggle-disabled-background: #d5dee2;
  --cc-toggle-knob-color: white;
  --cc-modal-background-color: rgb(0 0 0 / 80%);
  --content-service-title-color: #fffc;
  --contact-area-p-color: #06121a;
  --news-area-color: #d9d9d9;
  --default-font-size: 18px;
  --small-font-size: 16px;
  --medium-font-size: 42px;
  --extra-small-font-size: 15px;
  --border-color-service: #80808021;
  --black-overlay-services: #1c1c1c7a;
  --logo-as-blue: #19669c;
  --logo-as-orange: #f07e14;
  --logo-as-grey: #68686a;
}

iframe {
  border: 0;
}

.inline-img {
  height: 1em;

  /* Match the text height */
}

p {
  font-size: var(--default-font-size) !important;
}

.policy-body p {
  font-weight: 400;
}

.service-card p {
  font-size: var(--small-font-size) !important;
}

.service-card {
  padding: 50px 34px;
  transition: transform 0.3s ease-in-out;
}

.hero-service-about {
  padding: var(--spacer-height);
  background: var(--primary-light);
}

.hero-company-box {
  padding: 56px 34px !important;
}

.text {
  font-size: bold;
  text-transform: uppercase;
  background: linear-gradient(to right, rgb(68 69 125) 0, var(--primary-color));
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-policy {
  font-weight: bold;
  text-transform: uppercase;
}

.content-technology {
  color: rgb(255 255 255 / 80%);
  margin-bottom: 10px;
  font-size: var(--small-font-size) !important;
}

.section-title {
  font-size: 50px;
}

.portoflio-area {
  padding: var(--spacer-height) 0;
  margin-top: var(--spacer-height);
}

.section-title1 {
  margin-top: 30px;
  font-size: 26px;
}

.cta-area p {
  line-height: 1.5 !important;
}

.cta-area .cta-body p {
  text-align: center;
}

.spacer {
  margin-top: 185px;
}

.pointer {
  cursor: pointer;
}

.error-text {
  color: red;
  font-size: var(--extra-small-font-size);
}

.animatable,
.animatable * {
  visibility: hidden;
  animation: none !important;
}

section:last-of-type {
  margin: var(--spacer-height) 0 var(--spacer-height) 0 !important;
}

section:not(
  .hero-empowerment-area,
  .hero-service-wrap.hero-section-wrap,
  .hero-section-wrap.hero-home2,
  .case-studio-area
) {
  margin: var(--spacer-height) 0 0 0;
}

.hero-empowerment-area .custom-row {
  border-bottom: none;
  padding-bottom: 0;
}

section:not(
  .hero-empowerment-area,
  .hero-service-wrap.hero-section-wrap,
  .company-page > .service-area,
  .about-service3-area,
  .case-studio-area
) {
  padding: 0;
}

.section-subtitle {
  letter-spacing: 3px;
}

.client-area {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}

.case-studio-area {
  padding: var(--spacer-height) 0;
}

.fa-solid,
.fas {
  color: var(--primary-color3);
  font-weight: 900;
}

.hide {
  visibility: hidden;
  display: none;
}

.hero-empowerment-area {
  padding-top: var(--spacer-height) !important;
}

.footer-links-color li {
  color: rgba(255 255 255 / 80%);
}

.li-services li {
  margin-bottom: 10px;
  background-color: var(--primary-light);
  padding: 10px;
  border-radius: 10px;
  font-size: var(--extra-small-font-size);
}

.li-policy li {
  font-size: var(--default-font-size) !important;
  line-height: 30px !important;
}

.footer-links ul li {
  white-space: nowrap;
  font-weight: 500;
}

.about-timeline .about-timeline-item p {
  font-size: var(--extra-small-font-size) !important;
  line-height: 19.5px;
  color: #fff;
}

.about-service4-inner .content-box h1 {
  font-weight: 700 !important;
}

.hero-empowerment-area .hero-empowerment-left-content p {
  font-size: var(--default-font-size);
  font-weight: 300;
  margin-bottom: 0;
}

.company-page .service-section-header p {
  color: #fff;
}

.testimonial-area .testimonial-item-body p {
  font-size: var(--default-font-size);
  font-weight: 400;
  line-height: 28px;
  color: rgba(255 255 255 / 70%);
  border-top: 1px solid rgba(255 255 255 / 10%);
  padding-top: 16px;
}

.country-select,
.header-bar .header-bar-body p {
  font-size: 14px !important;
}

.contact-area .contact-experience ul li p {
  font-size: var(--default-font-size);
  color: var(--contact-area-p-color);
  line-height: 1.2;
  font-weight: 400;
}

.blog-details-area .blog-details-body .blog-details-inner p {
  margin-bottom: 0 !important;
}

.li-services a {
  font-weight: 450;
  color: #000;
}

.contact-info-box h6 a {
  line-height: 1.3;
  font-size: var(--default-font-size);
}

.footer-contact-info-item p a {
  font-size: var(--small-font-size) !important;
}

.li-services a:hover {
  color: #08619b;
}

.container-a .content a {
  text-decoration: none;
  color: #000;
  font-size: 13px;
  border: 2px solid #ffffff57;
  padding: 10px 21px;
  background-color: #ffffffc2;
  display: block;
  max-width: 180px;
  margin: 0 auto;
  margin-top: 0;
  transition: 0.4s ease-out;
  font-weight: 600 !important;
  opacity: 0;
}

.right .case-studio-contents h3 a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.header-area .navbar-wrapper ul .mega-menu-link-subtitle a {
  font-size: 16px;
}

.hero-service-about .hero-service-about-body ul li {
  font-weight: 400 !important;
  display: inline !important;
  line-height: 1.5;
  font-size: var(--default-font-size) !important;
}

.contact-info-box h6 {
  font-weight: 400;
}

.about-service3-area h5 {
  color: var(--primary-color2) !important;
}

.service4-area .section-header h5 {
  color: #f08018;
}

.service-card:hover {
  transform: scale(1.03) !important;
}

@media (width <=688px) {
  .cc-banner {
    width: 100%;
    max-width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 0;
  }

  .cc-banner-buttons,
  .cc-modal-buttons {
    flex-direction: column;
  }

  .cc-banner-button,
  .cc-modal-button {
    max-width: 100%;
  }

  .cc-modal-window {
    width: 90%;
  }
}

/* ANCHOR Header */
.header-bar {
  padding: 10px 0;
}

.header-area .navbar-wrapper > ul > li {
  line-height: 80px;
}

.header-area {
  width: 100%;
  top: 41px;
  border-bottom: unset;
  position: fixed;
  z-index: 1024;
  background: none;
}

.services-body .header-area {
  background-color: white !important;
}

.header-area.is-fixed {
  top: 0;
  background: #fff;
  box-shadow: 0 4px 30px 5px rgb(0 0 0 / 3%);
}

.country-select {
  background-color: var(--dark1);
  background-position-y: 8px;
}

/* stylelint-disable-next-line selector-id-pattern */
#dataWord {
  cursor: pointer;
  color: var(--primary-color2);
}

/* ANCHOR Animations */

.container-a {
  height: 50vh;
}

.container-a .item {
  margin: auto;
  float: left;
  position: relative;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  width: 25%;
  height: 50vh;
  min-width: 10%;
  background-color: #000;
  display: table;
}

.header-service-a {
  padding-right: 0 !important;
}

.accordion-font-size {
  font-size: 22px;
  margin-bottom: 0;
  color: #000;
  font-family: var(--font-yantramanv);
}

.accordions .item {
  display: grid;
  grid-template-rows: auto 0fr;
  overflow: clip;
  padding: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #e1e5ef;
  border-radius: 10px;
  background-color: var(--primary-light);
  transition-property: grid-template-rows;
  transition-timing-function: cubic-bezier(0.44, -0.01, 0, 1);
  transition-duration: var(--duration, 0.3s);
}

.accordion-desc-style {
  margin-top: 10px;
  margin-bottom: 0;
}

.container-a .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: 9;
  opacity: 0.5;
  transition: 0.3s;
}

.container-a .item:first-child::before {
  background-image: url("../imgs/websites/sc-adler.webp");
}

.container-a .item:nth-child(2)::before {
  background-image: url("../imgs/websites/badHz.webp");
}

.container-a .item:nth-child(3)::before {
  background-image: url("../imgs/websites/sckada.webp");
}

.container-a .item:nth-child(4)::before {
  background-image: url("../imgs/websites/hj-f.webp");
}

.container-a .content svg {
  width: 60px;
  height: 60px;
}

.container-a .item:hover .content a {
  margin-top: 30px;
  opacity: 1;
}

.container-a:hover .item {
  width: 20%;
  cursor: pointer;
  color: #fff;
}

.container-a .item:hover {
  width: 40%;
}

.container-a .item:hover::before {
  opacity: 0.9;
}

.accordions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}

.accordion-arrow {
  color: #000;
  display: inline-block;
  font-size: var(--default-font-size);
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.header[aria-expanded="true"] .accordion-arrow {
  transform: rotate(180deg);
}

.accordions .item:has([aria-expanded="true"]) {
  grid-template-rows: auto 1fr;
}

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

.accordions .item .header {
  cursor: pointer;
  background-color: transparent;
  border: none;
  text-align: start;
}

.accordions .item .panel {
  overflow: hidden;
}

.accordions .item .panel[hidden] {
  display: none;
}

.slide-right-straight {
  animation: slide-right-straight 1s;
  visibility: hidden;
  animation-fill-mode: forwards;
}

@keyframes slide-right-straight {
  0% {
    visibility: visible;
    transform: translateX(1200px) rotate(0);
  }

  100% {
    visibility: visible;
    transform: translateX(0) rotate(0);
  }
}

.delay-2 {
  animation-delay: 0.2s;
}

.delay-3 {
  animation-delay: 0.4s;
}

.delay-4 {
  animation-delay: 0.6s;
}

.delay-5 {
  animation-delay: 0.8s;
}

.delay-6 {
  animation-delay: 1s;
}

.delay-7 {
  animation-delay: 1.2s;
}

.delay-8 {
  animation-delay: 1.4s;
}

.delay-9 {
  animation-delay: 1.6s;
}

.delay-10 {
  animation-delay: 1.8s;
}

/* ANCHOR Specific CSS */

.hero-company-box h2 {
  font-weight: 700;
  color: var(--primary-color);
}

.news2-card h2 {
  width: 100%;
}

.service-area {
  padding-bottom: 0 !important;
}

.company-page .service-area {
  background: var(--dark1);
}

.service-page .service-area {
  padding: var(--spacer-height) 0 !important;
}

.home-body .service-area-comp .service-area {
  margin-top: 0 !important;
}

.hero-home2 .hero-home2-wrap {
  padding-top: 0 !important;
}

.hero-company-wrap,
.hero-section-content-wrap {
  padding-bottom: 0 !important;
}

.hero-career-wrap .hero-section-content-wrap {
  background: var(--black-overlay-services);
}

.hero-home2 .hero-section-content-wrap {
  height: 100vh;
  display: flex;
  padding-top: 0 !important;
  align-items: center;
}

.about-service3-area h2 {
  color: white !important;
  font-size: 45px;
}

.company-page .service-section-header h2 {
  color: white;
}

.portfolio-card .portfolio-body h2 {
  font-size: 35px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer-top .right-content .footer-experience h2 {
  margin-bottom: 0 !important;
}

.footer-area .footer-top .right-content .right-content-inner h2 {
  font-size: 28px;
}

.header-area
  .navbar-wrapper
  ul
  li
  .mega-menu
  .mega-menu-inner
  .mega-menu-service-cards
  .mega-menu-service-card
  .content
  h2 {
  margin-bottom: 0 !important;
}

.custom-software {
  padding-bottom: 50px !important;
}

.wrap-pages {
  padding-top: 175px !important;
}

.hero-service-about .section-header {
  margin-bottom: 0;
}

.hero-empowerment-area .hero-empowerment-right-content .top-content {
  margin-bottom: 0 !important;
}

.feature2-area .feature2-content .section-subtitle {
  color: #f08018;
}

.theme-btn::before {
  background: #3f3c3c;
}

.theme-btn::after {
  background: #3f3c3c;
}

.container-a .content {
  font-size: 1.5em;
  z-index: 99;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-family: sans-serif;
}

.li-policy .priv-size {
  font-size: var(--default-font-size) !important;
}

.header-bar img {
  border-radius: 3px;
}

.blog-details-header-area .section-header img {
  margin-right: 3px;
}

.company-page .service-section-header h5 {
  color: var(--primary-color2);
}

.hero-service-wrap .hero-section-content-wrap .hero-section-content h5 {
  text-transform: none;
}

.hero-service-wrap .hero-section-content-wrap .hero-section-content h1 {
  margin-bottom: 0;
}

.blog-details-area .blog-details-body {
  padding: 0;
}

.hero-section-wrap:not(.hero-home2) .hero-section-content-wrap {
  padding-top: var(--spacer-height);
}

.blog-details-header-area .blog-details-header-content-body .img-box {
  max-width: 100%;
}

.about2-tab-content .about2-tab-content-body .content-box .content {
  margin-bottom: 0;
}

.hero-empowerment-area .hero-empowerment-right-content .top-content img {
  display: block;
  border-radius: 10px;
  width: 100%;
  object-fit: contain;
}

.client-area .clients .client-logo img {
  width: 150px;
  object-fit: contain;
  height: auto;
}

.case-studio-area
  .case-studio
  .case-studio-tab-content
  .case-studio-body
  .case-studio-img-card
  img {
  margin-top: 0;
}

.hr-line {
  display: none !important;
}

.section-title-home {
  font-family: var(--font-yantramanv) !important;
  font-weight: 500 !important;
  letter-spacing: -2px;
  text-wrap: wrap !important;
}

.hero-home2 .bg-shape,
.bg-shape2 {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-home2 .bg-shape {
  top: 115px !important;
  left: 0;
  background-image: url("../imgs/bg-shape-6.svg");
}

.hero-home2 .bg-shape2 {
  top: 260px !important;
  right: 0;
  background-position: right;
  background-image: url("../imgs/bg-shape-5.svg");
}

.a-policy {
  color: var(--logo-as-blue);
}

.hero-company-box h3 {
  hyphens: none;
}

.case-studio-area .case-studio .case-studio-tabs .nav-item button {
  background-color: var(--primary-light);
}

.case-studio-area .case-studio .case-studio-tabs {
  justify-content: space-evenly;
}

.service-section-header .section-title {
  margin-bottom: 22px;
  max-width: inherit;
}

.partner-area .partner-left-content .section-subtitle {
  margin-bottom: 10px;
}

.partner-area .partner-left-content .section-title {
  margin-bottom: 10px;
}

.img-advantage {
  border-radius: 15px;
}

.about-service3-area ul {
  display: flex;
  margin: 50px 0;
  gap: 60px;
}

.about-service3-area ul li i {
  font-size: 12px;
  color: white;
  background: var(--primary-color);
}

.about-service3-area .theme-btn2 {
  margin-top: 0;
  color: white !important;
  background: var(--primary-color) !important;
}

.about-service3-style-2 .content-box ul {
  gap: 19px;
}

.news2-area {
  padding-top: 0;
}

.how-we-do-card .how-we-do-content h4 {
  font-size: var(--default-font-size);
}

.news2-area #input-container {
  position: relative;

  /* Create a positioning context for the icon */
  max-width: 400px;
  width: 100%;

  /* Adjust to your input size */
  margin: 0 auto 80px;
}

.news2-area #input-container i {
  position: absolute;
  left: 10px;

  /* Adjust spacing from the left edge */
  top: 50%;
  transform: translateY(-50%);

  /* Center vertically */
  color: var(--news-area-color);

  /* Icon color */
  pointer-events: none;

  /* Prevent interaction with the icon */
}

.news2-area #input-container input {
  width: 100%;
  padding-left: 40px;

  /* Space for the icon */
  height: 40px;

  /* Adjust based on your design */
  box-sizing: border-box;

  /* Include padding and border in width */
  border: 1px solid var(--news-area-color);
  border-radius: 5px;

  /* Optional rounded corners */
}

.news2-area .news2-lists {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.news2-area .news2-lists .news2-card {
  grid-column: span 2;
}

/* Dealing with 2 orphan items */
.news2-area .news2-lists .news2-card:last-child:nth-child(3n - 1) {
  grid-column-end: -2;
}

.news2-area .news2-lists .news2-card:nth-last-child(2):nth-child(3n + 1) {
  grid-column-end: 4;
}

/* Dealing with single orphan */
.news2-area .news2-lists .news2-card:last-child:nth-child(3n - 2) {
  grid-column-end: 5;
}

.cta-area .cta-body {
  padding: var(--spacer-height) 20px !important;
}

.header-area .header-left .menu-bar {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: var(--default-font-size);
}

.how-we-do-card .how-we-do-icon {
  font-size: var(--default-font-size);
}

.testimonial-area {
  padding-top: 5px;
  padding-bottom: 185px;
}

.mac-btns-wrap .mac-buttons span {
  background: var(--logo-as-blue);
}

.mac-btns-wrap .mac-buttons span:nth-child(2) {
  background: var(--logo-as-orange);
}

.mac-btns-wrap .mac-buttons span:nth-child(3) {
  background: var(--logo-as-grey);
}

.testimonial-area .testimonial-section-header {
  margin-bottom: 25px;
}

.testimonial-area .testimonial-item-body {
  gap: 58px;
}

.testimonial-area .testimonial-item-body .section-subtitle {
  color: var(--primary-color2);
  margin-bottom: 22px;
}

.testimonial-area .testimonial-item-body .section-title {
  color: white;
  font-size: 32px;
  letter-spacing: -0.5px;
  line-height: 38px;
  font-weight: 500;
}

.testimonial-area .testimonial-item-body .theme-btn {
  width: 53px;
  height: 53px;
  line-height: 56px;
  padding: 0;
  display: block;
  text-align: center;
  margin-left: auto;
  font-size: var(--default-font-size);
  position: absolute;
  right: 38px;
  bottom: 38px;
}

.testimonial-area .testimonial-item {
  background: var(--dark1);
  border-radius: 10px;
  position: relative;
  padding: 50px 40px;
}

.testimonial-area .blogs-img-box {
  max-width: 700px;
  width: 100%;
  overflow: hidden;
}

.testimonial-area .blogs-content {
  margin: 40px 88px 40px 0;
}

.contact-area .custom-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contact-area .contact-form-wrap,
.contact-experience {
  padding: 104px 83px 83px !important;
  max-width: unset !important;
}

.contact-area .contact-experience ul li {
  padding: var(--spacer-height) 0;
  margin: 0;
}

.contact-area .contact-experience ul li:first-child {
  padding-top: 0;
}

.contact-area .contact-experience ul li:last-child {
  padding-bottom: 0;
  border: none;
}

.contact-area .contact-experience ul li h6 {
  font-size: var(--default-font-size);
  margin-top: 35px;
  margin-bottom: 35px;
}

.contact-area .contact-experience ul li h6:first-child {
  margin-top: 0;
}

.contact-area .contact-experience ul li h6:last-child {
  margin-bottom: 0;
}

.contact-area .contact-inner-info-box {
  margin: 0;
  gap: 24px;
}

.contact-area .contact-info-box {
  margin: 0;
  padding: 0;
}

.contact-area .contact-info-box .icon {
  margin-bottom: 10px;
}

.contact-area .file-upload {
  background-color: field;
  border-radius: 1rem;
  border: 1px dashed var(--primary-color3);
  padding: 20px;
}

/*! purgecss ignore */
.grecaptcha-badge {
  display: none;
}

.google-img {
  width: 95px !important;
}

.google-rev {
  right: 10%;
  position: absolute;
  bottom: calc(35% - 50px);
  cursor: pointer;
}

.clearfix-mobile {
  display: none !important;
}

.footer-area .footer-top .custom-row::before {
  height: 290px;
  display: unset;
}

.footer-area .footer-bottom .custom-row {
  padding-bottom: 70px;
}

.footer-area {
  padding-top: 60px;
}

.partner-area {
  background-color: #1f2735 !important;
  padding: var(--spacer-height) 0 !important;
}

/* ANCHOR Images of services */
.software-solutions-img {
  background-image: url("../imgs/services/software-solutions.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.software-develop-image {
  background-image: url("../imgs/services/software-develop.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.database-image {
  background-image: url("../imgs/services-new/database.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mobile-image {
  background-image: url("../imgs/services-new/mobile-image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.web-develop-image {
  background-image: url("../imgs/services-new/websie-neww.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.website-image {
  background-image: url("../imgs/services-new/website-image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.website-image-service {
  background-image: url("../imgs/services-new/website.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.seo-image {
  background-image: url("../imgs/services-new/seo.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.online-image {
  background-image: url("../imgs/services-new/online-ad.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.email-image {
  background-image: url("../imgs/services-new/email.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.social-image {
  background-image: url("../imgs/services-new/social-new.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ANCHOR end of software images */

.contact-area .contact-experience ul li .p-contact {
  color: var(--contact-area-p-color);
  line-height: 1.2;
  margin-bottom: 40px;
  font-size: var(--default-font-size);
  font-weight: 400;
}

.feature3-style-2 .feature3-body .section-header {
  padding-bottom: 25px;
  margin-bottom: 50px;
}

.about-service7-area .about-service7-body {
  background: var(--primary-light);
  padding: var(--spacer-height);
}

.custom-software-section {
  margin-top: 100px;
}

.feature2-area {
  padding: var(--spacer-height) 0 !important;
}

.simple-shadow {
  box-shadow: 0 4px 20px 5px rgb(0 0 0 / 3%);
}

.feature3-style-2 .feature3-body {
  background: var(--primary-light);
  padding: var(--spacer-height);
}

.about-service4-inner {
  background: var(--primary-light);
}

.service-area .service-section-header {
  margin-bottom: 0 !important;
}

.your-success {
  padding-top: var(--spacer-height) !important;
}

.about-service7-area .about-service7-body .about-service7-content p {
  font-size: var(--default-font-size);
}

.about-timeline .about-timeline-item {
  width: 362px;
  background: radial-gradient(
    83.83% 83.83% at 24.85% 6.89%,
    #12619b 0,
    #12619bf5 16.15%,
    #2d6c9b 60.42%,
    #12619bb3 100%
  ) !important;
  border-radius: 10px;
  background-size: cover;
  padding: 40px;
  color: #fff;
  position: relative;
  transition: 0.3s;
}

.service-card h3 {
  font-size: 22px !important;
  color: black;
}

.marketing-icon {
  color: #b6bdd3de;
}

.span-website {
  margin-bottom: 10px !important;
}

.section-services-title {
  padding-top: var(--spacer-height);
}

.banner-services {
  margin: var(--spacer-height) 0 0 !important;
}

.service-marketing {
  padding-bottom: var(--spacer-height) !important;
}

.hero-service-about .hero-service-about-body {
  padding: 0;
}

.about-service7-area
  .about-service7-body
  .about-service7-content
  .section-header {
  margin-bottom: 0;
}

.case-studio-area
  .case-studio
  .case-studio-tab-content
  .case-studio-body
  .case-studio-img-card
  .case-studio-cat {
  background: rgb(255 255 255);
  border: 1px solid var(--border-color-service);
}

.p-chat {
  font-size: var(--default-font-size);
}

.row-partner {
  padding-left: 0 !important;
}

.hero-company-boxes {
  padding-bottom: var(--spacer-height) !important;
}

.about-service3-area {
  padding: var(--spacer-height) 0;
}

.hero-portfolio-wrap .hero-portfolio-body {
  padding-bottom: 0 !important;
}

.hero-blog-wrap .hero-section-content-wrap .hero-portfolio-body {
  padding-bottom: 0 !important;
}

.title-website {
  margin-bottom: 40px !important;
}

.imprint-section {
  margin-bottom: 0 !important;
}

.blog-details-header-area .blog-details-header-content-body {
  padding: var(--spacer-height) 0;
}

.custom-marketing-container {
  margin-top: 10px;
}

.hero-service-wrap .hero-section-content-wrap .hero-section-content {
  max-width: 1014px;
  margin-bottom: var(--spacer-height);
}

.accordion-item {
  border: none;
}

.mega-menu-service-card .header-img-service {
  object-fit: inherit;
  width: 295px;
  border-radius: 10px;
}

.blog-details-header-area
  .blog-details-header-content-body
  .section-header
  .section-title {
  font-size: 77px;
  font-weight: 500;
  line-height: 68px;
  letter-spacing: -2px;
  margin-bottom: 30px;
}

.blog-details-area .blog-details-body .blog-details-inner {
  padding: var(--spacer-height) !important;
}

.p-copy-right {
  font-size: var(--small-font-size) !important;
}

.footer-links h3 {
  font-size: var(--default-font-size);
}

.footer-area .footer-bottom .footer-contact-info .footer-contact-info-item h4 {
  font-size: var(--default-font-size);
}

.hero-service-wrap .hero-section-content-wrap .hero-section-content p {
  font-size: 23px !important;
}

.hero-section-wrap .hero-section-content-wrap .hero-section-content p {
  font-size: 23px !important;
}

.videos-section1 {
  border-radius: 15px;
  height: 600px !important;
}

.contact-area .contact-form-wrap .contact-form-body p {
  font-size: var(--default-font-size);
}

.video-world {
  width: 430px;
  height: 365px;
  object-fit: cover;
  border-radius: 15px;
}

.portfolio-lists {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
}

.mobile {
  display: none !important;
}

.case-studio-area .case-studio .case-studio-tab-content .case-studio-body {
  flex-direction: row;
}

.how-we-do-area
  .how-we-do-right-content
  .how-we-do-items:nth-child(2)
  .how-we-do-card:nth-child(even)
  .line-shape {
  left: -90px;
}

.client-fix {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.footer-area .footer-bottom .footer-contact-info .footer-contact-info-item p a {
  line-height: 15px !important;
}

.hero-section-wrap .hero-section-content-wrap .hero-section-content h1 {
  font-size: 88px;
}

.company-color {
  color: #f07e14;
}

/* ANCHOR Responsive */
@media (width <=1700px) {
  .hero-section-wrap:not(.hero-home2) .hero-section-content-wrap {
    padding-top: var(--spacer-height-responsive);
  }

  .hero-section-wrap .hero-section-content-wrap .hero-section-content h1 {
    font-size: 66px;
  }

  section:last-of-type {
    margin: var(--spacer-height-responsive) 0 var(--spacer-height-responsive) 0 !important;
  }

  .hero-service-wrap .hero-section-content-wrap .hero-section-content {
    margin-bottom: var(--spacer-height-responsive) !important;
  }

  .contact-area .contact-info-box h6 {
    font-size: var(--small-font-size) !important;
  }

  .about-service3-area h2 {
    font-size: var(--medium-font-size);
    line-height: 45px;
  }

  .contact-area .contact-experience ul li h6 {
    font-size: var(--extra-small-font-size) !important;
  }

  .software-sol-img {
    height: 700px !important;
  }

  .header-area .navbar-wrapper ul > li.active {
    padding-bottom: 0 !important;
  }

  .section-header .section-title {
    font-size: var(--medium-font-size);
  }

  .about-area .left-content .section-title {
    font-size: var(--medium-font-size);
    line-height: 40px;
  }

  .feature2-area .feature2-content .section-title {
    font-size: var(--medium-font-size);
    line-height: 40px;
  }

  .about2-area .about2-inner-box .section-title {
    font-size: var(--medium-font-size);
  }

  .partner-area .partner-left-content .section-title {
    font-size: var(--medium-font-size);
  }

  .li-policy li {
    font-size: var(--extra-small-font-size) !important;
  }

  .header-area .navbar-wrapper > ul > li {
    line-height: 60px;
    padding: 0 !important;
  }

  .service-area .service-section-header .section-title {
    font-size: var(--medium-font-size);
  }

  .a-policy {
    word-wrap: break-word;
  }

  .portfolio-card .portfolio-body h2 {
    font-size: 25px;
    line-height: 21px;
  }

  p {
    font-size: var(--extra-small-font-size) !important;
  }

  .hero-empowerment-area .hero-empowerment-right-content .top-content img {
    height: auto !important;
  }

  .accordion-font-size {
    font-size: var(--default-font-size);
  }

  .hero-home2 {
    padding-bottom: 0 !important;
  }

  .service-card p {
    font-size: 13px !important;
  }

  .about-timeline .about-timeline-item p {
    font-size: var(--extra-small-font-size) !important;
  }

  .content {
    font-size: var(--extra-small-font-size) !important;
  }

  .services-body .header-bar {
    padding: 12px 0;
  }

  .section-title1 {
    font-size: var(--default-font-size);
    margin-top: 20px;
  }

  .how-we-do-card .how-we-do-content h4 {
    font-size: var(--extra-small-font-size);
  }

  .mega-menu-service-card .header-img-service {
    border-radius: 10px;
  }

  .testimonial-area .testimonial-item-body .section-title {
    margin-bottom: 16px;
    line-height: 32px;
    font-size: 24px;
  }

  .contact-area .contact-form-wrap .contact-form-body .section-title {
    font-size: var(--medium-font-size);
  }

  .blog-details-header-area
    .blog-details-header-content-body
    .section-header
    .section-title {
    font-size: var(--medium-font-size);
    font-weight: 500;
    line-height: 47px;
    letter-spacing: -2px;
    margin-bottom: 30px;
  }

  .country-select,
  .header-bar .header-bar-body p {
    font-size: 12px !important;
  }

  .contact-info-box h6 a {
    line-height: 1.3;
    font-size: var(--extra-small-font-size);
  }

  .footer-links ul li a {
    font-size: var(--extra-small-font-size) !important;
  }

  .cta-area .cta-body h2 {
    text-align: center;
  }

  .testimonial-area .testimonial-item-body p {
    line-height: 24px;
    font-size: 13px;
  }

  .contact-area .contact-experience ul li p {
    font-size: var(--extra-small-font-size);
  }

  .hero-service-wrap .hero-section-content-wrap .hero-section-content p {
    font-size: var(--default-font-size) !important;
  }

  .hero-section-wrap .hero-section-content-wrap .hero-section-content p {
    font-size: var(--default-font-size) !important;
  }

  .hero-service-about .hero-service-about-body ul li {
    font-size: var(--extra-small-font-size) !important;
  }

  .footer-links h3 {
    font-size: var(--small-font-size);
  }

  .hero-home2 .bg-shape {
    top: 95px !important;
  }

  .header-area .navbar-wrapper ul li a {
    font-size: var(--small-font-size);
  }

  .header-area
    .navbar-wrapper
    ul
    li
    .mega-menu
    .mega-menu-inner
    .mega-menu-service-cards
    .mega-menu-service-card
    .content
    h2
    a {
    font-size: var(--small-font-size);
  }

  .video-background-website {
    width: auto;
    max-width: inherit;
  }

  .testimonial-area {
    padding-top: 5px;
    padding-bottom: 140px;
  }

  .testimonial-area .testimonial-item-body {
    padding-right: 0;
    gap: 20px;
  }

  .testimonial-area .blogs-img-box {
    max-width: 525px;
  }

  .testimonial-area .blogs-content {
    margin-right: 0;
  }

  .testimonial-area .testimonial-item-body .section-subtitle {
    font-size: 10px;
    letter-spacing: 0.75px;
    margin-bottom: 13px;
  }

  .testimonial-area .theme-btn {
    right: 40px;
    bottom: 40px;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 45px;
  }

  .about-service3-area .content-box {
    padding-right: unset;
  }

  .contact-area .contact-experience ul li {
    padding: 60px 0;
    margin: 0;
  }

  .contact-area .input-checkbox label {
    font-size: 12px !important;
  }

  .footer-area .footer-top .custom-row {
    flex-direction: unset;
    align-items: end !important;
  }

  .footer-area .footer-top .custom-row::before {
    height: 244px;
  }

  .client-area .clients .client-logo img {
    max-width: unset;
    height: 80px;
  }

  .hero-empowerment-area
    .hero-empowerment-right-content
    .top-content
    .experience-box {
    padding: 27px 45px;
  }

  .footer-area
    .footer-bottom
    .footer-contact-info
    .footer-contact-info-item
    + .footer-contact-info-item {
    margin-top: 20px;
  }

  .footer-area
    .footer-bottom
    .footer-contact-info
    .footer-contact-info-item
    h4 {
    font-size: var(--small-font-size);
    margin-bottom: 15px !important;
  }

  .how-we-do-area .how-we-do-left-content .top .section-title {
    font-size: var(--medium-font-size);
    line-height: 40px;
  }

  .contact-experience .section-contact {
    font-size: var(--medium-font-size);
  }

  .videos-section1 {
    width: 100%;
    height: 425px !important;
    object-fit: cover;
    border-radius: 15px;
  }

  .services-list {
    gap: 22px;
  }

  .services-banner {
    margin-bottom: 20px;
  }

  .video-world {
    width: 330px;
    height: 365px;
    object-fit: cover;
    border-radius: 15px;
  }

  .contact-area .contact-experience ul li .p-contact {
    font-size: var(--extra-small-font-size);
  }
}

@media (width >=1157px) and (width <=1700px) {
  .card-marketing img {
    height: 165px !important;
  }

  .how-we-do-area
    .how-we-do-right-content
    .how-we-do-items:nth-child(2)
    .how-we-do-card:nth-child(even)
    .line-shape {
    left: -60px;
  }
}

@media (width <=1345px) {
  .contact-area .custom-row {
    flex-wrap: unset;
  }

  .about-area .custom-row {
    align-items: center !important;
  }

  .how-we-do-area .custom-container > .custom-row {
    flex-direction: unset;
    gap: unset;
  }

  .google-rev {
    right: 7%;
  }
}

@media (width <=1200px) {
  .service-area .service-section-header p {
    max-width: 100% !important;
  }

  .partner-area .custom-row {
    gap: 0;
  }

  .feature2-area .feature2-img-box {
    display: none !important;
  }

  .p-portofolio {
    margin-bottom: 0 !important;
  }

  .services-list {
    grid-template-columns: repeat(6, 1fr);
  }

  .portoflio-area .section-header {
    gap: 40px;
  }

  .services-list .service-card {
    grid-column: span 2;
  }

  /* Dealing with 2 orphan items */
  .services-list .service-card:last-child:nth-child(3n - 1) {
    grid-column-end: -2;
  }

  .services-list .service-card:nth-last-child(2):nth-child(3n + 1) {
    grid-column-end: 4;
  }

  /* Dealing with single orphan */
  .services-list .service-card:last-child:nth-child(3n - 2) {
    grid-column-end: 5;
  }

  .testimonial-area .blogs-content {
    max-width: 40%;
  }

  .hero-empowerment-area .custom-row .hero-empowerment-left-content p {
    max-width: unset;
  }

  .hero-service-wrap .hero-company-box h3 {
    hyphens: manual;
  }

  .custom-container {
    padding: 0 30px;
  }

  .contact-area .contact-experience ul li {
    padding: 30px 0;
    margin: 0;
  }

  .footer-area .footer-top .custom-row {
    gap: 30px;
  }

  .footer-area .footer-bottom .custom-row {
    flex-direction: unset;
  }

  .footer-area .footer-bottom .footer-contact-info {
    border-left: 1px solid rgba(255 255 255 / 20%);
    padding: 0 30px 0 60px;
  }

  .google-rev {
    right: 3%;
  }

  .container-a {
    display: none;
  }

  .container-a-mobile {
    display: none;
  }

  .about-service7-area .about-service7-body {
    flex-direction: row !important;
  }
}

@media (width <=1157px) {
  .how-we-do-card {
    width: 255px;
  }

  .portfolio-lists {
    grid-template-columns: 1fr 1fr;
  }

  .delay-4 {
    animation-delay: 0.8s;
  }

  .delay-5 {
    animation-delay: 0.6s;
  }

  .how-we-do-area .how-we-do-right-content .how-we-do-items {
    flex-flow: wrap !important;
    flex-direction: column !important;
    gap: 30px !important;
  }

  .how-we-do-area .how-we-do-left-content {
    width: 255px !important;
  }

  .how-we-do-area .how-we-do-right-content .how-we-do-items + .how-we-do-items {
    margin-top: 30px;
  }

  .how-we-do-area
    .how-we-do-right-content
    .how-we-do-items
    .how-we-do-card
    .line-shape {
    height: 131px;
    background-image: url("../imgs/line-shape-3.png");
    background-repeat: round;
    width: 200px;
    right: -30px;
  }

  .how-we-do-area
    .how-we-do-right-content
    .how-we-do-items:nth-child(2)
    .how-we-do-card:first-child
    .line-shape,
  .how-we-do-area
    .how-we-do-right-content
    .how-we-do-items:first-child
    .how-we-do-card:last-child
    .line-shape {
    height: 131px;
  }

  .how-we-do-area
    .how-we-do-right-content
    .how-we-do-items:nth-child(2)
    .how-we-do-card:first-child
    .line-shape {
    left: -30px;
    width: 200px;
  }

  .how-we-do-area
    .how-we-do-right-content
    .how-we-do-items:first-child
    .how-we-do-card:nth-child(odd)
    .circle-shape,
  .how-we-do-area
    .how-we-do-right-content
    .how-we-do-items:first-child
    .how-we-do-card:first-child
    .circle-shape {
    display: block;
    left: auto;
    right: -10px;
  }

  .how-we-do-area
    .how-we-do-right-content
    .how-we-do-items:first-child
    .how-we-do-card:nth-child(even)
    .line-shape {
    right: auto;
    left: -30px;
    transform: rotate(180deg);
  }

  .how-we-do-area
    .how-we-do-right-content
    .how-we-do-items:nth-child(2)
    .how-we-do-card:nth-child(odd)
    .circle-shape {
    right: auto;
    left: -10px;
  }

  .how-we-do-area
    .how-we-do-right-content
    .how-we-do-items:nth-child(2)
    .how-we-do-card:nth-child(even)
    .line-shape {
    left: auto;
    right: -30px;
  }
}

@media (width <=1040px) {
  .contact-area .custom-row {
    grid-template-columns: 1fr;
  }

  .footer-area .footer-bottom .custom-row {
    gap: 20px;
  }

  .contact-area .contact-form-wrap,
  .contact-experience {
    width: 100% !important;
    padding: 83px 83px 62px !important;
  }

  .footer-area .footer-top .custom-row::before {
    display: none;
  }

  .footer-area .footer-top .right-content {
    border-left: 1px solid rgba(255 255 255 / 20%);
    padding-left: 30px;
  }
}

@media (width >=1024px) and (width <=1200px) {
  .about-service7-area .about-service7-body .about-service7-content {
    max-width: 300px !important;
  }

  .section-title {
    font-size: 38px;
    line-height: 40px;
  }

  .hero-empowerment-area .custom-row {
    flex-direction: row !important;
  }
}

@media (width <=1023px) {
  .hero-empowerment-area .hero-empowerment-right-content {
    max-width: 100%;
  }

  .about-service7-area .about-service7-body .about-service7-img-box {
    display: none !important;
  }
}

@media (width >=913px) and (width <=1700px) {
  .hero-service-about .hero-service-about-body ul li {
    width: 312px;
  }

  .google-rev {
    bottom: calc(47% - 50px) !important;
  }

  .mega-menu-link-software {
    margin-right: 145px !important;
  }

  .hero-empowerment-area
    .hero-empowerment-right-content
    .bottom-content
    .our-expert-team-box {
    max-width: 267px;
  }

  .header-area
    .navbar-wrapper
    ul
    li
    .mega-menu
    .mega-menu-inner
    .mega-menu-service-cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (width <=912px) {
  .about2-tab-content .about2-tab-content-body .content-box {
    padding: 20px !important;
  }

  .about2-tab-content .about2-tab-content-body .img-box {
    display: none !important;
  }

  .hero-service-about {
    padding: var(--spacer-height-responsive) var(--spacer-height-responsive)
      70px var(--spacer-height-responsive);
  }

  .about-service7-area .about-service7-body {
    padding: var(--spacer-height-responsive);
  }

  .hero-section-wrap .hero-section-content-wrap .hero-section-content h1 {
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 700;
  }

  .testimonial-area {
    padding-top: 5px;
    padding-bottom: 140px;
  }

  .testimonial-area .testimonial-item-body {
    padding-right: 24px;
    flex-direction: column;
  }

  .testimonial-area .blogs-img-box {
    max-width: 550px;
  }

  .testimonial-area .blogs-content {
    max-width: unset;
  }

  .services-list {
    grid-template-columns: repeat(4, 1fr);
  }

  /* Dealing with 2 orphan items */
  .services-list .service-card:last-child:nth-child(3n - 1) {
    grid-column-end: unset;
  }

  .services-list .service-card:nth-last-child(2):nth-child(3n + 1) {
    grid-column-end: unset;
  }

  /* Dealing with single orphan */
  .services-list .service-card:last-child:nth-child(3n - 2) {
    grid-column-end: unset;
  }

  .services-list .service-card:last-child:nth-child(2n - 1) {
    grid-column-end: -2;
  }

  .news2-area .news2-lists {
    grid-template-columns: repeat(4, 1fr);
  }

  /* Dealing with 2 orphan items */
  .news2-area .news2-lists .news2-card:last-child:nth-child(3n - 1) {
    grid-column-end: unset;
  }

  .news2-area .news2-lists .news2-card:nth-last-child(2):nth-child(3n + 1) {
    grid-column-end: unset;
  }

  /* Dealing with single orphan */
  .news2-area .news2-lists .news2-card:last-child:nth-child(3n - 2) {
    grid-column-end: unset;
  }

  .news2-area .news2-lists .news2-card:last-child:nth-child(2n - 1) {
    grid-column-end: -2;
  }

  .contact-area .custom-row {
    padding: 0;
  }

  .contact-area .contact-form-wrap,
  .contact-experience {
    max-width: unset !important;
    width: 100% !important;
    padding: 83px 60px 62px !important;
  }

  .contact-area .contact-inner-info-box {
    flex-direction: unset;
  }

  .hero-empowerment-area .custom-container {
    padding: 0 30px;
  }

  .about-area .right-content {
    max-width: 360px;
  }

  .footer-area .footer-bottom .footer-contact-info {
    padding: 0 15px 0 30px;
  }
}

@media (width >=803px) and (width <=1157px) {
  .portfolio-lists .portfolio-col:last-child {
    grid-column: span 2;
    gap: 24px;
    display: flex;
  }

  .card-brand {
    margin-bottom: 0 !important;
  }
}

@media (width <=803px) {
  .card-order-2 {
    order: 2 !important;
  }

  .card-order-1 {
    order: 1 !important;
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .portfolio-lists {
    grid-template-columns: 1fr;
  }

  .footer-area .footer-top .custom-row {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .footer-area .footer-top .right-content {
    border-top: 1px solid rgba(255 255 255 / 20%);
    border-left: none;
    width: 100%;
    padding-top: 50px;
    padding-left: 0;
  }

  .google-rev {
    bottom: calc(72% - 50px);
  }

  .service-page
    .case-studio-area
    .case-studio
    .case-studio-tab-content
    .case-studio-body
    .right {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-service-wrap .hero-section-content-wrap .hero-section-content {
    margin-bottom: var(--spacer-height-responsive) !important;
  }
}

@media (width >=707px) and (width <=912px) {
  .header-area
    .navbar-wrapper
    ul
    li
    .mega-menu
    .mega-menu-inner
    .mega-menu-service-cards {
    grid-template-columns: 1fr 1fr;
  }

  .mega-menu-link-software {
    margin-right: 100px !important;
  }
}

@media (width <=706px) {
  .client-fix {
    margin-left: none !important;
    margin-right: none !important;
  }

  .home-body .service-area-comp .service-area {
    margin-top: 0 !important;
  }

  .section-title-home {
    font-size: 40px !important;
    line-height: 40px !important;
  }

  .order-1-card {
    order: 1 !important;
  }

  .order-2-card {
    order: 2 !important;
  }

  .order-3-card {
    order: 3 !important;
  }

  .order-4-card {
    order: 4 !important;
  }

  .portoflio-area .section-header {
    padding-bottom: var(--spacer-height-responsive);
  }

  .hero-empowerment-area .hero-empowerment-left-content p {
    margin-bottom: 30px;
  }

  .banner-services {
    margin: var(--spacer-height-responsive) 0 0 !important;
  }

  .case-studio-body .left {
    display: none !important;
  }

  .portoflio-area {
    padding: var(--spacer-height-responsive) 0;
    margin-top: var(--spacer-height-responsive);
  }

  .your-success {
    padding-top: 0 !important;
  }

  .news2-area #input-container {
    margin: 0 auto var(--spacer-height-responsive);
  }

  .hero-company-boxes {
    padding-bottom: var(--spacer-height-responsive) !important;
  }

  .service-marketing {
    padding-bottom: var(--spacer-height-responsive) !important;
  }

  .hero-service-wrap .hero-section-content-wrap .hero-section-content {
    max-width: 1014px;
    margin-bottom: var(--spacer-height-responsive) !important;
  }

  .hero-empowerment-area .custom-row {
    gap: 0;
    padding-bottom: 0;
  }

  .hero-empowerment-area {
    padding-top: var(--spacer-height-responsive) !important;
  }

  section:not(
    .hero-empowerment-area,
    .hero-service-wrap.hero-section-wrap,
    .hero-section-wrap.hero-home2,
    .case-studio-area
  ) {
    margin: var(--spacer-height-responsive) 0;
  }

  .news2-area .news2-lists {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 35px !important;
    line-height: 36px !important;
  }

  .news2-area .news2-lists .news2-card {
    grid-column: unset;
  }

  .news2-area .news2-lists .news2-card:last-child:nth-child(2n - 1) {
    grid-column-end: unset;
  }

  .footer-area .footer-bottom .custom-row {
    flex-direction: column;
  }

  .footer-area .footer-bottom .footer-contact-info {
    border-left: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 !important;
  }

  .footer-area .footer-bottom .footer-contact-info .footer-contact-info-item {
    margin-top: 0 !important;
  }

  .contact-area .contact-form-wrap,
  .contact-experience {
    max-width: unset !important;
    width: 100% !important;
    padding: 41px 30px 31px !important;
  }

  .about-service7-area .about-service7-body {
    background: var(--primary-light);
    padding: 35px !important;
  }

  .feature3-style-2 .feature3-body {
    padding: 35px !important;
  }

  .div-chat {
    margin-top: 30px;
  }

  .hero-service-about {
    padding: 35px;
  }
}

@media (width <=624px) {
  .how-we-do-area .how-we-do-left-content {
    width: 100%;
  }

  .how-we-do-area .custom-container > .custom-row {
    flex-direction: column !important;
    gap: 70px !important;
  }
}

@media (width >=586px) and (width <=912px) {
  .hero-empowerment-area .hero-empowerment-right-content .bottom-content {
    flex-direction: unset;
    align-items: unset;
  }

  .hero-empowerment-area
    .hero-empowerment-right-content
    .bottom-content
    .google-reviews-box {
    padding: 21px 46px;
    max-width: 267px;
  }
}

@media (width <=585px) {
  .bg-shape {
    display: none;
  }

  .bg-shape2 {
    display: none;
  }

  .how-we-do-area .custom-row .how-we-do-bg {
    display: none;
  }

  .testimonial-slider-wrap .swiper-button-prev {
    display: none !important;
  }

  .testimonial-slider-wrap .swiper-button-next {
    display: none !important;
  }

  .contact-form .input-row .input-group.input-checkbox .pointer {
    display: inline;
  }

  .contact-form .input-row .input-group.input-checkbox input[type="checkbox"] {
    margin: 0;
  }

  .hr-line {
    display: block !important;
    border: 1px solid grey !important;
  }

  .section-title1 {
    margin-top: 10px !important;
  }

  .hero-company-box {
    padding: 46px 34px !important;
  }

  .portoflio-area .section-header {
    gap: 15px !important;
  }

  .partner-area .custom-row {
    gap: 0;
  }

  .error-text {
    font-size: 13px !important;
  }

  .header-area .navbar-wrapper .close-menu-bar {
    right: 60px;
  }

  .services-list {
    grid-template-columns: 1fr;
  }

  .priv-size {
    font-size: 13px !important;
  }

  .about2-area .about2-inner-box {
    padding: 50px 20px;
  }

  .about2-tab-content .about2-tab-content-body .content-box .content {
    padding: 30px 20px;
  }

  .blog-details-header-area .blog-details-header-content-body {
    padding: var(--spacer-height-responsive) 0;
  }

  .case-studio-area {
    padding: var(--spacer-height-responsive) 0;
  }

  .case-studio-area .case-studio .case-studio-tabs .nav-item button.active {
    width: 200px;
  }

  .section-header .section-title {
    font-size: 31px;
  }

  .contact-area .contact-form-wrap .contact-form-body .section-title {
    font-size: 31px;
  }

  .blog-details-area .blog-details-body .blog-details-inner {
    padding: 40px 30px !important;
  }

  .services-list .service-card {
    grid-column: unset;
  }

  .services-list .service-card:last-child:nth-child(2n - 1) {
    grid-column-end: unset;
  }

  .hero-empowerment-area
    .hero-empowerment-right-content
    .bottom-content
    .google-reviews-box {
    max-height: 100px;
    padding: 30px 42px;
  }

  .hero-empowerment-area
    .hero-empowerment-right-content
    .bottom-content
    .google-reviews-box
    img {
    max-height: 100px;
  }

  .hero-empowerment-area .hero-empowerment-right-content .bottom-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-area .copyright-area .custom-row p {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-area .copyright-area .custom-row p span:last-child {
    margin-top: 10px;
  }

  .google-rev {
    bottom: calc(65% - 50px);
  }
}

@media (width >=485px) and (width <=1700px) {
  .wrap-pages {
    padding-top: 100px !important;
  }
}

@media (width <=485px) {
  .country-select,
  .header-bar .header-bar-body p {
    font-size: 12px;
  }

  .hero-section-wrap .hero-section-content-wrap .hero-section-content p {
    margin-bottom: 0;
  }

  .hero-section-wrap
    .hero-section-content-wrap
    .hero-section-content
    .p-home-desc {
    margin-bottom: 30px !important;
  }

  .country-select {
    background-position-y: 6px;
  }

  .how-we-do-area .custom-container > .custom-row {
    padding: 50px 30px;
  }

  .contact-area .contact-form-wrap,
  .contact-experience {
    max-width: unset !important;
    width: 100% !important;
    padding: 41px 30px 70px !important;
  }

  .contact-area .contact-inner-info-box {
    flex-direction: column;
    gap: 0;
  }

  .contact-area .contact-info-box h6 {
    margin: 0 !important;
  }

  .footer-area .footer-bottom .footer-contact-info {
    display: block;
    border-top: 1px solid rgba(255 255 255 / 20%);
    padding-top: 50px !important;
  }

  .footer-area .footer-bottom .footer-contact-info .footer-contact-info-item {
    margin-top: 20px !important;
  }

  .google-rev {
    bottom: calc(39% - 50px);
  }
}

@media (width <=424px) {
  .google-rev {
    bottom: calc(48% - 50px);
  }

  .header-area .custom-container {
    padding: 30px 10px 0 10px !important;
  }
}

@media (width <=399px) {
  .country-select,
  .header-bar .header-bar-body p {
    font-size: 11px;
    letter-spacing: 0;
  }

  .footer-area .footer-top .right-content .footer-experience {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .google-rev {
    bottom: calc(43% - 50px);
  }
}

/* ANCHOR Icons */
*[class^="iconoir-"]::before,
*[class*=" iconoir-"]::before {
  content: " ";
  display: block;
  background: currentcolor;
  mask-size: cover;
  width: 1em;
  height: 1em;
}

*[class^="iconoir-"],
*[class*=" iconoir-"] {
  display: inline-block;
}

.iconoir-arrow-up-right::before {
  mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.00005 19L19 5.99996M19 5.99996V18.48M19 5.99996H6.52005" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.iconoir-arrow-left::before {
  mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 12L3 12M3 12L11.5 3.5M3 12L11.5 20.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.iconoir-arrow-right::before {
  mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 12L21 12M21 12L12.5 3.5M21 12L12.5 20.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.iconoir-instagram::before {
  mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 16V8C3 5.23858 5.23858 3 8 3H16C18.7614 3 21 5.23858 21 8V16C21 18.7614 18.7614 21 16 21H8C5.23858 21 3 18.7614 3 16Z" stroke="currentColor" stroke-width="1.5"/><path d="M17.5 6.51L17.51 6.49889" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.iconoir-linkedin::before {
  mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 8V16C21 18.7614 18.7614 21 16 21H8C5.23858 21 3 18.7614 3 16V8C3 5.23858 5.23858 3 8 3H16C18.7614 3 21 5.23858 21 8Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M7 17V13.5V10" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M11 17V13.75M11 10V13.75M11 13.75C11 10 17 10 17 13.75V17" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M7 7.01L7.01 6.99889" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.iconoir-facebook::before {
  mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 2H14C12.6739 2 11.4021 2.52678 10.4645 3.46447C9.52678 4.40215 9 5.67392 9 7V10H6V14H9V22H13V14H16L17 10H13V7C13 6.73478 13.1054 6.48043 13.2929 6.29289C13.4804 6.10536 13.7348 6 14 6H17V2Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

/* ANCHOR Vendor CSS */

/**
 * Minified by jsDelivr using clean-css v4.2.3.
 * Original file: /npm/toastify-js@1.11.2/src/toastify.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */

/*!
 * Toastify js 1.11.2
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */

.toastify {
  padding: 12px 20px;
  color: #fff;
  display: inline-block;
  box-shadow:
    0 3px 6px -1px rgb(0 0 0 / 12%),
    0 10px 36px -4px rgb(77 96 232 / 30%);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}

.toastify.on {
  opacity: 1;
}

.toast-close {
  opacity: 0.4;
  padding: 0 5px;
}

.toastify-right {
  right: 15px;
}

.toastify-left {
  left: 15px;
}

.toastify-top {
  top: -150px;
}

.toastify-bottom {
  bottom: -150px;
}

.toastify-rounded {
  border-radius: 25px;
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}

.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
}

@media only screen and (width <=360px) {
  .toastify-left,
  .toastify-right {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
  }
}
