/*
Theme Name: InfogainV2022
Theme URI: https://www.infogain.com/
description: >-
  Latest Wordpress theme for Infogain India Pvt Ltd. Our 2016 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Author: Infogain Website Team
Author URI: https://www.infogain.com/
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
@charset "UTF-8";
@import url('https://use.typekit.net/mcy4uzs.css');
@import url('css/style-parent.css');

/*=============================== Drop Effect Knowledge Center =============================*/
.masonry .grid {
    max-width: 80em;
    list-style: none;
    margin: 30px auto;
    padding: 0;
    }
    
    .masonry .grid li {
    float: left;
    opacity:1;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.3333%;
    margin-bottom:30px;
    }
    
    .masonry .grid li.shown,
    .no-js .masonry .grid li,
    .no-cssanimations .masonry .grid li {
    opacity: 1;
    }
    
    .masonry .grid li img {
    outline: none;
    border: none;
    display: block;
    max-width: 100%;
    width: 100%;
    background: #ffffff;
    }
    .masonry .grid li{text-align:left;}
    .masonry .grid li a {
    clear: both;
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    text-decoration: underline;
    margin-bottom:20px;
    transition: all 0.3s ease 0s;
    }
    .masonry .grid li a:hover {
    color: rgba(0, 0, 0, 1);
    }
    .masonry .grid li h4 {
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin:0;
    padding-right: 30px;
    }
    .masonry .grid li div{
    background:#fff; 
    padding:5px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position:relative;
    }
    .masonry .grid li p{
    background-color: rgb(0,0,0,.9);
    color: #fff;
    margin: 0;
    padding: 5px 15px;
    position: absolute;
    right: 17px;
    top: 2px;
    font-size: 16px;
    }
    .masonry .grid.effect-3 li.animate {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: scaleUp 0.65s ease-in-out forwards;
    animation: scaleUp 0.65s ease-in-out forwards;
    }
    
    @-webkit-keyframes scaleUp {
    0% { }
    100% { -webkit-transform: scale(1); opacity: 1; }
    }
    
    @keyframes scaleUp {
    0% { }
    100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
    }
    @media screen and (max-width: 900px) {
        .masonry .grid li {
            width: 50%;
        }
    }
    
    @media screen and (max-width: 400px) {
        .masonry .grid li {
            width: 100%;
        }
        #InfogainHistory .cd-horizontal-timeline .events-content{
            height: auto !important;
        }
        #InfogainHistory .cd-horizontal-timeline .events-content p{
            font-size: 1.2em;
        }
    }
    .masonry .grid li div.social-icons {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        display: block;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 1px;
        top: 0;
        }
        .masonry .grid li div.social-icons div {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        padding: 0;
    }
    @media (max-width: 768px) and (min-width: 321px) { 
        .masonry .grid li div {height:inherit !important;}
    }
    
/*=============================== Drop Effect Knowledge Center =============================*/

.player {
    margin: auto;
    padding: 10px;
    width: 90%;
    max-width: 900px;
    min-width: 320px;
}

.mediaplayer {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16/9 */
}

.mediaplayer video,
.mediaplayer .polyfill-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

img[data-src] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mN89ggAArQByh/jouwAAAAASUVORK5CYII=);
}

#InfogainHistory .cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p strong {
    font-weight: 700;
    font-style: italic;
    font-size: 1.4em;
    color: #80d9ff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.salesloginContent .btn {
    color: #fff;
    border: 1px solid;
}

.salesloginContent button:hover,
.salesloginContent button:focus {
    border: none;
}

.services li {
    padding: 0 !important;
}

.dropdown-menu .services a {
    display: block;
    padding: 8px 10px 8px 15px;
}

.masonry .grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

span.img-container {
    height: 293px;
    display: block;
    overflow: hidden;
}

.masonry .grid li {
    display: flex;
}

main.tile_container {
    border: 1px solid #ccc;
    background: #fff;
    display: flex;
    flex-direction: column;
    /* position: relative; */
    width: 100%;
}

.masonry .grid li img {
    width: auto;
    background: #ffffff;
    height: inherit;
    margin: 0 auto;
}

.masonry .grid li main>div {
    border: none !important;
    padding: 11px !important;
}

.masonry .grid li div.social-icons {
    right: 8px !important;
}

.li-connect-mark {
    background: url(http://static.licdn.com/scds/common/u/images/apps/connect/sprites/sprite_connect_v14.png) -92px -42px no-repeat !important;
    display: inline-block !important;
    height: 16px !important;
    text-decoration: none !important;
    width: 16px !important;
    vertical-align: middle !important;
    margin: 7px 3px !important;
    vertical-align: bottom !important;
}

.board-directors .profile-comment .profile-social div {
    color: #0c0d21;
    display: inline-block;
    vertical-align: middle;
}

#myTabs .stalwarts-heading p {
    font-size: 13px;
}

