@charset "utf-8";
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: 'Poppins', sans-serif;
    background: #0f0f0f;
    overflow-x: hidden;
}

a {
    color: #212529;
    outline: none;
    text-decoration: none
}

a:hover {
    outline: none;
    text-decoration: none;
    color: #21f7b6
}

a:focus {
    outline: none;
    text-decoration: none
}

button,
button:focus,
button:hover {
    outline: none;
    text-decoration: none
}

.img-responsive {
    width: 100%
}
section {
    color: #f0f0f0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3 {
	font-weight: 700
}

ul {
    list-style: none;
    margin-bottom: 0
}
.list-style-disc{
	list-style: disc;
}
.list-style-tick{
	list-style: none;
}
.list-style-tick li{
    position: relative;
    padding-left: 41px;
    margin-bottom: 13px;
}
.list-style-tick li:before{
       position: absolute;
    content: "";
    left: 0;
    top: -1px;
    background: url('http://sasonline.in/z/assets/images/tick.png') no-repeat;
    background-size: 80%;
    width: 38px;
    height: 30px;
    z-index: 1;
}
.list-style-number{
    list-style: none;
    counter-reset: li;
}
.list-style-number li{
    position: relative;
    padding-left: 42px;
    margin-bottom: 17px;
}
.list-style-number li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 1px;
    background: linear-gradient(to right, #20eb8b, #1b985b);
    height: 28px;
    width: 28px;
    line-height: 28px;
    /* border: 2px solid #fff; */
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    border-radius: 50%;
    color:#FFF;
}

.row-xs {
    margin-left: -8px;
    margin-right: -8px
}

.row-xs [class*=col] {
    padding: 0 8px
}

.flex-row div[class*=col] {
    align-self: center
}

.mt-6,
.my-6 {
    margin-top: 4rem !important
}

.text-theme{
  color: #28fb8e!important;
}


.btn.focus,
.btn:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.show>.btn.dropdown-toggle:focus {
    box-shadow: none
}

.btn:hover {
    text-decoration: none
}

header {
    background: transparent;
    box-shadow: 0 2px 6px 0 rgb(0 0 0/4%);
    position: sticky;
    top: 0;
    z-index: 99
}
header.header-bg {
    background: #212121;
}
header .logo {
    height: 50px
}

header.sticky .nav>ul>li>a {
    color: #242424
}

header.sticky .nav>ul>li>a {
    color: #242424
}

/*header.innerHeader .nav>ul>li>a {
    color: #212529
}*/

header.innerHeader .nav>ul>li>a:hover {
    color: #28fb8e
}

header.innerHeader .nav>ul>li>a:hover:before {
    width: 70%;
    background: #28fb8e
}

header.innerHeader .nav>ul>li>a:before {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    height: 1px;
    width: 0;
    bottom: 0;
    transition: width .5s ease, background-color .5s ease
}

header.innerHeader .nav>ul>li>a.active {
    color: #28fb8e
}

header.innerHeader .nav>ul>li>a.active:before {
    width: 70%;
    background: #28fb8e
}

.logo-top-left {
    display: inline-block;
    vertical-align: middle;
    width: 165px;
    position: relative;
    z-index: 10
}

.top-right {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 170px)
}

.right-nav {
    /*float: left;*/
    text-align: right
}

.link-top {
    font-size: 15px;
    color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.link-top:hover {
    color: #fff
}

.link-top>span {
    color: #fff;
    text-align: center;
    margin-right: 20px;
    line-height: 28px;
    border-radius: 50px;
    font-size: 18px
}

.link-top label {
    font-weight: 400
}

.cta-right {
    float: right;
    line-height: 64px;
}

.cta-right .btx {
    padding: 10px 22px
}

.cta-right .btn-theme {
    letter-spacing: .3px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 600;
    padding: 7px 20px 6px;
    text-transform: uppercase;
    font-size: 13px;
    transition: all .4s;
    border: 1px solid #53b6a4;
    background: #fff;
    color: #53b6a4
}



.btn {
    font-size: 15px;
    font-weight: 500;
    padding: 8px 22px;
    cursor: pointer;
    border: 1px solid;
    transition: all .4s
}

.btn:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .19);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .19);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .19)
}
.btn-round {
    border-radius: 62px;
}
.btn-large{
	font-size: 17px;
    padding: 11px 26px;
}

.btn-next{
    background: none;
    border-color: #fff;
    padding: 13px 36px;
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 19px;
}
.btn-next.btn-enter{
    padding: 9px 50px;
}
.btn-next.btn-enter img{
    height: 33px
}
.btn-next.btn-enter div{
    width: 70px;
    overflow: hidden
}
.btn-next:hover {
    color: #21f7af;
    border: 1px solid #21f7af;
}
.btn-enter:hover div img{
    margin-left: -75px;
    transition: 0.3s
}

.btn-transparent {
    background: rgb(255 255 255/14%);
    border: 1px solid silver;
    color: #fff
}

.btn-transparent:hover {
    background: #fff;
    border: 1px solid silver;
    color: #fff
}
.btn-theme {
    background: linear-gradient(to right, #21f791, #0e82a8);
    border: none;
}

.btn-theme:hover {
    color: #fff;
    border: none;
    background: linear-gradient(to right, #0e82a8, #21f791);
}
.btn-success {
    background-color: #1bd274;
    border-color: #1bd274
}

.btn-link {
    color: #28fb8e
}

.btn-link:hover {
    color: #b62427
}

.btn-outline-success {
    color: #28fb8e;
    border-color: #28fb8e
}

.btn-outline-success:hover {
    background: #28fb8e;
    border-color: #28fb8e;
    color: #000;
}

.nav-bar {
    background: 0 0;
    text-align: right
}

#pull {
    display: none
}

.nav>ul {
    margin: 0;
    padding: 0;
    width: 100%
}

.nav>ul>li {
/*    position: relative;*/
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin: 0 40px 0 0
}

.nav>ul>li>a:hover {
    color: #22decc
}

header.sticky .nav>ul>li>a:hover {
    color: #22decc
}

.nav>ul>li>ul>li a:hover {
    color: #fff
}

.nav>ul>li>a {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    height: auto;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 64px;
    cursor: pointer;
    letter-spacing: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.nav>ul>li:hover>a,
.nav>ul>li.current-menu-item>a,
.nav>ul>li.current-menu-parent>a,
.nav>ul>li.current-menu-ancestor>a {}

.nav>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    width: 220px;
    height: auto;
    padding: 6px 7px;
    border-radius: 3px;
    background: #2b2b2b;
    color: #fff;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s;
    -webkit-box-shadow: 0 2px 29px rgb(0 0 0 / 5%);
    box-shadow: 0 2px 29px rgb(0 0 0 / 5%);
}

.nav>ul>li:hover>ul {
    opacity: 1;
    visibility: visible
}

.nav>ul>li>ul>li,
.nav>ul>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    height: auto;
    float: left
}

.nav>ul>li>ul>li>a,
.nav>ul>li>ul>li>ul>li>a {
    display: block;
    width: auto;
    height: auto;
    padding: 6px 10px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
}

.nav>ul>li:hover>ul>li>a,
.nav>ul>li:hover>ul>li>ul>li>a {
    padding: 6px 10px
}

.nav>ul>li>ul>li:hover>a,
.nav>ul>li>ul>li.current-menu-item>a,
.nav>ul>li>ul>li.current-menu-parent>a,
.nav>ul>li>ul>li>ul>li:hover>a,
.nav>ul>li>ul>li>ul>li.current-menu-item>a,
.nav>ul>li>ul>li>ul>li.current-menu-parent>a {
    color: #21f7b6
}

.nav>ul>li>ul>li>ul {
    position: absolute;
    top: 10%;
    left: 100%;
    z-index: 9999;
    width: 240px;
    height: auto;
    background: 0 0;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.nav>ul>li:last-child>ul>li>ul,
.nav>ul>li:nth-last-child(2)>ul>li>ul {
    left: auto;
    right: 100%
}

.nav>ul>li>ul>li:hover>ul {
    top: 0;
    opacity: 1;
    visibility: visible
}

/*.menu-area ul li ul.mega-menu {
    background: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
    padding: 30px !important;
    position: absolute;
    width: 100% !important;
    left: 0;
    top: 80px;
    z-index: 999;
    border-radius: 5px;
    border-top: 3px solid #e57a7a;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.menu-area ul li:hover ul.mega-menu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.menu-area ul li ul.mega-menu li {
    float: left;
    margin: 0;
    width: 25%;
    text-align: left
}

.menu-area ul li ul.mega-menu li a {
    line-height: 1!important;
    padding: 0 0 8px 0 !important;
}

.menu-area ul li ul.mega-menu>li>a {
    cursor: default
}

ul.sub-menu-2 {
    padding-left: 0
}

ul.sub-menu-2 img {
    max-width: 100%
}

.menu-area ul li ul.mega-menu li ul.sub-menu-2 li {
    float: none;
    width: 100%;
    max-width: 235px
}

.menu-area ul li ul.mega-menu li ul.sub-menu-2 li a {
    color: #57606e!important;
    font-size: 13px;
    text-transform: capitalize;
    transition: .3s;
    line-height: 19px!important;
}

.menu-area ul li ul.mega-menu li ul.sub-menu-2 li a:hover{
    color: #e57a7a!important;
}*/

.menu-area > ul > li:hover .mega-menu {
  visibility: visible;
  margin-top: 0;
  opacity: 1;
  display: flex;
}
.menu-area .mega-menu {
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
      right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 15px 34px;
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  opacity: 0;
  display: none;
      background: #2b2b2b;
    color: #fff;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
}
.menu-area .mega-menu .mega-menu-column {
  position: relative;
  text-align: left;
}
.menu-area .mega-menu .mega-menu-column > a {
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  white-space: nowrap;
  color: #bfbfbf;
}
.menu-area .mega-menu > .mega-menu-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    padding: 0 15px;
}
.menu-area .mega-menu > .mega-menu-column > ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.menu-area .mega-menu .mega-menu-column ul li a {
    color: #fff;
    padding: 4px 0;
    display: block;
    font-weight: 300;
    font-size: 15px;
}
.menu-area .mega-menu .mega-menu-column ul li a:hover{
    color: #28fb8e;
}

.bg-click {
    background: rgba(0, 0, 0, .75);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 1000;
    display: none
}

.section-title h2 {
    font-size: 50px;
    font-weight: 700;
    color: #28fb8e;
}
.section-title h2 + h4{
	margin-top: 13px;
	font-size: 21px;
}

.section-title.text-left p {
    width: 80%;
    font-weight: 500;
    margin-top: 5px
}

.section-title.text-center p {
    width: 80%;
    margin: 5px auto 0;
    font-weight: 500
}

.hero-section{
    padding: 100px 0;
}
.hero-section h1.page-title{
    text-transform: uppercase;
    font-size: 11vw;
    color: #fff;
    font-weight: 800;
    line-height: 1;
}
.hero-section h1 span{
    color: #0f0f0f;
    display: block;
    line-height: 1.1;
    font-weight: 700;
    font-size: 7vw;
    -webkit-text-stroke: 2px #28fb8e;
}
.design-section{
    padding: 100px 0;
    background: url(../images/ui-ux-bg.png)no-repeat;
    background-size: cover;
    margin-bottom: 120px
}
.page-tabs a.nav-link{
    font-weight: 700;
    font-size: 3vw;
        line-height: 1.2;
    color: #0f0f0f;
    -webkit-text-stroke: 1px #888;
    cursor: pointer;
}
.page-tabs a.nav-link:hover{
    -webkit-text-stroke: 1px #bbb;
}
.page-tabs a.nav-link.active{
    -webkit-text-stroke: 1px #fff;
}
.page-tabs a.nav-link:first-child{
    margin-right: 75px
}
.page-tabs{
    margin-bottom: 80px
}
.icon-circle{
    height: 190px;
    width: 190px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    display: block;
    color: #fff;
    background: #161616;
}
.icon-circle-bg{
    height: 191px;
    width: 191px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    display: block;
    color: #fff;
    margin: 0 auto 40px
}
.icon-circle-bg::before {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border-radius: 50%;
    background: linear-gradient(to right, #21f791, #0e82a8);
    z-index: 0;
    
}
.icon-circle-bg:hover::before{
     -webkit-animation: rotate 15s linear infinite; 
     animation: rotate 15s linear infinite; 
         border: 5px dotted;
}
.icon-circle figure{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}
.icon-circle img{
    height: 48px
}
.icon-circle label{
    font-size: 14px;
    display: block;
    margin-top: 20px;
        line-height: 1.2;
        cursor: pointer;
}

@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}

