@font-face {
  font-family: 'Helvetica-Neue';
  src: url('../fonts/HelveticaNeue-Roman.eot');
  src: url('../fonts/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Roman.woff2') format('woff2'), url('../fonts/HelveticaNeue-Roman.woff') format('woff'), url('../fonts/HelveticaNeue-Roman.ttf') format('truetype'), url('../fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica-Neue';
  src: url('../fonts/HelveticaNeue-Medium.eot');
  src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'), url('../fonts/HelveticaNeue-Medium.woff') format('woff'), url('../fonts/HelveticaNeue-Medium.ttf') format('truetype'), url('../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica-Neue';
  src: url('../fonts/HelveticaNeue-Bold.eot');
  src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'), url('../fonts/HelveticaNeue-Bold.woff') format('woff'), url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'), url('../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Creato-Display';
  src: url('../fonts/CreatoDisplay-Regular.eot');
  src: url('../fonts/CreatoDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/CreatoDisplay-Regular.woff2') format('woff2'), url('../fonts/CreatoDisplay-Regular.woff') format('woff'), url('../fonts/CreatoDisplay-Regular.ttf') format('truetype'), url('../fonts/CreatoDisplay-Regular.svg#CreatoDisplay-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Creato-Display';
  src: url('../fonts/CreatoDisplay-Medium.eot');
  src: url('../fonts/CreatoDisplay-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/CreatoDisplay-Medium.woff2') format('woff2'), url('../fonts/CreatoDisplay-Medium.woff') format('woff'), url('../fonts/CreatoDisplay-Medium.ttf') format('truetype'), url('../fonts/CreatoDisplay-Medium.svg#CreatoDisplay-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Creato-Display';
  src: url('../fonts/CreatoDisplay-Bold.eot');
  src: url('../fonts/CreatoDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CreatoDisplay-Bold.woff2') format('woff2'), url('../fonts/CreatoDisplay-Bold.woff') format('woff'), url('../fonts/CreatoDisplay-Bold.ttf') format('truetype'), url('../fonts/CreatoDisplay-Bold.svg#CreatoDisplay-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ivar Text Hydro';
  src: url('../fonts/IvarTextHydro-Regular.eot');
  src: url('../fonts/IvarTextHydro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/IvarTextHydro-Regular.woff2') format('woff2'), url('../fonts/IvarTextHydro-Regular.woff') format('woff'), url('../fonts/IvarTextHydro-Regular.ttf') format('truetype'), url('../fonts/IvarTextHydro-Regular.svg#IvarTextHydro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ivar Headline Italic';
  src: url('https://uploads-ssl.webflow.com/650057f73744d6f9a46e25b5/650057f73744d6f9a46e25f2_IvarHeadline-Italic.woff2') format('woff2'), url('https://uploads-ssl.webflow.com/650057f73744d6f9a46e25b5/650057f73744d6f9a46e25d3_IvarHeadline-Italic.woff') format('woff'), url('https://uploads-ssl.webflow.com/650057f73744d6f9a46e25b5/66153ca5c4022770881917a6_IvarHeadline-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}


/*Scrollbar*/
body {
  overflow-y: scroll;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4);
  background-color: #000;
}

body::-webkit-scrollbar {
  width: 4px;
  background-color: #000;
}

body::-webkit-scrollbar-thumb {
  background-color: #F53A3E;
  border-radius: 10px;
}

/*Scrollbar End*/
body {
  font-family: "Helvetica-Neue-Roman", sans-serif;
  color: #222222;
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  margin: 0 auto;
  padding: 0;
}

a {
  text-decoration: none;
  color: #222222;
}

a:hover {
  transition: 0.1s all;
  color: #000;
}

.navbar {
  transition: 0.5s all;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

section {
  padding: 60px 0 50px;
  position: relative !important;
}

.navbar-light {
  background: #fff;
  transition: 0.5s all;
}

.navbar-dark {
  background: #fff;
  transition: 0.5s all;
}

p {
  line-height: 1.6;
}

ol,
ul {
  padding-left: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

.line-height-1 {
  line-height: 1.6;
}

.line-height-2 {
  line-height: 1.8;
}

.mobilemenu {
  display: none;
}

.logo {
  transition: 0.5s all;
  height: 40px;
  margin-right: 52px;
}

.bg-light .logo {
  margin: 0 0;
  height: 40px;
  margin-right: 52px;
}

.bg1 {
  background-color: #F5F5F7;
  overflow: hidden;
}

.bg2 {
  background: #F5F5F7;
  background: -webkit-linear-gradient(0deg, rgba(245, 245, 247, 1) 0%, rgba(245, 245, 247, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: -moz-linear-gradient(0deg, rgba(245, 245, 247, 1) 0%, rgba(245, 245, 247, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(0deg, rgba(245, 245, 247, 1) 0%, rgba(245, 245, 247, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F5F5F7", endColorstr="#FFFFFF", GradientType=0);
  overflow: hidden;
}

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: 0.1s all;
}

.loader-sec {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: 0.1s all;
}

.loader .loader-logo {
  display: block;
  width: 100%;
  text-align: center;
}

.loader .loader-anim {
  display: block;
  width: 100%;
  text-align: center;
}

.loader .loader-logo img {
  width: 250px;
  text-align: center;
}

.loader .loader-anim img {
  width: 150px;
  text-align: center;
}

.color1 {
  color: #F53A3E;
}


.font1 {
  font-family: "Helvetica-Neue-Roman", sans-serif;
}

.font2 {
  font-family: "Creato-Display", sans-serif;
}

.font3 {
  font-family: 'Ivar Headline Italic', sans-serif;
  font-style: italic;
  font-weight: 400;
}

.custom-quote {
  font-family: 'Ivar Headline Italic', sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.5;
  color: #F53A3E;
  border-left: 2px solid #F53A3E;
  padding-left: 20px;
  margin: 35px 0;
}

.grayscale-img {
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.grayscale-img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.thesis-section {
  background: #ffffff;
  color: #222222;
  padding: 100px 0 90px;
}

.pl-30 {
  padding-left: 30px;
}

.border-top-red {
  border-top: 3px solid #F53A3E !important;
}

@media (min-width: 768px) {
  .shift-up-desktop {
    margin-top: -280px;
  }
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-80 {
  padding-bottom: 80px;
}

.btn {
  transition: 1s all;
}

.btn-red {
  color: #F53A3E;
  padding-left: 0;
  font-size: 16px;
  padding-right: 15px;
  border-radius: 0;
}

.btn-red:hover {
  background: transparent;
  padding-left: 15px;
  color: #F53A3E;
  transition: 0.5s all;
}

.navbar-light .nav-link {
  color: #000;
}

.navbar-light.bg-light .nav-link {
  color: #000;
}

.navbar-light.bg-light .nav-link:hover {
  color: #F53A3E;
}

.navbar-nav .nav-link:hover {
  color: #494949;
}

.navbar-nav .nav-link.active {
  color: #F53A3E;
  font-family: 'Ivar Headline Italic', sans-serif;
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
}

.nav-item {
  padding: 0px 10px;
}

@media all and (min-width: 992px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
  }

  .dropdown-menu>li:hover {
    background-color: #f1f1f1;
    color: #000;
  }

  .dropdown-item.active,
  .dropdown-item:active {
    background-color: #f1f1f1;
    color: #000;
  }

  .dropdown-item {
    font-size: 14px;
  }
}

.heading1 {
  font-family: "Creato-Display", sans-serif;
  font-size: calc(2.2rem + ((1.8vw - 0.48rem) * 1.3889));
  line-height: 1;
  font-weight: 500;
  margin-bottom: 15px;
}

.heading1 .italic {
  font-family: 'Ivar Headline Italic', sans-serif;
  font-style: italic;
  font-weight: 400;
}

.heading2 {
  font-family: "Creato-Display", sans-serif;
  font-size: calc(1.5rem + ((1.4vw - 0.48rem) * 1.3889));
  line-height: 1;
  font-weight: 500;
  margin-bottom: 15px;
}

.heading2 .italic {
  font-family: 'Ivar Headline Italic', sans-serif;
  font-style: italic;
  font-weight: 400;
}

.sub-heading {
  font-family: 'Ivar Headline Italic', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: calc(1.4rem + ((0.7vw - 0.48rem) * 1.3889));
  line-height: 1.2;
  font-weight: 400;
}

.banner {
  height: 100vh;
  background: url("../images/home-banner.jpg") no-repeat top center;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
}

.homebanner.owl-theme .owl-next,
.homebanner.owl-theme .owl-prev {
  width: 25px;
  height: 48px;
  margin-top: -24px;
  position: absolute;
  top: 50%;
  border: none;
  opacity: 0.7;
  font-size: 30px;
}

.homebanner.owl-theme .owl-next:hover,
.homebanner.owl-theme .owl-prev:hover {
  opacity: 1;
}

.homebanner.owl-theme .owl-prev {
  left: 10px;
}

.homebanner.owl-theme .owl-next {
  right: 10px;
}

#down {
  position: absolute;
  top: 50vh;
  height: 40px;
  line-height: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s all;
  border-radius: 50px;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  text-align: left;
  z-index: 1000;
}

#down img {
  width: 20px;
}

@keyframes bounce {

  0%,
  50%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-4px);
  }

  80% {
    transform: translateY(-2px);
  }
}

/*Video Banner*/
.hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.video-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: #000;
}

.video-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120vw;
  height: 67.5vw;
  min-width: 177.78vh;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  border: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .6)), rgba(0, 0, 0, .15);
  z-index: -1;
}

.content {
  position: relative;
  min-height: 100svh;
  /* better mobile vh */
  display: grid;
  place-items: center;
  text-align: center;
  padding: 2rem;
}

.inner {
  width: min(100%, 1200px);
  margin-inline: auto;
}

@media (prefers-reduced-motion: reduce) {
  .video-bg {
    display: none;
  }

  .hero {
    background: #000 url('../videos/banner.jpg') center/cover no-repeat;
  }
}

/*Video Banner*/

.banner h1 {
  font-family: "Creato-Display", sans-serif;
  font-size: calc(1.4rem + ((2.2vw - 0.48rem) * 1.3889));
  line-height: 1;
  font-weight: bold;
}

.banner h2 {
  font-family: "Creato-Display", sans-serif;
  font-size: calc(1.2rem + ((1.4vw - 0.48rem) * 1.3889));
  line-height: 1;
  font-weight: bold;
}

.banner h1 span,
.banner h2 span {
  font-style: italic;
}

.homebanner .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  padding: 0 15px;
  color: #fff;
  text-align: center;
}

.homebanner h1 {
  font-family: "Creato-Display", sans-serif;
  font-size: calc(1.4rem + ((2.2vw - 0.48rem) * 1.3889));
  line-height: 1;
  font-weight: bold;
}

.homebanner h2 {
  font-family: "Creato-Display", sans-serif;
  font-size: calc(1.2rem + ((1.4vw - 0.48rem) * 1.3889));
  line-height: 1;
  font-weight: bold;
}

.homebanner h1 span,
.homebanner h2 span {
  font-style: italic;
}

.homebanner video {
  margin-bottom: -20px;
}

.homebanner iframe {
  width: 100%;
  position: relative;
}

.about {
  background: url("../images/bg-about.jpg") no-repeat top center;
  background-size: cover;
  min-height: 100vh;
  color: #fff;
  align-content: center;
}

.about-story {
  background: url("../images/about-story-bg.jpg") no-repeat top center;
  padding: 120px 0 200px;
  background-size: cover;
  color: #fff;
}

.about-story-grey {
  background: #F5F5F7 !important;
  color: #222222 !important;
}

i.lg {
  transform: scale(1.6);
  line-height: 0.6;
  padding-left: 5px;
}

.scale80 {
  transform: scale(0.8);
}

.testim .item {
  text-align: center;
  margin-bottom: 30px;
}

.owl-dots {
  text-align: center;
}

.owl-dots .owl-dot {
  border: none;
  height: 12px;
  margin: 3px;
  background: #a2a2a2;
  border-radius: 50px;
  transform: scale(0.6);
}

.owl-dots .owl-dot.active {
  background: #F53A3E;
}

.box-bot {
  transition: 0.5s all;
  /* background: #fff; */
  border-bottom: solid 2px #F53A3E;
  height: 100%;
  padding: 30px 35px 20px;
}

.box-bot:hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.box-bot .icon {
  padding: 5px 0 30px;
  width: 65px;
}

.bg-one {
  width: 100%;
  min-height: 500px;
  background: url("../images/bg-services.jpg") no-repeat;
  background-size: cover;
}

.bg-two {
  width: 100%;
  min-height: 500px;
  background: url("../images/methodology.jpg") no-repeat;
  background-size: cover;
}

.bg-about {
  position: relative;
  width: 100%;
  min-height: 500px;
  background: url("../images/banner-about.jpg") no-repeat;
  background-size: cover;
}


.solution {
  position: relative;
  width: 100%;
  min-height: 500px;
  background: url("../images/bg-solution.jpg") no-repeat;
  background-size: cover;
}

.method {
  position: relative;
  width: 100%;
  min-height: 500px;
  background: url("../images/bg-method.jpg") no-repeat;
  background-size: cover;
}


.stories {
  position: relative;
  width: 100%;
  min-height: 500px;
  background: url("../images/bg-stories.jpg") no-repeat;
  background-size: cover;
}

.stories2 {
  position: relative;
  width: 100%;
  min-height: 500px;
  background: url("../images/bg-stories2.jpg") no-repeat;
  background-size: cover;
}

/*.stories::after{content:''; position:absolute; top:0; left:50%; z-index:1; width:1px; height: 50px; background:#f96366;}*/
.blogstory1 {
  position: relative;
  width: 100%;
  min-height: 500px;
  background: url("../images/blog-img1-big.jpg") no-repeat;
  background-size: cover;
}

.blogstory2 {
  position: relative;
  width: 100%;
  min-height: 500px;
  background: url("../images/blog-img2-big.jpg") no-repeat;
  background-size: cover;
}



.experience {
  width: 100%;
  background: url("../images/bg-casestudy.jpg");
  background-size: cover;
  padding-top: 100px;
  margin-bottom: 100px;
}

.casestudy {
  margin-bottom: -50px;
}

.casestudy .item {
  background: #fff;
  height: 100%;
  padding: 30px 30px 20px;
  border-top: solid 2px #F53A3E;
}

.casestudy .item img {
  width: auto;
  display: inline;
}

.casestudy.owl-carousel .owl-stage {
  display: flex;
}

.casestudy.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.casestudy .owl-nav {
  position: absolute;
  top: -15%;
  right: 0;
}

.casestudy .owl-nav .owl-next,
.casestudy .owl-nav .owl-prev {
  border-radius: 50px;
  text-decoration: none;
  line-height: 1;
  border: 0;
  width: 50px;
  height: 50px;
  font-size: 30px;
  font-weight: 100;
  margin-left: 10px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  transition: 0.5s all;
}

.casestudy .owl-nav .owl-next:hover,
.casestudy .owl-nav .owl-prev:hover {
  background: rgba(0, 0, 0, 0.6);
}

.blogs .item {
  overflow: hidden;
}

.blogs .item .image {
  transition: 0.5s all;
  overflow: hidden;
}

.blogs .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s linear;
}

.blogs .item:hover img {
  transform: scale(1.08);
}

.blogs .item {
  margin: 0 0 0;
  transition: 0.5s all;
  z-index: 1;
  position: relative;
}

/*.scroll-line { position: absolute; left: 50%; top: 0; width: 1px; transform: translateX(-50%); height: 100%; background-color: #F53A3E; }*/
.section {
  position: relative;
  overflow: hidden;
}

.scroll-line {
  position: absolute;
  top: 0;
  width: 1px;
  height: 0;
  opacity: 0;
  transition: height 0.5s ease, opacity 0.5s ease;
}


.section[data-line-pos="line1"] .scroll-line {
  left: 50%;
  transform: translateX(-50%);
}

.section[data-line-pos="line2"] .scroll-line {
  right: 40%;
  transform: translateX(-40%);
  top: 80px;
}

.section[data-line-pos="line3"] .scroll-line {
  right: 40%;
  transform: translateX(-40%);
}

.section[data-line-pos="line4"] .scroll-line {
  right: 50%;
  transform: translateX(-50%);
  top: 80%;
}

.section[data-line-pos="line5"] .scroll-line {
  left: 30%;
  transform: translateX(-30%);
}

.section[data-line-pos="line6"] .scroll-line {
  right: 49%;
  transform: translateX(-49%);
  top: 20%;
  z-index: 0;
}

.grey-line {
  position: absolute;
  top: 0;
  width: 1px;
  left: 30%;
  transform: translateX(-30%);
  height: 100%;
  background-color: #b6b6b6;
}

.timelinetab {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.timelinetab .txt {
  width: 50%;
}

.timelinetab .image {
  width: 50%;
  text-align: center;
}

.timelinetab .image img {
  width: 100px
}

.timelinetab:nth-child(1) {
  margin-top: -150px;
}

.timelinetab:nth-child(2) {
  display: none !important;
}

.image-display {
  position: fixed;
  top: 50%;
  right: 35%;
  transform: translateY(-50%);
  width: 125px;
  z-index: 1000;
}

.image-display img {
  width: 100%;
  height: auto;
}

.scimg {
  height: 200px;
}

.teamred {
  height: 100%;
  background: #F53A3E;
  color: #fff;
  padding: 50px 30px;
  margin: 0 30px;
}

.teamred .head {
  font-family: 'Ivar Headline Italic', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 10px;
}


/**/
.team-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-card {
  position: relative;
  width: 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.team-card img {
  width: 100%;
  display: block;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.card-header h2 {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.plus-icon {
  font-size: 24px;
  cursor: pointer;
  user-select: none;
  transition: transform 0.3s ease;
}

.plus-icon.active {
  transform: rotate(45deg);
}

.overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 20px;
  transition: bottom 0.4s ease-in-out;
}

.overlay-text h3 {
  margin: 0 0 10px;
}

.overlay-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.overlay.open {
  bottom: 0;
}

/**/
/*Styled Checkbox*/
.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 10px;
  color: #d7d7d7;
}

.styled-checkbox+label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
}

.styled-checkbox:hover+label:before {
  background: #F53A3E;
}

.styled-checkbox:focus+label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
  background: #F53A3E;
}

.styled-checkbox:disabled+label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled+label:before {
  box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked+label:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 8px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.values {
  display: flex;
  border-bottom: solid 1px #a8a8a8;
  height: 100%;
  padding: 30px 50px;
}

.values .icon {
  width: 80px;
  padding-right: 20px;
}

.values .txt {
  width: 100%;
}

/*Timeline Journey*/
.timeline-section {
  position: relative;
  width: 86%;
  max-width: 990px;
  margin: 0 auto;
  padding-left: 40px;
  /*overflow: hidden;*/
}

.timeline-line {
  position: absolute;
  left: 80px;
  top: 0;
  width: 1px;
  background: #F53A3E;
  height: 0;
  transition: height 0.3s ease;
  z-index: 0;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.timeline-item.show {
  opacity: 1;
  transform: translateY(0);
}

.timeline-icon {
  width: 80px;
  height: 80px;
  background: white;
  border: 1px solid #F53A3E;
  border-radius: 50%;
  text-align: center;
  line-height: 72px;
  font-size: 24px;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  transition: all 0.6s ease;
}

.timeline-icon img {
  height: 50px;
}

.timeline-content {
  padding: 0 20px 70px;
  margin-left: 20px;
  z-index: 1;
  transition: all 0.6s ease;
}

.timeline-head {
  position: absolute;
  left: -150px;
  text-align: right;
}

.timeline-head.post {
  left: -50px;
}

.growth .timeline-content.post {
  margin-left: 100px;
}

.growth .timeline-icon {
  width: 12px;
  height: 12px;
  background: #F53A3E;
  border: 1px solid #F53A3E;
  border-radius: 50%;
  text-align: center;
  line-height: 12px;
  font-size: 24px;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  transition: all 0.6s ease;
  left: 34px;
  top: 6px;
}

.growth .timeline-content.h70 {
  margin-left: 50px;
  width: 70%;
}

.growth .timeline-content {
  margin-left: 50px;
  width: 100%;
}

.growth ul,
.growth ol {
  padding: 0;
  margin: 0;
  margin-left: 15px;
  margin-bottom: 25px;
}

.growth li {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.growth .timeline-image img {
  width: 120px;
  margin-left: 50px;
}

.growth .grey-line {
  position: absolute;
  left: 80px;
  top: 0;
  width: 1px;
  transform: translateX(-30%);
  height: 100%;
  background-color: #b6b6b6;
}

.growth .timeline-icon.bg-none {
  background: transparent;
  border: transparent;
}

.gs-tabs .nav-pills .nav-link {
  border-radius: 0;
  border: solid 1px #666;
  border-bottom: transparent;
  background: transparent;
  color: #000;
  font-size: 18px;
  width: 180px;
  text-align: center;
  padding: 15px 0;
  margin-bottom: -1px;
}

.gs-tabs .nav-pills .nav-link:hover,
.gs-tabs .nav-pills .nav-link.active {
  border: solid 1px #F53A3E;
  border-bottom: transparent;
  color: #F53A3E;
}

.iconsocial {
  position: absolute;
  top: 150px;
  left: 18px;
  z-index: 100;
}

.iconsocial ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

hr.red {
  color: #F53A3E;
  opacity: 1;
}

.podbox {
  position: relative;
  margin-top: -95px;
}

.iconbox img {
  width: 80px;
}

.txtbox {
  background-color: #fff;
  padding: 50px 25px 40px;
  text-align: center;
  margin-top: -30px;
  min-height: 160px;
}

.gs-tabs .nav-pills {
  border-bottom: solid 1px #666;
}

.gtsbox {
  background: #F5F5F7;
  border-top: solid 1px #F53A3E;
  padding: 30px 25px;
  height: 100%;
}


.methlg .timeline-line {
  position: absolute;
  left: 42px;
  top: 0;
  width: 1px;
  background: #F53A3E;
  height: 0;
  transition: height 0.3s ease;
  z-index: 0;
}

.podanim {
  position: relative;
  margin-bottom: -100px;
}

.podanim img {
  max-width: 800px;
  margin-top: -80px;
  z-index: -1;
  position: relative;
}

.pod-a1 {
  position: absolute;
  width: 400px;
  text-align: right;
  top: 55px;
  left: 85px;
}

.pod-a2 {
  position: absolute;
  width: 310px;
  text-align: right;
  top: 270px;
  left: 80px;
}

.pod-a3 {
  position: absolute;
  width: 350px;
  text-align: left;
  top: 270px;
  right: 50px;
}








.footer {
  width: 100%;
  background: url("../images/bg-contact.jpg");
  background-size: cover;
  padding-top: 100px;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #F53A3E;
}

.footer .contact {
  background: #222222;
  color: #fff;
  margin-top: -50px;
  padding: 30px;
}

.contact input {
  border-radius: 0;
  background: transparent;
  border: none;
  border-bottom: solid 1px #404040;
  color: #fff;
}

.contact textarea {
  background: transparent;
  border: solid 1px #404040;
  color: #fff;
}

.contact input::placeholder {
  color: #fff;
}

.contact input:focus {
  background: transparent;
  border: none;
  box-shadow: none;
  border-bottom: solid 1px #7a7a7a;
  color: #fff;
}

.contact textarea:focus {
  background: transparent;
  box-shadow: none;
  border: solid 1px #7a7a7a;
  color: #fff;
}

.contact .btn-success {
  display: block;
  background: #F53A3E;
  border: none;
  border-radius: 0;
}

.contact .btn-success:hover {
  background: #fff;
  color: #F53A3E;
}

.copy {
  background-color: #151515;
  color: #fff;
  padding-top: 5px;
  position: relative;
  margin-top: 30px;
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #151515;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
}

.rounded-social-buttons .social-button:hover,
.rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter,
.fa-facebook-f,
.fa-linkedin,
.fa-youtube,
.fa-instagram,
.fa-envelope {
  font-size: 18px;
  line-height: 1;
}

.rounded-social-buttons .social-button.facebook {
  border: solid 1px #5e5e5e;
  background: #5e5e5e;
}

.rounded-social-buttons .social-button.facebook:hover,
.rounded-social-buttons .social-button.facebook:focus {
  color: #1989F0;
  background: #fefefe;
  border-color: #1989F0;
}

.rounded-social-buttons .social-button.twitter {
  border: solid 1px #5e5e5e;
  background: #5e5e5e;
}

.rounded-social-buttons .social-button.twitter:hover,
.rounded-social-buttons .social-button.twitter:focus {
  color: #000000;
  background: #fefefe;
  border-color: #000000;
}

.rounded-social-buttons .social-button.linkedin {
  border: solid 1px #5e5e5e;
  background: #5e5e5e;
}

.rounded-social-buttons .social-button.linkedin:hover,
.rounded-social-buttons .social-button.linkedin:focus {
  color: #0D65A6;
  background: #fefefe;
  border-color: #0D65A6;
}

.rounded-social-buttons .social-button.youtube {
  border: solid 1px #5e5e5e;
  background: #5e5e5e;
}

.rounded-social-buttons .social-button.youtube:hover,
.rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  border: solid 1px #5e5e5e;
  background: #5e5e5e;
}

.rounded-social-buttons .social-button.instagram:hover,
.rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}

.rounded-social-buttons .social-button.envelope {
  border: solid 1px #D3342C;
  background: #D3342C;
}

.rounded-social-buttons .social-button.envelope:hover,
.rounded-social-buttons .social-button.envelope:focus {
  color: #D3342C;
  background: #fefefe;
  border-color: #D3342C;
}





.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}






#scrollBtn {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  line-height: 1;
  border: none;
  outline: none;
  background-color: #FF7E0C;
  color: #fff;
  cursor: pointer;
  padding: 8px;
  border-radius: 50px;
}

@media (min-width: 777px) {
  .col-md-1-5 {
    width: 20%;
  }

  .col-md-2-5 {
    width: 40%;
  }

  .col-md-3-5 {
    width: 60%;
  }

  .col-md-4-5 {
    width: 80%;
  }

  .col-md-5-5 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
  }

  .col-lg-2-5 {
    width: 40%;
  }

  .col-lg-3-5 {
    width: 60%;
  }

  .col-lg-4-5 {
    width: 80%;
  }

  .col-lg-5-5 {
    width: 100%;
  }
}

@media (max-width:1920px) {
  .section[data-line-pos="line6"] .scroll-line {
    right: 48.6%;
    transform: translateX(-48.6%);
  }
}

@media (max-width:1799.98px) {
  .grey-line {
    left: 25%;
    transform: translateX(-25%);
  }

  .section[data-line-pos="line5"] .scroll-line {
    left: 28.75%;
    transform: translateX(-28.75%);
  }
}

@media (max-width:1540px) {
  .grey-line {
    left: 20%;
    transform: translateX(-20%);
  }

  .section[data-line-pos="line5"] .scroll-line {
    left: 25.1%;
    transform: translateX(-25.1%);
  }

  .section[data-line-pos="line6"] .scroll-line {
    right: 48.3%;
    transform: translateX(-48.3%);
  }
}

@media (max-width:1399.98px) {
  .image-display {
    right: 30%;
    width: 120px;
  }

  .section[data-line-pos="line5"] .scroll-line {
    left: 27.25%;
    transform: translateX(-27.25%);
  }

  .section[data-line-pos="line6"] .scroll-line {
    right: 48%;
    transform: translateX(-48%);
  }

  .podanim img {
    max-width: 700px;
    margin-top: -80px;
  }

  .pod-a1 {
    width: 320px;
    top: 12px;
    left: 85px;
  }

  .pod-a2 {
    width: 310px;
    top: 220px;
    left: 20px;
  }

  .pod-a3 {
    width: 310px;
    top: 220px;
    right: 20px;
  }

}

@media (max-width:1199.98px) {
  .image-display {
    right: 30%;
    width: 100px;
  }

  .section[data-line-pos="line5"] .scroll-line {
    left: 28.85%;
    transform: translateX(-28.85%);
  }

  .section[data-line-pos="line6"] .scroll-line {
    right: 47.7%;
    transform: translateX(-47.7%);
  }

  .podanim img {
    max-width: 500px;
    margin-top: -70px;
  }

  .pod-a1 {
    width: 285px;
    top: 4px;
    left: 85px;
    font-size: 12px;
  }

  .pod-a2 {
    width: 260px;
    top: 140px;
    left: 50px;
    font-size: 12px;
  }

  .pod-a3 {
    width: 260px;
    top: 140px;
    right: 50px;
    font-size: 12px;
  }

  .pod-a1 h5,
  .pod-a2 h5,
  .pod-a3 h5 {
    font-size: 16px;
  }

}

@media (max-width:991.98px) {
  section {
    padding: 40px 0 30px;
  }

  .navbar>.container-fluid {
    display: block;
    text-align: center;
    width: 90%;
  }

  .navbar-light .nav-link {
    color: #fff;
    text-align: left;
  }

  .navbar-light.bg-light .nav-link {
    color: #fff;
  }

  .mobilemenu {
    display: block;
  }

  #sidebarMenu {
    height: 100%;
    position: fixed;
    right: 0;
    width: 250px;
    margin-top: 8px;
    transform: translateX(250px);
    transition: transform 250ms ease-in-out;
    background: #000;
    z-index: 100;
  }

  .sidebarMenuInner {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
  }

  .sidebarMenuInner li {
    list-style: none;
    color: #fff;
    padding: 12px 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }

  .sidebarMenuInner li span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
  }

  .sidebarMenuInner li a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
  }

  input[type="checkbox"]:checked~#sidebarMenu {
    transform: translateX(0);
  }

  input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
  }

  .sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 22px;
    right: 30px;
    height: 22px;
    width: 22px;
  }

  .spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #000;
  }

  .bg-light .spinner {
    background-color: #000;
  }

  .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
  }

  .diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
  }

  .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
  }

  input[type=checkbox]:checked~.sidebarIconToggle>.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
  }

  input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
  }

  input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
  }

  .logo {
    height: 34px;
    margin-right: 0;
  }

  .bg-light .logo {
    margin: 0;
    height: 30px;
  }

  .bg-one {
    width: 100%;
    min-height: 300px;
    background: url("../images/bg-services-sm.jpg") no-repeat;
    background-size: cover;
  }

  .bg-two {
    width: 100%;
    min-height: 350px;
    background: url("../images/methodology-sm.jpg") no-repeat;
    background-size: cover;
  }

  .bg-about {
    width: 100%;
    min-height: 300px;
    background: url("../images/banner-about-sm.jpg") no-repeat;
    background-size: cover;
  }

  .solution {
    width: 100%;
    min-height: 300px;
    background: url("../images/bg-solution-sm.jpg") no-repeat;
    background-size: cover;
  }

  .stories {
    width: 100%;
    min-height: 300px;
    background: url("../images/bg-stories-sm.jpg") no-repeat;
    background-size: cover;
  }

  .stories2 {
    width: 100%;
    min-height: 300px;
    background: url("../images/bg-stories-sm2.jpg") no-repeat;
    background-size: cover;
  }

  .method {
    width: 100%;
    min-height: 300px;
    background: url("../images/bg-method-sm.jpg") no-repeat;
    background-size: cover;
  }

  .scroll-line {
    display: none !important;
    opacity: 0 !important;
  }

  .grey-line {
    display: none !important;
  }

  .btn-red {
    font-size: 14px
  }

  i.lg {
    transform: scale(1.3);
  }

  .timelinetab .txt {
    width: 75%;
  }

  .image-display {
    right: 10%;
    width: 100px;
  }

  .casestudy .fs-5 {
    font-size: 16px !important;
  }

  .copyright {
    text-align: center;
  }

  .blogs .ps-3 {
    padding-left: 5px !important;
  }

  .blogs .g-5,
  .gy-5 {
    --bs-gutter-y: 2rem;
  }

  .copy .flex-row-reverse {
    justify-content: center;
  }

  .pl-30 {
    padding: 0 15px;
  }

  .teamred {
    padding: 30px 20px;
    margin: 0 10px;
  }

  .about-story {
    padding: 60px 0 50px;
  }

  .timeline-section {
    width: 100%;
    padding-left: 5px;
  }

  .timeline-icon {
    width: 60px;
    height: 60px;
    line-height: 52px;
  }

  .timeline-icon img {
    height: 40px;
  }

  .timeline-line {
    left: 35px;
  }

  .testim .item {
    padding: 0 25px;
  }

  .growth .timeline-icon {
    left: 25px;
  }

  .growth .timeline-content {
    margin-left: 25px;
  }

  .growth .timeline-content.h70 {
    width: 70%;
  }

  .timeline-content {
    padding: 0 20px 40px;
  }

  .growth .timeline-image img {
    width: 85px;
    margin-left: 0;
    margin-top: 10px;
  }

  .timeline-item.pt-80 {
    padding-top: 40px;
  }

  .gs-tabs .nav-pills .nav-link {
    font-size: 20px;
    width: 180px;
  }

  .growth .timeline-content.post {
    margin-left: 55px;
  }

  .iconsocial {
    top: 85px;
    left: 7px;
  }

  .blogstory1 {
    min-height: 300px;
    background: url("../images/blog-img1-big-sm.jpg") no-repeat;
    background-size: cover;
  }

  .blogstory2 {
    min-height: 300px;
    background: url("../images/blog-img2-big-sm.jpg") no-repeat;
    background-size: cover;
  }

  .podframe {
    padding-top: 40px !important;
  }

  .podanim {
    margin-bottom: -50px;
  }

  .podanim img {
    margin-top: -55px;
  }

  .pod-a1 {
    width: 285px;
    top: 4px;
    left: -35px;
    font-size: 12px;
  }

  .pod-a2 {
    width: 260px;
    top: 140px;
    left: -75px;
    font-size: 12px;
  }

  .pod-a3 {
    width: 260px;
    top: 140px;
    right: -75px;
    font-size: 12px;
  }
}

