@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@font-face {
  font-family: "NeueHaasDisplayLight";
  src: url("/fonts/ascari/NeueHaasDisplayLight.ttf") format("truetype");
}
@font-face {
  font-family: "NeueHaasDisplayMedium";
  src: url("/fonts/ascari/NeueHaasDisplayMediu.ttf") format("truetype");
}
@font-face {
  font-family: "NeueHaasDisplayRoman";
  src: url("/fonts/ascari/NeueHaasDisplayRoman.ttf") format("truetype");
}
@font-face {
  font-family: "NeueHaasDisplayBold";
  src: url("/fonts/ascari/NeueHaasDisplayBold.ttf") format("truetype");
}
@font-face {
  font-family: "Timeless";
  src: url("/fonts/ascari/Timeless.ttf") format("truetype");
}
@font-face {
  font-family: "TimelessBold";
  src: url("/fonts/ascari/Timeless-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "FactorA";
  src: url("/fonts/ascari/FactorA-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "FactorALight";
  src: url("/fonts/ascari/FactorALight-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "GothamBook";
  src: url("/fonts/ascari/Gotham-Book.otf") format("opentype");
}
@font-face {
  font-family: "DreamAvenue";
  src: url("/fonts/Dream-Avenue.ttf") format("opentype");
}
@font-face {
  font-family: "Alex Brush";
  src: url("/fonts/alex-brush/AlexBrush-Regular.woff2") format("woff2"), url("/fonts/alex-brush/AlexBrush-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cooper Hewitt";
  src: url("/fonts/cooper-hewitt/CooperHewitt-Bold.woff") format("woff");
}
@font-face {
  font-family: "Telegraf";
  src: url("/fonts/telegraf/PPTelegraf-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Telegraf";
  src: url("/fonts/telegraf/PPTelegraf-Ultrabold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.slogan {
  font-size: 70px;
}

.display-res {
  display: none !important;
}

.fancybox-content blockquote {
  color: #b19570 !important;
}

@media (max-width: 1024px) {
  .tp-caption.slogan {
    font-size: 2.5vw;
    line-height: 1.4em;
  }
}
@media (max-width: 992px) {
  .display-nor {
    display: none !important;
  }
  .display-res {
    display: block !important;
  }
  img.facility-icon {
    width: 55px !important;
  }
}
@media (max-width: 767px) {
  .display-nor {
    display: none !important;
  }
  .display-res {
    display: block !important;
  }
  img.facility-icon {
    width: 55px !important;
  }
}
@media (max-width: 576px) {
  .display-nor {
    display: none !important;
  }
  .display-res {
    display: block !important;
  }
  img.facility-icon {
    width: 45px !important;
  }
}
@media (max-width: 424px) {
  img.facility-icon {
    width: 45px !important;
  }
  .display-nor {
    display: none !important;
  }
  .display-res {
    display: block !important;
  }
}
.font-14 {
  font-size: 14px !important;
}

.text-gold {
  color: rgb(177, 149, 112);
}

.text-gradient-luxury {
  font-family: "Timeless" !important;
  color: #E38556;
  background-image: linear-gradient(45deg, #E38556, #B86230, #3D2014);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-primary {
  background-color: #050506 !important;
}

.bg-secondary {
  background-color: #231f20 !important;
}

.color-primary {
  color: #050506 !important;
}

.color-secondary {
  color: #231f20 !important;
}

.btn-gradient-luxury {
  background: linear-gradient(90deg, #b76130, #e48656);
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Timeless";
  transition: background-color 0.3s ease;
}
.btn-gradient-luxury:hover {
  background: linear-gradient(90deg, #e48656, #b76130);
  color: #000000;
}

body {
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  font-family: "NeueHaasDisplayLight";
  overflow-x: hidden;
  direction: ltr;
}

::selection {
  background: rgba(245, 120, 3, 0.5) !important;
  color: #fff;
}

/* ----------------------------------------------------------------
	floorplan-section
-----------------------------------------------------------------*/
#floorplan .zoom-cursor {
  /* cursor: zoom-in; */
}
#floorplan .zoom-overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
#floorplan .item:hover .zoom-overlay-icon {
  opacity: 1;
}
#floorplan .zoom-hover {
  transition: transform 0.3s ease;
}
#floorplan .zoom-hover:hover {
  transform: scale(1.25);
}
#floorplan #box_plan .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: transparent;
  transition: 0.4s all;
  border-color: #e38556;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
#floorplan #box_plan .owl-dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e38556;
  transform: translateY(100%);
}
#floorplan #box_plan button.owl-prev,
#floorplan #box_plan button.owl-next {
  background: #e38556 !important;
  color: #ffffff !important;
}
#floorplan #box_plan .active.owl-dot::before {
  transform: translateY(0);
}

/* ----------------------------------------------------------------
	location-section
-----------------------------------------------------------------*/
#location .btn {
  color: #ffffff;
  border: 1px solid #ffffff;
}
#location .btn:hover {
  background-color: #545454;
  border-color: #545454;
}
#location .btn:focus {
  background-color: #545454;
  border-color: #545454;
}
@media (max-width: 992px) {
  #location .res-justify-center {
    justify-content: center !important;
  }
  #location .box-right-text {
    margin: 0 20%;
  }
}
@media (max-width: 767px) {
  #location .box-right-text {
    margin: 0 20%;
  }
}
@media (max-width: 576px) {
  #location .box-right {
    margin-top: 20px;
  }
  #location .box-right .box-right-text {
    margin: 0 20%;
  }
}
@media (max-width: 424px) {
  #location .box-right {
    margin-top: 20px;
  }
  #location .box-right .box-right-text {
    margin: 0 20%;
  }
}

