@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700%7CNunito+Sans:300,300i,400,400i,600,600i,700,700i,800,800i,900&display=swap");

body.landing-page header nav button.navbar-toggler i {
    color: #fff;
}

body.landing-page .nav-menu a {
    color: #fff;
}

body.landing-page .nav-menu a::before {
    content: "";
    position: absolute;
    top: 130%;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s;
    transition: all .25s;
}

body.landing-page .nav-menu a:hover:before {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

header nav button.navbar-toggler {
    border: 0;
    outline: none;
}

header nav button.navbar-toggler i {
    font-size: 24px;
    color: #449cf2;
}

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

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
    margin: 4px 0 0 0;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
    margin: 0;
}

.nav-menu ul li {
    min-width: 180px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.nav-menu ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li.nav-item {
    display: inline-block;
    margin-left: 10px;
    margin-right: 22px;
    line-height: 20px;
    vertical-align: sub;
}

.nav-menu a {
    padding: 0 0 5px 0;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    outline: none;
    color: #449cf2;
}

.nav-menu a::before {
    content: "";
    position: absolute;
    top: 130%;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #449cf2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s;
    transition: all .25s;
}

.nav-menu a:hover:before {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.nav-menu a.active:before {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.nav-menu li:hover > ul {
    display: block;
}

#nav-menu-container {
    float: right;
    margin: 0;
}

.navbar #logo h1 a {
    color: #449cf2;
}

/*=========================
        General CSS start
==========================*/
body {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    margin: 0;
    color: #212121;
    background-color: #fff;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body a:hover {
    text-decoration: none;
}

body #logo img {
    width: 120px;
}

body.landing-page {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
}

body.landing-page header.section-header {
    padding: 1% !important;
}

body.landing-page header.section-header a {
    color: #fff;
}

body.landing-page footer {
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
}

body.landing-page footer a {
    color: #fff !important;
}

body.landing-page footer a::before {
    content: "";
    position: absolute;
    top: 130%;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

body.landing-page footer a:hover:before {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

body.landing-page footer .copyright a,
body.landing-page footer .copyright p {
    color: #fff;
    position: relative;
}

body.landing-page footer .copyright a:before {
    right: 0;
}

/*=========================
        Homepage CSS start
==========================*/
.tv {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tv .screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.tv .screen.active {
    opacity: 1;
}

header.header-fixed {
    margin: 2% 0;
}

header.header-fixed .fixed-top {
    padding-top: 1%;
    background: #fff;
    transition: 0.8s;
    -webkit-transition: 0.8s;
}

header.header-fixed .fixed-top img {
    -webkit-transition: width 0.8s ease-in-out;
    transition: width 0.8s ease-in-out;
}

header.header-fixed .navbar.fixed-top.fixed-theme {
    -webkit-box-shadow: 0 0 5px rgba(93, 93, 93, 0.8);
    box-shadow: 0 0 5px rgba(93, 93, 93, 0.8);
    transition: 0.8s;
    -webkit-transition: 0.8s;
}

header.header-fixed .navbar.fixed-top.fixed-theme img {
    -webkit-transition: width 0.8s ease-in-out;
    transition: width 0.8s ease-in-out;
    width: 70px !important;
}

header.header-fixed .fixed-top.fixed-theme {
    padding-top: 0.5%;
}

header.section-header {
    padding: 30px 0;
}

header.section-header h1 {
    font-size: 32px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-top: 8px;
}

header.section-header h1::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

header.section-header h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    bottom: 0;
    left: calc(50% - 20px);
}

header.section-header h1::after a {
    color: #fff;
}

header.section-header h1 p {
    text-align: center;
    padding-bottom: 30px;
    color: #333;
}

#intro .intro-container {
    position: fixed;
    z-index: -1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
}

#intro .center-container {
    padding: 5em 0;
    text-align: center;
}

#intro .center-container .banner-info {
    color: #fff;
}

#intro .center-container .banner-info .center-logo h2 {
    font-size: 5em;
    font-family: "Libre Baskerville";
}

#intro .center-container .banner-info h3 {
    font-size: 2.2em;
    font-style: italic;
    margin-bottom: 0.5em;
}

