.text-center{
	text-align: center;
}
.clearboth{
	clear: both;
}	
.height100{
	height: 100px;
}
.height150{
	height: 150px;
}
.normal-scroll-content section{
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.normal-scroll-content h2,
.normal-scroll-content h3,
.normal-scroll-content h4,
.normal-scroll-content p{
    color: #172b3f;
}
.normal-scroll-content h2{
    font-size: 60px;
}
.normal-scroll-content h3{
    font-size: 40px;
}
.normal-scroll-content h4{
    font-size: 30px;
    font-weight:900;
}
.gradient-bottom-line:after {
    content: '.';
    display: block;
    background-image: linear-gradient(to right, #12263a, #78ddf8, #be79c8, #ff60ab);
    clear: both;
    line-height: unset;
    font-size: 10px;
    width: calc((100vw - 1200px)/2 + 100% + 20px);
    height: 10px;
    text-indent: 999999px;
    left: calc((-100vw + 1200px)/2 - 20px);
    position: relative;
}
.blue-overlay:after{
    content: '.';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: linear-gradient(to bottom, rgba(51, 86, 115, 0.3), rgba(23, 43, 63, 0.6));
    text-indent: 999999px;
}
span.arrow{
    display: inline-block;
    width: 22px;
    height: 13px;
    background-repeat: no-repeat;
}
span.arrow.navy{
    background-image: url('../img/arrow-navy.png');
}
span.arrow.white{
    background-image: url('../img/arrow-white.png');
}
.callout {
    background: #ffffff;
    padding: 5px;
    width: 280px;
    position: absolute;
    top: -105px;
    left: 170px;
    z-index: 999999;
    display: none;
}
.callout .border {
    border: 2px solid #000000;
    font-size: 14px;
    padding: 20px;
    font-weight: 900;
    color: #000000;
}
.post-card .card-header {
    height: 224px;
    position: relative;
    padding: 22px;
}
/* --- New Cards --- */
.post-card .card-header:before{
    content: '.';
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0.5;
    background-image: radial-gradient(circle at 4% 2%, rgba(18, 38, 58, 0.78), rgba(17, 38, 57, 0.81) 8%, rgba(17, 38, 57, 0.81) 8%, rgba(16, 37, 56, 0.85) 12%, #0d2234 61%, #12263a);
}
.post-card .card-header .image{
    background-size: cover !important;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.post-card .card-header h4{
    color: #f9fafd;
    position: absolute;
    bottom: 22px;
    z-index: 10;
    width: 70%;
    font-size: 24px;
}
.post-card .card-content{
    padding: 28px 24px 0 24px;
    background: #ffffff;
    box-shadow: 3px 4px 10px 0 rgba(0, 0, 0, 0.2);
}
.post-card .card-content .text{
    color: #12263a;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    min-height: 175px;
}
.post-card .card-content .abh_box{
    padding: 30px 0 !important;
}
.post-card .card-content .abh_box .vcard{
    min-height: 120px;
	width:100%;
}
.post-card .card-content .abh_box .abh_social,
.post-card .card-content .abh_text .abh_description{
    display: none;
}
.post-card .card-content .abh_text{
    padding-top: 5px;
}
.post-card .card-content .abh_text h3:after{
    display: none;
}
.post-card .card-content .abh_tab_content{
    padding: 0 !important;
    border: none !important;
}
.post-card .card-content .abh_tab_content .abh_image img{
    margin: 0 !important;
    max-width: 90px !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 50% !important;
}
.post-card .card-content .abh_tab_content .abh_text .fn {
    font-size: 15px !important;
    font-weight: 900 !important;
    width: auto;
    min-height: 18px;
}
.post-card .card-content .abh_tab_content .abh_text a,
.post-card .card-content .abh_tab_content .abh_text a:hover{
    font-weight: inherit;
    color: #12263a !important;
}
.abh_tab_content .abh_text .abh_job, .abh_tab_content .abh_text .abh_job span.title, .abh_tab_content .abh_text .abh_job span {
    font-size: 15px !important;
    color: #12263a;
}
.post-card .card-content .tags{
    min-height: 115px;
}
.post-card .card-content .tags a {
    display: inline-block;
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;
    padding: 4px 10px;
    margin-bottom: 15px;
    margin-right: 5px;
    background: #eb67a6;
}
.post-card .card-content .tags a:hover{
    color: #ffffff !important;
}
.post-card .card-content .tags a.category-guilds-engage, #case_studies .post .tags a.category-guilds-engage, #slider_with_content .post .tags a.category-guilds-engage{
    background: #eb67a6;
}
.post-card .card-content .tags a.category-guilds-make, #case_studies .post .tags a.category-guilds-make, #slider_with_content .post .tags a.category-guilds-make{
    background: #60bcea;
}
.post-card .card-content .tags a.category-guilds-run, #case_studies .post .tags a.category-guilds-run, #slider_with_content .post .tags a.category-guilds-run{
    background: #8f56a2;
}
.post-card .card-content .tags a.category-guilds-evolve, #case_studies .post .tags a.category-guilds-evolve, #slider_with_content .post .tags a.category-guilds-evolve{
    background: #01b06c;
}

/* --- END - New Cards --- */

/* --- Gradient button --- */
.btn-gradient-background{
    position: relative;
    font-size: 14px;
    color: #12263a;
    border: 2px solid #12263a;
    font-weight: 900;
    padding: 15px 35px;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    display: inline-block;
    background: #ffffff;
}
.btn-gradient-background span{
    position: relative;
    z-index: 3;
}
.btn-gradient-background:hover{
    color: #ffffff !important;
}
.btn-gradient-background:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #78ddf8, #ff60ab, #78ddf8);
    -webkit-transform: translate3d(0,calc(100% - 5px),0);
    transform: translate3d(0,calc(100% - 5px),0);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    background-size: 200%;
}
.btn-gradient-background:hover:after{
    z-index: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: gradWander 10s linear infinite;
    animation: gradWander 10s linear infinite;
}
.btn-gradient-background:active:after{
    bottom: -100%;
    z-index: 999;
    top: calc(100% - 5px);
    transform: none !important;
    animation: unset;
}
.btn-gradient-background:active{
    background: #172b3f;
    color: #ffffff;
}
@keyframes gradWander {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}
/* --- END - Gradient button --- */

/* --- Float Callout --- */
.float-callout{
    position: relative;
}
.float-callout:hover .callout{
    display: block;
}
.float-callout .callout{
    left: unset;
    top: unset;
    line-height: normal;
}
/* --- END - Float Callout --- */
@media(max-width: 1200px){
    .gradient-bottom-line:after{
        width: calc(100% + 20px);
        left: -20px;
    }
}

