/*
Theme Name: ewebot - Child
Author: HK Infosoft
Author URI: #
Description: -
Version: 1.0
Template: ewebot
*/
@import url("../ewebot/style.css");

/*
* Homepage
*/

body .gt3-core-imagebox-wrapper + a {
  display: unset !important;
}

@media only screen and (max-width: 767px) {
  img.wpda-builder-logo,
  img.wpda-builder-logo_sticky {
    height: 100%;
    max-height: 41px;
  }
}

.white-color a,
.contact-info-icon-box .gt3-core-imagebox-title a {
  color: #ffffff;
}

.white-color a:hover,
.contact-info-icon-box .gt3-core-imagebox-title a:hover {
  color: #f66f00 !important;
}

.gt3_preloader
  .gt3_linear-loading-center
  .gt3_linear-loading-center-absolute
  img {
  width: 100% !important;
  height: auto !important;
  max-width: 767px !important;
  min-width: 500px;
}

.technology-icons .elementor-tab-title {
  position: relative !important;
}

.technology-icons .elementor-tab-title:after {
  width: 0px !important;
  border-width: 0px !important;
  transition: width 0.3s !important;
  height: 2px !important;
  background-color: #3b3565;
  left: 17px !important;
}

.technology-icons .elementor-tab-title:hover::after,
.technology-icons .elementor-tab-title.elementor-active::after {
  width: 45% !important;
  background-color: #3b3565;
  transition: width 0.3s !important;
}

.technology-icons .elementor-tab-title.elementor-active::after {
  background-color: #f6760c;
}

.technology-icons .elementor-tab-content {
  text-align: center !important;
  margin-top: 6%;
}

.tech-logo {
  display: inline-block;
  text-align: center;
  width: 140px !important;
  margin-left: 3% !important;
  margin-bottom: 5% !important;
  position: relative;
  height: 140px !important;
  background-color: #ffffff;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 12px 19px 62px 0px rgb(13 52 79 / 5%);
  -webkit-transition:
    background 0.3s,
    border 0.3s,
    -webkit-border-radius 0.3s,
    -webkit-box-shadow 0.3s;
  transition:
    background 0.3s,
    border 0.3s,
    -webkit-border-radius 0.3s,
    -webkit-box-shadow 0.3s;
  -o-transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s,
    -webkit-border-radius 0.3s,
    -webkit-box-shadow 0.3s;
}

.tech-logo:hover {
  background-color: #3b3663;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  box-shadow: 14px 24px 43px 0px rgb(33 41 48 / 18%);
}

.tech-logo::after {
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation:
    width 0.4s,
    height 0.4s;
  animation:
    width 0.4s,
    height 0.4s;
  position: absolute;
  transition:
    width 0.4s,
    height 0.4s;
  left: 50%;
  top: 50%;
  background: inherit;
  box-shadow: inherit;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  will-change: width, height;
}

.tech-logo:hover::after {
  width: 103%;
  height: 103%;
}

.tech-logo img {
  position: relative;
  z-index: 1;
}

.tech-logo:hover img {
  filter: brightness(0) invert(1);
}

.tech-logo .bg-shap {
  position: absolute;
  top: 10px;
  right: 0;
  left: 40px;
  z-index: 0 !important;
  filter: unset !important;
}

.tech-logo:hover * {
  color: #ffffff;
}

.technology-title {
  font-size: 16px;
  line-height: 24px;
  color: #252b33;
  margin-top: 20px;
}

.tech-logo img {
  margin-top: 18% !important;
  height: 50px !important;
  width: 50px !important;
}

.pointer-event-none {
  pointer-events: none;
}

.h_price_tab p {
  padding: 16px !important;
}

@media only screen and (max-width: 767px) {
  .technology-icons
    .elementor-widget-container
    .container
    .h_price_inner
    .hosting_tab
    .nav-item {
    width: 33.33% !important;
  }

  .testimonial-section h6 {
    top: -34% !important;
  }

  #testimonial-more {
    top: -40px;
    left: 27vw;
  }

  .portfolio_filter .work_portfolio_item + .work_portfolio_item {
    margin-left: 30px !important;
  }

  .testimonial_slider_four .item p {
    color: #252b33 !important;
  }

  .tech-logo {
    margin-left: 0% !important;
  }
}

.orange-link-self,
.orange-link-hover a:hover {
  color: #f66f00 !important;
}

.Header-main-menu.elementor-widget-wpda-builder-menu nav > ul > li:after,
.Header-main-menu.elementor-widget-wpda-builder-menu
  nav
  > ul
  > li.current-menu-item::after {
  background-color: #f66f00;
  height: 2px !important;
  width: 0;
  transition: width 0.3s;
}

.Header-main-menu.elementor-widget-wpda-builder-menu nav > ul > li:hover::after,
.Header-main-menu.elementor-widget-wpda-builder-menu
  nav
  > ul
  > li.current-menu-item::after {
  width: 45% !important;
}

#newsletter_form form#gform_1 {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-end !important;
  width: 100%;
}

#newsletter_form form#gform_1 > div {
  height: 50px !important;
}

#newsletter_form form#gform_1 > div.gform_body {
  width: calc(100% - 95px) !important;
}

