html {
  scroll-behavior: smooth;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

@font-face {
  font-family: "CormorantSemiBold";
  src: url("../fonts/CormorantSemiBold.eot");
  src: url("../fonts/CormorantSemiBold.eot") format("embedded-opentype"),
    url("../fonts/CormorantSemiBold.woff2") format("woff2"),
    url("../fonts/CormorantSemiBold.woff") format("woff"),
    url("../fonts/CormorantSemiBold.ttf") format("truetype"),
    url("../fonts/CormorantSemiBold.svg#CormorantSemiBold") format("svg");
}

@font-face {
  font-family: "CormorantRegular";
  src: url("../fonts/CormorantRegular.eot");
  src: url("../fonts/CormorantRegular.eot") format("embedded-opentype"),
    url("../fonts/CormorantRegular.woff2") format("woff2"),
    url("../fonts/CormorantRegular.woff") format("woff"),
    url("../fonts/CormorantRegular.ttf") format("truetype"),
    url("../fonts/CormorantRegular.svg#CormorantRegular") format("svg");
}

@font-face {
  font-family: "ivymode4";
  src: url("../fonts/ivymode4.eot");
  src: url("../fonts/ivymode4.eot") format("embedded-opentype"),
    url("../fonts/ivymode4.woff2") format("woff2"),
    url("../fonts/ivymode4.woff") format("woff"),
    url("../fonts/ivymode4.ttf") format("truetype"),
    url("../fonts/ivymode4.svg#ivymode4") format("svg");
}

@font-face {
  font-family: "ivymode6";
  src: url("../fonts/ivymode6.eot");
  src: url("../fonts/ivymode6.eot") format("embedded-opentype"),
    url("../fonts/ivymode6.woff2") format("woff2"),
    url("../fonts/ivymode6.woff") format("woff"),
    url("../fonts/ivymode6.ttf") format("truetype"),
    url("../fonts/ivymode6.svg#ivymode6") format("svg");
}

@font-face {
  font-family: "RobotoLight";
  src: url("../fonts/RobotoLight.eot");
  src: url("../fonts/RobotoLight.eot") format("embedded-opentype"),
    url("../fonts/RobotoLight.woff2") format("woff2"),
    url("../fonts/RobotoLight.woff") format("woff"),
    url("../fonts/RobotoLight.ttf") format("truetype"),
    url("../fonts/RobotoLight.svg#RobotoLight") format("svg");
}

@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular.eot") format("embedded-opentype"),
    url("../fonts/RobotoRegular.woff2") format("woff2"),
    url("../fonts/RobotoRegular.woff") format("woff"),
    url("../fonts/RobotoRegular.ttf") format("truetype"),
    url("../fonts/RobotoRegular.svg#RobotoRegular") format("svg");
}

:root {
  --robotoreg: "RobotoRegular";
  --robotoligth: "RobotoLight";
  --lvylight: "ivymode4";
  --lvyreg: "ivymode6";
  --creg: "CormorantRegular";
  --csmb: "CormorantSemiBold";
  --ani: all 0.5s;
  --cubi: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
}

* {
  scrollbar-width: none;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: none;
}



p {
  font-size: 17px;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 0;
}