.sk-circle {
    width: 40px;
    height: 40px;
    position: relative;
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

.blog-posts .postscarousel .owl-item{
    margin-left:20px;
}
.blog-posts .post{
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 8px 38px 0 rgba(0, 0, 0, 0.16);
    position: relative;
    margin-top: 15px;
    margin-right: 70px !important;
	text-align:left;
}
.blog-posts .post .post-content{
    padding: 25px 30px 30px;
    min-height: 430px;
}
.blog-posts .post.image-bg{
    /*background-image: url('../../img/new-design/post-image.png');*/
    background-size: cover;
}
.blog-posts .post.image-bg:before,
.blog-posts .post.video-card:before{
    content: '.';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.29));
    text-indent: -999999px;
}
.blog-posts .post.video-card:before{
    z-index:999;
}
.blog-posts .post h4{
    font-size: 25px;
    font-family: 'Avenir-Heavy' !important;
    color: #172B3F;
    font-weight: 900;
    left: -80px;
    position: relative;
    /* top: -10px; */
    line-height: normal;
    padding-right: 30px;
    width: calc(100% + 80px);
    display: block;
    margin-bottom: 20px;
    z-index: 999;
}
.blog-posts .post .tags{
    display: block;
    /*height: 100px;*/
    position: relative;
}
.blog-posts .post .tags a{
    font-family: 'Avenir-Heavy' !important;
    display: inline-block;
    margin-right: 10px;
    padding: 0px 10px;
    font-size: 9px;
    color: #ffffff;
    background: #eb67a6;
    line-height: 2.5;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 1.9px;
}
@media (max-width: 1024px){
    .blog-posts .post .tags a{
       letter-spacing: 1.5px;
    }
}
@media (max-width: 992px){
    .blog-posts .post .tags a{
       letter-spacing: 1px;
    }
}
.blog-posts .post .tags a.category-guilds-engage{
    background: #ff42b0;
}
.blog-posts .post .tags a.category-guilds-make{
    background: #36bdff;
}
.blog-posts .post .tags a.category-guilds-run{
    background: #bd1dfa;
}
.blog-posts .post .tags a.category-guilds-evolve{
    background: #01b06c;
}
.blog-posts .post .tags a.category-events{
    background: #172b3f;
}
.blog-posts .post .text{
    color: #5a5a5a;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Avenir-Medium';
    margin-bottom: 35px;
    /*min-height: 220px;*/
}
.blog-posts .post.image-bg .text{
    visibility: hidden;
}
.blog-posts .post .btn-gradient-background{
    text-align: center;
    z-index: 0;
    background: #ffffff;
    font-family: 'Avenir-Heavy';
    position: absolute;
    width: 250px;
    bottom: 20px;
    left: calc(50% - 125px);
}

.blog-posts .post.video-card{
    background-color: transparent;
}
.blog-posts .post.video-card .video-slider{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}
.blog-posts .post.video-card .video-slider li{
    height: 100%;
    background-size: cover;
    background-position: center;
    width: 100% !important;
}
.blog-posts .post.video-card .bx-wrapper{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    border: none;
}
.blog-posts .post.video-card .bx-wrapper .bx-wrapper{
    height: 100%;
    top: 0;
}
.blog-posts .post.video-card .bx-viewport{
    height: 100% !important;
}
.blog-posts .post.video-card a.play-icon {
    position: absolute;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog-posts .post.video-card a.play-icon img {
    width: 80px;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
}
.blog-posts .post .tags a:hover {
    color: #ffffff !important;
}
.blog-posts .post .tags a.category-guilds-engage{
    background: #eb67a6;
}
.blog-posts .post .tags a.category-guilds-make{
    background: #60bcea;
}
.blog-posts .post .tags a.category-guilds-run{
    background: #8f56a2;
}
.blog-posts .post .tags a.category-guilds-evolve{
    background: #01b06c;
}
.blog-posts .postscarousel .owl-stage-outer{
    min-height: 550px;
}
@media(min-width: 1400px){
    .blog-posts .postscarousel .owl-stage-outer{
        min-height: 550px;
    }
    .blog-posts .post .text {
        color: #5a5a5a;
        font-size: 18px;
        line-height: 1.5;
        font-family: 'Avenir-Medium';
        margin-bottom: 35px;
        /*min-height: 240px;*/
        margin-top: 10px;
    }
}
@media (min-width: 1024px) and (max-width: 1024px){
    .blog-posts .post .post-content {
        padding: 45px 25px 25px;
    }
    .blog-posts .post h4{
        font-size: 20px;
    }
    .blog-posts .post .btn-gradient-background{
        width: 170px;
        left: calc(50% - 85px);
    }

}
@media (max-width: 992px){
    .blog-posts .post .post-content{
        box-shadow: none !important;
        opacity: 1;
        transition: all 0.5s;
    }
    .blog-posts .post .post-content{
        box-shadow: 10px 8px 38px 0 rgba(0, 0, 0, 0.16) !important;
        opacity: 1;
        margin-bottom: 30px;
    }
    .blog-posts .post .post-content{
        padding: 45px 20px 20px;
    }
    .blog-posts .post h4{
        position: relative;
        left: 0;
        font-size:20px;
        padding-right: 0;
        width: 100%;
    }
    .blog-posts .post .text{
        font-size: 14px;
        margin-bottom: 16px;
        /*min-height: 135px;*/
    }
    .blog-posts .post .btn-gradient-background{
        line-height: 1.67;
        font-size: 12px;
        letter-spacing: 0.6px;
        width: 180px;
        bottom: 20px;
        left: calc(50% - 90px);
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .blog-posts .post .tags{
        margin-bottom: 10px;
    }

    .blog-posts .postscarousel .owl-item{
        margin-left: 0 !important;
    }
	/*.page-template-front_page_new_design .blog-posts .postscarousel .owl-item {*/
		/*margin-left: 7px !important;*/
	/*}*/
}
@media(max-width: 769px){
    .blog-posts .post{
        box-shadow: none;
    }
}
@media (max-width: 479px){
    .blog-posts .post h4{
        font-size: 20px;
        line-height: 22px;
    }
    .blog-posts .postscarousel .owl-stage-outer{
        min-height: 380px;
    }
    .blog-posts .post .post-content{
        min-height: 380px;
    }
    .blog-posts .post .tags a {
        padding: 0px 5px;
        line-height: 1.5;
    }
    .blog-posts .post .text {
        /*min-height: 175px;*/
    }
    .page-template-front_page_new_design .blog-posts .postscarousel .owl-item{
        margin-left: 0 !important;
    }
}

.guildwrap a:hover{
	text-decoration: underline;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation: landscape){
    .normal-scroll-content h3{
        font-size:25px !important;
    }
}

#posts_carousel{
	padding: 50px 0 100px;
}
.casestudies-section a.bx-prev, .casestudies-section a.bx-next{
	color: #000000 !important;
}

.page-template-template-pods #modal_hubspot .hs-form-field {
    margin-bottom: 12px !important;
}
ul.guilds-list-special li{
    font-family: 'Avenir-Medium';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    color: #5a5a5a;
}
.flex-row-reverse{
    flex-direction: row-reverse;
}
.align-self-center {
    -ms-flex-item-align: center;
    align-self: center;
}
.d-flex{
    display: flex;
}
.align-selft-end{
    align-self: flex-end!important;
}

/* Style the tab */
.tabs .tab {
    width: 1020px;
    margin: 110px auto 80px auto;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    border: 2px solid #172b3f;
}

/* Style the buttons that are used to open the tab content */
.tabs .tab button {
    cursor: pointer;
    padding: 12px 16px;
    transition: 0.3s;
    background-color: inherit;
    -webkit-flex: 1;
    flex: 1;
    background: #172b3f;
    border: none;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 4px;
}

