﻿* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
}

body {
    margin: 0 auto;
    padding: 0;
    /* font-family: 'Roboto', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    color: #222;
    overflow-x: hidden
}

p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    /*letter-spacing:1px;*/
    text-align: justify;
}

.img-responsive {
    display: inline-block;
}

.blog-main {
    padding: 55px 0;
    position: relative;
}

.post-box a {
    padding: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.065);
    border-radius: 15px;
    transition: 0.3s all;
    display: block;
    margin-bottom: 25px;
    min-height: 340px;
}

    .post-box a:hover {
        box-shadow: 0 2px 4px rgba(0,0,0,0.065);
    }

.post-box-img {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-box-category {
    font-weight: 600;
    color: #898989;
    letter-spacing: 2px;
}

.post-box-desc h3 {
    margin-top: 0;
    font-size: 16px;
    color: #444;
    line-height: 24px;
    font-weight: 400;
}

.recent-post-box-desc h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.single-tp-post a {
    padding: 10px 15px;
    display: block;
    border-radius: 15px;
    transition: 0.3s all;
    margin-bottom: 0;
}

    .single-tp-post a:hover {
        background-color: #faf9fc;
    }

.single-tp-post p {
    font-weight: 600;
    color: #3498db;
    letter-spacing: 1px;
}

.single-tp-post h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
    color: #444;
}

.tp-blog-area {
    /*padding-bottom: 45px;*/
    padding-bottom: 0px; /*edit by Rupesh on 14-08-19*/
}

.inner-blog-head h1 {
    text-align: center;
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
}

.author-blog img {
    display: inline-block;
    border-radius: 50%;
    width: 70px;
    margin-top: -30px;
    border: 4px solid #fff;
    margin-left: 10px;
}

.author-blog p {
    display: inline-block;
    font-weight: 500;
    color: #838383;
}

.blog-inner-banner img {
    width: 100%;
    border: 1px solid #DBE3E3;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #999;
}

.blog-date p {
    color: #838383;
    font-weight: 500;
    margin-top: 4px;
    text-align: right;
}

.blog-date {
    text-align: right;
}

