/*
Theme Name: Nuage Biztech V3
Author: NuageBizTech
Author URI: http://www.nuagebiz.tech
Version: 3.0
*/

html {
    font-size: 16px;
}

body,
.display-3,
.lead,
.btn,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.single-post article.post h1 {
	font-size: 2rem !important;
}

.fw-300 {
    font-weight: 300 !important;
}

a {
    color: #0b4f93;
}

/***********  NEW CODE STARTS  ***********/
.navbar {
    z-index: 2;
}
.navbar-drop-shadow {
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
}

.navbar-nav .menu-item {
    font-size: 1em;
    text-transform: uppercase;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-weight: 400;
}

.navbar-nav .current-menu-item {
    font-size: 1em;
    text-transform: uppercase;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-weight: inherit;
}
.navbar-light .menu-item a {
    color: rgba(0,0,0,.5);
}
.navbar-light .menu-item a:hover {
    color: rgba(0,0,0,.7);
}
/* **********NEW CODE ENDS********** */

/* -------- BIG FOOTER -------- */
.big-footer {
    background: #002048;
    padding: 2em 0 1.3em 0;
}

.big-footer p {
    color: rgba(255, 255, 255, 0.6);
}

.big-footer p.headings {
    font-size: 1em;
    text-transform: uppercase;
}

.contact-details-footer p {
    font-size: 1em;
}

.big-footer h5 {
    color: #FFF;
    text-transform: uppercase;
}

.big-footer div.line {
    background-color: rgba(255, 255, 255, .2);
    height: .25rem;
    width: 20px;
    margin-bottom: 1.3rem;
    margin-top: 1.3rem;
}

#logo-footer .logo-footer {
    margin-top: 5px !important;
    margin-bottom: .75rem;
    width: auto;
    height: 25px !important;
    opacity: .5;
}

#logo-footer .logo-footer:hover {
    opacity: .9;
}


.col {
    float: left;
    padding: 0 15px;
}

.big-footer ul.footer-links li a {
    font-size: 1rem;
    color: rgba(255, 255, 255, .5);
}

.big-footer ul.footer-links li a:hover {
    color: rgba(255, 255, 255, .9);
}

span.address {
    white-space: pre-line;
    color: rgba(255, 255, 255, 0.6);
}

ul.footer-links {
    padding: 0;
    list-style-type: none;
}

ul.footer-links li a {
    color: rgba(255, 255, 255, 0.6);
}

ul.footer-links.social li {
    margin-bottom: 7px;
}

ul.footer-links.social li a span {
    margin-left: 10px;
}


.legal-footer {
    background-color: #000;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

ul.legal-links {
    padding: 0;
    list-style-type: none;
    margin-bottom: 0;
    text-align: left;
}

ul.legal-links li {
    display: inline;
    color: rgba(255, 255, 255, .5);
    font-size: 0.8em;
}

ul.legal-links li a {
    margin-right: 4em;
    color: #fff;
    font-size: 0.8em;
    text-transform: uppercase;
}

/* --------BIG FOOTER-------- */



.faa-float.animated,
.faa-float.animated-hover:hover,
.faa-parent.animated-hover:hover>.faa-float {
    -webkit-animation: float 2s linear infinite;
    animation: float 2s linear infinite;
}


/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {

    section#showcase {
        height: 310px;
    }

    .carousel-image-1,
    .carousel-image-2,
    .carousel-image-3,
    .carousel-image-4 {
        height: 100%;
    }

    .scrolled-nav .navbar-manage {
        margin-top: 4px;
    }

    .services>.row {
        margin-top: 30px;
    }

    .top-margin {
        margin-top: 20px !important;
    }

    /* 
	 * Blog post Next Previous button css 
	 * */
    .navigation-blog {
        color: #fff;
    }

    .navigation-blog .alignleft {
        float: left;
        text-align: left;
        background: #045aae;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 50px;
        line-height: 20px;
        width: 100%;
        margin-top: 1em;
    }

    .navigation-blog .alignleft:hover {
        background: #044D94;
    }

    .navigation-blog .alignleft a {
        color: #fff;
        padding: 13px 0;
        line-height: 40px;

    }

    .navigation-blog .alignright {
        float: right;
        text-align: right;
        background: #045aae;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 50px;
        line-height: 22px;
        width: 100%;
        margin-top: 1em;
        margin-bottom: 1em;

    }

    .navigation-blog .alignright:hover {
        background: #044D94;
    }

    .navigation-blog .alignright a {
        color: #fff;
        padding: 13px 0;
        line-height: 40px;

    }

    .career-heading {
        margin: 1em 0;
    }

    .life-nuage-bg {
        background-color: #f2f2f2;
		background-image: url(https://nuagebiz.tech/wp-content/themes/nuageV3/img/life-at-nuage-pic.jpg);
        background-size: auto 400px;
        min-height: 400px;
        margin: 40px 0;
    }

    .scroll-prompt {
        position: absolute;
        bottom: 2%;
        z-index: 50;
        color: #fff;
        width: 100%;
        text-align: center;
    }

    .has-thumbnail {
        position: relative;
    }

    .post-thumbnail {
        top: 0;
        left: 0;
    }
    
    .selected-work-class .border-bottom {
        border-bottom: solid 1px #000;
    }

    .site-title {
        display: inline-block;
        -webkit-transition: all .5s;
        transition: all .5s;
        font-size: 30px;
        height: 40px !important;
        margin-top: -10px !important;
        margin-right: 35px;
    }

    .hero-section,
    .content-section {
        height: 500px;
        padding: 100px;
    }

    .hero-text,
    .content-text {
        max-width: 550px;
    }

    .hero-section h1 {
        color: #333;
    }

    .hero-section p {
        color: #333;
    }

    .content-section {
        background: aqua;
    }

    .partner {
        padding: 20px;
        border: 0;
        margin: 0 !important;
        height: auto;
    }

    .data-space {
        padding-top: 10%;
        padding-left: 10%;
    }

    .logo-size {
        width: 75%;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .card-columns {
        column-count: 2;
    }

    /* 
	 * Blog post Next Previous button css 
	 * */
    .navigation-blog {
        margin-bottom: 1em;
        margin-bottom: 7em;
        color: #fff;
    }

    .navigation-blog .alignleft {
        float: left;
        text-align: left;
        background: #045aae;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 50px;
        line-height: 46px;
    }

    .navigation-blog .alignleft:hover {
        background: #044D94;
    }

    .navigation-blog .alignleft a {
        color: #fff;
        padding: 15px 0;

    }

    .navigation-blog .alignright {
        float: right;
        text-align: right;
        background: #045aae;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 50px;
        line-height: 46px;
    }

    .navigation-blog .alignright:hover {
        background: #044D94;
    }

    .navigation-blog .alignright a {
        color: #fff;
        padding: 15px 0;

    }

    .career-heading {
        margin: 1em 3em;
    }

    .life-nuage-bg {
        background-color: #f2f2f2;
        background-image: url(https://nuagebiz.tech/wp-content/themes/nuageV3/img/life-at-nuage-pic.jpg);
        min-height: 567px;
        margin: 40px 0;
    }

    /* equal height divs */
    .grid {
        display: flex;
    }

    .grid__item {
        display: flex;
        flex-direction: column;
    }

    /* equal height divs END*/

    .has-thumbnail {
        position: relative;
        padding-left: 200px;
    }

    .post-thumbnail {
        position: absolute;
        top: 0px;
        left: 0;
    }

    .site-title {
        display: inline-block;
        -webkit-transition: all .5s;
        transition: all .5s;
        font-size: 30px;
        height: 40px !important;
        margin-top: -10px !important;
        margin-right: 35px;
    }

    .hero-section,
    .content-section {
        height: 500px;
        padding: 100px;
    }

    .hero-text,
    .content-text {
        max-width: 550px;
    }

    .hero-section h1 {
        color: #333;
    }

    .hero-section p {
        color: #333;
    }

    .content-section {
        background: aqua;
    }

    .services>.row>a>.image>div>h2 {
        margin: 0;
        color: #fff;
        font-size: 2.5em;
    }

    .services>.row>a>.image>div>.btn.white {
        opacity: 1;
        color: #333;
        position: relative;
        top: 140px;
    }

    .services>.row>a>.image>div>p {
        font-size: 1.4em;
        margin-top: 0.6em;
    }

    .services>.row>div>h2 {
        margin-top: 0;
        font-size: 2.5em;
    }

    .services>.row>div>p {
        line-height: 2em;
        font-size: 1.3em;
    }

    .services>.row:nth-child(odd)>.about-service {
        padding-right: 0;
        padding-left: 40px;
        float: right;
    }

    .services>.row:nth-child(even)>.about-service {
        padding-left: 0;
        padding-right: 40px;
        float: left;
    }

    .partner {
        padding: 20px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #FFF;
        border-right: 1px solid #FFF;
        height: 260px;
        margin-top: -1px;
        height: 420px;
    }

    .partner-logo {
        height: 100px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .partner-slice {
        margin-bottom: 50px;
    }

    .partner p {
        font-size: 12pt;
        margin: 20px 0 10px;
    }

    .odd .partner {
        margin-right: -15px;
        border-right-color: #ddd;
    }

    .even .partner {
        margin-left: -15px;
        border-left-color: #fff;
    }

    .partner h3>a {
        color: #404041;
    }

    .title {
        margin-top: 15vw;
        padding: 10px;
        margin-left: 10%;
        width: 700px;
    }

    .formally {
        float: left;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .title {
        margin-top: 15vw;
        padding: 10px;
        margin-left: 10%;
        width: 700px;
    }

    .formally {
        float: right;
    }

    .nav-pull-right {
        float: right !important;
    }

    .data-space {
        padding-top: 30%;
        padding-left: 10%;
    }

    .div1 {
        background: #555;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    .div2 {
        background: #E7E6E6;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .title {
        margin-top: 15vw;
        padding: 10px;
        margin-left: 10%;
        width: 700px;
    }

    .formally {
        float: right;
    }

    .nav-pull-right {
        float: right !important;
    }

    .data-space {
        padding-top: 20%;
        padding-left: 10%;
    }

    .div1 {
        background: #555;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    .div2 {
        background: #E7E6E6;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
    }

    .marketing h4 {
        color: #2D343E;
        line-height: 23px;
        height: 50px;
    }

    .whatwedo h4 {
        color: #2D343E;
        line-height: 23px;
    }

    .whatwedo h2 {
        color: #2D343E;
    }

    .main-banner-control {
        background-color: #419dff;
    }
}

/* Common Css */

.home-li {
    padding-left: 0px;
    padding-top: 5px;
    list-style: none;
}

.home-li li {
    padding-top: 29px;
    padding-left: 35px;
}

.home-li .one {
    background: url(../img/icon-1.png) no-repeat left bottom;
    background-size: 13% auto;
}

.home-li .two {
    background: url(../img/icon-2.png) no-repeat left bottom;
    background-size: 13% auto;
}

.home-li .three {
    background: url(../img/icon-3.png) no-repeat left bottom;
    background-size: 13% auto;
}

.home-li .four {
    background: url(../img/icon-4.png) no-repeat left bottom;
    background-size: 13% auto;
}

.home-li .five {
    background: url(../img/icon-5.png) no-repeat left bottom;
    background-size: 13% auto;
}

.nav-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

.foot-fix {
    bottom: -5px;
    position: fixed;
}

.foot-1 {
    height: 11px;
    background-color: #233F70;
}

.foot-2 {
    height: 11px;
    background-color: #94430D;
}

.foot-3 {
    height: 11px;
    background-color: #3E6128;
}

.foot-4 {
    height: 11px;
    background-color: #FFD040;
}

.div1 {
    background: #555;
    top: 0;
    bottom: 0;
}

.div2 {
    background: #E7E6E6;
    top: 0;
    bottom: 0;
}


/* burger classes */
.box-shadow-menu {
    position: relative;
    padding-left: 1.25em;
}

.box-shadow-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25em;
    width: 1em;
    height: 0.15em;
    background: black;
    box-shadow:
        0 0.25em 0 0 black,
        0 0.5em 0 0 black;
}

.gradient-menu {
    padding-left: 1.25em;
    position: relative;
}

.gradient-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.21em;
    bottom: 0.21em;
    width: 1em;
    background: linear-gradient(to bottom,
        black, black 20%,
        white 20%, white 40%,
        black 40%, black 60%,
        white 60%, white 80%,
        black 80%, black 100%);
}

.border-menu {
    position: relative;
    padding-left: 1.25em;
}

.border-menu:before {
    content: "";
    position: absolute;
    top: 0.25em;
    left: 0;
    width: 1em;
    height: 0.125em;
    border-top: 0.375em double #000;
    border-bottom: 0.125em solid #000;
}

div.bindu {
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
}

/* burger classes */

/* round img boxes */
.marketing .col-lg-3 {
    margin-bottom: 20px;
    text-align: center;
    color: #2D343E;
}

.marketing h2 {
    color: #2D343E;
    margin-top: 50px;
}

.marketing p {
    text-align: justify;
}

.bs-docs-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 100px;
    color: #777777;
    text-align: center;
    background-color: #232323;
}

.bs-docs-footer-links li {
    display: inline-block;
}

/* footer 2 */
#footer {
    background: #2d343e;
    border-top: 4px solid #2d343e;
    font-size: 0.9em;
    margin-top: 50px;
    position: relative;
    clear: both;
}

#footer .footer-copyright {
    background: #272d35;
    border-top: 4px solid #272d35;
    padding: 20px 0 20px;
}