.service-icon figure{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    mar
}
.service-icon figure div{
    height: 46px;
    overflow: hidden;
}
.service-icon figure img {
    width: 46px;
    margin-right: 14px
}
.service-icon:hover figure div img{
    margin-top: -51px;
    transition: 0.3s
}
.service-icon{
    color: #fff;
    display: block;
    margin-bottom: 45px
}
.service-icon label {
    display: block;
    margin-bottom: 0;
    line-height: 1.3;
    cursor: pointer;
    font-size: 18px
}
.design-section h3.text-outline{
    font-size: 45px;
    margin-bottom: 40px
}

.mobile-app-section{
    background: url(../images/mobile-app-bg.png)no-repeat;
    background-size: cover;
}
.btn-arrow{
    border-radius: 50%;
    height: 82px;
    width: 82px;
    padding: 0;
    line-height: 82px;
}
.btn-arrow i{
    font-size: 80px;
    position: absolute;
    left: 52%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hire-enterprise-section{
    margin-top: 190px;
    margin-bottom: 190px;
}
.hire-enterprise-block{
    background: linear-gradient(to right, #303030, #1f1f1f);
    border-radius: 40px;
    padding: 90px 25px;
    position: relative;
}
.hire-enterprise-block figure{
    transform: translate3d(-171px, 42px, 0px);
    position: absolute;
}
.hire-enterprise-block figure img{
    height: 490px
}
.hire-enterprise-block:nth-child(2){
    margin-top: 205px
}
.hire-enterprise-block:nth-child(3){
    margin-top: 205px
}

.cloud-section{
    background: url(../images/cloud-computing-bg.png)no-repeat;
    background-size: cover;
}
.list-style {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.list-style li {
    margin-bottom: 35px;
    position: relative;
    padding-left: 40px;
    font-size: 25px;
    color: #fff;
}
.list-style li::before {
    position: absolute;
    top: 7px;
    left: 0px;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background: linear-gradient(to right, #21f791, #0e82a8);
    content: '';
}
.list-style li::after {
    position: absolute;
    left: 2px;
    top: 9px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #171a1b;
    content: '';
}
.cloud-section .icon-circle-bg{
    transform: scale(1.25);
    margin-bottom: 85px;
}
.cloud-section .icon-circle img {
    height: 46px;
}

.icon-square{
    height: 350px;
    width: 100%;
    border-radius: 20px;
    text-align: center;
    position: relative;
    display: block;
    color: #fff;
    background: #0f0f0f;
}
.icon-square-bg{
    height: 350px;
    width: 100%;
    border-radius: 20px;
    text-align: center;
    position: relative;
    display: block;
    color: #fff;
    margin-bottom: 60px
}
.icon-square-bg::before {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border-radius: 20px;
    background: linear-gradient(to right, #21f791, #0e82a8);
    z-index: 0;
    
}
/*.icon-square-bg:hover::before{
     -webkit-animation: rotate 5s linear infinite; 
     animation: rotate 5s linear infinite; 
         border: 5px dotted;
}*/
.icon-square figure{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}
.icon-square img{
    height: 65px
}
.icon-square label{
    font-size: 19px;
    display: block;
    margin: 30px 0;
        line-height: 1.2;
        cursor: pointer;
}
.icon-square-bg .btn-arrow{
    height: 40px;
    width: 40px;
    padding: 0;
    line-height: 40px;
}
.icon-square-bg .btn-arrow i {
    font-size: 39px;
}
.icon-square-bg:hover .btn-arrow
{
    background: linear-gradient(to right, #21f791, #0e82a8);
}
.row-lg {
    margin-left: -40px;
    margin-right: -40px
}

.row-lg [class*=col] {
    padding: 0 40px
}


.faq-section{
    padding: 90px 0
}
.accordion-faq > li {
/*    border: 1px solid #fff;*/
    color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    padding-bottom: 20px;
    border-radius: 12px;
    background: #292929;
}
/*.accordion-faq li::before {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border-radius: 20px;
    background: linear-gradient(to right, #21f791, #0e82a8);
    z-index: 0;
}*/
.accordion-faq > li:last-child {
    margin-bottom: 0;
}
.accordion-faq > li h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}
.accordion-faq > li h3:hover,
.accordion-faq > li h3.active {
    color: #28fb8e
}
.accordion-faq > li div {
    display: none;
    margin-bottom: 0;
    margin-top: 10px;
}
.accordion-faq > li h3 i {
    font-size: 42px;
    transition: 0.4s;
    transform: rotate(-180deg);
    position: absolute;
    right: -19px;
    top: -6px;
}
.book-demo-section{
    margin: 100px 0 100px;
}
.book-demo-block {
    background: url(../images/book-demo-bg.png)no-repeat;
    background-size: cover;
    border-radius: 40px;
    padding: 58px 48px 8px;
    position: relative;
}
/*.book-demo-section .section-title h2{
    font-size: 36px
}*/
.book-demo-block .icon-circle img {
    height: 58px;
}
.contact-section{
    background: #1a1a1a;
    color: #212529;
    padding: 50px 0;
}
.contact-left{
    background: #28292d;
    padding: 40px 45px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    /*margin-top: -46px;*/
    border-radius: 20px;
    border: 1px solid #07b160;
}
.contact-right{
    background: #1a1a1a;
    color: #fff;
    padding: 50px 50px 80px;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-left: -3px
}
.form-group label{
    font-size: 17px;
    color: #a6a6a6;
}
.form-control {
    height: 46px;
    border: none;
    background: #424242;
    border-radius: 7px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    padding: 0.375rem 0.95rem;
}

.form-control:focus {
    border: 1px solid #646c6a;
    box-shadow: none;
    background: #424242;
    color: #f9f9f9;
}

.form-control::placeholder {
    font-size: 15px;
    color: #aaa
}

.form-group {
    margin-bottom: 2rem;
}
.attach-icon{
    font-size: 20px;
    color: #a6a6a6;
}
.custom-control-label{
    color: #a6a6a6;
}
.file-upload-wrapper {
    position: relative;
    width: calc(100% - 40px);
    height: 44px;
    display: inline-block;
    vertical-align: middle;
}
.file-upload-wrapper:before {
    content: "Attach File";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 44px;
    color: #a6a6a6;
    z-index: 25;
    font-size: 20px;
    line-height: 44px;
    padding: 0 5px;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
}
.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}
.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 13px;
    position: absolute;
    top: 28px;
    left: 0;
    padding: 10px 5px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 24;
    line-height: 1;
    color: #6c757d;
}
.btn-white-bg{
    border-color: #6c757d;
    color: #363738
}

.contact-right h2{
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}
.counter{
    padding: 30px 0 19px;
    position: relative;
    margin-bottom: 40px;
}
.counter h3{
    font-size: 3vw;
    font-weight: 400;
    margin-bottom: 10px;
}
.counter p{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
}
.counter:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 70%;
    height: 1px;
    background: linear-gradient(to right, #07b160, #0e82a8);
}
.reviews-company{
    border: 1px solid #07b160;
    padding: 25px
}


.black-bg-block{
    background: linear-gradient(to right, #303030, #1f1f1f);
    border-radius: 40px;
    padding: 50px 70px;
}
.btn-button{
    font-size: 19px;
    line-height: 1.9;
}
.black-bg-block .icon-square-bg:hover .icon-square, .black-bg-block .icon-square-bg .icon-square.active{
    background: transparent;
}
.black-bg-block .icon-square:hover{
    color: #ffffff
}
.black-bg-block .icon-square-bg:before{
    background: linear-gradient(225deg, #21f791, #0e82a8);
}

.pricing-section{
    padding: 80px 0 60px
}
.pricing-block{
    /*border: 3px solid;
    border-image: linear-gradient(to right, #21f791, #0e82a8) 3;*/
    width: 100%;
    color: #fff;
    padding: 55px 40px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background: #222627;
    border-radius: 10px;
}
.pricing-block h4{
    margin-bottom: 15px;
    color: #21f791;
        font-weight: 600;
}
.pricing-block p{
    height: 155px;
    font-size: 17px;
}
.pricing-body label{
    font-weight: 600;
    font-size: 20px;
}
.pricing-body label abbr{
    color: #21f791;
    font-size: 40px;
}

.pricing-block ul{
    margin-bottom: 40px;
}
.pricing-block ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pricing-block ul li label{
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 300;
}
.pricing-block ul li span{
    font-size: 20px;
}
.pricing-block ul li span .uil-check{
    color: #21f791;
}
.pricing-block ul li span .uil-times{
    color: #dc3545
}
.ribbon{
    width: 130px;
    height: 26px;
    line-height: 20px;
    position: absolute;
    top: 17px;
    right: -35px;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #0e95a8;
    text-align: center;
    font-weight: 500;
}

.line-heading {
    color: #0f0f0f;
    display: block;
    line-height: 1;
    letter-spacing: 12px;
    font-weight: 700;
    font-size: 45px;
    -webkit-text-stroke: 1px #28fb8e;
    text-transform: uppercase;
}

.text-outline {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    color: #0f0f0f;
    -webkit-text-stroke: 1px #fff;
    cursor: pointer;
}
.zigzag-block {
    color: #fff;
    padding: 70px 0
}
.zigzag-block h3{
    font-size: 3.5vw;
    margin-bottom: 25px;
}


.remote-hire-section{
    margin: 80px 0 120px;
}
.remote-hire-section .book-demo-block {
    background: url(../images/green-pattern-bg.png)no-repeat;
    background-size: cover;
    border-radius: 40px;
    padding: 58px 48px 58px;
    position: relative;
    text-align: center;
}
.remote-hire-section .section-title h2{
    font-size: 36px
}
.remote-hire-section h3{
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
}
.text-block{
    margin: 40px 0 60px
}
.text-block h3{
    color: #fff;
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 600;
}
.what-we-do-section p{
    font-size: 18px;
    font-weight: 400;
}
.text-block img{
    height: 80px;
    margin-bottom: 25px;
}

.ai-hero-section.hero-section h1.page-title {
    text-transform: inherit;
    font-size: 10vw;
}
.ai-hero-section p{
    font-size: 25px;
    font-weight: 400;
}

.large-icon-square-block .icon-square {
    height: 345px;
}
.large-icon-square-block .icon-square img {
    height: 102px;
}
/*.large-icon-square-block .icon-square label {
    font-size: 21px;
}*/

.technology-section {
    background: url(../images/technology-bg.png)no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.tech-circle{
    background: #000;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    text-align: center;
    padding: 30px;
    margin: 25px auto;
}
.tech-circle img{

}

.list-style-dot{

}
.list-style-dot li{
    margin-bottom: 15px;
    margin-left: 15px;
    font-size: 15px;
    list-style: disc;
}
.al-editor{
    background: #fff;
    border-radius: 20px;
    font-size: 19px;
    padding: 80px 30px;
    line-height: 34px;
    color: #031ef4;
    font-weight: 500;
}

.domain-expertise{
    padding: 100px 0 120px;
}
.domain-square{
    text-align: center;
    position: relative;
    padding: 35px 10px 20px;
    border: 2px solid #0f0f0f;
    background: #262626;
}
/*.domain-square figure {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}*/
.domain-square img {
    height: 65px;
}
.domain-square label {
    font-size: 19px;
    display: block;
    margin: 20px 0 0;
    line-height: 1.2;
}

.cloud-ul-block img{
    height: 95px;
    margin-bottom: 10px;
}
.cloud-transform{
    border: 1px solid #fff;
}

.cloud-transform-block p{
    font-size: 20px;
    line-height: 1.7;
}

/*.video-banner{
    height: 85vh;
    width: 100%;
}*/
.video-banner video {
    height: 100%;
    min-height: 100%;
    object-fit: fill;
    position: relative;
}

.remote-hire .hire-enterprise-block figure {
    transform: translate3d(-171px, -290px, 0px);
}

.awards-video{
    background: #000;
    padding-top: 30px;
    margin-top: 70px;
}
.why-hire-video video {
    width: 100%
}


.technologies-box {
    position: relative;
}
.animation-box {
  position: relative;
  overflow: hidden;
}
.anime img{
    transition: transform 2000ms ease-out 0s;
    max-width: 100%;
}
.keras {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 32px;
}

.learn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 32px;
}

.elastic {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 32px;
}

.azure {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 32px;
}

.pytorch {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 32px;
}

.hive {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 32px;
}

.google-cloud {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 32px;
}

.algorithmia {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 32px;
}

.tensor {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 32px;
}

.kube {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 32px;
}

.jupyter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 32px;
}

.r {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 32px;
}

.spark {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 32px;
}

.open-cv {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 32px;
}

.python {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 32px;
}

.kafka {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 32px;
}

.amazon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 32px;
}

.h2o {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 32px;
}

.home-zigzg-section{
    padding: 80px 0
}
.home-zigzg-section .zigzag-block {
    padding: 40px 0;
}


.home-animation {
  height: 451px;
  margin: 0 auto;
  position: relative;
  max-width: 472px;
}
.home-animation__icon {
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: xfade;
  animation-name: xfade;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  position: absolute;
  width: 160px;
}

.home-animation__icon:nth-child(21),
.home-animation__icon:nth-child(17) {
  -webkit-animation-delay: 14.8s;
  animation-delay: 14.8s;
}

.home-animation__icon:nth-child(22),
.home-animation__icon:nth-child(18) {
  -webkit-animation-delay: 10.8s;
  animation-delay: 10.8s;
}

.home-animation__icon:nth-child(23),
.home-animation__icon:nth-child(19) {
  -webkit-animation-delay: 6.8s;
  animation-delay: 6.8s;
}

.home-animation__icon:nth-child(24),
.home-animation__icon:nth-child(20) {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.home-animation__icon:nth-child(13),
.home-animation__icon:nth-child(5) {
  -webkit-animation-delay: 14.5s;
  animation-delay: 14.5s;
}

.home-animation__icon:nth-child(14),
.home-animation__icon:nth-child(6) {
  -webkit-animation-delay: 10.5s;
  animation-delay: 10.5s;
}

.home-animation__icon:nth-child(15),
.home-animation__icon:nth-child(7) {
  -webkit-animation-delay: 6.5s;
  animation-delay: 6.5s;
}

.home-animation__icon:nth-child(16),
.home-animation__icon:nth-child(8) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.home-animation__icon:nth-child(9),
.home-animation__icon:nth-child(1) {
  -webkit-animation-delay: 14.1s;
  animation-delay: 14.1s;
}

.home-animation__icon:nth-child(10),
.home-animation__icon:nth-child(2) {
  -webkit-animation-delay: 10.1s;
  animation-delay: 10.1s;
}

.home-animation__icon:nth-child(11),
.home-animation__icon:nth-child(3) {
  -webkit-animation-delay: 6.1s;
  animation-delay: 6.1s;
}

.home-animation__icon:nth-child(12),
.home-animation__icon:nth-child(4) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

/*.home-animation__icon_group1 {
  left: 150px;
}
.home-animation__icon_group2 {
  left: 20px;
  top: 180px;
}
.home-animation__icon_group3 {
  left: 180px;
  top: 300px;
}
.home-animation__icon_group4 {
  left: 400px;
  top: -25px;
}
.home-animation__icon_group5 {
  left: 320px;
  top: 150px;
}
.home-animation__icon_group6 {
  right: 0;
  top: 210px;
}*/
.home-animation__icon_group1 {
  left: 28%;
}
.home-animation__icon_group2 {
  left: 0;
  top: 140px;
}
.home-animation__icon_group3 {
  left: 28%;
  top: 274px;
}
.home-animation__icon_group5 {
  left: 58%;
  top: 140px;
}
@-webkit-keyframes xfade {
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
}

@keyframes xfade {
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
}


.who-icon{
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    border-radius: 3px;
    background: #222425;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    margin-right: 25px;
    box-shadow: 0 12px 30px rgb(47 91 234 / 5%);
    line-height: 80px;
    font-size: 27px;
    text-align: center;
}
.who-icon i{
  color: #9ea2ab;
}
.who-content p{
  font-size: 18px;
  margin-top: 5px
}
.calendly-inline-widget {
    height: 748px !important;
}
.contact-block{
    margin: 15px 0 100px;
}

.certificate-block{
    background: #1a1a1a;
    padding: 40px 0;
}
.certificate-icon{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.certificate-icon img{
    height: 175px;
    margin: 10px 12px 20px;
}
.recognations{
    background: #1a1a1a;
    padding: 50px 0 80px;
}
.recognations .domain-square img {
    height: 38px;
}
.recognations .domain-square {
    border: 1px solid #3d3d3d;
    background: #28292d;
    height: 100%;
}
.recognations .domain-square label {
    font-size: 21px;
    font-weight: 600;
    margin: 23px 0 0;
    line-height: 1.4;
    color: #b7fad8;
}

footer {
    padding: 70px 0 45px;
    background: #0f0f0f;
}
.footer1 h5 {
    color: #28fb8e;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 12px;
}
.footer1 ul li {
    margin-bottom: 10px;
    list-style-type: none;
}
.footer1 ul li a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .2px;
    color: #cecece;
    transition: 0.03s;
    display: block;
}
.footer1 ul li a:hover{
    color: #fff;
}
.social a {
    position: relative;
    border-radius: 50%;
    background: rgba(79, 82, 85, .12);
    border: 1px solid rgba(204, 209, 212, .3);
    margin-right: 5px;
    transition: .4s;
    display: inline-block;
    height: 38px;
    width: 38px;
}
.social a i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 17px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.social a:hover {
    background: rgb(208 208 208 / 21%);
    transition: .4s;
}
.copyright {
    /*background: #1e292e;*/
    padding: 18px 0;
    border-top: 2px solid  rgba(208, 208, 208, .18);
}

.copyright p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #cecece
}
.security-methods img{
    height: 48px
}
.footer-link-list li {
    display: inline-block;
    list-style-type: none;
    margin-left: 1em
}

.footer-link-list li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    color: #cecece;
    transition: 0.2s
}

.footer-link-list li a:hover {
    color: #fff;
    transition: 0.2s
}


.reach-service{
    background: #fff;
    padding: 70px 0 0;
}
.technologies_icons {
    flex-wrap: wrap;
    justify-content: center!important;
}
.technologies_icons li {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    padding: 28px;
    border: 1px solid rgba(221, 223, 225, .5);
    border-radius: 10px;
    margin: 9px;
    transition: all .5s ease;
    background: #fff
}
.technologies_icons li:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15)
}
.technologies_icons li img {
    margin: 0 auto
}


