@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800&display=swap');



body{
    font-family: 'Play', sans-serif;
}
header {
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 100%;
    left: 0;
    transition: .10s ease;
   
}
header.sticky {
    background: rgba(0,0,0,.8);
    transition: .10s ease;
}
header.sticky .container {
    border-bottom:none;
    padding: 15px 0px;
    transition: .10s ease;
}
header .container{
    max-width: 90%;
    /*padding: 35px 0px;*/
    padding: 18px 0px;
}
.page-template-frontpage header .container{
    max-width: 90%;
    border-bottom: 1px solid #FFFFFF;
   /* padding: 35px 0px;*/
    padding: 18px 0px;
}
.page-template-frontpage header.sticky .container {
    border-bottom:none;
    padding: 15px 0px;
    transition: .10s ease;
}
img.main-logo{
    /*width:100px;*/
    width:85%;
    height: 87%;
}

.header-title {
    background: #16161D;
    padding-top: 180px;
    text-align: center;
    padding-top: 100px;
}
.header-title h1 {
    margin: -7px 0px 0px 0px;
    padding: 0px 0px;
    color: #2586E9;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: 'Nunito' !important;
}
.header-title .row{
    margin: auto;
    width: 90%;
}
.header-title .col-lg-5{
    height: 1px;
    background-color: #88A1BB;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Play', sans-serif !important;
}
p{
    font-family: 'Nunito', sans-serif !important;
}
a{
    font-family: 'Play', sans-serif !important;
}
span{
    font-family: 'Nunito', sans-serif !important;
}
span.elementor-counter-number {
    font-family: 'Play' !important;
}

