@charset "UTF-8";
/* ==========================================================================
   [Master Stylesheet]

    Project                  :       Bitronics
    Version                  :       1.0
    Author                   :       Renfos Technologies
    Author  URl              :       www.renfos.com

   ========================================================================== */

/* ==========================================================================
   Master Styles
   ========================================================================== */

@font-face {
    font-family: 'ProximaNovaBlack';
    src: url('../fonts/proxima-nova-black-webfont.eot');
    src: url('../fonts/proxima-nova-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proxima-nova-black-webfont.woff2') format('woff2'), url('../fonts/proxima-nova-black-webfont.woff') format('woff'), url('../fonts/proxima-nova-black-webfont.ttf') format('truetype'), url('../fonts/proxima-nova-black-webfont.svg#ProximaNovaBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaBold';
    src: url('../fonts/proxima-nova-bold-webfont.eot');
    src: url('../fonts/proxima-nova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proxima-nova-bold-webfont.woff2') format('woff2'), url('../fonts/proxima-nova-bold-webfont.woff') format('woff'), url('../fonts/proxima-nova-bold-webfont.ttf') format('truetype'), url('../fonts/proxima-nova-bold-webfont.svg#ProximaNovaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/proxima-nova-regular-webfont.eot');
    src: url('../fonts/proxima-nova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proxima-nova-regular-webfont.woff2') format('woff2'), url('../fonts/proxima-nova-regular-webfont.woff') format('woff'), url('../fonts/proxima-nova-regular-webfont.ttf') format('truetype'), url('../fonts/proxima-nova-regular-webfont.svg#ProximaNova') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaSemi';
    src: url('proxima-nova-semibold-webfont.eot');
    src: url('proxima-nova-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('proxima-nova-semibold-webfont.woff2') format('woff2'), url('proxima-nova-semibold-webfont.woff') format('woff'), url('proxima-nova-semibold-webfont.ttf') format('truetype'), url('proxima-nova-semibold-webfont.svg#ProximaNovaSemi') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    background: #fff;
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    font-family: "ProximaNova", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden !important;
}
a {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
body::-webkit-scrollbar {
    width: 8px;
}
button::-moz-focus-inner {
    border: 0;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #333;
}
body::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #29B6F6;
}
#page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #1565c0;
    background: #29b6f6;
    background: -moz-linear-gradient(top, #29b6f6 0%, #1565c0 100%);
    background: -webkit-linear-gradient(top, #29b6f6 0%, #1565c0 100%);
    background: linear-gradient(to bottom, #29b6f6 0%, #1565c0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29b6f6', endColorstr='#1565c0', GradientType=0);
    z-index: 9999;
}
.page-loader-inner {
    width: 200px;
    height: 1px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
}
.page-loader-inner .loader-logo-name {
    position: absolute;
    top: 0;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    margin-top: -120px;
    transition: all 800ms ease-in-out;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
}
body.loading .loader-logo-name {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(Opacity=100)";
}
body.loading-end .loader-logo-name {
    top: -60px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
}
.page-loader-inner .loader-logo-name img {
    max-height: 80px;
}
.page-loader-inner h6 {
    font-size: 16px;
    color: #fff;
    margin-top: -30px;
    transition: all 800ms .1s ease-in-out;
    -webkit-transition: all 800ms .1s ease-in-out;
    -moz-transition: all 800ms .1s ease-in-out;
    -o-transition: all 800ms .1s ease-in-out;
    -ms-transition: all 800ms .1s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
}
body.loading .page-loader-inner h6 {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(Opacity=100)";
}
body.loading-end .page-loader-inner h6 {
    margin-top: -100px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
}
.pace {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    background: #1565C0;
    z-index: 999999;
    transition: all 800ms .2s ease-in-out;
    -webkit-transition: all 800ms .2s ease-in-out;
    -moz-transition: all 800ms .2s ease-in-out;
    -o-transition: all 800ms .2s ease-in-out;
    -ms-transition: all 800ms .2s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
}
.pace-inactive {
    display: none;
}
body.loading .pace {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(Opacity=100)";
}
body.loading-end .pace {
    top: 40%;
    opacity: 0!important;
    filter: alpha(opacity=0)!important;
    -ms-filter: "alpha(Opacity=0)"!important;
}
.pace .pace-progress {
    background: #fff;
    z-index: 2000;
    height: 1px;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -khtml-transition: all 1s;
    transition: all 1s;
}
.main-wraper .navigation-menu {
   /*  width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    left: 0; */
    /* top: -100%; */
    /* z-index: 8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); */
}
.main-wraper .navigation-menu * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.main-wraper .navigation-menu .nav-bg {
    background-color: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 40px;
    top: 25px;
}
.main-wraper .navigation-menu .nav-circle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 25px;
    right: 40px;
    /* background-color: #fff; */
    opacity: 1;
    z-index: 6;
    -webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
.main-wraper .navigation-menu .nav-circle.expand {
    width: 150%;
    height: 2000px;
    overflow: hidden;
    top: -560px;
    right: -565px;
    -webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
.main-wraper .navigation-menu .main-menu-item-wrap {
    background-color: #fff;
    background-image: url('../img/pattern-bg.png');
    background-repeat: repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center center;
    transition-delay: 0.8s;
}
.main-wraper .navigation-menu .inner {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 7;
}
.main-wraper .navigation-menu .inner address {
    float: left;
    color: #fff;
    font-size: 20px;
    transform: translateX(-200%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    margin: 0;
    height: 170px;
    position: absolute;
    top: 50%;
    margin-top: -85px;
}
.main-wraper .navigation-menu .inner address span {
    font-family: 'ProximaNovaBlack';
    display: block;
    font-size: 2vw;
    margin-bottom: 20px;
}
.main-wraper .navigation-menu .inner ul {
    margin: 0;
    padding: 0;
    padding-right: 40px;
}
.main-wraper .navigation-menu .inner ul li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.main-wraper .navigation-menu .inner ul li a {
    float: right;
    font-size: 1.5vw;
    text-transform: capitalize;
    color: #222;
    font-family: 'ProximaNovaBlack';
    line-height: 70px;
    /* transform: translateY(200%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); */
    position: relative;
}
.main-wraper .navigation-menu .inner ul li a:before {
    content: "";
    width: 0;
    height: 3px;
    background: #29B6F6;
    position: absolute;
    left: 0;
    bottom: 17px;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.main-wraper .navigation-menu .inner ul li a:hover {
    text-decoration: none;
}
.main-wraper .navigation-menu .inner ul li a:hover:before {
    width: 100%;
}
.main-wraper .transition-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.main-wraper .navbar {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    padding: 20px 30px;
    /* transform: translateY(-100%); */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    /* transition-delay: 0.8s; */
}
.loading-end .navbar {
    transform: translateY(0);
}
.main-wraper .navbar .logo {
    margin-right: 35px;
}
.main-wraper .navbar .logo a {
    float: left;
}
.main-wraper .navbar .logo a img {
    height: 25px;
}
.main-wraper .navbar .sandwich-nav {
    margin-right: 0;
}
.main-wraper .navbar .sandwich-nav .sandwich-text {
    float: left;
    height: 46px;
    overflow: hidden;
}
.main-wraper .navbar .sandwich-nav .sandwich-text b {
    float: left;
    line-height: 46px;
    font-weight: normal;
    color: #333;
    font-family: 'NexaReg';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.main-wraper .sandwich-btn {
    width: 40px;
    height: 40px;
    float: left;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
}
.main-wraper .navbar .sandwich-nav .sandwich-btn {
    float: left;
    margin-left: 10px;
}
.main-wraper .sandwich-btn span {
    display: block;
    height: 2px;
    width: 22px;
    background: #1565C0;
    opacity: 1;
    position: absolute;
    right: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.main-wraper .sandwich-btn span:nth-child(1) {
    top: 13px;
}
.main-wraper .sandwich-btn span:nth-child(2) {
    top: 19px;
    width: 16px;
}
.main-wraper .sandwich-btn span:nth-child(3) {
    top: 25px;
}
.main-wraper .header {
    /* width: 100%;
    height: 100vh;
    display: flex;
    position: fixed;
    left: 0;
    top: 0; */
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.main-wraper .navigation-menu.open {
    top: 0;
}
.main-wraper .navigation-menu.open .nav-bg {
    width: 100%;
}
.main-wraper .navigation-menu.open .nav-bg2 {
    width: 100%;
}
.main-wraper .navigation-menu.open address {
    transition-delay: 1s;
    transform: translateY(0);
}
.main-wraper .navigation-menu.open ul li a {
    transform: translateY(0);
}
.main-wraper .navigation-menu.open ul li {
    margin: 0;
}
/* .main-wraper .navigation-menu.open ul li:nth-child(1) a {
    transition-delay: 0.8s;
} */

.main-wraper .navbar .sandwich-nav .sandwich-text.move-up b {
    transform: translateY(-50%);
}
.main-wraper .sandwich-btn.open span:nth-child(1) {
    top: 19px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.main-wraper .sandwich-btn.open span:nth-child(2) {
    top: 19px;
    right: -30px;
    opacity: 0;
}
.main-wraper .sandwich-btn.open span:nth-child(3) {
    top: 19px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.main-wraper .hero-main {
    width: 100%;
    height: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.main-wraper .hero-main video {
    background-size: cover;
    bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: auto;
    z-index: -1;
}
.main-wraper .hero-main .videoContainer iframe {
    /* optional */
    width: 100%;
    height: 100%;
}
/* .main-wraper .hero-main::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../img/hero/hero-lines-bg.png') center;
    opacity: 0.2;
} */

.main-wraper .hero-main::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.3;
}
.main-wraper #hero-youtube {
    position: absolute;
    background-color: #0f1112;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}
.main-wraper .hero-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.main-wraper .hero-content {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: left;
    padding-top: 100px;
    padding-bottom: 100px;
}
.main-wraper .header .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.main-wraper .header .swiper-container .swiper-slide {
    overflow: hidden;
}
.main-wraper .header .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 0 150px;
}
.main-wraper .header h5 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 0;
    position: relative;
}
.main-wraper .header h5:before {
    content: "";
    width: 30px;
    height: 3px;
    background: #fff;
    float: left;
    margin-top: 19px;
    margin-right: 6px;
    margin-left: -18px;
}
.main-wraper .header h2 {
    font-size: 8vw;
    color: #222;
    font-family: "ProximaNovaBlack";
    text-transform: uppercase;
    position: relative;
    line-height: 1.2;
    margin: 0;
}
/* .main-wraper .header .slide-inner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../img/hero/hero-lines-bg.png') center;
    opacity: 0.2;
} */

.main-wraper .header .swiper-container .swiper-pagination-fraction {
    width: 100px;
    position: absolute;
    left: auto;
    right: 40px;
    bottom: 20px;
    color: #666;
    text-align: right;
}
.main-wraper .header .swiper-container .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 50px;
    font-family: 'ProximaNovaBlack';
}
.main-wraper .header .swiper-container .swiper-pagination-fraction .swiper-pagination-total {
    font-size: 15px;
    font-weight: 600;
    opacity: 0.7;
}
.main-wraper .header .swiper-container .swiper-pagination-fraction .swiper-pagination-current:before {
    content: "0";
}
.main-wraper .header .swiper-container .swiper-button-prev {
    width: 40px;
    height: 26px;
    float: left;
    right: 200px;
    left: auto;
    top: 50%;
    z-index: 6;
    background: none;
    overflow: hidden;
    text-align: right;
}
.main-wraper .header .swiper-container .swiper-button-prev * {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transform: all 0.4s ease;
    transition: all 0.4s ease;
}
.main-wraper .header .swiper-container .swiper-button-prev span {
    width: 100%;
    float: left;
    line-height: 26px;
    font-size: 14px;
    font-weight: 500;
    color: #29b6f6;
}
.main-wraper .header .swiper-container .swiper-button-prev img {
    height: 26px;
}
.main-wraper .header .swiper-container .swiper-button-line {
    width: 40px;
    height: 2px;
    background: #1464c0;
    position: absolute;
    right: 150px;
    top: 50%;
    z-index: 2;
    margin-top: -10px;
}
.main-wraper .header .swiper-container .swiper-button-next {
    width: 40px;
    height: 26px;
    float: left;
    right: 100px;
    left: auto;
    top: 50%;
    z-index: 6;
    background: none;
    overflow: hidden;
}
.main-wraper .header .swiper-container .swiper-button-next * {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transform: all 0.4s ease;
    transition: all 0.4s ease;
}
.main-wraper .header .swiper-container .swiper-button-next span {
    width: 100%;
    float: left;
    line-height: 26px;
    font-size: 14px;
    font-weight: 500;
    color: #29b6f6;
}
.main-wraper .header .swiper-container .swiper-button-next img {
    height: 26px;
}
.main-wraper .header .swiper-container .swiper-button-next:hover span {
    transform: translateY(-100%);
}
.main-wraper .header .swiper-container .swiper-button-next:hover img {
    transform: translateY(-100%);
}
.main-wraper .header .swiper-container .swiper-button-prev:hover span {
    transform: translateY(-100%);
}
.main-wraper .header .swiper-container .swiper-button-prev:hover img {
    transform: translateY(-100%);
}
.main-wraper .header .scroll-down {
    width: 1px;
    height: 70px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 2;
}
.main-wraper .header .scroll-down span {
    display: block;
    position: relative;
    padding-top: 79px;
    text-align: center;
}
.main-wraper .header .scroll-down span::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
}
.main-wraper .header .scroll-down span::before {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -0.5px;
    width: 1px;
    height: 70px;
    background: #1565c0;
    background: -moz-linear-gradient(top, #29b6f6 0%, #1565c0 100%);
    background: -webkit-linear-gradient(top, #29b6f6 0%, #1565c0 100%);
    background: linear-gradient(to bottom, #29b6f6 0%, #1565c0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29b6f6', endColorstr='#1565c0', GradientType=0);
    content: "";
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
.main-wraper .header .social-media {
    position: absolute;
    left: 44px;
    bottom: 90px;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    margin: 0;
    padding: 0;
    z-index: 2;
    transform: translateY(100%);
    opacity: 0;
    transition-delay: 1.2s;
}
.main-wraper .header .social-media li {
    float: left;
    margin: 0;
    margin-right: 15px;
    padding: 0;
    list-style: none;
}
.main-wraper .header .social-media li a {
    float: left;
    color: #fff;
    position: relative;
}
.main-wraper .header .social-media li a:before {
    content: "";
    width: 0;
    height: 6px;
    background: #29B6F6;
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.loading-end .header .social-media {
    transform: translateY(0);
    opacity: 1;
}
.main-wraper .header .social-media li a:hover:before {
    width: 100%;
}
/* .main-wraper .header:after {
    content: "";
    width: 60%;
    height: 70px;
    background: #29B6F6;
    position: absolute;
    left: 40px;
    bottom: 0;
    z-index: 2;
} */

#fp-nav {
    z-index: 5;
}
#fp-nav ul {
    counter-reset: item;
    list-style-type: none;
}
#fp-nav ul li {
    height: auto;
    margin: 25px 7px;
}
#fp-nav ul li a {
    position: relative;
    font-size: 18px;
    color: #1565C0;
    opacity: 0.8;
    font-family: 'Courier New';
    font-weight: 900;
}
#fp-nav ul li a.active {
    opacity: 1;
    font-family: 'Courier New';
}
#fp-nav ul li a::before {
    content: counter(item, decimal-leading-zero) " ";
    counter-increment: item;
}
#fp-nav ul li:nth-child(1) a::before {
    content: "0001";
}
#fp-nav ul li:nth-child(2) a::before {
    content: "0010";
}
#fp-nav ul li:nth-child(3) a::before {
    content: "0011";
}
#fp-nav ul li:nth-child(4) a::before {
    content: "0100";
}
#fp-nav ul li:nth-child(5) a::before {
    content: "0101";
}
#fp-nav ul li:nth-child(6) a::before {
    content: "0110";
}
#fp-nav ul li:nth-child(7) a::before {
    content: "0111";
}
#fp-nav ul li a span {
    display: none;
}
#fp-nav ul li .fp-tooltip {
    font-family: 'ProximaNova';
    left: -10px !important;
    text-transform: capitalize;
    top: 26px;
    background-color: transparent;
    padding: 5px 10px;
    font-size: 14px;
    width: auto;
    color: #333;
    width: 95px;
    white-space: inherit;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
}
#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
    width: 95px;
}
#fp-nav.fp-left {
    left: 20px;
}
#fp-nav ul li a::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    box-sizing: content-box;
    border-top: 2px solid transparent;
    opacity: 0.7;
    transition: height 0.3s 0.1s, width 0.1s, border-color 0s 0.4s;
    transition-timing-function: linear;
}
#fp-nav ul li a.active::after {
    border-color: #000;
    height: 50px;
    width: 40px;
    transition: height 0.3s 0.1s, width 0.1s 0.4s, border-color 0s 0.1s;
    transition-timing-function: linear;
}
#fp-nav ul li a.active~.fp-tooltip {
    opacity: 1;
}
#fp-nav ul li:hover .fp-tooltip {
    opacity: 0;
}
.main-wraper .navbar .logo a .logo-white {
    display: none;
}
.main-wraper .navbar .logo a .logo-color {
    display: block;
}
/* .menu-open .main-wraper .navbar .logo a .logo-color {
    display: none;
}
.menu-open .main-wraper .navbar .logo a .logo-white {
    display: block;
} */