.hww-zigzg-section .list-style li{
    font-size: 16px;
}

.hww-icons figure div{
    width: 100px;
    overflow: hidden;
    margin: 0 auto;
}
.hww-icons:nth-child(2) figure div img{
    margin-left: -307px;
}
.hww-icons:nth-child(3) figure div img{
    margin-left: -613px;
}
.hww-icons:nth-child(4) figure div img{
    margin-left: -920px;
}
.hww-strategy-icons figure div{
    width: 100px;
    overflow: hidden;
    margin: 0 auto;
}
.hww-strategy-icons:nth-child(2) figure div img{
    margin-left: -291px;
}
.hww-strategy-icons:nth-child(3) figure div img{
    margin-left: -582px;
}
.hww-strategy-icons:nth-child(4) figure div img{
    margin-left: -872px;
}

.company-timeline{
    margin-left: 15px;
    position: relative;
}
.company-timeline:before {
    -webkit-animation: company-timeline_ul 4.5s ease 0s 1 both;
    animation: company-timeline_ul 4.5s ease 0s 1 both;
    background-color: #0e82a8;
    content: "";
    display: block;
    position: absolute;
    left: auto;
    top: 0;
    bottom: 88px;
    width: 2px;
    margin-left: -3px;
}
.company-timeline li {
    display: flex;
    flex-direction: row;
}
.company-timeline li:before {
    -webkit-animation: company-timeline_li .75s ease 0s 1 both;
    animation: company-timeline_li .75s ease 0s 1 both;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
    content: "";
    display: block;
    height: 20px;
    left: -12px;
    position: relative;
    top: 0;
    width: 20px;
}
.company-timeline li .company-timeline-content {
    -webkit-animation: company-timeline_content .5s ease 0s 1 both;
    animation: company-timeline_content .5s ease 0s 1 both;
    max-width: 450px;
    width: 100%;
}

.company-timeline li .company-timeline-content h5 {
    margin-bottom: 0;
    color: #28fb8e;
}