.home-banner-section .container{
    position: inherit !important;
}
.home-about-wrapper img{
    width:450px;
}
  .nav-wrapper {
    position: absolute;
    width: 700px;
    height: 100vh;
    transition: transform 0.3s;
    transform: translateX(100%);
    top: 0;
    right: 0;
  }
  .nav-wrapper.show-menu {
    transform: none;
  }
  .menu-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #FFFFFF;
    padding: 50px 110px;
}
.menu-footer p{
    color: #fff;
}
.menu-ocial-media-block a{
    display: inline-block;
    padding: 0px;
    margin: 0px 10px;
}
.menu-ocial-media-block a:hover{
    background: transparent;
    opacity: .8;
}
.menu-ocial-media-block {
    padding: 0;
    margin: -32px 0px 0px 0px;
    text-align: right;
}
  
  .js-nav-toggle {
    position: absolute;
    top: 35px;
    right: 90px;
    width: 95px;
    height: 40px;
    margin: 10px 0 0 0px;
    display: block;
    float: left;
    padding: 0;
    z-index: 1000;
    background: url(../images/handburger-icon.svg) no-repeat 0px 0px;
  }

  .js-nav-toggle.toggle-close-menu {
    width: 95px;
    height: 40px;;
    background: url(../images/menu-close-button.svg) no-repeat 0px 0px;
  }


  .js-nav-toggle span {
    position: relative;
    background-color: #345;
    height: 2px;
    display: block;
    width: 22px;
    margin: 17px auto 0;
    transition: all 0.4s;
    transition-delay: 0.3s;
    display: none;
  }
  .js-nav-toggle span:before, .js-nav-toggle span:after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 0;
    left: 1px;
    top: 50%;
    margin-top: -7px;
    transition: all 0.3s 0.3s;
    display: none;
  }
  .js-nav-toggle span:before {
    box-shadow: 0 14px 0 1px #345;
  }
  .js-nav-toggle span:after {
    box-shadow: 0 0 0 1px #345;
  }
  .show-menu .js-nav-toggle span {
    background-color: transparent;
  }
  .show-menu .js-nav-toggle span:before {
    transform: rotate(-45deg);
  }
  .show-menu .js-nav-toggle span:after {
    transform: rotate(45deg);
  }
  .show-menu .js-nav-toggle span:before, .show-menu .js-nav-toggle span:after {
    margin-top: 0;
    box-shadow: 0 0 0 1px #345;
  }
  
  nav {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #2586E9;
  }
  nav .nav-toggle {
    position: absolute;
    top: 4%;
    left: 110px;
    width: 100%;
    padding: 0.45em 0.6em;
    background-color:transparent;
    color: #fff;
    z-index: 100;
    cursor: pointer;
    transition: backgroun-color 0.2s;
  }
  /*nav .nav-toggle:hover {
    background-color: #345;
  }*/
  nav .nav-toggle.back-visible .nav-back {
    opacity: 1;
  }
  nav .nav-toggle.back-visible .nav-title {
    transform: translateX(40px);
  }
  nav .nav-title {
    position: absolute;
    left: 0;
    top: 0.8em;
    padding-left: 0.7em;
    transition: transform 0.3s;
  }
  nav .nav-back {
    display: inline-block;
    position: relative;
    width: 65px;
    height: 61px;
    vertical-align: middle;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.2s;
    background: url(../images/menu-back.svg) no-repeat 0px 0px;
  }
  nav .nav-back:before, nav .nav-back:after {
    content: "";
    position: absolute;
    top: 50%;
  }
  nav .nav-back:before {
    left: 50%;
    width: 9px;
    height: 9px;
    border: 2px solid currentcolor;
    border-right-color: transparent;
    border-bottom-color: transparent;
    transform: translate(-50%, -50%) rotateZ(-45deg);
    display: none;
  }
  nav .nav-back:after {
    left: 28%;
    width: 15px;
    height: 2px;
    background-color: currentcolor;
    margin-top: -1px;
    display: none;
  }
  nav a {
    display: block;
    position: relative;
    padding: 20px 110px;
    color: #fff;
    text-decoration: none;
    transition: color 0.15s, background-color 0.15s;
    font-size: 60px;
  }
  nav a:hover {
    color: #333;
    /*background-color: #efefef;*/
    text-decoration: none;
  }
  nav ul {
    list-style: none;
    padding: 120px 0 0;
    transition: transform 0.3s;
    background-color: #2586E9;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  nav ul ul {
    display: none;
    left: 100%;
  }
  nav li.has-dropdown > a {
    padding-right: 2.5em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  nav li.has-dropdown > a:after {
    content: "";
    position: absolute;
    top: 38%;
    right: 25%;
    width: 30px;
    height: 30px;
    /*border: 1px solid currentcolor;
    border-left-color: transparent;
    border-top-color: transparent;
    transform: translateY(-90%) rotateZ(-45deg);
    transition: transform 0.3s;
    transform-origin: 100%;*/
    background: url("../images/menu-normal-arrow.svg") no-repeat 0px 0px;
  }
  nav li.nav-dropdown-open ul {
    display: block;
  }

  nav li.has-dropdown > a:hover:after {
    background: url("../images/menu-normal-arrow-black.svg") no-repeat 0px 0px;
  }

  nav ul li ul li a{ 
    display: block;
    position: relative;
    padding: 5px 110px;
    color: #C1E0FF;
    text-decoration: none;
    transition: color 0.15s, background-color 0.15s;
    font-size: 14px;
}   
nav ul li ul h5{
    margin:0px;
    padding: 20px 110px;
    font-size: 60px;
    color: #FFFFFF;
    font-family: 'Play', sans-serif;

}
nav ul li ul h5 a {
    padding: 20px 0px;
}
.home-about-wrapper .container {
    padding-left: 50px;
    padding-right: 50px;
}
.home-service-wrapper .container {
    padding-left: 50px;
    padding-right: 50px;
}



@media (max-width:1024px){
.js-nav-toggle {
    position: absolute;
    top: 35px;
    right: 45px;}
    
    .home-about-wrapper img{
        width:100%;
    }
}



@media (max-width:991px){
    nav a {
        display: block;
        position: relative;
        padding: 10px 110px;
        color: #fff;
        text-decoration: none;
        transition: color 0.15s, background-color 0.15s;
        font-size: 30px;
    }
    .nav-wrapper{
        width: 700px;
    }
    .js-nav-toggle {
        top: 35px;
        right: 35px;
    }
}





.service-list-wrapper{
    margin: 0px auto;
    padding: 130px 0px;
    background: #16161D;
    position: relative;
}
.service-list-wrapper h1{
    padding: 0px;
    font-size: 100px;
    line-height:95px;
    color: #fff;
    text-align: center;
    font-family: 'Play', sans-serif !important;
}
.service-list-wrapper h1 span{
    color: #2586E9;
    display: block;
    font-family: 'Play', sans-serif !important;
}
.service-list-div{
    margin: 130px 0px 0px 0px;
    padding: 0px;
    text-decoration: none;
    transition: .5s ease;
}
.service-img-service img{
    width: 100%;
}
.service-list-div {
    display: block;
}
.service-list-div h2{
    margin: 0px;
    padding: 40px 0px 0px 0px;
    color: #fff;
    text-decoration: none;
    font-size: 32px;
    line-height: 40px;
    text-decoration: none;
}
.service-list-wrapper .service-list-div{
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none !important;
}
.service-list-wrapper .service-list-div{
    padding-right: 20px;
    padding-left:20px;
}
.service-img-service{
    position: relative;
    transition: .10s ease;
}
.service-list-div:hover .service-img-service{
    /*margin-top: -15px;*/
    transition: .10s ease;
    text-decoration: none !important;
}
.service-list-div .service-img-service img{
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


.service-list-div:hover .service-img-service img{
-webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.service-list-div:hover .service-list-div h2{
    text-decoration: none !important;
}
.main-abstraction{
    margin: 0px;
    padding: 0px;
    position: absolute;
    width: 100%;
    top: 3%;
}
.main-abstraction img{
    width: 100%;
}
.discover-our-process{
    margin: 0px;
    padding: 130px 0px;
    background:#232329;
    text-align: center;
}
.discover-our-process h4{
    margin: 0px 0px;
    padding: 0px 0px;
    color: #2586E9;
    font-size: 14px;
    line-height:30px;
    text-transform: uppercase;
}
.discover-our-process h3{
    margin: 0px 0px 90px 0px;
    padding: 0px 0px;
    color: #fff;
    font-size: 60px;
    line-height: 65px;
}
.process-div{
    margin: 0px;
    padding: 0px 0px;
}
.process-div .number {
    margin: 0px 0px 20px 0px;
    padding: 10px 15px;
    background: #2586E9;
    display: inline-block;
    border-radius: 100%;
}
.process-div .number span{
    color: #fff;
    font-size:25px;
}
.process-div h2{
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: 25px;
    line-height: 28px;
}
.process-div p{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}
.service-detail-image{
    margin: 130px 0px;
    padding: 0px 0px;
}
.service-detail-image img{
    width: 100%;
}
.service-detail-content-section{
    margin:0px 0px;
    padding: 0px 0px;
}
.service-detail-content-section h3{
    color:#fff;
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 50px;
}
.service-detail-content-section p{
    margin: 0px 0px 30px 0px;
    padding: 0px 0px;
    color: #D2D2D2;
    font-size: 16px;
}
.service-detail-content-section ul{
    margin: 80px 0px 0 0;
    padding: 0px 0px;
    column-count: 2;
}
.service-detail-content-section ul li {
    margin: 0px 0px;
    padding: 10px 0px 10px 30px;
    font-size: 18px;
    color: #FFFFFF;
    list-style: none;
    background: url(../images/bullet-point.jpg) no-repeat left center;
}
.discover-our-process.other-service-wrapper{
    text-align: left;
}
.other-service-div{
    margin: 0px;
    padding: 60px 40px 120px 40px;
    text-decoration: none;
    display: block;
    border: 1px solid #232329;
    min-height: 395px;
}
.other-service-div i{
    display: block;
    margin-bottom: 40px;
}
.other-service-div span{
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 25px;
    color: #fff;
    line-height: 32px;
    font-family: 'Play', sans-serif !important;
}

.other-service-div:hover {
    border: 1px solid #2586e9;
    display: block;
    padding:  60px 40px 120px 40px;
    text-decoration: none !important;
}

.gif-img {
    margin: auto;
    text-align: center;
}

.footer-section{
    margin: 0px;
    padding: 130px 0px 30px;
    background: #16161D;
}
.footer-section h3{
    margin:60px 0px 20px 0px;
    padding: 0px 0px;
    color: #2586E9;
    font-size: 14px;
}
.footer-section p{
    margin:0px 0px 20px 0px;
    color: #D2D2D2;
    font-size: 16px;
}
.footer-section h2{
    margin:0px 0px 40px 0px;
    padding: 0px 0px;
    color: #2586E9;
    font-size: 18px;
    font-weight: 600;
}
.footer-section ul{
    margin:0px 0px 120px 0px;
    padding: 0px 0px;
}
.footer-section ul li{
    list-style: none;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px;
}
.footer-section ul li a{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    color: #D2D2D2;
    font-size: 14px;
    text-decoration: none;
}
.footer-section ul li a:hover{
    color: #2586e9;
}
.coloum-count{
    column-count: 2;
}
.social-media-block a{
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
}
.social-media-block a:hover{
    opacity: .8;
}
/*meet team*/
.meet-our-team p {
    color: #D2D2D2;
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
}
.meet-our-team .meet-team-container  p {
    text-align: center;
    padding-top: 50px;
}
.clients-box {
    padding-top: 130px;
    margin-bottom: 130px !important;
}
.client-about-desc {
    border-top: 2px solid #2586E9;
    padding: 50px 55px 0 0;
    margin-left: 70px;
}
.client-logo-wrap .sm-logo {
    width: 100%;
    height: auto;
    min-height: 192px;
    background: #fff;
    margin-bottom: 25px;
    align-items: center;
    justify-content: center;
    display: flex;
}
/*.sm-logo a img {
    filter: grayscale(1);
}
.sm-logo a:hover img {
    filter: grayscale(0);
}*/
.discover-our-process h3 span{
    color: #2586e9;
}
.discover-our-process.client-gettouch-wrap {
    margin: 0px;
    padding: 120px 0px;
}
.logo-serv {
    display: flex;
    position: relative;
    align-items: center;
    overflow: hidden;
}
.legal-p-text {
    position: absolute;
    width: 191px;
    left: 115px;
    opacity: 1;
    transition: .3s ease-in;
}
.legal-p-text p {
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-family: 'Play', sans-serif !important;
    margin-bottom: 0;
}
.logo-serv:hover .legal-p-text{
    opacity: 0;
}
.expand-logos {
    position: absolute;
    width: 0%;
    left: 50px;
    opacity: 0;
    display: flex;
    z-index: -1;
    transition: .3s ease-in;
}
.logo-serv:hover .expand-logos {
    opacity: 1;
    -webkit-animation: grow 0.3s linear;
    animation: grow 0.3s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    left: 0;
    justify-content: center;
    transition: .3s ease-in;
}
.logo-serv .expand-logos img{
    margin-right: 25px;
}
@keyframes grow {
    100% {
      width: 100%;
    }
  }
/*meet team ends*/

.divider{
    margin:0px;
    padding: 0px 0px;
    height: 1px;
    width: 100%;
    background: #4a4a50;
    display: block;
}
.footer-bottom{
    margin: 0px 0px;
    padding-top: 30px;
}
.footer-bottom p{
    margin: 0px;
    padding: 0px;
    color: #bdbdbf;
    font-size: 14px;
}
.footer-bottom p span{
    color: #fff;
}
.footer-bottom a{
    margin: 0px;
    padding: 0px;
    color:#4a4a50; 
    font-size: 14px;
   text-decoration: none;
}
.footer-bottom a:hover{
    color: #2586e9;;
}
.footer-bottom .col-lg-6:last-child{
    text-align: right;
}
.desktop-need{
    display: block;
}
.desktop-need img {
    width: 93px;
}
.mobile-footer{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    display: none;
}
.mobile-footer h4{
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #2586E9;
}

.home-banner-section{
    margin: 0px;
    padding: 0px 0px;
}
.home-banner-section img{
    width: 100%;
}

.desktop-banner{
    position: relative;
}

.home-banner-content{
    margin:0px;
    padding:0px 0px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
.home-banner-content h1{
    color: #fff;
    font-size: 110px;
    line-height: 95px;
    margin-bottom: 40px;
}
.home-banner-content h1 span{ 
    color:#2586E9;
    font-family: 'Play', sans-serif !important;
}
.home-banner-content p{
    color: #D2D2D2;
    font-size: 16px;
}
.home-about-wrapper{
    margin:0px 0px;
    padding: 130px 0px;
    background: #16161D;
}

.home-about-wrapper h4{
    margin:0px 0px 10px 0px;
    padding: 0px 0px;
    color: #2586E9;
    text-transform: uppercase;
    font-size: 14px;
}
.home-about-wrapper h2{
    margin:0px 0px 90px 0px;
    padding: 0px 0px;
    color: #fff;
    font-size: 60px;
    line-height: 65px;
    font-weight: 300;
}
.home-about-wrapper h2 span{
    text-decoration: underline;
}
.home-about-wrapper h3{
    margin:0px 0px 40px 0px;
    padding:0px 0px;
    color: #2586E9;
    font-size: 33px;
}
.home-about-wrapper p{
    margin:0px 0px 100px 0px;
    padding: 0px 0px;
    color: #D2D2D2;
    font-size: 16px;
    line-height: 28px;
}

.common-button{
    margin: 0px;
    padding: 15px 30px;
    border: 1px solid #2586E9;
    border-radius: 35px;
    color: #fff;
    font-size: 18px;
    text-decoration: none !important;
   
}
.common-button i {
    margin: 0px 0px 0px 10px;
}
.common-button i img{
    width: auto;
}
.common-button:hover{
    background-color: #2586E9;
    color: #fff;
    text-decoration: none !important;
}
.common-button:hover i img{
    transform: rotate(315deg);
}
#common-button{
    margin: 0px;
    padding: 15px 50px 15px 30px;
    border: 1px solid #2586E9;
    border-radius: 35px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    background:transparent !important;
    position:relative;
}

#common-button:hover{
    background:#2586E9 !important;
}

#common-button::after {
    content: "";
    position: absolute;
    background: url(../images/arrow-down-right.svg) no-repeat 0px 0px;
    width: 20px;
    height: 20px;
    right: 17px;
    top: 16px;
}
#common-button:hover::after{
    transform: rotate(315deg) !important;
}
.home-service-wrapper{
    margin: 0px 0px;
    padding: 130px 0px;
    background: #fff;
}
.home-service-wrapper h4 {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px;
    color: #2586E9;
    text-transform: uppercase;
    font-size: 14px;
}

