﻿@charset "UTF-8";
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: Graphik Regular;
  --tp-ff-font-optical-sizing: auto;
  --tp-ff-heading: Graphik Bold;
  --tp-ff-p: Graphik Regular Trial;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @font Size declaration
  */
  --tp-fz-body: 15px;
  --tp-fz-p: 16px;
  --tp-fz-a: 20px;
  --tp-fz-h1: 65px;
  --tp-fz-h2: 45px;
  --tp-fz-h3: 26px;
  --tp-fz-h4: 20px;
  --tp-fz-h5: 18px;
  --tp-fz-h6: 16px;
  --tp-fz-font: 10px;
  --tp-fz-font1: 12px;
  --tp-fz-font2: 13px;
  /**
   @font Weight declaration
  */
  --tp-fw-normal: normal;
  --tp-fw-elight: 200;
  --tp-fw-light: 300;
  --tp-fw-regular: 400;
  --tp-fw-medium: 550;
  --tp-fw-sbold: 600;
  --tp-fw-bold: 700;
  --tp-fw-ebold: 800;
  --tp-fw-black: 900;
  /**


  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #000;
  --tp-heading-primary: #272727;
  --tp-heading-spanred: #FFC048;
  --tp-bg-1: #FFF5E9;
  --tp-bg-2: #F8F8F8;
  --tp-bg-3: #F6F6F6;
  --tp-bg-4: #181818;
  --tp-grey-1: #525252;
  --tp-text-body: #494949;
  --tp-text-1: #444444;
  --tp-text-2: #343434;
  --tp-text-3: #9F9F9F;
  --tp-border-primary: #9C9C9C;
  --tp-border-secondary: #EAEAEA;
  --tp-border-1: #FFFAD5;
  --tp-border-2: #D2D2D2;
  --tp-icon-blue: #006EB1;
  --tp-icon-blue-light: #E7efFF;
  --tp-icon-green: #10D0A1;
  --tp-icon-green-light: #E7FAF6;
  --tp-icon-pink: #F72A75;
  --tp-icon-pink-light: #FEEAf1;
  --tp-icon-sky: #42BFFF;
  --tp-icon-sky-light: #ECF9FF;
  --tp-icon-red: #FF0000;
  --tp-icon-tweet: #1DA1F2;
  --tp-icon-fb: #4267B2;
  --tp-icon-skype: #00A6E4;
}

body {
  font-family: var(--tp-ff-body);
  font-size: var(--tp-fz-body);
  font-weight: var(--tp-fw-regular);
  color: var(--tp-grey-1);
  line-height: 26px;
}

body.loading {
  overflow: hidden;
  height: 100vh;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  font-size: var(--tp-fz-p);
  color: var(--tp-grey-1);
  font-weight: var(--tp-fw-regular);
  margin-bottom: 22px;
}

.head {
  text-align: center;
  padding-bottom: 50px;
}
.head h3 {
  font-size: var(--tp-fz-h4);
  color: var(--tp-heading-spanred);
  text-transform: uppercase;
  font-weight: var(--tp-fw-sbold);
  padding-bottom: 10px;
}
@media screen and (max-width: 1399px) {
  .head h3 {
    font-size: calc(var(--tp-fz-h4) - 4px);
  }
}
.head span {
  color: #000;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 991px) {
  .head span {
    letter-spacing: 4px;
    font-size: 15px;
    line-height: 26px;
  }
}
.head p {
  color: #000;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 991px) {
  .head p {
    font-size: 15px;
    line-height: 26px;
  }
}
.head h2 {
  font-size: var(--tp-fz-h2);
  color: var(--tp-heading-primary);
  font-family: "Graphik Semibold";
  font-weight: var(--tp-fw-sbold);
  margin-bottom: 2px;
}
@media screen and (max-width: 991px) {
  .head h2 {
    font-size: calc(var(--tp-fz-h2) - 10px);
  }
}
@media screen and (max-width: 767px) {
  .head h2 {
    font-size: calc(var(--tp-fz-h2) - 15px);
  }
}
@media screen and (max-width: 991px) {
  .head {
    padding-bottom: 20px;
  }
}
.head h1 {
  font-size: var(--tp-fz-h2);
  color: var(--tp-heading-primary);
  font-family: "Graphik Semibold";
  font-weight: var(--tp-fw-sbold);
}
@media screen and (max-width: 991px) {
  .head h1 {
    font-size: calc(var(--tp-fz-h2) - 10px);
  }
}
@media screen and (max-width: 767px) {
  .head h1 {
    font-size: calc(var(--tp-fz-h2) - 15px);
  }
}
@media screen and (max-width: 991px) {
  .head {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1450px) {
  .container {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
.apple-head {
  padding-bottom: 50px;
}
.apple-head h2 {
  font-family: "Montserrat", sans-serif;
  padding-bottom: 30px;
  color: #010101 !important;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .apple-head h2 {
    font-size: 38px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .apple-head h2 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .apple-head h2 {
    font-size: 30px;
  }
}
.apple-head h1 {
  font-family: "Montserrat", sans-serif;
  padding-bottom: 30px;
  color: #010101;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
}
@media screen and (max-width: 1199px) {
  .apple-head h1 {
    font-size: 38px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .apple-head h1 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .apple-head h1 {
    font-size: 30px;
  }
}

.site-main.error-page {
  padding-top: 150px;
  background-color: #000;
  padding-bottom: 100px;
}

.page_not_found {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 15px;
}

.error-page h1 {
  color: #fff;
  padding-bottom: 30px;
  max-width: 675px;
  margin: 0 auto;
  font-size: var(--tp-fz-h2);
  font-family: "Graphik Semibold";
  line-height: 115%;
}
@media screen and (max-width: 1399px) {
  .error-page h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 991px) {
  .error-page h1 {
    font-size: 35px;
  }
}

.error-page p {
  font-size: var(--tp-fz-p);
  color: #fff;
  font-weight: var(--tp-fw-regular);
  margin-bottom: 22px;
}

.error-page a {
  background: linear-gradient(93.05deg, #1EC9F2 -14.26%, #0DB16A 85.74%);
  padding: 9px 23px;
  display: inline-block;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  border-radius: 40px;
  line-height: 19px;
  text-decoration: none;
  transition: all 0.5s;
}
.error-page a img {
  margin-left: 8px;
  max-width: 17px;
  display: inline-block;
  width: auto;
  transition: all 0.5s;
  height: auto;
}
.error-page a:hover {
  background: linear-gradient(93.05deg, #0DB16A -14.26%, #1EC9F2 85.74%);
}
.error-page a:hover img {
  margin-left: 10px;
}
.error-page a img {
  transform: rotate(180deg);
}

/* Wrapper creates enough vertical space for sticky scroll */
.scroll-wrapper {
  position: relative;
}