/* ----------------------------------------------------------------
	project-information-section
-----------------------------------------------------------------*/
.project-information .pro-24 {
  font-size: 24px;
}
.project-information .feature-res {
  display: none !important;
}
@media (max-width: 992px) {
  .project-information .feature-nor {
    display: none !important;
  }
  .project-information .pro-24 {
    font-size: 20px;
  }
  .project-information .feature-res {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .project-information .feature-nor {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .project-information .feature-nor {
    display: none !important;
  }
  .project-information .pro-24 {
    font-size: 20px;
  }
  .project-information .feature-res {
    display: block !important;
  }
}
@media (max-width: 424px) {
  .project-information .feature-nor {
    display: none !important;
  }
  .project-information .pro-24 {
    font-size: 20px;
  }
  .project-information .feature-res {
    display: block !important;
  }
}

/* ----------------------------------------------------------------
	gallery-section
-----------------------------------------------------------------*/
#gallery .gallery-section {
  background: url(../images/ascari/bg-concept.png) center center no-repeat !important;
  background-size: cover !important;
  min-height: 100vh;
  width: 100%;
  position: relative;
}
#gallery .gallery-section .gallery-text-box-1 {
  color: #ffffff;
  padding: 20px;
  text-align: center;
  background-color: #7e624e;
}
#gallery .gallery-section .gallery-text-box-1 h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
#gallery .gallery-section .gallery-text-box-1 p {
  font-size: 12px;
}
#gallery .gallery-section .gallery-text-box-2 {
  color: #ffffff;
  padding: 20px;
  text-align: center;
  background-color: #b19570;
}
#gallery .gallery-section .gallery-text-box-2 h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
#gallery .gallery-section .gallery-text-box-2 p {
  font-size: 12px;
}

.custom-underline {
  width: 80px;
  height: 2px;
  background-color: #ffffff;
}

.gallery-image-1,
.gallery-image-2,
.gallery-image-3,
.gallery-image-4,
.gallery-image-5 {
  object-fit: cover;
}