.home-service-wrapper h2 {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px;
    color: #16161D;
    font-size: 60px;
    line-height: 65px;
}
.home-service-wrapper p{
    margin:0px;
    padding: 0px;
    color:#16161D;
    line-height: 28px;
    font-size: 16px;
}
.service-home-list{
    /*margin: 100px 0px 0px 0px;*/
    margin: 50px 0px 0px 0px;
}
.service-home-list li{
    margin: 0px 0px;
    padding: 0px 0px;
    list-style: none;
}
.service-home-list .col-lg-10{
    border-bottom: 2px solid #d8d9da;
    position: relative;
    margin-bottom: 22px;
    padding-left: 0;
}
.service-home-list a{
    margin: 0px 0px 13px 0px;
    padding: 0px 0px 0px 0px;
    font-size:30px;
    line-height: 36px;
    color: #0B0F19;
    text-decoration: none;
    display:block;
    vertical-align: middle;
 
}
.service-home-list a:hover{
    color:#2586E9;
    background: url(../images/arrow-service.svg) no-repeat 60% center;
}

.service-home-list span{
    margin: 0px 80px 0px 0px;
    padding: 15px;
    font-size: 30px;
    line-height: 36px;
    color: #0B0F19;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #d8d9da;
    border-radius: 50px;
    position: relative;
    background: #fff;
    z-index: 1;
    font-weight: 600;
    font-family: 'Play' !important;
}
.service-home-list .col-lg-2{
    position: relative;
}