p {
    line-height: 24px;
}

#footer .social-icons {
    clear: both;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .social-icons li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

li {
    line-height: 24px;
}

/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-circle a {
    background-color: #191919;
}


/* img hover */
a:link,
a:visited {
    text-decoration: none;
}

.boxIcon a {
    padding: 33px;
    text-align: center;
    display: block;
    margin-bottom: 11px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.boxIcon a .imgBorder {
    border: 4px solid #F7F7F7;
    background: #F7F7F7;
    border-radius: 50% !important;
    width: 180px;
    height: 180px;
    margin: 18px auto 22px auto;
}

.boxIcon a i,
.boxIcon a .imgBorder {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
}

.imgBorder {
    border-radius: 11px;
    overflow: hidden;
}

.boxIcon a .imgBorder img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
    width: 172px;
    height: 172px;
}

.boxIcon a img {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
}

.img-circle {
    width: 140px;
    height: 140px;
}

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

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 575.98px) {
 	.manage-main-banner .img-responsive,
	.manage-main-banner .thumbnail>img,
	.manage-main-banner .thumbnail a>img,
	.manage-main-banner .carousel-inner>.item>img,
	.manage-main-banner .carousel-inner>.item>a>img {
		display: block;
		max-width: inherit;
		height: 180px;
		max-height: 180px;
		margin-left: 50%;
		transform: translate(-50%, 0px);
	}
}

img {
    vertical-align: middle;
}

.boxIcon a:hover .imgBorder img {
    transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
}

.boxIcon a .imgBorder img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
    width: 172px;
    height: 172px;
}

.content {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
}

#content5 {
	background: linear-gradient(to right bottom, #135190, #19848e);
}

#content5 .tall {
    margin: 30px 0;
    font-size: 1.2rem;
    line-height: 1.7rem;
}

#content5 .lead {
    margin: 30px 0 0;
}

/* thumbnail classes  */
.thumbnail {
    padding: 0px !important;
}

.boxContent {
    border: 1px dashed rgba(0, 0, 0, 0.15);
    border-radius: 0 0 11px 11px;
}

.boxContent2 {
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 5px;
}

.boxContent2:hover {
    border: 1px solid rgba(49, 130, 217, 0.40);
    background-color: #e64b49;
}

.boxContent2:hover h4 {
    color: #fff !important;
}

.boxContent2:hover p {
    color: #fff !important;
}

.thumbnail-remove-style {
    border: solid 0px;
    border-radius: 0px;
}

/* Image Hover Effect Starts */
ul.img-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.img-list li {
    display: inline-block;
    height: 320px;
    margin: 0 1em 1em 0;
    position: relative;
    width: 100%;
}

span.text-content {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    cursor: pointer;
    display: table;
    height: 320px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

span.text-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

ul.img-list li:hover span.text-content {
    opacity: 1;
}

/* Image Hover Effect Ends */

.close {
    opacity: 1 !important;
}

.modal-content {
    background: transparent !important;
    border-radius: 0px !important;
}

.custom-header {
    background-color: #3182d9 !important;
    color: #FFF !important;
}

.custom-body {
    background: rgba(0, 0, 0, 0.9) !important;
    color: #FFF !important;
    border: solid 1px #3182d9;
}

.custom-body p {
    color: #a2a2a2 !important;
}

.ourclients .col-lg-4 {
    text-align: center;
}

.ourclients p {
    text-align: justify;
    line-height: 1.5rem;
}

.c-class {
    border: solid 1px #efefef;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    margin-bottom: 1rem;
}

.active {
    text-decoration: none !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    top: 63% !important;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
}

.map-container iframe {
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative;
    /* IE needs a position other than static */
}

.map-container iframe.clicked {
    pointer-events: auto;
}

/* map classes */

/* Single page css */
body.single-post .attachment-post-thumbnail,
body.single-post .size-post-thumbnail,
body.single-post .wp-post-image {
    width: 100%;
    height: auto;
}

body.single-post .single-post-case-studies {
    text-align: center;
	/*background: #d9d9d9;*/
    border: solid 1px #DEDEDE;
}

body.single-post .single-post-case-studies .attachment-post-thumbnail, 
body.single-post .single-post-case-studies .size-post-thumbnail, 
body.single-post .single-post-case-studies .wp-post-image {
    max-width: 100%;
	width: auto;
/* 	height: 330px; */
}

@media only screen and (max-width: 768px) {
	body.single-post .single-post-case-studies .attachment-post-thumbnail, 
	body.single-post .single-post-case-studies .size-post-thumbnail, 
	body.single-post .single-post-case-studies .wp-post-image {
		width: 100%;
	}
}

.kiwi-article-bar {
    display: none;
}
/* Single page css END */

/* Blog Page Cards hover effect*/
#myblog .view {
    position: relative;
    overflow: hidden;
    cursor: default
}

#myblog .view .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed
}

#myblog .view img {
    position: relative;
    display: block
}

#myblog .card {
    box-shadow: 0 2px 2px rgba(10, 16, 20, .24), 0 0 2px rgba(10, 16, 20, .12);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

#myblog .card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#myblog .mask {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#myblog .card:hover .mask {
    opacity: 1;
}

#myblog .zoom img {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

#myblog .flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

#myblog .card:hover .rgba-black-light,
.rgba-black-light::after {
    background-color: rgba(0, 0, 0, .3)
}