.gallery-box {
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.gallery-box:last-child {
  margin-bottom: 0;
}

@media (max-width: 424px) {
  #gallery .gallery-section .gallery-text-box-1 h2,
  #gallery .gallery-section .gallery-text-box-2 h2 {
    font-size: 16px;
  }
  #gallery .gallery-section .gallery-text-box-1 p,
  #gallery .gallery-section .gallery-text-box-2 p {
    font-size: 10px;
  }
  .gallery-box {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .gallery-box {
    height: 300px !important;
  }
  #gallery .gallery-section .gallery-text-box-1,
  #gallery .gallery-section .gallery-text-box-2 {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .gallery-box {
    height: 350px !important;
  }
  .gallery-text-box-1 .row,
  .gallery-text-box-2 .row {
    height: 100%;
  }
}
@media (max-width: 992px) {
  .gallery-box {
    height: 350px !important;
  }
  #gallery .gallery-section {
    background-size: cover !important;
    background-position: center !important;
  }
}
/* ----------------------------------------------------------------
	vertical-journey-section
-----------------------------------------------------------------*/
.vertical-journey .icon-box img {
  width: 75px;
  margin-bottom: 10px;
}
.vertical-journey #photo-album .owl-dots {
  margin-top: -2rem;
  text-align: center;
}
.vertical-journey #photo-album .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: transparent;
  transition: 0.4s all;
  border-color: #e38556;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
.vertical-journey #photo-album .owl-dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e38556;
  transform: translateY(100%);
}
.vertical-journey #photo-album button.owl-prev,
.vertical-journey #photo-album button.owl-next {
  background: #e38556 !important;
  color: #ffffff !important;
  top: 200px;
}
.vertical-journey #photo-album button.owl-prev {
  left: 0px;
}
.vertical-journey #photo-album button.owl-next {
  right: 0px;
}
.vertical-journey #photo-album .active.owl-dot::before {
  transform: translateY(0);
}

/* ----------------------------------------------------------------
	register-section
-----------------------------------------------------------------*/
#register {
  color: white;
}
#register .register-form .left-panel {
  position: relative;
  background-image: url("../images/ascari/bg-pattern-orange.jpg");
  background-size: cover;
  background-position: center;
  padding: 60px 40px;
  text-align: center;
  color: white;
}
#register .register-form .left-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
#register .register-form .left-panel > * {
  position: relative;
  z-index: 2;
}
#register .register-form .left-panel h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
#register .register-form .left-panel p {
  font-size: 16px;
  margin-top: 40px;
}
#register .register-form .left-panel hr {
  height: 80px;
  border-left: 1px solid white;
  width: 1px;
  margin: auto;
}
#register .register-form form .form-control {
  background: transparent !important;
  border: none;
  border-bottom: 1px solid white;
  border-radius: 0;
  color: white;
}
#register .register-form form .form-control:focus {
  background: transparent !important;
  color: white;
  box-shadow: none;
}
#register .register-form form .form-control::placeholder {
  color: white !important;
}
#register .register-form form .form-select {
  background: #000;
  border: none;
  border-bottom: 1px solid white;
  border-radius: 0;
  color: white;
}
#register .register-form form .phone-group {
  border-bottom: 1px solid white;
}
#register .register-form form .phone-group .custom-select {
  background: transparent !important;
  border: none;
  color: white;
  padding: 0 10px 0 0;
}
#register .register-form form .phone-group .custom-select option {
  color: black;
}
#register .register-form form .phone-group input {
  border: none;
}
#register .register-form form .phone-group input::placeholder {
  color: white !important;
}
#register .register-form form .phone-group select {
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  border-radius: 0;
  color: white;
}
#register .register-form form .phone-group select:focus {
  background: transparent;
  color: white;
  box-shadow: none;
}
#register .register-form form .phone-group select::placeholder {
  color: white !important;
  opacity: 1;
}
#register .register-form form .phone-group select {
  color: white;
}
#register .register-form form .phone-group select option {
  color: black;
}
#register .register-form form .submit-btn {
  background: white;
  color: black;
  border-radius: 25px;
  font-weight: bold;
  padding: 10px 30px;
  border: none;
}
@media (max-width: 767px) {
  #register .left-panel {
    padding: 40px 20px;
    text-align: center;
  }
}

