 * {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: auto!important;
    box-shadow: border-box;
    background: white;
    overflow-y: scroll;
    overflow-x: hidden;
    background-repeat: no-repeat;
     position:relative;
     cursor: none;
     transition: background-color 1s ease;
     scroll-behavior: smooth;
}


/*https://dovetailapp.com/*/

@font-face {
    font-family: 'Mories Regular';
    font-style: normal;
    font-weight: normal;
    src: local('..font/Mories Regular'), url('Mories.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Mories Display';
    font-style: normal;
    font-weight: normal;
    src: local('..font/Mories Display'), url('Mories Display.woff') format('woff');
    }


.whiteeb{display:none;}

.hamburger{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;width: 25px;height: 10px;margin-left: 12.5px;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: end;-webkit-align-items: flex-end;-ms-flex-align: end;align-items: flex-end;}
.hamburger-line-3 {width: 25px;height: 2.22px;background-color: #080808;}
.hamburger-line-4 {width: 15px;height: 2.22px;background-color: #080808;-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s;}
.navigation-text-2{margin-top: 0px;font-size: 12px;line-height: 12px;letter-spacing: 3px;text-decoration: none;text-transform: uppercase;font-family: 'Inter', sans-serif;}
header{padding: 35px 0px;float: left;width: 100%;}
header .container{max-width: 1680px;padding: 0px 80px;}
header .container .col-sm-12{padding: 0px;}
.logo-eb{float: left;position: relative;z-index: 100001;}
.menuitem{float: right;display: flex;vertical-align: top;margin-top: 9px;cursor: pointer;position: relative;z-index: 10000001;}
.menuitem:hover .hamburger-line-4{width: 25px;-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s;}
.logo-eb img{max-width: 180px;}
.bannerarea{float: left;width: 100%;padding-top: 90px;padding-bottom: 80px;height: 100vh;position: relative;padding: 100px 0px;}
.bannerarea .container{max-width: 1680px;padding: 0px 80px;position: relative;}
.bannerarea .container .row{position: relative;}
.herobanr{position: relative;width: 100%;}
.herobanr h4{font-weight: 400;font-family: 'Inter', sans-serif;text-transform: uppercase;letter-spacing: .2em;font-size: 14.4px;margin-bottom: 20px;line-height: .8;}
.herobanr{position: absolute;top: 50%;left: 50%;-ms-transform: translate(-50%, -50%);transform: translate(-50%, 0%);}
.herobanr h1{font-size: 104px;font-weight: bold;font-family: 'Inter', sans-serif;line-height:125px;margin-left: -5px;margin-top: 0px;}
.herobanr h1 span{font-size: 165px;line-height: 140px;margin-left: -6px;}
.scrollbar{position: absolute;right: 45px;text-transform: uppercase;transform: rotate(90deg);font-family: 'Inter', sans-serif;top: 18%;}
#light{position: relative;top: -13px;right: -68px;}
#lineh1{position: absolute;left: 0;height: 2px;background: #000;animation: lineH 2s 1s infinite linear;}
@keyframes lineH{
         0%{
            width: 0%;
         }
         100%{
        width: 95%;opacity: 1;
      }
}

.verticalslider{float: left;width: 100%;padding: 100px 0px 200px;overflow: hidden;height: 100vh;position: relative;}
.vsslider{position: absolute;text-align: center;width: 100%;float: left;top: 40%;left: 0px;right: 0px;}

.line {font-size: 30px;color: #000;font-family: 'Inter', sans-serif;position:absolute;opacity: 0;float: left;width: 100%;line-height: 1.3;font-weight: 500;}
.fixed {position: fixed;top:0; left:0;width: 100%;}
#overlayer {width:100%;height:100vh;position:absolute;z-index:1000001;background:#080808;}
.loader {display: inline-block;position: absolute;z-index:1000001;top: 50%;text-align: center;margin: 0 auto;right: 0px;left: 0;color: white;font-family: 'Inter', sans-serif;font-size: 21px;letter-spacing: 4.4px;}
.loader-inner {vertical-align: top;display: inline-block;width: 100%;animation: loader-inner 2s infinite ease-in;}

@keyframes slideOut {
    from {
       transform: translateY(0);
   }
    to {
       transform: translateY(-100%);
   }
}
 
 #loader .loader-slide {
    width: 100%;
    height: 100%;
    background-color: #000;
    color: white;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000000001;
}
 #loader .loader-slide.open {
    animation-name: slideOut;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 1s;
}
.eyebr{font-family: 'Inter', sans-serif;font-size: 21px;letter-spacing: 4.4px;position: absolute;right: 0px;left: 0px;top: 50%;}
.cursor-dot, .cursor-dot-outline {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
 .cursor-dot {
    width: 10px;
    height: 10px;
    background-color: #0ae261;
}
 .cursor-dot-outline {
    width: 10px;
    height: 10px;
    background-color: rgba(10, 226, 97, 0.2);
}

.ourblogs{float: left;width: 100%;padding: 80px 0px 80px 0px;margin-bottom: 127px;}
.ourblogs .container{max-width: 1680px;padding: 0px 80px;}
.leftblogt h2{font-family: 'Inter', sans-serif;font-size: 85px;font-weight: bold;position: relative;transform: rotate(-90deg);margin-left: 85px;margin-right: 69px;left: -140px;}
.leftblogt h2 span{font-size: 105px;}
.blogone{justify-content: space-between;margin-bottom: 40px;display: flex;transition: all ease-in .5s;align-items: center;
    justify-content: center;}
.imagblg{overflow: hidden;width: 50%;}
.imagblg img{max-width: 100%;width: 860px;filter: grayscale(0);transition: all ease-in .5s;}
.blogone:hover .imagblg img{filter: grayscale(0);transition: all ease-in .5s;}
.blgcontnt{font-family: 'Inter', sans-serif;padding-left: 15px;width: 50%;}
.blgcontnt a{color:black!important;text-decoration:none;}
.blgcontnt span{font-size: 12px;font-weight: 500;}
.blgcontnt h3{font-size: 22px;
    padding-top: 15px;
    line-height: 33px;}
.blgcontnt p{font-size: 14px;padding-top: 12px;}
.dattime{font-size: 13px;font-weight: 500;display: none;}
.leftblogt{position: sticky;top: 241px;}
.blogright{margin-bottom: -140px;}
.think{font-size: 125px;font-family: 'Inter', sans-serif;font-weight: bold;position: relative;transform: rotate(-90deg);margin-left: 225px;margin-right: -138px;left: -175px;}
.diff{position: sticky;top: 172px;}
.headfr{margin-top: 120px;}
.headfr .item {height: 100%;position: relative;}
.headfr .item .cover .header-content {position: relative;padding: 0px 13px 56px;overflow: hidden;}
.service h3{font-weight: 400;font-family: 'Inter', sans-serif;text-transform: uppercase;letter-spacing: .2em;font-size: 14.4px;margin-bottom: 20px;line-height: .8;position: relative;margin-left: 50px;}
.service h3::before{content: '';width: 50px;height: 1px;background: black;position: absolute;left: -60px;top: 6px;}
.service .owl-theme .owl-nav.disabled + .owl-dots{position: absolute;top: -100px;right: 16%;margin-right: -2px;}
.service .owl-theme .owl-nav.disabled + .owl-dots button{background: none;border: none;font-family: 'Inter', sans-serif;font-size: 21px;margin: 0px 15px;position: relative;}
.service  .owl-theme .owl-dots .owl-dot{position: relative;}
.service .owl-dot.active::before{content: '';width: 23px;background: black;height: 2px;position: absolute;bottom: -3px;margin: 0 auto;right: 0px;left: 0px;}
.headfr .item .cover .header-content h2 {font-weight: 600;font-size: 75px;color: black;font-family: 'Inter', sans-serif;max-width: 95%;padding-bottom: 35px;}
.headfr .item .cover .header-content p{font-family: 'Inter', sans-serif;max-width: 541px;font-size: 21px;}

.headfr .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.headfr .owl-item.active p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
  
}




.service{float: left;width: 100%;padding: 100px 0px;}
.service .container{max-width: 1680px;padding: 0px 80px;}
.cover .container{max-width: 100%;padding: 0px;display: flex;justify-content: space-between;}
.hdimage img{max-width: 450px;width: 421px!important;}
.diffclr{float: left;width: 100%;}

/* panel styles */
.panel {
  /* min height incase content is higher than window height */
  min-height: 100vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: sans-serif;
  /* outline: 10px solid hotpink; */
  /* turn above on to see the edge of panels */
}

/* colours */
.color-violet {
  background-color: #7A4EAB;
}
.color-indigo {
  background-color: #4332CF;
}
.color-blue {
  background-color: #2F8FED;
}
.color-green {
  background-color: #4DCF42;
}
.color-yellow {
  background-color: #FAEB33;
}
.color-orange {
  background-color: #F19031;
}
.color-red {
  background-color: #F2293A;
}

/* styling for demo, can ignore */

.panel h4 {
  font-size: 30px;color: #000;font-family: 'Inter', sans-serif;float: left;width: 100%;line-height: 1.3;font-weight: 500;text-align: center;
-webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;}
.panel p {
  max-width: 30em;
  margin-bottom: 1.618em;
}
.panel a {
  color: #4332CF;
}

.go-down-btn {
   position: relative;
   z-index: 1;
   display: inline-block;
}
 .go-down-btn svg {
   position: relative;
   z-index: -1;
   display: block;
}
 .go-down-btn text {
   font-size: 13px;
   transform-origin: center;
}
 @keyframes rotate-btn {
   to {
     transform: rotate(360deg);
  }
}
 .go-down-btn text {
   animation: rotate-btn 10s linear infinite;
}
 
 .texrotate{position: fixed;right: 50px;z-index: 10001;bottom: 15px;display: none;}



 .keyfacts{float: left;width: 100%;padding: 100px 0px;background: black;}
 .keyfacts .container{max-width: 1680px;padding: 0px 80px;}
 .keyfacts h2{font-weight: 400;font-family: 'Inter', sans-serif;text-transform: uppercase;letter-spacing: .2em;font-size: 14.4px;margin-bottom: 80px;line-height: .8;position: relative;color: white;margin-left: 50px;}
 .keyfacts h2:before{content: '';width: 50px;height: 1px;background: white;position: absolute;left: -60px;top: 6px;}
 .listoffacts ul{list-style: none;    margin: 0 auto;text-align: center;}
 .listoffacts ul li{display: inline-block;width: 24%;text-align: center;vertical-align: top;}
 .listoffacts h3{color: white;font-family: 'Inter', sans-serif;font-size: 18px;}
 .listoffacts p{font-family: 'Inter', sans-serif;font-size: 22px;color: white;}
 .listoffacts h4{font-size: 55px;font-family: 'Inter', sans-serif;color: white;margin-bottom: 12px;}

 .logolist ul{list-style: none;    margin: 0 auto;text-align: center;}
 .logolist ul li{display: inline-block;
    width: 16%;
    text-align: center;
    vertical-align: top;
    max-width: 170px;
    height: 170px;
    background: #f5f5f5;
    border-radius: 100%;
    padding-top: 35px;
    margin: 14px;}
 .logolist ul li img{max-width: 100px;}


 .capblilites{float: left;width: 100%;padding-top: 60px;}
 .capblilites .col-sm-4{float: left;position: sticky;top: 40px;}
 .capblilites .col-sm-8{float: left;}
 .serviclist ul{list-style: none;}
 .serviclist ul li{position: relative;border-bottom: 1px solid black;-webkit-transition: all ease-in .5s;transition: all ease-in .5s;cursor: pointer;font-family: 'Inter', sans-serif;}
 .acc_content {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;padding: 3.2rem;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align:center;align-items: center;font-size: 1.4rem;}
 .acc_content span{margin-top: 20px;margin-bottom: 10px;color: #7a7a7a;font-size: 36px;font-weight: 400;font-family: 'Inter', sans-serif;}
 .w-inline-block {max-width: 100%;display: inline-block;width: 100%;}
 .serviclist ul li h4{font-size: 36px;line-height: 1.2;margin-right: auto;margin-left: 20px;font-weight: 400;display: inline-block;color: black;}
 .w-inline-block:hover{text-decoration: none!important;}
 .primarcy{font-weight: 600;font-size: 35px;color: black;font-family: 'Inter', sans-serif;max-width: 100%;padding-top: 40px;line-height: 50px;}
 .serviclist ul li:hover{border-bottom: 1px solid #f5812a;position: relative;z-index: 100001;}
 .mobile:hover{border-bottom: 1px solid #509ad3!important;}
 .productui:hover{border-bottom: 1px solid #d5e054!important}
/* .fadediv{position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;width: 100%;height: 100%;background:#ffffff0a;position: .2;}*/
 
 .ourapproach{float: left;width: 100%;padding: 100px 0px;}
 .ourapproach .container {max-width: 1680px;padding: 0px;}
 #ourserv h3{font-weight: 400;font-family: 'Inter', sans-serif;text-transform: uppercase;letter-spacing: .2em;font-size: 14.4px;margin-bottom: 20px;line-height: .8;position: relative;margin-left: 30px;}
 #ourserv h3::before{content: '';width: 50px;height: 1px;background: black;position: absolute;left: -60px;top: 6px;}

.ourapproach .swiper {width: 100%;height: 100%;padding-top: 123px;margin-top: -120px;padding-left: 80px;padding-right: 80px;}
.ourapproach .swiper-slide {text-align: center;font-size: 18px;background: #000;height: 378px;border-radius: 12px;padding: 40px;}
.ourapproach .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
.approch{position: relative;z-index: 2;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;width: 100%;height: 100%;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}
.approch h4{font-family: 'Inter', sans-serif;color: white;line-height: 38px;text-align: left;font-weight: bold;letter-spacing: .7px;}
.approch p{font-family: 'Inter', sans-serif;color: white;text-align: left;font-size: 20px;line-height: 34px;margin-bottom: 0px;}
#ourserv{margin-bottom: 50px;}
.ourapproach .swiper-button-next{top: 24px!important;background: #000;width: 90px!important;height: 90px!important;justify-content: center;align-items: center;display: flex;border-radius: 50px;right: 50px!important;transform: scale(0.8);transition: all ease-in .5s;}
.ourapproach .swiper-button-next:hover{transform: scale(.7);transition: all ease-in .5s;}
.swiper-button-prev:hover{transform: scale(.7);transition: all ease-in .5s;}
.ourapproach .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size: 24px!important;font-weight: bold!important;}
.ourapproach .swiper-button-prev{top: 24px!important;background: #000;width: 90px!important;height: 90px!important;justify-content: center;align-items: center;display: flex;border-radius: 50px;right: 150px!important;left: auto!important;position: absolute!important;transform: scale(0.8);transition: all ease-in .5s;}
.ourapproach .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size: 24px!important;font-weight: bold!important;color: white;}
.ourapproach .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{font-size: 24px!important;font-weight: bold!important;color: white;}

.clients{float: left;width: 100%;padding: 100px 0px;}
.clients .container {max-width: 1680px;padding: 0px 80px;}
.clients h3{font-weight: 400;font-family: 'Inter', sans-serif;text-transform: uppercase;letter-spacing: .2em;font-size: 14.4px;margin-bottom: 20px;line-height: .8;position: relative;margin-bottom: 60px;margin-left: 50px;}
.clients h3::before{content: '';width: 50px;height: 1px;background: black;position: absolute;left: -60px;top: 6px;}


.Principles{float: left;width: 100%;position: relative;}
.Principles .container{max-width: 1680px;padding: 0px 80px;}
.Principles h2{font-weight: 400;font-family: 'Inter', sans-serif;text-transform: uppercase;letter-spacing: .2em;font-size: 14.4px;
  margin-bottom: 80px;line-height: .8;position: relative;color: #fff;position: absolute;top: 65px;text-align: center;margin: 0 auto;left: 60px;}
.Principles h2:before{content: '';width: 50px;height: 1px;background: white;position: absolute;left: -264px;top: 5px;right: 0px;margin: 0 auto;}
.greatbui{font-weight: 600;font-size: 75px;color: #fff;font-family: 'Inter', sans-serif;max-width: 100%;padding-top: 90px;position: absolute;text-align: left;left: 0px;line-height: 90px;}
.bgblack{position: absolute;height: 100%;width: 100%;background: #000000b0;top: 0px;left: 0p;right: 0px;text-align: center;}
.Principles #porintisi{position: relative;z-index: 1;}

.leftcontent p{font-weight: 400;font-size: 20px;color: #fff;font-family: 'Inter', sans-serif;max-width: 100%;padding-top: 0px;text-align: left;}
#posabslt{position: absolute;right: 0px;left: 0px;width: 100%;top: 0px;height: 100%;bottom: 0px;}
.leftcontent h3{ font-weight: bold;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    /* letter-spacing: .2em; */
    font-size: 21px;
    line-height: 30px;
    position: relative;
    color: #fff;
    text-align: left;}
.leftcontent h3 span{margin-right: 8px;}
#bapproch{position: absolute;top: 460px;}
#focusuiux{position: absolute;top: 650px;right: -52px;padding-right: 50px;}
#together{position: absolute;bottom: 70px;right: 0px;left: 0px;width: 100%;margin: 0 auto;}
#together .leftcontent{max-width: 400px;margin: 0 auto;text-align: center;}



/*ourwork*/
.ourwrokarea{float: left;width: 100%;padding: 100px 0px;}
.ourwrokarea .container{max-width: 1680px;padding: 0px 80px;}
.workhr h2{font-weight: 400;font-family: 'Inter', sans-serif;text-transform: uppercase;letter-spacing: .2em;font-size: 14.4px;margin-bottom: 20px;line-height: .8;position: relative;margin-bottom: 60px;margin-left: 50px;}
.workhr h2::before{content: '';width: 50px;height: 1px;background: black;position: absolute;left: -60px;top: 6px;}
.workone{float: left;width: 100%;border-bottom: 0px solid black;border-top: 1px solid;padding: 35px 70px;min-height: 190px;position: relative;overflow: hidden;height: 190px}
.bgimage img{max-width: 100%;transition: .5s ease;}
.workhead h3{font-size: 75px;font-family: 'Inter', sans-serif;font-weight: bold;vertical-align: top;letter-spacing: 1px;}
.workhead h3 span{font-size: 22px;vertical-align: top;position: relative;top: 23px;border-bottom: 2px solid;}
.workhead{float: left;}
.worktype{justify-content: flex-end;align-items: center;display: flex;vertical-align: bottom;margin-top: 0px;text-align: right;}
.worktype ul{list-style: none;margin: 0px;}
.worktype ul li{font-family: 'Inter', sans-serif;font-size: 16px;vertical-align: bottom;}

.bgimage{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.bgimage::after{content: '';background: white;height: 100%;position: absolute;width: 100%;left: 0px;bottom: 0px;transition: .8s ease;}
.contnatwork{display: flex;align-items: center;justify-content: space-between;position: relative;}

.workone:hover .bgimage::after{bottom: -190px;transition: .8s ease;}
.workone:hover .bgimage img{transform: scale(1.2);transition: .8s ease;}
.workone:hover .workhead h3{color:#000;}
.viewall{position: absolute;right: 80px;margin-top: -70px;}


/*ourteam*/
.ourteam{float: left;width: 100%;padding: 100px 0px;display: none;}
.ourteam .container{max-width: 1680px;padding: 0px 80px;}
.headingteam h2{font-weight: 400;font-family: 'Inter', sans-serif;text-transform: uppercase;letter-spacing: .2em;font-size: 14.4px;margin-bottom: 20px;line-height: .8;position: relative;margin-bottom: 60px;margin-left: 60px;}
.headingteam h2:before{content: '';width: 50px;height: 1px;background: black;position: absolute;left: -60px;top: 6px;}
.headingteam p{font-weight: 600;font-size: 75px;color: black;font-family: 'Inter', sans-serif;max-width: 100%;padding-top: 0px;line-height: 95px;margin-bottom: 75px;}
.imgtest img{max-width: 100%;}
.ourteam .swiper{max-width: 100%;width: 100%;padding-left: 80px;padding-right: 60px;}
.context{padding-top: 20px;}
.context h4{font-family: 'Inter', sans-serif;font-weight: bold;font-size: 22px;}
.context p{font-family: 'Inter', sans-serif;font-size: 18px;margin-bottom: 0px;}
.ourteam .swiper-button-prev{display: none;}
.ourteam .swiper-button-next{background: black;color: white;width: 72px;height: 72px;border-radius: 50px;font-size: 30px;top: 45%;display: none;}
.ourteam .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size: 30px;}
.mySwiperteam:hover .swiper-button-next{display: flex!important;}

.ourblogs .workhr h2{margin-left: 50px;}

footer{float: left;width: 100%;background: #fff;height: 100%;padding: 150px 0px 30px;}
.footertext{text-align: center;margin: 0 auto;}
.footertext a{text-transform: uppercase;font-size: 100px;font-family: 'Inter', sans-serif;font-weight: bold;color: black;line-height: 105px;}
.footertext a:hover{text-decoration: none;}
.footertext a span{font-weight: 400;}
.round{width: 100px;height: 100px;background: black;border-radius: 50px;margin: 0 auto;margin-top: 0px;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.round img{transform: rotate(272deg);position: absolute;transform: translateY(50px);
  /*  change the three values below according to the font size of the arrow  */top: -75%;left: 50%;margin-left: -9px;}
.round:hover img{animation: arrowSlide 0.5s ease-in 1;}


.arrow-container {
  position: relative;
  top: 15%;
  left: 0px;
  right: 0px;
  margin:0 auto;
  width: 100px;
  height: 100px;
  background-color: black;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
    transform: rotate(90deg);
}

.arrow {
    font-size: 48px;
    color: #fff;
    display: inline-block;
    position: absolute;
    transform: translateY(50px);
    top: -22%;
    left: 40%;
    margin-left: -9px;
}

.arrow-container:hover .arrow{
  /*  you can change the 1 to infinte to make an infinite loop */
  animation: arrowSlide 0.5s ease-in 1;
}

@keyframes arrowSlide {
  0% {
    transform: translateY(50px);
  }
  25% {
    transform: translateY(-100px);
  }
  50% {
    transform: translate(150px, 150px);
  }
  75% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(50px);
  }
}

.hover-1:before {
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 1.5px;
  background: #000;
  transform: scaleX(0);
}
.hover-1:hover:before {
  transform: scaleX(1);
}

.links ul li a, a > span {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}
.links ul li a:before, a:after, a > span:before, a > span:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
}

.eamils a, a > span {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}
.eamils a:before, a:after, a > span:before, a > span:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
}

.gohome a, a > span {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}
.gohome a:before, a:after, a > span:before, a > span:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
}

footer .container{max-width: 1600px;padding: 0px 70px;}
.links h4{font-family: 'Inter', sans-serif;font-weight: bold;color: black;font-size: 22px;margin-bottom: 20px;}
.footlinks{float: left;display: inline-block;width: 100%;padding-top: 165px;border-bottom: 1px solid black;padding-bottom: 15px;}
.links{float: left;display: inline-block;width: 20%;}
.links ul{list-style: none;}
.links ul li{display: block;padding-bottom: 15px;}
.links ul li a{color: black;font-family: 'Inter', sans-serif;font-size: 18px;}
.links ul li a:hover{text-decoration: none;}
#socials ul li{display: inline-block!important;padding-right: 20px;}
#socials ul li a{font-size: 20px;border-radius: 50px;border: 1px solid #fff;display: flex;width: 45px;height: 45px;justify-content: center;align-items: center;transition: all ease-in .3s;color: white;}
#socials ul li a:hover{background: white;color: black;transition: all ease-in .3s;}
.privacy{color: black;font-size: 16px;font-family: 'Inter', sans-serif;padding-top: 30px;}
.worktype ul li:first-child {
    font-weight: bold;
}


.contactpg{float: left;width: 100%;padding: 0px 0px 100px;}
.contactpg .container{max-width: 1600px;padding: 0px 80px;}
.contctform input{width: 100%;border-radius: 10px;font-size: 20px;line-height: 1.3;border: 1px solid #c8cacd;height: 78px;padding: 10px 20px;}
.contctform textarea{width: 100%;border-radius: 10px;font-size: 22px;line-height: 1.3;border: 1px solid #c8cacd;height: 78px;padding: 10px 20px;height: 250px;}
.contctform {font-family: 'Inter', sans-serif;display: flex;margin: 0 auto;text-align: center;}
.contctform label{width: 48%;margin: 0px 10px 30px;text-align: left;}
.contctform label p{font-size: 18px;font-weight: 500;}
#fullwidtha{width: 97.4%;max-width: 100%;}
#fullwidtha button{width: 300px;height: 70px;border-radius: 50px;border: none;background: black;color: white;font-weight: 500;font-size: 22px;letter-spacing: .4px;margin-top: 40px;}
#fullwidtha button:hover{opacity: .8;}
#radiofull input{height: 26px;float: left;display: inline-block;width: auto;width: 18px;margin-right: 5px;}
#radiofull input:checked+label:after{background: black;border: 1px solid black;}
.radios{float: left;display: inline-block;}
#radiofull{float: left;text-align: left;width: auto;}

.locations{float: left;width: 100%;padding-top: 0px;font-family: 'Inter', sans-serif;}
.locations .container{max-width: 1600px;padding: 0px 80px;}
.loctns h3{font-size: 22px;font-weight: 500;padding-bottom: 20px;}
.loctns address{font-size: 17px;line-height: 30px;font-weight: 500;}
.loctns p{font-size: 17px;line-height: 30px;font-weight: 500;max-width: 300px;}
.eamils{position: absolute;bottom: 18px;}
.eamils a{color: black;font-size: 20px;font-weight: 500;}

.nft{position: absolute;bottom: 20px;color: #fff;font-family: 'Inter', sans-serif;max-width: 170px;font-size: 13px;text-align: left;}
.nft a{text-decoration: underline;color: white;}

#supporpage{height: auto;}
.supportprice{float: left;width: 100%;padding: 70px 0px 70px;}
.supportprice .container{max-width: 1680px;padding: 0px 60px;}
.supportprice .container .col-sm-3{padding: 0px 10px;}
.suprtpack{border: 1px solid #d4dbe0;border-radius: 5px;padding: 30px 30px;text-align:center;}
.suprtnam{font-size: 26px;font-family: 'Inter', sans-serif;font-weight: bold;padding-bottom: 25px;}
.paymnt{    font-family: 'Inter', sans-serif;
    background: #ececec;
    width: 200px;
    border-radius: 5px;
    text-align: center;
    padding: 2px;
    font-size: 12px;
    padding: 5px 8px;
    margin: 0 auto;
    margin-top: 30px;margin-bottom:30px;}
.mainprice{padding: 20px 0px 10px 0px;border-bottom: 1px solid #ccc;margin-top: 0px;padding-bottom: 35px;margin-bottom:20px;}
.mainprice h6{font-weight: normal;font-family: 'Inter', sans-serif;margin-left: -22px;}
.mainprice h3{font-size: 44px;line-height: 1;font-weight: 700;font-family: 'Inter', sans-serif;margin-bottom: 5px;}
.mainprice h3 sup{font-size: 15px;font-family: 'Inter', sans-serif;font-weight: 300;top: -34px;}
.mainprice h3 sub{font-size: 15px;font-family: 'Inter', sans-serif;font-weight: 300;}
.packhour{font-family: 'Inter', sans-serif;padding: 6px 0px;font-size: 17px;text-align:left;}
.arrownav a {
    background: black;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50px;
    color: white;
    font-size: 21px;
    margin-top: 20px;
}
.arrownav a:hover{text-decoration:none;}

.blackstsprt{float: left;background: black;padding: 100px 0px;width: 100%}
.blackstsprt .container{max-width: 1680px;padding: 0px 60px;}
.blacktext p{font-family: 'Inter', sans-serif;font-size: 21px;color: white;line-height: 36px;}

.growthtabs{float: left;padding: 100px 0px 0px;width: 100%;font-family: 'Inter', sans-serif;}
.growthtabs .container{max-width: 1680px;padding: 0px 60px;}
#suprtgrowth{border-bottom: none;}
#suprtgrowth .nav-link.active{border-bottom: 3px solid #000!important;border: none;color: #000;}
#suprtgrowth .nav-link{color: #868686;font-size: 21px;padding: 10px 0px;margin: 0px 20px;border-radius: 0px!important;border: none!important;}
#suprtgrowth .nav-link:hover{border: none;}
.growthbg{background: #000;height: 378px;border-radius: 12px;padding: 40px;margin-bottom: 40px;}
.tab-content .container{padding: 40px 20px;}

#thankyou .headingteam h2{margin-bottom: 30px;}
#thankyou .headingteam p{font-weight: normal;font-size: 50px;line-height: 68px;max-width: 80%;}
.gohome a{color: black;font-family: 'Inter', sans-serif;font-size: 20px;}



.blackbg{float: left;width: 100%;background: black;padding: 100px 0px;}
.e-img-fit {
   object-fit: cover;
}
 .e-wp {
   width: 100%;
}
 .e-hp {
   height: 100%;
}
 .e-wvw {
   width: 100vw;
}
 .e-flex-col {
   display: flex;
   justify-content: center;
   flex-direction: column;
   align-items: center;
}
 .box-img {
   
    width: 100%;
    object-fit: fill;
    display: block;
    position: static;
    overflow: hidden;
   
}
 .box-img img {
   height: 120%;
   transition: 0.1s ease-out;
}

.viewport {
   overflow: hidden;
   position: static;
   height: 100%;
   width: 100%;
   float: left;
   background: black;
   padding: 100px 0px;
   }
   .serblok {
    padding-right: 2em;
}
   .viewport .container{max-width: 1680px;padding: 0px 80px;}
 .scroll-container {
    position: relative;
    z-index: 10;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    width: 100%;
    float: left;
    width: 100%;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px)!important;
}

#srtwo{margin-top: 15rem;}
#srfor{margin-top: 20rem;}
#srthree{margin-top: 8rem;}
#forpro{margin-top: 450px;}
.contentmn h2{color: #fff;
    text-align: left;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    font-family: 'Inter', sans-serif;}
.contentmn p{    text-align: left;
    letter-spacing: .7px;
    padding-top: 1.2em;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: white;
    line-height: 31px;}
.prhead h2{font-weight: 600;font-size: 35px;color: white;font-family: 'Inter', sans-serif;max-width: 100%;line-height: 50px;padding-bottom: 50px;}



.scnagency{float: left;width: 100%;padding: 100px 0px 0px;}
.scnagency .container{max-width: 1680px;padding: 0px 80px;}
.container-1600 {
    z-index: 3;
    max-width: 100em;
    text-align: right;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0em 8em;
    display: flex;
    position: relative;
}
.container-1600.less {
    height: auto;
    justify-content: flex-end;
    margin-left: auto;
    padding-bottom: 7em;
    display: flex;
}
.text-wrapper.less {
    height: auto;
    text-align: left;
    display: block;
}
.headline-wrapper {
    z-index: 20;
    max-width: 100em;
    color: #1b1b1b;
    object-fit: fill;
    align-items: center;
    margin-left: 0;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 1.5;
    display: flex;
    position: relative;
}
.red-line {
    width: 47px;
    height: 1px;
    color: #797979;
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-clip: border-box;
    border: 0.5px #797979;
    margin-top: 0;
    margin-right: 25px;
    padding-left: 0;
    padding-right: 0;
}
.headline-dark {
        color: #1b1b1b;
    text-align: left;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    line-height:35px;
    font-family: 'Inter', sans-serif;
}
.text-dark {
     color: #313131;
    text-align: left;
    letter-spacing: .7px;
    padding-top: 1.2em;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: white;
    line-height: 31px;
}
.text-wrapper {
    width: 100%;
    height: auto;
    max-width: 40em;
}
.container-2.is-hero.emotion {
    min-height: 0;
    mix-blend-mode: normal;
    align-items: flex-start;
    margin-top: 0;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 7em;
    padding-left: 5em;
    position: static;
    top: 0;
}
.emotion-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 0;
    display: flex;
    position: relative;
    max-width: 72%;
}
.emotion-wrapper h3{font-weight: 600;
    font-size: 55px;
    color: black;
    font-family: 'Inter', sans-serif;
    max-width: 95%;
    padding-bottom: 10px;
    line-height: 75px;
} 

.emotion-wrapper h4{
      color: #1b1b1b;
    text-align: left;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    font-family: 'Inter', sans-serif;
}

.container-1600.different {
    width: 100%;
    height: auto;
    justify-content: flex-end;
    margin-left: auto;
    padding-bottom: 7em;
}
.container-1600.emotions {
    height: auto;
    align-items: center;
    padding-bottom: 7em;
}
.righimages {
    width: 47%;
    object-fit: fill;
    position: static;
    overflow: hidden;
    float: right;
    text-align: right;
    justify-content: flex-end;
    margin-left: auto;
}
.righimages img{max-width: 100%;
    object-fit: cover;
    width: 100%;
    float: right;
    text-align: right;}
.righimages .text-wrapper{float: left;width: 100%;padding-top: 50px;}
.righimages video{max-width: 100%!important;width: 100%!important;}
.plusti{font-size: 55px;color: white;font-weight: bold;display: inline-block;line-height: 1;}
#formob{display: none;}

.knowmore {    margin-left: 0px;margin-top: 20px;float: left;width: 100%;}
.knowmore a{color: black;font-family: 'Inter', sans-serif;font-size: 17px;
    border-bottom: 1px solid;}
.knowmore a:hover{text-decoration: none;}

.service .owl-theme .owl-dots .owl-dot.active{-moz-transform: scale(-1, -1);-o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);}

.dropdowndiv{background: #000;position: fixed;width: 100%;height: 100vh;top: 0px;left: 0px;right: 0px;z-index: 10001;display: none;transition: all ease-in .4s;cursor: auto;}
.dropdowndiv .container{max-width: 73%;padding: 0px;position: absolute;
    top: 50%;-ms-transform: translateY(-50%);transform: translateY(-50%);left: 0px;right: 0px;}
.leftlinks ul{list-style: none;margin-bottom: 0px;}
.leftlinks ul li{display: block;margin-bottom: -40px;}
.leftlinks ul li a{display: flex;}
.leftlinks ul li a:hover{text-decoration: none;}
.leftlinks ul li a span{display: inline-block;color: #aaaaaa;letter-spacing: 3px;margin-right: -40px;font-size: 11px;font-weight: 600;transform: rotate(-90deg);font-family: 'Inter', sans-serif;}
.leftlinks ul li a:hover span{color: white;}
.litext{color: #080808;
    font-size: 90px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    letter-spacing: -2px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #ffffff, #ffffff 50%, #aaaaaa 50%);
    background-size: 200% 100%;
    background-position: 100%;}
.leftlinks ul li a:hover .litext{transition: all 1s cubic-bezier(0, 0, 0.23, 1);background-position: 0%;}

.rightadds{margin-top: 270px;text-align: right;float: right;width: 100%;}
.rightadds ul{list-style: none;font-family: 'Inter', sans-serif;float:right;
}
.rightadds ul li{display: block;margin-bottom: 20px;}
.rightadds ul li a{display: flex;font-size: 18px;color: #fff;}
.rightadds ul li a i{margin-right: 15px;}
.rightadds ul li a:hover{text-decoration: none;}

.linksmt#socials{float: right;width: auto;margin-top: 30px;    position: relative;left: -48px;width: 190px;float: right;}
.linksmt ul li a{color: black;}
.linksmt ul li a:hover{text-decoration: none;}
.linksmt#socials ul li{padding-right: 15px;}

.hamburger.rotatenav {
    position: relative;
    top: -3px;
}
.rotatenav .hamburger-line-3{transform: rotate(45deg);position: relative;top: 8px;background: white;}
.rotatenav .hamburger-line-4{transform: rotate(134deg);width: 25px;background: white;}

#works{padding-top: 0px;background: white;}
#works .container{padding: 0px 65px;}

#works .serblok{padding-bottom: 2em;padding-right: 0px;cursor: pointer;}
#works .box-img img{transition: 0.1s ease-out;width: 100%;height: 100%;object-fit: cover;position: static;top: 0%;bottom: auto;left: 0%;right: auto;}

 #works #nosrl .box-img img{transform:translate(0%, 0%) translate3d(0px, 0px, 0px)!important;}

.cmlogo{position: absolute;z-index: 10001;width: 26%;left: 15px;top: 15px;}
.cmlogo img{max-width: 135px!important;transform: translate(0px)!important;transform-origin: inherit!important;position: static!important;object-fit: contain!important;}
.catgr{position: absolute;right: 15px;top: 25px;z-index: 1000001;color: black;font-family: 'Inter', sans-serif;font-size: 16px;}
.worty{color: black;}
.listwe{position: absolute;bottom: 32px;display: flex;width: 100%;align-items: center;justify-content: space-between;color: white;font-family: 'Inter';padding: 0px 15px;}
.worlink a{color: black;}
.worlink img{max-width: 16px!important;transform: translate(0px)!important;transform-origin: inherit!important;position: static!important;object-fit: contain!important;width: auto!important;margin-left: 10px;height: auto!important;}


.gridviews{float: left;width: 100%;padding: 100px 0px;}
.gridviews .container{max-width: 1600px;padding: 0px 60px;}


 .image-grid {
   
   padding: 200px 0 1700px;
       margin: 0 auto;
    max-width: 1600px;
    text-align: center;

}
 .image-grid .img-wrapper {
   background: whitesmoke;
   position: relative;
   display: inline-block;
   width: 30%;
   height: 650px;
   margin: 0px 10px 20px;
   overflow: hidden;
}
 .image-grid .img-wrapper .img {
       position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate3d(0px, 0px, 0px)!important;
}

.footlinks #socials ul li a{border: 1px solid #000;color:black;}
.footlinks #socials ul li a:hover{background:black;color:white;}
.form-question{text-align: left;font-size: 18px;font-weight: 500;margin: 0 auto;}
#BotBootInput{margin-top:15px;}

.eblogo img{max-width: 160px;margin-bottom: 22px;}
.privacyp{float:left;width:100%;padding:100px 0px 0px;}
.privacyp .container{max-width: 1680px;padding: 0px 80px;position: relative;}

.inprive h1{font-weight: 400;font-family: 'Inter', sans-serif;text-transform: uppercase;letter-spacing: .2em;font-size: 14.4px;margin-bottom: 20px;line-height: .8;position: relative;margin-bottom: 30px;margin-left: 60px;}
.inprive h1::before{content: '';width: 50px;height: 1px;background: black;position: absolute;left: -60px;top: 6px;}
.inprive p{font-size:18px;font-family: 'Inter', sans-serif;margin-bottom: 0px;}
.inprive ul{list-style:none;margin-top: 35px;}
.inprive ul li{margin-bottom:35px;}
.inprive ul li h3{font-size:18px;font-family: 'Inter', sans-serif;margin-bottom:20px;font-weight:bold;}

.dropsu h4{font-weight: 400;font-family: 'Inter', sans-serif;text-transform: uppercase;letter-spacing: .2em;font-size: 14.4px;margin-bottom: 20px;line-height: .8;position: relative;margin-bottom: 60px;margin-left: 75px;}
.dropsu h4::before {
    content: '';
    width: 50px;
    height: 1px;
    background: black;
    position: absolute;
    left: -60px;
    top: 6px;
}

.privacytem{float:left;width:100%;}
.termspri{float: right;margin-top: 30px;}
.privacy{float:left;}
.termspri ul{list-style:none;margin:0 auto;}
.termspri ul li{display:inline-block;}
.termspri ul li:first-child{margin-right:15px;}
.termspri ul li a{color: black;font-family: 'Inter', sans-serif;font-size: 15px;}


.sitemap {
    float: left;
    width: 100%;
    padding: 100px 0px 0px;
}
.sitemap .container {
    max-width: 1680px;
    padding: 0px 80px;
    position: relative;
}

.insite h1 {
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 14.4px;
    margin-bottom: 20px;
    line-height: .8;
    position: relative;
    margin-bottom: 30px;
    margin-left: 60px;
}

.insite h1::before{content: '';
    width: 50px;
    height: 1px;
    background: black;
    position: absolute;
    left: -60px;
    top: 6px;}
.insite ul li a{font-size: 18px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 0px;color:black;
}
.insite ul{list-style:none;}
.insite ul li{padding-bottom:15px;}

.whatsincld{padding-top:40px;}
.whatsincld a{font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: black;
    font-size: 20px;
    border-bottom: 2px solid;}
.whatsincld a:hover{text-decoration:none;}