/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.latest-news-post .body-container-wrapper{
    padding: 65px 0px 0 0px;
}

.latest-news-listing .body-container-wrapper{
    padding: 65px 15px 0 15px;
}

.latest-news-listing .body-container{
    position:relative;
}

.latest-news-listing .new-breadcrumb-menu-redesign{
    padding-left:15px;
    top:30px;
    max-width:none;
}

.latest-news-post .post-header h1{
        font-size: 48px;
    line-height: 72px;
    font-weight: normal;
    color: #2B292E;
    margin-top:10px;
}

.post-info{
    font-size:16px;
    color: #8BA5C1;
}

.post-info .post-date{
    word-spacing:10px;
}

.post-info .team-member-name a{
    font-size:20px;
    color:#302F33;
    line-height:32px;
    margin-bottom:10px;
    display:inline-block;
}

.post-info .team-member-name a:hover{
    color:#F74E81;
}

.post-info .pink-bullet, .member-info .pink-bullet{
    height: 4px;
    width: 4px;
    background-color: #F74E81;
    border-radius:50%;
    display: inline-block;
    margin: 0 11px;
    vertical-align: middle;
}

.social-sharing .hs-blog-social-share{
    border:none;
}

 .social-sharing.hide-desktop{
        display:none;
        margin-top:20px;
    }

.social-sharing .hs_cos_wrapper_type_social_sharing > a{
    background:url(https://cdn2.hubspot.net/hubfs/2148167/Nagarro-Sep2016-Theme/Images/social-sharing-icons.png) no-repeat;
     margin-right: 24px;
     position:relative;
}

.social-sharing .hs_cos_wrapper_type_social_sharing a img{
    display:none;
}

.social-sharing .hs-blog-social-share ul li  *{
    opacity:0;
    text-indent:-9999px;
}

.social-sharing .hs-share > #hs_cos_wrapper_blog_social_sharing .hs-blog-social-share ul li *{
    opacity:1;
    text-indent:0;
}

.social-sharing .hs-blog-social-share ul li  iframe #facebook td._51m-.hCent{
    display:none !important;
}

.social-sharing .social_icon a:first-child{
    height: 24px;	
    width: 12px;
    float:left;
    overflow:hidden;
}

.social-sharing .social_icon a:first-child:hover{
    background-position: 0 bottom;
}

.social-sharing .hs-blog-social-share ul li.hs-blog-social-share-item-facebook  *{
        width:22px !important;
}

.social-sharing .social_icon a:nth-child(3){
    float:left;
    display:inline-block;
      height: 23px;	
    width: 27px;
        background-position: -47px 0;
          
            overflow:hidden;
}

.social-sharing .social_icon a:nth-child(3):hover{
    background-position:-47px -57px;
}


.social-sharing .social_icon a:nth-child(2){
     float:none;
    display:inline-block;
     height: 23px;	
    width: 21px;
        background-position: -93px 0;
           
            overflow:hidden;
}

/*.social-sharing .linkedin_icon a:first-child, .social-sharing .twitter_icon a:first-child{
    display:none;
}*/

.social-sharing .social_icon a:nth-child(2):hover{
    background-position:-93px -57px;
}

.tags ul{
    padding-left:0;
}

.tags ul li{
    display:inline-block;
    margin-right:10px;
    
}

.tags ul li a{
      border-bottom: 1px dashed #8BA5C1;
    line-height: 25px;
    display: inline-block;
    text-decoration:none;
    font-size: 16px;
    color:#8BA5C1;
    letter-spacing: -0.13px;
}

.tags ul li a:hover{
     color:#f74e81;
      border-bottom: 1px dashed #f74e81;
}

.latest-news-post .blog-banner{
    margin-top:61px;
}

.latest-news-post .blog-banner img{
    width:100%;
}

.blog-banner .banner-desc{
    color: #8BA5C1;	
    font-size: 20px;	
    line-height: 32px;
        margin-top: 16px;
}

.latest-news-post .post-body{
    margin-top:72px;
    font-size:20px;
}

.latest-news-post .post-body h4{
    font-size:40px;
    font-weight:300;
    line-height:48px;
    margin-top:64px;
}

.latest-news-post .post-body h4:first-child{
    margin-top:0;
}

.latest-news-post .post-body p{
    font-size:20px;
    /*display:inline-block; /*for alignment with images in devices */
}

.latest-news-post.hs-content-id-6035072939 .post-body blockquote {
    max-width: 82%;
    float: none;
    background-color: #f3f2f1;
    cursor: default;
    font-family: Calibri,sans-serif;
    font-size: 14px !important;
    font-style: italic;
    padding: 6px 0 6px 25px !important;
    margin: 4px 0 12px !important;
    color: #000;
}

.latest-news-post .post-body ul{
    width:100%;
    /*display:inline-block;*/
}

.latest-news-post .post-body ul li{
    list-style:none;
}

.latest-news-post .post-body ul li::before {
    content: "•"; color: red;
  display: inline-block; width: 1em;
  margin-left: -1em;
  
    
}

.latest-news-post .post-body ul.no-bullet li::before {
    content:none;
}

.latest-news-post .post-body a{
    color:#F74E81;
}

.latest-news-post .post-body img, .latest-news-post .post-body iframe{
    margin:10px;
}

.header-category {
    color: #8BA5C1;
    font-size: 16px;
    line-height:28px;
    margin-bottom:10px;
        display: block;

}

.latest-news-sidebar h3, .blog-post-sidebar a .post-title, .blog-post-sidebar .post-title{
    font-size:24px;
    color: #2B292E;
    font-weight:normal;
        margin-bottom: 10px;
}

.blog-post-sidebar  .content-wrap{
    font-size:16px;
}

.latest-news-sidebar .post-desc a{
        color: #F74E81;
}

.latest-news-sidebar h3 a, .blog-post-sidebar a .post-title{
    color: #2B292E;
    text-decoration:none;
}

.blog-post-sidebar .related-items{
    margin-bottom:48px;
}


.blog-post-sidebar a:hover, .blog-post-sidebar a:focus{
     text-decoration:none;
}

.blog-post-sidebar .post-topic{
    color: #8BA5C1;	
    font-size: 16px;	
    letter-spacing: -0.13px;	
    line-height: 32px;
    margin-bottom:8px;
}

.latest-news-sidebar h3 a:hover, .blog-post-sidebar a:hover .post-title{
    color: #F74E81;
   
}

.latest-news-sidebar .post-date, .blog-post-sidebar .post-date{
    font-size: 16px;
    color: #2B292E;
    word-spacing: 10px;
        margin-top: 10px;
    display: inline-block;
}

.blog-post-sidebar .thumbnail-image{
    margin-bottom:16px;
    width: 100%;
}

.blog-post-sidebar .post-date{
    display:block;
}

.latest-news-sidebar > .row-fluid-wrapper{
        margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    width:100%;
}

 .span9.blog-content.new-blog-content > .row-fluid-wrapper{
    margin-top:20px;
        padding-right: 60px;
}

.latest-news-post .sidebar-post-img{
    margin-bottom:20px;
    height:auto;
}

.latest-news-post .sidebar-post-img img{
    width:100%;
}

.blog-listing .post-header a{
    display:block;
      text-decoration : none;
}

.blog-listing .post-header a p.ellipsis{

    text-decoration : none;
   color: #2B292E;
  letter-spacing: -1px;
  
}