.main-container {
  max-width: 1550px;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

/* header */
header.smaller {
  top: 0px;
  transition: all 0.3s ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: transparent;
  padding: 20px 0;
  left: 0;
}

header.smaller .head-container {
  max-width: 1220px;
  padding: 8px 15px;
  width: 100%;
  margin: 0 auto;
  background: #313133;
  border-radius: 40px;
  box-shadow: 3px 3px 9px #0000006b;
}

.navwrap {
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 20px;
  /* -webkit-overflow-scrolling: touch; seems to confine overflow in error  */
}

.navwrap .nav {
  display: table;
  /*white-space fix*/
  width: 100%;
  text-align: center;
  word-spacing: -9em;
  /*white-space fix*/
}

.navwrap .nav li {
  display: inline-block;
  text-align: left;
  word-spacing: normal;
  /*white-space fix*/
}

.navwrap .nav li>a {
  position: relative;
  transition: 0.5s;
}

.navwrap .nav li>a:hover {
  background: #FF0001;
  color: #fff !important;
  transition: 0.5s;
}

.navwrap .nav li:hover,
.navwrap .nav>li>a:hover,
.navwrap .nav li:focus,
.navwrap .nav>li>a:focus {
  z-index: 105;
  color: #fff;
}

.navwrap .nav li li {
  display: block;
}

.navwrap .nav a {
  display: block;
  padding: 7px 10px;
  background: none;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}

.navwrap .nav li:hover>a,
.navwrap .nav a:hover,
.navwrap .nav li:focus>a,
.navwrap .nav a:focus {
  color: #000;
}

.navwrap .nav ul {
  position: absolute;
  z-index: 104;
  left: -999em;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s, left 0s 0.5s, top 0.5s;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  padding-left: 0;
}

.navwrap .nav li:hover>ul {
  left: auto;
  top: auto;
  opacity: 1;
  transition: opacity 0.5s linear, top 0.5s;
}

.navwrap.nav li:focus-within>ul {
  left: auto;
  top: auto;
  opacity: 1;
  transition: opacity 0.5s linear, top 0.5s;
}

.navwrap .nav ul ul {
  transition: opacity 0.4s, left 0s 0.4s, margin 0s 0.4s;
  z-index: 103;
}

.navwrap .nav li li:hover ul {
  top: auto;
  margin-left: 100%;
  transform: translateY(-2.2rem);
  opacity: 1;
  transition: opacity 0.5s linear, margin 0.5s;
}

.navwrap .nav li li:focus-within ul {
  top: auto;
  margin-left: 100%;
  transform: translateY(-2.2rem);
  opacity: 1;
  transition: opacity 0.5s linear, margin 0.5s;
}

/* arrows */
.navwrap .nav li a:first-child:not(:last-child) {
  padding-right: 20px;
  /* make space for arrows*/
}

.navwrap .nav li a:first-child:not(:last-child):after {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #000;
}

.navwrap .nav>li>a:first-child:not(:last-child):after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgb(0, 0, 0);
  border-bottom: none;
  margin-top: 0px;
}

.navwrap .nav li:hover a:first-child:not(:last-child):after {
  border-left-color: #000;
}

.navwrap .nav li:focus-within a:first-child:not(:last-child):after {
  border-left-color: #000;
}

.navwrap .nav>li:hover>a:first-child:not(:last-child):after {
  border-left-color: transparent;
  border-top-color: #000;
}

.navwrap .nav>li:focus-within>a:first-child:not(:last-child):after {
  border-left-color: transparent;
  border-top-color: #000;
}

/* allow touch to play but probably won't work with this scrolling version*/
.navwrap .nav .touch-only {
  display: none;
  left: -10px;
}

.touch-device .nav .touch-only {
  display: inline-block;
}

.touch-device .nav .touch-only a {
  background: #000;
  color: #000;
}

.wrap {
  padding: 20px;
  max-width: 980px;
  margin: auto;
  background: #eee;
}

/* remove hover when scrolling  */
.isScrolling .nav ul.dropdown {
  left: -999em;
  opacity: 0;
}

/* header-top */


.container {
  max-width: 1200px;
}

.head-sec {
  padding: 5px 0;
  background-color: #151328;
}

.phone-sec p {
  font-family: var(--lvyreg);
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  color: #fff;
  position: relative;
  padding-left: 30px;
}

.phone-sec a {
  color: #fff;
  text-decoration: none;
}

.phone::before {
  position: absolute;
  content: '';
  width: 19px;
  height: 19px;
  left: 0;
  top: 0;
  background: url(../images/phone-icon.png) no-repeat;
  background-position: center;
}

.head-links li {
  list-style: none;
  display: inline-block;
  padding: 0 15px;
}

.head-links .btn-secondary {
  background: #2C7CB9;
  color: #fff;
  border-color: #2C7CB9;
  border-radius: 0;
  padding: 5px 20px;
}

.btn-secondary:focus {
  box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.head-links .btn-secondary:not(:disabled):not(.disabled):active {
  background: #2C7CB9;
  border-color: #2C7CB9;
}

.desktop {
  display: block;
}

.desktophvr {
  display: none;
}

header .toggle:hover .desktophvr {
  display: block;
}

header .toggle:hover .desktop {
  display: none;
}

header .toggle:hover {
  border: none;
  background-color: transparent;
}


/* 
.head-links {
  display: flex;
  align-items: center;
  justify-content: center;
} */
.head-links a {
  position: relative;
  display: block;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-text-stroke-width: 0;
}

.head-links a::after {
  position: absolute;
  width: 0;
  height: .1875rem;
  background-color: #ff5212;
  content: "";
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  bottom: -5px;
}

.head-links a:hover:after {
  left: 0;
  right: auto;
  width: 100%;
  bottom: -5px;
  transition-duration: transition-speed-fast;
  transition-timing-function: transition-ease-out;
}

.head-links a:hover {
  font-family: var(--lvyreg);
}

.head-links a {
  color: #fff;
  text-decoration: none;
  font-family: var(--lvyreg);
  font-weight: normal;
  font-size: 16px;
}

.head-links a {
  display: flex;
  gap: 15px;
}

.dropdown button {
  font-family: var(--lvyreg);
  font-weight: bold;
  font-size: 16px;
}

.dropdown-item {
  color: #000 !important;
}

.left-box {
  left: -80px;
}



.head-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
}