.blog-detail-area {
    padding-top: 35px;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: 300;
    text-align: justify;
    /*letter-spacing: 1px;*/
}

    .blog-detail-area p {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .blog-detail-area h3 {
        font-size: 20px;
        font-weight: 500;
        margin: 25px 0 20px;
        color: #525252;
    }

    .blog-detail-area img {
        max-width: 100%;
        height: auto;
        display: inline-block;
        border: 1px solid #DBE3E3;
        border-radius: 5px;
        box-shadow: 0 0 10px 0 #999;
    }

    .blog-detail-area ul {
        padding-left: 20px;
    }

    .blog-detail-area li {
        margin: 15px;
        font-size: 16px;
    }


.blog-cta-area {
    padding: 20px;
    box-shadow: 0 5px 10px rgba(154,160,185,.05),0 15px 40px rgba(166,173,201,.1);
    margin: 25px 0 35px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-cta-txt {
    flex: 1;
}

    .blog-cta-txt h3 {
        margin-top: 0;
        margin-bottom: 8px;
        font-size: 18px;
    }

    .blog-cta-txt p {
        margin-bottom: 0;
        font-size: 14px;
    }

.blog-cta-btn a {
    padding: 10px;
    background-color: #3498db;
    color: #fff;
    border-radius: 30px;
    min-width: 170px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    transition: 0.3s all;
}

    .blog-cta-btn a:hover {
        background-color: #2587C9;
    }

.abt-author {
    /* background-color: #faf9fc; */
    padding: 55px 15px 15px;
    display: flex;
    position: relative;
    border: 1px solid #eee;
    margin: 60px 0 0px;
}

.author-img {
    flex-basis: 100%;
    margin-right: 15px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: -50px;
}

    .author-img img {
        border-radius: 50%;
        border: 3px solid #fff;
        box-shadow: 0px 0px 10px rgba(52, 152, 219,0.2);
    }

.author-desc h3 {
    margin: 8px 0px 8px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.author-desc p {
    margin: 0;
}

.author-social {
    background-color: #efefef;
    padding: 10px 0;
    text-align: center;
}

    .author-social a {
        color: #9F9F9F;
        display: inline-block;
        padding: 0 8px;
        font-size: 18px;
        transition: 0.3s all;
    }

        .author-social a:hover {
            color: #111;
        }

.fixed-social-area a {
    display: block;
    font-size: 27px;
    color: #BBBBBB;
    text-align: center;
    margin-bottom: 15px;
}

.fixed-social-area {
    position: absolute;
    margin-left: -75px !important;
    transition: 0.3s all;
}

    .fixed-social-area.menu-fix {
        position: fixed;
        top: 30px;
    }

@media(max-width:1024px) {
    .single-tp-post a {
        padding: 10px 15px;
        margin-bottom: 5px;
    }

    .single-tp-post h4 {
        font-size: 14px;
    }
}

@media(max-width:767px) {
    .tp-blog-area {
        padding-bottom: 0;
    }

    .blog-detail-area ul {
        padding-left: 20px !important;
    }

    .abt-author {
        display: block;
    }

    .author-img {
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }

    .blog-cta-area {
        display: block;
    }

    .blog-cta-txt p {
        margin-bottom: 20px;
    }

    .inner-blog-head h1 {
        font-size: 26px;
        line-height: 33px;
    }

    .post-box a {
        min-height: 0px;
    }

    .recent-post-box-desc h3 {
        margin-top: 0;
        font-size: 16px;
        color: #444;
        line-height: 24px;
        font-weight: 800;
    }

    .post-box-desc h3 {
        font-weight: 800;
    }
}

@media(min-width:1024px) {
    .old-blog-posts .col-sm-6:nth-child(3n+1) {
        clear: both;
    }
}

@media(max-width:1023px) {

    .old-blog-posts .col-sm-6:nth-child(3n+1) {
        clear: none;
    }

    /*.old-blog-posts .col-sm-6:nth-child(3n) {
        clear: both;
    }*/

    .old-blog-posts .col-sm-6:nth-child(2n+1) {
        clear: both;
    }
}

.scrollup {
    background-color: rgba(255,255,255,1);
    background-image: url(../images/top-icon.png);
    background-position: 7px 4px;
    background-repeat: no-repeat;
    border-radius: 50%;
    bottom: 50px;
    color: #000;
    display: none;
    font-weight: bold;
    height: 40px;
    opacity: 1;
    padding: 24px 2px;
    position: fixed;
    right: 3%;
    text-indent: 6px;
    width: 40px;
}


.blog-btn span {
    margin-top: 15px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

a.blog-btn {
    background-color: #3498db;
}

.blog-btn h4 {
    color: #fff;
}

.blog-btn:hover {
    background-color: #1672b8 !important;
}

post-box-desc h2 {
    margin-bottom: 15px;
    font-weight: 500;
}

/*shishir*/


.ebook-box {
    padding: 15px 15px 55px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.065);
    border-radius: 15px;
    transition: 0.3s all;
    display: block;
    margin-bottom: 25px;
    min-height: 510px;
    position: relative;
}

    .ebook-box h2 {
        font-size: 18px;
        line-height: 26px;
        margin: 30px 0 10px;
        color: #666;
    }

    .ebook-box .blog-btn {
        background-color: #3498db;
        color: #fff;
        padding: 8px 30px;
        position: absolute;
        letter-spacing: 1px;
        bottom: 15px;
        border-radius: 10px;
        font-weight: 600;
        box-shadow: 0px 0px 20px rgba(52, 152, 219,0.2);
    }

.top-post-area {
    margin: 0 0 30px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

@media(max-width:767px) {
    .ebook-box {
        min-height: 0;
    }
}

.blog-subscribe {
    background-color: #fff;
    padding: 55px 0;
    margin: 50px 0 0;
    border-bottom: 5px solid #2b66bb;
    text-align: center;
    box-shadow: 0 5px 35px rgba(0,0,0,0.065);
}

    .blog-subscribe h3 {
        margin-top: 0;
        font-weight: 500;
    }

.btn-main-subscribe {
    background-color: #2b66bb;
    padding: 15px 39px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 15px;
    transition: 0.3s all;
}

    .btn-main-subscribe:hover {
        background-color: #103C7C;
        color: #fff;
    }

.blog-subscribe h3 {
    text-align: center;
    font-size: 22px;
}

.footer_social li {
    width: 28px;
    height: 28px;
    background: url(/blog/blog-assets/images/sprite-img.jpg);
    background-repeat: no-repeat;
}


.itune {
    background-position: -1px -167px !important;
}

.google-play {
    background-position: -30px -167px !important;
}

.google-pls {
    background-position: -59px -167px !important;
}

.twitter {
    background-position: -88px -167px !important;
}

.facbook {
    background-position: -117px -167px !important;
}

.blog-icon {
    background-position: -146px -167px !important;
}

.utube-icon {
    background-position: -175px -167px !important;
}

.pinterest-icon {
    background-position: -204px -167px !important;
}

.linkedin-icon {
    background-position: -233px -167px !important;
}

.footer_social li a {
    width: 28px;
    height: 28px;
}

.copy_right {
    color: #616161
}

.blog-inner-banner span::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    right: 0;
    top: 33%;
    text-align: center;
    color: #fff;
    font-size: 34px;
    padding: 0 35px;
    font-weight: 600;
    opacity: 0.4;
    line-height: 42px;
    font-style: italic;
}

.blog-inner-banner span {
    position: relative;
    display: block;
}

.btn-main {
    background-color: #2b66bb;
    padding: 7px 17px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 15px;
    transition: 0.3s all;
}
.ctc {
    line-height: 16px;
    padding: 13px;
    min-width: 150px;
    border-radius: 5px;
}
.ctc:hover{
background-color:#1b4582;
color:#fff;
}
/*.pager .next{float:right}
.pager .previous{float:left}*/

/**************************/
.social-block-side.common-side {
    text-align: left;
    margin: 0 0 15px;
}


.social-block-side ul li {
    display: inline-block;
    margin: 0px 15px 0 0;
}

    .social-block-side ul li a {
        color: #999;
        font-size: 18px;
    }

.srch-input-blog {
    width: 100%;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 35px !important;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
}

.srch-box-blog {
    position: absolute;
    right: 20px;
    top: -4px;
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all;
}

    .srch-box-blog.srch-box-blog-open {
        width: 240px;
        opacity: 1;
        visibility: visible;
    }

h2.heading-blog {
    font-size: 24px;
    font-weight: 800;
}

@media(max-width:990px) {

    .social-block-side ul li {
        margin: 0px 10px 0 0;
    }

        .social-block-side ul li a {
            font-size: 15px;
        }

    .srch-box.srch-box-open {
        width: 190px;
    }
}
/*added-for-GMB*/


@font-face {
    font-family: "gmb";
    src: url("../fonts/gmb.eot");
    src: url("../fonts/gmb.eot?#iefix") format("embedded-opentype"), url("../fonts/gmb.woff") format("woff"), url("../fonts/gmb.ttf") format("truetype"), url("../fonts/gmb.svg#gmb") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "gmb" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-gmb-"]:before,
[class*=" icon-gmb-"]:before {
    font-family: "gmb" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-gmb-gmb {
    position: relative;
    top: 2px;
}

    .icon-gmb-gmb:before {
        content: "\61";
    }

/*added-for-GMB END*/

/*added for box in inner page*/

.box-area-blog {
    background-color: #faf9fc;
    padding: 35px;
    margin: 25px 0 10px;
}

    .box-area-blog h2 {
        font-size: 24px;
        background-color: #fff;
        padding: 24px;
        margin: 0 0 25px;
        border: 2px solid #0265b8;
        color: #666;
        font-weight: 400;
    }

.box-area-head ul {
    list-style-type: decimal;
}

    .box-area-head ul li {
        margin-bottom: 15px;
        font-size: 16px;
    }

        .box-area-head ul li:last-child {
            margin-bottom: 0;
        }

@media(max-width:767px) {
    .box-area-blog {
        padding: 15px;
    }

        .box-area-blog h2 {
            font-size: 18px;
            padding: 12px;
            margin: 0 0 25px;
        }
}
/*====Footer Section====*/

footer {
    background-color: #252525;
}

.footer__top_social_block {
    padding: 40px 0px;
    text-align: center;
    border-bottom: 1px solid #38393a;
}

.social__media_footer ul {
    margin: 0;
}

    .social__media_footer ul li {
        list-style-type: none;
        display: inline-block;
        margin: 0px 3px;
    }

        .social__media_footer ul li a {
            display: inline-block;
            width: 36px;
            height: 36px;
            font-size: 16px;
            border: 2px solid #fff;
            color: #FFF;
            border-radius: 50%;
            padding: 4px 0 0;
            -webkit-transition: all ease 0.3s;
            -moz-transition: all ease 0.3s;
            transition: all ease 0.3s;
        }

            .social__media_footer ul li a:hover {
                border: 2px solid #e12028;
                background-color: #e12028;
            }

.trust__seal_footer {
    padding: 20px 0px;
    text-align: center;
}

    .trust__seal_footer ul li {
        display: inline-block;
        list-style-type: none;
    }

        .trust__seal_footer ul li a {
            display: inline-block;
            margin: 0px 10px;
        }

.footer__links_block {
    padding: 15px 0px;
}

.bdr__right {
    border-right: 1px solid #38393a;
}

.bdr__tp {
    border-top: 1px solid #ddd;
}

.indiv__footer_links li {
    list-style-type: none;
    text-align: center;
}

    .indiv__footer_links li a {
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        text-decoration: none;
    }

.footer__address_block {
    text-align: center;
    color: #fff;
    padding: 30px 0px;
}

    .footer__address_block h2 {
        font-size: 20px;
        margin: 10px 0px;
        font-weight: 600;
    }

    .footer__address_block h3 {
        margin: 10px 0px;
        font-size: 16px;
        line-height: 24px;
    }

    .footer__address_block h4 a {
        display: inline-block;
        padding: 0px 10px;
        margin: 10px 0px;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
    }

.other__location_footer ul {
    margin: 0;
}

.other__location_footer li {
    list-style-type: none;
    display: inline-block;
    border-right: 1px solid #fff;
    line-height: 14px;
    margin: 0 2px 0 0;
}

    .other__location_footer li:last-child {
        border: none;
    }

    .other__location_footer li a {
        color: #fff;
        display: inline-block;
        margin: 0px 8px 0px 5px;
        text-decoration: none;
    }

.copyright__footer_section {
    color: #fff;
    text-align: center;
    border-top: 1px solid #38393a;
    padding: 30px 0px;
}

    .copyright__footer_section p {
        margin: 0;
        text-align: center;
    }

/*====Footer Section Ends====*/
.easy-trans img {
    width: 200px;
}

.top__box_shadow_certificates {
    box-shadow: 0px -2px 10px #aaa;
    z-index: 99;
    position: relative;
}

.bg__light_blue {
    background-color: #f1f8fd;
}

.pad__top_btm_50 {
    padding: 50px 0px;
}

.accepted__files_main {
    text-align: center;
}

.our__certification_main h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 15px;
}

.certified__members_section li {
    list-style-type: none;
    display: inline-block;
    max-width: 110px;
}



/*new edits*/
@media(max-width:767px) {

    .services-panel-mobile .panel-default > .panel-heading {
        padding: 0;
        color: #333;
        background-color: transparent;
        border-color: transparent;
    }

    .services-panel-mobile .panel.panel-default {
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

    .services-panel-mobile .panel-title {
        display: block;
        padding: 10px;
        background-color: #E12028;
        color: #fff;
    }

        .services-panel-mobile .panel-title:hover, .panel-title:focus {
            color: #fff;
            text-decoration: none;
        }

        .services-panel-mobile .panel-title.collapsed {
            background-color: #0864ac;
        }

    .services__on_home_block {
        margin: 10px 0 0;
    }

    .panel-title i {
        display: inline-block;
        float: right;
        font-size: 24px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

    .services-panel-mobile .panel-title.collapsed i {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .social__media_footer ul li {
        margin: 0 1px;
    }

        .social__media_footer ul li a {
            width: 26px;
            height: 26px;
            font-size: 14px;
            padding: 1px 0 0;
        }

    .trust__seal_footer-new.trust__seal_footer ul li a {
        max-width: 60px;
    }

    .trust__seal_footer ul li a {
        margin: 10px 5px;
        max-width: 100px;
    }
}


/*new-edits-02-04-2019*/


.footer-app {
    display: flex;
    align-items: center;
    margin: 35px 0 0;
}

    .footer-app p {
        color: #fff;
        margin: 0;
    }

    .footer-app a img {
        width: 110px;
    }

    .footer-app a {
        margin-left: 20px;
    }

.easy-trans img {
    width: 200px;
}

.easy-sec .app__store_icon {
    margin: 20px 0 30px;
}

.trust__seal_footer-new {
    padding: 0px 0px;
}

@media(max-width:990px) {
    .footer-app {
        margin: 5px 0 20px;
        justify-content: center;
    }
}

@media(max-width:767px) {
    .footer-app {
        flex-wrap: wrap;
    }

        .footer-app p {
            margin: 0px 0 20px;
        }

    .easy-trans {
        text-align: center;
    }

        .easy-trans img {
            width: 120px;
        }

    .easy-sec {
        padding: 10px 0 20px !important;
    }

    .footer-app a {
        margin-left: 5px;
        margin-right: 5px;
    }

    .easy-transcibe {
        text-align: center;
        margin: 20px 0 0;
    }

    .footer-app p {
        width: 100%;
        text-align: center;
    }

    .trust__seal_footer-new img#trustwaveSealImage {
        width: 60px;
    }

    .trust__seal_footer-new.trust__seal_footer ul li a {
        max-width: 60px;
    }
}
/*new-edits-02-04-2019 END*/
.footer__address_block h3, .footer__address_block h2 {
    color: #fff;
}

.footer-address-section {
    background-color: #282f39;
}

.footer__main_center_section {
    background-color: #323943;
}

.footer__top_social_block {
    background-color: #323943;
}

footer {
    background-color: #1f252d;
}
/*update by Rupesh on 14-08-19 as note added*/
.single-tp-post {
    border-bottom: 1px solid #eee;
}

.top-post-area .single-tp-post:last-child {
    border: none;
}
/*End update by Rupesh on 14-08-19 as note added*/

/*Adding css for CTA button "EXPLORE OUR FEATURED RESOURCES" by Rupesh [14-08-19]*/
.single-tp-post.btn-post-area {
    text-align: center;
}

.single-tp-post.btn-post-area .btn-main {
display: inline-block;
text-align: center;
margin-top: 28px;
font-size: 15px;
padding: 15px;
}
/*Adding css for CTA button "EXPLORE OUR FEATURED RESOURCES"*/
img.right {
    float: right;
    margin-left: 15px;
}
img.left {
    float: left;
    margin-right: 15px;
}