#myblog .learn-more {
    color: #fff;
    line-height: 45px;
    background: none;
    border: 3px solid #fff;
    border-radius: 2px;
    padding: 0px 50px;

    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

#myblog .learn-more {
    line-height: 45px;
    background: rgba(0, 0, 0, .3);
    border: 3px solid rgba(255, 255, 255, .8);
    border-radius: 2px;
    padding: 0px 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .4);
    text-decoration: none;
}

/* What We Do Page Cards hover effect */
#card-what-we-do .view {
    position: relative;
    overflow: hidden;
    cursor: default
}

#card-what-we-do .view .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed
}

#card-what-we-do .view img {
    position: relative;
    display: block
}

#card-what-we-do .card {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25), 0 1px 5px 0 rgba(255, 180, 95, 0.05), inset 0 0 0 0px rgba(255, 255, 255, 0.30);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

#card-what-we-do .card:hover {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.32), 0 1px 10px 0 rgba(255, 180, 95, 0.1), inset 0 0 0 0px rgba(255, 255, 255, 0.75);
}

#card-what-we-do .mask {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#card-what-we-do .card:hover .mask {
    opacity: 1;
}

#card-what-we-do .zoom img {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

#card-what-we-do .zoom:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

#card-what-we-do .flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

#card-what-we-do .card:hover .rgba-black-light,
.rgba-black-light::after {
    background-color: rgba(0, 0, 0, .3)
}

#card-what-we-do .learn-more {
    color: #fff;
    line-height: 45px;
    background: none;
    border: 3px solid #fff;
    border-radius: 2px;
    padding: 0px 50px;

    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

#card-what-we-do .learn-more {
    line-height: 45px;
    background: rgba(0, 0, 0, .3);
    border: 3px solid rgba(255, 255, 255, .8);
    border-radius: 2px;
    padding: 0px 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .4);
    text-decoration: none;
}


/* Our Team Cards hover effect */
#our-team .view {
    position: relative;
    overflow: hidden;
    cursor: default
}

#our-team .view .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed
}

#our-team .view img {
    position: relative;
    display: block
}

#our-team .card .card-body {
    padding: 1.25rem .75rem;
}

#our-team .card {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    padding: 0em !important;
	border: solid 1px #e0e0e0;
}

#our-team .card:hover {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.32), 0 1px 10px 0 rgba(255, 180, 95, 0.1), inset 0 0 0 0px rgba(255, 255, 255, 0.75);
}

#our-team .mask {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#our-team .card:hover .mask {
    opacity: 1;

}

#our-team .zoom img {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

#our-team .zoom:hover img.zoomimg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

#our-team .zoom img.no-grayscale {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
#our-team .zoom:hover img.no-grayscale {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

#our-team .flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

#our-team .card:hover .rgba-black-light,
.rgba-black-light::after {
    background-color: rgba(0, 0, 0, .3)
}


/* Card - Bootstrap 4 */
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: .5rem;
    overflow: hidden;
}

.post-thumbnail .attachment-post-thumbnail {
    width: 150%;
    height: auto;
    margin-left: -25%;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-bottom: 1.25rem;
}

.card-title {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.87);
    line-height: 32px;
    margin-bottom: 3px;
    font-weight: 900;
}

.text-muted {
    font-weight: 400;
    font-size: 14.0px;
    color: rgba(0, 0, 0, 0.5) !important;
}

.home-blog-fluid img {
    width: 100%;
    height: auto;
}

/* Tabs career page */
/* Tabs panel */
.nav-tabs>li,
.nav-pills>li {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.nav-tabs,
.nav-pills {
    text-align: center;
}
/* Tabs career page END */

.contact-box-bg {
    background: #f0f0f0;
    padding: 20px;
}

.custom-form-field label {
    width: 100%;
}

.custom-form-field input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .75);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.custom-form-field textarea {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .75);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.custom-form-field [type="submit"] {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    margin-left: auto;
    width: 150px;
    margin-right: auto;
    border-radius: 30px;
    height: 50px;
}

.custom-form-field [type="submit"]:hover {
    background-color: #266AAA;
}

.single-post-main-banner {
    position: relative;
}

.single-post-main-banner a {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    padding: 12px 30px;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
	display: flex;
    align-items: center;
}

.single-post-main-banner a:hover {
    background: rgba(0, 0, 0, .4);
}

.single-post-main-banner a i.fa-angle-left {
    font-weight: bold;
    font-size: 1.3em;
	padding-right: .3rem;
}

.servicepage-form {
    background: rgba(0, 0, 0, .1);
    padding: 1.2em 1rem;
}

.servicepage-form label,
.servicepage-form input,
.servicepage-form textarea {
    width: 100%;
}

.servicepage-form-name input,
.servicepage-form-email input {
    display: block;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .75);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.servicepage-form-msg textarea {
    display: block;
    width: 100%;
    height: 100px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .75);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.servicepage-form-btn {
    text-align: center;
    margin-top: 1em;
}

/************* HOME PAGE ***************/
.home-page--cards {
	margin: -60px 15px 0 15px;
}

.home-page--cards .card-body h5 {
	padding: 1.25rem 1.25rem 0 1.25rem;
}

.home-page--cards .card-body p {
	padding: 0 1.25rem;
}

.home-page--cards .card-footer a {
	width: 100%;
    padding: 1.25rem;
}

.home-page--cards .card-body,
.home-page--cards .card-footer {
	padding: 0;
}

@media only screen and (max-width: 768px) {
	.home-page--cards {
		margin: -60px 0 0 0;
	}
}

.home-page--cards .card-deck .card h5,
.home-page--cards .card-deck .card a {
	color: #FFF;
}

.home-page--cards .card-deck .card-start_it {
    background-image: linear-gradient(rgba(19, 81, 144, .8), rgba(0, 0, 0, .6)), url('img/bg-home-startit.jpg');
}

.home-page--cards .card-deck .card-cloud_services {
    background-image: linear-gradient(rgba(19, 81, 144, .8), rgba(0, 0, 0, .6)), url('img/bg-home-cloudservices.png');
}

.home-page--cards .card-deck .card-data_analytics {
    background-image: linear-gradient(rgba(19, 81, 144, .8), rgba(0, 0, 0, .6)), url('img/bg-home-dataanalytics.png');
}

.home-page--cards .card-deck .card-devops {
    background-image: linear-gradient(rgba(19, 81, 144, .8), rgba(0, 0, 0, .6)), url('img/bg-home-devops.png');
}

.home-page--cards .card-deck .card-start_it,
.home-page--cards .card-deck .card-cloud_services,
.home-page--cards .card-deck .card-data_analytics,
.home-page--cards .card-deck .card-devops {
	background-position: center right;
	color: #FFF;
	transition: all .5s;
}

.home-page--cards .card-deck .card-start_it:hover,
.home-page--cards .card-deck .card-cloud_services:hover,
.home-page--cards .card-deck .card-data_analytics:hover,
.home-page--cards .card-deck .card-devops:hover {
	box-shadow: 0 20px 20px 0px rgba(0,0,0,.2);
    transform: scale(1.1) translateY(-7%);
}

@media only screen and (max-width: 768px) {
	.home-page--cards .card-deck .card-start_it:hover,
	.home-page--cards .card-deck .card-cloud_services:hover,
	.home-page--cards .card-deck .card-data_analytics:hover,
	.home-page--cards .card-deck .card-devops:hover {
		box-shadow: 0 20px 20px 0px rgba(0,0,0,.2);
		transform: scale(1) translateY(0%);
	}
}

.read-more {
    position: relative;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.btn-default {
    border-radius: 50px;
    padding: 0.7em 3em;
    border: 0;
    color: #fff;
}

.btn-nuage {
    border-radius: 50px;
    padding: 0.4em 2em;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .3);
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
}

.btn-nuage:hover {
    color: #fff;
    background: #3479CD;
}

.btn-outline-nuage {
	color: #135190;
    border-color: #135190;
}
.btn-outline-nuage:hover {
	background-color: #135190;
    border-color: #135190;
}


a.blue,
button.blue,
div.blue,
i.blue {
    background-color: #e6e6e6;
    color: #3c3c3c;
}

.media-prev-img {
    height: 16em;
    background-size: cover;
    background-position: center center;
}

.item.container-fluid {
    margin-bottom: 0;
}

.full-screen-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}

.navbar {
    transition: all linear 0.2s;
}

ul.dropdown-menu>li {
    display: inline;
}

ul.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 15px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    webkit-background-clip: padding-box;
    border: none;
    box-shadow: none;
    border-radius: 4px;
}

.big {
    font-size: 1.7em;
    border-radius: 40px;
    padding: 18px 60px;
}

a.big:hover {
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 1);
    color: #fff;
}

.services>.row>a>.image {
    height: 300px;
    background-size: cover;
    padding: 0;
    transition: transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
}

.services>.row>a:hover>.image {
    transform: scale(1.10);
    -webkit-transform: scale(1.01);
}

.services>.row>a>.image>div {
    background: radial-gradient(ellipse at 25% 120%, rgba(0, 0, 0, 0.52) 15%, rgba(0, 173, 92, 0) 35%), radial-gradient(circle at 100% 0, rgba(0, 75, 229, 0.3) 15%, rgba(4, 0, 173, 0.27) 40%), radial-gradient(ellipse farthest-corner at 25% 0, rgba(0, 201, 255, 0.7) 0, rgba(0, 82, 139, 0) 50%, rgba(49, 152, 217, 0.8) 90%);
    height: 100%;
    padding: 20px;
}