#newsletter_form form#gform_1 > div.gform_body #gform_fields_1 {
  height: 100% !important;
}

#newsletter_form form#gform_1 > div.gform_body #gform_fields_1 input {
  height: 50px !important;
}

#newsletter_form form#gform_1 > div.gform_footer {
  margin: 0px 0 0 !important;
  padding: 0 0 !important;
  width: 95px !important;
}

#newsletter_form form#gform_1 > div.gform_footer .gform_button {
  margin-bottom: 0 !important;
}

.page-sidebar .elementor-widget-container .widget {
  margin-top: 40px !important;
}

.choose-checkbox .gt3-core-imagebox-img {
  width: auto !important;
  max-width: 24px !important;
  max-height: 24px !important;
  height: auto !important;
}

.choose-checkbox .gt3-core-imagebox-img img {
  height: 100% !important;
  width: 100% !important;
}

.career-hire-box:hover h4,
.career-hire-box:hover p,
.career-hire-box:hover i {
  color: #ffffff !important;
}

.career-hire-box a.full-overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
*/

.career-tab-accordion .elementor-tab-title {
  background: #ffffff;
  padding: 25px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: all 0.5s ease-in;
  position: relative;
  z-index: 1 !important;
}

.career-tab-accordion .elementor-toggle-icon {
  order: 2;
}

.career-tab-accordion .elementor-toggle-title {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 2em);
  gap: 15px;
  order: 1;
  position: relative;
  z-index: 5 !important;
}

.career-tab-accordion .elementor-tab-title.elementor-active {
  transition: all 0.5s ease-in-out;
}

.career-tab-accordion .elementor-toggle-title .techIcon .tectIconImg {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.career-tab-accordion .tabTitle > p {
  margin-bottom: 0;
}

.career-tab-accordion .tabTitle b {
  position: relative;
  display: inline-block;
  width: 200px;
}

.career-tab-accordion .tabTitle span.bar {
  margin: 0 20px;
}

.career-tab-accordion .tabTitle,
.career-tab-accordion .tabTitle b,
.career-tab-accordion .tabTitle i,
.career-tab-accordion .tabTitle sup {
  color: #252b33 !important;
}

.career-tab-accordion .tabTitle b .badge {
  font-weight: 400;
  background-image: linear-gradient(324deg, #f26522 0%, #fcaf17 100%);
  padding: 0px 12px;
  border-radius: 15px;
  color: #ffffff;
  font-size: 13px;
  position: absolute;
  top: -20px;
  right: 0px;
}

.career-tab-accordion .applyBtn {
  margin-left: auto !important;
  position: absolute !important;
  right: 0;
  z-index: 20 !important;
}

.career-tab-accordion .applyBtn button {
  background-color: #f47514;
  border: 2px solid #f47514;
  color: #ffffff;
  background-image: none;
  border-radius: 25px;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -0.72px;
  margin-bottom: 0 !important;
  position: relative;
  z-index: 30;
  width: 150px;
  transition: all 0.2s linear 0s;
}

.career-tab-accordion .applyBtn button:hover {
  background-color: #3b3465;
  border: 2px solid #3b3465;
  color: #ffffff;
  text-indent: -20px;
}

.career-tab-accordion .applyBtn button:hover::before {
  opacity: 1;
  text-indent: 0px;
}

.career-tab-accordion .elementor-toggle-icon i:before {
  color: #252b33 !important;
}

.career-tab-accordion .applyBtn button::before {
  content: "\f178";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 40px;
  transition: all 0.2s linear 0s;
}

/***/
/***/
#custom_html-21 {
  background-image: url(https://n.foxdsgn.com/outsourceo/wp-content/uploads/2019/10/pd-right-image.jpg);
  background-position: center center;
  background-size: cover;
  padding: 32px 26px;
  border-radius: 12px;
}

#custom_html-21 * {
  color: #ffffff;
}

#custom_html-21 .widget-title {
  font-size: 1.8em;
}

#custom_html-21 .textwidget.custom-html-widget .aheto-contact {
  margin: 20px 0px;
}

.aheto-contact--outsourceo-text .aheto-contact__item * {
  font-size: 16px;
}

.aheto-contact--outsourceo-text .aheto-contact__item {
  margin-bottom: 10px;
}

.aheto-contact--outsourceo-text .aheto-contact__item a:hover {
  color: #ff7426 !important;
}

.aheto-contact--outsourceo-text .aheto-contact__item .aheto-contact__title {
  margin-right: 10px;
}

.aheto-form-link.aheto-btn--primary input[type="submit"],
.aheto-link.aheto-btn--primary {
  font-size: 17.5px;
  line-height: 1.57;
  font-weight: 700;
  margin: 8px 0px 0px !important;
}

.aheto-form-link.aheto-btn--primary input[type="submit"],
.aheto-link.aheto-btn--primary:hover {
  color: #ff7426 !important;
}

.aheto-form-link.aheto-btn--primary input[type="submit"],
.aheto-link.aheto-btn--primary .fas,
.trigger.heto-link .fas {
  transform: translateX(100%) translateY(5%);
  transition: all 0.3s;
}

.aheto-form-link.aheto-btn--primary input[type="submit"],
.aheto-link.aheto-btn--primary:hover .fas {
  transform: translateX(150%) translateY(5%);
  transition: all 0.3s;
  color: #ff7426 !important;
}

