.bg-image {
  background-size: cover !important;
  background-color: #f6f7f9 !important;
  height: 70vh;
}

.pwaUs {
  min-height: 440px;
}

.integration-list li .single-integration1 img {
  width: 100%;
  height: auto;
  max-width: 120px;
  margin: auto;
}

.integration-list li .single-integration1 {
  display: block;
  margin: auto;
  text-align: center;
  background: var(--bs-white);
  padding: 10px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #d3d3d3;
}

/* .integration-list li .single-integration1 {
  -webkit-box-shadow: rgb(13 21 55 / 6%) 0 5px 50px;
  box-shadow: rgb(13 21 55 / 6%) 0 5px 50px;
  display: block;
  margin: auto;
  text-align: center;
  background: var(--bs-white);
  padding: 20px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
} */

.integration-list li .single-integration2 img {
  width: 30%;
  height: auto;
  margin: auto;
}

.integration-list li .single-integration2 {
  -webkit-box-shadow: rgb(13 21 55 / 6%) 0 5px 50px;
  box-shadow: rgb(13 21 55 / 6%) 0 5px 50px;
  display: grid;
  margin: auto;
  text-align: center;
  background: var(--bs-white);
  padding: 15px 5px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 166px;
}

.integration-list li .single-integration2:hover {
  -webkit-box-shadow: 0 20px 20px 0 rgb(2 19 79 / 10%);
  box-shadow: 0 20px 20px 0 rgb(2 19 79 / 10%);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* client list colors */

.bg-card-light1 {
  background-color: #fff !important;
  /*box-shadow:4px 4px 15px -14px;*/
  -webkit-box-shadow: rgb(13 21 55 / 6%) 0 5px 50px;
  box-shadow: rgb(13 21 55 / 6%) 0 5px 50px;
  display: block;
  margin: auto;
  text-align: center;
  background: var(--bs-white);
  padding: 20px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bg-card-light1:hover {
  background-color: #fff !important;
  -webkit-box-shadow: 0 20px 20px 0 rgb(2 19 79 / 10%);
  box-shadow: 0 20px 20px 0 rgb(2 19 79 / 10%);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  z-index: 99;
}

.bg-card-light2 {
  background-color: #ffdcdc;
}

.bg-card-light3 {
  background-color: #eaf6fe;
}

.bg-card-light4 {
  background-color: #e1f7e3;
}

.bg-card-light5 {
  background-color: #f6e8f1;
}

.bg-card-light6 {
  background-color: #fff5ed;
}

.bg-card-light7 {
  background-color: #ffdcf8;
}

.bg-card-light8 {
  background-color: #d7efff;
}

/* End client list color */

.bg-blue {
  background-color: #d7efff;
}

.bg-yellow {
  background-color: #fff4cb;
}


.wrapper figure img {
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
}

.bg-gray1 {
  background-color: #f6f7f9 !important;
}

section.related-links ul {
  text-align: center;
  margin-bottom: 0px;
}

section.related-links ul li {
  display: inline-block;
  margin: 0;
}

section.related-links ul li a {
  display: inline-block;
  color: #222326;
  font-size: 14px;
  line-height: 120%;
  padding: 10px 20px;
  margin: 0 7px 0px;
  border-radius: 20px;
}

.icon-box1 img {
  width: 55px;
  height: 55px;
  text-align: center;
  padding: 10px;
  transition: transform .7s ease-in-out;
}

.icon-box1 img:hover {
  filter: invert(16%) sepia(99%) saturate(3300%) hue-rotate(4deg) brightness(95%) contrast(118%) !important;
  transform: rotate(360deg);
}

/*^^^^^^^^^^^^^^^^^^^^^ Portfolio Gallery Five ^^^^^^^^^^^^^^^^^^^^^^^^*/
.control-nav-six button,
.control-nav-six li {
  display: inline-block;
  color: #000;
  line-height: 40px;
  padding: 0 22px;
  margin: 0 0.9% 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.control-nav-six button.mixitup-control-active,
.control-nav-six li.is-checked {
  background: #000;
  color: #fff;
}

.dark-bg .control-nav-six button,
.dark-bg .control-nav-six li {
  color: #fff;
}

.dark-bg .control-nav-six button.mixitup-control-active,
.dark-bg .control-nav-six li.is-checked {
  background: #1f29db;
}

.portfolio-gallery-five #isotop-gallery-wrapper {
  margin: 0 -20px;
}

.portfolio-gallery-five .isotop-item,
.portfolio-gallery-five .grid-sizer {
  width: 33.33%;
  padding: 0 20px;
}

.portfolio-gallery-five .isotop-item.item-xl {
  width: 66.66%;
}

.hvr-shutter-out .img-holder {
  position: relative;
  overflow: hidden;
  z-index: 5;
}

.hvr-shutter-out .img-holder:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 50%;
  left: -45%;
  right: -45%;
  transform: rotate(45deg);
  transition: all .5s ease-in-out;
  z-index: 2;
}

.hvr-shutter-out .img-holder:hover:before {
  top: -45%;
  bottom: -45%;
}

.hvr-shutter-out .img-holder .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition-delay: 0s;
  z-index: 3;
  transition: all .35s ease;
}