/* Change background color of buttons on hover */
.tabs .tab button.active,
.tabs .tab button:hover {
    background-color: #ffffff;
    color: #172b3f;
}
.tabs .tab button:focus{
    outline: none;
}
@media(max-width: 690px) {
    .tabs .tab{
        width: 100%;
        display: block;
        margin: 70px auto 0px auto;
    }
    .tabs .tab button{
        width: 49.45%;
    }
    .tabs .tab button.prototype, .tabs .tab button.roadmap{
        margin-left: -4px;
        width: calc(49.45% + 4px);
    }
}
@media(max-width: 400px) {
    .tabs .tab button{
        width: 49.3%;
    }
    .tabs .tab button.prototype, .tabs .tab button.roadmap{
        margin-left: -4px;
        width: calc(49.4% + 4px);
    }
}

.run-inline-video{
    position: relative;
}
.run-inline-video .play-content{
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    background: rgba(255,255,255,.45);
    border-radius: 50%;
    cursor: pointer;
}
.run-inline-video .play-icon{
    width: 56px;
    height: 56px;
    background: #172b3f;
    border-radius: 50%;
    left: calc(50% - 28px);
    top: calc(50% - 28px);
    position: absolute;
    text-align: center;
}
.run-inline-video .play-icon img{
    width: 30px;
    padding: 13px 0;
    display: inline-block;
}
.run-inline-video .video-player {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    z-index: 9999;
}
a.email-jobs-button{
    font-weight: bold;
    color: #172b3f;
}
a.email-jobs-button:hover{
    color: black;
}
.single-studios .guilds_page_content.studio-page .jobs-list .wpb_text_column.wpb_content_element .wpb_wrapper .jobs-message p{
    display: block;
}
@media (max-width: 999px) {
    .category .content {
        padding-top: 100px !important;
    }
}
.tabcontent.active {
    opacity: 1;
    height: 100%;
}
.tabcontent {
    opacity: 0;
    height: 0;
    transition: opacity 1s linear, height 1s linear;
}
.owl-carousel .owl-stage {
	touch-action: auto;
}
a.email-jobs-button{
    font-weight: bold;
    color: #172b3f;
}
a.email-jobs-button:hover{
    color: black;
}
.single-studios .guilds_page_content.studio-page .jobs-list .wpb_text_column.wpb_content_element .wpb_wrapper .jobs-message p{
    display: block;
}

/*  Masonery Gallery */
.masonry-gallery{
    position: relative;
}
.masonry-gallery .images{
    /*overflow: auto;*/
}
.masonry-gallery .grid {
    height: 700px; /* inherit height from body */
}

/* clear fix */
.masonry-gallery .grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.masonry-gallery .grid-item {
    float: left;
    width: 220px;
    height: 220px;
    margin-right: 20px; /* horizontal gutter */
}
.masonry-gallery .grid-item.instagram-picture{
    background-size: cover;
    background-position: center center;
}
.masonry-gallery .grid-item.instagram-picture img {
    opacity: 0;
}
.masonry-gallery .grid-item--width2 { width: 460px; }
.masonry-gallery .grid-item--height2 { height: 460px; }
.masonry-gallery .grid-item.instagram-picture .description {
    position: absolute;
    color: #fff;
    z-index: 999;
    left: 0;
    padding-left: 55px;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    line-height: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #172b3fc7;
    padding-right: 10px;
    text-align: left;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    min-height: 60px;
    display: none;
}
.masonry-gallery .grid-item.instagram-picture:hover .description {
    display: block;
}
.masonry-gallery .grid-item.instagram-picture .description .insta-logo {
    width: 35px;
    height: 35px;
    position: absolute;
    left: 10px;
    z-index: -1;
    top: 12px;
}
.masonry-gallery .grid-item.instagram-picture .description .insta-logo i {
    font-size: 35px !important;
}

/**************** About us ***************/
.static_image_video_v2#static_image_video .row .text a{
    color: #337ab7;
    font-weight: 700;
}
#clients .simplelogos{
    display: block;
}
#clients .simplelogos .logo-item{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    float: none;
}
.page-template-template-about-us #clients .logos .owl-nav{
	display: block;
}
.page-template-template-about-us #clients .logos .owl-nav i{
	font-size: 45px;
	cursor: pointer;
}
.page-template-template-about-us #clients .logos .owl-nav .owl-prev{
	bottom: -70px;
	right: 80px;
	top: auto;
	left: auto;
}
.page-template-template-about-us #clients .logos .owl-nav .owl-next{
	bottom: -70px;
	right: 30px;
	top: auto;
	left: auto;
}
#countDownSv .row{
    text-align: center;
}
/*#countDown .simbol{*/
    /*position: absolute;*/
    /*font-size: 80px;*/
/*}*/
#countDownSv .row > div{
    padding: 0;
}
#countDownSv .counter{
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-template-template-about-us #suite-page{
    margin-top: 0;
}
.page-template-template-about-us #page-title{
    display: none;
}
.page-template-template-about-us #video-section .img-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
}