/* .menu-open .main-wraper .navbar .sandwich-nav .sandwich-text b {
    color: #fff;
} */
/* .menu-open .main-wraper .sandwich-btn span {
    background-color: #fff;
} */
.main-wraper .navbar.fixed {
    background-color: #fff;
    padding: 10px 30px;
}
.main-wraper .navbar.fixed .logo a .logo-white {
    display: none;
}
.main-wraper .navbar.fixed .logo a .logo-color {
    display: block;
}
.main-wraper .navbar.fixed .sandwich-nav .sandwich-text b {
    color: #2D2D2D;
}
.main-wraper .navbar.fixed .sandwich-btn span {
    background-color: #1565C0;
}
.main-wraper .wrapper-inner .journey-with-us p {
    line-height: 30px;
}
.main-wraper .wrapper-inner .journey-with-us .animated-img {
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    /* filter: grayscale(100); */
    z-index: -1;
}
.floating-img {
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-name: Floatingy;
    -moz-animation-name: Floatingy;
}
.bg-grey {
    background-color: #efefef;
}
@-webkit-keyframes Floatingy {
    from {
        -webkit-transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(0px, 50px);
    }
    to {
        -webkit-transform: translate(0, -0px);
    }
}
@-moz-keyframes Floatingy {
    from {
        -moz-transform: translate(0, 0px);
    }
    65% {
        -moz-transform: translate(0px, 50px);
    }
    to {
        -moz-transform: translate(0, -0px);
    }
}
@-webkit-keyframes Floatingx {
    from {
        -webkit-transform: translate(50px, 0px);
    }
    65% {
        -webkit-transform: translate(0, 0);
    }
    to {
        -webkit-transform: translate(50px, -0px);
    }
}
@-moz-keyframes Floatingx {
    from {
        -moz-transform: translate(50px, 0px);
    }
    65% {
        -moz-transform: translate(0, 0);
    }
    to {
        -moz-transform: translate(50px, -0px);
    }
}
.main-wraper .wrapper-inner .sec-title {
    margin-bottom: 40px;
}
.main-wraper .wrapper-inner .sec-title h6 {
    font-size: 18px;
}
.main-wraper .wrapper-inner .sec-title h2 {
    font-size: 10vmin;
    color: #1565C0;
    margin-bottom: 50px;
    font-family: 'ProximaNovaBlack';
    text-transform: uppercase;
}
.main-wraper .wrapper-inner .explore-wrap {
    padding: 80px 0;
}
.main-wraper .wrapper-inner .explore-wrap .shape-two {
    position: absolute;
    right: 0;
    top: -15%;
}
.main-wraper .wrapper-inner .explore-wrap .explore-list {
    list-style: none;
    padding: 0;
}
.main-wraper .wrapper-inner .explore-wrap .explore-list li {
    width: calc50%;
    float: left;
    margin: 0;
    list-style: none;
}
.main-wraper .wrapper-inner .explore-wrap .explore-list li+li {
    padding-left: 5%;
}
.main-wraper .wrapper-inner .explore-wrap .explore-list li figure {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    transform-style: preserve-3d;
}
.main-wraper .wrapper-inner .explore-wrap .explore-list li figure * {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.main-wraper .wrapper-inner .explore-wrap .explore-list li figure .thumb {
    width: 100%;
}
.main-wraper .wrapper-inner .explore-wrap .explore-list li figure figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30px;
    padding-bottom: 50px;
    transform: translateZ(20px);
}
.main-wraper .wrapper-inner .explore-wrap .explore-list li figure figcaption .brand {
    height: 30px;
    margin-bottom: 40px;
    opacity: 0;
}
.main-wraper .wrapper-inner .explore-wrap .explore-list li figure figcaption h3 {
    font-weight: 800;
    color: #fff;
}
.main-wraper .wrapper-inner .explore-wrap .explore-list li figure figcaption small {
    font-size: 10px;
    color: #fff;
    display: block;
    margin-bottom: 50px;
    font-weight: 600;
}
.main-wraper .wrapper-inner .explore-wrap .explore-list li figure figcaption a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    border-bottom: 2px solid #fff;
    padding-bottom: 2px;
    opacity: 0;
}
.main-wraper .wrapper-inner .explore-wrap .explore-list li figure:hover .thumb {
    box-shadow: 4px 21px 44px -13px rgba(0, 0, 0, 0.75);
}
.main-wraper .wrapper-inner .explore-wrap .explore-list li figure:hover figcaption {
    text-shadow: 2px 10px 10px rgba(0, 0, 0, 0.35);
}
.main-wraper .wrapper-inner .explore-wrap .explore-list li figure:hover figcaption .brand {
    opacity: 1;
}
.main-wraper .wrapper-inner .explore-wrap .explore-list li figure:hover figcaption a {
    opacity: 1;
}
.main-wraper .wrapper-inner .what-we-do-wrap .shape-one {
    position: absolute;
    top: 19%;
    left: 0;
}
/* .main-wraper .wrapper-inner .what-we-do-wrap::before {
    content: url('../img/shapes/2.png');
    position: absolute;
    top: 0;
    left: 0;
    opacity: .05;
    filter: brightness(0);
} */