@media (max-width:767.98px) {
  .homebanner .banner {
    display: none;
  }

  .homebanner h1 {
    font-size: 26px;
    line-height: 1.6;
  }

  .homebanner h1 .font3 {
    font-size: 40px;
    line-height: 1;
  }

  .homebanner h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
  }

  .homebanner h1 span,
  .homebanner h2 span {
    font-style: italic;
  }

  #down {
    top: 50vh
  }

  .grey-line {
    left: 5%;
    transform: translateX(-5%);
  }

  .section[data-line-pos="line5"] .scroll-line {
    left: 5%;
    transform: translateX(-5%);
  }

  .bg-two {
    min-height: 250px;
  }

  .casestudy .owl-nav {
    top: -15%;
  }

  .casestudy .owl-nav .owl-next,
  .casestudy .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    font-size: 22px;
  }

  .scimg {
    height: 160px;
  }

  .timelinetab {
    margin: 0 0 0;
  }

  .image-display {
    right: 5%;
    width: 80px;
  }

  .about .fs-4,
  .fusing .fs-4 {
    font-size: calc(1rem + .2vw) !important;
  }

  .testim .item .fs-5 {
    font-size: 1rem !important;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .bg2 {
    background: #fff !important;
  }

  .podanim {
    margin-bottom: 0px;
  }

  .podanim img {
    margin-top: -30px;
  }

  .pod-a1 {
    width: 100%;
    position: relative;
    text-align: left;
    top: auto;
    left: auto;
    right: auto;
    font-size: 16px;
  }

  .pod-a2 {
    width: 100%;
    position: relative;
    text-align: left;
    top: auto;
    left: auto;
    right: auto;
    font-size: 16px;
  }

  .pod-a3 {
    width: 100%;
    position: relative;
    text-align: left;
    top: auto;
    left: auto;
    right: auto;
    font-size: 16px;
  }

  .podanim img {
    width: 100%;
  }
}

@media (max-width:571.98px) {
  .grey-line {
    display: none !important;
    background-color: transparent !important;
  }

  .section[data-line-pos="line5"] .scroll-line {
    display: none !important;
    background-color: transparent !important
  }

  .gs-tabs .nav-pills .nav-link {
    font-size: 16px;
    width: 150px;
    padding: 10px 0;
  }
}

@media (max-width:549px) {}

@media (max-width:426.98px) {}

@media (max-width:375.98px) {}

/* Mobile sidebar sub-navigation styling */
#sidebarMenu .mobile-sub-nav {
  padding-left: 20px;
}
#sidebarMenu .mobile-sub-nav .nav-link {
  font-size: 14px;
  opacity: 0.8;
  text-transform: none;
}