.hvr-shutter-out .img-holder .caption .tag {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 3px;
}

.hvr-shutter-out .img-holder .caption .pj-title {
  font-size: 22px;
  letter-spacing: -0.5px;
  color: #fff;
}

.hvr-shutter-out .img-holder .caption .pj-title:hover {
  text-decoration: underline;
}

.hvr-shutter-out .img-holder:hover .caption {
  opacity: 1;
  transition-delay: 0.105s;
}

.hvr-shutter-out .img-holder .img-meta {
  position: relative;
  z-index: 1;
}

.hvr-shutter-out .img-holder:hover .img-meta {
  transform: scale(1.1) rotate(5deg);
}

.hvr-push-down .img-holder {
  position: relative;
  overflow: hidden;
  z-index: 5;
}

.hvr-push-down .img-holder .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  background: #1f29db;
  transition: all .5s ease;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.hvr-push-down .img-holder .caption .tag {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1px;
}

.hvr-push-down .img-holder .caption .pj-title {
  font-size: 22px;
  letter-spacing: -0.5px;
  color: #fff;
}

.hvr-push-down .img-holder .caption .pj-title:hover {
  text-decoration: underline;
}

.hvr-push-down .img-holder:hover .caption {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.hvr-push-down .img-holder:hover .img-meta {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/*^^^^^^^^^^^^^^^^^^^^^ Portfolio Details One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.pr-details-one .social-icon a {
  width: 44px;
  height: 44px;
  border: 1px solid #E7E7E7;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  color: #000;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}

.pr-details-one .social-icon a:hover {
  background: #000;
  color: #fff;
}

.pr-details-one .social-icon-two a {
  font-size: 20px;
  color: #212121;
  margin-right: 25px;
  transition: all 0.3s ease-in-out;
}

.pr-details-one .social-icon-two li:last-child a {
  margin-right: 0;
}

.pr-details-one .social-icon-two a:hover {
  color: #1f29db;
}

.pr-details-one .text-wrapper h4 {
  margin-bottom: 25px;
}

.pr-details-one .text-wrapper p {
  font-size: 17px;
  margin-bottom: 48px;
  line-height: 2.11em;
  color: rgba(0, 0, 0, 0.7);
}

.pr-details-one .text-wrapper [class*="theme-btn-"] {
  line-height: 55px;
  padding: 0 32px;
}

.pr-details-one .pt-title {
  font-family: 'gorditamedium';
  font-size: 13px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
}

.pr-details-one .pt-text {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.7);
}

.pr-pagination-one .pr-dir {
  font-size: 13px;
  letter-spacing: 2.6px;
  color: rgba(62, 62, 62, 0.5);
  text-transform: uppercase;
}

.pr-pagination-one .pr-name {
  font-family: 'gorditamedium';
  font-size: 22px;
  color: #1a1a1a;
  margin-top: 4px;
}

.pr-pagination-one i {
  font-size: 35px;
  transition: all 0.3s ease-in-out;
}

.pr-pagination-one a:hover i {
  color: #1f29db;
}

.pr-details-one .pr-pagination-one.ps-absolute {
  position: absolute;
  right: 0;
  bottom: 0
}

/*^^^^^^^^^^^^^^^^^^^^^ Portfolio Details One End ^^^^^^^^^^^^^^^^^^^^^^^^*/

.rev-card {
  min-height: 220px !important;
}

.rev-card1 {
  min-height: 245px !important;
}

.sport-card {
  min-height: 355px;
}

.promo-single:hover .process-icon {
  color: #f3be18 !important;
}

.fin-card {
  min-height: 260px;
}

.fin-card1 {
  min-height: 388px;
}

.pol-card {
  min-height: 300px;
}

.pol-card1 {
  min-height: 405px;
}

/* .shape-service img, .promo-icon img, .single-integration2 img{
  filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  transition: transform .7s ease-in-out;
}
.shape-service img:hover, .promo-icon img:hover, .single-integration2 img:hover{
  filter: none !important;
  transform: rotate(360deg);
} */
.shape-service img,
.single-integration2 img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  transition: transform .7s ease-in-out;
}

.promo-icon img {
  transition: transform .7s ease-in-out;
}

.shape-service img:hover,
.promo-icon img:hover,
.single-integration2 img:hover {
  filter: grayscale(1);
  transform: rotate(360deg);
}

/* Start Table Style*/
.bpo-services .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

.bpo-services table {
  box-shadow: none;
}

.bpo-services .team-table {
  overflow-x: auto;
}

.bpo-services table td {
  padding: 20px !important;
}

.bpo-services table td p {
  margin-bottom: 0px;
}

.bpo-services table th {
  line-height: 1.3;
  font-size: 20px;
  font-weight: bolder !important;
  text-transform: capitalize;
  padding: 20px !important;
}

.bpo-services table .bg-primary,
.bpo-services table .bg-primary p {
  color: #fff !important;
}

.check i {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f9a394;
  line-height: 40px;
  font-size: 20px;
  font-weight: bolder;
  color: #f3be18;
}

/* End Table Style*/

.single-feature1 {
  min-height: 205px;
}

h5.banFormHead {
  color: #000 !important;
  text-align: center;
  margin-bottom: 20px !important;
}

.sri-img img {
  border-radius: 0px 0px 20px !important;
}

/*Hover Effect*/
.process-icon img,
.process-icon i {
  transition: transform .7s ease-in-out;
}

.process-card-two:hover .process-icon i {
  transform: rotate(360deg);
}

.ddmenu {
  right: auto;
  left: 115% !important;
  /* left: 399% !important; */
  -webkit-transform: translate(-65%, 0);
  transform: translate(-65%, 0);
  /* background-color: transparent !important; */
}

.ddmenu1 {
  right: auto;
  left: 275% !important;
  -webkit-transform: translate(-65%, 0);
  transform: translate(-65%, 0);
  /* background-color: transparent !important; */
}

/* .ddgrid.width-full {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
  width: max-content;
} */

/* .ddgrid-item { */
/* width: 290px !important;
  padding: 20px; */
/* margin: 0px 5px; */
/* } */

.md-menu {
  right: auto;
  left: 95% !important;
  -webkit-transform: translate(-65%, 0);
  transform: translate(-65%, 0);
}

.md-grid.width-full {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
  width: 1350px;
}

.md-grid-item {
  width: 270px !important;
  padding: 20px;
}

.ismenu {
  right: auto;
  left: 7% !important;
  -webkit-transform: translate(-65%, 0);
  transform: translate(-65%, 0);
}

.isgrid.width-full {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr !important;
  width: 1440px;
}

.isgrid-item {
  width: 240px !important;
  padding: 20px;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.bg-light-yellow {
  background-color: #f7f3e4;
}

.bg-light-green {
  background-color: #e9f7e4;
}

.bg-light-blue {
  background-color: #ecf8ff;
}

.bg-light-pink {
  background-color: #ffeeef;
}

.bg-light-pgreen {
  background-color: #e8fcfc;
}

.bg-dark-yellow {
  background-color: #f5e6ae;
}

.bg-dark-green {
  background-color: #bfe3b3;
}

.bg-dark-blue {
  background-color: #b8dbf0;
}

.bg-dark-pink {
  background-color: #fdc2c2;
}

.bg-dark-voilet {
  background-color: #c69de6;
}

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

.Fabtlist li a span {
  margin-left: 5px;
}

.dropdown-grid {
  background-color: transparent !important;
}

.offcanvas-body .dropdown-menu {
  position: relative !important;
  left: 0 !important;
  margin: 15px 0 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}


.crm-bg-light {
  background-color: #e3f4ff
}

.crm-bg-yellow-light {
  background-color: rgba(255, 157, 77, .1)
}

.crm-bg-light-green {
  background-color: #dbfbe2
}

.crm-about-content-box {
  padding: 42px 32px 24px
}

.crm-about-content-box .crm-content-wrapper {
  width: 60%;
  padding: 18px 0 42px
}

.crm-about-content-box .crm-vector-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1
}

.z-1 {
  z-index: 1;
}

.crm-bg-yellow-light {
  background-color: rgba(255, 157, 77, .1);
}

.crm-cta-section .circle-half {
  left: 70px;
  top: -20px;
  filter: hue-rotate(43deg) contrast(2);
}

.crm-cta-section .doted {
  right: 200px;
  bottom: 80px;
}

/* .crm-title .crm-subtitle {
  font-weight: 600;
  font-size: 20px;
} */

.crm-subtitle {
  color: #f3be18 !important;
  font-weight: 500;
  font-size: 17px !important;
}

.crm-subtitle img {
  /* filter: hue-rotate(70deg) saturate(55); */
}

.crm-bg-yellow {
  background-color: #fffcf5;
}


.crm-special-features {
  gap: 16px;
}

.crm-special-features li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.crm-special-features li span {
  width: 16px;
  height: 16px;
  background-color: rgba(239, 61, 61, .15);
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.crm-special-features li span::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #f3be18;
}

.crm-pricing-table {
  padding: 32px 32px 0;
  border-radius: 10px 10px 0 0;
}

.crm-pricing-table table {
  margin-bottom: 0;
}

.crm-pricing-table table th.crm-pricing-switch-wrapper {
  min-width: 290px;
}

.crm-pricing-table table th {
  border-right: 1px solid rgba(11, 22, 63, .12);
  border-bottom: 0;
  vertical-align: middle;
  padding-bottom: 16px;
}

.crm-pricing-switch-wrapper .title {
  font-size: 24px;
  font-weight: 700;
  color: #0b163f;
}

.crm-pricing-table table th.crm-package-wrapper {
  min-width: 190px;
}

.crm-pricing-table table th {
  border-right: 1px solid rgba(11, 22, 63, .12);
  border-bottom: 0;
  vertical-align: middle;
  padding-bottom: 16px;
}

.crm-pricing-table table th:last-child {
  border-right: 0;
}

.crm-pricing-table table .title-sm {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #0b163f;
}

.crm_pricing_feature_accordion {
  padding: 0 32px 32px;
  border-radius: 0 0 10px 10px;
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.crm_pricing_feature_accordion .accordion-item .accordion-header a {
  background-color: #fafafa;
  display: block;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #0b163f;
  padding: 10px 17px;
}

.crm_pricing_feature_table table {
  margin-bottom: 0;
}

.crm_pricing_feature_table td:first-child {
  border-left: 0;
}

.crm_pricing_feature_table .crm_pricing_features_name {
  min-width: 611px;
}

.crm_pricing_feature_table td {
  border: 1px solid rgba(11, 22, 63, .12);
  border-top: 0;
}

.crm_pricing_feature_table td:last-child {
  border-right: 0;
}

.text-off-white {
  color: rgba(255, 255, 255, .8);
}

.single-payment-step {
  background: #fff;
  -webkit-box-shadow: 50px 20px 100px rgb(116 116 116 / 15%);
  box-shadow: 50px 20px 100px rgb(116 116 116 / 15%);
  border-radius: 6px;
}

.single-payment-step h6 {
  font-size: 15px;
}

.mb--150 {
  margin-bottom: -150px;
}

/* support box */
.hd-support-box-wrapper {
  gap: 16px;
}

.hd-support-box-wrapper a {
  text-decoration: none;
}

.hd-support-box-wrapper a .hd-support-box:hover {
  -webkit-box-shadow: 0 20px 20px 0 rgb(2 19 79 / 10%);
  box-shadow: 0 8px 20px 0 rgb(2 19 79 / 10%);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  background-color: #f3be18;
  color: #fff !important;
}

.hd-support-box {
  padding: 10px 16px;
  background-color: #c0c0c0;
}

.hd-support-box p {
  font-weight: 500;
}



/* end support box */

/* contact form */

.bgn-wf-wrapper * {
  box-sizing: border-box;
}

.bgn-wf-wrapper {
  width: 100%;
  /*max-width: 900px;*/
  margin: auto;
  border: none;
  padding: 15px;
  background-color: #fff;
  color: #575757;
}

/* .bgn-wf-row {
  padding: 5px 0 15px 0;
  display: flex;
} */

.row-column {
  width: 49%;
  margin-right: 2%;
}

.row-column:last-child {
  margin-right: 0% !important;
}

.row-column1 {
  width: 100%;
}

.bgn-wf-label {
  padding: 7px 20px 5px 0px;
  /* width: 26%; */
  border: 0;
  align-self: center;
  word-break: break-word;
  position: relative;
}

.bgn-wf-field {
  vertical-align: top;
  text-align: left;
  word-break: break-word;
  border: 0;
  flex: 1;
}

input::focus {
  border: 1px solid #1980d8;
}

.bgn-star {
  color: #f3be18;
  width: 10px;
  height: 10px;
  z-index: 1;
  font-size: 14px;
  text-transform: inherit;
  position: absolute;
}

@media screen and (max-width: 590px) {
  .bgn-wf-wrapper {
    max-width: 100% !Important;
    border: 0;
    padding: 0px !important;
  }

  .section-heading h5 {
    margin-top: 30px;
  }

  .htw-single-box.mts-50 {
    margin-top: 0px;
  }

  .htw-single-box.mts-100 {
    margin-top: 0px;
  }

  .single-pricing-wrap {
    padding: 30px !important;
  }

  .bgn-wf-row,
  .bgn-wf-label,
  .bgn-wf-field {
    /* display: block; */
    display: inline-grid;
    width: 100%;
  }

  .bgn-wf-field input[type=text],
  .bgn-wf-field select,
  .bgn-wf-field textarea {
    width: 100% !important;
  }

  .bgn-wf-field div>select {
    width: auto !important;
  }

  .bgn-wf-label:empty {
    display: none;
  }

  .bgn-wf-field button {
    margin-bottom: 15px;
  }

  .bgn-wf-field a {
    margin-bottom: 30px;
  }

  /* .bgn-wf-row {
    padding: 5px 0 15px 0;
    display: flex;
  } */

  .row-column,
  .row-column1 {
    width: 100%;
    padding: 5px 0 15px 0;
  }

}

.error-msg {
  color: #f3be18;
}

.reset-btn:hover {
  background-color: #f3be18 !important;
  border-color: #f3be18 !important;
  color: fff;
}

.submit-btn:hover {
  background-color: #000 !important;
  border-color: #000 !important;
  color: fff;
}

/* End Contact Form */

/* Brands  */
.crm-brands-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.crm-brand-item {
  padding: 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 20%;
  min-height: 68px;
  position: relative;
}

.crm-brand-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 50px rgb(2 0 91 / 10%);
  box-shadow: 10px 10px 50px rgb(2 0 91 / 10%);
}

.crm-brand-item img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 215px;
}

