@font-face {
  font-family: 'Toma Sans Light';
  src: url('../fonts/TomaSans-Light.eot');
  src: url('../fonts/TomaSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TomaSans-Light.woff2') format('woff2'),
    url('../fonts/TomaSans-Light.woff') format('woff'),
    url('../fonts/TomaSans-Light.ttf') format('truetype'),
    url('../fonts/TomaSans-Light.svg#TomaSans-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Toma Sans SemiBold';
  src: url('../fonts/TomaSans-SemiBold.eot');
  src: url('../fonts/TomaSans-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TomaSans-SemiBold.woff2') format('woff2'),
    url('../fonts/TomaSans-SemiBold.woff') format('woff'),
    url('../fonts/TomaSans-SemiBold.ttf') format('truetype'),
    url('../fonts/TomaSans-SemiBold.svg#TomaSans-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Toma Sans';
  src: url('../fonts/TomaSans-Regular.eot');
  src: url('../fonts/TomaSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TomaSans-Regular.woff2') format('woff2'),
    url('../fonts/TomaSans-Regular.woff') format('woff'),
    url('../fonts/TomaSans-Regular.ttf') format('truetype'),
    url('../fonts/TomaSans-Regular.svg#TomaSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Toma Sans Medium';
  src: url('../fonts/TomaSans-Medium.eot');
  src: url('../fonts/TomaSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TomaSans-Medium.woff2') format('woff2'),
    url('../fonts/TomaSans-Medium.woff') format('woff'),
    url('../fonts/TomaSans-Medium.ttf') format('truetype'),
    url('../fonts/TomaSans-Medium.svg#TomaSans-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Toma Sans Bold';
  src: url('../fonts/TomaSans-Bold.eot');
  src: url('../fonts/TomaSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TomaSans-Bold.woff2') format('woff2'),
    url('../fonts/TomaSans-Bold.woff') format('woff'),
    url('../fonts/TomaSans-Bold.ttf') format('truetype'),
    url('../fonts/TomaSans-Bold.svg#TomaSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Remove default padding */
ul[class], ol[class] {
  padding: 0;
}

/* Remove default margin */
body, h1, h2, h3, h4, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
}

html {
  overflow-x: hidden;
}

/* Set core body defaults */
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class], ol[class] {
  list-style: none;
}

/* Box sizing rules */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*------- Theme CSS ----------*/
body {
  font-family: 'Toma Sans';
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 36px;
  color: #483718;
  font-weight: 400;
}

a {
  color: #373737;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}

a:hover {
  text-decoration: none;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  color: #373737;
}

img {
  height: auto;
  max-width: 100%
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 10px;
}

h1 {
  font-size: 108px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 23px;
  font-family: 'Toma Sans SemiBold';
}

h6 {
  font-size: 14px;
}

p {
  margin: 0 0 15px;
}

.container {
  max-width: 1308px;
  padding: 0 20px;
}

.container .row {
  margin-left: -20px;
  margin-right: -20px;
}

.container .row [class^="col"] {
  padding-left: 20px;
  padding-right: 20px;
}

.button {
  color: #FFF;
  font-weight: 400;
  padding: 0 15px;
  line-height: 50px;
  min-width: 200px;
  border: 1px solid #ffffff;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0;
  font-size: 18px;
}

.button:hover {
  background: #FFF;
  border: 1px solid #483718;
  color: #483718;
}

.button:focus, input:focus, .form-control:focus, button:focus {
  outline: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}

.main-wrapper {
  position: relative;
}

header.hide-header {
  transform: translateY(-100%);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
  transition: transform 0.5s ease;
}

.header {
  height: 68px;
  display: flex;
  align-items: center;
}

.header .row {
  align-items: center;
}

.mobile-btn {
  display: none;
}

.navigation {
  display: flex;
  justify-content: flex-end;
}

.navigation ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: baseline;
}

.navigation ul li {
  padding: 0px 0px 0px 38px;
}
.navigation ul li a > em {
  display: none;
}
.navigation ul li a {
  color: #6C6C6C;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.36px;
}

.navigation ul li a:hover {
  color: #37B1E7;
  transition: all 0.5s ease-out;
}

.navigation .active a {
  color: #37B1E7 !important;
}

.logo {
  display: inline-block;
}

.logo img {
  max-width: 158px;
}

.section-title h2 {
  color: #000000;
  text-transform: uppercase;
  font-family: 'Toma Sans Bold';
  display: inline-block;
  letter-spacing: -1.8px;
  margin-bottom: 26px;
}

.banner-section:before {
  content: '';
  background-image: url(../images/banner-left-shape.svg);
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 36%;
  background-size: cover;
}
.banner-section:after {
  content: '';
  background-image: url(../images/banner-shape-right.svg);
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
  width: 36%;
  background-size: cover;
}
.banner-section {
  background-color: #004E64;
  background: radial-gradient(circle at 51.1% 65.7%, #004e64 0%, #004d63 5.9%, #00465a 59.1%, #004558 68.2%, #004153 100%);
  padding: 300px 0 290px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.banner-section .banner-content {
  color: #fff;
  max-width: 1045px;
  margin: 0px auto;
  width: 100%;
}

.banner-section .banner-description p {
  font-family: 'Toma Sans Medium';
}

.banner-section .banner-description p:last-child {
  font-family: 'Toma Sans Bold';
}
.service-offerings .container strong {
  font-weight: normal;
  font-family: 'Toma Sans Bold';
}
.banner-section .banner-description {
  max-width: 500px;
  width: 100%;
  margin: 0px auto;
  margin-right: 0px;
  text-align: right;
  line-height: 1.3;
  margin-top: 24px;
  border-top: 1px solid;
  padding-top: 40px;
}

.banner-content h1 {
  text-transform: uppercase;
  letter-spacing: -0.8px;
}

.banner-content h1 span {
  color: #37B1E7;
}

.banner-section .banner-content img {
  line-height: 1.3;
  margin-bottom: 24px;
  border-bottom: 1px solid;
  padding-bottom: 34px;
}
.our-services:before, .our-services:after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  background-size: contain;
  height: 100%;
}

.our-services .container {
  position: relative;
  z-index: 2;
}
.our-services:before {
  background-image: url(../images/our-services-right-shape.svg);
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
}
.our-services:after {
  background-image: url(../images/our-services-left-shape.svg);
  bottom: 0;
  left: 0;
  width: 50%;
  height: 500px;
}
.our-services {
  background-color: rgba(55, 177, 231, 0.45);
  padding: 100px 0px;
  position: relative;
}

.our-services .our-approach.graciousness {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 110px 98px;
  margin-top: -230px;
  z-index: 1;
  position: relative;
}

.our-services .our-approach img {
  max-width: 258px;
}

.our-services .our-people {
  margin: 234px 0 184px;
  padding: 50px 98px 0;
}

.our-work {
  padding: 85px 0px 0px;
}

.our-work .section-title h2 {
  margin-bottom: 15px;
}

.image-gallery {
  margin-top: 60px;
}

.image-gallery .row {
  margin: 0 -10px;
}

.image-gallery .image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.image-gallery .row>* {
  padding: 0px 10px;
  margin-bottom: 20px;
}

.burnseffect {
  overflow: hidden;
  display: inline-block;
  width: 600px;
  min-height: 400px;
}

.burnseffect img {
  width: 100%;
  height: auto;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.burnseffect:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.image-gallery .image-wrap>img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.image-gallery .image-wrap div {
  position: absolute;
  background: rgba(1, 1, 1, 0.8);
  color: #fff;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-gallery .image-wrap:hover>div {
  opacity: 1
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -moz-transform: scale(1.0);
  }

  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
}

.company {
  padding: 60px 0px 40px;
}

.company .title-block {
  margin-bottom: 45px;
}

.company .title-block .h4 {
  font-family: 'Toma Sans SemiBold';
}

.company-logo {
  margin-bottom: 60px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-logo.fuze img,
.company-logo.bhi img {
  width: 165px;
}

.company-logo img {
  width: 180px;
}

.service-offerings {
  overflow: hidden;
  background-color: rgba(55, 177, 231, 0.45);
  padding: 50px 0px 0px;
  position: relative;
}

.service-offerings-slider {
  padding-top: 130px;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}
.service-offerings-slider .item:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #37B1E7;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
}
.service-offerings-slider .item {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 65px 80px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.service-offerings-slider .owl-stage-outer {
  overflow: visible;
}

.service-offerings-slider .owl-dots {
  position: absolute;
  width: 100%;
  bottom: -87px;
  margin: 0 !important;
}

.service-offerings-slider .item .row {
  align-items: center;
}

.service-offerings-slider .slider-title {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}

.service-offerings-slider .slider-title img {
  display: block;
  width: auto;
  margin-right: 15px;
}

.service-offerings-slider .slider-title h4 {
  margin: 0px;
  font-size: 28px;
  line-height: 1.2;
  color: #000;
}

.service-offerings-slider .img-create {
  background-color: #000;
  height: 374px;
  width: 374px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px auto;
  position: relative;
}

.service-offerings-slider .img-create .dot1 {
  height: 68px;
  width: 68px;
  top: 88px;
  left: 34px;
}

.service-offerings-slider .img-create .dot2 {
  height: 160px;
  width: 160px;
  top: 20px;
}

.service-offerings-slider .img-create .dot3 {
  height: 68px;
  width: 68px;
  top: 88px;
  right: 34px;
}

.service-offerings-slider .img-create .dot4 {
  height: 127px;
  width: 127px;
  bottom: 84px;
  left: 25px;
}

.service-offerings-slider .img-create .dot5 {
  height: 127px;
  width: 127px;
  bottom: 22px;
  left: 146px;
}

.service-offerings-slider .img-create .dot6 {
  height: 96px;
  width: 96px;
  right: 25px;
  bottom: 115px;
}

.service-offerings-slider .item .img-create .circle-style {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #21F486;
  color: #fff;
  cursor: pointer;
  position: absolute;
  transition: all 0.4s;
}

.service-offerings-slider .branding-creative.item .img-create .circle-style,
.service-offerings-slider #story2 .item .img-create .circle-style {
  border-color: #37B1E7;
}

.service-offerings-slider .market-management.item .img-create .circle-style,
.service-offerings-slider #story3 .item .img-create .circle-style {
  border-color: #00E0BE;
}
.service-offerings-slider .item .img-create .dotted-border {
  border: 1px dashed #fff !important;
}

.service-offerings-slider .slider-content {
  max-width: 380px;
  width: 100%;
  margin: 0px auto;
}

.service-offerings-slider .slider-content ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  color: #000;
}

.service-offerings-slider .slider-content li {
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.service-offerings-slider .slider-content li:last-child {
  margin: 0;
}
.service-offerings-slider .slider-content li.result_hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.service-offerings-slider .slider-content li h6 {
  color: #000;
  font-size: 14px;
  padding-bottom: 4px;
  margin: 0px;
  border-bottom: 1px solid #000502;
  width: 100%;
  font-family: 'Toma Sans SemiBold';
}

.service-offerings-slider .slider-content li:last-child h6 {
  border-bottom: 1px dashed #000502;
  font-family: 'Toma Sans';
}
.service-offerings-slider .slider-content li:last-child span {
  font-family: 'Toma Sans Light';
}
.service-offerings-slider .slider-content li span {
  color: #000;
  font-size: 20px;
  font-family: 'Toma Sans Bold';
  margin-right: 15px;
  display: inline-block;
  flex: 0 0 45px;
}

.service-offerings-slider .slider-content .inner-sub-menu {
  padding-left: 60px;
}

.service-offerings-slider .slider-content .inner-sub-menu li {
  display: block;
  line-height: 1.4;
  color: #000;
  font-size: 12px;
}

.service-offerings-slider.mobile {
  display: none;
}

.graciousness {
  padding: 100px 0px 0;
}

#contact.container {
  padding-top: 70px;
}

.graciousness .row {
  align-items: center;
}

.graciousness .image-wrapper {
  text-align: center;
}

.graciousness .inner-content ul {
  padding: 0 0 0 16px;
}

.graciousness .inner-content div {
  margin-bottom: 5px;
}

.graciousness .inner-content {
  line-height: 1.4;
  border-left: 0.5px solid #000;
  padding-left: 30px;
  color: #000;
}

.lets-talk {
  background-color: #FFFFFF;
  border-radius: 20px 20px 0px 0px;
  padding: 90px 110px;
  margin-top: 70px;
}

.lets-talk-form .group {
  margin-bottom: 50px;
}

.lets-talk-form form input, .lets-talk-form form textarea {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  font-size: 16px;
  padding: 10px 20px;
  border-bottom: 1px solid #BABABA;
  width: 100%;
  color: #000;
}

.lets-talk-form form textarea {
  border: 1px solid #BABABA;
  resize: none;
  height: 184px;
}

.lets-talk-form form .submit-btn button {
  padding: 12px 30px;
  border-radius: 4px;
  line-height: 1.4;
  letter-spacing: 0.51px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
  background-color: #000;
}

/* footer */
.site-footer {
  background-color: #004E64;
  padding: 14px 0px;
}

.site-footer .copyright-text {
  color: #fff;
  text-align: center;
  line-height: 1;
}

.site-footer .copyright-text p a {
  color: #37B1E7;
}
.site-footer .copyright-text p {
  margin-bottom: 0px;
}

/*SCROLL SNAP SYLES*/
.scroll-container {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: auto;
  height: 400px;
  scroll-snap-type: mandatory;
  scroll-behavior: smooth;
  font-size: 0px;
}

.scroll-container .scroll-section {
  display: inline-block;
  vertical-align: middle;
}

.scroll-container.same-size {
  height: 400px;
  max-width: 425px;
  margin: 0px auto;
  width: 100%;
  scroll-snap-points-y: repeat(calc(100% + 17px));
}

.scroll-container.same-size .wrap {
  position: relative;
  height: 100%;
  width: 100%;
  width: calc(100% + 17px);
  padding: 0px;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
}

.scroll-container.same-size .scroll-section {
  height: 100%;
}

::-webkit-scrollbar {
  width: 20px;
}

.service-offerings-slider .branding-creative .img-create .dot4 {
  top: 172px;
  left: 20px;
}

.service-offerings-slider .branding-creative .img-create .dot6 {
  top: 70px;
  left: 30px;
}
.service-offerings-slider .branding-creative .img-create .dot2 {
  left: 130px;
  top: 11px;
}
.service-offerings-slider .branding-creative .img-create .dot5.s10 {
  left: auto;
  right: 12px;
  top: 148px;
}
.service-offerings-slider .branding-creative .img-create .dot5 {
  left: 135px;
  bottom: 10px;
}
.service-offerings-slider .item.market-management .img-create>* {
  border: 0;
  cursor: initial;
  width: 100%;
}
.service-offerings > div {
  position: relative;
  z-index: 2;
}
.service-offerings-slider .item.market-management .dot {
  border: 1px solid #00E0BE;
  height: 96px;
  width: 96px;
}
.service-offerings-slider .item.market-management .dot.s15 {
  height: 67px;
  width: 67px;
}.service-offerings-slider .item.market-management .dot.s12 {
  top: 42px;
  left: 82px;
}

.service-offerings-slider .item.market-management .dot.s13 {
  top: 42px;
  right: 82px;
}

.service-offerings-slider .item.market-management .dot.s18 {
  bottom: 42px;
  right: 82px;
}

.service-offerings-slider .item.market-management .dot.s17 {
  bottom: 42px;
  left: 82px;
}

.service-offerings-slider .item.market-management .dot.s16 {
  top: 140px;
  right: 20px;
}

.service-offerings-slider .item.market-management .dot.s14 {
  top: 140px;
  left: 20px;
}

.service-offerings-slider .item.market-management .dot.s15 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-offerings-slider .item.market-management .img-create {
  flex-direction: column;
}

.full-container {
  width: 100%;
  padding: 0 80px;
}

.banner-section {
  position: relative;
  overflow: hidden;
}

.service-offerings:after, .service-offerings:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.service-offerings:before {
  background-image: url(../images/service-offerings-shape-right.svg);
  z-index: 1;
  top: 0;
  right: 0;
  width: 360px;
}

.service-offerings:after {
  background-image: url(../images/service-offerings-shape-left.svg);
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 800px;
  height: 980px;
}

.our-work .content01 {
  margin: 40px 0 0;
}

.our-work .content01 h3 {
  color: #000000;
  font-size: 23px;
  font-family: 'Toma Sans SemiBold';
  line-height: 29px;
}

.our-work .content01 p {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

hr {
  border-color: #000000;
}

.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 4px;
  background: transparent;
  border: 1px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.mobile-btn {
  margin: 5px 0 0
}

.mobile-btn span {
  /* Style for "Line 58" */
  width: 25px;
  height: 2px;
  background: #a4dcf4;
  display: block;
  margin: 6px 0;
}

.our-services {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.banner-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.slider-content li {
  position: relative;
}

.slider-content li:last-child::after {
  display: none;
}

.branding-creative .slider-content li::after,
#story2 .slider-content li::after {
  background-color: #37B1E7;
}

.market-management .slider-content li::after,
#story3 .slider-content li::after {
  background-color: #00E0BE;
}

.slider-content li::after {
  content: '';
  width: 52px;
  height: 10px;
  background-color: #21f486;
  position: absolute;
  left: -6px;
  top: 47%;
  transform: translateY(-50%);
}

.slider-content li span {
  position: relative;
  z-index: 1;
}

.slider-content .inner-sub-menu li::after {
  display: none;
}

.lets-talk-form form .submit-btn button {
  padding: 0 32px;
  border: 0;
  line-height: 45px;
  height: 45px;
  text-align: left;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 25px;
  min-width: 150px;
}

.lets-talk-form form .submit-btn button:hover {
  background-color: #37B1E7;
}
.service-offerings .service-offerings-slider h2 {
  margin-bottom: 0;
}
.service-offerings .service-offerings-slider .section-title {
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.service-offerings .container * {
  position: relative;
  z-index: 1;
}

.wrapper02 .sections .section {
  padding-right: 40px;
  margin: 0;
  position: relative;
}

.wrapper02 .sections .section .sectionTitle {
  font-size: 30px;
  color: #fff;
  position: absolute;
  z-index: 5;
}

.our-people .slick-vertical .slick-slide {
  opacity: 0;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.our-people .slick-prev, .our-people .slick-next {
  display: none !important;
}

.our-people .slick-vertical .slick-slide.slick-current.slick-active {
  opacity: 1;
}

.our-people .wrap.visible {
  opacity: 1;
}
.our-people .wrap {
  width: 375px;
  margin-bottom: 160px;
  margin-right: 0;
  opacity: 0.4;
  transition: all 0.4s;
  margin-left: auto;
}

.our-people .wrap:nth-child(even) {
  margin-right: 30px;
}
.our-people .wrap:last-child {
  margin-bottom: 0;
}
.our-people .wrap img {
  margin: auto;
  width: 100%;
}

/*humberg animation*/
.mobile-btn.mobile-navigation-toggle span {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile-btn.mobile-navigation-toggle {
  cursor: pointer;
}

.menu-open .mobile-btn.mobile-navigation-toggle span:nth-child(2) {
  opacity: 0
}

.menu-open .mobile-btn.mobile-navigation-toggle span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.menu-open .mobile-btn.mobile-navigation-toggle span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

/*our-service*/
.our-services .our-people .content-wrapper {
  position: sticky;
  top: 350px;
}

.dot-nav-position-left {
  position: absolute;
  width: 100vw;
  left: 0;
  bottom: -70px;
  z-index: 1;
}

.dot-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dot-nav li {
  list-style: none;
  margin: 0 7px;
  cursor: pointer;
}

.dot-nav li.is-active span {
  background: #fff;
}

.dot-nav li span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
}

#js-wrapper .slide {
  display: inline-flex !important;
  width: calc(100vw - 350px);
}

.sections-wrapper {
  display: inline-flex;
  white-space: nowrap;
}

.wrapper02 {
  padding-left: calc((100% - 1360px) / 2);
}



/* Here New one */
.waviy {
  position: relative;
}

.waviy span {
  color: #000000;
  text-transform: uppercase;
  font-family: 'Toma Sans Bold';
  display: inline-block;
  letter-spacing: -1.8px;
  font-size: 60px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  /* animation: flip 2s infinite; */
  /* animation-delay: calc(.2s * var(--i)) */

}

@keyframes flip {
  0%, 80% {
    transform: rotateY(360deg)
  }
}


.waviy-1 {
  position: relative;
}

.waviy-1 span {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  display: inline-block;
  font-family: 'Toma Sans Bold';
  text-transform: uppercase;
  letter-spacing: -0.8px;
  font-size: 108px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  /* animation: flip-1 2s; */
  /* animation-delay: calc(.2s * var(--i)) */

}
.waviy-1 span > em {
  font-style: normal;
  color: #37B1E7;
}
.color_change {
  color: #37B1E7 !important;
}

@keyframes flip-1 {
  0%, 80% {
    transform: rotateY(360deg)
  }
}

.burnseffect .title {
  pointer-events: none;
}

.burnseffect img {
  object-fit: cover;
  height: 100%;
}

.image-gallery .image-wrap div {
  line-height: 1.6;
}

.common__part {
  margin: 0 10px;
}

/*modal*/
body.modal-open {
  overflow: hidden;
  padding-right: 16px;
}

body.modal-open .custom-modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.custom-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
  overflow: hidden;
  outline: 0;
  padding: 25px 15px;
}

.custom-modal .modal-content-wrapper {
  position: relative;
  width: auto;
  pointer-events: none;
  max-width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  z-index: 9999;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.custom-modal.visible .modal-content-wrapper {
  transform: translate(0);
}

.custom-modal .modal-content-wrapper .modal-inner-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  outline: 0;
  transition: border 0.3s;
}

.modal-open .modal-backdrop {
  opacity: 0.5;
  visibility: visible;
}

.modal-backdrop {
  background: #000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  opacity: 0;
  transition: opacity .3s linear;
  z-index: 999;
  visibility: hidden;
}

.custom-modal .modal-content-wrapper .modal-inner-content .modal-close {
  height: 45px;
  width: 45px;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 1;
  padding: 14px;
  border-radius: 100%;
  background-color: #fff;
  display: inline-flex;
  z-index: 999;
  position: absolute;
  right: -15px;
  top: -15px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}
.custom-modal .modal-body p:last-of-type {
  margin-bottom: 0;
}
.custom-modal .modal-body li span {
  display: block;
}
.custom-modal .modal-body li + li {
  margin-top: 10px;
}
.custom-modal .modal-body li a,
.custom-modal .modal-body p a{
  color: #37B1E7;
}
.custom-modal .modal-body p {
  margin-bottom: 20px;
}
.custom-modal .modal-body li,
.custom-modal .modal-body p {
  font-size: 16px;
  line-height: 1.5;
}
.custom-modal .h1,
.custom-modal .h2,
.custom-modal .h3,
.custom-modal .h4,
.custom-modal .h5,
.custom-modal .h6 {
  font-family: 'Toma Sans Bold';
  margin-bottom: 15px;
}
.custom-modal .modal-body {
  position: relative;
  background-color: #fff;
  padding: 35px;
  border-radius: 20px;
}
/*modal*/