.trigger.heto-link:hover,
.trigger.heto-link:hover .fas {
  color: #ff7426 !important;
  transition: all 0.3s;
  transform: translateX(150%) translateY(5%);
}

/***/

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition:
    visibility 0s linear 0.25s,
    opacity 0.25s 0s,
    transform 0.25s;
  z-index: 1500 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  position: absolute;
  margin: auto;
  background-color: #ffffff;
  padding: 1rem 1.5rem;
  width: 24rem;
  border-radius: 0.5rem;
  z-index: 1550 !important;
}

.close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
  z-index: 10;
  position: relative;
}

.close-button:hover {
  background-color: darkgray;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition:
    visibility 0s linear 0s,
    opacity 0.25s 0s,
    transform 0.25s;
}

/*
* Back to top
*/

.back_to_top_container {
  z-index: 99 !important;
  bottom: 90px !important;
}

.back_to_top_container.email {
  bottom: 150px !important;
}

#back_to_top_email {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  border: 2px solid;
  border-radius: 5px;
  background: #fff;
  border-color: #ff7426;
  color: #ff7426;
}

#back_to_top_email:hover {
  color: #fff;
  background: #ff7426;
}

#back_to_top_email.show {
  pointer-events: auto;
  opacity: 1;
}

#back_to_top_email:before {
  content: "\f0e0";
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 26px;
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
}

/*
* gravity form
*/

.form-title-custom {
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}

.gform_heading {
  margin-bottom: 15px !important;
}

.gform_button.button {
  background-color: #3b3465;
  border: 2px solid #3b3465 !important;
  color: #ffffff;
  background-image: none;
  border-radius: 25px;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -0.72px;
  padding: 10px 20px;
  margin-top: 8px !important;
  margin-bottom: 0 !important;
  height: auto !important;
}

.gform_button.button:hover {
  background-color: #f47514;
  border: 2px solid #f47514 !important;
  color: #ffffff;
}

/*
* brand-color-list
*/

/***** .col-one *****/
.brand-color-list.col-one
  .elementor-icon-list-items
  li:hover:nth-child(1)
  a
  span,
.brand-color-list.col-one .elementor-icon-list-items li:hover:nth-child(1) a i {
  color: #61dbfb !important;
}

.brand-color-list.col-one
  .elementor-icon-list-items
  li:hover:nth-child(2)
  a
  span,
.brand-color-list.col-one .elementor-icon-list-items li:hover:nth-child(2) a i {
  color: #a6120d !important;
}

.brand-color-list.col-one
  .elementor-icon-list-items
  li:hover:nth-child(3)
  a
  span,
.brand-color-list.col-one .elementor-icon-list-items li:hover:nth-child(3) a i {
  color: #42b883 !important;
}

.brand-color-list.col-one
  .elementor-icon-list-items
  li:hover:nth-child(4)
  a
  span,
.brand-color-list.col-one .elementor-icon-list-items li:hover:nth-child(4) a i {
  color: #3c873a !important;
}

/* Asp .net svg icon */
.brand-color-list.col-one
  .elementor-icon-list-items
  li:hover:nth-child(5)
  a
  span {
  color: #0070b3 !important;
}

.brand-color-list.col-one
  .elementor-icon-list-items
  li:hover:nth-child(5)
  a
  svg,
.brand-color-list.col-one
  .elementor-icon-list-items
  li:hover:nth-child(5)
  a
  svg
  * {
  color: #0070b3 !important;
}

/* Mangento svg icon */
.brand-color-list.col-one
  .elementor-icon-list-items
  li:hover:nth-child(6)
  a
  span {
  color: #f46f25 !important;
}

.brand-color-list.col-one
  .elementor-icon-list-items
  li:hover:nth-child(6)
  a
  svg,
.brand-color-list.col-one
  .elementor-icon-list-items
  li:hover:nth-child(6)
  a
  svg
  * {
  fill: #f46f25 !important;
}

/***** .col-two *****/

.brand-color-list.col-two
  .elementor-icon-list-items
  li:hover:nth-child(1)
  a
  span,
.brand-color-list.col-two .elementor-icon-list-items li:hover:nth-child(1) a i {
  color: #a4c639 !important;
}

.brand-color-list.col-two
  .elementor-icon-list-items
  li:hover:nth-child(2)
  a
  span,
.brand-color-list.col-two .elementor-icon-list-items li:hover:nth-child(2) a i {
  color: #2091eb !important;
}

.brand-color-list.col-two
  .elementor-icon-list-items
  li:hover:nth-child(3)
  a
  span,
.brand-color-list.col-two .elementor-icon-list-items li:hover:nth-child(3) a i {
  color: #61dbfb !important;
}

.brand-color-list.col-two
  .elementor-icon-list-items
  li:hover:nth-child(4)
  a
  span,
.brand-color-list.col-two .elementor-icon-list-items li:hover:nth-child(4) a i {
  color: #40c4ff !important;
}

/* Ionic svg icon */
.brand-color-list.col-two
  .elementor-icon-list-items
  li:hover:nth-child(5)
  a
  span {
  color: #498aff !important;
}