.main-wraper .wrapper-inner .what-we-do-wrap {
    padding: 80px 0;
    position: relative;
}
.main-wraper .wrapper-inner .what-we-do-wrap h2 {
    margin-bottom: 0;
}
.main-wraper .wrapper-inner .what-we-do-wrap h6 {
    color: #000;
    display: block;
    font-family: ProximaNovaBold;
    font-size: 26px;
}
.main-wraper .wrapper-inner .what-we-do-wrap .inner img {
    height: 75px;
    margin-bottom: 20px;
}
.main-wraper .wrapper-inner .what-we-do-wrap .inner h4 {
    font-family: ProximaNovaBold;
    font-size: 18px;
    margin-bottom: 20px;
    color: #444;
}
.main-wraper .wrapper-inner .what-we-do-wrap .inner h4 a {
    color: #444;
}
.main-wraper .wrapper-inner .what-we-do-wrap .inner p {
    font-size: 14px;
    color: #808080;
    line-height: 22px;
}
.main-wraper .wrapper-inner .what-we-do-wrap .inner a {
    font-size: 14px;
    color: #333;
    display: block;
    margin-bottom: 5px;
    position: relative;
}
.main-wraper .wrapper-inner .contact-wrap .talk-wrap {
    width: 100%;
    display: flex;
    color: #1565C0;
    background-color: #fff;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 125px;
    position: relative;
}
.main-wraper .wrapper-inner .contact-wrap .talk-wrap h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'ProximaNovaBlack';
}
.main-wraper .wrapper-inner .contact-wrap .talk-wrap h5 {
    margin-bottom: 50px;
    color: #fff;
}
.main-wraper .wrapper-inner .contact-wrap .footer {
    background-color: #2d2d2d;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
    text-align: center;
}
.main-wraper .wrapper-inner .contact-wrap .footer .container {
    display: flex;
}
.main-wraper .wrapper-inner .contact-wrap .footer .container .content-box {
    flex: 1;
    color: #fff;
    padding-bottom: 50px;
}
.main-wraper .wrapper-inner .contact-wrap .footer .container .content-box:nth-child(1) {
    text-align: left;
}
.main-wraper .wrapper-inner .contact-wrap .footer .container .content-box:nth-child(3) {
    text-align: right;
}
.main-wraper .wrapper-inner .contact-wrap .footer .container .content-box h2 {
    font-size: 14px;
    font-family: 'ProximaNovaBold';
    margin-bottom: 30px;
}
.main-wraper .wrapper-inner .contact-wrap .footer .container .content-box p {
    font-size: 17px;
    line-height: 32px;
    margin: 0;
}
.main-wraper .wrapper-inner .contact-wrap .footer .footer-copy {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 31px 40px;
    background: #131313;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.main-wraper .wrapper-inner .contact-wrap .footer .footer-copy .container {
    display: flex;
}
.main-wraper .wrapper-inner .contact-wrap .footer .footer-copy .container small {
    margin-left: 0;
    color: #fff;
    font-size: 14px;
}
.main-wraper .wrapper-inner .contact-wrap .footer .footer-copy .container ul {
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
}
.main-wraper .wrapper-inner .contact-wrap .footer .footer-copy .container ul li {
    float: left;
    margin: 0;
    margin-left: 30px;
    padding: 0;
    list-style: none;
}
.main-wraper .wrapper-inner .contact-wrap .footer .footer-copy .container ul li a {
    float: left;
    color: #fff;
    font-size: 14px;
}
.main-wraper .wrapper-inner .career-wrap .illustration {
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translateY(-50%);
    /* filter: grayscale(100); */
}
.main-wraper .wrapper-inner .career-wrap .illustration .shape-one {
    position: absolute;
    top: -28px;
    right: -63px;
}
.main-wraper .wrapper-inner .career-wrap .illustration .shape-two {
    position: absolute;
    bottom: 0;
    right: -25px;
}
.main-wraper .wrapper-inner .career-wrap .shape-two {
    position: absolute;
    right: 0;
    top: 11%;
}
/* .main-wraper .wrapper-inner {
    background-color: #111;
} */