.service-home-list .col-lg-2::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #d8d9da;
    top: 0;
    left: 50px;
}
.service-home-list .row:last-child .col-lg-2::after {
    display: none;
}
.service-home-list .row:last-child .col-lg-10{
    border-bottom: none;
    margin-bottom: 0;
}
.service-home-list img{
    width: 400px;
}
.service-img {
    position: absolute;
    top: -81px;
    right: 0;
    opacity:0;
    transform: rotate(45deg);
    transition: .20s ease;
    transform: scale(0);
}
.service-home-list a:hover .service-img {
    opacity:1;
    transform: rotate(0deg);
    transition: .20s ease;
    transform: scale(1);
    z-index: 99;
}


.home-industries-listing-wrapper{
    margin:0px;
    padding: 130px 0px;
    background: #16161D;
    text-align: center;
}
.home-industries-listing-wrapper h4{
    margin: 0px;
    padding: 0px 0px;
    font-family: 'Play', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #2586E9;
}
.home-industries-listing-wrapper h2{
    margin: 0px 0px 30px 0px;
    padding: 0px 0px;
    font-family: 'Play', sans-serif;
    font-size: 60px;
    line-height: 85px;
    color: #fff;
}
.home-industries-listing-wrapper p{
    margin:0px;
    padding: 0px 0px;
    font-size: 16px;
    line-height: 28px;
    color: #D2D2D2;
}
.industrial-listing{
    margin:90px 0px 0px 0px;
    padding: 0px 0px;
}
.industrial-listing a {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    border: 1px solid #FFFFFF;
    display: block;
    width: 19%;
    min-height: 376px;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: default;
}
.industrial-listing a:after {
    content: '';
    position: absolute;
    z-index: 999;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 50%, rgb(0 0 0 / 50%) 100%);
}
.industrial-listing a h3{
    margin:0px;
    padding: 0px 0px;
    font-family: 'Play', sans-serif;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 25px;
    position: absolute;
    bottom: 30px;
    text-align: left;
    left: 13px;
    z-index: 9999;
}
.image-wrap {
    margin: 0px;
    position: absolute;
    bottom: 0;
    transition: .50s ease;
}
.image-wrap img{
    width: 100%;
    filter: grayscale(1);
}
.industrial-listing a:hover .image-wrap{
    bottom: 0px;
    transition: .50s ease;
}
.industrial-listing a:hover .image-wrap img{
    filter: grayscale(0);
}
.home-last-fold{
    padding: 80px 0px;
    margin: 0px 0px;
    text-align: center;
    position: relative;
}