.headerRightmainAll ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hc-offcanvas-nav.nav-position-left .nav-container {
  right: 0 !important;
}

.hc-offcanvas-nav.hc-nav-1.nav-position-left .nav-container {
  transform: translate3d(-493px, 0, 0);
}

.hc-nav-trigger {
  right: 0 !important;
}

header.smaller .hc-nav-trigger {
  top: 5px !important;
}

.head-container {
  max-width: 1530px;
  padding: 0 50px;
  width: 100%;
  margin: 0 auto;
}

.headernav {
  justify-content: end;
  display: flex;
}

.booktext {
  font-family: "RobotoRegular";
  color: #fff;
  background-color: #ff5212;
  cursor: pointer;
  font-weight: normal;
  border-radius: 8px;
  font-size: 18px;
  padding: 7px 10px;
  font-family: var(--lvyreg);
}

.booktext:hover {
  text-decoration: none;
  color: #ff5212;
  background: #fff;
}

.scroll-logo {
  color: #fff;
}

.head-links h6 {
  font-size: 14px;
  margin: 0;
}

/* about */
.aboutwrapper {
  background-color: #f4f5db;
  border-top-left-radius: 40px;
  padding: 60px 0;
  border-top-right-radius: 40px;
  position: relative;
}

.aboutleft h1 {
  font-family: "CormorantSemiBold";
  color: #151328;
  font-size: 55px;
  font-weight: bold;
  padding: 30px 0;
}

.aboutleft h6 {
  font-family: "RobotoRegular";
  font-size: 18px;
  font-weight: bold;
  color: #151328;
}

.aboutright p {
  font-family: "RobotoRegular";
  font-size: 17px;
  font-weight: normal;
  color: #151328;
  padding-bottom: 20px;
}

.aboutbooktext {
  font-family: "RobotoRegular";
  color: #fff;
  background-color: #151328;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  border-radius: 8px;
  padding: 10px 15px;
}

.aboutbooktext:hover {
  text-decoration: none;
  color: #151328;
  border: 1px solid #151328;
  background-color: #fff;
}

.aboutbtn {
  padding-top: 50px;
  margin-bottom: 30px;
}

.svg-icon-24 {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.about-social-link-wrapper {
  align-items: center;
  display: flex;
}

.guide-social-link.margin-right-16 {
  margin-right: 1em;
  animation: float 3s ease-in-out infinite;
}

.guide-social-link {
  animation: float 5s ease-in-out infinite;
}

.about-curly-arrow-wrapper {
  width: 520px;
  height: 200px;
  position: absolute;
  top: auto;
  bottom: -100px;
  left: -130px;
  right: auto;
}

.aboutbg {
  background-color: #151328;
  padding: 0 45px;
}

/* perfect */
.perfectwrapper {
  background-color: #151328;
  padding: 90px 0;
  position: relative;
}

.perfectwrapper h1 {
  margin: 0;
  color: #fff;
  font-family: "CormorantSemiBold";
  text-align: center;
  font-size: 50px;
}

.perfectwrapper h6 {
  margin: 0;
  color: #ff5212;
  font-family: "CormorantSemiBold";
  text-align: center;
  font-size: 30px;
}

/* testi */
.testiwrapper {
  background-color: #f4f5db;
  padding: 30px 45px;

}

.testiborder {
  background-color: #ff5212;
  border-radius: 40px;
  padding: 60px 0;
  position: relative;
  box-shadow: 3px 3px 9px #0000006b;
}

.testibox p {
  font-family: "RobotoRegular";
  color: #fff;
  font-size: 17px;
  font-weight: normal;
}

.testibox {
  text-align: center;
}

.testibox h5 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  font-family: "CormorantSemiBold";
}

.testibox h6 {
  font-family: "RobotoRegular";
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  padding-bottom: 20px;
}

.testiwrapper .owl-carousel .owl-nav.disabled {
  display: block;
}

.testiwrapper .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  font-size: 40px;
  color: #fff;
}

.testiwrapper .owl-carousel .owl-nav button.owl-prev {
  color: inherit;
  font: inherit;
  font-size: inherit;
  color: #fff;
  position: absolute;
  left: 0;
  font-size: 40px;
  top: 45%;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  border-radius: 30px;
}