.crm-brand-item:hover img.gray {
  opacity: 0;
}

.crm-brand-item:hover img.black {
  opacity: 1;
}

.crm-brand-item img.black {
  opacity: 0;
  filter: invert(16%) sepia(99%) saturate(3300%) hue-rotate(4deg) brightness(95%) contrast(118%) !important;
}

/* End Brands */

/* read more */
.feature-content .post button {
  display: block;
  text-transform: capitalize;
  cursor: pointer;
}

.more {
  display: none;
}

/* end read more */

/* blog button */
.blog-btn {
  position: absolute;
  bottom: 0px;
  left: 11px;
  width: 100%;
}

/* end blog button */
/* contact form */
h2.ins-heading {
  color: #000;
}

.ins-title .subtitle {
  color: #f3be18;
}

.ins-title mark,
.ins-title .mark {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  color: #f3be18;
}

.ins-contact-form .ins-input-field {
  position: relative;
}

.ins-contact-form .ins-input-field label {
  position: absolute;
  left: 20px;
  top: -12px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  background: #fff;
  padding: 0 1px;
}

.ins-contact-form .ins-input-field input,
.ins-contact-form .ins-input-field select {
  padding: 13px 15px 10px;
  outline: 0;
  color: #5c6a7c;
}

/* end contact form */
.gradient-overly-right {
  z-index: 1;
  width: 100%;
  min-width: 100%;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.gradient-overly-right:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f3be18), to(transparent));
  background: linear-gradient(90deg, #f3be18, rgba(0, 0, 0, .50)) !important;
}