.last-fold-img {
    margin: 0px auto;
    padding: 0px 0px;
    width: 245px;
    overflow: hidden;
    object-position: center;
    background: url(../images/home-last-fold-img.png) no-repeat center;
    height: 735px;
    transition: .35s ease;
}
.last-fold-img:hover {
    width: 100%;
    transition: .35s ease;
}



.last-fold-content-section {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width:100%;
}

.last-fold-content-section h2{
    margin:0px;
    padding: 0px 0px 0px 0px;
    color: #0B0F19;
    font-family: 'Play', sans-serif;
    font-size: 68px;
    line-height: 78px;
}
.last-fold-content-section h2 span{
    color: #fff;
}
.last-fold-img:hover h2 {
    color: #fff;
}
.last-fold-img .common-button{
    display: none;
}
.last-fold-img:hover .common-button {
    display: inline-block;
    margin-top: 50px;
}
.dektop-img{
    display: block;
}
.mobile-img{
    display: none;
}

.desktop-banner{
    display: block !important;
}
.mobile-banner{
    display: none !important;
}
.owl-nav{
    display: none;
}
.home-banner-section .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 10px;
}
.home-banner-section .owl-dots .owl-dot span{
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 8px;
}
.home-banner-section .owl-dots .owl-dot.active span{
    background: #2586e9;
}

.service-list-div h2 br {
    display: none;
}


@media (max-width:1600px){
    .legal-p-text p {
        font-size: 14px;
        line-height: 16px;
    }
    .logo-serv .expand-logos img {
         width: 117px;
    }
    .logo-serv:hover .expand-logos {
        left: 50px;
    }

nav a {
    display: block;
    position: relative;
    padding: 10px 110px;
    color: #fff;
    text-decoration: none;
    transition: color 0.15s, background-color 0.15s;
    font-size: 45px;
}
nav ul {
    list-style: none;
    padding: 85px 0 0;
}

.js-nav-toggle {
    position: absolute;
    top: 35px;
    right: 55px;}
    .menu-footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        border-top: 1px solid #FFFFFF;
        padding: 20px 110px;
    }

    .menu-ocial-media-block {
        padding: 0;
        margin: -15px 0px 0px 0px;
        text-align: right;
    }

}
@media (min-width:992px) and (max-width:1600px){
    
    .client-logo-wrap .sm-logo {
        min-height: 135px;
    }
.service-list-wrapper h1 {
    padding: 0px;
    font-size: 70px;
    line-height: 80px;
}
.service-list-div h2 {
    padding: 30px 0px 0px 0px;
    font-size: 28px;
    line-height: 35px;
}
.service-list-div {
    margin: 90px 0px 0px 0px;
}
.discover-our-process {
    margin: 0px;
    padding: 90px 0px;
}
.discover-our-process h3 {
    margin: 0px 0px 60px 0px;
    font-size: 50px;
    line-height: 60px;
}
.process-div .number span {
    color: #fff;
    font-size: 18px;
}
.process-div .number {
    margin: 0px 0px 20px 0px;
    padding: 12px 15px;
    background: #2586E9;
    display: inline-block;
    border-radius: 100%;
}
.process-div h2 {
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    line-height: 26px;
}
.process-div p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    padding: 0 30px;
}
.service-list-wrapper {
    margin: 0px auto;
    padding: 90px 0px;
}
.service-detail-content-section h3 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
}
.service-detail-content-section ul li{
    font-size: 15px;
}
.other-service-div span {
    font-size: 20px;
    line-height: 25px;
}
.other-service-div{
    min-height: 360px;
}