#myTabs .owl-item li {
    padding: 10px 10px;
}

.wrapper {
    column-count: 3;
}
.wrapper .s-m-img {
    margin-bottom: 5px;
    display: inline-block;
    width: 92%;
}
.margin-tb-5 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
}
.margin-t-5 {
    margin-top: 3.7em !important;
}
.owl-carousel .case-block span.cat {
    position: absolute;
    top: 11px;
    right: 11px;
    background: #000000cf;
    padding: 10px;
    color:#fff;
}

#GlobalPresence #Contactmap ul li {
    width: 16.66% !important;
}
#Contactmap ul li a {
    padding: 15px 30px !important;
}
#Glance .glance-content p{
    padding-bottom: 10px;
    padding-top: 20px;
}
#Glance .glance-content img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#Glance .glance-content {
    width: 100%;   
    padding: 15px;    
    background-size: contain;
}
#Glance .glance-content .head-num strong {
    font-size: 38px;
    color: #1E4570;
    font-weight: 600;
}
#InfogainHistory .cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p strong{
    color: #f3430a;
}
.archive-banner {
    background: #043a4e url(../infogainv2/images/knowledge-center-bg.jpg) no-repeat 0 0 / cover;
    position: relative;
    color: #fff;
    background-attachment: fixed;
    min-height: auto;
    padding: 7% 40px 0;
}
.archive-banner h1{
    color: #fff;
    font-size: 4em;
    font-weight: 400;
    line-height: 1.1em;
}
.archive-dropdown{
    display: block;
    width: 100%;
    height: 38px;
    color: #333;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border: 0;
}
.archive-btn {    
    background-color: #1697ce;
    border-style: none;   
    font-size: 17px;
    padding: 7px 13px;   
    margin-top: 40px;
    display: inherit;
    width: 100%;
}
.archive-banner label {
    margin: 10px 0;
    text-align: left;
}
select#aryear:focus, select#armonth:focus {
    box-shadow: 0px 0px 6px 3px #1697ce;
}
.archive-banner .formArchive{
    padding-top: 10px;
    padding-bottom:20px ;
}
.page-template-archive-making-an-impact .resetSearch{
    padding: 0.4rem 2.5rem;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.2em;
  }
.card-img-top {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 277px;
    background: #fff;
}
a.card-img-top img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.card-body {
    background: #fff;
    padding: 15px;
    position: relative;    
}
.card{
    margin: 5px 0 25px;  
    position: relative;
    border: 1px solid #ccc;
    background: #fff
}
.daily-archives > li.col-sm-6.col-md-4 {
    display: flex;
}
 li.animate.card {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: scaleUp 0.65s ease-in-out forwards;
    animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}