.testiwrapper .owl-carousel .owl-nav button.owl-next {
  color: inherit;
  font: inherit;
  font-size: inherit;
  color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  border-radius: 30px;
  position: absolute;
  right: 0;
  font-size: 40px;
  top: 45%;
}

.testiwrapper i {
  font-size: 30px;
  color: #fff;
}

/* banner */
.banner {
  background-color: #151328;
}


.banner-container {
  max-width: 1530px;
  padding: 0 50px;
  width: 100%;
  margin: 0 auto;
}
.banner-text {position: absolute;
  top: 45%; background: #15132885;
  padding:30px;
  left: 60px;}

.banner-text h1 {
  font-size: 45px;
  font-family: "RobotoLight";
  color: #fff;
  font-weight: lighter;
 
  line-height: 56px;
}
.banner-text h5 {color: #fff;
  font-size: 19px;
  background: #ff5212;
  text-align: center;
  padding: 8px 10px;font-family: "RobotoLight";
  font-weight: lighter;
  width: 300px;}

.banner-img video {
  border-radius: 40px;
  width: 100%;
  box-shadow: 3px 3px 9px #0000006b;
}

@media (min-aspect-ratio: 16/9) {
  .back-video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .back-video {
    width: auto;
    height: 100%;
  }
}


/* services */
.serviceswrapper {
  background-color: #151328;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.servicesmargin h1 {
  font-family: "CormorantSemiBold";
  color: #fff;
  margin: 0;
  font-size: 40px;
  font-weight: normal;
  position: relative;
  padding-bottom: 30px;
}

.servicesmargin h1::before {
  position: absolute;
  content: '';
  background-color: #ff5212;
  width: 200px;
  height: 2px;
  left: 0;
  bottom: 25px;
}

.services-container {
  max-width: 1540px;
  padding: 0px 45px;
  width: 100%;
  margin: 0 auto;
}

.serviceleft img {
  background-color: #151328;
  opacity: 0.7;
  box-shadow: 3px 3px 9px #0000006b;
}

.serviceleft img {
  border-radius: 40px;
  height: 550px;
}

.serviceright h1 {
  font-family: "CormorantSemiBold";
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  padding-right: 5%;

}

.serviceright p {
  font-family: "RobotoLight";
  color: #fff;
  font-weight: lighter;
  line-height: 26px;
  font-size: 16px;
  text-align: justify;
}

.servicecenter {
  display: flex;
  align-items: center;
}

.serviceswrapper .owl-carousel .owl-nav.disabled {
  display: block;
}

.serviceswrapper .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  font-size: 40px;
  color: #F5F5F5;
}

.serviceswrapper .owl-carousel .owl-nav button.owl-prev {
  color: inherit;
  font: inherit;
  font-size: inherit;
  color: #F5F5F5;
  position: absolute;
  right: 80px;
  font-size: 40px;
  top: -85px;
}

.serviceswrapper .owl-carousel .owl-nav button.owl-next {
  color: inherit;
  font: inherit;
  font-size: inherit;
  color: #F5F5F5;
  position: absolute;
  right: 30px;
  top: -85px;
  font-size: 40px;
}

/* branding */
.brandwrapper {
  background-color: #151328;
  padding: 0 45px;
}

.brandwrap {
  background-color: #f4f5db;
  border-top-left-radius: 40px;
  padding: 60px 0;
  border-top-right-radius: 40px;
  position: relative;
  box-shadow: 3px 3px 9px #0000006b;
}

