File: /home/imensosw/.trash/css.3/app.css
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;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"); }
/*Buttons */
.btn:focus, .btn:active {
outline: none !important;
-webkit-box-shadow: 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;
display: inline-block;
border-radius: 30px;
padding: 7px 27px;
background-color: transparent;
-webkit-transition: 0.3s all;
transition: 0.3s all;
color: #20376A; }
.btn-bordered:hover {
background-color: #20376A;
color: #fff; }
/*Form*/
form label {
font-size: 0.9rem; }
.form-control {
padding: 0.575rem 0.85rem;
border-radius: 2px; }
.form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
background: #F0F5F7;
border-color: #fd2e35; }
.faicon {
background: url(../images/social-sprite.webp) no-repeat !important;
vertical-align: middle; }
.faicon.star, .faicon.star-o, .faicon.star-half {
background-size: 57px auto !important; }
.faicon.star {
background-position: 0 -160px !important; }
.faicon.star-o {
background-position: -20px -160px !important c; }
.faicon.star-half {
background-position: -40px -160px !important; }
.faicon.phone, .faicon.envelope, .faicon.skype, .faicon.linkedin, .faicon.facebook, .faicon.twitter, .faicon.instagram {
background-size: 57px auto !important; }
.faicon.phone {
background-position: 0 1px !important; }
.faicon.envelope {
background-position: 0 -23px !important; }
.faicon.skype {
background-position: 0 -45px !important; }
.faicon.linkedin {
background-position: 0 -69px !important; }
.faicon.facebook {
background-position: 0 -92px !important; }
.faicon.twitter {
background-position: 0 -115px !important; }
.faicon.instagram {
background-position: 0 -139px !important; }
.navbar {
padding: 0;
height: 100px;
border-color: #000;
-webkit-transition: 0.3s all !important;
transition: 0.3s all !important; }
.navbar.navbar-sml {
height: 70px;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
background: #fff; }
.navbar .nav-btn {
min-width: 240px;
border-left: 1px solid #DDD;
height: 70px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 30px; }
.navbar.fixed-top {
/*=================MEGA DROPDOWN===================*/ }
.navbar.fixed-top .navbar-brand img {
width: 130px; }
.navbar.fixed-top .navbar-nav {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.navbar.fixed-top .navbar-nav .nav-link {
padding: 0.5em 1em;
color: #000;
font-size: 1rem;
font-weight: 500;
position: relative; }
.navbar.fixed-top .dropdown:hover > .dropdown-menu {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
.navbar.fixed-top .dropdown .dropdown-toggle {
color: #000;
/* &:after {border:none; position:absolute; content:"\f107"; height:5px; width:5px; font-family:FontAwesome; top:10px; right:5%; }*/ }
.navbar.fixed-top .dropdown .dropdown-toggle:after {
border: none;
position: absolute;
content: "";
height: 8px;
width: 8px;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
top: 16px;
right: 2px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.navbar.fixed-top .header .blur-heading {
margin-top: 0; }
.navbar.fixed-top .header .header-links {
padding-left: 0;
list-style: none;
font-size: 0.9rem;
margin-top: 15px; }
.navbar.fixed-top .header .header-links li {
margin-bottom: 7px; }
.navbar.fixed-top .header .header-links i {
min-width: 20px;
display: inline-block; }
.navbar.fixed-top .megamenu {
position: static;
border-left: medium none !important;
border-radius: 0;
border-right: medium none !important;
-webkit-box-shadow: none;
box-shadow: none; }
.navbar.fixed-top .megamenu .dropdown-menu {
border: medium none;
border-radius: 0;
margin-top: -2px;
width: 100%;
padding: 3.125em 0;
left: 0;
top: 100%;
border-bottom: 1px solid #DDD;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
-webkit-transform: scale3d(1, 0, 1);
transform: scale3d(1, 0, 1);
-webkit-transform-origin: center top 0;
transform-origin: center top 0;
display: block; }
.navbar.fixed-top .megamenu .dropdown-menu .blur-heading:after, .navbar.fixed-top .megamenu .dropdown-menu .blur-heading:before {
display: none; }
.navbar.fixed-top .megamenu .megamenu__item {
padding: 20px;
white-space: unset; }
.navbar.fixed-top .megamenu .megamenu__item span {
display: block; }
.navbar.fixed-top .megamenu .megamenu__item img {
width: 50px;
margin-bottom: em(20); }
.navbar.fixed-top .megamenu .megamenu__item-heading {
margin-bottom: 10px;
font-size: 1rem; }
.navbar.fixed-top .megamenu .megamenu__item-number {
font-weight: 600;
color: #000;
font-size: 2rem; }
.navbar .navbar-toggler {
border: 2px solid #20376A;
padding: .25rem .35rem; }
.navbar .navbar-toggler .navbar-toggler-icon {
background: url(../images/social-sprite.webp) no-repeat !important;
vertical-align: middle;
background-size: 35px auto !important;
background-position: 2px -119px !important; }
.navbar .navbar-toggler:focus {
outline: none;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.banner .banner__heading {
font-size: 5.125rem;
margin-bottom: 50px;
font-weight: 800;
letter-spacing: -0.015em; }
.imenso_rating .brand-logo {
width: 100px; }
.imenso_rating .brand-logo img {
width: 100%;
height: auto; }
.imenso_rating .g-review p {
font-size: 0.75rem; }
.imenso_rating .g-review .stars i {
color: #ffa500;
width: 20px;
height: 20px;
display: inline-block; }
.imenso_rating .footercreds {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.imenso_rating .footercreds a {
margin: 0 10px; }
.imenso_rating .footercreds a img {
height: 64px;
width: auto; }
.footer__blur-heading {
margin-top: 0; }
.footer__links {
padding-left: 0;
list-style: none;
font-size: 0.875rem;
margin-top: 15px; }
.footer__links li {
margin-bottom: 7px; }
.footer__links i {
width: 20px;
height: 20px;
display: inline-block;
margin-right: 5px; }
.footer__links a:hover i.phone {
background-position: -39px 1px !important; }
.footer__links a:hover i.envelope {
background-position: -39px -23px !important; }
.footer__links a:hover i.skype {
background-position: -39px -45px !important; }
.footer__links a:hover i.linkedin {
background-position: -39px -69px !important; }
.footer__links a:hover i.facebook {
background-position: -39px -92px !important; }
.footer__links a:hover i.twitter {
background-position: -39px -115px !important; }
.footer__links a:hover i.instagram {
background-position: -39px -139px !important; }
.footer .copyright {
font-size: 0.725rem; }
.img-text {
font-size: 10.5rem;
line-height: .875em;
font-weight: 800;
letter-spacing: -5px;
text-transform: uppercase;
color: #132e67;
line-height: 1.1;
background-clip: text !important;
-webkit-background-clip: text !important;
color: transparent !important;
background-image: url("../images/bg4.gif");
background-size: cover;
background-repeat: no-repeat;
background-position: -18px -377px;
font-family: 'Montserrat', sans-serif; }
.hastag {
font-size: 1.5rem;
font-style: italic;
font-weight: bold;
color: #20376A; }
.img-text-sml {
font-size: 4.125rem;
background-position: center center; }
body {
font-size: 1.125rem;
font-family: "Plus Jakarta Sans", sans-serif;
color: #000;
overflow-x: hidden;
overflow-y: scroll;
line-height: 1.6; }
h1, h2, h3, h4, h5 {
line-height: 1.3;
font-weight: 800; }
.container {
max-width: 1200px; }
section {
position: relative; }
a {
color: #000;
text-decoration: none;
outline: none; }
a:hover {
color: #c1312c; }
a:hover, a:focus {
text-decoration: none;
outline: none; }
.burger {
padding: 6.25rem 0; }
.t-burger {
padding-top: 6.25rem; }
.b-burger {
padding-bottom: 6.25rem; }
.gutter {
padding: 0 6.25rem; }
.gutter-sm {
padding: 0 3.125rem; }
.offset {
margin-top: 100px; }
.animate {
-webkit-transition: all .3s ease-in;
transition: all .3s ease-in; }
.opacity-0 {
opacity: 0; }
.opacity-25 {
opacity: .25; }
.opacity-50 {
opacity: .5; }
.opacity-75 {
opacity: .75; }
.opacity-100 {
opacity: 1; }
.underline-2 {
border-bottom: 2px solid #fd2e35; }
/*.chosen-container {width:100% !important; }
.checkbox, .radio {
label {margin-bottom:0; cursor:pointer;
&:after {content: ''; display: table; clear: both; }
input[type="checkbox"], input[type="radio"] {display: none; }
}
.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;
.cr-icon {position: absolute; font-size: $basefont-size * .8; line-height: 0; top: 50%; left: 13%; }
}
}
.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%;
.cr-icon {position: absolute; font-size: $basefont-size * .8; line-height: 0; top: 50%; left: 13%; margin-left: 0.04em; }
}
}
}
input[type="checkbox"] + .cr > .cr-icon, 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; } */
/*.bg-0 {background:rgb(33, 32, 34); }
.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 }
.alt-bg-2 {background-color: #E4EDED; }
.theme-bg {background-image: linear-gradient(to right,#0f346c 30%,#764ca6 100%); }*/
/*.hero{display: flex; height: 100vh; align-items: center;
p {font-size: $basefont-size * 1.125; }
}*/
.bg-light {
background-color: #fff !important; }
.white-text {
color: #fff; }
.background_1 {
background-color: #f8f8f8; }
.background_2 {
background-color: #E4EDED; }
.background_3 {
background-color: #f4f4f4; }
.background_4 {
background-color: #333;
color: #FFF; }
.background_5, .common-card.background_5 {
background-color: #f0f4f7; }
.background_6 {
background-color: #f5f5f7; }
.background_7 {
background-color: #c4c4c4; }
.big-text {
font-size: 1.875rem;
font-weight: 600;
line-height: 1.5; }
.shade {
display: inline;
color: #fd2e35;
font-weight: bold;
text-transform: uppercase;
font-size: 0.825rem;
letter-spacing: 2px; }
.border-top, .border-bottom {
border-color: #000 !important; }
.section-header h2 {
font-size: 2.75rem;
line-height: 1.4;
margin-top: 20px; }
.big-h2 {
font-size: 2.75rem; }
.big-h3 {
font-size: 2.5rem;
font-weight: 500;
line-height: 1.5; }
.big-h1 {
font-size: 3.75rem; }
.big-light {
font-size: 2.5rem !important;
font-weight: 500 !important; }
.bigger-h1 {
font-size: 4.5rem;
letter-spacing: -0.015em;
line-height: 1.05; }
.more-stuffs {
padding: 10px 0; }
.blur-heading {
display: block;
text-transform: uppercase;
font-size: 0.8rem;
font-weight: bold;
letter-spacing: 2px;
position: relative; }
.underline {
border-bottom: 8px solid #fedc86; }
.project {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.project__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
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__item-brief {
display: block;
margin-top: 20px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.project__item-brief p {
/*margin-right: 50px; width: 350px; */
margin-bottom: 10px; }
.project__item-brief h3 {
font-size: 1.5rem;
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: -webkit-box;
display: -ms-flexbox;
display: flex;
border-radius: 100%;
text-align: center;
color: #FFF;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 0.675rem; }
.techicons {
/*display: flex; flex-wrap: wrap;*/
/*flex-wrap: wrap; justify-content: center;*/
list-style: none;
/*overflow: auto; padding: 0;*/
margin-bottom: 0; }
.techicons li {
display: inline-block;
max-width: 12rem;
-ms-flex-preferred-size: 12rem;
flex-basis: 12rem;
margin: .5rem; }
.techicons li a {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
min-width: 130px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
/*width: calc(100% - 1em);*/
padding: 10px;
line-height: 130%;
color: #000;
background-color: #FFF;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
border-radius: 8px;
/*margin-bottom: 16px;*/
border: 1px solid #eee;
font-size: 0.8rem;
-webkit-transition: 0.3s all;
transition: 0.3s all; }
.techicons li a .ti-image {
margin-right: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.techicons li a .ti-image img {
width: 24px;
height: auto; }
.techicons li a:hover {
border-color: #fd2e35; }
.stats-light {
color: #FFF; }
.stats-light .why-item .big {
border-color: #FEDC86;
color: #FEDC86; }
.industries {
overflow: hidden; }
.industries .grid {
position: relative;
padding: 1em 0 2em; }
.industries .grid figure {
background-color: transparent !important; }
.industries .grid figure .img {
position: relative;
display: block;
overflow: hidden; }
.industries .grid figure .img img {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%) scale(1.1) rotate(2deg);
transform: translate(-50%, -50%) scale(1.1) rotate(2deg);
-webkit-transition: .35s ease all;
transition: .35s ease all;
width: 100%;
min-height: 100%;
-o-object-fit: cover;
object-fit: cover; }
.industries .grid figure .img:after {
content: '';
display: block;
padding-bottom: 105%; }
.industries .grid figure figcaption {
-webkit-transition: .05s all ease;
transition: .05s all ease;
position: relative;
padding: 1.2em 1.5em; }
.industries .grid figure figcaption a {
text-indent: 0;
border: 1px solid;
color: #fff;
opacity: 1;
font-size: 1.125rem;
padding: 4px 20px 8px;
border-radius: 20px;
margin-top: 20px;
display: inline-block; }
.industries .grid figure figcaption h2 {
color: #fff;
margin-top: 0;
padding-top: 0;
font-size: 1.375rem;
font-weight: 600; }
.industries .grid figure figcaption p {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
padding: 0;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box !important;
-webkit-line-clamp: 2;
color: #fff;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 10px;
font-size: 1.125rem;
font-weight: 300; }
.industries .grid figure:nth-child(1n) figcaption {
background: #20376a !important; }
.industries .grid figure:nth-child(2n) figcaption {
background: #58698f !important; }
.industries .grid figure:nth-child(3n) figcaption {
background: #8f9bb4 !important; }
.industries .grid figure:nth-child(4n) figcaption {
background: #aeb6c7 !important; }
.industries .grid figure:nth-child(5n) figcaption {
background: #8f9bb4 !important; }
.industries .grid figure:nth-child(6n) figcaption {
background: #58698f !important; }
.industries .grid figure:nth-child(7n) figcaption {
background: #20376a !important; }
.industries .grid figure:hover .img img {
-webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
transform: translate(-50%, -50%) scale(1) rotate(0deg); }
.industries .swiper-pagination {
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
.industries .swiper-pagination .swiper-pagination-bullet {
margin: 2px !important; }
.swiper-button-next, .swiper-button-prev {
height: 100px !important;
width: 60px !important;
background-color: #fff;
color: #000 !important;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
/*Services*/
.shade-big {
display: inline;
color: #fd2e35;
font-weight: bold;
text-transform: uppercase;
font-size: 1.25rem;
letter-spacing: 2px; }
.lined {
position: relative; }
.lined:after {
width: 1px;
height: 100%;
content: "";
position: absolute;
background-color: #CCC;
left: 33%;
top: 0; }
.sidebar {
position: -webkit-sticky;
position: -moz-sticky;
position: -ms-sticky;
position: -o-sticky;
position: sticky;
height: 100%;
top: 150px;
bottom: auto;
padding-bottom: 50px; }
.projects .heading {
font-size: 2.75rem; }
.projects {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
/*margin-right: -20px; margin-left: -20px; */ }
.project-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
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; }
.big-p {
font-size: 1.25rem;
font-weight: 500; }
div[role="progressbar"] {
--size: 5rem;
--fg: #fd2e35;
--bg: #666;
--pgPercentage: var(--value);
-webkit-animation: growProgressBar 3s 1 forwards;
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 {
position: relative; }
.p-line:after {
position: absolute;
content: "";
height: 1px;
width: 100%;
background-color: #FFF;
top: 14%; }
.do-approach p {
font-size: 0.8rem;
color: rgba(255, 255, 255, 0.6); }
.do-approach .media-heading {
color: #FFF;
font-size: 1.125rem;
font-weight: 500;
margin-top: 20px;
margin-bottom: 20px; }
.why-item .big {
font-size: 4rem;
font-weight: bold;
display: block;
border-bottom: 1px solid #000; }
.why-item .title {
font-size: 1.25rem;
font-weight: 500;
margin-top: 20px;
display: block; }
.why-item p {
font-size: 0.75rem;
opacity: 0.6;
margin-top: 20px; }
.banner__clients {
margin-top: 30px; }
.banner__clients-logos {
margin-bottom: 20px; }
.banner__clients-logos img {
width: auto;
padding: 10px 20px;
max-width: 150px; }
.blur-heading {
display: block;
margin-top: 26px;
text-transform: uppercase;
font-size: 0.8rem;
font-weight: bold;
opacity: 1;
letter-spacing: 1px;
position: relative; }
.blur-heading span {
display: inline-block;
padding: 5px 10px;
position: relative;
z-index: 1;
background: #fff; }
.blur-heading:before {
width: 300px;
height: 2px;
background: #000;
position: absolute;
content: "";
top: 50%;
left: 50%;
margin-left: -150px; }
.common-card {
background: #FFF;
border-radius: 18px;
padding: 40px;
height: 100%; }
.service-3 .common-card {
min-height: 435px;
margin-bottom: 28px; }
#models .bullet-points {
padding-left: 0; }
#models .bullet-points li {
padding-bottom: 10px;
list-style: none;
margin-bottom: 10px;
padding-left: 30px;
border-bottom: 1px solid #ccc;
position: relative; }
#models .bullet-points li:before {
content: '';
display: inline-block;
width: 8px;
height: 15px;
position: absolute;
left: 5px;
top: 3px;
/* border-radius: 100%; */
border: 2px solid #000;
border-left: 0;
border-top: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.lining .shade {
position: relative;
display: block; }
.lining .shade:before {
height: 1px;
background: #fd2e35;
content: "";
position: absolute;
width: 100px;
left: -15%;
top: 47%; }
.lining .shade.no-line {
padding-left: 0px; }
.lining .shade.no-line:before {
display: none; }
.lining .big-p {
opacity: 0.6; }
.commoncard {
background: #FFF;
border-radius: 18px;
padding: 40px;
margin: .75rem 0; }
.commoncard__image {
height: 60px;
min-width: 60px;
max-width: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-radius: 10px;
background: #fd2e35;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.commoncard h3 {
font-size: 1.4rem;
font-weight: 700;
margin-top: 30px;
min-height: 55px; }
.commoncard__content {
display: none; }
.borderbox .commoncard p {
font-size: 1rem;
opacity: 0.7; }
.borderbox .commoncard h3 {
font-size: 1.4rem;
margin-top: 0; }
.borderbox img {
width: 50px; }
.borderbox h3 {
font-size: 1.4rem; }
.highlighted1 {
-webkit-box-shadow: 0 -1.4em 0 0 #fedc86 inset !important;
box-shadow: 0 -1.4em 0 0 #fedc86 inset !important; }
.bulletpoint {
background: #fc0; }
.bulletpoint__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: white;
padding: 20px;
margin-bottom: 20px;
border-radius: 45px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.bulletpoint__item-number img {
width: 40px;
height: auto; }
.bulletpoint__item h5 {
font-size: 1.125rem;
font-weight: 600;
line-height: 1.5;
margin-bottom: 0;
margin-left: 20px; }
.industry_list {
margin: 0;
padding: 0; }
.industry_list li {
display: inline-block;
margin: 8px 16px 8px 0; }
.industry_list li a {
display: block;
padding: 7px 27px;
font-size: 1rem;
background: #FFF;
border: 2px solid;
color: #20376A;
border-radius: 30px;
-webkit-transition: 0.3s ease all;
transition: 0.3s ease all; }
.industry_list li a:hover {
background: #20376A;
color: #fff; }
.zebra {
position: relative; }
.zebra:before {
border-bottom: 2px solid #81d4fa;
content: " ";
height: 1rem;
left: 96%;
position: absolute;
width: 105px;
top: 21px; }
.zebra:after {
background-color: #81d4fa;
border-radius: 50%;
content: " ";
height: 20px;
left: 100%;
margin-left: 75px;
margin-top: -5px;
position: absolute;
top: 30px;
width: 20px; }
.zebra .media .im-step {
height: 70px;
width: 70px;
background-color: #81d4fa;
margin-right: 0 !important;
line-height: 70px;
font-weight: 600;
font-size: 2rem;
text-align: center; }
.zebra .media .media-body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 1.25rem;
background-color: #b3e5fc;
height: 70px;
padding-left: 20px; }
.zebra .media .media-body .media-heading {
font-weight: 600 !important;
margin: 0;
font-size: 1.125rem; }
.sml-part {
padding-left: 115px;
font-size: 1.125rem;
margin-top: 15px; }
.loadmore {
color: #666;
margin-top: 30px;
position: relative;
padding: 10px 20px; }
.loadmore span {
-webkit-animation-name: example;
animation-name: example;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite; }
@-webkit-keyframes example {
0% {
opacity: 1;
-webkit-filter: blur(0px);
filter: blur(0px); }
50% {
opacity: .1;
-webkit-filter: blur(5px);
filter: blur(5px); }
100% {
opacity: 1;
-webkit-filter: blur(0px);
filter: blur(0px); } }
@keyframes example {
0% {
opacity: 1;
-webkit-filter: blur(0px);
filter: blur(0px); }
50% {
opacity: .1;
-webkit-filter: blur(5px);
filter: blur(5px); }
100% {
opacity: 1;
-webkit-filter: blur(0px);
filter: blur(0px); } }
.form-group {
font-weight: 500;
font-size: 0.9rem;
margin-bottom: 20px; }
.icon-box {
padding: 30px; }
.inner-hero {
height: calc(100vh - 0px);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.inner-hero h1 {
font-size: 3.125rem; }
.inner-hero .case-points {
margin-bottom: 20px; }
.inner-hero .case-points .cp-label {
display: block;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
color: #fd2e35;
margin-bottom: 10px; }
.inner-hero .case-points .cp-value {
font-size: 1rem; }
.inner-hero .case-points ul.cp-value {
padding-left: 17px; }
.inner-hero .case-points ul.cp-value li {
margin-bottom: 5px; }
.big-points {
list-style: none;
padding: 0;
margin-top: 50px; }
.big-points li {
font-size: 1.25rem;
border-bottom: 1px solid #DDD;
padding: 16px 0;
font-weight: 500;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.tick {
color: lightgreen; }
.achieved-section {
background-size: 50%;
background-repeat: no-repeat;
background-position: right bottom; }
.service-img {
position: relative;
overflow: hidden;
display: block; }
.service-img:before {
content: '';
display: block;
padding-bottom: 40%; }
.service-img img {
width: 100%;
height: auto;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.css-case .techicons li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.css-case .techicons li a {
min-width: 155px; }
.css-case .techicons li a:after {
content: "";
position: absolute;
height: 1px;
width: 40px;
background: #000;
top: 24px;
right: -50px; }
.css-case .tip-title {
margin-left: 60px;
font-size: 14px;
color: #666; }
ul.timeline {
list-style-type: none;
position: relative; }
ul.timeline:before {
content: ' ';
background: #444fe5;
display: inline-block;
position: absolute;
left: 29px;
width: 2px;
height: 100%;
z-index: 400; }
ul.timeline > li {
margin: 20px 0;
padding-left: 20px;
font-size: 16px; }
ul.timeline > li:before {
content: ' ';
background: white;
display: inline-block;
position: absolute;
border-radius: 50%;
border: 3px solid #444fe5;
left: 20px;
width: 20px;
height: 20px;
z-index: 400;
margin-top: 5px; }
.banner-half {
min-height: 50vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
/* Industry page css */
.small-p {
font-size: 1rem; }
.service-block h3 {
font-size: 18px;
font-weight: 600; }
.services_overview .overview_info img {
width: 70px;
margin-bottom: 30px; }
.small-h3 {
font-size: 20px;
margin-bottom: 20px; }
.banner_industry_client .blur-heading:before {
margin-left: 30px;
width: 70px; }
.industry__item {
margin: .75rem 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.industry__item-big {
font-size: 4.125rem;
font-weight: bold;
display: block;
border-bottom: 1px solid #000; }
.industry__item-title {
font-size: 1.25rem;
font-weight: 600;
display: block; }
.industry__item p {
font-size: 16px;
opacity: 0.6;
margin-top: 20px; }
.industry__item-star {
margin-right: 20px;
color: #fd2e35;
font-size: 24px;
line-height: 34px;
font-weight: bold; }
.industry__item
.sml-part {
padding-left: 115px;
font-size: 1.125rem;
margin-top: 15px; }
.other_industry_item {
background: #f4f4f4;
border-radius: 4px; }
.other_industry_item img {
width: 50px; }
.other_industry_item h4 {
font-size: 1.2em;
font-weight: 600; }
.banner1 {
background-size: 53%;
background-repeat: no-repeat;
background-position: left bottom;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
overflow: hidden;
height: 100vh;
padding: 6.25rem 0; }
.para3 {
font-size: 20px;
font-weight: 500;
font-style: italic;
opacity: 0.7;
padding-right: 130px; }
.bordercard .icn {
display: block;
margin-top: 10px;
margin-bottom: 15px;
font-weight: bold;
color: #fd2e35;
font-size: 2rem; }
.bordercard .icn i {
font-size: 40px; }
.bordercard p {
font-weight: 500; }
/*banner*/
.banner {
min-height: 100vh !important; }
.banner__developertech {
height: 70px;
width: 70px;
border-radius: 8px;
background-color: #fd2e35;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.banner h2 {
font-size: 4.5rem;
letter-spacing: -0.015em;
line-height: 1.05; }
.banner__clients {
margin-top: 30px; }
.banner__clients-logos {
margin-bottom: 20px; }
.banner__clients-logos img {
width: 120px;
padding: 10px 20px;
max-width: 140px; }
.banner .btn-primary {
padding: 10px 40px; }
.form-inline {
width: 700px;
margin: auto;
position: relative; }
.form-inline .form-group {
width: 100%; }
.form-inline .form-group .form-control {
padding: 9px 20px !important;
border-radius: 30px; }
.form-inline .btn {
position: absolute;
right: 0;
top: 0;
margin-bottom: 0; }
.line1 {
position: absolute;
-webkit-transform: rotate(-55deg);
transform: rotate(-55deg);
right: -239px;
top: 106px;
z-index: -1; }
.line2 {
position: absolute;
-webkit-transform: rotate(-55deg);
transform: rotate(-55deg);
left: -121px;
top: 106px;
z-index: -1; }
.inner-banner {
overflow: hidden; }
.banner1.banner-technology {
background-size: 40%;
background-position: 1% center; }
.help h2 {
font-size: 3.25rem !important; }
.help .btns .btn {
margin: 0 10px;
font-size: 1.125rem; }
.more-stuffs a {
font-size: 0.9rem;
color: #000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.more-stuffs a .fa {
font-size: 1.125rem;
margin-left: 10px; }
.schema-faq-code .faq h2 {
font-size: 1.25rem; }
.schema-faq-code .faq__q {
font-weight: normal;
border: none !important;
font-size: 1rem !important;
margin: 0;
padding: 12px 56px 12px 0px;
line-height: 1.4;
cursor: pointer;
position: relative;
-webkit-touch-callout: none;
-webkit-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%);
transform: translateY(-50%);
color: #000;
font-size: 1.5rem !important;
font-weight: normal !important; }
.schema-faq-code .faq__q.faq__q-open:after {
content: "-"; }
.schema-faq-code .faq__a {
margin: 0;
border-bottom: 1px solid #dedee0;
padding: 20px 0;
background-color: transparent;
font-size: 1rem;
line-height: 24px;
padding-top: 5px;
color: #5d6769;
display: none; }
.schema-faq-code .faq__a ul {
list-style: disc;
margin-left: 30px; }
.schema-faq-code .faq__a ul li {
margin-bottom: 10px; }
.schema-faq-code .faq__question:last-child .faq-div {
border-bottom: none; }
.schema-faq-code .faq__question:last-child .faq__a {
border-bottom: 0px;
border-bottom: 0px;
border-bottom: 0px; }
.schema-faq-code .faq__div {
border-bottom: 1px solid #CCC; }
.schema-faq-code .faq__q-open {
color: #0f346c; }
.schema-faq-code .faq__a-open, .schema-faq-code .faq__q-open {
opacity: 1; }
/*Testimonial*/
.testimonial_review .reviewslide {
width: 100%;
max-width: 1070px;
margin: 0 auto;
opacity: 1;
padding: 50px 50px 0px 50px;
border-radius: 4px;
position: relative; }
.testimonial_review .reviewslide__authorimg {
position: absolute;
bottom: 0;
left: 0;
bottom: 0;
width: 260px; }
.testimonial_review .reviewslide__authorimg img {
position: relative;
z-index: 1;
width: 100%; }
.testimonial_review .reviewslide__authorimg:before {
content: "";
position: absolute;
width: 250px;
height: 250px;
background-color: #fedc86;
left: 0px;
top: 0px;
z-index: 0;
border-radius: 100%;
-webkit-transition: all ease .5s .3s;
transition: all ease .5s .3s; }
.testimonial_review .reviewslide__content {
padding-left: 280px;
padding-right: 70px;
padding-bottom: 70px;
min-height: 320px; }
.testimonial_review .reviewslide__content .blockquote {
color: #fff;
font-size: 1.25rem;
font-weight: 500;
font-style: italic; }
.testimonial_review .reviewslide__content .blockquote:after {
content: "\f10e";
font-family: FontAwesome;
font-size: 4rem;
height: 80px;
opacity: 0.07;
position: absolute;
right: 40px;
top: 0;
width: 80px; }
.testimonial_review .reviewslide__content-author {
color: #fff;
font-size: 1.125rem;
font-weight: 600;
margin-top: 10px; }
.testimonial_review .reviewslide__content-author .review-role {
color: rgba(255, 255, 255, 0.6);
font-size: 0.875rem;
font-weight: normal; }
.testimonial_review .swiper-slide.swiper-slide-active .review_slide .author_img:before {
left: 24px;
top: -25px; }
.testimonial_review .swiper-slide.swiper-slide-active .review_slide {
width: 80%;
max-width: 1070px;
margin: 0 auto;
opacity: 1;
padding: 50px 50px 0px 50px;
border-radius: 4px; }
.testimonial_review .swiper-button-next, .testimonial_review .swiper-button-prev {
top: auto;
bottom: 10px;
background: url(../images/arrow-right.webp) center no-repeat !important;
background-size: 40px auto !important;
opacity: .5;
border-radius: 0%;
-webkit-transition: .5s all ease;
transition: .5s all ease;
overflow: hidden !important;
-webkit-box-shadow: none;
box-shadow: none;
height: 50px !important;
width: 80px !important;
z-index: 1; }
.testimonial_review .swiper-button-next:after, .testimonial_review .swiper-button-prev:after {
content: ''; }
.testimonial_review .swiper-button-next:hover, .testimonial_review .swiper-button-prev:hover {
opacity: 1; }
.testimonial_review .swiper-button-next {
right: 50% !important;
left: auto;
margin-right: -70px; }
.testimonial_review .swiper-button-prev {
left: 50% !important;
right: auto;
margin-left: -70px;
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.testimonial_review .swiper-slide.swiper-slide-active .reviewslide__authorimg:before {
left: 24px;
top: -25px; }
.testimonial_review.white .reviewslide__content .blockquote {
color: #000; }
.testimonial_review.white .reviewslide__content-author {
color: #000; }
.testimonial_review.white .reviewslide__content-author .review-role {
color: rgba(0, 0, 0, 0.6); }
#whyus .testimonial_review .reviewslide__content {
padding-right: 0; }
#whyus .testimonial_review .reviewslide__content .blockquote {
color: #000;
font-size: 20px;
font-weight: 500;
font-style: italic; }
#whyus .testimonial_review .reviewslide__content-author {
color: #000; }
#whyus .testimonial_review .reviewslide__content-author .review-role {
color: #666; }
/*Testimonial*/
@media (max-width: 1100px) {
.banner-services {
background-size: 75%; }
.banner-hero h1 {
font-size: 5rem !important; }
.big-h3 {
font-size: 2.25rem; }
.service__sidebar .heading {
padding-right: 100px; }
.service__wrapper-item h5 {
font-size: 2.75rem !important; }
.client_logo ul.col8 {
width: auto !important; }
.reviewsection .client_logo {
padding: 0; }
.gutter {
padding: 0 4rem !important; }
.testimonial_review .reviewslide {
width: 90%;
padding: 0; }
.testimonial_review .reviewslide__content {
padding: 0 0 50px 300px;
min-height: auto; }
.reviewsection h2 {
font-size: 3rem !important; }
.reviewsection .why-item .big {
font-size: 3.5rem; }
.industries .grid figure figcaption h2 {
min-height: 55px; }
.industries .grid .swiper-industries {
padding-bottom: 40px !important; }
.industries .grid .swiper-industries .swiper-pagination {
bottom: 5px; }
.t-burger {
padding-top: 5rem !important; }
.b-burger {
padding-bottom: 5rem !important; }
.burger {
padding: 5rem 0 !important; }
.g-review {
padding-right: 20px; }
.imenso_rating .footercreds {
display: block; }
.banner1 {
height: auto; }
.big-h1 {
font-size: 3rem; }
.para3 {
padding-right: 0; }
.lined::after {
left: 20% !important; }
.css-case .techicons li {
margin: .5rem 0;
max-width: none;
width: 100%; }
.css-case .techicons li a {
min-width: 120px; }
.css-case .techicons li a .ti-image {
margin-right: 5px; }
.css-case .techicons li a:after {
width: 10px;
right: -20px; }
.css-case .tip-title {
margin-left: 30px; } }
@media (min-width: 991.98px) {
/*.industries{
.grid{ padding-bottom: 0 !important;
figure{ margin-bottom:0 }
.swiper-industries{ padding-bottom: 0px !important;
.swiper-pagination{ display:none !important }
}
}
}*/ }
@media (max-width: 991.98px) {
.blog-details .blog__body h1 {
font-size: 2.5rem !important; }
.bigger-h1 {
font-size: 3.5rem; }
.industries .swiper-button-next, .industries .swiper-button-prev {
display: none; }
.navbar-nav {
display: block;
padding-bottom: 1rem; }
.navbar-nav .nav-link {
padding-left: 0 !important; }
.navbar.fixed-top .dropdown .dropdown-toggle:after {
right: 17px; }
.navbar {
height: auto;
padding: 10px 0;
background-color: transparent; }
.navbar:after {
content: '';
position: absolute;
left: 0;
top: 0;
background: #fff;
width: 100%;
height: 60px;
z-index: -1;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
.navbar.fixed-top {
height: auto;
padding: 6px 0 2px;
background-color: transparent; }
.navbar.fixed-top .navbar-brand img {
width: 110px; }
.navbar.fixed-top .navbar-toggler-icon {
width: 1em;
height: 1em; }
.navbar .navbar-collapse {
height: calc(100vh - 40px);
overflow: auto;
margin-left: -15px;
padding-left: 15px;
background: #fff;
position: relative;
-webkit-transition: 0.1s all !important;
transition: 0.1s all !important;
width: 100%;
left: calc(-100% - 15px); }
.navbar .dropdown-menu, .navbar .megamenu {
position: relative !important; }
.navbar .megamenu .dropdown-menu {
top: 0 !important;
display: none !important;
padding: 0 !important; }
.navbar .megamenu .dropdown-menu .header-links {
margin: 10px 0 20px; }
.navbar .megamenu:hover .dropdown-menu {
display: inline-block !important; }
.navbar .ms-4 {
margin-left: 0px !important;
margin-top: 20px; }
.banner-hero h1 {
font-size: 4.5rem !important; }
.project__item-brief {
display: block;
margin-top: 20px; }
.project__item-brief p {
margin-right: 0;
width: auto;
margin-bottom: 0px; }
.help .btns .btn {
margin: 10px; }
.big-h3 {
font-size: 2rem; }
.projects .heading, .projects h2, .section-header .heading, .section-header h2 {
font-size: 2rem !important; }
.mt-5 {
margin-top: 2rem !important; }
.mb-5 {
margin-bottom: 2rem !important; }
.t-burger {
padding-top: 4rem !important; }
.b-burger {
padding-bottom: 4rem !important; }
.burger {
padding: 4rem 0 !important; }
.service__wrapper-item h5 {
font-size: 2.5rem !important; }
.imenso_rating .brand-logo {
margin-bottom: 12px; }
.collapse.show {
left: 0; }
.banner__clients-logos img {
max-width: 100px !important; }
.big-h1 {
font-size: 2.75rem; }
.lined::after {
left: 23% !important;
display: none; }
.lined .sidebar, .estimate_section .sidebar {
position: relative;
top: 0;
padding-bottom: 20px; }
.big-light {
font-size: 2.25rem !important; }
.why-item .big {
font-size: 3rem !important; }
.banner {
min-height: auto !important; }
.banner h2 {
font-size: 4rem; }
.banner__clients-logos img {
width: 80px !important;
padding: 10px 10px; }
.banner .form-inline {
max-width: 600px; }
.img-text-sml {
font-size: 3.5rem; }
.lining .shade {
padding-left: 50px; }
.lining .shade:before {
left: 0;
width: 40px; }
.lining .shade.no-line {
padding-left: 0px; }
.big-h2 {
font-size: 2.5rem; }
.common-card {
padding: 30px; }
.line2 {
top: 0; }
.top .blog__category {
top: 60px !important; }
.blog__search {
width: 80% !important; }
.gutter {
padding: 0 2rem !important; }
.achieved-section {
background-image: none !important; }
.inner-hero .case-points {
display: inline-block;
margin-right: 20px; }
.inner-hero .case-points ul {
margin-bottom: 0; }
.css-case .tip-title {
display: block;
word-break: break-all; } }
@media (min-width: 767.98px) {
.bannermobile-show {
display: none; } }
@media (max-width: 767.98px) {
ul.timeline:before {
height: auto;
top: 7px;
bottom: 6px; }
ul.timeline > li {
padding-left: 55px; }
.inner-hero h1 {
font-size: 2.75rem; }
.icon-box {
padding: 30px 0; }
.feature-tabs .mt-4 {
margin-top: 10px !important; }
.feature-tabs img {
margin-bottom: 20px; }
.inner-hero {
height: auto; }
.banner1 {
padding: 5rem 0; }
.banner1.banner-services {
background-position: center top;
background-size: 100% auto !important; }
.banner1.banner-technology {
background: none !important; }
.blog__Table-cnt #mainNav {
display: none; }
.blog-details .blog__body h1 {
font-size: 2rem !important; }
.top .blog__category {
position: fixed !important;
top: calc(100% - 15px) !important;
z-index: 111;
-webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
padding: 15px 0 5px !important;
-webkit-transition: .5s ease all;
transition: .5s ease all; }
.top .blog__category ul li {
margin: 3px; }
.top .blog__category ul li a {
font-size: 11px !important;
padding: 3px 10px !important; }
.top .blog__category:after {
content: 'Blog Category';
position: absolute;
left: 50%;
top: -10px;
border-radius: 20px;
border: 1px solid;
background-color: #fff;
font-size: 12px;
line-height: 100%;
padding: 3px 10px !important;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
.top .blog__category:hover {
top: auto !important;
bottom: 0px !important; }
.bigger-h1 {
font-size: 3rem; }
.sml-part {
padding-left: 40px; }
.zebra:before {
width: 50px; }
.zebra:after {
margin-left: 25px; }
.banner-hero {
height: auto !important;
padding: 70px 0; }
.banner-hero .banner-hero h1 {
font-size: 4rem !important; }
.project {
display: block; }
.project__item {
max-width: 100%;
margin-bottom: 50px; }
.testimonial_review.t-burger {
padding-top: 0 !important; }
.testimonial_review.t-burger .reviewslide {
width: 100%; }
.reviewsection .w-50 {
width: 100% !important; }
.gutter {
padding: 0 2rem !important; }
.imenso_rating .footercreds {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-top: 10px;
display: block; }
.service__sidebar {
position: relative !important;
top: 0 !important;
position: relative !important;
position: relative !important;
position: relative !important;
position: relative !important;
margin-bottom: 0px; }
.service__sidebar .heading {
padding-right: 0 !important; }
.service:after {
width: 100% !important; }
.service__wrapper-item {
margin-bottom: 50px !important; }
.service__wrapper-item:first-child {
margin-top: 0px !important; }
.project__item a {
display: block; }
.project__item img {
width: 100%; }
.big-h3 {
font-size: 1.5rem; }
.projects .heading {
font-size: 1.75rem !important; }
.mt-5 {
margin-top: 1.5rem !important; }
.mb-5 {
margin-bottom: 1.5rem !important; }
.t-burger {
padding-top: 3rem !important; }
.b-burger {
padding-bottom: 3rem; }
.burger {
padding: 3rem 0; }
ul, ol {
margin-left: 0;
padding-left: 0; }
.testimonial_review .reviewslide {
display: block;
width: 90% !important;
padding-bottom: 20px; }
.testimonial_review .reviewslide__authorimg {
position: relative;
width: 150px;
height: 150px;
border-radius: 100%;
overflow: hidden;
margin: 0 auto 20px;
background: #fedc86; }
.testimonial_review .reviewslide__authorimg:before {
display: none; }
.testimonial_review .reviewslide__content {
padding: 0;
text-align: center; }
.testimonial_review .reviewslide__content .blockquote {
position: relative;
font-size: 1rem; }
.testimonial_review .reviewslide__content-author {
font-size: 1rem; }
.footer .col-xs-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33%; }
.footer .col-xs-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%; }
.blog .blog__img img {
width: 100%; }
.blog .blog__img:after {
padding-bottom: 62.67%; }
.blog .blog__img.col2:after {
padding-bottom: 62.67%; }
.service__wrapper-item h5 {
font-size: 2.5rem !important; }
.service__sidebar {
padding-bottom: 20px !important; }
.service__wrapper-item {
margin-bottom: 40px !important; }
.reviewsection .why-item .big {
font-size: 3rem !important; }
.reviewsection .why-item p {
margin-top: 0 !important; }
.industries .grid {
padding-bottom: 0; }
.industries .grid figure {
margin-bottom: 0; }
.footer.py-5 {
padding-top: 0rem !important;
padding-bottom: 1.5rem !important; }
.footer .copyright {
padding-top: 1.5rem !important; }
.reviewsection .text-center {
text-align: left !important; }
.reviewsection .my-5 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important; }
.imenso_rating .footercreds a {
margin: 0 10px 0px 0;
display: inline-block;
width: 70px;
height: 70px;
text-align: center;
position: relative; }
.imenso_rating .footercreds a img {
width: 90%;
height: auto;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.imenso_rating.border-bottom {
border-bottom: 0 !important; }
.imenso_rating .py-5 {
padding-top: 1.5rem !important;
padding-bottom: 0rem !important; }
.service__wrapper-item ul {
margin-top: 10px !important; }
.big-h1 {
font-size: 2.5rem; }
.project__item {
padding-right: 0px;
padding-left: 0px; }
.big-light {
font-size: 2rem !important; }
.why-item .big {
font-size: 2.5rem !important; }
.banner__clients-logos img {
min-width: 80px !important; }
.banner .form-inline {
max-width: 500px; }
.banner h2 {
font-size: 3rem; }
.banner .gutter {
padding: 0 !important; }
.big-h2 {
font-size: 2rem; }
.banner-services .mt-5 {
margin-top: 0 !important; }
.banner-services .mt-4 {
margin-top: 0 !important; }
.common-card {
padding: 20px; }
.inner-banner {
padding: 100px 0 50px !important; } }
@media (max-width: 575.98px) {
.footer__links i {
margin-right: 0; }
.icon-box {
padding: 10px 0; }
.icon-box .mt-4 {
margin-top: 0.75rem !important; }
.big-points li {
font-size: 1rem; }
.big-points li i {
font-size: 1.25rem; }
.big-text {
font-size: 1.25rem; }
.inner-hero {
margin-top: 30px; }
.inner-hero h1 {
font-size: 2rem; }
.pay-features .col-6 {
width: 100% !important; }
.service-block .ps-5 {
padding-left: 0rem !important; }
.banner1.banner-services {
background-position: center bottom; }
.blog-details .blog__body h1 {
font-size: 1.5rem !important; }
.inner-banner.t-burger {
padding: 80px 0 50px !important; }
.blog__search {
width: 100% !important; }
.bigger-h1 {
font-size: 2.5rem; }
.commoncard {
padding: 30px;
border-radius: 10px; }
.commoncard__image {
margin: auto; }
.commoncard h3 {
text-align: center;
min-height: auto !important; }
.bulletpoint__item, .common-card {
border-radius: 10px; }
p {
font-size: 1rem; }
.big-h2 {
font-size: 1.5rem; }
.btn-primary {
padding: 10px 25px; }
.bordercard .icn {
margin: 0; }
.col-lg-9 .container-fluid {
margin: 0;
padding: 0 15px; }
.col-lg-9 .container-fluid .col-sm-10 {
padding: 0; }
.service-block .col-sm-2 {
position: relative;
margin-bottom: 20px;
background-size: 100% auto !important; }
.service-block .col-sm-2:after {
content: '';
position: relative;
padding-bottom: 75%;
display: block; }
.banner-services .btn {
width: 100% !important; }
.zebra:before, .zebra:after {
display: none; }
.banner-hero h1 {
font-size: 3.5rem !important; }
.big-h3 {
font-size: 1.25rem; }
.projects .heading, .projects h2, .section-header .heading, .section-header h2 {
font-size: 1.5rem !important; }
.t-burger {
padding-top: 2rem !important; }
.b-burger {
padding-bottom: 2rem !important; }
.burger {
padding: 2rem 0 !important; }
.project__item-brief h3 {
font-size: 1.25rem; }
.mobile-hide {
display: none !important; }
.footer .col-xs-4, .footer .col-xs-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%; }
.footer__blur-heading {
border-bottom: 1px solid #ddd;
display: block; }
.mobile-show .footer__links li {
display: inline-block;
margin-right: 10px; }
.mobile-show .footer__links li a {
padding: 5px 10px;
display: block;
border: 1px solid #ddd;
border-radius: 20px; }
.service__wrapper-item h5 {
font-size: 1.5rem !important; }
.service__wrapper-item p {
margin-top: 0 !important; }
.blog {
margin: 10px 0; }
.blog__body {
padding: 15px !important; }
.projects .heading {
margin-bottom: 0; }
.project__item {
margin-bottom: 30px;
margin-top: 10px; }
.reviewsection .why-item .big {
font-size: 2rem !important; }
.testimonial_review .reviewslide__authorimg {
width: 100px;
height: 100px; }
.industries .grid figure figcaption h2 {
min-height: auto !important; }
.service__wrapper-item .btn-bordered.mt-4 {
margin-top: 0.5rem !important; }
.techstack .mb-4 {
margin-bottom: 1rem !important; }
.big-h1 {
font-size: 2.25rem; }
.big-light {
font-size: 1.5rem !important; }
.why-item .big {
font-size: 2rem !important; }
.banner.burger {
padding-top: 100px; }
.banner .form-inline {
max-width: 100%; }
.sml-part {
padding-left: 00px !important; }
.p-line:after {
height: 100%;
width: 1px;
left: 52px; }
.approach-cnt {
display: block;
position: relative;
margin-bottom: 20px; }
.approach-cnt div[role="progressbar"] {
position: absolute;
left: 0; }
.approach-cnt .media-heading {
margin: 0; }
.approach-cnt .media-heading, .approach-cnt p {
position: relative;
margin-left: 100px; }
.big-p {
font-size: 1rem; }
.why-item .big {
line-height: 100%;
padding-bottom: 5px; }
.why-item p {
margin-top: 0; }
.why-item .title {
margin-top: 10px; }
.banner .btn-primary {
padding: 15px 20px;
font-size: .6rem; } }
@media (min-width: 575.98px) {
.mobile-show {
display: none; } }
@media (max-width: 420px) {
.bigger-h1 {
font-size: 2rem; }
.commoncard {
padding: 20px; }
.big-h1 {
font-size: 1.75rem; }
.banner-hero h1 {
font-size: 3rem !important;
width: 90%; }
.line2 {
left: 40% !important;
width: 100%;
top: 0 !important; }
.line1 {
right: 20% !important;
width: 100%;
bottom: 0 !important; }
.banner__developertech {
margin-top: 40px; }
.service__wrapper-item h5 {
font-size: 1.5rem !important; }
.techicons li {
width: calc(50% - 12px);
margin: 5px; }
.techicons li a {
min-width: 100%; }
.banner .gutter {
padding: 0px !important; }
.banner h2 {
font-size: 2.4rem; }
.banner.burger {
padding-top: 100px; }
.banner .form-inline {
max-width: 100%; } }
/*=================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: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
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; }
.blog {
border-radius: 18px;
overflow: hidden;
margin: 13px 0;
background: #FFF;
/*&__body{ padding:.5rem 1.5rem; display:flex; flex-direction: column; justify-content: center; height: 100%; border: 1px solid #dee2e6!important;
h5{ font-size:1.25rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
p{ font-size:.875rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; margin-bottom:0 }
}*/ }
.blog .blog__img {
position: relative;
display: block;
overflow: hidden; }
.blog .blog__img:after {
content: '';
position: relative;
display: block;
padding-bottom: 62.67%; }
.blog .blog__img img {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-o-object-fit: cover;
object-fit: cover;
min-height: 100%;
min-width: 100%; }
.blog .blog__img.col2:after {
padding-bottom: calc(130% - 7px); }
.blog .blog__body {
padding: 30px; }
.blog .blog__body .blog__date {
font-size: 70%;
margin-bottom: 15px; }
.blog .blog__body .blog__date a {
color: #6c757d !important; }
.blog .blog__body .blog__date i {
margin-right: 5px; }
.blog .blog__body h5 {
font-size: 22px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis; }
.blog .blog__body p {
font-size: .875rem;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 0; }
.blog .readmore {
font-size: .75rem;
margin-top: 25px;
display: inline-block;
position: relative; }
.blog .readmore:after {
content: "→";
margin-left: 10px;
-webkit-transition: .5s ease all;
transition: .5s ease all; }
.blog .readmore:before {
content: '';
position: absolute;
bottom: -5px;
width: 50px;
height: 1px;
background: #999; }
.blog .readmore:hover {
text-decoration: none; }
.blog .readmore:hover:after {
margin-left: 20px; }
.blog__search {
position: relative;
width: 50%;
margin: 0 auto 20px; }
.blog__search button {
position: absolute;
right: 0;
top: 0; }
.blog__search .form-group {
width: 100%; }
.top .blog__category {
position: -webkit-sticky;
position: sticky;
top: 70px; }
.blog__category {
padding: 20px 0;
z-index: 1;
background-color: #fff;
-webkit-transition: .5s ease all;
transition: .5s ease all; }
.blog__category ul {
list-style: none;
margin: auto;
padding: 0; }
.blog__category ul li {
display: inline-block;
margin: 5px; }
.blog__category ul li a {
display: block;
border-radius: 30px;
border: 1px solid;
padding: 5px 20px;
-webkit-transition: .35s ease all;
transition: .35s ease all;
font-size: 14px; }
.blog__category ul li a:hover {
background: #20376A;
color: #fff; }
.blog__category.fixed {
padding: 5px 0; }
.blog__category.fixed ul li a {
font-size: 12px;
padding: 3px 15px; }
.blog-section .sidebar {
margin-top: 13px; }
.blog-section .sidebar .card {
margin-bottom: 30px;
padding: 15px !important; }
.blog-section .sidebar .card .blog__category {
padding: 0;
border-radius: 10px;
padding-bottom: 20px; }
.blog-section .sidebar .blog__body a {
border-bottom: none;
padding: 10px; }
.blog-section .sidebar .blog__body a h5 {
font-size: 13px;
margin-bottom: 5px; }
.blog-section .sidebar .blog__body a:hover .text-muted {
color: rgba(255, 255, 255, 0.7) !important; }
.blog-section .sidebar h3 {
font-size: 18px;
padding: 15px 0px 10px;
position: relative; }
.blog-section .sidebar h3:after {
content: '';
position: absolute;
bottom: 0;
left: 10px;
width: 50px;
height: 3px;
background: #fd2e35; }
.blog-section .sidebar ul {
list-style: none;
margin: auto;
padding: 0; }
.blog-section .sidebar ul li {
display: block;
margin: 0; }
.blog-section .sidebar ul li a {
display: block;
border-radius: 0px;
border: none;
border-bottom: 1px solid #dee2e6;
padding: 10px 30px 10px 10px;
-webkit-transition: .35s ease all;
transition: .35s ease all;
font-size: 12px;
position: relative; }
.blog-section .sidebar ul li a span {
position: absolute;
right: 10px;
top: 10px;
text-align: right; }
.blog-section .sidebar ul li a:hover {
background: #20376A;
color: #fff; }
.blog-section .sidebar ul li:last-child a {
border-bottom: 0; }
.blog-section .blog__img {
position: relative; }
.blog-section .blog__img img {
width: 100%;
height: auto;
max-width: 650px; }
.blog-section .blog__img a {
position: absolute;
left: 20px;
top: 0px;
background: #fff;
padding: 10px;
z-index: 1;
border-radius: 0 0 4px 4px;
text-align: center;
font-size: 12px;
width: 65px;
display: none; }
.blog-section .blog__img a span {
display: inline-block;
width: 100%;
font-weight: 600;
font-size: 14px; }
.page .pagination .page-item {
margin: 5px; }
.page .pagination .page-item .page-link {
border: none;
background: none;
text-align: center;
width: 30px;
height: 30px;
border-radius: 100%;
color: #333; }
.page .pagination .page-item .page-link:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none; }
.page .pagination .page-item .page-link:hover {
background: #f1f1f1; }
.page .pagination .page-item.active .page-link {
background: #fd2e35;
color: #fff; }
.page .pagination .page-item.disabled .page-link {
color: #ccc; }
.blog-details {
padding-top: 50px; }
.blog-details .bg-light {
background-color: #e5e5e5 !important;
color: #666;
padding: 5px 5px;
font-size: 12px;
margin-left: 5px; }
.blog-details .blog__img.ractangle {
position: relative;
overflow: hidden;
margin-bottom: 10px;
border-radius: 20px; }
.blog-details .blog__img.ractangle:after {
content: '';
display: block;
padding-bottom: 40%; }
.blog-details .blog__img.ractangle img {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
height: auto;
max-width: none; }
.blog-details .blog__body .blog__date {
font-size: 80%;
margin-bottom: 15px; }
.blog-details .blog__body .blog__date a {
color: #6c757d !important; }
.blog-details .blog__body h1 {
font-size: 44px;
display: -webkit-box;
/*-webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;*/ }
.blog-details .blog__Table-cnt {
position: -webkit-sticky;
position: -moz-sticky;
position: -ms-sticky;
position: -o-sticky;
position: sticky;
top: 70px;
padding-top: 20px; }
.blog-details .blog__Table-cnt h5 {
position: relative;
margin: 10px 0; }
.blog-details .blog__Table-cnt h5 span {
background: #f8f8f8;
padding-right: 10px;
position: relative;
z-index: 1; }
.blog-details .blog__Table-cnt h5:after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 50%;
height: 2px;
background: #dee2e6; }
.blog-details .blog__Table-cnt ul {
list-style: none;
margin-bottom: 30px;
margin-left: 0;
padding-left: 0; }
.blog-details .blog__Table-cnt ul li a {
padding: 10px 0;
display: block;
border-bottom: 1px solid #dee2e6 !important;
position: relative; }
.blog-details .blog__Table-cnt ul li.active a {
color: #fd2e35; }
.blog-details .blog__Table-cnt ul li.active a:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 3px;
border-bottom: 3px solid #fd2e35; }
.blog-details .sociallink li {
display: inline-block;
margin: 10px 10px 10px 0; }
.blog-details .sociallink li a {
display: block;
width: 40px;
height: 40px;
line-height: 20px;
text-align: center;
border: 1px solid #dee2e6 !important;
border-radius: 100%; }
.blog-details .sociallink li a:hover {
color: #fd2e35;
border: 1px solid #fd2e35 !important; }
.blog-details .blog__category {
position: relative;
top: 0; }
.blog__content .section {
margin: 0; }
html {
scroll-behavior: smooth; }
/*# sourceMappingURL=app.css.map */