.main-wraper .wrapper-inner .sec-with-margin {
    width: calc(100% - 120px);
    margin: 0 60px;
    background-color: #fff;
}
.main-wraper .hero-image .hero-content h2 {
    font-size: 8vw;
    color: #1565C0;
    font-family: "ProximaNovaBlack";
    text-transform: uppercase;
    position: relative;
    line-height: 1.2;
    margin: 0;
    /* background: #29b6f6;
    background: -moz-linear-gradient(top, #29b6f6 0%, #1565c0 100%);
    background: -webkit-linear-gradient(top, #29b6f6 0%, #1565c0 100%);
    background: linear-gradient(to bottom, #29b6f6 0%, #1565c0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29b6f6', endColorstr='#1565c0', GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
.main-wraper .hero-image .hero-content h5 {
    color: #777;
}
.main-wraper .hero-image {
    position: relative;
}
.main-wraper .hero-image img {
    position: absolute;
    height: calc(100vh + 80px);
    left: 0;
    width: 100%;
    top: -86px;
    z-index: 2;
}
.main-wraper .hero-image .hero-content {
    position: relative;
    z-index: 5;
}
#particles-js {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.main-wraper .wrapper-inner .explore-wrap .animated-img {
    position: absolute;
    left: -140px;
    bottom: -25px;
    width: 700px;
    z-index: -1;
}
body.fp-viewing-contact #fp-nav ul li:last-child a {
    color: #fff;
}
body.fp-viewing-contact #fp-nav ul li:last-child .fp-tooltip {
    color: #fff;
}
body.fp-viewing-contact #fp-nav ul li:last-child a.active::after {
    border-color: #fff;
}
.main-wraper .wrapper-inner .explore-wrap .nav-tabs {
    border: none;
    justify-content: space-between;
    margin-bottom: 100px;
}
.main-wraper .wrapper-inner .explore-wrap .nav-tabs .nav-link {
    border: none;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'ProximaNovaBlack';
    padding: 0px 15px;
    border-radius: 0;
    color: #1565c0;
    line-height: 40px;
    height: 40px;
}
.main-wraper .wrapper-inner .explore-wrap .nav-tabs .nav-link.active {
    background-color: #1565C0;
    color: #fff;
}
.main-wraper .navigation-menu .inner .menu-cat-item {
    padding: 40px;
    padding-top: 120px;
    /* transform: translateY(-100%);
    transition-timing-function: ease-in;
    transition: 0.3s; */
}
.main-wraper .navigation-menu .inner .menu-cat-item {
    /* transform: translateY(0);
    transition-timing-function: ease-out;
    transition: 0.35s; */
    background-color: #f2f2f2;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    filter: grayscale(100);
}
.main-wraper .navigation-menu .inner .menu-cat-item h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 40px;
    font-family: 'ProximaNovaBold';
    text-transform: capitalize;
    color: #fff;
}
.main-wraper .navigation-menu .inner .menu-cat-item p {
    color: #fff;
}
.main-wraper .navigation-menu .inner .menu-cat-item:nth-child(1) {
    background: #fff url(../img/software-menu.png) no-repeat scroll 0px 65px;
    /* transition-delay: 1s; */
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.main-wraper .navigation-menu .inner .menu-cat-item:nth-child(2) {
    background: #fff url(../img/idea-menu.png) no-repeat scroll 0px 65px;
    /* transition-delay: 1.5s; */
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.main-wraper .navigation-menu .inner .menu-cat-item:nth-child(3) {
    background: #fff url(../img/qa-menu.png) no-repeat scroll 0px 65px;
    /* transition-delay: 2s; */
}
.explore-wrap .tab-content .tab-pane {
    min-height: 450px;
}
.explore-wrap .swiper-container {
    padding-top: 100px;
}
.explore-wrap .swiper-pagination {
    bottom: auto;
    top: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.explore-wrap .swiper-pagination .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background-color: transparent;
    color: #333;
    opacity: 1;
    letter-spacing: 0.6px;
}
.explore-wrap .swiper-pagination .swiper-pagination-bullet::before {
    content: '';
    font-size: 16px;
    font-family: 'ProximaNovaBold';
    text-transform: uppercase;
    color: #222;
    padding: 0 5px;
    padding-top: 3px;
    padding-bottom: 4px;
    line-height: 38px;
    letter-spacing: 0.6px;
}
.explore-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background-color: #1565C0;
    color: #fff;
}
.explore-wrap .swiper-pagination .swiper-pagination-bullet:nth-child(1)::before {
    content: 'Reveal';
}
.explore-wrap .swiper-pagination .swiper-pagination-bullet:nth-child(2)::before {
    content: 'Transform';
}
.explore-wrap .swiper-pagination .swiper-pagination-bullet:nth-child(3)::before {
    content: 'Accelerate';
}
.explore-wrap .swiper-pagination .swiper-pagination-bullet:nth-child(4)::before {
    content: 'Optimize';
}
.explore-wrap .swiper-slide {
    min-height: 400px;
}
.main-wraper .navigation-menu .inner .menu-cat-item .inner-content {
    margin-top: 30px;
}
.main-wraper .navigation-menu .inner .menu-cat-item .inner-content img {
    height: 60px;
    filter: brightness(100%);
    margin-bottom: 15px;
}
.main-wraper .navigation-menu .inner .menu-cat-item .inner-content h4 {
    font-size: 22px;
    color: #222;
    font-family: 'ProximaNovaBlack';
}
.main-wraper .navigation-menu .inner .menu-cat-item .inner-content p {
    font-size: 14px;
}
.main-wraper .navigation-menu .inner .menu-cat-item .inner-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}
.main-wraper .navigation-menu .inner .menu-cat-item .inner-content ul li a {
    color: #555;
    font-size: 14px;
    font-family: 'NexaReg';
    float: none;
    line-height: 30px;
}
.main-wraper .navigation-menu .inner .menu-cat-item .inner-content ul li a::before {
    height: 1px;
    bottom: -2px;
}
.theme-btn {
    height: 50px;
    line-height: 48px;
    display: inline-block;
    border: 1px solid #1565C0;
    padding: 0 40px;
    font-size: 14px;
    font-weight: 600;
    color: #1565C0;
    margin-top: 30px;
    overflow: hidden;
    cursor: pointer;
}
.theme-btn * {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.theme-btn span {
    position: relative;
    display: inline-block;
}
.theme-btn span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
}
.theme-btn span:before {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.theme-btn span:before {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.theme-btn:hover span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
/* .main-wraper .wrapper-inner .contact-wrap .talk-wrap .theme-btn {
    border-color: #fff;
    color: #fff;
} */
.footer-section {
    background-color: #131313;
}
.main-wraper .wrapper-inner .explore-wrap .sec-title h2 {
    font-size: 18vw;
    text-transform: uppercase;
    line-height: 0.71;
}
.main-wraper .wrapper-inner .explore-wrap .sec-title h2 span {
    display: block;
}
.main-wraper .header {
    padding-left: 80px;
}
.main-wraper .hero-image .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: auto;
    padding: 0;
}
.main-wraper .hero-image .hero-content h2 {
    font-size: 10vw;
    line-height: 0.8;
}
.main-wraper .wrapper-inner .explore-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    min-height: 100vh;
    padding-top: 0;
}
.main-wraper .wrapper-inner .explore-wrap .fp-tableCell {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 100vh;
}
.main-wraper .wrapper-inner .explore-wrap .home-slider-content {
    box-sizing: border-box;
    /* overflow: hidden; */
    position: relative;
    /* height: 100%; */
    padding: 15vh 0;
    padding: 80px 0 10vh;
    padding: calc(2vh + 60px) 0 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    width: 100%;
}
.main-wraper .wrapper-inner .explore-wrap .home-slider-container {
    flex-grow: 1;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-around;
    width: 100%;
    z-index: 2;
}
.main-wraper .wrapper-inner .explore-wrap .home-slider-nav {
    /* position: absolute; */
    left: 0;
    bottom: 0;
    max-width: 940px;
    width: 100%;
    list-style: none;
    overflow: hidden;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0);
}
.main-wraper .wrapper-inner .explore-wrap .home-slider-nav-item {
    position: relative;
}
.main-wraper .wrapper-inner .explore-wrap .home-slider-nav-btn {
    font-family: ProximaNovaBold;
    color: #111;
    padding: 0;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    letter-spacing: 0.6px;
    cursor: pointer;
    display: block;
    height: 100%;
}
.main-wraper .wrapper-inner .explore-wrap .home-slider-nav-btn::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    background: #000;
    bottom: 0;
    left: 0;
    pointer-events: none;
    transition: width 0.3s;
}
.main-wraper .wrapper-inner .explore-wrap .home-slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 40px 0 70px;
}
.main-wraper .wrapper-inner .explore-wrap .slick-arrow {
    font-family: ProximaNovaBlack;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    text-align: left;
    color: #000;
    text-shadow: 0px 21px 54px #000000;
    text-transform: uppercase;
    position: absolute;
    background: transparent;
    border: none;
    padding: 0;
    top: 50%;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.5s, color 0.5s;
    -webkit-font-smoothing: subpixel-antialiased;
}
.main-wraper .wrapper-inner .explore-wrap .slick-prev {
    left: 20px;
    transform: perspective(1px) translateZ(0px) translate(-50%, -50%) rotate(-90deg) translateY(50%);
}
.main-wraper .wrapper-inner .explore-wrap .slick-arrow::before {
    content: '';
    position: absolute;
    right: 100%;
    display: inline-block;
    height: 20px;
    width: 15px;
    margin-right: 15px;
    margin-bottom: 0.3em;
    opacity: 0.4;
    background: url('../img/arrow.svg') no-repeat 50% 50%;
    vertical-align: middle;
}
.main-wraper .wrapper-inner .explore-wrap .slick-prev::before {
    transform: rotate(180deg);
}
.main-wraper .wrapper-inner .explore-wrap .slick-arrow::after {
    content: '';
    display: block;
    width: 50px;
    height: 20px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.3s;
}
.main-wraper .wrapper-inner .explore-wrap .slick-prev::after {
    bottom: 100%;
    transform: scale(5, 7) translateY(-25%);
}