.page-template-template-about-us .careershero{
    position: absolute;
}
.page-template-template-about-us #video-controls{
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 3;
}
.video-background .btn{
    margin-right: 10px;
    height: 23px;
    width: 23px;
    padding: 0;
    vertical-align: top;
}
.video-background .btn .bar{
    display: inline-block;
    position: absolute;
    top: 4px;
    left: -10px;
    width: 3px;
    height: 20px;
    border-radius: 3px;
    background-color: white;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: background 0.1s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, background 0.1s ease-in-out;
    transition: transform 0.4s ease-in-out, background 0.1s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.video-background .btn.pause .bar-1 {
    -webkit-transform: translateX(13.5px) translateY(0px) rotate(0deg);
    transform: translateX(13.5px) translateY(0px) rotate(0deg);
}
.video-background .btn.pause .bar-2 {
    -webkit-transform: translateX(24px) translateY(0px) rotate(0deg);
    transform: translateX(24px) translateY(0px) rotate(0deg);
}
.video-background .btn.pause .bar-3 {
    display: none;
}
.video-background .btn.play .bar-1 {
    -webkit-transform: translateX(20px) translateY(-5px) rotate(-55deg);
    transform: translateX(20px) translateY(-5px) rotate(-55deg);
}
.video-background .btn.play .bar-2 {
    -webkit-transform: translateX(20px) translateY(5px) rotate(-125deg);
    transform: translateX(20px) translateY(5px) rotate(-125deg);
}
.video-background .btn.play .bar-3 {
    -webkit-transform: translateX(12px) translateY(-2px) rotate(0deg);
    transform: translateX(12px) translateY(-2px) rotate(0deg);
    height: 23px;
}
.video-background .btn:active{
    box-shadow: none;
}

.video-background .speaker {
    height: 30px;
    width: 30px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.video-background .speaker:hover{
    cursor: pointer;
}
.video-background .speaker span {
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    margin: 11px 0 0 2px;
}
.video-background .speaker span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 10px 14px 10px 15px;
    left: -13px;
    top: 5px;
}
.video-background .speaker span:before {
    transform: rotate(45deg);
    border-radius: 0 50px 0 0;
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-style: double;
    border-color: #fff;
    border-width: 7px 7px 0 0;
    left: 20px;
    top: 11px;
    transition: all 0.2s ease-out;
}
.video-background .speaker:hover span:before {
    transform: scale(0.8) translate(-3px, 0) rotate(42deg);
}
.video-background .speaker.mute span:before {
    transform: scale(0.5) translate(-15px, 0) rotate(36deg);
    opacity: 0;
}

.video-background .video-header-title h2{
    display: inline-block;
    position: relative;
    z-index: 999999;
    overflow: hidden;
    -moz-overflow:hidden;
    padding: 0 20px;
    height: auto;
}
.video-background .video-header-title h2:after{
    content: '.';
    display: block;
    width: calc(100% + 25px);
    position: absolute;
    left: calc((100% + 25px)*(-1));
    text-indent: -999999px;
    z-index: -1;
    transition: left 1s ease;
    height: 70px;
    background-image: linear-gradient(transparent 0%, #60bcea 0px);
    bottom: 0px;
    transition-delay: .6s;
}
.video-background .video-header-title h2.anim:after{
    left: calc(100% + 25px);
}
.video-background .video-header-title h2{
    font-family: 'Avenir-Black' !important;
    font-size: 60px;
    line-height: 60px;
    width: auto;
    height: auto;
    font-weight: 900;
    margin-bottom: 25px;
    color: #fff;
}
.video-background .video-header-title h3{
    font-size: 30px;
    margin-top: 0;
    font-family: 'Avenir-Heavy' !important;
    color: #fff;
}
.with-text .green{
    background-image: linear-gradient(216deg, #1ad58c, #01b06c);
}
.with-text .purple{
    background-image: linear-gradient(223deg, #c28fcf, #8f56a2);
}
.with-text .pink{
    background-image: linear-gradient(219deg, #f7a0d2, #eb67a6);
}
.with-text .blue{
    background-image: linear-gradient(216deg, #99dff6, #60bcea);
}
.with-text .navy{
    background-image: linear-gradient(to right, #374f66, #12263a);
}
.with-text .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.with-text .description-gallery{
    position: absolute;
    top: 40px;
    left: 30px;
    margin-right: 30px;
    color: #fff;
    font-size: 20px;
    letter-spaceing: 0.7px;
    line-height: 1.3;
    letter-spacing: 0.7px;
}
#historySlider .item .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    color: #fff;
    background-image: linear-gradient(to right, #374f66, #12263a);
    opacity: 0.85;
    padding: 75px 50px;
}

#historySlider .item .overlay h2{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    font-family: 'Avenir' !important;
}
#historySlider .item .overlay p{
    font-size: 18px;
    font-family: 'Avenir';
    color: #fff;
    line-height: 1.33;
    letter-spacing: 0.7px;
}

#historySlider .item .overlay p a{
    color: #337ab7;
}

#historySlider .bx-wrapper .bx-controls-direction a{
    bottom: -60px;
    top: auto;
    text-indent: 0;
    color: #000;
    font-size: 40px;
}
#historySlider .bx-wrapper .bx-prev{
    left: auto;
    right: 45px;
    background: none;
}
#historySlider .bx-wrapper .bx-next{
    left: auto;
    right: 0px;
    background: none;
}
#historySlider .item .position-slider{
    position: absolute;
    bottom: 30px;
}
#historySlider .bx-wrapper{
    border: none;
    box-shadow: 0px 8px 38px 0 rgba(0, 0, 0, 0.16);
    background: none;
}
.static_image_video_v2 h2{
    margin-bottom: 30px;
}
.video-background .video-header-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
}
#countDownSv .number{
    font-family: 'Avenir-Black';
    font-size: 84px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #172b3f;
}
#countDownSv .symbol{
    font-family: 'Avenir-light';
    font-size: 84px;
    font-weight: 100;
    color: #172b3f;
    float: none;
}
#countDownSv p.numberTitle{
    font-family: 'Avenir-Book';
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.7px;
    color: #172b3f;
}
#countDownSv .count, #countDownsv .prefix{
     font-family: 'Avenir';
     font-size: 84px;
     font-weight: 900;
     color: #172b3f;
}
#countDownSv .with-symbol{
    float: right;
}
#leadershipTeam {
    padding-top: 0;
}
#leadershipTeam .leader:hover {
    box-shadow: 10px 8px 38px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
    position: relative;
    padding-bottom: 0px;
    height: 100%;
}
#leadershipTeam .leader:visited{
    box-shadow: 10px 8px 38px 0 rgb(187, 21, 21);
}
#leadershipTeam .leader .abh_tab_content{
    padding: 0 !important;
    border: none !important;
}
#leadershipTeam .leader .abh_box .vcard{
    padding: 0;
}
.leader-modal-body .abh_box .vcard{
    padding: 0;
}
#leadershipTeam .leader .abh_tab_content .abh_image {
    float: none !important;
    width: 160px !important;
    margin-left: 20px !important;
}
#leadershipTeam .leader .abh_tab_content .abh_image img {
    max-width: 100px !important;
    width: 100px;
    border-radius: 50% !important;
    border: none !important;
    padding: 0 !important;
}
#leadershipTeam .leader .abh_tab_content .abh_text {
    margin: 0 !important;
    padding: 40px;
}
/* #leadershipTeam .leader .abh_tab_content .abh_text h3{
    text-align: lerft !important;

} */
#leadershipTeam .leader .abh_tab_content .abh_text h3 a{
    font-family: 'Avenir-Medium' !important;
    font-size: 24px !important;
    color: #1a2e3e !important;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: -0.4px !important;
}
#leadershipTeam .leader .abh_tab_content .abh_text .abh_job,
.page-template-template-about-us #leadershipTeam .leader:hover .abh_tab_content .abh_text .abh_job{
    margin-top: 6px;
}

#leadershipTeam .leader .abh_tab_content .abh_text .abh_job span.title{
    text-align: left;
    font-family: 'Avenir-Medium';
    font-size: 17px !important;
    font-weight: 500;
    color: #1a2e3e;
    line-height: 1.41;
    letter-spacing: -0.4px;
}
#leadershipTeam .leader:hover .abh_tab_content .abh_text .abh_job span.title {
    color: #172b3f
}
#leadershipTeam .leader .abh_tab_content .abh_text .abh_description{
    font-family: 'Avenir-Book';
    font-size: 16px !important;
    line-height: 1.5;
    letter-spacing: -0.4px;
    color: #5a5a5a;
    /*height: 100px;*/
    /*overflow: hidden;*/
	display : -webkit-box;
	-webkit-box-orient : vertical;
	position: relative !important;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 14px;
    padding-top: 0 !important;	
}


#leadershipTeam .leader .abh_tab_content .abh_text .abh_description:after
{
	content    : '...';
	text-align : right;
	bottom     : 0;
	right      : 0;
	width      : 25%;
	display    : block;
	position   : absolute;
	height     : calc(1em * 1.5);
	background : linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);
}
@supports (-webkit-line-clamp: 1)
{
	#leadershipTeam .leader .abh_tab_content .abh_text .abh_description:after
	{
		display : none !important;
	}
}
#leadershipTeam .leader .abh_tab_content .abh_text .abh_description{
	-webkit-line-clamp : 3;
	height             : calc(1em * 1.5 * 3);
}
#leadershipTeam .leader .abh_tab_content .abh_text .abh_description.line-clamp-1
{
	-webkit-line-clamp : 1;
	height             : calc(1em * 1.5 * 1);
}
#leadershipTeam .leader .abh_tab_content .abh_text .abh_description.line-clamp-2
{
	-webkit-line-clamp : 2;
	height             : calc(1em * 1.5 * 2);
}

