<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import "styles2.css";
/*@import "responsive.css";*/

body {
    font-family: arial;
    background: #f8f9fb;
    /*outline: 2px dashed #fa9600;*/
}
/*:focus {
    box-shadow: none;
    outline: 2px dashed #fa9600;
}

.no-js :focus,
.keyboard-focus :focus {
    box-shadow: 0 0 2px 1px #00cdcb;
}*/

html,
body,
ul,
ol,
li,
form,
fieldset,
legend {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
}

fieldset,
img {
    border: 0;
}

button:focus,
a.btn:focus {
    outline: none;
    box-shadow: none;
}

li {
    list-style: none;
}
h1 {
  font-family: Nunito Sans;
  font-size: 42px;
  color: #ffffff;
  font-weight: lighter;
}

h1 span {
  font-size: 28px;
  font-weight: 300;
  color: #fa9600;
  display: inherit;
  padding-top: 15px;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header-scrolled {
    background: rgba(0, 34, 83, 0.95);
    background-image: none !important;
}

/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(19, 39, 57, 0.8);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    padding: 13px 20px;
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active &gt; a,
.mobile-nav li:hover &gt; a {
    text-decoration: none;
}

.mobile-nav .drop-down &gt; a:after {
    content: "";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}















li.drop-down &gt; ul::before {
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    content: '';
    position: absolute;
    top: -5px;
    left: 20%;
}

.mobile-nav .active.drop-down &gt; a:after {
    content: "";
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(19, 39, 57, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

video {
    width: 100%;
    margin: 0;
    padding: 0;
    /*    margin-left: -10px;*/
}

.video-carousel .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    position: absolute;
    top: 40%;
    text-align: center;
}

.video-carousel {
    height: auto;
    overflow: hidden;
}

#intro {
    width: 100%;
    position: relative;
    /*background: url("../img/intro-bg.png") center bottom no-repeat;*/
    background-size: cover;
    /*padding: 350px 0 120px 0;*/
    /*background: url(../img/banner-overlay.png) no-repeat right center;*/
}

#intro:before {
    content: "";
    background: black;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.video-content {
    position: absolute;
    top: 60%;
    left: 0%;
    width: 75%;
}


.video-content h1 {
    font-family: Nunito Sans;
    font-size: 42px;
    color: #ffffff;
    /*font-weight: lighter;*/
    width: 100%;
    text-shadow: 0px 0px 3px black;
    /* background: rgb(0 0 0 / 29%);*/
    padding: 15px;
    padding-left: 13%;
    margin-bottom: 0px;
    padding-top: 8%;
}

.video-content h1 span {
    font-size: 20px;
    line-height: 24px;
    display: block;
    margin-top: 20px;
}

.img-block-wrap .img-block {
    width: 93%;
    background-size: cover !important;
    height: 397px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.img-block-wrap .img-block:hover {
    border-radius: 16px;
}

.img-block-wrap .img-block:before {
    content: "";
    width: 292px;
    height: 397px;
    background: #1b76ff;
    display: inherit;
    z-index: -1;
    position: absolute;
    right: 20px;
    top: -30px;
}

.box-content {
    background: #eff2f2;
    padding: 50px;
}

.box-content h6 {
    padding-bottom: 15px;
}

.box-content p {
    padding: 0;
    margin: 0;
}

.services-block .heading-4 h4 {
    padding-bottom: 15px;
}

.services-block .heading-6 h6 {
    padding-bottom: 10px;
}

.services-block .img-block-wrap {
    margin-top: 45px;
}

.services-block .block-space {
    padding-bottom: 80px;
}

.services-block .block-space .col-md-7 {
    padding-right: 60px;
}

.services-block .lead-to-cash .img-block {
    background: url(../img/services/img-ltc.png);
}

.services-block .dcs-block .img-block {
    background: url(../img/services/img-dcs.png) !important;
    background-size: cover !important;
}

.services-block .sp-block .img-block {
    background: url(../img/services/img-sp.png) !important;
    background-size: cover !important;
}

.services-block .ofc-block .img-block {
    background: url(../img/services/img-ofc-erp.png) !important;
    background-size: cover !important;
}

.services-block .overview-block .img-block {
    background: url(../img/services/aws/img-ofc-erp.png) !important;
    background-size: cover !important;
}



.services-block .fabac-block .img-block {
    background: url(../img/services/img-fabac.png) !important;
    background-size: cover !important;
}

.services-block .ma-fabac-block .img-block {
    background: url(../img/services/ma-img-fabac.png) !important;
    background-size: cover !important;
}

.services-block .aa-fabac-block .img-block {
    background: url(../img/services/assessment-advisory/img-fabac.png) !important;
    background-size: cover !important;
}

.services-block .vsa-fabac-block .img-block {
    background: url(../img/services/value-stream-analysis/img-fabac.png) !important;
    background-size: cover !important;
}

.services-block .sc-fabac-block .img-block {
    background: url(../img/services/sc-img-fabac.png) !important;
    background-size: cover !important;
}

.services-block .fqa-block .img-block {
    background: url(../img/services/img-fqa.png) !important;
    background-size: cover !important;
}

.services-block .ux-overview .img-block {
    background: url(../img/services/img-ux-ux-overview.png) !important;
    background-size: cover !important;
}

.services-block .di-overview .img-block {
    background: url(../img/services/img-di-overview.png) !important;
    background-size: cover !important;
}

.services-block .fcdfy {
    background: url(../img/services/img-fcdfy.png);
    text-align: right;
    background-size: cover;
    height: 300px;
}

.services-block .fcdfy-2 {
    background: url(../img/services/img-fcdfy-2.png);
    text-align: right;
    background-size: cover;
    height: 300px;
}

.services-block .fcdfy-3 {
    background: url(../img/services/img-fcdfy-3.png);
    text-align: right;
    background-size: cover;
    height: 300px;
}

.services-block .fcdfy-4 {
    background: url(../img/services/img-fcdfy-4.png);
    text-align: right;
    background-size: cover;
    height: 300px;
}

.services-block .fcdfy-44 {
    background: url(../img/services/aws/img-fcdfy-4.png);
    text-align: right;
    background-size: cover;
    height: 300px;
}

.services-block .fcdfy-5 {
    background: url(../img/services/img-fcdfy-5.png);
    text-align: right;
    background-size: cover;
    height: 336px;
}
.services-block .vsa-fcdfy-5 {
    background: url(../img/services/value-stream-analysis/img-fcdfy-5.png);
    text-align: right;
    background-size: cover;
    height: 336px;
}
.services-block .aa-fcdfy-5 {
    background: url(../img/services/assessment-advisory/img-fcdfy-5.png);
    text-align: right;
    background-size: cover;
    height: 336px;
}
.services-block .sc-fcdfy-5 {
    background: url(../img/services/sc-img-fcdfy-5.png);
    text-align: right;
    background-size: cover;
    height: 336px;
}

.services-block .fcdfy-5 .box-content {
    margin-top: 120px;
}

.services-block .fcdfy-6 {
    background: url(../img/services/img-fcdfy-6.png);
    text-align: right;
    background-size: cover;
    height: 300px;
}

.services-block .fcdfy-7 {
    background: url(../img/services/img-fcdfy-7.png);
    text-align: right;
    background-size: cover;
    height: 300px;
}

.services-block .fcdfy-8 {
    background: url(../img/services/img-fcdfy-8.png);
    text-align: right;
    background-size: cover;
    height: 300px;
}

.services-block .block-wrap p {
    color: #1b76ff;
    padding: 0;
    margin: 0;
}

.services-block .block-wrap p b {
    color: #000000;
    padding-top: 30px;
    /* margin-top: 30px; */
    display: inherit;
}

.services-block .block-wrap p a {
    text-decoration: none;
}

.services-block .block-wrap:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: #ccc;
}

.services-block .box-content {
    width: 60%;
    display: inline-block;
    text-align: left;
    margin-top: 40px;
}

.services-block .forsys-expertise {
    padding-top: 120px;
    padding-bottom: 120px;
}

.services-block .forsys-expertise .forsys-expertise-content {
    margin-top: 60px;
}

.services-block .forsys-expertise .box-content .heading-6 {
    margin-top: 30px;
}

.services-block .forsys-expertise .box-content .heading-6 h6 {
    margin-top: 30px;
    border-top: 1px solid #ccc;
}

.services-block .forsys-expertise img {
    width: 444px;
}

.services-block .forsys-expertise .box-content {
    width: 91%;
    margin-top: -60px;
    margin-left: 30px;
}

.services-block .forsys-expertise .box-content .heading-6 h6 {
    color: #000000;
    padding-top: 30px;
    margin: 0;
    padding-bottom: 10px;
}

.services-block .forsys-expertise h6 a {
    font-size: 16px;
    position: relative;
    top: 15px;
}

.services-block .forsys-expertise-2 {
    padding-top: 160px;
}

.services-block .forsys-expertise-2 .f-expertise li {
    float: left;
    width: 33.3%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 100px;
}

.services-block .forsys-expertise-2 .f-expertise li i {
    margin-right: 15px;
}

.services-block .forsys-expertise-2 .container-fluid {
    padding-left: 9%;
}

.services-block .forsys-expertise-2 .container-fluid a {
    text-decoration: underline;
}

.services-block .how-we-are-working {
    padding-top: 50px;
}

.services-block .how-we-are-working .heading-4 h4 {
    padding-left: 30px;
}

.services-block .how-we-are-working .how-we-are-working-cont {
    float: left;
    padding-left: 30px;
    margin-top: 30px;
    position: relative;
    border-left: 1px solid #ccc;
}

.services-block .how-we-are-working .how-we-are-working-cont img {
    width: inherit;
    height: 75px;
}

.services-block .how-we-are-working .how-we-are-working-cont .heading-6 h6 {
    padding-top: 10px;
    text-align: center;
}

.services-block .how-we-are-working .how-we-are-working-cont .heading-6 h6 a {
    text-decoration: underline;
}

.services-block .how-we-are-working .how-we-are-working-cont:nth-child(2) {
    border-left: none;
    margin-right: 30px;
}

.services-block .key-differentiators {
    padding-top: 160px;
}

.services-block .f-expertise-2 li {
    float: left;
    width: 32%;
    padding: 25px 30px;
    border: 1px solid #eff2f2;
    border-radius: 8px;
    margin-left: 15px;
    margin-bottom: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 115px;
}

.services-block .f-expertise-2 li i {
    margin-right: 15px;
}

.services-block .f-expertise-2 li:hover {
    -webkit-box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.services-block .f-expertise-2 li:first-child,
.services-block .f-expertise-2 li:nth-child(4),
.services-block .f-expertise-2 li:nth-child(7) {
    margin: 0;
}

.services-block .f-expertise-2 li:nth-child(1),
.services-block .f-expertise-2 li:nth-child(2),
.services-block .f-expertise-2 li:nth-child(3),
.services-block .f-expertise-2 li:nth-child(6) {
    line-height: 60px;
}

.services-block .f-expertise-2 li:nth-child(4),
.services-block .f-expertise-2 li:nth-child(5),
.services-block .f-expertise-2 li:nth-child(7),
.services-block .f-expertise-2 li:nth-child(8) {
    padding-top: 35px;
}

.services-block .forsys-expertise-3 {
    padding-top: 160px;
}

.services-block .a-forsys-expertise {
    padding-top: 230px;
}

.services-block .a-forsys-expertise .col-md-4 .heading-6 h6 {
    color: #000000;
}

.services-block .a-forsys-expertise a {
    text-decoration: underline;
}

.services-block .a-forsys-expertise i {
    padding-right: 15px;
    display: inline-block;
}

.services-block .a-forsys-expertise p.d-flex {
  line-height: 22px;
  margin-bottom: 30px;
}

.services-block .a-forsys-expertise i img {
    width: 100%;
}

.services-block .a-forsys-expertise .list-items {
    margin-top: -10px;
    padding-left: 45px;
}

.services-block .a-forsys-expertise span {
    position: relative;
    display: inline-block;
    padding-left: 55px;
    top: -40px;
}

.services-block .a-forsys-expertise-2 {
    padding-top: 230px;
}

.services-block .a-forsys-expertise-2 .col-md-4 .heading-6 h6 {
    color: #000000;
}

.services-block .a-forsys-expertise-2 a {
    text-decoration: underline;
}

.services-block .a-forsys-expertise-2 i {
    padding-right: 15px;
    display: inline-block;
}

.services-block .a-forsys-expertise-2 i img {
    width: 100%;
}

.services-block .a-forsys-expertise-2 span {
    padding-left: 60px;
    display: inherit;
    position: relative;
    top: -40px;
}

.lets-talk-block h2 {
    font-size: 37px;
    font-weight: 300;
    line-height: 60px;
    color: #2a2a2a !important;
}

.lets-talk-block .primary-btn {
    margin-top: 30px;
}

.lets-talk-block .primary-btn a {
    border: 1px solid #1b76ff !important;
    padding: 12px 30px !important;
    color: #2a2a2a !important;
}

.lets-talk-block .primary-btn a:hover {
    border: 1px solid #fa9600 !important;
}

.partners-banner .right .tabbed {
    z-index: 999;
    height: 76px;
    background: #002253;
    position: absolute;
    bottom: -40px;
    left: 7%;
}

.partners-banner .right .tabbed a {
    padding: 26px;
    font-size: 16px;
    color: #000;
    background: #eff2f2;
    margin-right: -4px;
    width: 185px;
    display: inline-block;
    text-align: center;
}

.partners-banner .right .tabbed a:hover {
    text-decoration: none;
    background: #1b76ff;
    color: white;
}

.partners-banner .right .tabbed a.active {
    font-weight: bold;
    font-size: 16px;
    color: white;
    background: #1b76ff;
}

.partners-wrapper .heading-6 h6 {
    padding-bottom: 15px;
}

.partners-wrapper .partnership-overview-block {
    padding-top: 60px;
}

.partners-wrapper .partnership-overview-block .partnership-overview-img-block {
    border: 1px solid #eff2f2;
    border-radius: 15px;
    width: 220px;
    height: 220px;
    text-align: center;
    line-height: 220px;
}

.partners-wrapper .partnership-overview-block .partnership-overview-img-block:hover {
    -webkit-box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.partners-wrapper .our-expertise-block .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.partners-wrapper .our-expertise-block .col-md-5,
.partners-wrapper .our-expertise-block .col-md-7 {
    padding: 0;
}

.partners-wrapper .our-expertise-block .col-md-5 .img-fluid {
    max-width: 105%;
    height: auto;
}

.partners-wrapper .our-expertise-block .row {
    margin-left: 0;
    margin-left: 0;
}

.partners-wrapper .our-expertise-block .our-expertise-content {
    padding: 60px 90px;
}

.partners-wrapper .our-expertise-block .list-items {
    margin-top: 0;
}

.partners-wrapper .our-solutions-block {
    padding-top: 100px;
    padding-bottom: 50px;
}

.partners-wrapper .our-solutions-block .col-md-6 {
    margin-left: -21%;
    margin-top: 60px;
    max-width: 46%;
}

.partners-wrapper .our-solutions-block .our-solutions-content {
    background: #002253;
    padding: 60px;
    color: #ffffff;
}

.partners-wrapper .our-solutions-block .our-solutions-content .list-items {
    margin: 0 0 0 15px;
}

.partners-wrapper .our-solutions-block .our-solutions-content .heading-6 h6 {
    color: #ffffff;
}

.partners-wrapper .forsys-offerings-block {
    padding-bottom: 60px;
    display: inline-block;
    width: 100%;
}

.partners-wrapper .forsys-offerings-block .offering-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
}

.partners-wrapper .forsys-offerings-block .offering-list li {
    width: 27%;
}

.partners-wrapper .forsys-offerings-block .offering-list li span {
    width: 47px;
    display: inline-block;
}

.partners-wrapper .forsys-offerings-block .offering-list li label {
    display: inline-block;
    position: relative;
    top: 10px;
}

.partners-wrapper .forsys-offerings-block .offering-list li:last-child {
    width: 19%;
}

.partners-wrapper .forsys-offerings-block .oracle-offering-list {
    float: left;
    padding-top: 30px;
}

.partners-wrapper .forsys-offerings-block .oracle-offering-list li {
    width: 33.3%;
    float: left;
    padding-bottom: 45px;
}

.partners-wrapper .forsys-offerings-block .oracle-offering-list li span {
    width: 47px;
    display: inline-block;
}

.partners-wrapper .forsys-offerings-block .oracle-offering-list li label {
    display: inline-block;
    position: relative;
    top: 10px;
}

.partners-wrapper .forsys-offerings-block .ns-offering-list {
    float: left;
    padding-top: 30px;
}

.partners-wrapper .forsys-offerings-block .ns-offering-list li {
    width: 25%;
    float: left;
    padding-bottom: 45px;
}

.partners-wrapper .forsys-offerings-block .ns-offering-list li span {
    width: 47px;
    height: 47px;
    display: inline-block;
}

.partners-wrapper .forsys-offerings-block .ns-offering-list li label {
    display: inline-block;
    position: relative;
    top: 10px;
}

.partners-wrapper .why-work-with-us-block .img-block {
    text-align: right;
}

.partners-wrapper .why-work-with-us-block .img-block img {
    width: 444px;
}

.partners-wrapper .partners-about-block {
    padding-top: 30px;
    padding-bottom: 140px;
}

.partners-wrapper .partners-about-block .about-img-block img {
    width: 444px;
}

.partners-wrapper .partners-about-block .about-content {
    margin-left: -85px;
    padding: 50px;
    color: #ffffff;
    background: #1b76ff;
}

.partners-wrapper .partners-about-block .about-content .heading-6 h6 {
    color: #ffffff;
}

.partners-wrapper .partners-about-block .about-content p {
    padding: 0;
    margin: 0;
}

.lets-talk-block h2 {
    font-size: 37px;
    font-weight: 300;
    line-height: 60px;
    color: #2a2a2a !important;
}

.lets-talk-block .primary-btn {
    margin-top: 30px;
}

.lets-talk-block .primary-btn a {
    color: #000;
    background: #fa9600;
    padding: 12px 20px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    border: 1px solid #fa9600 !important;
}

.lets-talk-block .primary-btn a:hover {
    color: #ffffff !important;
    background: #1b76ff;
    border: 1px solid #1b76ff !important;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #000000;
    background: #ffffff;
}

.box-shadow {
    -webkit-filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.38));
    filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.38));
}

