.navbar-toggler {
  padding: .26rem .75rem !important;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #ffffffdb !important;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: box-shadow .15sease-in-out;
}
.our__technology {
  position: relative;
  display: block;
  padding: 65px 0 96px;
}

.our__technology__top {
  position: relative;
  display: block;
  margin-top: 70px;
  margin-bottom: 60px;
}

.our__technology__top-title-box {
  position: relative;
  display: block;
  text-align: center;
  z-index: 10;
}

.our__technology__top-title-box-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.our__technology-shape {
  position: absolute;
  top: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.our__technology-shape img {
  width: auto;
}

.our__technology__top-title {
  font-size: 200px;
  font-weight: 700;
  line-height: 265px;
  background-color: #fff;
  /* mix-blend-mode: lighten; */
  color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-clip: text;
  background-clip: text;
  background-position: center center;
  background-attachment: fixed;
}

/* end technology here */
/* start top slider bottom */
.top__slider__bottom {
  display: block;
  position: relative;
  bottom: 50px;
}

.top__slider__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.top__slider__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.top__slider__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(27, 21, 37, 0.3);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  z-index: 1;
  border-radius: 40px 54px 70px 80px;
}

.top__slider__single:hover .top__slider__img:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.top__slider__img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  border-radius: 40px 54px 70px 80px;

}

.top__slider__single:hover .top__slider__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  border-radius: 40px 54px 70px 80px;
}

.top__slider__content {
  position: relative;
  display: block;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -50px;
  padding: 29px 70px 27px;
  z-index: 2;
  border-radius: 40px 54px 70px 80px;
}

.top__slider__content:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--primary-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
  border-radius: 40px 54px 70px 80px;

}

.top__slider__single:hover .top__slider__content:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.top__slider__content-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: capitalize;
}

.top__slider__single:hover .top__slider__content-title {
  color: #fff;
}

/* end */

/* services area */
.services-details__shape-1 {
  position: relative;
  display: block;
  max-width: 410px;
  border: 1px dashed #E7E7E8;
  margin-top: 11px;
  margin-bottom: 24px;
}

.services-details__shape-1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #E7E7E8;
  border-radius: 50%;
  transform: translateY(-50%);
}

.services-details__shape-1::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  background-color: #E7E7E8;
  border-radius: 50%;
  transform: translateY(-50%);
}

.service_____details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.service_____details__left {
  position: relative;
  display: block;
}

.service_____details__service {
  position: relative;
  display: block;
  background-color: #f7f7f9;
  padding: 46px 30px 38px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 40px 54px 70px 80px;
}

.service_____details__title {
  position: relative;
  padding-left: 20px;
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 700;
}

.service_____details__title:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 20px;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2a2a2a 0%, rgba(98, 50, 248, 0) 100%);
}

.service_____details__service-list {
  margin: 0;
}

.service_____details__service-list li+li {
  margin-top: 4px;
}

.service_____details__service-list li a {
  color: #777181;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 8px 20px 4px;
  text-decoration: none;
}

.service_____details__service-list li a:hover {
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #1b1525;
}

.service_____details__service-list li.active a {
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #1b1525;
}

.service_____details__service-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #6653e8;
  text-align: center;
  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;
  font-size: 15px;
}

.service_____details__service-list li a:hover span {
  color: #6653e8;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.service_____details__service-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: #6653e8;
}

.service_____details__need__help {
  position: relative;
  display: block;
  padding: 50px 50px 42px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  z-index: 1;
  background-color: #1b1525;
  border-radius: 40px 54px 70px 80px;

}

.service_____details__need__help-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1b1525;
  mix-blend-mode: luminosity;
  opacity: 0.50;
  z-index: -1;
  border-radius: 40px 54px 70px 80px;
}

.service_____details__need__help-icon {
  height: 85px;
  width: 85px;
  background-color: #fff;
  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;
  border-radius: 50%;
  margin: 0 auto 29px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service_____details__need__help-icon:hover {
  background-color: #1b1525;
}

.service_____details__need__help-icon img {
  width: auto;
}

.service_____details__need__help-title {
  font-size: 26px;
  color: #fff;
  line-height: 31px;
  font-weight: 700;
}

.service_____details__need__help-contact {
  position: relative;
  display: block;
  margin-top: 41px;
}

.service_____details__need__help-contact p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 20px;
}

