/* /*--------------------------------------------------------------============================================================
[Main Stylesheet]

Project:   Qweb
/*==============================
[Table of contents]

OMEGA STYLESHEET
----------------------------------
BUTTON
ACCRODION
WIDGET EXTRA
TAB
ICON BOX
PRICING TABLE
FEATURED
TESTIMONIAL
TEAM
ICON STEP BOX
JOBS
DOCTER BOX
IMAGE CAROUSEL
CASE STUDY
ACCORDION
CONTACT FORM
BLOG
BREADCRUMB
=============================================================*/
/*---------------------------------------------------
    BUTTON
    ----------------------------------------------------*/

a.qweb-btn, .qweb-btn {
  background: var(--accent-color);
  letter-spacing: -0.53px;
  line-height: 25px;
  font-size: 17px;
  padding-bottom: 5px;
  position: relative;
  display: inline-flex;
  cursor: pointer;
  overflow: hidden;
  justify-content: center;
  color: #fff;
  padding: 15px 45px;
  border-radius: 5px;
  -webkit-transition-duration: 0.50s;
  transition-duration: 0.50s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

a.qweb-btn.btn-type-boxed {
  background-color: var(--accent-color);
  color: #fff;
  letter-spacing: -0.53px;
  font-weight: 500;
  line-height: 24px;
  padding: 20px 40px 15px;
  border-radius: 0px;
  display: inline-flex;
  border-color: transparent;
  align-items: center;
}

/* Button Hover Animation */

.qweb-btn-style1-bottom, .qweb-btn-style1-top, .qweb-btn-style1-right, .qweb-btn-style1-left, .qweb-btn-style2-shutouthor, .qweb-btn-style2-shutoutver, .qweb-btn-style2-shutinhor, .qweb-btn-style2-shutinver, .qweb-btn-style2-scshutouthor, .qweb-btn-style2-scshutoutver, .qweb-btn-style2-dshutinhor, .qweb-btn-style2-dshutinver, .qweb-btn-style3-radialin, .qweb-btn-style3-radialout, .qweb-btn-style3-rectin, .qweb-btn-style3-rectout {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
/* a.elementor-button-link.elementor-button {
  transition: 0s;
} */
span.elementor-button-content-wrapper span {
  transition: initial !important;
}
li.tab-link span {
  transition: 0s !important;
}
.qweb-btn-style1-bottom:before, .qweb-btn-style1-top:before, .qweb-btn-style1-right:before, .qweb-btn-style1-left:before, .qweb-btn-style2-shutinhor:before, .qweb-btn-style2-shutinver:before, .qweb-btn-style2-shutouthor:before, .qweb-btn-style2-shutoutver:before, .qweb-btn-style2-scshutouthor:before, .qweb-btn-style2-scshutoutver:before, .qweb-btn-style2-dshutinhor:before, .qweb-btn-style2-dshutinver:before, .qweb-btn-style3-radialin:before, .qweb-btn-style3-radialout:before, .qweb-btn-style3-rectin:before, .qweb-btn-style3-rectout:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.50s;
  transition-duration: 0.50s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.qweb-btn-style3-radialin:before, .qweb-btn-style3-radialout:before {
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.qweb-btn-style3-radialin:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.qweb-btn-style3-rectin:before, .qweb-btn-style3-rectout:before {
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.qweb-btn-style3-rectout:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.qweb-btn-style3-rectout:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.qweb-btn-style3-rectin:hover:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.qweb-btn-style3-radialout:hover:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.qweb-btn-style3-radialin:hover:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.qweb-btn-style1-top:before {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.qweb-btn-style1-right:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.qweb-btn-style1-left:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.qweb-btn-style2-shutouthor:before, .qweb-btn-style2-scshutoutver:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.qweb-btn-style2-shutoutver:before, .qweb-btn-style2-scshutouthor:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.qweb-btn-style2-shutinhor:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}

.qweb-btn-style2-shutinver:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}

.qweb-btn-style1-bottom:hover:before, .qweb-btn-style1-top:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.qweb-btn-style1-left:hover:before, .qweb-btn-style1-right:hover:before, .qweb-btn-style2-shutouthor:hover:before, .qweb-btn-style2-shutoutver:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.qweb-btn-style2-shutinhor:hover:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.qweb-btn-style2-shutinver:hover:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.qweb-btn-style2-scshutouthor:hover:before {
  -webkit-transform: scaleX(0.9);
  transform: scaleX(0.9);
}

.qweb-btn-style2-scshutoutver:hover:before {
  -webkit-transform: scaleY(0.8);
  transform: scaleY(0.8);
}

/*Diagonal*/

.qweb-btn-style2-dshutinhor:before, .qweb-btn-style2-dshutinver:before {
  top: 50%;
  left: 50%;
  width: 120%;
  height: 0%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: all;
  transition-property: all;
}

.qweb-btn-style2-dshutinver:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.qweb-btn-style2-dshutinhor:hover:before, .qweb-btn-style2-dshutinver:hover:before {
  height: 220%;
}

/* Button Style */

.qweb-btn.style-one {
  display: inline-block;
  overflow: hidden;
  transition: all 0.2s linear 0s;
}

.qweb-btn.style-one:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 40px;
  transform: translateX(100%);
  transition: all 0.2s linear 0s;
}

.qweb-btn.style-one:hover {
  text-indent: -20px;
}

.qweb-btn.style-one:hover:before {
  opacity: 1;
  text-indent: 0px;
  transform: translateX(-25%);
}

/* Button Style two*/

.qweb-btn.style-two {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.qweb-btn.style-two .content {
  display: block;
}

.qweb-btn.style-two::before, .qweb-btn.style-two::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #5454D4;
}

.qweb-btn.style-two .content::before, .qweb-btn.style-two .content::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #5454D4;
}

.qweb-btn.style-two::before {
  right: 0;
  top: 0;
}

.qweb-btn.style-two::after {
  left: 0;
  bottom: 0;
}

.qweb-btn.style-two:hover::before, .qweb-btn.style-two:hover::after {
  width: 100%;
}

.qweb-btn.style-two:hover .content::before, .qweb-btn.style-two:hover ::after {
  height: 100%;
}

.qweb-btn.style-two::before, .qweb-btn.style-two::after {
  transition-delay: 0.2s;
}

.qweb-btn.style-two span::before, .qweb-btn.style-two span::after {
  transition-delay: 0s;
}

.qweb-btn.style-two span::before {
  left: 0;
  top: 0;
}

.qweb-btn.style-two span::after {
  right: 0;
  bottom: 0;
}

.qweb-btn.style-two:hover::before, .qweb-btn.style-two:hover::after {
  transition-delay: 0s;
}

.qweb-btn.style-two:hover span::before, .qweb-btn.style-two:hover span::after {
  transition-delay: 0.2s;
}

/*Youtube Button Style Three*/

.qweb-btn.style-three:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* hover Style All */

.all-side span.hover-animation {
  position: absolute;
  display: block;
  width: 0;
  background-color: red;
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
  height: 0px;
  z-index: -1;
  border-radius: 50%;
}

.all-side:hover span.hover-animation {
  width: 350px;
  height: 350px;
}

/* image box start */

.elementor-image-box-img {
  transition: .4s;
}

.elementor-widget-qweb-form .qweb-contact-from button[type=submit], .qweb-btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.elementor-widget-qweb-form .qweb-contact-from button[type=submit]:hover:after {
  visibility: visible;
  opacity: 0;
  height: 474%;
  left: -90px;
  top: -83px;
}

.btn-icon svg * {
  transition: .3s;
}

.elementor-widget-qweb-form .qweb-contact-from button[type=submit] svg {
  /* width: 16px; */
  /* margin-left: 15px; */
}

.wpcf7-form-control.wpcf7-acceptance span {
  display: inline;
}

.row.contact-form-home-02 input {
  text-align: center;
}

.row.contact-form-home-02 .wpcf7-form-control-wrap:after {
  position: absolute;
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 50%;
  left: 20px;
  height: 30px;
  width: 30px;
  font-size: 20px;
  color: #CDCCD9;
  transform: translateY(-50%);
}


/*--------------
     ACCORDION
     ---------------*/

.qweb-accordion-items .qweb-accordion-single-item .qweb-accordion-title {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
}

.qweb-accordion-items .qweb-accordion-single-item .qweb-accordion-title h3 {
  width: 100%;
  font-size: 15px;
}

.qweb-accordion-single-item h3 {
  font-weight: 600;
}

.qweb-accordion-items .qweb-accordion-single-item .qweb-accordion-title:hover {
  cursor: pointer;
}

.qweb-accordion-items .qweb-accordion-single-item .qweb-accordion-title .qweb-active-inactive-icon {
  position: relative;
  margin-left: 15px;
}

.qweb-accordion-items .qweb-accordion-single-item .qweb-accordion-title span.qweb-tab-title-icon {
  position: relative;
}

.qweb-accordion-items .qweb-accordion-single-item .qweb-accordion-title .qweb-active-icon i, .qweb-accordion-items .qweb-accordion-single-item .qweb-accordion-title .qweb-inactive-icon i, .qweb-accordion-items .qweb-accordion-single-item .qweb-accordion-title span.qweb-tab-title-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}

.qweb-accordion-items .qweb-accordion-single-item .qweb-accordion-title .qweb-active-icon svg, .qweb-accordion-items .qweb-accordion-single-item .qweb-accordion-title .qweb-inactive-icon svg, .qweb-accordion-items .qweb-accordion-single-item .qweb-accordion-title span.qweb-tab-title-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}

.qweb-accordion-items .qweb-accordion-single-item .qweb-accordion-title.active .qweb-inactive-icon, .qweb-accordion-items .qweb-accordion-single-item .qweb-accordion-title .qweb-active-icon {
  display: none;
}

.qweb-accordion-items .qweb-accordion-single-item .qweb-accordion-title.active .qweb-active-icon {
  display: block;
}

.qweb-accordion-items .qweb-accordion-single-item .qweb-accordion-content {
  display: none;
}

.qweb-accordion-items .qweb-accordion-single-item .qweb-accordion-title .qweb-active-inactive-icon {
  width: 70px;
  margin-left: auto;
}

.qweb-accordion-items .qweb-accordion-single-item .qweb-accordion-content .qweb-accordion-content-wrapper {
  display: flex;
}

.qweb-accordion-items .qweb-accordion-single-item .qweb-accordion-content .qweb-accordion-content-wrapper.has-image-yes .qweb-accordion-text {
  width: 60%;
}

.qweb-accordion-items .qweb-accordion-single-item .qweb-accordion-content .qweb-accordion-content-wrapper.has-image-yes .qweb-accordion-image {
  width: 40%;
}

.qweb-accordion-items .qweb-accordion-single-item .qweb-accordion-content .qweb-accordion-content-wrapper.has-image-yes.image-position-left .qweb-accordion-text {
  order: 2;
}

.qweb-accordion-items .qweb-accordion-single-item .qweb-accordion-content .qweb-accordion-content-wrapper.has-image-yes.image-position-left .qweb-accordion-image {
  order: 1;
}

.qweb-accordion-items .qweb-accordion-single-item .qweb-accordion-content .qweb-accordion-content-wrapper .qweb-accordion-button a {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .qweb-accordion-items .qweb-accordion-single-item .qweb-accordion-content .qweb-accordion-content-wrapper {
    flex-direction: column;
  }

  .qweb-accordion-items .qweb-accordion-single-item .qweb-accordion-content .qweb-accordion-content-wrapper.has-image-yes .qweb-accordion-text, .qweb-accordion-items .qweb-accordion-single-item .qweb-accordion-content .qweb-accordion-content-wrapper.has-image-yes .qweb-accordion-image {
    width: 100%;
  }
}