#intro .carousel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#intro .carousel .carousel-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#intro .carousel .carousel-inner .carousel-item {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#intro .carousel .carousel-inner .carousel-item:first-child span {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/carousel-slider/1.jpg);
}

#intro .carousel .carousel-inner .carousel-item:nth-child(2) span {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/carousel-slider/2.jpg);
}

#intro .carousel .carousel-inner .carousel-item:nth-child(3) span {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/carousel-slider/3.jpg);
}

#intro .carousel .carousel-inner .carousel-item:nth-child(4) span {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/carousel-slider/4.jpg);
}

#intro .carousel .carousel-inner .carousel-item:last-child span {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/carousel-slider/5.jpg);
}

.overlay {
    background: rgba(0, 121, 239, 0.55);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: none;
}

.homeBtn a.welcome-btn {
    border: 2px solid #fff;
    display: inline-block;
    height: 68px;
    width: 378px;
    line-height: 68px;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 4px;
    z-index: 2;
    background: none;
    position: relative;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.homeBtn a.welcome-btn:hover:before {
    width: 100%;
}

.homeBtn a.welcome-btn:hover {
    color: #449cf2;
    text-decoration: none;
}

.homeBtn a.welcome-btn::before {
    background: #fff;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

footer {
    padding: 1em 0;
    position: relative;
}

footer ul.social-network li {
    display: inline-block;
    margin: 0 8px 0 8px;
    position: relative;
    white-space: nowrap;
}

footer ul.social-network li a {
    display: inline-block;
    font-size: 24px;
    color: #449cf2;
    outline: none;
}

footer ul.social-network li a::before {
    content: "";
    position: absolute;
    top: 130%;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #449cf2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

footer ul.social-network li a:hover:before {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

footer .copyright p {
    font-size: 14px;
    margin: 0;
    color: #449cf2;
}

footer .copyright a {
    color: #449cf2;
    position: relative;
}

footer .copyright a::before {
    content: "";
    position: absolute;
    top: 130%;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #449cf2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    right: 0;
}

footer .copyright a:hover:before {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

/*=========================
        Common CSS start
==========================*/
section.page-intro-section h1 {
    font-size: 58px;
    font-family: "Libre Baskerville";
    padding-top: 40px;
    padding-bottom: 32px;
}

section.page-intro-section h1 span {
    color: #449cf2;
    font-style: italic;
}

section.section-regular {
    padding-top: 40px;
}

section.section-regular h3 {
    font-family: "Libre Baskerville";
    font-size: 27px;
    font-style: italic;
    padding-bottom: 20px;
    margin-bottom: 0;
}

section.section-regular .row {
    padding-bottom: 20px;
}

section.section-regular p {
    font-family: "Nunito Sans";
    font-size: 20px;
    line-height: 1.7em;
}

section.section-regular h1 {
    font-size: 40px;
    font-family: "Libre Baskerville";
    padding-bottom: 20px;
    margin-bottom: 0;
}

section.section-regular .section-inline-block {
    margin-right: 15px;
    display: inline-block;
}

section.section-regular .more {
    display: none;
}

section.section-regular .readMore {
    border: 2px solid #449cf2;
    display: inline-block;
    padding: 5px 18px;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 2;
    background: none;
    position: relative;
    color: #449cf2;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

section.section-regular .readMore:hover {
    color: #449cf2;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

img {
    width: 100%;
}

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

.animatedButton {
    display: block;
}

.animatedButton a.anim-btn {
    border: 2px solid #449cf2;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    font-size: 18px;
    text-transform: uppercase;
    z-index: 2;
    background: none;
    position: relative;
    color: #449cf2;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.animatedButton a.anim-btn:hover:before {
    width: 100%;
}

.animatedButton a.anim-btn:hover {
    color: #fff;
    text-decoration: none;
}

.animatedButton a.anim-btn::before {
    background: #449cf2;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.underline {
    border-bottom: 3px solid #202020;
    width: 52px;
}

.underline-long {
    border-bottom: 3px solid #202020;
    width: 158px;
    display: block;
    margin: 0 auto 60px;
}

.margin-bottom30 {
    margin-bottom: 30px;
}

.owl-theme > .owl-dots > .owl-dot span {
    background: #449cf2 !important;
    opacity: 0.5;
    width: 13px !important;
    height: 13px !important;
}

.owl-theme .owl-dots .owl-dot:focus {
    outline: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

/*=========================
  About Us page start
==========================*/
#partners img {
    width: auto;
    height: 85px;
    margin-bottom: 20px;
}

#our-impact .map-content a.head-quarter {
    position: absolute;
    top: 54%;
    left: 67.7%;
}

#our-impact .map-content a.head-quarter .map-icon {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#5dcaf2), to(#1cb1e7));
    background: linear-gradient(180deg, #5dcaf2, #1cb1e7);
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -20px;
    -webkit-animation: bounce-map 1s infinite ease-in-out;
    animation: bounce-map 1s infinite ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}

#our-impact .map-content a.head-quarter .map-icon:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
}

#our-impact .map-content a.head-quarter .map-wave {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 11px 0 0 -12px;
    -webkit-transform: rotateX(55deg);
    transform: rotateX(55deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

#our-impact .map-content a.head-quarter .map-wave:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    -webkit-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -webkit-box-shadow: 0 0 1px 2px #585858;
    box-shadow: 0 0 1px 2px #585858;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

#our-impact .map-content a.usa {
    top: 44%;
    left: 20%;
}

#our-impact .map-content a.new-zealand {
    top: 89%;
    left: 93.5%;
}

#our-impact .map-content a.uk {
    top: 33%;
    left: 47%;
}

#our-impact .map-content a.germany {
    top: 34%;
    left: 51.2%;
}

#our-impact .map-content a.sweden {
    top: 26%;
    left: 52%;
}

#our-impact .map-content a.netherland {
    top: 33.7%;
    left: 49%;
}