.service_____details__need__help-contact a {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}

.service_____details__need__help-contact a span {
  font-weight: 400;
}

.service_____details__need__help-contact a:hover {
  color: #2be4ac;
}

.service_____details__download {
  position: relative;
  display: block;
  margin-top: 30px;
}

.service_____details__download-btn {
  width: 100%;
  text-align: center;
}

.service_titles__shape {
  color: var(--primary-color);
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
}

.service_titles__shape2 {
  position: relative;
  /* display: inline-block; */
  background: var(--primary-color);
  padding: 40px 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 20px;
}

.service_titles__shape2 li+li {
  margin-top: 10px;
}

.service_titles__shape2 p {
  position: relative;
  left: 30px;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}

.service_titles__shape2 p:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #fefefe 0%, rgba(98, 50, 248, 0) 100%);
}

.service_titles__shape2 li {
  position: relative;
  left: 30px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.service_titles__shape span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #a9e54c 0%, rgba(98, 50, 248, 0) 100%);
}

.service_____details__right {
  position: relative;
  display: block;
}

.service_____details__img {
  position: relative;
  display: block;
}

.service_____details__img img {
  width: 100%;
  border-radius: 140px 80px 120px 40px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.service_____details__content {
  position: relative;
  display: block;
  margin-top: 30px;
}

.service_____details__content-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
}

.service_____details__text-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.service_____details__text-2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #6653e8;
  padding-top: 29px;
  padding-bottom: 28px;
}

.service_____details__text-3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.service_____details__points {
  position: relative;
  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;
  margin-top: 41px;
  margin-bottom: 41px;
}

.service_____details__points li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
  text-align: center;
}

.service_____details__points li:before {
  position: absolute;
  top: 30px;
  bottom: 35px;
  right: 0;
  content: "";
  width: 1px;
  background-color: #e9e9ee;
}

.service_____details__points li:last-child:before {
  display: none;
}

.service_____details__points-icon {
  height: 75px;
  width: 75px;
  background-color: #6653e8;
  border-radius: 50%;
  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: 0 auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service_____details__points li:hover .service_____details__points-icon {
  background-color: #2be4ac;
}

.service_____details__points-icon span {
  font-size: 30px;
  color: #fff;
  position: relative;
  display: inline-block;
}

.service_____details__points-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 23px;
  margin-bottom: 15px;
}

.service_____details__points-text {
  font-size: 16px;
  line-height: 30px;
}

/* end */
.for__call__us {
  text-align: center;
}

.for__calls {
  text-align: center;
  font-size: clamp(20px, 4vw, 32px);
  color: #fff;
}

.for__call__us a {
  text-decoration: none;
  text-align: center;
  font-size: clamp(20px, 4vw, 25px);
  color: #fff;
}

.for__call__us p {
  font-style: italic;
  color: #e9e9ee;
}

.call__modal__card {
  background: transparent;
  backdrop-filter: blur(5px);
}

.call__modal__card .modal-content {
  /* background-color: #263238aa; */
  background-color: var(--primary-color);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(255, 255, 255, 0.925) 0px -3px 0px inset;
  border: 1px solid #fefefe;
  border-radius: 120px 50px 110px 70px;
}

.call__modal__card .auto__modal__body {
  position: relative;
}

.call__modal__card .auto__modal__body .btn-closes {
  position: absolute;
  top: 28px;
  left: 463px;
  box-sizing: content-box;
  width: 1.4em;
  height: 1.4em;
  padding: .25em .25em;
  color: #270a0a;
  background: #ffffff;
  border: 0;
  border-radius: .25rem;
  opacity: .8;
}

.call__modal__card .auto__modal__body .btn-closes .bi {
  font-size: 30px;
  position: relative;
  top: -12px;
  left: -4px;
}

.auto__pop__buttons {
  max-width: 250px;
}

.auto__pop__buttons .btn1 {
  display: block;
  margin: 0 auto;
  max-width: 0px;
}

.auto__pop__buttons .btn1 a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  margin: 15px;
  padding: 7px 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fefefe;
  background: var(--primary-bg-color);
  cuservicesor: pointer;
  transition: ease-out 0.5s;
  border: 2px solid #fefefe;
  border-radius: 20px;
  box-shadow: inset 0 0 0 0 #fefefe;
}