.brandleft img {
  border-radius: 40px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.brandright .faq-right {
  padding-left: 70px;
}

.brandright .faq-a {
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  font-family: "RobotoLight";
  background: #f5f5f5;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  float: left;
  padding: 24px 27px;
  color: #151328;
  border-radius: 19px;
  position: relative;
}

.brandright .faq-a::after {
  position: absolute;
  content: "-";
  right: 0;
  top: 17px;
  right: 25px;
  font-size: 28px;
  font-weight: 200;
}

.brandright .faq-a.collapsed::after {
  content: "+";
}

.brandright .faq-content {
  float: left;
  width: 100%;
  padding: 35px;
  padding-bottom: 0;
}

.brandright .faq-card {
  border: none;
  background-color: transparent;
  margin-bottom: 20px;

}

.brandright .faq-content ul {
  list-style: none;
  padding-left: 0;
}

.brandright .faq-content li {
  font-family: "RobotoLight";
  color: #151328;
  padding-left: 30px;
  font-weight: lighter;
  line-height: 26px;
  position: relative;
  font-size: 16px;
}

.brandright .faq-content li::before {
  position: absolute;
  background-color: #ff5212;
  border-radius: 20px;
  width: 9px;
  height: 9px;
  left: 0;
  top: 9px;
  content: '';
}

.brandright .faq-content p {
  color: #151328;
  font-size: 16px;
  font-family: "RobotoLight";
  padding-bottom: 20px;
}

/* tech */
.techwrapper {
  padding: 60px 0;
  background-color: #151328;
}

.techmargin h1 {
  font-family: "CormorantSemiBold";
  color: #fff;
  margin: 0;
  font-size: 45px;
  font-weight: normal;
  padding-bottom: 30px;
}

.techmargin p {
  font-family: "RobotoLight";
  color: #fff;
  font-weight: lighter;
  line-height: 26px;
  padding-right: 25%;
  font-size: 16px;
  padding-bottom: 40px;
  padding-left: 25%;
}

.tech-right .faq-a {
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  font-family: "RobotoLight";
  float: left;
  padding: 20px 0px;
  color: #151328 !important;
  border-radius: 19px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  border: 1px solid #fff;
  padding: 20px 40px;
  background: #fff;
}

.tech-right .faq-a::after {
  position: absolute;
  content: "-";
  right: 0;
  top: 30px;
  color: #151328;
  right: 25px;
  font-size: 28px;
  font-weight: 200;
}

.tech-right .faq-a.collapsed::after {
  content: "+";
  color: #151328;
}

.tech-right .faq-content {
  float: left;
  width: 100%;
  padding: 20px 40px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: 30px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.tech-right .faq-card {
  border: none;
  background-color: transparent;
  margin-bottom: 20px;

}

.tech-right .faq-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;

}

.tech-right .faq-content li {
  font-family: "RobotoLight";
  color: #141227;
  padding-left: 30px;
  font-weight: lighter;
  line-height: 26px;
  position: relative;
  font-size: 16px;
}

.tech-right .faq-content li::before {
  position: absolute;
  background-color: #ff5212;
  border-radius: 20px;
  width: 9px;
  height: 9px;
  left: 0;
  top: 9px;
  content: '';
}

.tech-right .faq-content p {
  color: #fff;
  font-size: 17px;
  font-family: "RobotoLight";
  padding-bottom: 20px;
}

.tech-right svg {
  width: 45px;
  height: 45px;
}


/* copy */
.copy-container {
  max-width: 1550px;
  padding: 0 50px;
  width: 100%;
  margin: 0 auto;
}

.coppt-text p {
  color: #fff;
  font-size: 14px;
  font-family: "RobotoRegular";
  font-weight: normal;
  margin: 0;
}

.copy-box {
  background: #ff5212;
  padding: 20px 0;
}

.policy-btn {
  text-align: right;
}

.policy-btn p {
  color: #fff;
  font-family: "RobotoRegular";
  margin: 0;
}

.policy-btn a {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  font-family: "RobotoRegular";
  transition: 0.5s;
}

.colcenter {
  display: flex;
  justify-content: center;
}

/* approach */
.inner-banner {
  background-color: #151328;
  padding: 0 45px;
}

.inner-wrap {
  background-color: #ff5212;
  border-radius: 40px;
  text-align: right;
  padding: 20px 0;
  background-position: center;
  box-shadow: 3px 3px 9px #0000006b;
}

.inner-header {
  text-align: right;
  color: #fff;

}

.inner-header h1 {
  font-family: "RobotoRegular";
  font-size: 25px;
}

.appwrapper {
  background-color: #151328;
  padding: 60px 0;
}


.appright h1 {
  font-family: "CormorantSemiBold";
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  padding-right: 5%;
  padding: 20px 0;
}


.appright p {
  font-family: "RobotoLight";
  color: #fff;
  font-weight: lighter;
  line-height: 26px;
  font-size: 16px;
  text-align: justify;
}

.appleft img {
  border-radius: 40px;
}

.appcenter {
  display: flex;
  align-items: center;
  padding: 15px 20px;
}

.roawrapper {
  background-color: #151328;
  padding: 0 45px;
  padding-bottom: 50px;
}

.roawrap {
  background-color: #fff;
  border-top-left-radius: 40px;
  padding: 60px 0;
  border-top-right-radius: 40px;
  position: relative;
}

.roaright h1 {
  font-family: "CormorantSemiBold";
  color: #151328;
  font-size: 25px;
  font-weight: normal;
  padding-right: 5%;
  position: relative;
  padding: 20px 0;
}

.roaright h1::before {
  position: absolute;
  content: '';
  background-color: #ff5212;
  width: 200px;
  height: 2px;
  left: 0;
  bottom: 10px;
}

.roaright p {
  font-family: "RobotoLight";
  color: #151328;
  font-weight: lighter;
  line-height: 26px;
  font-size: 16px;
  text-align: justify;
}

.wrap-container {
  max-width: 1550px;
  padding: 0 50px;
  width: 100%;
  margin: 0 auto;
}

/* contact */
.contact-banner {
  background: url(../images/contact-banner.png) no-repeat;
  text-align: right;
  padding: 60px 0;
  background-position: center;
}

.contactwrapper {
  background-color: #151328;
  padding: 50px 45px;
}

.contactwrap {
  background-color: #f4f5db;
  border-top-left-radius: 40px;
  padding: 60px 0;
  border-top-right-radius: 40px;
  position: relative;
}

.contactleft p {
  position: relative;
  font-weight: normal;
  font-size: 16px;
  font-family: "RobotoRegular";
  color: #151328;
  padding-right: 30%;
  line-height: 29px;
}

.contactleft a {
  position: relative;
  font-weight: normal;
  font-size: 16px;
  font-family: "RobotoRegular";
  color: #151328;
}

.contactleft h4 {
  color: #ff5212;
  font-size: 32px;
  font-weight: 600;
  font-family: "CormorantSemiBold";
  padding-bottom: 20px;
  margin: 0;
}

.contactleft p:last-child {
  border: none;
}

.contactright .form-group {
  margin-bottom: 10px;
}

.contactright .form-control {
  background-color: #FCFCFD;
  border: 0.5px solid #7070704D;
  border-radius: 8px;
  opacity: 1;
  padding: 10px 15px;
  box-shadow: none;
}

.contactright label {
  font-size: 15px;
  padding-left: 0px;
  padding-bottom: 5px;
  font-family: "RobotoLight";
  margin: 0;
}

.contactright .btn-primary {
  background-color: #ff5212;
  font-size: 15px;
  margin-top: 10px;
  border: none;
  padding: 10px 20px;
  color: #fff;
  border: 1px solid #ff5212;
  float: right;
}

.contactright {
  padding: 0 60px;
}

.contactright .btn-primary:hover {
  background-color: #fff;
  border: 1px solid #ff5212;
  color: #ff5212;
}

.contpadd {
  padding: 0;
}

.contactleft h6 {
  display: flex;
  gap: 15px;
  padding: 10px 0;
  align-items: first baseline;
}


.contactleft i {
  font-size: 21px;
  color: #151328;
}

.mapicon {
  font-size: 32px !important;
}

.contactleft h5 {
  position: relative;
  font-weight: normal;
  font-size: 16px;
  font-family: "RobotoRegular";
  color: #151328;
  padding-right: 70px;
  line-height: 30px;
}

/* back to top */

#button {
  display: inline-block;
  background-color: #ff7f50;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

#button:hover {
  background: #FF0001;
  transition: 0.5s;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #fff;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

#button.show {
  visibility: visible;
}