#our-impact .map-content a.dubai {
    top: 52%;
    left: 62%;
}

.impactCounter{
    font-family: "Libre Baskerville";
    text-align: center;
    color: #194f98;
    font-weight: 800;
}

.impactCounter p{
    font-family: "Libre Baskerville" !important;
}

.impactCounter h3{
    font-family: inherit !important;
    font-size: 5rem  !important;
    font-weight: 800 !important;
}

#what-we-do .pledge img {
    height: 400px;
    width: auto;
}

#what-we-do .pledge .underline {
    float: right;
}

.fs-35 {
    font-size: 35px;
}

#heart-salesforce img {
    width: 270px;
    margin-bottom: 15px;
}

#heart-salesforce .underline {
    float: right;
}

section#who-we-are img {
    width: 160px;
}

/*=========================
  How we work page start
==========================*/
#how-we-work .secret-sauces img {
    width: 170px;
}

#salesforce-needs img.salesforce-icon {
    width: 80px;
    margin: 30px 0;
}

#salesforce-needs img.graph {
    margin-top: 2%;
    width: 70%;
}

#salesforce-needs ul li {
    font-size: 18px;
    margin: 18px 0;
}

#services-steps .services-steps-img {
    width: 250px;
    padding-bottom: 30px;
    margin: 0 auto;
    display: block;
}

#services-steps ul.points {
    padding-left: 19px;
}

#services-steps ul.points li {
    font-size: 18px;
    margin: 18px 0;
}

#our-clients .services-clients-icon {
    width: 100px;
}

#our-clients img {
    margin-bottom: 20px;
}

#our-clients .quote-team h1 {
    font-size: 44px;
    font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
    line-height: 1.3em;
    padding-bottom: 20px;
}

#testimonials h6 {
    font-size: 20px;
    line-height: 1.3em;
    color: #449cf2;
    padding-bottom: 6px;
}

#testimonials img {
    display: block;
    margin: 0 auto;
    width: 67px;
    height: auto;
    padding-bottom: 40px;
}

#testimonials .underline {
    width: 150px;
    margin: 0 auto 30px auto;
}

/*=========================
salesforce-products
==========================*/
#salesforce-products .products-list .product {
    padding: 10px;
}

#salesforce-products .products-list .product .product-icon {
    padding: 40px 0;
}

