.breadcum {
    float: left;
    width: 100%;
    padding-left: calc((100% - 1110px)/2);
    padding-right: calc((100% - 1110px)/2);
    background-color: #f5f6f7
}

@media(max-width: 1112px) {
    .breadcum {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media(max-width: 1024px) {
    .breadcum {
        display: none
    }
}

.breadcum ul {
    float: left;
    margin: 0;
    padding: 0
}

.breadcum ul li {
    list-style: none;
    display: inline-block;
    padding-right: 15px
}

.breadcum ul li a {
    display: block;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: .75em;
    font-weight: normal;
    letter-spacing: .2px;
    color: #000;
    position: relative;
    padding-top: 14px;
    padding-bottom: 14px;
    text-decoration: none
}

.breadcum ul li a:hover {
    color: #0b0c7c
}

.breadcum ul li a::after {
    content: ">";
    position: absolute;
    right: -13px;
    top: 15px
}

.breadcum ul li:last-child>a {
    pointer-events: none
}

.breadcum ul li:last-child>a:hover {
    color: #000;
    pointer-events: none
}

.breadcum ul li:last-child>a::after {
    display: none
}

.blog-lang {
    float: right;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: -45px
}

@media(max-width: 1024px) {
    .blog-lang {
        margin-top: 35px;
        margin-bottom: 15px;
        float: left
    }
}

@media(max-width: 480px) {
    .blog-lang {
        margin-top: 15px;
        padding-right: 20px;
        padding-left: 20px
    }
}

.blog-lang .title {
    float: left;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: .75em;
    font-weight: normal;
    color: #000;
    margin-right: 9px;
    margin-top: 0;
    margin-bottom: 0
}

.blog-lang ul {
    margin: 0;
    padding: 0;
    float: right
}

.blog-lang ul li {
    display: inline-block;
    list-style: none;
    padding-right: 0
}

.blog-lang ul li a {
    display: block;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: .75em;
    font-weight: normal;
    color: #000;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 15px;
    position: relative
}

.blog-lang ul li a::after {
    content: "|";
    position: absolute;
    top: -2px;
    right: 3px
}

.blog-lang ul li:last-child a {
    padding-right: 0
}

.blog-lang ul li:last-child a::after {
    display: none
}

.blog-wrap {
    float: left;
    width: 100%;
    position: relative
}

.blog-wrap .blog-social-share {
    position: sticky;
    position: -webkit-sticky;
    width: 65px;
    height: 270px;
    border-radius: 6px;
    box-shadow: 0 6px 18px 0 rgba(157, 157, 157, .25);
    background-color: #fff;
    top: 136px;
    left: 11%;
    margin-left: -80px;
    float: left;
    padding: 10px;
    z-index: 1
}

@media(max-width: 1024px) {
    .blog-wrap .blog-social-share {
        margin-left: -123px
    }
}

@media(max-width: 834px) {
    .blog-wrap .blog-social-share {
        display: none
    }
}

.blog-wrap .blog-social-share .title {
    float: left;
    width: 100%;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: .875em;
    font-weight: normal;
    color: #AAAAAA;
    opacity: .4;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .2px;
    margin-top: 0;
    margin-bottom: 0
}

.blog-wrap .blog-social-share .likes {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    opacity: .3;
    cursor: pointer
}

.blog-wrap .blog-social-share .likes:hover {
    opacity: 1
}

.blog-wrap .blog-social-share .likes.active {
    opacity: 1
}

.blog-wrap .blog-social-share .likes .icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url("../img/green-heart.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .blog-social-share .likes .icon:hover {
    background-image: url("../img/green-heart.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .blog-social-share .likes .icon.active {
    background-image: url("../img/green-heart.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .blog-social-share .likes .text {
    font-family: "FedraSansStd-book", sans-serif;
    font-size: .75em;
    font-weight: normal;
    color: #000;
    opacity: .4
}

.blog-wrap .blog-social-share .social-share {
    float: left;
    width: 100%;
    text-align: center
}

.blog-wrap .blog-social-share .social-share .whatsapp {
    float: left;
    width: 26px;
    height: 26px;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    background-image: url("../img/whatsapp-color.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .blog-social-share .social-share .whatsapp:hover {
    background-image: url("../img/whatsapp-grey.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .blog-social-share .social-share .facebook {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    background-image: url("../img/facebook-color.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .blog-social-share .social-share .facebook:hover {
    background-image: url("../img/facebook-grey.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .blog-social-share .social-share .twitter {
    display: inline-block;
    width: 28px;
    height: 23px;
    margin-top: 15px;
    background-image: url("../img/x-color.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.divider {
    width: 100%;
    margin-bottom: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe-to {
    float: left;
    width: 320px;
    margin-top: 20px;
    margin-left: calc((100% - 320px)/2);
    margin-bottom: 0px;
    background-color: #fff !important;
    color: #0b0c7c !important
}

.blog-wrap .blog-social-share .social-share .twitter:hover {
    background-image: url("../img/x-grey.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .blog-social-share .social-share .mail {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-top: 15px;
    background-image: url("../img/mail-color.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .blog-social-share .social-share .mail:hover {
    background-image: url("../img/mail-grey.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .blog-media-mobile {
    display: none
}

@media(max-width: 834px) {
    .blog-wrap .blog-media-mobile {
        display: block;
        text-align: left;
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 999999;
        z-index: 2;
        min-height: 44px;
        background-color: #fff;
        box-shadow: 1px 1px 11px 0px rgba(0, 0, 0, .1);
        padding: 0 23px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }
}

@media(max-width: 320px) {
    .blog-wrap .blog-media-mobile {
        padding: 0 15px
    }
}

.blog-wrap .blog-media-mobile .social-icon {
    float: left;
    width: 34px;
    display: inline-block;
    margin-right: 14px
}

@media(max-width: 834px) {
    .blog-wrap .blog-media-mobile .social-icon {
        float: none
    }
}

@media(max-width: 480px) {
    .blog-wrap .blog-media-mobile .social-icon {
        float: left;
        padding-top: 9px;
        margin-right: 18px
    }
}

@media(max-width: 320px) {
    .blog-wrap .blog-media-mobile .social-icon {
        text-align: left;
        width: 31px;
        margin-right: 15px
    }
}

.blog-wrap .blog-media-mobile .social-icon.heart {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 21px;
    position: relative;
    background-image: url("../img/heart-border.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .blog-media-mobile .social-icon.heart.active {
    background-image: url("../img/green-heart.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

@media(max-width: 480px) {
    .blog-wrap .blog-media-mobile .social-icon.heart.active {
        margin-top: 0px
    }
}

@media(max-width: 834px) {
    .blog-wrap .blog-media-mobile .social-icon.heart {
        width: 27px;
        float: none
    }
}

@media(max-width: 480px) {
    .blog-wrap .blog-media-mobile .social-icon.heart {
        float: left;
        margin-top: 6px
    }
}

@media(max-width: 320px) {
    .blog-wrap .blog-media-mobile .social-icon.heart {
        width: 26px
    }
}

.blog-wrap .blog-media-mobile .social-icon.heart span {
    color: #aea493;
    text-decoration: none;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: 1em;
    font-weight: normal;
    position: absolute;
    top: 2px;
    right: 10px
}

@media(max-width: 834px) {
    .blog-wrap .blog-media-mobile .social-icon.heart span {
        right: -68px
    }
}

@media(max-width: 320px) {
    .blog-wrap .blog-media-mobile .social-icon.heart span {
        font-family: "FedraSansStd-book", sans-serif;
        font-size: 1em;
        font-weight: normal;
        right: -67px
    }
}

.blog-wrap .blog-media-mobile .right-social {
    float: right;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    text-align: center
}

.blog-wrap .blog-media-mobile .right-social .social-icons {
    float: left;
    width: 34px;
    display: inline-block;
    margin-right: 14px
}

.blog-wrap .blog-media-mobile .right-social .social-icons:last-child {
    margin-right: 0
}

@media(max-width: 834px) {
    .blog-wrap .blog-media-mobile .right-social .social-icons {
        float: none
    }
}

@media(max-width: 480px) {
    .blog-wrap .blog-media-mobile .right-social .social-icons {
        float: left;
        padding-top: 0px;
        margin-right: 5px;
        justify-content: center;
        align-items: center;
        display: flex
    }

    .blog-wrap .blog-media-mobile .right-social .social-icons:last-child {
        margin-right: 0
    }
}

@media(max-width: 320px) {
    .blog-wrap .blog-media-mobile .right-social .social-icons {
        text-align: left;
        width: 31px;
        margin-right: 15px
    }
}

.blog-wrap .blog-media-mobile .right-social .social-icons.heart {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 21px;
    position: relative;
    background-image: url("../img/heart-border.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .blog-media-mobile .right-social .social-icons.heart.active {
    background-image: url("../img/green-heart.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

@media(max-width: 480px) {
    .blog-wrap .blog-media-mobile .right-social .social-icons.heart.active {
        margin-top: 9px
    }
}

@media(max-width: 834px) {
    .blog-wrap .blog-media-mobile .right-social .social-icons.heart {
        width: 27px;
        float: none
    }
}

@media(max-width: 480px) {
    .blog-wrap .blog-media-mobile .right-social .social-icons.heart {
        float: left;
        margin-top: 6px
    }
}

@media(max-width: 320px) {
    .blog-wrap .blog-media-mobile .right-social .social-icons.heart {
        width: 26px
    }
}

.blog-wrap .blog-media-mobile .right-social .social-icons.heart span {
    color: #aea493;
    text-decoration: none;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: 1em;
    font-weight: normal;
    position: absolute;
    top: 2px;
    right: 10px
}

@media(max-width: 834px) {
    .blog-wrap .blog-media-mobile .right-social .social-icons.heart span {
        right: -68px
    }
}

@media(max-width: 320px) {
    .blog-wrap .blog-media-mobile .right-social .social-icons.heart span {
        font-family: "FedraSansStd-book", sans-serif;
        font-size: 1em;
        font-weight: normal;
        right: -67px
    }
}

.blog-wrap .blog-container {
    float: left;
    width: 100%;
    margin-top: 75px;
    padding-right: calc((100% - 730px)/2);
    padding-left: calc((100% - 730px)/2)
}

@media(max-width: 1024px) {
    .blog-wrap .blog-container {
        margin-top: 18px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media(max-width: 480px) {
    .blog-wrap .blog-container {
        padding-right: 13px;
        padding-left: 13px
    }
}

.blog-wrap .blog-container article {
    float: left;
    width: 100%
}

.blog-wrap .blog-container article .head {
    float: left;
    width: 100%;
    margin-top: 69px;
}

.blog-wrap .blog-container article .head h1 {
    line-height: 45px;
    float: left;
    width: 100%;
    font-family: "FedraSansStd-medium", sans-serif;
    font-size: 2.25em;
    font-weight: normal;
    color: #000056;
    letter-spacing: .5px;
    margin-top: 0;
    margin-bottom: 0
}

@media(max-width: 1112px) {
    .blog-wrap .blog-container article .head {
        margin-top: 27px;
    }
}

@media(max-width: 480px) {
    .blog-wrap .blog-container article .head h1 {
        font-family: "FedraSansStd-medium", sans-serif;
        font-size: 1.25em;
        font-weight: normal
    }
}

.blog-wrap .blog-container article .head .authoried {
    width: 100%;
    float: left;
    margin: 10px 0 10px
}

.blog-wrap .blog-container article .head .authoried .author {
    float: left;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: .75em;
    font-weight: normal;
    color: #999
}

.blog-wrap .blog-container article .head .authoried .author-name {
    float: left;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: .75em;
    font-weight: normal;
    color: #999;
    padding-left: 7px
}

.blog-wrap .blog-container article .head .posted-date {
    width: 100%;
    float: left;
    padding-top: 14px;
    padding-bottom: 14px
}

.blog-wrap .blog-container article .head .posted-date .blog-type {
    float: left;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: .75em;
    font-weight: normal;
    color: #999
}

@media(max-width: 480px) {
    .blog-wrap .blog-container article .head .posted-date .blog-type {
        width: 100%
    }
}

.blog-wrap .blog-container article .head .posted-date .blog-date {
    float: left
}

@media(max-width: 480px) {
    .blog-wrap .blog-container article .head .posted-date .blog-date {
        margin-left: 0;
        margin-top: 15px
    }
}

.blog-wrap .blog-container article .head .posted-date .blog-date .icon {
    float: left;
    width: 15px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='13' viewBox='0 0 16 13'%3e%3cg fill='%230' fill-rule='nonzero'%3e%3cpath d='M.375 12.227A.375.375 0 0 1 0 11.852V1.602c0-.208.168-.376.375-.376h14.276c.207 0 .375.168.375.375v10.25a.375.375 0 0 1-.375.376H.375zm.375-.75h13.526v-9.5H.75v9.5z'/%3e%3cpath d='M.375 5.227a.375.375 0 0 1 0-.75h13.75a.375.375 0 1 1 0 .75H.375zM3.594 1.5a.375.375 0 0 1-.75 0V.375a.375.375 0 0 1 .75 0V1.5zM12.031 1.5a.375.375 0 1 1-.75 0V.375a.375.375 0 1 1 .75 0V1.5z'/%3e%3c/g%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 2px
}

.blog-wrap .blog-container article .head .posted-date .blog-date span {
    line-height: 25px;
    float: left;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #090909
}

.blog-wrap .blog-container article .head .posted-date .blog-time {
    float: left
}

@media(max-width: 480px) {
    .blog-wrap .blog-container article .head .posted-date .blog-date span {
        font-size: 14px;
    }

    /* .blog-wrap .blog-container article .head .posted-date .blog-time {
        width: calc(50% - 20px);
        margin-top: 15px
    } */
}

.blog-wrap .blog-container article .head .posted-date .blog-time .icon {
    float: left;
    width: 15px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11'%3e%3cg fill='%230' fill-rule='nonzero'%3e%3cpath d='M10.43 5.5a4.93 4.93 0 1 0-9.86 0 4.93 4.93 0 0 0 9.86 0zm.59 0a5.52 5.52 0 1 1-11.04 0 5.52 5.52 0 0 1 11.04 0z'/%3e%3cpath d='M6.693 6.966a.295.295 0 1 1-.46.368l-1.1-1.375a.295.295 0 0 1-.065-.184V3.3a.295.295 0 1 1 .59 0v2.372l1.035 1.294z'/%3e%3c/g%3e%3c/svg%3e ");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 2px
}

.blog-wrap .blog-container article .head .posted-date .blog-time span {
    line-height: 25px;
    float: left;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: .16px;
    color: #090909;
    margin-left: 10px
}

@media(max-width: 480px) {
    .blog-wrap .blog-container article .head .posted-date .blog-time span {
        font-size: 14px;
        margin-top: 15px;
    }
}

.blog-wrap .blog-container article .blog-content {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 10px
}

.blog-wrap .blog-container article .blog-content .note {
    float: left;
    width: 100%;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: 1em;
    font-weight: normal;
    color: #090909;
    margin: 0
}

@media(max-width: 480px) {
    .blog-wrap .blog-container article .blog-content .note {
        font-family: "FedraSansStd-book", sans-serif;
        font-size: 1em;
        font-weight: normal
    }
}

.blog-wrap .blog-contain {
    float: left;
    width: 100%;
    margin-top: 0px;
    padding-right: calc((100% - 730px)/2);
    padding-left: calc((100% - 730px)/2)
}

@media(max-width: 1024px) {
    .blog-wrap .blog-contain {
        margin-top: 18px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media(max-width: 480px) {
    .blog-wrap .blog-contain {
        padding-right: 0px;
        padding-left: 0px
    }
}

.blog-wrap .blog-contain .img {
    float: left;
    width: 100%;
    margin: 35px 0 40px
}

@media(max-width: 834px) {
    .blog-wrap .blog-contain .img {
        margin: 0px 0 25px
    }
}

.blog-wrap .blog-contain .img img {
    float: left;
    width: 100%
}

.blog-wrap .blog-contain .img .caption {
    float: left;
    width: 100%;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: .2px;
    color: #999;
    margin-top: 17px;
    text-align: center
}

.blog-wrap .blog-container {
    float: left;
    width: 100%;
    margin-top: 0px;
    padding-right: calc((100% - 730px)/2);
    padding-left: calc((100% - 730px)/2)
}

@media(max-width: 1024px) {
    .blog-wrap .blog-container {
        margin-top: 18px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media(max-width: 480px) {
    .blog-wrap .blog-container {
        padding-right: 13px;
        padding-left: 13px
    }
}

.blog-wrap .blog-container .blog-content {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 0px
}

.blog-wrap .blog-container .blog-content .signature-img {
    float: left;
    width: 100%;
    height: 160px;
    margin-bottom: 30px;
    background-image: url("../img/Signature_White.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20%
}

@media(max-width: 834px) {
    .blog-wrap .blog-container .blog-content .signature-img {
        margin-bottom: 0;
        height: 110px
    }
}

.blog-wrap .blog-container .blog-content .signature-img.grace {
    font-family: "FedraSansStd-medium", sans-serif;
    font-size: 1.125em;
    font-weight: normal;
    text-align: center
}

.blog-wrap .blog-container .blog-content .signature-img.left {
    background-position: left;
    text-align: left
}

.blog-wrap .blog-container .blog-content .signature-img.right {
    background-position: right;
    text-align: right
}

.blog-wrap .blog-container .blog-content .signature-img.center {
    background-position: center;
    text-align: center
}

.blog-wrap .blog-container .blog-content .content {
    float: left;
    width: 100%;
    margin-bottom: 51px
}

@media(max-width: 1024px) {
    .blog-wrap .blog-container .blog-content .content {
        margin-bottom: 35px
    }
}

.blog-wrap .blog-container .blog-content .content .blocks {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.blog-wrap .blog-container .blog-content .content .blocks .mini-story {
    float: left;
    width: 49%;
    position: relative;
    padding-top: 20px;
    z-index: 0;
    margin-right: 14px
}

.blog-wrap .blog-container .blog-content .content .blocks .mini-story:last-child {
    margin-right: 0
}

@media(max-width: 1112px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story {
        width: 48%
    }
}

@media(max-width: 834px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story {
        width: 48%
    }
}

@media(max-width: 600px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story {
        padding-top: 35px;
        width: 100%;
        margin-right: 0px
    }
}

@media(max-width: 480px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story {
        /* padding-top: 35px; */
        width: 100%;
        margin-right: 0px
    }
}

.blog-wrap .blog-container .blog-content .content .blocks .mini-story.rtl .story-block {
    float: left;
    padding-right: 55px;
    min-height: 188px;
    position: relative
}

@media(max-width: 1112px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story.rtl .story-block {
        padding-right: 20px
    }
}

@media(max-width: 834px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story.rtl .story-block {
        padding-right: 34px
    }
}


@media(max-width: 600px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story.rtl .story-block {
        padding-right: 0px;
        padding-bottom: 15px;
        padding-top: 4px
    }
}

@media(max-width: 480px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story.rtl .story-block {
        padding-right: 0px;
        padding-bottom: 15px;
        padding-top: 4px
    }
}

.blog-wrap .blog-container .blog-content .content .blocks .mini-story.rtl .story-block .story-image {
    float: right;
    margin-right: -184px
}

@media(max-width: 1112px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story.rtl .story-block .story-image {
        margin-right: -175px
    }
}

@media(max-width: 834px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story.rtl .story-block .story-image {
        margin-right: -131px
    }
}

@media(max-width: 768px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story.rtl .story-block .story-image {
        z-index: 0
    }
}

@media(max-width: 600px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story.rtl .story-block .story-image {
        margin-right: -162px;
        float: right
    }
}

@media(max-width: 480px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story.rtl .story-block .story-image {
        margin-right: -137px;
        float: right
    }
}

@media(max-width: 360px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story.rtl .story-block .story-image {
        margin-right: -127px;
        float: right
    }
}

.blog-wrap .blog-container .blog-content .content .blocks .mini-story.rtl .story-block .story-image .img-patch {
    left: -9px
}

.blog-wrap .blog-container .blog-content .content .blocks .mini-story.rtl .story-block .text {
    text-align: right
}

.blog-wrap .blog-container .blog-content .content .blocks .mini-story.rtl .story-block .g-action {
    position: absolute;
    right: 54px;
    bottom: 15px;
    margin-left: 0
}

.blog-wrap .blog-container .blog-content .content .blocks .mini-story.ltr .story-block {
    float: right;
    padding-left: 55px;
    min-height: 188px;
    position: relative
}

@media(max-width: 1112px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story.ltr .story-block {
        padding-left: 20px
    }
}

@media(max-width: 834px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story.ltr .story-block {
        padding-left: 34px
    }
}

@media(max-width: 600px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story.ltr .story-block {
        padding-left: 0px;
        padding-bottom: 15px;
        padding-top: 4px
    }
}

@media(max-width: 480px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story.ltr .story-block {
        padding-left: 0px;
        padding-bottom: 15px;
        padding-top: 4px
    }
}

.blog-wrap .blog-container .blog-content .content .blocks .mini-story.ltr .story-block .story-image {
    float: left;
    margin-left: -184px;
    z-index: 0
}

@media(max-width: 1112px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story.ltr .story-block .story-image {
        margin-left: -175px;
        z-index: 0
    }
}

@media(max-width: 834px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story.ltr .story-block .story-image {
        margin-left: -129px;
        z-index: 0
    }
}

@media(max-width: 768px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story.ltr .story-block .story-image {
        z-index: 0
    }
}

@media(max-width: 600px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story.ltr .story-block .story-image {
        margin-left: -178px;
        z-index: 0
    }
}

@media(max-width: 480px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story.ltr .story-block .story-image {
        margin-left: -137px;
        z-index: 0
    }
}

@media(max-width: 360px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story.ltr .story-block .story-image {
        margin-left: -127px;
        z-index: 0
    }
}

.blog-wrap .blog-container .blog-content .content .blocks .mini-story.ltr .story-block .story-image .img-patch {
    right: -9px
}

.blog-wrap .blog-container .blog-content .content .blocks .mini-story.ltr .story-block .g-action {
    position: absolute;
    left: 54px;
    bottom: 15px;
    margin-left: 0
}

.blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block {
    width: 65%;
    border-radius: 4px;
    padding-left: 23px;
    padding-top: 21px;
    padding-right: 23px;
    padding-bottom: 32px;
    background-color: #f5f6f7
}

.blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block.blueshade {
    background-color: #ebf2f5
}

@media(max-width: 1112px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block {
        width: 190px;
        padding-right: 8px;
        padding-left: 8px
    }
}

@media(max-width: 834px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block {
        width: 245px;
        padding-left: 20px;
        padding-top: 35px;
        padding-right: 20px;
        padding-bottom: 60px
    }
}

@media(max-width: 768px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block {
        width: 70%
    }
}

@media(max-width: 600px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block {
        width: 326px;
        padding: 0
    }
}

@media(max-width: 480px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block {
        width: 210px;
        padding: 0
    }
}

.blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block .story-image {
    width: 100%;
    border-radius: 4px;
    position: relative;
    margin: 0;
    margin-top: -35px;
    z-index: 2
}

@media(max-width: 1112px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block .story-image {
        margin-top: 0px
    }
}

@media(max-width: 834px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block .story-image {
        width: calc(100% - 44px)
    }
}

@media(max-width: 768px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block .story-image {
        width: calc(100% - 75px)
    }
}

@media(max-width: 600px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block .story-image {
        width: calc(100% - 133px)
    }
}

@media(max-width: 480px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block .story-image {
        width: calc(100% - 52px)
    }
}

.blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block .story-image img {
    float: left;
    width: 100%;
    border-radius: 9px
}

.blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block .story-image .img-patch {
    position: absolute;
    width: 51px;
    height: 50px;
    bottom: -9px;
    background-color: #8ddde3;
    z-index: -1
}

.blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block .story-image .img-patch.dark-patch {
    background-color: #00a2b9
}

.blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block .title {
    float: left;
    width: 100%;
    margin-top: 68px;
    font-family: "FedraSansStd-medium", sans-serif;
    font-size: 1.125em;
    font-weight: normal;
    color: #000;
    margin: 0
}

.blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block .text {
    float: left;
    width: 100%;
    margin-top: 0;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: .875em;
    font-weight: normal;
    color: #000;
    line-height: 22px;
    letter-spacing: .2px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px
}

@media(max-width: 1112px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block .text {
        width: 85%;
        padding: 10px
    }
}

@media(max-width: 834px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block .text {
        width: 85%;
        padding: 0px
    }
}

@media(max-width: 600px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block .text {
        width: 90%;
        padding: 35px 8px 20px 8px;
    }
}

@media(max-width: 480px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block .text {
        width: 85%;
        padding: 10px
    }
}

.blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block .g-action {
    float: left;
    padding: 5px 10px;
    color: #5b5b5b;
    border: 1px solid #5b5b5b;
    border-radius: 17px;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: .75em;
    font-weight: normal;
    margin-top: 19px;
    margin-left: 12px
}

@media(max-width: 480px) {
    .blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block .g-action {
        margin-top: 8px
    }
}

.blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block .read-more {
    float: left;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: .875em;
    font-weight: normal;
    text-decoration: none;
    margin-top: 37px;
    margin-bottom: 0;
    color: #0b0c7c;
    text-transform: uppercase
}

.blog-wrap .blog-container .blog-content .content .blocks .mini-story .story-block .read-more:hover {
    text-decoration: underline
}

.blog-wrap .blog-container .blog-content iframe {
    border: none
}

@media(max-width: 834px) {
    .blog-wrap .blog-container .blog-content iframe {
        width: 100%;
        height: 100%
    }
}

.blog-wrap .blog-container .blog-content h2 {
    float: left;
    width: 100%;
    font-family: "FedraSansStd-medium", sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    color: #000;
    margin-top: 0;
    margin-bottom: 25px
}

@media(max-width: 480px) {
    .blog-wrap .blog-container .blog-content h2 {
        padding-right: 20px;
        padding-left: 20px
    }
}

.blog-wrap .blog-container .blog-content h3 {
    float: left;
    width: 100%;
    font-family: "FedraSansStd-medium", sans-serif;
    font-size: 1.25em;
    font-weight: normal;
    color: #000;
    margin-top: 0;
    margin-bottom: 25px
}

@media(max-width: 480px) {
    .blog-wrap .blog-container .blog-content h3 {
        padding-right: 20px;
        padding-left: 20px
    }
}

.blog-wrap .blog-container .blog-content p {
    float: left;
    width: 100%;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: 1.125em;
    font-weight: normal;
    color: #000;
    line-height: 1.67
}

.blog-wrap .blog-container .blog-content p b {
    font-family: "FedraSansStd-medium", sans-serif;
    font-size: 1.125em;
    font-weight: normal;
    font-weight: normal
}

.blog-wrap .blog-container .blog-content p a {
    color: #0b0c7c;
    text-decoration: underline
}

.blog-wrap .blog-container .blog-content .block-qoute {
    width: 100%;
    float: left
}

@media(max-width: 480px) {
    .blog-wrap .blog-container .blog-content .block-qoute {
        padding-right: 20px;
        padding-left: 20px
    }
}

.blog-wrap .blog-container .blog-content .block-qoute .quotes {
    height: auto;
    right: 0;
    width: auto;
    background-image: url(../img/article-side-img.png);
    background-repeat: repeat-y;
    background-position-x: right
}

@media(max-width: 1112px) {
    .blog-wrap .blog-container .blog-content .block-qoute .quotes {
        margin: 0
    }
}

.blog-wrap .blog-container .blog-content .block-qoute .quotes .pquote {
    width: 438px;
    height: auto;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: 1.625em;
    font-weight: normal;
    color: #999;
    line-height: 1.15;
    letter-spacing: .3px;
    text-align: right;
    margin-left: 40px
}

@media(max-width: 1112px) {
    .blog-wrap .blog-container .blog-content .block-qoute .quotes .pquote {
        width: 100%;
        color: #999;
        text-align: right;
        padding-right: 60px;
        margin-left: 0
    }
}

.blog-wrap .blog-container .blog-content ul {
    margin: 0;
    padding-left: 20px
}

@media(max-width: 480px) {
    .blog-wrap .blog-container .blog-content ul {
        padding-right: 20px;
        padding-left: 20px
    }
}

.blog-wrap .blog-container .blog-content ul li {
    list-style-type: round;
    margin-bottom: 20px;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: 1.125em;
    font-weight: normal;
    color: #000;
    top: 17px
}

@media(max-width: 480px) {
    .blog-wrap .blog-container .blog-content ul li {
        margin-left: 20px
    }
}

.blog-wrap .blog-container .blog-content .blog-slider {
    float: left;
    width: 100%;
    margin: 100px 0 0
}

.blog-wrap .blog-container .blog-content .blog-slider .slick-prev {
    background-image: url("https://uat.ishaoutreach.org/static/assets/cauvery-calling/img/slider-left-arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 25px
}

@media(max-width: 480px) {
    .blog-wrap .blog-container .blog-content .blog-slider .slick-prev {
        display: none !important
    }
}

.blog-wrap .blog-container .blog-content .blog-slider .slick-next {
    background-image: url("https://uat.ishaoutreach.org/static/assets/cauvery-calling/img/slider-right-arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 25px
}

@media(max-width: 480px) {
    .blog-wrap .blog-container .blog-content .blog-slider .slick-next {
        display: none !important
    }
}

.blog-wrap .blog-container .blog-content .blog-slider .slick-prev:before,
.blog-wrap .blog-container .blog-content .blog-slider .slick-next:before {
    display: none
}

.blog-wrap .blog-container .blog-content .blog-slider .slick-dots {
    bottom: -40px
}

.blog-wrap .blog-container .blog-content .blog-slider .slick-dots li button:before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: solid 1px #0b0c7c;
    background-color: rgba(0, 0, 0, .05);
    opacity: 1
}

.blog-wrap .blog-container .blog-content .blog-slider .slick-dots li.slick-active button:before {
    background-color: #0b0c7c;
    opacity: 1
}

.blog-wrap .blog-container .blog-content .blog-slider .img-plot {
    float: left;
    width: 100%;
    margin: 0
}

.blog-wrap .blog-container .blog-content .blog-slider .img-plot img {
    float: left;
    width: 100%
}

.blog-wrap .blog-container .blog-content .end-line {
    float: left;
    margin-top: 80px;
    width: 100%;
    text-align: center
}

.blog-wrap .blog-container .blog-content .end-line .icon {
    display: inline-block;
    width: 313px;
    height: 30px
}

@media(max-width: 834px) {
    .blog-wrap .blog-container .blog-content .end-line .icon {
        width: 172px;
        height: 17px
    }
}

.blog-wrap .blog-container .blog-content .end-line .icon img {
    float: left;
    width: 100%
}

.blog-wrap .helpus-goal {
    width: 100%;
    float: left;
    background-color: #000056;
    padding: 39px 0;
    padding-right: calc((100% - 730px)/2);
    padding-left: calc((100% - 730px)/2)
}

.blog-wrap .helpus-goal.help-to-donate {
    padding-top: 89px;
    padding-bottom: 73px;
}

@media(max-width: 1112px) {
    .blog-wrap .helpus-goal.help-to-donate {
        padding-top: 18px;
        padding-bottom: 28px;
    }
}

@media(max-width: 1024px) {
    .blog-wrap .helpus-goal {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media(max-width: 480px) {
    .blog-wrap .helpus-goal {
        padding-right: 13px;
        padding-left: 13px;
        padding-top: 29px;
        padding-bottom: 34px;
    }
}

.blog-wrap .helpus-goal .img-blog {
    width: 100%;
    float: left
}

.blog-wrap .helpus-goal .img-blog img {
    width: 100%
}

.blog-wrap .helpus-goal .details {
    width: 100%;
    float: left
}

.blog-wrap .helpus-goal .details.goal-detail {
    margin-top: 51px;
    margin-bottom: 24px
}

@media(max-width: 480px) {
    .blog-wrap .helpus-goal .details.goal-detail {
        margin-top: 22px;
        margin-bottom: 0px
    }
}

@media(max-width: 480px) {
    .blog-wrap .helpus-goal .details.goal-detail .sub-title {
        color: #fff;
        font-family: "FedraSansStd-medium", sans-serif;
        font-size: 1em;
        font-weight: normal;
        line-height: 20px
    }
}

.blog-wrap .helpus-goal .details .title {
    float: left;
    width: 100%;
    font-family: "FedraSansStd-medium", sans-serif;
    font-size: 1.375em;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 12px
}

@media(max-width: 480px) {
    .blog-wrap .helpus-goal .details .title {
        font-family: "FedraSansStd-medium", sans-serif;
        font-size: 1.125em;
        font-weight: normal;
        margin-bottom: 7px
    }
}

.blog-wrap .helpus-goal .details .sub-title {
    float: left;
    width: 100%;
    font-family: "FedraSansStd-medium", sans-serif;
    font-size: 1.125em;
    font-weight: normal;
    color: #8ddde3;
    text-align: center;
    margin-top: 0;
    margin-bottom: 19px
}

@media(max-width: 480px) {
    .blog-wrap .helpus-goal .details .sub-title {
        font-family: "FedraSansStd-medium", sans-serif;
        font-size: 1em;
        font-weight: normal;
        line-height: 20px
    }
}

.blog-wrap .helpus-goal .details .para {
    float: left;
    width: 100%;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: 1em;
    font-weight: normal;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 21px;
    padding: 0 70px
}

@media(max-width: 480px) {
    .blog-wrap .helpus-goal .details .para {
        padding: 0 25px;
        margin-top: 0;
        margin-bottom: 23px
    }
}

.blog-wrap .helpus-goal .details .donate-now {
    float: left;
    width: 145px;
    margin-top: 0px;
    margin-left: calc((100% - 145px)/2);
    margin-bottom: 0px;
    background-color: #fff !important;
    color: #0b0c7c !important
}

.blog-wrap .helpus-goal .details .button {
    float: left;
    font-family: "FedraSansStd-medium", sans-serif;
    font-size: .875em;
    font-weight: normal;
    letter-spacing: .2px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    height: 45px;
    cursor: pointer;
    line-height: 45px;
    background-color: #ccc;
    color: #000;
    padding-left: 20px;
    padding-right: 20px
}

.blog-wrap .helpus-goal .details .button.white {
    background-color: #fff;
    color: #0b0c7c;
    padding-left: 5px;
    padding-right: 5px
}

.blog-wrap .helpus-goal .details .button.white:hover {
    background-color: #0b0c7c;
    color: #fff
}

.blog-wrap .helpus-goal .details .button.primary {
    background-color: #0b0c7c;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px
}

.blog-wrap .helpus-goal .details .button.primary.do-net {
    background-color: #d04b02
}

.blog-wrap .helpus-goal .details .button.primary.do-net:hover {
    background-color: #a83d1c;
    color: #fff
}

.blog-wrap .helpus-goal .details .button.primary:hover {
    background-color: #000056;
    color: #fff
}

.blog-wrap .helpus-goal .details .button.primary-o {
    border: solid 1px #0b0c7c;
    color: #0b0c7c;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px
}

.blog-wrap .helpus-goal .details .button.primary-o:hover {
    background-color: #0b0c7c;
    color: #fff
}

.blog-wrap .new-blog {
    width: 100%;
    float: left
}

.blog-wrap .new-blog .blog-container {
    float: left;
    width: 100%;
    margin-top: 75px;
    padding-right: calc((100% - 730px)/2);
    padding-left: calc((100% - 730px)/2)
}

@media(max-width: 1024px) {
    .blog-wrap .new-blog .blog-container {
        margin-top: 20px
    }
}

.blog-wrap .new-blog .blog-container .update-plot {
    width: 100%;
    float: left;
    margin-bottom: 90px
}

@media(max-width: 480px) {
    .blog-wrap .new-blog .blog-container .update-plot {
        margin-bottom: 40px
    }
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog {
    width: 100%;
    float: left;
    background-color: #f5f6f7;
    padding: 60px 40px;
    position: relative;
    margin-bottom: 90px;
    text-align: center
}

@media(max-width: 768px) {
    .blog-wrap .new-blog .blog-container .update-plot .update-blog {
        padding: 60px 22px
    }
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog:last-child {
    margin-bottom: 0
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog:after {
    content: "";
    width: 139px;
    height: 15px;
    background-color: #8ddde3;
    position: absolute;
    top: 0;
    left: 0
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog:before {
    content: "";
    width: 139px;
    height: 15px;
    background-color: #8ddde3;
    position: absolute;
    bottom: 0;
    right: 0
}

@media(max-width: 480px) {
    .blog-wrap .new-blog .blog-container .update-plot .update-blog {
        padding: 40px 17px
    }
}


.blog-wrap .new-blog .blog-container .update-plot .update-blog.blueshade {
    background-color: #ebf2f5
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog.blueshade:after {
    content: "";
    width: 139px;
    height: 15px;
    background-color: #00a2b9;
    position: absolute;
    top: 0;
    left: 0
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog.blueshade:before {
    content: "";
    width: 139px;
    height: 15px;
    background-color: #00a2b9;
    position: absolute;
    bottom: 0;
    right: 0
}


.blog-wrap .new-blog .blog-container .update-plot .update-blog .title {
    float: left;
    width: 100%;
    position: relative
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .text {
    float: left;
    width: 93%;
    font-family: "FedraSansStd-medium", sans-serif;
    font-size: 1.375em;
    font-weight: normal;
    color: #28231e;
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px
}

@media(max-width: 480px) {
    .blog-wrap .new-blog .blog-container .update-plot .update-blog .title .text {
        width: 90%;
        font-family: "FedraSansStd-medium", sans-serif;
        font-size: 1em;
        font-weight: normal
    }
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 20px;
    z-index: 1;
    width: 100%;
    padding: 5px;
    right: 0;
    left: unset
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share.blog-patch {
    float: left;
    right: 4px;
    left: unset
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share.active .actions .share {
    display: none
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share.active .actions .close {
    display: block
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share.active .social-share {
    display: block
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .name {
    float: left;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: .875em;
    font-weight: normal;
    color: #fff
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .actions {
    float: right
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .actions .edit {
    float: left
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .actions .edit .icon-share {
    float: left;
    margin-left: 40px
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .actions .edit .icon-share.pencil {
    float: left;
    width: 24px;
    height: 20px;
    margin-right: 13px;
    background-image: url("../img/pencil.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .actions .likes {
    float: left
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .actions .likes .icon {
    float: left;
    width: 22px;
    height: 19px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='19' viewBox='0 0 22 19'%3e%3cpath fill='none' fill-rule='evenodd' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' d='M20.104 3.023c-3.02-3.92-8.96-1.607-8.96 2.374 0-3.98-5.941-6.294-8.96-2.374-3.122 4.051-.046 11.15 8.96 15.227 9.005-4.078 12.08-11.176 8.96-15.227z'/%3e%3c/svg%3e ");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .actions .likes .icon.icon-heart {
    background-image: url("../img/green-heart-border.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .actions .likes .icon:hover {
    background-image: url("../img/green-heart.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

@media(max-width: 1112px) {
    .blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .actions .likes .icon:hover {
        display: none
    }
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .actions .likes .icon.active {
    background-image: url("../img/green-heart.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .actions .likes .counts {
    float: left;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: .875em;
    font-weight: normal;
    margin-left: 10px;
    color: #fff
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .actions .likes .counts.count {
    color: #000
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .actions .share {
    float: left;
    width: 27px;
    height: 30px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='21' height='19' viewBox='0 0 21 19'%3e%3cg fill='none' fill-rule='evenodd' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M7.138 9.718a2.896 2.896 0 1 1-5.792 0 2.896 2.896 0 0 1 5.792 0zM20.051 4.242a2.896 2.896 0 1 1-5.792 0 2.896 2.896 0 0 1 5.792 0zM20.051 15.566a2.896 2.896 0 1 1-5.791 0 2.896 2.896 0 0 1 5.791 0zM6.822 7.958c.346 0 7.154-3 7.154-3M6.822 11.547c.346 0 7.154 3 7.154 3'/%3e%3c/g%3e%3c/svg%3e ");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-left: 20px;
    background-image: url("https://uat.ishaoutreach.org/static/assets/cauvery-calling/img/share-black.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .actions .share:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 192 192' width='48px' height='48px'%3e%3cg fill='none' fill-rule='nonzero' stroke='none' stroke-width='1' stroke-linecap='butt' stroke-linejoin='miter' stroke-miterlimit='10' stroke-dasharray='' stroke-dashoffset='0' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode: normal'%3e%3cpath d='M0,192v-192h192v192z' fill='none'/%3e%3cg fill='%23FFFFFF'%3e%3cg id='surface1'%3e%3cpath d='M160,0c-17.6875,0 -32,14.3125 -32,32c0,2.21875 0.3125,4.40625 0.75,6.5l-72.75,36.5c-5.875,-6.71875 -14.375,-11 -24,-11c-17.6875,0 -32,14.3125 -32,32c0,17.6875 14.3125,32 32,32c9.625,0 18.125,-4.28125 24,-11l72.75,36.5c-0.4375,2.09375 -0.75,4.28125 -0.75,6.5c0,17.6875 14.3125,32 32,32c17.6875,0 32,-14.3125 32,-32c0,-17.6875 -14.3125,-32 -32,-32c-9.625,0 -18.125,4.28125 -24,11l-72.75,-36.5c0.4375,-2.09375 0.75,-4.28125 0.75,-6.5c0,-2.21875 -0.3125,-4.40625 -0.75,-6.5l72.75,-36.5c5.875,6.71875 14.375,11 24,11c17.6875,0 32,-14.3125 32,-32c0,-17.6875 -14.3125,-32 -32,-32z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .actions .share:hover {
    background-image: url("../img/share.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .actions .close {
    display: none;
    float: left;
    width: 21px;
    height: 19px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3e%3cdefs%3e%3cpath id='a' d='M12 10.586l6.293-6.293a1 1 0 0 1 1.414 1.414L13.414 12l6.435 6.435a1 1 0 0 1-1.414 1.414L12 13.414l-6.293 6.293a1 1 0 1 1-1.414-1.414L10.586 12 4.293 5.707a1 1 0 0 1 1.414-1.414L12 10.586z'/%3e%3c/defs%3e%3cuse fill='%23FFF' fill-rule='nonzero' xlink:href='%23a'/%3e%3c/svg%3e ");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-left: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3e%3cdefs%3e%3cpath id='a' d='M12 10.586l6.293-6.293a1 1 0 0 1 1.414 1.414L13.414 12l6.435 6.435a1 1 0 0 1-1.414 1.414L12 13.414l-6.293 6.293a1 1 0 1 1-1.414-1.414L10.586 12 4.293 5.707a1 1 0 0 1 1.414-1.414L12 10.586z'/%3e%3c/defs%3e%3cuse fill='%2356' fill-rule='nonzero' xlink:href='%23a'/%3e%3c/svg%3e ");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share {
    position: absolute;
    width: 76%;
    height: 55px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    top: 0;
    padding: 17px 35px;
    display: none;
    left: unset;
    right: 60px;
    width: 39%;
    left: unset;
    right: 55px
}

@media(max-width: 834px) {
    .blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share {
        padding: 17px 27px;
        right: 48px
    }
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share.social-blog {
    width: 54%
}

@media(max-width: 834px) {
    .blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share.social-blog {
        width: 77%
    }
}

@media(max-width: 768px) {
    .blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share {
        width: 81%;
        width: 52%;
        width: 37%;
        left: unset;
        right: 55px
    }
}

@media(max-width: 600px) {
    .blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share {
        width: 44%;
        left: unset;
        right: 55px
    }
}

@media(max-width: 480px) {
    .blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share {
        width: 81%;
        width: 79%
    }
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share .icon-share {
    float: left;
    margin-left: 30px
}

@media(max-width: 834px) {
    .blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share .icon-share {
        margin-left: 35px
    }
}

@media(max-width: 768px) {
    .blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share .icon-share {
        margin-left: 27px
    }
}

@media(max-width: 480px) {
    .blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share .icon-share {
        margin-left: 56px
    }
}

@media(max-width: 375px) {
    .blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share .icon-share {
        margin-left: 45px
    }
}

@media(max-width: 360px) {
    .blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share .icon-share {
        margin-left: 40px
    }
}

@media(max-width: 320px) {
    .blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share .icon-share {
        margin-left: 29px
    }
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share .icon-share.whatsapp {
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 0;
    background-image: url("../img/whatsapp-grey.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share .icon-share.whatsapp:hover {
    background-image: url("../img/whatsapp-color.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share .icon-share.facebook {
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 30px;
    background-image: url("../img/facebook-grey.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share .icon-share.facebook:hover {
    background-image: url("../img/facebook-color.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

@media(max-width: 834px) {
    .blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share .icon-share.facebook {
        margin-left: 33px
    }
}

@media(max-width: 320px) {
    .blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share .icon-share.facebook {
        margin-left: 25px
    }
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share .icon-share.twitter {
    float: left;
    width: 21px;
    height: 20px;
    background-image: url("../img/x-grey.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share .icon-share.twitter:hover {
    background-image: url("../img/x-color.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share .icon-share.pinterest {
    float: left;
    width: 20px;
    height: 20px;
    background-image: url("../img/pinterest-grey.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share .icon-share.pinterest:hover {
    background-image: url("../img/pinterest-color.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share .icon-share.mail {
    float: left;
    width: 22px;
    height: 20px;
    background-image: url("../img/mail-grey.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .title .blog-share .social-share .icon-share.mail:hover {
    background-image: url("../img/mail-color.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .g-action {
    float: left;
    padding: 4px 19px;
    color: #5b5b5b;
    border: 1px solid #5b5b5b;
    border-radius: 17px;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: .75em;
    font-weight: normal
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .img-blog {
    width: 100%;
    float: left;
    margin-top: 30px;
    float: none;
    display: inline-block
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .img-blog .slick-dotted.slick-slider {
    margin-bottom: 0
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .img-blog .update-slot {
    width: 100%;
    float: left
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .img-blog .update-slot .slick-prev {
    left: 0;
    width: 50px;
    height: 50px;
    background-image: url(https://uat.ishaoutreach.org/static/assets/cauvery-calling/img/slider-left-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .img-blog .update-slot .slick-prev:before {
    display: none
}

@media(max-width: 768px) {
    .blog-wrap .new-blog .blog-container .update-plot .update-blog .img-blog .update-slot .slick-prev {
        width: 25px;
        height: 25px
    }
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .img-blog .update-slot .slick-next {
    right: 0;
    width: 50px;
    height: 50px;
    background-image: url(https://uat.ishaoutreach.org/static/assets/cauvery-calling/img/slider-right-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .img-blog .update-slot .slick-next:before {
    display: none
}

@media(max-width: 768px) {
    .blog-wrap .new-blog .blog-container .update-plot .update-blog .img-blog .update-slot .slick-next {
        width: 25px;
        height: 25px
    }
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .img-blog .update-slot .slick-dots li {
    width: 10px;
    height: 10px
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .img-blog .update-slot .slick-dots li button:before {
    font-size: 10px
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .img-blog .update-slot .image-plot {
    width: 100%;
    float: lef img;
    float-width: 100%
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .img-blog img {
    width: 100%
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .video-blog {
    width: 100%;
    float: none;
    display: inline-block;
    position: relative;
    height: 410px;
    margin-top: 30px
}

@media(max-width: 480px) {
    .blog-wrap .new-blog .blog-container .update-plot .update-blog .video-blog {
        width: 100%;
        height: 200px
    }
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .video-blog iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .con-tent {
    width: 100%;
    float: left
}

.blog-wrap .new-blog .blog-container .update-plot .update-blog .con-tent .note {
    float: left;
    width: 100%;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: 1.125em;
    font-weight: normal;
    color: #28231e;
    margin: 0;
    margin-top: 22px;
    text-align: left;
    line-height: 24px
}

@media(max-width: 480px) {
    .blog-wrap .new-blog .blog-container .update-plot .update-blog .con-tent .note {
        font-family: "FedraSansStd-book", sans-serif;
        font-size: 1em;
        font-weight: normal;
        padding-right: 0px;
        padding-left: 0px;
    }
}

.blog-wrap .new-blog .blog-container .social-media {
    width: 100%;
    float: left
}

@media(max-width: 1024px) {
    .blog-wrap .new-blog .blog-container .social-media {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(max-width: 480px) {
    .blog-wrap .new-blog .blog-container .social-media {
        padding-left: 13px;
        padding-right: 13px;
        margin-bottom: 30px
    }
}

.blog-wrap .new-blog .blog-container .social-media .title {
    float: left;
    font-family: "FedraSansStd-medium", sans-serif;
    font-size: 2.25em;
    font-weight: normal;
    color: #000056;
    margin-right: 9px;
    margin-top: 0;
    margin-bottom: 28px
}

@media(max-width: 480px) {
    .blog-wrap .new-blog .blog-container .social-media .title {
        font-family: "FedraSansStd-medium", sans-serif;
        font-size: 1.5625em;
        font-weight: normal
    }
}

.blog-wrap .new-blog .blog-container .social-media .social-slot {
    width: 100%;
    float: left
}

.blog-wrap .new-blog .blog-container .social-media .social-slot .social-blog {
    width: calc((100% - 46px)/3);
    float: left;
    margin-right: 23px;
    margin-bottom: 23px;
    display: flex
}

.blog-wrap .new-blog .blog-container .social-media .social-slot .social-blog:nth-child(3n) {
    margin-right: 0
}

@media(max-width: 480px) {
    .blog-wrap .new-blog .blog-container .social-media .social-slot .social-blog {
        width: calc((100% - 20px)/3);
        float: left;
        margin-right: 10px;
        margin-bottom: 10px
    }
}

.blog-wrap .new-blog .blog-container .social-media .social-slot .social-blog .img-slot {
    float: left;
    width: 100%;
    position: relative;
    cursor: pointer
}

.blog-wrap .new-blog .blog-container .social-media .social-slot .social-blog .img-slot img {
    width: 100%
}

.blog-wrap .new-blog .blog-container .related-story {
    width: 100%;
    float: left
}

@media(max-width: 1024px) {
    .blog-wrap .new-blog .blog-container .related-story {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 30px
    }
}

@media(max-width: 480px) {
    .blog-wrap .new-blog .blog-container .related-story {
        padding-right: 13px;
        padding-left: 13px
    }
}

.blog-wrap .new-blog .blog-container .related-story .title {
    float: left;
    font-family: "FedraSansStd-medium", sans-serif;
    font-size: 2.25em;
    font-weight: normal;
    color: #000056;
    margin-right: 9px;
    margin-top: 0;
    margin-bottom: 28px
}

@media(max-width: 480px) {
    .blog-wrap .new-blog .blog-container .related-story .title {
        font-family: "FedraSansStd-medium", sans-serif;
        font-size: 1.25em;
        font-weight: normal
    }
}

.blog-wrap .new-blog .blog-container .related-story .story-detail {
    width: 100%;
    float: left
}

.blog-wrap .new-blog .blog-container .related-story .story-detail .story-plot {
    float: left;
    width: calc((100% - 60px)/2);
    padding: 0;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .03);
    border-radius: 6px;
    position: relative;
    margin-right: 30px;
    margin-bottom: 30px
}

.blog-wrap .new-blog .blog-container .related-story .story-detail .story-plot:nth-child(2n) {
    margin-right: 0
}

@media(max-width: 1024px) {
    .blog-wrap .new-blog .blog-container .related-story .story-detail .story-plot {
        width: calc((100% - 20px)/2);
        margin-right: 20px;
        margin-bottom: 20px
    }
}

@media(max-width: 480px) {
    .blog-wrap .new-blog .blog-container .related-story .story-detail .story-plot {
        width: calc((100% - 12px)/2);
        margin-right: 12px
    }
}

.blog-wrap .new-blog .blog-container .related-story .story-detail .story-plot .img-block {
    float: left;
    width: 100%;
    border-radius: 6px 6px 0 0;
    position: relative
}

.blog-wrap .new-blog .blog-container .related-story .story-detail .story-plot .img-block .blog-share {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px;
    z-index: 1
}

@media(max-width: 480px) {
    .blog-wrap .new-blog .blog-container .related-story .story-detail .story-plot .img-block .blog-share {
        padding: 6px
    }
}

.blog-wrap .new-blog .blog-container .related-story .story-detail .story-plot .img-block .blog-share .name {
    float: left;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: .875em;
    font-weight: normal;
    color: #fff
}

@media(max-width: 480px) {
    .blog-wrap .new-blog .blog-container .related-story .story-detail .story-plot .img-block .blog-share .name {
        font-family: "FedraSansStd-book", sans-serif;
        font-size: .625em;
        font-weight: normal;
        line-height: 14px
    }
}

.blog-wrap .new-blog .blog-container .related-story .story-detail .story-plot .img-block .link {
    float: left;
    width: 100%;
    position: relative;
    cursor: pointer
}

.blog-wrap .new-blog .blog-container .related-story .story-detail .story-plot .img-block .link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
    top: 0;
    border-radius: 6px 6px 0 0;
    cursor: pointer
}

.blog-wrap .new-blog .blog-container .related-story .story-detail .story-plot .img-block img {
    border-radius: 6px 6px 0 0;
    width: 100%;
    float: left
}

.blog-wrap .new-blog .gototop {
    position: sticky;
    position: -webkit-sticky;
    top: 136px;
    right: 11%;
    margin-left: -80px;
    float: left;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    z-index: 2;
    bottom: 65px;
    right: 50px;
    cursor: pointer
}

@media(max-width: 1112px) {
    .blog-wrap .new-blog .gototop {
        right: 20px;
        margin-left: -69px;
    }
}

.blog-wrap .new-blog .gototop .top {
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url("https://uat.ishaoutreach.org/static/assets/cauvery-calling/img/back-to-top.svg");
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
    top: 0px
}

.popup-cover-black {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .55);
    top: 0;
    left: 0;
    z-index: 3
}

.popup-cover-black .updated-news {
    position: fixed;
    width: 26%;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 99;
    padding-left: 0px;
    padding-right: 0px
}

@media(max-width: 1112px) {
    .popup-cover-black .updated-news {
        width: 40%
    }
}

@media(max-width: 480px) {
    .popup-cover-black .updated-news {
        width: 80%
    }
}

.popup-cover-black .updated-news .close-menu {
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    top: 5px
}

.popup-cover-black .updated-news .close-menu img {
    width: 100%
}

.popup-cover-black .updated-news .read-update {
    width: 100%;
    float: left;
    background-color: #000056;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: 1.375em;
    font-weight: normal;
    text-align: center;
    color: #fff;
    padding: 20px;
    text-decoration: none
}

@media(max-width: 480px) {
    .popup-cover-black .updated-news .read-update {
        font-family: "FedraSansStd-book", sans-serif;
        font-size: 1em;
        font-weight: normal
    }
}

.popup-cover-black .updated-news .read-update img {
    margin-left: 12px;
    position: relative;
    top: 4px
}

@media(max-width: 480px) {
    .popup-cover-black .updated-news .read-update img {
        top: 9px
    }
}

.popup-cover-black .updated-news .content-block {
    width: 100%;
    float: left;
    padding: 6px;
    height: 90vh
}

.popup-cover-black .updated-news .content-block .image-content {
    width: 100%;
    float: left;
    padding: 4px;
    height: 90vh;
    max-height: 900px;
    overflow-y: scroll
}

.popup-cover-black .updated-news .content-block .image-content::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.popup-cover-black .updated-news .content-block .image-content::-webkit-scrollbar-track {
    background: #ccc
}

.popup-cover-black .updated-news .content-block .image-content::-webkit-scrollbar-thumb {
    background-color: #000
}

.popup-cover-black .updated-news .content-block .image-content .side-update {
    width: 100%;
    float: left;
    position: relative
}

.popup-cover-black .updated-news .content-block .image-content .side-update:last-child {
    margin-bottom: 15px
}

.popup-cover-black .updated-news .content-block .image-content .side-update .small-box {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    padding: 0 20px;
    z-index: 1
}

.popup-cover-black .updated-news .content-block .image-content .side-update .small-box .g-actions {
    float: left;
    padding: 5px 10px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 17px;
    font-family: "FedraSansStd-book", sans-serif;
    font-size: .75em;
    font-weight: normal;
    margin-top: 0px
}

.popup-cover-black .updated-news .content-block .image-content .side-update .img-plot {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer
}

.popup-cover-black .updated-news .content-block .image-content .side-update .img-plot::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
    top: 0;
    border-radius: 6px 6px 0 0;
    cursor: pointer
}

.popup-cover-black .updated-news .content-block .image-content .side-update .img-plot img {
    width: 100%;
    display: block
}

/*# sourceMappingURL=update-detail.css.map */