/* ----------------------------------------------------------------
	concept-section
-----------------------------------------------------------------*/
#concept {
  background-size: cover;
  background-position: center;
}
#concept .headline {
  font-size: 44px !important;
}
#concept .center-headline {
  font-size: 44px !important;
}
#concept .subtext {
  font-size: 14px;
  color: #fff;
  margin-bottom: 24px;
}
#concept .center-headline {
  margin-bottom: 12px;
  line-height: 1.2;
}
#concept .center-desc {
  color: #fff;
  font-size: 14px;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
}
#concept .text-concept-1 {
  position: absolute;
  top: 100px;
}
#concept .text-concept-2 {
  position: absolute;
  bottom: 350px;
  right: 400px;
}
#concept .woman-man-walking {
  padding-top: 200px;
}
#concept .ascari-concept {
  position: absolute;
  bottom: 0px;
  font-size: 26px;
}
#concept hr {
  opacity: 1;
}
@media (max-width: 992px) {
  #concept .headline, #concept .center-headline {
    font-size: 34px !important;
  }
}
@media (max-width: 576px) {
  #concept .text-concept-2, #concept .text-concept-1 {
    position: static;
  }
  #concept .woman-man-walking {
    padding-top: 100px;
  }
  #concept .center-desc {
    font-size: 14px;
  }
  #concept .ascari-concept-logo {
    text-align: center;
  }
  #concept .m-none {
    display: none !important;
  }
  #concept .ascari-concept {
    bottom: 30px;
  }
}
@media (max-width: 424px) {
  #concept .text-concept-2, #concept .text-concept-1 {
    position: static;
  }
  #concept .woman-man-walking {
    padding-top: 100px;
  }
  #concept .ascari-concept {
    bottom: 30px;
  }
}
#concept .ascari-logo {
  left: 0;
  right: auto;
}

.aboutus h2 {
  font-size: 2.25rem;
}

#services-slider,
#services-slider .service-box,
.services-main .services-content,
.process-wrapp,
.process-wrapp li,
.process-wrapp li > .pro-step,
.feature-item .icon,
.feature-item .text h3,
.half-section-alt,
.bg-counters,
.progress-bars .progress,
.progress-bars .progress p {
  position: relative;
}

.half-section-alt::before,
.progress-bars .progress .progress-bar,
.progress-bars .progress .progress-bar span,
.progress-bars .progress .progress-bar span::after,
.process-wrapp li > .pro-step::before,
.process-wrapp li::before,
.process-wrapp li::after {
  position: absolute;
}

#services-slider .service-box > span,
.process-wrapp li > .pro-step,
.progress-bars .progress p,
.progress-bars .progress .progress-bar span::after {
  display: inline-block;
}

/*Service Slider*/
#services-slider {
  margin: -140px 0 0;
  min-height: 345px;
  z-index: 21;
}

#services-slider.half-margin {
  margin: -110px 0 0;
}

#services-slider.owl-carousel .owl-stage-outer {
  padding-top: 25px;
  padding-bottom: 25px;
}

#services-slider .service-box {
  padding: 3rem 1.5rem;
  background: #26313c;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
  z-index: 2;
}

#services-slider.services-slider-light .service-box {
  background: #556772;
}

.bg-light-dark {
  background: #556772;
}

#services-slider .service-box,
#services-slider .service-box > span {
  overflow: hidden;
}

#services-slider .service-box > span {
  font-size: 40px;
  height: 50px;
  width: 50px;
  line-height: 50px;
}

#services-slider .service-box h4 {
  font-weight: bold;
}

#services-slider .service-box p {
  font-size: 15px;
}

#services-slider .service-box i {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: all 0.18s linear;
  -o-transition: all 0.18s linear;
  transition: all 0.18s linear;
}

#services-slider .service-box:hover i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*Services main*/
.services-main .services-content {
  margin-left: 10px;
  margin-right: 10px;
  padding: 2rem 1rem;
  margin-top: -30px;
  background: #ffffff;
  z-index: 5;
}

/*Services ends*/
/* Work Process */
.process-wrapp {
  overflow: hidden;
  display: table;
  table-layout: fixed;
  margin: 0 15px;
}

.process-wrapp,
.process-wrapp li,
.process-wrapp li > .pro-step {
  z-index: 1;
}

.process-wrapp li,
.process-wrapp li > .pro-step {
  text-align: center;
}

.process-wrapp li {
  padding: 70px 15px 0 15px;
  display: table-cell;
}

.process-wrapp li:hover {
  cursor: pointer;
}