.auto__pop__buttons .btn1 a:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 #725AC1;
}

.auto__pop__buttons .btn1 a:active {
  transform: scale(0.9);
}

/* end */

/* From Uiveservicese.io by JaydipPrajapati1910 */
.read__more__team {
  --color: rgba(88, 101, 242, 1);
  padding: 0.5em 1.7em;
  background-color: #6653e8;
  border-radius: 7em 5em 10em 4em;
  position: relative;
  overflow: hidden;
  cuservicesor: pointer;
  transition: .5s;
  font-weight: 400;
  font-size: 17px;
  border: 1px solid;
  font-family: inherit;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
  max-width: 170px;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.read__more__team::before,
.read__more__team::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: var(--primary-color);
  transition: 0.9s ease;
}

.read__more__team::before {
  top: -1em;
  left: -1em;
}

.read__more__team a {
  color: #fff;
  text-decoration: none;
}

.read__more__team::after {
  left: calc(100% + 1em);
  top: calc(100% + 1em);
}

.read__more__team:hover::before,
.read__more__team:hover::after {
  height: 410px;
  width: 410px;
}

.read__more__team:hover a {
  color: rgb(10, 25, 30);
  color: #fff;
}

.read__more__team:active {
  filter: brightness(.8);
}

/* new design service */

.service-item-three .image {
  z-index: 1;
  position: relative;
}

.service-item-three .image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #21242c;
}