#salesforce-products .products-list .product .product-icon img {
    width: 90px;
}

#salesforce-products .products-list .product .product-text .underline {
    margin: 10px auto;
    border-width: 1px;
}

#salesforce-products .products-list .product .product-text li {
    font-family: "Nunito Sans";
    font-size: 17px;
    line-height: 1.7em;
}

#salesforce-products .products-list .product h4 {
    margin: 0 0 30px 0;
}

[class*=" cloud-icon-"] {
    vertical-align: middle;
    margin-right: 10px;
}

.salesforce-icon {
    height: 55px;
    width: 55px;
    background-size: contain !important;
}

#sales-cloud .cloud-icon-sales {
    background: url(../images/icons/sales-day.svg) no-repeat;
    padding-right: 10px;
}

#sales-cloud ul {
    padding-left: 15px;
}

#service-cloud .cloud-icon-sales {
    background: url(../images/icons/service-day.svg) no-repeat;
    padding-right: 10px;
}

#service-cloud ul {
    padding-left: 15px;
}

#marketing-automation .cloud-icon-sales {
    background: url(../images/icons/marketing-day.svg) no-repeat;
    padding-right: 10px;
}

#marketing-automation ul {
    padding-left: 15px;
}

#community-cloud .cloud-icon-sales {
    background: url(../images/icons/product-smb-day.svg) no-repeat;
    padding-right: 10px;
}

#community-cloud ul {
    padding-left: 15px;
}

#commerce-cloud .cloud-icon-sales {
    background: url(../images/icons/commerce-day.svg) no-repeat;
    padding-right: 10px;
}

#commerce-cloud ul {
    padding-left: 15px;
}

#footer-action .animatedButton a {
    padding: 18px 25px 18px 27px;
    font-size: 33px;
    margin-left: 10px;
    top: -2px;
}

#footer-action h1 {
    font-size: 44px;
    line-height: 1.3em;
    padding-bottom: 20px;
}

#portfolio-gallery #filters {
    display: inline-block;
    width: 100%;
}

#portfolio-gallery #filters li {
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
}

#portfolio-gallery #filters li a {
    font-family: "Libre Baskerville";
    border: 0;
    margin: 0;
    padding: 0 0 5px 0;
    margin: 0 35px 10px 0;
    overflow: visible;
    position: relative;
    font-style: italic;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

#portfolio-gallery #filters li a:hover {
    color: #449cf2;
    background-color: #fff;
}

#portfolio-gallery #filters li a:after {
    content: "";
    position: absolute;
    top: 140%;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #449cf2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

#portfolio-gallery #filters li a:hover:after {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

#portfolio-gallery #filters li a .active {
    color: #449cf2;
    border-bottom: 2px solid #449cf2;
}

#portfolio-gallery #portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    display: none;
    position: relative;
    margin-bottom: 3%;
}

#portfolio-gallery .portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    cursor: pointer;
}

#portfolio-gallery .portfolio img {
    max-width: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio-gallery img {
    opacity: 1;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

#portfolio-gallery .portfolio .label {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -40px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio-gallery .portfolio .label-bg {
    background: #449cf2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#portfolio-gallery .portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px;
}

#portfolio-gallery .portfolio .text-category {
    display: block;
    font-size: 9px;
}

#portfolio-gallery .portfolio:hover .label {
    bottom: 0;
}

#portfolio-gallery .portfolio:hover img {
    top: -30px;
}

div.vertical-tab-container {
    padding: 0 !important;
    margin-top: 30px;
    margin-bottom: 1rem;
}

div.vertical-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.vertical-tab-menu div.list-group {
    margin-bottom: 0;
}

div.vertical-tab-menu div.list-group > a {
    margin: 20px auto;
    font-size: 28px;
    width: 40%;
    background-color: #fff;
    padding: 15px;
}

div.vertical-tab-menu div.list-group > a.active {
    width: 40%;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee !important;
}

div.vertical-tab-menu div.list-group > a.active .fa:before {
    background: #449cf2;
    color: #fff;
}

div.vertical-tab-content {
    padding-left: 20px;
    margin-top: 20px;
}

