@font-face {
    font-family: 'Labil Grotesk Trial';
    src: url('assets/fonts/LabilGroteskTrial-BoldItalic.woff2') format('woff2'),
        url('assets/fonts/LabilGroteskTrial-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Labil Grotesk Trial Fine';
    src: url('assets/fonts/LabilGroteskTrial-Fine.woff2') format('woff2'),
        url('assets/fonts/LabilGroteskTrial-Fine.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Labil Grotesk Trial Fine';
    src: url('assets/fonts/LabilGroteskTrial-FineItalic.woff2') format('woff2'),
        url('assets/fonts/LabilGroteskTrial-FineItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Labil Grotesk Trial Hairline';
    src: url('assets/fonts/LabilGroteskTrial-Hairline.woff2') format('woff2'),
        url('assets/fonts/LabilGroteskTrial-Hairline.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Labil Grotesk Trial Hairline It';
    src: url('assets/fonts/LabilGroteskTrial-HairlineItalic.woff2') format('woff2'),
        url('assets/fonts/LabilGroteskTrial-HairlineItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Labil Grotesk Trial';
    src: url('assets/fonts/LabilGroteskTrial-Light.woff2') format('woff2'),
        url('assets/fonts/LabilGroteskTrial-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Labil Grotesk Trial Light It';
    src: url('assets/fonts/LabilGroteskTrial-LightItalic.woff2') format('woff2'),
        url('assets/fonts/LabilGroteskTrial-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Labil Grotesk Trial';
    src: url('assets/fonts/LabilGroteskTrial-Medium.woff2') format('woff2'),
        url('assets/fonts/LabilGroteskTrial-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Labil Grotesk Trial Medium It';
    src: url('assets/fonts/LabilGroteskTrial-MediumItalic.woff2') format('woff2'),
        url('assets/fonts/LabilGroteskTrial-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Labil Grotesk Trial';
    src: url('assets/fonts/LabilGroteskTrial-Regular.woff2') format('woff2'),
        url('assets/fonts/LabilGroteskTrial-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Labil Grotesk Trial';
    src: url('assets/fonts/LabilGroteskTrial-RegularItalic.woff2') format('woff2'),
        url('assets/fonts/LabilGroteskTrial-RegularItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Labil Grotesk Trial';
    src: url('assets/fonts/LabilGroteskTrial-Thin.woff2') format('woff2'),
        url('assets/fonts/LabilGroteskTrial-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Labil Grotesk Trial';
    src: url('assets/fonts/LabilGroteskTrial-ThinItalic.woff2') format('woff2'),
        url('assets/fonts/LabilGroteskTrial-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Labil Grotesk Trial';
    src: url('assets/fonts/LabilGroteskTrial-Black.woff2') format('woff2'),
        url('assets/fonts/LabilGroteskTrial-Black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Labil Grotesk Trial Black It';
    src: url('assets/fonts/LabilGroteskTrial-BlackItalic.woff2') format('woff2'),
        url('assets/fonts/LabilGroteskTrial-BlackItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Labil Grotesk Trial';
    src: url('assets/fonts/LabilGroteskTrial-Bold.woff2') format('woff2'),
        url('assets/fonts/LabilGroteskTrial-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Century Gothic';
    src: url('assets/fonts/CenturyGothic.woff2') format('woff2'),
        url('assets/fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Century Gothic';
    src: url('assets/fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('assets/fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




body{
    overflow-x: hidden;
}
* h1,h2,h3,h4,h5,h6,p,ul{
    margin: 0;
    padding: 0;
}
*{box-sizing:border-box;}
*{margin:0px;padding:0px;}
p{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
    font-family: 'Labil Grotesk Trial';
    font-weight: 300;
    color: #000;
    margin-bottom: 15px;
}

ul{margin-bottom: 0px;}
ul li{list-style:none;}
a{text-decoration:none;  font-family: 'Open Sans', sans-serif;}
a:hover{
    text-decoration: none;
    color: inherit;
}
input, textarea, select{ border:0px none; background:none; outline:none; font-size:16px; color:#323c3f;    }
img{ outline:none; max-width:100%; height:auto; border:0px none; }
input[type='submit']{  border-radius:0px; -webkit-appearance:none; appearance:none; outline:none; }
:focus{ outline:none;}

@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl{
      max-width: 100% !important;
      padding: 0px 80px !important;
  }
}
/*-----------------------------Header--------------------*/
header{
  position: absolute;
  width: 100%;
  padding: 65px 100px 20px;
  z-index: 11;
}
.header{
 -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.header.sticky{
  background: rgba(0,0,0,1);
  padding-top:18px;
  padding-bottom: 18px;
  position: fixed;
  z-index: 99;
}
.sticky .header-logo-area{
  width: 45px;
}
.sticky .logo-black{
  display: none !important;
}
.sticky .logo-white{
  display: block !important;
}
.sticky .animated-icon1 span{
  background: #fff !important;
  height: 2px;
}
.sticky .header_inner .navbar{
  align-items: center;
}

.logo-black{
  display: none;
}
.header_inner .navbar{
  padding: 0px;
  align-items: flex-start;
}
/*-------Menu-----*/
/* Icon 1 */
.animated-icon1{
width: 34px;
height: 43px;
position: relative;
margin: 0px;
margin-left: auto;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
z-index: 1;
}

.animated-icon1 span{
display: block;
position: absolute;
height: 3px;
width: 100%;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span{
background: #fff;
}
.animated-icon1.active span{
  background: #fff !important;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 18px;
}

.animated-icon1 span:nth-child(3) {
top: 34px;
}

.animated-icon1.active span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.active span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.active span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}
/* ====================================
Navigation Start
==================================== */

.overlay-navigation{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  transform: translateY(-100%);
}
.overlay-slide-down {
  transition: all .4s ease-in-out;
  transform: translateY(0)
}

.overlay-slide-up {
  transition: all .8s ease-in-out;
  transform: translateY(-100%)
}
.navigation-header{
  padding: 60px 100px;
  display: flex;
  align-items: flex-start;
  width: 100%;
  position: absolute;
}
.navigation-header .animated-icon1.active span{
  background: #000 !important;
}
.navigation-chat-section{
  display: flex;
}
.left-side-menu-area{
  width: 51%;
  padding-left: 100px;
  padding-top: 250px;
}
.right-side-chat-area{
  width: 49%;
}
.right-side-chat-area ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    border-left: 1px solid rgba(0,0,0,0.25);
}
.right-side-chat-area ul li a img {
    display: block;
    margin-bottom: 35px;
    width: 38px;
}
.right-side-chat-area ul li a {
    font-size: 30px;
    line-height: 45px;
    color: #000000;
    font-family: 'Labil Grotesk Trial';
    font-weight: 300;
	text-decoration:none;
}
.right-side-chat-area ul li{
    width: 50%;
    display: flex;
    justify-content: center;
    height: 50vh;
    align-items: flex-end;
    border-right: 1px solid rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    padding-bottom: 50px;
}
.right-side-chat-area ul li:nth-of-type(3), .right-side-chat-area ul li:nth-of-type(4) {
    border-bottom: 0px;
}
.right-side-chat-area ul li:nth-of-type(2), .right-side-chat-area ul li:nth-of-type(4) {
    border-right: 0px;
}
.right-side-chat-area ul li a i {
    font-size: 21px;
    margin-left: 80px;
}
.right-side-chat-area ul li a:hover i, .right-side-chat-area ul li a:hover img {
    animation: iconupdown .5s cubic-bezier(.43,.41,.36,.9) forwards;
}
.main-menu-area{
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}

.main-menu-area li {
  width: 100%;
}

.main-menu-area li a{
  color: #000000;
  text-transform: uppercase;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  font-size: 56px;
  text-decoration: none;
}
.main-menu-area li.current-menu-item a,
.main-menu-area li a:hover{
  background: #F85684;
  background: -webkit-linear-gradient(to right, #F85684 0%, #9C66D6 50%, #6CC8F3 100%);
    background: -moz-linear-gradient(to right, #F85684 0%, #9C66D6 50%, #6CC8F3 100%);
    background: linear-gradient(to right, #F85684 0%, #9C66D6 50%, #6CC8F3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.slide-in-nav-item {
  animation: slide-in-nav-item .35s linear 1 .1s both;
}

.slide-in-nav-item:nth-of-type(2){
  animation: slide-in-nav-item .35s linear 1 .2s both;
}

.slide-in-nav-item:nth-of-type(3){
  animation: slide-in-nav-item .35s linear 1 .3s both;
}

.slide-in-nav-item:nth-of-type(4){
  animation: slide-in-nav-item .35s linear 1 .4s both;
}

.slide-in-nav-item:nth-of-type(5){
  animation: slide-in-nav-item .35s linear 1 .5s both;
}
.slide-in-nav-item:nth-of-type(6){
  animation: slide-in-nav-item .35s linear 1 .6s both;
}

.slide-in-nav-item-reverse{
  animation: slide-in-nav-item-reverse .3s linear 1 .6s both;
}

.slide-in-nav-item-reverse:nth-of-type(2){
  animation: slide-in-nav-item-reverse .3s linear 1 .5s both;
}

.slide-in-nav-item-reverse:nth-of-type(3){
  animation: slide-in-nav-item-reverse .3s linear 1 .4s both;
}

.slide-in-nav-item-reverse:nth-of-type(4){
  animation: slide-in-nav-item-reverse .3s linear 1 .3s both;
}

.slide-in-nav-item-reverse:nth-of-type(5){
  animation: slide-in-nav-item-reverse .3s linear 1 .2s both;
}
.slide-in-nav-item-reverse:nth-of-type(6){
  animation: slide-in-nav-item-reverse .3s linear 1 both;
}

.li-in-nav-item {
  animation: li-in-nav-item .35s linear 1 .5s both;
}
.li-in-nav-item:nth-of-type(2){
  animation: li-in-nav-item .35s linear 1 .4s both;
}

.li-in-nav-item:nth-of-type(3){
  animation: li-in-nav-item .35s linear 1 .3s both;
}

.li-in-nav-item:nth-of-type(4){
  animation: li-in-nav-item .35s linear 1 .2s both;
}

.li-in-nav-item-reverse{
  animation: li-in-nav-item-reverse .3s linear 1 .5s both;
}

.li-in-nav-item-reverse:nth-of-type(2){
  animation: li-in-nav-item-reverse .3s linear 1 .4s both;
}

.li-in-nav-item-reverse:nth-of-type(3){
  animation: li-in-nav-item-reverse .3s linear 1 .3s both;
}

.li-in-nav-item-reverse:nth-of-type(4){
  animation: li-in-nav-item-reverse .3s linear 1 .2s both;
}

@keyframes li-in-nav-item {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes li-in-nav-item-reverse {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}

@keyframes slide-in-nav-item {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes slide-in-nav-item-reverse {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

/*----------------------------Home----------------------*/
.banner-section-inner{
  width: 100%;
  height: 100vh;
}
.banner-section-inner img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.padding-left{
  padding-left: 80px;
}
.lvl-heading-h1{
  font-family: 'Labil Grotesk Trial';
  font-size: 70px;
  display: inline-block;
  font-weight: 300;
  background: #F85684;
  margin-bottom: 0px;
  background: -webkit-linear-gradient(to right, #F85684 0%, #9C66D6 50%, #6CC8F3 100%);
  background: -moz-linear-gradient(to right, #F85684 0%, #9C66D6 50%, #6CC8F3 100%);
  background: linear-gradient(to right, #F85684 0%, #9C66D6 50%, #6CC8F3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.winning-market-section{
  display: flex;
  background: #000;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.25);
}
.winning-left-section{
  width: 50%;
}
.winning-left-section .lvl-btn-view{
  margin-top: 170px;
}
.lvl-btn-view{
  font-size: 21px;
  font-weight: 300;
  font-family: 'Labil Grotesk Trial';
  color: #fff;
  border: 2px solid #fff;
  width: 260px;
  height: 70px;
  display: inline-block;
  line-height: 70px;
  text-align: center;
  border-radius: 50px;
}
.lvl-btn-view:hover{
  color: #fff;
  text-decoration: none;
}
.lvl-btn-view i{
  margin-left: 15px;
}
.lvl-btn-view:hover i
{
  animation: iconupdown .5s cubic-bezier(.43,.41,.36,.9) forwards;
}
.winning-right-section{
  width: 50%;
}
.winning-right-section ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.winning-right-section ul li{
  width: 50%;
  padding: 0px 50px 60px;
  display: flex;
  align-items: flex-end;
  border-left: 1px solid rgba(255,255,255,0.25);
  border-bottom: 1px solid rgba(255,255,255,0.25);
  height: 50vh;
}
.winning-right-section ul li:nth-of-type(3),
.winning-right-section ul li:nth-of-type(4){
  border-bottom: 0px;
}
.winning-right-section ul li a{
  color: #fff;
  font-size: 45px;
  font-weight: 300;
  font-family: 'Labil Grotesk Trial';
  text-decoration: none;
  margin-bottom: -15px;
}
.winning-right-section ul li i{
  color: #fff;
  font-size: 21px;
  margin-left: auto;
  margin-top: -10px;
}
.winning-right-section ul li:hover i
{
  animation: iconupdown .5s cubic-bezier(.43,.41,.36,.9) forwards;
}
.create-and-logo-section{
  width: 100%;
  display: flex;
  background: #000;
  padding: 200px 190px;
}
.create-logo-section{
  min-width: 135px;
  margin-right: 150px;
  margin-top: 35px;
}
.create-content-section h3{
  font-family: 'Labil Grotesk Trial';
  font-size: 48px;
  font-weight: 300;
  background: #F85684;
  margin-bottom: 0px;
  background: -webkit-linear-gradient(to right, #F85684 0%, #9C66D6 50%, #6CC8F3 100%);
  background: -moz-linear-gradient(to right, #F85684 0%, #9C66D6 50%, #6CC8F3 100%);
  background: linear-gradient(to right, #F85684 0%, #9C66D6 50%, #6CC8F3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.create-content-section p{
  margin-bottom: 0px;
  margin-top: 25px;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.create-content-section .lvl-btn-view{
  margin-top: 90px;
}
.logos-slider-section{
  background: #000;
  width: 100%;
  padding: 100px 160px;
  height: 300px;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  border-top: 1px solid rgba(255,255,255,0.25);
}
.logos-slide{
  display: flex;
  align-items: center;
  justify-content: center;
}
.proof-of-section{
  width: 100%;
  background: #000;
  padding: 150px 100px 130px;
}
.lvl-heading-h3{
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  font-size: 70px;
  color: #fff;
  margin-bottom: 0px;
}
.proof-of-section p{
  margin-bottom: 0px;
    margin-top: 25px;
    font-family: 'Labil Grotesk Trial';
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0px;
}
.swiper-slider-section{
  background: #000;
  border-top: 1px solid rgba(255,255,255,0.25);
  overflow: hidden;
}

.swiper-slide-inner{
  padding: 100px 65px 40px 100px;
  border-right: 1px solid rgba(255,255,255,0.25);
  height: 830px;
}
.swiper-slide-inner span{
  display: block;
  font-size: 45px;
  color: #fff;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  line-height: normal;
  margin-bottom: 145px;
  min-height: 135px;
}
.swiper-slide-inner p{
  font-size: 30px;
  color: #fff;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  margin-bottom: 15px;
}
.swiper-slide-inner ul{
  margin-bottom: 0px;
  display: flex;
}
.swiper-slide-inner ul li{
  color: #fff;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  font-size: 24px;
  line-height: 26px;
  border-right:1px solid rgba(255,255,255,0.15);
  padding-right: 10px;
  margin-right: 10px;
}
.swiper-slide-inner ul li:last-child{
  border-right: 0px;
}
.swiper-slide-inner{
  position: relative;
}
.swiper-slide-inner .lvl-btn-view{
  position: absolute;
  bottom: 40px;
}
.scroll-slider-area{
  background: #000;
  height: 140px;
  border-top: 1px solid rgba(255,255,255,0.25);
}
.slider-swiper{
  position: relative;
}
.swiper-slider-section .swiper-container-horizontal > .swiper-scrollbar{
  left: 80px !important;
  bottom: -75px !important;
  background: rgba(255,255,255,0.1);
}
.swiper-slider-section .swiper-scrollbar .swiper-scrollbar-drag{
  background : rgba(255,255,255,0.5);
}
.more-work-section{
  width: 100%;
  background: #000;
  border-top: 1px solid rgba(255,255,255,0.25);
}
.more-work-section ul{
  display: flex;
  margin-bottom: 0px;
}
.more-work-section li{
  width: 50%;
  height: 630px;
  display: flex;
  align-items: flex-end;
  padding: 100px;
  border-left: 1px solid rgba(255,255,255,0.25);
}
.more-work-section li:first-child{
  border-left: 0px;
}
.more-work-section li a{
  display: flex;
  width: 100%;
  align-items: flex-end;
  text-decoration: none;
}
.more-work-section li a span{
  color: #fff;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  font-size: 41px;
  margin-bottom: -15px;
}
.more-work-section li a i{
  margin-left: auto;
  color: #fff;
  font-size: 21px;
}
.more-work-section li a:hover i{
  animation: iconupdown .5s cubic-bezier(.43,.41,.36,.9) forwards;
}
.book-free-section{
  background: #dadada;
  padding-bottom: 200px;
}
.book-free-section p{
  margin-bottom: 60px;
}
.book-free-section .lvl-heading-h3,
.book-free-section p{
  color: #000;
}
.book-free-section .lvl-btn-view{
  color: #000;
  border-color: #000;
}
.book-free-section .lvl-btn-view i{
  color: #000;
}
.book-free-section .lvl-btn-view:nth-of-type(1){
  margin-right: 20px;
}
.we-exceed-section{
  display: flex;
  width: 100%;
  border-bottom: 1px solid #dadada;
}
.exceed-left-section{
  width: 43%;
  padding: 175px 80px 0px 100px;

}

.exceed-left-fixed{
  position: sticky;
  top: 120px;
  padding: 0px 0px 100px;
}
.lvl-heading-h4{
  font-size: 70px;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  display: inline-block;
  background: #F85684;
  background: -webkit-linear-gradient(to right, #F85684 0%, #9C66D6 50%, #6CC8F3 100%);
  background: -moz-linear-gradient(to right, #F85684 0%, #9C66D6 50%, #6CC8F3 100%);
  background: linear-gradient(to right, #F85684 0%, #9C66D6 50%, #6CC8F3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 35px;
}
.exceed-left-section p
{
    margin-top: 25px;
    font-family: 'Labil Grotesk Trial';
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin-bottom: 0px;
}
.exceed-right-section{
  width:57%;
  border-left: 1px solid #dadada;
  display: flex;
  padding: 130px 1.66%;
}
.exceed-right-section .exceed-list:nth-of-type(2){
  margin-top: 140px;
}
.exceed-list{
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 20px;
  width: 45.5%;
}
.exceed-list li{
  border: 1px solid #ada2a2;
  padding:100px 40px;
  height: 750px;
  margin-bottom: 80px;
  width: 100%;
}
.exceed-list li:last-child{
  margin-bottom: 0px;
}
.exceed-list li span{
  color: #000000;
  font-size: 66px;
  font-family: 'Century Gothic';
}
.exceed-list li p{
  color: #000;
  font-size: 23px;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  margin-bottom: 15px;
}
.stay-updated-section{
  padding: 120px 100px 250px;
}
.updated-list-blog{
  width: 100%;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
}
.updated-list-blog li{
  width: 48%;
  margin-left: 4%;
}
.updated-list-blog li:nth-child(2n+1){
  margin-left: 0px;
}
.updated-list-img-area{
  width: 100%;
  height: 585px;
}
.updated-list-img-area img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.updated-list-content-area{
  padding-top: 25px;
}
.updated-list-content-area span{
  color: #000000;
  font-size: 20px;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  display: block;
  margin-bottom: 15px;
}
.updated-list-content-area h5{
  margin-bottom: 60px;
}
.updated-list-content-area h5 a{
   font-size: 32px;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  display: block;
  text-decoration: none;
  color: #000;
  line-height: normal;
}
.btn-blog-read{
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  font-size: 20px;
  color: #000;
}
.btn-blog-read i{
  margin-left: 20px;
}
.btn-blog-read:hover{
  color: #000;
  text-decoration: none;
}
.btn-blog-read:hover i
{
  animation: iconupdown .5s cubic-bezier(.43,.41,.36,.9) forwards;
}
/*-----------------About us--------------------*/
.padding-left-right{
  padding: 0px 100px;
}
.banner-section-inner-page{
  background: #000;
  padding-top: 450px;
  padding-bottom: 230px;
  border-bottom: 1px solid rgba(255,255,255,0.25);
}
.about-big-image-section{
  width: 100%;
  height: 100vh;
}
.about-big-image-section img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about-us-section{
  width: 100%;
  background: #000;
  height: 100vh;
  padding-top: 250px;
  padding-bottom: 250px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  border-top: 1px solid rgba(255,255,255,0.25);
}
.lvl-heading-h2{
  font-size: 70px;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  display: inline-block;
  background: #F85684;
  background: -webkit-linear-gradient(to right, #F85684 0%, #9C66D6 50%, #6CC8F3 100%);
  background: -moz-linear-gradient(to right, #F85684 0%, #9C66D6 50%, #6CC8F3 100%);
  background: linear-gradient(to right, #F85684 0%, #9C66D6 50%, #6CC8F3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 60px;
}
.about-us-section p
{
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 30px;
}
.about-section-left{
  width: 35%;
  padding-right: 40px;
  margin-top: -60px;
}
.about-section-left h3{
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  font-size: 70px;
  color: #fff;
  margin-bottom: 0px;
}
.about-section-right{
  width: 65%;
}
.story-section{
  background: url(assets/images/story-bg.png) no-repeat;
  background-size: cover;
  border: none;
}
.about-vision-section{
  display: flex;
  width: 100%;
  background: #000;
  padding-left: 100px;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  border-top: 1px solid rgba(255,255,255,0.25);
}
.vision-left-area{
  width: 15%;
  margin-right: 15%;
  padding-top: 150px;
}
.vision-left-area h3{
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  font-size: 70px;
  color: #fff;
  margin-bottom: 0px;
}
.vision-right-area{
  width: 70%;
  border-left: 1px solid rgba(255,255,255,0.25);
}
.vision-right-area ul{
  display: flex;
  margin-bottom: 0px;
  flex-wrap: wrap;
}
.vision-right-area ul li{
  width: 50%;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 80px;
  padding-right: 80px;
  border-bottom: 1px solid rgba(255,255,255,0.25);
}
.vision-right-area ul li:last-child{
  border-bottom: 0px;
}
.vision-right-area ul li h4{
  color: #fff;
  font-weight: 300;
  font-family: 'Labil Grotesk Trial';
  font-size: 48px;
  margin-bottom: 50px;
}
.vision-right-area ul li p{
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  color: #fff;
}
.about-team-section{
  padding-top: 150px;
  padding-bottom: 150px;
}
.about-team-section h4{
  color: #000;
  font-size: 70px;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  margin-bottom:0px;
}
.marketing-blog-section{
  display: flex;
  width: 100%;
  border-top: 1px solid #dadada;
}
.marketing-left-area{
  width: 35%;
  padding-top: 150px;
  padding-right: 40px;
  padding-left: 100px;
}
.marketing-right-area{
  width: 65%;
  border-left: 1px solid #dadada;
  padding-top: 150px;
}
.marketing-right-area ul{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 0px;
  padding-left: 80px;
  padding-bottom: 30px;
  padding-right: 100px;
}
.marketing-right-area ul li{
  width: 48%;
  margin-left: 4%;
  margin-bottom: 120px;
}
.marketing-right-area ul li:nth-last-child(-n+2){
  margin-bottom: 0px;
}
.marketing-right-area ul li:nth-child(2n+1){
  margin-left: 0px;
}
.image-post-about{
  width: 100%;
  height: 525px;
  margin-bottom: 25px;
}
.image-post-about img{
  width: 100%;
  height:100%;
  object-fit: cover;
}
.heading-post-about{
  font-size: 34px;
  color: #000;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
}
.heading-post-about:hover{
  text-decoration: none;
  color: #000;
}
.about-job-section{
  padding:200px 80px 70px;
  width: 100%;
  border-top: 1px solid #dadada;
}
.about-job-section a{
  color: #000;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  font-size: 48px;
  -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.about-job-section a:hover{
  text-decoration: none;
  color: rgba(0,0,0,0.7);
}
.job-logo-heading{
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.job-logo-heading span{
  font-size: 35px;
  color: #000;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  margin-left: 65px;
}
/*-------------------------Blog----------------*/
.page-template-blog .lvl-heading-h1 span{
  display: block;
  color: #000;
  -webkit-text-fill-color: #000;
}
.page-template-blog .banner-section-inner-page{
  padding-top: 380px;
  padding-bottom: 70px;
  background: #fff;
}
.page-template-blog .logo-white{
  display: none;
}
.page-template-blog .logo-black{
  display: block;
}
.page-template-blog .animated-icon1 span{
  background: #000;
}
.blog-listing-section{
  padding-top:100px;
  padding-bottom: 200px;
  border-top: 2px solid rgba(0,0,0,0.24);
}
.blog-listing-section .updated-list-content-area h5{
  min-height: 85px;
}
.blog-listing-section .updated-list-blog li{
  margin-bottom: 100px;
}
/*----------------------Audit-------------------*/
.page-template-audit .page-banner-heading-area .lvl-heading-h1{
  margin-bottom: 70px;
}
.page-banner-heading-area p{
  margin-bottom: 0px;
  color: #fff;
}
.your-info-section{
  width: 100%;
  display: flex;
  background: url(assets/images/audit-form-bg.png) no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 130px;
  align-items: center;
}
.form-info-area{
  width: 55%;
}
.form-info-area h2{
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  color: #fff;
  font-size: 70px;
  margin-bottom: 50px;
}
.your-info-field{
  width: 100%;
  font-size: 24px;
  color: #fff;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  border: 3px solid rgba(255,255,255,0.2);
  height: 75px;
  padding:0px 25px;
  margin-bottom: 10px;
}
.your-info-field::placeholder{
  font-size: 24px;
  color: #fff;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
}
.your-info-field-sbmit{
  display: inline-block;
  position: relative;
   border: 3px solid rgba(255,255,255,0.2);
  width: 250px;
  height: 70px;
  line-height: 70px;
  border-radius: 50px;
  margin-top: 40px;
}
.your-info-field-sbmit:after{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 65px;
  content: "\f35a";
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  font-size: 21px;
  margin-top: 3px;
}
.your-info-field-sbmit input[type='submit']{
  font-size: 21px;
  color: #fff;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  text-transform: uppercase;
  padding-left: 60px;
}
.graphic-info-section{
  width: 45%;
}
.graphic-info-section h3{
   font-size: 45px;
  color: #fff;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
}
/*-----------------Level Work---------------*/
.level-work-inner-page{
  background: #000;
}
.level-work-section{
  display: flex;
}
.level-work-right-area{
  width: 68%;
  margin-left: 0px;
  padding-top: 0px;
  border-left: 3px solid rgba(255,255,255,0.19);
  padding-top: 350px;
  padding-bottom: 350px;
}
.level-work-right-area ul{
  padding-left: 40px;
  padding-right: 0px;
}
.level-work-right-area ul .heading-post-about{
  color: #fff;
}
.level-work-left-area{
  width: 32%;
  padding-right: 40px;
  padding-top: 350px;
}
.level-work-left-area h1{
  color: #fff;
  font-size: 70px;
  margin-bottom: 0px;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
}
.level-nav-tabs{
  flex-wrap: wrap;
  margin-top: 70px;
}
.level-nav-tabs li{
  width: 100%;
}
.level-nav-tabs li a{
  font-size: 22px;
  color:rgba(255,255,255,0.8);
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  padding: 0px;
  margin-bottom: 15px;
}
.level-nav-tabs li a:hover,
.level-nav-tabs li a.active{
  color: rgba(255,255,255,1);
}
.level-nav-tabs li a.active{
  text-transform: uppercase;
}
/*-----------------More Lp-----------------*/
.banner-lp-content{
  margin-top: 25px;
}
.banner-lp-content p{
  font-family: 'Century Gothic';
  color: #fff;
  font-size: 40px;
  margin-bottom: 0px;
  line-height: normal;
}
.more-heading-content-section{
  display: flex;
}
.outer-more-heading .more-heading-content-section:nth-child(1){
  border-bottom: 3px solid #dadada;
}
.more-heading-section{
  width: 35%;
  padding-right: 40px;
  padding-top: 80px;
}
.more-content-section{
    width: 65%;
    padding-left: 80px;
    padding-top: 80px;
    padding-bottom: 125px;
    border-left: 1px solid #dadada;
}
.more-heading-section .lvl-heading-h3{
  color: #000;
}
.more-content-section h4{
  color: #000;
  font-size: 26px;
   font-family: 'Labil Grotesk Trial';
  font-weight: bold;
}
.more-content-section p{
  color: #000;
}
.more-content-section p:nth-of-type(1){
  margin-bottom: 125px;
}
.more-content-section ul{
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.more-content-section ul li{
   font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  font-size: 34px;
  width: 100%;
  padding: 35px 0px;
  border-bottom: 3px solid #dadada;
}
.brand-working-section{
  background: #000;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 180px;
}
.brand-working-section .lvl-btn-view{
  width: 355px;
  display: block;
  margin: 70px auto 0px;
}
.morelp-left-area .lvl-heading-h4{
  -webkit-text-fill-color:#000;
}
.morelp-job a{
  position: relative;
  width: 100%;
  display: block;
}
.morelp-job a:after{
  font-size: 21px;
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0px;
  margin-top: -15px;
  top: 50%;
}
.morelp-job a:hover:after{
    animation: iconupdown .5s cubic-bezier(.43,.41,.36,.9) forwards;
}
.morelp-job{
  padding: 80px 100px 80px 80px;
}
.morelp-help-section{
  border-top: 1px solid #dadada;
  padding-top: 100px;
}
.morelp-help-section .lvl-heading-h4{
  padding: 0px 100px;
}
.morelp-help-section .lvl-heading-h4 span{
  -webkit-text-fill-color:#000;
  display: block;
}
.morelp-help-section ul{
  width: 100%;
  margin-bottom: 0px;
}
.morelp-help-section ul li{
  width: 100%;
  display: flex;
  align-items: baseline;
  padding: 0px 100px;
  border-bottom: 1px solid #dadada;
  padding-top: 170px;
  padding-bottom: 75px;
}
.morelp-help-section ul li:last-child{
  border-bottom: 0px;
}
.morelp-help-section ul li a{
  color: #000;
  font-size: 120px;
  width: 100%;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  position: relative;
}
.morelp-help-section ul li a:hover{
  text-decoration: none;
}
.morelp-help-section ul li a:after{
  font-size: 26px;
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0px;
  bottom: 35px;
}
.morelp-help-section ul li a:hover:after{
  animation: iconupdown .5s cubic-bezier(.43,.41,.36,.9) forwards;
}

/*------------------Contact us-----------------*/
.page-template-contact .logo-white{
  display: none;
}
.page-template-contact .logo-black{
  display: block;
}
.page-template-contact .animated-icon1 span {
    background: #000;
}
.contact-heading-image-sec{
  display: flex;
  align-items: center;
}
.page-template-contact .lvl-heading-h1 span {
  display: block;
  color: #000;
  -webkit-text-fill-color: #000;
}
.contact-heading-left{
  width: 50%;
  padding-left: 100px;
  padding-top: 150px;
}
.contact-right-image{
  width: 50%;
  border-left: 1px solid #dadada;
}
.contact-right-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-listing-section ul{
  width: 100%;
  display: flex;
  margin-bottom: 0px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(173,162,162,0.42);
}
.contact-listing-section ul li{
  width: 50%;
  padding: 100px 100px;
  height: 470px;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid rgba(173,162,162,0.42);
  border-left: 1px solid rgba(173,162,162,0.42);
}
.contact-listing-section ul li:nth-child(2n+1){
  border-left: 0px;
}
.contact-listing-section ul li a{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  font-size: 31px;
    line-height: 45px;
    color: #000000;
    font-family: 'Labil Grotesk Trial';
    font-weight: 300;
    text-decoration: none;
    align-items: flex-end;
}
.image-icon-area{
  width: 100%;
  margin-bottom: 35px;
}
.contact-listing-section ul li a i{
  margin-left: auto;
  font-size: 21px;
  transform: translateY(-5px);
}
.contact-listing-section ul li a:hover i,
.contact-listing-section ul li a:hover img{
  animation: iconupdown .5s cubic-bezier(.43,.41,.36,.9) forwards;
}
.contact-listing-section .about-job-section{
  border-top: 0px;
}
.contact-listing-section .about-job-section a{
  position: relative;
  display: block;
}
.contact-listing-section .about-job-section a:after{
  position: absolute;
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  font-size: 21px;
  top: 50%;
  right: 0px;
  margin-top: -9px;
}
.contact-listing-section .about-job-section a:hover:after
{
  animation: iconupdown .5s cubic-bezier(.43,.41,.36,.9) forwards;
}
.contact-footer{
  background: #000;
}
.contact-footer{
  padding-top: 600px;
}
.contact-footer .copy-right-left-section ul li a,
.contact-footer .copy-right-left-section p{
  color: #fff;
}
.contact-footer .copyright-section{
  border-top: 1px solid rgba(255,255,255,0.19);
}
/*-----------------Our Services----------------*/
.page-template-ourservices .lvl-heading-h1 span{
  display: block;
  color: #000;
  -webkit-text-fill-color: #000;
}
.page-template-ourservices .banner-section-inner-page{
  padding-top: 380px;
  padding-bottom: 70px;
  background: #fff;
}
.page-template-ourservices .logo-white{
  display: none;
}
.page-template-ourservices .logo-black{
  display: block;
}
.page-template-ourservices .animated-icon1 span{
  background: #000;
}
.services-slider-section-outer{
  overflow: hidden;
}
.services-slider-section{
  margin-bottom: 190px;
  border-bottom:1px solid rgba(0,0,0,9%);
}
.services-slider{
  position: relative;
}
.services-slide-img{
  width: 100%;
  height: 500px;
}
.services-slide-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-slide-content{
  padding: 100px;
  border-right: 1px solid rgba(0,0,0,9%);
}
.services-slide-content a{
  font-size: 34px;
  color: #000;
  font-weight: 300;
  font-family: 'Labil Grotesk Trial';
}
.services-slide-content a:hover{
  color: #000;
  text-decoration: none;
}
.services-slide-content p{
  font-size: 23px;
  color: #000000;
  font-weight: 300;
  font-family: 'Labil Grotesk Trial';
  line-height: normal;
}
.services-slider-section .swiper-container-horizontal > .swiper-scrollbar{
  left: 80px !important;
  bottom: -105px !important;
  background: rgba(218,218,218,0.5);
}
.services-slider-section .swiper-scrollbar .swiper-scrollbar-drag{
    background: rgba(218,218,218,0.8);
}
/*--------------------Work Detail Page---------------*/

.page-template-work-detail .lvl-heading-h1 span{
  display: block;
  color: #000;
  -webkit-text-fill-color: #000;
}
.page-template-work-detail .banner-section-inner-page{
  padding-top: 380px;
  padding-bottom: 190px;
  background: #fff;
}
.page-template-work-detail .logo-white{
  display: none;
}
.page-template-work-detail .logo-black{
  display: block;
}
.page-template-work-detail .animated-icon1 span{
  background: #000;
}
.work-detail-logo{
  max-width: 300px;
  width: 100%;
}
.work-detail-banner .lvl-heading-h1{
  font-size: 110px;
  font-weight: 500;
  margin-top: 10px;
}
.work-detail-big-image{
  width: 100%;
  height: 100vh;
}
.work-detail-big-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.objective-section{
  display: flex;
  border-bottom: 1px solid rgba(0,0,0,9%);
}
.objective-heading-left{
  width: 35%;
  padding-left: 100px;
  padding-top: 100px;
}
.objective-content-right{
  width: 65%;
  border-left: 1px solid rgba(0,0,0,9%);
}
.objective-heading-left h2{
  font-size: 70px;
  font-weight: 500;
  font-family: 'Labil Grotesk Trial';
}
.objective-content-area{
  padding:100px 80px 150px;
  border-bottom: 1px solid rgba(0,0,0,9%);
}
.objective-content-area p{
  margin-bottom: 0px;
}
.objective-industry-year{
  padding: 150px 80px;
}
.objective-industry-year .tags-section-detail:nth-child(1){
  margin-bottom: 100px;
}
.tags-section-detail h3{
  font-size: 28px;
  font-weight: 500;
  font-family: 'Labil Grotesk Trial';
  color: #000;
  margin-bottom: 25px;
}
.tags-section-detail a{
  border: 1px solid #dadada;
  border-radius: 50px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  padding: 0px 40px;
  color:rgba(0,0,0,0.8);
  font-family: 'Labil Grotesk Trial';
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tags-section-detail a:hover{
  color:rgba(0,0,0,0.8);
  text-decoration: none;
}
.hvr-shutter-out {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.hvr-shutter-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    background:rgba(0,0,0,0.1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-out:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.tags-section-detail{
  display: flex;
  flex-wrap: wrap;
}
.tags-section-detail li:nth-child(2){
  margin-left: 100px;
}
.work-go-site-area{
  width: 100%;
  background: #000;
  padding: 100px 80px;
}
.work-go-site-area a{
  font-size: 22px;
   font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.7);
  display: flex;
  height: 70px;
  line-height: 70px;
  align-items: center;
  padding: 0px 40px;
  border-radius: 50px;
}
.work-go-site-area a:hover{
  text-decoration: none;
  color: #fff;
}
.work-go-site-area a i{
  margin-left: auto;
}
.work-go-site-area a:hover i
{
  animation: iconupdown .5s cubic-bezier(.43,.41,.36,.9) forwards;
}
.work-result-section{
  display: flex;
  padding-top: 100px;
  padding-bottom: 250px;
}
.left-result-area{
  width: 65%;
}
.right-result-image{
  width: 35%;
  max-width: 445px;
  padding-top: 50px;
}
.left-result-area h4{
  font-size: 46px;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  color: #000;
}
.left-result-area ul{
  display: flex;
  margin-bottom: 0px;
  flex-wrap: wrap;
}
.left-result-area ul li{
  width: 100%;
  padding-top: 90px;
}
.left-result-area ul li p{
  margin-bottom: 0px;
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,9%);
  padding-bottom: 40px;
  margin-bottom: 25px;
}
.left-result-area ul li p span{
  font-size: 118px;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  color: #000;
}
.left-result-area ul li strong{
  color: #000;
  font-size: 24px;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
}
.strategy-section-outer{
  border-bottom: 1px solid rgba(0,0,0,9%);
}
.strategy-section{
  display: flex;
}

.strategy-heading-area{
  width: 35%;
  padding-left: 100px;
  padding-top: 65px;
}
.strategy-heading-area h3{
   font-family: 'Labil Grotesk Trial';
  font-weight: 500;
  font-size: 70px;
  margin-bottom: 0px;
  color: #000;
}
.strategy-content-area{
  border-left: 1px solid rgba(0,0,0,9%);
  padding: 65px 80px 65px;
  width: 65%;
}
.strategy-content-area p{
  margin-bottom: 40px;
}
.strategy-content-area2{
  border-top: 1px solid rgba(0,0,0,9%);
}
.order-time-section{
  padding-top: 180px;
  padding-bottom: 250px;
}
.order-time-section p{
  font-size: 117px;
  font-family: 'Labil Grotesk Trial';
  font-weight: 500;
  color: #000;
  margin-bottom: 0px;
  line-height: normal;
  padding-left: 100px;
}
.order-time-images-area{
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
.order-time-images-1{
  margin-left: auto;
  width: 100%;
  text-align: right;
}
.order-time-images-1 img,
.order-time-images-2 img,
.order-time-images-3 img{
  width: 50%;
}
.order-time-images-2{
  margin-right: auto;
  width: 100%;
  text-align: left;
  margin-top: -400px;
}
.order-time-images-3{
  margin-left: auto;
  text-align: right;
  width: 100%;
  margin-top: -150px;
}


/*-----------------Footer-----------------*/
.footer-left-right-section{
  display: flex;
  border-top: 1px solid rgba(173,162,162,0.42);
  border-bottom: 1px solid rgba(173,162,162,0.42);
}
.footer-left-section{
  padding-top: 400px;
  width: 47%;
  border-right:1px solid rgba(255,0,0,0.18);
  padding-right: 20px;
  padding-left: 80px;
}
.footer-right-section{
  width: 53%;
}
.footer-left-heading-area{
  padding-bottom:230px;
}
.footer-left-heading-area span{
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  font-size: 70px;
  line-height: normal;
}
.footer-left-heading-area span span{
  display: block;
  background: #F85684;
  background: -webkit-linear-gradient(to right, #F85684 0%, #9C66D6 50%, #6CC8F3 100%);
  background: -moz-linear-gradient(to right, #F85684 0%, #9C66D6 50%, #6CC8F3 100%);
  background: linear-gradient(to right, #F85684 0%, #9C66D6 50%, #6CC8F3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-left-follow{
  padding-bottom: 180px;
}
.footer-left-follow span,
.footer-left-findus span{
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  font-size: 23px;
  display: block;
  margin-bottom: 30px;
}
.footer-left-findus span{
  margin-bottom: 5px;
}
.footer-left-follow ul{
  margin-bottom: 0px;
  display: flex;
}
.footer-left-follow ul li{
  margin-right: 30px;
}
.footer-left-follow ul li a{
  font-family: 'Century Gothic';
  font-weight: bold;
  color: #000;
  font-size: 23px;
}
.footer-left-findus p{
  color: #0f1046;
  font-weight: bold;
  font-family: 'Labil Grotesk Trial';
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 0px;
}
.footer-left-findus ul{
  margin-bottom: 0px;
  width: 100%;
  margin-top: 35px;
}
.footer-left-findus li{
  width: 100%;
  margin-bottom: 20px;
}

.footer-left-findus li a img{
  margin-right: 25px;
  width: 27px;
}
.footer-left-findus li a:hover img
{
  animation: iconupdown .5s cubic-bezier(.43,.41,.36,.9) forwards;
}
.footer-left-findus li a{
  display: flex;
  align-items: center;
  text-decoration: none;
}
.footer-left-findus li a span{
  font-family: 'Century Gothic';
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 0px;
}
.footer-left-findus li a span:hover{
  color: rgba(0,0,0,0.7);
}
.footer-right-section ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.footer-right-section ul li{
  width: 50%;
  display: flex;
  justify-content: center;
  height: 744px;
  padding-bottom: 80px;
  align-items: flex-end;
  border-right: 1px solid rgba(255,0,0,0.18);
  border-bottom: 1px solid rgba(173,162,162,0.42);
}
.footer-right-section ul li:nth-of-type(2),
.footer-right-section ul li:nth-of-type(4){
  border-right: 0px;
}
.footer-right-section ul li:nth-of-type(3),
.footer-right-section ul li:nth-of-type(4){
  border-bottom: 0px;
}
.footer-right-section ul li a{
  font-size: 31px;
  line-height: 45px;
  color: #000000;
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
}
.footer-right-section ul li a:hover{
  text-decoration: none;
}
.footer-right-section ul li a i{
  font-size: 21px;
  margin-left: 100px;
}
.footer-right-section ul li a:hover i,
.footer-right-section ul li a:hover img
{
  animation: iconupdown .5s cubic-bezier(.43,.41,.36,.9) forwards;
}
.footer-right-section ul li a img{
  display: block;
  margin-bottom: 35px;
  width: 38px;
}
.copyright-section{
  display: flex;
  padding: 28px 40px 28px 80px;
}
.copy-right-left-section ul{
  margin-bottom: 20px;
  display: flex;
}
.copy-right-left-section ul li{
  margin-right: 150px;
}
.copy-right-left-section ul li a{
  font-family: 'Labil Grotesk Trial';
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
}
.copy-right-left-section p{
  margin-bottom: 0px;
  width: 100%;
  font-family: 'Century Gothic';
  font-size: 18px;
  color: #000;
}
.copy-right-right-section{
  margin-left: auto;
}
.copy-right-right-section a img{
  width: 80px;
}

/*------Sitemap-----*/
.sitemap-page-section{
  background: #000;
    padding-top: 450px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
}
.site-map-page-area-inner{
  padding-top: 100px;
  padding-bottom: 100px;
}
.site-map-page-area-inner h1
{
  font-family: 'Labil Grotesk Trial';
  font-size: 70px;
  font-weight: 300;
  color: #000;
  margin-bottom: 50px;
}
.sitemap{
  margin-left: 50px
}
.sitemap li {
    list-style-type: disc;
    padding-top: 15px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}
.sitemap li a {
    color: #000;
    font-weight: bold;
     font-family: 'Labil Grotesk Trial';
}

/*-----------------404-----------*/
.header-page-other-area{
  background: #000;
    padding-top: 450px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
}
.header-page-other{
  padding: 100px 0px;
}
.btn-clr-kemex{
    color: #fff;
    display: inline-block;
    background: #000;
    font-size: 14px;
    font-family: 'Labil Grotesk Trial';
    font-weight: 300;
    padding: 16px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    min-width: 160px;
    text-align: center;
}
.btn-clr-kemex:hover{
  text-decoration: none;
  color: #fff;
}
.error-404{
  font-family: 'Labil Grotesk Trial';
    font-weight: 300;
}



/*---------Key Frames----------*/
@keyframes iconupdown{
    50%{
      transform:translateY(-6px);
    }
    100%{
      transform:translateY(0);
    }
  }

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animatable{
  
    /* initially hide animatable objects */
    visibility: hidden;
    
    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;   
    -moz-animation-play-state: paused;     
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;   
    animation-play-state: paused; 
  }
  
  /* show objects being animated */
  .animated {
    visibility: visible;
    
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
  
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
  }
  
  /* CSS Animations (extracted from http://glifo.uiparade.com/) */
  @-webkit-keyframes fadeInDown {
      0% {
          opacity: 0;
          -webkit-transform: translateY(-20px);
      } 100% {
          opacity: 1;
          -webkit-transform: translateY(0);
      }
  }
  
  @-moz-keyframes fadeInDown {
      0% {
          opacity: 0;
          -moz-transform: translateY(-20px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateY(0);
      }
  }
  
  @-o-keyframes fadeInDown {
      0% {
          opacity: 0;
          -o-transform: translateY(-20px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateY(0);
      }
  }
  
  @keyframes fadeInDown {
      0% {
          opacity: 0;
          transform: translateY(-20px);
      }
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }

     @-webkit-keyframes slideRight {
       0% {
          opacity: 0;
          transform: translateX(-80px);
      }
  
      70% {
          transform: translateX(-10px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    }
    @-moz-keyframes slideRight {
       0% {
          opacity: 0;
          transform: translateX(-80px);
      }
  
      70% {
          transform: translateX(-10px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    } 
    @-o-keyframes slideRight {
       0% {
          opacity: 0;
          transform: translateX(-80px);
      }
  
      70% {
          transform: translateX(-10px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    }
    @keyframes slideRight {
      0% {
          opacity: 0;
          transform: translateX(-80px);
      }
  
      70% {
          transform: translateX(-10px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    }
  
  
  
  @-webkit-keyframes fadeIn {
      0% {
          opacity: 0;
      }
      20% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  
  @-moz-keyframes fadeIn {
      0% {
          opacity: 0;
      }
      20% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  
  @-o-keyframes fadeIn {
      0% {
          opacity: 0;
      }
      20% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  
  @keyframes fadeIn {
      0% {
          opacity: 0;
      }
      60% {
          opacity: 0;
      }
      20% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  @-webkit-keyframes bounceInLeft {
      0% {
          opacity: 0;
          -webkit-transform: translateX(-1000px);
      }
      60% {
          -webkit-transform: translateX(20px);
      }
  
      80% {
          -webkit-transform: translateX(-5px);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: translateX(0);
      }
  }
  
  @-moz-keyframes bounceInLeft {
      0% {
          opacity: 0;
          -moz-transform: translateX(-1000px);
      }
  
      60% {
          -moz-transform: translateX(20px);
      }
  
      80% {
          -moz-transform: translateX(-5px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateX(0);
      }
  }
  
  @-o-keyframes bounceInLeft {
      0% {
          opacity: 0;
          -o-transform: translateX(-1000px);
      }
  
      60% {
          opacity: 1;
          -o-transform: translateX(20px);
      }
  
      80% {
          -o-transform: translateX(-5px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateX(0);
      }
  }
  
  @keyframes bounceInLeft {
      0% {
          opacity: 0;
          transform: translateX(-1000px);
      }
  
      60% {
          transform: translateX(20px);
      }
  
      80% {
          transform: translateX(-5px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
  }
  @-webkit-keyframes bounceInRight {
      0% {
          opacity: 0;
          -webkit-transform: translateX(1000px);
      }
  
      60% {
          -webkit-transform: translateX(-20px);
      }
  
      80% {
          -webkit-transform: translateX(5px);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: translateX(0);
      }
  }
  
  @-moz-keyframes bounceInRight {
      0% {
          opacity: 0;
          -moz-transform: translateX(1000px);
      }
  
      60% {
          -moz-transform: translateX(-20px);
      }
  
      80% {
          -moz-transform: translateX(5px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateX(0);
      }
  }
  
  @-o-keyframes bounceInRight {
      0% {
          opacity: 0;
          -o-transform: translateX(1000px);
      }
  
      60% {
          -o-transform: translateX(-20px);
      }
  
      80% {
          -o-transform: translateX(5px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateX(0);
      }
  }
  
  @keyframes bounceInRight {
      0% {
          opacity: 0;
          transform: translateX(1000px);
      }
  
      60% {
          transform: translateX(-20px);
      }
  
      80% {
          transform: translateX(5px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
  }
  @-webkit-keyframes fadeInUp {
      0% {
          opacity: 0;
          -webkit-transform: translateY(20px);
      } 100% {
          opacity: 1;
          -webkit-transform: translateY(0);
      }
  }
  
  @-moz-keyframes fadeInUp {
      0% {
          opacity: 0;
          -moz-transform: translateY(20px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateY(0);
      }
  }
  
  @-o-keyframes fadeInUp {
      0% {
          opacity: 0;
          -o-transform: translateY(20px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateY(0);
      }
  }
  
  @keyframes fadeInUp {
      0% {
          opacity: 0;
          transform: translateY(20px);
      }
  
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
  @-webkit-keyframes bounceIn {
      0% {
          opacity: 0;
          -webkit-transform: scale(.3);
      }
      50% {
          -webkit-transform: scale(1.05);
      }
  
      70% {
          -webkit-transform: scale(.9);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: scale(1);
      }
  }
  
  @-moz-keyframes bounceIn {
      0% {
          opacity: 0;
          -moz-transform: scale(.3);
      }
  
      50% {
          -moz-transform: scale(1.05);
      }
  
      70% {
          -moz-transform: scale(.9);
      }
  
      100% {
          opacity: 1;
          -moz-transform: scale(1);
      }
  }
  
  @-o-keyframes bounceIn {
      0% {
          opacity: 0;
          -o-transform: scale(.3);
      }
  
      50% {
          -o-transform: scale(1.05);
      }
  
      70% {
          -o-transform: scale(.9);
      }
  
      100% {
          opacity: 1;
          -o-transform: scale(1);
      }
  }
  
  @keyframes bounceIn {
      0% {
          opacity: 0;
          transform: scale(.3);
      }
  
      50% {
          transform: scale(.9);
      }
  
      70% {
          transform: scale(.9);
      }
  
      100% {
          opacity: 1;
          transform: scale(1);
      }
  }
  @-webkit-keyframes moveUp {
      0% {
          opacity: 1;
          -webkit-transform: translateY(40px);
      } 100% {
          opacity: 1;
          -webkit-transform: translateY(0);
      }
  }
  
  @-moz-keyframes moveUp {
      0% {
          opacity: 1;
          -moz-transform: translateY(40px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateY(0);
      }
  }
  
  @-o-keyframes moveUp {
      0% {
          opacity: 1;
          -o-transform: translateY(40px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateY(0);
      }
  }
  
  @keyframes moveUp {
      0% {
          opacity: 1;
          transform: translateY(40px);
      }
  
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
  @-webkit-keyframes moveDown {
      0% {
          opacity: 1;
          -webkit-transform: translateY(-40px);
      } 100% {
          opacity: 1;
          -webkit-transform: translateY(0);
      }
  }
  
  @-moz-keyframes moveDown {
      0% {
          opacity: 1;
          -moz-transform: translateY(-40px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateY(0);
      }
  }
  
  @-o-keyframes moveDown {
      0% {
          opacity: 1;
          -o-transform: translateY(-40px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateY(0);
      }
  }
  @keyframes moveDown {
      0% {
          opacity: 1;
          transform: translateY(-40px);
      }
  
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
  
  @-webkit-keyframes fadeBgColor {
      0%{
          background:none;
      }
    70%{
          background:none;
      }
      100%{
          background:#464646;
      }
  }
  @-o-keyframes fadeBgColor {
      0%{
          background:none;
      }
    70%{
          background:none;
      }
      100%{
          background:#464646;
      }
  }
  @keyframes fadeBgColor {
      0%{
          background:none;
      }
    70%{
          background:none;
      }
      100%{
          background:#464646;
      }
  }
  
  .animated.animationDelay{
      animation-delay:.25s;
      -webkit-animation-delay:.25s;
  }
  .animated.animationDelayMed{
      animation-delay:1s;
      -webkit-animation-delay:1s;
  }
  .animated.animationDelayLong{
      animation-delay:1.2s;
      -webkit-animation-delay:1.2s;
  }
  .animated.fadeBgColor {
      -webkit-animation-name: fadeBgColor;
      -moz-animation-name: fadeBgColor;
      -o-animation-name: fadeBgColor;
      animation-name: fadeBgColor;
  }
  .animated.bounceIn {
      -webkit-animation-name: bounceIn;
      -moz-animation-name: bounceIn;
      -o-animation-name: bounceIn;
      animation-name: bounceIn;
      -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
  }
  .animated.bounceInRight {
      -webkit-animation-name: bounceInRight;
      -moz-animation-name: bounceInRight;
      -o-animation-name: bounceInRight;
      animation-name: bounceInRight;
  }
  .animated.bounceInLeft {
      -webkit-animation-name: bounceInLeft;
      -moz-animation-name: bounceInLeft;
      -o-animation-name: bounceInLeft;
      animation-name: bounceInLeft;
  }
  .animated.fadeIn {
      -webkit-animation-name: fadeIn;
      -moz-animation-name: fadeIn;
      -o-animation-name: fadeIn;
      animation-name: fadeIn;
  }
  .animated.fadeInDown {
      -webkit-animation-name: fadeInDown;
      -moz-animation-name: fadeInDown;
      -o-animation-name: fadeInDown;
      animation-name: fadeInDown;
    
  }
  .animated.slideRight {
      -webkit-animation-name: slideRight;
      -moz-animation-name: slideRight;
      -o-animation-name: slideRight;
      animation-name: slideRight;
  }
  .animated.fadeInUp {
      -webkit-animation-name: fadeInUp;
      -moz-animation-name: fadeInUp;
      -o-animation-name: fadeInUp;
      animation-name: fadeInUp;
  }
  .animated.moveUp {
      -webkit-animation-name: moveUp;
      -moz-animation-name: moveUp;
      -o-animation-name: moveUp;
      animation-name: moveUp;
  }
  .animated.moveDown {
      -webkit-animation-name: moveDown;
      -moz-animation-name: moveDown;
      -o-animation-name: moveDown;
      animation-name: moveDown;
}
