
body {
  box-sizing: border-box;
  color: #191b1e;
  font-size: 16px !important;
  margin: 0;
  padding: 0 !important;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}
.container{
	max-width: 100% !important;
}
body section {
  display: flex;
  /* align-items: center; */
}

body .container {
  padding: 0;
  max-width: 83.5vw;
  height: 100%;
  z-index: 2;
  font-family: "Segoe UI","Open Sans",sans-serif;
}
@media (max-width: 600px) {
  body .container {
    /*width: 90%;*/
    padding-top: 45px;
  }
}

body .row {
  height: 100%;
/*myc added*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
/*myc added*/
}
body .container-fluid {
  height: 100%;
  z-index: 2;
/*myc added*/
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
/*myc added*/
}
@media (max-width: 767px) {
  body .container-fluid {
    width: 90% !important;
    padding: 0;
  }
  body .container-fluid .row {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body .container-fluid {
    width: 90% !important;
  }
}

body h3 {
  font-size: 38px;
  line-height: 45px;
  margin: 20px 0;
  font-weight: 700 !important;
  /*letter-spacing: -0.0069444444vw;*/
	color:#fff;
}
@media (max-width: 767px) {
  body h3 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body h3 {
    font-size: 32px;
    line-height: 40px;;
  }

	.case-study .content p {
		font-size: 20px;
		width: 100%;
	}

}
body .font-16 {
  font-size: 1.111111vw;
}
@media (max-width: 767px) {
  body .font-16 {
    font-size: 1rem !important;
  }
}
body .font-light {
  font-weight: 200;
}
body .font-13 {
  font-size: 0.91111111vw;
}
@media (max-width: 767px) {
  body .font-13 {
    font-size: 0.82rem !important;
  }
}
body .font-10 {
  font-size: 0.7777777vw;
  line-height: 1.11111vw;
}
@media (max-width: 767px) {
  body .font-10 {
    font-size: 0.7rem;
    line-height: 1rem;
  }
}
body .small {
  font-size: 0.777736vw;
}

html {
  scroll-behavior: smooth;
}

.text-grey {
  color: #8c95a1 !important;
}
.text-wh {
  color: #ffffff !important;
}

.dark-bg p {
  color: #99a7bb !important;
}
.dark-bg .small-text {
  font-size: 0.8333333vw !important;
  line-height: 1.66666666vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .dark-bg .small-text {
    font-size: 0.75rem !important;
    line-height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .dark-bg .small-text {
    font-size: 0.75rem !important;
    line-height: 1.5rem;
  }
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.off_white {
  color: #f1f1f1 !important;
}

.text-black {
  color: #191b1e;
}

img {
  max-width: 100%;
}

.jubilat {
  font-family: "jubilat";
}

.download {
  font-weight: 700 !important;
  letter-spacing: 0.0699999vw;
  text-transform: uppercase;
  white-space: normal;
  font-family: "Segoe UI","Open Sans",sans-serif;
}
@media (max-width: 767px) {
  .download {
    letter-spacing: 1px;
  }
}
.download:hover {
  color: #8c95a1;
}
.download .small-heading {
  font-size: 0.8333333vw !important;
  line-height: 1.80555555vw;
  font-weight: bold;
}
@media (max-width: 767px) {
  .download .small-heading {
    font-size: 0.75rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .download .small-heading {
    font-size: 0.75rem;
    line-height: 1.625rem;
  }
}
.download .text-grey {
  color: #8c95a1 !important;
}

.overflow-hidden {
  overflow: hidden;
}

.dflex {
  display: flex;
  align-items: center;
}

textarea {
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin: 2rem auto;
  display: block;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  resize: none;
  font-size: 1.5rem;
  padding: 1rem;
}

textarea:focus {
  outline: none;
}

.grey-bg {
  background-color: #f1f1f1;
}

.full-width-img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.half-width-img {
  width: 50vw;
}

.red {
  color: #f03e37;
}

.black-bg {
  background-color: #191b1e;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

h1 a, h2 a, h3 a, h4 a {
  background-image: linear-gradient(180deg, transparent 81%, #fae4e3 0);
  background-size: 0 91%;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
  background-size: 100% 91%;
  cursor: pointer;
  transition: all 0.5s ease;
}

main p a {
  transition: color 0.5s ease;
}
main p a:hover {
  color: #191b1e;
  transition: color 0.5s ease;
}

.slidereveal {
  position: absolute;
  width: 100%;
  transform: scalex(0) translateX(0%);
  transform-origin: left;
  animation: reveal 1s ease-in-out forwards;
}
@media (max-width: 767px) {
  .slidereveal {
    height: 7rem !important;
    position: relative;
  }
}
.slidereveal::after {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  animation: reveal 1s reverse forwards;
  animation-delay: 1s;
  transform-origin: right;
}
.slidereveal .visible-img {
  visibility: visible;
}
@keyframes reveal {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

.textanimation {
  transform: translate3d(0, 50px, 0);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in;
}

.textreveal {
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in;
}

.pagetransition::after, .pagetransition::before {
  content: "";
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
}
.pagetransition::after {
  background: #f4f4f4;
  animation: overlay 1.3s ease-in forwards 0.2s;
}
.pagetransition::before {
  background: #f03e37;
  animation: overlay 1s ease-in forwards;
}
@keyframes overlay {
  0% {
    transform: translateY(100%) scale(1, 0);
  }
  50% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}

.case-study {
  background: #000000;
}
.case-study .section {
  height: 100%;
  width: calc(100% / 4); /*-- total slides --*/
  float: left;
  position: relative;
}
.case-study .sections {
  width: 400%; /*-- total slides x 100%--*/
  height: 100%;
}
.case-study .sections a {
  width: 100%;
}
.case-study .sectionTitle {
  font-size: 30px;
  color: #fff;
}
@media (max-width: 767px) {
  .case-study .container-fluid {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .case-study .container-fluid {
    width: 100% !important;
  }
}

.case-study .main-column-case {
  position: absolute;
  z-index: 999;
  background: #000;
  max-width: 40%; /*-------------------------------------------------------------left side width here ------------------*/
}
.case-study .main-column-case .all-casestudy .case-study-card {
  height: 100vh;
}
.case-study .main-column-case .case-active .testactive .testimonial {
  z-index: 100;
}
.case-study .main-column-case .case-active .testactive .testimonial .testimonialinner {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s ease-in;
}
.case-study .testactive .testimonial {
  z-index: 100;
  opacity: 1;
  visibility: visible;
}
.case-study .testactive .testimonial .testimonialinner {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s ease-in;
}
.case-study .main-image {
  width: 100%;
  margin: 0 auto;
  max-height: 100vh;
  object-fit: cover;
  height: 100vh;
}
@media (max-width: 767px) {
  .case-study .main-image {
    max-height: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .case-study .main-image {
    height: 100vh;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .case-study .main-image {
    height: 100vh;
  }
}
.case-study .content {
  margin-left: 8.88888888vw;
  height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 35vh;
	padding-right: 4vw;
}
@media (max-width: 767px) {
  .case-study .content {
    width: 100%;
    margin: 0 auto;
    height: initial;
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .case-study .content {
    margin-left: 0;
    width: 85%;
    margin: 0 auto;
  }
}
.case-study .content h3 {
  font-weight: 600;
  /*width: 52%;*/
}
@media (max-width: 767px) {
  .case-study .content h3 {
    width: 100%;
  }
}
.case-study .content p {
  /*font-weight: 300;*/
  /*letter-spacing: 0.25px;*/
	font-size: 18px;
	line-height: 30px;
  	width: 66%;
	margin-top: 0 !important;
}
@media (min-width: 1400px){
	.case-study .content p {
		font-size: 22px;
		line-height: 30px !important;
	}
}
@media (max-width: 767px) {
  .case-study .content p {
    width: 100%;
  }
}
.case-study .content .content-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.5rem;
}
.case-study .content .content-heading h6 {
  margin: 0 0 0 1.111111vw;
  font-size: 0.777777vw;
  letter-spacing: 1px;
  font-weight: bold;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .case-study .content .content-heading h6 {
    margin: 0 0 0 1rem;
    font-size: 0.7rem;
  }
}
.case-study .content .content-heading h6:hover {
  color: #8c95a1;
  transition: color 0.3s ease;
}
.case-study .content .content-heading img {
  width: 1.7361111111vw;
}
@media (max-width: 767px) {
  .case-study .content .content-heading img {
    width: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .case-study .content .content-heading img {
    width: 2.5rem;
  }
}
@media (max-width: 767px) {
  .case-study .content .content-heading h6 {
    margin-left: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .case-study .content .content-heading h6 {
    margin-left: 1rem;
    margin-bottom: 0;
  }
}
.case-study .case-active .testimonial {
  position: fixed;
  bottom: 0;
  width: 59% !important;
  z-index: 1;
  transition: all 0.5s ease-in;
  opacity: 1;
  visibility: visible;
}
.case-study .testimonial {
  opacity: 0;
  visibility: hidden;
  height: 20vh;
  padding-right: 15.55555vw;
  padding-left: 8.8888888vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: -moz-linear-gradient(360deg, #fafafa 0%, #f1f1f1 100%);
  background-image: -webkit-linear-gradient(360deg, #fafafa 0%, #f1f1f1 100%);
  background-image: -ms-linear-gradient(360deg, #fafafa 0%, #f1f1f1 100%);
  background-image: linear-gradient(360deg, #f7f7f7 0%, #f1f1f1 100%);
  transition: all 1s ease-in;
}
@media (max-width: 767px) {
  .case-study .testimonial {
    padding: 2rem 1.5rem;
    margin: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .case-study .testimonial {
    width: 100% !important;
    margin: 0;
    padding-left: 3.5rem;
  }
}
.case-study .testimonial .testimonialinner {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-in;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  width: 35.555555vw;
}
.case-study .testimonial p {
  font-weight: 200;
}
.case-study .testimonial .dp {
  max-width: 2rem;
}
.case-study .testimonial .profile {
  display: flex;
  align-items: center;
}
.case-study .testimonial .profile h6 {
  margin: 0 0 0 1rem;
}
@media (max-width: 767px) {
  .case-study .testimonial .font-small {
    margin-left: 1rem;
    margin-bottom: 0;
  }
}

main .cta {
  position: relative;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  min-height: 2.9166666667vw;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  main .cta {
    min-height: 42px;
    padding: 0 2rem;
  }
}
main .cta .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition-delay: 0.2s;
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #191b1e;
  border-radius: 1.625rem;
}
main .cta .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition-delay: 0.2s;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #f1f1f1;
}
main .cta .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition-delay: 0.2s;
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
}
main .cta .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
main .cta::after {
  content: "";
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition-delay: 0.2s;
  position: absolute;
  display: block;
  margin: 0;
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  background-color: #ebebeb;
  border-radius: 2.3888888889vw;
  z-index: 0;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  main .cta::after {
    width: 42px;
    height: 42px;
    border-radius: 2rem;
  }
}
main .cta::before {
  position: absolute;
  top: 54%;
  left: 1.3888888889vw;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  border-top: 0.1041666667vw solid #191b1e;
  border-right: 0.1041666667vw solid #191b1e;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 10;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition-delay: 0.2s;
  transform: all 1s ease-in;
}
@media (max-width: 767px) {
  main .cta::before {
    width: 0.625rem;
    height: 0.625rem;
    border-top: 1.5px solid #191b1e;
    border-right: 1.5px solid #191b1e;
    left: 6%;
  }
}
main .cta .arrow {
  background: #191b1e;
  height: 0.1388888889vw;
  width: 1.1111111111vw;
  display: block;
  position: absolute;
  left: 1.0416666667vw;
  top: 48%;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition-delay: 0.2s;
}
main .cta .typed-cursor {
  font-family: "Segoe UI","Open Sans",sans-serif;
  line-height: inherit !important;
  font-size: inherit !important;
  margin-left: 0.2rem;
  animation: blink 0.5s ease-in 14 alternate 0.3s;
  opacity: 0;
  height: 100%;
  line-height: 2.9166666667vw !important;
  font-size: 30px !important;
}
@keyframes blink {
  to {
    opacity: 1;
    display: block;
  }
}
main .cta svg {
  transform: rotate(-90deg);
  transform-origin: top;
  position: absolute;
  right: calc(100% - 1.25vw);
  top: 48%;
  width: 0.9722222222vw;
  height: 1.3888888889vw;
  z-index: 1;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition-delay: 0.2s;
}
main .cta svg .cls-2 {
  fill: #ebebeb;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition-delay: 0.2s;
}
main .cta svg .cls-1, main .cta svg .cls-3 {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition-delay: 0.2s;
}
main .cta h6 {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition-delay: 0.2s;
  font-size: 18px !important;
  color: #1eb8e4;
  font-weight: 600;
  text-align: center;
  /*text-transform: uppercase;*/
  z-index: 2;
  line-height: 2.9166666667vw;
  margin-bottom: 0;
  letter-spacing: 0.0347222222vw;
  padding: 0 0 0 3.7vw;
  position: relative;
}
@media (max-width: 767px) {
  main .cta h6 {
    font-size: 1rem !important;
    line-height: 42px;
    letter-spacing: 0.5px;
  }
}
main .cta:hover {
  text-decoration: none;
}
main .cta:hover::after {
  width: 100%;
  background-color: #1eb8e4;
}
main .cta:hover::before {
  left: 85%;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
  transition-delay: 0.2s;
  border-color: #f1f1f1;
}
main .cta:hover .arrow {
  background-color: #f1f1f1;
  left: 81%;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
  transition-delay: 0.2s;
}
main .cta:hover svg {
  right: 1.9444444444vw;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition-delay: 0.2s;
}
main .cta:hover svg .cls-1, main .cta:hover svg .cls-3 {
  fill: #f1f1f1;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition-delay: 0.2s;
}
main .cta:hover svg .cls-2 {
  fill: #1eb8e4;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition-delay: 0.2s;
}
main .cta:hover h6 {
  margin-left: -0.5vw;
  color: #f1f1f1;
  padding-left: 2vw;
  padding-right: 3.7vw;
}

.extra-space {
  width: 100vw;
  /*height: 100vh;*/
  display: flex;
  align-items: center;
  justify-content: center;
}


/*FIX*/

@media (min-width: 992px){
	.col-lg-5 {
		flex: 60%;
	    max-width: 60%;
	}
}