div.vertical-tab-menu div.list-group > a.active .glyphicon {
    background-color: #fff;
}

div.vertical-tab-menu div.list-group > a.active .fa {
    background-color: #fff;
    color: #449cf2;
}

div.vertical-tab div.vertical-tab-content:not(.active) {
    display: none;
}

div.vertical-tab div.vertical-tab-content .more div.col-sm-12 {
    padding-top: 30px;
    margin-top: 20px;
    border-top: 1px solid #eee;
}

.list-group-item {
    border: 0 !important;
}

/* Client Success */
section.cloud-bg {
    position: relative;
}

section .service-use-cases {
    margin-top: 20px;
}

section .service-use-cases p {
    font-size: 16px;
    text-align: justify;
}

section .service-use-cases h4 {
    margin: 30px 0 10px 0;
    font-weight: 600;
}

section .service-use-cases h5 {
    font-size: 18px;
    font-weight: 600;
}

section .service-use-cases ul {
    padding-left: 20px;
}

section .service-use-cases ul li {
    list-style: none;
    padding-left: 10px;
    margin: 10px 0;
    font-size: 16px;
}

section .service-use-cases ul li:before {
    content: url("../images/icons/green-checkmark.png");
    display: inline-block;
    width: 1em;
    position: absolute;
    margin-left: -30px;
    margin-top: 2px;
}

section .service-use-cases .objective,
section .service-use-cases .key-features {
    margin-top: 20px;
}

section .mtb-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

section.core-capabilities {
    background-color: #f4f4f4;
    padding: 2rem 0;
}

section.core-capabilities h3 {
    text-align: center;
}

section.core-capabilities .underline {
    margin: 0 auto 30px auto;
    width: 150px;
}

section.core-capabilities .card-component {
    margin-top: 30px;
    padding: 3rem 0;
    background: #fff;
    height: 400px;
    text-align: center;
}

section.core-capabilities .card-component ul {
    padding: 0;
}

section.core-capabilities .card-component ul li {
    list-style: none;
    padding: 10px 0;
    font-size: 14px;
}

section.core-capabilities .card-component .icon {
    padding: 20px 0;
}

section.core-capabilities .card-component .icon img {
    width: 55px;
    height: 55px;
    padding: 7px;
}

section.section-regular .list-group .salesforce-icon {
    height: 44px;
    width: 44px;
    margin: 0;
}

section.section-regular .cloud-icon-sales {
    background: url(../images/icons/sales-day.svg) no-repeat;
}

section.section-regular .cloud-icon-service {
    background: url(../images/icons/service-day.svg) no-repeat;
}

section.section-regular .cloud-icon-cpq {
    background: url(../images/icons/cpq-icon.png) no-repeat;
}

section.section-regular .cloud-icon-fsl {
    background: url(../images/icons/platform-day.svg) no-repeat;
}

section.section-regular .cloud-icon-community {
    background: url(../images/icons/communities-day.svg) no-repeat;
}

section.section-regular .cloud-icon-commerce {
    background: url(../images/icons/commerce-day.svg) no-repeat;
}

section.section-regular .cloud-icon-pardot {
    background: url(../images/icons/marketing-day.svg) no-repeat;
}

section.section-regular .cloud-icon-heroku {
    background: url(../images/icons/heroku-day.svg) no-repeat;
}

section.section-regular .cloud-icon-appexchange {
    background: url(../images/icons/sales-day.svg) no-repeat;
}

/*Contact Page Styling*/
section .contact-form {
    padding: 0 1rem;
}