.services>.software-development>a>.image {
    background-image: url("/wp-content/uploads/2018/07/software-dev.jpg");
}

.services>.enterprise-integrations>a>.image {
    background-image: url("/wp-content/uploads/2018/07/enterprise-integrations.jpg");
}

.services>.business-intelligence>a>.image {
    background-image: url("/wp-content/uploads/2018/07/business-intelligence.jpg");
}

.services a>.image>div>.btn.white>i {
    transition: ease-in-out;
    transition-duration: 200ms;
}

.services a:hover>.image>div>.btn.white>i {
    margin-left: 10px;
    transition: ease-in-out;
    transition-duration: 200ms;
}

.services .big {
    opacity: 0.8;
    font-size: 1.4em;
    border: 2px solid rgba(0, 0, 0, 0);
}

.services .big:hover {
    opacity: 1;
    color: #fff;
    box-shadow: none;
}

.services .teal.big:hover {
    background-color: #47b6a5;
}

.services .lime.big:hover {
    background-color: #c1d343;
}

.services .blue.big:hover {
    background-color: #415d8c;
}

.services .big>i {
    transition: ease-in-out;
    transition-duration: 200ms;
}

.services .big:hover>i {
    margin-left: 10px;
    transition: ease-in-out;
    transition-duration: 200ms;
}

.home-page-sections {
    margin: 5em auto;
}

.container-fluid.color-block.teal.home-latest-media {
    margin-bottom: 0;
}

.home-page-sections>.row:nth-child(2n) {
    margin-top: 40px;
}

.home-page-sections h2 {
    color: #404041;
    font-size: 3em;
    line-height: 1.2em;
    margin: 10%;
}

.home-page-sections p {
    margin: 10%;
    line-height: 1.8em;
    font-size: 1.4em;
}

.home-page-sections a.btn {
    font-size: 1.4em;
    margin: 7%;
    border: 2px solid rgba(0, 0, 0, 0);
}

.home-page-sections a.btn:hover {
    border: 2px solid #333;
    color: #333;
    background-color: #fff;
}

.home-about-us-image {
    margin-top: 5em;
}

.scroll {
    border-left: solid #eee 1px;
}

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

.padding-left {
    padding-left: 20px;
}

.padding {
    padding: 10px 40px;
}

.v-background {
    height: 70%;
    background-image: url("/media/assets/big-v-white.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 40%;
}

.header-wrap {
    width: 52%;
}

.padding-right {
    padding-right: 10%;
}

h1.big-header {
    font-size: 5em;
    letter-spacing: -2;
    color: #404041;
}

.left-column.padding {
    padding: 20px 40px 20px 20vw;
}

.right-column.padding {
    padding: 10px 20vw 20px 40px;
}

.view-all {
    line-height: 4em;
}

a .view-all:hover {
    text-decoration: none;
}

.clients-logo {
    filter: grayscale(100%);
}

.clients-logo:hover {
    filter: none;
}



.home-latest-media .post {
    margin-bottom: 20px;
}

.home-latest-media h3 {
    font-size: 1.3em;

}

.home-latest-media h3 a {
    color: #fff;
}

/* ----------- Helpers -------------------- */
.inline-block {
    display: inline-block;
}

/* Slider */
.slick-slide {
    margin: 20px;
    text-align: center;
}

.slick-slide img {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    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-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

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

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

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

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

.slick-track:after,
.slick-track:before {
    display: table;
    content: '';
}

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

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

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

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

.slick-slide img {
    display: block;
}

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

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

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

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

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

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


.row-card {
    display: flex;
    flex-wrap: wrap;
}

.row-card>div[class*='col-'] {
    display: flex;
}


/* Header CSS */
.heading-primary--main {
    display: block;
    -webkit-animation-name: moveInLeft;
    animation-name: moveInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.heading-primary--sub {
    display: block;
    letter-spacing: 0.050rem;
    -webkit-animation: moveInRight 1s ease-out;
    animation: moveInRight 1s ease-out;
}

.display-3 {
    font-size: 4rem;
    font-weight: 600;
}

.lead {
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.5rem;
}


@keyframes moveInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(3rem);
        transform: translateY(3rem)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes moveInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(3rem);
        transform: translateY(3rem)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes moveInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10rem);
        transform: translateX(-10rem)
    }

    80% {
        -webkit-transform: translateX(1rem);
        transform: translateX(1rem)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes moveInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10rem);
        transform: translateX(-10rem)
    }

    80% {
        -webkit-transform: translateX(1rem);
        transform: translateX(1rem)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes moveInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10rem);
        transform: translateX(10rem)
    }

    80% {
        -webkit-transform: translateX(-1rem);
        transform: translateX(-1rem)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes moveInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10rem);
        transform: translateX(10rem)
    }

    80% {
        -webkit-transform: translateX(-1rem);
        transform: translateX(-1rem)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.btns:link,
.btns:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    position: relative;
}

.btns:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 255, 255, .2)
}

.btns:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(255, 255, 255, .2)
}

.btns--white {
    background-color: #fff;
    color: #777
}

.btns--white::after {
    background-color: #fff
}

.btns--blue {
    background-color: #0b4f93;
    color: #777
}

.btns--blue::after {
    background-color: #0b4f93;
}

.btns--blue--border {
    border: solid 1px #0b4f93;
    color: #0b4f93 !important;
    padding: 5px 20px !important;
    font-size: .85rem;
    min-width: 70%;
}

.btns--blue--border::after {
    border: solid 1px #0b4f93;
}

.btns::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btns:hover::after {
    transform: scaleX(1.5) scaleY(1.6);
    opacity: 0;
}

.btns--animated {
    -webkit-animation: moveInBottom .5s ease-out .75s;
    animation: moveInBottom .5s ease-out .75s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards
}



.service-bg-style {
    background-size: cover;
    background-position: center center;
    border-radius: 3px;
    -webkit-box-shadow: 0.1rem 0.1rem 0.7rem rgba(0, 0, 0, 0.3);
    box-shadow: 0.1rem 0.1rem 0.7rem rgba(0, 0, 0, 0.3);
    height: 100%;
    transition: all .2s;
}

.service-bg-style:hover {
    -webkit-box-shadow: 0.1rem 0.4rem 1.8rem rgba(0, 0, 0, 0.4);
    box-shadow: 0.1rem 0.4rem 1.8rem rgba(0, 0, 0, 0.4);
    transform: scale(1.02)
}

@media (max-width: 768px) {
    .service-text {
        width: 70%;
        padding: 1rem 1rem 2rem 1rem;
    }

    .service-bg-image1 {
        background-image: linear-gradient(103deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, 0.9) 70%, transparent 0%), url(img/cloud-services.jpg);
    }

    .service-bg-image2 {
        background-image: linear-gradient(103deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, 0.9) 70%, transparent 0%), url(img/start-it.jpg);
    }

    .service-bg-image3 {
        background-image: linear-gradient(103deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, 0.9) 70%, transparent 0%), url(img/devops.jpg);
    }

    .service-bg-image4 {
        background-image: linear-gradient(103deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, 0.9) 70%, transparent 0%), url(img/data-analytics.jpg);
    }
}

@media (min-width: 769px) {
    .service-text {
        width: 50%;
        padding: 2rem;
    }

    .service-bg-image1 {
        background-image: linear-gradient(105deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, 0.9) 55%, transparent 0%), url(img/cloud-services.jpg);
    }

    .service-bg-image2 {
        background-image: linear-gradient(105deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, 0.9) 55%, transparent 0%), url(img/start-it.jpg);
    }

    .service-bg-image3 {
        background-image: linear-gradient(105deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, 0.9) 55%, transparent 0%), url(img/devops.jpg);
    }

    .service-bg-image4 {
        background-image: linear-gradient(105deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, 0.9) 55%, transparent 0%), url(img/data-analytics.jpg);
    }
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .0);
    border-top: 1px solid rgba(0, 0, 0, 0);
    text-align: right;
}

.text-blue {
    color: #0b4f93;
}

@media (max-width: 768px) {
    #partners h2 {
        margin: 1rem;
    }

    #partners .card-group {
        margin: 1rem;
    }

    #partners .card {
        margin-bottom: 2rem;
    }
}

#partners .card {
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .02);
    border: solid 1px rgba(0, 0, 0, .05);
    transition: all .15s;
}

#partners .card:hover {
    box-shadow: 0 2rem 2.5rem rgba(0, 0, 0, .09);
    z-index: 999;
    border: solid 1px rgba(0, 0, 0, .25);
}

/* Blog background */
.bg-blog-section {
    background: linear-gradient(to right bottom, #093366 0%, #093366 30%, #072f5f 30%, #072f5f 70%, #052956 70%);
    padding-top: 20px;
    padding-bottom: 20px;
}


/* Partners Section */
.cards {
    perspective: 100rem;
    -moz-perspective: 100rem;
    position: relative;
}

.card__side {
    height: 500px;
    transition: all 0.8s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    backface-visibility: hidden;
    border-radius: 3px;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .15);
}

.card__side--front {
    background-color: #f7f7f7;
    padding: 1.5rem;
}

.card__side--back {
    background-color: green;
    transform: rotateY(-180deg);
}