.home-banner-content h1 {
    color: #fff;
    font-size: 80px;
    line-height: 67px;
    margin-bottom: 40px;
}
.home-about-wrapper h2 {
    font-size: 47px;
    line-height: 51px;
    font-weight: 300;
}
.home-about-wrapper h3{
    font-size: 28px;
}
.home-service-wrapper h2 {
    font-size: 52px;
    line-height: 56px;
}

.service-home-list a {
    font-size: 20px;
    line-height: 24px;
}

.service-home-list span {
    margin: 0px 50px 0px 0px;
    padding: 15px;
    font-size: 20px;
    line-height: 24px;
}
.service-home-list .col-lg-10 {
    margin-bottom: 17px;
}

.service-home-list .col-lg-2::after{
    left: 40px;
}
.home-industries-listing-wrapper h2 {
    font-size: 52px;
    line-height: 56px;
}
.last-fold-content-section h2{
    font-size: 48px;
}
.last-fold-img{
    width:175px;
}
.industrial-listing a{
    min-height: 325px;
}


.service-home-list a:hover{
    color:#2586E9;
    background: url(../images/arrow-service.svg) no-repeat 50% center;
}



}

@media (max-width:1024px){
    .logo-serv:hover .expand-logos{
        left: 60px;
    }
    .logo-serv .expand-logos img {
        width: 90px;
    }
    .clients-box {
        padding-top: 80px;
        margin-bottom: 100px !important;
    }
    .industrial-listing a:after {
        background: linear-gradient(to bottom, transparent 35%, rgb(0 0 0 / 85%) 100%);
    }
    .service-img {
        position: inherit;
        top: -inherit;
     right: inherit;
        opacity: inherit;
        transform:inherit;
        transition: inherit; 
        transform: inherit;
        margin-top: 30px;
    }
    .service-home-list a{
        width: 100%;
    }
    .service-home-list img {
        width: 100%;
    }
    .dektop-img{
        display: none;
    }
    .mobile-img{
        display: block;
    }
    .industrial-listing a{
        min-height: auto;
        width: 100%;
        cursor: pointer;
    }
    .image-wrap {
      
         position: inherit;
         bottom: inherit; 
         transition: .20s ease; 
    }
    .last-fold-content-section h2 {
        font-size: 35px;
    }
    .last-fold-img {
        width: 125px;
    }
    
}
@media (width:1024px){
.home-banner-content {
    margin: 0pxpx;
    padding: 0px 0px;
    position: absolute;
    transform: translateY(-50%);
    top: 60%;
}
.home-banner-content h1 {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}
.home-banner-content p {
    color: #D2D2D2;
    font-size: 12px;
}
}

@media (max-width:991px){
    .logo-serv:hover .legal-p-text{
        opacity: 1;
    }
    .expand-logos {
        display: none;
    }
    .discover-our-process.client-gettouch-wrap {
        padding: 85px 0px;
    }
    .client-about-desc {
        padding: 30px 0px 0 0;
        margin-left: 40px;
    }
    .client-logo-wrap .sm-logo {
        min-height: 100px;
    }
    .service-list-wrapper {
        padding: 80px 0px;
    }
    .service-list-wrapper h1 {
        font-size: 35px;
        line-height: 50px;
    }  
    .service-list-div {
        margin: 50px 0px 0px 0px;
    }  
    .service-list-div h2 {
        padding: 20px 0px 0px 0px;
        font-size: 24px;
        line-height: 30px;
    }
    .discover-our-process h3 {
        margin: 0px 0px 60px 0px;
        font-size: 40px;
        line-height: 40px;
    }
    .process-div .number {
        margin: 0px 0px 20px 0px;
        padding: 12px 15px;
    }
    .process-div h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .process-div {
        margin: 0px;
        padding: 0px 0px 30px 0px;
    }
    .discover-our-process {
        padding: 80px 0px;
    }
    .service-detail-content-section h4 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 50px;
    }
    .service-detail-image {
        margin: 50px 0px;
        padding: 0px 0px;
    }
    .gif-img{
        margin-top: 50px;
    }

    .desktop-need{
        display: none;
    }
    .mobile-footer{
        margin: 0px;
        padding: 0px 0px 80px 0px;
        display: block;
        text-align: center;
    }
  .footer-section ul{
        margin-bottom: 0 !important;
        margin-top: 15px;
        text-align: left;
    }
    ul.demo-accordion.accordionjs {
        margin: 30px 0px !important;
    }
    li.acc_section {
        margin-bottom: 35px !important;
    }
    .footer-bottom{
        text-align: center;
    }
    .footer-bottom .col-lg-6:last-child{
        text-align: center;
    }

    .home-industries-listing-wrapper h2 {
        font-size: 33px;
        line-height: 36px;
    }

    .service-home-list a{
        font-size: 22px;
        line-height: 30px;
        margin: 0px 0px 30px 0px;
    }
 
    .service-home-list span {
        margin: 0px 80px 0px 0px;
        padding: 15px;
        font-size: 22px;
        line-height: 30px;
    }
    .home-service-wrapper p {
        line-height: 25px;
        font-size: 14px;
    }
        .home-service-wrapper h2 {
            font-size: 33px;
            line-height: 36px;
        }
        .home-about-wrapper p {
            margin: 0px 0px 50px 0px;
            font-size: 14px;
            line-height: 25px;
        }

        .home-about-wrapper h3 {
            margin: 40px 0px 40px 0px;
            padding: 0px 0px;
            color: #2586E9;
            font-size: 22px;
        }