header {
  padding: 0px;
  width: 100%;
  z-index: 99;
  position: absolute;
  transition: all 0.3s;
}
header .header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-main .logo {
  min-width: 99px;
  max-width: 99px;
}
header .header-main .logo a {
  width: 100%;
  display: block;
}
header .header-main .logo img {
  width: 100%;
}
header .header-main .navbar {
  padding: 0px 15px;
  margin-right: 0px;
  position: relative;
  width: 100%;
  justify-content: center;
}
header .header-main .navbar .menu-header-menu-container {
  position: relative;
}
header .header-main .navbar #menu {
  position: relative;
}
header .header-main .navbar ul {
  display: flex;
}
header .header-main .navbar ul li {
  padding: 0px 25px;
}
header .header-main .navbar ul li a {
  color: #fff;
  font-weight: var(--tp-fw-medium);
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  font-size: 20px;
  font-family: "Graphik Medium";
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 1023px) {
  header .header-main .navbar ul li a {
    color: #000;
    background: none !important;
    font-size: 18px;
  }
  header .header-main .navbar ul li a .slicknav_arrow {
    position: absolute;
    right: 11px;
    z-index: 100;
    top: 7px;
    width: 30px;
    height: 30px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
header .header-main .navbar ul li a:hover {
  color: #FFD400;
}
@media screen and (max-width: 1023px) {
  header .header-main .navbar ul li a {
    margin: 0px;
    width: 100%;
  }
}
header .header-main .navbar ul li:first-child {
  padding-left: 0px;
}
header .header-main .navbar ul li:last-child {
  padding-right: 0px;
}
@media screen and (max-width: 1450px) {
  header .header-main .navbar ul li {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 1399px) {
  header .header-main .navbar ul li {
    padding: 0px 15px;
  }
}
header .header-main .navbar ul li.dropdown {
  position: static;
}
header .header-main .navbar ul li.dropdown > a {
  background: url(../images/drop-down-arrow.svg) no-repeat right center !important;
  padding-right: 18px !important;
  background-size: 14px !important;
  position: relative;
}
@media screen and (max-width: 1023px) {
  header .header-main .navbar #menu {
    display: none;
  }
  header .header-main .navbar #menu-header-menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .header-main .navbar {
    position: static;
  }
}
header .header-main .great-work img {
  width: 58px;
}
header .header-main .contact-btn {
  background: #0FACB8;
  width: 196px;
  height: 50px;
  border-right: 2px solid #FFD400;
  margin-right: 50px;
}
header .header-main .contact-btn a {
  color: #fff;
  overflow: hidden;
  z-index: 1;
  font-family: "Graphik Medium";
  position: relative;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 50px;
  text-decoration: none;
}
header .header-main .contact-btn a img {
  margin-right: 10px;
}
header .header-main .contact-btn a:after {
  background: #FFD400;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.3s ease;
  width: 0%;
  height: 100%;
}
header .header-main .contact-btn a:hover {
  color: #000;
}
header .header-main .contact-btn a:hover:after {
  width: 100%;
}
@media screen and (max-width: 991px) {
  header .header-main .contact-btn {
    min-width: 150px;
  }
}
header .header-main .search {
  width: auto;
  position: absolute;
  right: 0;
}
header .header-main .search a {
  width: 34px;
  height: 34px;
  border-radius: 34px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
header .header-main .search a i {
  color: #000;
}
header.fixed-header {
  position: fixed;
  background: #fff;
  z-index: 999;
  left: 0;
  width: 100%;
  border-bottom: 0.5px solid #323232;
  padding: 20px 0;
}
header.fixed-header .navbar ul li a {
  color: #323232;
}
header.fixed-header .search a {
  background: #323232;
}
header.fixed-header .search a i {
  color: #fff;
}

.button-scroll .button-learn-more {
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  height: 79px;
  position: relative;
  transition: 0.3s;
  width: 79px;
}
.button-scroll .button-learn-more .button-learn-more__wrapp {
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.button-scroll .button-learn-more .button-learn-more__wrapp .button-learn-more__text {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  margin-right: 39.5px;
  padding: 0 29px 0 0;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  transition: 0.3s;
  width: 79px;
}
.button-scroll .button-learn-more .button-learn-more__wrapp .button-learn-more__text:before {
  background: #fff;
  content: "";
  height: 1px;
  left: 100%;
  transition: 0.3s;
  width: 38px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.button-scroll .button-learn-more svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.button-scroll .button-learn-more svg.left {
  left: -23px;
}
.button-scroll .button-learn-more svg.right {
  right: -23px;
}
.button-scroll .button-learn-more:hover .button-learn-more__text {
  margin-right: 0;
  padding: 0 14.5px;
  text-align: center;
}
.button-scroll .button-learn-more:hover .button-learn-more__text:before {
  display: none;
}

header.scrolled {
  background: rgb(0, 0, 0);
  position: fixed;
}

.scrolled header {
  background: rgb(0, 0, 0);
}

.scrolled header .header-main .navbar ul li a {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .scrolled header .header-main .navbar ul li a {
    color: #000;
  }
}

header.header-two .header-main .navbar ul li.dropdown a {
  background: url(../images/arrow-head-two.png) no-repeat right center;
}

.scrolled header .header-main .navbar ul li a:hover {
  color: #0FACB8;
}

header.header-two .header-main .navbar ul li a {
  color: #000;
}

header.header-two .header-main .navbar ul li a:hover {
  color: #0FACB8;
}

header.header-two {
  background: #fff;
  box-shadow: 0px 8px 12px -9px rgba(0, 0, 0, 0.2);
}
header.header-two .slicknav_menu .slicknav_icon-bar {
  box-shadow: 0 1px 0 rgb(0, 0, 0);
}

header.header-two::after {
  background: linear-gradient(-66deg, #16AEB2 0%, #EBFF00 52.06%, #FED300 100%);
  left: 0px;
  width: 100%;
  content: "";
  position: absolute;
  height: 3px;
  bottom: 6px;
  transform: translate3d(0px, 10px, -24px) scale(1) rotate(180deg);
  filter: blur(2px);
  opacity: var(0.7);
  z-index: -1;
}

header.dark-bg .ubermenu-skin-grey-white .ubermenu-item-level-0 > .ubermenu-target {
  color: #000 !important;
}

header.dark-bg .header-main .navbar ul li.dropdown > a {
  background: url(../images/drop-down-arrow-black.svg) no-repeat right center !important;
}

header.dark-bg.scrolled .ubermenu-skin-grey-white .ubermenu-item-level-0 > .ubermenu-target {
  color: #fff !important;
}

header.dark-bg.scrolled .header-main .navbar ul li.dropdown > a {
  background: url(../images/drop-down-arrow.svg) no-repeat right center !important;
}

.banner-outer {
  position: relative;
  padding-top: 0px;
  height: 100vh;
}
.banner-outer .banner-slider {
  margin-bottom: 0;
  line-height: 0;
  height: 100%;
}
.banner-outer .banner-slider .slick-list.draggable {
  height: 100%;
}
.banner-outer .banner-slider .slick-list.draggable .slick-track {
  height: 100%;
}
.banner-outer .banner-slider .slick-list.draggable .slick-track .slick-slide {
  height: 100%;
}
.banner-outer .banner-slider .slick-list.draggable .slick-track .slick-slide div {
  height: 100%;
}
.banner-outer .banner-slider .slick-list.draggable .slick-track .slick-slide .banner-slide-outer {
  height: 100%;
  display: flex;
}
.banner-outer .banner-slider .slick-list.draggable .slick-track .slick-slide .banner-slide-outer .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .banner-outer .banner-slider .slick-list.draggable .slick-track .slick-slide .banner-slide-outer .container {
    flex-wrap: wrap;
  }
}
.banner-outer .banner-slide {
  position: relative;
  margin-bottom: 0;
  line-height: 0;
}
.banner-outer .banner-slide figure {
  margin-bottom: 0;
  width: 100%;
}
.banner-outer .banner-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .banner-outer .banner-slide figure img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.banner-outer .banner-slide figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-outer .banner-slide figure figcaption .banner-text-width {
  width: 100%;
  display: flex;
  height: 100% !important;
  padding-top: 150px;
  position: relative;
}
.banner-outer .banner-slide figure figcaption .banner-text-width h2 {
  font-size: 70px;
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-bold);
  text-transform: inherit;
  padding-bottom: 0px;
  line-height: 120%;
  padding-right: 0px;
  text-transform: uppercase;
  font-family: "Graphik Bold";
}
@media screen and (max-width: 1450px) {
  .banner-outer .banner-slide figure figcaption .banner-text-width h2 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .banner-outer .banner-slide figure figcaption .banner-text-width h2 {
    position: static;
    width: 100%;
    font-size: 40px;
    line-height: 120%;
    padding-bottom: 20px;
  }
  .banner-outer .banner-slide figure figcaption .banner-text-width h2 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .banner-outer .banner-slide figure figcaption .banner-text-width h2 {
    font-size: calc(var(--tp-fz-h2) - 10px);
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .banner-outer .banner-slide figure figcaption .banner-text-width h2 {
    font-size: calc(var(--tp-fz-h2) - 20px);
    padding-right: 0;
    margin: 0px;
  }
}
.banner-outer .banner-slide figure figcaption .banner-text-width h2 span {
  color: transparent;
  display: block;
  -webkit-text-stroke: 0.5px #fff;
}
@media (max-width: 480px) {
  .banner-outer .banner-slide figure figcaption .banner-text-width h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.banner-outer .banner-slide figure figcaption .banner-text-width .text-box {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 454px;
  height: auto !important;
  min-height: 250px;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
.banner-outer .banner-slide figure figcaption .banner-text-width .text-box h3 {
  font-size: 35px;
  color: #fff;
  width: 100%;
  text-transform: inherit;
  line-height: normal;
  padding-bottom: 10px;
  line-height: 42px;
  padding-right: 0px;
  opacity: 0;
  transform: translateY(-50px);
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.8s ease-in-out;
  font-family: "Graphik Medium";
}
@media (max-width: 991px) {
  .banner-outer .banner-slide figure figcaption .banner-text-width .text-box h3 {
    font-size: 25px;
    line-height: 32px;
  }
  .banner-outer .banner-slide figure figcaption .banner-text-width .text-box h3 br {
    display: none;
  }
}
@media (max-width: 480px) {
  .banner-outer .banner-slide figure figcaption .banner-text-width .text-box h3 {
    font-size: 20px;
  }
}
.banner-outer .banner-slide figure figcaption .banner-text-width .text-box a.learn-more {
  white-space: nowrap;
  background: linear-gradient(93.05deg, #1EC9F2 -14.26%, #0DB16A 85.74%);
  padding: 9px 23px;
  display: inline-block;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  border-radius: 40px;
  line-height: 19px;
  text-decoration: none;
  transition: all 0.5s;
}
.banner-outer .banner-slide figure figcaption .banner-text-width .text-box a.learn-more img {
  margin-left: 8px;
  max-width: 17px;
  display: inline-block;
  width: auto;
  transition: all 0.5s;
  height: auto;
}
.banner-outer .banner-slide figure figcaption .banner-text-width .text-box a.learn-more:hover {
  background: linear-gradient(93.05deg, #0DB16A -14.26%, #1EC9F2 85.74%);
}
.banner-outer .banner-slide figure figcaption .banner-text-width .text-box a.learn-more:hover img {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .banner-outer .banner-slide figure figcaption .banner-text-width .text-box {
    position: static;
    width: 100%;
    display: block;
    min-height: unset;
  }
}
.banner-outer .banner-slide figure figcaption .banner-text-width p {
  font-size: calc(var(--tp-fz-h4) - 2px);
  opacity: 0;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  transform: translateX(-400px);
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.8s ease-in-out;
  margin-bottom: 0;
  font-weight: var(--tp-fw-bold);
  color: var(--tp-common-white);
  line-height: 26px;
}
.banner-outer .banner-slide figure figcaption .banner-text-width .button-learn-more {
  height: 79px !important;
  margin-left: 50px;
  margin-top: 0px;
}
.banner-outer .banner-slide figure figcaption .banner-text-width .button-learn-more .button-learn-more__wrapp {
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .banner-outer .banner-slide figure figcaption .banner-text-width {
    width: 100%;
    order: 2;
  }
}
@media (max-width: 991px) {
  .banner-outer .banner-slide figure figcaption .banner-text-width {
    flex-wrap: wrap;
    align-content: center;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 576px) {
  .banner-outer .banner-slide figure figcaption .banner-text-width {
    flex-wrap: wrap;
    align-content: center;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .banner-outer .banner-slide figure figcaption {
    top: -100px;
  }
}
.banner-outer .banner-slide.slick-active .banner-slide-outer figure figcaption .banner-text-width h3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.banner-outer .slider-dots-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 34px;
  width: 100%;
}
.banner-outer .slider-dots-box .slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-outer .slider-dots-box .slider-dots button {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: block;
  border: 2px solid #FFF;
  background-color: transparent;
  margin: 0 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  transition: 0.3s all;
  position: relative;
  z-index: 0;
  font-size: 0;
  opacity: 1 !important;
}
.banner-outer .slider-dots-box .slick-active button::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #F9D204;
  position: absolute;
  left: 2px;
  top: 2px;
}
@media screen and (max-width: 1399px) {
  .banner-outer .slider-dots-box {
    bottom: 20px;
  }
}
@media (max-width: 991px) {
  .banner-outer .slider-dots-box {
    display: none;
  }
}
.banner-outer .slick-arrow {
  width: 51px;
  height: 51px;
  border: 2px solid #F1F1F1;
  border-radius: 100%;
  bottom: 20px;
  top: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.banner-outer .slick-arrow::before {
  background: url(../images/arrow-use-slide.png) no-repeat;
  font-size: 0;
  color: transparent;
  width: 26px;
  height: 16px;
  opacity: 1 !important;
}
.banner-outer .slick-arrow:hover {
  border-color: #06ABBF;
  background: #06ABBF;
}
@media screen and (max-width: 991px) {
  .banner-outer .slick-arrow {
    bottom: -8px;
  }
}
@media screen and (max-width: 767px) {
  .banner-outer .slick-arrow {
    width: 45px;
    height: 45px;
    bottom: 8px;
  }
}
.banner-outer .slick-prev {
  left: 5.5%;
}
@media (max-width: 1920px) {
  .banner-outer .slick-prev {
    left: 16.5%;
  }
}
@media (max-width: 1680px) {
  .banner-outer .slick-prev {
    left: 7.5%;
  }
}
@media (max-width: 1400px) {
  .banner-outer .slick-prev {
    left: 5.5%;
  }
}
@media (max-width: 1280px) {
  .banner-outer .slick-prev {
    left: 2.5%;
  }
}
@media (max-width: 1024px) {
  .banner-outer .slick-prev {
    left: 20px;
  }
}
@media (max-width: 991px) {
  .banner-outer .slick-prev {
    left: 43px;
  }
}
@media (max-width: 576px) {
  .banner-outer .slick-prev {
    left: 15px;
  }
}
.banner-outer .slick-next {
  right: unset;
  left: 10%;
}
.banner-outer .slick-next::before {
  transform: rotate(180deg);
}
@media (max-width: 1920px) {
  .banner-outer .slick-next {
    left: 19.5%;
  }
}
@media (max-width: 1680px) {
  .banner-outer .slick-next {
    left: 12%;
  }
}
@media (max-width: 1400px) {
  .banner-outer .slick-next {
    left: 9.7%;
  }
}
@media (max-width: 1280px) {
  .banner-outer .slick-next {
    left: 7.4%;
  }
}
@media (max-width: 1024px) {
  .banner-outer .slick-next {
    left: 75px;
  }
}
@media (max-width: 991px) {
  .banner-outer .slick-next {
    left: 102px;
  }
}
@media (max-width: 576px) {
  .banner-outer .slick-next {
    left: 75px;
  }
}
.banner-outer .slider-progress {
  width: 352px;
  height: 3px;
  background: #fff;
  max-width: 352px;
  margin: 0 auto;
  position: absolute;
  bottom: 113px;
  right: 32.5%;
  transform: rotate(90deg);
}
@media (max-width: 1640px) {
  .banner-outer .slider-progress {
    right: 29%;
  }
}
@media (max-width: 1440px) {
  .banner-outer .slider-progress {
    right: 30%;
  }
}
@media (max-width: 1368px) {
  .banner-outer .slider-progress {
    right: 29%;
  }
}
@media (max-width: 1280px) {
  .banner-outer .slider-progress {
    right: 28%;
  }
}
@media (max-width: 1150px) {
  .banner-outer .slider-progress {
    right: 29%;
  }
}
@media (max-width: 1100px) {
  .banner-outer .slider-progress {
    right: 30%;
  }
}
@media (max-width: 1030px) {
  .banner-outer .slider-progress {
    right: 32%;
  }
}
@media (max-width: 991px) {
  .banner-outer .slider-progress {
    right: unset;
    left: 45px;
    top: unset;
    bottom: 100px;
    margin: auto 0;
    transform: unset;
  }
}
@media (max-width: 576px) {
  .banner-outer .slider-progress {
    left: 15px;
    width: 332px;
  }
}
.banner-outer .slider-progress .progress {
  width: 0%;
  height: 3px;
  background: #06ABBF;
}
.banner-outer .ban-click {
  display: none;
  position: absolute;
  bottom: 40px;
  width: 17px;
  height: 86px;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
}
.banner-outer .ban-click img {
  width: 100%;
}
.banner-outer .social-share {
  position: absolute;
  right: 35px;
  bottom: 20px;
}
.banner-outer .social-share li {
  margin-bottom: 10px;
}
.banner-outer .social-share li a {
  background: transparent;
  width: 40px;
  height: 40px;
  transform: scale(1);
  transition: transform 0.3s;
  border-radius: 100%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
}
.banner-outer .social-share li a:hover {
  color: #F9D204;
}
@media (max-width: 991px) {
  .banner-outer .social-share li a {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 991px) {
  .banner-outer .social-share {
    right: 6px;
  }
}

.circle-bg {
  fill: transparent;
  stroke: var(--tp-common-white);
  stroke-width: 2;
  stroke-linecap: butt;
}

.circle-go {
  fill: transparent;
  stroke: var(--tp-heading-spanred);
  stroke-width: 2;
  stroke-linecap: round;
  animation: progress 8s;
  stroke-dasharray: 360px;
  stroke-dashoffset: 360;
}

@keyframes progress {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.footer-outer {
  background: #2C2C2C;
  padding: 50px 0px 0px;
}
.footer-outer .footer-top {
  padding-bottom: 15px;
  border-bottom: 1px solid #505050;
}
.footer-outer .footer-top h3 {
  color: #878787;
  font-size: 20px;
  line-height: 20px;
  font-family: "Graphik Medium";
  text-transform: uppercase;
  padding-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .footer-outer .footer-top h3 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .footer-outer .footer-top h3 {
    font-size: 18px;
    padding-bottom: 18px;
  }
}
.footer-outer .footer-top h2 {
  font-size: 40px;
  line-height: 40px;
  font-family: "Graphik Semibold";
  display: inline-block;
}
.footer-outer .footer-top h2 a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
}
.footer-outer .footer-top h2 a img {
  margin-left: 20px;
  width: 35px;
}
@media screen and (max-width: 1024px) {
  .footer-outer .footer-top h2 a img {
    width: 35px;
  }
}
@media screen and (max-width: 600px) {
  .footer-outer .footer-top h2 a img {
    width: 25px;
  }
}
.footer-outer .footer-top h2:hover a {
  color: #0FACB8;
}
@media screen and (max-width: 1024px) {
  .footer-outer .footer-top h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .footer-outer .footer-top h2 {
    font-size: 25px;
    line-height: 25px;
  }
}
.footer-outer .footer-section {
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
}
.footer-outer .footer-section .footer-bx {
  width: 25%;
  padding: 0px 25px;
}
.footer-outer .footer-section .footer-bx:nth-child(1) {
  width: 50%;
  padding-right: 110px;
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .footer-outer .footer-section .footer-bx:nth-child(1) {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 40px;
  }
}
.footer-outer .footer-section .footer-bx:nth-child(3) {
  padding-right: 0px;
}
.footer-outer .footer-section .footer-bx:nth-child(2) {
  padding-left: 0px;
}
.footer-outer .footer-section .footer-bx p {
  color: #B5B5B5;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .footer-outer .footer-section .footer-bx p {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 600px) {
  .footer-outer .footer-section .footer-bx p {
    font-size: 16px;
    line-height: 22px;
  }
}
.footer-outer .footer-section .footer-bx .pro-discussion {
  background: #363636;
  border-radius: 54px;
  padding: 18px 15px;
  display: block;
  width: 90%;
  text-align: center;
  font-size: 17px;
  color: #fff;
  line-height: 22px;
  font-family: "Graphik Bold";
  text-decoration: none;
  display: none;
}
.footer-outer .footer-section .footer-bx .pro-discussion:hover {
  background: #0FACB8;
}
@media screen and (max-width: 1024px) {
  .footer-outer .footer-section .footer-bx .pro-discussion {
    width: 452px;
  }
}
@media screen and (max-width: 600px) {
  .footer-outer .footer-section .footer-bx .pro-discussion {
    font-size: 18px;
    line-height: 18px;
    padding: 15px 15px;
    width: 320px;
  }
}
@media screen and (max-width: 991px) {
  .footer-outer .footer-section .footer-bx .pro-discussion {
    padding: 19px 15px;
  }
}
.footer-outer .footer-section .footer-bx h3 {
  font-size: 20px;
  line-height: 38px;
  color: #fff;
  font-family: "Graphik Medium";
  padding-bottom: 10px;
  border-bottom: 1px solid #363636;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .footer-outer .footer-section .footer-bx h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.footer-outer .footer-section .footer-bx .footer-menu li {
  margin-bottom: 11px;
}
.footer-outer .footer-section .footer-bx .footer-menu li a {
  font-size: 15px;
  display: block;
  line-height: 20px;
  color: #BBBBBB;
  display: block;
  text-decoration: none;
}
.footer-outer .footer-section .footer-bx .footer-menu li a:hover {
  color: #0FACB8;
}
.footer-outer .footer-section .footer-bx .socail-footer {
  display: flex;
}
.footer-outer .footer-section .footer-bx .socail-footer li {
  margin-right: 8px;
}
.footer-outer .footer-section .footer-bx .socail-footer li a {
  background: #5A5A5A;
  display: block;
  width: 49px;
  height: 49px;
  border-radius: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
}
.footer-outer .footer-section .footer-bx .socail-footer li a:hover {
  background: #0FACB8;
}
@media screen and (max-width: 1199px) {
  .footer-outer .footer-section .footer-bx .socail-footer li a {
    width: 35px;
    height: 35px;
  }
}
.footer-outer .footer-section .footer-bx .socail-footer li:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 1024px) {
  .footer-outer .footer-section .footer-bx {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .footer-outer .footer-section .footer-bx {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .footer-outer .footer-section .footer-bx:nth-child(3) {
    padding-left: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-outer .footer-section {
    padding-top: 29px;
  }
}
.footer-outer .copy-right {
  text-align: center;
  padding-bottom: 1px;
  padding-top: 15px;
}
.footer-outer .copy-right p {
  color: #737373;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 11px;
}
.footer-outer .copy-right p a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 0px 8px;
  display: inline-block;
}
.footer-outer .copy-right p a::after {
  width: 1px;
  height: 12px;
  content: "";
  position: absolute;
  right: -2px;
  top: 5px;
  display: block;
  background: #737373;
}
.footer-outer .copy-right p a:hover {
  color: #0FACB8;
}
.footer-outer .copy-right p span {
  display: inline-block;
  padding-left: 8px;
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  padding: 5px;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px var(--tp-heading-orange);
}
.slicknav_menu .slicknav_icon-bar {
  background-color: var(--tp-heading-orange);
}

.slicknav_btn {
  text-decoration: none;
  text-shadow: 0 1px 1px var(--tp-heading-orange);
  border-radius: 4px;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  top: 78px;
  background: #fff;
  max-width: 720px;
  margin: 0 auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  .slicknav_nav {
    top: 101px;
  }
}
.slicknav_nav li:last-child a {
  border-bottom: none;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  border-radius: 6px;
  color: var(--tp-grey-1);
}
.slicknav_nav a {
  padding: 10px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: var(--tp-grey-1);
  font-weight: var(--tp-fw-medium);
  border-bottom: 1px solid var(--tp-border-secondary);
}
.slicknav_nav a span {
  margin-right: 8px;
}
.slicknav_nav a:hover {
  border-radius: 6px;
  color: #FF7A00;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
  border: none;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent ul li a {
  font-weight: var(--tp-fw-regular);
}

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 8px;
}

.slicknav_menu {
  *zoom: 1;
  display: none;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 30px;
  height: 25px;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 0;
  box-shadow: 0 1px 0 rgb(255, 255, 255);
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}
@media screen and (max-width: 1023px) {
  .slicknav_menu {
    display: block;
    order: 3;
    margin-left: 10px;
    min-height: 50px;
    width: 100%;
  }
  .slicknav_menu .slicknav_btn {
    position: absolute;
    right: 25px;
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .slicknav_menu .slicknav_btn {
    position: absolute;
    right: 80px;
    top: 37px;
  }
}

.slicknav_nav {
  clear: both;
  max-height: 363px;
  overflow: auto;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

body {
  font-family: var(--tp-ff-body);
  font-size: var(--tp-fz-body);
  font-weight: var(--tp-fw-regular);
  color: var(--tp-grey-1);
  line-height: 26px;
}

body.loading {
  overflow: hidden;
  height: 100vh;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  font-size: var(--tp-fz-p);
  color: var(--tp-grey-1);
  font-weight: var(--tp-fw-regular);
  margin-bottom: 22px;
}

.head {
  text-align: center;
  padding-bottom: 50px;
}
.head h3 {
  font-size: var(--tp-fz-h4);
  color: var(--tp-heading-spanred);
  text-transform: uppercase;
  font-weight: var(--tp-fw-sbold);
  padding-bottom: 10px;
}
@media screen and (max-width: 1399px) {
  .head h3 {
    font-size: calc(var(--tp-fz-h4) - 4px);
  }
}
.head span {
  color: #000;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 991px) {
  .head span {
    letter-spacing: 4px;
    font-size: 15px;
    line-height: 26px;
  }
}
.head p {
  color: #000;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 991px) {
  .head p {
    font-size: 15px;
    line-height: 26px;
  }
}
.head h2 {
  font-size: var(--tp-fz-h2);
  color: var(--tp-heading-primary);
  font-family: "Graphik Semibold";
  font-weight: var(--tp-fw-sbold);
  margin-bottom: 2px;
}
@media screen and (max-width: 991px) {
  .head h2 {
    font-size: calc(var(--tp-fz-h2) - 10px);
  }
}
@media screen and (max-width: 767px) {
  .head h2 {
    font-size: calc(var(--tp-fz-h2) - 15px);
  }
}
@media screen and (max-width: 991px) {
  .head {
    padding-bottom: 20px;
  }
}
.head h1 {
  font-size: var(--tp-fz-h2);
  color: var(--tp-heading-primary);
  font-family: "Graphik Semibold";
  font-weight: var(--tp-fw-sbold);
}
@media screen and (max-width: 991px) {
  .head h1 {
    font-size: calc(var(--tp-fz-h2) - 10px);
  }
}
@media screen and (max-width: 767px) {
  .head h1 {
    font-size: calc(var(--tp-fz-h2) - 15px);
  }
}
@media screen and (max-width: 991px) {
  .head {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1450px) {
  .container {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
.apple-head {
  padding-bottom: 50px;
}
.apple-head h2 {
  font-family: "Montserrat", sans-serif;
  padding-bottom: 30px;
  color: #010101;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .apple-head h2 {
    font-size: 38px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .apple-head h2 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .apple-head h2 {
    font-size: 30px;
  }
}
.apple-head h1 {
  font-family: "Montserrat", sans-serif;
  padding-bottom: 30px;
  color: #010101;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
}
@media screen and (max-width: 1199px) {
  .apple-head h1 {
    font-size: 38px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .apple-head h1 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .apple-head h1 {
    font-size: 30px;
  }
}

.site-main.error-page {
  padding-top: 150px;
  background-color: #000;
  padding-bottom: 100px;
}

.page_not_found {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 15px;
}

.error-page h1 {
  color: #fff;
  padding-bottom: 30px;
  max-width: 675px;
  margin: 0 auto;
  font-size: var(--tp-fz-h2);
  font-family: "Graphik Semibold";
  line-height: 115%;
}
@media screen and (max-width: 1399px) {
  .error-page h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 991px) {
  .error-page h1 {
    font-size: 35px;
  }
}

.error-page p {
  font-size: var(--tp-fz-p);
  color: #fff;
  font-weight: var(--tp-fw-regular);
  margin-bottom: 22px;
}

.error-page a {
  background: linear-gradient(93.05deg, #1EC9F2 -14.26%, #0DB16A 85.74%);
  padding: 9px 23px;
  display: inline-block;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  border-radius: 40px;
  line-height: 19px;
  text-decoration: none;
  transition: all 0.5s;
}
.error-page a img {
  margin-left: 8px;
  max-width: 17px;
  display: inline-block;
  width: auto;
  transition: all 0.5s;
  height: auto;
}
.error-page a:hover {
  background: linear-gradient(93.05deg, #0DB16A -14.26%, #1EC9F2 85.74%);
}
.error-page a:hover img {
  margin-left: 10px;
}
.error-page a img {
  transform: rotate(180deg);
}

/* Wrapper creates enough vertical space for sticky scroll */
.scroll-wrapper {
  position: relative;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.apple-banner-outer {
  position: relative;
  padding-top: 0px;
  height: 100vh;
}
.apple-banner-outer .banner-slider {
  margin-bottom: 0;
  line-height: 0;
  height: 100%;
}
.apple-banner-outer .banner-slider .slick-list.draggable {
  height: 100%;
}
.apple-banner-outer .banner-slider .slick-list.draggable .slick-track {
  height: 100%;
}
.apple-banner-outer .banner-slider .slick-list.draggable .slick-track .slick-slide {
  height: 100%;
}
.apple-banner-outer .banner-slider .slick-list.draggable .slick-track .slick-slide div {
  height: 100%;
}
@media screen and (max-width: 1399px) {
  .apple-banner-outer .banner-slider .slick-list.draggable .slick-track .slick-slide div {
    height: auto;
  }
}
.apple-banner-outer .banner-slider .slick-list.draggable .slick-track .slick-slide .banner-slide-outer {
  height: 100%;
  display: flex;
}
.apple-banner-outer .banner-slider .slick-list.draggable .slick-track .slick-slide .banner-slide-outer .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .apple-banner-outer .banner-slider .slick-list.draggable .slick-track .slick-slide .banner-slide-outer .container {
    flex-wrap: wrap;
  }
}
.apple-banner-outer .banner-slide {
  position: relative;
  margin-bottom: 0;
  line-height: 0;
}
.apple-banner-outer .banner-slide figure {
  margin-bottom: 0;
  width: 100%;
}
.apple-banner-outer .banner-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .apple-banner-outer .banner-slide figure img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.apple-banner-outer .banner-slide figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apple-banner-outer .banner-slide figure figcaption .banner-text-width {
  width: 100%;
  padding-top: 150px;
  position: relative;
  -webkit-transform: translateY(-50px);
  opacity: 0;
  transform: translateY(-50px);
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.8s ease-in-out;
}
.apple-banner-outer .banner-slide figure figcaption .banner-text-width h2 {
  font-size: 70px;
  color: var(--tp-common-white);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding-bottom: 10px;
  line-height: 123%;
}
@media screen and (max-width: 1399px) {
  .apple-banner-outer .banner-slide figure figcaption .banner-text-width h2 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .apple-banner-outer .banner-slide figure figcaption .banner-text-width h2 {
    position: static;
    width: 100%;
    font-size: 40px;
    line-height: 120%;
    padding-bottom: 20px;
  }
  .apple-banner-outer .banner-slide figure figcaption .banner-text-width h2 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .apple-banner-outer .banner-slide figure figcaption .banner-text-width h2 {
    font-size: calc(var(--tp-fz-h2) - 10px);
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .apple-banner-outer .banner-slide figure figcaption .banner-text-width h2 {
    font-size: calc(var(--tp-fz-h2) - 20px);
    padding-right: 0;
    margin: 0px;
  }
}
@media (max-width: 480px) {
  .apple-banner-outer .banner-slide figure figcaption .banner-text-width h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.apple-banner-outer .banner-slide figure figcaption .banner-text-width h3 {
  font-size: 49px;
  color: #fff;
  width: 100%;
  line-height: 123%;
  padding-bottom: 30px;
  padding-right: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1399px) {
  .apple-banner-outer .banner-slide figure figcaption .banner-text-width h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .apple-banner-outer .banner-slide figure figcaption .banner-text-width h3 {
    font-size: 25px;
    line-height: 32px;
  }
  .apple-banner-outer .banner-slide figure figcaption .banner-text-width h3 br {
    display: none;
  }
}
@media (max-width: 480px) {
  .apple-banner-outer .banner-slide figure figcaption .banner-text-width h3 {
    font-size: 20px;
  }
}
.apple-banner-outer .banner-slide figure figcaption .banner-text-width a.learn-more {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 123%;
  color: #fff;
  text-decoration: none;
}
.apple-banner-outer .banner-slide figure figcaption .banner-text-width a.learn-more:hover {
  color: #0080FF;
}
@media (max-width: 991px) {
  .apple-banner-outer .banner-slide figure figcaption .banner-text-width a.learn-more {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .apple-banner-outer .banner-slide figure figcaption .banner-text-width a.learn-more {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .apple-banner-outer .banner-slide figure figcaption .banner-text-width {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .apple-banner-outer .banner-slide figure figcaption .banner-text-width {
    position: static;
    width: 100%;
    display: block;
    min-height: unset;
  }
}
@media screen and (max-width: 767px) {
  .apple-banner-outer .banner-slide figure figcaption .banner-text-width {
    width: 100%;
    order: 2;
  }
}
@media (max-width: 991px) {
  .apple-banner-outer .banner-slide figure figcaption .banner-text-width {
    flex-wrap: wrap;
    align-content: center;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 576px) {
  .apple-banner-outer .banner-slide figure figcaption .banner-text-width {
    flex-wrap: wrap;
    align-content: center;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .apple-banner-outer .banner-slide figure figcaption {
    top: -100px;
  }
}
.apple-banner-outer .banner-slide.slick-active .banner-slide-outer figure figcaption .banner-text-width {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.apple-banner-outer .slick-arrow {
  width: 51px;
  height: 51px;
  border: 2px solid #F1F1F1;
  border-radius: 100%;
  bottom: 20px;
  top: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.apple-banner-outer .slick-arrow::before {
  background: url(../images/arrow-use-slide.png) no-repeat;
  font-size: 0;
  color: transparent;
  width: 26px;
  height: 16px;
  opacity: 1 !important;
}
.apple-banner-outer .slick-arrow:hover {
  border-color: #06ABBF;
  background: #06ABBF;
}
@media screen and (max-width: 991px) {
  .apple-banner-outer .slick-arrow {
    bottom: -8px;
  }
}
@media screen and (max-width: 767px) {
  .apple-banner-outer .slick-arrow {
    width: 45px;
    height: 45px;
    bottom: 8px;
  }
}
.apple-banner-outer .slick-prev {
  left: 5.5%;
}
@media (max-width: 1920px) {
  .apple-banner-outer .slick-prev {
    left: 16.5%;
  }
}
@media (max-width: 1680px) {
  .apple-banner-outer .slick-prev {
    left: 7.5%;
  }
}
@media (max-width: 1400px) {
  .apple-banner-outer .slick-prev {
    left: 5.5%;
  }
}
@media (max-width: 1280px) {
  .apple-banner-outer .slick-prev {
    left: 2.5%;
  }
}
@media (max-width: 1024px) {
  .apple-banner-outer .slick-prev {
    left: 20px;
  }
}
@media (max-width: 991px) {
  .apple-banner-outer .slick-prev {
    left: 43px;
  }
}
@media (max-width: 576px) {
  .apple-banner-outer .slick-prev {
    left: 15px;
  }
}
.apple-banner-outer .slick-next {
  right: unset;
  left: 10%;
}
.apple-banner-outer .slick-next::before {
  transform: rotate(180deg);
}
@media (max-width: 1920px) {
  .apple-banner-outer .slick-next {
    left: 19.5%;
  }
}
@media (max-width: 1680px) {
  .apple-banner-outer .slick-next {
    left: 12%;
  }
}
@media (max-width: 1400px) {
  .apple-banner-outer .slick-next {
    left: 9.7%;
  }
}
@media (max-width: 1280px) {
  .apple-banner-outer .slick-next {
    left: 7.4%;
  }
}
@media (max-width: 1024px) {
  .apple-banner-outer .slick-next {
    left: 75px;
  }
}
@media (max-width: 991px) {
  .apple-banner-outer .slick-next {
    left: 102px;
  }
}
@media (max-width: 576px) {
  .apple-banner-outer .slick-next {
    left: 75px;
  }
}

.apple-innner-banner {
  padding: 65px 0px 40px;
}
.apple-innner-banner .apple-inner-text h1 {
  font-family: "Montserrat", sans-serif;
  padding-bottom: 5px;
  color: #000;
  font-weight: bold;
  font-size: 80px;
  line-height: 120%;
  text-align: center;
}
@media screen and (max-width: 1399px) {
  .apple-innner-banner .apple-inner-text h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .apple-innner-banner .apple-inner-text h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .apple-innner-banner .apple-inner-text h1 {
    font-size: 50px;
  }
  .apple-innner-banner .apple-inner-text h1 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .apple-innner-banner .apple-inner-text h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  .apple-innner-banner .apple-inner-text h1 {
    font-size: 30px;
  }
}
.apple-innner-banner .apple-inner-text h3 {
  font-size: 40px;
  line-height: 120%;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .apple-innner-banner .apple-inner-text h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .apple-innner-banner .apple-inner-text h3 {
    font-size: 30px;
  }
  .apple-innner-banner .apple-inner-text h3 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .apple-innner-banner .apple-inner-text h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 576px) {
  .apple-innner-banner .apple-inner-text h3 {
    font-size: 20px;
  }
}
.apple-innner-banner .apple-inner-text figure {
  padding: 100px 0px 50px;
}
.apple-innner-banner .apple-inner-text figure img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .apple-innner-banner .apple-inner-text figure {
    padding: 50px 0px 50px;
  }
}
.apple-innner-banner .apple-inner-text p {
  font-size: 22px;
  line-height: 138%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .apple-innner-banner .apple-inner-text p {
    font-size: 20px;
  }
  .apple-innner-banner .apple-inner-text p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .apple-innner-banner .apple-inner-text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .apple-innner-banner .apple-inner-text p {
    font-size: 16px;
  }
}
.apple-innner-banner .apple-inner-text h4 {
  font-size: 30px;
  line-height: 138%;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #000;
  padding-bottom: 8px;
}
@media screen and (max-width: 1199px) {
  .apple-innner-banner .apple-inner-text h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .apple-innner-banner .apple-inner-text h4 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .apple-innner-banner .apple-inner-text h4 {
    font-size: 22px;
  }
}

.apple-innner-banner.no-padding figure {
  padding: 0;
  padding-top: 15px;
  margin-bottom: 0;
}

.apple-header {
  padding: 40px 0px;
  background: url(../images/apple-lmages/header-bg.webp) no-repeat;
  background-size: 100% 100%;
}
.apple-header .apple-header-main {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.apple-header .apple-header-main .logo {
  display: flex;
  gap: 30px;
  align-items: end;
}
.apple-header .apple-header-main .logo a {
  width: auto;
}
.apple-header .apple-header-main .logo a img {
  max-width: 100%;
}
.apple-header .apple-header-main .nav {
  display: flex;
}
.apple-header .apple-header-main .nav ul {
  display: flex;
}
.apple-header .apple-header-main .nav ul li {
  padding: 0px 28px;
}
.apple-header .apple-header-main .nav ul li a {
  font-size: 16px;
  color: #fff;
  text-decoration: unset;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .apple-header .apple-header-main .nav ul li a {
    color: #000;
  }
}
.apple-header .apple-header-main .nav ul li a:hover {
  color: #0080FF;
}
@media screen and (max-width: 1199px) {
  .apple-header .apple-header-main .nav ul li {
    padding: 0px 14px;
  }
}
@media screen and (max-width: 991px) {
  .apple-header .apple-header-main .nav ul li {
    width: 100%;
  }
}
.apple-header .apple-header-main .nav ul li.dropdown > a {
  background: url(../images/drop-down-arrow.svg) no-repeat right center !important;
  padding-right: 18px !important;
  background-size: 14px !important;
  position: relative;
}
@media screen and (max-width: 991px) {
  .apple-header .apple-header-main .nav ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .apple-header .apple-header-main .nav #menu-header-menu {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .apple-header {
    padding: 11px 0px;
  }
  .apple-header .slicknav_menu .slicknav_btn {
    top: 24px;
    right: 15px;
  }
  .apple-header .slicknav_nav {
    top: 76px;
  }
}

.apple-header.apple-header-white {
  background: none;
  position: relative;
}
.apple-header.apple-header-white .apple-header-main .nav ul li a {
  color: #000;
}
@media screen and (max-width: 991px) {
  .apple-header.apple-header-white .apple-header-main .nav ul li a {
    color: #000;
  }
}
.apple-header.apple-header-white .apple-header-main .nav ul li a:hover {
  color: #0080FF;
}
.apple-header.apple-header-white .apple-header-main .nav ul li.dropdown > a {
  background: url(../images/apple-lmages/drop-down-arrow-black.svg) no-repeat right center !important;
  background-size: 14px !important;
}

.apple-header.apple-header-white .slicknav_menu .slicknav_icon-bar {
  box-shadow: 0 1px 0 rgb(0, 0, 0);
}

.apple-header.apple-header-white.scrolled {
  position: fixed;
  background: #fff;
  box-shadow: 0px 5px 83px 0px rgba(0, 28, 65, 0.14);
}

.apple-header {
  padding: 40px 0px;
  background: url(../images/apple-lmages/header-bg.webp) no-repeat;
  background-size: 100% 100%;
}
.apple-header .apple-header-main {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.apple-header .apple-header-main .logo {
  display: flex;
  gap: 30px;
   align-items: end;
  }
.apple-header .apple-header-main .logo a {
  width: auto;
}
.apple-header .apple-header-main .logo a img {
  max-width: 100%;
}
.apple-header .apple-header-main .nav {
  display: flex;
}
.apple-header .apple-header-main .nav ul {
  display: flex;
}
.apple-header .apple-header-main .nav ul li {
  padding: 0px 28px;
}
.apple-header .apple-header-main .nav ul li a {
  font-size: 16px;
  color: #fff;
  text-decoration: unset;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .apple-header .apple-header-main .nav ul li a {
    color: #000;
  }
}
.apple-header .apple-header-main .nav ul li a:hover {
  color: #0080FF;
}
@media screen and (max-width: 1199px) {
  .apple-header .apple-header-main .nav ul li {
    padding: 0px 14px;
  }
}
@media screen and (max-width: 991px) {
  .apple-header .apple-header-main .nav ul li {
    width: 100%;
  }
}
.apple-header .apple-header-main .nav ul li.dropdown > a {
  background: url(../images/drop-down-arrow.svg) no-repeat right center !important;
  padding-right: 18px !important;
  background-size: 14px !important;
  position: relative;
}
@media screen and (max-width: 991px) {
  .apple-header .apple-header-main .nav ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .apple-header .apple-header-main .nav #menu-header-menu {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .apple-header {
    padding: 11px 0px;
  }
  .apple-header .slicknav_menu .slicknav_btn {
    top: 24px;
    right: 15px;
  }
  .apple-header .slicknav_nav {
    top: 76px;
  }
}

.apple-header.apple-header-white {
  background: none;
  position: relative;
}
.apple-header.apple-header-white .apple-header-main .nav ul li a {
  color: #000;
}
@media screen and (max-width: 991px) {
  .apple-header.apple-header-white .apple-header-main .nav ul li a {
    color: #000;
  }
}
.apple-header.apple-header-white .apple-header-main .nav ul li a:hover {
  color: #0080FF;
}
.apple-header.apple-header-white .apple-header-main .nav ul li.dropdown > a {
  background: url(../images/apple-lmages/drop-down-arrow-black.svg) no-repeat right center !important;
  background-size: 14px !important;
}

.apple-header.apple-header-white .slicknav_menu .slicknav_icon-bar {
  box-shadow: 0 1px 0 rgb(0, 0, 0);
}

.apple-header.apple-header-white.scrolled {
  position: fixed;
  background: #fff;
  box-shadow: 0px 5px 83px 0px rgba(0, 28, 65, 0.14);
}

.Zeroafi-header {
  position: static;
  background: #fff;
  padding: 20px 0px;
}
.Zeroafi-header .zero-header-main {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}
.Zeroafi-header .zero-header-main .nav ul {
  display: flex;
}
.Zeroafi-header .zero-header-main .nav ul li {
  padding: 0px 25px;
}
.Zeroafi-header .zero-header-main .nav ul li a {
  color: #4A5565;
  font-size: 16px;
  text-decoration: none;
}
.Zeroafi-header .zero-header-main .nav ul li a:hover {
  color: #2563EB;
}
@media screen and (max-width: 1023px) {
  .Zeroafi-header .zero-header-main .nav #menu-header-menu {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .Zeroafi-header .zero-header-main .nav {
    display: none;
  }
}
.Zeroafi-header .zero-header-main .slicknav_menu {
  height: auto;
  width: 52px;
  padding: 0;
  margin: 0;
  min-height: 41px;
}
.Zeroafi-header .zero-header-main .slicknav_menu .slicknav_icon-bar {
  background-color: #000;
  height: 4px;
}
.Zeroafi-header .zero-header-main .slicknav_menu .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 4px;
}
.Zeroafi-header .zero-header-main .slicknav_menu .slicknav_btn {
  top: 30px;
}
@media screen and (max-width: 767px) {
  .Zeroafi-header .zero-header-main .slicknav_menu .slicknav_btn {
    right: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .Zeroafi-header .zero-header-main {
    align-items: center;
    padding: 0px;
  }
  .Zeroafi-header .zero-header-main .slicknav_nav {
    z-index: 2;
  }
  .Zeroafi-header .zero-header-main .slicknav_nav li a:hover {
    color: #3378F2;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .Zeroafi-header .zero-header-main .slicknav_nav {
    top: 80px;
  }
}

header.Zeroafi-header.scrolled {
  background: #fff;
  box-shadow: 0px 8px 20px 0px rgba(37, 99, 235, 0.1019607843);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.Zeroafi-banner {
  overflow: hidden;
}
.Zeroafi-banner .Zeroafi-slide-row {
  position: relative;
}
.Zeroafi-banner .Zeroafi-slide-row figure {
  width: 100%;
  height: calc(100vh - 107px);
  display: flex;
  overflow: hidden;
  margin: 0px;
}
.Zeroafi-banner .Zeroafi-slide-row figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  height: 100%;
}
.Zeroafi-banner .Zeroafi-slide-row figure video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .Zeroafi-banner .Zeroafi-slide-row figure video {
    -o-object-position: right;
       object-position: right;
  }
}
.Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
}
.Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .container {
    flex-wrap: wrap;
  }
}
.Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-left {
  width: 50%;
  opacity: 0;
  transform: translateX(-50px);
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.8s ease-in-out;
}
.Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-left label {
  background: rgba(255, 255, 255, 0.9);
  padding: 9px 17px;
  border-radius: 24px;
  display: flex;
  max-width: 253px;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  color: #364153;
  margin-bottom: 35px;
}
.Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-left label img {
  display: inline-block;
  margin-right: 5px;
}
.Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-left label span {
  background: rgba(37, 99, 235, 0.1);
  font-size: 12px;
  color: #2563EB;
  line-height: 16px;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 24px;
  margin-left: 5px;
}
.Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-left h2 {
  font-size: 50px;
  line-height: 60px;
  font-family: "Graphik Bold";
  color: #fff;
  padding-bottom: 10px;
}
@media screen and (max-width: 1399px) {
  .Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-left h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1199px) {
  .Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-left h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-left h2 br {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-left h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-left h2 {
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2), 1px -1px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, 0.2);
  }
}
.Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-left p {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-left p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-left p {
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2), 1px -1px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, 0.2);
  }
}
.Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-left .demo-btn {
  display: flex;
  gap: 16px;
  margin-top: 50px;
}
.Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-left .demo-btn .book-demo {
  padding: 14px 19px;
  background: #2563EB;
  border-radius: 13px;
  font-family: "Graphik Medium";
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  border: 1px solid #2563EB;
}
.Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-left .demo-btn .book-demo img {
  display: inline-block;
}
.Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-left .demo-btn .book-demo:hover {
  background: transparent;
}
@media screen and (max-width: 576px) {
  .Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-left .demo-btn .book-demo {
    padding: 9px 19px;
  }
}
.Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-left .demo-btn .video-demo {
  padding: 14px 19px;
  background: #fff;
  border-radius: 13px;
  font-family: "Graphik Medium";
  color: #364153;
  text-decoration: none;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
}
.Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-left .demo-btn .video-demo img {
  display: inline-block;
}
.Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-left .demo-btn .video-demo:hover {
  background: transparent;
  color: #fff;
}
.Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-left .demo-btn .video-demo:hover img {
  filter: brightness(0) invert(100);
}
@media screen and (max-width: 576px) {
  .Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-left .demo-btn .video-demo {
    padding: 9px 19px;
  }
}
@media screen and (max-width: 767px) {
  .Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-left {
    width: 100%;
  }
}
.Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-right {
  width: 50%;
  padding-left: 50px;
  opacity: 0;
  transform: translateX(50px);
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.8s ease-in-out;
}
.Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-right img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Zeroafi-banner .Zeroafi-slide-row .Zeroafi-slide-text-outer .Zeroafi-right {
    width: 100%;
    padding-left: 0px;
    display: none;
  }
}
.Zeroafi-banner .Zeroafi-slide-row.slick-current .Zeroafi-slide-text-outer .Zeroafi-left {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.Zeroafi-banner .Zeroafi-slide-row.slick-current .Zeroafi-slide-text-outer .Zeroafi-right {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.makes-apple-work-outer {
  padding: 60px 0px;
}
.makes-apple-work-outer .makes-apple-work-main {
  display: flex;
  gap: 30px;
}
.makes-apple-work-outer .makes-apple-work-main .makes-apple-work-left {
  padding-right: 20px;
  width: calc(55% - 15px);
}
.makes-apple-work-outer .makes-apple-work-main .makes-apple-work-left h1 {
  font-family: "Montserrat", sans-serif;
  padding-bottom: 30px;
  color: #010101;
  font-weight: bold;
  font-size: 48px;
  line-height: 120%;
}
@media screen and (max-width: 1199px) {
  .makes-apple-work-outer .makes-apple-work-main .makes-apple-work-left h1 {
    font-size: 38px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .makes-apple-work-outer .makes-apple-work-main .makes-apple-work-left h1 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .makes-apple-work-outer .makes-apple-work-main .makes-apple-work-left h1 {
    font-size: 30px;
  }
}
.makes-apple-work-outer .makes-apple-work-main .makes-apple-work-left p {
  font-family: "Montserrat", sans-serif;
  padding-bottom: 10px;
  color: #626262;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
}
@media screen and (max-width: 1199px) {
  .makes-apple-work-outer .makes-apple-work-main .makes-apple-work-left p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .makes-apple-work-outer .makes-apple-work-main .makes-apple-work-left p {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 991px) {
  .makes-apple-work-outer .makes-apple-work-main .makes-apple-work-left {
    width: 100%;
    padding-right: 0px;
  }
}
.makes-apple-work-outer .makes-apple-work-main .makes-apple-work-right {
  width: calc(45% - 15px);
  gap: 30px;
  display: flex;
}
.makes-apple-work-outer .makes-apple-work-main .makes-apple-work-right .makes-apple-bx {
  width: calc(50% - 15px);
}
.makes-apple-work-outer .makes-apple-work-main .makes-apple-work-right .makes-apple-bx1 {
  width: calc(50% - 15px);
  margin-top: 100px;
}
.makes-apple-work-outer .makes-apple-work-main .makes-apple-work-right .makes-apple-area {
  height: 188px;
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-size: cover !important;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.makes-apple-work-outer .makes-apple-work-main .makes-apple-work-right .makes-apple-area h3 {
  width: 100%;
  text-align: center;
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #010101;
}
@media screen and (max-width: 1199px) {
  .makes-apple-work-outer .makes-apple-work-main .makes-apple-work-right .makes-apple-area h3 {
    font-size: 48px;
  }
}
@media screen and (max-width: 600px) {
  .makes-apple-work-outer .makes-apple-work-main .makes-apple-work-right .makes-apple-area h3 {
    font-size: 38px;
  }
}
.makes-apple-work-outer .makes-apple-work-main .makes-apple-work-right .makes-apple-area p {
  width: 100%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #010101;
}
@media screen and (max-width: 1199px) {
  .makes-apple-work-outer .makes-apple-work-main .makes-apple-work-right .makes-apple-area p {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .makes-apple-work-outer .makes-apple-work-main .makes-apple-work-right .makes-apple-area p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .makes-apple-work-outer .makes-apple-work-main .makes-apple-work-right .makes-apple-area {
    padding: 10px;
  }
}
@media screen and (max-width: 991px) {
  .makes-apple-work-outer .makes-apple-work-main .makes-apple-work-right {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .makes-apple-work-outer .makes-apple-work-main {
    flex-wrap: wrap;
  }
}

.solution-tailored-outer {
  background: url(../images/apple-lmages/tailored-bg.webp) no-repeat;
  background-size: cover;
  padding: 60px 0px;
}
.solution-tailored-outer .solution-tailored-main {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.solution-tailored-outer .solution-tailored-main .solution-tailored-bx {
  border-radius: 10px;
  width: calc(25% - 8px);
  background: #000;
  height: 235px;
  transition: all 0.5s;
}
.solution-tailored-outer .solution-tailored-main .solution-tailored-bx a {
  padding: 50px 20px 20px;
  display: flex;
  align-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  text-decoration: none;
}
.solution-tailored-outer .solution-tailored-main .solution-tailored-bx figure {
  height: 61px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.solution-tailored-outer .solution-tailored-main .solution-tailored-bx figure img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.solution-tailored-outer .solution-tailored-main .solution-tailored-bx h3 {
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-tailored-outer .solution-tailored-main .solution-tailored-bx:first-child {
  background: none !important;
  padding-top: 20px;
  padding-left: 35px;
}
.solution-tailored-outer .solution-tailored-main .solution-tailored-bx:first-child h2 {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff;
}
.solution-tailored-outer .solution-tailored-main .solution-tailored-bx:first-child h2 span {
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .solution-tailored-outer .solution-tailored-main .solution-tailored-bx:first-child h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 479px) {
  .solution-tailored-outer .solution-tailored-main .solution-tailored-bx:first-child h2 br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .solution-tailored-outer .solution-tailored-main .solution-tailored-bx:first-child {
    padding-top: 50px;
  }
}
@media screen and (max-width: 479px) {
  .solution-tailored-outer .solution-tailored-main .solution-tailored-bx:first-child {
    height: auto;
    padding-left: 0px;
  }
}
.solution-tailored-outer .solution-tailored-main .solution-tailored-bx:nth-child(2) img {
  filter: brightness(0) invert(100);
}
.solution-tailored-outer .solution-tailored-main .solution-tailored-bx:nth-child(2):hover img {
  filter: unset;
}
.solution-tailored-outer .solution-tailored-main .solution-tailored-bx:hover {
  background: rgba(231, 184, 76, 0.85);
}
.solution-tailored-outer .solution-tailored-main .solution-tailored-bx:hover img {
  filter: brightness(0) invert(0);
}
.solution-tailored-outer .solution-tailored-main .solution-tailored-bx:hover h3 {
  color: #000;
}
@media screen and (max-width: 991px) {
  .solution-tailored-outer .solution-tailored-main .solution-tailored-bx {
    width: calc(33.33% - 8px);
  }
}
@media screen and (max-width: 600px) {
  .solution-tailored-outer .solution-tailored-main .solution-tailored-bx {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 479px) {
  .solution-tailored-outer .solution-tailored-main .solution-tailored-bx {
    width: 100%;
  }
}

.apple-our-customer-outer {
  background: #F9F9F9;
  padding: 60px 0px;
}
.apple-our-customer-outer .apple-head {
  padding-bottom: 0px;
}
.apple-our-customer-outer .our-customer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px 30px;
}
.apple-our-customer-outer .our-customer-main .our-customer-bx {
  height: 63px;
  display: flex;
  padding: 5px;
  width: 7.69%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.apple-our-customer-outer .our-customer-main .our-customer-bx img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
  transition: all 0.5s;
}
.apple-our-customer-outer .our-customer-main .our-customer-bx:hover img {
  filter: grayscale(0);
}
@media screen and (max-width: 1024px) {
  .apple-our-customer-outer .our-customer-main .our-customer-bx {
    width: 11.6%;
  }
}
@media screen and (max-width: 767px) {
  .apple-our-customer-outer .our-customer-main .our-customer-bx {
    width: 16.5%;
  }
}
@media screen and (max-width: 576px) {
  .apple-our-customer-outer .our-customer-main .our-customer-bx {
    width: 24.5%;
  }
}
@media screen and (max-width: 767px) {
  .apple-our-customer-outer .our-customer-main {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 991px) {
  .apple-our-customer-outer {
    background-size: cover;
    background-position: center !important;
  }
}

.unmatched-outer {
  background: url(../images/apple-lmages/unmatched-bg.webp) no-repeat;
  background-size: cover;
  padding: 60px 0px;
}
.unmatched-outer .unmatched-main {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.unmatched-outer .unmatched-main .unmatched-bx {
  width: calc(50% - 16px);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 33px 55px 170px;
  transition: all 0.5s;
  background: #fff;
  position: relative;
}
.unmatched-outer .unmatched-main .unmatched-bx .unmatched-text {
  max-width: 345px;
}
.unmatched-outer .unmatched-main .unmatched-bx .unmatched-text h3 {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000000;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .unmatched-outer .unmatched-main .unmatched-bx .unmatched-text h3 {
    font-size: 25px;
  }
}
.unmatched-outer .unmatched-main .unmatched-bx .unmatched-text p {
  font-size: 14px;
  line-height: 20px;
}
.unmatched-outer .unmatched-main .unmatched-bx .unmatched-text a {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #000000;
  transition: all 0.5s;
}
.unmatched-outer .unmatched-main .unmatched-bx .unmatched-text a span {
  display: inline-block;
  margin-left: 10px;
}
.unmatched-outer .unmatched-main .unmatched-bx .unmatched-text a:hover {
  color: #0080FF;
}
.unmatched-outer .unmatched-main .unmatched-bx .unmatched-img {
  position: absolute;
  right: 55px;
  bottom: 30px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: right;
}
.unmatched-outer .unmatched-main .unmatched-bx .unmatched-img img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .unmatched-outer .unmatched-main .unmatched-bx .unmatched-img {
    right: 15px;
  }
}
.unmatched-outer .unmatched-main .unmatched-bx:hover {
  box-shadow: 0px 6px 24px rgba(234, 198, 214, 0.9);
}
.unmatched-outer .unmatched-main .unmatched-bx:hover .unmatched-img img {
  transform: scale(1.05);
}
@media screen and (max-width: 991px) {
  .unmatched-outer .unmatched-main .unmatched-bx {
    padding: 25px 25px 170px;
  }
}
@media screen and (max-width: 767px) {
  .unmatched-outer .unmatched-main .unmatched-bx {
    width: 100%;
    overflow: hidden;
  }
}

.real-cost-outer {
  background: #F9F9F9;
}
.real-cost-outer .real-cost-main {
  display: flex;
  gap: 30px;
  align-items: center;
}
.real-cost-outer .real-cost-main .real-cost-img {
  width: calc(50% - 15px);
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  padding: 0px;
}
.real-cost-outer .real-cost-main .real-cost-img img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.real-cost-outer .real-cost-main .real-cost-img .real-cost-tx {
  position: absolute;
  right: 37px;
  top: 120px;
  width: 260px;
  padding: 25px 28px;
  background: #fff;
  border-radius: 30px 30px 0px 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.real-cost-outer .real-cost-main .real-cost-img .real-cost-tx h6 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #474F62;
}
@media screen and (max-width: 1399px) {
  .real-cost-outer .real-cost-main .real-cost-img .real-cost-tx {
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .real-cost-outer .real-cost-main .real-cost-img .real-cost-tx {
    right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .real-cost-outer .real-cost-main .real-cost-img {
    width: 100%;
    min-height: unset;
    max-height: unset;
    justify-content: left;
  }
  .real-cost-outer .real-cost-main .real-cost-img img {
    max-height: 100%;
  }
}
.real-cost-outer .real-cost-main .real-cost-area {
  width: calc(50% - 15px);
  padding-left: 0px;
  padding-top: 90px;
}
.real-cost-outer .real-cost-main .real-cost-area .real-cost-area-as {
  max-width: 585px;
  padding-right: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .real-cost-outer .real-cost-main .real-cost-area .real-cost-area-as {
    padding-left: 15px;
  }
}
.real-cost-outer .real-cost-main .real-cost-area h3 {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #000000;
  padding-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .real-cost-outer .real-cost-main .real-cost-area h3 {
    font-size: 35px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .real-cost-outer .real-cost-main .real-cost-area h3 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .real-cost-outer .real-cost-main .real-cost-area h3 {
    font-size: 30px;
  }
}
.real-cost-outer .real-cost-main .real-cost-area p {
  font-size: 20px;
  line-height: 120%;
  padding-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .real-cost-outer .real-cost-main .real-cost-area p {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .real-cost-outer .real-cost-main .real-cost-area p {
    font-size: 16px;
  }
}
.real-cost-outer .real-cost-main .real-cost-area a {
  border: 1px solid #000;
  border-radius: 48px;
  background: rgba(217, 217, 217, 0.18);
  padding: 15px 50px;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: all 0.5s;
}
.real-cost-outer .real-cost-main .real-cost-area a img {
  margin-right: 10px;
}
.real-cost-outer .real-cost-main .real-cost-area a:hover {
  background: #fff;
}
@media screen and (max-width: 991px) {
  .real-cost-outer .real-cost-main .real-cost-area {
    padding-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .real-cost-outer .real-cost-main .real-cost-area {
    padding-left: 0px;
    width: 100%;
    padding-top: 0px;
  }
}
@media screen and (max-width: 991px) {
  .real-cost-outer .real-cost-main {
    flex-wrap: wrap;
  }
}

.lets-contact-us-outer {
  padding: 60px 0;
  background: #FAFAFC;
  background-size: cover;
  z-index: 2;
  position: relative;
}
.lets-contact-us-outer .apple-head.head-top {
  padding-bottom: 0px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .lets-contact-us-outer .apple-head.head-top {
    padding-bottom: 0px;
  }
}
.lets-contact-us-outer .apple-head.apple-left {
  max-width: 425px;
  padding-top: 10px;
  text-align: left;
  padding-bottom: 0px;
}
.lets-contact-us-outer .apple-head.apple-left h2 {
  text-align: left;
  font-size: 44px;
  color: #474F62;
  padding-bottom: 8px;
}
@media screen and (max-width: 1199px) {
  .lets-contact-us-outer .apple-head.apple-left h2 {
    font-size: 34px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .lets-contact-us-outer .apple-head.apple-left h2 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lets-contact-us-outer .apple-head.apple-left h2 {
    font-size: 30px;
    margin-bottom: 0px;
  }
}
.lets-contact-us-outer .apple-head.apple-left h4 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #474F62;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .lets-contact-us-outer .apple-head.apple-left h4 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lets-contact-us-outer .apple-head.apple-left h4 {
    font-size: 20px;
  }
}
.lets-contact-us-outer .apple-head.apple-left p {
  text-align: left;
  color: #474F62;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .lets-contact-us-outer .apple-head.apple-left p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .lets-contact-us-outer .apple-head.apple-left p {
    padding-right: 0px;
    font-size: 16px;
  }
}
.lets-contact-us-outer .apple-head.apple-left ul li {
  margin-right: 15px;
}
.lets-contact-us-outer .apple-head.apple-left ul li a {
  color: #fff;
}
.lets-contact-us-outer .apple-head.apple-left ul li a:hover {
  color: #0FACB8;
}
@media screen and (max-width: 991px) {
  .lets-contact-us-outer .apple-head.apple-left {
    max-width: 100%;
  }
}
.lets-contact-us-outer figure img {
  max-width: 100%;
}
.lets-contact-us-outer .contact-form {
  max-width: 491px;
}
.lets-contact-us-outer .contact-form h2 {
  color: #7A7A7A;
  font-size: 44px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
}
@media screen and (max-width: 1199px) {
  .lets-contact-us-outer .contact-form h2 {
    font-size: 34px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .lets-contact-us-outer .contact-form h2 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lets-contact-us-outer .contact-form h2 {
    font-size: 30px;
    margin-bottom: 0px;
  }
}
.lets-contact-us-outer .contact-form form .form-row {
  margin-bottom: 15px;
}
.lets-contact-us-outer .contact-form form .form-row .form-group {
  padding: 0px;
  position: relative;
}
.lets-contact-us-outer .contact-form form .form-row .form-group p {
  margin-bottom: 0px;
  line-height: 0;
}
.lets-contact-us-outer .contact-form form .form-row .form-group input {
  width: 100%;
  height: 53px;
  color: #7A7A7A;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0 15px;
  border-radius: 5px;
  box-shadow: none;
  font-family: "Open Sans";
  box-shadow: none !important;
  outline: none;
}
.lets-contact-us-outer .contact-form form .form-row .form-group input::-moz-placeholder {
  color: #7A7A7A;
  opacity: 1;
}
.lets-contact-us-outer .contact-form form .form-row .form-group input::placeholder {
  color: #7A7A7A;
  opacity: 1;
}
.lets-contact-us-outer .contact-form form .form-row .form-group select {
  width: 100%;
  height: 53px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0 15px;
  border-radius: 5px;
  background: #fff url(../images/select-arrow.png) no-repeat 98% center;
  color: #7A7A7A;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  box-shadow: none !important;
  outline: none;
}
.lets-contact-us-outer .contact-form form .form-row .form-group select:valid {
  color: #7A7A7A;
}
.lets-contact-us-outer .contact-form form .form-row .form-group textarea {
  width: 100%;
  height: 130px;
  resize: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #7A7A7A;
  padding: 15px;
  border-radius: 5px;
  box-shadow: none;
  box-shadow: none !important;
  outline: none;
  line-height: normal;
}
.lets-contact-us-outer .contact-form form .form-row .form-group textarea::-moz-placeholder {
  color: #7A7A7A;
  opacity: 1;
}
.lets-contact-us-outer .contact-form form .form-row .form-group textarea::placeholder {
  color: #7A7A7A;
  opacity: 1;
}
.lets-contact-us-outer .contact-form form .form-row .form-group .wpcf7-not-valid-tip {
  margin-top: 5px;
  line-height: normal;
  color: #fff;
  display: none;
}
@media screen and (max-width: 991px) {
  .lets-contact-us-outer .contact-form form .form-row {
    flex-wrap: wrap;
  }
}
.lets-contact-us-outer .contact-form form .form-row .wpcf7-spinner {
  position: absolute;
}
.lets-contact-us-outer .contact-form form input[type=submit] {
  background: #0080FF;
  width: 194px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  transition: all 0.3s;
  border: none;
  color: #fff;
  border-radius: 12px;
  border: 1px solid #0080FF;
}
.lets-contact-us-outer .contact-form form input[type=submit]:hover {
  background: #fff;
  color: #0080FF;
}
@media screen and (max-width: 991px) {
  .lets-contact-us-outer .contact-form {
    padding: 35px 0px 15px 0px;
    max-width: 100%;
    padding-top: 0;
  }
}
.lets-contact-us-outer .contact-form .wpcf7 .screen-reader-response {
  position: static;
  width: 100%;
  height: auto;
  clip-path: unset;
  clip: unset;
}
.lets-contact-us-outer .contact-form .wpcf7 .screen-reader-response p {
  color: green;
  font-weight: var(--tp-fw-sbold);
}
.lets-contact-us-outer .contact-form .wpcf7 .screen-reader-response ul {
  display: none;
}
@media screen and (max-width: 991px) {
  .lets-contact-us-outer .col-lg-6.col-md-6.col-sm-6.col-xs-12 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.real-bussnies-out {
  padding: 60px 0px;
}
.real-bussnies-out .apple-head {
  padding-bottom: 20px;
}
.real-bussnies-out .real-bussnies-mn {
  display: flex;
  gap: 50px;
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-left {
  width: calc(50% - 25px);
  position: relative;
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-left .real-bussnies-slide .real-bus-rw {
  display: flex;
  height: 750px;
  flex-wrap: wrap;
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-left .real-bussnies-slide .real-bus-rw figure {
  height: 317px;
  display: flex;
  width: 100%;
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-left .real-bussnies-slide .real-bus-rw figure img {
  width: 100%;
  border-radius: 27px;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-left .real-bussnies-slide .real-bus-rw .real-bus-area {
  min-height: 335px;
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-left .real-bussnies-slide .real-bus-rw .real-bus-area p {
  color: #626262;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1199px) {
  .real-bussnies-out .real-bussnies-mn .real-bussnies-left .real-bussnies-slide .real-bus-rw .real-bus-area p {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .real-bussnies-out .real-bussnies-mn .real-bussnies-left .real-bussnies-slide .real-bus-rw .real-bus-area p {
    font-size: 16px;
  }
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-left .real-bussnies-slide .real-bus-rw .real-bus-area h3 {
  color: #626262;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .real-bussnies-out .real-bussnies-mn .real-bussnies-left .real-bussnies-slide .real-bus-rw .real-bus-area h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .real-bussnies-out .real-bussnies-mn .real-bussnies-left .real-bussnies-slide .real-bus-rw .real-bus-area h3 {
    font-size: 16px;
  }
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-left .real-bussnies-slide .real-bus-rw .real-bus-area .real-num {
  display: flex;
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-left .real-bussnies-slide .real-bus-rw .real-bus-area .real-num .real-text {
  width: 33.33%;
  padding-right: 15px;
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-left .real-bussnies-slide .real-bus-rw .real-bus-area .real-num .real-text h3 {
  color: #626262;
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-left .real-bussnies-slide .real-bus-rw .real-bus-area .real-num .real-text h3 span {
  color: #626262;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1199px) {
  .real-bussnies-out .real-bussnies-mn .real-bussnies-left .real-bussnies-slide .real-bus-rw .real-bus-area .real-num .real-text h3 span {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .real-bussnies-out .real-bussnies-mn .real-bussnies-left .real-bussnies-slide .real-bus-rw .real-bus-area .real-num .real-text h3 {
    font-size: 40px;
  }
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-left .real-bussnies-slide .real-bus-rw .real-bus-area .real-num .real-text p {
  color: #626262;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 130%;
  min-height: unset;
}
@media screen and (max-width: 1199px) {
  .real-bussnies-out .real-bussnies-mn .real-bussnies-left .real-bussnies-slide .real-bus-rw .real-bus-area .real-num .real-text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .real-bussnies-out .real-bussnies-mn .real-bussnies-left .real-bussnies-slide .real-bus-rw .real-bus-area .real-num .real-text p {
    font-size: 16px;
  }
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-left .real-bussnies-slide .real-bus-rw .real-bus-area a {
  border: 1px solid #0080FF;
  display: flex;
  padding: 10px 27px;
  border-radius: 70px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000000;
  display: inline-block;
  text-decoration: none;
  background: rgba(217, 217, 217, 0.16);
  text-transform: capitalize;
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-left .real-bussnies-slide .real-bus-rw .real-bus-area a img {
  margin-left: 10px;
  display: inline-block;
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-left .real-bussnies-slide .real-bus-rw .real-bus-area a:hover {
  background: #0080FF;
  color: #fff;
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-left .real-bussnies-slide .real-bus-rw .real-bus-area a:hover img {
  filter: brightness(0) invert(100);
}
@media screen and (max-width: 1199px) {
  .real-bussnies-out .real-bussnies-mn .real-bussnies-left .real-bussnies-slide .real-bus-rw {
    padding-bottom: 10px;
  }
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-left .scrollbar {
  width: 9px;
  position: absolute;
  background: rgba(217, 217, 217, 0.2);
  right: -29px;
  top: 0px;
  height: calc(100% - 80px);
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .real-bussnies-out .real-bussnies-mn .real-bussnies-left .scrollbar {
    right: 0px;
  }
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-left .scroll-thumb {
  background: #036CD5;
  width: 9px;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: top 0.3s;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .real-bussnies-out .real-bussnies-mn .real-bussnies-left {
    width: 100%;
    padding-right: 30px;
  }
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-right {
  width: calc(50% - 25px);
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-right .real-head {
  background: #F1F7FF;
  padding: 40px 37px;
  width: 100%;
  border-radius: 20px;
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-right .real-head h3 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .real-bussnies-out .real-bussnies-mn .real-bussnies-right .real-head {
    padding: 20px;
  }
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-right .real-bussnies-right-ar .real-bussnies-right-row {
  padding: 10px 0px;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-right .real-bussnies-right-ar .real-bussnies-right-row .real-right-fig {
  min-width: 250px;
  display: flex;
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-right .real-bussnies-right-ar .real-bussnies-right-row .real-right-fig img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .real-bussnies-out .real-bussnies-mn .real-bussnies-right .real-bussnies-right-ar .real-bussnies-right-row .real-right-fig {
    min-width: 125px;
  }
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-right .real-bussnies-right-ar .real-bussnies-right-row .real-right-text {
  width: 100%;
  padding-left: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-right .real-bussnies-right-ar .real-bussnies-right-row .real-right-text span {
  display: block;
  width: 100%;
  line-height: normal;
  color: #036CD5;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding-bottom: 5px;
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-right .real-bussnies-right-ar .real-bussnies-right-row .real-right-text p {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  color: #474F62;
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-right .real-bussnies-right-ar .real-bussnies-right-row .real-right-text p a {
  color: #474F62;
  text-decoration: none;
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-right .real-bussnies-right-ar .real-bussnies-right-row .real-right-text p a:hover {
  color: #0080FF;
}
@media screen and (max-width: 600px) {
  .real-bussnies-out .real-bussnies-mn .real-bussnies-right .real-bussnies-right-ar .real-bussnies-right-row .real-right-text p {
    font-size: 16px;
  }
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-right .real-bussnies-right-ar .real-bussnies-right-row .real-right-text a.leran-mor {
  border: 1px solid #000;
  display: flex;
  padding: 1px 0px;
  border-radius: 20px;
  line-height: 13px;
  width: 37px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #2B2E4A;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  height: 25px;
  transition: all 0.5s;
  overflow: hidden;
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-right .real-bussnies-right-ar .real-bussnies-right-row .real-right-text a.leran-mor span {
  display: inline-block;
  width: 79px;
  color: #2B2E4A;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  padding: 0px;
  line-height: 13px;
  margin-right: 4px;
  visibility: hidden;
  margin-left: -79px;
  white-space: nowrap;
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-right .real-bussnies-right-ar .real-bussnies-right-row .real-right-text a.leran-mor:hover {
  width: 123px;
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-right .real-bussnies-right-ar .real-bussnies-right-row .real-right-text a.leran-mor:hover span {
  visibility: visible;
  margin-left: 0px;
}
@media screen and (max-width: 600px) {
  .real-bussnies-out .real-bussnies-mn .real-bussnies-right .real-bussnies-right-ar .real-bussnies-right-row .real-right-text {
    padding-left: 15px;
  }
}
.real-bussnies-out .real-bussnies-mn .real-bussnies-right .real-bussnies-right-ar .real-bussnies-right-row:last-child {
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  .real-bussnies-out .real-bussnies-mn .real-bussnies-right {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .real-bussnies-out .real-bussnies-mn {
    flex-wrap: wrap;
  }
}

.why-apple-outer {
  padding: 60px 0px;
}
.why-apple-outer .apple-head {
  padding-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .why-apple-outer .apple-head {
    padding-bottom: 20px;
  }
}
.why-apple-outer .why-apple-row {
  display: flex;
  gap: 50px;
  align-items: center;
  padding: 28px 0px;
}
.why-apple-outer .why-apple-row .why-left-text {
  width: 50%;
}
.why-apple-outer .why-apple-row .why-left-text h3 {
  font-size: 40px;
  line-height: 123%;
  font-family: "Montserrat", sans-serif;
  color: #010101;
  font-weight: 700;
  padding-bottom: 15px;
}
.why-apple-outer .why-apple-row .why-left-text h3 span {
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .why-apple-outer .why-apple-row .why-left-text h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .why-apple-outer .why-apple-row .why-left-text h3 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .why-apple-outer .why-apple-row .why-left-text h3 {
    font-size: 25px;
  }
}
.why-apple-outer .why-apple-row .why-left-text h4 {
  font-size: 22px;
  line-height: 138%;
  font-family: "Montserrat", sans-serif;
  color: #626262;
  font-weight: 600;
  padding-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .why-apple-outer .why-apple-row .why-left-text h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .why-apple-outer .why-apple-row .why-left-text h4 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .why-apple-outer .why-apple-row .why-left-text h4 {
    font-size: 18px;
  }
}
.why-apple-outer .why-apple-row .why-left-text p {
  font-size: 18px;
  line-height: 138%;
  font-family: "Montserrat", sans-serif;
  color: #626262;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .why-apple-outer .why-apple-row .why-left-text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .why-apple-outer .why-apple-row .why-left-text p br {
    display: none;
  }
}
.why-apple-outer .why-apple-row .why-left-text ul {
  list-style: disc;
  padding-left: 25px;
}
.why-apple-outer .why-apple-row .why-left-text ul li {
  font-size: 18px;
  line-height: 138%;
  font-family: "Montserrat", sans-serif;
  color: #626262;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 1199px) {
  .why-apple-outer .why-apple-row .why-left-text ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .why-apple-outer .why-apple-row .why-left-text ul li br {
    display: none;
  }
}
.why-apple-outer .why-apple-row .why-left-text h5 {
  font-size: 18px;
  line-height: 138%;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 700;
  padding-bottom: 5px;
}
.why-apple-outer .why-apple-row .why-left-text .why-startup-rw {
  display: flex;
  gap: 0px 20px;
  flex-wrap: wrap;
}
.why-apple-outer .why-apple-row .why-left-text .why-startup-rw .why-startup-bx {
  width: calc(50% - 25px);
  padding: 10px 0px 12px;
  border-top: 1px solid rgba(120, 120, 120, 0.5019607843);
}
.why-apple-outer .why-apple-row .why-left-text .why-startup-rw .why-startup-bx p {
  font-size: 17px;
  line-height: 138%;
  color: #000;
  margin-bottom: 0px;
  font-weight: 400;
}
.why-apple-outer .why-apple-row .why-left-text .why-startup-rw .why-startup-bx:first-child {
  border-top: none;
}
.why-apple-outer .why-apple-row .why-left-text .why-startup-rw .why-startup-bx:nth-child(2) {
  border-top: none;
}
@media screen and (max-width: 576px) {
  .why-apple-outer .why-apple-row .why-left-text .why-startup-rw .why-startup-bx:nth-child(2) {
    border-top: 1px solid rgba(120, 120, 120, 0.5019607843);
  }
}
@media screen and (max-width: 576px) {
  .why-apple-outer .why-apple-row .why-left-text .why-startup-rw .why-startup-bx {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .why-apple-outer .why-apple-row .why-left-text .why-startup-rw {
    gap: 0px;
  }
}
@media screen and (max-width: 991px) {
  .why-apple-outer .why-apple-row .why-left-text {
    width: 100%;
    padding-bottom: 30px;
  }
}
.why-apple-outer .why-apple-row .why-right-img {
  width: 50%;
  overflow: hidden;
  border-radius: 30px;
  display: flex;
}
.why-apple-outer .why-apple-row .why-right-img img {
  width: 100%;
  border-radius: 30px;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .why-apple-outer .why-apple-row .why-right-img {
    width: 100%;
  }
}
.why-apple-outer .why-apple-row .why-right-img:hover img {
  transform: scale(1.05);
}
.why-apple-outer .why-apple-row:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .why-apple-outer .why-apple-row {
    flex-wrap: wrap;
    gap: 0px;
    padding: 20px;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    border-radius: 30px;
  }
}

.bfsi-computer-outer {
  background: rgba(204, 192, 248, 0.3019607843);
  padding: 60px 0px;
}
.bfsi-computer-outer .apple-head {
  padding-bottom: 0px;
}
.bfsi-computer-outer .bfsi-computer-main {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  justify-content: center;
}
.bfsi-computer-outer .bfsi-computer-main .bfsi-bx {
  width: calc(33.33% - 10px);
  border: 1px solid #F3F4FE;
  background: rgba(255, 255, 255, 0.8784313725);
  padding: 47px;
  display: flex;
  box-shadow: 0px 6px 100px 0px rgba(165, 153, 209, 0.3019607843);
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  transform: scale(1);
}
.bfsi-computer-outer .bfsi-computer-main .bfsi-bx h3 {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  color: #000;
  text-align: center;
  line-height: 138%;
}
.bfsi-computer-outer .bfsi-computer-main .bfsi-bx h3 span {
  font-weight: 400;
}
@media screen and (max-width: 1399px) {
  .bfsi-computer-outer .bfsi-computer-main .bfsi-bx h3 {
    font-size: 29px;
  }
}
@media screen and (max-width: 1024px) {
  .bfsi-computer-outer .bfsi-computer-main .bfsi-bx h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 600px) {
  .bfsi-computer-outer .bfsi-computer-main .bfsi-bx h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .bfsi-computer-outer .bfsi-computer-main .bfsi-bx {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .bfsi-computer-outer .bfsi-computer-main .bfsi-bx {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 576px) {
  .bfsi-computer-outer .bfsi-computer-main .bfsi-bx {
    width: 100%;
  }
}
.bfsi-computer-outer .bfsi-computer-main .bfsi-bx:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 20px !important;
}

.why-apple-outer.why-apple-black-outer {
  background: rgba(0, 0, 0, 0.9215686275);
}
.why-apple-outer.why-apple-black-outer .apple-head h2 {
  color: #fff;
}
.why-apple-outer.why-apple-black-outer .why-apple-row {
  display: flex;
  gap: 50px;
  align-items: center;
  padding: 28px 0px;
}
.why-apple-outer.why-apple-black-outer .why-apple-row .why-left-text h3 {
  color: #FFFFFF;
}
.why-apple-outer.why-apple-black-outer .why-apple-row .why-left-text h4 {
  color: #DEDDDD;
}
.why-apple-outer.why-apple-black-outer .why-apple-row .why-left-text p {
  color: #DEDDDD;
}
.why-apple-outer.why-apple-black-outer .why-apple-row .why-left-text ul li {
  color: #DEDDDD;
}
.why-apple-outer.why-apple-black-outer .why-apple-row .why-left-text h5 {
  color: #fff;
}
.why-apple-outer.why-apple-black-outer .why-apple-row .why-left-text .why-startup-rw .why-startup-bx p {
  color: #DEDDDD;
}
@media screen and (max-width: 991px) {
  .why-apple-outer.why-apple-black-outer .why-apple-row .why-left-text {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 991px) {
  .why-apple-outer.why-apple-black-outer .why-apple-row {
    flex-wrap: wrap;
    gap: 0px;
    padding: 0px;
    box-shadow: none;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0px;
  }
  .why-apple-outer.why-apple-black-outer .why-apple-row:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

.bfsi-computer-outer.bfsi-computer-bg-changes {
  background: #E8F3FF;
}
.bfsi-computer-outer.bfsi-computer-bg-changes .bfsi-computer-main .bfsi-bx {
  border: 2px solid rgba(165, 153, 209, 0.3019607843);
  background: rgba(255, 255, 255, 0.631372549);
  box-shadow: none;
}

.apple-case-study-banner {
  position: relative;
}
.apple-case-study-banner figure {
  margin-bottom: 0px;
}
.apple-case-study-banner figure img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .apple-case-study-banner figure img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.apple-case-study-banner .case-study-text-outer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  bottom: 0px;
  display: flex;
  align-items: center;
}
.apple-case-study-banner .case-study-text-outer .case-study-st {
  text-align: center;
  padding-bottom: 7px;
}
.apple-case-study-banner .case-study-text-outer .case-study-st h5 {
  display: inline-block;
  font-size: 20px;
  line-height: 123%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
}
.apple-case-study-banner .case-study-text-outer .case-study-st h5 span {
  width: 13px;
  height: 13px;
  display: inline-block;
  background: #51D281;
  display: inline-block;
  margin-right: 10px;
  border-radius: 13px;
}
.apple-case-study-banner .case-study-text-outer h1 {
  text-align: center;
  font-size: 60px;
  line-height: 123%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1399px) {
  .apple-case-study-banner .case-study-text-outer h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1199px) {
  .apple-case-study-banner .case-study-text-outer h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .apple-case-study-banner .case-study-text-outer h1 {
    font-size: 30px;
  }
}

.case-study-apple-outer {
  padding: 60px 0px;
}
.case-study-apple-outer .nav-tabs {
  border: none;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.case-study-apple-outer .nav-tabs .nav-item {
  padding: 0px 7px 14px;
}
.case-study-apple-outer .nav-tabs .nav-item .nav-link {
  border: 1px solid #7D7D7D;
  border-radius: 41px;
  padding: 19px 56px;
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 1399px) {
  .case-study-apple-outer .nav-tabs .nav-item .nav-link {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .case-study-apple-outer .nav-tabs .nav-item .nav-link {
    padding: 12px 30px;
    font-size: 18px;
  }
}
.case-study-apple-outer .nav-tabs .nav-item .nav-link.active {
  background: #036CD5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .case-study-apple-outer .nav-tabs {
    display: none;
  }
}
.case-study-apple-outer .tab-content.accordion {
  padding: 50px 0px;
}
.case-study-apple-outer .tab-content.accordion .tab-pane {
  border: none;
  border-radius: 0px;
}
.case-study-apple-outer .tab-content.accordion .tab-pane .accordion-body {
  padding: 0px;
}
.case-study-apple-outer .tab-content.accordion .tab-pane .accordion-body .case-row {
  display: flex;
  align-items: center;
  padding: 50px 0px;
  border-bottom: 1px solid #CCCCCC;
}
.case-study-apple-outer .tab-content.accordion .tab-pane .accordion-body .case-row .case-left-text {
  width: 50%;
  padding-right: 15px;
}
.case-study-apple-outer .tab-content.accordion .tab-pane .accordion-body .case-row .case-left-text h2 {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #000000;
  line-height: 130%;
  padding-bottom: 30px;
}
.case-study-apple-outer .tab-content.accordion .tab-pane .accordion-body .case-row .case-left-text h2 span {
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .case-study-apple-outer .tab-content.accordion .tab-pane .accordion-body .case-row .case-left-text h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .case-study-apple-outer .tab-content.accordion .tab-pane .accordion-body .case-row .case-left-text h2 {
    font-size: 25px;
    padding-bottom: 14px;
  }
  .case-study-apple-outer .tab-content.accordion .tab-pane .accordion-body .case-row .case-left-text h2 br {
    display: none;
  }
}
.case-study-apple-outer .tab-content.accordion .tab-pane .accordion-body .case-row .case-left-text a {
  border: 1px solid #000000;
  padding: 6px 15px;
  display: inline-block;
  font-size: 13px;
  color: #2B2E4A;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  line-height: 18px;
  transition: all 0.5s;
}
.case-study-apple-outer .tab-content.accordion .tab-pane .accordion-body .case-row .case-left-text a img {
  margin-left: 8px;
}
.case-study-apple-outer .tab-content.accordion .tab-pane .accordion-body .case-row .case-left-text a:hover {
  background: #000000;
  color: #fff;
}
.case-study-apple-outer .tab-content.accordion .tab-pane .accordion-body .case-row .case-left-text a:hover img {
  filter: invert(100);
}
@media screen and (max-width: 767px) {
  .case-study-apple-outer .tab-content.accordion .tab-pane .accordion-body .case-row .case-left-text {
    width: 100%;
    padding-right: 0px;
    order: 2;
  }
}
.case-study-apple-outer .tab-content.accordion .tab-pane .accordion-body .case-row .case-right-img {
  width: 50%;
  padding-left: 15px;
}
.case-study-apple-outer .tab-content.accordion .tab-pane .accordion-body .case-row .case-right-img figure {
  margin-bottom: 0px;
  overflow: hidden;
  border-radius: 30px;
}
.case-study-apple-outer .tab-content.accordion .tab-pane .accordion-body .case-row .case-right-img figure img {
  width: 100%;
  transition: all 0.5s;
}
.case-study-apple-outer .tab-content.accordion .tab-pane .accordion-body .case-row .case-right-img figure:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .case-study-apple-outer .tab-content.accordion .tab-pane .accordion-body .case-row .case-right-img {
    width: 100%;
    padding-left: 0px;
    order: 1;
    padding-bottom: 30px;
  }
}
.case-study-apple-outer .tab-content.accordion .tab-pane .accordion-body .case-row:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .case-study-apple-outer .tab-content.accordion .tab-pane .accordion-body .case-row {
    flex-wrap: wrap;
    padding: 30px 0px;
  }
}
.case-study-apple-outer .tab-content.accordion .tab-pane .load-more a {
  background: #036CD5;
  display: inline-block;
  padding: 15px 64px;
  border-radius: 60px;
  font-size: 20px;
  line-height: 123%;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #036CD5;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}
.case-study-apple-outer .tab-content.accordion .tab-pane .load-more a:hover {
  background: rgb(255, 255, 255);
  color: rgb(0, 128, 255);
}
@media screen and (max-width: 1199px) {
  .case-study-apple-outer .tab-content.accordion .tab-pane .load-more a {
    font-size: 18px;
    padding: 12px 50px;
  }
}
.case-study-apple-outer .tab-content.accordion .tab-pane .accordion-header {
  display: none;
}
@media screen and (max-width: 767px) {
  .case-study-apple-outer .tab-content.accordion .tab-pane .accordion-header {
    display: block;
  }
  .case-study-apple-outer .tab-content.accordion .tab-pane .accordion-header .accordion-button {
    box-shadow: none !important;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 5px;
  }
  .case-study-apple-outer .tab-content.accordion .tab-pane .accordion-header .accordion-button:not(.collapsed) {
    background: #036CD5;
    color: #fff;
  }
  .case-study-apple-outer .tab-content.accordion .tab-pane .accordion-header .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(100);
  }
}
@media screen and (max-width: 767px) {
  .case-study-apple-outer .tab-content.accordion .tab-pane {
    display: block;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .case-study-apple-outer .tab-content.accordion .tab-pane .accordion-collapse.show {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .case-study-apple-outer .tab-content.accordion {
    padding: 0px;
  }
}

.apple-ready-write-outer {
  padding: 82px 0px;
  background: #FAFAFC;
}
.apple-ready-write-outer .ready-main {
  max-width: 700px;
  margin: 0 auto;
}
.apple-ready-write-outer .ready-main h2 {
  font-size: 40px;
  line-height: 123%;
  color: #1E1E1E;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .apple-ready-write-outer .ready-main h2 {
    font-size: 35px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .apple-ready-write-outer .ready-main h2 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .apple-ready-write-outer .ready-main h2 {
    font-size: 30px;
  }
}
.apple-ready-write-outer .ready-main p {
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .apple-ready-write-outer .ready-main p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .apple-ready-write-outer .ready-main p {
    font-size: 18px;
  }
}
.apple-ready-write-outer .ready-main .ready-btn-area {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.apple-ready-write-outer .ready-main .ready-btn-area .sehedule-btn {
  padding: 14px 41px;
  border-radius: 40px;
  background: #474F62;
  font-size: 14px;
  line-height: 123%;
  color: #fff;
  display: flex;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  width: 316px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #474F62;
  transition: all 0.5s;
}
.apple-ready-write-outer .ready-main .ready-btn-area .sehedule-btn .sehedule-ico {
  margin-left: 8px;
}
.apple-ready-write-outer .ready-main .ready-btn-area .sehedule-btn .right-white {
  margin-right: 8px;
}
.apple-ready-write-outer .ready-main .ready-btn-area .sehedule-btn:hover {
  border: 1px solid #000000;
  background: rgba(217, 217, 217, 0.1607843137);
  color: #000;
}
.apple-ready-write-outer .ready-main .ready-btn-area .sehedule-btn:hover img {
  filter: invert(100);
}
.apple-ready-write-outer .ready-main .ready-btn-area .studies-btn {
  border: 1px solid #000000;
  background: rgba(217, 217, 217, 0.1607843137);
  padding: 14px 41px;
  border-radius: 40px;
  font-size: 14px;
  line-height: 123%;
  display: flex;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  width: 286px;
  align-items: center;
  justify-content: space-between;
  color: #000;
  transition: all 0.5s;
}
.apple-ready-write-outer .ready-main .ready-btn-area .studies-btn:hover {
  border: 1px solid #474F62;
  background: #474F62;
  color: #fff;
}
.apple-ready-write-outer .ready-main .ready-btn-area .studies-btn:hover img {
  filter: invert(100);
}
@media screen and (max-width: 767px) {
  .apple-ready-write-outer .ready-main .ready-btn-area {
    flex-wrap: wrap;
  }
}

.apple-case-study-details-banner {
  padding: 100px 0px;
}
.apple-case-study-details-banner .apple-case-study-details-main h1 {
  font-size: 80px;
  line-height: 123%;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 1399px) {
  .apple-case-study-details-banner .apple-case-study-details-main h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1199px) {
  .apple-case-study-details-banner .apple-case-study-details-main h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 991px) {
  .apple-case-study-details-banner .apple-case-study-details-main h1 {
    font-size: 30px;
  }
}
.apple-case-study-details-banner .apple-case-study-details-main h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 123%;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1399px) {
  .apple-case-study-details-banner .apple-case-study-details-main h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1199px) {
  .apple-case-study-details-banner .apple-case-study-details-main h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 992px) {
  .apple-case-study-details-banner .apple-case-study-details-main h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .apple-case-study-details-banner {
    padding: 50px 0px;
  }
}

.apple-case-study-counter-outer {
  position: relative;
  overflow: hidden;
  display: flex;
}
.apple-case-study-counter-outer figure {
  margin-bottom: 0px;
  display: flex;
  width: 100%;
}
.apple-case-study-counter-outer figure img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.apple-case-study-counter-outer .case-study-counter-main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  left: 0px;
  display: flex;
  align-items: flex-end;
}
.apple-case-study-counter-outer .case-study-counter-main .study-main-counter {
  display: flex;
  justify-content: flex-end;
}
.apple-case-study-counter-outer .case-study-counter-main .study-main-counter .study-counter {
  display: flex;
  gap: 40px;
  margin-bottom: 100px;
  width: 80%;
  background: #fff;
  padding: 40px 20px;
}
.apple-case-study-counter-outer .case-study-counter-main .study-main-counter .study-counter .study-bx {
  width: calc(25% - 29px);
}
.apple-case-study-counter-outer .case-study-counter-main .study-main-counter .study-counter .study-bx label {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 123%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #7D7D7D;
  padding-bottom: 9px;
}
.apple-case-study-counter-outer .case-study-counter-main .study-main-counter .study-counter .study-bx h5 {
  font-size: 15px;
  line-height: 123%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
  margin-bottom: 0px;
}
@media screen and (max-width: 1199px) {
  .apple-case-study-counter-outer .case-study-counter-main .study-main-counter .study-counter .study-bx h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .apple-case-study-counter-outer .case-study-counter-main .study-main-counter .study-counter .study-bx h5 {
    font-size: 16px;
  }
}
.apple-case-study-counter-outer .case-study-counter-main .study-main-counter .study-counter .study-bx h3 {
  font-size: 30px;
  line-height: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
  margin-bottom: 0px;
}
@media screen and (max-width: 1199px) {
  .apple-case-study-counter-outer .case-study-counter-main .study-main-counter .study-counter .study-bx h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .apple-case-study-counter-outer .case-study-counter-main .study-main-counter .study-counter .study-bx {
    width: calc(50% - 29px);
  }
}
@media screen and (max-width: 600px) {
  .apple-case-study-counter-outer .case-study-counter-main .study-main-counter .study-counter .study-bx {
    width: calc(50% - 12px);
  }
}
/*.apple-case-study-counter-outer .case-study-counter-main .study-main-counter .study-counter .study-bx:nth-child(3) label {
  min-height: 50px;
}*/
@media screen and (max-width: 1199px) {
  .apple-case-study-counter-outer .case-study-counter-main .study-main-counter .study-counter {
    max-width: 950px;
    min-width: 950px;
  }
}
@media screen and (max-width: 991px) {
  .apple-case-study-counter-outer .case-study-counter-main .study-main-counter .study-counter {
    flex-wrap: wrap;
    max-width: 550px;
    min-width: 550px;
  }
}
@media screen and (max-width: 600px) {
  .apple-case-study-counter-outer .case-study-counter-main .study-main-counter .study-counter {
    margin-bottom: 30px;
    max-width: 100%;
    min-width: 100%;
    gap: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .apple-case-study-counter-outer {
    height: 417px;
  }
}

.apple-the-chalange-outer {
  padding: 60px 0px;
}
.apple-the-chalange-outer .the-chalange-main {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.apple-the-chalange-outer .the-chalange-main .the-chalange-left {
  width: 40%;
}
.apple-the-chalange-outer .the-chalange-main .the-chalange-left h2 {
  font-size: 80px;
  line-height: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #2F2F2F;
  padding-bottom: 20px;
}
@media screen and (max-width: 1399px) {
  .apple-the-chalange-outer .the-chalange-main .the-chalange-left h2 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1199px) {
  .apple-the-chalange-outer .the-chalange-main .the-chalange-left h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .apple-the-chalange-outer .the-chalange-main .the-chalange-left h2 {
    font-size: 30px;
  }
}
.apple-the-chalange-outer .the-chalange-main .the-chalange-left p {
  font-size: 20px;
  line-height: 138%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000000;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .apple-the-chalange-outer .the-chalange-main .the-chalange-left p {
    font-size: 18px;
  }
  .apple-the-chalange-outer .the-chalange-main .the-chalange-left p br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .apple-the-chalange-outer .the-chalange-main .the-chalange-left p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .apple-the-chalange-outer .the-chalange-main .the-chalange-left {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .apple-the-chalange-outer .the-chalange-main .the-chalange-left {
    width: 100%;
  }
}
.apple-the-chalange-outer .the-chalange-main .the-chalange-right {
  width: 50%;
  padding-left: 30px;
}
.apple-the-chalange-outer .the-chalange-main .the-chalange-right .the-chalange-rw {
  background: linear-gradient(180deg, #FFF6EC 0%, #FBFBFB 100%);
  padding: 17px 25px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  transition: all 0.5s;
  transform: scale(1);
}
.apple-the-chalange-outer .the-chalange-main .the-chalange-right .the-chalange-rw span {
  font-size: 80px;
  line-height: 123%;
  color: rgba(0, 0, 0, 0.3);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1399px) {
  .apple-the-chalange-outer .the-chalange-main .the-chalange-right .the-chalange-rw span {
    font-size: 55px;
  }
}
@media screen and (max-width: 1199px) {
  .apple-the-chalange-outer .the-chalange-main .the-chalange-right .the-chalange-rw span {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .apple-the-chalange-outer .the-chalange-main .the-chalange-right .the-chalange-rw span {
    font-size: 30px;
  }
}
.apple-the-chalange-outer .the-chalange-main .the-chalange-right .the-chalange-rw p {
  padding-left: 30px;
  margin: 0px;
  font-size: 20px;
  line-height: 138%;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .apple-the-chalange-outer .the-chalange-main .the-chalange-right .the-chalange-rw p br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .apple-the-chalange-outer .the-chalange-main .the-chalange-right .the-chalange-rw p {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .apple-the-chalange-outer .the-chalange-main .the-chalange-right .the-chalange-rw p {
    font-size: 16px;
    padding-left: 15px;
  }
}
.apple-the-chalange-outer .the-chalange-main .the-chalange-right .the-chalange-rw:nth-child(2n) {
  background: linear-gradient(180deg, #F4ECFF 0%, #FBFBFB 100%);
}
.apple-the-chalange-outer .the-chalange-main .the-chalange-right .the-chalange-rw:hover {
  transform: scale(1.02);
}
@media screen and (max-width: 991px) {
  .apple-the-chalange-outer .the-chalange-main .the-chalange-right .the-chalange-rw {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 991px) {
  .apple-the-chalange-outer .the-chalange-main .the-chalange-right {
    width: 100%;
    padding-left: 0px;
  }
}
@media screen and (max-width: 991px) {
  .apple-the-chalange-outer .the-chalange-main {
    flex-wrap: wrap;
  }
}

.apple-the-solution-outer {
  padding: 60px 0px 80px;
  background: url(../images/apple-lmages/apple-solution-bg.webp) no-repeat;
  background-size: cover;
}
.apple-the-solution-outer .apple-head h2 {
  color: #fff;
  padding-bottom: 5px;
}
.apple-the-solution-outer .apple-head p {
  text-align: center;
  font-size: 20px;
  line-height: 138%;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .apple-the-solution-outer .apple-head p br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .apple-the-solution-outer .apple-head p {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .apple-the-solution-outer .apple-head p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .apple-the-solution-outer .apple-head {
    padding-bottom: 20px;
  }
}
.apple-the-solution-outer .the-solution-main {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.apple-the-solution-outer .the-solution-main .the-solution-bx {
  display: flex;
  width: calc(50% - 30px);
  align-items: center;
  transition: all 0.5s;
  transform: scale(1);
}
.apple-the-solution-outer .the-solution-main .the-solution-bx span {
  width: 68px;
  height: 68px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-right: 20px;
  min-width: 68px;
  padding: 10px;
}
@media screen and (max-width: 600px) {
  .apple-the-solution-outer .the-solution-main .the-solution-bx span {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
}
.apple-the-solution-outer .the-solution-main .the-solution-bx span img {
  max-width: 100%;
}
.apple-the-solution-outer .the-solution-main .the-solution-bx p {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 138%;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .apple-the-solution-outer .the-solution-main .the-solution-bx p br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .apple-the-solution-outer .the-solution-main .the-solution-bx p {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .apple-the-solution-outer .the-solution-main .the-solution-bx p {
    font-size: 16px;
  }
}
.apple-the-solution-outer .the-solution-main .the-solution-bx:hover {
  transform: scale(1.02);
}
@media screen and (max-width: 767px) {
  .apple-the-solution-outer .the-solution-main .the-solution-bx {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .apple-the-solution-outer .the-solution-main {
    gap: 20px;
  }
}

.apple-the-impact-outer {
  padding: 60px 0px;
}
.apple-the-impact-outer .apple-head h2 {
  color: #000;
  padding-bottom: 5px;
}
.apple-the-impact-outer .apple-head p {
  text-align: center;
  font-size: 20px;
  line-height: 138%;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .apple-the-impact-outer .apple-head p {
    font-size: 18px;
  }
  .apple-the-impact-outer .apple-head p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .apple-the-impact-outer .apple-head {
    padding-bottom: 10px;
  }
}
.apple-the-impact-outer .the-impact-main {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.apple-the-impact-outer .the-impact-main .the-imapct-bx {
  width: calc(25% - 9px);
  border: 1px solid #E5E5E5;
  border-radius: 20px;
  padding: 42px 29px;
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.0509803922);
  transition: all 0.5s;
  transform: scale(1);
}
.apple-the-impact-outer .the-impact-main .the-imapct-bx figure span {
  width: 63px;
  height: 63px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-right: 20px;
}
.apple-the-impact-outer .the-impact-main .the-imapct-bx h3 {
  font-size: 40px;
  line-height: 138%;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .apple-the-impact-outer .the-impact-main .the-imapct-bx h3 {
    font-size: 30px;
  }
}
.apple-the-impact-outer .the-impact-main .the-imapct-bx h4 {
  font-size: 20px;
  line-height: 100%;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  min-height: 76px;
}
@media screen and (max-width: 1199px) {
  .apple-the-impact-outer .the-impact-main .the-imapct-bx h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .apple-the-impact-outer .the-impact-main .the-imapct-bx h4 {
    min-height: 45px;
  }
  .apple-the-impact-outer .the-impact-main .the-imapct-bx h4 br {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .apple-the-impact-outer .the-impact-main .the-imapct-bx h4 {
    min-height: unset;
    padding-bottom: 10px;
  }
}
.apple-the-impact-outer .the-impact-main .the-imapct-bx h5 {
  font-size: 25px;
  line-height: 120%;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  min-height: 140px;
}
@media screen and (max-width: 1199px) {
  .apple-the-impact-outer .the-impact-main .the-imapct-bx h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .apple-the-impact-outer .the-impact-main .the-imapct-bx h5 {
    min-height: 95px;
  }
  .apple-the-impact-outer .the-impact-main .the-imapct-bx h5 br {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .apple-the-impact-outer .the-impact-main .the-imapct-bx h5 {
    min-height: unset;
    padding-bottom: 10px;
  }
}
.apple-the-impact-outer .the-impact-main .the-imapct-bx p {
  font-size: 18px;
  line-height: 120%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #555555;
}
@media screen and (max-width: 991px) {
  .apple-the-impact-outer .the-impact-main .the-imapct-bx p br {
    display: none;
  }
}
.apple-the-impact-outer .the-impact-main .the-imapct-bx:hover {
  transform: scale(1.02);
}
@media screen and (max-width: 1199px) {
  .apple-the-impact-outer .the-impact-main .the-imapct-bx {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 991px) {
  .apple-the-impact-outer .the-impact-main .the-imapct-bx {
    width: calc(50% - 9px);
  }
}
@media screen and (max-width: 576px) {
  .apple-the-impact-outer .the-impact-main .the-imapct-bx {
    width: 100%;
  }
}

.apple-lifecycle-service {
  background: #F5F5F5;
  padding: 60px 0;
}
.apple-lifecycle-service .apple-head h2 {
  padding-bottom: 10px;
}
.apple-lifecycle-service .apple-head p {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 123%;
}
@media screen and (max-width: 992px) {
  .apple-lifecycle-service .apple-head p {
    font-size: 18px;
  }
}
.apple-lifecycle-service .service-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.apple-lifecycle-service .service-card h3 {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  min-height: 50px;
  font-weight: 600;
  line-height: 123%;
  color: #000;
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .apple-lifecycle-service .service-card h3 {
    font-size: 18px;
  }
}
.apple-lifecycle-service .service-card p {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  line-height: 123%;
  color: #000;
}
.apple-lifecycle-service .service-card .card-footer-bar {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #E95454 0%, #276EE3 100%);
  margin-top: 80px;
}
.apple-lifecycle-service .service-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.apple-what-is-mec {
  padding: 20px 0 60px 0;
}
.apple-what-is-mec .apple-head h2 {
  padding-bottom: 10px;
}
.apple-what-is-mec .apple-head p {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 143%;
}
@media screen and (max-width: 992px) {
  .apple-what-is-mec .apple-head p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .apple-what-is-mec .apple-head p br {
    display: none;
  }
}
.apple-what-is-mec .apple-head figure img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .apple-what-is-mec .apple-head {
    padding-bottom: 0px;
  }
}
.apple-what-is-mec .mec-left {
  padding-left: 80px;
}
@media screen and (max-width: 1199px) {
  .apple-what-is-mec .mec-left {
    padding-left: 20px;
  }
}
.apple-what-is-mec .mec-right {
  padding-left: 80px;
  padding-right: 40px;
}
.apple-what-is-mec .mec-right p {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  border-bottom: 1px dashed #7A7A7A;
  font-weight: 500;
  color: #000;
  line-height: 143%;
  padding-bottom: 35px;
}
@media screen and (max-width: 992px) {
  .apple-what-is-mec .mec-right p {
    font-size: 20px;
  }
}
.apple-what-is-mec .mec-right p:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .apple-what-is-mec .mec-right {
    padding-left: 20px;
    padding-right: 10px;
  }
}
.apple-what-is-mec.team-computers {
  padding-bottom: 0;
}
.apple-what-is-mec.team-computers .learn-more {
  width: 237px;
  height: 56px;
  display: flex;
  align-items: center;
  border-radius: 60px;
  justify-content: center;
  background: #036CD5;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  line-height: 123%;
  letter-spacing: 0%;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  .apple-what-is-mec.team-computers .learn-more {
    font-size: 16px;
  }
}
.apple-what-is-mec.team-computers .learn-more:hover {
  background: #000;
}

.apple-why-mac-at-work {
  padding: 0 0 60px 0;
}
.apple-why-mac-at-work .container {
  background: #FAFAFC;
  padding: 60px 80px 60px 100px;
  border-radius: 20px;
}
.apple-why-mac-at-work .container .apple-head h2 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.apple-why-mac-at-work .container .stat-box {
  text-align: left;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .apple-why-mac-at-work .container .stat-box {
    width: 50%;
    text-align: center;
  }
  .apple-why-mac-at-work .container .stat-box .gradient-bar {
    margin: 0 auto 20px !important;
  }
  .apple-why-mac-at-work .container .stat-box .d-flex.align-items-baseline {
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .apple-why-mac-at-work .container .stat-box {
    width: 100%;
  }
}
.apple-why-mac-at-work .container .stat-box .stat-title {
  font-size: 50px;
  font-weight: 700;
  margin-top: 10px;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1199px) {
  .apple-why-mac-at-work .container .stat-box .stat-title {
    font-size: 40px;
  }
}
.apple-why-mac-at-work .container .stat-box .stat-suffix {
  font-size: 50px;
  font-weight: 700;
  margin-top: 10px;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1199px) {
  .apple-why-mac-at-work .container .stat-box .stat-suffix {
    font-size: 40px;
  }
}
.apple-why-mac-at-work .container .stat-box .stat-description {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .apple-why-mac-at-work .container .stat-box .stat-description {
    font-size: 16px;
  }
}
.apple-why-mac-at-work .container .stat-box h4 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  margin-top: 0px;
}
@media screen and (max-width: 992px) {
  .apple-why-mac-at-work .container .stat-box h4 {
    font-size: 16px;
  }
}
.apple-why-mac-at-work .container .stat-box .gradient-bar {
  width: 91px;
  height: 4px;
  margin: 0 0 20px;
  border-radius: 2px;
  background: linear-gradient(to right, #ff4b5c, #0052cc);
}
@media screen and (max-width: 992px) {
  .apple-why-mac-at-work .container {
    padding: 60px 20px 60px 20px;
  }
}

.apple-where-we-help {
  padding: 0 0 60px 0;
}
.apple-where-we-help .apple-head h2 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.apple-where-we-help .icon-box {
  background: #FAFAFC;
  border-radius: 20px;
  height: 100%;
  padding: 50px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  .apple-where-we-help .icon-box {
    padding: 30px;
  }
}
.apple-where-we-help .icon-box img {
  margin-bottom: 20px;
}
.apple-where-we-help .icon-box h6 {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 123%;
  color: #000;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .apple-where-we-help .icon-box h6 {
    font-size: 18px;
  }
}
.apple-where-we-help .icon-box p {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  line-height: 123%;
  color: #000;
}
.apple-where-we-help .icon-box:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.px-6 {
  padding: 0 100px;
}
@media screen and (max-width: 1199px) {
  .px-6 {
    padding: 0 15px;
  }
}

.apple-our-deployments {
  padding: 40px 0 0 0;
}
.apple-our-deployments .apple-head h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 40px;
  line-height: 123%;
  letter-spacing: 0%;
  text-align: center;
  color: #E7DBDB;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .apple-our-deployments .apple-head h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .apple-our-deployments .apple-head h3 {
    font-size: 24px;
  }
}

.apple-key-fetaures {
  padding-bottom: 60px;
}
.apple-key-fetaures .apple-head {
  padding-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .apple-key-fetaures .apple-head {
    padding-bottom: 10px;
  }
}
.apple-key-fetaures .key-fatures-inner {
  background: url(../images/apple-lmages/key-fetaures-bg.webp) top left no-repeat;
  background-size: cover;
  border-radius: 17px !important;
}
.apple-key-fetaures .key-fatures-inner .rounded {
  border-radius: 17px !important;
}
.apple-key-fetaures .key-fatures-inner .rounded img {
  padding-bottom: 30px;
}
.apple-key-fetaures .key-fatures-inner .rounded h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #000;
  line-height: 138%;
  letter-spacing: 0%;
}
@media screen and (max-width: 992px) {
  .apple-key-fetaures .key-fatures-inner .rounded h5 {
    font-size: 20px;
  }
}
.apple-key-fetaures .key-fatures-inner .rounded p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 138%;
  letter-spacing: 0%;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 992px) {
  .apple-key-fetaures .key-fatures-inner .rounded p {
    font-size: 16px;
  }
  .apple-key-fetaures .key-fatures-inner .rounded p br {
    display: none;
  }
}
.apple-key-fetaures .key-fatures-inner p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 138%;
  letter-spacing: 0%;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 992px) {
  .apple-key-fetaures .key-fatures-inner p {
    font-size: 18px;
  }
}
.apple-key-fetaures .heading-text {
  border-radius: 33px;
}
.apple-key-fetaures .heading-text h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 138%;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .apple-key-fetaures .heading-text h6 {
    font-size: 18px;
  }
}
.apple-key-fetaures .heading-text ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 138%;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.apple-key-fetaures .heading-text ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #000;
}
@media screen and (max-width: 992px) {
  .apple-key-fetaures .heading-text ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .apple-key-fetaures .heading-text {
    padding: 30px !important;
  }
}

.apple-financial-solutions-section {
  padding: 60px 0;
  margin-top: 60px;
  background: url(../images/apple-lmages/flexible-financial-solution-bg.jpg) top left no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .apple-financial-solutions-section .apple-head p br {
    display: none;
  }
}
.apple-financial-solutions-section .container {
  max-width: 1100px;
}
.apple-financial-solutions-section .container .flex-solution {
  border-radius: 27px;
  padding: 50px 70px !important;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .apple-financial-solutions-section .container .flex-solution {
    padding: 30px 20px !important;
  }
}
.apple-financial-solutions-section .container .flex-solution img {
  margin-bottom: 20px;
}
.apple-financial-solutions-section .container .flex-solution h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  line-height: 123%;
  letter-spacing: 0%;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .apple-financial-solutions-section .container .flex-solution h6 {
    font-size: 18px;
  }
}
.apple-financial-solutions-section .container .flex-solution:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.apple-flexible-financial-payment {
  padding: 60px 0;
}
.apple-flexible-financial-payment .container {
  max-width: 1260px;
}
.apple-flexible-financial-payment .container .apple-head h2 {
  padding-bottom: 0;
}
.apple-flexible-financial-payment .container .rounded {
  border-radius: 22px !important;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0705882353) !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #000;
  line-height: 123%;
  letter-spacing: 0%;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  .apple-flexible-financial-payment .container .rounded {
    font-size: 20px;
    padding: 40px 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .apple-flexible-financial-payment .container .rounded {
    padding: 20px 20px !important;
  }
}
.apple-flexible-financial-payment .container .rounded:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.apple-meet-our-expert {
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .apple-meet-our-expert .col-md-6 {
    width: 100%;
  }
}
.apple-meet-our-expert .apple-head h2 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.apple-meet-our-expert .card {
  background: #FAFAFC;
  border-radius: 20px;
  align-items: center;
}
.apple-meet-our-expert .card .rounded-circle {
  width: 192px;
  height: 192px;
}
@media screen and (max-width: 600px) {
  .apple-meet-our-expert .card .rounded-circle {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 576px) {
  .apple-meet-our-expert .card .rounded-circle {
    width: 50px;
    height: 50px;
  }
}
.apple-meet-our-expert .card .info {
  padding-left: 25px;
}
.apple-meet-our-expert .card .info h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 123%;
  letter-spacing: 0%;
}
@media screen and (max-width: 992px) {
  .apple-meet-our-expert .card .info h6 {
    font-size: 22px;
  }
}
.apple-meet-our-expert .card .info small {
  color: #036CD5;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 123%;
  letter-spacing: 0%;
}
@media screen and (max-width: 992px) {
  .apple-meet-our-expert .card .info small {
    font-size: 16px;
  }
}
.apple-meet-our-expert .card .info p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 123%;
  letter-spacing: 0%;
}
@media screen and (max-width: 992px) {
  .apple-meet-our-expert .card {
    padding: 20px !important;
  }
}

.lets-contact-us-outer.new-with-apple .apple-head {
  max-width: 470px;
}

.lets-contact-us-outer.new-with-apple .apple-head h2 {
  font-size: 80px;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 123%;
  color: #000;
}
.lets-contact-us-outer.new-with-apple .apple-head h2 span {
  display: block;
  font-size: 50px;
  font-weight: 700;
  line-height: 123%;
}
@media screen and (max-width: 1399px) {
  .lets-contact-us-outer.new-with-apple .apple-head h2 span {
    font-size: 45px;
  }
}
@media screen and (max-width: 1199px) {
  .lets-contact-us-outer.new-with-apple .apple-head h2 span {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .lets-contact-us-outer.new-with-apple .apple-head h2 span {
    font-size: 30px;
  }
  .lets-contact-us-outer.new-with-apple .apple-head h2 span br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lets-contact-us-outer.new-with-apple .apple-head h2 span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1399px) {
  .lets-contact-us-outer.new-with-apple .apple-head h2 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .lets-contact-us-outer.new-with-apple .apple-head h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .lets-contact-us-outer.new-with-apple .apple-head h2 {
    font-size: 50px;
    margin-bottom: 0px;
  }
  .lets-contact-us-outer.new-with-apple .apple-head h2 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lets-contact-us-outer.new-with-apple .apple-head h2 {
    font-size: 40px;
  }
}

.lets-contact-us-outer.new-with-apple .apple-head h4 {
  font-size: 50px;
  font-weight: 700;
  line-height: 123%;
}
@media screen and (max-width: 1199px) {
  .lets-contact-us-outer.new-with-apple .apple-head h4 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .lets-contact-us-outer.new-with-apple .apple-head h4 {
    font-size: 30px;
  }
  .lets-contact-us-outer.new-with-apple .apple-head h4 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lets-contact-us-outer.new-with-apple .apple-head h4 {
    font-size: 20px;
  }
}/*# sourceMappingURL=main.css.map */