.category-show{
    color: #fff;
    margin: 0;
    padding: 5px 15px;
    position: absolute;
    right: 2px;
    top: 2px;
    background: rgba(0, 0, 0, 0.7);
}
p.card-text {
    text-decoration: underline;
    font-size: 15px;
    padding: 0;
    transition: all 0.3s ease 0s;
}
p.card-text:hover {
    color: rgba(0, 0, 0, 1);
}
.yearArchive {
    /* margin: 15px 40px 0;    */
    padding: 15px 55px 0;
}
.yearArchive:last-child {
    padding-bottom: 40px;
}
.searchResult {
    padding: 10px 40px;
    background: #e3e3e3;
}
.card-body > a {
    color: rgba(0, 0, 0, 0.5);
}
.card-body .social-icons.share {
    position: absolute;
    top: 15px;
    right: 5px;
}
ul.daily-archives {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
.card-title{
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    padding-right: 30px;
}
.number-count{
    font-size: 28px;
    font-weight: lighter;
    display: inline-block;
}
.resetSearch {
    border: 1px solid #0091ea;
    border-radius: 0px;
    color: #0091ea !important;
    margin-left: -52%;
}
.resetSearch:hover {
    color: #333 !important;
    text-decoration: none;
}
.masonry .grid li h4,.card-text {
    color: rgba(0, 0, 0, .5);
    font-size: 15px;
    font-weight: normal;
    line-height: 1.3;
    margin: 0;
    padding-right: 30px;
    margin-bottom: 10px;
    width: 75%;
}
.masonry .grid li a,.card-title {
    clear: both;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    font-weight: 700;
    line-height: 1.5;
    padding: 0;
}
.card-body > a:focus, .card-body > a:hover {
    text-decoration: none;
}
.owl-item .case-info-block h4 {
    margin: 5px 0px;
}
.case-info-block span.inside-date,.flying_tile span.inside-date,.card-body span.inside-date{
    display: block;
    padding: 0;
    margin: 8px 0 0;
    color: red !important;
    font-size: 14px !important;
}
.flying_tile span.inside-date,.card-body span.inside-date {
    margin-bottom: 8px;
}
.info-links  ul > .fontorange {    
    line-height: 30px;
}
.last-element + .s-m-img {
    display: none;
}
@media screen and (max-width: 480px){
    .info-links ul > .fontorange {
        display: block;
        float: none;
        margin-bottom: 5px;
    }
    .info-links ul li .social-sharing {
        padding: 0px 0;
    }
}
@media screen and (max-width: 960px){
    .SliderSec .sliderInner .sliderContent .upperText h3 {
        font-size: 16px !important;
        padding-bottom: 5px;
    }
    .SliderSec .sliderInner .sliderContent .lowerText p {
        font-size: 16px !important;
        border-bottom: none;
        margin: 4px 0;
    }
    .SliderSec .sliderInner .sliderContent .lowerText{
        margin-left: 0;
    }
    .SliderSec .sliderInner .sliderContent .upperText p.bigText{
        font-size: 20px;
    }   
    .SliderSec .sliderInner .sliderContent {
        top: 30%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 80%;
    }
    .SliderSec .sliderInner .sliderContent .upperText {
        border: none;
        padding: 0px;
    }
    .SliderSec .sliderInner .sliderContent .upperText span{
        border-bottom: none;
    }
    #fifthpage.insight{
        height: auto !important;
    }
    .insight .insightsretail .owl-carousel .owl-item img {
        min-height: 213px !important;
        max-height: 213px !important;
    }
}
@media screen and (max-width: 767px) and (min-width: 481px) {
    
    .SliderSec .sliderInner .sliderContent{
        font-size: 1.3em;
    }
}
@media screen and (max-width: 767px){
    .SliderSec .sliderInner .sliderContent {
        font-size: 2em;
    }
    .SliderSec .sliderInner .sliderContent .upperText p.bigText {
        font-size: inherit;
    }
    .section h1, .section h2 {
        margin-top: 0;
    }
    .knowledge-info a#myBtn {
        font-size: 0;
        position: fixed;
        right: 0;
        background: #fff;
        margin: 10px;
        padding: 14px !important;
        min-width: auto;
        top: 50%;
        z-index: 999;
    }
    .knowledge-info a#myBtn:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 25px;
        content: '\f019';
    }
    .resetSearch {
        margin-left: 0;
        margin-top: 20px;
    }
    .yearArchive {
        padding: 40px 5px 0;
        padding-bottom: 0px;
    }
    .card-img-top {
        height: auto;
    }
    .card-body .social-icons.share {       
        top: 2px;        
    }
    .pt-90 li.flying_tile {
        width: 100%;
    }
    .section.pt-90 {
        padding-top: 90px !important;
    }
    .my_tab > ul.tabs-left li:only-child {
        width: 100%;
    }
   
    .digi_left_tab .nav-tabs > li > a > i{
        margin-top: 14px;
    }
    
    .digi_left_tab .nav-tabs > li:only-child > a > i{
        padding-top: 0;
    }

    .my_tab > ul.tabs-left > li:only-child p,  .my_tab > ul.tabs-left > li p  {
        font-size: 1em;
        line-height: 1.2em;
        padding-left: 9px;
    }
  
    
    .digi_left_tab .nav-tabs > li:only-child > a {
        min-height: auto !important;
    }
}
/*----------Cookiebot CSS--------*/
#CybotCookiebotDialogBodyContentText p{
    font-size: 9.5pt !important;
}
a#CybotCookiebotDialogBodyLevelDetailsButton{
    line-height: 16px;
    margin-top: -33px!important;
    width: 69px;
    right: 5px;
    position: absolute;
}
#CybotCookiebotDialog{
    padding-bottom: 0px !important;
}
#CybotCookiebotDialogBodyContentText p{ 
    padding:0px; 
    margin-bottom:0px;
}
/* #CybotCookiebotDialog >div:first-child{opacity: 0 !important;} */
#CybotCookiebotDialogDetailBodyContentCookieContainerUnclassified{display:none }
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentTitle {
    text-decoration: none;
    padding-top:5px;
    font-weight: 500;
    font-size: 18px;
}
#CybotCookiebotDialog a, #CybotCookiebotDialog div, #CybotCookiebotDialogBodyContentControls, #CybotCookiebotDialogBodyContentTitle{
    font-family:  freight-sans-pro, open-sans, sans-serif !important;
}
#CybotCookiebotDialogBody{
    max-width: 84% !important;
    position: relative !important;
}