section .contact-form input:not([type]), section .contact-form input[type="text"]:not(.browser-default), section .contact-form input[type="password"]:not(.browser-default), section .contact-form input[type="email"]:not(.browser-default), section .contact-form input[type="url"]:not(.browser-default), section .contact-form input[type="time"]:not(.browser-default), section .contact-form input[type="date"]:not(.browser-default), section .contact-form input[type="datetime"]:not(.browser-default), section .contact-form input[type="datetime-local"]:not(.browser-default), section .contact-form input[type="tel"]:not(.browser-default), section .contact-form input[type="number"]:not(.browser-default), section .contact-form input[type="search"]:not(.browser-default), section .contact-form input[type="search-md"], section .contact-form textarea.md-textarea {
    display: block;
    width: 99.99%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    margin: 0 0 .5rem 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

section .contact-form label {
    display: inline-block;
    margin-bottom: .5rem;
    position: absolute;
    top: -38px;
    left: 0;
    font-size: 1rem;
    color: #449cf2;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

section .contact-form input:not([type]):focus:not([readonly]), section .contact-form input[type="text"]:not(.browser-default):focus:not([readonly]), section .contact-form input[type="password"]:not(.browser-default):focus:not([readonly]), section .contact-form input[type="email"]:not(.browser-default):focus:not([readonly]), section .contact-form input[type="url"]:not(.browser-default):focus:not([readonly]), section .contact-form input[type="time"]:not(.browser-default):focus:not([readonly]), section .contact-form input[type="date"]:not(.browser-default):focus:not([readonly]), section .contact-form input[type="datetime"]:not(.browser-default):focus:not([readonly]), section .contact-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), section .contact-form input[type="tel"]:not(.browser-default):focus:not([readonly]), section .contact-form input[type="number"]:not(.browser-default):focus:not([readonly]), section .contact-form input[type="search"]:not(.browser-default):focus:not([readonly]), section .contact-form input[type="search-md"]:focus:not([readonly]), section .contact-form textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #4285f4;
    -webkit-box-shadow: 0 1px 0 0 #4285f4;
    box-shadow: 0 1px 0 0 #4285f4;
}

