    body,
    html,
    ul {
        margin: 0;
        padding: 0;
    }
    
    body {
        font-family: 'Montserrat', sans-serif;
        overflow-x: hidden;
        background-color: #f5f5f5;
    }
    
    @font-face {
        font-family: 'LatoBlack';
        src: url('fonts/LatoBlack.eot');
        src: url('fonts/LatoBlack.eot') format('embedded-opentype'), url('fonts/LatoBlack.woff2') format('woff2'), url('fonts/LatoBlack.woff') format('woff'), url('fonts/LatoBlack.ttf') format('truetype'), url('fonts/LatoBlack.svg#LatoBlack') format('svg');
    }
    
    @font-face {
        font-family: 'LatoBold';
        src: url('fonts/LatoBold.eot');
        src: url('fonts/LatoBold.eot') format('embedded-opentype'), url('fonts/LatoBold.woff2') format('woff2'), url('fonts/LatoBold.woff') format('woff'), url('fonts/LatoBold.ttf') format('truetype'), url('fonts/LatoBold.svg#LatoBold') format('svg');
    }
    
    @font-face {
        font-family: 'LatoLight';
        src: url('fonts/LatoLight.eot');
        src: url('fonts/LatoLight.eot') format('embedded-opentype'), url('fonts/LatoLight.woff2') format('woff2'), url('fonts/LatoLight.woff') format('woff'), url('fonts/LatoLight.ttf') format('truetype'), url('fonts/LatoLight.svg#LatoLight') format('svg');
    }
    
    @font-face {
        font-family: 'LatoRegular';
        src: url('fonts/LatoRegular.eot');
        src: url('fonts/LatoRegular.eot') format('embedded-opentype'), url('fonts/LatoRegular.woff2') format('woff2'), url('fonts/LatoRegular.woff') format('woff'), url('fonts/LatoRegular.ttf') format('truetype'), url('fonts/LatoRegular.svg#LatoRegular') format('svg');
    }
    
    @font-face {
        font-family: 'GothamBold';
        src: url('fonts/GothamBold.eot');
        src: url('fonts/GothamBold.eot') format('embedded-opentype'), url('fonts/GothamBold.woff2') format('woff2'), url('fonts/GothamBold.woff') format('woff'), url('fonts/GothamBold.ttf') format('truetype'), url('fonts/GothamBold.svg#GothamBold') format('svg');
    }
    
    @font-face {
        font-family: 'GothamLight';
        src: url('fonts/GothamLight.eot');
        src: url('fonts/GothamLight.eot') format('embedded-opentype'), url('fonts/GothamLight.woff2') format('woff2'), url('fonts/GothamLight.woff') format('woff'), url('fonts/GothamLight.ttf') format('truetype'), url('fonts/GothamLight.svg#GothamLight') format('svg');
    }
    
    @font-face {
        font-family: 'GothamMedium';
        src: url('fonts/GothamMedium.eot');
        src: url('fonts/GothamMedium.eot') format('embedded-opentype'), url('fonts/GothamMedium.woff2') format('woff2'), url('fonts/GothamMedium.woff') format('woff'), url('fonts/GothamMedium.ttf') format('truetype'), url('fonts/GothamMedium.svg#GothamMedium') format('svg');
    }
    
    li {
        list-style: none;
    }
    
    a {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        outline: none;
    }
    
    a:hover,
    a:focus {
        text-decoration: none;
        outline: none;
    }
    
    .p0 {
        padding: 0px;
    }
    /*---------- Header style ----------*/
    
    header .top_header {
        padding: 40px 0px;
    }
    
    header .top_header nav {
        padding: 10px 0px 0px;
    }
    
    header .top_header nav.main_menu {
        float: right;
    }
    
    header .top_header nav.main_menu li {
        float: left;
    }
    
    header .top_header nav.main_menu li a {
        font-size: 14px;
        font-family: "Lato", sans-serif;
        font-weight: bold;
        color: #989898;
        padding: 0px 15px;
    }
    
    header .top_header nav.main_menu li a:hover {
        color: #2e3192;
    }
    
    header .top_header .brand-logo img {
        max-width: 100%;
    }
    
    header .top_header>.row {
        align-items: center;
    }
    
    #navigation {
        position: relative;
        z-index: 100;
    }
    
    #navbarSupportedContent {
        justify-content: center;
    }
    
    .main-menu #menu-main-menu, .main-menu #menu-main-menu-us {
        float: right;
    }
    
    .main-menu #menu-main-menu li, .main-menu #menu-main-menu-us li {
        float: left;
    }
    
    .main-menu #menu-main-menu li a, .main-menu #menu-main-menu-us li a {
        font-size: 14px;
        font-family: "Lato", sans-serif;
        font-weight: bold;
        color: #666;
        padding: 10px 12px;
        display: block;
        text-transform: uppercase;
    }
    
    .main-menu #menu-main-menu li a:hover, .main-menu #menu-main-menu-us li a:hover {
        color: #2e3192;
    }
    
    .main-menu #menu-main-menu li.current-menu-ancestor a,
    .main-menu #menu-main-menu li.current-menu-item a,
	.main-menu #menu-main-menu-us li.current-menu-ancestor a,
    .main-menu #menu-main-menu-us li.current-menu-item a {
        color: #2e3192;
    }
    /*---------- Header style ----------*/
    /*---------- banner style ----------*/
    
    .banner {
        width: 100%;
        height: 700px;
        padding: 0px 0px;
        background-size: 450px !important;
        background-repeat: no-repeat !important;
        background-position: right !important;
    }
    
    .home-banner-content {
        padding-top: 5%;
    }
    
    .tab-banner {
        display: none;
    }
    
    .home-banner-content h2 {
        font-family: 'GothamBold';
        color: #2e3192;
        font-size: 43px;
    }
    
    .home-banner-content h3 {
        font-size: 32px;
        color: #2b2b2b;
        font-family: 'LatoRegular';
    }
    
    .home-banner-content p {
        color: #2e3192;
        font-size: 20px;
        font-style: italic;
        font-weight: bold;
    }
    
    .home-banner-content a {
        background: #ed1c24;
        color: #ffffff;
        font-size: 18px;
        margin-top: 20px;
        padding: 10px 35px;
        display: inline-block;
    }
    
    .home-about {
        text-align: center;
        position: relative;
        margin-top: -50px;
    }
    
    .home-about a,
    .home-contact-tabs .tab-content input[type="submit"] {
        background: #ed1c24;
        color: #ffffff;
        font-size: 18px;
        margin-top: 20px;
        padding: 10px 32px;
        display: inline-block;
        line-height: 20px;
    }
    
    .home-about a {
        font-size: 14px;
        padding: 8px 24px;
    }
    
    .home-about h3,
    .our-team-home h3,
    .resources-home h3,
    .books-wrap-home h3,
    .contact-home h3 {
        color: #2e2e2e;
        font-size: 24px;
        font-family: 'GothamBold';
        position: relative;
    }
    
    .home-about h3:after,
    .our-team-home h3:after,
    .resources-home h3:after,
    .books-wrap-home h3:after,
    .contact-home h3:after {
        position: absolute;
        content: '';
        bottom: -9px;
        left: 0;
        right: 0;
        margin: auto;
        background: #ed1c24;
        width: 5%;
        height: 3px;
    }
    
    .team-member-desc h3:after {
        background: none;
    }
    
    .home-about p {
        font-size: 18px;
        color: #333;
        font-family: 'LatoRegular';
        width: 82%;
        text-align: center;
        margin: auto;
        margin-top: 50px;
    }
    
    .our-team-home {
        text-align: center;
        margin-top: 140px;
    }
    
    .our-team-home .container {
        padding: 0;
    }
    
    .team-member-wrap {
        margin-top: 70px;
    }
    
    .team-member {
        float: left;
        /* width: 25%;*/
        position: relative;
        transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
    }
    
    .team-member img {
        max-width: 100%;
        height: auto;
    }
    /*.team-member:hover { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); z-index: 1; }*/
    
    .team-member img {
        transition: transform 1s;
    }
    
    .team-member figure {
        margin-bottom: 0px;
/*         height: 348px; */
        overflow: hidden;
    }
    /* .team-member img:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
} */
    
    .team-member-desc {
        /*position: absolute;*/
        content: 0;
        /*left: 20px;*/
        bottom: 0px;
        text-align: left;
        /* height: 90px;*/
        background-color: #fff;
        color: #333333;
        padding: 10px 15px;
    }
    
    .team-member-desc a {
        color: #485bdb;
        font-weight: bold;
        /* display: none;*/
    }
    
    .team-member:hover>.team-member-desc a {
        display: block;
    }
    
    .team-member-desc h3,
    .resource-home-wrap .resources-desc h3 {
        color: #2e3192;
        font-size: 18px;
        font-weight: 700;
        margin-top: 10px;
        display: block;
    }
    
    .team-member-desc h3 a,
    .resource-home-wrap .resources-desc h3 a {
        color: #2e3192;
    }
    
    .team-member-desc h3:after {
        right: auto;
        width: 20%;
        bottom: -15px;
    }
    
    .team-member-desc p {
        font-family: 'LatoRegular';
        color: #333333;
        font-size: 15px;
        margin-bottom: 10px;
        font-weight: 600;
    }
    
    .single-post-detail-page {
        background: #ffffff !important;
    }
    
    .single-post-detail-page .entry {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    .resources-home,
    .books-home,
    .contact-home,
    .books-wrap-home {
        margin-top: 90px;
        text-align: center;
    }
    
    .contact-home {
        margin-bottom: 50px;
    }
    
    .resource-home-wrap {
        margin-top: 60px;
    }
    
    .resource-home-wrap .resources-desc {
        text-align: left;
    }
    
    .resource-home-wrap .resources-desc h3:after {
        display: none;
    }
    
    .resource-home-wrap .resources-desc p {
        font-size: 18px;
        color: #989898;
        font-family: 'LatoRegular';
        margin: auto;
    }
    
    .resource-home-wrap .resources-desc a {
        /* color: #485bdb;
    font-family: 'LatoBold';
    font-size: 16px;
    margin-top: 20px;
    display: inline-block; */
    }
    
    .books-wrap-home .books-bg {
        margin-top: 60px;
        position: relative;
    }
    
    .books-wrap-home .book-item a {
        position: absolute;
        bottom: 25px;
        right: 64px;
        opacity: 0;
    }
    
    .books-wrap-home .book-item:hover a {
        opacity: 1;
    }
    
    .books-wrap-home .book-item {
        position: relative;
        margin-bottom: 20px;
    }
    
    .books-wrap-home .book-item img {
        display: block;
        margin: auto;
        transition: transform 1s;
        -webkit-box-shadow: 1px 0px 21px -2px rgba(158, 158, 158, 1);
        -moz-box-shadow: 1px 0px 21px -2px rgba(158, 158, 158, 1);
        box-shadow: 1px 0px 21px -2px rgba(158, 158, 158, 1);
        /*-webkit-box-shadow: -1px 2px 25px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 2px 25px -2px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 2px 25px -2px rgba(0, 0, 0, 0.75);*/
    }
    
    .books-wrap-home .book-item:hover>img {
        -ms-transform: scale(1.05);
        /* IE 9 */
        -webkit-transform: scale(1.05);
        /* Safari 3-8 */
        transform: scale(1.05);
    }
    
    .books-wrap-home .books-inner-bg {
        position: absolute;
        bottom: -122px;
        z-index: -1;
    }
    
    .books-wrap-home .books-inner-bg img {
        max-width: 100%;
    }
    
    .books-wrap-home .book-item .middle {
        transition: 1s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
        background: #000000;
        right: 0;
        bottom: 0px;
        width: 90%;
        height: 105%;
    }
    
    .books-wrap-home .book-item:hover .middle {
        opacity: 0.5;
    }
    
    .home-contact-tabs {
        margin-top: 40px;
    }
    
    .home-contact-tabs ul.nav-pills {
        width: 200px;
        margin: auto;
    }
    
    .home-contact-tabs ul.nav-pills li a {
        background: #e3e3e3;
        color: #6f6f6f;
        font-size: 14px;
        font-family: 'LatoRegular';
        border-radius: 0;
        width: 100px;
        text-align: center;
    }
    
    .home-contact-tabs ul.nav-pills li a.active {
        background: #3e4095;
        color: #ffffff;
    }
    
    .home-contact-tabs .tab-content {
        width: 80%;
        max-width: 600px;
        margin: auto;
        margin-top: 30px;
    }
    
    .home-contact-tabs .tab-content .wpcf7-not-valid-tip {
        text-align: left;
        font-size: .8rem;
    }
    
    .home-contact-tabs .tab-content span.label {
        position: absolute;
        left: 20px;
        top: 8px;
        z-index: 9999;
        background: #ffffff;
        color: #676565;
        padding: 5px;
        font-size: 14px;
        font-family: 'LatoRegular';
    }
    
    .home-contact-tabs .tab-content input,
    .home-contact-tabs .tab-content textarea,
    .home-contact-tabs .tab-content label {
        width: 100%;
    }
    
    .home-contact-tabs .tab-content input,
    .home-contact-tabs .tab-content textarea {
        height: 40px;
        border: 1px solid #c6c6c6;
        padding: 10px;
    }
    
    .home-contact-tabs .tab-content textarea {
        height: 100px;
    }
    
    .home-contact-tabs .tab-content input[type="submit"] {
        text-transform: uppercase;
        font-size: 14px;
/*         font-family: 'GothamMedium'; */
        width: 150px;
        padding: 0 40px;
        cursor: pointer;
        height: 35px;
    }
    /*---------- About style ----------*/
    
    .home-about:before,
    .home-about:after {
        content: '';
        position: absolute;
        left: 0;
        top: 45px;
        background: url(https://marcellus.in/wp-content/uploads/2018/11/about-section-bg.png) no-repeat 0;
        background-position: left;
        width: 419px;
        height: 465px;
    }
    
    .home-about:after {
        right: 0 !important;
        transform: rotateY(180deg);
        left: auto;
        top: 45px;
    }
    
    .about-banner-bg h2,
    .about-banner-bg h1 {
        font-family: 'GothamBold';
        font-size: 34px;
        color: #ffffff;
        height: 143px;
        padding: 50px 0;
    }
    
    .about-page h3 {
        font-size: 30px;
        color: #2e2e2e;
        font-family: 'LatoRegular';
        margin-top: 0;
        margin-bottom: 30px;
    }
    
    .about-page .about-content {
        /* margin-top: 30px; */
    }
    
    .disclaimer-content,
    .privacy-content,
    .terms-conditions-content {
        margin-top: 30px;
        padding: 0 20px 30px;
    }
    
    .terms-conditions-content ul li {
        list-style-type: disc;
        list-style-position: inside;
        text-indent: -1.5em;
        padding-left: 1.5em;
    }
    
    .about-page .about-content p,
    .about-page .about-content ul li,
    .disclaimer-content p,
    .disclaimer-content span,
    .privacy-content p,
    .privacy-content span,
    .terms-conditions-content p,
    .terms-conditions-content span,
    .terms-conditions-content ul li,
    .job-description ul li {
        /* font-family: 'LatoRegular', serif; */
        color: #333333;
        text-align: justify;
        line-height: 25px;
        font-size: 16px;
        font-family: 'LatoRegular';
    }
    
    .about-page .about-content ul li {
        padding-left: 20px;
        margin-bottom: 15px;
    }
    
    .about-page .about-content ul li:before {
        content: "\2022";
        color: #2e3192;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }
    
    .about-content .about-img-bottom {
        position: absolute;
        bottom: -45px;
        right: -55px;
    }
    /*---------- Media Coverage style ----------*/
    
    .media-coverage-page {
        background: #f5f5f5;
        /* padding-bottom:50px; */
    }
    
    .media-banner-bg h2 {
        font-family: 'GothamBold';
        font-size: 34px;
        color: #ffffff;
        height: 143px;
        padding: 50px 0;
    }
    
    .media-coverage-page .media-cover-content {
        margin-top: 70px;
    }
    
    .media-cover-wrap {
        background: #ffffff;
        padding: 20px;
    }
    
    .media-cover-wrap figure {
        margin-bottom: 0px;
    }
    
    .media-cover-wrap figure img {
        width: 100%;
        max-height: 200px;
    }
    
    .media-cover-wrap .blog-item-info {
        padding: 20px 20px 10px 20px;
    }
    
    .media-cover-wrap h3 {
        color: #2e3192;
        font-size: 20px;
        font-family: 'LatoRegular';
        font-weight: 700;
        margin-top: 20px;
        min-height: 72px;
    }
    
    .media-cover-wrap h3 span {
        font-family: 'LatoRegular';
    }
    
    .media-cover-wrap p.media-description {
        font-family: 'LatoRegular';
        color: #333333;
        font-size: 15px;
        min-height: 66px;
        line-height: 25px;
    }
    
    .media-cover-wrap p.published,
    .sidebar-box .post-info .published,
    .publish-date {
        color: #7a7a7a;
        font-size: 12px;
        font-family: 'LatoRegular';
    }
    
    .media-cover-wrap p.published .publish-date {
        font-style: italic;
    }
    
    .media-cover-wrap p.published .publish-by {
        font-size: 14px;
        color: #7a7a7a;
        font-family: 'LatoBold';
    }
    
    .media-cover-wrap p.published .month,
    .sidebar-box .post-info .month {
        font-weight: bold;
        background: #ed1c24;
        color: #fff;
        padding: 2px 10px;
    }
    
    .jobs-page .job-content a {
        /* background: #2e3192;*/
        color: #ffffff;
        text-transform: uppercase;
        padding: 6px 20px;
        font-family: 'GothamMedium';
        color: #000000;
    }
    /*---------- Jobs style ----------*/
    
    .jobs-page,
    .our-team-page {
        background: #f5f5f5;
        padding-bottom: 50px;
    }
    
    .jobs-page .jobs-heading {
        margin-top: 70px;
    }
    
    .jobs-page .jobs-wrap {
        margin-top: 40px;
        background: #ffffff;
    }
    
    .jobs-page .jobs-wrap .jobs-image img {
        width: 100%;
    }
    
    .jobs-page .job-content {
        padding: 20px;
    }
    
    .jobs-page .job-content h3 {
        color: #2e3192;
        font-family: 'LatoRegular';
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 30px;
        position: relative;
    }
    
    .jobs-page .job-content h3:after {
        position: absolute;
        content: '';
        width: 35px;
        height: 2px;
        background: #2e3192;
        bottom: -8px;
        left: 0;
    }
    
    .jobs-page .job-content h4 {
        color: #727272;
        font-size: 16px;
        font-family: 'LatoLight';
        font-weight: 700;
    }
    
    .jobs-page .job-content p.description {
        font-size: 15px;
        font-family: 'LatoLight';
    }
    
    .jobs-page .job-content p.job-location img {
        margin-right: 10px;
    }
    
    .jobs-page .job-content p.job-location {
        font-size: 18px;
        color: #7a7a7a;
        font-family: 'LatoRegular';
        font-style: italic;
    }
    
    .jobs-page .job-content p.posted {
        font-size: 12px;
        font-family: 'LatoRegular';
        color: #7a7a7a;
    }
    
    .jobs-page .job-content p.posted span {
        font-style: italic;
    }
    /*---------- Our Team style ----------*/
    
    .our-team-content {
        /* margin-top:70px; */
    }
    
    .our-team-page {
        overflow: hidden;
    }
    
    .our-team-content .our-team-img img {
        max-width: 100%;
        height: auto;
    }
    
    .our-team-content .our-team-title {
        border-left: 3px solid #ed1c24;
        padding-left: 15px;
        margin-bottom: 25px;
    }
    
    .our-team-content .our-team-title h3 {
        font-family: 'LatoBold';
        font-size: 27px;
        color: #010101;
    }
    
    .our-team-content .our-team-title h5 {
        font-family: 'LatoRegular';
        font-size: 22px;
        color: #010101;
    }
    
    .our-team-content .our-team-description p {
        font-family: 'LatoRegular';
        color: #333333;
        text-align: justify;
        line-height: 25px;
        font-size: 16px;
    }
    
    .our-team-content .our-team-description p span {
        display: block;
        font-weight: 600;
    }
    
    .our-team-content li {
        padding: 60px 0;
    }
    
    .our-team-content li:first-child {
        margin-top: -8px;
    }
    
    .our-team-content li:nth-child(even) .our-team-img {
        width: 25%;
        float: right;
    }
    
    .our-team-content li:nth-child(even) .our-team-description {
        width: 68%;
        float: left;
    }
    
    .our-team-content li:nth-child(odd) .our-team-img {
        width: 25%;
        float: left;
    }
    
    .our-team-content li:nth-child(odd) .our-team-description {
        width: 68%;
        float: right;
    }
    
    .our-team-content li:nth-child(odd) {
        background: #fff;
    }
    
    .our-team-content li:nth-child(even) .our-team-title {
        border-color: #2e3192;
    }
    
    .our-team-content li p:first-of-type:first-letter {
        /* color: red; */
    }
    
    .job-wrap {
        padding: 20px 10px 10px;
        border-bottom: 1px solid #f5eeee;
    }
    
    .job-wrap h4 {
        font-family: 'LatoBold';
        font-size: 20px;
        color: #010101;
        position: relative;
        display: inline-block;
    }
    /*.job-wrap h4:after{
  position: absolute;    
    width: 100%;
    height: 1px;
    content: '';
    left: 0;
    bottom: -5px;
    }
.job-wrap:nth-child(even) h4:after {
    background: #2e3192;
}
.job-wrap:nth-child(odd) h4:after {
    background: #ed1c24;
}*/
    
    .job-description {
        margin-top: 10px;
    }
    
    .job-description ul {
        list-style: none;
    }
    
    .job-description ul li {
        padding: 0 20px !important;
    }
    
    .job-description ul li:before {
        /*display:none !important;*/
    }
    
    .job-wrap:last-child {
        border: none;
    }
    
    footer {
        /*margin-top: 50px;*/
        /*position:fixed;
  bottom:0;
  left:0;
  right:0;*/
    }
    
    footer .footer-menu {
        background: #ececec;
        /*margin-top: 30px;*/
        padding: 15px;
    }
    
    footer .footer-menu ul {
        margin: auto;
    }
    
    footer ul li a {
        color: #000000;
        font-size: 14px;
        margin: 10px 10px;
        font-family: 'LatoRegular';
        font-weight: 700;
    }
    
    footer .social-icons li {
        float: left;
    }
    
    .copyright-section {
        background: #d1d1d1;
        padding: 15px;
    }
    
    .copyright-section #copyright {
        text-align: center;
    }
    
    footer .social-icons li .fa {
        font-size: 20px;
        font-weight: bold;
    }
    
    footer .social-icons li .fa-facebook {
        color: #3a589e;
    }
    
    footer .social-icons li .fa-google-plus {
        color: #e1493b;
    }
    
    footer .social-icons li .fa-twitter {
        color: #3b98d3;
    }
    
    footer .social-icons li .fa-youtube-play {
        color: #ee2424;
    }
    
    footer .social-icons li .fa-linkedin {
        color: #0b75b3;
    }
    
    footer .social-icons li .fa-pinterest-p {
        color: #bf2025;
    }
    
    .media-cover-content li {
        width: 45%;
        float: left;
        position: relative;
        margin: 0 28px 50px;
    }
    
    .media-cover-content li .media-cover-wrap img {
        width: 100%;
        height: auto;
    }
    
    .media-cover-wrap a {
        color: #2e3192;
        position: relative;
        /*bottom: -35px;*/
    }
    
    .media-cover-wrap a:hover {
        /*background: #ed1c24;*/
        color: red;
    }
    
    .media-cover-wrap .media-img {
        max-height: 230px;
        overflow: hidden;
    }
    
    .contact-us p {
        text-align: center;
    }
    
    h3.section-title {
        color: #2e2e2e;
        font-size: 24px;
        font-family: 'GothamBold';
        position: relative;
    }
    
    h3.section-title:after {
        position: absolute;
        content: '';
        bottom: -9px;
        left: 0;
        right: 0;
        margin: auto;
        background: #ed1c24;
        width: 5%;
        height: 3px;
    }
    
    .resource-content li {
        width: calc(50% - 36px);
        float: left;
        position: relative;
        margin: 0 18px 50px;
    }
    
    .resource-content li .media-cover-wrap img {
        width: 100%;
        height: auto;
    }
    
    .main-menu #menu-main-menu li, .main-menu #menu-main-menu-us li {
        position: relative;
    }
    
    .main-menu #menu-main-menu li ul.sub-menu, .main-menu #menu-main-menu-us li ul.sub-menu {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        background: #fff;
        width: 270px;
        padding: 5px 12px;
        z-index: 1;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        display: none;
    }
    
    .main-menu #menu-main-menu li ul.sub-menu li, .main-menu #menu-main-menu-us li ul.sub-menu li {
        float: none;
    }
    
    .main-menu #menu-main-menu li ul.sub-menu .sub-menu, .main-menu #menu-main-menu-us li ul.sub-menu .sub-menu {
        display: none;
    }
    
    .main-menu #menu-main-menu li.menu-item-has-children a, .main-menu #menu-main-menu-us li.menu-item-has-children a {
        padding-right: 30px;
    }
    
    .main-menu #menu-main-menu li ul.sub-menu li a, .main-menu #menu-main-menu-us li ul.sub-menu li a {
        display: block;
        padding: 8px 15px;
    }
    
    .main-menu #menu-main-menu li:hover>ul.sub-menu,
    .main-menu #menu-main-menu li .sub-menu li:hover>ul.sub-menu,
    .main-menu #menu-main-menu-us li:hover>ul.sub-menu,
    .main-menu #menu-main-menu-us li .sub-menu li:hover>ul.sub-menu {
        display: block;
    }
    
    .main-menu #menu-main-menu li:hover ul.sub-menu .sub-menu, .main-menu #menu-main-menu-us li:hover ul.sub-menu .sub-menu {
        right: 0px;
        margin: 0px;
        top: 0px;
        left: 100%
    }
    
    #menu-main-menu .menu-item-has-children>a, #menu-main-menu-us .menu-item-has-children>a {
        position: relative;
    }
    
    #menu-main-menu .menu-item-has-children>a:after, #menu-main-menu-us .menu-item-has-children>a:after {
        content: '';
        background: url(images/down-arrow.png);
        width: 20px;
        height: 20px;
        position: absolute;
        right: 5px;
        background-size: 70%;
        background-repeat: no-repeat;
        opacity: .7;
        top: 12px;
    }
    
    #menu-main-menu .sub-menu .menu-item-has-children>a:after, #menu-main-menu-us .sub-menu .menu-item-has-children>a:after {
        transform: rotate(-90deg);
    }
    
    .footer-menu .menu-item-has-children {
        display: none;
    }
    
    .what-we-read {
        background: #fff;
    }
    
    .section-padding {
        padding: 50px 0;
    }
    
    .what-we-read ul {
        overflow: hidden;
        margin: 10px 0 40px;
        padding: 15px 0;
    }
    
    .what-we-read ul li {
        float: left;
        width: 23%;
        border: solid 1px rgba(0, 0, 0, 0.05);
        margin-right: 20px;
        margin-bottom: 10px;
        padding: 12px 5px;
        transition: all linear 0.2s;
        -webkit-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
    }
    
    .what-we-read ul li:hover {
        box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.08);
    }
    
    .what-we-read ul li a {
        background: url('images/pdf.png') no-repeat left center;
        display: inline-block;
        background-size: contain;
        padding: 14px 30px 14px 68px;
        width: 100%;
        color: #888;
    }
    
    .videowrap {
        position: relative;
        background: #fff;
    }
    
    .videowrap figure {
        height: 200px;
        overflow: hidden;
    }
    
    .videowrap h4 {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        margin-top: 15px;
    }
    
    .videowrap a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 77%;
        text-align: center;
        line-height: 190px;
        font-size: 50px;
        color: #fff;
        max-height: 197px;
    }
    
    .videowrap a .fa {
        border-radius: 50%;
        background: rgba(255, 255, 255, .8);
        width: 50px;
        height: 50px;
        font-size: 23px;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .videowrap:hover a {
        opacity: 1;
        background: rgba(0, 0, 0, 0.4);
    }
    
    .videowrap .videowrap-info {
        padding: 5px 10px
    }
    
    .media-cover-wrap p.media-description {
        min-height: 110px;
    }
    /*new item for video*/
    
    section.videowrap figure {
        margin-bottom: 0px;
    }
    
    section.videowrap img {
        width: 100%;
    }
    
    section.videowrap .videowrap-info {
        padding: 20px 20px 10px 20px;
    }
    
    section.videowrap a {
        position: relative;
        line-height: normal;
        max-height: inherit;
        height: inherit;
    }
    
    section.videowrap .videowrap-info a {
        color: #2e3192;
    }
    
    section.videowrap .blog-title-h2 a {
        text-transform: inherit;
        font-size: inherit;
        line-height: 24px;
    }
    
    section.videowrap a.more-detail {
        line-height: normal;
        max-height: normal;
        height: auto;
        text-transform: uppercase;
        font-size: 13px;
    }
    
    section.videowrap figure a {
        height: 100%;
        display: block
    }
    
    section.videowrap figure a:after {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        content: '';
        background: rgba(0, 0, 0, 0);
        content: '';
        z-index: 2;
        transition: .3s all;
    }
    
    section.videowrap:hover figure a:after {
        background: rgba(0, 0, 0, .15);
    }
    
    section.videowrap figure a .fa {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 10;
    }
    
    section.videowrap:hover .videowrap-info a,
    section.videowrap:hover a {
        background: none !important;
    }
    
    section.videowrap a.more-detail:hover {
        color: #ed1c24;
    }
    
    .blog-details {
        padding: 30px 0;
    }
    
    .blog-details p {
        color: #333333;
        font-size: 16px;
        font-family: 'LatoRegular';
        line-height: 25px;
        /*font-family: 'LatoRegular', serif;*/
        /* color: #333333; */
        text-align: justify;
    }
    
    .blog-details ul,
    .blog-details ol {
        padding: 0;
        margin: 0;
    }
    
    .blog-details li {
        /* font-family: 'LatoRegular', serif;
    color: #333333;
    font-size: 16px; */
        list-style-type: inherit;
        list-style-position: inside;
        margin-bottom: 0.8rem;
        line-height: 25px;
        color: #333;
        font-size: 16px;
        font-family: 'LatoRegular';
    }
    
    .blog-details p strong {
        color: #333;
    }
    
    .blog-details ul {
        padding-left: 25px;
    }
    
    .blog-details ul li {
        list-style-position: inside;
        list-style: square;
        /* color: #333333;
    font-size: 16px;
    font-family: 'LatoRegular', serif; */
        line-height: 25px;
    }
    
    .nxt-prev-nav {
        /* border-top: solid 1px rgba(0, 0, 0, 0.05); */
        padding: 15px 0;
        margin-top: 35px;
    }
    
    .nxt-prev-nav a {
        color: #989898;
        font-size: 14px;
        margin: 0 5px;
    }
    
    .nxt-prev-nav a:hover {
        color: #333;
    }
    
    .nxt-prev-nav a[rel="prev"] {}
    
    .nxt-prev-nav a[rel="next"] {}
    
    .team-member-wrap .owl-item .team-member {
        width: 100%;
        padding: 0 15px;
    }
    
    .team-member-wrap .owl-item .team-member-desc a img {
        width: initial;
        display: inline-block;
    }
    
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        color: #ed1c24;
        outline: none;
        border: none;
        font-size: 45px;
        line-height: 40px;
    }
    
    .owl-theme .owl-nav [class*=owl-]:hover {
        background: transparent;
        color: #ed1c24;
    }
    
    @media screen and (min-width:992px) {
        .main-menu #menu-main-menu>li>a:before,
        #menu-main-menu>li.current-menu-item.current-menu-parent a:before,
        .main-menu #menu-main-menu-us>li>a:before,
        #menu-main-menu-us>li.current-menu-item.current-menu-parent a:before {
            background: #2e3192;
            content: '';
            height: 2px;
            position: absolute;
            bottom: 0px;
            width: 0px;
            margin: auto;
            left: 0px;
            right: 0px;
            transition: .3s all;
        }
        .main-menu #menu-main-menu>li:hover>a, .main-menu #menu-main-menu-us>li:hover>a {
            color: #2e3192;
        }
        .main-menu #menu-main-menu>li:hover>a:before,
        #menu-main-menu>li.current-menu-item a:before,
        .main-menu #menu-main-menu-us>li:hover>a:before,
        #menu-main-menu-us>li.current-menu-item a:before {
            width: 100%;
        }
        #menu-main-menu li .sub-menu li.current-menu-item a, #menu-main-menu-us li .sub-menu li.current-menu-item a {
            color: #ed1c24;
        }
    }
    
    @media (min-width:768px) and (max-width:991px) {
        /* .banner .tab-banner img {
        height: 250px !important;
        position: relative;
        margin-top: -60px;
    } */
        .tab-banner img {
            height: 300px !important;
            position: absolute;
            right: 0;
            bottom: 250px;
        }
    }
    
    @media screen and (max-width:991px) {
        .top_header>.row {
            align-items: center;
        }
        .top_header .mhide {
            position: absolute;
            right: 200px;
        }
        #navigation .bg-light {
            background-color: transparent !important;
        }
        header .logo {
            margin-top: 0px !important;
        }
        header .logo>img {
            max-width: 100% !important;
        }
        .main-menu .navbar-toggler {
            /* position: absolute;
        top: -45px;
        right: 16px; */
            outline: none;
            border: 0px;
            background: none;
        }
        .main-menu .navbar-toggler .navbar-toggler-icon {
            background-image: none;
            height: 2px;
            background: #bbb;
            position: relative;
        }
        .main-menu .navbar-toggler .navbar-toggler-icon:before,
        .main-menu .navbar-toggler .navbar-toggler-icon:after {
            height: 2px;
            background: #bbb;
            content: '';
            width: 100%;
            position: absolute;
            right: 0px;
            transition: .3s all;
        }
        .main-menu .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon:before {
            bottom: 8px;
        }
        .main-menu .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon:after {
            top: 8px;
        }
        .main-menu .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
            bottom: 8px;
            width: 50%;
        }
        .main-menu .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
            top: 8px;
            width: 50%;
        }
        .main-menu #menu-main-menu li a, .main-menu #menu-main-menu-us li a {
            color: #2e3192;
        }
        .main-menu #menu-main-menu li, .main-menu #menu-main-menu-us li {
            display: block;
            float: none;
            text-align: left;
            margin: 0px;
            border-bottom: 1px solid #ffffff;
        }
        #menu-main-menu .menu-item-has-children>a:after, #menu-main-menu-us .menu-item-has-children>a:after {
            right: 14px;
            top: 20px;
            transform: rotate(-90deg);
        }
        #menu-main-menu .menu-item-has-children>a.open:after, #menu-main-menu-us .menu-item-has-children>a.open:after {
            transform: rotate(0deg);
        }
        .main-menu #menu-main-menu, .main-menu #menu-main-menu-us {
            float: none;
        }
        .main-menu #menu-main-menu li:hover ul.sub-menu, .main-menu #menu-main-menu-us li:hover ul.sub-menu {
            position: relative;
            width: 100%;
            box-shadow: none;
            padding: 5px 10px;
        }
        .main-menu #menu-main-menu li:hover ul.sub-menu ul.sub-menu, .main-menu #menu-main-menu-us li:hover ul.sub-menu ul.sub-menu {
            left: 0px;
        }
        .main-menu #menu-main-menu li .sub-menu a, .main-menu #menu-main-menu-us li .sub-menu a {
            color: #333
        }
        .main-menu #menu-main-menu li .sub-menu ul li a, .main-menu #menu-main-menu-us li .sub-menu ul li a {
            color: #333;
            font-weight: normal;
        }
        .main-menu .menu-main-menu-container {
            overflow: auto;
            height: 100vh;
            padding-bottom: 40px;
        }
        #navigation {
            width: 100%;
            left: 0px;
            position: relative;
        }
        .navbar-collapse {
            background-color: #f8f9fa!important;
            position: fixed;
            width: 100%;
            height: 100vh;
            top: 88px;
            left: -100%;
            transition: .2s ease-in-out;
            padding-bottom: 100px;
            overflow: auto;
        }
        .navbar-collapse.collapse.show {
            left: 0px
        }
        .main-menu #menu-main-menu li a, .main-menu #menu-main-menu-us li a {
            color: #2e3192;
            display: block;
            padding: 15px 10px !important;
        }
        .banner {
            position: relative;
        }
        .home-about:before,
        .home-about:after {
            content: '';
            position: absolute;
            left: 0;
            top: 100px;
            background: url(https://marcellus.in/wp-content/uploads/2018/11/about-section-bg.png) no-repeat 0;
            background-position: left;
            width: 180px;
            height: 245px;
            background-size: contain;
        }
        .home-about:after {
            right: 0 !important;
            transform: rotateY(180deg);
            left: auto;
            top: 100px;
        }
        header .top_header nav {
            padding: 0;
            /* margin-top: 35px; */
        }
        header .top_header {
            padding: 20px 0px 20px 0px;
        }
        header .brand-logo {
            order: 1
        }
        header .menu {
            order: 3
        }
        header .getintouch {
            order: 2
        }
        .tab-banner {
            display: block;
        }
        .banner {
            background: none !important;
        }
        .home-banner-content h2 {
            font-size: 35px;
        }
        .home-banner-content h3 {
            font-size: 28px;
        }
        .home-banner-content {
            padding-right: 22%;
        }
        .tab-banner img {
            height: 300px;
            position: absolute;
            right: 0;
        }
        .main-menu .navbar-toggler {
            /* position: absolute;
        right: 0;
        top: -77px; */
        }
        .about-page .about-content {
            margin-bottom: 50px;
        }
        .about-content .about-img-bottom {
            right: 0;
        }
        .team-member {
            width: 50%;
            margin-bottom: 15px;
        }
        .team-member-desc {
            left: 50px;
        }
        .resource-home-wrap .resources-desc {
            text-align: center;
            margin-top: 35px;
            margin-bottom: 20px;
        }
        .books-wrap-home .books-inner-bg {
            display: none;
        }
        .main-menu #menu-main-menu, .main-menu #menu-main-menu-us {
            float: none;
        }
        .main-menu #menu-main-menu li, .main-menu #menu-main-menu-us li {
            float: none;
            display: block;
        }
        .main-menu #menu-main-menu li, .main-menu #menu-main-menu-us li {
            display: block;
            float: none;
            margin: 0px;
            border-bottom: 1px solid #ffffff;
            position: relative;
        }
        .home-banner-content {
            padding-right: 28%;
        }
        .resource-content li {
            width: calc(50% - 36px);
            margin: 0 18px 50px;
        }
        footer .footer-menu ul {
            /*width:518px;*/
        }
    }
    
    @media (max-width:767px) {
        .body-hidden {
            overflow: hidden;
        }
        .collapse:not(.show) {
            display: block !important;
        }
        header .top_header {
            padding: 30px 0px;
        }
        .top_header .custombtn {
            font-size: 12px;
            width: auto;
            padding: 10px;
            float: right;
        }
        .top_header .navbar-toggler {
            padding: 0px;
        }
        .banner .tab-banner img {
            height: 250px !important;
            position: relative;
            margin-top: -60px;
        }
        .home-about:before,
        .home-about:after {
            content: '';
            position: absolute;
            left: 0;
            top: 100px;
            background: url(https://marcellus.in/wp-content/uploads/2018/11/about-section-bg.png) no-repeat 0;
            background-position: left;
            width: 180px;
            height: 245px;
            background-size: contain;
        }
        .home-about:after {
            right: 0 !important;
            transform: rotateY(180deg);
            left: auto;
            top: 100px;
        }
        .tab-banner {
            display: block;
            height: 250px;
        }
        .tab-banner img {
            height: 250px;
            float: right;
        }
        header .top_header nav {
            padding: 0;
            margin-top: 5px;
            display: inline;
        }
        .team-member {
            width: 100%;
            margin-bottom: 15px;
        }
        .team-member-desc {
            left: 0;
            right: 0;
            margin: 0 auto;
            text-align: center;
			min-height: 187px;
			
}
        }
        .home-banner-content h1 {
            font-size: 2rem !important;
        }
        .home-seo-section p {
            font-size: .9rem !important;
            padding: 0px 0px !important;
        }
        .home-about h3,
        .our-team-home h3,
        .resources-home h3,
        .books-wrap-home h3,
        .contact-home h3 {
            font-size: 1.4rem;
            clear: both;
        }
        .team-member-desc h3,
        .resource-home-wrap .resources-desc h3 {
            font-size: 1.2rem;
            clear: both;
        }
        .home-about p {
            margin-top: 30px;
            font-size: 1rem;
            width: 100%;
        }
        .about-page .about-content {
            margin-bottom: 30px;
        }
        .about-banner-bg h2,
        .media-banner-bg h2,
        .media-coverage-page .media-banner-bg h2 {
            font-size: 28px;
            text-align: center;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .about-page h3 {
            font-size: 26px;
        }
        .about-img-top img {
            max-width: 100% !important;
        }
        .resource-home-wrap .resource-item {
            margin-bottom: 15px;
        }
        .resource-home-wrap .resource-item img {
            max-width: 100%;
        }
        .resource-home-wrap .resources-desc {
            text-align: center;
        }
        .books-wrap-home .books-inner-bg {
            display: none;
        }
        .books-wrap-home .book-item {
            width: 100%;
            margin-bottom: 15px;
        }
        .team-member-desc h3:after {
            left: 0;
            width: 20%;
            bottom: -15px;
            right: 0;
            margin: auto;
        }
        .home-about {
            margin-top: -80px;
        }
        .our-team-home {
            margin-top: 60px;
        }
        .team-member-wrap {
            margin-top: 40px;
        }
        .video-item {
            margin-bottom: 30px;
        }
        .resources-home,
        .books-home,
        .contact-home,
        .books-wrap-home {
            margin-top: 60px;
        }
        .home-banner-content img {
            width: 30px;
            margin-top: 30px;
        }
        .home-banner-content {
            padding-top: 10%;
            padding-left: 30px;
            /*text-align: center;*/
        }
        .home-banner-content h2 {
            font-size: 18px;
        }
        .home-banner-content h3,
        .home-banner-content p {
            font-size: 18px;
        }
        .banner {
            height: 600px;
/*             background: none !important; */
        }
        header .logo {
            /* margin-left: 10px; */
        }
        .media-banner-bg {
            margin-top: 10px;
        }
        .about-page,
        .jobs-page,
        .our-team-page,
        .media-coverage-page {
            /*margin-top: 40px;*/
        }
        .about-content .about-img-bottom {
            right: 0;
        }
        .our-team-content li:nth-child(odd) .our-team-description,
        .our-team-content li:nth-child(odd) .our-team-img,
        .our-team-content li:nth-child(even) .our-team-img,
        .our-team-content li:nth-child(even) .our-team-description {
            width: 100%;
        }
        .our-team-content li:nth-child(odd) .our-team-img,
        .our-team-content li:nth-child(even) .our-team-img {
            text-align: center;
        }
        .our-team-content .our-team-title {
            text-align: left;
        }
        .resource-content li {
            width: calc(100% - 30px);
            margin: 0 15px 50px;
        }
        .what-we-read ul li {
            float: left;
            width: 45%;
            margin-right: 10px;
            padding: 12px 5px;
            margin-bottom: 10px;
        }
        .what-we-read ul li a {
            padding: 14px 0px 14px 82px;
            width: 100%;
        }
        .media-cover-content li {
            width: 100%;
            margin: 0 0 30px 0;
        }
        .video-section .videowrap {
            text-align: center;
        }
        footer .footer-menu ul li {
            width: 50%;
        }
        footer .copyright-section {
            text-align: center;
        }
        footer ul.social-icons {
            text-align: center;
            margin: 0 auto;
            width: 230px;
            margin-top: 20px;
        }
        .navigation-post .post-img {
            height: 100px !important;
        }
        .navigation-post .post-title a {
            font-size: .85rem !important;
            line-height: 1.4;
        }
        .navigation-post .content {
            padding: 10px 10px 8px !important;
        }
        .navigation-post .post-title {
            min-height: 60px !important;
        }
        a.view-detail {
            font-size: 12px !important;
        }
        .story .navigation-post .post-title {
            min-height: 100px !important;
        }
        .sidebar-wrapper .sidebar-box:first-child {
            margin-top: 15px;
        }
    
    
    @media (max-width:500px) {
        .home-about:before,
        .home-about:after {
            top: 210px !important;
            width: 150px !important;
            height: 245px !important;
        }
        .home-about:after {
            top: 210px !important;
        }
    }
    
    @media (max-width:390px) {
        .what-we-read ul li {
            width: 100% !important;
        }
    }
    
    @media (min-width:768px) {
        .media-cover-content li {
            width: 47%;
            float: left;
            position: relative;
            margin: 0 10px 50px;
        }
        .footer-menu #menu-footer-menu li:after {
            position: absolute;
            content: '/';
            color: #000000;
        }
        .footer-menu #menu-footer-menu li:last-child:after {
            display: none;
        }
        .video-item {
            margin-bottom: 30px;
        }
    }
    
    @media (min-width:992px) {
        .books-wrap-home .book-item {
            float: left;
            width: 33.33%;
            position: relative;
        }
        .home-banner-content {
            padding-right: 30%;
        }
        nav.bg-light {
            background: none !important;
        }
        .about-page .about-content {
            margin-bottom: 50px;
        }
        .jobs-page .jobs-wrap {
            width: 90%;
        }
        footer .footer-menu ul {
            width: 945px;
            margin: auto;
        }
        ul.social-icons {
            float: right;
        }
    }
    
    @media (min-width:768px) and (max-width:1200px) {
        .what-we-read ul li {
            width: 45%;
            margin-bottom: 20px;
        }
        .logo.navbar-brand img {
            width: 90%;
        }
        .main-menu #menu-main-menu li a {
            padding: 0 10px;
        }
    }
    
    @media (min-width:1400px) {
        .banner {
            background-size: 700px !important;
        }
    }
    /* Add Css From Envigo */
    
    .page-title-cus {
        font-family: 'GothamBold' !important;
        font-size: 34px;
        color: #ffffff;
        height: 143px;
        padding: 50px 0;
        margin-bottom: 0px;
    }
    
    @media (max-width:767px) {
        .page-title-cus {
            font-size: 1.5rem !important;
            text-align: center;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px 0px;
        }
        .about-page .about-content p,
        .about-page .about-content ul li,
        .disclaimer-content p,
        .disclaimer-content span,
        .privacy-content p,
        .privacy-content span,
        .terms-conditions-content p,
        .terms-conditions-content span,
        .terms-conditions-content ul li,
        .job-description ul li {
            line-height: 1.4;
            font-size: .9rem;
            color: #333;
        }
    }
    
    #full-content img {
        max-width: 100%;
        height: auto;
    }
    
    .our-team-title-h2 {
        font-family: 'LatoBold';
        font-size: 27px;
        color: #010101;
    }
    
    .our-team-title-h2 a {
        color: #010101;
    }
    
    .author-name-g p {
        text-align: left;
    }
    
    .blog-title-h2 {
        color: #2e3192;
        font-size: 17px;
        font-family: 'LatoRegular';
        font-weight: 700;
        margin-top: 10px;
        min-height: 60px;
        display: block;
    }
    
    .blog-title-h2 a {
        color: #2e3192;
    }
    
    .video-title-h2 {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        margin-top: 15px;
    }
    
    .jobs-title-h2 {
        font-family: 'LatoBold';
        font-size: 20px;
        color: #010101;
        position: relative;
        display: inline-block;
    }
    
    .media-coverage-title-h2 {
        margin-top: 20px;
        min-height: 50px;
    }
    /*---------- banner style ----------*/
    /*  Add Css 17-06-2019  By Envigo*/
    
    .pagination-custom {
        display: block;
        width: 100%;
        margin: 30px 0px 30px;
        font-size: 14px;
        color: #333333;
        font-family: 'LatoRegular';
        text-align: center;
    }
    
    .pagination-custom a {
        color: #2e3192;
        font-weight: 700;
        font-weight: bold;
        font-size: 16px;
        color: black;
        margin: 0px 3px;
        padding: 8px 6px;
        text-decoration: none;
    }
    
    .newsletter p {
        font-family: 'LatoRegular', serif;
        color: #333333;
        text-align: justify;
        line-height: 26px;
    }
    
    .newsletter img {
        max-width: 100%;
    }
    
    .newsletter .media-description {
        min-height: auto !important;
        text-align: left;
    }
    
    .newsletter-items .post-info {
        margin-bottom: 20px;
    }
    
    .newsletter-items .post-info h3 {
        margin-top: 10px;
    }
    
    span.page-numbers.current {
        font-size: 16px;
        background: #2e3192;
        color: #fff;
        margin: 0px 0px;
        padding: 8px 16px
    }
    
    .sfsi_wicons {
        padding-top: 0px;
        margin-top: -5px;
        margin-bottom: 0 !important;
    }
    
    #sfsi_holder {
        height: 24px !important;
    }
    
    .floatingDiv {
        position: absolute;
        right: 104%;
        height: calc(100% - 127px);
        width: 36px;
        top: -100px;
    }
    
    .posRelative {
        position: relative;
    }
    
    .floatingDiv .addthis_inline_share_toolbox {
        padding-top: 127px;
    }
    
    .floatingDiv .at-share-btn-elements a,
    .floatingDiv .at-share-btn-elements a {
        padding: 0px;
        border: 1px solid #ccc;
        border-radius: 50% !important;
        width: 36px;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 9px 0em;
        /*background: #34308e!important;*/
        color: #ffffff!important;
    }
    
    .at-resp-share-element .at-share-btn:focus,
    .at-resp-share-element .at-share-btn:hover {
        transform: none !important;
    }
    
    .fixed-action-btn {
        position: fixed;
        right: 13px;
        bottom: 23px;
        margin-bottom: 0;
        z-index: 998;
    }
    
    .clickToggleIcon {
        display: none;
    }
    
    .at-share-btn-elements a:nth-child(4) {
        background: url('images/upload-symbol.png') no-repeat;
        background-position: center;
    }
    
    .at-share-btn-elements a:nth-child(4) svg {
        display: none;
    }
    
    .at-share-btn-elements a:nth-child(4) .at4-visually-hidden {
        position: absolute;
        clip: auto;
        padding: 0;
        border: 0;
        overflow: hidden;
        font-size: 13px;
        color: #000;
        bottom: -11px;
        line-height: normal;
        height: 15px;
    }
    
    .story-pg {
        position: relative;
        padding-top: 70px;
        word-break: break-word;
        margin: 0 18px 0px;
        height: 100%;
    }
    
    .resource-content .story-gride-layout li {
        position: relative;
        margin: 0 0px 50px;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .story-gride-layout li .media-cover-wrap a {
        position: absolute;
        bottom: -15px;
    }
    
    .category-name {
        background: #ed1b23;
        height: auto;
        width: auto;
        padding: 7px 17px;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        font-weight: 600;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .category-name:after {
        width: 0;
        height: 0;
        border-bottom: 36px solid #ed1b23;
        border-right: 40px solid transparent;
        position: absolute;
        content: '';
        top: 0;
        right: -40px;
    }
    
    .post-time {
        margin: 0 18px 22px;
        font-size: 20px;
        font-weight: 600;
        color: #000;
    }
    
    .next-prev-post h5 a {
        font-size: 18px;
        font-weight: 600;
        color: #2e3192;
        margin: 0;
    }
    
    .next-prev-post a {
        color: #333333;
        margin: 0;
    }
    
    .next-prev-post .border {
        padding: 20px 20px 0px 20px;
        border: 0;
    }
    
    .page-title-custom .page-title-cus {
        color: #000;
        height: auto;
        padding: 20px 0 20px;
        margin: 0;
        line-height: normal;
        font-size: 28px;
    }
    
    .author-name-g {
        font-family: 'LatoRegular', serif;
        color: #333333;
        text-align: left;
        line-height: 26px;
        margin-bottom: 1rem;
    }
    
    .story-gride-layout {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .position-re {
        position: relative;
    }
    
    @media only screen and (max-width: 1280px) {
        .floatingDiv {
            display: none;
            position: fixed;
            width: 36px;
            right: 16px;
            bottom: 77px;
            z-index: 9;
            left: inherit;
            height: 200px;
            top: inherit;
            cursor: pointer;
        }
        .clickToggleIcon {
            display: block;
            z-index: 9999;
        }
        .btn-floating {
            display: inline-block;
            color: #fff;
            position: relative;
            overflow: hidden;
            z-index: 1;
            width: 40px;
            height: 40px;
            line-height: 40px;
            padding: 0;
            background-color: #2e3192;
            border-radius: 50%;
            transition: .3s;
            cursor: pointer;
            vertical-align: middle;
            padding: 10px;
            display: flex;
        }
        .btn-floating img {
            width: 100%;
        }
        .floatingDiv .addthis_inline_share_toolbox {
            padding-top: 0;
        }
    }
    
    @media (max-width:767px) {
        .pagination-custom a {
            padding: 8px 6px;
            font-size: 14px;
        }
        span.page-numbers.current {
            margin: 0px 0px;
            padding: 5px 9px;
            font-size: 15px;
        }
        .sfsi_wicons {
            margin-top: 13px;
        }
        #sfsi_holder {
            height: 43px !important;
        }
        .norm_row {
            float: left;
            min-width: 25px;
            text-align: center !important;
            width: 100% !important;
        }
        .mobile-space {
            margin-top: 15px;
        }
        .resource-content .story-gride-layout li {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
    
    img.our-team-image {
        float: left;
        margin: 0 40px 15px 0;
        max-width: 100%;
    }
    
    .our-team-detail .our-team-title {
        padding-left: 0px;
        margin-bottom: 25px;
        display: inline-block;
    }
    
    .our-team-detail .our-team-title:after {
        background: #ed1c24;
        height: 3px;
        width: 50px;
        content: '';
        display: block;
    }
    
    .our-team-detail .profile_img img {
        height: auto;
    }
    
    .home-seo-section {
        margin-top: 120px;
    }
    
    .home-seo-content {
        column-count: 2;
    }
    
    .home-seo-section p {
        font-size: 16px;
        color: #333333;
        font-family: 'LatoRegular';
        text-align: justify;
        padding: 0px 20px;
    }
    
    .fontstyle p {
        font-family: 'Montserrat', sans-serif;
        color: #333333;
        font-size: 16px;
    }
    /*
.media-cover-wrap a {
    
    bottom: -15px;
    line-height: 15px;
    padding: 17px 20px;
    display: block;
    height: 26px;
    display: flex;
    align-items: center;
}
*/
    
    @media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
        /*.media-cover-wrap a {
        
        bottom: -15px;
        line-height: 15px;
        padding: 17px 20px;
        height: 26px;
        display: flex !important;
        align-items: center;
    }*/
    }
    
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        /* .media-cover-wrap a {
        line-height: 22px;
        height: 36px;
        padding: 12px 20px;
        display: block;
    }*/
    }
    /* Pop Css 09/09/2019  */
    
    .home-contact-tabs .tab-content span.label {
        font-family: 'Raleway', sans-serif;
        font-size: 13px!important;
        color: #676565;
    }
    
    .outerPopup, .resident_cookie_popup {
        line-height: 1.5;
        float: left;
        width: 100%;
        display: none;
    }
    
    .outerPopup .popup-overlay-bg, .resident_cookie_popup  .popup-overlay-bg {
        background: rgba(0, 0, 0, .5);
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999999;
    }
    
    .outerPopup .detail-popup, .resident_cookie_popup .detail-popup {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        z-index: 999;
        transform: translate(-50%, -50%);
        max-width: 400px;
    }
    
    .outerPopup .heading-popup, .resident_cookie_popup .heading-popup {
        background: #3e4095;
        position: relative;
        margin: 0;
        padding: 15px;
        width: 100%;
        float: left;
        color: #fff;
        font-size: 16px;
        padding-right: 80px;
    }
    
    .outerPopup .close-popup,  .resident_cookie_popup .close-popup {
        background: url(https://marcellus.in/wp-content/uploads/2019/09/close-ico.png) no-repeat center right;
        padding-right: 24px;
        display: block;
        float: right;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 20px;
    }
    
    .outerPopup .container-popup,  .resident_cookie_popup .container-popup {
        position: relative;
        float: left;
        width: 100%;
        background: #fff;
        padding: 0px 0px 12px 0px!important;
    }
    
    .home-contact-tabs {
        margin-top: 25px;
    }
    
    .home-contact-tabs .tab-content {
        width: 80%;
        margin: auto;
        margin-top: 23px;
        float: none;
    }
    
    .home-contact-tabs .tab-content .tab-pane {
        padding-top: 0px;
    }
    
    #sendotp {
        display: none;
    }
    
    .otp {
        background-color: #3e4095;
        padding: 5px;
        width: 92px;
        color: #ffffff;
        cursor: pointer;
        outline: none;
        border: solid 1px #000000;
        margin-top: 10px;
        font-size: 12px;
    }
    
    .otp-text {
        font-size: 12px;
        border: solid 1px #f2f2f2;
        padding: 5px 10px;
        background-color: #d7fff8;
    }
    
    .otp-text a {
        font-weight: bold;
        transition: none;
        color: #000;
        text-decoration: underline;
    }
    
    .otp-text a:hover {
        color: #ffffff!important;
        transition: none!important;
    }
    
    @media (max-width:767px) {
        .outerPopup .container-popup {
            padding: 0px 0px 12px 0px!important;
        }
        .outerPopup .detail-popup {
            top: 0px;
            left: 0px;
            width: 100%;
            z-index: 999;
            transform: translate(0, 0);
            max-width: 800px;
            padding: 15px;
            overflow-y: auto;
            height: 100%;
        }
        .home-contact-tabs {
            margin-top: 0px;
        }
        .home-contact-tabs {
            margin-top: 15px!important;
        }
        .mhide {
            /* display: none; */
        }
        .home-seo-content {
            column-count: 1;
        }
    }
    
    .detail-popup span.wpcf7-not-valid-tip {
        font-size: 12px;
    }
    
    .detail-popup div.wpcf7-validation-errors,
    .detail-popup div.wpcf7-acceptance-missing {
        font-size: 12px;
        margin: 0;
    }
    /* New Footer Design */
    
    .footercontent p {
        font-family: 'LatoRegular';
        font-size: 14px;
        color: #8d8d8d;
    }
    
    .footercontentlogo {
        width: 250px!important;
        padding-top: 0px!important;
        margin-bottom: 12px;
    }
    
    .footercontent h4 {
        text-transform: uppercase;
        font-size: 14px;
    }
    
    .footerlogo {
        padding-top: 0px;
        font-size: 0px;
    }
    
    .footercontent ul li {
        font-size: 14px;
        color: #8d8d8d;
    }
    
    .footercontent ul li a {
        font-size: 14px;
        color: #8d8d8d;
        font-weight: normal;
        margin: 0px;
    }
    
    .inputwrapper {
        height: 35px;
        background-color: #ffffff;
    }
    
    .inputbox {
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 35px;
        padding: 11px;
        width: 80%;
    }
    
    .inputboximg {
        width: 50px;
        background-color: #ed1b24;
        height: 35px;
        float: right;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .inputicon {
        background: url(./images/input-bg-icon.png);
        width: 19px;
        height: 16px;
    }
    
    .inputbox input {
        border: none;
        outline: none;
        padding: 5px;
        font-size: 12px;
        width: 100%;
    }
    
    .pr-20 {
        padding-right: 55px!important;
    }
    
    .newfooter {
        overflow-x: hidden;
        padding: 0px!important;
    }
    
    .copyright {
        text-align: left;
        font-size: 12px;
    }
    
    .privacytext {
        text-align: right!important;
    }
    
    .privacytext a {
        color: #000000!important;
    }
    
    .privacytext span {
        color: #000000;
    }
    
     ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #c9c7c8;
        /* Firefox */
    }
    
     :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #c9c7c8;
    }
    
     ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #c9c7c8;
    }
    
    @media (max-width:767px) {
        .team-member-wrap .owl-item .team-member {
            width: 100%;
        }
        .pr-20 {
            padding-right: 0px!important;
        }
        .mptop {
            margin-top: 20px!important;
        }
        .norm_row {
            text-align: left!important;
        }
        .privacytext {
            text-align: left!important;
        }
        .blog-title-h2 {
            min-height: 10px;
            font-size: 1.2rem !important;
        }
        .media-cover-wrap p.media-description {
            min-height: 50px;
            font-size: .9rem !important;
            font-weight: 600;
        }
        .data-record>article {
            margin-bottom: 1rem !important;
        }
    }
    
    .home-banner-content h1 {
        font-size: 43px;
        font-weight: bold;
    }
    
    .custombtn {
        background-color: #0C0152!important;
        border: none!important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        font-size: 13px;
        padding: 12px 20px;
        opacity: 0.9;
        transition: 0.3s;
    }
    
    .custombtn:hover {
        opacity: 0.7
    }
    
    .customcontainer {
        width: 100%;
    }
    
    .single,
    .page-template-about-us,
    .single-blog {
        background-color: #f5f5f5;
    }
    
    .single-blog-content,
    .about-content {
        padding: 20px!important;
        background: #fff;
    }
    
    .sidebar-box {
        padding: 15px;
        background-color: #ffffff;
        margin-bottom: 15px;
    }
    /* New Footer Design */
    
    .resources .item {
        padding: 0px 15px;
		display:table;
		min-height:332px
    }
    
    .resources .item .resource-item {
        background: #fff;
        color: #333333;
		display:table-cell;
    }
    
    .resources .item .resources-desc {
        padding: 10px 15px;
    }
    
    .resources .item img {
        height: 250px;
    }
    /*.owl-carousel .owl-item .resource-item img{
        display: none;*/
    
    .clcount {
        column-count: 2;
    }
    
    .screen-reader-text {
        font-size: 12px;
    }
    
    .sidebar-box input {
        border: solid 1px #eeeeee;
        outline: none;
        padding: 6px;
    }
    
    #search-form input {
        background: url(./images/search-icon.jpg);
        background-repeat: no-repeat;
        top: 16px;
        right: 0px;
        outline: none;
        background-position: 286px 9px;
    }
    
    .form-submit-button {
        background: #0066A2;
        color: white;
        border-style: outset;
        border-color: #0066A2;
        height: 50px;
        width: 100px;
        font: bold 15px arial, sans-serif;
        text-shadow: none;
    }
    
    .posts-box img {
        max-width: 100%;
        height: 77px;
    }
    
    .publish-date {
        font-size: 12px !important;
        color: #6f6e6a !important;
    }
    
    .post-info h3 {
        font-size: 14px;
    }
    
    .post-info h3 a {
        color: #32318e;
        font-size: 14px;
        line-height: 1.5;
    }
    
    .post-info .tag {
        font-size: 11px;
        font-weight: 500;
        padding: 5px 15px;
        border-radius: 15px;
        display: inline-block;
        margin-right: 5px;
    }
    
    .post-info .tag.long {
        background: #2e3192;
        color: #fff;
    }
    
    .post-info .tag.short {
        background: #ed1c24;
        color: #fff;
    }
    
    .post-info p {
        margin: 0px 0px 5px 0px;
        padding: 0px;
        line-height: normal;
    }
    
    .post-item {
        border-bottom: solid 1px #f2f2f2;
        margin-bottom: 15px;
    }
    
    .post-item:last-child {
        border-bottom: solid 0px #f2f2f2;
        margin-bottom: 0px;
    }
    
    .video-thumb {
        position: relative;
    }
    
    .video-thumb .fa-play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background: rgba(255, 255, 255, .8);
        width: 30px;
        height: 30px;
        font-size: 14px;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .sidebar-form {
        font-size: 12px;
    }
    
    .sidebar-form p {
        margin-bottom: 0px;
    }
    
    .sidebar-form input {
        outline: none;
        padding: 8px;
    }
    
    .wpcf7-submit {
        background-color: #0C0152;
        color: #ffffff;
        padding: 4px 20px!important;
        margin-left: 16px;
    }
    
    .searchform {}
    
    .post-img {
        margin-right: 13px;
    }
    
    .searchform input {
        border: none;
        color: white;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
        background: url(../images/search-icon.jpg);
        background-repeat: no-repeat;
        top: 16px;
        right: 0px;
        position: absolute;
        outline: none;
    }
    /*.screen-reader-text{display: hidden;}*/
    
    .at-share-btn-elements a {
        background-color: #000000;
    }
    
    .at-share-btn-elements span {
        color: #ffffff!important;
    }
    
    .publish-content {
        padding: 20px 30px;
        background-color: #f2f2f2;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .publish-content p {
        text-align: center!important;
        line-height: 22px;
    }
    
    .myclass:before,
    .myclass:after {
        content: '"';
        font-size: 30px;
    }
    
    .testimonial-quote p:first-child:before {
        content: '\201C';
        color: #000000;
        font-size: 44px;
        font-weight: 700;
        opacity: .3;
        /* position: absolute;*/
        top: -.4em;
        left: -.2em;
        text-shadow: none;
        z-index: -300;
    }
    
    .testimonial-quote p:first-child:after {
        content: '\201d';
        font-size: 44px;
        font-weight: 700;
        opacity: .3;
        position: absolute;
        top: 88px;
        right: 65px;
        text-shadow: none;
    }
    
    .sidebar-box h5 {
        color: #333;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .posts-box input label:focus {
        display: none;
    }
    
    .posts-box input {
        width: 100%
    }
    
    .sidebar-form label {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .blog-inner-img img {
        margin: 15px 0px;
    }
    
    .navigation-post {
        background-color: #ffffff;
    }
    
    .navigation-post .post-img {
        margin-right: 0px;
        margin-bottom: 0px;
        height: 200px;
        overflow: hidden;
    }
    
    .navigation-post img {
        width: 100%
    }
    
    .navigation-post .post-title {
        min-height: 80px;
    }
    
    .navigation-post .post-title a {
        color: #34308e;
        font-size: 1rem;
        display: block;
        margin: 0px;
        line-height: 1.5;
    }
    
    .navigation-post .nav-label {
        background-color: #f5f5f5;
        padding: 11px 0px;
        margin: 0px;
        text-transform: uppercase;
        font-size: 13px;
    }
    
    .navigation-post .nav-label a {
        margin: 0px!important;
    }
    
    .navigation-post .content {
        padding: 20px 20px 8px;
    }
    
    .navigation-post .read-more {
        margin-bottom: 0px;
    }
    
    .content .post-title {
        color: #34308e;
    }
    
    .team-member-item figure {
        height: 260px;
        overflow: hidden;
    }
    
    .team-member-item figure img {
        height: auto;
    }
    /*.blog-item-info a,
.team-member-item .content a {
    padding: 0px;
    line-height: 15px;
    position: initial;
    font-size: 13px;
    color: #2e3192;
}
.blog-item-info a:after,
a.more-detail:after {
    content: '\2192';
    position: absolute;
    opacity: 0;   
    transition: 0.5s;
    font-size: 20px;
}
.blog-item-info a:hover,
a.more-detail:hover {
    padding-right: 24px;
    padding-left: 8px;
    color: #ed1c24;
}
.blog-item-info a:hover:after,
a.more-detail:hover:after {
    opacity: 1;
    right: 10px;
}*/
    
    a.view-detail {
        line-height: 38px;
        position: relative;
        font-size: 14px;
        color: #2e3192;
        display: inline-block !important;
        bottom: 0px;
        text-transform: uppercase;
        font-weight: 600;
        width: auto;
        padding: 0px;
    }
    
    a.view-detail:after {
        content: '\2192';
        position: absolute;
        opacity: 0;
        transition: 0.5s;
        font-size: 20px;
        top: -2px;
    }
    
    a.view-detail:hover {
        padding-right: 24px;
        padding-left: 8px;
        color: #ed1c24 !important;
    }
    
    a.view-detail:hover:after {
        opacity: 1;
        right: 0px;
    }
    
    .page-template-blog-listing .resource-content .media-cover-wrap,
    .newsletter .media-cover-wrap {
        padding: 0;
    }
    
    .media-cover-wrap hr {
        margin-bottom: 10px;
    }
    
    .single-blog-content img {
        max-width: 100%;
        height: auto;
    }
    
    .post-slider-item {
        background: #fff;
    }
    
    .post-slider .owl-item {
        padding: 0px 10px;
    }
    
    .post-slider-item .post-img {
        width: 100%;
        height: 150px;
        overflow: hidden;
        margin-right: 0px;
    }
    
    .post-slider-item .post-img img {
        max-width: 100%;
        max-height: 150px;
    }
    
    .post-slider-content,
    .team-member-outer .team-member-item .content {
        padding: 0px 15px 15px;
    }
    
    .post-slider-content .post-title {
        font-size: 20px;
    }
    
    .author-activity {
        margin-top: 40px;
    }
    
    .section_title {
        font-weight: bold;
        font-size: 22px;
    }
    
    .author-activity p {
        font-size: 14px;
        color: #989898;
        margin-bottom: 0px;
    }
    
    .author-activity .post-slider {
        margin-top: 20px;
    }
    
    .contact-person-form {
        background: #fff;
        padding: 20px 20px;
        margin-top: 40px;
    }
    
    .contact-person-form .form_title {
        margin-bottom: 20px;
        font-weight: bold;
    }
    
  
    #getintouch .form-control,
    .sidebar-form .form-control,
    .home-contact-tabs .form-control {
        border-radius: 0px;
        margin-bottom: 15px;
    }
    .contact-person-form .form-control {margin-bottom:0px;}
    .home-contact-tabs .tab-content .wpcf7-not-valid-tip {margin-top: -15px;
        position: relative;}
    .home-contact-tabs .wpcf7-form-control-wrap {
        position: relative;
        margin-bottom: 15px;
        display: block;
    }

    .contact-person-form .form-control::placeholder,
    .home-contact-tabs .form-control::placeholder,
    #getintouch .form-control::placeholder,
    .sidebar-form .form-control::placeholder {
        font-size: 12px;
        color: #989898
    }
    
    .contact-person-form input[type=submit],
    #getintouch input[type=submit],
    .sidebar-form input[type=submit],
    .home-contact-tabs input[type=submit] {
        border: 0px;
        margin-left: 0px;
        padding: 9px 22px !important;
        text-transform: uppercase;
        font-weight: bold;
        line-height: inherit;
        font-size: 14px;
        width: auto;
    }
    
    .contact-person-form textarea.form-control,
    #getintouch textarea.form-control,
    .sidebar-form textarea.form-control,
    .home-contact-tabs textarea.form-control {
        width: 100%;
        height: 80px;
    }
    
    .contact-button a {
        border: 1px solid #2e3192;
        color: #2e3192;
        border-radius: 0px;
        font-weight: bold;
        font-size: 14px;
        padding: 10px 15px;
        transition: .3s all;
    }
    
    .profile_content {
        margin-bottom: 20px;
    }
    
    .contact-button a:hover {
        background: #2e3192;
        color: #fff;
    }
    
    .profile-social-icons .social a {
        border-radius: 50px;
        display: inline-block;
        width: 40px;
        height: 40px;
        background: #2e3192;
        background-position: center center;
        background-repeat: no-repeat;
        text-indent: -99999px;
        overflow: hidden;
        margin-left: 5px;
    }
    
    .profile-social-icons .social a.twitter {
        background-image: url(images/icons/twitter.png);
    }
    
    .profile-social-icons .social a.facebook {
        background-image: url(images/icons/facebook.png);
    }
    
    .profile-social-icons .social a.linkedin {
        background-image: url(images/icons/linkedin.png);
    }
    
    .team-member-outer {
        margin-top: 50px;
    }
    
    .team-member-outer .section_title {
        margin-bottom: 20px;
    }
    
    .team-member-outer .team-member-item {
        background: #fff;
        /* margin: 0px 10px 0px 10px; */
    }
    
    .team-member-outer .team-member-item .our-team-title-h2 {
        font-size: 18px;
    }
    
    .team-member-outer .team-member-item .designation {
        color: #989898;
        font-size: 12px;
        margin-bottom: 15px;
    }
    
    .team-member-outer .team-member-item p.link {
        margin-bottom: 0px;
    }
    
    .story-outer .month-wrapper {
        margin-bottom: 20px;
    }
    
    .story-outer .month-header {
        display: flex;
        position: relative;
        padding: 15px 15px;
        transition: .3s all;
    }
    
    .story-outer .month-header .icon,
    .story-outer .month-header .icon:after {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 5px;
        font-size: 32px;
        line-height: 40px;
        top: 4px;
    }
    
    .story-outer .month-header .icon:after {
        content: '+';
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .story-outer .month-wrapper.open .month-header .icon:after {
        content: '-';
    }
    
    .story-outer .month-wrapper.open .month-header {
        padding: 15px 0px;
    }
    
    .story-outer .month-name {
        font-weight: bold;
        color: #000;
        width: 200px;
    }
    
    .story-outer .tabs {
        display: none
    }
    
    .story-outer .tabs ul {
        display: flex;
    }
    
    .story-outer .tabs ul li {
        width: auto;
        margin: 0px auto;
        padding: 0px 20px;
        cursor: pointer;
        color: #7a7a7a;
        font-weight: 500;
    }
    
    .story-outer .tabs ul li.active {
        color: #ed1c24;
    }
    
    .story-outer .tabs ul li.active:after {
        content: '';
        height: 2px;
        width: 100%;
        display: block;
        background: #ed1c24;
        position: absolute;
        left: 0px;
    }
    
    .story-outer .tabs-data-wrapper {
        display: none;
    }
    
    .tabs-data-wrapper .tab-data {
        display: none;
        clear: both;
    }
    
    .story-outer .tabs-data-wrapper .tab-data:first-child {
        display: block;
    }
    
    .story-outer .tabs-data-wrapper .story-item-heading {
        color: #2e3192;
        font-size: 18px;
    }
    
    .story-outer .tabs-data-wrapper .data-heading {
        color: #2e3192;
        font-weight: 600;
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        display: block;
    }
    
    .story-outer .tabs-data-wrapper .data-record .media-cover-wrap {
        padding: 0px;
        margin-bottom: 0px;
    }
    
    .story-outer .tabs-data-wrapper .data-record .media-cover-wrap .media-description {
        min-height: 80px;
    }
    
    .story-outer .month-wrapper.open {
        background: transparent;
        padding: 0px;
    }
    
    .story-outer .month-wrapper {
        background: #fff;
    }
    
    .story-outer .month-wrapper.open .tabs {
        display: block
    }
    
    .story-outer .month-wrapper.open .tabs-data-wrapper {
        display: block
    }
    
    .single-blog-content .embed-responsive {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .disclaimer {
        border-top: 1px solid #dfdfdf;
        margin-top: 20px;
        padding-top: 20px;
    }
    
    .disclaimer_content p {
        font-size: 13px;
        line-height: 1.5;
    }
    
    @media screen and (max-width:767px) {
        .story-outer .month-header {
            display: block;
        }
        .tabs-data-wrapper .row {
            flex-wrap: nowrap;
            overflow-x: scroll;
            overflow-y: hidden;
            padding-bottom: 20px;
        }
        .story-outer .tabs {
            margin-top: 10px;
        }
        .story-outer .tabs ul {
            display: flex;
        }
        .story-outer .tabs ul li {
            padding: 10px 10px;
            font-size: .9rem;
        }
        .story-outer .tabs ul li.active:after {
            bottom: 0px;
        }
        .media-cover-wrap .blog-item-info {
            padding: 15px;
        }
        .section-padding {
            padding: 30px 0px;
        }
    }
    
    .blog-item-info p:last-child {
        margin-bottom: 0px;
    }
    
    .page-full-tabs {
        background: #ececec;
        margin-bottom: 30px;
        height: 60px;
    }
    
    .page-full-tabs.fixed {
        width: 100%;
        z-index: 10
    }
    
    .page-full-tabs.fixed .page-tabs {
        width: 100%;
        z-index: 10;
        top: 0px;
        position: fixed;
        left: 0px;
        width: 100%;
        background: #ececec;
    }
    
    .page-full-tabs ul {
        display: flex;
        flex-wrap: nowrap;
        height: 60px;
        justify-content: center;
        align-items: center;
    }
    
    .pagetabs ul {
        display: flex;
        flex-wrap: nowrap;
        height: 60px;
        justify-content: center;
        align-items: center;
    }
    
    .page-full-tabs.fixed .page-tabs ul {
        height: 40px;
    }
    
    .page-full-tabs ul li,
    .pagetabs ul li {
        font-size: 13px;
        text-transform: uppercase;
        margin: 0px 10px;
        cursor: pointer;
        position: relative;
        font-weight: bold;
        text-align: center;
    }
    
    .page-full-tabs ul li a,
    .pagetabs ul li a {
        color: #666
    }
    
    .page-full-tabs ul li.active a,
    .pagetabs ul li.active a,
    .pagetabs ul li.current-cat a {
        color: #2e3192;
    }
    
    .page-full-tabs ul li:after,
    .pagetabs ul li:after {
        background: #ED1C24;
        height: 2px;
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0px;
        right: 0px;
        transition: .3s all;
        width: 0px;
        margin: auto;
    }
    
    .page-full-tabs ul li.active:after,
    .pagetabs ul li.active:after,
    .pagetabs ul li.current-cat:after {
        width: 100%;
    }
    
    .tab-content.product-content {
        display: block;
        width: 100%;
        float: left;
    }
    
    .tab-content.product-content>div {
        border-bottom: 1px solid #dfdfdf;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .tab-content.product-content>div:last-child {
        border-bottom: 0px;
        padding-bottom: 0px;
    }
    
    .product-content {
        padding: 0px 25px;
        background: #fff;
    }
    
    .product-content h2 {
        font-size: 26px;
        font-weight: bold;
        max-width: 85%;
        line-height: 1.5;
        color: #000;
    }
    
    .product-content p {
        color: #333;
        font-size: 16px;
        font-family: 'LatoRegular';
        line-height: 25px;
        text-align: justify;
    }
    
    .product-content ul {
        margin: 0px 0px 20px 0px;
        padding: 0px;
    }
    
    .product-content img {
        max-width: 100%;
        height: auto;
    }
    
    .product-content ul li {
        list-style: disc;
    }
    
    .product-content ol {
        margin: 0px 0px 20px 0px;
        padding: 0px;
    }
    
    .product-content ol li {
        list-style: decimal;
    }
    
    .product-content li {
        color: #333;
        font-size: 16px;
        font-family: 'LatoRegular';
        line-height: 25px;
        text-align: justify;
        margin-left: 20px;
        margin-bottom: 15px;
    }
    
    .other-products .product-name {
        color: #333;
        font-size: 16px;
        font-family: 'LatoRegular';
        line-height: 25px;
        color: #333333;
        font-weight: 600;
    }
    
    .books-sale .product-books .item {
        padding: 0px 20px;
    }
    
    .books-sale .books-sale-title {
        font-size: 18px;
    }
    
    .books-sale .product-books p {
        font-size: 14px;
        font-weight: bold;
    }
    
    .books-sale .product-books .owl-nav,
    .prod-newbook-slider .owl-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: -80px;
        width: 100%;
    }
    
    .prod-newbook-slider .owl-nav {
        margin-top: -56px !important;
    }
    
    .books-sale .product-books .owl-nav .owl-next,
    .prod-newbook-slider .owl-nav .owl-next {
        position: absolute;
        right: -5px;
        color: #888 !important;
    }
    
    .books-sale .product-books .owl-nav .owl-prev,
    .prod-newbook-slider .owl-nav .owl-prev {
        position: absolute;
        left: -5px;
        color: #888 !important;
    }
    
    .prod-newbook-slider .item .book {
        display: flex;
        padding: 0px 20px;
    }
    
    .prod-newbook-slider .item .book:last-child {
        margin-top: 15px;
    }
    
    .prod-newbook-slider .item figure {
        margin-bottom: 0px;
        width: 130px;
    }
    
    .prod-newbook-slider .item .book-info {
        padding: 10px 10px 0px 10px;
        flex: 1;
    }
    
    .prod-newbook-slider .item .book-info p {
        font-weight: normal;
        font-size: 14px;
    }
    
    .prod-newbook-slider .product-books .owl-nav {
        margin-top: -38px;
    }
    
    .prod-newbook-slider .owl-dots {
        margin-top: 20px;
    }
    
    .prod-newbook-slider .owl-dots .owl-dot span {
        background: #fff !important;
        border: 1px solid #979797;
        width: 15px;
        height: 15px;
    }
    
    .prod-newbook-slider .owl-dots .owl-dot.active span {
        background: #2e3192 !important;
    }
    
    .section-tab ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        list-style: none;
    }
    
    .section-tab ul li {
        max-width: 180px;
        list-style: none;
        margin: 0px;
        text-align: center;
        position: relative;
        line-height: normal;
        font-weight: bold;
        color: #000;
        cursor: pointer;
    }
    
    .section-tab ul li:after {
        content: '';
        height: 2px;
        background: #ed1b23;
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        width: 0px;
        margin: auto;
        transition: .3s all;
    }
    
    .section-tab ul li.active:after {
        width: 70%;
    }
    
    .section-tab-content .section-content-item {
        display: none
    }
    
    .section-tab-content .section-content-item:first-child {
        display: block
    }
    
    @media screen and (max-width:767px) {
        .page-full-tabs .container {
            padding: 0px;
        }
        .page-full-tabs,
        .page-full-tabs ul {
            height: 70px !important;
        }
        .product-content h2 {
            font-size: 1rem;
            max-width: 100%;
        }
        .page-full-tabs ul {
            justify-content: normal;
            align-items: normal;
        }
        .page-full-tabs ul li {
            font-size: 12px;
            padding: 10px 10px;
        }
        .page-full-tabs .container .page-tabs {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar;
            padding-bottom: 5px;
            overflow-y: hidden;
        }
        .page-full-tabs.fixed .page-tabs ul {
            height: 60px;
        }
        .section-tab ul {
            justify-content: normal;
            overflow: auto;
            padding-bottom: 22px;
        }
        .section-tab ul li {
            max-width: inherit;
            flex: 0 0 70%;
            max-width: 70%;
        }
        .product-content {
            padding: 15px;
        }
        .product-content p,
        .product-content li {
            font-size: .9rem;
            line-height: 1.4;
        }
        .sidebar-box:first-child {
            margin-top: 20px;
        }
        .sidebar-box h5,
        .books-sale .books-sale-title {
            font-size: 1rem;
            line-height: 1.4;
        }
        .books-sale .product-books p {
            font-size: .9rem;
        }
    }
    
    .linkscroll {
        color: #fff !important;
    }
    
    @media screen and (max-width:767px) {
        .blog-details p {
            font-size: .9rem !important;
        }
    }
    
    .f-e-f-o-f {
        height: auto;
        background: transparent;
    }
    
    .f-i-s {
        width: 100%;
        padding: 0 7px;
        font-size: 12px;
        height: 32px;
        border: 0;
        outline: 0;
    }
    
    #fo-s-bt input {
        text-transform: uppercase;
        font-size: 14px;
/*         font-family: 'GothamMedium'; */
        width: 90px;
        padding: 0 40px;
        cursor: pointer;
        height: 30px;
        background: #ed1c24;
        color: #ffffff;
        line-height: 20px;
        margin: 0;
        border: 0;
        outline: 0;
		font-weight:600;
    }
    
    .f-e-f-o-f span.wpcf7-not-valid-tip {
        font-size: 12px;
    }
    
    .f-e-f-o-f div.wpcf7-response-output {
        font-size: 12px;
        margin: 12px 0;
    }
    
    .mrb3 {
        margin-bottom: 3px;
    }
    
    .complain_status .sec_title {
        padding: 10px 0;
        margin: 0px;
        font-size: 12px;
    }
    
    .complaint_status_wrapper.fixed {
        position: fixed;
        bottom: 67px;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        max-width: 960px;
        box-shadow: 0px -3px 10px 5px rgba(0, 0, 0, .10);
        z-index: 100;
        padding: 0px;
    }
    
    .complaint_status_wrapper .complaint_swi {
        text-align: center;
        padding: 0px 0px 0px 0px;
        font-weight: normal;
        background: #fff;
    }
    
    .complain_status .closebox {
        background: #f4f4f4 url(images/down-arrow.png) center;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 5px;
        background-size: 48%;
        background-repeat: no-repeat;
        top: -21px;
        border-radius: 50%;
        box-shadow: 0px -3px 10px 5px rgba(0, 0, 0, .10);
        display: none;
        transition: .3s all;
    }
    
    .complaint_status_wrapper.fixed .closebox {
        display: block;
    }
    
    .complain_status .closebox.up {
        transform: rotate(-180deg);
        top: -32px;
    }
    
    .complaint_status_wrapper table {
        margin-bottom: 0px;
        min-width: 500px;
    }
    
    .complaint_status_wrapper th,
    .complaint_status_wrapper td {
        font-weight: normal;
        font-size: 12px;
        padding: .35rem .25rem;
    }
    
    .media_coverage_con {
        position: relative;
    }
    
    .media-cover-wrap {
        position: relative;
        height: 100%;
    }
    
    .media-cover-wrap p.media-description {
        min-height: 1px;
    }
    
    @media (min-width: 768px) {
        .media-cover-content li {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            position: relative;
            margin: 0 0px 50px;
            padding: 0px 15px;
        }
		.complaint_status_wrapper.fixed {
       
        bottom: 89px;
    }
}
		
    .infoOuter {
        background: #ffffff;
        margin-bottom: 20px;
    }
    
    .infoContent {
        position: relative;
    }
    
    .infoContent p {
        font-size: 16px;
        color: #333;
        font-family: 'LatoRegular';
        text-align: center;
        margin: 0px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    .infoContent p a {
        color: #007bff;
    }
    
    .infoContent p a:hover {
        color: #0056b3;
    }
    
    .menu {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .main-menu #menu-main-menu li a, .main-menu #menu-main-menu-us li a {
        padding: 10px 8px;
    }
    
    #menu-main-menu .menu-item-has-children>a:after, #menu-main-menu-us .menu-item-has-children>a:after {
        width: 10px;
        height: 15px;
        background-size: contain;
        background-position: center;
    }
    
    .main-menu #menu-main-menu li.menu-item-has-children a, .main-menu #menu-main-menu-us li.menu-item-has-children a {
        padding-right: 20px;
    }
    
    .media-description1 {
        min-height: 99px!important;
    }
    
    .text-ccase {
        text-transform: capitalize!important;
    }
    
    .invest_our-team-description p {
        font-family: "LatoRegular"!important;
    }
    
    .invest_our-team-description li {
        list-style: none!important;
    }
    
    .invest_media-cover-wrap figure img {
        width: 100%;
        max-height: 280px;
    }
    
    .alert-box {
        padding: 0px 15px;
        margin-bottom: 25px;
    }
    
    .alert-content {
        max-width: 630px;
        margin: auto;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        color: red;
    }
    
    .invest-right-title {
        font-size: 17px!important;
    }
    
    .pg-single-default h2 {
        font-size: 26px;
    }
    
    .pg-single-default h3 {
        font-size: 24px;
    }
    
    .pg-single-default h3 {
        font-size: 22px;
    }
    
    .pg-single-default h5 {
        font-size: 18px;
    }
    
    .pg-single-default h2,
    .pg-single-default h3,
    .pg-single-default h4,
    .pg-single-default h5 {
        color: #000;
        margin-bottom: 15px;
        font-weight: bold;
        line-height: 1.5;
        font-family: 'LatoBold';
    }
    
    .pg-single-default,
    .pg-single-default p,
    .pg-single-default li {
        color: #333333;
        text-align: justify;
        line-height: 25px;
        font-size: 16px;
        font-family: 'LatoRegular';
    }
    
    .pg-single-default strong {
        color: #333;
        font-family: 'LatoBold'
    }
    
    .sec-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .sec-title .small {
        font-size: 16px;
    }
    /*default item grid*/
    
    .blog-item-info .blog-title-h2,
    .video-item .blog-title-h2,
    .list-block-item .title,
    .media-cover-wrap .media-coverage-title-h2,
    .grid-item-body .title {
        font-family: 'LatoBold';
        font-size: 18px;
        line-height: 25px;
    }
    
    .media-cover-wrap .blog-title-h2 a,
    .blog-item-info .blog-title-h2 a,
    .video-item .blog-title-h2 a,
    .media-cover-wrap .media-coverage-title-h2 a,
    .grid-item-body .title a,
    .grid-item-body .title-2 a {
        color: #333 !important
    }
    
    .grid-item-body .title a:hover,
    .grid-item-body .title-2 a:hover {
        color: #ed1c24 !important;
    }
    
    .grid-item-body .description {
        font-family: 'LatoRegular', serif;
        color: #333333;
        text-align: justify;
        line-height: 24px;
        font-size: 1rem;
    }
    
    .grid-item-body .published {
        color: #7a7a7a;
        font-size: 12px;
        font-family: 'LatoRegular';
    }
    
    .grid-item-body .month {
        font-weight: bold;
        background: #ed1c24;
        color: #fff;
        padding: 2px 10px;
        font-size: 12px;
    }
    
    .grid-item-block {
        display: flex;
        flex-direction: column;
        background: #fff;
        flex: auto 1;
        height: 100%;
    }
    
    .grid-item-block>figure {
        margin-bottom: 0px;
        overflow: hidden;
        height: 212px;
    }
    
    .grid-item-block>figure img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    
    .grid-item-body {
        flex: 1 1 auto;
        padding: 20px 20px 0px 20px;
    }
    
    .grid-item-body .title {
        line-height: inherit;
    }
    
    .grid-item-body .title-2 {
        line-height: inherit;
        font-size: 15px;
    }
    
    .grid-item-footer {
        padding: 20px 20px 10px 20px;
    }
    
    .grid-item-footer hr {
        margin: 0px 0px 10px 0px;
    }
    
    .grid-item-block>figure a {
        position: relative;
    }
    
    .grid-item-block>figure .fa {
        border-radius: 50%;
        background: rgba(255, 255, 255, .8);
        width: 50px;
        height: 50px;
        font-size: 23px;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 10;
    }
    /*homepage book slider*/
    
    .home-book-slider .book-item {
        width: 100%;
        padding: 0px 25px;
    }
    
    .home-book-slider .book-item img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    /*video page listing and slider*/
    
    .video-section>.container {
        margin-bottom: 30px;
    }
    
    .video-slider .grid-item-block figure {
        width: 100%;
        height: 150px;
        background: rgba(0, 0, 0, .10);
        overflow: hidden;
        margin-bottom: 0px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .video-slider .grid-item-block figure a {
        height: 100% !important;
        width: 100%;
        display: block;
    }
    
    .video-slider .owl-stage {
        display: flex;
    }
    
    .video-slider .owl-stage-outer {
        z-index: 2;
    }
    
    .video-slider .grid-item-block {
        display: flex;
        flex: 1 0 auto;
        height: 100%;
    }
    
    .video-slider .grid-item-body {
        padding: 15px 15px 15px 15px;
    }
    
    .video-slider .grid-item-footer {
        padding: 0px 15px 15px 15px;
    }
    
    .video-slider .video-item {
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 0px;
        height: 100%;
    }
    
    .video-slider .video-item .fa-play {
        border-radius: 50%;
        width: 20px;
        height: 20px;
        background: #DD4B45;
        color: #fff;
        text-align: center;
        position: relative;
        margin-left: 10px;
    }
    
    .video-slider .video-item .fa-play:before {
        font-size: 10px;
        top: 1px;
        position: relative;
    }
    
    .video-slider .owl-nav {
        margin-top: 10px;
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        display: flex;
        justify-content: space-between;
    }
    
    .video-slider .owl-nav .owl-prev {
        left: -30px;
        position: relative;
        color: #888 !important;
    }
    
    .video-slider .owl-nav .owl-next {
        right: -30px;
        position: relative;
        color: #888 !important;
    }
    
    .btn-video-link {
        position: relative;
        font-size: 14px;
        color: #2e3192;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        font-weight: 600;
    }
    
    @media screen and (min-width:768px) and (max-width:991px) {
        .video-slider .grid-item-block figure {
            height: 200px;
        }
    }
    
    @media screen and (max-width:767px) {
        .video-slider .owl-nav {
            width: 100%;
            position: relative;
            display: inline-block;
            margin-top: 10px;
            top: inherit;
            transform: inherit;
        }
    }
    
    @media screen and (min-width:541px) and (max-width:767px) {
        .video-slider .grid-item-block figure {
            height: 220px;
        }
    }
    
    @media screen and (max-width:540px) {
        .video-slider .grid-item-block figure {
            height: 200px;
        }
    }

    .wpcf7-form-control-wrap.g-recaptcha-response {margin-top:14px;}
    .text-align-left{
        text-align: left;
        
    }
     .disclaimer_checkbox input[type="checkbox"] {
    
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1px;
    height: 1px;
}


.disclaimer_checkbox label{
    margin:0px;
    padding:0px;
    margin-bottom:5px
}


.disclaimer_checkbox span.wpcf7-list-item {
    margin: 0;
}

.disclaimer_checkbox .wpcf7-form-control-wrap{
    margin-bottom:0px !important
}

.disclaimer_checkbox span.wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
    font-size: 14px;
    color: #8d8d8d;
    font-weight: normal;
}