.card__side--back-1 {
    background-image: linear-gradient(to right bottom, #ffb900, #ff7730);
}

.card__side--back-2 {
    background-image: linear-gradient(to right bottom, #ffb900, #ff7730);
}

.card__side--back-3 {
    background-image: linear-gradient(to right bottom, #ffb900, #ff7730);
}


.cards:hover .card__side--front {
    transform: rotateY(180deg);
}

.cards:hover .card__side--back {
    transform: rotateY(0);
}

hr#footer-hr {
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, .1);
}

/*****************************
    FOOTER SOCIAL LINKS
******************************/
#footer-social ul.footer-links li {
    display: flex;
}

#footer-social ul.footer-links li a {
    background-color: rgba(255, 255, 255, .15);
    color: #ffffff;
    font-size: 1.15rem;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: relative;
    transition: all .35s ease-out;
}

#footer-social ul.footer-links li a:hover {
    background-color: rgba(255, 255, 255, .8);
    transform: rotate(360deg);
    color: #3e3e3e;
}

#footer-social ul.footer-links li i.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#lifenuage p {
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 2rem;
}

.dark-shadow {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .45);
}

.manage-main-banner {
    position: relative;
}

@media screen and (max-width: 768px) {
	.manage-main-banner {
		overflow: hidden;
	}
}

.manage-main-banner .bg {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.manage-main-banner .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.manage-main-banner h1 {
    font-size: 2.5rem;
    font-weight: 800;
    border-left: solid 8px white;
    padding: .5rem 1.2rem;
}
@media (max-width:575.98px) {
    .manage-main-banner h1 {
        display: none;
        font-size: 2.5rem;
        font-weight: 800;
        border-left: solid 8px white;
        padding: .5rem 1.2rem;
    }
}
.manage-main-banner p {
    font-size: 1.15rem;
    font-weight: 400;
}

/*******************
    Job Search 
********************/
body.single-jobpost .job-detail {
    margin: 10px 0 20px !important;
}

body.single-jobpost h1 {
	margin-top: 3rem;
}

.sjb-page .sjb-filters .btn-search {
    border: 0;
    font-family: "FontAwesome";
    height: 40px;
    margin-bottom: 35px;
    padding: 0;
    width: 100%;
    color: #fff !important;
}

.sjb-page .sjb-filters .btn-search:hover {
    color: #fff !important;
}

.sjb-page .sjb-filters {
    background-color: #f2f2f2;
    border: 0;
    margin: 30px 0 15px;
    padding: 35px 30px 0;
    overflow: hidden;
}

.sjb-page .list-data {
    background: #fff;
    border: 1px solid #e1e1e1;
    float: left;
    margin: 30px 0;
    padding: 20px 20px 10px;
    width: 100%;
}

/* contact form7 custom css */
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

/* NEW DESIGN CSS CODE */

/* Navigation section */
.navigation__checkbox {
    display: none;
}

.navigation__button {
    background-color: #FFF;
    height: 3.4rem;
    width: 3.4rem;
    position: fixed;
    top: 1.2rem;
    right: 1.9rem;
    border: solid 1px rgba(0, 0, 0, .04);
    border-radius: 50%;
    z-index: 2000;
    box-shadow: 0 .75rem 1.8rem rgba(0, 0, 0, .2);
    text-align: center;
    cursor: pointer;
}
@media (max-width:575.98px) {
    .navigation__button {
        top: 1.1rem;
        right: 1.2rem;
    }
}

.navigation__background {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    position: fixed;
    top: 1.6rem;
    right: 2rem;
	background: rgba(0,0,0,.5);
    z-index: 1000;
    transition: transform .8s cubic-bezier(0.86, 0, 0.07, 1);
}

.column__one {
    background: transparent;
    height: 100vh;
    width: 65%;
    position: fixed;
    top: 0;
    right: 35%;
    z-index: 1500;
    opacity: 0;
    width: 0;
    transition: all .8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.column__two {
    background: #0f9ffa;
    height: 100vh;
    width: 25%;
    position: fixed;
    top: 0;
    right: 50%;
    z-index: 1500;
    opacity: 0;
    width: 0;
    transition: all .8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.column__three {
    background: #963596;
    height: 100vh;
    width: 25%;
    position: fixed;
    top: 0;
    right: 25%;
    z-index: 1500;
    opacity: 0;
    width: 0;
    transition: all .8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.navigation__nav {
    background-image: radial-gradient(#236AB1, #053565);
    height: 100vh;
    width: 25%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1500;
    opacity: 0;
    width: 0;
    transition: all .8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.navigation__list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: center;
    width: 100%;
}

@media (max-width:575.98px) {
    .navigation__list {
        padding-left: 0;
    }
}

/* .navigation__item { */
#menu-header-menu .menu-item {
    margin: 1rem;
}

/* .navigation__link { */
#menu-header-menu .menu-item a {
    
}

    #menu-header-menu .menu-item a:link,
    #menu-header-menu .menu-item a:visited {
        display: inline-block;
        font-size: 1.2rem;
        font-weight: 800;
        padding: 1rem 2rem;
        color: #FFF;
        text-decoration: none;
        text-transform: uppercase;
        background-image: linear-gradient(120deg, transparent 0%, transparent 50%, white 50%);
        background-size: 230%;
        transition: all .4s;
    }

    @media (max-width:575.98px) {
        #menu-header-menu .menu-item a:link,
        #menu-header-menu .menu-item a:visited {
            display: inline-block;
            font-size: 1rem;
            font-weight: 800;
            padding: .5rem 1.2rem;
            color: #FFF;
            text-decoration: none;
            text-transform: uppercase;
            background-image: linear-gradient(120deg, transparent 0%, transparent 50%, white 50%);
            background-size: 230%;
            transition: all .4s;
        }
    }

    #menu-header-menu .menu-item a:hover,
    #menu-header-menu .menu-item a:active {
        background-position: 100%;
        color: rgba(0, 0, 0, .85);
        transform: translateX(.4rem);
    }

.navigation__checkbox:checked ~ .navigation__background {
    transform: scale(150);
}

.navigation__checkbox:checked ~ .navigation__nav {
    opacity: 1;
    width: 25%;
}

@media (max-width:575.98px) {
    .navigation__checkbox:checked ~ .navigation__nav {
        opacity: 1;
        width: 70% !important;
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .navigation__checkbox:checked ~ .navigation__nav {
        opacity: 1;
        width: 50% !important;
    }
}

/* ICON */
.navigation__icon {
    position: relative;
    margin-top: 1.68rem;
}
.navigation__icon,
.navigation__icon::before,
.navigation__icon::after {
    width: 1.5rem;
    height: 2px;
    background-color: #333;
    display: inline-block;
}

.navigation__icon::before,
.navigation__icon::after {
    content: "";
    position: absolute;
    left: 0;
    transition: all .2s;
}

.navigation__icon::before {
    top: -.45rem;
}

.navigation__icon::after {
    top: .45rem;
}

.navigation__button:hover .navigation__icon::before {
    top: -.6rem;
}

.navigation__button:hover .navigation__icon::after {
    top: .6rem;
}

.navigation__checkbox:checked + .navigation__button .navigation__icon {
    background-color: transparent;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon::before {
    top: 0;
    transform: rotate(135deg);
}
.navigation__checkbox:checked + .navigation__button .navigation__icon::after {
    top: 0;
    transform: rotate(-135deg);
}

/* navigation css */
.logo-header {
    width: 7.5rem;
}

@media ( max-width:575.98px ) {
	.logo-header {
		width: 6rem;
	}
}

/************************
SCROLL DOWN */
section a.scroll-blue {
    color: #135190;
}
section a.scroll-white {
    color: #FFFFFF;
}
section.scroll-down {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1;
    transform: translate(-20px, 30px);
  }
  .scroll-down a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: inherit;
    font : normal 400 20px/1;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
  }
  .scroll-down a:hover {
    opacity: .5;
  }
  #scroll-down a {
    padding-top: 60px;
  }
  #scroll-down a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid;
    border-radius: 50px;
    box-sizing: border-box;
  }
  #scroll-down a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
  }
  #scroll-down a span.blue::before {
    background-color: #135190;
  }
  #scroll-down a span.white::before {
    background-color: #FFFFFF;
  }
  .arrow-scroll-up {
      position: absolute;
      width: 2rem;
      right: 2rem;
      bottom: 2rem;
      opacity: .5;
      transition: all .5s;
    }
    .arrow-scroll-up:hover {
      opacity: 1;
    }
  @-webkit-keyframes sdb10 {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      -webkit-transform: translate(0, 20px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes sdb10 {
    0% {
      transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      transform: translate(0, 20px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }

/* navigation top */
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.95);
    text-transform: uppercase;
}
.navbar_manager {
    width: 100%;
}
.header_navbar_bg {
    background: rgba(255, 255, 255, .75) !important;
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
}
@media (max-width:575.98px) {
    .header_navbar_bg {
        background: transparent !important;
        box-shadow: 0 5px 15px rgba(0,0,0,0);
    }
}

/**********************
About us page   */
.manage-aboutus h5 {
    font-weight: 800;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-left: solid 6px rgba(0, 0, 0, 0.12);
    padding: .3rem 1rem;
    text-transform: uppercase;
}
.manage-aboutus h6 {
    font-weight: 600;
    padding-top: 1.5rem;
}
.manage-aboutus a {
    color: #135190;
}
.manage-aboutus a:hover {
    color: #000;
}
.manage-aboutus p {
    line-height: 30px;
    font-size: 1.025rem;
    letter-spacing: .03rem;
    text-align: justify;
}

/*********************
Services pages  */
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0b4f93;
    border-color: #0b4f93;
    transition: all .3s;
}
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #043d77;
    border-color: #043d77;
}