.service-item-three .image:before {
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.service-item-three .image img {
  width: 100%;
}

.service-item-three .image .plus {
  z-index: 3;
  opacity: 0;
  color: white;
  position: absolute;
  left: 50%;
  top: 20%;
  font-size: 65px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.service-item-three .content {
  z-index: 2;
  position: relative;
  margin: -80px 20px 50px 50px;
}

@media only screen and (max-width: 375px) {
  .service-item-three .content {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.service-item-three .content .top-part {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: white;
  padding: 40px 50px 30px;
  -webkit-box-shadow: 10px 0 40px rgba(103, 77, 243, 0.1);
  box-shadow: 10px 0 40px rgba(103, 77, 243, 0.1);
}

@media only screen and (max-width: 479px) {
  .service-item-three .content .top-part {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.service-item-three .content .top-part .icon {
  line-height: 1;
  font-size: 65px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 5px;
  color: var(--secondary-color);
}

.service-item-three .content .top-part .number {
  position: absolute;
  right: 35px;
  top: 30px;
  opacity: 0.1;
  line-height: 1;
  font-size: 150px;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  -webkit-text-stroke-color: var(--heading-color);
}

@media only screen and (max-width: 375px) {
  .service-item-three .content .top-part h4 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.service-item-three .content .bottom-part {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: -20px;
  background: white;
  padding: 0 50px 30px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-box-shadow: 10px 40px 40px rgba(103, 77, 243, 0.1);
  box-shadow: 10px 40px 40px rgba(103, 77, 243, 0.1);
}

@media only screen and (max-width: 479px) {
  .service-item-three .content .bottom-part {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.service-item-three .content .bottom-part p,
.service-item-three .content .bottom-part .read-more {
  color: white;
}

.service-item-three:hover .image:before,
.service-item-three.active .image:before {
  opacity: 0.5;
}

.service-item-three:hover .image .plus,
.service-item-three.active .image .plus {
  top: 30%;
  opacity: 1;
}

.service-item-three:hover .top-part,
.service-item-three.active .top-part {
  background: var(--secondary-color);
}

.service-item-three:hover .top-part .icon,
.service-item-three:hover .top-part h4 a,
.service-item-three.active .top-part .icon,
.service-item-three.active .top-part h4 a {
  color: white;
}

.service-item-three:hover .top-part .number,
.service-item-three.active .top-part .number {
  -webkit-text-stroke-color: white;
}

.service-item-three:hover .bottom-part,
.service-item-three.active .bottom-part {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: var(--secondary-color);
}

@media only screen and (max-width: 991px) {
  .service-item-three .content .top-part {
    background: var(--secondary-color);
  }

  .service-item-three .content .top-part .icon,
  .service-item-three .content .top-part h4 a {
    color: white;
  }

  .service-item-three .content .top-part .number {
    -webkit-text-stroke-color: white;
  }

  .service-item-three .content .bottom-part {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: var(--secondary-color);
  }
}

@media only screen and (max-width: 375px) {
  .service-item-three.slick-active .image .plus {
    font-size: 35px;
  }
}

.service-three-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.service-three-slider .service-item-three {
  margin-left: 15px;
  margin-right: 15px;
}

.service-three-slider .slick-dots {
  margin-top: 0;
}

.service-three-slider .slick-dots li {
  background: var(--secondary-color);
}

.service-three-slider .slick-dots li.slick-active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  outline: 2px solid var(--primary-color);
}

/* end */

/* career start */
.career__breadcrumb__background {
  background: url('../images/background/page-bread-bg.svg');
  overflow: hidden;
  position: relative;
  background-color: var(--primary-color) !important;
  padding: 70px 0;
  background-position-x: left;
  background-position-y: bottom;
  background-size: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
}
.shapes__images {
  position: absolute;
  bottom: -35px;
  right: 0;
  max-width: 280px;
  max-height: 280px;
}
.shapes__images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.career__tabs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* border-bottom: 2px solid #ddd; */
  margin-bottom: 10px;
  margin-top: 48px;
}
.career__tab.active {
  background: var(--secondary-bg-color);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(255, 255, 255, 0.986) 0px -3px 0px inset;
  color: white;
  border-radius: 20px;
  border: 1px solid #fff;
  transition: all ease .5s;
}
.career__tab.active .career__card {
  background: var(--secondary-bg-color);
}
.mob__career__tab.active {
  background: var(--secondary-bg-color);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(255, 255, 255, 0.986) 0px -3px 0px inset;
  color: white;
  border-radius: 20px;
  border: 1px solid #fff;
  transition: all ease .5s;
}
.mob__career__tab.active .career__card {
  background: var(--secondary-bg-color);
}
.tab-content.active {
  display: block;
}


/* static model */
.mobile-career-tab {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.newModels {
  position: fixed;
  top: 62px !important;
  height: 95% !important;
}

.newModel-dialog {
  margin: 0 !important;
}

.newModel-content {
  border-radius: 15px;
}

.newModel-footer {
  display: block;
  flex-wrap: wrap;
  margin: 0 auto;
  flex-shrink: 0;
  align-items: center;
  justify-content: center !important;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}


/* end */
/* Skeleton Loader */
.skeleton {
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 5px;
  margin-bottom: 15px;
  height: 20px;
}
.skeleton-title { height: 24px; width: 60%; }
.skeleton-button { height: 40px; width: 140px; }

@keyframes skeleton-loading {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.content-item {
  display: none;
}
.card a {
  display: inline-block;
  padding: 12px 20px;
  background: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}
.career__tab {
  padding: 10px 10px;
  background: #e0e0e0;
  margin-right: 5px;
  border-radius: 20px;
  cuservicesor: pointer;
  transition: background 0.3s;
}
.mob__career__tab {
  padding: 10px 10px;
  background: #e0e0e0;
  margin-right: 5px;
  border-radius: 20px;
  cuservicesor: pointer;
  transition: background 0.3s;
}
.career__card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #fefefe;
  padding: 20px;
  border-radius: 20px;
}
.mobile-career-tab .career__card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #fefefe;
  padding: 10px;
  border-radius: 20px;
}
.mobile-career-tab .opening__desigantion p {
  font-size: 12px;
}
.opening__for {
  display: flex;
}
.opening__name {
  width: 75%;
}
.career__tab.active .career__card .opening__name p {
  color: #fdfdfd;
  font-size: 14px;
  font-weight: 600;
}
.mob__career__tab.active .career__card .opening__name p {
  color: #fdfdfd;
  font-size: 14px;
  font-weight: 600;
}

.opening__name p {
  color: #21242c;
  font-size: 14px;
  font-weight: 600;
}
.opening__desigantion {
  width: calc(100% - 75%);
  text-align: center;
  float: right;
}
.opening__desigantion p {
  background: #23303d;
  /* max-width: 200px; */
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  padding: 3px 2px;
  font-weight: 600;
  letter-spacing: 0.1em;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.opening__title {
  line-height: 1;
}
.career__tab.active .opening__title p {
  font-size: 25px;
  color: #fefefe;
  font-weight: 600;
}
.mob__career__tab.active .opening__title p {
  font-size: 25px;
  color: #fefefe;
  font-weight: 600;
}
.mob__career__tab:hover {
  background: var(--primary-color);
}

.opening__title p {
  font-size: 25px;
  color: #1b1525;
  font-weight: 600;
}
.career__tab:hover {
  background: var(--primary-color);
}

/* From Uiveservicese.io by abrahamcalsin */ 
.apply__now {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px 110px 55px 80px;
  background: #a9e54c;
  font-family: "Montserrat", sans-serif;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  overflow: hidden;
  cuservicesor: pointer;
  border: none;
  max-width: 170px;
}

.apply__now:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #183153;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}

.apply__now:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.apply__now a {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 7px 10px;
  color: #183153;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}

.apply__now:hover a {
  color: #fff;
  animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}
.tab-content {
  display: none;
}
.career__details__card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  height: calc(100vh - 20px);
  overflow-x: hidden;
  overflow-y: scroll;
}
.career__card__sticky {
  position: sticky !important;
  top: 2rem;
}
.career__details__card {
  position: relative;
  top: 53px;
}
.careerr__main__title {
  line-height: 1;
}
.careerr__main__title p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #1b1525;
}

.career__subtitle {
  display: flex;
  gap: 32px;
}
.career__subtitle p {
  color: #1b1525;
  font-size: 17px;
  font-weight: 600;
}
.sallery__amount {
  background: #f3f2f1;
  border-radius: 5px;
  max-width: 240px;
  position: relative;
  left: 30px;
}
.sallery__amount p {
  padding: 3px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #525252;
  letter-spacing: 0.1em;
}
/* end */
/* accordians */
.accordionButton:focus {
  z-index: 3;
  border-color: var(--primary-color) !important;
  outline: 0;
}
.accordionButton:not(.collapsed) {
  color: #fff !important;
  background: var(--secondary-bg-color);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgb(255, 255, 255) 0px -3px 0px inset !important;
  padding: 25px 15px;
  font-weight: 700;
  font-size: clamp(18px, 4vw, 20px);
  transition: all .35s ease;
  border-radius: 20px 40px 25px 35px;
}
.accordionButton:not(.collapsed):hover {
  background: #6653e8;
  transition: all ease .3s;
  color: #fff;
}
.accordion__item {
  margin-top: 10px;
  border-radius: 20px 40px 25px 35px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.accordionButton:hover {
  background: #6653e8;
  transition: all ease .3s;
  color: #fff;
}
.accordionButton {
  color: #fff;
  padding: 18px 15px;
  font-weight: 600;
  font-size: 15px;
  transition: all .35s ease;
  border-radius: 20px 40px 25px 35px !important;
}

.accrordions__icons .accordion-button.collapsed:after {
  content: '\F33F';
  color: #270a0a;
}
.accrordions__icons .accordion-button:after {
  content: '\F33E';
  font-weight: 400;
  background-image: none;
  color: #fff;
  font-size: 22px;
  font-family: 'bootstrap-icons';
}
.accordions {
  /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
  /* border: 2px dashed var(--primary-color); */
  border-radius: 5px;
}
.quotation__details p i {
  color: var(--color-primary);
  font-size: 22px;
}
.faq__breadcrumb__background {
  background: url('../images/background/faq.jpg');
  overflow: hidden;
  position: relative;
  background-color: var(--primary-color) !important;
  padding: 70px 0;
  background-position-x: left;
  background-position-y: bottom;
  background-size: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
}
/* end */
/* .dropdown-menu li {
position: relative;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
} */
/* Default dropdown styles */
.dropdown-menu li {
  position: relative;
}

/* Submenu positioning */
.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 200px;
  z-index: 1000;
  background: white;
}

/* Align submenu to left if needed */
.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

/* Show submenu on hover (only for desktop) */
@media (min-width: 992px) {
  .dropdown-menu > li:hover > .dropdown-submenu {
      display: block;
  }
}

/* Mobile submenu behavior */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-submenu {
      position: static;
      display: none;
      width: 100%; /* Make submenu full width */
      margin-left: 15px;
      background: #1b1525 !important;
  }
}

/* enquiry */
.contacts__facebook__form form label .bi {
  color: #fff;
  font-size: 20px;
}

.contacts__facebook__form form label {
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  text-shadow: 1px 1px 10px #2a2a2a;
}

.contacts__facebook__form form input {
  padding: 7px 4px;
  text-indent: 15px;
}

.contacts__facebook__form form select {
  padding: 7px 4px;
  text-indent: 15px;
}

.contacts__facebook__form form select option {
  padding: 7px 4px !important;
  text-indent: 15px;
}

.contacts__facebook__form form .form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-color: var(--primary-color);
}

.contact-submit-btnss button {
  padding: 12px 32px;
  font-weight: 700;
  background: var(--secondary-bg-color);
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
  display: block;
  margin: 0 auto;
  transition: all ease .4s;
}

.contact-submit-btnss button:hover {
  background: var(--primary-bg-color);
  transition: all ease .4s;
  transform: translateX(19px);
}
.contacts__bg {
  background-image: url('../images/background/contacts-bg.avif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}
.contacts__facebook__form {
  background: transparent;
  backdrop-filter: blur(15px);
  border-radius: 120px 70px 50px 90px;
}
/* end */

/* team details */
.profile___space__content {
  padding-top: 70px;
  padding-bottom: 70px;
}
.profile__photo__image {
  width: 445px;
  height: 445px;
}
.profile__photo__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 150px 80px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.profile__title p {
  font-size: 36px;
  line-height: 1.33333;
  font-weight: 700;
}
.profile__descriptions p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}
.wt-heading-divider span {
  width: 100px;
  height: 4px;
  background: var(--secondary-bg-color);
  background-image: -webkit-gradient(linear, left top, right top, from(#81b440), to(#fdb325));
  background-image: linear-gradient(left, #81b440, #fdb325);
  filter: progid:DXImageTransform.Microsoft.gradient(startColoservicestr='#81b440',endColoservicestr='#fdb325',gradientType='1');
  display: inline-block;
  vertical-align: top;
}
.wt-details-area {
  /* max-width: 970px; */
  margin: auto;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
  background-color: #eaeaea;
  border-radius: 7px;
  box-shadow: 0 10px 21px rgba(34, 34, 34, .2);
}
.profile__content__details {
  background-image: url(../images/background/bg-team-details.png);
  padding: 34px 70px 40px 95px;
}
.wt-team-holder {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 22px;
}
.wt-team-icon {
  border-radius: 7px 0 0 7px;
  background-color: #d8d8d8;
  width: 110px;
  min-width: 110px;
  position: relative;
}
.wt-team-icon i {
  font-size: 30px;
  color: #23303d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wt-team-meta {
  background: var(--secondary-bg-color);
  padding: 21px 50px;
  -webkit-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
  flex-grow: 1;
}
.wt-team-title {
  margin-bottom: 0;
  font-size: 24px;
  color: #fff;
}
.wt-team-meta .wt-team-position {
  font-size: 16px;
  color: #c8c8c8;
}
.wt-team-contact {
  list-style: none;
  margin-bottom: 0;
  padding: 0 10px 0 28px;
  display: flex;
  flex-wrap: wrap;
  font-family: poppins, sans-serif;
}
.wt-team-contact li {
  font-size: 16px;
  line-height: 24px;
  color: #23303d;
  margin-top: 20px;
  margin-right: 30px;
  padding-left: 30px;
  position: relative;
}
.wt-team-contact li i {
  position: absolute;
  top: 4px;
  left: 0;
}
.wt-team-details .wt-team-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wt-team-social .wt-team-social-list {
  margin-top: 22px;
  flex-grow: 1;
}
.wt-team-social .wt-team-social-list a {
  display: inline-block;
  transition: all ease .3s;
}
.wt-team-social .wt-team-social-list a i {
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: inline-block;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  font-size: 18px;
  color: #6653e8;
  background-color: #fff;
  text-align: center;
  margin: 8px 10px 8px 0;
  -webkit-box-shadow: 0 6px 16px rgba(103, 103, 103, .36);
  box-shadow: 0 6px 16px rgba(103, 103, 103, .36);
}
.wt-team-social .wt-team-social-list a i.bi-twitter-x {
  color: #270a0a;
}
.wt-team-social .wt-team-social-list a i.bi-instagram {
  color: #9b0740;
}
.wt-team-social .wt-team-social-list a i.bi-linkedin {
  color: #22079b;
}
.wt-team-social .wt-team-social-list a:hover {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
  transition: all ease .3s;
}
.team_____container {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
  background: #222;
  -webkit-box-shadow: 0 6px 21px rgba(0, 0, 0, .32);
  box-shadow: 0 6px 21px rgba(0, 0, 0, .32);
  border-radius: 20px;
}

.wt-fancy-box {
  padding: 35px 60px;
  display: flex;
  flex-wrap: nowrap;
}
.item____icon {
  margin-right: 22px;
  line-height: 1;
}
.item____icon i {
  font-size: 65px;
}
.item____icon i{
  background-color: #f94d1c;
    background-image: -webkit-gradient(linear, left top, right top, from(#f94d1c), to(#fdb325));
    background-image: -webkit-linear-gradient(left, #f94d1c, #fdb325);
    background-image: linear-gradient(left, #f94d1c, #fdb325);
    background-color: initial;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.item___holder .item___title {
  font-size: 20px;
  margin-bottom: 8px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}
.item___holder .item____description {
  font-size: 15px;
  line-height: 26px;
  color: #f7f7f7;
  text-transform: capitalize;
}
.team_____container:hover .item____icon i{
  background-color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fdb325));
    background-image: -webkit-linear-gradient(left, #fff, #fdb325);
    background-image: linear-gradient(left, #fff, #fdb325);
    background-color: initial;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.team_____container:hover {
  background: #f94d1c;
  background-image: linear-gradient(left, #f94d1c, #fdb325);
}
@media (min-width: 320px) and (max-width: 834px) {
  .profile__content__details {
    padding: 10px;
}
.wt-team-meta {
  background: var(--secondary-bg-color);
  padding: 10px 23px;
  -webkit-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
  flex-grow: 1;
}
}
/* end */

/* new service */
.services__item__lists {
  background: #ffffff;
  box-shadow: 0px 10px 18px 0px rgba(0, 37, 89, 0.04);
  border-radius: 20px;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
  display: block;
  height: 77vh;
}
@media (min-width: 320px) and (max-width: 768px) {
  .services__item__lists {
    height: 65vh;
  }
}
/* @media only screen and (min-width: 768px) and (max-width: 991px) {
  .services__item__lists.last-item {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .services__item__lists.last-item {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .services__item__lists.last-item {
    display: block;
  }
} */
.services__item__lists .services____content__area {
  position: relative;
  padding: 50px 30px 30px;
  /* background-image: url(../images/background/curve-cloud.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto; */
}
.services__img__shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
/* .services__item__lists .services____content__area .title {
  margin-bottom: 15px;
}
.services__item__lists .services____content__area .title a {
  color: #002559;
  font-size: 24px;
  line-height: 36px;
  transition: all linear 0.3s;
}
.services__item__lists .services____content__area .title a:hover {
  color: #F26F20;
} */
.services__item__lists .services____content__area p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}
/* @media only screen and (max-width: 767px) {
  .services__item__lists .services____content__area p {
    font-size: 15px;
  }
} */
.services__item__lists .services____content__area .services-icon {
  height: 80px;
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  background-image: url(../images/background/bg-shapes-elips.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 20px;
  position: absolute;
  left: 30px;
  top: -40px;
  transition: all linear 0.3s;
  z-index: 10;
}
.services____content__area .services-icon .icons__img {
  height: 50px;
  width: 50px;
}
.services__item__lists .services____content__area .services-icon::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(130deg, #f24c1a 0%, #f28e26 100%);
  z-index: -2;
  opacity: 1;
  transition: all linear 0.3s;
}
.services__item__lists .services____content__area .services-icon::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/background/bg-shapes-elips.png);
  z-index: -1;
  opacity: 1;
  transition: all linear 0.3s;
}
.services__item__lists .services____content__area .services-icon .icons__img img {
  padding: 1px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.services__item__lists .services____content__area .services-link {
  /* background: #fcf4eb; */
  padding: 3px;
  max-width: 120px;
  text-align: center;
  margin-top: -15px;
  transition: all linear 0.3s;
  border-radius: 7px;
}
.services__item__lists:hover .services____content__area .services-link {
  background: var(--primary-color);
  padding: 3px;
  max-width: 120px;
  text-align: center;
  transform: translateY(-5px);
  transition: all linear 0.3s;
}
.services__item__lists:hover .services____content__area .services-link .services-links {
  font-size: 16px;
  font-weight: 600;
  color: #fefefe;
  transition: all linear 0.3s;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-align: center;
}
.services__item__lists .services____content__area .services-link .services-links {
  font-size: 16px;
  font-weight: 600;
  color: #F26F20;
  transition: all linear 0.3s;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-align: center;
}
.services__item__lists .services____content__area .services-link .services-links i {
  margin-left: 3px;
  line-height: 26px;
  transition: all linear 0.3s;
}
.services__item__lists .services____content__area .services-link .services-links:hover i {
  margin-left: 8px;
}
.services__item__lists:hover .services____content__area .services-icon {
  background-color: #0e1741;
}
.services__item__lists:hover .services____content__area .services-icon::before {
  opacity: 0;
}
.services__item__lists:hover .services____content__area .services-icon::after {
  opacity: 0;
}
.service__item__thumb {
  max-width: 100%;
  height: 260px;
  position: relative;
  display: block;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
  z-index: 1;
}
.service__item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.service__item__thumb::before {
  position: absolute;
  top: 0%;
  right: 0%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  -webkit-transform: translateX(-50%, -50%);
  transform: translateX(-50%, -50%);
  opacity: 0;
  z-index: 1;
}
.services__item__lists:hover .service__item__thumb::before {
  -webkit-animation: circle 0.95s;
  animation: circle 0.95s;
}

.services__item__lists:hover .service__item__thumb img {
  transform: scale(1.1) rotate(1deg);
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.services____content__area {
  position: relative;
  display: block;
}

.services____content__area .btn-box {
  position: relative;
  display: block;
  z-index: 1;
}

.services____content__area .btn-box a {
  position: relative;
  display: block;
  background: #fbf1f1;
  padding: 12px 10px 14px;
  color:#2a2a2a;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  border-radius: 60px 35px 55px 25px;
  text-transform: capitalize;
  z-index: 1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  text-decoration: none;
}

.services__item__lists:hover .services____content__area .btn-box a {
  color: #ffffff;
}

.services____content__area .btn-box a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  right: 0;
  border-radius: 60px 35px 55px 25px;
  background: var(--secondary-bg-color);
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.services__item__lists:hover .services____content__area .btn-box a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

/* end */

.apply__modal__card {
  background: transparent;
  backdrop-filter: blur(5px);
}

.apply__modal__card .modal-content {
  /* background-color: #263238aa; */
  background: #fefefeb0;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(255, 255, 255, 0.925) 0px -3px 0px inset;
  border-radius: 120px 110px 110px 70px;
  padding: 30px 20px;
  border: 1px solid #0e1741;
}

.apply__modal__card .auto__modal__body {
  position: relative;
}

.apply__modal__card .auto__modal__body .btn-closes {
  position: absolute;
  top: 25px;
  left: 411px;
  box-sizing: content-box;
  width: 1.5em;
  height: 1.5em;
  padding: .25em .25em;
  color: #270a0a;
  background: #ffffff;
  border: 0;
  border-radius: .25rem;
  opacity: .8;
}
.apply__modal__card .auto__modal__body .btn-closes:hover {
  background: #0e1741;
}
.apply__modal__card .auto__modal__body .btn-closes:hover .bi {
  color: #fefefe;
}

.apply__modal__card .auto__modal__body .btn-closes .bi {
  font-size: 30px;
  position: relative;
  top: -10px;
  left: -3px;
}
.apply__modal__card .auto__modal__body .for__calls {
  text-align: center;
  font-size: clamp(16px, 4vw, 22px);
  color: #0e1741;
}
.apply__modal__card .auto__modal__body .clicks__nows {
  font-style: italic;
  color: #0e1741;
  text-align: center;
}
.apply__modal__card .auto__modal__body .for__call__us a {
  text-decoration: none;
  text-align: center;
  font-size: clamp(16px, 4vw, 22px);
  color: #fefefe;
  background: #0e1741;
  padding: 12px 8px;
  font-weight: 700;
  border-radius: 30px 50px;
  transition: all ease 0.3s;
}
.apply__modal__card .auto__modal__body .for__call__us a:hover {
  background: transparent;
  color: #0e1741;
  transition: all ease 0.3s;
  border: 1px solid #0e1741;
}