h1 {
    line-height: 30px;
}

h4 {
    line-height: 40px;
}

p {
    line-height: 28px;
}

.mt-none {
    margin-top: 0 !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.p-none {
    padding: 0 !important;
}

.pt-none {
    padding-top: 0 !important;
}

.pt-30 {
    padding-top: 30px;
}

.pb-0 {
    padding-bottom: 0px;
}

.bg-blue {
    background: #002253;
}

.bg-gray {
    background: #f6f6f6;
}

.list-items {
    margin-top: 20px;
}

.list-items li {
    width: 100%;
    padding-bottom: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.list-items ul li:before {
    content: "";
    display: inline-table;
    width: 7px;
    height: 7px;
    background: #fa9600;
    margin-right: 15px;
    border-radius: 50%;
    position: relative;
    top: 7px;
}

.list-items2 {
    margin-top: 20px;
}

.list-items2 li {
    width: 100%;
    padding-bottom: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 20px;
    text-align: left;
}

.list-items2 ul li:before {
    width: 20px;
    content: "";
    display: inline-table;
    position: relative;
    top: 0px;
    color: #fa9600;
    padding-right: 15px;
}

.list-items2 li span {
    font-family: "Montserrat", sans-serif;
}

.primary-btn a.btn {
    font-family: "Montserrat", sans-serif;
    color: #fa9600;
    border: 1px solid #ffffff;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 0px;
}

.primary-btn a.btn:hover,
.primary-btn a.btn:focus,
.primary-btn a.btn:active {
    color: #ffffff;
    border: 1px solid #fa9600;
}

.heading-2 h2 {
    font-family: Nunito Sans;
    font-size: 42px;
    color: #ffffff;
    font-weight: lighter;
}

.heading-4 h4 {
    font-size: 28px;
    font-weight: 300;
}

.heading-4 h4 p {
    font-size: 16px;
    color: #1b76ff;
    font-weight: bold;
}

.heading-6 h6 {
    font-size: 16px;
    font-weight: bold;
    color: #1b76ff;
}

.breadcrumb-wrapper .breadcrumb {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 1rem;
    background-color: transparent;
    border-radius: 0;
    font-size: 10px;
}

.breadcrumb-wrapper .breadcrumb-item  {
    padding-left: 0.5rem;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.breadcrumb-wrapper .breadcrumb-item:first-child {
  padding-left: 0;
}
.breadcrumb-wrapper .breadcrumb a {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}

.breadcrumb-wrapper .breadcrumb a:hover,
.breadcrumb-wrapper .breadcrumb a:focus {
    text-decoration: none;
}

.breadcrumb-wrapper .breadcrumb li:nth-child(2) a,
.breadcrumb-wrapper .breadcrumb li:nth-child(3) a,
.breadcrumb-wrapper .breadcrumb li:nth-child(4) a {
    content: "";
    cursor: initial;
}

.breadcrumb-wrapper .breadcrumb-item.active {
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.breadcrumb-wrapper .breadcrumb-item.active a {
    cursor: inherit;
}

.breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #ffffff;
    content: "/";
    content: "";
}

.section-padding {
    padding: 60px 0;
}

.header-wrapper {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 0, 0, 0)), to(black));
    background-image: -o-linear-gradient(bottom, rgba(255, 0, 0, 0), black);
    background-image: linear-gradient(to top, rgba(255, 0, 0, 0), black);
    padding: 25px 0;
}