.headerRightmainAll {
  display: none;
}

.header-btn {
  display: flex;
  justify-content: left;
}

.location a {
  display: flex;
  gap: 15px;
}

.location h6 {
  font-size: 14px;
  margin: 0;
}

header.smaller .location h6 {
  font-size: 14px;
}

.location a {
  color: #fff;
  font-family: var(--lvyreg);
  font-weight: normal;
  font-size: 16px;
}

.headercenter {
  align-items: center;
}

.about-curly-arrow-wrapper img {
  animation: float 5s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-10px);
  }

  100% {
    transform: translatey(0px);
  }
}

/* about */
.vmwrapper {
  background-color: #151328;
  padding: 60px 0;
}

.vmright h1 {
  font-family: "CormorantSemiBold";
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  padding-right: 5%;
  padding: 20px 0;
}

.vmright p {
  font-family: "RobotoLight";
  color: #fff;
  font-weight: lighter;
  line-height: 26px;
  font-size: 16px;
  text-align: justify;
}

.vmleft img {
  border-radius: 40px;
}

.aboutsec {
  padding-top: 60px;
}

.techmargin {
  text-align: center;
}

.mapbg {
  padding-top: 60px;
}

.navbar-brand img {
  height: 50px;
}

.head-links {
  display: flex;

  align-items: center;

}

.headerlogo {
  text-align: center;
}

header.smaller .navbar-brand img {
  height: 40px;
}

.navrightt {
  position: absolute;
  right: 0;
  display: flex;
  gap: 30px;
  align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
}