.arrow-right-list:before {
    content: ' \027A3 ';
    padding-left: .3rem;
    padding-right: .6rem;
}

/************ selected-work-class */
.selected-work-class .card {
    border: 1px solid rgba(0, 0, 0, .125);
	height: 100%;
	transition: all .15s ease-in;
}
.selected-work-class .card:hover {
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}
.selected-work-class img {
    max-height: 150px;
    width: auto;
    margin: 0 auto;
}
/*.selected-work-class .bg-image {
    border-bottom: solid 1px #dfdfdf;
    background-color: #dfdfdf!important;
}*/
.selected-work-class .modal-content {
    background: white !important;
    border-radius: 0px !important;
}

.selected-work-class .modal-header {
    border-bottom: 0px solid #e9ecef;
}

/********************
Our Clients  */
.ourclients .bg-image {
    border-bottom: solid 0px #dfdfdf;
    background-color: #fff!important;
}
.ourclients .card {
    height: 100%;
}

/* Partners */

.partners-class img {
    border-bottom: solid 0px #dfdfdf;
    background-color: #fff!important;
}
.partners-class .card-img-top {
    width: auto;
    margin: 1rem auto
}

.partners-class .card {
    border: 1px solid rgba(0, 0, 0, .125);
    height: 100%;
}

/********************
Digital Transformation  */
.trans-heading {
    display: -webkit-inline-box;
    padding: 1rem 3rem;
    border-bottom: none !important;
    z-index: 550;
    font-size: 1.5rem;
}
.trans-paragraph {
    padding: 1.5rem;
    z-index: 549;
    margin-top: -1px;
}
.trans-bg-1 {
    background: #BF9000;
    border: solid 1px #A07901;
}

#nav-tabContent h1 {
    font-weight: 800;
    text-align: right;
    font-style: italic;
}
#nav-tabContent h1 span{
    /* opacity: .4; */
}
#nav-tabContent h1>img{
    width: 2.5rem;
    margin-right: .5rem;
}

.manage-digital-transformation .tab-content .tab-pane {
    border: solid 1px #dee2e6;
    border-top: none;
    padding: 1rem 1.5rem;
}


/******************* Customers speak */
.customer-speak {
    background: #0b4f93;
    color: white;
}
.customer-speak .carousel-item {
    width: 100%;
    padding: 4rem 10rem 5rem;
    height: auto;
}
@media (max-width:575.98px) {
    .customer-speak .carousel-item {
        width: 100%;
        padding: 2rem 3.5rem 5rem;
        height: auto;
    }
}

.customer-speak .carousel-item .commas1 {
    margin-top: -1.2rem;
    margin-right: .5rem;
    opacity: 0.2 !important;
}

.customer-speak .carousel-item .commas2 {
    margin-top: 5px;
    opacity: 0.2;
    transform: rotate(180deg);
}

.modal {
	z-index: 3000 !important;
}

.jobpost-form {
	display: none !important;
}

.footer-links.social li {
	float: left;
}

.footer-links.social li:not(:last-child) {
	margin-right:.5rem;
}

/* blog - popup form */
#uniqName_3_7 label {
	display:none;
}

/* Category page */
nav[role="navigation"] {
	padding: .4rem 1rem;
}

.pagination__class {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
	font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
	.pagination__class {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 1rem;
		margin-bottom: 2rem;
		font-size: .875rem;
	}
}

.pagination__class .nav-links .page-numbers.current {
	background: #135190;
	color: #FFFFFF;
    padding: .4rem .8rem;
    border-radius: 50%;
    margin-left: .3rem;
    margin-right: .3rem;
	text-decoration: none;
}

.pagination__class .nav-links .page-numbers.current:hover {
	text-decoration: none;
}

.pagination__class .nav-links .page-numbers {
    color: #135190;
    padding: .4rem;
    border-radius: 50%;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
}

.pagination__class .nav-links .page-numbers:hover {
	text-decoration: underline;
}

.pagination__class .nav-links .prev {
	margin-right: 1rem;
}

.pagination__class .nav-links .next {
	margin-left: 1rem;
}

@media only screen and (max-width: 768px) {
	.pagination__class .nav-links .prev {
		margin-right: 0;
	}
	.pagination__class .nav-links .next {
		margin-left: 0;
	}
}

/* contact form - mailchimp */
#mc_embed_signup {
	background: transparent !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    background-color: rgba(255,255,255,0) !important;
}

#mc_embed_signup .mc-field-group.input-group input {
    height: 13px;
    margin-right: .875rem;
}

#mc_embed_signup #mce-error-response {
    border: solid 1px red;
    padding: 0.875rem 1rem;
    border-left-width: 5px;
	width: 100%;
	box-sizing: border-box
}

#mc_embed_signup #mce-success-response {
    border: solid 1px green;
    padding: 0.875rem 1rem;
    border-left-width: 5px;
	width: 100%;
	box-sizing: border-box
}

#mc_embed_signup .asterisk {
    line-height: 15px;
}

#mc_embed_signup [type="submit"] {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
    margin-left: auto !important;
    width: 150px !important;
    margin-right: auto !important;
    border-radius: 30px !important;
    height: 50px !important;
}
#mc_embed_signup [type="submit"]:hover {
	background-color: #266AAA !important;
}

#mc_embed_signup [type="submit"]:focus {
  outline: none;
}

#mc_embed_signup .mc-field-group label {
    margin-bottom: 3px;
    height: 1.5rem;
    display: flex;
    align-items: flex-end;
}

#mc_embed_signup .mc-field-group select {
    height: 35px;
}

#mc_embed_signup div#mce-responses {
    padding: 0em 0em 0em 0em !important;
    margin: 0 0 3% 0 !important;
}

#mc_embed_signup .size_responsive {
	clear: none !important;
	display: inline-block;
	width: 46% !important;
	margin-right: 3%;
	vertical-align: top;
}
/* Mobile Screen */
@media only screen and (max-width: 768px) {
	#mc_embed_signup .size_responsive {
		width: 96% !important;
		padding-bottom: 3% !important;
		min-height: 50px !important;
	}
}

/* careers */
.page-id-3887 ul.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 1.2rem;
}

.page-id-3887 ul.pagination li {
	padding: 0 .3rem;
}

.page-id-3887 ul.pagination a.page-numbers {
    color: #135190;
    padding: .4rem;
    border-radius: 50%;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
	cursor: pointer;
}

.page-id-3887 ul.pagination a.page-numbers:hover {
	text-decoration: underline;
}

.page-id-3887 ul.pagination span.page-numbers.current {
    background: #135190;
    color: #FFFFFF;
    padding: .4rem .8rem;
    border-radius: 50%;
    margin-left: .3rem;
    margin-right: .3rem;
    text-decoration: none;
}
/* careers close */

/* blog */
.blog-section li.categories {
	background-image: linear-gradient(#135190, #135190);
    background-size: 100% 56px;
    background-repeat: no-repeat;
    color: #FFFFFF;
	margin-top: 8rem!important;
	box-shadow: 0 2px 2px rgba(10, 16, 20, .24), 0 0 2px rgba(10, 16, 20, .12);
	border-radius: .5rem;
    height: auto;
	list-style: none;
    padding: 1rem;
}

.blog-section .blog-section--category {
	margin-bottom: 6.75rem !important;
}

.blog-section li.categories ul {
    margin-top: 1rem;
    padding-top: .5rem;
    list-style: none;
    padding-left: 0;
    line-height: 2.5rem;
}

.blog-section li.categories ul li {
	line-height: inherit;
	border-bottom: solid 1px rgba(19, 81, 144, .2);
}

.blog-section li.categories ul li:last-child {
	border-bottom: solid 1px rgba(19, 81, 144, 0);
}

.blog-section li.categories ul li a {
	text-decoration: none;
}

.blog-section li.categories ul li a:hover {
	text-decoration: underline;
}

.blog-section .blog-section--category li.categories ul li.current-cat a {
	text-decoration: underline;
}
/* blog close */

.manage-digital-transformation .it-logo {
	width: 100px;
	transition: all .1s;
}

.manage-digital-transformation .it-logo:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 12px 3px rgba(0, 0, 0, .1);
}