.home-about-wrapper img{
    width: 95%;
}
.home-about-wrapper h2 {
    font-size: 32px;
    line-height: 36px;
}
.home-banner-content h1 {
    color: #fff;
    font-size: 52px;
    line-height: 43px;
    margin-bottom: 40px;
}
.home-banner-content p {
    color: #D2D2D2;
    font-size: 14px;
    padding-right: 20px;
}
.desktop-banner{
    display: none !important;
}
.mobile-banner{
    display: block !important;
}
.service-home-list .col-lg-2::after{
    left: 40px;
}
.header-title h1 {
    margin: 0px 0px 0px 0px;
    padding: 46px 0px;
    color: #2586E9;
    font-size: 15px;
    letter-spacing: 2px;
}
.header-title{
    padding-top: 100px;
}
.service-detail-content-section h3 {
    color: #fff;
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 50px;
    font-weight: 400;
}
.other-service-div {
    margin: 0px;
    padding: 60px 40px 60px 40px;
    text-decoration: none;
    display: block;
    border: 1px solid #232329;
    min-height: 300px;
}
}
@media (max-width:767px){
    nav a {
        display: block;
        position: relative;
        padding: 10px 30px;
        color: #fff;
        text-decoration: none;
        transition: color 0.15s, background-color 0.15s;
        font-size: 25px;
    }
    .nav-wrapper{
        width: 300px;
    }
    nav ul li ul li a {
        display: block;
        position: relative;
        padding: 8px 30px;
        color: #C1E0FF;
        text-decoration: none;
        transition: color 0.15s, background-color 0.15s;
        font-size: 14px;
    }
    .menu-footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        border-top: 1px solid #FFFFFF;
        padding: 30px 30px;
        text-align: center;
    }
    nav ul li ul h5 {
        margin: 0px;
        padding: 20px 30px;
        font-size: 30px;
        color: #FFFFFF;
        font-family: 'Play', sans-serif;
    }

    nav .nav-toggle{
        left:30px;
    }
    .js-nav-toggle {
        position: absolute;
        top: 25px;
        right: 10px;
    }
    .menu-ocial-media-block {
        padding: 0;
        margin: 0px 0px 0px 0px;
        text-align: center;
    }
    header .container {
        max-width: 90%;
        padding: 25px 0px;
    }
    .page-template-frontpage header .container
    {
        max-width: 90%;
        border-bottom: 1px solid #FFFFFF;
        padding: 25px 0px;
    }
}

@media (max-width:767px){
   /* .home-banner-section:after {
        content: '';
        position: absolute;
        z-index: 999;
        display: block;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(to top, transparent 30%, rgb(0 0 0 / 70%) 100%);
    }*/
    .client-about-desc {
        padding: 30px 0px 0 0;
        margin-left: 0;
        border-bottom: 2px solid #2586E9;
        border-top:none;
    }
    .clients-box {
        padding-top: 40px;
        margin-bottom: 50px !important;
    }
    .meet-our-team .meet-team-container p {
        padding-top: 20px;
    }
    .meet-team-container p br{
        display: none;
    }
    .discover-our-process h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .client-logo-wrap .sm-logo{
        min-height: 140px;
    }
    .last-fold-content-section{
        width: auto;
    }
    .last-fold-img {
        margin: 0px auto;
        padding: 0px 0px;
        width: 100%;
        overflow: hidden;
        object-position: center;
        background: url(../images/home-last-fold-img-mob.png) no-repeat center;
        height: 400px;
        transition: .35s ease;
        background-size: contain;
    }
    .last-fold-img .common-button {
        display: inline-block;
    }
    .last-fold-content-section h2 {
        margin: 0px;
        padding: 0px 0px 20px 0px;
        color: #ffffff;
        font-family: 'Play', sans-serif;
        font-size: 30px;
        line-height: 34px;
    }
    .industrial-listing a h3 {
        color: #FFFFFF;
        font-size: 18px;
        line-height: 23px;
        position: absolute;
        top: 60%;
        z-index: 9999;
        transform: translateY(-50%);
    }
    .home-about-wrapper {
        margin: 0px 0px;
        padding: 80px 0px;
        background: #16161D;
    }
    .home-service-wrapper {
        margin: 0px 0px;
        padding: 80px 0px;
        background: #fff;
    }
    .home-industries-listing-wrapper {
        margin: 0px;
        padding: 80px 0px;
        background: #16161D;
        text-align: center;
    }
    .home-last-fold{
        padding: 0;
    }
    nav li.has-dropdown > a:after {
        content: "";
        position: absolute;
        top: 38%;
        right: 25%;
        width: 23px;
        height: 30px;
        background: url(../images/menu-normal-arrow.svg) no-repeat 0px 0px;
        background-size: 100%;
    }
    nav .nav-back {
        display: inline-block;
        position: relative;
        width: 50px;
        height: 61px;
        vertical-align: middle;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.2s;
        background: url(../images/menu-back.svg) no-repeat 0px 0px;
        background-size: 100%;
    }
}