.main-wraper .wrapper-inner .explore-wrap .home-slider-card {
    width: 10%;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
}
.main-wraper .wrapper-inner .explore-wrap .title-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main-wraper .wrapper-inner .explore-wrap .home-slider-card-container {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    text-decoration: none;
}
.main-wraper .wrapper-inner .explore-wrap .title-heading {
    left: 50%;
    top: 50%;
    margin: 0;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    line-height: 0.71;
    color: #1565C0;
    user-select: none;
    font-family: ProximaNovaBlack;
}
.main-wraper .wrapper-inner .explore-wrap .home-slider-card-heading {
    font-size: 16vw;
}
.main-wraper .wrapper-inner .explore-wrap .home-slider-card-heading {
    position: relative;
    top: 0.02em;
    left: 0.02em;
}
.main-wraper .wrapper-inner .explore-wrap .home-slider-card-heading .break {
    display: block;
}
.main-wraper .wrapper-inner .explore-wrap .home-slider-content .wrapper, .home-slider .slick-list {
    max-width: 70vw;
}
.main-wraper .wrapper-inner .explore-wrap .home-slider .slick-track {
    width: 1000% !important;
}
.main-wraper .wrapper-inner .explore-wrap .slick-next {
    right: 20px;
    transform: perspective(1px) translateZ(0px) translate(50%, -50%) rotate(-90deg) translateY(-50%);
}
.main-wraper .wrapper-inner .explore-wrap .slick-next::after {
    top: 100%;
    transform: scale(5, 7) translateY(25%);
}