.blog-listing .post-header a:hover p.ellipsis{
    color: #F74E81;
}

.blog-listing .post-listing .post-item{
       width: 27%;
    display: inline-table;
    margin: 0 2.9% 56px 2.9%;

}

.blog-listing .post-listing .post-item.no-masonry{
        position: relative !important;
    left: auto !important;
    top: auto !important;
}

.blog-listing .post-listing .post-item .post-category{
        color: #8BA5C1;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 16px;
    font-weight: 600;
}

.blog-listing .post-listing .post-item .thumb-img{
    margin-bottom:24px;
    position:relative;
    display:block;
    
}

.blog-listing .post-listing .post-item .thumb-img.no-img{
    min-height:70px;
    margin-bottom:20px;
}

.blog-listing .post-listing .post-item .thumb-img.no-img .event-detail{
    background:#fff;
    color: #000;
}

.blog-listing .post-listing .post-item .thumb-img > img{
    width:100%;
}

.blog-listing .post-listing .post-item .thumb-img .event-detail{
    position:absolute;
    background:rgba(0,0,0,0.3);
    font-size: 20px;	
    font-weight: 500;	
    line-height: 22px;
    color:#fff;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    left:0;
}

.blog-listing .post-listing .post-item .thumb-img.no-img .event-detail{
    font-size: 15px;	
}

.blog-listing .post-listing .post-item .thumb-img .event-detail .valign{
      position: relative;
    top: 37%;
    transform: translateY(-50%);
    display:block;
}



.blog-listing .post-listing .post-item .thumb-img .event-detail .valign.event-location{
    font-size: 30px;
    font-weight: normal;
}

.blog-listing .post-listing .post-item .post-header > .event-location{
        font-size: 20px;
    vertical-align: top;
    line-height: 0;
    font-weight: 600;
}

.blog-listing .post-listing .post-item .thumb-img.no-img .event-detail .valign{
    text-align:left;
    top:50%;
}

.blog-listing .post-header p.ellipsis {
    max-height: 144px; 
    font-size: 32px;	
   font-weight: 300;	
   line-height: 48px;
    overflow: hidden; 
    margin-top:0;
    margin-bottom: 16px;
    display:block;
   
}

.blog-listing .post-listing .post-item .post-date{
    color: #2B292E;	
    font-size: 16px;	
    line-height: 19px;
}




/*HS Share*/
.social-sharing .hs-share{
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 32px;
}

.hs-share .hs_cos_wrapper_type_blog_social_sharing {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    z-index: 99;
}

.open .hs_cos_wrapper_type_blog_social_sharing {
    display: block;
}

.hs-blog-social-share {
    padding: 10px 0 0 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: auto;
}

.hs-share .hs-blog-social-share {
    padding: 25px;
    border: 0;
    margin: 0;
    background: #fff;
    max-width: 514px;
    position: relative;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 5px;
}

.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    float: left;
    margin-right: 10px;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-linkedin {
    margin-right: 5px;
}

.banner{
    background: linear-gradient(90deg,#ffffff 10px,transparent 1%) center,linear-gradient(#ffffff 10px,transparent 1%) center,#bfcee0;
    background-size: 12px 12px;
    background-position: 4px 4px;
    margin-left: -30px !important;
    width: calc(100% + 60px) !important;
}

.new-blog-listing .banner{
      margin-left: -15px !important;
    width: calc(100% + 30px) !important;
}

.banner .banner-container{
    max-width:1920px;
    margin: 0 auto;
    padding: 121px 35px 121px 45px;
}

.banner h1{
    color: #2B292E;
    font-size:72px;
    line-height:80px;
    font-weight:normal;
    margin-bottom: 16px;
}

.banner h6{
    font-size:20px;
    color: #302F33;
    line-height: 32px;
    font-weight:normal;
    margin-top: 0;
}

.banner .banner-text{
   text-align: center;
    width: 70%;
    margin: 0 auto;
}


/*Top Horizontal Scrollbar*/

.top_horizontal_scroll{
    position:absolute;
}

#scrollbar {
    position: fixed;
    top: 65px;
    left: 0;
    overflow: hidden;
    width: 0%;
    height: 4px;
    z-index: 9;
}

#scrollbar-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F74E81;
}

.category_filter_outer {
    border-top:1px solid #DEE4F0;
    border-bottom:1px solid #DEE4F0;
    margin-left: -30px;
    width: calc(100% + 60px);
}

.category_filter{
        max-width: 1920px;
    margin: 0 auto;
    padding: 0;
}

.category_filter li{
    display:inline-block;
     border-right:1px solid #DEE4F0;
     width: calc(25% - 3px);
     text-align:center;
}

.category_filter_outer .category_filter li{
     width: calc(33.3% - 3px);
}

.category_filter li:last-child{
    border:none;
}

.category_filter li a{
    text-transform:uppercase;
    color: #8BA5C1;
    font-size: 16px;	
    font-weight: 500;	
    line-height: 32px;
    text-decoration:none;
    padding: 17px 0;
    display: inline-block;
    width: 100%;
    opacity:0.7;
}

.category_filter li.active a{
    color: #2F2E32;
      opacity:1;
}

.events-container .upcoming-events{
    display:block;
    width:100%;
        display: table;
    position: relative;
        padding-top: 8px;
     
}

.events-container .old-events{
    display:block;
    width:100%;
        display: table;
    position: relative;
}
.events-container  > h2{
      margin-left:3%;
      font-size:40px;
}

.events-container .upcoming-events > h2{
    margin-left:3%;
    display:none;
    font-size:40px;
}

.events-container .upcoming-events > h2:first-child{
    position: relative;
top: -70px;
width: auto;
display: inline-block;
width:93%;

}

.upcoming-events{
    border-bottom:1px solid #DEE4F0;
}
.blog-listing .post-listing .post-item .thumb-img .event-detail .events_date{
    display:inline-block;
    
}
.blog-listing .post-listing .post-item .thumb-img .event-detail .events_date .big-date{
    font-size: 80px;
    display: block;
    line-height: 66px;
    font-weight:normal;
}

.blog-listing .post-listing .post-item .thumb-img.no-img .event-detail .events_date .big-date{
     font-size: 50px;
      line-height: 56px;
}

.blog-listing .post-listing .post-item .thumb-img .event-detail .date-divider{
    display: inline-block;
    vertical-align: top;
    line-height: 80px;
    font-size: 80px;
    font-weight: normal;
    margin: 0 3%;
}

.blog-listing .post-listing .post-item .thumb-img.no-img .event-detail .date-divider{
    font-size: 50px;
    line-height: 60px;
}

.new-blog-content .event-details{
    margin-top:10px;
}

.new-blog-content .event-details .event-date{
    font-size:48px;
    line-height:72px;
    display: inline-block;
}

.new-blog-content .event-details .event-btn{
    float:right;
    color:#F74E81;
    text-align:center;
    padding:13px 58px;
    text-transform:uppercase;
    box-shadow: inset 0 1px 3px 0 rgba(255,255,255,0.5), 0 5px 10px 0 rgba(135,142,153,0.2);
    border-radius:31px;
    font-weight:600;
    text-decoration:none;
        margin-top: 13px;
}

.new-blog-content .event-details .event-btn:hover{
    background-color: #ffa918;
    box-shadow: inset 0 1px 3px 0 rgba(255,255,255,0.5), 0 -1px 0 0 #fff, 0 5px 10px 0 rgba(255,169,24,0.3);
    color: #fff;
}
.trademark{
    font-size:24px;
}