/*---------------------------------------------------
    IMAGE CAROUSEL
    ----------------------------------------------------*/

/* arrow */
.screenshot-slider-arrow .slick-prev:before,
.screenshot-slider-arrow .slick-next:before {
  display: none;
}

.screenshot-slider-arrow button button {
  display: none;
}

.screenshot-slider-arrow.slick-active {
  color: #1D263A;
}

.screenshot-slider-arrow .prev {
  position: absolute;
  left: 0;
  bottom: 0px;
}

.screenshot-slider-arrow .next {
  position: absolute;
  right: 0;
  bottom: 0px;
}

.screenshot-slider-arrow .slick-active {
  background: #2C4BFF;
  color: #fff;
}

.screenshot-slider-arrow button {
  transition: all 0.4s ease-in-out;
  font-size: 20px;
  color: #1D263A;
  cursor: pointer;
  height: 60px;
  width: 60px;
  background: rgba(44, 71, 255, 0.6);
  text-align: center;
  display: inline-block;
}

.screenshot-slider-arrow button:hover {
  background-color: #1D263A;
  color: #fff;
}




.screenshot-slider-wrapper {
  position: relative;
  margin-top: 20px;
}

.screenshots-dots .slick-dots {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.screenshots-dots .slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transition: 0.4s;
}

.screenshots-dots .slick-dots li button {
  border: none;
  list-style: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #f7f9fc;
  color: transparent;
  opacity: 0.2;
}

.screenshots-dots .slick-dots li button:focus {
  outline: none;
  box-shadow: none;
}

.screenshots-dots .slick-dots li.slick-active {
  background-color: #ffd166 !important;
}

.screenshot-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  min-height: 720px !important;
  max-height: 720px !important;
}

@media (min-width: 690px) {
  .screenshot-image {
    width: 283px;
    min-height: 720px !important;
    max-height: 720px !important;
    margin-bottom: 18.5px;
  }

  .bg-purple-heart .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
}

@media (min-width: 690px) {
  .screenshot-image img {
    width: 100%;
    border-radius: 20px;
  }
}

.phone-bg-img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  display: none;
}

@media (min-width: 690px) {
  .phone-bg-img {
    display: block;
    transform: translate(-50%, -50%);
  }
}
.screenshot-slider .slick-center {
  opacity: 1;
  border-radius: 40px;
  max-height: 720px !important;
  transform: scale(1.1);
  min-height: 690px;
}

/* Mobile screen */


@media only screen and (min-width: 320px) and (max-width: 689px) {
  .screenshot-image {
    width: 300px;
  }
  .bg-purple-heart .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
  .screenshot-image img {
    width: 100%;
    border-radius: 20px;
  }
  .screenshot-slider .slick-center {
    opacity: 1;
    border-radius: 40px;
    max-height: 300px !important;
    transform: scale(1.1);
    min-height: 300px;
  }
}


.screenshot-slider .slick-list {
  margin: 0 -23.5px;
}

.screenshot-slider .slick-slide {
  transition: 0.4s;
}



.screenshot-slider .slick-center img {
  border-radius: 40px;
}
.screenshot-image img {
  box-shadow: 0px 4px 40px rgb(43,89,255,0.08);
}
/*---------------------------------------------------
     ICON BOX
    ----------------------------------------------------*/

.qweb-feature-box-item {
  width: fit-content;
}

.qweb-feature-box-item .qweb-feature-title {
  display: inline-block;
}

.qweb-inline-icon-item {
  display: flex;
}

.qweb-inline-icon-box-wrap .qweb-inline-icon-box-icon {
  width: 57px;
  height: 57px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qweb-inline-icon-box-wrap {
  margin-right: 20px;
  margin-top: 4px;
}

h4.qweb-inline-icon-box-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--heading-color);
  margin-bottom: 10px;
}

span.qweb-inline-icon-box-icon, span.qweb-inline-icon-box-icon svg, span.qweb-inline-icon-box-icon i {
  transition: .3s ease-in-out;
}

.qweb-inline-icon-box-content p {
  margin-bottom: 0;
}



/*---------------------------------------------------
TAB
----------------------------------------------------*/
.qweb-tab-content-single {
  display: none;
}

.qweb-tab-content-single.current {
  display: block;
}

.qweb--tab-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.qweb--tab-menu ul li {
  display: flex;
  color: rgba(0, 0, 0);
  font-size: 18px;
  line-height: 30px;
  transition: .4s;
  padding: 15px;
  font-weight: 600;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  cursor: pointer;
}

.qweb-tab-icon {
  margin-right: 10px;
  color: rgba(0, 0, 0);
}

.qweb--tab-menu ul li:last-qweb {
  margin-bottom: 0px !important;
}

.qweb--tab-menu ul li.current,
.qweb--tab-menu ul li:hover {
  color: #2B59FF;
  border-radius: 10px;
}

.qweb--tab-menu ul li.current .qweb-tab-icon,
.qweb--tab-menu ul li:hover .qweb-tab-icon {
  color: #FF5722;
  transition: .4s ease-in-out;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
}

.qweb-tab-icon {
  margin-right: 10px;
}

.qweb--tab-content h2 {
  font-size: 60px;
  line-height: 1.1;
  color: rgba(0, 0, 0);
  margin-bottom: 60px;
  font-weight: 400;
  letter-spacing: -2px;
}

.fadeInUp {
  animation-name: fadeInUp;
}

.qweb--tab-content h3 {
  color: #000;
  font-weight: 600;
  line-height: 34px;
  font-size: 21px;
  margin-bottom: 23px;
}

.qweb--tab-content p {
  font-size: 18px;
  line-height: 30px;
  color: rgba(0, 0, 0);
  margin-bottom: 0px;
}

/* style two */
.style-two.qweb--tab-menu ul li {
  margin: 0;
}

.qweb--tab-menu.style-two ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #8650E1;
}

.qweb--tab-menu.style-two ul li {
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  border-radius: 0;
}

.qweb--tab-menu.style-two ul li.current,
.qweb--tab-menu.style-two ul li:hover {
  color: #F166;
}

.qweb--tab-menu.style-two ul li.current {
  border-bottom: 2px solid #F166;
}

.qweb--tab-menu.style-two ul li {
  border-bottom: 2px solid transparent;
}

.qweb--tab-menu.style-two {
  margin-bottom: 120px;
}

.qweb-tab-big-heading h2 {
  font-size: 58px;
  color: #000;
  line-height: 70px;
  letter-spacing: -2px;
  margin-bottom: 58px;
}

.style-two .qweb--tab-content {
  display: flex;
  margin-bottom: 27px;
}

.style-two .qweb-tab-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #FF8D52;
  text-align: center;
  border-radius: 50%;
  color: #000;
  font-size: 30px;
  margin-right: 27px;
  flex: 0 0 70px;
}

.style-two .qweb-tab-icon svg {
  max-width: 100%;
  width: 40px;
}

.qweb--tab-content:last-qweb {
  margin-bottom: 0;
}

.qweb--tab-content:last-qweb .qweb-tab-icon {
  background: #15CDA8;
}

.qweb--tab-content .qweb-icon-content h3 {
  font-size: 21px;
  margin-bottom: 8px;
  line-height: 34px;
  font-weight: 600;
}

.qweb-icon-content p {
  font-size: 16px;
}

.qweb-tab-content-iconbox {
  margin: 0px 50px;
}

.style-two .qweb-icon-content {
  flex: 0 0 64%;
}

.fbt-tab-content-single {
  display: none;
}

.qweb-tab-content-single.current {
  display: block;
  position: relative;
}

.qweb--tab-menu ul.tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 856px;
  border-bottom: 2px solid rgb(0 28 128 / 20%);
  flex-wrap: wrap;
}

.qweb--tab-menu ul.tabs>li {
  display: inline-flex;
  font-style: normal;
  font-weight: 1.3;
  font-size: 20px;
  color: #2B59FF;
  position: relative;
  padding: 20px 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: .3s;
  cursor: pointer;
}

.qweb--tab-menu ul.tabs>li .qweb-tab-icon {
  margin-right: 8px;
  font-size: 18px;
  width: 18px;
}

.qweb--tab-menu {
  text-align: center;
}

.qweb--tab-menu ul.tabs>li.current {
  border-color: #ddd;
  color: #000;
}

.qweb-elm-edit-popup .mfp-content {
  max-width: 80vw;
  max-height: 80vh;
}

.qweb-elm-edit-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 1px solid #ffa500d9;
  transition: .3s;
}

a.qweb-elm-edit {
  transform: translatey(-100%);
  background: #ffa500d9;
  color: #fff;
  padding: 0 13px;
}

.toggle-password {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: rgba(73, 100, 136, 0.5);
}



/*---------------------------------------------------
    PRICING BOX
    ----------------------------------------------------*/

/* Pricing Menu Start */

.qweb-pricing-list-wrapper.border_bottom .qweb-pricing-list-item:last-child {
  border-bottom: none !important;
}

.qweb-pricing-list-item.yes {
  display: flex;
}

.qweb-pricing-list-item-thumbnail {
  overflow: hidden;
}

.qweb-pricing-list-item-thumbnail img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.qweb-pricing-title {
  display: flex;
  align-items: center;
}

.qweb-pricing-title .qweb-pricing-list-item-price {
  margin-left: auto;
}

.qweb-pricing-list-item-content-title {
  display: flex;
  font-size: 20px;
  font-weight: bold;
}

.qweb-pricing-list-item-content-description {
  margin: 0;
}

.qweb-pricing-list-item-price span {
  display: block;
  font-size: 20px;
  line-height: 20px;
}

.qweb-pricing-list-item-content-action {
  display: inline-block;
  transition: all .3s ease;
}

.qweb-pricing-list-item-content-conntector {
  border-bottom: 1px dashed;
  height: 1px;
  flex-grow: 1;
  align-self: center;
  margin: 0 15px;
}

/* Pricing List End */

/* Pricing Table Start */

.left {
  text-align: left;
}

.left .qweb-pricing-table-features li {
  justify-content: flex-start;
}

.left .price-box {
  margin-right: auto;
}

.center {
  text-align: center;
}

.center.qweb-pricing-table-features li {
  justify-content: center;
}

.center .price-box {
  margin: 0 auto;
}

.right {
  text-align: right;
}

.right .qweb-pricing-table-features li {
  justify-content: flex-end;
}

.right .price-box {
  margin-left: auto;
}

.qweb-pricing-table-header {
  position: relative;
  z-index: -1;
}

.qweb-pricing-table-header .qweb-pricing-table-header-curved svg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

.qweb-pricing-table-title {
  margin: 0 0 16px 0;
  font-size: 20px;
  font-weight: 400;
}

.qweb-pricing-table-subtitle {
  margin: 0 0 10px 0;
}

.price-box {
  position: relative;
}

.qweb-pricing-table-price {
  position: relative;
}

.qweb-pricing-table-price.qweb-discount-price-yes {
  display: inline-flex;
  align-items: flex-end;
}

.qweb-pricing-table-price.qweb-discount-price-yes .qweb-pricing-table-regular-price {
  text-decoration: line-through;
  font-size: 20px;
  color: #e5e5e5;
  line-height: 2.1em;
}

.qweb-pricing-table-price svg {
  position: absolute;
}

.qweb-pricing-table-wrapper .qweb-pricing-table-price p.qweb-pricing-table-new-price {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -3.2px;
}

.qweb-pricing-table-wrapper .qweb-pricing-table-price span.qweb-price-period {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
}

.qweb-pricing-table-price p {
  margin: 0;
}

.price-box p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 100%;
}

.qweb-pricing-table-features {
  margin: 0;
  padding: 0;
}

.qweb-pricing-table-features li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0px;
}