section .contact-form input:not([type]) + label::after, section .contact-form input[type="text"]:not(.browser-default) + label::after, section .contact-form input[type="password"]:not(.browser-default) + label::after, section .contact-form input[type="email"]:not(.browser-default) + label::after, section .contact-form input[type="url"]:not(.browser-default) + label::after, section .contact-form input[type="time"]:not(.browser-default) + label::after, section .contact-form input[type="date"]:not(.browser-default) + label::after, section .contact-form input[type="datetime"]:not(.browser-default) + label::after, section .contact-form input[type="datetime-local"]:not(.browser-default) + label::after, section .contact-form input[type="tel"]:not(.browser-default) + label::after, section .contact-form input[type="number"]:not(.browser-default) + label::after, section .contact-form input[type="search"]:not(.browser-default) + label::after, section .contact-form input[type="search-md"] + label::after, section .contact-form textarea.md-textarea + label::after {
    position: absolute;
    top: 65px;
    display: block;
    content: "";
    opacity: 0;
    -webkit-transition: 0.2s opacity ease-out, 0.2s color ease-out;
    transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

section .contact-form .md-form {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

section .contact-form .md-form textarea.md-textarea {
    padding: 0.5rem 0;
    overflow-y: hidden;
    margin-top: 10px;
}

section .contact-form button.btn {
    width: 50%;
    padding: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
    background: #fff !important;
    color: #449cf2 !important;
    font-size: 20px;
    font-family: 'clear_sansregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    cursor: hand;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-top: 0;
    border: 2px solid #449cf2 !important;
    border-radius: 0 !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 2;
}

section .contact-form button.btn:hover {
    color: #fff !important;
    background: #449cf2 !important;
}

section .contact-form .alert {
    display: none;
}

section .contact-form .alert p {
    margin: 0;
}

section .getInTouch .india {
    padding-left: 25px;
    background: url(../images/icons/indian-flag.jpg) no-repeat;
    background-position: left center;
}

section .getInTouch .germany {
    padding-left: 25px;
    background: url(../images/icons/germany.png) no-repeat;
    background-position: left center;
}

section .getInTouch .netherlands {
    padding-left: 25px;
    background: url(../images/icons/netherlands.png) no-repeat;
    background-position: left center;
}

section .getInTouch .uk {
    padding-left: 25px;
    background: url(../images/icons/uk.png) no-repeat;
    background-position: left center;
}

section .getInTouch p {
    line-height: 1.5rem;
    margin-bottom: 10px;
    font-size: 18px;
    width: 80%;
}

section .contact-details {
    padding: 2.5rem;
    background: linear-gradient(160deg, #449cf2, #303f9f) !important;
    width: 90%;
}

section .contact-details .dashed-img {
    margin-bottom: 2rem;
}

section .contact-details .dashed-img img {
    width: 50%;
    left: 45%;
    position: relative;
}

section .contact-details h5, section .contact-details p {
    color: #fff;
}

section .contact-details h2 {
    margin-top: 20px;
    color: #fff;
    font-weight: lighter;
}

section .contact-details ul {
    border-top: 1px solid #418ee6;
    padding: 1.5rem 0;
    margin: 0;
}

section .contact-details ul li {
    margin: 15px 0;
    color: #fff;
    font-weight: 100;
    font-size: 22px;
}

section .contact-details ul li span {
    vertical-align: bottom;
}

section .contact-details ul li:last-child span {
    left: 45px;
    position: relative;
}

section .contact-details .contact-icon img {
    width: 30px;
    margin-right: 10px;
}

section .contact-details .getInTouch p {
    font-weight: 100;
    width: 100%;
}

section .contact-details .getInTouch .seperator {
    border-right: 1px solid #6db4f9;
    margin: 0 10px;
}

section .map-container-google {
    overflow: hidden;
    padding-bottom: 45.25%;
    width: 100%;
    margin-top: 4rem;
    position: relative;
    height: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}

section .map-container-google iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

section.team-section .underline {
    margin: 0 auto;
}

section.team-section .avatar img {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

section.team-section .avatar img.rounded-circle {
    max-width: 150px;
}

section.team-section .avatar img.rounded {
    max-width: 180px;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}

section.team-section .card-up {
    background: linear-gradient(160deg, #449cf2, #303f9f) !important;
    padding: 6rem;
}

section.team-section .avatar-float {
    display: block;
    margin-top: -150px;
    overflow: hidden;
    padding-bottom: 20px;
}

section.team-section .avatar-float h5 {
    color: #fff;
}

section.team-section .grey-text {
    width: 90%;
}

section.opening-bg {
    background: url(../images/opening-bg.jpg) no-repeat fixed;
    background-size: cover;
    padding: 3%;
    position: relative;
}

section.opening-bg .opacity {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

section.opening-bg .container {
    border: 2px solid #fff;
    padding: 2% 5%;
    position: relative;
    z-index: 1;
}

section.opening-bg .container .card-up {
    width: 52%;
    text-align: center;
    padding: 10px;
    margin: 0px auto 0 auto;
    color: #449cf2;
}

section.opening-bg .container .card-up h2 {
    font-size: 40px;
    font-weight: 900;
}

section.opening-bg .container .card-up h3 {
    padding: 0;
}

section.opening-bg .container h4 {
    color: #fff;
    margin: 0px auto 20px auto;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 50%;
    font-weight: 100;
    font-size: 40px;
}

section.opening-bg .container h3 {
    left: 15px;
    color: #fff;
    position: relative;
}

section.opening-bg .container .opening {
    color: #fff;
    padding: 3%;
}

section.opening-bg .container .opening h5 {
    font-weight: 700;
    color: #449cf2;
}

section.opening-bg .container .opening ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

section.opening-bg .container .opening ul li {
    font-family: "Nunito Sans";
    font-size: 16px;
}

section.opening-bg .container .opening ul li:before {
    content: "-";
    padding-right: 5px;
}
@media (min-width: 576px) {
    .post-list .card-columns {
        column-count: 2;
    }
}

.service-icon-r {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 200px;
    left: 50%;
    margin: -20px;
    font-size: 100px;
    -webkit-animation: rot 3s infinite linear;
    animation: rot 3s infinite linear;
}

.posts-article {
    margin-bottom: 20px;
}

/*.card-posts-article {*/
    /*max-width: 30%;*/
/*}*/

/*.card-posts-article:nth-child(2n+1) {*/
    /*margin-left: 3%;*/
    /*margin-right: 3%;*/
/*}*/
/*.card-posts-article:nth-child(2n+3) {*/
    /*margin-left: 3%;*/
    /*margin-right: 3%;*/
/*}*/

/*.card-posts-article:nth-child(2n+2) {*/
    /*margin-left: 3%;*/
    /*margin-right: 3%;*/
/*}*/

.card-posts-article .card-title {
    /*font-family: "Nunito Sans", sans-serif;*/
    font-weight: 500;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.card-posts-article .post-date {
    font-family: "Nunito Sans", sans-serif;
    font-size: .85rem;
    margin-bottom: .6rem;
    margin-top: 1rem;
    color: #404040;
}

.card-posts-article .card-text {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #404040;
}

.card-posts-article a {
    font-family: "Nunito Sans", sans-serif;
}

h1.article-title {
    font-weight: bold;
    color: #202020;
    font-size: 2.8em;
}

.article-attribution {
    font-weight: bold;
    color: #404040;
}

.article-attribution span {
    color: #202020;
    font-weight: normal;
}

.card-body-inner {
    padding-bottom: 0 !important;
}

.shadow {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.no-border {
    border: none;
}



@-webkit-keyframes rot {
    from {
        -webkit-transform: rotate(0deg) translate(-150px) rotate(0deg);
        transform: rotate(0deg) translate(-150px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg) translate(-150px) rotate(-360deg);
        transform: rotate(360deg) translate(-150px) rotate(-360deg);
    }
}

@keyframes rot {
    from {
        -webkit-transform: rotate(0deg) translate(-150px) rotate(0deg);
        transform: rotate(0deg) translate(-150px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg) translate(-150px) rotate(-360deg);
        transform: rotate(360deg) translate(-150px) rotate(-360deg);
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@-webkit-keyframes bounce-map {
    0% {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }
    to {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes bounce-map {
    0% {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }
    to {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@media screen and (min-width: 768px) {
    footer ul.social-network {
        text-align: left;
    }

    footer .copyright {
        text-align: right;
    }
}

@media only screen and (max-width: 767px) {
    body.landing-page #intro .banner-info .center-logo h2 {
        font-size: 3rem;
    }

    body.landing-page #intro .banner-info .homeBtn .welcome-btn {
        width: 300px;
        height: 60px;
        line-height: 60px;
        font-size: 28px;
    }

    body.landing-page #intro .carousel .carousel-inner .active img {
        width: 350% !important;
    }

    section.core-capabilities .card-component {
        margin-top: 10px;
    }

    footer ul.social-network,
    footer .copyright {
        text-align: center;
    }

    #services-steps .services-step2,
    #services-steps .services-step3 {
        margin-top: 0;
    }

    section .contact-details {
        width: 100%;
    }

    section .contact-form {
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 576px) {
    .vertical-tab-menu {
        display: none;
    }

    div.vertical-tab-content {
        display: block !important;
        border-bottom: 1px solid #eee;
    }

    body.landing-page #intro .carousel .carousel-inner .active img {
        width: 400% !important;
    }

    #salesforce-needs img.graph {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    header .container {
        position: relative;
    }

    header #navbarResponsive {
        position: absolute;
        top: 60px;
        background: white;
        width: 100%;
        visibility: visible;
        opacity: 1;
        z-index: 9999;
        border-top: 3px solid #7ebec5;
        -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
    }

    header #navbarResponsive ul {
        padding: 5% 0;
    }

    header #navbarResponsive ul li a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        color: #666;
        padding: 10px 5%;
        width: 100%;
        display: block;
        font-size: 14px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    header #navbarResponsive ul li a.active:before {
        opacity: 0;
        visibility: hidden;
    }

    header #navbarResponsive ul li a.active {
        color: #0074d9;
    }

    header #navbarResponsive ul li a:hover:before {
        opacity: 0;
        visibility: hidden;
    }

    section.opening-bg .card-up, section.opening-bg h4 {
        width: 100% !important;
    }

    section.opening-bg .card-up h2, section.opening-bg h4 h2 {
        font-size: 30px !important;
    }

    body.landing-page #intro .carousel .carousel-inner .active img {
        width: 170% !important;
    }

    #what-we-do .pledge img {
        height: auto;
        width: 100%;
    }

    #what-we-do .pledge .underline {
        float: right;
    }
}