.page-template-template-leadership .leader-modal-body .abh_tab_content .abh_text .abh_description{
    font-family: 'Avenir-Book';
    font-size: 16px !important;
    line-height: 1.5;
    color: #5a5a5a;
    margin-top: 0 !important;
    padding-top: 0 !important;
    letter-spacing: -0.4px;
}
#leadershipTeam .leader .abh_tab_content .abh_social{
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 50%;*/
    /*transform: translateX(-50%); */
    display: none;
}
#leadershipTeam .leader .abh_tab_content .abh_social a{
    opacity: 1 !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
}
#leadershipTeam .see-all{
    margin-top: 60px;
    text-align: center;
    display: block;
}
/*.page-template-template-leadership #leadershipTeam .leader .abh_tab_content{*/
    /*min-height: 310px !important;*/
/*}*/
.page-template-template-leadership #leadershipTeam .abh_box{
    padding-bottom: 0 !important;
}
.page-template-template-leadership #leadershipTeam .row{
    margin-bottom: 20px;
}
/*.page-template-template-leadership #leadershipTeam .leader{*/
    /*margin-bottom: 45px;*/
/*}*/
.page-template-template-leadership #leadershipTeam .leader .abh_tab_content .abh_social{
    display: none;
}
.page-template-template-leadership #leadershipTeam .leader {
    padding-bottom: 0;
    transition: all 0.5s ease-in-out;
    height: 100%;
    cursor: pointer;
}

.page-template-template-leadership #leadershipTeam .leader .abh_tab_content .abh_text,
.page-template-template-about-us #leadershipTeam .leader .abh_tab_content .abh_text{
    padding: 20px;
}

.page-template-template-leadership #leadershipTeam .see-all{
    display: none;
}
/*.page-template-template-leadership #leadershipTeam .col-md-4.leader-card { max-height: 300px; }*/
.leader-modal{
    margin-bottom: 30px;
}
.page-template-template-leadership #leadershipTeam .col-md-4.leader-card:hover {z-index: 1;}

.page-template-template-leadership #leadershipTeam .leader .abh_tab_content .abh_text h3 a{
    cursor: default;
}
.page-template-template-leadership #leadershipTeam h2:after{
    display: none;
}

.page-template-template-about-us .video-background #typewriter_2{
    display: none;
}
.page-template-template-about-us .blog-posts .post h4{
    margin-top: 0;
}
.page-template-template-leadership .leader-modal-body{
    background: none !important;
    width: 680px;
}
.page-template-template-leadership .leader-modal-body .abh_box{
    padding-top: 0 !important;
}
.page-template-template-leadership .leader-modal-body .fancybox-close-small{
    position: absolute;
    top: 40px;
    right: 40px;
}
.page-template-template-leadership .leader-modal-body  .fancybox-close-small:after{
    color: #1a2e3e;
}
.page-template-template-leadership .leader-modal-body .fancybox-close-small:focus:after {
    border: none !important;
    outline: none !important;
}
.page-template-template-leadership .leader-modal-body .abh_tab_content{
    border-top: none !important;
    padding: 40px !important;
    /*background: !* gradient can be an image *!
    linear-gradient(to left, #e9609b, #8e5ba6 49%, #77bee5)
    left
    bottom
    #fff
    no-repeat;*/
    background-size:100% 5px ;
    border-bottom: none !important;
}
.page-template-template-leadership .leader-modal-body .abh_tab_content .abh_image{
    width: 100px !important;
    float: none !important;
}
.page-template-template-leadership .leader-modal-body .abh_tab_content .abh_image img{
    border: none !important;
    padding: 0 !important;
    border-radius: 50% !important;
    width: 100px;
    max-width: unset !important;
}
.page-template-template-leadership .leader-modal-body .abh_tab_content .abh_text{
    margin-left: 0 !important;
    margin-top: 40px;
}
.page-template-template-leadership .leader-modal-body .abh_tab_content .abh_text .fn{
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #1a2e3e;
    font-family: 'Avenir-Medium' !important;
    letter-spacing: -0.4px;
}
.page-template-template-leadership .leader-modal-body .abh_tab_content .abh_text .abh_job{
    height: 25px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 10px;
}
.page-template-template-leadership .leader-modal-body .abh_tab_content .abh_text .abh_job span.title{
    font-family: 'Avenir-Medium';
    font-size: 18px !important;
    line-height: 1.5;
    color: #1a2e3e;
    letter-spacing: -0.4px;
}
.page-template-template-leadership .fancybox-slide{
    background-color: rgba(0, 0, 0, 0.5);
}
.page-template-template-leadership .leader-modal-body .abh_tab_content .abh_social{
    border-top: 1px solid #eeeeee;
    margin-top: 20px !important;
    padding-top: 20px !important;
    display: block;
    width: 100%;
    text-align: left !important;
}

.page-template-template-leadership .leader-modal-body .abh_tab_content .abh_social:last-child{
    display: none;
}

.page-template-template-leadership .leader-modal-body .abh_tab_content .abh_social a.abh_linkedin{
    background: none !important;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Avenir-Heavy';
    letter-spacing: -0.4px;
    opacity: 1 !important;
    color: #0077b5;
    display: inline !important;
}
.page-template-template-leadership .leader-modal-body .abh_tab_content .abh_social a.abh_linkedin:before{
    content: 'Linkedin';
}

.page-template-template-leadership section .container{
    padding: 0;
}
@media (min-width: 768px) {
    .page-template-template-leadership #page-title h1 {
        max-width: 80%;
    }
    .page-template-front_page_new_design .clients-wrapper .bx-viewport{
        min-height: 45px;
    }
}
@media (min-width: 1000px) {
    .page-template-front_page_new_design .clients-wrapper .bx-viewport{
        min-height: 80px;
    }
}
@media (min-width: 1000px) and (max-width: 1250px){
    #countDownSv .number,
    #countDownSv .symbol{
        font-size: 65px;
    }
    #historySlider .item .overlay{
        padding: 30px 40px;
    }
    #historySlider .item .overlay p{
        font-size: 16px;
    }
}
@media (max-width: 999px){
    .page-template-template-about-us #first-section .video-background #myVideo{
        /* margin-top: 100px; */
    }
    #countDownSv .with-symbol{
        float: none;
    }
    #historySlider .item .overlay{
        padding: 18px 35px;
        width: 100%;
    }
    #historySlider .item .position-slider{
        bottom: 15px;
    }
    #clients .simplelogos .logo-item{
        padding: 10px 0;
    }
    .page-template-template-about-us #clients {
        margin-bottom: 100px;
    }
    .page-template-template-about-us #clients .slider{
        display: none;
    }
    .page-template-template-about-us #clients .logos .owl-nav{
        display: block;
    }
    .page-template-template-about-us #clients .logos{
        margin-top: 50px;
    }
    .page-template-template-about-us #clients .logos .owl-nav i{
        font-size: 45px;
    }
    .page-template-template-about-us #clients .logos .owl-nav .owl-prev{
        bottom: -70px;
        right: 80px;
        top: auto;
        left: auto;
    }
    .page-template-template-about-us #clients .logos .owl-nav .owl-next{
        bottom: -70px;
        right: 30px;
        top: auto;
        left: auto;
    }
    .page-template-template-leadership #page-title h1{
        margin: 10px 0;
    }
    .page-template-template-leadership #leadershipTeam .row.d-flex,
    .page-template-template-about-us #leadershipTeam .row.d-flex{
        display: block;
    }
    .page-template-template-leadership #leadershipTeam .leader:hover,
    .page-template-template-leadership #leadershipTeam .leader:visited,
    .page-template-template-about-us #leadershipTeam .leader:hover{
        box-shadow: 10px 8px 38px 0 rgba(0, 0, 0, 0.16);
        background: #fff;
    }

    .page-template-template-leadership #leadershipTeam .abh_box,
    .page-template-template-about-us #leadershipTeam .abh_box{
        padding-top: 20px !important;
        padding-bottom: 0 !important;
    }
    .page-template-template-leadership section .container{
        padding: 0 20px;
    }
    .page-template-template-leadership #leadershipTeam .leader .abh_tab_content .abh_text,
    .page-template-template-about-us #leadershipTeam .leader .abh_tab_content .abh_text{
        padding: 20px 10px 20px;
    }
    #leadershipTeam .see-all{
        margin-top: 30px;
    }
}