.list-border-bottom li:not(:last-child) {
  border-bottom: 1px solid #ff5985;
}

.qweb-pricing-table-features li .qweb-pricing-li-icon {
  margin-right: 7px;
}

.qweb-pricing-table-action {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qweb-pricing-table-badge-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all .3s ease;
}

.qweb-pricing-table-wrapper {
  transition: all .3s ease;
}

.qweb-pricing-table-wrapper.transition_top {
  transition: all .3s ease;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.qweb-pricing-table-wrapper.transition_top:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}

.qweb-pricing-table-wrapper.transition_bottom {
  transition: all .3s ease;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.qweb-pricing-table-wrapper.transition_bottom:hover {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
}

.qweb-pricing-table-wrapper.transition_zoom {
  transition: all .3s ease;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.qweb-pricing-table-wrapper.transition_zoom:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}

.qweb-pricing-table-wrapper .text-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #13c83a;
  padding: 13px 50px;
  width: 160px;
  text-align: center;
  -webkit-transform: rotate(45deg) translate(40px, -22px);
  transform: rotate(45deg) translate(40px, -22px);
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  z-index: 2;
}

.qweb-pricing-table-wrapper .icon-badge {
  position: absolute;
  padding: 15px 10px;
  border-radius: 0 0 40px 40px;
  background: #13c83a;
  right: 30px;
  top: 0;
  z-index: 2;
}

.qweb-pricing-table-promo-label {
  display: block;
}

.qweb-pricing-table-currency {
  position: relative;
}

.qweb-pricing-table-price-subtitle {
  display: block;
}

.qweb-pricing-area .qweb-pricing-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a.qweb-btn.yearly-btn {
  display: none;
}

[data-value-active="yearly"] a.qweb-btn.yearly-btn {
  display: inline-flex;
}

[data-value-active="yearly"] a.qweb-btn.monthly-btn {
  display: none;
}

/*---------------------------------------------------
    Pricing Table
    ----------------------------------------------------*/

.qweb-pricing-area .qweb-pricing-item {
  border: 1px solid #e7e9ed;
  color: var(--text-color);
  padding: 35px 50px 35px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
}

.qweb-pricing-area .qweb-pricing-title {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.63px;
  color: var(--accent-color);
  text-transform: uppercase;
  margin-bottom: 24px;
}

div#pricing-dynamic-deck--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qweb-pricing-area .qweb-pricing-features {
  margin-bottom: 30px;
  color: var(--text-color);
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -0.2px;
  line-height: 29px;
}

.qweb-pricing-features img {
  margin-right: 10px;
}

.qweb-pricing-area .qweb-pricing-features p {
  margin-bottom: 15px;
}

.qweb-pricing-area .qweb-pricing-item .qweb-price h2 {
  font-size: 60px;
  color: var(--heading-color);
  font-weight: 600;
  letter-spacing: -2px;
  display: inline-block;
}

.qweb-pricing-area .qweb-pricing-item .qweb-price {
  font-weight: 400;
}

.qweb-pricing-area .qweb-price.qweb-price-yearly {
  display: none;
}

.qweb-pricing-item span.price-currency {
  font-size: 24px;
  letter-spacing: -0.8px;
}

.qweb-pricing-item a.qweb-btn.btn-type-boxed {
  background-color: rgb(71 59 240 / 0.08);
  /* Style for "Start Free" */
  color: var(--accent-color);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.6px;
  padding: 19.5px 20px;
  line-height: 1;
  border-radius: 8px;
}

.qweb-pricing-item a.qweb-btn.btn-type-boxed i {
  margin-left: 40px;
}

.qweb-pricing-item a.qweb-btn.btn-type-boxed:hover {
  -webkit-transform: translatey(-8px);
  transform: translatey(-8px);
}

/* .qweb-pricing-item.focused a.qweb-btn.btn-type-boxed {
    background-color: var(--accent-color);
    color: var(--white-color);
    } */

/* pricing switcher  */

.qweb-pricing-item.focused {
  z-index: 1;
}

.qweb-price-wrap span.price-subtitle.dynamic-value {
  /* Style for "billed mon" */
  color: var(--text-color);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 26px;
  display: block;
}

.qweb-pricing-area .qweb-pricing-tabs {
  color: var(--heading-color);
  font-size: 19px;
  letter-spacing: -0.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 55px;
}

span.qweb-price-offer {
  font-size: 13px;
  color: var(--accent-color);
  font-weight: 600;
  letter-spacing: 1.63px;
  line-height: inherit;
  background-color: rgb(71 59 240 / .1);
  padding: 0.5px 13px;
  border-radius: 30px;
  margin-left: 15px;
  text-transform: uppercase;
}

#pricing-dynamic-deck--head .btn-toggle.active {
  background-color: var(--accent-color);
}

#pricing-dynamic-deck--head .btn-toggle {
  width: 70px;
  height: 33px;
  border-radius: 17px;
  background-color: var(--accent-color);
  position: relative;
  display: inline-block;
  margin: 0;
}

#pricing-dynamic-deck--head .btn-toggle.active span {
  right: calc(100% - 27px);
}

#pricing-dynamic-deck--head .btn-toggle span {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  position: absolute;
  right: 7px;
  margin-left: 6px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  border-radius: 500px;
  pointer-events: none;
}

.qweb-pricing-duration {
  color: var(--heading-color);
  font-size: 17px;
  letter-spacing: -0.09px;
  line-height: 29px;
}

.qweb-pricing-item .qweb-btn-wrapper {
  margin-bottom: 12px;
}

.qweb-pricing-area .qweb-pricing-features strong {
  color: #161c2d;
}

/* pricing-switcher-tab */