.process-wrapp li > .pro-step {
  height: 90px;
  width: 90px;
  line-height: 90px;
  border: 1px solid #fff;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}

.process-wrapp li > .pro-step,
.process-wrapp li > .pro-step::before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.process-wrapp.no-rounded li > .pro-step,
.process-wrapp.no-rounded li > .pro-step::before {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

.process-wrapp li > .pro-step::before {
  background: -webkit-gradient(linear, left top, right top, from(#5192e1), to(#23ced5));
  background: -webkit-linear-gradient(left, #5192e1, #23ced5);
  background: -o-linear-gradient(left, #5192e1, #23ced5);
  background: linear-gradient(90deg, #5192e1, #23ced5);
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.process-wrapp li p:first-child {
  font-size: 15px;
}

.process-wrapp li p:last-child {
  font-size: 13px;
  margin-bottom: 4px;
}

.process-wrapp li:hover > .pro-step {
  border-color: transparent;
  color: #fff;
}

.process-wrapp li.active > .pro-step {
  border-color: transparent;
  color: #fff;
}

.process-wrapp li.active:hover > .pro-step {
  border-color: transparent !important;
}

.process-wrapp li:hover > .pro-step::before {
  opacity: 1;
  visibility: visible;
  border-radius: 50%;
}

.process-wrapp li.active > .pro-step::before {
  opacity: 1;
  visibility: visible;
  border-radius: 50%;
}

.process-wrapp li.active:hover > .pro-step::before {
  opacity: 1 !important;
  visibility: visible !important;
  border-radius: 50%;
}

.process-wrapp:hover li.active > .pro-step::before {
  opacity: 0;
  visibility: hidden;
}

.process-wrapp:hover li.active > .pro-step {
  border-color: #fff;
}

.process-wrapp li::before,
.process-wrapp li::after {
  height: 1px;
  top: 115px;
  background: rgba(255, 255, 255, 0.5);
  width: 30%;
  z-index: -1;
  margin: 0;
}

.process-wrapp li:first-child::before,
.process-wrapp li:last-child::after {
  opacity: 0;
  visibility: hidden;
}

.process-wrapp li::before {
  left: 0;
}

.process-wrapp li::after {
  right: 0;
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.collapsePagesSideMenu i {
  transition: all 0.3s linear;
}

/*Work Process ends */
/*App Features*/
#app-feature .feature-item:hover,
.feature-item.image {
  cursor: pointer;
}

.feature-item.innovative-border {
  border: 1px solid #24cdd5;
  padding: 15px 10px 0 10px;
  position: relative;
}

.feature-item.innovative-border.arr-left::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-right: 1px solid #24cdd5;
  border-bottom: 1px solid #24cdd5;
  background: #fff;
  top: calc(50% - 7px);
  right: -8px;
  transform: rotate(-45deg);
}

.feature-item.innovative-border.arr-right::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-left: 1px solid #24cdd5;
  border-top: 1px solid #24cdd5;
  background: #fff;
  top: calc(50% - 7px);
  left: -8px;
  transform: rotate(-45deg);
}

.feature-item img,
.feature-item .icon {
  display: inline-flex;
}

.feature-item.image {
  max-width: 250px;
  margin-top: 35px;
}

.feature-item h4 {
  font-size: 1.5rem;
}

.feature-item .icon {
  z-index: 1;
  font-size: 38px;
  margin-bottom: 20px;
  color: #24cdd5;
  vertical-align: top;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.feature-item .text h3 {
  width: 100%;
}

.feature-item:hover .text h3 span {
  background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
  background-clip: border-box;
  background-size: 200%, 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@colorPrimary", endColorstr="@colorSecondary", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-item:hover .icon {
  transform: translateY(-6px);
}

.feature-item.innovative-border:hover .icon {
  transform: scale(1.1);
}

.feature-item.active {
  background: #f7f7f7;
}

.image.mobile-apps > img {
  opacity: 0;
}

.image.mobile-apps.active > img {
  opacity: 1;
}

.app-image {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.app-image > img {
  max-width: 280px;
  margin: 0 auto;
  display: inline-block;
  pointer-events: none;
  position: inherit;
  z-index: 100;
}

#app-slider, .app-slider-lock {
  position: absolute;
  top: 14px;
  width: 235px;
  left: 58px;
  height: 475px;
  z-index: 1;
}

#app-slider {
  cursor: w-resize;
}

.app-slider-lock {
  z-index: 2;
  display: block;
}

.app-slider-lock img {
  width: 100%;
}

.app-slider-lock-btn {
  position: absolute;
  bottom: 0;
  opacity: 0;
  width: 40px;
  height: 40px;
  border: 3px solid #0b0b0b;
  cursor: pointer !important;
  border-radius: 50%;
  background-color: transparent;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.app-image:hover .app-slider-lock-btn {
  bottom: 30px;
  opacity: 1;
}

.app-slider-lock-btn:hover {
  transform: translateX(-50%) scale(1.1);
}

/*half sections*/
.half-section-alt::before {
  height: 60%;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f6f7f8;
}

/*App Features ends*/
/* Counters */
.bg-counters {
  background: url(../images/counter-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.counters .count_nums {
  font-size: 6.25rem;
  line-height: 5rem;
}

.counters .count_nums,
.counters i {
  vertical-align: middle;
}

/*Counters ends */
/* Progress Bars */
.progress-bars .progress .progress-bar:not(.gradient-bg),
.progress-bars .progress .progress-bar span:not(.gradient-bg) {
  background: #000;
}

.progress-bars .progress {
  overflow: visible;
  height: 18px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
  background: #eee;
}

.progress-bars .progress + .progress {
  margin-top: 50px;
}

.progress-bars .progress p {
  padding-bottom: 10px;
  left: 0;
}

.progress-bars .progress p,
.progress-bars .progress .progress-bar span {
  top: -28px;
}

.progress-bars .progress .progress-bar {
  float: none;
  height: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: width 1s ease-in-out 0.3s;
  -o-transition: width 1s ease-in-out 0.3s;
  transition: width 1s ease-in-out 0.3s;
}

.progress-bars .progress .progress-bar span {
  display: block;
  right: 0;
  width: 34px;
  padding: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 10px;
  line-height: 1.7;
  text-align: center;
}

.progress-bars .progress .progress-bar span::after {
  height: 8px;
  width: 8px;
  background: inherit;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
  z-index: -1;
}

/*Progress Bars */
/*Faq Accordions*/
#accordion .card {
  margin-bottom: 15px;
}

#accordion .card:last-child {
  margin-bottom: 0;
}

.card-header {
  padding: 0;
  background-color: transparent;
  border-bottom: none;
}

.card-header .card-link {
  display: block;
  padding: 0.75rem 1.25rem;
  background: #fff;
  border: none;
  font-size: 1.125rem;
  color: #26313c;
}

.card-header .card-link:before {
  content: "\f107";
  float: right;
}

.card-header .card-link.collapsed:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.card-body {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1.85rem;
  padding-bottom: 1.35rem;
}

.card-body p:last-child {
  margin-bottom: 0;
}

/*Accordion ends*/
@media screen and (max-width: 1400px) {
  .counters .count_nums {
    font-size: 5.625rem;
  }
}
@media screen and (max-width: 1266px) {
  .counters .count_nums {
    font-size: 5rem;
  }
}
@media screen and (max-width: 992px) {
  .process-wrapp {
    text-align: center;
  }
  .process-wrapp li {
    display: inline-block;
    max-width: 300px;
  }
  .process-wrapp li:first-child::before,
  .process-wrapp li:last-child::after {
    opacity: 1;
    visibility: visible;
  }
  #app-feature .feature-item {
    max-width: 300px;
    display: inline-block;
  }
  .app-image img {
    max-width: 100%;
  }
  #app-slider, .app-slider-lock {
    position: absolute;
    top: 10px;
    width: 195px;
    left: 10px !important;
    height: 400px;
  }
  .app-slider-lock-btn {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  #services-slider {
    margin: -70px 0 0;
  }
  #services-slider.half-margin {
    margin: -55px 0 0;
  }
  .app-image img {
    max-width: 100%;
  }
  #app-slider, .app-slider-lock {
    top: 8px;
    width: 155px;
    left: 8px;
    overflow: hidden;
  }
  .app-image {
    width: 170px;
    margin: 3rem auto;
  }
}
/*-----concept ends -----*/