@media (max-width: 991px){
    section .video-header-title h2:after, #historySlider .slider .item h2:after{
        display: none;
    }
}
@media (min-width: 767px) and (max-width: 999px){
    .video-background .video-header-title h2{
        font-size: 45px;
        margin-bottom: 15px;
        height: 110px;
    }
    .video-background .video-header-title h3{
        font-size: 25px;
    }
    #leadershipTeam .row > div.col-sm-4{
        padding: 0 5px;
    }
    #leadershipTeam .leader .abh_tab_content .abh_text{
        padding: 20px;
    }
    #leadershipTeam .row .leader-card{
        margin-bottom: 30px;
    }
    .page-template-template-about-us .masonry-gallery .images{
        overflow: auto;
    }
    .orientation_landscape .page-template-template-leadership #leadershipTeam .leader{
        min-height: 308px;
    }
    .page-template-template-leadership #leadershipTeam .leader .abh_tab_content .abh_text h3 a,
    .page-template-template-about-us #leadershipTeam .leader .abh_tab_content .abh_text h3 a{
        font-size: 24px !important;
    }
    #leadershipTeam .leader .abh_tab_content .abh_text .abh_job span.title{
        font-size: 18px !important;
    }
}
@media (min-width: 767px){
    .page-template-template-about-us #first-section .video-background{
        height: 100%;
        background: none;
    }
}
@media (max-width: 767px){
    .page-template-template-leadership #leadershipTeam .row.d-flex{
        display: block;
        margin-bottom: 0;
    }
    .page-template-template-about-us #first-section{
        max-width: 100%;
    }
    .video-background .video-header-title{
        width: 100%;
    }
    .video-background .video-header-title h2{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .video-background .video-header-title h3{
        font-size: 20px;
    }
    .page-template-template-about-us #video-controls{
        display: none;
    }
    .page-template-template-about-us #first-section .video-background #myVideo{
        display: none;
    }
    .page-template-template-about-us #first-section .video-background{
        height: 50vh;
        background: url(https://cdn.cognizantsoftvision.com/wp-content/uploads/2017/02/02120339/BuildingFramework.jpg);
    }
    #historySlider .container{
        padding: 0;
    }
    #historySlider .item .overlay p{
        font-size: 16px;
    }
    #historySlider .item{
        height: 490px;
    }

    #historySlider h2.show-animation{
        padding-left: 10%;
    }
    #countDownSv .row>div{
        margin-bottom: 20px;
    }
    #countDownSv .row>div:last-child{
        margin-bottom: 0;
    }
    #historySlider{
        padding-top: 0;
    }
    #leadershipTeam .leader{
        margin-bottom: 0px;
    }
    #leadershipTeam .leader:last-child{
        margin-bottom: 0;
    }
    #clients{
        padding-top: 0;
    }
    #leadershipTeam .row .leader-card{
        margin-bottom: 0px;
    }
    .page-template-template-about-us .grid{
        width: 100% !important;
    }
    .page-template-template-about-us .masonry-gallery .grid-item.instagram-picture{
        left: 0 !important;
        top: 0 !important;
        height: 66%;
    }
    .page-template-template-about-us .masonry-gallery .grid .grid-item{
        visibility: hidden;
    }
    .page-template-template-about-us .masonry-gallery .grid .with-text, .page-template-template-about-us .masonry-gallery .grid .instagram-picture{
        width: 100%;
        visibility: visible;
        display: block;
    }
    .page-template-template-about-us .masonry-gallery .grid .with-text img, .page-template-template-about-us .masonry-gallery .grid .instagram-picture img{
        display: none;
    }
    .page-template-template-leadership #leadershipTeam .container{
        padding: 0 7%;
    }
    .page-template-template-leadership #leadershipTeam .row .leader-card,
    .page-template-template-about-us #leadershipTeam .row .leader-card{
        padding: 0 7px;
        margin-bottom: 20px;
    }
    .orientation_landscape .page-template-template-leadership #leadershipTeam .leader{
        min-height: 220px;
    }
    .page-template-template-leadership #leadershipTeam .leader,
    .page-template-template-about-us #leadershipTeam .leader{
        min-height: 205px;
    }
    #leadershipTeam .leader .abh_tab_content .abh_image{
        width: 100% !important;
        margin-left: 0 !important;
        text-align: center;
    }
    .page-template-template-leadership #leadershipTeam .leader .abh_tab_content .abh_text .abh_job span.title,
    .page-template-template-about-us #leadershipTeam .leader .abh_tab_content .abh_text .abh_job span.title{
        text-align: center;
    }
    .page-template-template-leadership #leadershipTeam .abh_tab_content .abh_text .fn,
    .page-template-template-about-us #leadershipTeam .abh_tab_content .abh_text .fn{
        text-align: center !important;
    }
    #leadershipTeam .leader .abh_tab_content .abh_text .abh_description{
        display: none;
    }
    #leadershipTeam .leader .abh_tab_content .abh_text h3 a{
        font-size: 18px !important;
    }
    #leadershipTeam .leader .abh_tab_content .abh_text .abh_job span.title{
        font-size: 12px !important;
    }
    .leader-modal[data-leader-trigger='leader-11']{
        min-height: 234px;
    }

}
/*@media (max-width: 375px) {*/
    /*.page-template-template-leadership #leadershipTeam .leader-modal{*/
        /*min-height: 204px;*/
    /*}*/
/*}*/

/*#video-section{*/
    /*background: url('/wp-content/uploads/2018/01/careers_5.jpg');*/
    /*background-repeat: no-repeat;*/
    /*-webkit-background-size: cover;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*position: relative;*/
    /*width: 100%;*/
    /*padding: 0;*/
    /*min-height: 100vh;*/
/*}*/
/*#video-section .video-background {*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: #172b3f;*/
    /*!*position: relative;*!*/