.qweb-pricing-tabs.style-2 .qweb-pricing-tab {
  /* Style for "Rectangle" */
  border-radius: 22px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.qweb-pricing-tabs.style-2 .qweb-pricing-tab a {
  /* Style for "Yearly" */
  color: #666666;
  font-family: 'Inter';
  font-size: 13px;
  border-radius: 17px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  padding: 9px 27px;
  margin: 4px;
  -webkit-transition: .4s;
  transition: .4s;
}

.qweb-pricing-tabs.style-2 .qweb-pricing-tab a.active {
  background-color: var(--accent-color);
  color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.qweb-pricing-tabs.style-2 {
  position: relative;
}

/* Pricing dynamic css */

[data-pricing-dynamic][data-value-active="yearly"] .dynamic-value:after {
  display: inline-block;
  content: attr(data-yearly);
}

[data-pricing-dynamic][data-value-active="monthly"] .dynamic-value:after {
  display: inline;
  content: attr(data-monthly);
}

.dynamic-value:after {
  display: inline-block;
  content: attr(data-active);
}

.static-value:before {
  display: inline-block;
  content: attr(data-active);
}

/*---------------------------------------------------
    FEATURE BOX
    ----------------------------------------------------*/

.qweb-feature-box-item {
  transition: .4s;
}

.qweb-feature-box-item .icon-background-yes .qweb-feature-icon {
  width: 70px;
  height: 70px;
  display: flex;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  background-color: var(--accent-color);
  border-radius: 0px;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.qweb-feature-box-item .icon-background-yes .qweb-feature-icon svg {
  width: 35px;
}

span.qweb-feature-icon.icon-type-image img {
  object-fit: cover;
}

.qweb-feature-icon-wrap {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qweb-feature-title {
  margin-bottom: 18px;
  font-size: 20px;
}

.qweb-feature-content p {
  margin-bottom: 0;
}

.qweb-feature-box-item.qweb-icon-position-left {
  display: inline-flex;
  text-align: left;
}

.qweb-feature-box-item.qweb-icon-position-right {
  display: flex;
  text-align: right;
  flex-direction: row-reverse;
}

.qweb-feature-box-item.qweb-feature-icon-center {
  text-align: center;
}

.qweb-feature-box-item.qweb-feature-icon-left {
  text-align: left;
}

.qweb-feature-box-item.qweb-feature-icon-left .qweb-feature-icon-wrap {
  justify-content: flex-start;
}

.qweb-feature-box-item.qweb-feature-icon-right .qweb-feature-icon-wrap {
  justify-content: flex-end;
}

.qweb-feature-box-item.qweb-feature-icon-right {
  text-align: right;
}

.qweb-feature-icon-wrap i, .qweb-feature-icon-wrap svg, .qweb-feature-icon {
  transition: .3s ease-in-out;
  ;
}

.qweb-feature-box-item .icon-background-no .qweb-feature-icon svg {
  MAX-HEIGHT: 118PX;
}

.qweb-feature-box-item .qweb-feature-icon i {
  font-size: 25px;
}

.qweb-feature-box-number {
  font-size: 22px;
  letter-spacing: -0.73px;
  font-weight: 600;
  color: #ffffff;
}

.qweb-feature-box-number span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .16);
}

/*---------------------------------------------------
    DOCTER BOX
    ----------------------------------------------------*/
.qweb-content-box span {
  display: block;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
}

.qweb-content-box {
  box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
}

.qweb-dr-thum img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  object-fit: contain;
  object-position: center top;
}

.qweb-dr-rating {
  position: absolute;
  top: 18px;
  border: 0.5px solid #00BB98;
  border-radius: 10px;
  background-color: #fff;
  padding: 3px 13px;
  left: 20px;
}

.qweb-dr-thum {
  position: relative;
}

.qweb-dr-rating i {
  color: #00BB98;
  margin-right: 10px;
}

.qweb-dr-rating-number {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #00BB98;
}

.qweb-dr-single-item {}

.qweb-content-box .qweb-dr-name {
  color: #000B33;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}

.qweb-content-box span.qweb-dr-catgory {
  color: #2B59FF;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.qweb-content-box .qweb-dr-Designation {
  color: #000B33;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 3px;
}


.qweb-content-box .qweb-dr-deggre {
  color: #000B33;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}

.qweb-contetn-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.qweb-contetn-bottom .qweb-dr-available {
  color: #00BB98;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.qweb-dr-btn {
  min-width: 101px;
  text-align: center;
  background: #FD4C5C;
  border-radius: 3px;
  font-size: 16px;
  color: #fff !important;
  min-height: 30px;
  align-items: center;
  line-height: 30px;
}

/*---------------------------------------------------
    ICON STEP BOx
    ----------------------------------------------------*/
.qweb-step-single-item {
  display: flex;
  padding-bottom: 40px;
  position: relative;
  flex-wrap: wrap;
}

.qweb-step-text-box {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #781BFF;
  margin-right: 30px;
  text-align: center;
  display: inline-table;
}

.qweb-step-text-box span {
  font-size: 20px;
  color: #fff;
  line-height: 1.3em;
  font-weight: 600;
}

.qweb-setp-content .setp-headding {
  color: #000B33;
  margin-bottom: 5px;
  line-height: 1.3em;
  font-weight: 600;
  font-size: 20px;
}

.qweb-step-single-item:last-child {
  padding-bottom: 0;
}

.qweb-setp-content p {
  margin-bottom: 0;
  color: rgba(0, 10, 45, 0.7);
  font-size: 16px;
  line-height: 1.625em;
}

.qweb-setp-content {
  width: calc(100% - 80px);
}

.qweb-step-text-box:after {
  position: absolute;
  left: 0;
  bottom: 0;
}

.qweb-step-single-item:after {
  position: absolute;
  left: 23.5px;
  top: 55px;
  height: calc(100% - 60px);
  content: "";
  width: 2px;
  background: linear-gradient(90deg, #8C30F5 0%, #FF4B5C 100%);
  opacity: 0.2;
}

.qweb-step-single-item:last-child:after {
  display: none;
}

/*---------------------------------------------------
    jOBS
    ----------------------------------------------------*/
.jobs-area {
  padding-top: 55px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .jobs-area {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .jobs-area {
    padding-top: 110px;
    padding-bottom: 95px;
  }


}

@media (max-width: 991px) {
  .jobs-filter {
    margin-bottom: 50px;
  }


}

.jobs-filter__title {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.4285;
  margin-bottom: 30px;
}

.jobs-filter__menu {
  padding: 0;
  margin: 0;
  display: block;
}

.jobs-filter__menu ul li {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  color: #262729;
  display: block;
  transition: 0.4s;
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-bottom: 1px solid rgba(44, 75, 255, 0.1);
  padding: 15px 0px 15px 0px;
}

.jobs-filter__menu ul li:last-child {
  border: none;
}

.jobs-filter__menu ul li:hover,
.jobs-filter__menu ul li:active {
  color: #2C4BFF;
}


.jobs-area__tab .card {
  display: inherit;
}

.jobs-area__tab .card--single {
  border-radius: 10px;
  border: 1px solid rgba(181, 181, 181, 0.2);
  border-radius: 10px;
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 35px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  position: relative;
}

.jobs-area__tab .card--single:hover {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid transparent;
}

.jobs-area__tab .card--single:hover .job-icon i {
  margin-left: 10px;
}

.career-details-box {
  padding-left: 50px;
  padding-right: 50px;
}

.job-details-page .card-jobs__content ul li {
  font-family: var(--body-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.500211px;
  color: #696871;
}

.job-details-page .card-jobs__content .job_type_meta {
  font-family: var(--body-font);
  font-style: normal;
  font-weight: 450;
  font-size: 13px;
  line-height: 16px;
  padding: 7px 10px;
  border-radius: 5px;
  margin-left: 60px;
}

.job-details-page h2.card-jobs__content__heading {
  font-family: var(--body-font);
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 1.05em;
  text-align: center;
  letter-spacing: -2.50105px;
  color: var(--heading-color);
  margin-bottom: 40px;
  margin-top: 20px;

}

.job-details-page .career-details-box p {
  font-family: var(--body-font);
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.500211px;
  color: var(--text-color);
  margin-bottom: 25px;
}

.job-details-page .career-details-box strong {
  font-family: var(--body-font);
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: -0.656526px;
  color: var(--heading-color);
  display: inline-block;
  margin-top: 35px;
}

.job-details-page .career-deatils__content ul li {
  font-family: var(--body-font);
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  letter-spacing: -0.500211px;
  color: var(--heading-color);
  position: relative;
  margin-bottom: 15px;
}

.job-details-page .career-deatils__content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--heading-color);
}



.jobs-area__tab .card--single .card__list {
  display: flex;
  margin-bottom: 0;
}

.qweb-job-btn a {
  color: #FFFFFF;
}

.qweb-job-btn {
  display: inline-block;
  padding: 12px 42px;
  font-family: var(--body-font);
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.28em;
  text-align: center;
  letter-spacing: -0.656526px;
  color: #FFFFFF;
  background: var(--accent-color);
  border: 1px solid #C31A12;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .job-details-page h2.card-jobs__content__heading {
    font-size: 60px;
  }

  ul.pf-isotope-nav {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .job-details-page h2.card-jobs__content__heading {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .career-details-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .job-details-page .career-details-box strong {
    margin-top: 15px;
  }

  .qweb-job-btn {
    padding: 12px 35px;
    font-size: 18px;
  }
}

/* search form */

/* Search Form */
.newsletter--inner-career {
  background-color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.newsletter--inner-career form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.newsletter--inner-career form input {
  height: 75px;
  border: none;
  width: 100%;
  border-radius: 9px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
  color: rgba(38, 39, 41, 0.7);
}

.newsletter--inner-career form input:focus {
  outline: none;
  box-shadow: none;
}

.newsletter--inner-career form button {
  border: none;
  background-color: #FF5722;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  padding: 15px 35px;
  box-shadow: 0px 10px 20px rgba(255, 87, 34, 0.25);
}

.newsletter--inner-career form button:focus {
  outline: none;
  box-shadow: none;
}

.newsletter-form--countdown {
  max-width: inherit;
}

@media (min-width: 480px) {
  .newsletter-form--countdown {
    background-color: #fff;
  }
}

.newsletter--inner-career form {
  text-align: center;
  border-radius: 50px;
  padding: 0 10px;
}


@media (min-width: 480px) {
  .newsletter--inner-career form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    text-align: left;

  }

  ;
}



.newsletter--inner-career form .form-control {
  background-color: #fff !important;
  display: flex;
  align-items: center;
  border: none;
  height: 72px;
  border-radius: 50px;
}

@media (min-width: 480px) {
  .newsletter--inner-career form .form-control {
    background-color: transparent;
    margin-bottom: 0;
  }
}

.newsletter--inner-career form .form-control i {
  margin-right: 10px;
  color: #5034FC;
  margin-left: 20px;
}

.newsletter--inner-career form .form-control input {
  height: 100%;
  background-color: transparent;
  border: none;
  width: 100%;
  display: block;
  font-family: 'Inter';
}

.newsletter--inner-career form .form-control input:focus {
  border: none;
  outline: none;
}

@media (max-width: 767px) {
  .newsletter--inner-career form .form-control i {
    margin-left: 0;
  }
}

/*
     Career Details
    ---------------------------------*/
.card-jobs {
  box-shadow: 0 4px 56px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  border: 1px solid rgba(181, 181, 181, 0.2);
  background-color: #fff;
  padding: 30px 30px;
}

@media (min-width: 576px) {
  .card-jobs {
    padding: 26px 50px;
  }
}

.card-jobs .card-jobs__content__heading {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.38095;
  color: #262729;
  margin-bottom: 10px;
  font-family: 'Inter';
}

@media (min-width: 768px) {
  .card-jobs .card-jobs__content__heading {
    font-size: 35px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .card-jobs .card-jobs__content__heading {
    font-size: 42px;
  }
}

.card-jobs .card-jobs__content__details {
  margin: 0;
  padding: 0;
}

.card-jobs .card-jobs__content__details li {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  color: rgba(38, 39, 41, 0.7);
  margin-right: 15px;
}

.card-jobs .card-jobs__content__details li i {
  margin-right: 5px;
  color: #5034fc;
}

.card-job__btn a.falsland-job-btn {
  padding: 15px 42px;
  display: block;
  margin-top: 13px;
  background-color: #FF5722;
  box-shadow: 0px 10px 20px rgba(255, 87, 34, 0.25);
  color: #fff;
}

a.falsland-job-btn.border {
  background-color: transparent;
  color: #FF5722;
  border: 1px solid #FF5722 !important;
  box-shadow: inherit;

}

.career-deatils__content__heading {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 40px;
  color: var(--heading-color);
  margin-bottom: 20px;
}

.career-deatils__content__text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  color: var(--text-color);
}

.career-deatils__content ul {
  padding: 0;
  margin: 0;
}

.career-deatils__content ul li {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  list-style: none;
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
}

.career-deatils__content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: #5034fc;
}

.job-details-page {
  background-color: #F3F4F6;
  margin-top: -100px;
  padding-top: 150px;
}

/* qweb job details */
.qweb-single-job-meta-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.job-meta-label {
  font-weight: 600;
  margin-right: 5px;
}

ul.job-meta li {
  display: inline-block;
}

.qweb-single-job-meta-widget {
  padding: 40px 30px;
}

.qweb-single-job-meta-widget.style-two span.job-meta-label {
  display: block;
}

/*---------------------------------------------------
    TEAM
    ----------------------------------------------------*/


.single-item {
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.team-wrapper img {
  width: 100%;
  object-fit: cover;
  object-position: center top;
}

.team-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.team-wrapper.style-one .team-image img {
  margin: auto;
}

.team-wrapper .read-more-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-slider ul.team-slider-dot-list li.slick-active {
  position: relative;
}

.team-slider ul.team-slider-dot-list li.slick-active:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.team-area .slick-prev:before,
.team-area .slick-next:before {
  display: none;
}

.single-item:focus {
  outline: none;
  box-shadow: none;
}

.team-slider ul.team-slider-dot-list {
  margin-top: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.team-slider ul.team-slider-dot-list {
  list-style: none;
  left: 0;
  bottom: 0;
  margin-bottom: 0px;
  padding: 0;

}

.team-slider ul.team-slider-dot-list li.slick-active {
  width: 10px !important;
  height: 10px !important;
  background: #2C4BFF !important;
  opacity: 1;
}

.team-slider ul.team-slider-dot-list li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: .3;
  margin: 0 4px;
  background: #1E3D59;
  cursor: pointer;
}

.team-slider ul.team-slider-dot-list li button {
  display: none;
}

.team-slider-arrow .slick-active {
  color: #1D263A;
}

.team-slider-arrow img {
  font-size: 20px;
  color: #ddd;
  margin: 0px 13px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .team-slider ul.team-slider-dot-list {
    margin-top: 40px;

  }
}

.single-item {
  margin-bottom: 30px;
  margin-right: 24px;
}

.team-area {
  margin-right: -24px;
  margin-bottom: -24px;
}



/* Team Area normal 2*/

.social-icons ul {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.social-icons h4 {
    text-align: left;
}
.team-wrapper.style-two .social-icons ul li a {
  text-align: center;
}

.team-wrapper.style-two {
  position: relative;
}

.team-wrapper.style-two .user-identity {
  position: absolute;
  bottom: 0;
  padding: 0px 0px 25px 25px;
  background: linear-gradient(180deg, rgba(115, 138, 164, 0) 12.14%, #042552 100%);
  width: 100%;
}
.team-wrapper.style-two {
  position: relative;
  overflow: hidden;
  border-radius: 0px 0px 10px 10px;
}

.team-wrapper.style-two .user-identity {
  position: absolute;
  bottom: 0;
  padding: 0px 0px 25px 25px;
  background: linear-gradient(180deg, rgba(115, 138, 164, 0) 12.14%, #042552 100%);
  border-radius: 0px 0px 10px 0px;
  width: 100%;
  transform: translateY(120px);
  transition: all 0.4s ease-in-out;
}

.team-wrapper.style-two:hover .user-identity {
  transform: translateY(0px);
}







/* arrow */
.team-slider-arrow .prev {
  position: absolute;
  left: 0;
  bottom: 0px;
}

.team-slider-arrow .next {
  position: absolute;
  right: 0;
  bottom: 0px;
}

.team-slider-arrow .slick-active {
  background: #2C4BFF;
  color: #fff;
}

.team-slider-arrow button {
  transition: all 0.4s ease-in-out;
  font-size: 20px;
  color: #1D263A;
  margin: 0px 13px;
  cursor: pointer;
  height: 60px;
  width: 60px;
  background: rgba(44, 71, 255, 0.6);
  line-height: 60px;
  text-align: center;
}

.team-slider-arrow button:hover {
  background-color: #1D263A;
  color: #fff;
}

/*---------------------------------------------------
    TESTIMONIAL
    ----------------------------------------------------*/
.testimonial-slider-arrow {
  position: absolute;
  width: 100%;
  top: 50%;
}

.qweb--tn-icon {
  position: absolute;
  top: 60px;
  right: 20px;
}

/* style one  */
.qweb--tn-single.style-one {
  text-align: center !important;
}

.qweb--tn-single.style-one .qweb--tn-icon {
  margin-bottom: 30px;
  position: unset;
}

.qweb--tn-single.style-one .qweb--tn-name {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #1F2839;
  margin-bottom: 0;
}

.qweb--tn-single.style-one .qweb--tn-title {
  font-family: DM Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #797E88;
}

.qweb--tn-single.style-one .qweb-tn-bottom-style-one {
  display: inline-block;
  margin-top: 25px;
  text-align: left;
}

.qweb-tn-bottom-style-one .qweb--tn-top {
  float: left;
}

.qweb-tn-bottom-style-one .qweb--tn-name-title {
  float: left;
  margin-bottom: 0;
  margin-top: 5px;
}

.qweb--tn-single.style-one .qweb--tn-icon {
  font-size: 48px;
  color: #E0DEDE;
  margin-bottom: 10px;
}

.qweb--tn-single.style-one .qweb--tn-dis p {
  font-family: DM Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #797E88;
}
.qweb-tn-bottom-style-nine .qweb--quate-icon {
  position: absolute;
  right: 25px;
}
.style-one .testimonial-slider ul.testimonial-slider-dot-list li {
  width: 15px !important;
  height: 15px !important;
}

.style-one .testimonial-slider ul.testimonial-slider-dot-list li.slick-active {
  width: 15px !important;
  height: 15px !important;
}

.style-one .testimonial-slider ul.testimonial-slider-dot-list li:hover {
  width: 15px !important;
  height: 15px !important;
}

.style-one .testimonial-slider-arrow button {
  color: #E0DEDE;
  border-color: #E0DEDE;
}

.style-one .testimonial-slider-arrow button:hover {
  color: #FFFFFF;
  border-color: #E0DEDE;
}

/* style one two */
.qweb--tn-single.style-two {
  background-color: #fff;
  box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
  border-radius: 10px;
  padding: 30px;
  text-align: left !important;
  margin-top: 55px;
}

.qweb--tn-single.style-two .qweb--t-thumb:after {
  background: linear-gradient(90deg, #8C30F5 0%, #FF4B5C 100%);
  opacity: 0.8;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: -1;
}

.qweb--tn-single.style-two .qweb--t-thumb img {
  width: 78px !important;
  height: 78px !important;
  z-index: 3;
  object-position: center top;
}

.qweb--tn-single.style-two .qweb--t-thumb {
  position: absolute;
  z-index: 1;
  top: -45px;
}

.qweb-tn-bottom-style-two {
  margin-top: 30px;
  margin-bottom: 16px;
}

.qweb--tn-single.style-two .qweb--tn-icon {
  position: absolute;
  right: 30px;
  top: 84px;
  color: #FD4C5C;
}

.qweb-tn-bottom-style-two .qweb--tn-icon {
  position: absolute;
}

.qweb--tn-single {
  position: relative;
}

/* style theree */
.qweb--tn-single.style-three .qweb--tn-dis {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #E9E5EF;
  border-radius: 10px;
  margin-bottom: 35px;
  position: relative;
  box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
}

.qweb--tn-single.style-three .qweb--tn-dis p {
  margin-bottom: 0px;
  text-align: left;

}

.qweb-tn-bottom-style-three .qweb--t-thumb img {
  margin: 0 auto;
}

.qweb--tn-single.style-three .qweb--tn-dis:after {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #fff;
  content: "";
  transform: rotate(45deg);
  left: calc(50% - 13px);
  border-bottom: 1px solid #E9E5EF;
  bottom: -13px;
  border-left: 1px;
  border-right: 1px solid #E9E5EF;
}




/* style four */
.qweb--tn-single.style-four {
  box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
  border-radius: 10px;
  background-color: #fff;
}

.qweb-tn-bottom-style-four {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.qweb-tn-bottom-style-four .qweb--tn-user-identity {
  display: flex;
}

.qweb--tn-single.style-four {
  padding: 40px;
}

.qweb--tn-dis p {
  margin-bottom: 0px;
}

/* style five */
.qweb-tn-bottom-style-five {
  justify-content: center;
  align-items: center;
}

.qweb-tn-bottom-style-five .qweb--tn-top .qweb--t-thumb img {
  width: 70px !important;
  height: 70px !important;
  display: inline-block;
  margin-right: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 2550px) {
  .qweb-tn-bottom-style-five {
    display: flex;
  }

  .qweb--tn-single.style-five .qweb--tn-top {
    width: 35%;
  }

  .qweb--tn-single.style-five .qweb--tn-right {
    width: 65%;
  }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
  .qweb-tn-bottom-style-five {
    display: flex;
  }

  .qweb--tn-single.style-five .qweb--tn-top {
    width: 45%;
  }

  .qweb--tn-single.style-five .qweb--tn-right {
    width: 55%;
  }
}



.qweb--tn-single.style-five .qweb--tn-dis p {
  text-align: center;
  margin-bottom: 40px;
}

.qweb-tn-bottom-style-five .qweb--tn-name {
  font-size: 20px;
}

.qweb--tn-single.style-five {
  position: relative;
}

.qweb--tn-single.style-five .qweb--tn-icon {
  position: static;

}


.qweb-tn-bottom-style-five .qweb--tn-name-title {
  margin-bottom: 0;
}

/* style edight */
.style-eight-top {
  padding: 40px;
  box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  text-align: left;
}

.style-eight-top:after {
  position: absolute;
  left: 5%;
  bottom: -28px;
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid #fff;
  z-index: 99;
  border-top: 15px solid #fff;
  border-bottom: 15px solid transparent;
  /* box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08); */
  border-radius: 2px;
}

.qweb-tn-bottom-style-eight {
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-left: 25px;
  text-align: left;
}

.style-eight-top .qweb--tn-icon {
  position: initial;
  margin-top: 30px;
  color: #FD4C5C;
}

.style-eight-top .qweb--tn-icon i {
  margin-right: 4px;
}

.qweb-tn-bottom-style-eight .qweb--tn-name-title {
  margin-bottom: 0;
}

/* style nine */

.qweb--tn-single.style-nine .qweb--tn-icon {
  position: static;
}

.qweb-tn-bottom-style-nine {
  display: flex;
}

.qweb--tn-single.style-nine {
  background-color: #fff;
  box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
  border-radius: 10px;
  padding: 40px;
}

.qweb--tn-single.style-nine .qweb--t-thumb img {
  width: 70px !important;
  height: 70px !important;
  margin-right: 0px;
  margin-bottom: 15px;
}

.qweb--tn-name-title {
  margin-bottom: 20px;
}

.qweb--tn-single.style-nine .qweb--tn-dis {
  font-size: 18px;
  color: #000B33;
}

/* style ten */


.qweb--tn-single.style-ten {
  overflow: hidden;
}

.qweb--tn-single.style-ten .qweb--tn-dis p {
  margin-bottom: 0px;
  text-align: left;
}
.qweb--tn-single.style-ten .qweb--tn-icon {
  position: initial;
  left: 0;
  top: 0;
}

.qweb-tn-bottom-style-style-ten .qweb--tn-name-title {
  margin-bottom: 0;
}

.qweb--tn-single,
.qweb--t-thumb img,
.qweb--tn-name,
.qweb--tn-title,
.qweb--tn-icon,
.qweb--tn-bottm p,
.qweb-tn-bottom-style-three {
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
}


.qweb--t-thumb img {
  width: 50px !important;
  height: 50px !important;
  object-fit: cover;
  border-radius: 50% !important;
  margin-right: 13px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  object-position: center top;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .style-three .testimonial-slider-arrow .slick-prev {
    position: absolute;
    top: 104%;
    left: 30%;
    transform: translate(-50%, -50%);
  }


  .style-three .testimonial-slider-arrow .slick-next {
    position: absolute;
    top: 104%;
    right: 30%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .style-three .testimonial-slider-arrow .slick-next {
    position: absolute;
    top: 104%;
    right: 43%;
    transform: translate(-50%, -50%);
  }

  .style-three .testimonial-slider-arrow .slick-prev {
    position: absolute;
    top: 104%;
    left: 43%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .style-three .testimonial-slider-arrow .slick-prev {
    position: absolute;
    top: 100%;
    left: 35%;
    transform: translate(-50%, -50%);
  }

  .style-three .testimonial-slider-arrow .slick-next {
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translate(-50%, -50%);

  }
}

@media only screen and (min-width: 1200px) and (max-width: 2500px) {
  .style-three .testimonial-slider-arrow .slick-prev {
    position: absolute;
    top: 95%;
    left: 42%;
    transform: translate(-50%, -50%);
  }

  .style-three .testimonial-slider-arrow .slick-next {
    position: absolute;
    top: 95%;
    right: 50%;
    transform: translate(-50%, -50%);

  }
}

.testimonial-slider:focus {
  outline: none;
  box-shadow: none;
}

.testimonial-slider ul.testimonial-slider-dot-list {
  margin-top: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.testimonial-slider ul.testimonial-slider-dot-list {
  list-style: none;
  left: 0;
  bottom: 0;
  margin-bottom: 0px;
  padding: 0;

}

.testimonial-slider ul.testimonial-slider-dot-list li.slick-active {
  width: 10px;
  height: 10px;
  background: #2C4BFF;
  opacity: 1;
  transition: .4s ease-in-out;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
}

.testimonial-slider ul.testimonial-slider-dot-list li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #1E3D59;
  cursor: pointer;
}

.testimonial-slider ul.testimonial-slider-dot-list li button {
  display: none;
}

.team-slider-arrow .slick-active {
  color: #1D263A;
}

@media (min-width: 1200px) {
  .testimonial-slider ul.testimonial-slider-dot-list {
    margin-top: 40px;

  }
}

/* arrow */
.testimonial-slider-arrow .slick-prev:before,
.testimonial-slider-arrow .slick-next:before {
  display: none;
}

.testimonial-slider-arrow.slick-active {
  color: #1D263A;
}

.testimonial-slider-arrow .prev {
  position: absolute;

}

.testimonial-slider-arrow .next {
  position: absolute;

}

.testimonial-slider-arrow .slick-active {
  background-color: #1D263A;
  color: #fff;
}

.testimonial-slider-arrow button {
  transition: all 0.4s ease-in-out;
  font-size: 22px;
  font-weight: 300;
  cursor: pointer;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #1D263A;
  color: #fff;
  text-align: center;
  display: inline-block;
}

.testimonial-slider-arrow button:hover, .testimonial-slider-arrow button:focus {
  background-color: #1D263A;
  color: #fff;
}

/*---------------------------------------------------
    Portfolio SLider CSS
    ----------------------------------------------------*/

.portfolio-slider-arrow .slick-arrow.slick-hidden {
  display: block !important;
}

.portfolio-slider-arrow {
  position: absolute;
  width: 100%;
}

.portfolio-slider:focus {
  outline: none;
  box-shadow: none;
}

.portfolio-slider ul.portfolio-slider-dot-list {
  margin-top: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.portfolio-slider ul.portfolio-slider-dot-list {
  list-style: none;
  left: 0;
  bottom: 0;
  margin-bottom: 0px;
  padding: 0;

}

.portfolio-slider ul.portfolio-slider-dot-list li.slick-active {
  width: 10px !important;
  height: 10px !important;
  background: #2C4BFF !important;
  opacity: 1;
  transition: .4s ease-in-out;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
}

.portfolio-slider ul.portfolio-slider-dot-list li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: .3;
  margin: 0 4px;
  background: #1E3D59;
  cursor: pointer;
}

.portfolio-slider ul.portfolio-slider-dot-list li button {
  display: none;
}


@media (min-width: 1200px) {
  .portfolio-slider ul.portfolio-slider-dot-list {
    margin-top: 40px;

  }
}

/* arrow */
.portfolio-slider-arrow .slick-prev:before,
.portfolio-slider-arrow .slick-next:before {
  display: none;
}

.portfolio-slider-arrow.slick-active {
  color: #1D263A;
}

.portfolio-slider-arrow .prev {
  position: absolute;
  left: 0;
  bottom: 0px;
}

.portfolio-slider-arrow .next {
  position: absolute;
  right: 0;
  bottom: 0px;
}

.portfolio-slider-arrow .slick-active {
  background: #2C4BFF;
  color: #fff;
}

.portfolio-slider-arrow button {
  transition: all 0.4s ease-in-out;
  font-size: 20px;
  color: #1D263A;
  cursor: pointer;
  height: 60px;
  width: 60px;
  background: rgba(44, 71, 255, 0.6);
  text-align: center;
  display: inline-block;
}

.portfolio-slider-arrow button:hover {
  background-color: #1D263A;
  color: #fff;
}


/*---------------------------------------------------
    FEATURED
    ----------------------------------------------------*/
.circle-126 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 106px;
  max-width: 106px;
  min-height: 106px;
  max-height: 106px;
}

@media (min-width: 768px) {
  .circle-126 {
    min-width: 126px;
    max-width: 126px;
    min-height: 126px;
    max-height: 126px;
  }
}

.circle-91 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 91px;
  max-width: 91px;
  min-height: 91px;
  max-height: 91px;
}

.circle-103 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 90px;
  max-width: 90px;
  min-height: 90px;
  max-height: 90px;
}

@media (min-width: 768px) {
  .circle-103 {
    min-width: 103px;
    max-width: 103px;
    min-height: 103px;
    max-height: 103px;
  }
}

.circle-98 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 98px;
  max-width: 98px;
  min-height: 98px;
  max-height: 98px;
}

.circle-99 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 99px;
  max-width: 99px;
  min-height: 99px;
  max-height: 99px;
}

@media (min-width: 768px) {
  .circle-99 {
    min-width: 99px;
    max-width: 99px;
    min-height: 99px;
    max-height: 99px;
  }
}

.circle-95 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 85px;
  max-width: 85px;
  min-height: 85px;
  max-height: 85px;
}

@media (min-width: 768px) {
  .circle-95 {
    min-width: 95px;
    max-width: 95px;
    min-height: 95px;
    max-height: 95px;
  }
}

.circle-113 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 95px;
  max-width: 95px;
  min-height: 95px;
  max-height: 95px;
}

@media (min-width: 768px) {
  .circle-113 {
    min-width: 113px;
    max-width: 113px;
    min-height: 113px;
    max-height: 113px;
  }
}

.circle-88 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 78px;
  max-width: 78px;
  min-height: 78px;
  max-height: 78px;
}

@media (min-width: 768px) {
  .circle-88 {
    min-width: 88px;
    max-width: 88px;
    min-height: 88px;
    max-height: 88px;
  }
}

.circle-108 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 98px;
  max-width: 98px;
  min-height: 98px;
  max-height: 98px;
}

@media (min-width: 768px) {
  .circle-108 {
    min-width: 108px;
    max-width: 108px;
    min-height: 108px;
    max-height: 108px;
  }
}

.brand-area--l2 {
  padding-top: 50px;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .brand-area--l2 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .brand-area--l2 {
    padding-top: 123px;
    padding-bottom: 135px;
  }
}

.brand-group-image-l2 {
  margin-left: -22px;
}

@media (min-width: 576px) {
  .brand-group-image-l2 {
    transform: scale(0.8);
  }
}

@media (min-width: 768px) {
  .brand-group-image-l2 {
    margin-top: 40px;
    transform: scale(1);
  }
}

@media (min-width: 992px) {
  .brand-group-image-l2 {
    margin-top: 100px;
  }
}

.brand-image-group--l2 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 503px;
  transform: scale(0.9);
}

@media (min-width: 768px) {
  .brand-image-group--l2 {
    transform: scale(0.9);
  }
}

@media (min-width: 992px) {
  .brand-image-group--l2 {
    transform: scale(1);
  }
}

.brand-image-group--l2__single {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.brand-image-group--l2__image--main {
  width: 5%;
  position: relative;
  border: 6px solid #ffffff;
  background-color: #ff5722;
  border-radius: 50%;
  z-index: 1;
}

.brand-image-group--l2__img-1 {
  position: absolute;
  left: 37%;
  top: 7%;
  width: 10%;
  z-index: 2;
}

@media (min-width: 480px) {
  .brand-image-group--l2__img-1 {
    left: 47%;
  }
}

.brand-image-group--l2__img-2 {
  position: absolute;
  right: -8%;
  top: 16%;
  width: 11%;
  z-index: 1;
}

@media (min-width: 768px) {
  .brand-image-group--l2__img-2 {
    right: -12%;
    top: 10%;
  }
}

.brand-image-group--l2__img-3 {
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
  width: 11%;
  z-index: 1;
}

@media (min-width: 576px) and (max-width: 768px) {
  .brand-image-group--l2__img-3 {
    right: -9%;
  }
}

@media (min-width: 768px) {
  .brand-image-group--l2__img-3 {
    right: -28%;
  }
}

.brand-image-group--l2__img-4 {
  position: absolute;
  right: 0;
  bottom: 20%;
  width: 10%;
  z-index: 1;
}

.brand-image-group--l2__img-5 {
  position: absolute;
  left: 38%;
  bottom: 10%;
  width: 10%;
  z-index: 1;
}

@media (min-width: 480px) {
  .brand-image-group--l2__img-5 {
    left: 47%;
    bottom: 0;
  }
}

.brand-image-group--l2__img-6 {
  position: absolute;
  left: 0;
  bottom: 18%;
  width: 12%;
  z-index: 1;
}

@media (min-width: 480px) {
  .brand-image-group--l2__img-6 {
    bottom: 12%;
  }
}

.brand-image-group--l2__img-7 {
  position: absolute;
  left: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 10%;
  z-index: 1;
}

@media (min-width: 576px) and (max-width: 768px) {
  .brand-image-group--l2__img-7 {
    left: -7%;
  }
}

@media (min-width: 768px) {
  .brand-image-group--l2__img-7 {
    left: -22%;
  }
}

.brand-image-group--l2__img-8 {
  position: absolute;
  left: -7%;
  top: 16%;
  width: 10%;
  z-index: 1;
}

@media (min-width: 480px) {
  .brand-image-group--l2__img-8 {
    top: 10%;
  }
}

.brand-image-group--l2__line-1 {
  position: absolute;
  left: 48%;
  top: 26%;
  z-index: 0;
  width: 3.7%;
}

@media (min-width: 480px) {
  .brand-image-group--l2__line-1 {
    left: 52%;
  }
}

.brand-image-group--l2__line-2 {
  position: absolute;
  right: 0;
  top: 27%;
  width: 42%;
}

@media (min-width: 480px) {
  .brand-image-group--l2__line-2 {
    top: 22%;
    width: 40%;
  }
}

.brand-image-group--l2__line-3 {
  position: absolute;
  right: -9%;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
}

.brand-image-group--l2__line-4 {
  position: absolute;
  bottom: 29%;
  right: 13%;
  width: 33%;
}

.brand-image-group--l2__line-5 {
  position: absolute;
  right: 47%;
  bottom: 23%;
  width: 4%;
}

@media (min-width: 480px) {
  .brand-image-group--l2__line-5 {
    right: 45%;
    bottom: 15%;
  }
}

.brand-image-group--l2__line-6 {
  position: absolute;
  left: 9%;
  bottom: 29%;
  width: 35%;
}

@media (min-width: 480px) {
  .brand-image-group--l2__line-6 {
    bottom: 24%;
  }
}

.brand-image-group--l2__line-7 {
  position: absolute;
  left: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 47%;
}

.brand-image-group--l2__line-8 {
  position: absolute;
  left: 7%;
  top: 28%;
  width: 35%;
}

@media (min-width: 480px) {
  .brand-image-group--l2__line-8 {
    top: 22%;
  }
}

.w-100 {
  width: 100% !important;
}


/*---------------------------------------------------
    ICON BOX
    ----------------------------------------------------*/
.fd-addons-icon-shape-yes .fd-addons-feature-icon-wrap {
  position: relative;
  z-index: 1;
}

.fd-addons-icon-shape-yes .fd-addons-feature-icon-wrap:after {
  content: "";
  width: 65px;
  height: 65px;
  background: #ffd166;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

/*---------------------------------------------------
    Testimonial Simple
    ----------------------------------------------------*/
.qweb-testimonial-item {
  min-height: 352px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.qweb-testimonial-item .testi-image img {
  width: 55px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 50%;
  height: 55px;
}

.qweb-position-top .qweb-testimonial-item .testi-image {
  margin-bottom: 56px;
}

.qweb-testimonial-item .testi-content p {
  color: var(--heading-color);
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 32px;
  margin-bottom: 22px;
}

.qweb-testimonial-item .testi-meta .testi-name {
  display: inline-block;
  color: var(--heading-color);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 29px;
}

.qweb-testimonial-item .testi-meta .testi-title {
  color: var(--text-color);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 29px;
}

.qweb-position-left .qweb-testimonial-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.qweb-position-right .qweb-testimonial-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.qweb-position-left .qweb-testimonial-item .test-content-wrap,
.qweb-position-right .qweb-testimonial-item .test-content-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.qweb-position-left .qweb-testimonial-item .testi-image {
  margin-right: 30px;
}

.testi-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.testi-image {
  flex: 0 0 20%;
}

.testi-name-title-wraper {
  flex: 0 0 80%;
}

h4.testi-name {
  display: block !important;
  margin-bottom: 0px;
}



/* -------------------------------------------------
                        Service
    ----------------------------------------------------*/
.services-slider ul.services-slider-dot-list li button {
  display: none;
}

.services-slider ul.services-slider-dot-list {
  display: flex;
  margin: 0px;
  padding: 0px;

}

.services-slider ul.services-slider-dot-list li {
  list-style: none;
}

.services-slider-arrow .prev:before,
.services-slider-arrow .next:before {
  content: ' ' !important;
}

.services-slider-arrow {
  position: absolute;
  width: 100%;
}

.qweb-service-widget-item .txt-number {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-service-wrap {
  display: flex;

}

.content-align-center {
  text-align: center;
}

.content-align-left {
  text-align: left;
}

.content-align-right {
  text-align: right;
}

.qweb-service-widget-item {
  padding: 50px 35px 35px 35px;
  background: #fff;
  box-shadow: 0px 6px 60px 0px rgb(59 54 99 / 10%);
  border-radius: 10px;
}

.service-thumbnail-wrapper img {
  margin-bottom: 30px;
}

.qweb-service-widget-item .service-title {
  margin-bottom: 20px;
  color: #1C2745;
  font-family: 'Inter';
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.42em;
}

.qweb-service-widget-item .service-content p {
  color: #6E6B8B;
 font-family: 'Inter';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.57em;
}

.qweb-service-widget-item .service-content .service-link {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #FFB619;
}

@media only screen and (max-width: 767px) {
  .content-service-wrap {
    flex-wrap: wrap;
  }

  .txt-number-wrap {
    margin: 0px auto;
  }
}

/*---------------------------------------------------
    Service Cat
    ----------------------------------------------------*/

.qweb-service-cat {
  display: block;
  background-color: #fff;
  padding: 40px 109px 40px 40px;
  border-radius: 10px;
}

.qweb-service-cat-wrap {
  margin-bottom: 24px;
}

.qweb-service-cat:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}

.service-cat-icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 16px;
  margin-bottom: 48px;
}

.service-cat-title h4 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.428;
  margin-bottom: 20px;
  color: var(--heading-color)
}

.service-cat-title .service-count {
  font-family: 'Inter';
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  color: var(--text-color);
}

.qweb-service-cat.service-more-card {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-right: 0;
}

.qweb-service-cat.service-more-card h4 {
  color: #fff;
}

.qweb-service-cat.service-more-card .service-count {
  color: rgb(255 255 255 / 70%);
}

span.service-more-link-icon {
  width: 45px;
  height: 45px;
  background-color: rgb(38 39 41 / 50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  margin-left: 30px;
}

@media only screen and (max-width:991px) {
  .qweb-service-cat {
    padding-right: 40px;
  }
}



span.fd-addons-pricing-duration.dynamic-value {
  display: block;
}

#pricing-dynamic-deck--head .btn-toggle.active span {
  right: calc(100% - 23px);
}

#pricing-dynamic-deck--head .btn-toggle {
  width: 46PX;
  height: 26px;
  position: relative;
  display: inline-block;
  margin: 0;
  background-color: var(--accent-color);
  border-radius: 15px;
}

#pricing-dynamic-deck--head .btn-toggle span {
  width: 18px;
  height: 18px;
}

/* portfolio css  */
.qweb-portfolio-item {
  position: relative;
  overflow: hidden;
}

.qweb-portfolio-item img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 100%;
  margin-bottom: 0 !important;
}