.header-wrapper #header {
    height: 80px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 20px 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

.header-wrapper #header .logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.header-wrapper #header .logo h1 a,
.header-wrapper #header .logo h1 a:hover {
    text-decoration: none;
}

.header-wrapper #header .logo img {
    padding: 0;
    margin: 7px 0;
    max-height: 26px;
}

.header-wrapper .main-nav,
.header-wrapper .main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-wrapper .main-nav ul &gt; li,
.header-wrapper .main-nav * ul &gt; li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.header-wrapper .main-nav a,
.header-wrapper .main-nav * a {
    font-family: "Montserrat", sans-serif;
    display: block;
    position: relative;
    padding: 23px 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}

.header-wrapper .main-nav a:hover,
.header-wrapper .main-nav .active &gt; a,
.header-wrapper .main-nav li:hover &gt; a,
.header-wrapper .main-nav * a:hover,
.header-wrapper .main-nav * .active &gt; a,
.header-wrapper .main-nav * li:hover &gt; a {
    text-decoration: none;
}

.header-wrapper .main-nav .drop-down ul,
.dropdown-1, .dropdown-2 {
    width: 245px;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: rgb(255 255 255 / 97%);
    -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    border-bottom: 3px solid #1b76ff;
    margin-top: -11px;
    padding-bottom: 15px;
    display: none;
}

.header-wrapper .main-nav .drop-down:hover &gt; ul,
.drop-down.added &gt; ul.dropdown-1,
.drop-down.added &gt; ul.dropdown-2,
.drop-down.added &gt; ul.dropdown-3,
.drop-down.added &gt; ul.dropdown-4,
.drop-down.added &gt; ul.dropdown-5 {
    opacity: 1;
    top: 100%;
    visibility: visible;
    display: block;
}
.removed {
  display: none !important;
}
.header-wrapper .main-nav .drop-down li,
.header-wrapper .main-nav * .drop-down li {
    position: relative;
    float: none;
}

.header-wrapper .main-nav .drop-down ul a,
.header-wrapper .main-nav * .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.header-wrapper .main-nav .drop-down ul a:hover,
.header-wrapper .main-nav .drop-down ul .active &gt; a,
.header-wrapper .main-nav .drop-down ul li:hover &gt; a,
.header-wrapper .main-nav * .drop-down ul a:hover,
.header-wrapper .main-nav * .drop-down ul .active &gt; a,
.header-wrapper .main-nav * .drop-down ul li:hover &gt; a {
    color: #000000;
}

.header-wrapper .main-nav .drop-down &gt; a:after,
.header-wrapper .main-nav * .drop-down &gt; a:after {
    content: "";
    font-family: FontAwesome;
    padding-left: 10px;
}

.header-wrapper .main-nav .drop-down .drop-down ul,
.header-wrapper .main-nav * .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.header-wrapper .main-nav .drop-down .drop-down:hover &gt; ul,
.header-wrapper .main-nav * .drop-down .drop-down:hover &gt; ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.header-wrapper .main-nav .drop-down .drop-down &gt; a,
.header-wrapper .main-nav * .drop-down .drop-down &gt; a {
    padding-right: 35px;
}

.header-wrapper .main-nav .drop-down .drop-down &gt; a:after,
.header-wrapper .main-nav * .drop-down .drop-down &gt; a:after {
    content: "";
    position: absolute;
    right: 15px;
}

.header-wrapper .main-nav .drop-down .sub-menu,
.header-wrapper .main-nav * .drop-down .sub-menu {
    background: transparent;
    position: initial;
    opacity: 1;
    display: block;
    top: inherit;
    visibility: inherit;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    padding-bottom: 0px;
}

.header-wrapper .main-nav .drop-down .sub-menu li a,
.header-wrapper .main-nav * .drop-down .sub-menu li a {
    padding: 7px 20px;
    font-size: 13px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 8px;
        display: inherit;
}

.header-wrapper .main-nav .drop-down .sub-menu li a:before,
.header-wrapper .main-nav * .drop-down .sub-menu li a:before {
    content: "";
    color: #1b76ff;
}

.header-wrapper .main-nav .drop-down .sub-menu li a span,
.header-wrapper .main-nav * .drop-down .sub-menu li a span {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    padding-left: 10px;
}

.header-wrapper .main-nav a.btn,
.header-wrapper .main-nav * a.btn {
    margin-left: 15px;
    color: #000;
    background: #fa9600;
    padding: 12px 20px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #fa9600;
}

.header-wrapper .main-nav a.btn:hover,
.header-wrapper .main-nav a.btn:focus,
.header-wrapper .main-nav * a.btn:hover,
.header-wrapper .main-nav * a.btn:focus {
    color: #ffffff;
    background: #1b76ff;
    border: 1px solid #1b76ff;
}

.banner-wrapper .banner {
    width: 100%;
    position: relative;
    background: url(../img/banner.png) center bottom no-repeat;
    background-size: cover;
    padding: 14rem 0 11rem 0;
}

.banner-wrapper .banner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
}

.banner-wrapper .banner h2 {
    font-family: Nunito Sans;
    font-size: 42px;
    color: #ffffff;
    font-weight: lighter;
}

.banner-wrapper .banner .banner-content {
    position: relative;
    padding-left: 30px;
}