.new-blog-content{
    position:relative;
}

.new-blog-content .new-breadcrumb-menu-redesign{
    padding-left:0px;
    max-width:100%;
    top:30px;
}

.new-blog-content .new-breadcrumb-menu-redesign ul li:first-child{
    padding-left:0;
}

.new-blog-content .blog-section{
    margin-top:0px;
}

.content-wrapper .row-fluid {
    display:flex;
}

.latest-blog-post .body-container .new-page-center > .row-fluid-wrapper > .row-fluid {
    display:flex;
}
/* CSS for toggling images start */
.xs-blog-img{
  display:none;
}
.lg-blog-img{
  display:inline-block;
}
/* CSS for toggling images end */

/*Our Team CSS Start Here*/
    .team-profile .left-section{
        width:240px;
        margin-right:96px;
        display:inline-block;
        float:left;
    }
    
      .team-profile .left-section .profile-img img{
          border-radius:50%;
          max-width:240px;
      }
    
    .team-profile .right-section{
        display:inline-block;
        width: calc(100% - 340px);
    }
    
    .team-profile .social-sharing{
        padding: 0 57px;
        margin-top:24px;
        text-align:center;
    }
    
     .team-profile  .social-sharing.mobile{
         display:none;
     }
    
   .team-profile  .social-sharing .social_icon a:nth-child(2){
       margin-right:0;
   }
   
   .team-profile h2, .related_post_list h2, .latest-news-post .post-body h2{
       font-size:40px;
       font-weight:300;
   }
   
   .member-info{   
        font-size: 20px;
        color: #8ba5c1;
       
   }
    
    .profile_quote{
        font-size: 32px;
        font-weight: 200;
        font-style: italic;
        margin-top: 24px;
        line-height: 40px;
    }
    
    .about-team-member{
            display: block;
    width: 100%;
        float: left;
    margin-top:64px;
    }
    
    .about-team-member{
        font-size:20px;
        line-height:32px;
    }
    
    
   .our-team-listing .team-member-listing .team-member{
        text-align:center;
        width: 20.5%;
        margin: 0px 2% 20px;
        display: block;
        float: left;
        min-height:350px;
    }
    .our-team-listing .team-member-listing .team-member a span.thumb-img{
        position:relative;
    }
    .our-team-listing .team-member-listing .team-member a{
        display:inline-block;
    }
    
    
     .team-member-listing .team-member .thumb-img{
         width:100%;
        
     }
     
    .our-team-listing .team-member-listing .team-member .thumb-img img{
        border-radius:50%;
        max-width: 300px;
        width: 100%;
    }
    
    .team-member-listing .team-member h3{
        font-size:24px;
        font-weight:normal;
        color: #2B292E;
    }
    
    .team-member-listing .team-member .profile-category{
        color: #878E99;	
        font-size: 16px;
    }
    
   .our-team-listing .category_filter_outer, .our-team-listing .banner{
        width: calc(100% + 45px) !important;
   }
   
   .our-team-listing .category_filter li{
        width: calc(20% - 3px);
        padding: 0 54px;
   }
   
   .profile_quote{
        text-indent: 35px;
    margin-left: 0px;
    background:url(https://www.nagarro.com/hubfs/Nagarro-Sep2016-Theme/Images/quote-icon.png) no-repeat 12px 3px;
   }


.related_post_list{
    margin-top:64px;
    float: left;
    width: calc(100% + 30px);
}
    
.releated_post{
    /* width: 28%;*/
    /*display: inline-grid;*/
    /*display: -ms-inline-grid;*/
    /*margin: 0 6.5% 58px 0;*/
    width: 29.8%;
    margin: 0 20px 30px 0;
    float: left;
}
.our-team-profile .releated_post{
    min-height:400px;
}
    
   /*.blog_post  .releated_post:nth-child(3n){*/
   /*      margin-right:0;*/
   /*  }*/
     
    .blog_post  .releated_post .featured_img{
        max-height:186px;
        width:100%;
        overflow:hidden;
    }
     
     .blog_post  .releated_post img{
         width:100%;
     }
     
     .blog_post  .releated_post h3{
         font-size:24px;
         font-weight:normal;
         line-height:32px;
         color: #2B292E;
         text-decoration:none;
             margin-top: 8px;
     }
     
     .blog_post  .releated_post a{
         text-decoration:none;
          color: #2B292E;
     }
     
     .blog_post  .releated_post a:hover h3{
         color:#F74E81;
     }
     
     .blog_post  .releated_post .post_date{
         font-size:16px;
     }
     
     .recent-post-category{
         color: #8BA5C1;	
         font-size: 16px;	
         line-height: 32px;
     }
     .content-wrapper .span3.latest-news-sidebar.related-profiles-container{
         text-align: center;
     }
     
     .related-profiles-container a, .related-profiles-container a:focus{
        color: #2B292E;
        text-decoration:none;
     }
     .related-profiles-container a:hover, .related-profiles-container a:active{
         color: #f74e81;
         text-decoration:none;
     }
     .related-profiles-container .related-profiles{
         margin:40px 0;
     }
     .related-profiles img{
         border-radius:50%;
         width:180px;
     }
     .related-profiles .member-name{
        font-size: 24px;
        line-height: 32px;
        padding-top: 15px;
     }
     .related-profiles .member-category{
        font-size: 16px;
        line-height: 28px;
     }
    .our-team-profile .social-profiles{
        width: 24px;
        height: 24px;
        display: inline-block;
        margin-right: 7.5px;
        margin-left: 7.5px;
        background: url(https://www.nagarro.com/hubfs/Nagarro-March2018-Theme/Images/Our%20team/SocialMediaIcons.png);
    }
    .our-team-profile .social-profiles.insta-profile{
        background-position: -0px -0px
    }
    .our-team-profile .social-profiles.insta-profile:hover{
        background-position: -24px -0px;
    }
    .our-team-profile .social-profiles.linkedin-profile{
        background-position: -0px -24px;
    }
    .our-team-profile .social-profiles.linkedin-profile:hover{
        background-position: -24px -24px;
    }
    .our-team-profile .social-profiles.twitter-profile{
        background-position: -0px -48px;
    }
    .our-team-profile .social-profiles.twitter-profile:hover{
        background-position: -24px -48px;
    }
    .our-team-listing .team-member-listing .team-member a:hover, .our-team-listing .team-member-listing .team-member a:focus{
        text-decoration:none;
    }
/*Our Team CSS End Here*/


/* Blog Posts*/

.popular-posts{
    
}

.popular-posts .span6, .recent-posts .span6{
    min-height: 201px;
    margin-left: 0;
    margin-top:48px;
    width: calc(50% - 48px);

}

.post-listing .span6{
    min-width:198px;
}

.recent-posts .span6{
    min-height: 210px;
}

.popular-posts .span6:nth-child(odd) {
    margin-right: 96px;
}

.recent-posts .span6:nth-child(odd) {
    margin-right: 96px;
}

.popular-posts .span4 .featured-image-wrapper{
    height: 264px;
    width: 100%;
}

.popular-posts .span4 .featured-image-wrapper a{
    display: inline-flex;
    height: 264px;
    overflow:hidden;
    width:100%;
}

.popular-posts .span4 .featured-image-wrapper a img{
        object-fit: cover;
        width:100%;
}

.popular-posts h3 a, .recent-posts h3 a{
    color: #2B292E;	
    font-size: 24px;	
    letter-spacing: -0.19px;	
    line-height: 28px;
    text-decoration:none;
    font-weight:medium;
}

.popular-posts h3 a:hover, .recent-posts h3 a:hover{
    color: #F74E81;
}

.popular-posts .span8{
    padding-top: 7px;
    padding-bottom: 8px;
    position:relative;
    min-height: 264px;
        padding-left: 13px;
}

.popular-posts .span8 .post-info{
    position: absolute;
    bottom: 10px;
    
}

.popular-posts .span8 .post-info > div{
    display:inline-block;
}

.popular-posts .span8 .post-info .hs-author-avatar{
    height: 48px;	
    width: 48px;
    float: left;
    margin-right: 10px;
    background: #888888;
    border-radius: 50%;
    overflow:hidden;
}

.popular-posts .span8 .post-info .hs-author-avatar img{
       min-width: 48px;
    min-height: 48px;
    display: inline-block;
    border-radius: 50%;
}

.blog-post-wrapper .post-info .hs-author-avatar{
    width: 72px;
    height: 72px;
    float: left;
    margin-right: 10px;
    background: #888888;
    border-radius: 50%;
    overflow:hidden;
}

.author-info .hs-author-avatar{
     height: 40px;	
    width: 40px;
    float: left;
    margin-right: 10px;
    background: #888888;
    border-radius: 50%;
    overflow:hidden;
}

.author-info .hs-author-avatar img{
    min-width: 40px;
    min-height: 40px;
    display: inline-block;
    border-radius: 50%;
}

.popular-posts .span8 .post-info .hs-author-avatar .initials{
        vertical-align: middle;
    height: 48px;
    display: table-cell;
    text-align: center;
    width: 48px;
    font-size: 28px;
        color: #ececec;
        word-spacing: -4px;
        text-transform:uppercase;
}

.blog-post-wrapper .post-info .hs-author-avatar .initials{
        vertical-align: middle;
    height:72px;
    display: table-cell;
    text-align: center;
    width: 72px;
    font-size: 36px;
        color: #ececec;
        word-spacing: -4px;
        text-transform:uppercase;
}

.blog-post-wrapper .post-info .hs-author-avatar img{
    min-width: 72px;
    min-height: 72px;
    display: inline-block;
    border-radius: 50%;
}

.author-info .hs-author-avatar .initials{
        vertical-align: middle;
    height: 40px;
    display: table-cell;
    text-align: center;
    width: 40px;
    font-size: 20px;
        color: #ececec;
        word-spacing: -4px;
        text-transform:uppercase;
}

.post-info .author-link{
    color: #2B292E;	
    font-size: 16px;	
    line-height: 19px;
    text-decoration:none;
}

.popular-topics{
    background: linear-gradient(90deg,#ffffff 10px,transparent 1%) center,linear-gradient(#ffffff 10px,transparent 1%) center,#bfcee0;
    background-size: 12px 12px;
    background-position: 4px 4px;
    margin-left: -15px !important;
    width: calc(100% + 30px) !important;
    padding:60px 0 140px;
    margin-top:80px;
}

.popular-topics .block{
    max-width: 1920px;
    margin: 0 auto;
    text-align:center;
}

.popular-topics .block .widget-module li{
    display:inline-block;
    margin: 20px 0;
}

.popular-topics .block .widget-module li a{
    color: #F74E81;	
    font-size: 24px;	
    letter-spacing: -0.19px;	
    line-height: 40px;
    margin:0 43px;
   text-decoration:none;
}


.popular-topics .block .widget-module li a:hover{
    color: #8BA5C1;
    
}

.popular-topics h3{
    color: #2B292E;	
    font-size: 48px;	
    letter-spacing: -0.38px;	
    line-height: 72px;
}

.new-blog-listing .post-body{
    color:#878E99;
    font-size: 16px;
    line-height: 24px;
}

.new-blog-listing .post-info .author-link{
    color: #2B292E;
    font-size: 16px;	
    line-height: 19px;
}

.new-blog-listing .recent-posts .post-info .author-link{
        line-height: 33px;
    height: 36px;
    display: inline-block;
}

.new-blog-listing .recent-posts .post-info .author-info > .pull-right{
    line-height: 35px;
}

.new-blog-listing .post-info .author-link:hover{
    color:#f74e81;
}

.new-blog-listing h2{
    color: #2B292E;
    font-size: 48px;	
    letter-spacing: -0.38px;	
    line-height: 72px;
    margin-top:88px;
    text-transform: capitalize;
    font-weight: normal;
    margin-bottom:0;
}

.backto_listing{
    background:url(https://www.nagarro.com/hubfs/Nagarro-Sep2016-Theme/Images/cross_icon.png) no-repeat;
    width:50px;
    height:50px;
    display: inline-block;
    margin-top: 14px;
    float: left;
    margin-right: 20px;
}

.recent-posts .post-info{
        margin-top: 20px;
}

.recent-posts h2.gray-title{
    color: #8BA5C1;
}

.sm-pagination-blog a.prev-page, .sm-pagination-blog a.next-page, .sm-pagination-blog a.first-page, .sm-pagination-blog a.last-page{
    height: 24px!important;
    width: 24px!important;
    border-radius: 50%;
    background-color: #f74e81;
    display: inline-block;
    color: #fff;
    text-indent:0;
}
.sm-pagination-blog a.prev-page, .sm-pagination-blog a.prev-link:hover{
    margin: 5px 7px 0 6px;
        padding: 1px 0 0px 9px;
}

.sm-pagination-blog a.next-page{
        padding: 1px 0 0 6px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.sm-pagination-blog a.prev-page, .sm-pagination-blog a.prev-link:hover{
   
        padding: 0px 0 0px 9px;
}

.sm-pagination-blog a.next-page{
        padding: 0px 0 0 7px;
}
}

@supports (-ms-ime-align:auto) {
   .sm-pagination-blog a.prev-page, .sm-pagination-blog a.prev-link:hover{
   
        padding: 0px 0 0px 9px;
}

.sm-pagination-blog a.next-page{
        padding: 0px 0 0 7px;
}
}

.sm-pagination-blog a.next-page, .sm-pagination-blog a.last-page, .sm-pagination-blog a.next-link:hover, .sm-pagination-blog a.last-page:hover, .sm-pagination-blog a.first-page{
    margin:4px 0 0 6px;
}
.sm-pagination-blog a.prev-page:hover, .sm-pagination-blog a.next-link:hover, .sm-pagination-blog a.first-page:hover, .sm-pagination-blog a.last-page:hover{
    height: 24px!important;
    width: 24px!important;
    border-radius: 50%;
    background-color: #dc4c77;
    background:#dc4c77;
    display: inline-block;
    color: #fff;
    text-indent:0;
}
.sm-pagination-blog a.last-page i, .sm-pagination-blog a.first-page i{
    padding: 2px;
    float:left;
}

/*.sm-pagination-blog a.last-page:second-child{
    float: left;
    padding: 2px;
}*/
.sm-pagination-blog a.first-page{
    padding: 9px 0 7px 7px;
    background-image:none;
    float: left;
}
.sm-pagination-blog a.last-page{
    padding: 9px 0 7px 5px;
    background-image:none;
}
.sm-pagination-blog a.prev-link{
   padding: 2px 0 7px 9px;
   background-image:none;
       float: left;
}

.sm-pagination-blog a.next-link{
     padding: 2px 6px 8px 7px;
   background-image:none;
}


.sm-pagination-blog a i{
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}



.sm-pagination-blog a i.next-link{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


.sm-pagination-blog a i.prev-link{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.sm-pagination a:first-child{
	 border-top-left-radius:50%;
	 border-bottom-left-radius:50%;
}

.sm-pagination a:last-child{
	 border-top-right-radius:50%;
	 border-bottom-right-radius:50%;
}


.sm-pagination a, .sm-pagination a.active{
    position: relative;
    float: left;
    padding: 5px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #302F33;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #becfe0;
    font-style:normal;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
.sm-pagination a:hover{
    text-decoration: none;
}

.new-blog-content .sm-pagination a:active:hover, .new-blog-content .sm-pagination a:visited{
    text-decoration: none;
}

.sm-pagination a.active{
    color: #ffffff;
    text-decoration: none;
    background-color: #8ba5c1;
    border: 1px solid #becfe0;
}


.sm-pagination a.active{
    color: #ffffff;
    text-decoration: none;
    background-color: #8ba5c1;
    border: 1px solid #ebf2f9;
}
.sm-pagination-blog{
    margin-top:50px;
}

.blog-pagination>div {
    display: inline-block;
    vertical-align: top;
  
}

.post_filters .filter-expand-link{
    display:none;
}

.post_filters .all-topics{
       border-radius: 25px;
    font-size: 16px;
    padding: 9px 50px;
    text-transform: uppercase;
    box-shadow: inset 0 1px 3px 0 rgba(255,255,255,0.5), 0 5px 10px 0 rgba(135,142,153,0.2);
    background: #fff;
    color: #F74E81;
    text-decoration :none;
    font-weight: 600;	
    letter-spacing: 1px;	
    line-height: 32px;
    margin-top:20px;
        display: inline-block;
}

.post_filters .all-topics:hover{
    background-color: #FFA918;
    box-shadow: inset 0 1px 3px 0 rgba(255,255,255,0.5), 0 -1px 0 0 #FFFFFF, 0 5px 10px 0 rgba(255,169,24,0.3);
    color: #fff;
}

.popular-topics .block .widget-module ul{
    padding-left:0;
}

.popular-posts.mobile{
    display:none;
}


/*Blog Posts End Here*/

.blog-listing-center{
    padding:0 39px;
}

/*.row-fluid .span6 {*/
/*    width: 48.618784527%;*/
/*}*/


.banner-container .page-banner {
    background: url(https://cdn2.hubspot.net/hubfs/2148167/Nagarro-Sep2016-Theme/Images/page-banner.png?t=1504775005001) no-repeat center center;
    background-size: cover;
    padding: 40px 20px 40px 20px;
    color: #fff;
}

.main .table-content ul {
    padding-left: 0;
    margin-top: 0 !important;
    margin-bottom: 0;
    border-right: 1px solid #bdbfc1;
}

.main .table-content ul li {
    cursor: pointer;
   
}

.main .table-content ul li:before{
    content:none;
}

.page-banner .title-block {
    margin-bottom: 50px;
}

.page-banner .page-links {
    float: right;
    margin-top: 40px;
}

.page-banner .page-links a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fff;
    padding: 7px !important;
}

p.timetoread {
    text-align: right;
    margin-top: 27px;
}

.page-banner li.download_icon::before{
    content:none !important;
}

.page-banner li.download_icon  a img{
    margin:0;
    margin-top: -3px;
}


.page-banner .author figure, .page-banner .author .discrp {
    display: inline-block;
    vertical-align: middle;
}

.page-banner .author .discrp {
    margin-left: 15px;
}


.block-list ul{
    padding-left:0;
}

.block-list ul li {
    border-top: 1px solid #95989a;
    padding: 40px 0 30px !important;
    display: inline-block;
}

.block-list ul li::before{
    content:none !important;
}

.block-list ul li .count {
    font-size: 72px;
    font-weight: bold;
    float: left;
    width: 70px;
    padding-right: 20px;
    text-align: right;
    color: #397bb7;
    line-height: 54px;
}

.block-list ul li .discrp-block {
    float: left;
    width: calc( 100% - 90px );
}

.block-list ul li h3{
        margin-top: 0;
}


.recommend-reading {
    padding: 20px;
    border: 1px solid #95989a;
    box-shadow: 0 0 5px #bbb;
    -webkit-box-shadow: 0 0 5px #bbb;
    -moz-box-shadow: 0 0 5px #bbb;
    -ms-box-shadow: 0 0 5px #bbb;
    -o-box-shadow: 0 0 5px #bbb;
}

.recommend-reading .recommend-block {
    display: table;
}

.recommend-reading .img-block {
    background: url(https://cdn2.hubspot.net/hubfs/2148167/Nagarro-Sep2016-Theme/Images/recommend.jpg?t=1504775005001) no-repeat center center;
    background-size: cover;
    width: 35%;
    display: table-cell;
}
.recommend-reading .discrp-block {
    width: 65%;
    display: table-cell;
    padding-left: 20px;
}

.recommend-reading .discrp-block .title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.sections-wrapper {
    overflow: hidden;
    overflow-x: hidden;
    margin-bottom: 30px;
    border: 1px solid #95989a;
}

.sections-wrapper .sections {
    display: table;
    min-width: 700px;
}

.sections-wrapper .sections .section {
    width: 33.333333%;
    display: table-cell;
    padding: 20px 20px;
}

.sections-wrapper .sections .section:first-child {
    background: #fff;
}

.sections-wrapper .sections .section .title {
    color: #397bb7;
    text-align: center;
}


.main .content .dwnld-btn {
    text-align: center;
    margin-top: 30px !important;
}

.highlight {
    border-top: 2px solid #397bb7;
    border-bottom: 2px solid #397bb7;
    padding: 20px 0;
    text-align: center;
    color: #397bb7 !important;
    font-weight: bold;
    margin-bottom: 30px;
}

.main .content .discrp-content {
    padding: 20px 0;
}

.main .content .discrp-content h2 {
    margin: 0 0 30px;
}

.special_content.col-sm-9{
        width: calc(78% + 38px);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 39px;
    margin-left: -24px;

}

.special_content.col-sm-9 > .content{
    padding-right: 30px;
}

.special_sidebar.col-sm-3{
        width: 22%;
    margin: 0;
    padding-left: 0;
    padding-right: 30px;
  
    margin-right: -24px;
}

.special_sidebar.col-sm-3 .table-content{width:100% !important}

.special_sidebar.col-sm-3 .table-content.fix{
    width:inherit !important; 
    padding-right: 47px;
    border-right: none;
    
}


.block-grid .block {
    margin-bottom: 30px;
}

.block-grid .block figure img {
    max-width: 100%;
        margin: 0;
}

.block-grid .block figure figcaption {
    padding-top: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.collapsable-block-wrapper {
    margin-bottom: 30px;
}


.collapsable-block-wrapper .collapsable-block .title {
    border: 1px solid #95989a;
    margin: 30px 0 15px 0;
    padding: 7px 15px;
    font-size: 20px;
    color: #397bb7;
    cursor: pointer;
}

.collapsable-block-wrapper .collapsable-block ol {
    margin: 0;
    padding: 0 0 0 20px;
}

.collapsable-block-wrapper .collapsable-block .title .fa-chevron-up{
    background:url(https://www.nagarro.com/hubfs/Nagarro-Sep2016-Theme/Images/accordion_icon.png) no-repeat 0 bottom;
    width:20px;
    height:13px;
    display: inline-block;
    float: right;
        margin-top: 3px;

}
.collapsable-block-wrapper .collapsable-block .title .fa-chevron-down{
    background:url(https://www.nagarro.com/hubfs/Nagarro-Sep2016-Theme/Images/accordion_icon.png) no-repeat;
    width:20px;
    height:13px;
    display: inline-block;
    float: right;
        margin-top: 3px;
}

.blgTable {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    width: 100%;
}

.blgTable th {
    background: #f7f7f7 none repeat scroll 0 0;
    border-right: 1px solid #ddd;
    font-size: 14px;
    font-weight: 600;
    padding: 6px;
}

.blgTable td {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-size: 14px;
    padding: 6px;
    text-align: left;
    width: 20%;
    word-break: keep-all;
        vertical-align: top;
}


.backlogTable01, .backlogTable01 td, .backlogTable02, .backlogTable02 td, .backlogTable03, .backlogTable03 td, .backlogTable04, .backlogTable04 td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 3px;
}

.backlogTable01 th, .backlogTable02 th, .backlogTable03 th, .backlogTable04 th {
    background: #f7f7f7 none repeat scroll 0 0;
    border-right: 1px solid #ccc;
    padding: 3px;
}

.backlogTable01, .backlogTable01 td, .backlogTable02, .backlogTable02 td, .backlogTable03, .backlogTable03 td, .backlogTable04, .backlogTable04 td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 3px;
      vertical-align: top;
}




.social-sharing .social_icon a:first-child{
        width: 12px !important;
}






@media (min-width: 767px){

    .main .table-content {
    border-left: 1px solid #bdbfc1;
  
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.main .table-content.fix {
    position: fixed;
    z-index: 998;
    top: 0;
    width: 300px;
    padding-bottom: 0;
}

.new-blog-content .main .table-content.fix {
    top: 64.67px;
}

.main .table-content ul {
    display: block !important;
    
}

.main .table-content ul li {
    padding: 10px 20px;
    border-bottom: 1px solid #bdbfc1;
    color: #397bb7;
}

.main .table-content p.title{
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid #bdbfc1;
    font-weight: bold;
    font-size: 17px;
    line-height: 28px;
        border-right: 1px solid #bdbfc1;
        width:100%;
}
}
@media (min-width: 768px) and (max-width:1023px){
    .related-profiles{
        float: left;
        width: 31.25%;
        margin: 40px 15px 40px 0;
    }
}
@media (min-width: 1025px){
    
    
    .our-team-listing .team-member-listing .team-member a:hover span.thumb-img:after {
        width: 100%;
        height: 100%;
        content: "";
        position:absolute;
        left:0;
        top:0;
        border-radius:50%;
        background:#F74E81;
        opacity:0.83;
     
    }
    
    .our-team-listing .team-member-listing .team-member a:hover span.thumb-img img{
        -webkit-filter: contrast(200%) brightness(150%) grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: contrast(200%) brightness(150%) grayscale(100%); 
    }
    
    .our-team-listing .team-member-listing .team-member a:hover h3{
        color:#F74E81;
    }
}

@media (min-width: 1600px){
    
    .container.banner-container {
    width: 1476px;
    padding:0;
}
}


@media (min-width: 1950px){
    .blog-content.new-blog-content {
    width: 78%;
        padding-left: 45px;
    }
    
    .container.banner-container {
    width: 1844px;
    padding:0;
}
}



@media (min-width: 1920px){
    .blog-content.new-blog-content {
    width: 78%;
        padding-left: 39px;
    }
    
    .category_filter li{
        width: calc(25% - 4px);
}
.row-fluid [class*="span"].new-breadcrumb-menu-redesign{
    left:auto;
    margin:0;
}
}

@media (max-height:750px){
    .main .table-content ul li{
        font-size:15px;
    }
}




@media (max-width: 1179px){
    .blog-listing .post-listing .post-item{
               margin: 0 2% 56px 2%;
    }
    
    .special_sidebar.col-sm-3 .table-content.fix {
    width: 221px !important;
}
}

@media (max-width: 1024px){
    .team-profile .right-section{
        width:100%;
    }
    
    .popular-posts .span6{
            padding-right: 0;
    }
    
    h3.post-title{
        margin-top:10px;
    }
    
    .popular-posts h3 a, .recent-posts h3 a{
            font-size: 22px;
    line-height: 28px;
    }
    
    .blog-listing-center {
       padding-left: 15px;
    padding-right: 15px;
}


.special_sidebar.col-sm-3 .table-content.fix {
    width: 310px !important;
}

.special_content.col-sm-9{
        width: calc(75% - 13px) ;
}

.special_sidebar.col-sm-3{
        width: calc(25% + 51px);
}


}

@media (max-width: 1023px){
    
    p.timetoread{
        text-align:left;
    }
    
    .main .table-content ul li{
        font-size:16px;
    }
    
   .latest-blog-post .body-container .new-page-center > .row-fluid-wrapper > .row-fluid{
        display: inline-block;
}
    
    
    
    .social-sharing.hide-mobile{
        display:none;
    }
    
    .social-sharing.hide-desktop{
        display:block;
    }
    
    .content-wrapper .row-fluid, .latest-blog-post .body-container > .row-fluid-wrapper > .row-fluid{
            flex-direction: column;
    }
    
    .content-wrapper .span3.latest-news-sidebar, .span3.blog-post-sidebar{
        border-left:0;
    }
    
    .span3.blog-post-sidebar{
            width: 100%;
    float: none;
    
    }
    
    .popular-posts > .span6{
        width: 100%;
    }
    
    .recent-posts .span6 {
    min-height: 270px;
}
    
  
 
.banner .banner-text{
    width: 100%;
}

.banner h1{
    font-size:32px;
    line-height:36px;
}

.banner h6{
       font-size:16px;
    line-height:22px;
}

.blog-listing .post-header h2.ellipsis{
         font-size:24px;
    line-height:36px;
        max-height: 102px;
            letter-spacing: -0.7px;
}

.blog-listing{
    padding-left:0;
}

 .span9.blog-content.new-blog-content > .row-fluid-wrapper{
    padding-right:0 !important;
}

.special_sidebar.col-sm-3 .table-content{
        width: 185px !important;
}

.blog-listing .post-listing .post-item{
        width: calc(50% - 40px);
    margin-left: 20px;
    margin-right: 20px;
}

.blog-listing .post-listing .post-item.team-member{
    width: calc(49% - 40px);
}
.body-container.container-fluid{
    padding:0 15px;
}
/*Our team*/
.team-profile .left-section{
    width:100%;
    margin-right:0;
    text-align: center;
}
.right-section .team-member-name, .right-section .member-info,.right-section .social-sharing{
    text-align: center;
}
.related_post_list{
    width: calc(100% + 15px);
    margin-top:50px;
}
.releated_post{
    width: 31.25%;
    margin: 0 15px 30px 0;
}
.xs-dotted-line {
    display: block;
    background: linear-gradient(90deg,#fff 10px,transparent 1%) center,linear-gradient(#fff 10px,transparent 1%) center,#8BA5C1;
    background-size: 12px 12px;
    height: 11px;
}
.latest-news-sidebar.related-profiles-container > .row-fluid-wrapper{
    margin:0;
}
.latest-news-sidebar.related-profiles-container h3{
    margin-top:50px;
    
}
.content-wrapper .span3.latest-news-sidebar.related-profiles-container{
    padding: 0 0 0 0;
}
.team-profile .social-sharing.mobile{
    display:block;
    padding:0;
}
.team-profile .social-sharing.desktop{
    display:none;
}
.team-profile .social-sharing.mobile .social_icon a{
    display:inline-block;
    float:none;
    margin-right:24px;
}

.special_sidebar.col-sm-3 .table-content {
    width: 100% !important;
}

.special_sidebar.col-sm-3 .table-content.fix {
    width: 240px !important;
}

.main .table-content ul li{
        padding: 10px 10px;
}

.main .table-content p.title{
    padding:10px;
}

.banner-container .page-banner{
    padding: 0 20px 20px;
}

.hidden-xs {
    display: none !important;
}
.our-team-listing .category_filter li{
    padding:0 30px;
}
.blog-post-sidebar .related-items{
   
    width:calc(33.3% - 14px);
    margin-right:20px;
    float:left;
}

.blog-post-sidebar .related-items:nth-child(3n) {
    margin-right:0;
}

    .blog-post-sidebar .thumbnail-image{
        height: 177px;
    }
    
    
    .blog-post-sidebar .related-items.custom-item{
            padding-top: 40px;
    }
    
    
    .sections-wrapper .sections{
        min-width:0;
    }
    
    .recent-posts .post-info .author-info .pull-right{
            float: left !important;
    }
    .new-blog-listing .recent-posts .post-info .author-link {
    line-height: 20px;
    height: auto;
}
}
/*@media (min-width: 768px) and (max-width:1024px){*/
/*     .latest-news-post .post-body p{*/
      
/*    display: flow-root*/
/*    }*/
/*}*/

@media (min-width: 768px){
    .category_filter li{
        display:inline-block !important;
    }
    .our-team-listing .category_filter{
        width:100%;
        display:table;
    }
    .our-team-listing .category_filter li{
        display:table-cell !important;
        vertical-align: middle;
    }
}



@media (max-width: 998px){
.latest-news-sidebar>.row-fluid-wrapper {
    width: 30%;
    float: left;
    margin-right: 5%;
}

.content-wrapper .span3.latest-news-sidebar, .span3.blog-post-sidebar{
    padding-right: 15px;
}


.latest-news-sidebar .post-desc{
        word-break: break-word;
}

.latest-news-sidebar h3{
    margin-top:0;
}
    
}


@media (max-width: 767px){
    
    .row-fluid [class*="span"].content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.body-container.container-fluid{
    padding:0;
}
    .banner{
        width: calc(100% + 30px) !important;
    margin-left: -15px !important;
    }
    .category_filter_outer{
            margin-left: -15px;
    width: calc(100% + 30px);
    padding: 0 15px;
    }
    .category_filter{
        display:flex;
        flex-direction:column;
    }
    .category_filter li{
        display:none;
        border: none;
        text-align:left;
        position:relative;
        width:100%;
    }
    .category_filter li.active{
        display:block !important;
        order:-1;
    }
    
    .category_filter li.active a{
        width:auto;
    }
   
    
    .category_filter li.active:after{
        content:"";
      background: url(https://www.nagarro.com/hubfs/Nagarro-March2018-Theme/Images/arrow-01.png?t=1525074185404) no-repeat center;
    width: 36px;
    height: 32px;
    display: block;
    background-color: #f74e81;
    background-size: 14px auto;
    position: absolute;
    right: 0;
    top: 0;
    border-radius:16px;
        top: 16px;
    right: 0px;
        z-index: 9;
    }
    
    .category_filter.open li.active:after {
    transform: rotate(180deg);
}
.blog-content.new-blog-content {
    padding-left: 0px;
    padding-right:0px;
}
.xs-blog-img{
  display:block;
}
.lg-blog-img{
  display:none;
}
/*Our Team*/
/*.content-wrapper .span3.latest-news-sidebar.related-profiles-container h3{*/
/*    text-align:left;*/
/*}*/
 .profile_quote, .blog_post .releated_post h3, .related-profiles .member-name{
         font-size:20px;
         line-height:32px;
         font-weight:normal;
     }

.team-profile h2{
    font-size:24px;
    font-weight:normal;
    line-height:36px;
    margin-top:20px;
}

.about-team-member{
    font-size:16px;
    line-height:24px;
    margin-top: 32px;
}

.about-team-member h2{
    font-size:22px;
}

.related_post_list h2, .related-profiles-container h3{
    font-size: 22px;
    font-weight:normal;
    line-height:36px;
    text-align:center;
}
.blog_post .releated_post h3{
    font-size: 16px;
    line-height: 24px;
}
.profile_quote{
    background-position: 0 0;
    text-indent: 25px;
}

.our-team-profile .row-fluid [class*="span"].new-breadcrumb-menu-redesign{
    display:block
}
.our-team-profile .xs-next-line{
    display:block;
}
.releated_post{
    width: 47.2%;
}

/*.blog_post .releated_post:nth-child(3n) {*/
/*    margin-right: 7%;*/
/*}*/

/*.blog_post .releated_post:nth-child(2n) {*/
/*    margin-right: 0;*/
/*}*/


.our-team-listing .category_filter_outer, .our-team-listing .banner{
    width: 100% !important;
    margin: 0 !important;
}

.our-team-listing .category_filter li{
    width:100%;
    padding:0;
}

.blog-listing .post-listing .post-item.team-member{
       width: calc(100% - 100px);
    margin: 0 50px 50px;
}

  .latest-blog-post .new-blog-content{
        padding:0;
    }
    
    .latest-blog-post .blog-banner {
    margin-top: 20px;
}


.recent-posts .span6 {
    min-height: 0;
    
     margin-top: 40px;
}

.popular-topics .block .widget-module li a{
        font-size: 16px;
        letter-spacing: 0px;
            margin: 0 13px;
}

.popular-topics .block .widget-module li{
    margin: 2px 0;
}

.popular-topics{
    margin-left:0 !important;
        width: 100% !important;
}

.new-blog-listing .banner {
    margin-left: 0 !important;
    width: 100% !important;
}

.new-blog-listing .post-body{
    max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    width: 80%;
}

.new-blog-listing .tags ul li a{
    font-size:14px;
}

.new-blog-listing .popular-posts .post-body{
    display:none;
}

.recent-posts .span6:nth-child(odd) {
    margin-right: 0;
}

 .new-blog-listing .post-info .author-link{
            display: block;
    }
    
    .new-blog-listing .post-info > span.pull-right{
       float: none !important;
    display: block;
    margin-top: 8px;
    }
    
    .popular-topics{
            padding: 30px 0 60px;
            margin-top:50px;
    }
    
    .new-blog-listing h2{
        font-size: 20px;
    letter-spacing: -0.16px;
    line-height: 24px;
    text-align: center;
    margin-top: 50px;
    font-weight:600;
    }
    
    .popular-topics h3{
            font-size: 32px;
    letter-spacing: -0.25px;
    line-height: 36px;
    font-weight:normal;
    }

.popular-posts.desktop{
    display:none;
}

.popular-posts.mobile{
    display:block;
}

.popular-posts .bx-has-pager{
    display:none;
}

.popular-posts .post-info{
    font-size:12px;
}

.popular-posts .post-info .author-link{
    display:block;
    margin-bottom:5px;
}

.popular-posts .tags{
    margin-bottom: 10px;
}

.popular-posts .featured-image-wrapper {
    height: 120px;
    width: 100%;
    overflow:hidden;
}

.popular-posts.post_filter .featured-image-wrapper{
    height:140px;
}


.popular-posts .featured-image-wrapper img{
    width:100%;
}

/*.slider > li[aria-hidden=false] {*/
/*    width: 70% !important;*/
/*}*/

.banner .banner-container{
        padding: 50px 30px 70px 30px;
}



.container-fluid .row-fluid .page-center {
    padding: 0 15px;
    overflow: hidden;
}


.bx-wrapper {
    box-shadow: none;
    border: 0;
    background: transparent;
    margin-bottom: 0;
}

.bx-viewport {
    overflow: visible !important;
    max-width: 90%;
    margin: 0 auto;
}

.slider > li .slider_inner{
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    height: auto;
    width: 100%;
    margin: 0 auto;
    opacity: 1;
    padding: 50px 10px;
}

.new-blog-listing h2.gray-title{
    font-size: 48px;
    line-height: 72px;
    text-align:left;
}

.row-fluid .recent-posts .post-item {
    width: 100%;
    margin-top:60px;
}

.main .special_sidebar.col-sm-3 .table-content {
   
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.main .special_sidebar.col-sm-3 .table-content {
    position: fixed !important;
    top: 66px !important;
    z-index: 998 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    padding:0;
}



.main .table-content ul {
    display: none;
    border-bottom: 3px solid #747474;
    margin-left: 0 !important;
    padding-left: 0px !important;
}

.main .table-content ul li {
    padding: 10px 15px;
    padding-right: 20px !important;
    background: #fff;
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #fff;
    cursor: pointer;
    color: #4a4a4a;
    font-weight: bold;
}

.latest-news-post .table-content ul li a{
        font-weight: normal;
    font-size: 16px;
    color: #333;
}

.main .table-content ul li:first-child {
    border-top: 0;
}

.special_content.col-sm-9{
    width:100%;
        padding-left: 15px;
    margin-left: 0px;
}


.special_content.col-sm-9 > .content{
    padding-right:0;
}

.main .table-content .title {
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid #bdbfc1;
    font-weight: bold;
    font-size: 16px;
}

.main .table-content .title {
    background: #fff;
    color: #2F2E32 !important;
    font-weight: bold;
    font-size: 18px;
    padding: 15px;
    margin: 0;
    margin-bottom: 0 !important;
    cursor: pointer;
    border-top: 1px solid #DEE4F0;
    border-bottom: 1px solid #DEE4F0;
}


.main .table-content .title i.fa-caret-down{
    background: url(https://cdn2.hubspot.net/hubfs/2148167/Nagarro-March2018-Theme/Images/arrow-01.png?t=1533210316017) no-repeat center;
    width: 36px;
    height: 32px;
    display: block;
    background-color: #f74e81;
    background-size: 14px auto;
    border-radius: 16px;
}

.main .table-content .title i.fa-caret-up{
     background: url(https://cdn2.hubspot.net/hubfs/2148167/Nagarro-March2018-Theme/Images/arrow-01.png?t=1533210316017) no-repeat center;
    width: 36px;
    height: 32px;
    display: block;
    background-color: #f74e81;
    background-size: 14px auto;
    border-radius: 16px;
    transform: rotate(180deg);
}


.main .table-content .title i.fa{
    float:right;
    margin-right:0px;
}

.latest-blog-post .post-body .table-content p.title{
    display:block;
}

.latest-blog-post .post-body .page-banner p{
    display:block;
}

.latest-news-sidebar > .row-fluid-wrapper{
    display:contents;
}

    .category_filter_outer .category_filter li {
    width:100%;
}

.blog-post-sidebar .related-items{
   
    width:100%;
    margin-right:0px;
    display:block;
}

.blog-post-sidebar .related-items{
        width: calc(50% - 10px);
    margin-right: 20px;
}



.blog-post-sidebar .related-items:nth-child(3n){
    margin-right:20px;
}

.blog-post-sidebar .related-items:nth-child(2n){
    margin-right:0;
}

.span3.blog-post-sidebar{
    padding-right:14px;
}

.recent-posts .post-info .author-info .pull-right {
    float: right !important;
    line-height: 33px;
}

.new-blog-listing .recent-posts .post-info .author-link {
    line-height: 33px;
    height: 36px;
} 

 .popular-posts .span8 .post-info{
    position:relative;
}

.popular-posts .span8 .post-info .hs-author-avatar{
    display:none;
}

.blog-listing-wrapper .popular-posts.mobile .span12{
    margin-bottom:20px;
}

.author-info .hs-author-avatar{
      display:none;
  }


}
@media (max-width: 567px){
    
  
    
    .blog-listing{
        padding-top:30px;
    }
    
    .events-container > h2 {
    margin-left: 0;
    
}
    
    .blog-listing .post-listing .post-item{
        width: 100%;
    margin-left: 0;
    margin-right: 0;
}
 
 .latest-news-post .post-header h1{
         font-size: 24px;
    line-height: 36px;
 }
 
 .latest-news-post .blog-banner img {
    margin-top: 30px !important;
}
.blog-banner .banner-desc {
   
    font-size: 12px;
    line-height: 16px;

}

.latest-news-post .post-body{
        margin-top: 40px;
}

.content-wrapper .span3.latest-news-sidebar{
        padding: 50px 0 0 0;
    display: inline-block;
}




/*Our Team*/
.team-profile .right-section{
        display: block;
    width: 100%;
}

.our-team-profile .releated_post{
    width: 100%;
    margin-right: 0;
    min-height:auto;
}



.team-member-name{
        float: left;
    width: 100%;
}
.related_post_list{
    width:100%;
}

 .latest-blog-post .post-body p, .latest-blog-post .post-body{
     font-size:16px;
 }
 
.imgOverflowBlog {
    width: 100%;
}

}

@media (max-width:480px){
    
    .recent-posts .post-info .author-info .pull-right{
            float: left !important;
    width: 100%;
    line-height: 16px;
    }
    .new-blog-listing .recent-posts .post-info .author-link{
        height:auto;
    }
    
    .blog-post-sidebar .thumbnail-image{
        height:auto;
    }
     .latest-blog-post .post-body p{
    display:block;
}

.latest-news-post .post-body img{
        width: 100% !important;
    margin: 0 !important;
    height:auto !important;
}

.right-img{
    float:none !important;
}

.row-fluid [class*="span"]{
    min-height:0;
}

.latest-news-listing .blog-listing .events-container{
   padding-top: 30px; 
}

.latest-news-listing .blog-listing .events-container .upcoming-events h2{
    margin-left:0;
}

.events-container .upcoming-events > h2{
        font-size: 38px;
}

.latest-blog-post .post-body p, .latest-blog-post .post-body table{
        font-size: 14px;
}

.blog-post-sidebar .related-items{
        width: 100%;
    margin-right: 0px !important;
}

.latest-news-post .post-body ul{
    padding-left:20px;
}

.latest-blog-post .post-body blockquote{
    width:100% !important;
}

.special-msg{
    max-width:100% !important;
}
.blgTable {
        word-break: break-word;
}

.blgTable th{      white-space: normal;}
.blgTable td{
        word-break: unset;
}

.events-container .upcoming-events > h2:first-child{
    top: -100px;
}

.events-container .upcoming-events{
    margin-top:30px;
}

}