/* Home page banner */
.home-banner-full-height {
	height: 640px;
	background-image: url('img/slider-bg-landing.jpg'), linear-gradient(to right, #e0f7fa, #f0fafc);
	background-position: top center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1440px) {
    .home-banner-full-height {
        height: 540px;
        background-image: url(img/slider-bg-landing2.jpg), linear-gradient(to right, #e0f7fa, #f0fafc);
        background-position: center center;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 1199px) {
    .home-banner-full-height {
        height: 540px;
        background-image: url(img/slider-bg-landing2.jpg), linear-gradient(to right, #e0f7fa, #f0fafc);
        background-position: center center;
        background-repeat: no-repeat;
    }
}
@media only screen and (max-width: 768px) {
	.home-banner-full-height {
		background-image: url('img/slider-bg-landing3.jpg'), linear-gradient(to right, #e0f7fa, #f0fafc);
		background-position: center center;
	}
}

.home-slide-landing h1,
.home-slide-landing h2 {
    color: #135190;
    font-size: 3.7rem;
    width: 100%;
    line-height: 5.5rem;
    font-weight: 800;
}

@media only screen and (max-width: 991px) {	
	.home-slide-landing h1,
	.home-slide-landing h2 {
		font-size: 3.05rem;		
	}
}

@media only screen and (max-width: 768px) {	
	.home-slide-landing h1,
	.home-slide-landing h2 {
		font-size: 2rem;
		line-height: 3rem;
	}
}

.btn-shutter-main {
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	display: inline-block;
	background-color: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: .7rem 1.5rem;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	letter-spacing: 1.5px;
    margin-top: 20px;
    font-weight: 700;
    font-size: 14px;
}
.btn-shutter-main:hover {	
    background-color: transparent;    
}
.btn-shutter-main::before {
	content: '';
	display: block;
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	width: 0;
	transition: all 0.3s ease-in-out;
	background-color: #135190;
	z-index: -1;
}
.btn-shutter-main:hover::before {
	width: 100%;
}

.btn-white {
	color: #ffffff !important;
	border: 1px solid #fff;
}
.btn-white:hover {
	border: 1px solid #21252a;
}

.btn-black {
	color: #21252a !important;
	border: 1px solid #21252a;
}
.btn-black:hover {
	border: 1px solid #21252a;
	color: #ffffff !important;
}

.btn-blue {
	color: #135190 !important;
	border: 1px solid #135190;
}
.btn-blue:hover {
	border: 1px solid #135190;
	color: #ffffff !important;
}

.home-page-main-text--mt {
	margin-top: 20%;	
}
@media only screen and (max-width: 1440px) {
	.home-page-main-text--mt { margin-top: 11%; }
}
@media only screen and (max-width: 1199px) {
	.home-page-main-text--mt { margin-top: 15%; }
}
@media only screen and (max-width: 768px) {
	.home-page-main-text--mt {
		margin-top: 30%;
    	margin-left: 25px;
	}
}
/* Home page banner close */

/* Customer feedback */
.customer-feedback .carousel-indicators .active {
	background-color: rgba(0,0,0,.4);
}

.customer-feedback .carousel-indicators li {
    background-color: rgba(0,0,0,.15);
}

.customer-feedback .carousel-indicators {
	bottom: -40px;
    margin-left: 0;
}

.customer-feedback .subtext {
    display: block;
    font-size: 14px;
    font-weight: 400 !important;
    color: #135190;
}

.customer-feedback .carousel-indicators li {
    width: 20px;
    height: 20px;
}

.customer-feedback {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    background: rgba(0, 0, 0, .035);
}
/* Customer feedback close */

/* home----photo-gallery */
.gallery-section .cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: 1;
}

.gallery-section .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background-color: #64C28E;
    background-color: rgba(101,199,150,0.95);
}

.gallery-section .cbp-caption-fadeIn .cbp-caption-activeWrap {
    opacity: 0;
    top: 0;
    background-color: rgba(0,0,0,0.85);
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.cbp-caption-fadeIn .cbp-caption-activeWrap {
    opacity: 1;
}

.gallery-section {
	margin: 4rem 1rem;
}
/* home----photo-gallery close */

/* home---blog post */
.home-blog-section {
	padding-top: 4rem;
    padding-bottom: 4rem;
}

.home-blog-section .blog-post {
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 0px;
    transition: all .3s ease;
}

.home-blog-section .blog-post>img {
    width: 100%;
    border-radius: 5px;
    transition: all .3s ease;
}

.home-blog-section .blog-post>img {
	margin-bottom: 2rem;
    height: 200px;
    width: auto;
    transform: translateX(-22%);
}

.home-blog-section .blog-post:hover img {
    transform: scale(1.1);
	transform: translateX(-22%);
}

.home-blog-section .blog-post h6 {
    line-height: inherit;
	margin-top: .5rem;
    font-weight: 600;
}

.home-blog-section p {
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: 1.6rem;
    color: #75808b;
}

.home-blog-section .sec-title span.sub-title {
    font-size: 14px;
    color: #135190;
}

.home-blog-section .sec-title h2 {
    font-size: 30px;
    font-weight: 500;
}
/* home---blog post close */

.page-id-4118 .modal-content {
    background: white !important;
    border-radius: 5px !important;
}

.page-id-4118 .modal-header {
    border-bottom: 0px solid #e9ecef;
}

.page-id-4118 .modal-footer {
    border-top: 0px solid #e9ecef;
}

.single-case-studies-section ~ #PopupSignupForm_0 .mc-closeModal {
  display: none;
}

.page-id-4118 .card .card-body .card-text {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 22px;     /* fallback */
   max-height: 70px;      /* fallback */
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}


/*************************************************************************************
***** Service - right menus ***********************************************************/
.service-right-menus {
	margin-bottom: 5rem;
}

.service-right-menus ul, 
.service-right-menus li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
	width: 100%;
	list-style: none;
}

.service-right-menus .nav label {
	margin-bottom: 0;
}

.service-right-menus .nav a, 
.service-right-menus .nav label {
  display: block;
  padding: .85rem;
  color: #ffffff;
  background-color: #135190;
  box-shadow: inset 0 -1px #0d457d;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

.service-right-menus .nav a:focus, 
.service-right-menus .nav a:hover, 
.service-right-menus .nav label:focus, 
.service-right-menus .nav label:hover {
  background: #043d77;
}

.service-right-menus .nav label { cursor: pointer; }

/** Styling first level lists items */
.service-right-menus .group-list a, 
.service-right-menus .group-list label {
  padding-left: 2rem;
  background: #e0e0e0;
  box-shadow: inset 0 -1px #c1c1c1;
  color: #212529;
}

.service-right-menus .group-list a:focus, 
.service-right-menus .group-list a:hover, 
.service-right-menus .group-list label:focus, 
.service-right-menus .group-list label:hover { background: #c3c3c3; }

.service-right-menus .group-list a.active, 
.service-right-menus .group-list label.active { 
	font-weight: 600;
    text-decoration: underline !important;
}

.service-right-menus .group-list ul li a:hover {
    background: #c3c3c3;
}

.service-right-menus .group-list ul li a {
	padding-left:3rem;
    background: #e0e0e0;
}

.service-right-menus .group-list ul li.current_page_item { 
	font-weight: 600;
    text-decoration: underline !important;
}

.service-right-menus .group-list ul li.current_page_item < .service-right-menus .group-list ul li a {
	background: #c3c3c3;
}

/**
 * Styling second level list items
 */

.service-right-menus .sub-group-list a, 
.service-right-menus .sub-group-list label {
  padding-left: 4rem;
  background: #353535;
  box-shadow: inset 0 -1px #474747;
}

.service-right-menus .sub-group-list a:focus, 
.service-right-menus .sub-group-list a:hover, 
.service-right-menus .sub-group-list label:focus, 
.service-right-menus .sub-group-list label:hover { background: #232323; }

/**
 * Styling third level list items
 */

.service-right-menus .sub-sub-group-list a, 
.service-right-menus .sub-sub-group-list label {
  padding-left: 6rem;
  background: #454545;
  box-shadow: inset 0 -1px #575757;
}

.service-right-menus .sub-sub-group-list a:focus, 
.service-right-menus .sub-sub-group-list a:hover, 
.service-right-menus .sub-sub-group-list label:focus, 
.service-right-menus .sub-sub-group-list label:hover { background: #333333; }

/**
 * Hide nested lists
 */

.service-right-menus .group-list, 
.service-right-menus .sub-group-list, 
.service-right-menus .sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}

.service-right-menus .nav__list input[type=checkbox]:checked + label + ul { /* reset the height when checkbox is checked */
max-height: 1000px; }

/**
 * Rotating chevron icon
 */

.service-right-menus label > span {
  float: right;
  -webkit-transition: -webkit-transform .65s ease;
  transition: transform .65s ease;
}

.service-right-menus label > span.fa-angle-right {
	margin-top: .25rem!important;
}

.service-right-menus .nav__list input[type=checkbox]:checked + label > span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/***** Service - right menus Close  ***********************
***********************************************************/

/******************** Breadcrumbs ********************/
#breadcrumbs {
    background: #e6e6e6;
    padding: 0.65rem 1rem;
    border-radius: 2px;
	margin-top: 1rem;
}
#breadcrumbs a {
	color: #005cb9;
}
#breadcrumbs a:hover {
	color: #135190;
    text-decoration: underline;
}
/******************** Breadcrumbs Close ********************/



div[data-dojo-attach-point="modalContainer"] {
    display: block;
    opacity: 1;
    visibility: visible;
}

div[data-dojo-attach-point="bannerContainer"] {
	display: none !important;
}


@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		margin-right: 1rem;
		margin-left: 1rem;
		padding-right: 0;
    	padding-left: 0;
		padding-top: 2rem;
		padding-bottom: 2rem;
		font-size: 0.9rem;
	}
}


@media (max-width: 991.98px) {
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
		padding-right: .95rem;
		padding-left: .95rem;
	}
}

/************************************************
      * ************************************
           * **************************
                *  VERSION 3.0 *
           * **************************
      * ************************************
 * **********************************************/

/* top navigation */
nav.navbar-btn-hover ul#menu-top-menu.navbar-nav,
nav ul#menu-top-menu.navbar-nav {
	margin: 28px 0;
}

nav.navbar-btn-hover ul#menu-top-menu.navbar-nav .menu-item,
nav ul#menu-top-menu.navbar-nav .menu-item {
    font-size: 1em;
    text-transform: uppercase;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    font-weight: 400;
}