.gradient-overly-right:before,
.gradient-overly-left:before,
.gradient-overly-bottom:before,
.gradient-overly-top:before {
  content: "";
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.opacity {
  opacity: .5;
}

.blog_list .nav-item {
  border-bottom: 1px solid rgb(122, 122, 122);
}

.blog_list .nav-item a {
  color: #f3be18;
  padding-left: 0px;
}

.blog_list .nav-item a:hover {
  color: #000;
}

.small {
  font-size: 12px;
  color: #575757;
}

.single-service:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
}

.cyber-about-img img {
  border-radius: 10px;
}

.sheild-img img {
  border: 20px solid #fff;
  border-radius: 10px;
  margin-top: -140px;
  margin-left: -30px;
}

.cyber-about-count-box {
  -webkit-box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 25%);
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 25%);
  border-right: 10px solid var(--bs-primary);
  border-radius: 10px;
}

.casestudy-carousel .carousel-item .slider-image {
  width: 100% !important;
}

/* mouse effect */
.outlined {
  font: 800 50px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
}

/* end mouse effect */


/* Swiper CSS */

/* .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}


.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube {
  overflow: visible
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px)
}

.swiper-flip {
  overflow: visible
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
} */


/* End Swiper CSS */

/* Healthcare styles */

/* .services-tab .nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
} */

