.desktop {
  overflow: hidden;
}
.desktop #openingAnimation {
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 100vh;
}
.desktop .crossplatformimg {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/Cross-Platform App Development/banner.png");
}
.desktop .immersivelearningbg {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/Immersive learn/immersiveLearning_lg.jpg");
}
.desktop .telematics {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/Telematics App/banner.png");
}
.desktop .chatbotbg {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/Chatbots & Virtual Sales Assistance/banner.png");
}
.desktop .automativeSales_bg {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/Automotive Sales Process/banner.png");
  background-position: 50% 65%;
}
.desktop .automativeCustomer_bg {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/Automotive Customer Apps/banner.png");
}
.desktop .left_next {
  width: 5vh;
  cursor: pointer;
  height: 5vh;
  position: relative;
  background-color: #ffffff;
  text-align: left;
}
.desktop .left_next .left_next_white {
  position: absolute;
  left: 50%;
  display: none;
  width: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.desktop .left_next .left_next_black {
  position: absolute;
  left: 50%;
  width: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.desktop .left_next:hover {
  background-color: #000000;
  transition: all 0.5s ease;
}
.desktop .left_next:hover .left_next_white {
  display: block;
  z-index: 3;
}
.desktop .right_next {
  width: 5vh;
  cursor: pointer;
  height: 5vh;
  position: relative;
  background-color: #ffffff;
  text-align: left;
}
.desktop .right_next .right_next_white {
  position: absolute;
  left: 50%;
  width: 30px;
  display: none;
  top: 50%;
  transform: translate(-50%, -50%);
}
.desktop .right_next .right_next_black {
  position: absolute;
  left: 50%;
  width: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.desktop .right_next:hover {
  background-color: #000000;
  transition: all 0.5s ease;
}
.desktop .right_next:hover .right_next_white {
  display: block;
  z-index: 3;
}
.desktop .nav_arrow_img {
  width: 20px;
  height: 20px;
}
.desktop .nav_arrow_left_white {
  width: 20px;
  height: 20px;
  display: none;
}
.desktop .nav_arrow_right_white {
  width: 20px;
  height: 20px;
  display: none;
}
.desktop .right_nav_arrow {
  display: flex;
  margin-left: 10px;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
  width: 30px;
  border-radius: 50px;
  height: 30px;
}
.desktop .left_nav_arrow {
  display: flex;
  position: relative;
  z-index: 9999;
  margin-right: 10px;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
  width: 30px;
  border-radius: 50px;
  height: 30px;
}
.desktop .left_nav_arrow:hover {
  background-color: #FD7F64;
}
.desktop .left_nav_arrow:hover .nav_arrow_left_white {
  display: block;
}
.desktop .left_nav_arrow:hover .nav_arrow_img_left {
  display: none;
}
.desktop .right_nav_arrow:hover {
  background-color: #FD7F64;
}
.desktop .right_nav_arrow:hover .nav_arrow_right_white {
  display: block;
}
.desktop .right_nav_arrow:hover .nav_arrow_img_right {
  display: none;
}
.desktop .mar_75 {
  padding-top: 30px;
  margin: 0 75px;
}
.desktop .mar_75_dot {
  margin: 0 75px;
}
.desktop .close_btn {
  width: 50px;
  height: 50px;
  display: flex;
  top: 25px;
  position: fixed;
  right: 70px;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  background-color: #F6F6F6;
  z-index: 99;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s ease;
}
.desktop .X_icon {
  padding: 0;
  font-family: "RalewayMedium";
  margin: 0;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  transition: all 0.8s ease;
  color: #000000;
  background-color: transparent;
}

.timerow {
  align-items: center;
}

.close_btn:hover {
  transform: scale(1.2);
  background-color: #000000;
}
.close_btn:hover .X_icon {
  font-family: "RalewayMedium";
  color: #F6F6F6;
  transform: rotate(180deg);
  font-size: 20px;
  background-color: transparent;
}

.viewContent {
  display: none;
}

.model-viewer {
  width: 800px;
  height: 500px;
  margin: 0, auto;
}

.top_content {
  width: 100%;
  position: relative;
  background-size: cover;
  transition: all 0.5s ease;
  height: -moz-max-content;
  height: max-content;
  min-height: 700px;
  position: relative;
}
.top_content .top_content_box {
  width: 70%;
}
.top_content .top_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -30px;
  padding-bottom: 20px;
}
.top_content .top_inner_content {
  color: #F6F6F6;
}
.top_content .top_title {
  text-transform: uppercase;
  font-size: 60px;
  font-family: "RalewayBold";
}
.top_content .top_inner_content {
  margin: 30px;
}
.top_content .top_sub_title {
  font-size: 32px;
  color: #D2D2D2;
  font-family: "RalewayMedium";
}
.top_content .top_desc {
  font-family: "RalewayRegular";
  font-size: 18px;
  color: #D2D2D2;
}
.top_content .ourLogo {
  cursor: pointer;
}
.top_content .ourLogo .logoImage {
  width: 105px;
  height: 105px;
}
.top_content .hamburger_menu {
  width: 30px;
  transition: transform 0.3s ease-in-out;
  height: 30px;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  position: absolute;
  right: 75px;
  z-index: 45;
  cursor: pointer !important;
}
.top_content .hamburger_menu .line {
  width: auto;
  margin-bottom: 7px;
  height: 3px;
  background-color: white;
}
.top_content .hamburger_menu::-webkit-scrollbar {
  display: none;
}

.slogan_content {
  padding: 30px 0;
  background-color: #FD7F64;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  color: #F6F6F6;
}
.slogan_content .slogan_title {
  font-size: 36px;
  font-family: "RalewayBold";
  color: #F6F6F6;
}
.slogan_content .slogan_desc {
  font-size: 20px;
  font-family: "RalewayRegular";
  color: rgba(246, 246, 246, 0.8784313725);
}

.keyFeautres {
  padding: 30px 0;
  z-index: -1;
  position: relative;
}
.keyFeautres .keyFeautres_title {
  text-transform: uppercase;
  font-size: 36px;
  color: #FD7F64;
  font-family: "RalewayBold";
}
.keyFeautres .keyFeautres_section {
  padding-top: 10px;
}
.keyFeautres .keyFeautres_section .point_head {
  color: #707070;
  font-family: "RalewayRegular";
  font-weight: lighter;
  font-size: 28px;
}
.keyFeautres .keyFeautres_section .point_desc {
  font-family: "RalewayRegular";
  color: #707070;
  font-size: 20px;
}

.application {
  /* The actual timeline (the vertical ruler) */
  /* The actual timeline (the vertical ruler) */
  /* Container around content */
  /* The circles on the timeline */
}
.application .application_title {
  text-transform: uppercase;
  font-size: 36px;
  color: #FD7F64;
  font-family: "RalewayBold";
}
.application .timeline {
  position: relative;
  max-width: 1200px;
  margin: 100px auto;
  z-index: -1;
}
.application .dot_content {
  opacity: 0;
  padding: 50px 40px;
  text-align: center;
  display: flex;
  align-items: center;
  width: 70%;
  margin: auto;
  color: #F6F6F6;
}
.application .dot_content .partner_head {
  font-family: "RalewaySemiBold";
}
.application .dot_content .partner_subhead {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 20px;
  font-family: "RalewayRegular";
}
.application .dot_content .partner_desc {
  font-family: "RalewayRegular";
}
.application .left_content {
  display: flex;
  align-items: center;
  justify-content: end;
  height: -moz-max-content;
  height: max-content;
  min-height: 150px;
}
.application .left_content .left_image {
  width: 120px;
}
.application .left_content .content {
  margin-left: auto;
  margin: 20px 40px;
  position: relative;
  border-radius: 6px;
}
.application .left_content .timeline_head {
  text-align: right;
  color: #707070;
  font-size: 22px;
  font-family: "RalewayBold";
}
.application .left_content .timeline_desc {
  margin: 0;
  color: #707070;
  font-size: 16px;
  text-align: right;
  font-family: "RalewayRegular";
}
.application .right_content {
  margin-right: auto;
  display: flex;
  align-items: center;
  height: -moz-max-content;
  height: max-content;
  min-height: 150px;
}
.application .right_content .right_image {
  width: 120px;
}
.application .right_content .content {
  margin: 20px 40px;
  position: relative;
  border-radius: 6px;
}
.application .right_content .timeline_head {
  color: #707070;
  font-size: 22px;
  font-family: "RalewayBold";
}
.application .right_content .timeline_desc {
  margin: 0;
  color: #707070;
  font-size: 16px;
  font-family: "RalewayRegular";
}
.application .timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #FD7F64;
  top: 0;
  bottom: 0;
  left: 50%;
}
.application .timeline_container {
  padding: 10px 10px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
.application .dot {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  transform: translate(-47%, 0) rotate(-45deg);
  background-color: #FD7F64;
}

.partner {
  background-color: #FD7F64;
  color: #F6F6F6;
  padding: 50px 0;
}
.partner .partner_head {
  font-size: 36px;
  margin-bottom: 40px;
  font-family: "RalewayBold";
}
.partner .partner_subhead {
  margin: 20px 20px 5px 20px;
  font-size: 24px;
  font-family: "RalewayBold";
}
.partner .partner_desc {
  margin: 0px 20px 5px 20px;
  font-size: 20px;
  font-family: "RalewayRegular";
}

.contact {
  color: #FD7F64;
  font-family: "RalewayRegular";
}
.contact .contact_txt {
  color: #FD7F64;
  font-family: "RalewayRegular";
  font-size: 40px;
  margin: 30px 0;
}
.contact .contact_link {
  font-size: 30px;
  color: #FD7F64;
  padding-top: 12px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-family: "RalewayRegular";
}
.contact .contact_link:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
}
.contact .contact_desc {
  color: #707070;
  margin: 10px 0 30px 0;
  font-size: 20px;
  font-family: "RalewayRegular";
}

.privacy_content {
  padding-bottom: 30px;
  text-wrap: nowrap;
  color: #ffffff;
  display: flex;
  font-size: small;
  justify-content: space-between;
  font-family: "RalewayRegular";
}

.bottom_bar {
  position: relative;
  margin-bottom: 20px;
}
.bottom_bar .up_arrow {
  text-align: center;
  font-family: "RalewayLight";
  font-size: 28px;
  display: flex;
  cursor: pointer;
  justify-content: end;
  line-height: 1;
  margin: 20px 70px 20px 20px;
}
.bottom_bar .up_arrow .up_arrow_img {
  padding: 15px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid black;
  height: 50px;
}
.bottom_bar .next {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bottom_bar .prev {
  opacity: 0;
}
.bottom_bar .prev_page_name {
  position: absolute;
  z-index: 0;
  opacity: 0;
  margin: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-300px);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .desktop .mar_75 {
    padding-top: 30px;
    margin: 0 75px;
  }
  .desktop .mar_75_dot {
    margin: 0 75px;
  }
  .desktop .viewContent {
    display: none;
  }
  .desktop .model-viewer {
    width: 800px;
    height: 500px;
    margin: 0, auto;
  }
  .desktop .top_content {
    width: 100%;
    position: relative;
    background-size: cover;
    transition: all 0.5s ease;
    height: 700px;
    position: relative;
  }
  .desktop .top_content .top_content_box {
    width: 100%;
  }
  .desktop .top_content .top_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    margin-top: -30px;
  }
  .desktop .top_content .top_inner_content {
    color: #F6F6F6;
  }
  .desktop .top_content .top_title {
    font-size: 60px;
    font-family: "RalewayBold";
  }
  .desktop .top_content .top_inner_content {
    margin: 30px;
  }
  .desktop .top_content .top_sub_title {
    font-size: 32px;
    color: #D2D2D2;
    font-family: "RalewayMedium";
  }
  .desktop .top_content .top_desc {
    font-family: "RalewayRegular";
    font-size: 18px;
    color: #D2D2D2;
  }
  .desktop .top_content .ourLogo {
    cursor: pointer;
  }
  .desktop .top_content .ourLogo .logoImage {
    width: 75px;
    height: 75px;
  }
  .desktop .top_content .hamburger_menu {
    width: 30px;
    transition: transform 0.3s ease-in-out;
    height: 30px;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    position: absolute;
    right: 75px;
    z-index: 45;
    cursor: pointer !important;
  }
  .desktop .top_content .hamburger_menu .line {
    width: auto;
    margin-bottom: 7px;
    height: 3px;
    background-color: white;
  }
  .desktop .top_content .hamburger_menu::-webkit-scrollbar {
    display: none;
  }
  .desktop .slogan_content {
    padding: 30px 0;
    background-color: #FD7F64;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    color: #F6F6F6;
  }
  .desktop .slogan_content .slogan_title {
    font-size: 36px;
    font-family: "RalewayBold";
    color: #F6F6F6;
  }
  .desktop .slogan_content .slogan_desc {
    font-size: 20px;
    font-family: "RalewayRegular";
    color: rgba(246, 246, 246, 0.8784313725);
  }
  .desktop .keyFeautres {
    padding: 30px 0;
    z-index: -1;
    position: relative;
  }
  .desktop .keyFeautres .keyFeautres_title {
    text-transform: uppercase;
    font-size: 36px;
    color: #FD7F64;
    font-family: "RalewayBold";
  }
  .desktop .keyFeautres .keyFeautres_section {
    padding-top: 10px;
  }
  .desktop .keyFeautres .keyFeautres_section .point_head {
    color: #707070;
    font-family: "RalewayRegular";
    font-weight: lighter;
    font-size: 28px;
  }
  .desktop .keyFeautres .keyFeautres_section .point_desc {
    font-family: "RalewayRegular";
    color: #707070;
    font-size: 20px;
  }
  .desktop .application {
    /* The actual timeline (the vertical ruler) */
    /* The actual timeline (the vertical ruler) */
    /* Container around content */
    /* The circles on the timeline */
  }
  .desktop .application .application_title {
    text-transform: uppercase;
    font-size: 36px;
    color: #FD7F64;
    font-family: "RalewayBold";
  }
  .desktop .application .timeline {
    position: relative;
    max-width: 1200px;
    z-index: -1;
    margin: 100px auto;
  }
  .desktop .application .dot_content {
    opacity: 0;
    padding: 50px 40px;
    text-align: center;
    display: flex;
    align-items: center;
    width: 70%;
    margin: auto;
    color: #F6F6F6;
  }
  .desktop .application .dot_content .partner_head {
    font-family: "RalewaySemiBold";
  }
  .desktop .application .dot_content .partner_subhead {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 20px;
    font-family: "RalewayRegular";
  }
  .desktop .application .dot_content .partner_desc {
    font-family: "RalewayRegular";
  }
  .desktop .application .left_content {
    display: flex;
    align-items: center;
    justify-content: end;
    height: -moz-max-content;
    height: max-content;
    min-height: 150px;
  }
  .desktop .application .left_content .left_image {
    width: 120px;
  }
  .desktop .application .left_content .content {
    margin-left: auto;
    margin: 20px 40px;
    position: relative;
    border-radius: 6px;
  }
  .desktop .application .left_content .timeline_head {
    text-align: right;
    color: #707070;
    font-size: 22px;
    font-family: "RalewayBold";
  }
  .desktop .application .left_content .timeline_desc {
    margin: 0;
    color: #707070;
    font-size: 16px;
    text-align: right;
    font-family: "RalewayRegular";
  }
  .desktop .application .right_content {
    margin-right: auto;
    display: flex;
    align-items: center;
    height: -moz-max-content;
    height: max-content;
    min-height: 150px;
  }
  .desktop .application .right_content .right_image {
    width: 120px;
  }
  .desktop .application .right_content .content {
    margin: 20px 40px;
    position: relative;
    border-radius: 6px;
  }
  .desktop .application .right_content .timeline_head {
    color: #707070;
    font-size: 22px;
    font-family: "RalewayBold";
  }
  .desktop .application .right_content .timeline_desc {
    margin: 0;
    color: #707070;
    font-size: 16px;
    font-family: "RalewayRegular";
  }
  .desktop .application .timeline::after {
    content: "";
    position: absolute;
    width: 2px;
    background-color: #FD7F64;
    top: 0;
    bottom: 0;
    left: 50%;
  }
  .desktop .application .timeline_container {
    padding: 10px 10px;
    position: relative;
    background-color: inherit;
    width: 50%;
  }
  .desktop .application .dot {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    transform: translate(-47%, 0) rotate(-45deg);
    background-color: #FD7F64;
  }
  .desktop .partner {
    background-color: #FD7F64;
    color: #F6F6F6;
    padding: 50px 0;
  }
  .desktop .partner .partner_head {
    font-size: 36px;
    margin-bottom: 40px;
    font-family: "RalewayBold";
  }
  .desktop .partner .partner_subhead {
    margin: 20px 20px 5px 20px;
    font-size: 24px;
    font-family: "RalewayBold";
  }
  .desktop .partner .partner_desc {
    margin: 0px 20px 5px 20px;
    font-size: 20px;
    font-family: "RalewayRegular";
  }
  .desktop .contact {
    color: #FD7F64;
    font-family: "RalewayRegular";
    font-size: 40px;
  }
  .desktop .contact .contact_txt {
    color: #FD7F64;
    font-family: "RalewayRegular";
    font-size: 40px;
  }
  .desktop .contact .contact_link {
    font-size: 30px;
    color: #FD7F64;
    padding-top: 12px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-family: "RalewayRegular";
  }
  .desktop .contact .contact_link:after {
    content: "";
    display: block;
    margin: auto;
    height: 2px;
    width: 100%;
    background-color: currentColor;
    position: absolute;
    bottom: 0;
  }
  .desktop .privacy_content {
    color: #ffffff;
    display: flex;
    font-size: small;
    justify-content: space-between;
    font-family: "RalewayRegular";
  }
  .desktop .bottom_bar {
    position: relative;
    margin-bottom: 20px;
  }
  .desktop .bottom_bar .up_arrow {
    font-family: "RalewayLight";
    font-size: 28px;
    text-align: center;
    display: flex;
    cursor: pointer;
    justify-content: end;
    line-height: 1;
    margin: 20px 70px 20px 20px;
  }
  .desktop .bottom_bar .up_arrow .up_arrow_img {
    padding: 15px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid black;
    height: 50px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
  .desktop .mar_75 {
    padding-top: 30px;
    margin: 0 75px;
  }
  .desktop .mar_75_dot {
    margin: 0 75px;
  }
  .desktop .viewContent {
    display: none;
  }
  .desktop .close_btn {
    width: 50px;
    height: 50px;
    display: flex;
    top: 25px;
    position: fixed;
    right: 25px;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    background-color: #F6F6F6;
    z-index: 99;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .desktop .model-viewer {
    width: 800px;
    height: 500px;
    margin: 0, auto;
  }
  .desktop .top_content {
    width: 100%;
    position: relative;
    background-size: cover;
    transition: all 0.5s ease;
    height: 700px;
    position: relative;
  }
  .desktop .top_content .top_content_box {
    width: 100%;
  }
  .desktop .top_content .top_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    margin-top: -30px;
  }
  .desktop .top_content .top_inner_content {
    color: #F6F6F6;
  }
  .desktop .top_content .top_title {
    font-size: 40px;
    font-family: "RalewayBold";
  }
  .desktop .top_content .top_inner_content {
    margin: 30px;
  }
  .desktop .top_content .top_sub_title {
    font-size: 32px;
    color: #D2D2D2;
    font-family: "RalewayMedium";
  }
  .desktop .top_content .top_desc {
    font-family: "RalewayRegular";
    font-size: 18px;
    color: #D2D2D2;
  }
  .desktop .top_content .ourLogo {
    cursor: pointer;
  }
  .desktop .top_content .ourLogo .logoImage {
    width: 70px;
    height: 70px;
  }
  .desktop .top_content .hamburger_menu {
    width: 30px;
    transition: transform 0.3s ease-in-out;
    height: 30px;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    position: absolute;
    right: 75px;
    z-index: 45;
    cursor: pointer !important;
  }
  .desktop .top_content .hamburger_menu .line {
    width: auto;
    margin-bottom: 7px;
    height: 3px;
    background-color: white;
  }
  .desktop .top_content .hamburger_menu::-webkit-scrollbar {
    display: none;
  }
  .desktop .slogan_content {
    padding: 30px 0;
    background-color: #FD7F64;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    color: #F6F6F6;
  }
  .desktop .slogan_content .slogan_title {
    font-size: 36px;
    font-family: "RalewayBold";
    color: #F6F6F6;
  }
  .desktop .slogan_content .slogan_desc {
    font-size: 20px;
    font-family: "RalewayRegular";
    color: rgba(246, 246, 246, 0.8784313725);
  }
  .desktop .keyFeautres {
    padding: 30px 0;
    z-index: -1;
    position: relative;
  }
  .desktop .keyFeautres .keyFeautres_title {
    text-transform: uppercase;
    font-size: 36px;
    color: #FD7F64;
    font-family: "RalewayBold";
  }
  .desktop .keyFeautres .keyFeautres_section {
    padding-top: 10px;
  }
  .desktop .keyFeautres .keyFeautres_section .point_head {
    color: #707070;
    font-family: "RalewayRegular";
    font-weight: lighter;
    font-size: 28px;
  }
  .desktop .keyFeautres .keyFeautres_section .point_desc {
    font-family: "RalewayRegular";
    color: #707070;
    font-size: 20px;
  }
  .desktop .application {
    /* The actual timeline (the vertical ruler) */
    /* The actual timeline (the vertical ruler) */
    /* Container around content */
    /* The circles on the timeline */
  }
  .desktop .application .application_title {
    text-transform: uppercase;
    font-size: 36px;
    color: #FD7F64;
    font-family: "RalewayBold";
  }
  .desktop .application .timeline {
    position: relative;
    max-width: 1200px;
    z-index: -1;
    margin: 100px auto;
  }
  .desktop .application .dot_content {
    opacity: 0;
    padding: 50px 40px;
    text-align: center;
    display: flex;
    align-items: center;
    width: 70%;
    margin: auto;
    color: #F6F6F6;
  }
  .desktop .application .dot_content .partner_head {
    font-family: "RalewaySemiBold";
  }
  .desktop .application .dot_content .partner_subhead {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 20px;
    font-family: "RalewayRegular";
  }
  .desktop .application .dot_content .partner_desc {
    font-family: "RalewayRegular";
  }
  .desktop .application .left_content {
    display: flex;
    align-items: center;
    justify-content: end;
    height: -moz-max-content;
    height: max-content;
    min-height: 150px;
  }
  .desktop .application .left_content .left_image {
    width: 100px;
  }
  .desktop .application .left_content .content {
    margin-left: auto;
    margin: 10px 20px;
    position: relative;
    border-radius: 6px;
  }
  .desktop .application .left_content .timeline_head {
    text-align: right;
    color: #707070;
    font-size: 22px;
    font-family: "RalewayBold";
  }
  .desktop .application .left_content .timeline_desc {
    margin: 0;
    color: #707070;
    font-size: 16px;
    text-align: right;
    font-family: "RalewayRegular";
  }
  .desktop .application .right_content {
    margin-right: auto;
    display: flex;
    align-items: center;
    height: -moz-max-content;
    height: max-content;
    min-height: 150px;
  }
  .desktop .application .right_content .right_image {
    width: 100px;
  }
  .desktop .application .right_content .content {
    margin: 10px 20px;
    position: relative;
    border-radius: 6px;
  }
  .desktop .application .right_content .timeline_head {
    color: #707070;
    font-size: 22px;
    font-family: "RalewayBold";
  }
  .desktop .application .right_content .timeline_desc {
    margin: 0;
    color: #707070;
    font-size: 16px;
    font-family: "RalewayRegular";
  }
  .desktop .application .timeline::after {
    content: "";
    position: absolute;
    width: 2px;
    background-color: #FD7F64;
    top: 0;
    bottom: 0;
    left: 50%;
  }
  .desktop .application .timeline_container {
    padding: 10px 10px;
    position: relative;
    background-color: inherit;
    width: 50%;
  }
  .desktop .application .dot {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    transform: translate(-47%, 0) rotate(-45deg);
    background-color: #FD7F64;
  }
  .desktop .partner {
    background-color: #FD7F64;
    color: #F6F6F6;
    padding: 50px 0;
  }
  .desktop .partner .partner_head {
    font-size: 36px;
    margin-bottom: 40px;
    font-family: "RalewayBold";
  }
  .desktop .partner .partner_subhead {
    margin: 20px 20px 5px 20px;
    font-size: 24px;
    font-family: "RalewayBold";
  }
  .desktop .partner .partner_desc {
    margin: 0px 20px 5px 20px;
    font-size: 20px;
    font-family: "RalewayRegular";
  }
  .desktop .contact {
    color: #FD7F64;
    font-family: "RalewayRegular";
    font-size: 40px;
  }
  .desktop .contact .contact_txt {
    color: #FD7F64;
    font-family: "RalewayRegular";
    font-size: 40px;
  }
  .desktop .contact .contact_link {
    font-size: 30px;
    color: #FD7F64;
    padding-top: 12px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-family: "RalewayRegular";
  }
  .desktop .contact .contact_link:after {
    content: "";
    display: block;
    margin: auto;
    height: 2px;
    width: 100%;
    background-color: currentColor;
    position: absolute;
    bottom: 0;
  }
  .desktop .privacy_content {
    color: #ffffff;
    display: flex;
    font-size: small;
    justify-content: space-between;
    font-family: "RalewayRegular";
  }
  .desktop .bottom_bar {
    position: relative;
    margin-bottom: 20px;
  }
  .desktop .bottom_bar .up_arrow {
    font-family: "RalewayLight";
    font-size: 28px;
    text-align: center;
    display: flex;
    cursor: pointer;
    justify-content: end;
    line-height: 1;
    margin: 20px 70px 20px 20px;
  }
  .desktop .bottom_bar .up_arrow .up_arrow_img {
    padding: 15px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid black;
    height: 50px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 600px) {
  .desktop .mar_75 {
    padding-top: 30px;
    margin: 0 25px;
  }
  .desktop .mar_75_dot {
    margin: 0 35px;
  }
  .desktop .close_btn {
    width: 50px;
    height: 50px;
    display: flex;
    top: 25px;
    position: fixed;
    right: 25px;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    background-color: #F6F6F6;
    z-index: 99;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .desktop .viewContent {
    display: none;
  }
  .desktop .model-viewer {
    width: 800px;
    height: 500px;
    margin: 0, auto;
  }
  .desktop .top_content {
    width: 100%;
    position: relative;
    background-size: cover;
    transition: all 0.5s ease;
    height: 700px;
    position: relative;
  }
  .desktop .top_content .top_content_box {
    width: 100%;
  }
  .desktop .top_content .top_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    margin-top: -30px;
  }
  .desktop .top_content .top_inner_content {
    color: #F6F6F6;
  }
  .desktop .top_content .top_title {
    font-size: 40px;
    font-family: "RalewayBold";
  }
  .desktop .top_content .top_inner_content {
    margin: 30px;
  }
  .desktop .top_content .top_sub_title {
    font-size: 32px;
    color: #D2D2D2;
    font-family: "RalewayMedium";
  }
  .desktop .top_content .top_desc {
    font-family: "RalewayRegular";
    font-size: 18px;
    color: #D2D2D2;
  }
  .desktop .top_content .ourLogo {
    cursor: pointer;
  }
  .desktop .top_content .ourLogo .logoImage {
    width: 70px;
    height: 70px;
  }
  .desktop .top_content .hamburger_menu {
    width: 30px;
    transition: transform 0.3s ease-in-out;
    height: 30px;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    position: absolute;
    right: 75px;
    z-index: 45;
    cursor: pointer !important;
  }
  .desktop .top_content .hamburger_menu .line {
    width: auto;
    margin-bottom: 7px;
    height: 3px;
    background-color: white;
  }
  .desktop .top_content .hamburger_menu::-webkit-scrollbar {
    display: none;
  }
  .desktop .slogan_content {
    padding: 30px 0;
    background-color: #FD7F64;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    color: #F6F6F6;
  }
  .desktop .slogan_content .slogan_title {
    font-size: 36px;
    font-family: "RalewayBold";
    color: #F6F6F6;
  }
  .desktop .slogan_content .slogan_desc {
    font-size: 20px;
    font-family: "RalewayRegular";
    color: rgba(246, 246, 246, 0.8784313725);
  }
  .desktop .keyFeautres {
    padding: 30px 0;
    z-index: -1;
    position: relative;
  }
  .desktop .keyFeautres .keyFeautres_title {
    font-size: 36px;
    text-transform: uppercase;
    color: #FD7F64;
    font-family: "RalewayBold";
  }
  .desktop .keyFeautres .keyFeautres_section {
    padding-top: 10px;
  }
  .desktop .keyFeautres .keyFeautres_section .point_head {
    color: #707070;
    font-family: "RalewayRegular";
    font-weight: lighter;
    font-size: 28px;
  }
  .desktop .keyFeautres .keyFeautres_section .point_desc {
    font-family: "RalewayRegular";
    color: #707070;
    font-size: 20px;
  }
  .desktop .application {
    /* The actual timeline (the vertical ruler) */
    /* The actual timeline (the vertical ruler) */
    /* Container around content */
    /* The circles on the timeline */
  }
  .desktop .application .application_title {
    text-transform: uppercase;
    font-size: 36px;
    color: #FD7F64;
    font-family: "RalewayBold";
  }
  .desktop .application .timeline {
    position: relative;
    max-width: 1200px;
    z-index: -1;
    margin: 100px auto;
  }
  .desktop .application .dot_content {
    opacity: 0;
    padding: 50px 40px;
    text-align: center;
    display: flex;
    align-items: center;
    width: 70%;
    margin: auto;
    color: #F6F6F6;
  }
  .desktop .application .dot_content .partner_head {
    font-family: "RalewaySemiBold";
  }
  .desktop .application .dot_content .partner_subhead {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 20px;
    font-family: "RalewayRegular";
  }
  .desktop .application .dot_content .partner_desc {
    font-family: "RalewayRegular";
  }
  .desktop .application .left_content {
    display: flex;
    align-items: center;
    justify-content: end;
    height: -moz-max-content;
    height: max-content;
    min-height: 150px;
  }
  .desktop .application .left_content .left_image {
    width: 90px;
  }
  .desktop .application .left_content .content {
    margin-left: auto;
    margin: 5px 10px;
    position: relative;
    border-radius: 6px;
  }
  .desktop .application .left_content .timeline_head {
    text-align: right;
    color: #707070;
    font-size: 22px;
    font-family: "RalewayBold";
  }
  .desktop .application .left_content .timeline_desc {
    margin: 0;
    color: #707070;
    font-size: 16px;
    text-align: right;
    font-family: "RalewayRegular";
  }
  .desktop .application .right_content {
    margin-right: auto;
    display: flex;
    align-items: center;
    height: -moz-max-content;
    height: max-content;
    min-height: 150px;
  }
  .desktop .application .right_content .right_image {
    width: 90px;
  }
  .desktop .application .right_content .content {
    margin: 5px 10px;
    position: relative;
    border-radius: 6px;
  }
  .desktop .application .right_content .timeline_head {
    color: #707070;
    font-size: 22px;
    font-family: "RalewayBold";
  }
  .desktop .application .right_content .timeline_desc {
    margin: 0;
    color: #707070;
    font-size: 16px;
    font-family: "RalewayRegular";
  }
  .desktop .application .timeline::after {
    content: "";
    position: absolute;
    width: 2px;
    background-color: #FD7F64;
    top: 0;
    bottom: 0;
    left: 50%;
  }
  .desktop .application .timeline_container {
    padding: 10px 10px;
    position: relative;
    background-color: inherit;
    width: 50%;
  }
  .desktop .application .dot {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    transform: translate(-47%, 0) rotate(-45deg);
    background-color: #FD7F64;
  }
  .desktop .partner {
    background-color: #FD7F64;
    color: #F6F6F6;
    padding: 50px 0;
  }
  .desktop .partner .partner_head {
    font-size: 36px;
    margin-bottom: 40px;
    font-family: "RalewayBold";
  }
  .desktop .partner .partner_subhead {
    margin: 20px 20px 5px 20px;
    font-size: 24px;
    font-family: "RalewayBold";
  }
  .desktop .partner .partner_desc {
    margin: 0px 20px 5px 20px;
    font-size: 20px;
    font-family: "RalewayRegular";
  }
  .desktop .contact {
    color: #FD7F64;
    font-family: "RalewayRegular";
    font-size: 40px;
  }
  .desktop .contact .contact_txt {
    color: #FD7F64;
    font-family: "RalewayRegular";
    font-size: 40px;
  }
  .desktop .contact .contact_link {
    font-size: 30px;
    color: #FD7F64;
    padding-top: 12px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-family: "RalewayRegular";
  }
  .desktop .contact .contact_link:after {
    content: "";
    display: block;
    margin: auto;
    height: 2px;
    width: 100%;
    background-color: currentColor;
    position: absolute;
    bottom: 0;
  }
  .desktop .privacy_content {
    color: #ffffff;
    display: flex;
    font-size: small;
    justify-content: space-between;
    font-family: "RalewayRegular";
  }
  .desktop .bottom_bar {
    position: relative;
    margin-bottom: 20px;
  }
  .desktop .bottom_bar .up_arrow {
    font-family: "RalewayLight";
    font-size: 28px;
    display: flex;
    text-align: center;
    cursor: pointer;
    justify-content: end;
    line-height: 1;
    margin: 20px 15px 20px 20px;
  }
  .desktop .bottom_bar .up_arrow .up_arrow_img {
    padding: 15px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid black;
    height: 50px;
  }
}/*# sourceMappingURL=appandmobility.css.map */