@media (max-width:630px){
    .home-banner-content:after {
        content: '';
        position: absolute;
        z-index: -1;
        display: block;
        height: 100%;
        width: 112%;
        top: 0;
        left: -72px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(0,0,0,40%)), color-stop(100%,rgba(125,185,232,0)));
        /* background: linear-gradient(to bottom, transparent -11%, rgb(0 0 0 / 50%) 100%); */
    }
.service-detail-content-section ul{
    column-count: 1;
}
.gif-img img{
   width:100%;
}
.service-home-list span {
    margin: 0px 80px 0px 0px;
    padding: 6px 8px;
    font-size: 22px;
    line-height: 30px;
}
.service-home-list .col-lg-2::after {
    left: 33px;
}
.main-abstraction {
    top: 1%;
}
.service-home-list .col-lg-10{
    padding-left: 15px;
}
.last-fold-content-section {
    width: 320px;
}
}
@media (max-width:560px){
    .client-logo-wrap .sm-logo {
        min-height: 100px;
    }
    .discover-our-process h3 {
        font-size: 23px;
        line-height: 33px;
    }
    }

.accordionjs .acc_section .acc_head{
    background: transparent !important;
}
.accordionjs .acc_section{
    border: none !important;
    z-index: 1 !important;
}
.accordionjs .acc_section .acc_head{
    margin:0px;
    padding: 0px 0px;
    background: url("../images/chevron-down.svg") no-repeat right center !important;
}
@media (max-width:475px){
    .legal-p-text {
        width: 138px;
        left: 96px;
    }
    .legal-p-text p {
        font-size: 11px;
        line-height: 14px;
    }
}
@media (max-width:375px){
    nav ul li ul h5 a {
        padding: 0px 0px;
    }
    nav ul li ul li a{
        padding: 5px 30px;  
    }
}
@media (min-width:1200px) and (max-width:1600px){
    .home-banner-content {
        margin: 0px;
        padding: 0px 0px;
        position: absolute;
        transform: translateY(-50%);
        top: 60%;
    }
    .service-list-wrapper .row{
        max-width: 1000px;
        margin: auto;
    }
    .service-list-wrapper .container {
        max-width: 1000px;
    }
    }

    .nav-wrapper li.active a{
        color: #333;
    } 
    .current-menu-item a{
        color: #2586E9 !important;
    }
    .menu-header-service-menu-container li a{
        color: #C1E0FF !important;
    }
    .menu-header-service-menu-container li a:hover{
        color: #333 !important;
    }
    .menu-header-service-menu-container .current-menu-item a{
        color: #333 !important;
        /*background: #C1E0FF !important;*/
    }
    a.other-service-div i img {
        width: 60px;
    }
    .other-service-div span br {
        display: none;
    }
    .menu-header-service-menu-container li a br {
        display: none;
    }
    .progress-wrap.btn-right-side.active-progress{
        background: url("../images/back-to-top.svg") no-repeat 0px 0px !important;
        background-size: 100% !important;
    }
    .progress-wrap.btn-right-side.active-progress svg{
        opacity: 0 !important;
    }
    .progress-wrap::after{
        opacity: 0 !important;
    }
    .progress-wrap {
        bottom: 135px !important;
        height: 75px !important;
        width: 75px !important;
        box-shadow: none !important;
    }
    a.js-nav-toggle:hover {
        opacity: .6;
    }
    body.error404 {
        background: #16161D;
    }
    #Error_404 .error_desk h2{
        color: #fff;
    }
    #Error_404 .error_desk h4{
        color: #fff;
    }
    #Error_404 .error_desk p .check{
        color: #fff;
    }
    .button-stroke .button:hover {
        background-color: #f7f7f7;
        color: #000 !important;
    }
    @media (min-width:320px) and (max-width:1600px){
        .progress-wrap {
            height: 50px !important;
            width: 50px !important;
            box-shadow: none !important;
        }
    }