header .navbar {
  padding: 0;
}

.vmright {
  border: 1px solid #fff;
  border-radius: 40px;
  text-align: center;
  padding: 20px 30px;
}

.banner-video-02 {display: none;}
 .banner-video-01 {display: block;}





/* responsive */

@media(max-width:1260.5px) {
  header.smaller {
    padding: 20px 20px;
  }

  .banner-text  {
    top: 35%;
  }
  .banner-text h1 {font-size: 40px;}

  .perfectwrapper h1 {
    font-size: 40px;
  }

  .perfectwrapper h6 {
    font-size: 26px;
  }

  .perfectwrapper {
    padding: 60px 0;
  }

  .aboutleft h1 {
    font-size: 45px;
  }

  .testibox h5 {
    font-size: 35px;
  }

  .servicesmargin h1 {
    font-size: 38px;
  }

  .techmargin h1 {
    font-size: 35px;
  }

  .tech-right .faq-a {
    padding-right: 15%;
  }


}

@media(max-width:1199.5px) {
  .back-video {
    width: 100%;
  }

  .tech-right .faq-a {
    padding-right: 15%;
    line-height: 26px;
  }
}

@media(max-width:991.5px) {
  .banner-video-01 {display: none;}
  .banner-video-02 {display: block;}
  .banner-text h5 {font-size: 16px;
    width: 100%;
  }
  header.smaller .navbar-brand img {
    height: 35px;
  }

  header.smaller .head-container {
    padding: 5px 15px;
  }

  .vmright {
    padding: 20px 20px;
    margin-bottom: 25px;
  }

  .roaright h1::before {
    bottom: 5px;
  }

  .servicesmargin h1::before {
    width: 120px;
    bottom: 15px;
  }

  .navbar-light .navbar-toggler {
    display: none;
  }

  .mapbg {
    padding-top: 25px;
  }

  .mapbg iframe {
    height: 100%;
  }

  .tech-right .faq-content {
    margin-top: 20px;
  }

  .vmright p {
    font-size: 15px;
    padding-right: 0;
  }

  .vmright h1 {
    font-size: 23px;
    padding-right: 0%;
    padding: 10px 0;
    margin: 0;
    padding-top: 0;
  }

  .vmwrapper {
    padding: 20px 0;
  }

  .inner-banner {
    padding: 0 20px;
  }

  .vedio-banner {
    height: auto;
  }

  .contactwrap {
    padding: 20px 0;
  }

  .contactwrapper {
    padding: 20px 20px;
  }

  .contactleft h4 {
    font-size: 27px;
    padding-bottom: 10px;
  }

  .contactleft h5 {
    font-size: 16px;
    padding-right: 0;
    line-height: 28px;
  }

  .contactleft p {
    font-size: 14px;
    padding-right: 0;
    line-height: 28px;
  }

  .mapicon {
    font-size: 27px !important;
  }

  .contactleft h6 {
    margin: 0;
  }

  .contactright {
    padding: 0 0px;
    padding-top: 10px;
  }

  .coppt-text {
    text-align: center;
  }

  .policy-btn {
    text-align: center;
  }

  .main-container {
    padding: 0 20px;
  }

  .contactleft i {
    font-size: 17px;
  }

  .head-container {
    padding: 0 20px;
  }

  .appwrapper {
    padding: 20px 0;
  }

  .navrightt {
    gap: 60px;
  }

  .appcenter {
    padding: 0 20px;
  }

  .appright h1 {
    padding: 10px 0;
    margin: 0;
    font-size: 21px;
  }

  .roawrapper {
    padding: 0 20px;
    padding-bottom: 20px;
  }

  .roawrap {
    padding: 20px 0;
  }

  .roaright h1 {
    padding: 10px 0;
    margin: 0;
    font-size: 21px;
  }

  .appright p {
    line-height: 26px;
    font-size: 14px;
    text-align: justify;
  }

  .roaright p {
    line-height: 26px;
    font-size: 14px;
    text-align: justify;
  }

  .appleft img {
    padding-bottom: 5px;

  }

  .inner-header h1 {
    font-size: 20px;
    margin: 0;
  }

  .head-sec {
    padding: 5px 0;
  }

  .location {
    display: none;
  }

  .booktext {
    font-size: 16px;
    padding: 6px 9px;
  }

  header .toggle {
    top: 0px !important;
    right: 0px !important;
  }

  .aboutsec {
    padding-top: 20px !important;
  }

  .navbar-brand img {
    height: 50px;
  }

  .serviceleft img {
    height: auto;
  }

  .testiwrapper .owl-carousel .owl-nav button.owl-prev {
    display: none;
  }

  .testiwrapper .owl-carousel .owl-nav button.owl-next {
    display: none;
  }

  header.smaller .hc-nav-trigger {
    top: 0px !important;
    right: 0px !important;
  }

  header.smaller .bookbtn {
    right: -10px;
  }

  .hc-nav-trigger {
    right: 30px !important;
  }

  .bookbtn {
    right: 30px;
  }

  header.smaller {
    padding: 10px 50px;
  }

  .headerRightmainAll {
    display: block;
  }

  .head-links {
    display: none;
  }

  .header-btn {
    align-items: center;
  }

  .banner-text {
    top: 60%;  padding:20px;
  }
  .banner-text h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .aboutleft h1 {
    font-size: 27px;
    padding: 10px 0;
    margin: 0;
  }

  .aboutwrapper {
    padding: 20px 0;
  }

  .about-curly-arrow-wrapper {
    display: none;
  }

  .aboutleft h6 {
    font-size: 17px;
    margin: 0;
  }

  .about-social-link-wrapper {
    padding-bottom: 10px;
  }

  .perfectwrapper {
    padding: 20px 0;
  }

  .perfectwrapper h1 {
    font-size: 27px;
  }

  .perfectwrapper h6 {
    font-size: 20px;
  }

  .testibox h5 {
    font-size: 27px;
    padding-top: 0;
    padding-bottom: 5px;
  }

  .testibox p {
    font-size: 14px;
    padding: 0 0%;
    text-align: justify;
  }

  .testiborder {
    padding: 30px 0;
  }

  .serviceswrapper {
    padding: 20px 0;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;

  }

  .servicesmargin h1 {
    font-size: 29px;
  }

  .serviceright h1 {
    font-size: 25px;
    padding-right: 0;
    padding: 10px 0;
    margin: 0;
  }

  .brandwrap {
    padding: 20px 0;
    padding-bottom: 0;
  }

  .brandwrapper {
    padding: 0 30px;
  }

  .brandleft {
    padding-bottom: 20px;
  }

  .brandright .faq-right {
    padding-left: 0;
  }

  .serviceright p {
    font-size: 15px;
  }

  .techwrapper {
    padding: 20px 0;
  }

  .techmargin h1 {
    font-size: 25px;
    padding-bottom: 10px;
  }

  .techmargin p {
    padding-right: 0;
    font-size: 14px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .tech-right .faq-a {
    gap: 20px;
    padding: 10px 15% 10px 10px;
  }

  .tech-right .faq-a {
    padding: 10px 0px;
  }

  .tech-right .faq-card {
    margin-bottom: 10px;
    padding: 0;
  }

  .tech-right .faq-a:last-child {
    padding: 10px 15% 10px 10px;
  }

  .banner-container {
    padding: 0 20px;
  }

  .aboutbg {
    padding: 0 20px;
  }



}








@media(max-width:767.5px) {
  .contactleft h5 {
    font-size: 15px;
    padding-right: 0;
    line-height: 26px;
  }

  .vmright p {
    font-size: 14px;
    padding-right: 0;
  }

  .banner-text  {
    top: 60%;
    left: 30px;
  }
  .banner-text h1 {
   
    font-size: 20px;
    line-height: 26px;
  }
  .perfectwrapper h1 {
    font-size: 23px;
  }

  .perfectwrapper h6 {
    font-size: 18px;
  }

  .aboutleft h1 {
    font-size: 23px;
  }

  .aboutright p {
    font-size: 15px;
    padding-bottom: 10px;
  }

  .testiwrapper {
    padding: 20px 20px;
  }

  .testibox h5 {
    font-size: 23px;
    padding-bottom: 0;
  }

  .testiborder {
    padding: 20px 0;
  }

  .servicesmargin h1 {
    font-size: 25px;
    padding-bottom: 20px;
  }

  .serviceswrapper .owl-carousel .owl-nav button.owl-prev {
    top: -70px;
  }

  .serviceswrapper .owl-carousel .owl-nav button.owl-next {
    top: -70px;
  }

  .serviceright h1 {
    font-size: 23px;
  }

  .brandwrapper {
    padding: 0 20px;
  }

  .brandright .faq-a {
    font-size: 15px;
    padding: 18px 20px;
    padding-right: 13%;
  }

  .techmargin h1 {
    font-size: 23px;
  }

  .tech-right .faq-a {
    padding-right: 15%;
  }


  .tech-right .faq-a::after {

    right: 20px;
    top: 20px;
    font-size: 25px;
  }

}