MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/public_html/imenso.co/imenso-old/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=Abril+Fatface&family=Sen:wght@400;700&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;
  font-weight: 600;
  src: url("fonts/ProximaNova-Bold.otf"); }
@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
--------------------------------------------------------------*/
.guide .color span {
  height: 6.25em;
  width: 6.25em;
  border-radius: 100%;
  display: inline-block;
  line-height: 6.25em;
  text-align: center;
  margin-right: 1.25em; }
.guide .color__primary {
  background-color: #1c3773;
  color: #FFF; }
.guide .color__secondary {
  background-color: #5D4F46;
  color: #FFF; }
.guide .color__inverse {
  background-color: #F0F5F7; }
.guide h1:first-child {
  color: #1c3773; }

body {
  font-size: 18px;
  font-family: "Sen", sans-serif;
  line-height: 1.9;
  color: #000; }

a {
  color: #1c3773; }
  a:hover {
    color: #c1312c; }

h1, h2, h3, h4, h5 {
  font-family: "Sen", sans-serif;
  font-weight: 600;
  line-height: 1.4em; }

h1, h2, h3 {
  color: #0f346c; }

a:hover, a:focus {
  text-decoration: none;
  outline: none; }

.burger {
  padding: 80px 0; }

.t-burger {
  padding-top: 100px; }

.gutter {
  padding: 0 100px; }

.gutter-sm {
  padding: 0 50px; }

.navbar-brand {
  margin-left: 25px; }

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: #5D4F46; }

.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-color: #1c3773;
  border-color: #1c3773; }
  .btn-primary:hover {
    background-color: #c1312c;
    border-color: #c1312c; }

.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: 1px solid #5D4F46;
  color: #666;
  background-color: transparent; }
  .btn-bordered:hover {
    background-color: #edf0f2;
    color: #666; }

.bg-light {
  background-color: #FFF !important; }

.navbar {
  padding: 0;
  height: 70px;
  border-color: #000; }
  .navbar .nav-btn {
    min-width: 240px;
    border-left: 1px solid #DDD;
    height: 70px;
    align-items: center;
    display: flex;
    padding-left: 30px; }
  .navbar .navbar-nav {
    height: 70px;
    align-items: center; }
    .navbar .navbar-nav .nav-link {
      padding: 0.5em 1em;
      color: #000;
      font-size: 0.9em; }

.navbar-expand-lg .navbar-collapse {
  /*justify-content:flex-start;*/ }

nav .nav-link .fa-bars {
  font-size: 1.4em;
  color: #777; }

.white-text {
  color: #FFF; }

.bg-0 {
  background: #212022; }

.bg-1 {
  background: #f4eba166; }

.bg-2 {
  background: #53e3b724; }

.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; }

.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, #0f346c 30%, #764ca6 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: #1c3773; }
    .title__link.dark:after {
      background: #1c3773; }
    .title__link.dark:before {
      background: #1c3773; }

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; }

/*--------------------------------------------------------------
# App
--------------------------------------------------------------*/
.hero {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-position: right;
  background-image: linear-gradient(to right, #0b0529 50%, #5A3985 100%);
  /*background: #180D51;*/
  display: flex;
  align-items: center; }
  .hero h1 {
    font-size: 3.8em;
    text-transform: capitalize;
    font-family: "Sen", sans-serif;
    color: #FFF;
    font-weight: bold; }
  .hero p {
    font-size: 1.2em;
    color: rgba(255, 255, 255, 0.8); }
  .hero:before {
    /*position:absolute;
    height:300px;
    width:100px;
    background:#FFF;
    opacity:1;
    bottom:0;
    content:"";
    right:20%;*/
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
    background: url("../images/bg-1.jpg") no-repeat center;
    background-size: 100% auto; }
  .hero:after {
    		/*position:absolute;
    		height:100px;
    		width:100px;
    		background:#FFF;
    		border-radius: 100%;
    		opacity:1;
    		bottom:320px;
    		content:"";
    		right:20%;
    		-webkit-animation: mover 1s infinite  alternate;
        	animation: mover 1s infinite  alternate;*/ }

.services h2 {
  font-size: 2.2em;
  line-height: 1.4; }
.services .list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .services .list li {
    display: inline-block;
    margin-right: 30px; }
    .services .list li a {
      color: rgba(255, 255, 255, 0.5);
      font-size: 1.2em; }
    .services .list li.active a {
      color: #fff;
      position: relative; }
.services h3 {
  font-size: 4em;
  font-family: "ProximaNova-Extrabold"; }
.services .service-item {
  height: 100vh;
  position: relative; }
  .services .service-item h4 {
    margin: 50px 0;
    font-size: 1em; }
  .services .service-item ul {
    padding-left: 14px; }
.services #sidebar .sidebar__inner a {
  display: block;
  font-size: 1em;
  color: #000;
  font-family: "Sen", sans-serif;
  font-size: 3em; }
  .services #sidebar .sidebar__inner a .anchor-title {
    display: none; }
    .services #sidebar .sidebar__inner a .anchor-title.active {
      display: block; }
.services #sidebar.is-affixed .sidebar__inner {
  top: 30% !important; }

.testimonial_slider .swiper-slide {
  width: calc(100% - 300px);
  margin: 0 10px;
  height: auto; }

.testimonial_slider .swiper-slide-prev .author_img, .testimonial_slider .swiper-slide-next .author_img {
  display: none; }

.testimonial_slider .swiper-button-next:hover, .testimonial_slider .swiper-button-prev:hover {
  opacity: 0; }

.testimonial_slider .swiper-button-next, .testimonial_slider .swiper-button-prev {
  height: 100%;
  width: 100px;
  background: none;
  top: 22px;
  transition: all ease .35s; }

.swiper-slide-next, .swiper-slide-next .review_slide {
  margin-right: auto; }

.swiper-slide:not(.swiper-slide-active) .review_slide {
  width: 100px; }

.swiper-slide-active .author_img:before {
  left: 24px;
  transition: all ease .5s .3s;
  top: -25px; }

.swiper-slide-active .author_img {
  z-index: 1;
  flex: 0 0 180px; }

.review_slide {
  display: flex;
  position: relative;
  padding: 15px;
  overflow: hidden;
  height: 100%; }

.swiper-slide.swiper-slide-active .review_slide {
  width: 1140px;
  margin: 0 auto;
  padding-bottom: 52px;
  opacity: 1;
  padding: 50px 50px 0;
  border-radius: 4px; }

.review_slide h6 {
  margin-bottom: 0;
  font-size: 1.2em; }

.review__content h3 {
  font-weight: bold; }

.review__content .blockquote {
  color: #000;
  font-size: 1em;
  font-weight: 500;
  min-height: 160px; }

.review__content .blockquote:after {
  content: "\f10e";
  font-family: FontAwesome;
  font-size: 4em;
  height: 80px;
  opacity: 0.05;
  position: absolute;
  right: 10px;
  top: 0;
  width: 80px; }

.swiper-slide-active .author_img:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background-color: #ff9a00;
  left: 0px;
  top: 0px;
  z-index: -1;
  border-radius: 100%; }

.swiper-slide-active
.testimonial_slider {
  padding: 30px 0; }

.testimonial_slider .swiper-button-prev {
  left: 0; }

.testimonial_slider .swiper-button-next {
  right: 0; }

.swiper-slide:not(.swiper-slide-active) .review_slide {
  flex-direction: column;
  filter: grayscale(100%); }

.swiper-slide-active .review_slide .review__content {
  display: block;
  visibility: visible !important; }

.review_slide .review__content {
  display: none;
  color: var(--lightmutedClr); }

.testimonial_slider .swiper-pagination-bullet {
  margin: 7px !important;
  position: relative;
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--primaryClr); }

.testimonial_slider span.swiper-pagination-bullet:before {
  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; }

.testimonial_slider span.swiper-pagination-bullet-active:before {
  transform: scale(3); }

.swiper-slide-prev .review_slide {
  margin-left: auto; }

.swiper-slide-active .review_slide {
  background-repeat: no-repeat;
  background-size: 65px;
  background-image: url(../images/left-quote-mark.png);
  background-position: 18px 7px; }

.review_slide span {
  display: inline-block; }

.number_counter {
  counter-reset: Number; }

.capabilities {
  position: relative;
  background-color: #f0f4f7;
  z-index: 9; }
  .capabilities:after {
    background-color: #1c3773;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 451px;
    top: 0;
    z-index: -1; }
  .capabilities .card-body h4 {
    margin: 50px 0;
    font-size: 1em; }
  .capabilities ul {
    padding-left: 12px; }

.blocks {
  padding: 25px;
  transition: 0.3s all;
  border-radius: 8px;
  border: 1px solid #F0F4F7;
  background-color: #f0f4f7; }
  .blocks h3 {
    margin-top: 30px;
    font-size: 1.3em;
    position: relative;
    font-weight: bold; }
  .blocks span {
    opacity: 0;
    display: inline-block;
    border-bottom: 1px solid #000;
    font-size: 0.9em; }
  .blocks ul {
    padding: 0;
    margin-top: 20px;
    list-style: none; }
  .blocks a {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 0.9em;
    color: #0f346c;
    border-bottom: 1px solid transparent; }
    .blocks a:hover {
      border-color: #0f346c; }
  .blocks p {
    opacity: 0.6; }
  .blocks img {
    width: 50px; }
  .blocks:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
    .blocks:hover span {
      opacity: 1; }

.no-bg {
  background: transparent !important; }

.blocks-sm {
  padding: 40px;
  background: #f0f4f7;
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column; }
  .blocks-sm .bigger {
    display: block;
    font-size: 30px;
    font-weight: bold; }
  .blocks-sm .shorter {
    display: block;
    font-size: 12px; }

video {
  object-fit: cover;
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0; }

.viewport-header {
  position: relative;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.full-block {
  height: 450px;
  overflow: hidden; }
  .full-block .client-ved i {
    height: 80px;
    width: 80px;
    display: inline-block;
    line-height: 80px;
    border-radius: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    cursor: pointer;
    font-size: 1.2em;
    color: #0f346c; }
    .full-block .client-ved i:hover {
      background-color: #0f346c;
      color: #FFF; }

.quote {
  padding: 70px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .quote blockquote {
    font-size: 1.8em; }
    .quote blockquote p {
      font-size: 16px; }
    .quote blockquote i {
      display: block;
      color: #ee2761;
      font-size: 1.5em;
      margin-bottom: 20px; }

.stats span {
  display: block; }
.stats .text-muted {
  font-size: 0.8em;
  line-height: 1; }

.big-text {
  font-size: 3em;
  font-weight: bold;
  color: #0f346c; }

.tech-stach-section {
  padding: 0px 0 100px; }

.main-heading-wrap .pre-heading {
  font-size: 16px;
  font-weight: 700;
  color: #ee2761;
  position: relative; }

.main-heading-wrap .pre-heading:after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  background: #ee2761;
  height: 1px;
  width: 100%; }

.main-heading-content {
  margin-top: 20px; }

.main-heading-content h2, .main-heading-content p {
  width: 50%; }

.main-heading-content h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 47px; }

.main-heading-content p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  padding-left: 80px; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-link.active {
  background: 0 0;
  color: #ee2761;
  border-bottom: 3px solid #ee2761; }

.nav-tabs .nav-link {
  color: #000;
  font-weight: 600;
  border: none;
  padding: 4px 0px;
  margin-right: 40px; }

.tab-listing-wrap {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0; }

.tab-listing-wrap li {
  width: 18%;
  margin: 15px 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600; }

.tech-stach-section .approach-card {
  padding: 20px 15px;
  display: flex;
  align-items: center;
  line-height: 20px; }

.approach-card {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 35px 40px;
  height: 100%;
  border: 1px solid #eee; }

.tab-listing-wrap li img {
  width: 25px;
  margin-right: 10px; }

.sub-tabs li a {
  font-size: 12px; }

.why-us-section {
  padding: 60px 0;
  background-color: #FFF; }

.why-us-section h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 26px; }

.main-heading-content h2 {
  color: #0f346c; }

.why-us-right p {
  margin: 15px 0 0 33px; }

.glassmorphism {
  padding: 40px 30px;
  height: 100%;
  position: relative; }

.why-us-count {
  font-weight: bold;
  font-size: 36px;
  color: #ee2761; }

.glassmorphism img {
  width: 35px;
  margin-bottom: 15px; }

.why-us-section .main-heading-wrap {
  margin-bottom: 80px; }

.post-cat {
  display: block;
  color: #ee2761;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px; }

.post-date {
  color: #777;
  font-weight: 400;
  font-size: .8em; }

.blog-card-img img {
  width: 100%; }

.blog-card-text {
  padding: 30px 20px;
  background: #fff; }

.blog-section {
  padding: 100px 0; }

.blog-card-text .post-name h4 {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  position: relative;
  margin-top: 15px;
  line-height: 30px; }

.blog-card-wrap {
  height: 100%;
  background: #fff; }

.blog-card-wrap:hover h4 {
  color: #ee2761; }

.client-ved {
  margin-left: 20px; }

.footer {
  color: #FFF;
  background: linear-gradient(to right, #0f346c 30%, #764ca6 100%); }
  .footer h4 {
    font-size: 18px;
    font-weight: 700;
    opacity: 0.2; }
  .footer p {
    font-size: 14px; }
  .footer .big-fnt {
    font-size: 24px;
    margin-top: 30px;
    line-height: 34px;
    color: rgba(255, 255, 255, 0.9); }
  .footer ul {
    padding: 0;
    margin: 0; }
  .footer ul li {
    list-style: none;
    margin: 5px 0; }
  .footer li a {
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    font-size: 14px; }
  .footer .footer-links {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .footer .footer-links li, .footer .social li {
    display: inline-block;
    padding: 5px; }
  .footer .social li a {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    transition: .3s all; }
  .footer .social li a:hover {
    background: #534493;
    color: #fff !important;
    border-color: #534493; }
  .footer .footer-cta {
    background: rgba(113, 75, 164, 0.5);
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(5.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 40px 30px;
    text-align: center; }
  .footer .footer-cta h4 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 25px; }
  .footer .cta-banner h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 700; }
  .footer .copy-text {
    opacity: 0.3; }
  .footer .cta-banner {
    background: linear-gradient(135deg, #0f346c 0, #764ca6 100%);
    color: #fff;
    padding: 30px 0; }

.feed-overlay {
  background-color: teal; }

.offset {
  margin-top: 70px; }

.highlight {
  border-bottom: 0.1em solid #ec9736;
  color: #ec9736;
  font-weight: 600; }

.theme-effect {
  position: relative;
  z-index: 9; }
  .theme-effect:after {
    background: linear-gradient(to right, #0f346c 30%, #764ca6 100%);
    height: 300px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    top: 150px;
    z-index: -1; }

.static-block .bigger {
  font-size: 1.4em;
  line-height: 1.8; }

.bullets {
  padding-left: 17px;
  list-style: square; }
  .bullets li {
    margin-bottom: 10px; }

.sml-section {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0; }

.feedback-block p {
  font-size: 1.5em;
  color: #0f346c; }

.one-liner {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDD; }
  .one-liner:last-child {
    border-bottom: none; }
  .one-liner span {
    display: block;
    font-size: 12px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .one-liner p {
    margin-bottom: 0; }
  .one-liner img {
    margin-top: 15px; }
  .one-liner ul {
    padding-left: 18px;
    list-style: square;
    margin-top: 10px; }
    .one-liner ul li {
      margin-bottom: 10px; }

@media (max-width: 1600px) {
  .main-heading-content h2 {
    font-size: 26px;
    line-height: 33px; } }
@media (max-width: 992px) {
  .hero:before, .hero:after {
    display: none; }

  .navbar {
    padding: 0 15px; }

  .tab-listing-wrap li {
    width: 22%; }

  .footer-cta .main__cta, #footer p, #footer li a {
    font-size: 12px; }

  .footer-cta h4 {
    font-size: 18px; }

  .testimonial_slider .swiper-slide {
    margin: 0; }

  .swiper-slide.swiper-slide-active .review_slide {
    width: 100%;
    padding: 50px 15px; }

  .review__content .main__cta.dark {
    padding: 16px 10px;
    font-size: 14px; } }
@media (max-width: 767px) {
  .hero h1 {
    font-size: 2rem; }

  .hero, .masthead, .burger, .grey-bg, .main-heading-wrap, .main-heading-content {
    text-align: center; }

  .masthead h2, .main-heading-content h2 {
    font-size: 1.8rem; }

  .gutter {
    padding: 0 5px; }

  .client-ved {
    margin-left: 0; }

  .quote blockquote {
    font-size: 1em; }

  .main-heading-content h2, .main-heading-content p {
    width: 100%; }

  .main-heading-content p {
    padding-left: 0; }

  .tab-listing-wrap li {
    width: 44%; }

  .glassmorphism {
    margin-bottom: 20px; }

  .footer-cta {
    margin-top: 20px; }

  .footer-links ul li.pull-right {
    float: none; } }
.navbar-brand .img-svg {
  width: 120px;
  height: auto;
  margin-top: 12px; }
  .navbar-brand .img-svg path {
    fill: #Fff; }

.animate, .dropdown-item {
  transition: .5s ease all;
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -o-transition: .5s ease all;
  -ms-transition: .5s ease all; }

.top_area {
  /*position: absolute; left: 0; top: 0; width: 100%;z-index: 1;*/
  position: relative;
  z-index: 1; }
  .top_area .navbar-nav {
    width: 100%; }
    .top_area .navbar-nav .nav-btn {
      float: right;
      position: absolute;
      right: 0; }
  .top_area .nav-btn {
    border-left: 1px solid transparent; }
  .top_area .navbar-nav .nav-link {
    color: #fff !important; }
  .top_area .main__cta:after {
    display: none !important; }
  .top_area.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #fff;
    box-shadow: 0 1px 5px #e6e6e6; }
    .top_area.fixed-top .navbar-nav .nav-link {
      color: #000 !important; }
    .top_area.fixed-top .img-svg path {
      fill: #20376A; }
    .top_area.fixed-top .main__cta {
      background-image: linear-gradient(to right, #0f346c 30%, #764ca6 100%);
      color: #Fff !important;
      /*&:after{ display:inline-block !important }*/ }
    .top_area.fixed-top .dropdown .dropdown-menu {
      box-shadow: 0 4px 5px #f5f4f4; }
  .top_area .dropdown.mega-dropdown {
    position: static !important; }
  .top_area .dropdown .dropdown-toggle::after {
    display: none !important; }
  .top_area .dropdown .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    padding: 50px 0;
    border: none;
    border-radius: 0;
    margin: 0; }
    .top_area .dropdown .dropdown-menu .dropdown-item {
      white-space: normal;
      line-height: 130%; }
      .top_area .dropdown .dropdown-menu .dropdown-item:hover {
        background: none;
        opacity: 0.5; }
  .top_area .dropdown:hover .dropdown-menu {
    transform: scale(1); }
  .top_area .menu-cnt:after {
    content: '';
    position: absolute;
    border-right: 1px solid #eee;
    height: 100%;
    width: 1px;
    right: -13%;
    top: 0; }

.banner {
  position: relative;
  top: -70px; }

.burger-xl {
  padding: 100px 0; }

.case .masthead {
  font-size: 16px; }
  .case .masthead span {
    display: block; }
  .case .masthead ul {
    margin-top: 20px;
    padding-left: 17px; }

.case-banner {
  min-height: 630px;
  width: 100%;
  background-image: url("../images/prc-banner.png");
  background-size: cover;
  background-repeat: no-repeat; }

.case-overview {
  min-height: 800px;
  width: 100%;
  background-image: url("../images/prc-case-8.1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 -150px; }

.case-f2 {
  background-image: url("../images/prc-f2.jpg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: left;
  min-height: 500px; }

.case-f3 {
  min-height: 800px;
  position: relative; }
  .case-f3:after {
    background-image: url("../images/prc-f4.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    position: absolute;
    content: "";
    width: 890px;
    height: 550px;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0; }

h3 {
  color: #000; }

.case-half {
  padding: 50px;
  text-align: center;
  margin-top: 30px; }
  .case-half img {
    margin-top: 30px; }

.feedback-block {
  position: relative; }

.feedback-block::after {
  background: blue;
  content: "";
  position: absolute;
  height: 500px;
  width: 500px;
  border-radius: 100%;
  top: 0;
  z-index: -1;
  right: 0;
  opacity: 0.1; }

@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 */