/*}*/

/*#video-section .video-background #myVideo {*/
    /*position: absolute;*/
    /*right: auto;*/
    /*bottom: 0;*/
    /*min-width: 100%;*/
    /*min-height: 100%;*/
/*}*/

.video-header {
    position: relative;
    background: url('/wp-content/uploads/2018/01/careers_5.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 85vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
.video-header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-header .container {
    position: relative;
    z-index: 2;
}

.video-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}


@media (max-width: 999px){
    #video-section{
        height: auto !important;
        min-height: auto;
    }
    #video-section .video-background{
        padding-top: 0 !important;
    }
    /*#video-section .video-background #myVideo {*/
        /*right: auto;*/
        /*bottom: auto;*/
        /*position: relative;*/
        /*display: block;*/
        /*width: 100%;*/
        /*height: auto;*/
        /*overflow: hidden;*/
        /*min-height: auto;*/
    /*}*/
}
@media (pointer: coarse) and (hover: none) and (max-width: 767px) {
    .video-header {
        background: url('/wp-content/uploads/2018/01/careers_5.jpg') black no-repeat center center scroll;
    }
    .video-header video {
        display: none;
    }
}
@media (max-width: 767px) {
    .video-header {
        background: url('/wp-content/uploads/2018/01/careers_5.jpg') black no-repeat center center scroll;
    }

    .video-header video {
        display: none;
    }

    #video-section .video-background {
        background: transparent;
    }

    #video-section {
        min-height: 400px;
        background-position: center;
        background-size: cover;
    }

    #video-section .img-overlay {
        top: 0;
        width: 100%;
        position: absolute;
        height: 100%;
        background: #172b3f;
        opacity: 0.6;
    }

    .bx-wrapper img {
        visibility: hidden;
    }

    .headerText .cptitle h2 {
        font-size: 26px;
    }

}
@media(min-width: 768px) and (max-width: 999px) and (orientation: portrait){
    .video-header {
        height: 50vh;
    }
}
/**************** END About us ***************/
footer .original-footer{
    margin-top: 20px;
}

.h-100{
    height: 100%;
}
.text-white {
    color: #fff;
}
.w-100 {
    width: 100%;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
@media(max-width: 991px){
    .page-template-template-about-us header.fixed{
        background: transparent!important;
    }

    .page-template-template-jobs-new a.btn-gradient-background,
    .page-template-template-careers-new-design a.btn-gradient-background{
        margin-top: 0px !important;
    }
}
@media(max-width: 900px) {
    .page-template-template-jobs-new a.btn-gradient-background,
    .page-template-template-careers-new-design a.btn-gradient-background {
        margin-top: 0px !important;
    }
}

footer .original-footer{
    margin-top: 20px;
}
.leader .abh_box{
    padding: 20px 0 0 !important;
}
.mobile-only{
    display: none;
}
@media(max-width: 992px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }
}
 
@media(max-width: 500px){
    .wpsr-followbar.sr-fb-vl{
        left: 10% !important;
    }
}
header.fixed,
header.fixed_hiding,
header.fixed_top_header .top_header{
    z-index: 9999;
}
@media(max-width: 420px){
    .masonry-gallery .grid-item.instagram-picture .description {
        min-height: 40px;
        padding-left: 35px;
    }
    .masonry-gallery .grid-item.instagram-picture .description .insta-logo{
        width: 20px;
        height: 20px;
    }
    .masonry-gallery .grid-item.instagram-picture .description .insta-logo i{
        font-size: 20px !important;
    }
    .masonry-gallery .grid-item.instagram-picture .description .text-description{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.guild-footer .digital-product a{
    font-size: 16px;
    color: #fff;
}
.guild-footer .digital-product a:hover{
    color: #999999 !important;
    text-decoration: none;
}

#womenFeedback .woman{
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	text-align: center;
	padding: 0px;
	transition: padding 1s;
}
#womenFeedback .active.center .woman{
	padding: 30px;
}
#womenFeedback .woman .womanwrap {
    max-width: 70%;
    margin: 0 auto;
	transition: padding 1s;
}

#womenFeedback .active.center .woman .womanwrap {
    max-width: 100%;
    margin: 0 auto;
	padding-bottom: 50px;
}

#womenFeedback .woman .abh_box .vcard{
    padding: 0;
}
#womenFeedback .woman .abh_tab_content {
    border-top: 0 !important;
    border-bottom: 0 !important;
}
#womenFeedback .woman .abh_tab_content .abh_image {
    float: none !important;
    width: 100px !important;
    text-align: center;
    margin: 0 auto !important;
}
#womenFeedback .woman .abh_tab_content .abh_social, #womenFeedback .woman .abh_tab_content .abh_text .abh_description{
	display: none !important;
}
#womenFeedback .woman .abh_tab_content .abh_image img {
    max-width: 100px !important;
    width: 100px;
    border-radius: 50% !important;
    border: none !important;
    padding: 0 !important;
}
#womenFeedback .woman .abh_tab_content .abh_text {
    margin: 0 !important;
    padding: 20px 0 0 0;
}
#womenFeedback .woman .abh_tab_content .abh_text h3{
    font-family: 'Avenir-Book' !important;
    font-size: 24px !important;
    color: #1a2e3e !important;
	line-height: 1.33;
	letter-spacing: -0.4px;
	text-align: center !important;
}
#womenFeedback .woman .abh_tab_content .abh_text .abh_job{
    margin-top: 6px;
}

#womenFeedback .woman .abh_tab_content .abh_text .abh_job span.title{
    font-family: 'Avenir-Book';
    font-size: 18px !important;
	line-height: 1.67;
	letter-spacing: -0.4px;
	text-align: center;
	color: #5a5a5a;
}
#womenFeedback .woman .womancomments{
	font-family: 'Avenir-Book' !important;
    font-size: 24px !important;
    color: #1a2e3e !important;
	line-height: 1.33;
	letter-spacing: -0.4px;
	text-align: center;
}
#womenFeedback .owl-prev {
    position: absolute;
    bottom: -50px;
    left: 18%;
    font-size: 22px;
    top: auto;
}
#womenFeedback .owl-next {
    position: absolute;
    bottom: -50px;
    right: 18%;
    font-size: 22px;
    top: auto;
}

#womenFeedback .owl-carousel .owl-stage {
    touch-action: auto;
    min-height: 510px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

#womenFeedback .owl-carousel .owl-stage-outer {
    min-height: 530px;
}
@media(max-width: 1024px){
	#womenFeedback .owl-carousel .owl-stage-outer {
		min-height: 550px;
	}
}
@media(max-width: 800px){
	#womenFeedback .owl-carousel .owl-stage-outer {
		min-height: 580px;
	}
}
@media(max-width: 767px){
	#womenFeedback .owl-carousel .owl-stage-outer {
		min-height: 720px;
	}
	#womenFeedback .owl-prev {
		left: 0;
		margin-bottom: 30px;
	}
	#womenFeedback .owl-next {
		right: 0;
		margin-bottom: 30px;
	}
	#womenFeedback .woman .womancomments{
		font-size: 20px !important;
	}
}