.what-we-bring-you .img-block {
    background: url(../img/img_what-we-bring-you.png);
    width: 100%;
    background-size: cover;
    height: 397px;
    margin: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.what-we-bring-you .img-block:hover {
    border-radius: 16px;
}

.what-we-bring-you .img-block:before {
    content: "";
    width: 292px;
    height: 397px;
    background: #1b76ff;
    display: inherit;
    z-index: -1;
    position: relative;
    left: -30px;
    top: -30px;
}

.what-we-bring-you .what-we-bring-you-content {
    padding-left: 120px;
    padding-top: 45px;
}

.what-we-do-best {
    color: #ffffff;
}

.what-we-do-best h4 {
    color: #2a2a2a;
    padding-bottom: 50px;
}

.what-we-do-best p {
    font-size: 14px;
}

.what-we-do-best .primary-btn a.btn {
    border: 1px solid #1b76ff;
    color: #000000;
}

.what-we-do-best .primary-btn a.btn:hover,
.what-we-do-best .primary-btn a.btn:focus {
    border: 1px solid #fa9600;
    color: #000000;
}

.what-we-do-best .card {
    height: 200px;
    color: #ffffff;
    padding: 30px 0;
    border-radius: 0;
    margin-bottom: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: transparent;
    border: none;
    display: initial;
}

.what-we-do-best .card:hover {
    border-radius: 16px;
}

.what-we-do-best .card h6 {
    color: #000000;
    font-weight: 600;
    line-height: inherit;
}

.what-we-do-best .card p {
    color: #000000;
    min-height: 140px;
}

.what-we-do-best .card .image {
    width: 38px;
    margin-bottom: 20px;
    float: left;
}

.what-we-do-best .card div {
    float: left;
    width: 87%;
    padding-left: 30px;
}

.what-we-do-best .card .image img {
    width: 100%;
}

.industries-we-serve2 .heading-6 h6 {
    margin-bottom: 40px;
}

.industries-we-serve2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.industries-we-serve2 ul li {
    width: 20%;
    padding: 30px;
    border: 1px solid #eff2f2;
    margin-right: 15px;
    border-radius: 15px;
}

.industries-we-serve2 ul li img {
    margin: 0 auto;
    display: inherit;
    margin-bottom: 15px;
}

.industries-we-serve2 ul li:last-child {
    margin: 0;
}

.industries-we-serve2 ul li:hover {
    -webkit-box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testimonials2 .card {
    margin: 0 auto;
    width: 100%;
    display: initial;
}

.testimonials2 .card .carousel-inner {
    overflow: inherit;
}

.testimonials2 .card .col-md-7 div {
    overflow: hidden;
}

.testimonials2 .card .carousel-caption {
    padding: 0;
    color: #000000;
    position: initial;
    text-align: left;
}

.testimonials2 .card .carousel-caption .col-md-5::before {
    content: "";
    background: url(../img/double-quote-sans-left.svg);
    width: 63px;
    height: 53px;
    position: absolute;
    right: -10px;
    top: -30px;
}

.testimonials2 .card .carousel-caption img {
    width: 100%;
}

.testimonials2 .card .carousel-caption p {
    line-height: 30px;
}

.testimonials2 .card .carousel-caption .col-sm-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonials2 .card .carousel-caption .col-sm-9 {
    text-align: left;
}

.testimonials2 .card .carousel-control-prev,
.testimonials2 .card .carousel-control-next {
    color: #3d3d3d !important;
    opacity: 1 !important;
    position: inherit;
    display: inherit;
    width: inherit;
    background: #eff2f2;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    float: left;
    margin-left: 18px;
    cursor: pointer;
}

.testimonials2 .card .carousel-control-prev:hover,
.testimonials2 .card .carousel-control-next:hover {
    background: #1b76ff;
    color: #ffffff !important;
}

.testimonials2 .card .carousel-control-prev .fa-fw,
.testimonials2 .card .carousel-control-next .fa-fw {
    width: 16px;
    text-align: center;
}

.testimonials2 .carousel-control-prev {
    left: inherit;
    right: 0;
}

.testimonials2 .testimonial-content {
    padding-left: 60px;
    padding-right: 160px;
}

.testimonials2 .profile-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
}

.testimonials2 .profile-info .heading-4 h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
    padding-left: 30px;
}

.testimonials2 .profile-info .heading-4 h4 p {
    padding: 0;
    margin: 0;
}

.testimonials2 .profile-info .profile-pic img {
    width: inherit;
}

.testimonials2 .btns-wrap {
    float: right;
    padding-right: 110px;
    margin-top: -33px;
    position: relative;
}

.our-customers2 {
    background: url(../img/business-unity.png) no-repeat center center;
    background-size: cover;
}

.our-customers2 .inner-content {
    width: 60%;
    background: #eff2f2;
    padding: 60px 60px 60px 100px;
    position: relative;
    top: 120px;
    margin-top: -100px;
}

.innovation-lab .card {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 85%;
    font-size: 16px;
    border-radius: 0;
    height: 540px;
}

.innovation-lab .card:hover p {
    padding-top: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.innovation-lab .card-content {
    padding: 30px;
}

.innovation-lab .card-content p {
    min-height: 112px;
    font-size: 15px;
}

.innovation-lab .card-content .card-img {
    margin-bottom: 15px;
    min-height: 52px;
    line-height: 52px;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    /* Firefox 3.5+, IE10 */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ &amp; Safari 6+ */
    -webkit-transition: all 0.6s ease;
    /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

.innovation-lab .card:hover .card-img {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.customers-accelerating {
    background: url(../img/img_customers-accelerating.png);
    position: relative;
}

.customers-accelerating .customers-accelerating-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(250, 150, 0, 0.9);
}

.customers-accelerating h2 {
    position: relative;
    color: #ffffff;
    z-index: 1;
    font-weight: 300;
    line-height: 50px;
    font-size: 38px;
}

.whats-makes-us-forsys {
    background: #f6f6f6;
}

.whats-makes-us-forsys .img-whats-makes-us-forsys {
    margin-top: -60px;
    width: 93%;
    height: 100%;
    background: url(../img/img_what_makes_us_forsys.png);
    background-size: cover;
}

.whats-makes-us-forsys .projects-done {
    width: 235px;
    padding: 30px 20px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 8px;
}

.whats-makes-us-forsys .projects-done h6 {
    font-size: 16px;
    color: #fa9600;
    font-weight: bold;
}

.whats-makes-us-forsys .projects-done:hover {
    background-color: #002253;
}

.whats-makes-us-forsys .projects-done:hover p {
    color: #ffffff;
}

.testimonials {
    background: #f6f6f6;
}

.testimonials .heading-4 {
    margin-bottom: 50px;
}

.testimonials .testimonials-box {
    width: 90%;
    background: #ffffff;
    padding: 30px;
    margin: 0 auto;
}

.testimonials .testimonials-box p {
    margin-bottom: 0;
}

.testimonials .testimonials-box .testimonials-img {
    margin-bottom: 20px;
}

.testimonials .testimonials-box h6 {
    color: #1b76ff;
    font-weight: bold;
}

.testimonials .testimonials-box h6 p {
    font-weight: normal;
    color: #000000;
}

.our-customers .our-customers-lft-content {
    background: #002253;
}

.our-customers .our-customers-lft-content .heading-4 {
    padding-left: 25%;
}

.our-customers .our-customers-lft-content h4 {
    color: #ffffff;
}

.our-customers .our-customers-rt-content {
    background: #ffffff;
    padding-right: 0px;
}

.our-customers .slick-slide {
    text-align: center;
    display: block !important;
    height: 50px !important;
    line-height: 50px !important;
}

.our-customers .slick-slide img {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    /* Firefox 3.5+, IE10 */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ &amp; Safari 6+ */
    -webkit-transition: all 0.2s ease;
    /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

.our-customers .slick-slide:hover img {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.our-customers .slick-slide img {
    width: 75%;
    display: initial !important;
}

.our-customers .slick-list {
    margin-top: 0px !important;
    margin-left: 0px !important;
}

.slick-slider-wrapper {
    /* Slider */
}

.slick-slider-wrapper .fa-fw {
    width: 16px;
    text-align: center;
}

.slick-slider-wrapper .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider-wrapper .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    margin-left: 30px;
}

.slick-slider-wrapper .slick-list:focus {
    outline: none;
}

.slick-slider-wrapper .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider-wrapper .slick-slider .slick-track,
.slick-slider-wrapper .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-slider-wrapper .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-slider-wrapper .slick-track:before,
.slick-slider-wrapper .slick-track:after {
    display: table;
    content: "";
}

.slick-slider-wrapper .slick-track:after {
    clear: both;
}

.slick-slider-wrapper .slick-loading .slick-track {
    visibility: hidden;
}

.slick-slider-wrapper .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slider-wrapper [dir=rtl] .slick-slide {
    float: right;
}

.slick-slider-wrapper .slick-slide img {
    display: block;
}

.slick-slider-wrapper .slick-slide.slick-loading img {
    display: none;
}

.slick-slider-wrapper .slick-slide.dragging img {
    pointer-events: none;
}

.slick-slider-wrapper .slick-initialized .slick-slide {
    display: block;
}

.slick-slider-wrapper .slick-loading .slick-slide {
    visibility: hidden;
}

.slick-slider-wrapper .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-slider-wrapper .slick-arrow.slick-hidden {
    display: none;
}

.slick-slider-wrapper .slick-prev,
.slick-slider-wrapper .slick-next {
    position: absolute;
    right: 0;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    margin-top: 20px;
    top: 0 !important;
    margin-top: -6rem;
}

.slick-slider-wrapper .slick-prev:hover,
.slick-slider-wrapper .slick-next:hover,
.slick-slider-wrapper .slick-prev:focus,
.slick-slider-wrapper .slick-next:focus {
    background: #1b76ff;
    color: #fff;
}



.slick-slider-wrapper .slick-prev {
    top: 72px;
    right: 50px;
}

.footer {
    padding: 50px;
    background: #002253;
    color: #ffffff;
    position: relative;
}

.footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer ul li a {
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}

.footer ul li a:hover,
.footer ul li a:focus {
    text-decoration: none;
}

.footer ul li:first-child a {
    padding-left: 0;
}

.footer .social-icons a {
    padding-left: 10px;
    width: 28px;
    height: 28px;
    display: inline-block;
}

.footer .social-icons a img {
    width: 100%;
}

.footer .copy-right-text {
    position: relative;
    left: -90px;
}

.footer .gptw {
    position: absolute;
    right: 0;
    top: -50px;
    text-align: right;
}

.about-banner .banner {
    width: 100%;
    position: relative;
    background: url(../img/aboutus/banner_aboutus.png) center bottom no-repeat;
    background-size: cover;
    padding: 18rem 0 18rem 0;
}

.about-banner .banner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
}

.about-banner .banner-content {
    position: absolute;
    bottom: -50px;
}

.about-banner ul.banner-list-items {
    padding-left: 30px;
    padding-right: 30px;
    color: #ffffff;
    width: 100%;
    background: #fa9600;
}

.about-banner ul.banner-list-items li {
    padding: 20px 30px;
    width: 33%;
    display: inline-block;
}

.about-banner ul.banner-list-items li p.list-content {
    display: inherit;
    margin: 0;
    line-height: inherit;
    width: 82%;
}

.about-banner ul.banner-list-items li label {
    display: inline-block;
    font-size: 28px;
    margin: 0;
}

.about-banner ul.banner-list-items li span {
    width: 100%;
    display: inline-block;
}

.about-banner ul.banner-list-items li i.icon {
    float: left;
    width: 22px;
    margin-right: 15px;
    margin-top: 5px;
}

.about-banner ul.banner-list-items li i.icon svg {
    fill: #ffffff;
}

.about-banner ul.banner-list-items li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 70px;
    background: #ffffff;
    top: 23px;
}

.about-banner ul.banner-list-items li:last-child:after {
    background: transparent;
}

.mbm-efficient {
    padding-top: 120px;
}

.mbm-efficient p {
    color: #2a2a2a;
}

.mbm-efficient .mbm-efficient-content {
    position: absolute;
    left: -110px;
    top: 55px;
    padding: 30px;
    background: #f6f6f6;
}

.specialties {
    background: url(../img/aboutus/bg-img-specialties.png) no-repeat center center;
}

.specialties h4,
.specialties h6 {
    color: #ffffff;
}

.specialties .list-items {
    color: #ffffff;
}

.specialties ul {
    padding-left: 15px;
}

.specialties .specialties-img {
    padding: 25px 15px;
    text-align: right;
}

.specialties .specialties-img img {
    border-radius: 50%;
}

.wi-presence {
    margin-top: -16px;
}

.wi-presence .wi-presence-img-block {
    padding-top: 30px;
}

.wi-presence .wi-presence-img-block div:first-child img {
    padding-right: 40px;
}

.wi-presence .wi-presence-img-block div {
    display: inline-block;
}

.wi-presence .wi-presence-img-block div:nth-child(2) img {
    padding-left: 40px;
}

.wi-presence .wi-presence-img-block div:first-child:after {
    content: "";
    width: 1px;
    background: #ccc;
    position: absolute;
    top: 2rem;
    height: 110px;
}

.wi-presence .wi-presence-img-block .heading-6 h6 {
    color: #2a2a2a;
    padding-left: 10px;
    position: relative;
    top: 17px;
}

.our-partnerships {
    background: url(../img/aboutus/img-our-partnerships.png) no-repeat center center;
    min-height: 330px;
}

.our-partnerships .our-partnerships-lft-content {
    padding-top: 6.5rem;
}

.our-partnerships .our-partnerships-lft-content .heading-6 h6 {
    color: #ffffff;
}

.our-partnerships .our-partnerships-lft-content p {
    font-size: 28px;
    color: #ffffff;
    font-weight: lighter;
    line-height: 37px;
}

.nav-tabs-wrapper .nav-tabs {
    display: inherit;
    text-align: right;
    border: none;
    width: 67.29%;
    float: right;
}

.nav-tabs-wrapper .nav-tabs .nav-item {
    background: #eff2f2;
    margin-bottom: -1px;
    display: inline-block;
    margin-left: -5px;
    width: 33.3%;
}

.nav-tabs-wrapper .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 295px;
    height: 75px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #2a2a2a;
}