.brand-color-list.col-two
  .elementor-icon-list-items
  li:hover:nth-child(5)
  a
  svg,
.brand-color-list.col-two
  .elementor-icon-list-items
  li:hover:nth-child(5)
  a
  svg
  * {
  fill: #498aff !important;
}

/* Django svg icon */
.brand-color-list.col-two
  .elementor-icon-list-items
  li:hover:nth-child(6)
  a
  span {
  color: #092e20 !important;
}

.brand-color-list.col-two
  .elementor-icon-list-items
  li:hover:nth-child(6)
  a
  svg,
.brand-color-list.col-two
  .elementor-icon-list-items
  li:hover:nth-child(6)
  a
  svg
  * {
  fill: #092e20 !important;
}

/***** .col-three *****/

.brand-color-list.col-three
  .elementor-icon-list-items
  li:hover:nth-child(1)
  a
  span,
.brand-color-list.col-three
  .elementor-icon-list-items
  li:hover:nth-child(1)
  a
  i {
  color: #a57e56 !important;
}

.brand-color-list.col-three
  .elementor-icon-list-items
  li:hover:nth-child(2)
  a
  span,
.brand-color-list.col-three
  .elementor-icon-list-items
  li:hover:nth-child(2)
  a
  i {
  color: #a4286a !important;
}

.brand-color-list.col-three
  .elementor-icon-list-items
  li:hover:nth-child(3)
  a
  span,
.brand-color-list.col-three
  .elementor-icon-list-items
  li:hover:nth-child(3)
  a
  i {
  color: #4285f4 !important;
}

.brand-color-list.col-three
  .elementor-icon-list-items
  li:hover:nth-child(4)
  a
  span,
.brand-color-list.col-three
  .elementor-icon-list-items
  li:hover:nth-child(4)
  a
  i {
  color: #dd4814 !important;
}

.brand-color-list.col-three
  .elementor-icon-list-items
  li:hover:nth-child(5)
  a
  span,
.brand-color-list.col-three
  .elementor-icon-list-items
  li:hover:nth-child(5)
  a
  i {
  color: #21759b !important;
}

.brand-color-list.col-three
  .elementor-icon-list-items
  li:hover:nth-child(6)
  a
  span,
.brand-color-list.col-three
  .elementor-icon-list-items
  li:hover:nth-child(6)
  a
  i {
  color: #f2a900 !important;
}

.brand-color-list .elementor-icon-list-items li a span,
.brand-color-list .elementor-icon-list-items li a i {
  color: #2b2553 !important;
}

.brand-color-list .elementor-icon-list-items li a span {
  color: #252b33 !important;
}

.brand-color-list .elementor-icon-list-items li a:hover span {
  color: #f47514 !important;
}

.brand-color-list.col-four
  .elementor-icon-list-items
  li:hover:nth-child(1)
  a
  span,
.brand-color-list.col-four
  .elementor-icon-list-items
  li:hover:nth-child(1)
  a
  i {
  color: #40c4ff !important;
}

.brand-color-list.col-four
  .elementor-icon-list-items
  li:hover:nth-child(2)
  a
  span,
.brand-color-list.col-four
  .elementor-icon-list-items
  li:hover:nth-child(2)
  a
  i {
  color: #2845af !important;
}

.brand-color-list.col-five
  .elementor-icon-list-items
  li:hover:nth-child(1)
  a
  span,
.brand-color-list.col-five
  .elementor-icon-list-items
  li:hover:nth-child(1)
  a
  i {
  color: #498aff !important;
}

.brand-color-list.col-five
  .elementor-icon-list-items
  li:hover:nth-child(1)
  a
  svg,
.brand-color-list.col-five
  .elementor-icon-list-items
  li:hover:nth-child(1)
  a
  svg
  * {
  fill: #498aff !important;
}

.brand-color-list.col-five
  .elementor-icon-list-items
  li:hover:nth-child(2)
  a
  span,
.brand-color-list.col-five
  .elementor-icon-list-items
  li:hover:nth-child(2)
  a
  i {
  color: #092e20 !important;
}

.brand-color-list.col-five
  .elementor-icon-list-items
  li:hover:nth-child(2)
  a
  svg,
.brand-color-list.col-five
  .elementor-icon-list-items
  li:hover:nth-child(2)
  a
  svg
  * {
  fill: #092e20 !important;
}

.brand-color-list.col-three
  .elementor-icon-list-items
  li:hover:nth-child(7)
  a
  span,
.brand-color-list.col-three
  .elementor-icon-list-items
  li:hover:nth-child(7)
  a
  i {
  color: #757cb2 !important;
}

.brand-color-list.col-three
  .elementor-icon-list-items
  li:hover:nth-child(8)
  a
  span,
.brand-color-list.col-three
  .elementor-icon-list-items
  li:hover:nth-child(8)
  a
  i {
  color: #ff0924 !important;
}

/*
* contact-custom-meta
*/

.contact-custom-meta .custom_meta_icon {
  line-height: 1.8 !important;
}

.contact-custom-meta .custom_meta_icon,
.contact-custom-meta .gt3_meta_value {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap;
}

.contact-custom-meta .gt3_meta_value .dis-block {
  width: 100%;
}