/*************************************************/
/***************** New Blog Cards*****************/
/*************************************************/
.blog-author-name,
.blog-avatar,
.card-content .date,
.card-content .tag
{
    display: inline-block;
}
.postscarouselnew .insights-card,
.postscarouselnew .insights-card-with-desc{
    display: table;
    position: relative;
    max-width: 360px;
    width: 100%;
    vertical-align: top;
    text-align: left;
    height: 480px;
    color: #4B4F56;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.insights-card-with-desc.card > .card-footer {
    padding: 20px 20px 0;
}

.postscarouselnew .card-hero{
    display: table-row;
    height: 100%;
    z-index: 10;
    background-size: cover;
    background-position: center;
}
.postscarouselnew .card-hero.cognizant-insight{
    display: table-row;
    height: 200px;
    z-index: 10;
    background-size: cover;
    background-position: center;
}
.postscarouselnew .card-hero:before{
    content: '';
}
.postscarouselnew .card-body{
    padding: 20px 20px 0 20px;
    background-color: white;
}
.postscarouselnew .card-footer{
    margin: 0 0 20px;
    background-color: white;
}
.postscarouselnew .blog-author{
    display: block;
    margin-bottom: 15px;
}
.postscarouselnew .card-body .blog-author img{
    width: 40px !important;
    border-radius: 50%;
    display: inline-block;
}

.postscarouselnew .blog-author-name{
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.4px;
    color: #5a5a5a;
    margin-left: 20px;
}
.postscarouselnew .noContent{
    height: 90px;
}
.postscarouselnew .card-body .card-title,.postscarouselnew .card-body .card-title a{
    font-weight: 400;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -0.4px;
    color: #1a2e3e;
}

.insights-card-with-desc.card.card-img > .card-body > .card-footer > .tag > span {
    color: white;
}

.postscarouselnew .card-body .card-title.card-title-big a{
    font-family: 'Avenir-Black';
    font-size: 40px;
}
/*.postscarouselnew .card-title{*/
    /*line-height: 32px;*/
/*}*/
.postscarouselnew .card-title,
.postscarouselnew .card-content p{
    margin-bottom: 15px;
}

.postscarouselnew .card-body .card-title.card-title-big{
    margin-bottom: 0;
}

.postscarouselnew .card-content p{
    font-size: 18px;
}

.postscarouselnew .card-footer{
    display: block;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
}
.postscarouselnew .card-footer .tag p,
.card-footer .date p{
    font-size: 14px;
    margin-bottom: 0;
}

.postscarouselnew .card-footer .tag{
    display: inline-block;
}

.postscarouselnew .card-footer .date{
    float: right;
}
.postscarouselnew .line-clamp,
#single_new_post .postscarouselnew .line-clamp{
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
#single_new_post{
    padding-bottom: 100px;
}
.firefox .postscarouselnew .card-content.firefox-clamp{
    position: relative;
}
.firefox .postscarouselnew .card-content.firefox-clamp::after {
    content: '...';
    text-align: right;
    bottom: 0;
    right: 0;
    width: 25%;
    display: block;
    position: absolute;
    height: calc(1em * 1.5);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);
}
.card-img .card-body{
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.postscarouselnew .card-img .card-body .card-title a,
.postscarouselnew .card-img .card-footer .tag a{
    color: #fff;
}
.card-img .card-footer{
    background: transparent;
    position: relative;
    bottom: 0;
    width: 100%;
}
.card-img .card-footer .date,
.card-img .card-content,
.card-img .blog-author{
    display: none;
}
.card-img .card-footer .tag a{
    color: #ffffff !important;
    font-family: 'Avenir-Heavy';
    font-size: 12px;
    text-transform: uppercase;
}
@media (min-width: 1025px){
    .postscarouselnew .card-content .mobile-only{
        display: none;
    }
    .postscarouselnew .card-content .desktop-only{
        display: block;
    }
}
@media (max-width: 1024px){
    .postscarouselnew .card-content .mobile-only{
        display: -webkit-box;
    }
    .postscarouselnew .card-content .desktop-only{
        display: none;
    }
    .leadinModal .leadinModal-content{
        max-height: 80% !important;
    }
}
@media (max-width: 1110px){
    .postscarouselnew .insights-card,
    .postscarouselnew .insights-card-with-desc{
        width: 300px;
    }
    #work .postscarouselnew .insights-card-with-desc{
        width: 100%;
    }
}
@media (max-width: 991px){
    #posts_carousel h2:after{
        display: none;
    }
    #posts_carousel .postscarouselnew .owl-stage-outer{
        min-height: 500px;
    }

}
@media (max-width: 767px){
    .postscarouselnew .insights-card,
    .postscarouselnew .insights-card-with-desc{
        width: 285px;
    }
    #posts_carousel .postscarouselnew .owl-stage-outer{
        min-height: 520px;
    }
    .page-template-template-women-landing #posts_carousel .blog-posts{
        width: 100%;
        margin-left: 0;
        padding: 0 20px;
    }
    .page-template-template-women-landing #posts_carousel .blog-posts:before{
        display: none;
    }
}

#single_new_post .postscarouselnew .desktop-version{
    display: flex;
}
#single_new_post .postscarouselnew .insights-card-with-desc{
    margin: auto;
}
.postscarouselnew2 .owl-next{
    top: unset;
    bottom: -30px;
}

 .postscarouselnew2 .owl-next .fa-long-arrow-right,
.postscarouselnew .owl-next .fa-long-arrow-right{
    font-size: 22px;
} 

#single_new_post .owl-nav{
    margin-top: 50px;
}
@media (max-width: 700px){
    .postscarouselnew .insights-card,
    .postscarouselnew .insights-card-with-desc{
        width: 100%;
    }
    #single_new_post .postscarouselnew .insights-card-with-desc{
        margin-right: 10px;
    }
    .page-template-template-women-landing #posts_carousel .owl-next{
        right: 30px;
        bottom: -30px;
    }

}
@media (max-width: 650px){
    #single_new_post .postscarouselnew{
        display: block;
    }
    #single_new_post .postscarouselnew .insights-card-with-desc{
        margin-right: 0px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 600px){
    .post_info .abh_box .abh_image,
    .post_text_inner .abh_box .abh_image{
        float: left !important;
    }
}
@media (min-width: 1000px) and (max-width: 1200px){
    #single_new_post .container{
        width: 950px;
    }
}
@media (min-width: 1200px){
    #single_new_post .container{
        width: 980px;
    }
}
/*FIX HEADER*/
header.fixed.gradient-w-w::before{
    content:' ';
    display:block;
    background: white;
    width:100%;
    height:100%;
    position:absolute;
    left:-1px;
    opacity: 0;
    transition: opacity, 100ms
}

header.fixed.gradient-w-w.scrolled::before{
    opacity: 1;
    left: -1px;
    transition: opacity, 250ms
}
header.fixed.gradient-w-w .header_bottom::before{
    content:' ';
    display:block;
    background: white;
    width:100%;
    height:100%;
    position:absolute;
    opacity: 0;
    transition: opacity, 100ms;
    /* top:-100%; */
}

header.fixed.gradient-w-w.scrolled .header_bottom::before{
    /* top:0; */
    opacity: 1;
    right: -1px;
    transition: opacity, 250ms
}
header.fixed.scrolled.gradient-w-w .header_bottom.transparent-navy{
    background-color: transparent!important;
}