.nav-tabs-wrapper .nav-tabs .nav-link.active {
    font-weight: bold;
    background: #1b76ff;
    color: #ffffff;
}

.nav-tabs-wrapper .our-partnerships-tabs .nav-tabs,
.nav-tabs-wrapper .our-solutions-tabs .nav-tabs {
    margin-top: -90px;
}

.nav-tabs-wrapper .tab-content {
    float: left;
    width: 100%;
    margin: 0;
    padding-top: 60px;
}

.nav-tabs-wrapper .tab-content h6 {
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
}

.nav-tabs-wrapper .tab-content p {
    padding-top: 30px;
}

.core-values {
    background: #f6f6f6;
}

.core-values .card {
    border: none;
    border-radius: 8px;
    padding: 40px 30px;
    margin-top: 30px;
    text-align: center;
}

.core-values .card h6 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

.core-values .card p {
    line-height: 22px;
    margin: 0;
    min-height: 70px;
}

.core-values .card .icon {
    width: 23px;
    fill: #1b76ff;
    padding-bottom: 20px;
    min-height: 51px;
    margin: 0 auto;
}

.core-values .card:hover {
    -webkit-box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.forsys-coc .img-block {
    background: url(../img/aboutus/img-forsys-coc.png);
    width: 90%;
    background-size: cover;
    height: 480px;
    margin: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.forsys-coc .img-block:hover {
    border-radius: 16px;
}

.forsys-coc .img-block:before {
    content: "";
    width: 392px;
    height: 480px;
    background: #1b76ff;
    display: inherit;
    z-index: -1;
    position: relative;
    left: -30px;
    top: -30px;
}

.forsys-coc .what-we-bring-you-content {
    padding-left: 120px;
    padding-top: 45px;
}
.forsys-vaccination-drive {
  display: flex;
  padding: 0 10px;
}
.forsys-vaccination-drive p {
  padding-top: 0 !important;
}
.forsys-vaccination-drive details p {
  padding: 0 !important;
}
.forsys-vaccination-drive details {
  position:relative;
}
.forsys-vaccination-drive details summary {
  display:block;
  cursor: pointer;
}
.forsys-vaccination-drive details summary:focus {
  outline:none;
}
.forsys-vaccination-drive details[open] {
  display:block;
  padding-bottom:25px;
  animation: open .2s linear;
}
.forsys-vaccination-drive details[open] summary {
  position:absolute;
  bottom: 0;
  left:0;
}

.forsys-vaccination-drive details #open, .forsys-vaccination-drive details #close{
  padding-left:0px;
  font-weight: bold;
  color: #1b76ff;
  font-size: 14px;
}
.forsys-vaccination-drive details #open:after{
    display: inline-block;
    position:relative;
    top: -3px;
    padding-left: 8px;
    content: "\00bb";
    transform: rotate(90deg);
}
.forsys-vaccination-drive details[open] #open{display:none;}
.forsys-vaccination-drive details #close{display:none;}
.forsys-vaccination-drive details[open] #close{display:block;}

::-webkit-details-marker {display: none;}


@keyframes open {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.inner-banner .banner {
    width: 100%;
    position: relative;
    background-size: cover;
    height: 372px;
}

.inner-banner .banner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 34, 83, 0.2);
}

.inner-banner .banner-content {
    padding-top: 15%;
}

.inner-banner .banner-content h4 {
    color: #fa9600;
}

.team-card {
    cursor: pointer;
    padding-bottom: 60px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.team-card .team-pic:before {
    content: "";
    width: 222px;
    height: 222px;
    background: #f6f6f6;
    display: inherit;
    z-index: -1;
    position: absolute;
    left: 0px;
    top: -15px;
}

.team-card .team-pic:hover:before {
    background: #1b76ff;
    -webkit-transition: ease all 0.6s;
    -o-transition: ease all 0.6s;
    transition: ease all 0.6s;
}

.team-card .team-pic img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: 110%;
}

.team-card .team-pic:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.team-card .team-content p {
    margin: 0;
    display: block;
    line-height: 20px;
}

.team-card .team-content p:first-child {
    font-size: 16px;
    color: #1b76ff;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
}

.team-card .hover-zoom {
    float: left;
    margin: 0;
    height: 222px;
    width: 222px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: 103%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: gray;
    position: relative;
}

.team-card .hover-zoom:hover {
    background-size: 100%;
}

.team-card .hover-zoom p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    padding: 0.5em;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.team-card .hover-zoom:hover p {
    display: block;
}