/* #CybotCookiebotDialogBodyLevelButtonsSelectPane{
    display: none !important;
} */
#CybotCookiebotDialogBodyLevelWrapper{
    float: left;
    margin-left: 9px;
}
#CybotCookiebotDialogBodyLevelDetailsWrapper{
    position: absolute;
    bottom: 0;
    border: none !important;
    right: 0;
    background-color: transparent !important;
}
#CybotCookiebotDialogBodyLevelButtons{
  /* float: none !important; */
  margin-left: 0 !important;
  margin-right: 8px !important;
}
#CybotCookiebotDialogBodyLevelButtonsTable{
    display: block;
}
#CybotCookiebotDialogDetailBody{
    max-width: 83% !important;
}
#CybotCookiebotDialogDetailBodyContentTextOverview{
    width:100% !important;
}
a#CybotCookiebotDialogDetailBodyContentTabsAbout{
    display: none;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a:hover {
    color: #000000;
    text-decoration: underline !important;
}
#CybotCookiebotDialog{
    box-shadow: 2px 2px 20px 2px #2c2c2c63 !important;
}
a#CybotCookiebotDialogBodyLevelButtonAccept {
    padding: 5px 10px !important;
    text-transform: uppercase;
    margin-top:10px !important;
}
a#CybotCookiebotDialogBodyLevelDetailsButton {
    font-weight: 600 !important;
}
@media only screen and (max-width: 768px) {
    div#CybotCookiebotDialogBodyLevelButtonAcceptWrapper {
        float: left !important;
    }
    .CybotCookiebotDialogBodyLevelButtonWrapper label{
        font-size:10px !important;
    }
}
/*--- new footer css --*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
@media only screen and (max-width: 768px) {
    .job_posting_banner img {
        max-width: inherit;
        height: 140px;
    }
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


.bottom-links a:after {
    content: "|";
}

.ig-comments {
    margin-top: 40px;
    padding: 15px;
      
}
div#disqus_thread a{
    color: #10acdd !important;
}


/**
* Archive sidebar Css
*/

.archives_bydate ul.tagsListStyle > li {
    /* float: left; */
    display: inline-block;
    border-bottom: none !important;
    border-radius: 5px;
    background: #eee;
    padding: 0;
    /* height: auto; */
    margin: 5px 3px;
}
.archives_bydate ul.tagsListStyle > li:hover, .archives_bydate ul.tagsListStyle > li:active {
    background-color: #f3430a;
}

.archives_bydate ul.tagsListStyle > li h2 {
    margin: 0;
}
.archives_bydate ul.tagsListStyle > li h2 a {
    padding: 10px 15px;
    font-size: 14px;
}
.archives_bydate ul.tagsListStyle > li:hover h2 a {
    color: #fff !important;
}

/*--- service page banner download button css ---*/
.service_download_btn span.btn-slider.homepage-banner-learnmore {
    margin-top: 0;
}
@media screen and (min-width: 991px) and (max-width:1199px){
    .SliderSec .sliderInner .page-common-services-banner-content.sliderContent .upperText p.bigText {
        font-size: 40px;
    }
    .SliderSec .sliderInner .page-common-services-banner-content.sliderContent .upperText h3 {
        font-size: 35px;
        padding-bottom: 20px;
    }
    .SliderSec .sliderInner .page-common-services-banner-content.sliderContent .lowerText p {
        margin: 20px 0;
    }
}
@media screen and (min-width: 960px) and (max-width:1280px){
    .SliderSec .sliderInner .page-common-services-banner-content.sliderContent .lowerText p {
        margin: 10px 0;
    }
}
@media screen and (max-width:767px){
    .service_download_btn span.homepage-banner-learnmore {
        font-size: initial;
    }
    .SliderSec .sliderInner .page-common-services-banner-content.sliderContent .upperText p.bigText {
        font-size: 20px;
    }
}
@media screen and (min-width: 600px) and (max-width:767px){
    .SliderSec .sliderInner .page-common-services-banner-content.sliderContent .upperText p.bigText{
        padding-bottom: 0;
        padding-top: 0;
    } 
    .page-common-services-banner-content .upperText span{
        display: block;
    }
}
@media screen and (max-width:480px){
    .page-common-services-banner-content .upperText span{
        display: block;
    }
}

/****** author-box old section css ************/

.author-box {
    margin: 15px;
    padding: 20px 15px;
    background-color: #f5f5f5;
    float: left;
    border-top: 5px solid #10aadb;
    width: calc(100% - 30px);
}

figure.author-img {
    width: 175px;
    border: 5px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    height: 175px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

figure.author-img img {
    margin: 0;
    max-width: 100%;
}

h4.author-name {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.author-info{
    font-size: 18px;
}

.author-box p {
    color: #969696;
    text-align: left;
}

.author-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 26px;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 3px;
}
.footer-navbar2 .nav-link:hover{
    background: transparent;
}
@media only screen and (max-width: 992px) {
    .margin-5 {
        margin: inherit;
    }
    figure.author-img{
        display: block;
    }
}