.qweb-portfolio-content .qweb-pf-category {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.63px;
  text-transform: uppercase;
  margin-bottom: 7px;
  color: rgb(255 255 255 / 70%);
}

h3.qweb-portfolio-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  color: #fff;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.qweb-portfolio-content.content-postion-on-image.style-one {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.qweb-portfolio-item:hover .qweb-portfolio-content.content-postion-on-image.style-one {
  opacity: 1;
}

ul.pf-isotope-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

ul.pf-isotope-nav li {
  /* Style for "All works" */
  color: #6f727b;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.63px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 55px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

ul.pf-isotope-nav li.active,
ul.pf-isotope-nav li:hover {
  color: var(--accent-color);
}

.qweb-portfolio-content.content-postion-below-image {
  display: block;
  position: relative;
  padding: 40px 30px;
}

.qweb-pf-loadmore-btn {
  cursor: pointer;
  font-size: 13px;
  color: #030303;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid;
  letter-spacing: 1.63px;
  border: 1px solid rgba(3, 3, 3, 0.3);
}

.qweb-hover-rotate .qweb-portfolio-item:hover img {
  -webkit-transform: scale(0.8) rotate(-6deg);
  transform: scale(0.8) rotate(-6deg);
  border-radius: 20px;
  box-shadow: 0 32px 74px rgba(68, 77, 136, 0.2);
}

.qweb-hover-rotate .qweb-portfolio-item img {
  -webkit-transition: .4s;
  transition: .4s;
}

.qweb-portfolio-content.content-postion-disabled {
  display: none;
}

a.portfolio-btn {
  font-size: 16px;
}

a.portfolio-btn span.btn-icon {
  margin-left: 10px;
}

/* end portfolio css */
/*  portfolio gallery css */
.qweb-portfolio-item img {
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

ul.pf-isotope-nav li:last-child {
  margin-right: 0;
}

.portfolio-btn:hover {
  color: #FFE03B;
}



/* style one */

adiv.qweb-portfolio-content.content-postion-on-image.style-one {
  position: absolute;
  bottom: 30px;
  left: 30px;
  box-shadow: 0px 4px 40px rgb(43 89 255 / 8%);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  width: calc(100% - 60px);
}

adiv.qweb-portfolio-content.content-postion-on-image.style-one .port-content-box {
  padding: 14px 14px 14px 14px;
}

.links-icons a {
  width: 30px;
  height: 30px;
  background-color: #fff;
  line-height: 30px;
  transition: .4s;
  text-align: center;
}

.portfolio-content p {
  margin-bottom: 0;
}

.links-icons a:hover {
  background-color: #FFE03B;
  opacity: 1;
}

/* qweb job details */
.qweb-single-pf-meta-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pf-meta-label {
  font-weight: 600;
  margin-right: 5px;
}

ul.pf-meta li {
  margin-bottom: 17px;
}


.qweb-single-pf-meta-widget.style-two .pf-meta-label {
  display: block;
}

.style-two h3.qweb-portfolio-title {
  margin-bottom: 10px;
}

.style-two .links-icons a {
  background-color: transparent;
}

.style-two .links-icons {
  position: initial;
  margin-top: 20px;
}

/* style three */
.qweb-portfolio-item.style-three .qweb-portfolio-content.content-postion-on-image {
  background: linear-gradient(90.28deg, #001C80 0.26%, #153ABF 30.33%, #2B59FF 99.79%);
}

.qweb-portfolio-item.style-three:hover .qweb-portfolio-content.content-postion-on-image {
  opacity: .7;
}


/* style three end */
/*
      Portfolio  Slider
    ---------------------------------*/

.portfolio-area {
  padding-top: 30px;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .portfolio-area {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .portfolio-area {
    padding-top: 90px;
    padding-bottom: 130px;
  }
}


.qweb-pf-gallery-slider .qweb-portfolio-item {
  z-index: 0;
}

.qweb-pf-gallery-slider .qweb-portfolio-item:focus {
  outline: none;
  box-shadow: none;
}

.qweb-pf-gallery-slider-dots {
  width: 100%;
  height: 6px;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  position: relative;
}

.qweb-pf-gallery-slider-dots li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  list-style: none;
}

.qweb-pf-gallery-slider-dots li button {
  padding: 0;
  width: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  font-size: 0;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  transition: 0.4s;
}

.qweb-pf-gallery-slider-dots li.slick-active {
  display: block;
  width: 100%;
}

.qweb-pf-gallery-slider-dots li.slick-active button {
  background: #5034fc;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  transition: width 2s linear;
  transition-delay: 0.8s;
  opacity: 1;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.qweb-pf-gallery-slider button.slick-arrow:before {
  color: #222;
  font-size: 26px;
}

.qweb-pf-gallery-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -30px;
  padding: 0;
  color: #000;
  border: none;
  background-color: transparent;
  z-index: 99;
}

.qweb-pf-gallery-slider .slick-arrow.qweb-slick-next {
  left: auto;
  right: -30px;
}

/* post navigation */
.fd-addons-addon-post-navigation .nav-links a:hover {
  color: #5034FC;
}



/* vertical menu css  */

.qweb-vertical-menu-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0px 30px 5px 30px;
}

.qweb-vertical-menu a {
  color: #000000;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  font-style: normal;
  letter-spacing: normal;
  padding: 30px 0 30px 0px;
  transition: .3s;
  display: block;

}

.qweb-vertical-menu li {
  border-bottom: 1px solid rgba(44, 75, 255, 0.1);
}

.qweb-vertical-menu li:last-child {
  border-bottom: none !important;
}

.qweb-vertical-menu-wrap {
  background-color: #2C4BFF0D;
}

.qweb-vertical-menu a:hover, .qweb-vertical-menu li.current-menu-item>a {
  color: #2C4BFF;
}


.fd-addons-dual-heading-wrapper .fd-addons-dual-heading-icon {
  position: absolute;
}

/* WIDGET EXTRA */
.fd-addons-accordion-number span {
  position: relative;
  display: block;
  background-color: #FD4C5C;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/*-------------------------------------
                  Case Study
    --------------------------------------*/
.qweb-case-study-item {
  position: relative;
}

a.case-image {
  overflow: hidden;

}

.qweb-case-study-wrap.hover-one .qweb-case-study-item:hover a.case-image img {
  transform: scale(1.1);
}

.case-image img {
  transition: .7s;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
}

/* CONTACT FORM */

/*---------------------------------------------------
    CONTACT FORM
    ----------------------------------------------------*/
.qweb--contactform-wraper.absolute {
  position: relative;
}

.qweb--contactform-wraper.absolute input[type=submit],
.qweb--contactform-wraper.absolute button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
}

.wpcf7 form .wpcf7-response-output {
  color: #fff;
}
--------------------------------------------------------------*/ .qweb-contact-from input[type="text"],
.qweb-contact-from input[type="email"],
.qweb-contact-from input[type="url"],
.qweb-contact-from input[type="tel"],
.qweb-contact-from input[type="date"],
.qweb-contact-from input[type="number"],
.qweb-contact-from textarea {
  background: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  float: none;
  height: auto;
  margin: 0;
  outline: 0;
}

textarea {
  width: 100%;
  max-height: 140px;
}

.wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

.qweb-contact-from input:not([type=checkbox]) {
  height: 70px;
  padding: 20px;
  border-radius: 10px;
  max-width: 100%;
}

form.wpcf7-form input {
  width: 100%;
}

.qweb-contact-from input[type=submit], .qweb-contact-from button[type=submit] {
  background-color: #6A26DA;
  color: #fff;
  font-weight: 600;
  height: 70px;
  width: 172px;
  padding: 0px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.qweb-contact-from input[type="submit"],
.qweb-contact-from input[type="button"] {
  transition: all 0.25s linear 0s;
}

.qweb-contact-from.placeholder-hide input::-webkit-input-placeholder,
.qweb-contact-from.placeholder-hide textarea::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.qweb-contact-from.placeholder-hide input::-moz-placeholder,
.qweb-contact-from.placeholder-hide textarea::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}

.qweb-contact-from.placeholder-hide input:-ms-input-placeholder,
.qweb-contact-from.placeholder-hide textarea:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.qweb-contact-from.placeholder-hide input:-moz-placeholder,
.qweb-contact-from.placeholder-hide textarea:-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}

.qweb-custom-radio-checkbox input[type="checkbox"],
.qweb-custom-radio-checkbox input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-style: solid;
  border-width: 0;
  outline: none;
  min-width: 1px;
  width: 15px;
  height: 15px;
  background: #ddd;
  padding: 3px;
}