.contact-custom-meta .gt3_meta_value a:hover {
  opacity: 1 !important;
}

/*
* portfolio Filter
*/

.portfolio-filter {
  text-align: center;
}

.archive_portfolio_page .gt3_isotope_parent.items_list .isotope_item {
  position: unset !important;
  top: unset !important;
  left: unset !important;
  transform: none !important;
}

.is-animated {
  animation: 0.6s zoom-in;
}

@keyframes zoom-in {
  0% {
    transform: scale(0.1);
  }

  100% {
    transform: none;
  }
}

/*  */

body {
  font-family: "Poppins", sans-serif !important;
}

* {
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  font-family: "Poppins", sans-serif !important;
}

.elementor-counter-title,
.elementor-tab-title,
.testimonials-text-wrapper,
.testimonials_author_wrapper,
.testimonials_title,
.testimonials-sub_name,
form .gform_body input,
form .gform_body textarea,
form .gform_body .gform_button.button {
  font-family: "Poppins", sans-serif !important;
}

.Header-main-menu nav ul li.menu-item-has-children > a:after {
  content: "";
}

.button-custom-style a {
  border-radius: 25px !important;
}

.button-custom-style.contact-button a {
  width: 140px;
  transition: all 0.2s linear 0s !important;
}

.button-custom-style.contact-button a .gt3_module_button__container {
  padding: 0 !important;
}

.button-custom-style.contact-button a:hover span.elementor_gt3_btn_text {
  text-indent: -20px;
}

.button-custom-style.contact-button a span.elementor_gt3_btn_text {
  padding: 10px 20px;
  display: block;
  text-align: center;
}

.button-custom-style.contact-button
  a:hover
  span.elementor_gt3_btn_text::before {
  opacity: 1;
  text-indent: 0px;
}

.button-custom-style.contact-button a span.elementor_gt3_btn_text::before {
  content: "\f178";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 40px;
  transition: all 0.2s linear 0s !important;
}

.isotope-filter a {
  color: #252b33 !important;
}

.isotope-filter a.active,
.isotope-filter a:hover {
  color: #ffffff !important;
}

.client-logo-carousel .swiper-slide .swiper-slide-inner img {
  filter: none !important;
}