/* .services-tab ul li {
  margin: 0 13px;
  margin-bottom: 20px;
} */

.services-tab .nav-link {
  background: #fff !important;
  border-radius: 10px;
  padding: 17px 33px;
  position: relative;
}

.services-tab .nav-link::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
  content: "";
  background: #1b2026;
  width: 16px;
  height: 16px;
  opacity: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  z-index: 9;
}

.services-tab .nav-link.active {
  background-color: #1b2026;
  color: #fff;
}

.services-tab .nav-link.active::before {
  opacity: 1;
}

.services-2 .services-tab .nav {
  /* display: flex; */
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}

.services-2 .services-tab .nav-item {
  flex-basis: 20%;
  margin: 0;
  margin-bottom: 30px;
}

.services-2 .services-tab .nav-link {
  flex-direction: column;
  align-items: center;
  margin: 0 15px;
  padding: 30px 15px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.services-2 .services-tab .nav-link .title {
  margin-top: 15px;
  text-align: center;
}

.services-2 .services-tab .nav-link::before {
  background: #fff;
}

.services-2 .services-tab .nav-link.active {
  background: #fff;
  color: #000;
}

.services-2 .services-content-wrapper {
  padding: 40px;
  background: #fff;
  position: relative;
  z-index: -1;
}

.services-2 .services-content-wrapper::before {
  display: none;
}

.services-2 .services-content-wrapper .services-thumb {
  margin-right: 0;
}

.services-2 .services-content-wrapper .service-content {
  padding: 0;
  padding-right: 60px;
  padding-left: 20px;
}

/* style 02 */
.fes4-box {
  margin-bottom: 25px;
  padding: 35px;
  min-height: 368px;
  background-color: #f1f1f1;
}

.fes4-box:hover {
  background-color: #fbcece;
}

.page-section h1 {
  margin: 0;
  padding: 22px 25px 24px 25px;
  color: #4b4e53;
  border-left: #4b4e53 2px solid;
}

.fes4-title-cont {
  position: relative;
  padding-left: 70px;
  padding-bottom: 15px;
}

.fes4-box-icon {
  position: absolute;
  top: -22px;
  left: 0;
  font-size: 35px;
}

.fes4-title-cont .h5 {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.fes4-box-icon .fa-user-friends:before,
.fes4-box-icon .fa-spell-check:before,
.fes4-box-icon .fa-cog:before,
.fes4-box-icon .fa-network-wired:before,
.fes4-box-icon .fa-layer-group:before {
  color: #4b4e53 !important;
}

/* Style 03 */
.box-images-project {
  padding-right: 30px;
}

.box-images {
  position: relative;
}

.box-images::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: absolute;
  bottom: -9px;
  z-index: 1;
  right: -7px;
  /* background-color: #f3be186e; */
}

.box-images img {
  z-index: 2;
  position: relative;
}

.img-main-2 {
  /* border-radius: 100px; */
  max-width: 100%;
  width: 100%;
}

.image-2 {
  position: absolute;
  top: 2px;
  left: 390px;
  z-index: 3;
}

/* .shape-3 {
  animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
} */

.image-3 {
  position: absolute;
  bottom: -45px;
  left: -10px;
  z-index: 3;
}

/* .shape-1 {
  animation: hero-thumb-animation 2s linear infinite alternate;
} */

.shape-1,
.shape-3 {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.shape-1,
.shape-3 {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.circle-shape {
  position: relative;
  overflow: hidden;
}

.circle-shape-images {
  position: absolute;
  top: -18%;
  right: -170px;
  width: 56%;
}

/* style 04 */
.splash-service-main .service-wrapper {
  position: relative;
  z-index: 10;
  border-radius: 10px;
  backdrop-filter: blur(15px);
  /* background-image: linear-gradient(218.15deg, #b966e763 0%, #2f57ef4a 100%); */
}

.service__style--1 {
  z-index: 2;
  text-align: left;
  padding: 35px;
  position: relative;
  border-right: 1px solid #4c4c4c;
  height: 100%;
  transition: 0.3s;
}

.service__style--1:hover {
  transform: translateY(-20px) scale(1.03);
  border-color: transparent;
}

.service__style--1:hover::before {
  opacity: 1;
  transform: scale(1);
}

.service__style--1::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f3be18;
  z-index: -1;
  position: absolute;
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s;
}

.service__style--1:hover img {
  filter: grayscale(1);
}

.service__style--1:hover::before {
  opacity: 1;
  transform: scale(1);
}

.service__style--1 .icon {
  margin-bottom: 22px;
}

.service__style--1 .icon img {
  max-height: 60px;
}

.service__style--1 .content .title {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 500;
}

.service__style--1 .content p {
  color: #ffffff;
  font-size: 14px !important;
  font-weight: 400;
}

.service.service__style--1::after {
  content: "";
  width: 80%;
  height: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-darker);
  bottom: 0;
  border-radius: 0;
  filter: blur(10px);
  z-index: -5;
  opacity: 0;
  transition: 0.3s;
}

/* End healthcare styles */

small a {
  font-size: small;
  font-weight: 500;
}

h4.text-warning {
  font-size: 17px;
}

.service-box-left a {
  color: #fff;
  text-decoration: underline;
}

.service-box-left a:hover {
  text-decoration: none !important;
  color: #000;
}

/*  */
.page-header .breadcrumbs ul li a {
  color: #ffffff;
  /* color: #525252; */
  text-decoration: none;
  font-weight: normal;
  display: block;
}

.page-header .breadcrumbs ul li a:hover {
  color: #f3be18;
}

.page-header .breadcrumbs ul li a svg {
  color: #959595;
  margin: 4px 5px 0px 0px;
  float: left;
  width: 20px;
}

.page-header .breadcrumbs ul li a i {
  font-size: 12px;
  margin: 0px 8px;
  font-weight: 600;
  color: #959595;
}

/* Start tab style */
.pgbody {
  height: 60vh;
  display: table-cell;
  vertical-align: middle;
}

.pglist {
  display: inline-block !important;
  width: 100%;
}

.pgbody ul li {
  margin-top: 30px;
}

.pgbody ul li a {
  text-decoration: none;
}


.pglist li a {
  margin-bottom: 10px;
  padding: 1.5rem 1rem;
  text-align: left;
  width: 100%;
  font-size: 23px;
}

.pglist li a img {
  margin-right: 10px;
}

/* End tab style */

/* .blog-details .doted {
  z-index: 0;
  top: 220px;
  right: 129px;
} */

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 17px !important;
}

.iti {
  display: flex !important;
}

.fa-2xl {
  font-size: 3rem;
  font-weight: 300;
}

.mk-business-pr .mk-doted-lg {
  right: 102px;
  top: 100px;
  z-index: 1;
}

.accordion {
  --bs-accordion-color: #575757;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.3125rem;
  --bs-accordion-inner-border-radius: calc(0.3125rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #575757;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23575757'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231553e6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
  --bs-accordion-btn-focus-border-color: #175cff;
  --bs-accordion-btn-focus-box-shadow: unset;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #1553e6;
  --bs-accordion-active-bg: #e8efff;
}