.qweb-custom-radio-checkbox input[type="checkbox"]:before,
.qweb-custom-radio-checkbox input[type="radio"]:before {
  content: "";
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: block;
}

.qweb-custom-radio-checkbox input[type="checkbox"]:checked:before,
.qweb-custom-radio-checkbox input[type="radio"]:checked:before {
  background: #999;
  transition: all 0.25s linear 0s;
}

.qweb-custom-radio-checkbox input[type="radio"] {
  border-radius: 50%;
}

.qweb-custom-radio-checkbox input[type="radio"]:before {
  border-radius: 50%;
}

.qweb--contactform-wraper .form-content-area h2 {
  margin: 0px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  color: #12141D;
  margin-bottom: 15px;
}

.qweb--contactform-wraper .form-content-area p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(18, 20, 29, 0.7);
}

.qweb--contactform-wraper .form-content-area {
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .qweb--contactform-wraper .form-content-area {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 40px;
  }

  ul.pf-isotope-nav {
    margin-bottom: 30px;
  }
}

form.wpcf7-form .nice-select {
  display: flex;
  align-items: center;
}

form.wpcf7-form .nice-select .current {
  overflow: hidden;
  width: 100%;
  font-size: 16px;
}

form.wpcf7-form input.wpcf7-form-control {
  outline: 0px;
}