.main-wraper .wrapper-inner .explore-wrap .reveal-active .slick-prev, .optimize-active .slick-next {
    display: none !important;
}
.main-wraper .wrapper-inner .explore-wrap .home-slider-ref-items {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.home-slider-ref-item {
    text-align: center;
    display: none;
    opacity: 0;
    transition: opacity 0.3s;
}
.reveal-active .reveal-slider-ref-item, .transform-active .transform-slider-ref-item, .accelerate-active .accelerate-slider-ref-item, .optimize-active .optimize-slider-ref-item {
    opacity: 1;
    display: block;
}
.main-wraper .wrapper-inner .explore-wrap .btn {
    border-radius: 0;
    background: transparent;
    font-family: ProximaNovaBold;
    font-size: 14px;
    width: 80%;
    max-width: 250px;
    padding: 20px 0px;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #000;
    color: #000;
    line-height: 1;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.main-wraper .wrapper-inner .explore-wrap .slick-arrow:hover::after {
    opacity: 1;
}
.home-slider-content, .title-section {
    overflow: hidden !important;
}
/* .home-slider-container::before, .home-slider-container::after {
    z-index: -1;
    content: '';
    position: absolute;
    display: block;
    width: 100vw;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    transform-origin: bottom;
    margin: 0 auto;
    background-size: 90% 90%;
    background-repeat: no-repeat;
    pointer-events: none;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.home-slider-container::after {
    max-width: 1140px;
    opacity: 1;
    transition: opacity 0.5s;
    transform: scale(1.5, 3);
    transform-origin: 50% 100%;
    background-position: top 600% left 50%;
}
.home-slider-container::after {
    max-width: none;
    background-position: 50% 50%;
    transform: translateY(-60%);
    width: 70%;
    height: 0;
    padding-bottom: 50%;
    top: 50%;
    right: 0;
    left: auto;
} */
.reveal-active .home-slider-container::after {
    background-image: radial-gradient( ellipse at center, rgba(21, 101, 192, 1) 5%, rgba(21, 101, 192, 0.25) 50%, rgba(4, 179, 138, 0.05) 65%, rgba(255, 255, 255, 0) 70%);
}
.transform-active .home-slider-container::after {
    background-image: radial-gradient( ellipse at center, rgba(41, 182, 246, 1) 5%, rgba(41, 182, 246, 0.25) 50%, rgba(4, 179, 138, 0.05) 65%, rgba(255, 255, 255, 0) 70%);
}
.accelerate-active .home-slider-container::after {
    background-image: radial-gradient( ellipse at center, rgba(124, 234, 156, 1) 5%, rgba(124, 234, 156, 0.25) 50%, rgba(124, 234, 156, 0.05) 65%, rgba(255, 255, 255, 0) 70%);
}
.optimize-active .home-slider-container::after {
    background-image: radial-gradient( ellipse at center, rgba(232, 72, 85, 1) 5%, rgba(232, 72, 85, 0.25) 50%, rgba(11, 170, 209, 0.05) 65%, rgba(255, 255, 255, 0) 70%);
}
.reveal-active .reveal-slider-nav-item .home-slider-btn-content {
    background-color: #1565C0;
    color: #fff;
}
.transform-active .transform-slider-nav-item .home-slider-btn-content {
    background-color: #29B6F6;
    color: #fff;
}
.accelerate-active .accelerate-slider-nav-item .home-slider-btn-content {
    background-color: #7CEA9C;
    color: #fff;
}
.optimize-active .optimize-slider-nav-item .home-slider-btn-content {
    background-color: #E84855;
    color: #fff;
}



.optimize-active .slick-prev::after, .transform-active .slick-next::after {
    background-image: radial-gradient( ellipse at center, rgba(124, 234, 156, 0.7) 5%, rgba(124, 234, 156, 0.25) 40%, rgba(11, 170, 209, 0.05) 60%, rgba(255, 255, 255, 0) 70%);
}
.accelerate-active .slick-next::after {
    background-image: radial-gradient( ellipse at center, rgba(255, 139, 65, 0.7) 5%, rgba(253, 109, 35, 0.25) 40%, rgba(253, 109, 35, 0.05) 60%, rgba(255, 255, 255, 0) 70%);
}
.transform-active .slick-prev::after {
    background: radial-gradient( ellipse at center, rgba(34, 209, 168, 0.7) 5%, rgba(4, 179, 138, 0.25) 40%, rgba(4, 179, 138, 0.05) 60%, rgba(255, 255, 255, 0) 70%);
}
.accelerate-active .slick-prev::after, .reveal-active .slick-next::after {
    background: radial-gradient( ellipse at center, rgba(255, 98, 211, 0.7) 5%, rgba(255, 68, 181, 0.25) 40%, rgba(255, 68, 181, 0.05) 60%, rgba(255, 255, 255, 0) 70%);
}
.main-wraper .wrapper-inner .explore-wrap .home-slider-nav-btn .home-slider-btn-content {
    padding: 3px 5px;
}
.main-wraper .wrapper-inner .explore-wrap .title-description {
    position: absolute;
    top: 84%;
    right: 5vw;
    width: 40%;
    font-size: 34px;
    line-height: normal;
    text-align: left;
    margin: 0;
    color: #333;
    font-family: ProximaNovaBold;
}
.main-wraper .wrapper-inner .explore-wrap .home-slider-card-desc {
    top: auto;
    bottom: 80px;
    right: 10px;
    padding-right: 5%;
    padding-bottom: 2%;
    width: 32%;
    min-width: 120px;
    font-size: 26px;
}
.main-wraper .wrapper-inner .explore-wrap .home-slider-card-desc {
    width: 320px;
    top: 55%;
}
/* .main-wraper .wrapper-inner .explore-wrap .title-description {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
} */
.inner-pages-wrap .header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    min-height: 100vh;
    position: relative;
    padding-left: 0;
    overflow: visible;
}
.inner-pages-wrap .header .hero-image .hero-content h2 {
    font-size: 14vw;
    color: #1565C0;
}
/* .inner-pages-wrap .header::before {
    background: radial-gradient(circle at 40% 50%,
 rgba(208, 208, 208, 1) 5%,
 rgba(208, 208, 208, 0) 65%
 ) no-repeat 50% 50%;
    z-index: 0;
    height: 100vw;
    top: 50%;
    transform: translateY(-60%);
    content: '';
    position: absolute;
    width: 100vw;
    display: block;
    pointer-events: none;
} */
.about-us-wrap .overview-wrap {
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.about-us-wrap .overview-wrap h2 {
    color: #222;
    font-family: 'ProximaNovaBlack';
    font-size: 40px;
}
.about-us-wrap .vison-wrap h2 {
    font-family: 'ProximaNovaBlack';
    text-transform: uppercase;
    font-size: 60px;
    color: #1565C0;
    line-height: 1;
    margin-bottom: 20px;
}
.about-us-wrap .company-overview-wrap h2 {
    font-family: 'ProximaNovaBlack';
    text-transform: uppercase;
    font-size: 60px;
    color: #1565C0;
    line-height: 1;
    margin-bottom: 20px;
}
.about-us-wrap .company-overview-wrap .wrap-inner {
    position: relative;
    min-height: 260px;
    margin-bottom: 30px;
    padding-left: 80px;
}
.about-us-wrap .company-overview-wrap .wrap-inner h3 {
    font-family: 'ProximaNovaBlack';
    text-transform: capitalize;
    font-size: 40px;
    color: #222;
}
.about-us-wrap .company-overview-wrap .wrap-inner .icon {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
} 
.contact-wrap-main {
    position: relative;
    overflow: hidden;
}
/* .contact-wrap-main::before {
    background: radial-gradient(circle at 40% 50%,
 rgba(208, 208, 208, 1) 5%,
 rgba(208, 208, 208, 0) 65%
 ) no-repeat 50% 50%;
    z-index: 0;
    height: 100vw;
    top: 50%;
    transform: translateY(-60%);
    content: '';
    position: absolute;
    width: 100vw;
    display: block;
    pointer-events: none;
} */
.contact-wrap-main {
    padding-bottom: 80px;
}
.contact-wrap-main .title-wrap {
    padding: 15vh 0 0;
    margin-bottom: 15vh;
    position: relative;
    z-index: 5;
}
.contact-wrap-main .title-wrap h1 {
    font-size: 190px;
    font-family: 'ProximaNovaBlack';
    text-transform: uppercase;
    margin: 0;
    line-height: 0.8;
    color: #1565C0;
}
.contact-wrap-main .title-wrap p {
    width: 50%;
    font-size: 34px;
    top: 70%;
    bottom: auto;
    /* text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); */
    font-family: 'ProximaNovaBold';
    color: #222;
    position: absolute;
    right: 0;
    line-height: 1;
}
.contact-wrap-main form .form-control {
    border-radius: 0;
    border: 2px solid #000;
    background-color: #fff;
    min-height: 50px;
    padding: 15px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #222;
}
.contact-wrap-main form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-wrap-main form p {
    font-family: 'ProximaNovaBold';
    font-size: 20px;
    color: #222;
}
.contact-wrap-main .container {
    position: relative;
    z-index: 5;
}
.custom-control-input:checked~.custom-control-label::before {
    border-color: #222;
    background-color: #222;
}
.inner-pages-wrap .header .hero-image .hero-content .title-description {
    font-size: 2.5vw;
    right: 0;
    top: auto;
    margin-top: 30px;
    color: #333;
    font-family: 'ProximaNovaBlack';
    line-height: 1;
}
.inner-pages-wrap .header .hero-image .title-nav-items {
    top: 50%;
    padding: 0;
    margin: 0;
    transform: transformY(-50%);
    list-style: none;
    width: 100%;
}
.inner-pages-wrap .header .hero-image .title-nav-item {
    position: absolute;
}
.inner-pages-wrap .header .hero-image .right-title-nav-item {
    right: 0;
    transform: perspective(1px) translateZ(0px) translateX(50%) rotate(-90deg) translateY(-50%) translateY(-20px);
}
.inner-pages-wrap .header .hero-image .title-nav-link {
    color: #000;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    transition: opacity 0.3s;
    vertical-align: middle;
    opacity: 0.7;
    font-family: 'ProximaNovaBlack';
}
.inner-pages-wrap .header .hero-image .title-nav-link {
    opacity: 0.5;
}
.inner-pages-wrap .header .hero-image .title-nav-link::before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    height: 24px;
    width: 14px;
    background-image: url('../img/arrow.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.inner-pages-wrap .header .hero-image .left-title-nav-item {
    left: 0;
}
.inner-pages-wrap .header .hero-image .left-title-nav-item {
    transform: perspective(1px) translateZ(0px) translateX(-50%) rotate(-90deg) translateY(50%) translateY(20px);
}
.inner-pages-wrap .header .hero-image .left-title-nav-item .title-nav-link::before {
    transform: rotate(180deg);
}
.inner-pages-wrap .service-header-wrap {
    padding: 15vw 0;
    position: relative;
}
.inner-pages-wrap .service-header-wrap::before {
    content: "";
    background-position: bottom right;
    background-repeat: no-repeat;
    filter: grayscale(100);
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 100%;
    opacity: 0.3;
}
.inner-pages-wrap .service-header-wrap.software-engineeering::before {
    background-image: url('../img/software-menu.png');
}
.inner-pages-wrap .service-header-wrap.emerging-technology::before {
    background-image: url('../img/idea-menu.png');
}
.inner-pages-wrap .service-header-wrap.qa-test::before {
    background-image: url('../img/qa-menu.png');
}
.inner-pages-wrap .service-header-wrap h2 {
    font-size: 7vw;
    color: #1565C0;
    line-height: 0.8;
    font-family: 'ProximaNovaBlack';
}
.inner-pages-wrap .service-content-wrap {
    padding: 80px 0;
}
.inner-pages-wrap .service-content-wrap .service-title {
    margin-bottom: 50px;
}
.inner-pages-wrap .service-content-wrap .service-title h3 {
    margin: 0;
    line-height: 1;
    font-size: 50px;
    font-family: 'ProximaNovaBlack';
    color: #333;
}
.inner-pages-wrap .service-content-wrap .desc p {
    font-size: 18px;
    line-height: 34px;
}
.inner-pages-wrap .service-content-wrap .desc p b {
    font-family: 'ProximaNovaBold';
    color: #333;
}
.inner-pages-wrap .service-content-wrap .desc h4 {
    font-family: 'ProximaNovaBold';
    font-size: 30px;
    color: #333;
}
.inner-pages-wrap .service-content-wrap .desc ul {
    padding-left: 20px;
}
.inner-pages-wrap .service-content-wrap .desc ul li {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 34px;
}
.inner-pages-wrap .service-content-wrap .desc ul li span {
    font-family: 'ProximaNovaBold';
}
.inner-pages-wrap .service-content-wrap .desc ul li ul {
    margin-top: 10px;
    margin-left: 15px;
}
.inner-pages-wrap .service-content-wrap .desc .icon-block .block-title {
    padding-left: 60px;
    position: relative;
    margin-bottom: 20px;
}
.inner-pages-wrap .service-content-wrap .desc .icon-block .block-title .icon {
    position: absolute;
    left: 0;
    top: 0;
}
.inner-pages-wrap .service-content-wrap .desc .icon-block .block-title .icon img {
    width: 50px;
}
.inner-pages-wrap .service-content-wrap .desc .icon-block .block-title h4 {
    font-size: 22px;
    color: #555;
}
.inner-pages-wrap .service-content-wrap .desc .icon-block {
    margin-bottom: 40px;
}
.inner-pages-wrap .process-wrap .nav-pills {
    position: relative;
}
.inner-pages-wrap .process-wrap .nav-pills::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #ddd;
}
.inner-pages-wrap .process-wrap .nav-pills .nav-link {
    position: relative;
    font-family: 'ProximaNovaBold';
    color: #555;
    font-size: 22px;
    padding: 20px 10px;
    padding-left: 40px;
}
.inner-pages-wrap .process-wrap .nav-pills .nav-link::before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 10px solid #ddd;
    position: absolute;
    left: -15px;
    top: 15px;
    background-color: #fff;
}
.inner-pages-wrap .process-wrap .nav-pills .nav-link.active {
    background-color: transparent;
    color: #222;
}
.inner-pages-wrap .process-wrap .nav-pills .nav-link.active::before {
    border-color: #1565c0;
}
.inner-pages-wrap .process-wrap .tab-content .tab-pane h2 {
    font-size: 5vw;
    font-family: 'ProximaNovaBlack';
    color: #222;
    line-height: 1;
    margin-bottom: 40px;
}
.inner-pages-wrap .process-wrap .tab-content .tab-pane p {
    font-size: 18px;
    line-height: 34px;
}
.inner-pages-wrap .careed-wrap h2 {
    font-size: 5vw;
    font-family: 'ProximaNovaBlack';
    color: #1565C0;
    line-height: 1;
    margin-bottom: 50px;
}
.inner-pages-wrap .careed-wrap .position-wrap {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 15px 15px #d3d3d3;
    text-align: center;
    min-height: 220px;
}
.inner-pages-wrap .careed-wrap .position-wrap img {
    width: 80px;
    margin-bottom: 20px;
}
.inner-pages-wrap .careed-wrap .position-wrap h4 {
    font-family: 'ProximaNovaBold';
    font-size: 22px;
    color: #333;
}
.inner-pages-wrap .careed-wrap  {
    padding-bottom: 150px;
}
.inner-pages-wrap .padding-wrap {
    padding: 100px 0;
}
.inner-pages-wrap.trigger-wrap .header::before {
    background-image: radial-gradient( ellipse at center, rgba(21, 101, 192, 1) 5%, rgba(21, 101, 192, 0.25) 50%, rgba(4, 179, 138, 0.05) 65%, rgba(255, 255, 255, 0) 70%);
}
.inner-pages-wrap.transform-wrap .header::before {
    background-image: radial-gradient( ellipse at center, rgba(41, 182, 246, 1) 5%, rgba(41, 182, 246, 0.25) 50%, rgba(4, 179, 138, 0.05) 65%, rgba(255, 255, 255, 0) 70%);
}
.inner-pages-wrap.expedite-wrap .header::before {
    background-image: radial-gradient( ellipse at center, rgba(124, 234, 156, 1) 5%, rgba(124, 234, 156, 0.25) 50%, rgba(255, 68, 181, 0.05) 65%, rgba(255, 255, 255, 0) 70%);
}
.inner-pages-wrap.performance-wrap .header::before {
    background-image: radial-gradient( ellipse at center, rgba(232, 72, 85, 1) 5%, rgba(232, 72, 85, 0.25) 50%, rgba(11, 170, 209, 0.05) 65%, rgba(255, 255, 255, 0) 70%);
}
/* .inner-pages-wrap.explore-wrap .header .hero-image .hero-content .title-description {
    font-size: 1.5vw;
    line-height: 1.5;
} */
.main-wraper .wrapper-inner .explore-content-wrap {
    padding: 100px 0;
}
.main-wraper .wrapper-inner .explore-content-wrap p.lead {
    font-size: 30px;
    line-height: 40px;
}
.main-wraper .wrapper-inner .explore-content-wrap .sec-title {
    margin-bottom: 20px;
}
.main-wraper .wrapper-inner .explore-content-wrap .sec-title h3 {
    margin: 0;
    line-height: 1;
    font-size: 50px;
    font-family: 'ProximaNovaBlack';
    color: #333;
}
.main-wraper .wrapper-inner .explore-content-wrap .section + .section {
    margin-top: 50px;
}
.main-wraper .wrapper-inner .explore-content-wrap .section p {
    font-size: 18px;
    line-height: 34px;
}
.main-wraper .wrapper-inner .whoweare-wrap {
    position: relative;
}
.main-wraper .wrapper-inner .whoweare-wrap::before {
    background: radial-gradient(circle at 40% 50%, rgba(208, 208, 208, 1) 5%, rgba(208, 208, 208, 0) 65% ) no-repeat 50% 50%;
    z-index: 0;
    height: 100vw;
    top: 50%;
    right: 0;
    transform: translateY(-60%);
    content: '';
    position: absolute;
    width: 100vw;
    display: block;
    pointer-events: none;
}
.main-wraper .wrapper-inner .whoweare-wrap .whowe-are-slider-wrap .item {
    position: relative;
}
.main-wraper .wrapper-inner .whoweare-wrap .whowe-are-slider-wrap .item h2 {
    font-size: 7vw;
    font-family: 'ProximaNovaBlack';
    color: #333;
    text-transform: uppercase;
    line-height: 0.8;
    margin-bottom: 40px;
}
.main-wraper .wrapper-inner .whoweare-wrap .whowe-are-slider-wrap .item h2 span {
    color: #1565C0;
}
.main-wraper .wrapper-inner .whoweare-wrap .whowe-are-slider-wrap .item p {
    font-size: 18px;
    line-height: 30px;
}
.main-wraper .wrapper-inner .whoweare-wrap .whowe-are-slider-wrap.swiper-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.main-wraper .wrapper-inner .whoweare-wrap .swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: ProximaNovaBold;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.5s, color 0.5s;
    background-image: none;
    -webkit-font-smoothing: subpixel-antialiased;
}
.main-wraper .wrapper-inner .whoweare-wrap .swiper-button-next {
    right: -100px;
    transform: perspective(1px) translateZ(0px) translate(50%, -50%) rotate(-90deg) translateY(-50%);
}
.main-wraper .wrapper-inner .whoweare-wrap .swiper-button-prev {
    left: -100px;
    transform: perspective(1px) translateZ(0px) translate(-50%, -50%) rotate(-90deg) translateY(50%);
}
.inner-pages-wrap .service-header-wrap .links {
    margin-top: 80px;
}
.inner-pages-wrap .service-header-wrap .links a {
    font-size: 20px;
    display: inline-block;
    margin-right: 30px;
    color: #333;
    padding-bottom: 5px;
    position: relative;
}
.inner-pages-wrap .service-header-wrap .links a::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #666;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.inner-pages-wrap .service-header-wrap .links a:hover::before {
    width: 100%;
}
.inner-pages-wrap .service-content-wrap .desc p.lead {
    font-size: 22px;
}
.inner-pages-wrap .service-header-wrap .back-button {
    margin-bottom: 30px;
    position: relative;
    color: #333;
    display: block;
}
.inner-pages-wrap .service-header-wrap .back-button::before {
    content: '';
    position: absolute;
    right: 100%;
    display: inline-block;
    height: 20px;
    width: 15px;
    margin-right: 15px;
    margin-bottom: 0.3em;
    opacity: 0.4;
    background: url('../img/arrow.svg') no-repeat 50% 50%;
    vertical-align: middle;
    transform: rotate(90deg);
}
.single-career-padding p {
    font-size: 18px;
    line-height: 34px;
}
.single-career-padding ul li {
    font-size: 18px;
    line-height: 34px;
}
.single-career-padding h4 {
    font-family: ProximaNovaBlack;
    font-size: 36px;
    color: #333;
}
.single-career-padding p.lead {
    font-size: 28px;
}
.inner-pages-wrap.explore-wrap .header::before {
    height: 50vw;
    width: 50vw;
    transform: translateY(-70%);
    right: 0;
}
.inner-pages-wrap .explore-content-wrap .nav-pills {
    position: relative;
}
.inner-pages-wrap .explore-content-wrap .nav-pills::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #ddd;
}
.inner-pages-wrap .explore-content-wrap .nav-pills .nav-link {
    position: relative;
    font-family: 'ProximaNovaBold';
    color: #555;
    font-size: 20px;
    padding: 20px 10px;
    padding-left: 40px;
}
.inner-pages-wrap .explore-content-wrap .nav-pills .nav-link::before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 10px solid #ddd;
    position: absolute;
    left: -15px;
    top: 15px;
    background-color: #fff;
}
.inner-pages-wrap .explore-content-wrap .nav-pills .nav-link.active {
    background-color: transparent;
    color: #222;
}
.inner-pages-wrap .explore-content-wrap .nav-pills .nav-link.active::before {
    border-color: #1565c0;
}
.inner-pages-wrap .explore-content-wrap .tab-content .tab-pane h2 {
    margin: 0;
    line-height: 1;
    font-size: 50px;
    font-family: 'ProximaNovaBlack';
    color: #333;
    margin-bottom: 30px;
}
.inner-pages-wrap .explore-content-wrap .tab-content .tab-pane p {
    font-size: 18px;
    line-height: 34px;
}
.main-wraper .wrapper-inner .journey-with-us .explore-btn {
    position: absolute;
    bottom: 80px;
    left: 50%;
    color: #000;
    display: inline-block;
    transform: translateX(-50%);
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 3;
    font-family: 'ProximaNovaBlack';
}
.main-wraper .wrapper-inner .journey-with-us .explore-btn::before {
    position: absolute;
    content: '';
    height: 20px;
    width: 14px;
    top: 100%;
    left: 50%;
    margin-top: 20px;
    transform: translateX(-50%);
    background: url('../img/arrow.svg') no-repeat 50% 50%;
    display: block;
    opacity: 0.7;
    transition: opacity 0.3s;
}
.main-wraper .wrapper-inner .journey-with-us .explore-btn::after {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    background-color: #000;
    transition: width 0.3s;
}
.main-wraper .wrapper-inner .journey-with-us .explore-btn:hover::after {
    width: 100%;
}
.main-wraper .navigation-menu .inner ul li .submenu {
    display: none;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
@media only screen and (max-width: 1440px) {
    .main-wraper .wrapper-inner .explore-wrap .animated-img {
        left: -1%;
        bottom: 8%;
    }
    .main-wraper .wrapper-inner .what-we-do-wrap::before {
        display: none;
    }
    .main-wraper .wrapper-inner .contact-wrap .talk-wrap {
        padding-top: 120px;
        padding-bottom: 90px;
    }
    .main-wraper .wrapper-inner .contact-wrap .footer {
        padding-top: 60px;
    }
    .main-wraper .wrapper-inner .contact-wrap .footer .footer-copy {
        padding: 30px 40px;
    }
}
@media (min-width: 768px) {
    .section-padding:not(#contact) {
        padding-left: 80px !important;
    }
}
@media (max-width: 768px) {
    #fp-nav {
        display: none;
    }
    .main-wraper .wrapper-inner .journey-with-us .animated-img {
        display: none;
    }
    .main-wraper .wrapper-inner .explore-wrap .home-slider-nav-btn {
        font-size: 12px;
    }
    .main-wraper .wrapper-inner .explore-wrap .home-slider-card-desc {
        position: static;
        top: auto;
        margin-top: 40px;
        left: auto;
        font-size: 22px;
    }
    .main-wraper .wrapper-inner .what-we-do-wrap .inner img {
        height: 60px;
        position: absolute;
        left: 20px;
        top: 0px;
    }
    .main-wraper .wrapper-inner .what-we-do-wrap .inner a {
        margin-bottom: 5px;
    }
    .main-wraper .wrapper-inner .what-we-do-wrap .inner .col-md-4 {
        padding-left: 100px;
        margin-bottom: 30px;
    }
    .main-wraper .wrapper-inner .what-we-do-wrap .inner h4 {
        margin-bottom: 10px;
    }
    .main-wraper .wrapper-inner .career-wrap .illustration {
        display: none;
    }
    .main-wraper .wrapper-inner .contact-wrap .talk-wrap h2 {
        font-size: 30px;
    }
    .main-wraper .wrapper-inner .contact-wrap .talk-wrap {
        padding-bottom: 30px;
    }
    .theme-btn {
        height: 40px;
        line-height: 38px;
        padding: 0 25px;
    }
    .main-wraper .wrapper-inner .contact-wrap .footer .container {
        display: block;
    }
    .main-wraper .wrapper-inner .contact-wrap .footer {
        padding-top: 30px;
    }
    .main-wraper .wrapper-inner .contact-wrap .footer .container .content-box {
        margin-bottom: 30px;
        padding-bottom: 0;
        text-align: left !important;
    }
    .main-wraper .wrapper-inner .contact-wrap .footer .container .content-box h2 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .main-wraper .wrapper-inner .contact-wrap .footer .container .content-box p {
        font-size: 14px;
    }
    .main-wraper .wrapper-inner .contact-wrap .footer .footer-copy {
        padding: 20px 0;
    }
    .main-wraper .wrapper-inner .contact-wrap .footer .footer-copy .container ul {
        display: none;
    }
    .main-wraper .wrapper-inner .contact-wrap .footer .footer-copy .container {
        display: block;
    }
    .main-wraper .navigation-menu .inner .col-md-9 {
        display: none;
    }
    .main-wraper .navigation-menu .inner ul li a {
        font-size: 20px;
    }
    .contact-wrap-main .title-wrap h1 {
        font-size: 80px;
    }
    .about-us-wrap .overview-wrap h2 {
        font-size: 30px;
    }
    .about-us-wrap .vison-wrap h2 {
        font-size: 30px;
    }
    .about-us-wrap .company-overview-wrap h2 {
        font-size: 30px;
    }
    .about-us-wrap .company-overview-wrap .wrap-inner h3 {
        font-size: 26px;
    }
    .about-us-wrap .company-overview-wrap .wrap-inner {
        min-height: auto;
    }
    .contact-wrap-main .title-wrap p {
        position: static;
        margin-top: 40px;
        width: 100%;
    }
    .main-wraper .navigation-menu .inner ul li .submenu {
        display: block;
        padding-right: 0;
    }
    .main-wraper .navigation-menu .inner ul li a {
        float: none;
        display: block;
        text-align: right;
    }
    .main-wraper .navigation-menu .inner ul li .submenu li a {
        color: #555;
        font-size: 14px;
        font-family: 'NexaReg';
        float: none;
        line-height: 30px;
    }
    .main-wraper .navigation-menu .inner ul li .submenu li a::before {
        display: none;
    }
    .inner-pages-wrap .service-header-wrap::before {
        -webkit-background-size: contain;
        background-size: contain;
    }
    .inner-pages-wrap .service-header-wrap {
        padding-top: 150px; 
    }
    .inner-pages-wrap .service-header-wrap .links {
        margin-top: 30px;
    }
    .inner-pages-wrap .service-header-wrap .links a {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .inner-pages-wrap .service-content-wrap .desc p.lead {
        font-size: 18px;
    }
    .inner-pages-wrap .service-content-wrap .desc p {
        font-size: 15px;
        line-height: 26px;
    }
    .inner-pages-wrap .service-content-wrap .desc ul li {
        font-size: 15px;
        line-height: 26px;
    }
    .inner-pages-wrap .careed-wrap .position-wrap {
        margin-bottom: 30px;
    }
    .main-wraper .header {
        padding-left: 0;
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top right;
    }
    .inner-pages-wrap .explore-content-wrap .nav-pills {
        margin-left: 30px;
        margin-bottom: 30px;
    }
}