nav.navbar-btn-hover ul#menu-top-menu li a,
nav ul#menu-top-menu li a {
	color: rgba(0,0,0,.95);
	position: relative;
	margin-right: 1rem;
    margin-left: 1rem;
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 0.9rem;
	text-transform: uppercase;
}

nav.navbar-btn-hover ul#menu-top-menu li a:hover,
nav ul#menu-top-menu li a:hover{
	color: #135190 !important;
}

nav.navbar-btn-hover ul#menu-top-menu li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 25%;
	background-color: #135190;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

nav.navbar-btn-hover ul#menu-top-menu li a:hover::after {
	width: 100%;
	background-color: #135190;
	color: #135190;
	visibility: visible;
	opacity: 1;
}

nav.navbar-btn-hover ul#menu-top-menu li.current-page-ancestor a::after,
nav.navbar-btn-hover ul#menu-top-menu li.current_page_parent a::after,
nav.navbar-btn-hover ul#menu-top-menu li.current-menu-item a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 100%;
	background-color: #135190;
	visibility: visible;
	opacity: 1;
}
/* top navigation close */

nav.navbar-btn-hover ul.navbar-nav li.nav-item a.nav-link {
	position: relative;
}
nav.navbar-btn-hover ul.navbar-nav li.nav-item a.nav-link:hover {
	color: #135190 !important;
}
nav.navbar-btn-hover ul.navbar-nav li.nav-item a.nav-link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 25%;
	background-color: #135190;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
nav.navbar-btn-hover ul.navbar-nav li.nav-item a.nav-link:hover::after {
	width: 100%;
	background-color: #135190;
	color: #135190;
	visibility: visible;
	opacity: 1;
}

h1.main-heading,
h2.main-heading {
	font-weight: 800;
    font-size: 1.85rem !important;
	color: #135190;
    line-height: 5rem;
	margin-bottom: 2rem;
}

h3.main-heading {
    font-weight: 800;
    font-size: 1.35rem !important;
    color: #135190;
    line-height: 3rem;
    margin-bottom: 2rem;
}

h3.main-heading::after {
	content: '';
	height: 2px;
    width: 45px;
    background: #135190;
    display: flex;
}

.container-custom-padding {
	padding-top: 30px;
	padding-bottom: 60px;
}

.btn-nuage-blue {
    color: #fff;
    background-color: #135190;
    border-color: #0c3f73;
    border-radius: 3px;
}

.btn-nuage-blue:hover {
    color: #fff;
}

/* icon forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
	width: 16px;
}
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
/* icon forward close */

.home-blog-section .blog-post .image-part {
	border-radius: .5rem;
    overflow: hidden;
}

.home-blog-section .blog-post .image-part img {
	margin-left: 50%;
    transform: translate(-50%);
    max-height: 150px;
    width: auto;
}

.customer-feedback .carousel-item > p {
	font-size: 1.1rem;
	line-height: 28px;
}

.customer-feedback .carousel-indicators {
	width: 100%;
	justify-content: center;
}

.customer-feedback .carousel-item {
    background-image: url(https://nuagebiz.tech/wp-content/uploads/2019/10/quote-speak-1.png), url(https://nuagebiz.tech/wp-content/uploads/2019/10/quote-speak2-1.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    background-size: 140px;
    padding: 4% 7% 0 10%;
}

@media screen and (max-width: 768px) {
	.customer-feedback .carousel-item {
		background-size: 60px;
		padding: 6% 10% 0 10%;
	}
}

.customer-feedback .carousel-inner {
	min-height: 390px;
}

.latest-work {
	padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.latest-work img {
	height: 250px;
}

.latest-work .carousel-indicators .active {
    background-color: rgba(0, 0, 0, 0.7);
}
.latest-work .carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.2);
}

.radius-none {
	border-radius: 0 !important;
}
@media screen and (max-width: 768px) {
	.navbar-brand {
		padding-top: 1.9rem;
    	padding-bottom: 1.9rem;
	}
}

.big-footer {
	background-image: url(https://nuagebiz.tech/wp-content/uploads/2019/10/footer-left.png), url(https://nuagebiz.tech/wp-content/uploads/2019/10/footer-right.png);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom left, top -15% right;
}

@media screen and (max-width: 768px) {
	.big-footer {
		background-image: url(https://nuagebiz.tech/wp-content/uploads/2019/10/footer-left.png), url(https://nuagebiz.tech/wp-content/uploads/2019/10/footer-right.png);
		background-repeat: no-repeat, no-repeat;
		background-position: bottom left, top right;
	}
}

/***********************************************
 				What we do  
 ************************************************/
.overflow-hidden {
    overflow: hidden;
}

.whatwedo .card img {
    height: 100%;
    width: auto;
    transform: translate(-15%);
}

@media screen and (max-width: 768px) {
	.whatwedo .card img {
		height: auto;
		width: 100%;
		transform: translate(0%);
	}
}

/***********************************************
 				Careers
 ************************************************/
/* tabs */
.career-tab.nav-tabs {
    border-bottom: 2px solid #135190;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: rgba(0,0,0,.2) rgba(0,0,0,.2) rgba(0,0,0,.2);
    background: rgba(0,0,0,.1);
}

.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #135190;
    border-color: #135190 #135190 #135190;
}
/* tabs */

.job-description a.btn-primary {
	background: #135190;
    border-color: #0c3f73;
}

.sjb-page header i.fa {
	margin-right: 3px;
}

.section-folks {
	position: relative;
}

.section-folks .card-body h5 {
    margin-top: -2.6rem;
    z-index: 9999;
    position: absolute;
    left: 0;
    background: rgba(255, 255, 255, 1);
    padding: .2rem 2rem .2rem 1.25rem;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.section-folks .card-body h6 {
	color: #135190;
	margin-bottom: 1.1rem;
}

.modal-case-studies .modal-body {
	padding-left: 2rem;
    padding-right: 2rem;
}

/***********************************************
 				Services
 ************************************************/
.services-related-blog #myblog .card {
    box-shadow: 0 2px 2px rgba(10, 16, 20, 0), 0 0 2px rgba(10, 16, 20, 0);	
	border-radius: 3px !important;
}

.services-related-blog #myblog .card a {
	font-weight: 600;
    font-size: .9rem;
}

.services-related-blog #myblog .card:hover a {
	text-decoration: underline;
	color: #135190;
}

.related-post-heading {
	color: #135190;
    font-weight: bold;
}

.related-post-heading::after {
    content: '';
    height: 2px;
    width: 45px;
    background: #135190;
    display: flex;
	margin-top: .65rem;
}


#mc_embed_signup .mc-field-group textarea {
	display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
    border: 1px solid #ABB0B2;
    border-radius: 3px;
    height: 80px;
}

@media only screen and ( max-width: 768px ) {
	#mc_embed_signup .mc-field-group textarea {
	    height: 140px;
	}
	#mc_embed_signup .mc-field-group select {
		background: white;
		border-radius: 3px;
		height: 40px;
	}
}

.servicepage-form.custom-form .servicepage-form-name input, 
.servicepage-form.custom-form .servicepage-form-email input,
.servicepage-form.custom-form .servicepage-form-msg textarea {
	font-size: 1.15rem;
	font-weight: 600;
    line-height: 1.42857143;
    color: #000;
    background-color: transparent;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
	padding: 0;
}

.servicepage-form.custom-form .servicepage-form-name input:focus, 
.servicepage-form.custom-form .servicepage-form-email input:focus,
.servicepage-form.custom-form .servicepage-form-msg textarea:focus {
	outline: none;
}

.servicepage-form.custom-form {	
    padding: 1.2em 3rem 2.2em 3rem;
    box-shadow: 0 15px 40px 0px rgba(0, 0, 0, .01);
    border-radius: .81rem;
}

.servicepage-form.custom-form .btn-nuage-blue {
	padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.servicepage-form [type="submit"] {
	background: transparent;
    border: transparent;
    color: white;
	padding: 7px 25px;
    font-size: 1.1rem;
	cursor: pointer;
}

.social-fixed {
	position: fixed; 
	right: 0; 
	top: 30%;
	z-index: 99;
	width: 40px;
}

.social-fixed img {
	width: 40px;
	clear:both;
}

/***********************************************
 				Case Study
 ************************************************/
.case-stydy-card img {
	margin-left: 50%;
    transform: translate(-50%);
}


/***********************************************
 				Site Map
 ************************************************/
.page-id-4448 .page_item a {
	font-weight: 800;
}

.page-id-4448 .page_item a:hover{
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {
	.page-id-4448 .page_item a {
		line-height: 40px;
	}
}

.page-id-4448 .children .page_item a {
	font-weight: 400;
}

.what_we_childs{
	
    background-position: center right;
    color: #FFF;
    transition: all .5s;

}
.what_we_childs:hover{
	box-shadow: 0 20px 20px 0px rgba(0,0,0,.2);
    transform: scale(1.1) translateY(-7%);
}

.main-heading > span.heading-first-word {
    border-bottom: 2px solid #135190;
}

.salesforce-services .card {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .15rem;
}

.salesforce-services .card:before {
    height: 5px;
    background: #135190;
    -webkit-transition: 1s;
    transition: 1s;
}

.salesforce-services .card:before {
    width: 0;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
}

.salesforce-services .card:hover:before {
    width: 100%;
}

.gray-bg {
	background:#e9e8e8;
}

.see-us-block div{
	padding: 0px;
}