form.wpcf7-form .nice-select:after {
  border-bottom: 2px solid rgba(4, 37, 82, 0.6);
  border-right: 2px solid rgba(4, 37, 82, 0.6);
  height: 7px;
  right: 20px;
  width: 7px;
}

form.wpcf7-form .nice-select:after {
  border-color: rgba(4, 37, 82, 0.6);
  right: 15px;
}

form.wpcf7-form .nice-select li.option {
  color: #3F527A;
}


/* Blog  */


/*---------------------------------------------------
    BLOG
    ----------------------------------------------------*/
/* default style  */
.qweb-addons-post-widget-item .post-thumbnail {
  display: block;
}

.qweb-addons-post-widget-item.post-style-style-one .post-thumbnail {
  width: 40%;
}

.qweb-addons-post-widget-item.post-style-style-one .post-content {
  width: 60%;
}

.qweb-addons-post-widget-item.post-style-style-one .post-thumbnail img {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
}

.qweb-addons-post-widget-item a.post-link {
  display: block;
}

.qweb-addons-post-widget-item.post-style-style-one {
  position: relative;
}

.post-top-meta {
  font-size: 13px;
  line-height: 1.692em;
  color: var(--heading-color);
  margin-bottom: 15px;
}

.qweb-addons-post-widget-item.post-style-style-one .category-list {
  padding-right: 45px;
}