.company-timeline li:first-child .company-timeline-content,
.company-timeline li:first-child:before {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.company-timeline li:nth-child(2):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.company-timeline li:nth-child(2) .company-timeline-content {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.company-timeline li:nth-child(3):before {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.company-timeline li:nth-child(3) .company-timeline-content {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s
}

.company-timeline li:nth-child(4):before {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s
}

.company-timeline li:nth-child(4) .company-timeline-content {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s
}

.company-timeline li:nth-child(5):before {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.company-timeline li:nth-child(5) .company-timeline-content {
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s
}

.company-timeline li:nth-child(6):before {
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s
}

.company-timeline li:nth-child(6) .company-timeline-content {
    -webkit-animation-delay: 4.1s;
    animation-delay: 4.1s
}
.company-timeline li:nth-child(7):before {
    -webkit-animation-delay: 4.6s;
    animation-delay: 4.6s
}
.company-timeline li:nth-child(7) .company-timeline-content {
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s
}
.company-timeline li:nth-child(8):before {
    -webkit-animation-delay: 5.2s;
    animation-delay: 5.2s
}
.company-timeline li:nth-child(8) .company-timeline-content {
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s
}

.company-timeline-content p{
    margin-bottom: 30px
}

@-webkit-keyframes company-timeline_content {
    0% {
        opacity: 0;
        transform: translateX(-1em)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes company-timeline_content {
    0% {
        opacity: 0;
        transform: translateX(-1em)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes company-timeline_ul {
    0% {
        transform: scaleY(0);
        transform-origin: top
    }
    16% {
        transform: scaleY(.16);
        transform-origin: top
    }
    33% {
        transform: scaleY(.33);
        transform-origin: top
    }
    50% {
        transform: scaleY(.5);
        transform-origin: top
    }
    66% {
        transform: scaleY(.66);
        transform-origin: top
    }
    83% {
        transform: scaleY(.83);
        transform-origin: top
    }
    to {
        transform: scaleY(1);
        transform-origin: top
    }
}

@keyframes company-timeline_ul {
    0% {
        transform: scaleY(0);
        transform-origin: top
    }
    16% {
        transform: scaleY(.16);
        transform-origin: top
    }
    33% {
        transform: scaleY(.33);
        transform-origin: top
    }
    50% {
        transform: scaleY(.5);
        transform-origin: top
    }
    66% {
        transform: scaleY(.66);
        transform-origin: top
    }
    83% {
        transform: scaleY(.83);
        transform-origin: top
    }
    to {
        transform: scaleY(1);
        transform-origin: top
    }
}

@-webkit-keyframes company-timeline_scaleVertical__9PkH_ {
    0% {
        transform: scaleY(0)
    }
    to {
        transform: scaleY(1)
    }
}

@keyframes company-timeline_scaleVertical__9PkH_ {
    0% {
        transform: scaleY(0)
    }
    to {
        transform: scaleY(1)
    }
}

@-webkit-keyframes company-timeline_li {
    0% {
        opacity: 0;
        transform: scale(.5)
    }
    50% {
        opacity: 1;
        transform: scale(1.3)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes company-timeline_li {
    0% {
        opacity: 0;
        transform: scale(.5)
    }
    50% {
        opacity: 1;
        transform: scale(1.3)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}
.review-bg{
    background: #fff;
    border-radius: 12px;
    margin-bottom: 20px
}

.founder-sec{
    padding: 60px 0 120px
}
.founder-social img{
    height: 40px
}
.founder-sec h6{
    color: rgb(255 255 255 / 65%)
}

.table-highlight table tr td, .table-highlight table tr th{
    border: 3px solid #0f0f0f;
    color: #fff;
    background: rgb(199 235 233 / 7%);

}
.table-highlight table tr td:first-child{
    color: #a5a5a5;
}
.table-bordered.table-highlight {
    border: none;
}
.table-highlight table{
    margin-bottom: 0;
}

.ppc-blocks{
    margin-top: 70px;
}
.ppc-block{
    text-align: center;
    margin-bottom: 35px;
}
.ppc-block figure{
    background: #28fb8e;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto -22px;
}
.figure-clip{
    height: 182px;
    width: 178px;
    border-radius: 50%;
    background: #0f0f0f;
    margin: 0 auto;
    position: relative;
    top: 2px;
}
.ppc-block figure img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 80px;
}
.ppc-block h4{
    color: #28fb8e;
    position: relative;
    z-index: 1;
    font-size: 20px;
}




.transparent-blur-block-bg{
    background: linear-gradient(180deg, rgb(29 39 42) 19.69%, #080808 125.18%);
    height: 170px;
    border-radius: 24px;
    text-align: center;
    margin-bottom: 0px;
}
.transparent-blur-block{
    padding: 15px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}
.transparent-blur-block img{
    width: 50px;
    margin: 0 auto;
}
.transparent-blur-block h4{
    font-size: 17px;
}
.transparent-blur-block h4 span{
    display: block;
    color: #28fb8e;
    font-size: 28px;
}
.transparent-blur-blocks{
    position: absolute;
    top: 48px;
    left: 58px;
    right: 58px
}

.ppc-works{
    background: #222627;
    padding: 22px 15px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
}
.ppc-works h3{
    font-weight: 500;
    font-size: 21px;
    margin: 20px 0;
}
.triangle-shape{
    position: relative;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.triangle-shape:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 63px solid transparent;
    border-left: 102px solid #28fb8e;
    border-bottom: 63px solid transparent;
    border-radius: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.triangle-shape img{
    position: relative;
    z-index: 1;
    height: 38px;
    padding-right: 34px;
}

.unfair-seo-sec{
    padding: 100px 0;
}

.seo-hiring-process{
    padding: 40px 0 100px;
}
.seo-hiring-process .col-left {
    position: relative;
    z-index: 1;
}

.seo-hiring-process .col-right {
    margin-right: 0 !important;
    margin-left: -9% !important
}

.seo-hiring-process-dev-box-wrap {
    padding: 40px 20px 40px 95px;
    background: #222627;
}

.seo-hiring-process-dev-box {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 25px 20px 15px;
    border-radius: 80px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.seo-hiring-process-dev-content {
    width: calc(100% - 135px);
    padding-left: 15px
}

.seo-hiring-process-dev-icon {
    width: 100px;
    height: 100px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #323735
}

.seo-hiring-process-dev-icon img {
    width: 52px;
}
.seo-hiring-process-dev-content h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #28fb8e;
}
.seo-hiring-process-dev-content p{
    margin-bottom: 0;
}
.seo-hiring-process-dev-box:hover {
    background-color: #1a1a1a;
}


.twoblock-hero-section{
    /*padding: 50px 0 50px 0;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    z-index: 2;*/
    position: relative;
/*    background: rgba(18,21,31);*/
}
.gradient-bg {
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.pink-circle {
    top: -43%;
    left: -10%;
    width: 55%;
}
.gold-circle {
    opacity: 30%;
    right: -11%;
    top: -6%;
}
.gradient-bg img {
    position: relative;
    opacity: 0.7;
    transition: opacity 150ms ease 0s;
    top: 0px;
    left: 0px;
    width: 100%;
}
.black-shifted-block{
    background: rgb(199 235 233 / 6%);
    border-radius: 40px;
    position: relative;
    text-align: center;
    height: 100%;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
    transition: all 0.3s ease 0s;
}
.black-shifted-block img{
    margin: -170px auto 60px;
    width: 300px;
}
.black-shifted-block .btn-arrow {
    height: 40px;
    width: 40px;
    padding: 0;
    line-height: 40px;
}
.black-shifted-block .btn-arrow i {
    font-size: 39px;
}
.black-shifted-block:hover {
    transform: scale(1.02);
}


.service-left {
    vertical-align: top;
    width: 29%;
    display: inline-block;
    padding: 70px 20px 0 10px;
}
.service-right {
    vertical-align: top;
    width: 71%;
    display: inline-block;
    margin-left: -5px;
}
.serviceSlide .owl-stage-outer {
    padding: 10px;
}
.serviceSlide.owl-carousel .owl-stage-outer {
    margin-left: -72px;
}
.service-bg{
    overflow: hidden;
}
.serviceSlide .owl-stage-outer {
    padding: 10px 15px
}
.serviceSlide.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    background-color: #fff;
    color: #12bcac;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 37px;
    position: absolute;
    left: 0;
    top: 43%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 24px;
    box-shadow: 0 0 3px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
}
.serviceSlide.owl-theme .owl-nav [class*=owl-]:hover {
    box-shadow: 0 2px 7px 2px rgb(20 23 28 / 14%);
}
.serviceSlide.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -16px;
    display: none;
}
.remote-hire-blocks .icon-square{
    background: rgb(255 255 255 / 5%);
        border-radius: 15px;
            box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
}
.remote-hire-blocks .icon-square-bg{
    transition: all .2s ease-in-out;
}
.remote-hire-blocks .icon-square-bg::before{
    background: none;
}
.remote-hire-blocks .icon-square-bg:hover {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 9%);
    transform: translateY(-0.5rem);
}

.serviceSlide .icon-square img {
    height: 65px;
    width: initial!important;
    margin: 0 auto;
}

.list-style-disc ul li b{
    font-weight: 500;
    color: #28fb8e;
}
.app-top-section .black-bg-block{
    background: transparent;
    border-radius: 0;
    padding: 50px 0 0;
}
.app-top-section .black-bg-block .justify-content-center .col-lg-10{
        flex: 0 0 100%;
    max-width: 100%;
}
.app-top-section .row-lg {
    margin-left: -15px;
    margin-right: -15px;
}
.app-top-section .row-lg [class*=col] {
    padding: 0 15px;
}

.awards-page-sec .card{
    background-color: #272727;
        height: 100%;
}
.awards-page-sec .awd-img {
    height: 200px;
    padding: 25px 15px 15px;
}
.awards-page-sec .awd-img img{
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.awards-page-sec .card-title {
    color: #28fb8e;
}

.portfolio-flex {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    /*width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;*/
}
.portfolio-flex .portfolio-block {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.portfolio-flex .portfolio-block:hover h3{
    color: #28fb8e;
}
.portfolio-block h3{
    margin: 20px 0 5px;
}
.portfolio-block img{
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.portfolio-hover {
    /*display: none;*/
    opacity: 0;
    transition: opacity 500ms ease 0s, visibility 500ms ease 0s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.portfolio-block:hover .portfolio-hover{
    /*display: block;*/
    opacity: 1;
    transition: opacity 500ms ease 0s, visibility 500ms ease 0s;
    position: relative;
}
.portfolio-block:hover .portfolio-static{
    /*display: none;*/
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.compare-block{
    background: #161a1e;
    padding: 35px 50px 0;
    border-radius: 10px;
    border: 1px solid #3e3e3e;
    height: 100%;
        position: relative;
    overflow: hidden;
}
.compare-block-head {
    margin-bottom: 40px;
}
.compare-block-head img{
    margin-right: 15px;
    height: 40px;
}
.compare-block-head h3{
    font-weight: 600;
    font-size: 23px;
}
.compare-block-head p{
    color: #b6b6b6;
}
.compare-block-box{
    border: 1px solid #3e3e3e;
    border-radius: 8px;
    height: 77%;
/*    background: #23272d;*/
        background: rgb(206 225 255 / 6%);
        position: relative;
    z-index: 1;
}
.compare-block-box-header{
    border-bottom: 1px solid #3e3e3e;
    padding: 20px 15px;
}
.compare-block-box-header h4{
    margin: 0;
    color: #b7b7b7;
    font-size: 19px;
    text-align: center;
}
.compare-block-box-body{
    padding: 20px 25px;
}
.wrong-company .compare-block-box-body p, .right-company .compare-block-box-body p{
    position: relative;
    padding-left: 25px;
}
.wrong-company .compare-block-box-body p:before{
    position: absolute;
    content: "\ebed";
    font-family: "unicons";
    left: 0;
    top: 0;
    color: #ff0000;
    font-size: 21px;
}
.right-company .compare-block-box-body p:before{
    position: absolute;
    content: '\e8d7';
    font-family: "unicons";
    left: 0;
    top: 0;
    color: #1cb63f;
    font-size: 21px;
}

.why-ezapp-section .section-title{
    display: flex;
    align-items: start;
    position: relative;
    padding-bottom: 50px;
}
.why-ezapp-section .section-title label{
    background: #263132;
    font-size: 36px;
    font-weight: 600;
    height: 70px;
    width: 70px;
    flex: 0 0 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    margin-right: 15px;
    display: none;
}
.why-ezapp-section .section-title:before{
    content: "";
    position: absolute;
    left: 35px;
    top: 0;
    bottom: 0;
    border-left: 2px dashed #ddd;
        z-index: -1;
        display: none;
}
.why-ezapp-video-section {
    margin-bottom: 80px;
}
.why-ezapp-video-section .numbers-bg-images .bg-img {
    left: 33%;
    top: -123px;
}
.why-ezapp-video-section video{
    border-radius: 10px;
}
.why-ezapp-video-section.second-video .numbers-bg-images .bg-img {
    left: 50%;
    top: -82px;
    width: 837px;
}

.compare-block-contain{
   /* border-left: 2px dashed #ddd;
    padding-left: 30px;
    margin-left: 35px;*/
    padding-bottom: 100px;
}
.cursor {
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background: #ff947a;
  transition: all 200ms ease-out;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  filter: blur(100px);
    /* opacity: 0.5; */
    mix-blend-mode: soft-light;
}
.right-company .cursor {
    background: #1cb63f;
    display: none;
}

.service-block-bg{
    padding: 55px 29px 55px 0;
    background: url(../images/mobile-app-bg.png)no-repeat;
    background-size: cover;
    margin-bottom: 120px;
    border-radius: 25px;
    margin-left: 50px;
}
.service-block-bg .col-lg-5 img{
    border-radius: 10px;
}
.ezapp-video-section video{
    border: 10px solid #4c535a;
    border-radius: 6px;
}


.integration-section {
    padding: 5em 0;
    position: relative;
    background: #ebe8fd;
    text-align: center;
    background-repeat: repeat;
    background-size: 360px;
    overflow: hidden;
}
.integration-list ul {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
}
.integration-list ul li {
    animation: 15s floatingrev linear infinite;
}
.integration-list li>figure {
    background: #fff;
    margin: 15px 10px;
    border-radius: 15px;
    font-size: 16px;
    width: 150px;
    height: 150px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 5px 30px #0000001c;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform-origin: center
}
.integration-list li>figure {
    /*opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);*/
    transition: all 1s cubic-bezier(0, 0, 0.18, 0.97);
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.97)
}

/*.integration-list li>figure {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}
*/
.integration-list li>figure img{
    height: 60px;
    margin: 16px 0 12px;
}
.integration-list li>figure h4{
    font-size: 18px;
    color: #212121;
}
.integration-list ul li:nth-child(2n+2) {
    animation: 15s floating linear infinite
}

.integration-list ul li:nth-child(2n+2) {
    position: relative;
    top: -80px;
}
.integrate-tech{
    position: relative;
    padding: 5em 0;
    position: relative;
    background: #0f0f0f url(../images/blur-bg.png);
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
}
.integrate-tech .blur{
    backdrop-filter: blur(80px);
    flex: 0 0 auto;
    height: 100%;
    left: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    width: 100%;
}
/*.integrate-tech::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 250px;
    width: 100%;
    background: linear-gradient(#282828, #0f0f0f);
}*/
.integrate-tech .section-title{
    padding-bottom: 120px;
}
@keyframes floating {
    0% {
        transform: translateY(-30px)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-30px)
    }
}

@-webkit-keyframes floating {
    0% {
        transform: translateY(-30px)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-30px)
    }
}

@keyframes floatingrev {
    0% {
        transform: translateY(30px)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(30px)
    }
}

@-webkit-keyframes floatingrev {
    0% {
        transform: translateY(30px)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(30px)
    }
}

.earth-block{
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    top: 0px;
    width: 56%;
    margin: 0 auto;
}
.service-hero-section{
    position: relative;
    background: #000;
}
.service-hero-section:before{
    background: url(../images/dots.png);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;

}

.service-page-section{
    padding: 30px 0;
}
.service-page-section .service-icon{
    margin-bottom: 21px;
    background: #252525;
    border-radius: 5px;
    padding: 15px 10px;
    text-align: center;
    height: 90%;
}
.service-page-section .service-icon figure {
    display: block;
    margin-bottom: 0;
}
.service-page-section .service-icon figure div{
    margin-bottom: 15px;
}
.service-page-section .service-icon label{
    font-size: 16px;
}
.service-operlap-image {
    position: relative;
    padding-bottom: 100px;
    margin-right: 15px;
    text-align: right;
}
.service-operlap-image img:nth-child(1) {
    
}
.service-operlap-image img:nth-child(2) {
    position: absolute;
    left: 94px;
    bottom: 10%;
}
.black-service-block{
    background: rgb(154 179 176 / 18%);
    color: #fff;
    border-radius: 15px;
    position: relative;
    height: 88%;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
    transition: all 0.3s ease 0s;
    padding: 25px;
    overflow: hidden;
    margin-bottom: 25px;
}
.black-service-block .icon{
    background: rgb(255 255 255 / 13%);
    border-radius: 6px;
    padding: 12px;
    display: inline-block;
    margin-bottom: 15px;
    width: 48px;
    height: 48px;
    position: relative;
}
.black-service-block .icon svg, .black-service-block .icon i{
    font-size: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.black-service-block h3{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}
.black-service-block p{
    color: rgb(231 231 249 / 75%)
}
.service-block-light-svg {
    position: absolute;
    right: -34px;
    bottom: 25px;
    overflow: hidden;
    fill: #f2f2f9;
    z-index: -1;
    transition: 0.2s linear;
    opacity: 0.06;
}
.service-block-light-svg svg, .service-block-light-svg i{
    height: 180px;
    width: 180px;
    font-size: 150px;
        color: #ffe6ab;
}
.black-service-block:hover .service-block-light-svg{
    right: 0;
    bottom: 0;
}


[class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bi-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi-lightbulb::before {
    content: "\f46b";
}
.bi-basket::before {
    content: "\f180";
}
.bi-bar-chart::before {
    content: "\f17e";
}
.bi-app-indicator::before {
    content: "\f10a";
}
.bi-columns::before {
    content: "\f2ce";
}
.bi-cloud-fog2-fill::before {
    content: "\f2a1";
}

.nav-tabs .nav-link {
    color: #8b949e;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #24292f;
    border-color: #30363d;
}
.nav-tabs {
    border-bottom: 1px solid #30363d;
    background: #161b22;
    padding: 10px 10px 0 10px;
}
.code-tab{
    box-shadow: 0 2.74416px 2.74416px rgb(0 0 0 / 3%), 0 5.48831px 5.48831px rgb(0 0 0 / 4%), 0 13.7208px 10.9766px rgb(0 0 0 / 5%), 0 20.5812px 20.5812px rgb(0 0 0 / 6%), 0 41.1623px 41.1623px rgb(0 0 0 / 7%), 0 96.0454px 89.1851px rgb(0 0 0 / 9%);
}
.tab-content{
    background: #23282e
}
pre {
    display: block;
    font-size: 100%;
    color: #d6dee6;
    margin: 0;
    overflow: inherit;
}
.overflow-x-auto {
    overflow-x: auto !important;
}
.flex-1{
    flex: 1;
}
.pl-k {
    color: #ff7b72;
}
.color-fg-subtle{
    color: #6e7681
}
.ai-automation-solution-bg{
    padding: 100px 0;
}
/*.ai-automation-solution{
    background: #161a1e;
    padding: 25px 25px;
}*/
.ai-automation-sticky{
    position: sticky;
    top: 115px;
}
.ai-automation-solution-block{
    text-align: center;
    margin-bottom: 30px;
}
.ai-automation-solution-block img{
    margin-bottom: 12px;
}

.ai-automation-solution{
    position: relative;
}
.numbers-bg-images .bg-img {
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 46.88rem;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.ai-stats{
    padding: 100px 0;
}
.ai-stats .ppc-works h2{
    font-size: 65px;
}
.ai-stats .ppc-works {
    background: rgb(255 255 255 / 13%);
    border: 1px solid rgba(202,204,255,.22);
}
.font-80{
    font-size: 80%;
}
.font-22{
    font-size: 22px;
    line-height: 1.2;
}

.tile-card{
    /*background-image: linear-gradient(180deg,#3b1660,#3f428c);*/
    /*background: rgb(255 255 255 / 10%);*/
    /*padding-top: 40px;
    padding-right: 24px;
    padding-left: 32px;*/
    border-radius: 20px;
    height: 93%;
        overflow: hidden;
    position: relative;
    margin-bottom: 7%;
    display: flex;
    align-items: center;
        justify-content: space-between;
    border: 1px solid #28fb8e;
    padding: 25px 25px 25px;
}
.text-light-dull{
    color: rgb(255 255 255 / 55%);
}
/*.tile-yellow-grad{
    background-image: linear-gradient(180deg,#2fe1b9,#162d01);
}*/
/*.tile-figure-reverse{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    padding-top: 0;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}
.tile-figure-reverse img {
    position: absolute;
    top: -76px;
    right: -22.96px;
    width: 20rem;
    max-width: 26.625rem;
    height: 20rem;
}*/
.tile-content-end{
    display: flex;
    align-items: end;
    height: 100%;
}
/*.tile-teal-grad{
    background-image: linear-gradient(180deg,#31bfbf,#124561);
}
.tile-dark-grad{
    background-image: linear-gradient(180deg,#1f3351,#1f4151);
}*/
.tile-figure img, .tile-figure-reverse img{
    width: 185px;
}


.dev-block-list a{
    padding: 16px 25px;
    border-radius: 8px;
    background: rgb(255 255 255 / 14%);
    display: block;
    font-size: 21px;
    color: #fff;
    margin-bottom: 20px;
}

.venture-bg-block{
    background: rgb(255 255 255 / 5%);
    border-radius: 15px;
}
.venture-bg-block ol li{
    line-height: 1.2;
    margin-bottom: 9px;
}



a.jx-knightlab div.knightlab-logo {
  visibility: hidden !important;
  display: none !important;
}

a.jx-knightlab span.juxtapose-name {
  visibility: hidden !important;
  display: none !important;
}

div.jx-slider {
  color: #28fb8e !important;
}

div.jx-image div.jx-label {
  background-color: #28fb8e;
  opacity: 1 !important;
  color: #000000;
}

/*#juxtapose-wrapper {*/
/*  border: 2px solid #28fb8e !important;*/
/*}*/

/* juxtapose - v1.2.0 - 2017-12-18
 * Copyright (c) 2017 Alex Duner and Northwestern University Knight Lab
 */

div.juxtapose {
  /*The width-height ratio must always match the ratio of the images (in this case: images are 600px x 400px, so the ratio is 6/4). When calculating the height, use viewport width (vw). */
  height: calc((50vw * 4) / 6);
  width: 100%;
  /*border: 2px dashed #28fb8e;*/
  /*border-radius: 10px;*/
}

div.jx-slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #f3f3f3;
}

div.jx-handle {
  position: absolute;
  height: 100%;
  width: 40px;
  cursor: col-resize;
  z-index: 15;
  margin-left: -20px;
}

.vertical div.jx-handle {
  height: 40px;
  width: 100%;
  cursor: row-resize;
  margin-top: -20px;
  margin-left: 0;
}

div.jx-control {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  width: 3px;
  background-color: currentColor;
  position: relative;
}

.vertical div.jx-control {
  height: 3px;
  width: 100%;
  background-color: currentColor;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.jx-slider .jx-control:before {
    content: "";
    width: 10.5rem;
    height: 100%;
    background: linear-gradient(270deg,#48cfad8a -18.53%,rgba(104,212,212,0) 38.73%);
    opacity: .2;
    position: absolute;
    right: 0;
}

div.jx-controller {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 60px;
  width: 9px;
  margin-left: -3px;
  background-color: currentColor;
}

.vertical div.jx-controller {
  height: 9px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  top: -3px;
  position: relative;
}

div.jx-arrow {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  transition: all 0.2s ease;
}

.vertical div.jx-arrow {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  transition: all 0.2s ease;
}

div.jx-arrow.jx-left {
  left: 2px;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent currentColor transparent transparent;
}

div.jx-arrow.jx-right {
  right: 2px;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent currentColor;
}

.vertical div.jx-arrow.jx-left {
  left: 0px;
  top: 2px;
  border-style: solid;
  border-width: 0px 8px 8px 8px;
  border-color: transparent transparent currentColor transparent;
}

.vertical div.jx-arrow.jx-right {
  right: 0px;
  top: auto;
  bottom: 2px;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: currentColor transparent transparent transparent;
}

div.jx-handle:hover div.jx-arrow.jx-left,
div.jx-handle:active div.jx-arrow.jx-left {
  left: -1px;
}

div.jx-handle:hover div.jx-arrow.jx-right,
div.jx-handle:active div.jx-arrow.jx-right {
  right: -1px;
}

.vertical div.jx-handle:hover div.jx-arrow.jx-left,
.vertical div.jx-handle:active div.jx-arrow.jx-left {
  left: 0px;
  top: 0px;
}

.vertical div.jx-handle:hover div.jx-arrow.jx-right,
.vertical div.jx-handle:active div.jx-arrow.jx-right {
  right: 0px;
  bottom: 0px;
}

div.jx-image {
  position: absolute;
  height: 100%;
  display: inline-block;
  top: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

.vertical div.jx-image {
  width: 100%;
  left: 0;
  top: auto;
}

div.jx-image img {
  height: 100%;
  width: auto;
  z-index: 5;
  position: absolute;
  margin-bottom: 0;

  max-height: none;
  max-width: none;
  max-height: initial;
  max-width: initial;
}

.vertical div.jx-image img {
  height: auto;
  width: 100%;
}

div.jx-image.jx-left {
  left: 0;
  background-position: left;
}

div.jx-image.jx-left img {
  left: 0;
}

div.jx-image.jx-right {
  right: 0;
  background-position: right;
}

div.jx-image.jx-right img {
  right: 0;
  bottom: 0;
}

.veritcal div.jx-image.jx-left {
  top: 0;
  background-position: top;
}

.veritcal div.jx-image.jx-left img {
  top: 0;
}

.vertical div.jx-image.jx-right {
  bottom: 0;
  background-position: bottom;
}

.veritcal div.jx-image.jx-right img {
  bottom: 0;
}

div.jx-image div.jx-label {
  font-size: 1em;
  padding: 0.65em 0.75em;
  position: relative;
  display: inline-block;
  top: 5px;
  background-color: #000; /* IE 8 */
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  z-index: 10;
  white-space: nowrap;
  line-height: 18px;
  vertical-align: middle;
  border-radius: 5px;
}

div.jx-image.jx-left div.jx-label {
  float: left;
  left: 5px;
  background-color: #28fb8e33;
    color: #fff!important;
}

div.jx-image.jx-right div.jx-label {
  float: right;
  right: 5px;
  background-color: #28fb8e;
  color: #000;
}

.vertical div.jx-image div.jx-label {
  display: table;
  position: absolute;
}

.vertical div.jx-image.jx-right div.jx-label {
  left: 0;
  bottom: 0;
  top: auto;
}

div.jx-credit {
  line-height: 1.1;
  font-size: 0.75em;
}

div.jx-credit em {
  font-weight: bold;
  font-style: normal;
}

/* Animation */

div.jx-image.transition {
  transition: width 0.5s ease;
}

div.jx-handle.transition {
  transition: left 0.5s ease;
}

.vertical div.jx-image.transition {
  transition: height 0.5s ease;
}

.vertical div.jx-handle.transition {
  transition: top 0.5s ease;
}

/* Knight Lab Credit */
a.jx-knightlab {
  background-color: #000; /* IE 8 */
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  display: table;
  height: 14px;
  line-height: 14px;
  padding: 1px 4px 1px 5px;
  position: absolute;
  right: 0;
  text-decoration: none;
  z-index: 10;
}

a.jx-knightlab div.knightlab-logo {
  visibility: hidden;
  display: none;
}

a.jx-knightlab:hover {
  background-color: #000; /* IE 8 */
  background-color: rgba(0, 0, 0, 0.35);
}
a.jx-knightlab:hover div.knightlab-logo {
  background-color: #ce4d28;
}

a.jx-knightlab span.juxtapose-name {
  visibility: hidden;
  display: none;
}

/* keyboard accessibility */
div.jx-controller:focus,
div.jx-image.jx-left div.jx-label:focus,
div.jx-image.jx-right div.jx-label:focus,
a.jx-knightlab:focus {
  background: #eae34a;
  color: #000;
}
a.jx-knightlab:focus span.juxtapose-name {
  color: #000;
  border: none;
}

.square-bg-bottomless.icon-square-bg {
    height: 343px;
}

.empower-sec{
    /*background: url(../images/line-pattern-bg.png)no-repeat;*/
    background: #000;
    background-size: cover;
}

/******/

.mvplist {
    display: grid;
    -ms-grid-columns: repeat(3,1fr);
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}

.mvplist__item {
    position: relative;
    height: 128px
}

.mvplist__item img {
    position: absolute;
    top: 28px;
    right: 28px
}

.mvplist__item h3 {
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    margin: 0;
    padding-right: 50px;
}


.mvplist__item p {
    font-weight: 400;
    color: #fff;
    margin: 0 0 15px
}


.mvplist__item:hover .mvplist__item__wrap {
    box-shadow: 0 .920131rem .736105rem rgba(0,0,0,.19),0 .384409rem .307527rem rgba(0,0,0,.136582),0 .205523rem .164419rem rgba(0,0,0,.11326),0 .115215rem .0921718rem rgba(0,0,0,.095),0 .0611897rem .0489517rem rgba(0,0,0,.0767396),0 .0254624rem .0203699rem rgba(0,0,0,.0534177);
    z-index: 2;
    bottom: auto;
    height: auto;
    display: block;
}

@media only screen and (max-width: 991px) {
    .mvplist__item:hover .mvplist__item__wrap {
        box-shadow:0 92.0131px 73.6105px rgba(0,0,0,.19),0 38.4409px 30.7527px rgba(0,0,0,.136582),0 20.5523px 16.4419px rgba(0,0,0,.11326),0 11.5215px 9.21718px rgba(0,0,0,.095),0 6.11897px 4.89517px rgba(0,0,0,.0767396),0 2.54624px 2.03699px rgba(0,0,0,.0534177)
    }
}

.mvplist__item:hover .mvplist__conent {
    display: block
}

.mvplist__item__wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #1d1e1f;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 12px;
    padding: 60px 25px 25px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: end;
    height: 128px;
}

.mvplist__conent {
    display: none;
    padding-top: 15px
}


@media only screen and (max-width: 991px) {
    .mvplist {
        -ms-grid-columns:repeat(2,1fr);
        grid-template-columns: repeat(2,1fr);
    }
    .mvplist__item img {
        top:28px;
        right: 28px
    }
    .mvplist__item h3 {
        font-size:18px;
    }
    .mvplist__item p {
        font-size:16px;
        line-height: 25px;
        margin: 0 0 33px
    }
}

@media only screen and (max-width: 767px) {
    .mvplist {
        display:block;
    }
    .mvplist__item {
        height:auto;
        margin-bottom: 20px;
    }
    .mvplist__item p {
        font-size:14px;
        line-height: 20px;
        margin-bottom: 0
    }
    .mvplist__item__wrap {
        position:static;
        box-shadow: none!important;
        padding: 35px 30px 30px;
        border: none;
        display: block;
        height: auto;
    }
    .mvplist__conent {
        display:block;
        padding-top: 11px
    }
}

.captcha-div input {
    border: none;
    font-weight: 700;
    width: 38px;
    height: 38px;
    background: #424242;
    border-radius: 7px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.captcha-div .captcha {
    border: 1px solid #b8bdbf;
    border-radius: 7px;
    margin-left: 15px;
    margin-right: 10px
}


.step-role{
    background: #000
}
.card-theme{
    border-radius: 25px;
    background: linear-gradient(45deg, #0c9f8e, #1ae2a2);
    padding: 36px;
    color: #fff;
    box-shadow: 0 16px 29px rgb(0 0 0 / 10%);
    min-height: 250px;
}
.card-theme h5{
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 21px;
}
.shift-1st{
    margin-top: 270px;
    margin-right: -15px;
    position: relative;
    z-index: 3;
}
.shift-2nd{
    margin-top: 180px;
    margin-right: -15px;
    position: relative;
    z-index: 2;
}
.shift-3rd{
    margin-top: 90px;
    margin-right: -15px;
    position: relative;
    z-index: 1;
}
.step-role-row{
    margin-top: -100px;
}
.step-role-row div[class*=col]{
    padding: 0;
}
.ai-customer-acquisition h6{
    font-size: 20px;
}
.case-studies{
        background-color: #222627;
    border: 4px solid #3a4b4f;
    border-radius: 1.875rem;
    padding: 25px;
}
.case-studies .row{
    position: relative;
}
.image-middle-bg .layer {
    position: absolute;
    z-index: -1;
    left: 80%;
    top: 5%;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 45.88rem;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.counter-block{
    display: flex;
    align-items: center; 
    margin-bottom: 10px;
    border: 1px solid #28fb8e;
    border-radius: 10px;
    padding: 12px;
}
.counter-block h3{
    font-weight: 500;
    font-size: 48px;
    margin-right: 10px;
}
.counter-block p{
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.3;
}

.net-zero-banner {
    border: 1px solid #28fb8e;
    border-radius: 10px;
}


.cookie-bubble {
    position: fixed;
    width: 100%;
    max-width: 472px;
    min-height: 100px;
    border-radius: 10px;
    background-color: #28292d;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    font-family: sans-serif;
}
.cookie-bubble.top-left {
    top: 10px;
    left: 10px;
}
.cookie-bubble.top-right {
    top: 10px;
    right: 0;
}
.cookie-bubble.top-center {
    top: 10px;
    left: calc(100vw - 100vw / 2 - 400px / 2);
}
.cookie-bubble.bottom-left {
    bottom: 10px;
    left: 10px;
}
.cookie-bubble.bottom-right {
    bottom: 10px;
    right: 0;
}
.cookie-bubble.bottom-center {
    bottom: 10px;
    left: calc(100vw - 100vw / 2 - 400px / 2);
}
.cookie-bubble.show.top-center,
.cookie-bubble.show.top-left,
.cookie-bubble.show.top-right {
    -webkit-animation-name: popInTop;
    animation-name: popInTop;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.cookie-bubble.show.bottom-center,
.cookie-bubble.show.bottom-left,
.cookie-bubble.show.bottom-right {
    -webkit-animation-name: popInBottom;
    animation-name: popInBottom;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.cookie-bubble.hide {
    display: none;
}
.cookie-bubble .cb-wrapper {
    position: relative;
    display: inline-block;
    padding: 15px;
}
.cookie-bubble .cb-wrapper .cb-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}
.cookie-bubble .cb-wrapper .cb-row .cb-row-content .message {
    position: relative;
    width: 100%;
    display: inline-block;
    color: #bababa;
    font-size: 15px;
    margin-top: 0;
}
.cookie-bubble .cb-wrapper .cb-row .cb-row-content .cb-controls {
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.cookie-bubble .cb-wrapper .cb-row .agreement-btn{
    margin-right: 8px
}
.cookie-bubble .cb-wrapper .cb-row .cb-image {
    padding-right: 23px;
}
.cookie-bubble .cb-wrapper .cb-row .cb-image .cookie-inner-color {
    fill: #00a4ff;
}
.cookie-bubble .cb-wrapper .cb-row .cb-image svg {
    width: 75px;
}

.cookie-bubble .cb-wrapper .cb-row .cookie-policy-btn {
    margin: 0;
    color: #fff;
    padding: 10px 0;
    border-radius: 100px;
    font-size: 14px;
    opacity: 0.95;
    border: none;
    cursor: pointer;
    font-weight: 400;
}
.cookie-bubble .cb-wrapper .cb-row .cookie-policy-btn:hover {
    opacity: 1;
    text-decoration: underline;
}
.cookieBubble .copyright-wrapper {
    margin-top: 20px;
}
.cookieBubble .copyright-wrapper a.copyright {
    position: absolute;
    width: 80px;
    height: 16px;
    bottom: 8px;
    right: 7px;
    margin-top: 30px;
    background: url(../img/cb_copyright.svg);
    background-size: cover;
}
@-webkit-keyframes popInBottom {
    0% {
        -webkit-transform: translateY(120%);
        transform: translateY(120%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes popInBottom {
    0% {
        -webkit-transform: translateY(120%);
        transform: translateY(120%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.modal-popup .modal-content{
    border: none;
    padding: 0 1rem;
    border-radius: 0;
    background: none;
}
.popup-left-content {
    padding: 40px 40px 10px 40px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff
}
.modal-popup-bg{
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    height: 100%;
    max-height: 645px;
    width: 100%;
    object-fit: cover;
}
.popup-right{
    background: #28292d;
    padding: 40px 45px;
    height: 100%;
    border-radius: 0 12px 12px 0;
}
.modal-popup .form-group{
    margin-bottom: 1rem;
}

.tab-design .nav-tabs {
    border-bottom: none;
    background: none;
    padding: 0;
}
.tab-button {
    display: block;
    padding: 0;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    color: #fff;
}
.tab-button.selected{
    color: #28fb8e;
}
.tab-button.selected + p{
    display: block;
}
.mytab-detail{
    display: none;
}
.mytab-detail img{
    border: 10px solid #474954;
    border-radius: 8px;
}
.tab-design .tab-content {
    background: none;
}
.tab-block{
    border-top: 2px solid #aaa;
    padding: 17px 0;
}
.tab-block:last-child{
    border-bottom: 2px solid #aaa;
}
.tab-block p{
    display: none;
    margin-top: 12px;
    margin-bottom: 0;
}

.home-automate-content span{
    display: block;
    padding-bottom: 4px;
    margin-bottom: 13px;
    border-bottom: 1px solid rgb(255 255 255 / 33%);
}
.home-automate-content p{
    color: #b9b9bc;
}

.value-ezapp{
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.oval-block{
    max-width: 240px;
    flex: 0 0 240px;
    padding: 14px 15px;
    border-radius: 50px;
    border: 1px solid #474954;
    font-size: 20px;
    color: #28fb8e;
    text-align: center;
    background: #0f0f0f;
}
.oval-block i{
    font-size: 35px;
    vertical-align: middle;
}
.oval-ezapp .oval-block{
    position: relative;
    margin: 128px auto 50px;
    padding: 20px 25px;
    max-width: 310px;
    border: 1px solid #27d179;
}
.oval-ezapp .oval-block:before, .oval-ezapp .oval-block:after{
    background: url('../images/home/dot-line.png')no-repeat;
    content: "";
    position: absolute;
    width: 150px;
    height: 131px;
    z-index: -1;
}
.oval-ezapp .oval-block:before{
    left: -115px;
    transform: rotate(90deg);
    bottom: 98px;
}
.oval-ezapp .oval-block:after{
    right: -115px;
    bottom: 80px;
}


.sticky-image{
    position:sticky;
    top: 100px;
}
.value-box {
    /*background: linear-gradient(180deg, rgb(29 39 42) 5.69%, #0f0f0f 97.18%);*/
    /*box-shadow: 0 1px 12px 0 rgb(0 0 0 / 8%);*/
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    /*padding: 25px 25px;*/
    /*border-radius: 20px;*/
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.value-icon {
    width: 100px;
    height: 100px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
    border-radius: 100%;
    transform: scale(0.8);
    align-items: center;
    justify-content: center;
    background-color: #28fb8e;
}
.value-icon img {
    width: 43px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.value-icon i{
    font-size: 36px;
    color: #fff;
}
.value-content {
    width: calc(100% - 105px);
    /*width: 100%;*/
    padding-left: 25px;
}
.value-content h4 {
    margin-bottom: 10px;
    font-size: 1.3rem;
}
.value-content span{
    display: block;
    padding-bottom: 4px;
    margin-bottom: 13px;
    border-bottom: 1px solid rgb(255 255 255 / 33%);
}
.value-content p{
    color: #b9b9bc;
}

.value-icon{
    text-align: center;
    margin-bottom: 5px;
}
.value-icon figure{
    height: 100px;
    width: 100px;
    position: relative;
    margin-bottom: 0;
}
.value-icon .figure-clip{
    height: 102px;
    width: 98px;
    background: #131617;
}
.text-white-80 {
    color: rgb(255 255 255 / 80%)!important;
}




.case-study-home{
    background-color: #222627;
    border: 2px solid #3a4b4f;
    border-radius: 1.875rem;
    overflow: hidden;
}
.avatar{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-bottom: 0;
    border: 2px solid #28fb8e;
    background: #000;
    text-align: center;
    line-height: 2.1;
    font-size: 24px;
    overflow: hidden;
}
.avatar img{
    height: 100%;
    width: 100%;
}

/*.scrolling-badge marquee .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}*/
.scrolling-block{
    background: #28292d;
    border-radius: 10px;
    padding: 30px;
}
.scrolling-badge .badge{
    font-size: 16px;
    font-weight: 500;
    padding: 12px 16px;
    border-radius: 30px;
}
.scrolling-badge .badge:nth-child(1n) {
    background: linear-gradient(91.36deg,rgba(31,128,255,.32) 2.16%,rgba(13,72,166,.16) 98.84%);
    color: #1f80ff
}

.scrolling-badge .badge:nth-child(2n) {
    background: linear-gradient(93.64deg,rgba(199,44,145,.32),rgba(178,36,133,.16));
    color: #d341a5
}

.scrolling-badge .badge:nth-child(3n) {
    background: linear-gradient(93.64deg,rgba(255,165,48,.32),rgba(229,82,0,.16));
    color: #f58220
}

.scrolling-badge .badge:nth-child(4n) {
    background: linear-gradient(93.64deg,rgba(125,204,122,.32),rgba(66,127,48,.16));
    color: #4aa147
}

.scrolling-badge .badge:nth-child(5n) {
    background: linear-gradient(93.64deg,rgba(110,110,219,.32),rgba(60,50,127,.16));
    color: #6e6edb
}

.gif-square{
    display: flex;
    align-items:center;
    padding: 20px 13px 20px;
    border: 2px solid #0f0f0f;
    background: #262626;
    border-radius: 4px;
        margin-bottom: 15px;
}
.gif-square > img{
    flex: 0 0 23%;
    max-width: 23%;
    margin-top: -10px;
}
.gif-square > label{
    flex: 0 0 47%;
    max-width: 47%;
    line-height: 1.2;
    font-size: 13px;
    margin: 0;
}
.gif-square > div{
    flex: 0 0 30%;
    max-width: 30%;
}
.two-gear {
    display: flex;
    align-items: end;
    justify-content: center;
}
.two-gear img:first-child{
    width: 100%;
    max-width: 34px;
    -webkit-animation: rotate 5s linear infinite;
    animation: rotate 5s linear infinite;
}
.two-gear img:last-child{
    width: 100%;
    max-width: 21px;
    margin-left: 2px;
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}
@keyframes rotate{
    from{ transform: rotate(0deg); }
    to{ transform: rotate(360deg); }
}

/*** responsive ***/

@media only screen and (min-width:1600px) {
    .container {
        max-width: 1470px
    }
    .container-fluid {
        max-width: 1470px
    }
    .integration-list li>figure {
        margin: 15px 8px;
    }
}

@media only screen and (min-width:1300px) {
    .container {
        max-width: 1270px
    }
    .zigzag-block h3 {
        font-size: 50px;
    }
    .hero-section h1.page-title {
        font-size: 110px;
    }
    .ai-hero-section.hero-section h1.page-title {
        font-size: 110px;
    }
    .integration-list li>figure {
        margin: 15px 4px;
        width: 140px;
        height: 140px;
    }
}
@media only screen and (max-width:1320px) {
    .nav>ul>li {
        margin: 0 32px 0 0;
    }
}
@media only screen and (max-width:1200px) {
    .integration-list li>figure {
        margin: 10px 2px;
        width: 120px;
        height: 120px;
    }
    .integration-list li>figure img {
        height: 45px;
        margin: 13px 0 12px;
    }
    .tile-card h3{
        font-size: 23px;
    }
    .step-role-row{
        margin-top: -80px;
    }
    .case-study-home figure a img{
        height: 250px;
        margin: 30px 30px 0px 30px;
        border-radius: 4px;
    }
}

@media (min-width: 992px){
    .app-top-section .col-lg-4 {
        -ms-flex: 0 0 16.333333%;
        flex: 0 0 16.333333%;
        max-width: 16.333333%;
    }
}

@media(max-width:992px) {
    .header {
        display: block !important
    }
    .banner-header {
        display: none !important
    }
    .cta-right {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0
    }
    .right-nav {
        float: none;
        text-align: right;
        display: inline-block;
        vertical-align: middle
    }
    .nav>ul {
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: left;
        position: absolute;
        left: 0;
        right: 0;
        top: 58px;
        background: #fff
    }
    .nav>ul>li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        height: auto;
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #0e0e0e;
    }
    .nav>ul>li>a {
        position: relative;
        z-index: 1;
        display: block;
        width: auto;
        height: auto;
        padding: 12px 16px;
        line-height: 20px;
        font-size: 15px;
    }
    .nav>ul>li>ul {
        position: relative;
        top: 100%;
        left: 0;
        z-index: 9999;
        width: 100%;
        height: auto;
        padding: 15px 5px 15px 20px;
        background: #0e0e0e;
        text-align: left;
        opacity: 1;
        visibility: visible;
        transition: none;
        -webkit-transition: none;
        box-shadow: none;
        display: flex;
        flex-wrap: wrap;
    }
    .nav>ul>li>ul>li>a {
        border-left: 1px dashed #a1a4a7;
        position: relative;
        display: flex
    }
    .nav>ul>li>ul>li>a:before {
        content: "--";
        display: inline-block;
        font-size: 10px;
        color: #a1a4a7;
        width: 15px;
        height: 10px;
        position: relative;
        right: 10px;
        top: 4px;
    }
    header.innerHeader .nav>ul>li>a:before {
        display: none
    }
    #menu-bg {
        background: #212121;
        position: fixed;
        z-index: 9999;
        transition: all .5s ease;
        width: 240px;
        padding: 0;
        top: 0;
        bottom: 0;
        left: initial;
        left: -400px;
        overflow-y: auto;
        box-shadow: 0 9px 6px 5px rgba(0, 0, 0, .12)
    }
    #pull {
        display: inline-block;
        vertical-align: middle;
        font-size: 30px;
        line-height: 17px;
        color: #fff;
    }
    .close-btn {
        border-radius: 3px 0 0 3px;
        border: none;
        position: absolute;
        height: 30px;
        width: 30px;
        text-align: center;
        top: 20px;
        left: -24px;
        z-index: 99999;
        background: #fff;
        font-size: 18px
    }
    .menu-area .mega-menu{
        position: relative;
        padding: 15px 5px 15px 20px;
        background: #0e0e0e;
        text-align: left;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        display: flex;
    }
    .menu-area .mega-menu > .mega-menu-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        padding: 0;
    }
    .menu-area .mega-menu .mega-menu-column > ul > li a {
        border-left: 1px dashed #a1a4a7;
        position: relative;
        display: flex
    }
    .menu-area .mega-menu .mega-menu-column > ul > li a:before {
        content: "--";
        display: inline-block;
        font-size: 10px;
        color: #a1a4a7;
        width: 15px;
        height: 10px;
        position: relative;
        right: 0;
            top: 3px;
    }
    .menu-area .mega-menu > .mega-menu-column > ul{
        margin-bottom: 15px;
    }
    .logo-top-left {
        width: 250px
    }
    .logo-top-left img {
        height: 38px
    }
    .top-right {
        width: calc(100% - 255px);
        text-align: right
    }
    .hero-section {
        padding: 50px 0;
    }
    .section-title h2 {
        font-size: 35px;
    }
    .design-section {
        padding: 60px 0;
        margin-bottom: 60px
    }
    .hire-enterprise-block figure {
        transform: none;
        position: relative;
        margin-top: -250px;
        text-align: center;
    }
    .hire-enterprise-block figure img {
        height: 349px;
            max-width: 100%;
        transform: none!important;
    }
    .hire-enterprise-section {
        margin-bottom: 75px;
    }
    .cloud-section .icon-circle-bg {
        transform: scale(1);
        margin-bottom: 45px;
    }
    .row-lg [class*=col] {
        padding: 0 15px;
    }
    .row-lg {
        margin-left: -15px;
        margin-right: -15px;
    }
    .icon-square-bg{
        margin-bottom: 35px
    }
    .contact-left{
        width: 100%;
    }
    .contact-right{
        width: 100%;
        margin-left: 0
    }
    .counter h3{
        font-size: 35px;
    }
    .remote-hire .hire-enterprise-block figure {
        transform: none;
    }
    .book-demo-block .section-title{
        margin-bottom: 30px;
    }
    .footer1{
        margin-bottom: 25px
    }
    .seo-hiring-process .col-right {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .seo-hiring-process-dev-box-wrap {
        padding: 20px 15px;
    }
    .service-left {
        width: 100%;
        padding: 70px 20px 0 10px;
    }
    .service-right {
        width: 100%;
    }
    .remote-hire-top-none{
        display: none;
    }
    .ppc-works {
        height: 95%;
    }
    .integrate-tech{
        background-attachment: inherit;
    }
    .integrate-tech .blur {
        backdrop-filter: blur(45px);
    }
    .integration-list ul li:nth-child(2n+2) {
        position: relative;
        top: 0;
    }
    .integration-list ul li {
        animation: none !important;
    }
    .integration-list ul {
        flex-wrap: wrap;
    }
    .integrate-tech .section-title {
        padding-bottom: 30px;
    }
    .integrate-tech::before{
        background: transparent;
    }
    .integration-list li>figure {
        margin: 1px 1px;
        width: 135px;
        height: 135px;
    }
    .ai-automation-sticky {
        position: static;
        margin-bottom: 55px;
    }
    .step-role-row{
        margin-top: 0;
    }
    .shift-1st {
        margin-top: 90px;
    }
    .shift-2nd {
        margin-top: 25px;
    }
    .shift-3rd {
        margin-top: 75px;
    }
    .popup-left{
        display: none;
    }
    .popup-right{
        padding: 30px 30px;
        border-radius: 12px;
    }
}

@media only screen and (min-width:768px) {
    .container-fluid {
        padding-right: 35px;
        padding-left: 35px
    }
    .hero-section h1 span{
        font-size: 68px;
    }
    
}

@media(max-width:768px) {
    .logo-top-left {
        width: 204px
    }
    .logo-top-left img {
        height: 34px
    }
    .top-right {
        width: calc(100% - 209px);
        text-align: right
    }
    .cta-right a {
        font-size: 14px
    }
    .call i {
        font-size: 16px
    }
    .container {
        max-width: 100%
    }
    .cta-right .btn-success {
        padding: 8.5px 16px;
        font-size: 13px !important
    }
    .page-tabs {
        margin-bottom: 30px;
    }
    .page-tabs a.nav-link{
        font-size: 23px;
        -webkit-text-stroke: 0.5px #888;
    }
    .page-tabs a.nav-link.active {
        -webkit-text-stroke: 0.5px #fff;
    }
    .icon-circle-bg {
        height: 155px;
        width: 155px;
        margin-bottom: 30px;
    }
    .icon-circle {
        height: 155px;
        width: 155px;
    }
    .icon-circle img {
        height: 28px;
    }
    .icon-circle label {
        font-size: 13px;
    }
    .btn-next.btn-enter {
        padding: 9px 40px;
    }
    .btn-next.btn-enter div {
        width: 56px;
    }
    .btn-enter:hover div img {
        margin-left: -56px;
    }
    .btn-next.btn-enter img {
        height: 26px;
    }
    .btn-next {
        padding: 9px 32px;
    }
    .btn {
        font-size: 13px;
    }
    .btn-arrow {
        height: 63px;
        width: 63px;
    }
    .btn-arrow i{
        font-size: 46px
    }
    .hire-enterprise-block{
        padding: 90px 25px 55px;
    }
    .cloud-section .icon-circle img {
        height: 30px;
    }
    .list-style li {
        margin-bottom: 25px;
        padding-left: 40px;
        font-size: 18px;
    }
    .accordion-faq li h3 {
        font-size: 20px;
    }
    .list-style li::after {
        width: 14px;
        height: 14px;
    }
    .list-style li::before {
        height: 18px;
        width: 18px;
    }
    .tech-circle {
        height: 115px;
        width: 115px;
    }
    .black-shifted-block img {
        margin: -125px auto 45px;
        width: 200px;
    }
    .phone-brizel{
        display: none;
    }
    .transparent-blur-blocks {
        position: static;
    }
    .tile-figure-reverse img {
        position: absolute;
        top: -76px;
        right: -22.96px;
        width: 12rem;
        max-width: 26.625rem;
        height: auto;
    }
    .tile-figure img{
        position: absolute;
        top: -76px;
        right: -22.96px;
        width: 12rem;
        max-width: 26.625rem;
        height: auto;
    }
    .tile-content{
        width: 70%;
    }
    .why-ezapp-video-section .numbers-bg-images .bg-img {
        max-width: 100%;
        top: -90px;
    }
    .why-ezapp-video-section.second-video .numbers-bg-images .bg-img {
        max-width: 100%;
        left: 48%;
        top: -66px;
    }
    
    .shift-1st {
        margin-top: 0;
        margin-right: 0;
    }
    .shift-2nd {
        margin-top: 15px;
        margin-right: 0;
    }
    .shift-3rd {
        margin-top: 15px;
        margin-right: 0;
    }
    .shift-4th{
        margin-top: 15px;
    }
    .card-theme{
        height: auto;
    }
    .counter-block {
        display: block;
        margin-bottom: 30px;
    }
    .counter-block h3 {
        font-weight: 500;
        font-size: 31px;
    }
}

@media only screen and (max-width:576px) {
    .section-title h2 {
        font-size: 30px;
        line-height: 32px
    }
    .hero-section h1 span {
        line-height: 1;
        -webkit-text-stroke: 1px #28fb8e;
    }
    .page-tabs a.nav-link:first-child {
        margin-right: 35px;
    }
    .icon-square img {
        height: 42px;
    }
    .icon-square, .icon-square-bg {
        height: 270px;
    }
    .icon-square label {
        font-size: 14px;
    }
    /*.book-demo-section{
        margin: 0
    }*/
    .book-demo-block{
        margin: 0 -15px;
        border-radius: 0;
        padding: 60px 15px 60px;
    }
    .hire-enterprise-block figure img{
        height: auto
    }
    .contact-right {
        padding: 50px 0 40px;
    }
    .counter:after{
        width: 100%;
    }
    .counter p {
        font-size: 17px;
    }
    .contact-left {
        padding: 40px 20px;
    }
    .form-group label, .file-upload-wrapper:before {
        font-size: 14px;
    }
    .form-control{
        font-size: 16px
    }
    .form-group {
        margin-bottom: 1rem;
    }
    .black-bg-block {
        border-radius: 20px;
        padding: 30px 30px 15px;
    }
    .text-outline {
        font-weight: 700;
        font-size: 28px;
        -webkit-text-stroke: 0.5px #fff;
    }
    .zigzag-block {
        padding: 50px 0;
    }
    .zigzag-block h3 {
        font-size: 26px;
    }
    .zigzag-block h4 {
        font-size: 18px;
        font-weight: 500
    }
    .remote-hire-section .section-title h2 {
        font-size: 30px;
    }
    .remote-hire-section h3 {
        font-size: 18px;
    }
    .remote-hire-section {
        margin: 50px 0 50px;
    }
    .remote-hire-section .book-demo-block{
        padding: 45px 15px 45px;
    }
    .line-heading {
        letter-spacing: 5px;
        font-weight: 800;
        font-size: 25px;
    }
    .what-we-do-section p {
        font-size: 16px;
    }
    .text-block h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .text-block {
        margin: 30px 0 25px;
    }
    .text-block img {
        height: 70px;
    }
    .ai-hero-section p{
        font-size: 16px;
    }
    .large-icon-square-block .icon-square {
        height: 205px;
    }
    .large-icon-square-block .icon-square-bg {
        height: 210px
    }
    .large-icon-square-block .icon-square img {
        height: 64px;
    }
    .domain-square img {
        height: 40px;
    }
    .domain-square label {
        font-size: 13px;
    }
    .large-icon-square-block .hww-icons figure div img, .large-icon-square-block .hww-strategy-icons figure div img{
        height: 55px
    }
    .hww-icons figure div {
        width: 55px;
    }
    .hww-icons:nth-child(2) figure div img {
        margin-left: -165px;
    }
    .hww-icons:nth-child(3) figure div img {
        margin-left: -331px;
    }
    .hww-icons:nth-child(4) figure div img {
        margin-left: -495px;
    }
    .hww-strategy-icons figure div{
        width: 55px;
    }
    .hww-strategy-icons:nth-child(2) figure div img {
        margin-left: -156px;
    }
    .hww-strategy-icons:nth-child(3) figure div img {
        margin-left: -313px;
    }
    .hww-strategy-icons:nth-child(4) figure div img {
        margin-left: -470px;
    }
    .technologies_icons li {
        width: 130px;
        height: 130px;
        margin: 6px;
    }
    .certificate-icon img {
        height: 118px;
        margin: 10px 8px 10px;
    }
    .recognations .domain-square{
        padding: 25px 10px 10px;
    }
    .recognations .domain-square img {
        height: 28px;
    }
    .recognations .domain-square label {
        font-size: 17px;
    }
    .black-shifted-block img {
        margin: -130px auto 55px;
    }
    .black-shifted-block{
        height: auto;
        margin-bottom: 130px;
    }
    .table-highlight table tr td {
        font-size: 13px;
    }
    .compare-block-contain {
        padding-left: 0;
        margin-left: 0;
        padding-bottom: 30px;
    }
    .compare-block {
        background: #161a1e;
        padding: 35px 20px 0;
    }
    .why-ezapp-section .section-title h2 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
    }
    .why-ezapp-section .section-title label {
        font-size: 22px;
        font-weight: 600;
        height: 55px;
        width: 55px;
        flex: 0 0 55px;
        line-height: 56px;
    }
    .why-ezapp-section .section-title:before {
        left: 27px;
    }
    .compare-block-head h3{
        font-size: 22px;
    }
    .compare-block img {
        height: 45px;
    }
    .seo-hiring-process-dev-box {
        padding: 10px 0;
        align-items: start;
    }
    .seo-hiring-process-dev-icon {
        width: 80px;
        height: 80px;
    }
    .seo-hiring-process-dev-content {
        width: calc(100% - 80px);
    }
    .seo-hiring-process-dev-icon img {
        width: 35px;
    }
    .seo-hiring-process-dev-box:hover {
        background-color: transparent;
    }
    .tile-figure img, .tile-figure-reverse img{
        top: -44px;
        right: -22.96px;
        width: 10rem;
    }
    .large-icon-square-block .square-bg-bottomless.icon-square-bg {
        height: 203px;
    }
    .tab-design .nav-tabs .nav-link {
        flex: 0 0 33%;
        max-width: 33%;
        text-align: center;
        font-size: 13px;
        padding: 0.5rem 0.3rem;
    }
    .tab-button {
        font-size: 16px;
    }
    .value-icon {
        width: 80px;
        height: 80px;
    }
    .value-icon figure {
        height: 80px;
        width: 80px;
    }
    .value-content {
        width: calc(100% - 85px);
        padding-left: 20px;
    }
    .value-icon .figure-clip {
        height: 82px;
        width: 78px;
    }
    .value-icon img {
        width: 29px;
    }
    .gif-square > label{
        font-size: 11px;
    }
    .two-gear img:first-child {
        max-width: 28px;
    }
    .two-gear img:last-child {
        max-width: 17px;
    }
}

@media only screen and (max-width:480px) {
    
    .video-banner video {
        height: 192px;
        min-height: 100%;
        object-fit: cover;
    }
    .why-hire-video {
        margin: 0 -15px;
    }
    .awards-video {
        margin: 70px -15px 0;
    }
    .integration-list li>figure h4 {
        font-size: 15px;
    }
    .integration-list li>figure {
        width: 115px;
        height: 115px;
    }
    .portfolio-flex {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
    }
    .counter-block p {
        font-size: 14px;
    }
}

@media only screen and (max-width:420px) {
    .logo-top-left img {
        height: 30px
    }
    .logo-top-left {
        width: 163px
    }
    .top-right {
        width: calc(100% - 168px)
    }
    #pull {
        font-size: 26px
    }
    header .container {
        padding: 0 7px
    }
}