.watermark-logo {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.watermark-logo p {
  opacity: 0;
}

.elementor-widget-gt3-core-TestimonialsLite
  .testimonials_avatar_slider.text_align-center
  .slick-arrow.slick-next {
  left: auto;
}

.portfolio-custom-style h4.title,
.portfolio-custom-style .categories span,
h2.blogpost_title a,
.listing_meta {
  color: #252b33 !important;
}

.portfolio-custom-style h4.title:hover,
h2.blogpost_title a:hover {
  color: #f47514 !important;
}

.portfolio-custom-style .categories span,
.blog-page-post .blog_item_description {
  color: #252b33;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.blog-page-post .listing_meta {
  margin-bottom: 15px !important;
}

.contactus-form .gform_button {
  max-width: 140px;
  width: 100%;
}

.price_button-elementor .shortcode_button {
  display: inline-block !important;
}

.send-message-button .wpcf7-submit {
  background-color: #3b3465 !important;
  border: 2px solid #3b3465 !important;
  color: #ffffff;
  background-image: none;
  border-radius: 25px;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -0.72px;
  padding: 10px 20px;
  margin-top: 8px !important;
  margin-bottom: 0 !important;
  height: auto !important;
  background-image: none !important;
}

.send-message-button .wpcf7-submit:hover {
  background-color: #f47514 !important;
  border: 2px solid #f47514 !important;
  color: #ffffff;
}

.technology-icons .elementor-tab-content .tech-logo:first-child {
  margin-left: 0 !important;
}

.technology-icons .elementor-tabs-wrapper {
  overflow: unset;
}

.get-free-quotation {
  background-size: 100% 100%;
}

.site_wrapper {
  z-index: auto;
}

.career-tab-accordion .tabTitle,
.career-tab-accordion .experiencesection {
  display: flex;
  align-items: center;
}

.career-tab-accordion .experiencesection p {
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .Header-main-menu.elementor-widget-wpda-builder-menu nav > ul > li:after,
  .Header-main-menu.elementor-widget-wpda-builder-menu
    nav
    > ul
    > li.current-menu-item::after {
    display: none;
  }

  .Header-main-menu.elementor-widget-wpda-builder-menu
    nav
    > ul
    > li:hover::after,
  .Header-main-menu.elementor-widget-wpda-builder-menu
    nav
    > ul
    > li.current-menu-item::after {
    display: none;
  }

  .Header-main-menu .wpda-builder-menu .mobile_switcher {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  /*   .Header-main-menu .wpda-builder-menu .mobile_switcher::after {
    position: absolute;
    content: "\f106";
    font-size: 26px;
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    transform: rotate(180deg);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .Header-main-menu .wpda-builder-menu .mobile_switcher.is-active::after {
    transform: rotate(0deg);
  } */

  .Header-main-menu .wpda-builder-menu li {
    margin: 5px 0 !important;
  }

  .Header-main-menu .sub-menu.wpda-menu li {
    margin: 0;
  }

  .Header-main-menu .sub-menu {
    margin: 0 auto !important;
  }

  .Header-main-menu .sub-menu .button-custom-style {
    padding: 5px 20px 5px 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .wework-section {
    margin-bottom: 70px !important;
  }

  .gt3_cycled_animation .gt3-core-imagebox-title {
    word-break: break-word;
  }
}

@media (max-width: 1024px) {
  .menu-customize .elementor-row:first-child {
    justify-content: space-between;
  }

  .menu-customize .elementor-column.menu-customize-col {
    width: unset !important;
  }

  .career-tab-accordion .applyBtn {
    position: unset !important;
  }

  .career-tab-accordion .tabTitle {
    flex-direction: column;
    align-items: start;
  }

  .career-tab-accordion .experiencesection span:first-child {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .menu-customize .elementor-column.menu-customize-col:last-child {
    display: none;
  }

  .technology-icons .elementor-tab-content .tech-logo {
    margin-left: 3% !important;
  }

  .technology-icons .elementor-tab-content {
    margin-top: 0;
  }

  .career-tab-accordion .elementor-toggle-title {
    display: block;
  }

  .career-tab-accordion .applyBtn {
    position: unset !important;
    margin-top: 16px;
  }

  .isotope-filter a {
    margin-bottom: 16px;
  }

  .footer-copyright .elementor-row {
    flex-wrap: unset;
  }

  .hire-menu .elementor-widget-container {
    margin-left: 0 !important;
  }

  .checklist-icon .gt3-core-imagebox-wrapper {
    display: flex;
    margin-bottom: 0;
  }

  .checklist-icon
    .elementor-column-wrap
    .gt3-core-imagebox-wrapper
    .gt3-core-imagebox-img {
    margin-right: 20px !important;
    margin-bottom: 20px !important;
    max-width: 35px !important;
    width: 35px !important;
  }

  .checklist-icon .gt3-core-imagebox-content {
    margin-left: 20px;
  }

  .benefit-section table tr {
    display: grid;
  }

  .checklist-icon.savetimesection
    .elementor-element
    .gt3-core-imagebox-wrapper
    .gt3-core-imagebox-img {
    max-width: 24px !important;
    width: 24px;
  }

  .checklist-icon .choose-checkbox .gt3-core-imagebox-content {
    margin-left: 0;
  }

  .letchecksection .elementor-spacer {
    display: none;
  }

  .aboutnumber p br {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .havebreaktext h2 {
    font-size: 36px !important;
  }

  .footer-copyright .elementor-row {
    flex-wrap: wrap;
  }

  .footer-copyright .elementor-social-icons-wrapper {
    text-align: left;
    padding: 0 10px;
  }

  .ourworkflow
    .gt3_process_bar_container--type-vertical.row
    .gt3_process_item
    .gt3_process_item__number {
    font-size: 16px !important;
    position: relative;
    top: -7px;
  }

  .modal-career .modal-content {
    max-width: 575px;
    width: 100%;
    margin: 0 16px;
    position: unset;
  }

  .career-tab-accordion .elementor-toggle-title {
    display: block;
  }

  .career-tab-accordion .applyBtn {
    position: unset !important;
    margin-top: 16px;
  }

  .career-tab-accordion .experiencesection {
    flex-direction: column;
    align-items: start;
  }

  .career-tab-accordion .experiencesection span {
    display: none;
  }

  .career-tab-accordion .experiencesection p {
    margin-bottom: 5px;
  }
  .career-tab-accordion .experiencesection p:last-child {
    margin-bottom: 0px;
  }
}

@media (max-width: 375px) {
  .benefit-section table {
    background-color: transparent;
  }
}

/* EDD Product page, Checkout and other customization */

.single-download #edd_purchase_13995-2,
#edd_purchase_13995-2 {
  display: none !important;
}

.gt3-page-title__inner {
  position: relative;
}

.gt3-page-title .container {
  position: relative;
  z-index: 3 !important;
}

.float-icon-box {
  position: absolute;
  left: 0;
  bottom: 0;
  height: calc(100% - 126px);
  width: 100%;
  padding-top: 0;
  opacity: 0.3;
}

.box {
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50px;
  position: absolute;
  z-index: 1;
  /* parent width - box width */
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
}

.box-num-1 {
  background-image: url("https://hkis.digitalapps.studio/wp-content/uploads/2022/05/testimonial-typescript.svg");
  left: 155.7px;
  top: 29.1693px;
  animation: AnimUpDown 6s linear infinite;
}
.box-num-2 {
  background-image: url("https://hkis.digitalapps.studio/wp-content/uploads/2022/05/testimonial-apple-logo.svg");
  left: 144.348px;
  top: 164.377px;
  animation: AnimRotate 6s linear infinite;
}
.box-num-3 {
  background-image: url("https://hkis.digitalapps.studio/wp-content/uploads/2022/05/testimonial-flutter.svg");
  left: 441.135px;
  top: 79.566px;
  animation: AnimFadeInOut 6s linear infinite;
}
.box-num-4 {
  background-image: url("https://hkis.digitalapps.studio/wp-content/uploads/2022/05/testimonial-react-native.svg");
  left: 582.815px;
  top: 180.0374px;
  animation: AnimLeftRight 6s linear infinite;
}
.box-num-5 {
  background-image: url("https://hkis.digitalapps.studio/wp-content/uploads/2022/05/testimonial-laravel-logo.svg");
  left: 1103px;
  top: 160.289px;
  width: 60px;
  height: 60px;
  animation: AnimRotate 6s linear infinite;
}
.box-num-6 {
  background-image: url("https://hkis.digitalapps.studio/wp-content/uploads/2022/05/testimonial-angularjs.svg");
  left: 1186.13px;
  top: 32.1564px;
  animation: AnimUpDown 6s linear infinite;
}
.box-num-7 {
  background-image: url("https://hkis.digitalapps.studio/wp-content/uploads/2022/05/testimonial-nodejs-icon.svg");
  left: 1490.72px;
  top: 119.562px;
  animation: AnimFadeInOut 6s linear infinite;
}
.box-num-8 {
  background-image: url("https://hkis.digitalapps.studio/wp-content/uploads/2022/05/testimonial-javascript.svg");
  left: 1701.84px;
  top: 2.54208px;
  animation: AnimUpDown 6s linear infinite;
}
.box-num-9 {
  background-image: url("https://hkis.digitalapps.studio/wp-content/uploads/2022/05/testimonial-android.svg");
  left: 1602.9px;
  top: 16.5154px;
  animation: AnimRotate 6s linear infinite;
}
.box-num-10 {
  background-image: url("https://hkis.digitalapps.studio/wp-content/uploads/2022/05/testimonial-mongodb.svg");
  left: 1668.34px;
  top: 195.343px;
  animation: AnimLeftRight 6s linear infinite;
}

@keyframes AnimUpDown {
  0% {
    /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
    transform: translatey(0px);
  }
  50% {
    /* box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2); */
    transform: translatey(-20px);
  }
  100% {
    /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
    transform: translatey(0px);
  }
}

@keyframes AnimLeftRight {
  0% {
    webkit-transform: matrix(-0.99, -0.13, -0.13, 0.99, 0, 0)
      translate(-50px, 40px) rotate(0deg);
    transform: matrix(-0.99, -0.13, -0.13, 0.99, 0, 0) translate(-50px, 40px)
      rotate(0deg);
  }
  50% {
    -webkit-transform: matrix(-0.99, -0.13, -0.13, 0.99, 0, 0)
      translate(-70px, 20px) rotate(3deg);
    transform: matrix(-0.99, -0.13, -0.13, 0.99, 0, 0) translate(-70px, 20px)
      rotate(3deg);
  }
  100% {
    -webkit-transform: matrix(-0.99, -0.13, -0.13, 0.99, 0, 0)
      translate(-50px, 40px) rotate(0deg);
    transform: matrix(-0.99, -0.13, -0.13, 0.99, 0, 0) translate(-50px, 40px)
      rotate(0deg);
  }
}

@keyframes AnimRotate {
  0% {
    -webkit-transform: rotate(330deg) translate(0);
    transform: rotate(330deg) translate(0);
  }
  50% {
    -webkit-transform: rotate(355deg) translate(0);
    transform: rotate(355deg) translate(0);
  }
  100% {
    -webkit-transform: rotate(330deg) translate(0);
    transform: rotate(330deg) translate(0);
  }
}

@keyframes AnimFadeInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  10% {
    transform: scale(1);
  }
}

/* Main Banner Review  */
.main-banner-review {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.main-banner-review .banner-right-img {
  position: relative;
  width: 80%;
}

.main-banner-review .banner-right-slider-1 {
  width: 300px;
  min-height: 150px;
  color: #000;
  position: absolute;
  top: 12%;
  border-radius: 17px;
  background: #fbfbfb;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  left: 0;
  padding: 25px;
}

.main-banner-review .banner-right-slider-2 {
  width: 300px;
  min-height: 150px;
  color: #000;
  position: absolute;
  bottom: 12%;
  border-radius: 17px;
  background: #fbfbfb;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  right: 0;
  padding: 25px;
}

.main-banner-review .review-section-card .review-section-card-header {
  display: flex;
  min-height: 45px;
  align-items: center;
  margin-bottom: 5px;
}

.main-banner-review .review-section-card .review-section-card-header img {
  border-radius: 50px;
  margin-right: 16px;
}

.main-banner-review .review-section-card .review-section-card-header p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main-banner-review .star-review i {
  width: 14px;
  color: #f2bb16;
  margin: 4px 2px 0;
}

.main-banner-review .review-section-card p.review-section-card-content {
  color: rgba(152, 163, 180, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Blog Carousel For Responsive */
.blog-post-carousel
  .post-carousel-wrapper
  .htmega-postslider-layout-5
  .content
  .post-inner {
  padding: 25px 0 0;
}

.blog-post-carousel
  .post-carousel-wrapper
  .htmega-postslider-layout-5
  .content
  .post-inner
  i.fa.fa-clock-o {
  display: none;
}

.blog-post-carousel
  .post-carousel-wrapper
  .htmega-postslider-layout-5
  .content
  .post-inner
  ul.meta {
  margin-bottom: 15px !important;
}

.blog-post-carousel
  .post-carousel-wrapper
  .htmega-postslider-layout-5
  .content
  .post-inner
  ul.meta
  li {
  font-size: 14px !important;
  line-height: 21px;
  font-weight: 400 !important;
  color: #252b33 !important;
  font-family: "Poppins", sans-serif !important;
}

.blog-post-carousel
  .post-carousel-wrapper
  .htmega-postslider-layout-5
  .content
  .post-inner
  h2,
.blog-post-carousel
  .post-carousel-wrapper
  .htmega-postslider-layout-5
  .content
  .post-inner
  h2
  a {
  padding-bottom: 13px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 800;
  color: #252b33 !important;
  font-family: "Poppins", sans-serif !important;
}

.blog-post-carousel .htmega-postslider-layout-5 .content .post-inner .post-btn {
  margin-top: 0 !important;
}

.blog-post-carousel
  .post-carousel-wrapper
  .htmega-postslider-layout-5
  .content
  .post-inner
  h2
  a:hover {
  color: #f47514 !important;
}

.blog-post-carousel
  .htmega-postslider-layout-5
  .content
  .post-inner
  .post-btn
  a {
  background-color: #f47514 !important;
  color: #ffffff !important;
  padding: 5px 12px !important;
  border-radius: 20px !important;
  font-size: 12px !important;
  text-transform: capitalize;
  border: none !important;
}

.blog-post-carousel
  .htmega-postslider-layout-5
  .content
  .post-inner
  .post-btn
  a:hover {
  background-color: #3b3465 !important;
  color: #ffffff !important;
  border: none !important;
}

/** Start Blog Single Sidebar Css **/

.sidebar .gt3_module_title h2 {
  margin-bottom: 22px;
  font-weight: 700;
  color: #3b3663;
  font-size: 20px;
  line-height: 30px;
}
.sidebar .blog_post_preview {
  width: 100%;
  margin-bottom: 0 !important;
}
.sidebar .blog_post_preview .item_wrapper {
  padding-top: 20px;
}
.sidebar .blog_post_preview .item_wrapper .blog_content {
  color: #252b33;
  border-bottom: 1px solid #69668740;
  padding-bottom: 10px;
}
.sidebar .blogpost_title {
  line-height: 20px;
  font-size: 16px;
  margin: 0;
  margin-top: 4px;
}
.sidebar .blog_meta {
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  margin: 0 !important;
  color: #252b33 !important;
}
.sidebar .blog_meta span.post_date {
  position: relative;
}
.sidebar .blog_meta span.post_date:after {
  content: "|";
  margin-left: 4px;
  margin-right: 5px;
}
.gt3_module_related_posts .blog_post_media img {
  aspect-ratio: 419 / 314 !important;
  height: unset;
}

.gt3_testimonials_custom_dotts .testimonials-text-wrapper p {
  text-align: left !important;
}

.blog-page-post .listing_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-page-post span.post_author {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.blog-page-post .post_author img {
  border-radius: 100px;
  margin-right: 10px;
}
div:not(.packery_wrapper) .blog_post_preview .listing_meta span:after {
  content: none;
}

/*** Start Blog Single sidebar sticky Css ***/

/* #sticky_sidebar.fixed {
    position: fixed;
    top: 170px;
    width: 270px;
}

.wpda-footer-builder {
  height: 970px;
}


@media only screen and (max-width: 1150px) {
	#sticky_sidebar.fixed {
		width: 200px;
	}
}

@media only screen and (max-width: 1024px) {
	#sticky_sidebar.fixed {
		top: 130px;
	}
}

@media only screen and (max-width: 991px) {
	#sticky_sidebar.fixed {
		width: 170px;
	}
} */

/*** End Blog Single sidebar sticky Css ***/

/** End Blog Single Sidebar Css **/

.elementor-widget-wpda-builder-menu ul.wpda-builder:before {
  background: #f5f8fa;
  opacity: 1 !important;
  left: 42%;
}

.elementor-widget-wpda-builder-menu
  ul.wpda-builder.wpda-builder-page-12656:before {
  left: 50%;
}

@media only screen and (max-width: 1440px) {
  .elementor-widget-wpda-builder-menu ul.wpda-builder:before {
    left: 40%;
  }
}

@media only screen and (max-width: 600px) {
  .back_to_top_container {
    right: 35px !important;
  }
}

.premium-person-social-list .premium-person-list-item:before {
  content: none;
}
.premium-person-container .premium-person-image-container img {
  aspect-ratio: 1;
}

/*** Start Author Page Css ***/

.author-page.container {
  margin-bottom: 70px;
}
.author-bio {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.author-avatar img {
  border-radius: 100px;
  width: 100px;
}
.author-bio h2.page-title {
  font-size: 30px;
  line-height: 36px;
}
.author-page .author-description {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
ul.post-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
ul.post-list li {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 30px !important;
}
ul.post-list li .blog_post_media .full {
  overflow: hidden;
  border-radius: 5px;
}
.post-list h2.blogpost_title {
  padding-bottom: 13px;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 20px;
  line-height: 26px;
}
div.publish-date {
  color: #ff7426;
  margin-bottom: 10px;
}
span.post_author img {
  width: 40px;
  height: 40px;
}
/*** End Author Page Css ***/
.elementor-icon-list-item svg {
  width: 20px !important;
  height: auto !important;
}

.career-hire-box:hover svg path {
  fill: #fff !important;
}