.qweb-addons-post-widget-item.post-style-style-one .post-date {
  position: relative;
  color: rgba(2, 12, 23, 0.65);
  padding-left: 30px;
}

.qweb-addons-post-widget-item.post-style-style-one .post-date:before {
  position: absolute;
  content: "\f133";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 0;
  left: 0px;
  font-size: 15px;
  color: rgba(255, 180, 0, 1);
}

.qweb-addons-post-widget-item p {
  line-height: 29px;
  font-size: 15px;
  color: var(--text-color);
  margin-bottom: 0;
}

.qweb-addons-post-widget-item.post-style-style-one .post-content-wrap {
  display: flex;
  align-items: center;
}

.qweb-addons-post-widget-item.post-style-style-one .qweb-addons-post-widget-item {
  margin-bottom: 30px;
  background-color: var(--white-color);
  overflow: hidden;
  transition: .4s;
}

.qweb-addons-post-widget-item.post-style-style-one .post-content {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
}

.qweb-addons-blog-wraper .col-lg-12:last-child .qweb-addons-post-widget-item.post-style-style-one {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* Blog style v2  */
.qweb-addons-post-widget-item.post-style-style-two .post-btn .icon-after {
  text-indent: -10px;
  transition: all 0.4s ease-in-out;
}

.qweb-addons-post-widget-item.post-style-style-two .post-btn:hover .icon-after {
  text-indent: 0px;
}

.qweb-addons-post-widget-item.post-style-style-two .blog-meta-middle {
  display: flex;
  justify-content: space-between;
}

.qweb-addons-post-widget-item.post-style-style-two .post-top-meta {
  display: flex;
  align-items: center;
}

.qweb-addons-post-widget-item.post-style-style-two .post-top-meta i {
  margin-right: 15px;
}

.qweb-addons-post-widget-item.post-style-style-two .post-top-meta.post-category a {
  background: linear-gradient(90deg, #D940F1 0%, #5F53F9 96.35%);
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 0px 30px 0px 30px;
  position: absolute;
  bottom: 0;
}

/* Style 3 */

.qweb-addons-post-widget-item.post-style-style-three .post-top-meta.post-top-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.qweb-addons-post-widget-item.post-style-style-three .date-meta {
  position: relative;
}

.post-content {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  /* margin: 0px 40px 30px 40px; */
}




.qweb-addons-post-widget-item.post-style-list {
  display: flex;
  position: relative;
  margin-bottom: 30px;
}

.qweb-addons-post-widget-item.post-style-list .post-thumbnail-wrapper .post-link {
  height: 100%;
}

.qweb-addons-post-widget-item.post-style-list .post-thumbnail-wrapper .post-thumbnail {
  height: 100%;
}

.qweb-addons-post-widget-item.post-style-list .post-thumbnail-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.qweb-addons-post-widget-item.post-style-list .post-thumbnail-wrapper {
  width: 57%;
  padding-right: 30px;
}

.qweb-addons-post-widget-item.post-style-list .post-content-wrap {
  padding-top: 0;
}

/* arrow */
.blog-slider-arrow .slick-prev:before,
.blog-slider-arrow .slick-next:before {
  display: none;
}

.blog-slider-arrow.slick-active {
  color: #1d263a;
}

.blog-slider-arrow .prev {
  position: relative;
}

.blog-slider-arrow .next {
  position: relative;
}

.blog-slider-arrow .slick-active {
  background: #2c4bff;
  color: #fff;
}

.blog-slider-arrow button {
  transition: all 0.4s ease-in-out;
  font-size: 18px;
}

.blog-slider-arrow button:hover {
  background-color: #1d263a;
  color: #fff;
}

.blog-slider-arrow {
  background: rgba(2, 12, 23, 0.4);
  position: absolute;
  right: 0;
  top: -130px;
  padding: 7px 15px;
  border-radius: 5px;
}

.blog-slider-arrow .slick-prev {
  left: 0px !important;
  display: inline-block;
  width: initial;
  height: initial;
  transform: initial;
  margin-right: 15px;
}

.blog-slider-arrow .slick-next {
  left: 0px !important;
  display: inline-block;
  width: initial;
  height: initial;
  transform: initial;
  margin-left: 15px;
}

/* Blog style 4 */
.post-style-style-four .post-thumbnail-wrapper {
  position: relative;
}

.post-style-style-four .post-category {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #FFFFFF;
  padding: 4px 15px;
  border-radius: 9px;
}

.qweb-addons-post-widget-item.post-style-style-four .blog-meta-middle {
  display: flex;
  justify-content: space-between;
}

.qweb-addons-post-widget-item.post-style-style-four .post-top-meta {
  display: flex;
  align-items: center;
}

.qweb-addons-post-widget-item.post-style-style-four .post-top-meta i {
  margin-right: 15px;
}

/*---------------------------------------------------
    BREADCRUMB
    ----------------------------------------------------*/

ul.qweb-breadcrumbs {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.qweb-breadcrumbs li {
  display: inline-block;
  margin-right: 15px;
}

ul.qweb-breadcrumbs li:last-child {
  margin: 0;
}

ul.qweb-breadcrumbs li a,
ul.qweb-breadcrumbs li span.qweb-breadcrumbs-text,
ul.qweb-breadcrumbs li span.qweb-breadcrumbs-separator-icon {
  display: block;
}

ul.qweb-breadcrumbs li span.qweb-breadcrumbs-text {
  -webkit-transition: all .4s;
  transition: all .4s;
}

span.qweb-breadcrumbs-home-icon {
  margin-right: 10px;
}



*--------------------------------------------------- HEADDING ----------------------------------------------------*/ .qweb-addons-title.show-line-yes {
  position: relative !important;
  z-index: 5 !important;
}


.qweb-addons-title.show-line-yes:after {
  content: "";
  width: 100%;
  background-color: #fee444;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 7px;
  z-index: 0;
}


/*---------------------------------------------------
    DUAL HEADDING
    ----------------------------------------------------*/

.qweb-dual-heading .qweb-dual-heading-wrapper {
  padding: 0px;
}

.qweb-dual-heading .qweb-dual-heading-wrapper .qweb-dual-heading-description {
  line-height: 26px;
  margin: 30px 0 0 0;
  padding: 10px;
  font-weight: 400;
}

.qweb-dual-heading .qweb-dual-heading-wrapper .qweb-dual-heading-icon {
  display: inline-block;
}

.qweb-dual-heading .qweb-dual-heading-wrapper .qweb-dual-heading-icon i {
  font-size: 36px;
}

.qweb-dual-heading .qweb-dual-heading-wrapper .qweb-dual-heading-title {
  font-size: 36px;
  margin-top: 10px;
}

.qweb-dual-heading .qweb-dual-heading-wrapper .qweb-dual-heading-title {
  font-size: 30px;
  color: #132c47;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

.qweb-dual-heading .qweb-dual-heading-wrapper .qweb-dual-heading-title .first-heading, .qweb-dual-heading .qweb-dual-heading-wrapper .qweb-dual-heading-title .second-heading {
  padding: 0px;
}

h1.qweb-dual-heading-title span {
  display: initial;
}

.qweb-dual-heading .qweb-dual-heading-wrapper .qweb-dual-heading-title span {
  color: #132c47;
}


/*---------------------------------------------------
        CSS TRANSFORM
        ----------------------------------------------------*/

.fsd-css-transform-yes {
  -webkit-transition-duration: var(--fsd-tfx-transition-duration, 0.2s);
  transition-duration: var(--fsd-tfx-transition-duration, 0.2s);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translate(var(--fsd-tfx-translate-x, 0), var(--fsd-tfx-translate-y, 0)) scale(var(--fsd-tfx-scale-x, 1), var(--fsd-tfx-scale-y, 1)) skew(var(--fsd-tfx-skew-x, 0), var(--fsd-tfx-skew-y, 0)) rotateX(var(--fsd-tfx-rotate-x, 0)) rotateY(var(--fsd-tfx-rotate-y, 0)) rotateZ(var(--fsd-tfx-rotate-z, 0));
  transform: translate(var(--fsd-tfx-translate-x, 0), var(--fsd-tfx-translate-y, 0)) scale(var(--fsd-tfx-scale-x, 1), var(--fsd-tfx-scale-y, 1)) skew(var(--fsd-tfx-skew-x, 0), var(--fsd-tfx-skew-y, 0)) rotateX(var(--fsd-tfx-rotate-x, 0)) rotateY(var(--fsd-tfx-rotate-y, 0)) rotateZ(var(--fsd-tfx-rotate-z, 0));
}

.fsd-css-transform-yes:hover {
  -webkit-transform: translate(var(--fsd-tfx-translate-x-hover, var(--fsd-tfx-translate-x, 0)), var(--fsd-tfx-translate-y-hover, var(--fsd-tfx-translate-y, 0))) scale(var(--fsd-tfx-scale-x-hover, var(--fsd-tfx-scale-x, 1)), var(--fsd-tfx-scale-y-hover, var(--fsd-tfx-scale-y, 1))) skew(var(--fsd-tfx-skew-x-hover, var(--fsd-tfx-skew-x, 0)), var(--fsd-tfx-skew-y-hover, var(--fsd-tfx-skew-y, 0))) rotateX(var(--fsd-tfx-rotate-x-hover, var(--fsd-tfx-rotate-x, 0))) rotateY(var(--fsd-tfx-rotate-y-hover, var(--fsd-tfx-rotate-y, 0))) rotateZ(var(--fsd-tfx-rotate-z-hover, var(--fsd-tfx-rotate-z, 0)));
  transform: translate(var(--fsd-tfx-translate-x-hover, var(--fsd-tfx-translate-x, 0)), var(--fsd-tfx-translate-y-hover, var(--fsd-tfx-translate-y, 0))) scale(var(--fsd-tfx-scale-x-hover, var(--fsd-tfx-scale-x, 1)), var(--fsd-tfx-scale-y-hover, var(--fsd-tfx-scale-y, 1))) skew(var(--fsd-tfx-skew-x-hover, var(--fsd-tfx-skew-x, 0)), var(--fsd-tfx-skew-y-hover, var(--fsd-tfx-skew-y, 0))) rotateX(var(--fsd-tfx-rotate-x-hover, var(--fsd-tfx-rotate-x, 0))) rotateY(var(--fsd-tfx-rotate-y-hover, var(--fsd-tfx-rotate-y, 0))) rotateZ(var(--fsd-tfx-rotate-z-hover, var(--fsd-tfx-rotate-z, 0)));
}



/* Theme style */

.elementor-widget-progress .elementor-title {
  display: inline-block;
  margin-bottom: 15px;
}

.elementor-progress-wrapper {
  overflow: initial !IMPORTANT;
}

/* .elementor-progress-percentage {
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 999;
  padding-right: 0 !important;
}
 */
.elementor-social-icons-wrapper .elementor-icon {
  font-size: 20px;
}

@media only screen and (min-width: 1350px) {
  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1316px;
  }
}

.slick-dots li button:before {
  display: none;
}



@media only screen and (min-width: 320px) and (max-width:767px) {
  .qweb-addons-post-widget-item.post-style-style-one .post-content-wrap {
    display: initial;
}
.qweb-addons-post-widget-item.post-style-style-one .post-thumbnail {
  width: 100%;
}
.qweb-addons-post-widget-item.post-style-style-one .post-content {
    width: 100%;
}

}

li.elementor-icon-list-item {
  list-style: none;
}
.qweb-site-logo {
  display: flex;
}