.disclaimer_checkbox span.wpcf7-list-item-label::before {
    background: url(images/m_checkbox.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    position: absolute;
    top: 2px;
    left: 0px;
}


.cf7emc-captcha-field {
    display: flex !important;
    background: #fff;
    align-items: center;
    padding: 0px 20px;
    border: 1px solid #c6c6c6;
    height:40px;
}
.cf7emc-captcha-field  input {border-left:0px !important; border-right:0px !important; outline: none;}
.cf7emc-captcha-field > span {padding:0px 5px;}
.cf7emc-captcha-field .wpcf7-not-valid-tip{
    display: inline-flex !important;
    position: absolute !important;
    top: 54px;
    left: -6px;
}

 /* corporate Box start css*/
         .corp-box{
            padding: 35px;
            background: #fff;
            margin: 0 0 25px 0;
         }
         
         .corp-box .heading{
            position: relative;
            padding-left: 15px;
            margin: 0 0 25px 0;
            font-size: 20px;
            font-weight: 600;
            color: #34308E;
            text-decoration: underline;
         }
         .corp-box .heading::before{
            content: '';
            background: #34308E;
            width: 2px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
         }
         .corp-box .link{
            display: flex; 
            align-items: center;
            margin: 0 0 15px 0;           
         }
         .corp-box .link:last-child{
            margin: 0;
         }
         .corp-box .doc-type{
            flex: 0 0 30px;
            width: 30px;
         }
         .corp-box .doc-name{
            text-decoration: underline;
            margin: 0 0 0 15px;
            font-size: 18px;
            color: #333333;
         }
         .corp-box .doc-description{
            font-size: 16px;
         }
         .corp-box .doc-description:last-child{
            margin-bottom: 0;
         }
         @media screen and (max-width:767px){
            .corp-box{
               margin: 0 0 15px 0;
            }
         }
         /* corporate Box end css */
         .corp-box .doc-name a{
            color: #333333;
         }

#bulletin_June .portfolio_table{font-family: 'Calibri','sans-serif';font-size: 11px; }
#bulletin_June .portfolio_table td{border: solid 1px #f2f2f2; text-align: center; padding:3px;}
#bulletin_June .p_p_data{font-family: 'Calibri','sans-serif';font-size: 14px;}
#bulletin_June .p_p_data td{border: solid 1px #333333;word-wrap: break-word;word-break: break-all; padding: 3px; vertical-align: top;}
#bulletin_June .Exhibit1{font-family: 'Calibri','sans-serif';font-size: 11px; margin-bottom: 20px;}
#bulletin_June .Exhibit3{font-family: 'Calibri','sans-serif';font-size: 11px; margin-bottom: 20px;}
#bulletin_June .Exhibit3 td{ border: solid 1px #f2f2f2; font-size: 14px; padding: 5px;}
#bulletin_June .Exhibit1 td{ border: solid 1px #f2f2f2; font-size: 14px; padding: 5px;}

#bulletin_June .blue_dark{background-color: #5b9bd5; color: #ffffff;}
#bulletin_June .blue_light{background-color: #ddebf7;color: #000000;}
#bulletin_June .text-bold{font-weight: bold;}
#bulletin_June .small-text{font-size: 11px!important; font-style: italic;}
#bulletin_June .text-center{text-align: center;}

#bulletin_June .blue_primary{background-color: #32318e; color: #ffffff;}
#bulletin_June .blue_light{background-color: #e6e3ff; }


#bulletin_June .p_content ol li{font-family: 'Calibri','sans-serif';}
#bulletin_June .p_content p{ font-size: 14px; margin: 12px auto;font-family: 'Calibri','sans-serif';}
#bulletin_June .p_content p span{text-decoration: underline; font-style: italic;}
#bulletin_June .p_content h5{font-size: 14px; text-decoration: underline; font-weight: bold;}
#bulletin_June .p_content ul li{list-style-type: disc;font-family: 'Calibri','sans-serif'; font-size: 14px;}
#bulletin_June .o_u-d{font-family: 'Calibri','sans-serif'; margin-top: 20px;}
#bulletin_June .o_u-d h5{font-size: 14px; font-weight: bold;}
#bulletin_June .o_u-d h6{font-size: 14px; font-weight: bold; text-decoration: underline;}
#bulletin_June .o_u-d li{list-style-type: disc;font-family: 'Calibri','sans-serif';}
#bulletin_June .o_u-d p{font-family: 'Calibri','sans-serif';}

#bulletin_June .bulletin_June{}

#bulletin_June  p{text-align: left!important;}
#bulletin_June  h3{text-decoration: underline;font-family: 'Calibri','sans-serif'; font-size: 14px; font-weight: bold;}

#bulletin_June .exhibt1_content{}
#bulletin_June .exhibt1_content h4{font-size: 13px;}
#bulletin_June .ccp_data{font-family: 'Calibri','sans-serif'; font-size: 14px; }
#bulletin_June .ccp_data td{border: solid 1px #000000; padding: 5px; font-weight: bold; text-align: center;}
#bulletin_June .ccp_data td a{font-weight: normal;}
#bulletin_June .m_i_m_t_c{font-family: 'Calibri','sans-serif'; }
#bulletin_June .m_i_m_t_c h4{font-size: 15px; text-align: center; font-weight: bold; margin-top: 25px;}
#bulletin_June .m_i_m_t td{border: solid 1px #000000; font-size: 14px; padding: 3px;}
#bulletin_June .m_i_m_t_c td span{font-size: 11px!important; line-height: 12px!important; display: block; margin-top: 20px; margin-bottom: 20px;}
#bulletin_June .disclaimer p{font-family: 'Calibri','sans-serif'; }
#bulletin_June .disclaimer_content p{font-family: 'Calibri','sans-serif'; font-size: 14px;}

@media only screen and (max-width: 1024px) {
 .Profile_update {
  
  overflow: auto;
  white-space: nowrap;
  }
}

@media only screen and (max-width: 600px) {
#bulletin_June .exhibt1_content, #bulletin_June .m_i_m_t_c{

  overflow: auto;
 /* white-space: nowrap;*/
  }
  .ccp_content{overflow: auto;}

}

@media only screen and (max-width: 600px) {
.hsds-beacon .kiSizy {
    bottom: -2px!important;
    right: 20px;
}
}