.team-card .hover-zoom:hover p a {
    background: #ffffff;
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.team-card .hover-zoom:hover p a img {
    width: 50%;
    margin-top: -2px;
    margin-left: 7px;
}

.resources-tabs .nav-tabs {
    width: 100%;
    background: #eff2f2;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}

.resources-tabs .nav-tabs .nav-item {
    background: none;
    margin-left: 0px;
    width: initial;
}

.resources-tabs .nav-tabs .nav-item .nav-link {
    width: 250px;
}

.resources-tabs .nav-tabs .nav-link.active {
    height: 74px;
}

.resources-tabs .tab-content {
    padding-top: 0;
    padding-bottom: 0;
}

.resources-tabs .tab-content:last-child {
    padding-bottom: 60px;
}

.resources-tabs .inner {
    padding: 10px;
}

.resources-tabs .slick-list {
    margin-top: 0;
    margin-left: 0;
}

.resources-tabs .slick-prev,
.resources-tabs .slick-slider-wrapper .slick-next {
    margin: 0px;
    top: -48px !important;
}

.resources-tabs .slick-prev {
    top: 0;
    right: 50px;
    z-index: 1;
}

.resources-tabs .resources-heading {
    font-family: Nunito Sans;
    padding-top: 60px;
    padding-bottom: 20px !important;
    font-size: 24px;
    font-weight: 300;
    margin-top: 30px;
    text-transform: uppercase;
}

.post-module-block .post-module {
    height: 400px;
    position: relative;
    z-index: 1;
    display: block;
    background: #FFFFFF;
    min-width: 100%;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.post-module-block .post-module:hover,
.post-module-block .hover {
    -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2);
}

.post-module-block .post-module:hover .thumbnail img,
.post-module-block .hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.6;
}

.post-module-block .post-module .thumbnail {
    background: #000000;
    height: 281px;
    overflow: hidden;
}

.post-module-block .post-module .thumbnail img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.post-module-block .post-module .post-content {
    text-align: center;
    position: absolute;
    bottom: 0;
    background: #f6f6f6;
    width: 100%;
    padding: 30px;
    -webkti-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module-block .post-module .post-content .category {
    position: absolute;
    top: -34px;
    left: 0;
    background: #e74c3c;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-module-block .post-module .post-content .title {
    margin: 0;
    padding: 0 0 10px;
    color: #1b76ff;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.post-module-block .post-module .post-content .sub_title {
    margin: 0;
    padding: 0 0 20px;
    font-size: 14px;
    color: #080000;
    line-height: inherit;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.post-module-block .post-module .post-content .primary-btn {
    display: none;
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
}

.post-module-block .post-module:hover .post-content .primary-btn {
    display: block;
    background: none !important;
    border: none !important;
}

.post-module-block .post-module .post-content .post-meta {
    margin: 30px 0 0;
    color: #999999;
}

.post-module-block .post-module .post-content .post-meta .timestamp {
    margin: 0 16px 0 0;
}

.post-module-block .post-module .post-content .post-meta a {
    color: #999999;
    text-decoration: none;
}

.slick-track.row .col-md-4 {
    margin-bottom: 20px;
}

.post-module-block .hover .post-content .description {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post-module-block .post-module:hover .post-content .description {
    display: block;
}

.post-module-block .column {
    width: 100%;
    padding: 0 0px;
    -webkti-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.post-module-block .column .demo-title {
    margin: 0 0 15px;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.post-module-block .info {
    width: 300px;
    margin: 50px auto;
    text-align: center;
}

.post-module-block .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.post-module-block .info span {
    color: #666666;
    font-size: 12px;
}

.post-module-block .info span a {
    color: #000000;
    text-decoration: none;
}

.post-module-block .info span .fa {
    color: #e74c3c;
}

.post-module-block .primary-btn a.btn {
    border: 1px solid #1b76ff;
    color: #000 !important;
}

.post-module-block .primary-btn a.btn:hover,
.post-module-block .primary-btn a.btn:focus,
.post-module-block .primary-btn a.btn:active {
    color: #000000;
    border: 1px solid #fa9600;
}

.cloud-transformation-tabs .nav-tabs {
    width: 100%;
    background: #eff2f2;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}

.cloud-transformation-tabs .nav-tabs .nav-item {
    background: none;
    margin-left: 0px;
    width: initial;
}

.cloud-transformation-tabs .nav-tabs .nav-item .nav-link {
    width: 273px;
}

.cloud-transformation-tabs .nav-tabs .nav-link.active {
    height: 74px;
}

.cloud-transformation-tabs .tab-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.cloud-transformation-tabs .tab-content h6 {
    font-size: inherit;
    font-weight: bold;
}

.cloud-transformation-tabs .tab-content p {
    padding-top: inherit;
}

.cloud-transformation-tabs .img-block {
    background: url(../img/cloud-transformation/img-streamline.png);
    width: 92%;
    background-size: cover;
    height: 430px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cloud-transformation-tabs .img-block:hover {
    border-radius: 16px;
}

.cloud-transformation-tabs .img-block:before {
    content: "";
    height: 430px;
    background: #1b76ff;
    display: inherit;
    z-index: -1;
    position: relative;
    right: -30px;
    top: -30px;
}

.help-block {
    background: #fa9600;
    color: #ffffff;
}

.help-block h2 {
    font-size: 38px;
    font-weight: 300;
}

.help-block h4 a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #1b76ff;
    padding-left: 15px;
}

.help-block h4 a svg {
    width: 32px;
    height: 32px;
    margin-left: 5px;
}

.help-block .talk-to-our-experts {
    padding-top: 10px;
}

.help-block .talk-to-our-experts a {
    padding-left: 15px;
}

.industries-we-cater .industries-we-cater-cont {
    background: #ffffff;
    border: 1px solid #f6f6f6;
    padding: 30px;
    border-radius: 8px;
    min-height: 365px;
}

.industries-we-cater h6 {
    color: #000000;
}

.industries-we-cater .industries-we-cater-cont:hover {
    -webkit-box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.industries-we-cater .industries-we-cater-cont i.icon {
    margin-right: 15px;
}

.our-services .nav-tabs {
    background: #2a2a2a;
    text-align: center;
    padding-left: 9%;
    padding-right: 9%;
}

.our-services .nav-tabs .nav-item {
    width: 50%;
    margin-bottom: 0;
}

.our-services .nav-link {
    border-color: transparent !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 20px 0;
    color: #ffffff;
}

.our-services .nav-tabs .nav-link.active,
.our-services .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #1b76ff;
    border-color: #1b76ff;
    font-weight: bold;
}

.our-services .tab-content {
    padding-top: 60px;
}

.our-services .our-services-cont {
    background: #ffffff;
    -webkit-box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 30px 30px;
    margin-bottom: 30px;
    min-height: 285px;
}

.our-services .our-services-cont h6 {
    color: #002253;
    font-weight: bold;
}

.our-services .our-services-cont p {
    margin: 0;
}

.packages-block {
    background: #f6f6f6;
}

.packages-block .nav-tabs {
    border-bottom: transparent;
    margin: 0 auto;
    display: inline-block;
}

.packages-block .nav-tabs .nav-item {
    margin-bottom: 0px;
    display: inherit;
}

.packages-block .nav-tabs .nav-item a {
    color: #000000;
}

.packages-block .nav-tabs .nav-item :hover {
    border-color: transparent;
}

.packages-block .nav-tabs .nav-link.active,
.packages-block .nav-tabs .nav-item.show .nav-link {
    color: #1b76ff;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid;
    font-weight: bold;
}

.packages-block .tab-content {
    padding-top: 30px;
}

.packages-block .packages-block-cont {
    -webkit-box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 30px;
    background: #ffffff;
    min-height: 520px;
}

.packages-block .packages-block-cont h6 {
    font-weight: bold;
    padding-bottom: 15px;
    margin: 0 auto;
    display: -ms-inline-grid;
    display: inline-grid;
}

.packages-block .packages-block-cont h6 span {
    display: inherit;
    font-weight: normal;
}

.packages-block .packages-block-cont h6:after {
    content: "";
    width: 80px;
    height: 1px;
    background: #ccc;
    margin: 15px auto 0 auto;
}

.packages-block .packages-block-cont h3 {
    font-size: 28px;
    font-weight: 300;
    color: #1b76ff;
}

.packages-block .packages-block-cont h3 span {
    padding-top: 10px;
    display: inherit;
    font-size: 1rem;
    font-weight: 500;
    color: #2a2a2a;
    margin: 0 auto;
}

.packages-block .primary-btn {
    margin-top: 25px;
}

.packages-block .primary-btn a.btn {
    color: #000000;
    border: 1px solid #1b76ff;
}

.packages-block .primary-btn a.btn:hover {
    border: 1px solid #fa9600;
}

.packages-block .packages-block-cont-list {
    padding-top: 50px;
    font-size: 12px;
    text-align: left;
}

.packages-block .packages-block-cont-list li {
    position: relative;
    margin-right: 25px;
}

.packages-block .packages-block-cont-list li:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #ccc;
    display: inherit;
    position: absolute;
    top: 0;
    right: 0;
}

.packages-block .packages-block-cont-list li:last-child:after {
    background: transparent;
}

.packages-block .packages-block-cont-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.packages-block .packages-block-cont-list ul li b {
    display: inherit;
}

.packages-block .packages-block-cont-list ul b:first-child {
    width: 100%;
}

.packages-block .packages-block-cont-list ul p {
    line-height: inherit;
    margin: 0;
    float: left;
    padding-right: 50px;
}

.packages-block .packages-block-cont-list ul span {
    display: inline-block;
    width: 63%;
}

.talk-to-our-experts-wrap {
    font-size: 28px;
}

.talk-to-our-experts-wrap .talk-to-our-experts a {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    border: 1px solid #1b76ff;
    border-radius: 4px;
    padding: 13px;
    margin-top: -5px;
    position: relative;
    top: -5px;
    margin-left: 10px;
}

.talk-to-our-experts-wrap .talk-to-our-experts a svg {
    display: none;
    background: #ffffff;
    color: #1b76ff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 6px;
    margin-left: 10px;
}

.talk-to-our-experts-wrap .talk-to-our-experts a:hover svg {
    background: #1b76ff;
    color: #ffffff;
}

.talk-to-our-experts-wrap .talk-to-our-experts a:hover,
.talk-to-our-experts-wrap .talk-to-our-experts a:focus {
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.our-solutions {
    background: url(../img/cloud-transformation/banner-our-solutions.png) no-repeat center center;
    min-height: 330px;
}

.our-solutions .our-solutionss-lft-content {
    padding-top: 6.5rem;
}

.our-solutions .our-solutions-lft-content .heading-6 h6 {
    padding-top: 15px;
}

.our-solutions .our-solutions-lft-content .heading-4 h4 {
    color: #ffffff;
}

.our-solutions .our-solutions-lft-content p {
    font-size: 28px;
    color: #ffffff;
    font-weight: lighter;
    line-height: 37px;
}

.card-2 {
    text-align: center;
    min-height: 322px;
    padding: 30px;
    position: relative;
}

.card-2 .card-2-cont div {
    position: relative;
}

.card-2 .card-2-cont:before {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.card-2 .card-2-cont .icon {
    display: inherit;
    margin-top: 15px;
    margin-bottom: 10px;
}

.card-2 h6 {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #ffffff;
    margin: 0;
}

.card-2 p {
    color: #ffffff;
    padding: 0 !important;
    line-height: inherit;
}

.platform-application {
    width: 100%;
    display: inherit;
}

.platform-application p {
    margin: inherit;
    padding-top: 15px !important;
}

.platform-application .img-block {
    background: url(../img/cloud-transformation/img-plotform-application.png);
    width: 85%;
    background-size: cover;
    height: 360px;
    margin: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.platform-application .img-block:hover {
    border-radius: 16px;
}

.platform-application .img-block:before {
    content: "";
    width: 250px;
    height: 360px;
    background: #1b76ff;
    display: inherit;
    z-index: -1;
    position: relative;
    left: -30px;
    top: -30px;
}

.appexchange-products p {
    padding-top: 15px !important;
}

.middle-office h5 {
    color: #2a2a2a;
    font-weight: 300;
    font-size: 24px;
    line-height: inherit;
}

.middle-office .heading-6 h6 {
    font-weight: bold;
    font-size: 16px;
    color: #002253;
}

.middle-office p {
    padding-top: 10px !important;
}

.middle-office .img-block {
    width: 100%;
    height: 430px;
    background-size: cover;
}

.middle-office .middle-office-cont {
    background: #eff2f2;
    padding: 40px 50px 40px 50px;
    margin-left: -120px;
}

.middle-office .middle-office-cont .heading-6 h6 {
    margin: 0;
}

.middle-office .middle-office-cont p {
    padding-top: 0 !important;
}

.middle-office .middle-office-cont .list-items {
    margin: 0;
}

.middle-office .middle-office-cont .list-items li {
    margin: 0;
    padding: 0;
}

.scm-cloud P {
    padding-top: 15px !important;
}

.scm-cloud .img-block {
    background: url(../img/cloud-transformation/img-oracle-gold-partner.png);
    width: 100%;
    background-size: cover;
    height: 300px;
    margin: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.scm-cloud .img-block:hover {
    border-radius: 16px;
}

.scm-cloud .img-block:before {
    content: "";
    height: 300px;
    background: #1b76ff;
    display: inherit;
    z-index: -1;
    position: relative;
    right: -30px;
    top: -30px;
}

.financials-block-1 .img-block {
    background: url(../img/cloud-transformation/financial-block-1-img.png);
    width: 90%;
    background-size: cover;
    height: 298px;
    margin: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.financials-block-1 .img-block:hover {
    border-radius: 16px;
}

.financials-block-1 .img-block:before {
    content: "";
    width: 292px;
    height: 298px;
    background: #1b76ff;
    display: inherit;
    z-index: -1;
    position: relative;
    left: -30px;
    top: -30px;
}

.dc-what-we-bring p.dc-p {
    margin: 0;
    background: #eff2f2;
    padding: 30px;
    margin-top: 30px;
    margin-right: -60px;
    position: relative;
    z-index: 1;
}

.card-3-wrap .card-3 {
    text-align: center;
    border-radius: 8px;
    padding: 30px;
    border: 1px solid #eff2f2;
    margin-top: 30px;
}

.card-3-wrap .card-3 p {
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    margin: 0;
    min-height: 75px;
}

.card-3-wrap .card-3 i.icon {
    display: inherit;
    padding-bottom: 10px;
}

.card-3-wrap .card-3:hover {
    -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.talk-to-our-experts2 {
    background-image: url(../img/cloud-transformation/bg-talk-to-our-expert.png);
    color: #ffffff;
}

.talk-to-our-experts2 h2 {
    font-size: 38px;
    font-weight: 300;
}

.talk-to-our-experts2 a {
    margin-top: 30px !important;
    margin-left: 0px !important;
    display: inline-block;
}

.dc-why-forsys .dc-why-forsys-cont {
    background: #fa9600;
    padding: 30px;
    margin-top: 50px;
    margin-left: -90px;
}

.dc-why-forsys .heading-6 h6 {
    color: #ffffff;
}

.dc-why-forsys .list-items ul li {
    color: #ffffff;
}

.dc-why-forsys .list-items ul li:before {
    background: #ffffff;
}

.analytics-our-offerings .analytics-our-offerings-cont img {
    max-width: 80%;
}

.analytics-our-offerings p {
    margin: 0;
    line-height: inherit;
    font-size: 13px;
}

.analytics-our-offerings .analytics-our-offerings-inner-cont {
    background: #eff2f2;
    display: inline-block;
    padding: 20px;
    float: right;
    margin-right: 15px;
    margin-top: -25px;
    position: relative;
}

.analytics-our-offerings .analytics-our-offerings-inner-cont .heading-6 h6 {
    color: #002253;
}

.analytics-our-offerings .analytics-our-offerings-cont:hover .analytics-our-offerings-inner-cont {
    background: #ccc;
}

.analytics-our-offerings .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
}

.analytics-our-offerings .col-md-4:last-child .analytics-our-offerings-inner-cont {
    content: "";
    width: 111%;
    margin-right: -80px;
}

.our-expertise {
    background: url(../img/technology-transformation/bg-our-expertise.png) no-repeat;
    background-size: cover;
}

.our-expertise .our-expertise-lft-cont .heading-6 h6 {
    color: #1b76ff;
    margin-bottom: 30px;
}

.our-expertise .our-expertise-lft-cont .our-expertise-imgs li {
    width: 123px;
    height: 123px;
    background: #ffffff;
    float: left;
    margin-right: 30px;
    line-height: 123px;
    text-align: center;
}

.our-expertise .heading-6 h6 {
    color: #ffffff;
}

.our-expertise p {
    color: #ffffff;
    padding-bottom: 15px;
}

.our-expertise .list-items {
    color: #ffffff;
    margin: 0;
    margin-top: -30px;
    margin-bottom: 30px;
}

.our-expertise .list-items li {
    margin: 0;
    padding: 0;
    line-height: inherit;
}

.business-intelligence .business-intelligence-cont {
    background: #fa9600;
    padding: 40px;
    margin-right: -80px;
    position: relative;
    z-index: 1;
    margin-top: 66px;
}

.business-intelligence .business-intelligence-cont .heading-6 h6 {
    color: #ffffff;
}

.business-intelligence .business-intelligence-cont p {
    color: #ffffff;
}

.img-content-block .img-block {
    width: 90%;
    background-size: cover;
    height: 298px;
    margin: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.img-content-block .img-block:hover {
    border-radius: 16px;
}

.img-content-block .img-block:before {
    content: "";
    width: 292px;
    height: 298px;
    background: #1b76ff;
    display: inherit;
    z-index: -1;
    position: relative;
    left: -30px;
    top: -30px;
}

.vertical-tabs .nav-tabs {
    border-bottom: none;
}

.vertical-tabs .nav-tabs li {
    width: 100%;
}

.vertical-tabs .nav-tabs li a {
    width: 100%;
    display: inherit;
    color: #2a2a2a;
    text-decoration: none;
    padding: 15px 20px;
}

.vertical-tabs .nav-tabs li a i.fa {
    margin-right: 10px;
    color: #fa9600;
}

.vertical-tabs .nav-tabs li a.active {
    color: #ffffff;
    background: #1b76ff;
}

.vertical-tabs .nav-tabs li a.active i.fa {
    color: #ffffff;
}

.vertical-tabs .tab-content {
    background: #ffffff;
    padding: 30px;
    min-height: 530px;
}

.vertical-tabs .img-block {
    width: 80%;
    margin: 0 auto;
}

.vertical-tabs ul.list-items {
    width: 100%;
}

.vertical-tabs li {
    display: inline-block;
    float: left;
    width: 33.3%;
}

.vertical-tabs li span {
    width: 100%;
}

.vertical-tabs li i.icon {
    width: 100%;
    display: inherit;
    padding-bottom: 15px;
}

.vertical-tabs .list-items {
    display: inline-block;
    text-align: center;
}

.vertical-tabs .list-items2 li {
    width: 100% !important;
}

.key-differentiators ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.key-differentiators ul li {
    width: 20%;
    padding: 30px;
    border: 1px solid #eff2f2;
    margin: 15px;
}

.key-differentiators ul li img {
    margin: 0 auto;
    display: inherit;
    margin-bottom: 15px;
}

.ux-ui-wwby .ux-ui-wwby-cont {
    margin-top: 30px;
    padding: 40px;
    background: #eff2f2;
    margin-right: -65px;
    position: relative;
    z-index: 1;
}

.ux-ui-hde .ux-ui-hde-cont h3 {
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 15px;
}

.ux-ui-hde .ux-ui-hde-cont .talk-to-our-experts-wrap {
    font-size: 28px;
    font-weight: 300;
}

.ux-ui-hde .ux-ui-hde-cont .talk-to-our-experts-wrap .talk-to-our-experts a {
    color: #000000;
}

.ux-ui-hde .ux-ui-hde-cont .talk-to-our-experts-wrap .talk-to-our-experts a:hover,
.ux-ui-hde .ux-ui-hde-cont .talk-to-our-experts-wrap .talk-to-our-experts a:focus {
    color: #000000;
    border-color: #fa9600;
}

.ux-ui-hde .ux-ui-hde-cont ul.list-cont {
    margin-top: 60px;
    margin-left: -120px;
}

.ux-ui-hde .ux-ui-hde-cont ul.list-cont li {
    background: #ffffff;
    float: left;
    width: 123px;
    height: 123px;
    border: 1px solid #eff2f2;
    text-align: center;
    margin-left: 50px;
    padding-top: 33px;
}

.ux-ui-hde .ux-ui-hde-cont ul.list-cont li label {
    display: inherit;
    padding-top: 5px;
}

.ux-ui-prp {
    margin: 60px 0 0;
}

.ux-ui-prp img.img-fluid {
    margin-top: -90px;
}

.ux-ui-prp .list-items {
    margin-top: 0px;
    margin-bottom: 30px;
}

.ux-ui-prp .heading-6 h6 {
    margin: 0;
    padding: 0;
}

.ux-ui-prp ul {
    line-height: initial;
}

.ux-ui-prp ul li {
    padding: 0;
}

video {
    width: 103%;
    margin: -10px;
    padding: 0;
    /*    margin-left: -10px;*/
    background: transparent;
}

.video-1,
.video-2,
.video-3,
.video-4 {
    overflow: hidden;
    width: 100%;
    background-color: transparent;
    position: relative;
}

.video-1 {
    background: url(../img/videos/8.png) no-repeat 100% 100%;
    background-position: top;
    /*    background: border-box;*/
}

.video-2 {
    background: url(../img/videos/2.jpg) no-repeat center center;
}

.video-3 {
    background: url(../img/videos/3.jpg) no-repeat center center;
}

.video-4 {
    background: url(../img/videos/4.jpg) no-repeat center center;
}

#intro {
    /*    background: url(../img/videos/1.jpg) no-repeat center center;*/
    width: 100%;
    position: relative;
    background-size: cover;
}

/*
.video-carousel:before {
    content: "";
    background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1));
    background-color: rgb(49 40 40 / 65%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
*/

.innovation-lab .card-content .card-img {
    height: 50px;
    margin-bottom: 15px;
    min-height: 52px;
    line-height: 52px;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    /* Firefox 3.5+, IE10 */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ &amp; Safari 6+ */
    -webkit-transition: all 0.6s ease;
    /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    /* Animation */
    width: initial;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.innovation-lab .card:hover .card-img {
    filter: none;
    -webkit-filter: grayscale(0%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.innovation-lab .card-content .card-img img {
    width: 100px;
}

.whats-makes-us-forsys .projects-done {
    width: 235px;
    padding: 30px 20px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease-in-out;
}

.footer {
    padding: 50px;
    background: #002253;
    color: #ffffff;
    position: absolute;
    font-size: 12px;
    width: 100%;
}

.footer .social-icons a {
    padding-left: 10px;
    width: 28px;
    height: 28px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.footer .social-icons a:hover,
.footer .social-icons a:focus {
    color: #fa9600;
}

.footer .social-icons a img {
    width: 100%;
}

.our-partnerships {
    background: url(../img/aboutus/img-our-partnerships.png) no-repeat center center;
    min-height: 330px;
    background-size: cover;
}

.our-partnerships .our-partnerships-lft-content {
    padding-top: 4.5rem;
}

.our-partnerships .our-partnerships-lft-content .heading-6 h6 {
    font-family: Nunito Sans;
    font-size: 42px;
    color: #ffffff;
    font-weight: lighter;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
        transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
        -o-transition: transform 0.15s linear, opacity 0.15s linear;
        transition: transform 0.15s linear, opacity 0.15s linear;
        transition: transform 0.15s linear, opacity 0.15s linear, -webkit-transform 0.15s linear;
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: opacity 0.3s linear, -webkit-transform 1s cubic-bezier(0, 0.56, 0.1, 1);
        transition: opacity 0.3s linear, -webkit-transform 1s cubic-bezier(0, 0.56, 0.1, 1);
        -o-transition: transform 1s cubic-bezier(0, 0.56, 0.1, 1), opacity 0.3s linear;
        transition: transform 1s cubic-bezier(0, 0.56, 0.1, 1), opacity 0.3s linear;
        transition: transform 1s cubic-bezier(0, 0.56, 0.1, 1), opacity 0.3s linear, -webkit-transform 1s cubic-bezier(0, 0.56, 0.1, 1);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
        transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
        -o-transition: transform 0.15s linear, opacity 0.15s linear;
        transition: transform 0.15s linear, opacity 0.15s linear;
        transition: transform 0.15s linear, opacity 0.15s linear, -webkit-transform 0.15s linear;
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: opacity 0.3s linear, -webkit-transform 1s cubic-bezier(0, 0.56, 0.1, 1);
        transition: opacity 0.3s linear, -webkit-transform 1s cubic-bezier(0, 0.56, 0.1, 1);
        -o-transition: transform 1s cubic-bezier(0, 0.56, 0.1, 1), opacity 0.3s linear;
        transition: transform 1s cubic-bezier(0, 0.56, 0.1, 1), opacity 0.3s linear;
        transition: transform 1s cubic-bezier(0, 0.56, 0.1, 1), opacity 0.3s linear, -webkit-transform 1s cubic-bezier(0, 0.56, 0.1, 1);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

button.close:focus {
    outline: none;
}
.show-menu {
    display: block !important;
    opacity: 1 !important;
    top: 100% !important;
    visibility: visible !important;
}
.nth-submenu &gt; li:nth-child(2) a,
.nth-submenu &gt; li:nth-child(3) a,
.nth-submenu &gt; li:nth-child(4) a,
.nth-submenu &gt; li:nth-child(5) a,
.nth-submenu &gt; li:nth-child(7) a,
.nth-submenu &gt; li:nth-child(8) a,
.nth-submenu &gt; li:nth-child(9) a,
.nth-submenu &gt; li:nth-child(10) a {
    padding: 7px 20px !important;
    font-size: 13px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 8px;
}
.nth-submenu &gt; li:nth-child(2) a:before,
.nth-submenu &gt; li:nth-child(3) a:before,
.nth-submenu &gt; li:nth-child(4) a:before,
.nth-submenu &gt; li:nth-child(5) a:before,
.nth-submenu &gt; li:nth-child(7) a:before,
.nth-submenu &gt; li:nth-child(8) a:before,
.nth-submenu &gt; li:nth-child(9) a:before,
.nth-submenu &gt; li:nth-child(10) a:before {
    content: "";
    color: #1b76ff;
    font-size: 8px;
}
.nth-submenu &gt; li:nth-child(2) a span,
.nth-submenu &gt; li:nth-child(3) a span,
.nth-submenu &gt; li:nth-child(4) a span,
.nth-submenu &gt; li:nth-child(5) a span,
.nth-submenu &gt; li:nth-child(7) a span,
.nth-submenu &gt; li:nth-child(8) a span,
.nth-submenu &gt; li:nth-child(9) a span,
.nth-submenu &gt; li:nth-child(10) a span {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    padding-left: 10px;
}
@media only screen and (max-width: 767px) {
.footer {
    padding: 15px !important;
}
.footer-botton {
    margin-top: 120px !important;
}
.footer .copy-right-text {
    left: inherit !important;
}
.footer .social-icons a {
    left: inherit !important;
}
.mobile-nav {
    left: -300px;
    width: 300px;
}
.services-block .sc-fcdfy-5 {
    height: inherit !important;
}
.services-block .a-forsys-expertise.sdsejj {
    padding-top: 50px !important;
}
.services-block .fcdfy-5 {
    height: inherit !important;
}
.video-content h1 {
  font-size: 16px;
}
h1 {
      line-height: 15px;
    font-size: 24px;
        padding-top: 30px;
}
h1 span {
    font-size: 20px;
}
.forsys-vaccination-drive {
    display: initial;
}
.forsys-vaccination-drive .heading-6 {
  padding-top: 15px;
}
.forsys-vaccination-drive .col-md-12.col-lg-6 {
  width:100%;
}
.cloud-transformation-tabs .nav-tabs .nav-item .nav-link {
    width: inherit !important;
}
.services-block .a-forsys-expertise-2.twasaa {
    padding-top: 30px !important;
}
.services-block .fcdfy {
    height: inherit !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  .cloud-transformation-tabs .nav-tabs .nav-item .nav-link {
      width: inherit !important;
  }
  .services-block .a-forsys-expertise-2.twasaa {
      padding-top: 30px !important;
  }
  .services-block .fcdfy {
      height: inherit !important;
  }
}
</pre></body></html>