File: /home/imensosw/.trash/css/style.css
/*!
Project Name: Advanchainge
URL: https://www.imensosoftware.com
Author: Imenso Software
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# mixin
# Common
/*--------------------------------------------------------------
# Mixin
--------------------------------------------------------------*/
/* Media query map function starts */
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap");
@font-face {
font-family: 'ProximaNova-Regular';
font-style: normal;
font-weight: normal;
src: url("fonts/ProximaNova-Regular.otf"); }
@font-face {
font-family: 'ProximaNova-Bold';
font-style: normal;
src: url("fonts/Eina01-Regular.ttf"); }
@font-face {
font-family: 'ProximaNova-Thin';
font-style: normal;
font-weight: 300;
src: url("fonts/ProximaNova-Thin.otf"); }
@font-face {
font-family: 'ProximaNova-Extrabold';
font-style: normal;
font-weight: bold;
src: url("fonts/ProximaNova-Extrabold.otf"); }
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
font-size: 18px;
font-family: "Plus Jakarta Sans", sans-serif;
color: #000;
overflow-x: hidden;
overflow-y: scroll; }
a {
color: #000; }
a:hover {
color: #c1312c; }
h1, h2, h3, h4, h5 {
line-height: 1.3;
font-weight: 800; }
.container {
max-width: 1200px; }
a:hover, a:focus {
text-decoration: none;
outline: none; }
.burger {
padding: 100px 0; }
.t-burger {
padding-top: 100px; }
.b-burger {
padding-bottom: 100px; }
.gutter {
padding: 0 100px; }
.gutter-sm {
padding: 0 50px; }
.offset {
margin-top: 100px; }
form label {
font-size: 0.9em; }
.form-control {
padding: 0.575rem 0.85rem;
border-radius: 2px; }
.form-control:focus {
box-shadow: none;
background: #F0F5F7;
border-color: #fd2e35; }
.chosen-container {
width: 100% !important; }
.checkbox label:after, .radio label:after {
content: '';
display: table;
clear: both; }
.checkbox .cr {
position: relative;
display: inline-block;
border: 1px solid #a9a9a9;
border-radius: 2px;
width: 1.3em;
height: 1.3em;
float: left;
margin-right: .5em; }
.checkbox label, .radio label {
margin-bottom: 0;
cursor: pointer; }
.radio .cr {
position: relative;
display: inline-block;
border: 1px solid #a9a9a9;
border-radius: 100%;
width: 1.3em;
height: 1.3em;
float: left;
margin-right: .5em;
border-radius: 50%; }
.checkbox .cr .cr-icon {
position: absolute;
font-size: .8em;
line-height: 0;
top: 50%;
left: 13%; }
.radio .cr .cr-icon {
position: absolute;
font-size: .8em;
line-height: 0;
top: 50%;
left: 13%;
margin-left: 0.04em; }
.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
display: none; }
.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
transform: scale(3) rotateZ(-20deg);
opacity: 0;
transition: all .3s ease-in; }
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
transform: scale(1) rotateZ(0deg);
opacity: 1; }
.checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr {
opacity: .5; }
.btn:focus, .btn:active {
outline: none !important;
box-shadow: none !important; }
.btn-primary {
background: #20376A;
border-color: #20376A;
border-radius: 30px;
padding: 10px 40px;
font-weight: 600;
border: none; }
.btn-primary:hover {
background-color: #20376A;
border-color: #20376A; }
.btn-primary.active:not(:disabled):not(.disabled), .btn-primary:active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
background-color: #c1312c;
border-color: #c1312c; }
.btn-inverse {
background-color: #F0F5F7;
border-color: #F0F5F7;
color: #666; }
.btn-inverse:hover {
background-color: #edf0f2;
border-color: #edf0f2;
color: #666; }
.btn-bordered {
border: 2px solid #20376A;
border-radius: 30px;
padding: 7px 27px;
background-color: transparent;
transition: 0.3s all;
color: #20376A; }
.btn-bordered:hover {
background-color: #20376A;
color: #FFF; }
.bg-light {
background-color: #FFF !important; }
.navbar {
padding: 0;
height: 100px;
border-color: #000;
transition: 0.3s all !important; }
.navbar.navbar-sml {
height: 70px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
.navbar .nav-btn {
min-width: 240px;
border-left: 1px solid #DDD;
height: 70px;
align-items: center;
display: flex;
padding-left: 30px; }
.navbar .navbar-nav {
align-items: center; }
.navbar .navbar-nav .nav-link {
padding: 0.5em 1em;
color: #000;
font-size: 0.9em;
font-weight: 500; }
.navbar-expand-lg .navbar-collapse {
/*justify-content:flex-start;*/ }
nav .nav-link .fa-bars {
font-size: 1.4em;
color: #777; }
.white-text {
color: #FFF; }
.big-text {
font-size: 24px;
font-weight: 500; }
.bg-0 {
background: #212022; }
.bg-1 {
background: #FBEECA; }
.bg-2 {
background: #C6DBF2; }
.bg-3 {
background: rgba(123, 216, 240, 0.3); }
.bg-4 {
background: #f9939a40; }
.bg-5 {
background: rgba(193, 219, 131, 0.5); }
.bg-6 {
background: #a1c7f4; }
.bg-7 {
background: rgba(244, 204, 161, 0.5); }
.bg-8 {
background: #b9adf6; }
.theme-bg {
background-image: linear-gradient(to right, #0f346c 30%, #764ca6 100%); }
.main__cta {
color: #FFF;
font-size: 16px;
display: inline-block;
font-weight: 500;
padding: .5em 1.5em;
border-radius: 0.25em;
background-image: linear-gradient(to right, #764ca6 30%, #0f346c 100%); }
.main__cta.dark {
background: #FFF;
color: #0f346c; }
.main__cta.dark:after {
background: url(../images/arrow-dark.svg) right center/auto 100% no-repeat; }
.main__cta.dark:hover {
color: #0f346c; }
.main__cta:after {
content: " ";
display: inline-block;
width: 28px;
height: 16px;
background: url(../images/arrow.svg) right center/auto 100% no-repeat;
transition: width 0.2s ease-out;
vertical-align: -3px;
margin-left: 10px; }
.main__cta:hover {
color: #FFF; }
.main__cta:hover:after {
width: 36px; }
.title__link {
color: #FFF;
transform: rotate(90deg);
position: absolute;
text-transform: uppercase;
top: 20%;
letter-spacing: 2px;
transition: 0.3s all;
left: 3%;
font-size: 0.8em; }
.title__link:after {
height: 1px;
width: 100px;
background: #FFF;
content: "";
position: absolute;
top: 9px;
margin-left: 18px; }
.title__link:before {
height: 20px;
width: 20px;
border-radius: 100%;
background: #FFF;
content: "";
position: absolute;
right: -180%;
bottom: 3px; }
.title__link.dark {
color: #20376A; }
.title__link.dark:after {
background: #20376A; }
.title__link.dark:before {
background: #20376A; }
section {
position: relative; }
.video-btn {
display: flex;
align-items: center;
font-size: 0.9em;
color: #000; }
.video-btn i {
background-color: #7bd8f0;
height: 30px;
width: 30px;
border-radius: 50%;
text-align: center;
line-height: 30px;
color: #FFF;
margin-right: 10px;
display: inline-block;
font-size: 0.9em; }
.text-changer {
margin-left: 20px;
color: #777;
font-size: 0.8em; }
.text-changer #changerificwordspanid {
color: #000;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.9em; }
.big-para {
font-size: 1.5em; }
.card-header {
background-color: #FFF; }
.card-header button {
color: #000;
font-size: 1.5em; }
@-webkit-keyframes mover {
0% {
transform: translateY(0); }
100% {
transform: translateY(-50px); } }
@keyframes mover {
0% {
transform: translateY(0); }
100% {
transform: translateY(-50px); } }
.masthead span {
font-weight: 600;
color: #ee2761;
border-bottom: 2px solid #ee2761;
font-size: 12px;
text-transform: uppercase; }
.masthead h2 {
font-weight: bold;
margin-top: 20px;
line-height: 1.4;
color: #0f346c; }
.masthead p {
opacity: 0.6; }
.masthead blockquote {
font-size: 1.8em;
margin-top: 30px; }
.mt-10 {
margin-top: 4rem !important; }
.grey-bg {
background-color: #f0f4f7; }
.small-heading {
font-family: "Shadows Into Light", cursive;
font-size: 22px;
color: red;
font-weight: 400;
position: relative;
margin-bottom: 20px;
display: inline-block; }
.relative {
position: relative; }
/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
overflow: hidden; }
html.has-scroll-dragging {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.has-scroll-smooth body {
overflow: hidden; }
.has-scroll-smooth [data-scroll-container] {
min-height: 100vh; }
[data-scroll-direction="horizontal"] [data-scroll-container] {
height: 100vh;
display: inline-block;
white-space: nowrap; }
[data-scroll-direction="horizontal"] [data-scroll-section] {
display: inline-block;
vertical-align: top;
white-space: nowrap;
height: 100%; }
.c-scrollbar {
position: absolute;
right: 0;
top: 0;
width: 11px;
height: 100%;
transform-origin: center right;
transition: transform 0.3s, opacity 0.3s;
opacity: 0; }
.c-scrollbar:hover {
transform: scaleX(1.45); }
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
opacity: 1; }
[data-scroll-direction="horizontal"] .c-scrollbar {
width: 100%;
height: 10px;
top: auto;
bottom: 0;
transform: scaleY(1); }
[data-scroll-direction="horizontal"] .c-scrollbar:hover {
transform: scaleY(1.3); }
.c-scrollbar_thumb {
position: absolute;
top: 0;
right: 0;
background-color: black;
opacity: 0.5;
width: 7px;
border-radius: 10px;
margin: 2px;
cursor: -webkit-grab;
cursor: grab; }
.has-scroll-dragging .c-scrollbar_thumb {
cursor: -webkit-grabbing;
cursor: grabbing; }
[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
right: auto;
bottom: 0; }
.bg-primary {
background-color: #20376A !important; }
.light-bg {
background-color: #f7f9fb; }
.text-uc {
text-transform: uppercase;
letter-spacing: 1px;
font-size: 12px;
font-weight: 700; }
.list {
padding-left: 17px;
margin-top: 20px;
list-style: square; }
.list li {
margin-bottom: 8px;
font-size: 0.9em; }
.list a {
color: #FFF; }
.list-2 {
padding-left: 17px;
margin-top: 26px;
list-style: circle; }
.list-2 li {
margin-bottom: 8px; }
.list-2 a {
color: #000;
font-size: 0.9em;
opacity: 0.7; }
.bglight {
background-color: #f0f4f7; }
.section-header .sh-title {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
display: block;
color: red; }
.section-header h2 {
font-size: 34px;
line-height: 1.4;
margin-top: 20px; }
.sml {
font-size: 0.9em; }
.link-arrow {
display: flex;
align-items: center;
margin-top: 20px;
color: #cf307d;
font-size: 0.9em;
font-weight: 500; }
.link-arrow ion-icon {
font-size: 30px;
margin-right: 5px; }
.section {
margin: 50px; }
.shade {
display: inline;
color: #fd2e35;
font-weight: bold;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 2px; }
.blur-heading {
display: block;
margin-top: 26px;
text-transform: uppercase;
font-size: 13px;
font-weight: bold;
opacity: 0.5;
letter-spacing: 1px; }
.m-auto {
margin: 0 auto; }
.alt-bg-1 {
background-color: #f0f4f7; }
.alt-bg-2 {
background-color: #E4EDED; }
.text-theme {
color: #20376A; }
/*=================MEGA DROPDOWN===================
===========================================*/
.megamenu {
position: static;
border-left: medium none !important;
border-radius: 0;
border-right: medium none !important;
box-shadow: none; }
.megamenu .dropdown-menu {
border: medium none;
border-radius: 0;
margin-top: -2px;
width: 100%;
padding: 3.125em 0;
border-bottom: 1px solid #DDD;
transition: all 0.3s ease 0s;
transform: scale3d(1, 0, 1);
transform-origin: center top 0;
display: block; }
.megamenu .megamenu__item {
padding: 20px;
white-space: unset; }
.megamenu .megamenu__item span {
display: block; }
.megamenu .megamenu__item img {
width: 50px;
margin-bottom: 1.25em; }
.megamenu .megamenu__item-heading {
margin-bottom: 10px;
font-size: 1em; }
.megamenu .megamenu__item-number {
font-weight: 600;
color: #000;
font-size: 2em; }
.megamenu .dropdown-toggle {
color: #000; }
.megamenu .dropdown-toggle::after {
border: none;
position: absolute;
content: "\f107";
height: 5px;
width: 5px;
font-family: FontAwesome;
top: 10px;
right: 5%; }
.megamenu .nav-link {
position: relative; }
.dropdown:hover > .dropdown-menu {
transform: scale3d(1, 1, 1); }
.theme-bg-2 {
background-color: #20376A;
color: #FFF; }
.bg-shade {
background-color: #efefef; }
.bullets {
padding: 0;
padding-left: 17px;
list-style: none;
margin-top: 50px;
display: flex;
justify-content: center; }
.bullets li {
margin-bottom: 15px;
width: 25%;
padding: 50px;
border: 1px solid #000; }
.big-h2 {
font-size: 44px; }
/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
.hero {
display: flex;
height: 100vh;
align-items: center; }
.hero h1 {
font-size: 82px;
margin-bottom: 50px;
font-weight: 800; }
.hero p {
font-size: 18px; }
.hero__left {
width: 50%;
padding-left: 100px;
padding-right: 10px;
display: flex;
flex-direction: column;
justify-content: center; }
.hero__right {
width: 50%; }
.services h2 {
color: #FFF; }
.services p {
color: #FFF; }
.swiper-wrapper {
align-items: flex-end; }
.stats {
text-align: center;
color: #FFF;
display: flex;
list-style: none;
padding: 0;
margin-top: 0; }
.stats li {
margin-bottom: 0px;
text-align: center !important;
margin-right: 20px;
width: 130px;
padding: 36px 0; }
.stats li img {
height: 36px;
width: auto;
margin: 0 auto 10px;
display: block; }
.stats li strong {
font-size: 2em;
line-height: 1.2em;
margin-top: .5em;
display: block;
font-weight: 700; }
.stats li span {
font-size: 12px;
opacity: 0.5; }
.stats-2 li:nth-child(odd) {
border-right: 1px solid #fff; }
.stats-2 li:nth-child(1), .stats-2 li:nth-child(2) {
border-bottom: 1px solid #fff; }
.sr-container {
width: 600%;
height: 100%;
display: flex;
flex-wrap: nowrap; }
.sr-container .panel {
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
position: relative;
box-sizing: border-box;
padding: 10px;
will-change: transform; }
.sr-container .panel__content {
width: calc(100% - 200px);
height: calc(100% - 100px);
background-color: #efefef;
padding: 80px; }
.sr-container .srbg {
background-image: url("../images/sr-bg.png");
background-size: cover;
background-repeat: no-repeat;
color: #FFF; }
.sr-container h2 {
font-size: 32px;
line-height: 1.5;
color: #FFF; }
.sr-container .scroll-down {
padding-top: 100px;
position: relative;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 12px;
margin-bottom: 20px;
color: #000; }
.sr-container .scroll-down:before {
content: "";
position: absolute;
height: 100px;
width: 1px;
background-color: #000;
top: 0;
left: 50%; }
.zigzag h2 {
font-size: 26px;
line-height: 1.5; }
.capabilities .nav-link {
background-color: #efefef;
border-radius: 0 !important;
padding: 15px 40px; }
.capabilities .nav-pills .nav-link.active, .capabilities .nav-pills .show > .nav-link {
background-color: #20376A; }
.capabilities .media-body p {
font-size: 0.9em; }
.capabilities h5 {
color: #000; }
.about .section-header {
width: 80%; }
.about .section-header h2 {
font-size: 26px;
line-height: 1.7; }
.about .logos ul {
list-style: none;
padding: 0; }
.about .logos li {
width: 100px;
margin: 0 20px;
display: inline-block; }
.techstack .tech-icons {
list-style: none;
padding-left: 0; }
.techstack .tech-icons li {
display: inline-block;
text-align: center;
min-width: 136px;
margin-bottom: 50px; }
.techstack .tech-icons li span {
display: block;
font-size: 14px;
margin-top: 15px; }
.techstack h3 {
color: #000;
font-size: 22px; }
.techstack .nav-pills .nav-link {
color: rgba(0, 0, 0, 0.3); }
.techstack .nav-pills .nav-link.active, .techstack .nav-pills .show > .nav-link {
background-color: transparent;
color: #000;
font-size: 1em;
font-weight: 500;
position: relative; }
.techstack .nav-pills .nav-link.active:after, .techstack .nav-pills .show > .nav-link:after {
content: "";
position: absolute;
width: 50px;
height: 2px;
background-color: #000;
right: -18px;
top: 50%; }
/*=================SERVICE===================
===========================================*/
.service__wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between; }
.service__wrapper-item {
width: 24%;
background-color: #f4f4f4;
padding: 30px;
margin-bottom: 30px; }
.service__wrapper-item h5 {
margin-top: 20px;
font-size: 16px;
background: #cf307d;
width: 50px;
height: 50px;
border-radius: 50px;
color: white;
display: flex;
align-items: center;
justify-content: center; }
.service__wrapper-item p {
margin-top: 20px; }
.service-2__wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center; }
.service-2__wrapper-item {
width: 100%;
padding: 30px;
margin-bottom: 50px;
display: flex;
align-items: flex-start; }
.service-2__wrapper-item:first-child {
margin-top: 100px; }
.service-2__wrapper-item:last-child {
margin-bottom: 0; }
.service-2__wrapper-item ul {
padding-left: 17px;
font-size: 0.9em; }
.service-2__wrapper-item ul li {
margin-bottom: 10px; }
.service-2__wrapper-item .item-body {
width: 80%; }
.service-2__wrapper-item .link-arrow {
margin-top: 30px; }
.service-2__wrapper-item .icon {
margin-right: 50px; }
.service-2__wrapper-item .icon ion-icon {
font-size: 60px;
color: #20376A; }
.service-2__wrapper-item img {
margin-right: 50px; }
.service-2__wrapper-item h5 {
margin-top: 0px;
font-size: 28px; }
.service-2__wrapper-item p {
font-size: 18px;
font-weight: 500;
margin-top: 20px; }
.service-2__wrapper-item .number {
font-size: 2em;
display: block;
margin-right: 30px;
line-height: 1;
color: #20376A; }
.sidebar {
position: -webkit-sticky;
position: -moz-sticky;
position: -ms-sticky;
position: -o-sticky;
position: sticky;
height: 100%;
top: 150px;
bottom: auto;
padding-bottom: 50px; }
/*=================WORK===================
===========================================*/
.work {
display: flex; }
.work h2 {
font-size: 32px; }
.work__left {
width: 50%;
padding-left: 170px;
padding-right: 50px;
display: flex;
flex-direction: column;
justify-content: center; }
.work__right {
width: 50%; }
.work-2 {
height: calc(100vh - 70px);
display: flex;
align-items: center; }
.work-2 p {
font-size: 0.9em;
margin-top: 20px; }
.work-2 .section-header {
padding-left: 22%;
padding-right: 50px; }
.work-2 .work-shed {
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 35%;
z-index: -1;
opacity: 0.9; }
.work-2 .p1 .work-shed {
background-color: #694986; }
.work-2 .p2 .work-shed {
background-color: #24849a; }
.work-2 .container-fluid {
padding-right: 0 !important;
height: 100%; }
.work-2 .swiper {
height: 100%; }
.work-2 .row {
height: 100%; }
.swiper-button-next, .swiper-button-prev {
height: 100px !important;
width: 60px !important;
background-color: #FFF;
color: #000 !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
.swiper-button-next::after, .swiper-button-prev::after {
font-size: 24px !important; }
.swiper-button-prev, .swiper-rtl .swiper-button-next {
left: 0px !important; }
.swiper-button-next, .swiper-rtl .swiper-button-prev {
right: 0px !important; }
/*=================TECHSTACK===================
===========================================*/
.techstack .section-header {
width: 50%; }
.techstack h2 {
font-size: 44px; }
/*=================MODEL===================
===========================================*/
.model__item h3 {
font-size: 22px;
margin-bottom: 20px;
margin-top: 20px; }
.model__item p {
font-size: 0.9em; }
.models .number {
min-width: 50px;
height: 50px;
font-size: 28px;
color: #FFF;
background-color: #20376A;
border-radius: 100%;
text-align: center;
line-height: 50px; }
.models .list {
color: rgba(0, 0, 0, 0.7);
margin-bottom: 40px; }
/*=================BLOG===================
===========================================*/
.blogSwiper {
padding-bottom: 70px !important; }
.blogSwiper .media {
background-color: #f0f4f7; }
.blogSwiper .media .media-body {
font-size: 0.9em;
padding: 20px; }
.blogSwiper .media .media-body .post-cat {
font-size: 0.75em;
display: flex;
justify-content: space-between;
margin-bottom: 10px; }
.blogSwiper .media .media-body .post-cat a {
color: red; }
.blogSwiper .media h5 {
font-size: 18px;
line-height: 1.5;
margin-bottom: 0; }
/*=================ABOUT 2===================
===========================================*/
.about-2 .theme-bg {
color: #FFF; }
.about-2 .theme-bg h2 {
color: #FFF;
font-size: 32px; }
.about-2 .theme-bg p {
color: rgba(255, 255, 255, 0.9);
margin-bottom: 0; }
.about-2 .theme-bg .btn-primary {
background: #FFF !important;
color: #20376A; }
.about-2 .section-header {
padding-right: 100px;
padding-bottom: 100px; }
.about-2 .section-header h2 {
font-size: 42px; }
.about-2 .section-header p {
font-size: 0.9em;
margin-bottom: 0; }
.about-2 .bg-noise {
position: relative; }
.about-2 .bg-noise .section-header {
z-index: 9;
position: relative; }
.about-2 .bg-noise:after {
height: 300px;
width: 300px;
background: url("../images/about-bg.png");
background-size: cover;
background-repeat: no-repeat;
content: "";
position: absolute;
right: 0;
bottom: 0; }
.about-2 .blur-heading {
margin-top: 0;
text-align: center; }
.about-2 .logos ul {
list-style: none;
padding: 0;
margin-top: 30px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 0;
align-items: center; }
.about-2 .logos li {
width: 17%;
margin-bottom: 40px;
margin-right: 12px; }
.about-2 .facts {
list-style: none;
padding: 0;
margin-top: 30px;
margin-bottom: 0; }
.about-2 .facts li {
display: inline-block;
width: 49%;
text-align: center;
padding: 20px; }
.about-2 .facts li:nth-child(odd) {
border-right: 1px solid #20376A; }
.about-2 .facts li:first-child {
border-bottom: 1px solid #20376A; }
.about-2 .facts li:nth-child(2) {
border-bottom: 1px solid #20376A; }
.about-2 .facts li strong {
font-size: 30px;
font-weight: normal;
color: #20376A;
display: block; }
.about-2 .facts li span {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1px;
opacity: 0.6;
display: block;
line-height: 1.3; }
.about-3 .fact-wrapper {
margin-left: 15%;
display: flex;
flex-wrap: wrap; }
.about-3 .fact-wrapper .fact-box {
width: 190px;
background-color: rgba(255, 255, 255, 0.9);
padding: 40px;
text-align: center;
margin: 1px; }
.about-3 .fact-wrapper .fact-box h4 {
font-size: 42px; }
.about-3 .fact-wrapper .fact-box span {
display: block;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase; }
.about-3 .theme-bg-2 {
position: relative;
overflow: hidden;
z-index: 9; }
.about-3 .theme-bg-2 .section-header {
padding-right: 15%;
color: #FFF;
position: relative;
z-index: 8;
padding-top: 80px;
padding-bottom: 80px;
padding-left: 80px; }
.about-3 .theme-bg-2 h2 {
color: #FFF;
font-size: 42px;
line-height: 1.2;
margin-bottom: 20px; }
.about-3 .theme-bg-2 p {
color: rgba(255, 255, 255, 0.8); }
.about-3 .theme-bg-2 .btn-primary {
color: #20376A !important;
background: #FFF !important; }
.about-3 .theme-bg-2:before {
height: 500px;
width: 500px;
border-radius: 100%;
position: absolute;
content: "";
right: -20%;
top: -20%;
background-color: #fd2e35; }
.about-3 .fact-3 {
display: flex;
justify-content: center;
align-items: center; }
.about-3 .logos {
list-style: none;
margin-top: 20px;
padding: 0;
display: flex;
align-items: center;
flex-wrap: wrap; }
.about-3 .logos li {
width: 90px;
margin-right: 26px;
margin-bottom: 30px; }
.about-3 .container-fluid {
padding: 0 !important; }
.about-4 p {
font-size: 0.9em; }
.about-4 .facts {
list-style: none;
padding: 0;
display: flex;
justify-content: center;
flex-wrap: wrap;
color: #FFF;
align-items: center;
margin-bottom: 0;
margin-top: 50px; }
.about-4 .facts li {
width: 50%;
text-align: center;
padding: 30px; }
.about-4 .facts li strong {
font-size: 50px;
display: block;
font-weight: normal; }
.about-4 .facts li span {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px; }
.about-4 .facts li:first-child {
border-right: 1px solid #FFF;
border-bottom: 1px solid #FFF; }
.about-4 .facts li:last-child {
border-top: 1px solid #FFF;
border-left: 1px solid #FFF; }
.about-4 .logos ul {
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: center; }
.about-4 .logos ul li {
width: 150px;
display: flex;
align-items: center;
justify-content: center;
height: 100px;
padding: 20px; }
/*=================REVIEW===================
===========================================*/
.reviews {
margin-top: 40px; }
.reviews .swiper-slide {
padding-bottom: 15px; }
.reviews .swiper-horizontal > .swiper-pagination-bullets, .reviews .swiper-pagination-bullets.swiper-pagination-horizontal, .reviews .swiper-pagination-custom, .reviews .swiper-pagination-fraction {
bottom: -3px; }
.review-img {
border-radius: 100%;
overflow: hidden;
height: 120px;
width: 120px;
background-color: #eff1f4; }
.review-author {
font-size: 18px;
font-weight: 600;
margin-top: 10px; }
.review-role {
font-size: 14px;
font-weight: normal; }
.review-contry {
display: flex;
align-items: center;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bold;
margin-bottom: 0; }
.review-contry img {
margin-right: 10px; }
.review-quote {
color: #444;
font-size: 24px;
line-height: 1.6;
font-style: italic; }
.review-icon {
width: 70px; }
/*=================CTA===================
===========================================*/
.cta h2 {
font-size: 52px; }
.cta .btns .btn {
margin: 0 10px;
font-size: 18px; }
.more-stuffs {
padding: 10px 0; }
.more-stuffs a {
font-size: 0.9em;
color: #000;
display: flex;
align-items: center; }
.more-stuffs a ion-icon {
font-size: 18px;
margin-left: 10px; }
/*=================FAQ===================
===========================================*/
.faq h2 {
font-size: 20px; }
.schema-faq-code .faq-q {
font-size: 18px;
margin: 0;
padding: 12px 56px 12px 0px;
line-height: 1.4;
cursor: pointer;
position: relative;
border-bottom: 1px solid #dedee0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.schema-faq-code .faq-q:after {
content: "+";
position: absolute;
top: 50%;
right: 0;
width: 16px;
text-align: center;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-weight: bold;
color: #000;
font-size: 20px; }
.schema-faq-code .faq-q .faq-q-open:after {
content: "-"; }
.schema-faq-code .faq-a {
margin: 0;
padding: 12px;
background-color: #fff;
font-size: 14px;
line-height: 1.4;
border-bottom: 1px solid #dedee0;
display: none; }
.schema-faq-code .faq-question:last-child .faq-div {
border-bottom: none; }
.schema-faq-code .faq-question:last-child .faq-a {
border-bottom: 0px; }
.schema-faq-code .faq-q {
font-size: 16px;
font-weight: normal;
margin: 0;
padding: 12px 56px 12px 0px;
line-height: 1.4;
cursor: pointer;
position: relative;
border-bottom: 1px solid #dedee0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.faq-q:after {
content: "+";
position: absolute;
top: 50%;
right: 0;
width: 16px;
text-align: center;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-weight: bold;
color: #000;
font-size: 20px; }
.faq-q.faq-q-open:after {
content: "-"; }
.faq-a {
margin: 0;
padding: 12px;
background-color: #fff;
font-size: 14px;
line-height: 1.4;
border-bottom: 1px solid #dedee0;
display: none; }
.faq-a ul {
list-style: disc;
margin-left: 30px; }
.faq-a li {
margin-bottom: 10px; }
.schema-faq-code .faq-question:last-child .faq-a {
border-bottom: 0px; }
.schema-faq-code .faq-q {
border: none !important;
font-size: 16px !important; }
.schema-faq-code .faq-a {
padding: 20px 0;
background-color: transparent;
font-size: 16px;
line-height: 24px;
padding-top: 5px;
color: #5d6769; }
.faq-div {
border-bottom: 1px solid #CCC; }
.faq-q-open, .faq-a-open {
opacity: 1; }
.faq-q-open {
color: #0f346c; }
.schema-faq-code .faq-q {
padding: 10px 56px 10px 0px !important; }
.schema-faq-code .faq-q::after {
font-size: 24px !important;
font-weight: normal !important; }
.schema-faq-code .faq-q {
font-size: 14px;
margin: 0;
padding: 12px 56px 12px 0px;
line-height: 1.4;
cursor: pointer;
position: relative;
border-bottom: 1px solid #dedee0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.faq-q:after {
content: "+";
position: absolute;
top: 50%;
right: 0;
width: 16px;
text-align: center;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-weight: bold;
color: #000;
font-size: 20px; }
.faq-q.faq-q-open:after {
content: "-"; }
.faq-a {
margin: 0;
padding: 12px;
background-color: #fff;
font-size: 14px;
line-height: 1.4;
border-bottom: 1px solid #dedee0;
display: none; }
.schema-faq-code .faq-question:last-child .faq-a {
border-bottom: 0px; }
.schema-faq-code .fa {
margin-right: 5px; }
/*=================FOOTER===================
===========================================*/
.stars i {
color: orange; }
.g-review p {
font-size: 12px; }
.footer-creds {
display: flex;
align-items: center;
justify-content: flex-end; }
.footer-creds a {
margin: 0 10px; }
.footer .blur-heading {
margin-top: 0; }
.footer .footer-links {
padding-left: 0;
list-style: none;
font-size: 0.8em;
margin-top: 15px; }
.footer .footer-links li {
margin-bottom: 7px; }
.footer .footer-links i {
min-width: 20px;
display: inline-block; }
.copyright {
font-size: 0.7em;
opacity: 0.5; }
.header .blur-heading {
margin-top: 0; }
.header .header-links {
padding-left: 0;
list-style: none;
font-size: 0.9em;
margin-top: 15px; }
.header .header-links li {
margin-bottom: 7px; }
.header .header-links i {
min-width: 20px;
display: inline-block; }
.about-5 p {
font-size: 0.9em; }
.about-5 .section-header {
padding-right: 100px; }
.about-5 .section-header h2 {
font-size: 44px; }
.about-5 .logos {
padding-left: 100px; }
.about-5 .logos ul {
padding: 0;
margin: 0;
list-style: none;
display: flex;
flex-wrap: wrap; }
.about-5 .logos ul li {
width: 120px;
padding: 20px; }
.about-5 .facts {
min-height: 200px;
position: relative;
padding: 0; }
.about-5 .facts li {
height: 180px;
width: 180px;
border-radius: 100%;
border: 4px solid #20376A;
background-color: transparent;
list-style: none;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
position: absolute; }
.about-5 .facts li strong {
font-size: 40px;
display: block;
font-weight: 400; }
.about-5 .facts li span {
display: block;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px; }
.about-5 .facts li:first-child {
top: -50%;
left: 0; }
.about-5 .facts li:nth-child(2) {
top: 0%;
left: 25%;
transform: scale(0.9); }
.about-5 .facts li:nth-child(3) {
top: 0%;
left: 50%; }
.about-5 .facts li:nth-child(4) {
top: -55%;
left: 75%;
transform: scale(0.7); }
.bor-5 {
border: 3px solid #20376A; }
.inner-hero {
height: calc(100vh - 100px);
align-items: center;
display: flex; }
.inner-hero h1 {
font-size: 50px; }
.inner-hero .case-points {
margin-bottom: 20px; }
.inner-hero .case-points .cp-label {
display: block;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
color: #fd2e35;
margin-bottom: 10px; }
.inner-hero .case-points .cp-value {
font-size: 16px; }
.inner-hero .case-points ul.cp-value {
padding-left: 17px; }
.inner-hero .case-points ul.cp-value li {
margin-bottom: 5px; }
.creds {
display: flex; }
.creds .cred-item {
margin-right: 30px;
min-width: 130px; }
.creds span {
display: block; }
.creds .big {
font-size: 30px;
font-weight: bold;
color: #cf307d; }
.creds .small {
font-size: 11px;
letter-spacing: 1px;
text-transform: uppercase; }
.work-wrapper .work-image {
min-height: 450px;
padding: 30px;
display: flex;
justify-content: center;
align-items: center; }
.work-wrapper .work-content {
display: flex;
margin-top: 40px;
justify-content: space-between; }
.work-wrapper .work-content p {
margin-right: 50px;
width: 350px; }
.work-wrapper .work-content h3 {
font-size: 24px;
line-height: 1.5; }
.projects {
display: flex;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px; }
.project-item {
flex: 0 0 50%;
max-width: 50%;
position: relative;
width: 100%;
min-height: 1px;
padding-right: 20px;
padding-left: 20px;
margin-top: 30px; }
.project-item img {
max-width: 100%;
border-radius: 8px; }
.project-brief {
display: flex;
margin-top: 40px;
justify-content: space-between; }
.project-brief p {
margin-right: 50px;
width: 350px; }
.project-brief h3 {
font-size: 24px;
line-height: 1.5;
font-weight: 500; }
.cursor {
position: fixed;
pointer-events: none;
opacity: 0; }
.cursor-eye {
top: -50px;
left: -50px;
padding: 20px;
z-index: 1;
border-radius: 50%;
background-color: var(--darkblue); }
.cursor-show {
height: 60px;
width: 60px;
background: rgba(0, 0, 0, 0.8);
display: flex;
border-radius: 100%;
text-align: center;
color: #FFF;
justify-content: center;
align-items: center;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 10px; }
.about-3 .section-header h2 {
font-size: 60px; }
.about-3 .link-arrow {
color: #FFF; }
.about-3 .link-arrow:hover {
color: #FFF;
opacity: 0.9; }
.feature-tabs .nav-pills .nav-link.active, .feature-tabs .nav-pills .show > .nav-link {
background: #f4f4f4;
color: #000; }
.feature-tabs h3 {
font-size: 24px; }
.img-box {
background: #f4f4f4;
min-height: 289px;
padding: 16px;
display: flex;
align-items: center;
border-radius: 8px;
justify-content: center; }
.pay-features h4 {
font-size: 18px; }
.card {
border: none;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
padding: 20px 30px; }
.bordercard {
/*border-right:1px solid #ccc;*/ }
.bordercard .icn {
display: block;
margin-top: 10px;
margin-bottom: 15px;
font-weight: bold;
color: #fd2e35;
font-size: 32px; }
.bordercard .icn i {
font-size: 40px; }
.bordercard p {
font-weight: 500; }
.list-options {
padding-left: 17px;
list-style: disclosure-closed; }
.list-options li {
margin-bottom: 10px;
font-weight: 500;
font-size: 22px; }
.on-dark {
color: #FFF; }
.on-dark .form-control {
background: transparent;
border: 1px solid #FFF; }
.case-cta {
background-color: black;
color: white;
background-image: url("../images/black-bg.jpg");
background-size: 52%;
background-repeat: no-repeat;
background-position: center; }
.case-brief ul {
padding-left: 17px; }
.case-brief li {
margin-bottom: 10px; }
.big-h1 {
font-size: 60px; }
.navbar-sml {
background: #FFF; }
.service-col {
padding: 0 30px;
font-size: 0.9em; }
.service-col h3 {
font-size: 20px;
margin-bottom: 20px;
position: relative; }
.service-col h3:before {
position: absolute;
content: "";
left: -29px;
top: 8px;
height: 14px;
width: 14px;
background-color: #fd2e35;
border-radius: 100%; }
.flex-type {
display: flex;
align-items: center; }
.big-cta {
padding: 30px 0;
width: 250px;
height: 250px;
border-radius: 100%;
background-color: #20376A;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-weight: 700;
text-align: center;
transition: .3s all;
font-size: 22px; }
.big-cta:hover {
color: #FFF;
transform: scale(1.1); }
.usp-list {
list-style: none;
font-size: 0.9em; }
.usp-list li {
position: relative;
padding-left: 25px;
margin-bottom: 10px; }
.usp-list li:before {
height: 14px;
width: 14px;
border-radius: 100%;
display: inline-block;
background: #20376A;
position: absolute;
content: "";
left: 0;
top: 29%; }
.banner-logo-wrapper {
position: absolute;
bottom: 30px;
width: 100%; }
.f-center {
display: flex;
justify-content: center;
align-items: center; }
.big-light {
font-size: 40px !important;
font-weight: 500 !important; }
.big-p {
font-size: 20px; }
.circle-icon {
background: transparent none repeat scroll 0 0;
border: medium none;
display: inline-block;
height: 5.5em;
outline: medium none;
overflow: visible;
position: relative;
text-indent: -9999rem;
width: 5.5em;
z-index: 2; }
.circle-icon img {
bottom: 0;
height: 100%;
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
-webkit-transform-origin: center center 0;
-ms-transform-origin: center center 0;
transform-origin: center center 0;
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0.6, 0.7, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0.6, 0.7, 1) 0s;
transition: transform 0.25s cubic-bezier(0, 0.6, 0.7, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0.6, 0.7, 1) 0s;
width: 100%;
z-index: 5; }
.circle-icon::before {
background: #fd2e35 none repeat scroll 0 0;
border-radius: 50%;
content: "";
height: 23%;
left: 50%;
position: absolute;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transform-origin: center center 0;
-ms-transform-origin: center center 0;
transform-origin: center center 0;
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0.6, 0.7, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0.6, 0.7, 1) 0s;
transition: transform 0.25s cubic-bezier(0, 0.6, 0.7, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0.6, 0.7, 1) 0s;
width: 23%;
z-index: -1; }
.circle-icon:hover:before {
-webkit-transform: translate(-50%, -50%) scale(4) !important;
-ms-transform: translate(-50%, -50%) scale(4) !important;
transform: translate(-50%, -50%) scale(4) !important; }
.circle-icon:hover img {
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
filter: brightness(100); }
.circle-icon.bottom:before {
-webkit-transform: translate(-50%, 100%);
-ms-transform: translate(-50%, 100%);
transform: translate(-50%, 100%); }
.circle-icon.right::before {
-webkit-transform: translate(100%, -50%);
-ms-transform: translate(100%, -50%);
transform: translate(100%, -50%); }
.tech-stack {
list-style: none; }
.tech-stack li {
height: 50px;
width: 50px;
line-height: 50px;
border-radius: 100%;
background-color: #FFF;
display: inline-block;
text-align: center;
margin-left: 10px;
margin-bottom: 10px; }
.tech-stack img {
width: 28px; }
div[role="progressbar"] {
--size: 5rem;
--fg: #fd2e35;
--bg: #666;
--pgPercentage: var(--value);
animation: growProgressBar 3s 1 forwards;
width: var(--size);
height: var(--size);
border-radius: 50%;
display: grid;
place-items: center;
background: radial-gradient(closest-side, #333 80%, transparent 0 99.9%, #333 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
font-family: Helvetica, Arial, sans-serif;
font-size: calc(var(--size) / 5);
color: var(--fg);
z-index: 9;
position: relative; }
div[role="progressbar"]::before {
counter-reset: percentage var(--value);
content: counter(percentage) "%";
display: none; }
.p-line:after {
position: absolute;
content: "";
height: 1px;
width: 100%;
background-color: #FFF;
top: 14%; }
.service-accordion .card {
padding: 0;
box-shadow: none;
border-left: 3px solid #fd2e35;
padding-left: 20px;
border-radius: 0;
margin-bottom: 40px;
background-color: transparent; }
.service-accordion .card-header {
padding: 0;
border: none;
background-color: transparent; }
.service-accordion .card-body {
padding: 0;
font-size: 0.9em;
opacity: 0.7;
margin-top: 20px; }
.service-accordion .btn-link.collapsed {
font-size: 22px !important; }
.service-accordion .btn-link {
padding: 0;
font-size: 24px;
font-weight: 600;
outline: none !important; }
.service-accordion .btn-link:hover {
text-decoration: none;
color: #000; }
.service-accordion .btn-link:focus {
text-decoration: none; }
.img-frame {
position: absolute;
border: 8px solid #333;
border-radius: 8px;
bottom: -115px; }
.sml-p {
font-size: 0.8em; }
.lined {
position: relative; }
.lined:after {
width: 1px;
height: 100%;
content: "";
position: absolute;
background-color: #CCC;
left: 33%;
top: 0; }
.service-block h3 {
font-size: 22px;
font-weight: 600;
margin-bottom: 22px; }
.service-block p {
font-size: 0.9em; }
.works .project-brief {
display: block !important; }
.estimate input {
border-color: #000;
height: 50px; }
.estimate textarea {
border-color: #000; }
.shade-big {
display: inline;
color: #fd2e35;
font-weight: bold;
text-transform: uppercase;
font-size: 20px;
letter-spacing: 2px; }
.opaq {
opacity: 0.7; }
.worklist .project-brief {
flex-direction: column; }
.inner-banner {
display: flex;
height: calc(100vh - 70px);
position: relative;
overflow: hidden;
padding-top: 80px; }
.inner-banner h1 {
font-size: 60px; }
.inner-banner h2 {
font-size: 60px; }
.inner-banner p {
color: rgba(0, 0, 0, 0.8); }
.inner-banner .banner-logos {
position: absolute;
bottom: 80px; }
.inner-banner .list li {
margin-bottom: 10px; }
.inner-banner .list li ion-icon {
color: #20376A; }
.navbar {
height: 100px; }
.lightform {
background-color: rgba(255, 255, 255, 0.2);
padding: 40px;
height: calc(100vh - 70px);
display: flex;
justify-content: center;
flex-direction: column; }
.lightform h3 {
color: #FFF;
font-size: 32px; }
.lightform .form-control {
margin-bottom: 20px; }
.s-overview h2 {
line-height: 1.3;
font-size: 34px; }
.inner-facts h3 {
font-size: 62px;
color: #000; }
.inner-facts span {
font-size: 0.9em; }
.s-services .item {
padding: 30px;
background-color: #f4f4f4;
border-radius: 8px;
display: flex;
flex-direction: column;
min-height: 250px;
margin-bottom: 30px; }
.s-services .item p {
font-size: 0.8em; }
.s-services .item h3 {
font-size: 20px;
margin-bottom: 30px;
font-weight: 500; }
.s-services .item img {
margin-bottom: 20px; }
.s-why h2 {
font-size: 36px;
color: #FFF; }
.s-why .list {
font-size: 0.9em; }
.s-why .list h3 {
font-size: 20px; }
.s-why .list li {
padding-left: 50px;
margin-bottom: 30px;
list-style: none; }
.s-why .theme-bg-2 {
position: relative;
overflow: hidden;
z-index: 1; }
.s-why .theme-bg-2:after {
height: 350px;
width: 350px;
border-radius: 100%;
position: absolute;
content: "";
left: -20%;
top: -20%;
background-color: #9C19E0;
z-index: -1; }
.s-why .theme-bg-2:before {
height: 250px;
width: 250px;
border-radius: 100%;
position: absolute;
content: "";
right: -20%;
bottom: -20%;
background-color: #9C19E0;
z-index: -1; }
.s-why .theme-bg-2 p {
color: rgba(255, 255, 255, 0.7);
font-size: 0.9em; }
.s-why .theme-bg-2 .btn-primary {
background: #FFF !important;
color: #20376A; }
.industries {
/* Common style */
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */ }
.industries .grid {
position: relative;
padding: 1em 0 2em;
list-style: none;
text-align: center;
width: 100%;
margin: 0 auto; }
.industries .grid figure {
position: relative;
float: left;
overflow: hidden;
min-width: 280px;
max-width: 280px;
background: #3085a3;
text-align: center;
cursor: pointer; }
.industries .grid figure img {
position: relative;
display: block;
min-height: 100%;
max-width: 100%; }
.industries .grid figure figcaption {
padding: 2em;
color: #fff;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.industries .grid figure figcaption::before,
.industries .grid figure figcaption::after {
pointer-events: none; }
.industries .grid figure figcaption,
.industries .grid figure figcaption > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.industries .grid figure figcaption > a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0; }
.industries .grid figure h2 {
font-weight: 600;
color: #FFF;
font-size: 22px; }
.industries .grid figure h2 span {
font-weight: 800; }
.industries .grid figure h2,
.industries .grid figure p {
margin: 0; }
.industries .grid figure p {
text-transform: none;
color: #FFF;
font-size: 68.5%; }
.industries figure.effect-sarah {
background: #20376A; }
.industries figure.effect-sarah img {
max-width: none;
width: -webkit-calc(100% + 20px);
width: calc(100% + 20px);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.industries figure.effect-sarah:hover img {
opacity: 0.4;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.industries figure.effect-sarah figcaption {
text-align: left; }
.industries figure.effect-sarah h2 {
position: relative;
overflow: hidden;
padding: 0.5em 0; }
.industries figure.effect-sarah h2::after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background: #fff;
content: '';
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); }
.industries figure.effect-sarah:hover h2::after {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.industries figure.effect-sarah p {
padding: 1em 0;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); }
.industries figure.effect-sarah:hover p {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.swiper-industries {
padding-bottom: 50px !important; }
.swiper-industries .swiper-button-next, .swiper-industries .swiper-button-prev {
top: 40%; }
.do-approach p {
font-size: 0.8em;
color: rgba(255, 255, 255, 0.6); }
.do-approach .media-heading {
color: #FFF;
font-size: 18px;
font-weight: 500;
margin-top: 20px;
margin-bottom: 20px; }
.viewport {
height: calc(100vh - 70px);
position: relative;
background-color: #f0f4f7;
padding-bottom: 200px; }
.viewport .head-label, .viewport .explore {
color: rgba(255, 255, 255, 0.6);
margin-bottom: 10px;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
display: block; }
.viewport .explore {
color: #FFF;
font-weight: 700;
margin-top: 20px;
margin-bottom: 0;
padding-right: 50px;
position: relative; }
.viewport .explore:after {
position: absolute;
width: 40px;
top: 50%;
background-color: #FFF;
height: 2px;
margin-left: 10px;
content: ""; }
.main {
display: grid;
grid-template-rows: 2fr 1fr;
grid-template-areas: "headline" "nav";
align-items: end;
position: relative;
height: 100%; }
.main__slider {
position: absolute;
z-index: 0;
top: 0;
left: 0;
bottom: 0;
transition: 0.3s all;
right: 0;
overflow: hidden; }
.main__slider a {
display: block;
transition: 0.3s all;
cursor: pointer;
height: 100%; }
.main__slide-image img {
position: relative;
height: 100%;
width: 100%;
object-fit: cover;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
.main__slide-image img {
display: block;
transition: 0.3s all; }
.main__slide-image:hover > img {
transform: scale(1.05);
transition: 0.3s all; }
.main__slide-image-enter img {
clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
transform: scale(1.3); }
.main__slide-image-leave-to img {
clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
transform: scale(1.3); }
.main__slide-image-enter-active img {
transition: all 700ms;
transition-delay: 500ms; }
.main__slide-image-leave-active {
transition: all 700ms; }
.main__headline {
display: table-cell;
z-index: 1;
color: white;
font-size: 24px;
vertical-align: middle;
z-index: 1;
padding-left: 50px;
width: 70%; }
.main__nav {
z-index: 1;
display: grid;
grid-template-columns: 1fr auto;
grid-area: nav;
width: 30rem;
padding: 3rem 5rem;
color: white; }
.social-links {
display: grid;
grid-auto-flow: column;
grid-gap: 0.4rem;
align-items: center; }
.social-links:before, .social-links:after {
content: "";
display: block;
width: 1rem;
height: 0.1rem;
background: white; }
.social-links:before {
grid-column: 2; }
.social-links:after {
grid-column: 4; }
.social-links__item {
color: white; }
.aside {
position: absolute;
display: grid;
width: 350px;
height: 200px;
bottom: 100px;
right: 100px; }
.aside:after {
position: absolute;
width: 50px;
right: 0;
top: 0;
bottom: 0;
background: linear-gradient(180deg, var(--secondaryClr), var(--primaryClr));
content: ""; }
.aside:before {
position: absolute;
height: 30px;
right: 13px;
bottom: 0;
color: #FFF;
z-index: 9;
letter-spacing: 1px;
top: 38%;
transform: rotate(90deg);
content: "NEXT";
font-size: 0.8em; }
.aside__slider {
position: relative;
overflow: hidden;
background-color: #EEE;
height: 100%;
width: 100%; }
.aside__slide-image {
position: absolute;
height: 100%;
object-fit: cover;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
cursor: pointer;
transition: 0.3s all;
width: 100%; }
.aside__slide-image:hover {
transform: scale(1.1); }
.aside__slide-image-enter {
clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
transform: scale(1.3); }
.aside__slide-image-leave-to {
clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
transform: scale(1.3); }
.aside__slide-image-enter-active {
transition: all 700ms;
transition-delay: 500ms; }
.aside__slide-image-leave-active {
transition: all 700ms; }
.aside__slide-image-leave-active {
transition-delay: 200ms; }
.aside__slide-image-enter-active {
transition-delay: 600ms; }
.aside__button {
font-size: 1.5rem;
width: 100%;
height: 100px;
margin: 0;
cursor: pointer;
outline: 0;
background: #fff;
border-color: transparent;
color: #20376A; }
.aside__button:hover, .aside__button:focus {
border-color: transparent;
background-color: rebeccapurple;
outline: none;
color: #FFF; }
.aside__button:active {
color: white;
border-color: #rebeccapurple;
background: #rebeccapurple; }
.nav__slider {
display: table;
background-color: #20376A;
height: 200px;
width: 100%; }
.nav__slider .nav__progress {
width: 32%;
display: table-cell;
vertical-align: middle; }
.nav__count {
width: 10%;
display: table-cell;
vertical-align: middle;
text-align: center;
color: #FFF; }
.progress {
height: 2px;
background: rgba(255, 255, 255, 0.2); }
.progress-bar {
background: #FFF; }
.nav__control {
width: 12%;
display: table-cell;
vertical-align: middle; }
.progress-indicator {
position: absolute;
top: 30%;
right: 0;
width: 100px;
height: auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: end;
list-style: none;
text-align: center;
padding: 0;
margin: 0; }
.progress-indicator__bar {
width: 5px;
height: 5px;
border-radius: 100%;
margin-bottom: 15px;
position: relative;
background: rgba(255, 255, 255, 0.4); }
.progress-indicator__bar--active {
background: #FFF;
position: relative; }
.progress-indicator__bar--active:after {
content: "";
width: 100%;
height: 100%;
background-color: var(--primaryClr);
position: absolute;
top: 0;
left: 0;
z-index: -1;
transform: scale(0);
border-radius: 50%;
opacity: .1;
transition: all ease .3s; }
.progress-indicator:before, .progress-indicator:after {
color: #030303; }
.progress-indicator:before {
content: "01"; }
.progress-indicator:after {
content: attr(data-slides-count); }
.scroller {
height: 100vh; }
.orange {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 100vh;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: #753500; }
.sr-story {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 100vh;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: #070707; }
.blue {
background-color: #00026d; }
.text-wrap {
position: relative;
overflow: hidden;
width: 450px;
height: 50vh; }
.panel-text {
position: absolute;
left: 0%;
top: 0%;
right: 0%;
bottom: 0%;
z-index: 1;
width: 100%;
height: 100%;
text-align: center;
background-color: #070707;
transform: translateY(100%);
opacity: 0; }
.pin-spacer {
padding: 0px 0px 100px !important; }
.panel-text.blue-text {
color: blue; }
.panel-text.red-text {
color: red; }
.panel-text.purple-text {
color: purple; }
.panel-text.orange-text {
color: orange; }
.p-wrap {
position: relative;
overflow: hidden;
width: 450px;
height: 100vh; }
.panel {
position: absolute;
left: 0%;
top: 0%;
right: 0%;
bottom: 0%;
z-index: 1;
width: 100%;
height: 100%;
background-image: url("../images/1.png");
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat; }
.panel p {
color: #FFF; }
.panel._2 {
z-index: 1;
background-image: url("../images/2.png"); }
.panel.blue {
z-index: auto; }
.panel.red {
z-index: auto;
background-color: red;
background-image: none; }
.panel.orange {
z-index: auto;
background-color: #cf5d00;
background-image: none; }
.panel.purple {
z-index: auto;
background-color: #808;
background-image: none; }
@media (min-width: 320px) and (max-width: 767.98px) {
.navbar .navbar-nav {
height: auto !important; }
.navbar .nav-btn {
min-width: auto !important;
border-left: initial !important;
padding-left: 0 !important; } }
@media (min-width: 768px) and (max-width: 991.98px) {
.about .blocks-sm {
padding: 24px !important; } }
/*# sourceMappingURL=style.css.map */