﻿@charset "utf-8";

@font-face {
    font-family: 'helvetica_condensedbold';
    src: url('../fonts/helvetica-condensed-bold-webfont.woff2') format('woff2'), url('../fonts/helvetica-condensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_ceregular';
    src: url('../fonts/helvetica_ce_regular-webfont.woff2') format('woff2'), url('../fonts/helvetica_ce_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

body, html, form, .wrapper, section {
    height: 100%;
}

html {
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: "helvetica_ceregular", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #323232;
    text-align: left;
    background-color: #fff;
    padding-top: 120px;
}
#inner body {
    margin: 0;
    font-family: "helvetica_ceregular", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #323232;
    text-align: left;
    background-color: #fff;
    padding-top: 135px;
}
a {
    color: #000;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #000;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

body {
    opacity: 0
}

.scrollup {
    position: fixed;
    bottom: 65px;
    right: 10px;
    display: none;
    z-index: 1;
    font-size: 30px;
    width: 40px;
    border: #96292b 1px solid;
    height: 40px;
    line-height: 35px;
    text-align: center;
    border-radius: 50px;
    background: #d4ab4d;
}

.scrollup {
    -webkit-animation: moveFromBottom 1000ms ease;
    -moz-animation: moveFromBottom 1000ms ease;
    -ms-animation: moveFromBottom 1000ms ease;
}

a.scrollup {
    color: #FFF !important;
}

    a.scrollup:hover {
        color: #96292b !important;
    }

a, .btn {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.zEWidget-launcher {
    bottom: 10px !important;
    right: 60px !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    z-index: 99 !important;
}

@media(max-width:768px) {
    .zEWidget-launcher {
        bottom: 90px !important;
        right: 10px !important;
    }
}

.rounded-right-0 {
    border-radius: .25rem 0px 0 .25rem !important;
}

.rounded-left-0 {
    border-radius: 0 .25rem .25rem 0 !important;
}

.text-orange {
    color: #f67c13;
}

.text-lavender {
    color: #5e1e82;
}

.spacer1 {
    clear: both;
    width: 100%;
    height: 10px;
}

.spacer2 {
    clear: both;
    width: 100%;
    height: 20px;
}

.spacer3 {
    clear: both;
    width: 100%;
    height: 30px;
}

.spacer4 {
    clear: both;
    width: 100%;
    height: 40px;
}

.spacer5 {
    clear: both;
    width: 100%;
    height: 50px;
}

hr.solid {
    border: 0;
    border-top: 1px solid #ccc;
}

hr.dotted {
    border: 0;
    border-top: 1px dotted #666;
    background: #292929;
}

hr.dashed {
    border: 0;
    border-top: 1px dashed #ccc;
    background: #fff;
}

hr.double {
    border: 0;
    border-top: 1px dashed #ccc;
    background: #999;
}

.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-06s {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay-07s {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.delay-08s {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay-09s {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay-15s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay-25s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

ul.social_media {
    margin: -5px 0 0px;
    padding: 0px;
}

    ul.social_media li {
        display: inline-block;
        list-style-type: none;
        list-style-image: none;
        padding: 0px;
        margin: 0 3px 0px;
        border: none;
        vertical-align: top;
    }

        ul.social_media li a {
            display: block;
            font-size: 16px;
            transition: none .6s ease-in-out;
            -webkit-transition: none .6s ease-in-out;
            -moz-transition: none .6s ease-in-out;
            -o-transition: none .6s ease-in-out;
            -ms-transition: none .6s ease-in-out;
        }

            ul.social_media li a:hover {
                display: block;
            }

    ul.social_media .fa {
        padding: 0px;
        margin: 0px;
        font-weight: 500;
        color: #FFF;
        background: #5e1e82;
        width: 35px;
        height: 35px;
        line-height: 35px;
        vertical-align: middle;
        /*border-radius: 100%;*/
        text-align: center;
    }

        ul.social_media .fa:hover {
            color: #fff;
        }

.fixed-social ul li .fa span {
    display: none;
}

@media(min-width:768px) {
    .fixed-social {
        position: fixed;
        right: -4px;
        top: calc(175px - 0px);
        z-index: 999;
    }

        .fixed-social ul.social_media li {
            display: block;
        }

            .fixed-social ul.social_media li a {
                border: #FFF 1px solid;
            }

                .fixed-social ul.social_media li a .fa {
                    border-radius: 0 !important;
                    width: 40px;
                    height: 40px;
                    line-height: 40px;
                }

        .fixed-social ul li .fa {
            position: relative;
        }

            .fixed-social ul li .fa span {
                display: block;
            }

            .fixed-social ul li .fa span {
                font-family: "helvetica_ceregular", Arial, sans-serif;
                opacity: 0;
                z-index: -1;
                position: absolute;
                right: 0;
                padding: 8px 10px;
                width: auto;
                white-space: nowrap;
                text-align: center;
                background: rgba(255,255,255,.9);
                line-height: 30px;
                color: #000;
                font-style: normal;
                font-size: 11pt;
                border: 1px solid #c19d5d;
                top: 0;
            }

            .fixed-social ul li .fa span {
                -webkit-transform-origin: 100% 0;
                -moz-transform-origin: 100% 0;
                -ms-transform-origin: 100% 0;
                -o-transform-origin: 100% 0;
                transform-origin: 100% 0;
                filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
                opacity: 0;
                -webkit-transform: scale(0, 1) translate(100%, 0);
                -moz-transform: scale(0, 1) translate(100%, 0);
                -ms-transform: scale(0, 1) translate(100%, 0);
                -o-transform: scale(0, 1) translate(100%, 0);
                transform: scale(0, 1) translate(100%, 0);
                -webkit-transition: all 0.40s ease-in-out;
                -moz-transition: all 0.40s ease-in-out;
                -o-transition: all 0.40s ease-in-out;
                transition: all 0.40s ease-in-out;
            }

            .fixed-social ul li .fa:hover span {
                opacity: 1;
                -webkit-transform: scale(0.85) translate(0, 0);
                -moz-transform: scale(0.85) translate(0, 0);
                -ms-transform: scale(0.85) translate(0, 0);
                -o-transform: scale(0.85) translate(0, 0);
                filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
                opacity: 1;
                right: 40px;
            }
}

.fa-facebook {
    background: #3b5998 !important;
}

.fa-google {
    background: #3f85f4 !important;
}

.fa-google-plus {
    background: #d13f2d !important;
}

.fa-linkedin {
    background: #0275b5 !important;
}

.fa-youtube {
    background: #ce332d !important;
}

.fa-youtube-play {
    background: #ce332d !important;
}

.fa-tumblr {
    background: #274152 !important;
}

.fa-twitter {
    background: #4dc8f1 !important;
}

.fa-pinterest {
    background: #cb2028 !important;
}

.fa-instagram {
    background: #3e739d !important;
}

.fa-facebook, .fa-google, .fa-google-plus, .fa-linkedin, .fa-youtube, .fa-youtube-play, .fa-tumblr, .fa-twitter, .fa-pinterest, .fa-instagram {
    background: #FFF;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
}

    .fa-facebook:hover {
        background: #3b5998 !important;
    }

    .fa-google:hover {
        background: #3f85f4 !important;
    }

    .fa-google-plus:hover {
        background: #d13f2d !important;
    }

    .fa-linkedin:hover {
        background: #0275b5 !important;
    }

    .fa-youtube:hover {
        background: #ce332d !important;
    }

    .fa-youtube-play:hover {
        background: #ce332d !important;
    }

    .fa-tumblr:hover {
        background: #274152 !important;
    }

    .fa-twitter:hover {
        background: #4dc8f1 !important;
    }

    .fa-pinterest:hover {
        background: #cb2028 !important;
    }

    .fa-instagram:hover {
        background: #3e739d !important;
    }

a.btn-more {
    background: #e2e2e2 !important;
    color: #323232 !important;
    border-radius: 0px;
    padding: 1px !important;
    font-size: 11pt;
}

    a.btn-more:hover {
        background: #662484 !important;
        color: #FFF !important;
    }

    a.btn-more span {
        display: block;
        border: #FFF 1px solid;
        padding: 7px 12px !important;
    }

a.btn-back {
    background: #5e1e82 !important;
    color: #FFF !important;
    border-radius: 0px;
    padding: 1px !important;
    font-size: 11pt;
}

    a.btn-back:hover {
        background: #662484 !important;
        color: #FFF !important;
    }

    a.btn-back span {
        display: block;
        border: #FFF 1px solid;
        padding: 7px 30px !important;
        text-transform: uppercase;
    }

a.btn-orange {
    background: #FFF !important;
    color: #323232 !important;
    border-radius: 0px;
    padding: 0px !important;
    font-size: 11pt;
}

    a.btn-orange:hover {
        background: #f78120 !important;
        color: #FFF !important;
    }

    a.btn-orange span {
        display: block;
        border: #c5630f 2px solid;
        padding: 7px 12px !important;
    }

a.btn-light {
    background: #FFF !important;
    color: #00006f !important;
    border-radius: 10px;
    padding: 7px 12px !important;
    font-size: 12px;
}

a.btn-blue, .gallery-btn {
    background: #101b8e !important;
    color: #00006f !important;
    border-radius: 50px;
    border: #101b8e 2px solid !important;
    padding: 7px 20px !important;
    border: 0;
    font-size: 12px;
}

.gallery-btn {
    background-color: rgba(93,30,130,1) !important;
    color: #fff;
    font-size: 1rem !important;
    border-color: rgba(93,30,130,1) !important;
    border-radius: 0 !important;
}

    .gallery-btn:hover {
        background-color: #f67c13 !important;
        border-color: #f67c13 !important;
    }

a.btn-blue:hover {
    border: #FFF 2px solid !important;
}

.btn-submit {
    background: #662484 !important;
    color: #FFF !important;
    border-radius: 0px !important;
    padding: 8px 25px !important;
    text-transform: uppercase;
    font-size: 12pt !important;
}

    .btn-submit:hover {
        background: #f67c13 !important;
        color: #FFF !important;
    }

    .btn-submit span {
        display: block;
        border: #FFF 1px solid;
        padding: 7px 12px !important;
    }

a.pdf-btn {
    border-radius: 50px;
    font-size: 14pt;
    font-family: helvetica-bold;
    background: #5e1e82;
    color: #fff;
    border: #fff 1px solid;
    padding: 9px 15px 8px 50px !important;
    position: relative;
}

    a.pdf-btn:before {
        content: '\f0f6';
        font-family: FontAwesome;
        font-weight: normal;
        width: 45px;
        line-height: 42px;
        color: #fff !important;
        border: #5e1e82 1px solid;
        border-radius: 100px;
        position: absolute;
        top: 0px;
        left: 0px;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    a.pdf-btn:hover {
        border-color: #fff !important;
        background: #f67c13;
    }

        a.pdf-btn:hover:before {
            background: #f67c13;
            color: #fff !important;
        }

        a.pdf-btn:hover:before {
            border-color: #fff !important;
            color: #fff !important;
        }

.text-blue {
    color: #00016f !important;
}

.err {
    font-size: 12px;
    color: #c80000;
}

ul.list li {
    list-style-type: square;
    position: relative;
}

@media(max-width:768px) {
    body {
        padding-top: 125px;
    }
}

@media(max-width:640px) {
    body {
        padding-top: 71px;
    }
}

header {
    -webkit-box-shadow: 0px 3px 18px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 18px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 18px -1px rgba(0,0,0,0.2);
    background: #FFF;
}

    header > nav {
        /*padding-top: 0 !important;*/
        padding-bottom: 0 !important;
    }

        header > nav ul li {
            color: #7b7b7b !important;
            position: relative;
        }

            header > nav ul li .nav-link {
                padding: 0 0 !important;
            }

            header > nav ul li a {
                text-decoration: none !important;
                display: block;
            }

            header > nav ul li .dropdown-toggle {
                cursor: pointer;
            }

.navbar-brand img {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

header.shrink-logo .navbar-brand img {
    /*max-width: 70%;*/
}

.helpno-mobile {
    margin-right: 5px;
}

/*@media(max-width:640px) {
    .navbar-brand {
        max-width: 20%;
        min-width: 50px;
    }

        .navbar-brand img {*/ /*max-width:85%;*/
/*}
}*/



.other-links ul.navbar-nav > li {
    padding: 12px 9px;
}

.main-links ul.navbar-nav > li {
    padding: 15px 12px 14px;
}

    .main-links ul.navbar-nav > li .btn-link {
        padding: 6px 12px !important;
        font-size: 10.5pt;
        text-transform: uppercase;
        color: #FFF;
        background: #96292b;
    }

        .main-links ul.navbar-nav > li .btn-link:hover {
            background: #f67c13 !important;
        }

@media(min-width:769px) and (max-width:1024px) {
    .main-links ul.navbar-nav > li {
        padding: 14px 6px;
    }

    .main-links ul li a.nav-link, .other-links ul.navbar-nav > li a {
        font-size: 9pt !important;
    }
}

@media(max-width:768px) {
    .other-links ul.navbar-nav > li,
    .main-links ul.navbar-nav > li {
        padding: 8px 15px;
    }

    .navbar-light .navbar-nav .nav-link,
    .main-links ul li a.nav-link {
        text-transform: capitalize;
        font-family: helvetica-regular;
        color: #323232 !important;
    }

    .main-links ul.navbar-nav > li .btn-link {
        display: table;
    }
}

.other-links ul li a {
    text-transform: capitalize;
    font-size: 11pt;
    color: #646464 !important;
}

    .other-links ul li a.active {
        color: #5e1e82 !important
    }

/*.main-links ul li a.nav-link { 
    font-size: 11pt; 
    color: #323232;
}*/

@media(max-width:1399px) {
    .main-links ul li a.nav-link {
        font-size: 9.5pt;
    }
}

@media(min-width:1201px) {
    .main-links ul li a.nav-link {
        /*font-family: helvetica-regular;*/
        font-weight: bold;
    }
}

@media(max-width:1200px) {
    #annual-reports .reports-box h6,
    ul.link-btn-list li a,
    .intro-panel h1 {
        font-weight: normal !important;
    }
}

.head-blue-white {
    text-align: center;
    color: #5e1e82;
    font-weight: normal;
    font-size: 27pt;
}

    .head-blue-white span {
        color: #FFF;
        font-family: 'helvetica-light';
    }

.head-orange-blue {
    text-align: center;
    color: #f67c13 !important;
    font-weight: normal !important;
    font-size: 27pt;
}

    .head-orange-blue span {
        color: #5e1e82;
        font-family: 'helvetica-light';
    }

.head-white {
    text-align: center;
    color: #FFF;
    font-weight: normal;
}

    .head-white span {
        color: #FFF;
        font-family: 'helvetica-light';
    }

.head-lavender {
    text-align: center;
    color: #5e1e82;
    font-weight: normal;
}

    .head-lavender span {
        font-family: 'helvetica-light';
    }

.sub-head {
}

@media(min-width:1024px) {
    .head-white, .head-lavender {
        font-size: 27pt !important;
    }
}

.bg-orange {
    background: #ff9715;
}

.bg-lavender {
    background: #5d1e82;
}

@media (min-width:641px) and (max-width:768px) {
    h1, .h1 {
        font-size: 1.8rem !important;
    }

    h2, .h2 {
        font-size: 1.7rem !important;
    }

    h3, .h3 {
        font-size: 1.5rem !important;
    }

    h4, .h4 {
        font-size: 1.4rem !important;
    }

    h5, .h5 {
        font-size: 1.2rem !important;
    }

    h6, .h6 {
        font-size: 1rem !important;
    }
}

@media(max-width:640px) {
    h1, .h1 {
        font-size: 1.4rem !important;
    }

    h2, .h2 {
        font-size: 1.3rem !important;
    }

    h3, .h3 {
        font-size: 1.2rem !important;
    }

    h4, .h4 {
        font-size: 1.1rem !important;
    }

    h5, .h5 {
        font-size: 1rem !important;
    }

    h6, .h6 {
        font-size: 1rem !important;
    }

    .head-orange-blue span, .head-white span {
        font-family: inherit;
        font-size: 1.4rem !important;
    }
}
/* :: WRAPPER CSS :: =================================================== */
.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    float: none;
}

.wrapper { /*min-height:100%;*/
    height: auto !important;
    height: 100%;
    margin: 0 auto 0;
}
/* the bottom margin is the negative value of the footer's height */
.footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.footer, .push {
    /*min-height: 100px;*/
    min-height: 65px;
    clear: both; /* .push must be the same height as .footer */
}

footer {
    background: #f1f1f1;
    padding: 40px 0 0;
    border-top: #96292b 2px solid;
}

    footer p {
        margin-bottom: 0;
        color: #7d7d7d;
        font-size: 1rem;
    }

    footer a:hover {
        color: #5e1e82;
    }

    footer p.font-weight-bold {
        text-transform: uppercase;
    }

    footer p.font-weight-bold,
    .footer-navigations ul li {
        margin-bottom: 8px;
    }

.footer-navigations ul li {
    position: relative;
    padding-left: 10px;
}

    .footer-navigations ul li:before {
        content: '\f0da';
        color: #5e1e82;
        margin-right: 5px;
        font-family: FontAwesome;
        position: absolute;
        left: 0;
    }

    .footer-navigations ul li > a {
        color: #7d7d7d;
        text-decoration: none !important;
    }

        .footer-navigations ul li > a:hover {
            color: #5e1e82;
        }

ul.footer-quick-links li:before {
    display: none;
}

ul.footer-quick-links li a {
    font-weight: bold;
}

.bottom-footer {
    border-top: #DDD 1px solid;
    padding: 20px 0;
    margin-top: 15px;
}

    .bottom-footer p, .bottom-footer a, .bottom-footer ul.list-inline, .bottom-footer ul.list-inline li {
        font-size: 1rem;
        color: #7d7d7d;
    }

        .bottom-footer ul.list-inline li {
            border-right: #a4a4a4 solid 1px;
            padding: 0 5px;
        }

            .bottom-footer ul.list-inline li:last-child {
                border: 0;
            }

            .bottom-footer ul.list-inline li a {
                color: #a4a4a4;
            }

@media (min-width:768px) {
    .bottom-footer p, .bottom-footer a, .bottom-footer ul.list-inline, .bottom-footer ul.list-inline li {
        display: inline;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .footer-navigations ul.list-inline {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
}

.breadcrumb {
    border-top: #DDD 1px solid;
}

    .breadcrumb li {
        font-size: 9pt;
        text-transform: uppercase;
    }

@media (max-width:480px) {
    ul.list-inline li {
        display: inline-block;
        vertical-align: top;
    }

        ul.list-inline li a {
            font-size: 11pt;
            text-transform: uppercase;
            font-weight: bold;
        }

    ul.list-inline li {
        width: 100%;
    }

    .bottom-footer p, .bottom-footer a {
        font-size: 9pt;
    }
}

.visual-panel {
    background: #FAFAFA;
}

    .visual-panel .tp-banner-container {
        max-width: 1920px;
        margin: 0 auto !important;
    }

    .visual-panel .big-text-white {
        max-width: 1400px !important;
        width: 95% !important;
        margin: 0 auto !important;
        left: 0 !important;
        right: 0 !important;
    }

.inner-visual-panel {
    background-position: right center;
    background: #f67c13;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 60% auto;
    height: 250px;
}

    .inner-visual-panel .container {
        position: relative;
    }

        .inner-visual-panel .container .row > div {
            -ms-flex-item-align: center !important;
            align-self: center !important;
        }

        .inner-visual-panel .container:after {
            content: ' ';
            position: absolute;
            max-width: 900px;
            padding: 25%;
            overflow: hidden;
            border-radius: 100%;
            right: 0;
            top: -100%;
            border: #fd9121 15px solid;
        }

    .inner-visual-panel h1 {
        position: relative;
        text-transform: uppercase;
        color: #662484;
        font-weight: normal;
    }

        .inner-visual-panel h1 span {
            color: #FFF;
            font-family: 'helvetica-light';
            text-transform: capitalize;
            display: block;
        }

#video_container iframe {
    width: 100%;
    height: 550px;
    border: 0;
    padding: 0;
    margin: 0;
}

.video-wrapper {
    height: 0;
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
    width: 100%;
}

    .video-wrapper iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

@media (min-width:769px) {
    .video-visual {
        position: relative;
        background: #DDD;
        max-height: 700px;
    }

        .video-visual > div {
            max-width: 1600px;
            margin: 0 auto;
            position: relative;
            height: 100%;
        }

        .video-visual .embed-responsive-16by9::before {
            padding-top: 41.25% !important;
        }
}

@media (max-width:767px) {
    #video_container, #visual_container {
        display: none !important;
    }
}

@media (min-width:1025px) {
    .inner-visual-panel h1 {
        font-size: 32pt;
    }
}

@media (min-width:1024px) {
    .inner-visual-panel h1 span {
        font-size: 28pt;
    }
}

@media (max-width:1024px) {
    .inner-visual-panel {
        height: 200px;
    }

        .inner-visual-panel .container:after {
            top: -75%;
            background-position: center center !important;
        }
}

@media (max-width:768px) {
    .inner-visual-panel .container:after {
        top: -54%;
        padding: 28%;
    }
}

@media (max-width:767px) {
    .inner-visual-panel .container:after {
        display: none;
    }

    .inner-visual-panel {
        height: 100px;
    }
}

.inner-visual-panel.awareness-rehabilitation .container:after {
    background: url(images/awareness-banner.jpg) no-repeat center 65%;
    background-size: 100%;
}

.inner-visual-panel.screening .container:after {
    background: url(images/screeing-bg-banner.jpg) no-repeat center 60%;
    background-size: 100%;
}

.inner-visual-panel.cancer-cure .container:after {
    background: url(images/cancer-cure-banner.jpg) no-repeat center center; /*background-size:114%;*/
}

.inner-visual-panel.rehabilitation .container:after {
    background: url(images/rehabilitation-banner.jpg) no-repeat center 65%;
    background-size: 114%;
}

.inner-visual-panel.ugam .container:after {
    background: url(images/ugam-banner.jpg) no-repeat center 40%;
    background-size: 114%;
}

.inner-visual-panel.research-and-knowledge .container:after {
    background: url(images/research-banner.jpg) no-repeat center 65%;
    background-size: 100%;
}

.inner-visual-panel.cancer-insurace .container:after {
    background: url(images/cancer-insurace-banner.jpg) no-repeat center 65%;
    background-size: 114%;
}

.inner-visual-panel.about-bg .container:after {
    background: url(images/about-banner.jpg) no-repeat center 68%;
    background-size: 100%;
}

.inner-visual-panel.event-bg .container:after {
    background: url(images/event-banner.jpg) no-repeat center 60%;
    background-size: 100%;
}

.inner-visual-panel.marathon-bg .container:after {
    background: url(images//ics-at-mumbai-marathon-banner.jpg) no-repeat center 60%;
    background-size: 100%;
}

.inner-visual-panel.gallery-bg .container:after {
    background: url(images/gallery-banner.jpg) no-repeat center 60%;
    background-size: 100%;
}

.inner-visual-panel.breast-cancer-horoscope-bg .container:after {
    background: url(images/breast-cancer-horoscope-banner.jpg) no-repeat center center;
    background-size: 100%;
}

.inner-visual-panel.childhood-cancer-bg .container:after {
    background: url(images/childhood-cancer-banner.jpg) no-repeat center center;
    background-size: 100%;
}

.inner-visual-panel.cancer-info-bg .container:after {
    background: url(images/cancer-info-banner.jpg) no-repeat center 65%;
    background-size: 100%;
}

.inner-visual-panel.how-help-bg .container:after {
    background: url(images/how-help-banner.jpg) no-repeat center 65%;
    background-size: 100%;
}

.inner-visual-panel.cancer-covid-bg .container:after {
    background: url(images/cancer-covid-banner.jpg) no-repeat center 45%;
    background-size: 100%;
}

.inner-visual-panel.career-bg .container:after {
    background: url(images/career-banner.jpg) no-repeat center 65%;
    background-size: 100%;
}

.inner-visual-panel.contact-bg .container:after {
    background: url(images/contact-banner.jpg) no-repeat center center;
    background-size: 115%;
    top: -92%;
}

@media (min-width:1024px) and (max-width:1280px) {
    .inner-visual-panel.contact-bg .container:after {
        top: -77%;
        background-size: 123%;
    }
}

@media (max-width:768px) {
    .inner-visual-panel.contact-bg .container:after {
        top: -58%;
        background-size: 145%;
    }

    .inner-visual-panel h1 {
        font-size: 16pt !important;
    }
}

@media(max-width:1024px) {
    .inner-visual-panel.cancer-covid-bg .container:after {
        top: -50%;
        background-size: 123%;
    }
}

.list li p {
    margin-bottom: 0;
}

.list-col-2 li {
}

    .list-col-2 li:nth-child(odd) {
        margin-right: 10px !important;
    }

@media (min-width:992px) {
    .list-col-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

        .list-col-2 li {
            width: 100%;
        }

    .list-col-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

        .list-col-3 li {
            width: 100%;
        }

    .list-col-4 {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

        .list-col-4 li {
            width: 100%;
        }

    .list-col-6 {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

        .list-col-6 li {
            width: 100%;
        }
}

.body-content {
    min-height: calc(100% - 390px);
}

.tp-banner-container .tp-caption > div {
    max-width: 500px !important;
    color: #000;
}

.tp-banner-container .slider-Text {
    font-family: 'helvetica-bold';
    font-weight: normal;
    color: #333;
    text-transform: none;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}

.tp-banner-container .btn-more {
    background: #333;
    color: #FFF;
    margin-top: 10px;
}

@media (max-width:1280px) {
    .tp-banner-container .tp-caption {
        max-width: 1170px !important;
        width: 100% !important;
        text-align: left;
        margin: 0 auto !important;
        left: 0 !important;
        right: 0 !important;
    }
}

.home-quick-link-panle {
    background: #662484;
}

.quick-links {
    margin: 0;
    padding: 0;
}

    .quick-links > div {
        display: inline-block;
    }

    .quick-links .slick-slide {
        position: relative;
    }

        .quick-links .slick-slide:after {
            content: '';
            position: absolute;
            width: 1px;
            height: 100%;
            right: -2px;
            top: 0;
            background: rgba(93,30,130,1);
            background: -moz-linear-gradient(top, rgba(93,30,130,1) 0%, rgba(110,52,142,1) 40%, rgba(110,52,142,1) 60%, rgba(94,30,130,1) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(93,30,130,1)), color-stop(40%, rgba(110,52,142,1)), color-stop(60%, rgba(110,52,142,1)), color-stop(100%, rgba(94,30,130,1)));
            background: -webkit-linear-gradient(top, rgba(93,30,130,1) 0%, rgba(110,52,142,1) 40%, rgba(110,52,142,1) 60%, rgba(94,30,130,1) 100%);
            background: -o-linear-gradient(top, rgba(93,30,130,1) 0%, rgba(110,52,142,1) 40%, rgba(110,52,142,1) 60%, rgba(94,30,130,1) 100%);
            background: -ms-linear-gradient(top, rgba(93,30,130,1) 0%, rgba(110,52,142,1) 40%, rgba(110,52,142,1) 60%, rgba(94,30,130,1) 100%);
            background: linear-gradient(to bottom, rgba(93,30,130,1) 0%, rgba(110,52,142,1) 40%, rgba(110,52,142,1) 60%, rgba(94,30,130,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d1e82', endColorstr='#5e1e82', GradientType=0);
        }

        .quick-links .slick-slide a {
            padding: 60px 3%;
            text-decoration: none;
            height: 100%;
            display: block;
        }

            .quick-links .slick-slide a:hover {
                background: #581875
            }

        .quick-links .slick-slide .q-link-icon {
            min-width: 105px;
        }

        .quick-links .slick-slide .q-link-text {
            padding: 0 0 0 10px;
            min-height: 166px;
        }

            .quick-links .slick-slide .q-link-text h2 {
                color: #FFF;
                font-size: 18pt !important;
                font-weight: normal;
            }

            .quick-links .slick-slide .q-link-text p {
                color: #ca9ce4;
                margin-bottom: 0;
            }

        .quick-links .slick-slide .btn {
            background: none;
            color: #FFF !important;
            border-radius: 0px;
            padding: 1px !important;
            font-size: 11pt;
            margin-bottom: 0;
        }

        .quick-links .slick-slide:hover .btn {
            background: #FFF !important;
            color: #662484 !important;
        }

        .quick-links .slick-slide .btn {
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
        }

            .quick-links .slick-slide .btn span {
                display: block;
                border: #FFF 1px solid;
                padding: 7px 12px !important;
            }

.slick-arrow {
    padding: 10px;
}

@media (max-width:767px) {
    .quick-links > div .q-link-text {
        padding: 10px;
    }
}

@media (max-width:540px) {
    .quick-links .slick-slide:after {
        display: none;
    }

    .quick-links > div .q-link-text h2 {
        font-size: 14pt !important;
    }
}

@media (max-width:767px) {
    .quick-links a img {
        margin: 0 auto 15px;
    }

    .quick-links a {
        text-align: center;
    }

    .intro-panel img {
        max-width: 30%;
        margin-bottom: 20px;
    }
}

.home-quick-link-panle .bx-viewport {
    position: relative;
}

    .home-quick-link-panle .bx-viewport:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background: #662484;
    }

.intro-panel {
    padding: 50px 0;
}

@media(min-width:769px) {
    .intro-panel {
        padding: 130px 0;
        background: url(images/intro-bg.jpg) top center;
        background-attachment: fixed;
        background-size: 100% auto;
    }

        .intro-panel p {
            font-size: 14pt;
            color: #7d7d7d;
            margin-bottom: 20px;
            font-family: 'helvetica-light';
            font-weight: bold;
        }
}

.intro-panel h1 {
    color: #5e1e82;
    font-size: 20pt;
}

@media(max-width:1024px) {
    .home-quick-link-panle .container {
        max-width: none !important;
    }
}

@media(min-width:768px) {
    .inner-intro-panel {
        background: url(images/intro-bg.jpg) top center;
        background-attachment: fixed;
        background-size: 100% auto;
    }
}

.inner-intro-panel-grey {
    background: #DDD;
    -webkit-box-shadow: inset 0px 10px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px 10px 5px 0px rgba(0,0,0,0.25);
    box-shadow: inset 0px 10px 5px 0px rgba(0,0,0,0.25);
}

.home-events-panel {
    padding: 50px 0 50px;
    background-color: #ff790b;
}

@media(min-width:768px) {
    .home-events-panel {
        background: url(images/home-events-bg.jpg) top center no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
}

ul.home-event-list {
    padding: 0;
    margin: 0;
    text-align: left;
}

    ul.home-event-list li {
        display: inline-block;
    }

        ul.home-event-list li .event-bx {
            display: block;
            background: #FFF;
            max-width: 360px;
            padding: 10px;
        }

        ul.home-event-list li + li .event-bx {
            margin: 0 auto;
        }

        ul.home-event-list li + li + li .event-bx {
            margin-left: auto !important;
            margin-right: 0;
        }

        ul.home-event-list li .event-bx > div {
            border: #f78120 1px solid;
            text-decoration: none;
        }

        ul.home-event-list li a img {
            width: auto;
        }

        ul.home-event-list li .event-info {
            padding: 15px;
        }

            ul.home-event-list li .event-info p {
                padding: 5px 0 5px 30px;
                color: #323232;
                margin: 0 0;
                border-bottom: #DDD 1px dotted;
                position: relative;
            }

                ul.home-event-list li .event-info p .fa {
                    position: absolute;
                    width: 25px;
                    text-align: center;
                    left: 0;
                    top: 9px;
                }

                ul.home-event-list li .event-info p .fa-picture-o {
                    top: 11px;
                }

                ul.home-event-list li .event-info p:first-child {
                    padding-top: 0;
                }

                ul.home-event-list li .event-info p:last-child {
                    padding-bottom: 0;
                    border-bottom: 0;
                    min-height: 64px;
                }

        ul.home-event-list li h3 {
            font-size: 14pt;
            margin: 0 0 5px;
            min-height: 50px;
        }

.img-gal-bx {
    position: relative;
}

    .img-gal-bx:before {
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .img-gal-bx:before {
        position: absolute;
        padding: 8% 0;
        bottom: -1px;
        width: 100%;
        left: 0;
        content: ' ';
    }

    .img-gal-bx:before {
        background: rgba(0,0,0,0);
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(13,13,13,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(13,13,13,1)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(13,13,13,1) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(13,13,13,1) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(13,13,13,1) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(13,13,13,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#0d0d0d', GradientType=0);
    }

    .img-gal-bx .overlay-btn {
        text-transform: uppercase;
        padding: 0 10px;
        font-size: 9pt;
        position: absolute;
        right: 10px;
        text-align: center !important;
        bottom: 10px;
        border: #333 1px solid;
        background: #FFF;
        color: #333;
        text-align: center;
        line-height: 25pt;
    }

        .img-gal-bx .overlay-btn, .img-gal-bx .overlay-btn * {
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
        }

            .img-gal-bx .overlay-btn .fa {
                margin-right: 5px;
            }

    .img-gal-bx:hover .overlay-btn {
        background: #5e1e82;
        color: #FFF !important;
        border: #FFF 1px solid;
        text-decoration: none;
    }

        .img-gal-bx:hover .overlay-btn .fa {
            color: #FFF !important;
        }

@media(max-width:1024px) {
    ul.home-event-list li h3 {
        font-size: 11pt;
        min-height: 40px;
    }

    ul.home-event-list li .event-info p {
        font-size: 10pt;
    }
}

@media(max-width:768px) {
    ul.home-event-list li {
        margin-bottom: 20px;
    }

    .home-events-panel .spacer5 {
        display: none;
    }

    ul.home-event-list li h3 {
        font-size: 12pt !important;
    }

    ul.home-event-list li .event-bx {
        margin: 0 auto !important;
    }
}

.home-video-gallery {
    padding: 40px 0;
}

@media(min-width:768px) {
    .home-video-gallery {
        background: url(images/video-bg.jpg) center center no-repeat;
        background-size: 100%;
    }
}

ul.video-list {
    padding: 0;
    margin: 0;
}

    ul.video-list li {
        display: inline-block;
    }

        ul.video-list li div {
            display: inline-block;
        }

        ul.video-list li a {
            text-decoration: none;
            background: rgba(255,255,255,0.8);
            display: block;
        }

            ul.video-list li a:hover div:before {
                opacity: 1;
            }

            ul.video-list li a div {
            }

        ul.video-list li p {
            text-transform: uppercase;
            color: #5e1e82;
            font-weight: bold;
            font-size: 12pt;
            padding: 5px 10px 10px;
            margin-bottom: 0px;
        }

.video-bx, .home-video-gallery .embed-responsive {
    display: block;
    position: relative;
    padding: 10px;
    border: #f67c13 1px solid;
}

    .video-bx:before {
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        opacity: 0.8;
    }

    .video-bx:before {
        content: '\f04b';
        font-family: FontAwesome;
        color: #5e1e82;
        width: 50px;
        height: 50px;
        padding-left: 5px;
        line-height: 52px;
        text-align: center;
        font-size: 16pt;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: calc(50% - 25px);
        background: #FFF;
        border-radius: 100px;
    }

    .video-bx p {
        text-transform: uppercase;
        color: #5e1e82;
        font-weight: bold;
        font-size: 12pt;
        padding: 5px 10px 10px;
        margin-bottom: 0px;
    }

@media(max-width:768px) {
    ul.video-list li {
        margin-bottom: 20px;
    }

    .home-video-gallery .spacer3 {
        display: none;
    }
}

.embed-responsive iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.home-help-panle {
    padding: 45px 0 30px;
    background: #662484;
}

ul.help-list {
    margin: 0;
    padding: 0;
}

    ul.help-list li {
        display: inline-block;
        width: 33%
    }

    ul.help-list li {
        position: relative;
        height: 100%;
        padding: 30px 3%;
        text-align: center;
    }

        ul.help-list li:after {
            content: '';
            position: absolute;
            width: 1px;
            height: 100%;
            right: 0;
            top: 0;
            background: rgba(93,30,130,1);
            background: -moz-linear-gradient(top, rgba(93,30,130,1) 0%, rgba(110,52,142,1) 40%, rgba(110,52,142,1) 60%, rgba(94,30,130,1) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(93,30,130,1)), color-stop(40%, rgba(110,52,142,1)), color-stop(60%, rgba(110,52,142,1)), color-stop(100%, rgba(94,30,130,1)));
            background: -webkit-linear-gradient(top, rgba(93,30,130,1) 0%, rgba(110,52,142,1) 40%, rgba(110,52,142,1) 60%, rgba(94,30,130,1) 100%);
            background: -o-linear-gradient(top, rgba(93,30,130,1) 0%, rgba(110,52,142,1) 40%, rgba(110,52,142,1) 60%, rgba(94,30,130,1) 100%);
            background: -ms-linear-gradient(top, rgba(93,30,130,1) 0%, rgba(110,52,142,1) 40%, rgba(110,52,142,1) 60%, rgba(94,30,130,1) 100%);
            background: linear-gradient(to bottom, rgba(93,30,130,1) 0%, rgba(110,52,142,1) 40%, rgba(110,52,142,1) 60%, rgba(94,30,130,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d1e82', endColorstr='#5e1e82', GradientType=0);
        }

        ul.help-list li a {
            text-decoration: none;
            display: block;
        }

        ul.help-list li .btn {
            background: none;
            color: #FFF !important;
            border-radius: 0px;
            padding: 1px !important;
            font-size: 11pt;
            margin-bottom: 0;
        }

        ul.help-list li:hover .btn {
            background: #FFF !important;
            color: #662484 !important;
        }

        ul.help-list li .btn {
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
        }

            ul.help-list li .btn span {
                display: block;
                border: #FFF 1px solid;
                padding: 7px 12px !important;
            }

        ul.help-list li img {
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
        }

        ul.help-list li a img {
            -ms-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        ul.help-list li a:hover img {
            -ms-transform: scale(1.07);
            -webkit-transform: scale(1.07);
            transform: scale(1.07);
        }

@media (min-width:481px) and (max-width:768px) {
    ul.help-list li a img {
        max-width: 25%;
    }

    ul.help-list li {
        width: 100%;
        margin-bottom: 15px;
        border-bottom: rgb(119, 63, 144) 1px solid;
    }

        ul.help-list li:after {
            display: none;
        }
}

@media (max-width:480px) {
    ul.help-list li {
        width: 100%;
        padding: 15px;
        margin-bottom: 15px;
    }
}

@media(max-width:640px) {
    ul.help-list li a img {
        max-width: 25%;
    }

    ul.help-list li .help-text {
        min-height: 0 !important;
    }
}

ul.help-list li:last-child:after {
    display: none;
}

ul.help-list li img {
    margin: 0 auto;
}

ul.help-list li h4 {
    color: #FFF;
    margin-top: 15px;
    font-size: 18pt;
}

ul.help-list li .help-text {
    min-height: 110px;
}

ul.help-list li p {
    color: #ca9ce4;
    margin-bottom: 0;
}

.inner-intro-panel > div {
    padding-top: 25px;
    padding-bottom: 25px;
}

.inner-intro-panel h3 {
    font-size: 20pt;
    font-weight: normal;
}

.inner-intro-panel h4 {
    font-size: 16pt;
    font-weight: normal;
}

.objectives-panle {
}

ul.box-list {
    padding: 0 10px 10px 20px !important;
}

    ul.box-list > li {
        list-style: square;
        position: relative;
    }

        ul.box-list > li p {
            margin-bottom: 5px;
        }

.awareness-bg {
    background: #5e1e82;
}

@media(min-width:1024px) {
    .awareness-bg {
        background: url(images/awareness-bg.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        background-color: #effafe;
    }
}

.awareness-bg ul {
    padding-top: 20px;
}

    .awareness-bg ul li {
        padding-left: 35px !important;
        min-height: 50px;
        margin-bottom: 10px;
        padding-top: 5px;
        display: block;
    }

        .awareness-bg ul li:before {
            content: url(images/awareness-icon.png) !important;
            top: 5px !important;
            position: absolute;
            left: 0px;
        }

.awareness-panle ul,
.awareness-panle ul li p {
    margin-bottom: 0;
}

    .awareness-panle ul li {
        list-style: square;
    }

.awareness-panle h4 {
    font-size: 14pt;
}

figure {
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
}

    figure:after {
        content: ' ';
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        top: 0;
        left: 0;
        z-index: 1;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
    }

    figure .view-btn {
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50%;
        z-index: 2;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
    }

        figure .view-btn * {
            color: #ffcc00;
            opacity: 0;
            font-weight: normal;
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            -ms-transition: all 300ms linear;
        }

        figure .view-btn h3 {
            font-size: 11pt;
            margin-top: 5px;
        }

figure {
    display: table !important;
    margin: 0 auto !important;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
}

    figure:after {
        content: ' ';
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #5e1e82;
        top: 0;
        left: 0;
        z-index: 1;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
    }

    figure .view-btn {
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50%;
        z-index: 2;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
    }

        figure .view-btn * {
            color: #FFF;
            opacity: 0;
            font-size: 18pt;
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            -ms-transition: all 300ms linear;
        }

.view-btn .fa {
    color: #FFF !important;
    background: none !important;
    width: 40px;
    line-height: 35px;
    padding: 0 !important;
    border-radius: 100px !important;
    border-width: 2px !important;
}

figure:hover {
}

figure:hover {
}

    figure:hover:after {
        opacity: 0.8;
    }

    figure:hover .view-btn {
        top: 40%;
    }

        figure:hover .view-btn * {
            opacity: 1;
        }

.awareness-bg2 {
    background: url(images/awareness-bg2.png) no-repeat center center;
    background-size: auto 100%;
    background-color: #f67c20;
}

.awareness-events {
    background-color: #662484;
}

    .awareness-events .tp-banner-container,
    .awareness-events .tp-banner-container .tp-banner {
        height: 100% !important;
    }

ul.awareness-events-list {
    padding: 0;
    margin: 0;
}

    ul.awareness-events-list li {
        display: block;
        padding: 0;
        margin-bottom: 20px;
        border-bottom: #da96f9 1px dotted;
    }

        ul.awareness-events-list li p {
            display: inline-block;
            vertical-align: middle;
        }

            ul.awareness-events-list li p:first-child {
                border: solid 1px #da96f9;
                color: #da96f9;
                margin-right: 5px;
                margin-bottom: -1px;
                padding: 8px 8px;
                font-size: 10pt;
                text-transform: uppercase;
                line-height: normal;
                min-width: 96px;
            }

@media (max-width:1024px) {
    .awareness-events .container .row {
        min-height: 420px;
    }

    ul.awareness-events-list li {
        margin-bottom: 15px;
    }
}

@media (max-width:1024px) {
    ul.awareness-events-list li p:last-child {
        display: block;
        margin: 5px 0;
    }
}

.ribbon-divider-orange {
    position: relative;
    background: url(what-do-we-do/images/awareness-evn.jpg) no-repeat 112% center;
    background-size: cover;
}

    .ribbon-divider-orange:before {
        content: ' ';
        position: absolute;
        z-index: 999;
        top: 0;
        right: 0px;
        height: 100%;
        width: 235px;
        background: url(images/awareness-bg2.png) center center no-repeat;
        background-size: auto 100%;
    }

.event-year-list {
    padding: 0;
    margin: 40px 0;
    text-align: center;
}

    .event-year-list li {
        display: inline-block;
        padding: 10px;
        border: #FFF 1px solid;
        width: 16.6%;
        border-radius: 100px;
        margin: 0 0 10px;
        text-align: center;
    }

        .event-year-list li span {
            padding: 3px 0;
            font-family: helvetica-black;
            text-transform: uppercase;
            margin: 0 auto 10px;
            border-bottom: #FFF 1px solid;
            font-size: 10pt;
            display: table;
            border-radius: 2px;
        }

.event-list li:nth-child(odd) div, .photo-gallery li:nth-child(odd) a {
    border: 1px solid #f67c13;
    padding: 1rem;
}

.event-list li:nth-child(even) div, .photo-gallery li:nth-child(even) a {
    border: 1px solid #5e1e82;
    padding: 1rem;
}

.event-list li h4 {
    font-size: 1rem !important;
    margin-bottom: .8rem;
}

.event-list li h6 {
    font-size: 0.85rem;
    font-weight: normal;
}

ul.event-gal {
    margin: 5px 0;
    padding: 0 0;
}

    ul.event-gal li {
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 0 0;
    }

        ul.event-gal li a:first-child {
            display: block;
            width: 30px;
            line-height: 28px;
            border: #DDD solid 1px;
            text-align: center;
        }

        ul.event-gal li a {
            color: #662484;
        }

            ul.event-gal li a:hover {
                border-color: #662484;
            }

                ul.event-gal li a:hover .fa-youtube-play:hover {
                    background: transparent !important
                }

.photo-gallery {
    width: 100%;
    margin: 0 !important;
    padding: 0;
    list-style: none
}

    .photo-gallery li {
        display: block;
        float: left;
        margin-bottom: 40px;
    }

        .photo-gallery li a {
            padding: 10px;
            display: block;
            text-decoration: none;
        }

            .photo-gallery li a.mainImg {
                position: relative;
                overflow: hidden;
            }

                .photo-gallery li a.mainImg:hover {
                    border-color: #4c0000;
                    color: #4c0000;
                }

        .photo-gallery li p {
            margin: 10px 0 0;
            color: #323232;
        }

        .photo-gallery li a.mainImg p:hover {
            color: #4c0000;
        }

        .photo-gallery li a figure {
            margin-bottom: 0;
            overflow: hidden;
            background-color: #eaeaea;
            margin-bottom: 0;
            display: table !important;
            text-align: center;
            width: 100%;
        }

            .photo-gallery li a figure > div {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
            }

            .photo-gallery li a figure img {
                opacity: 0.9;
                -webkit-transition: opacity 0.1s;
                transition: opacity 0.1s;
                -webkit-transition: opacity 0.1s, -webkit-transform 7s;
                transition: opacity 7s, transform 7s;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                max-height: 300px;
                margin: 0 auto;
            }

            .photo-gallery li a figure:hover img {
                opacity: 1;
                -webkit-transform: scale3d(1.1,1.1,1);
                transform: scale3d(1.1,1.1,1);
            }

@media (max-width:1024px) {
    .event-list li h4 {
    }
}

@media (max-width:991px) {
    .photo-gallery li:nth-last-child(-n+2) {
        margin-bottom: 0px;
    }
}

.address-pannel {
    width: 100%;
    padding: 0px;
    margin: 0 !important;
    background: #f7f7f7;
}

.map {
    height: 250px;
    width: 100%;
    margin: 0;
}

    .map iframe {
        height: 100%;
        width: 100%;
        margin: 0 0;
        border: 1px solid #dedede !important;
    }

ul.contact-list {
    margin: 0 0px;
    padding: 0 0;
}

    ul.contact-list li {
        display: block;
        margin: 0 0 10px 0;
    }

        ul.contact-list li a:hover {
            color: #5e1e82;
        }

        ul.contact-list li .fa {
            margin-right: 10px;
            text-align: center;
            color: #5e1e82;
            width: 20px;
            line-height: 20px;
        }

.verification_box {
    display: table;
    max-width: 250px;
    padding: 5px 10px;
    background: #f7f7f7;
    float: left;
}

.captcha_code {
    width: 250px;
    padding: 0px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    .captcha_code input {
        box-shadow: none;
    }

.captcha_img {
    width: 100px;
    display: table-cell;
    padding: 0 10px;
    vertical-align: middle;
    line-height: 48px;
}

    .captcha_img div {
        background-color: #f7f7f7 !important;
    }

.captcha_refresh {
    width: auto;
    display: table-cell;
    padding: 0 10px;
    text-align: right;
    vertical-align: middle;
}

.form_captcha {
    width: 100px !important;
    padding: 5px !important;
    border-radius: 0px;
}

@media (max-width:640px) {
    .verification_box {
        width: 100%;
    }

    .form_captcha {
        padding: 5px !important;
        font-size: 9pt;
    }

    .captcha_img img,
    .captcha_code {
        max-width: 100%;
        width: auto !important;
    }

    .form label {
        margin-bottom: 0px !important;
    }

    .form .form-group {
        margin-bottom: 8px !important;
    }
}

@media (max-width:1024px) {
    .empnld-hospitals .table-panel {
        overflow-x: auto;
    }

    .empnld-hospitals .col-lg-12 h4:after {
        content: 'Swipe right to left view more';
        display: block;
        font-size: 10pt;
        color: #666;
    }

    .empnld-hospitals .table-panel table {
        min-width: 1200px;
    }

    .flowchart-panel:before {
        content: 'Swipe right to left view more';
        display: block;
        font-size: 10pt;
        color: #666;
    }

    .flowchart-panel > div {
        overflow-x: auto;
        margin-top: 10px;
    }

        .flowchart-panel > div img {
            min-width: 600px;
        }
}

.empnld-hospitals-list-table th:first-child {
    width: 12%
}

.empnld-hospitals-list-table th:nth-child(2) {
    width: 32%
}

.empnld-hospitals-list-table th:nth-child(3) {
    width: 13%
}

.empnld-hospitals-list-table th:nth-child(4) {
    width: 28%
}

.empnld-hospitals-list-table th:nth-child(5) {
    width: 14%
}

.empnld-hospitals-list-table th,
.empnld-hospitals-list-table td {
    padding: 10px !important;
}

.team-location {
    text-align: center;
    padding: 5px;
    border-radius: 10px 10px 0 0;
    background: #EEE;
}

.team-list ul {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px 10px;
    background: #f1f1f1;
}

    .team-list ul.ddt-list {
        border-radius: 0 0 10px 10px !important;
    }

    .team-list ul li {
        width: 48%;
        text-align: center;
        max-width: 250px;
        display: inline-block;
        margin-bottom: -1px;
        vertical-align: top;
        border-left: #DDD 1px solid;
        padding-left: 10px;
        border-bottom: #DDD 1px solid;
        line-height: 38px;
    }

        .team-list ul li img {
            margin-top: 20px !important;
        }

@media (min-width:768px) and (max-width:1024px) {
    .team-list ul li {
        width: 33% !important;
        max-width: none !important;
    }
}

@media (min-width:400px) {
    .team-list .list-col-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

        .team-list .list-col-2 li {
            width: 100%;
        }

    .team-list .list-col-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

        .team-list .list-col-3 li {
            width: 100%;
        }
}

@media (max-width:540px) {
    .team-list ul li {
        font-size: 10pt;
        width: 50%;
    }
}

@media (max-width:1023px) {
    .team-list h5 {
        padding: 10px 0 !important;
        border-top: #DDD 1px solid;
        border-bottom: #DDD 1px solid;
        margin-top: 15px;
    }

    .team-list ul {
        border-top: 0;
        padding-top: 0 !important;
    }
}

ul.testimonial-slider li {
    text-align: center;
    width: 100%;
    display: block;
    vertical-align: middle !important;
}

    ul.testimonial-slider li p b {
        display: block;
    }

    ul.testimonial-slider li p i {
        font-size: 11pt;
    }

    ul.testimonial-slider li .quate-image {
        width: 18%;
        display: inline-block;
    }

        ul.testimonial-slider li .quate-image img {
            border: 1px solid #ccc;
            padding: 1px;
        }

    ul.testimonial-slider li .quate-text {
        width: 70%;
        text-align: left;
        display: inline-block;
        vertical-align: top;
    }

@media (min-width:641px) and (max-width:1024px) {
    ul.testimonial-slider li .quate-image {
        width: 20%;
    }

    ul.testimonial-slider li .quate-text {
        width: 75%;
        margin-left: 10px;
    }
}

@media (max-width:640px) {
    ul.testimonial-slider li .quate-image {
        width: 100%;
        display: block;
    }

        ul.testimonial-slider li .quate-image img {
            text-align: center;
            margin: 0 auto;
        }

    ul.testimonial-slider li .quate-text {
        width: 100%;
    }
}

ul.link-btn-list {
    padding: 0;
}

    ul.link-btn-list li {
        display: block;
    }

        ul.link-btn-list li a {
            border-radius: 50px;
            font-size: 11pt;
            font-weight: bold;
            color: #5e1e82;
            padding: 9px 15px 8px 50px !important;
            position: relative;
        }

            ul.link-btn-list li a:before {
                content: '\f0f6';
                font-family: FontAwesome;
                font-weight: normal;
                width: 40px;
                line-height: 37px;
                border: #DDD 1px solid;
                border-radius: 100px;
                position: absolute;
                top: 0px;
                left: 0px;
                -webkit-transition: all .3s ease 0s;
                -o-transition: all .3s ease 0s;
                transition: all .3s ease 0s;
            }

            ul.link-btn-list li a:hover {
                border-color: #5e1e82 !important;
            }

                ul.link-btn-list li a:hover:before {
                    background: #5e1e82;
                    color: #FFF;
                }

ul.ccf-list {
    padding: 0;
}

    ul.ccf-list li {
        display: inline-block;
        margin-right: 10px;
    }

        ul.ccf-list li a {
            border-radius: 50px;
            font-size: 11pt;
            font-weight: bold;
            color: #5e1e82;
            padding: 9px 15px 8px 50px !important;
            position: relative;
        }

            ul.ccf-list li a:before {
                content: '\f0f6';
                font-family: FontAwesome;
                font-weight: normal;
                width: 40px;
                line-height: 37px;
                border: #DDD 1px solid;
                border-radius: 100px;
                position: absolute;
                top: 0px;
                left: 0px;
                -webkit-transition: all .3s ease 0s;
                -o-transition: all .3s ease 0s;
                transition: all .3s ease 0s;
            }

            ul.ccf-list li a:hover {
                border-color: #5e1e82 !important;
            }

                ul.ccf-list li a:hover:before {
                    background: #5e1e82;
                    color: #FFF;
                }


.insurace-bx {
    padding: 15px;
    border: #DDD 2px solid;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

    .insurace-bx .insurace-img-bx {
        position: absolute;
        top: -50px;
        left: -250px;
        min-width: 500px;
    }

    .insurace-bx .insurace-text-bx {
        padding-left: 250px;
    }

@media(max-width:540px) {
    ul.link-btn-list li a {
        white-space: pre-wrap;
        text-align: left;
        border: 0 !important;
        padding-top: 10px !important;
    }

        ul.link-btn-list li a:before {
            text-align: center;
        }
}

.payment-mode h5 {
    text-align: center;
    padding: 10px 0;
    border-bottom: #DDD 1px solid;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 12pt;
}

.payment-mode-bx {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: #DDD 1px solid;
}

@media(min-width:769px) {
    .payment-mode-bx > div {
        display: table-cell;
    }
}

.payment-mode-bx > div {
    padding: 15px !important;
}

@media(max-width:768px) {
    .payment-mode-bx > div {
        border: 0 !important;
        background: #FAFAFA;
        margin-bottom: 10px;
    }
}

.pay-head {
    border-bottom: #EEE 1px solid;
    padding: 0 5px 10px !important;
    font-size: 12pt;
    margin-bottom: 10px !important;
}

    .pay-head label {
        font-weight: bold;
        font-size: 12pt;
    }

.r-pannel {
}

.l-pannel {
}

.rtgs-pannel {
}

.rtgs {
    margin: 0 0 5px;
    padding: 0
}

    .rtgs li {
        list-style: none;
    }

        .rtgs li:not(:last-child) {
        }

        .rtgs li span {
            min-width: 130px;
            display: inline-block;
            position: relative;
        }

            .rtgs li span:after {
                content: ':';
                position: absolute;
                right: 0;
                top: 0px;
            }

@media(max-width:991px) {
    .r-pannel {
        border-left: 0px solid #dedede !important
    }

    .l-pannel {
        border-right: 0px solid #dedede !important;
    }
}

.volunteer-bg {
    background: url(images/volunteer-bg.jpg) no-repeat center center fixed;
    position: relative;
}

    .volunteer-bg:before {
        content: ' ';
        background: rgba(0,0,0,0.5);
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }

.volunteer-pannel .box {
    border: 1px #f67c13 solid;
    border-radius: 5px;
}

    .volunteer-pannel .box a {
        color: #f67c13;
    }

        .volunteer-pannel .box a:hover {
            color: #652483;
            text-decoration: none
        }

.volunteer-ico {
    border: 4px solid rgba(101, 36, 131, 0.46);
    background: #fff;
    border-radius: 100%;
    position: relative;
    z-index: 50;
    top: 23px;
    margin: 0 auto;
}

table.screening-chart {
    background: #FFF;
}

    table.screening-chart th {
        text-transform: uppercase;
        color: #666;
    }

        table.screening-chart th.index {
            text-align: center;
            font-size: 11pt;
            width: 30%;
            letter-spacing: 0.4em;
            position: relative;
        }

        table.screening-chart th img {
            text-align: center;
            margin: 0 auto 5px;
        }

        table.screening-chart th small {
            display: block;
        }

    table.screening-chart td {
        text-align: center;
        vertical-align: middle;
        font-size: 21pt;
    }

    table.screening-chart .camps-bg {
        background: #f15315;
        color: #FFF;
        position: relative;
        width: 30%;
    }

        table.screening-chart .camps-bg:after {
            content: ' ';
            position: absolute;
            border-left: 15px #f15315 solid;
            border-top: transparent 15px solid;
            border-bottom: transparent 15px solid;
            right: -15px;
            top: calc(50% - 15px);
        }

    table.screening-chart .examined-bg {
        background: #28b55a;
        color: #FFF;
        position: relative;
    }

        table.screening-chart .examined-bg:after {
            content: ' ';
            position: absolute;
            border-left: 15px #28b55a solid;
            border-top: transparent 15px solid;
            border-bottom: transparent 15px solid;
            right: -15px;
            top: calc(50% - 15px);
        }

    table.screening-chart .camps-bg .small-text, .examined-bg .small-text {
        font-size: 15px !important;
        font-weight: 400;
    }

@media (max-width:640px) {
    table.screening-chart th.index {
        font-size: 5pt;
    }

    table.screening-chart td {
        font-size: 11pt;
    }

    table.screening-chart th small {
        font-size: 8pt;
    }

    table.screening-chart .camps-bg:after,
    table.screening-chart .examined-bg:after {
        border-width: 8px !important;
        right: -8px;
    }

    table.screening-chart .camps-bg .small-text, .examined-bg .small-text {
        font-size: 14px !important;
        font-weight: 400;
    }
}

.sticky-wrapper {
    position: relative;
    height: auto !important;
    z-index: 999 !important;
}

.is-sticky .sticky-wrapper {
    background: #FFF;
    -webkit-box-shadow: 0px 10px 5px -10px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 10px 5px -10px rgba(0,0,0,0.08);
    box-shadow: 0px 10px 5px -10px rgba(0,0,0,0.08);
    border: #DDD 1px solid;
}

.is-sticky ul.heading-tab li a {
    padding: 15px 20px;
}

ul.heading-tab li a {
    height: 100%;
}

@media (max-width:1023px) {
    .sticky-wrapper {
        padding: 0 0 !important;
    }

    .is-sticky h2 {
        font-size: 100% !important;
    }
}

@media (max-width:768px) {
    .tabs-left h1 {
        font-size: 150%;
    }

    .sticky-wrapper {
        height: auto !important;
    }
}

@media (max-width:767px) {
}

ul.heading-tab {
    margin: 0px auto;
    padding: 0px;
}

    ul.heading-tab li {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        position: relative;
    }

        ul.heading-tab li:not(:last-child) {
            border-right: 1px solid #dedede;
        }

        ul.heading-tab li a {
            display: block;
            font-size: 13pt;
            line-height: normal;
            padding: 20px;
            text-transform: capitalize;
            text-decoration: none;
            color: #323232;
            position: relative;
        }

            ul.heading-tab li a:hover,
            ul.heading-tab li a.active {
                border-color: #662484;
                color: #662484;
                background: #f2f2f2;
            }

            ul.heading-tab li a.active {
                font-weight: bold;
            }

            ul.heading-tab li a.active {
                position: relative;
                z-index: 0;
            }

                ul.heading-tab li a.active:after {
                    content: '';
                    border-bottom: #DDD 10px solid;
                    border-left: transparent 10px solid;
                    border-right: transparent 10px solid;
                    position: absolute;
                    bottom: 0px;
                    left: 0;
                    right: 0;
                    width: 10px;
                    margin: 0 auto;
                }

@media (max-width:1024px) {
    ul.heading-tab li a {
        font-size: 11.5pt;
    }
}

@media (max-width:991.98px) {
    ul.heading-tab li a {
        padding: 12px !important;
    }

    .affiliates-box h4, .branches h4 {
        font-size: 13pt !important;
        text-transform: uppercase;
        font-weight: normal;
    }

    .affiliates li h5 {
        font-size: 13pt !important;
        font-weight: normal;
        color: #333;
    }

    .affiliates li h6 {
        font-size: 100% !important;
        font-weight: normal;
        color: #333;
    }
}

@media (max-width:768px) {
    .sub-menu {
        text-transform: uppercase;
    }

        .sub-menu .fa {
            font-size: 14pt;
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
        }

        .sub-menu.open-sub .fa {
            transform: rotate(180deg);
        }
}

@media (max-width:575.98px) {
    ul.heading-tab li {
        display: block
    }

        ul.heading-tab li a.active:after {
            display: none
        }

        ul.heading-tab li:not(:last-child) {
            border: 1px solid #dedede;
            border-width: 0 0 1px 0
        }
}

.affiliates-box h4, .branches h4 {
    font-size: 14pt;
    text-transform: uppercase;
}

.affiliates-box h4 {
    color: #652483;
    padding: 8px 10px;
    background: #EEE;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    font-size: 13pt;
    text-transform: uppercase;
}

.affiliates:first-child {
    border-top: 0;
    margin-top: 0;
}

.affiliates {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    width: 100%;
    border-top: #DDD 0px solid;
}

    .affiliates li {
        padding: 15px !important;
        font-size: 11pt;
        line-height: 20px;
        border: 1px solid #ececec;
        border-width: 1px 1px 0px 0;
    }

        .affiliates li h5 {
            font-size: 12pt;
        }

        .affiliates li h6 {
            font-size: 10pt;
            margin-top: 15px;
        }

            .affiliates li h6 span {
                display: block;
                font-weight: normal;
            }

        .affiliates li .hide-mt {
            margin-top: 39px;
        }

@media (min-width:990px) {
    .affiliates li:nth-child(3), .affiliates li:nth-child(6), .affiliates li:nth-child(9) {
        border-right: 0
    }

    .affiliates li:nth-child(-n+3) {
        border-top: 0px;
    }
}

@media (max-width:991.98px) {
}

@media (min-width:575px) {
    .affiliates li:nth-child(-n+2) {
        border-top: 0px;
    }

    .affiliates li:nth-last-child(-n+2) {
        border-bottom: 0px;
    }
}

@media (max-width:575.98px) {
    .affiliates li {
        border-width: 0px 0px 1px;
    }

        .affiliates li:last-child {
            border-bottom: 0px;
        }
}

ul.other-contact-list {
    border-left: #DDD 0px solid;
    padding-left: 15px !important;
    padding-top: 10px;
}

    ul.other-contact-list li {
        position: relative;
        padding-left: 15px;
    }

        ul.other-contact-list li:before {
            content: '';
            width: 5px;
            height: 5px;
            background: #333;
            position: absolute;
            top: 10px;
            left: 0px;
            margin-bottom: 8px;
        }

@media (max-width:768px) {
    ul.other-contact-list {
        border: 0 !important;
        padding-left: 0 !important;
    }
}

@media (max-width:540px) {
    ul.other-contact-list li a {
        font-size: 10pt;
    }
}

.branches {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

    .branches > li {
        padding: 15px 15px 0 !important;
        font-size: 11pt;
        line-height: 20px;
        border: 1px solid #ececec;
        border-width: 0px 1px 1px 0;
    }

    .branches h5 {
        color: #652483;
        padding: 8px 10px;
        background: #EEE;
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        font-size: 13pt;
        text-transform: capitalize;
    }

    .branches h6 {
        font-size: 0.90rem;
        color: #5e1e82;
    }

        .branches h6 span {
            font-size: 0.80rem;
            font-weight: normal
        }

ul.branch-list {
    margin: 10px 0px;
    padding: 0 0;
    font-size: 0.90rem;
}

    ul.branch-list li {
        display: block;
        margin: 0 0 5px 0;
    }

        ul.branch-list li a {
            color: #323232;
            text-decoration: underline;
        }

            ul.branch-list li a:hover {
                color: #5e1e82;
            }

ul.details-list {
    margin: 10px 0px;
    padding: 0 0;
}

    ul.details-list li {
        display: block;
        margin: 0 0 15px 0;
        font-size: 10pt;
        font-weight: 700;
        line-height: 1.5;
    }

        ul.details-list li span {
            font-weight: normal
        }

        ul.details-list li .mail {
            display: block
        }

        ul.details-list li a {
            color: #323232;
            text-decoration: underline;
        }

        ul.details-list li .fa {
            margin-right: 5px;
            text-align: center;
            color: #5e1e82;
            font-size: 13px;
            width: 15px;
            line-height: 20px;
        }

        ul.details-list li .fa-mobile {
            font-size: 18px;
        }

        ul.details-list li .phone {
            display: block
        }

@media (min-width:1200px) {
    .branches li:nth-child(3n+0) {
        border-right: 0px;
    }

    .branches li:nth-last-child(-n+3) {
        border-bottom: 0px;
    }
}

@media (min-width:576px) and (max-width:1199.98px) {
    .branches li:nth-child(2n+0) {
        border-right: 0px;
    }

    .branches li:nth-last-child(-n+2) {
        border-bottom: 0px;
    }
}

@media (max-width:575.98px) {
    .branches li {
        border-width: 0px 0px 1px;
    }

        .branches li:last-child {
            border-bottom: 0px;
        }
}

.btn-more-round {
    border: #DDD 1px solid;
    color: #FFF !important;
    padding: 5px 15px !important;
    border-radius: 100px;
    background: #5e1e82 !important;
    position: relative;
    text-decoration: none !important;
    margin: 0 0 -35px 0px;
    display: table;
    font-size: 10pt;
}

    .btn-more-round:before {
        content: '\f107';
        font-family: FontAwesome;
        font-size: 14pt;
        margin-right: 5px;
    }

.ugam-bg1 {
    background: url(images/ugam-bg.jpg) no-repeat center bottom;
    background-size: cover;
    min-height: 850px;
}

.screeing-bg {
    background: #cac7be;
}

    .screeing-bg .container {
        background: url(images/screeing-bg.jpg) no-repeat center right;
        background-size: auto 100%;
        min-height: 620px;
    }

@media (max-width:768px) {
    .ugam-bg1 {
        background: #f6f1dd !important;
    }

    .inner-intro-panel.py-5 {
        padding: 10px 0 !important;
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .screeing-bg .container .row {
        background: rgba(255,255,255,0.8);
        padding: 15px 0 0;
    }

    .screeing-bg .container {
        background-position: center center;
    }

    .ugam-bg1 {
        background-position: -200px 50px;
        background-color: #f6f1dd;
    }
}

@media (max-width:768px) {
    .screeing-bg .container {
        background: none !important;
    }
}

.hexa-bg {
    background: #DDD no-repeat center top;
    background-size: contain;
}

.diet-cancer {
    background: url(images/diet-img.jpg) no-repeat center center fixed;
    background-size: cover;
    position: relative;
}

    .diet-cancer:before {
        position: absolute;
        content: ' ';
        background: rgba(0,0,0,0.5);
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    .diet-cancer .grid-item {
        display: block;
        background-color: #fefefe;
        margin: 0 auto;
        position: relative;
        height: 100%;
    }

    .diet-cancer a:hover.grid-item, .diet-cancer a:active.grid-item {
        text-decoration: none;
    }

    .diet-cancer .grid-item:after {
        pointer-events: none;
        content: " ";
        display: block;
        position: absolute;
        width: calc(100% - 28px);
        height: calc(100% - 28px);
        border: 2px solid #f67c13;
        top: 14px;
        left: 14px;
    }

    .diet-cancer .grid-item-inner {
        height: 100%;
        border: 1px solid #fefefe;
        padding: 50px 30px;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    }

        .diet-cancer .grid-item-inner h4 {
            font-size: 15pt;
        }

        .diet-cancer .grid-item-inner .link.arrow {
            position: relative;
        }

            .diet-cancer .grid-item-inner .link.arrow:after {
                content: "\f178";
                font-family: 'FontAwesome';
                width: 23px;
                height: 9px;
                background-repeat: no-repeat;
                background-position: center;
                background-size: 23px 9px;
                position: absolute;
                bottom: 20px;
                right: -30px;
                font-size: 1.875rem;
            }

#useful-links .box {
    padding: 25px 0;
    height: 100%;
    border: 1px solid #f7f7f7;
    border-width: 0 0 1px 0;
}

    #useful-links .box h6 {
        font-size: 0.95rem;
        margin-bottom: 5px;
        padding-left: 25px;
        position: relative;
    }

        #useful-links .box h6:before {
            content: '';
            width: 5px;
            height: 5px;
            background: #333;
            position: absolute;
            top: 5px;
            left: 10px;
            margin-bottom: 8px;
        }

#useful-links a {
    padding-left: 25px;
}

#organization-structure h4 {
    padding: 10px;
    background: #f7f7f7;
}

#organization-structure .box {
    padding: 15px 0;
    height: 100%;
    border: 1px solid #f7f7f7;
    border-width: 0 0 1px 0;
}

    #organization-structure .box h6 {
        font-size: 0.95rem;
        margin-bottom: 5px;
        padding-left: 20px;
        position: relative;
    }

    #organization-structure .box span,
    #organization-structure .box a {
        padding-left: 20px;
        display: block;
        font-size: 0.85rem;
    }

#key-people .box {
    padding: 15px 0;
    height: 100%;
    border: 1px solid #f7f7f7;
    border-width: 0 0 1px 0;
}

    #key-people .box h6 {
        font-size: 0.95rem;
        margin-bottom: 5px;
        padding-left: 20px;
        position: relative;
    }

        #key-people .box h6:before {
            content: '\f0da';
            font-family: FontAwesome;
            position: absolute;
            left: 5px;
            margin-bottom: 8px;
            top: 0px;
        }

    #key-people .box span, #key-people .box a {
        padding-left: 20px;
        display: block;
        font-size: 0.85rem;
    }

@media (min-width:640px) and (max-width:768px) {
    ul.partners-list.list-col-3 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

        ul.partners-list.list-col-3 li {
            width: 100%;
        }
}

#annual-reports {
    border-right: 1px solid #dedede
}

    #annual-reports .reports-box {
        text-align: center
    }

        #annual-reports .reports-box h6 {
            font-size: 0.86rem;
        }

        #annual-reports .reports-box figure {
            position: relative;
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            -ms-transition: all 300ms linear;
        }

            #annual-reports .reports-box figure img {
                border: 1px solid #dedede;
            }

            #annual-reports .reports-box figure:after {
                content: ' ';
                opacity: 0;
                position: absolute;
                width: 100%;
                height: 100%;
                background: #5e1e82;
                top: 0;
                left: 0;
                z-index: 1;
                -webkit-transition: all 300ms linear;
                -moz-transition: all 300ms linear;
                -o-transition: all 300ms linear;
                -ms-transition: all 300ms linear;
            }

            #annual-reports .reports-box figure .view-btn {
                position: absolute;
                text-align: center;
                left: 0;
                right: 0;
                margin: 0 auto;
                top: 50%;
                z-index: 2;
                -webkit-transition: all 300ms linear;
                -moz-transition: all 300ms linear;
                -o-transition: all 300ms linear;
                -ms-transition: all 300ms linear;
            }

                #annual-reports .reports-box figure .view-btn * {
                    color: #FFF;
                    opacity: 0;
                    font-size: 18pt;
                    -webkit-transition: all 300ms linear;
                    -moz-transition: all 300ms linear;
                    -o-transition: all 300ms linear;
                    -ms-transition: all 300ms linear;
                }

        #annual-reports .reports-box .view-btn .fa {
            color: #FFF !important;
            background: none !important;
            width: 40px;
            line-height: 35px;
            padding: 0 !important;
            border-radius: 100px !important;
            border-width: 2px !important;
        }

        #annual-reports .reports-box a:hover {
        }

        #annual-reports .reports-box:hover figure {
        }

            #annual-reports .reports-box:hover figure:after {
                opacity: 0.8;
            }

            #annual-reports .reports-box:hover figure .view-btn {
                top: 40%;
            }

                #annual-reports .reports-box:hover figure .view-btn * {
                    opacity: 1;
                }

.reports-box figure {
    border: #DDD 1px solid;
}

@media (max-width:991px) {
    #annual-reports {
        border-right: 0px solid #dedede
    }
}

@media (min-width:991px) {
    #faqs h3.acc_trigger a {
        font-size: 18pt !important;
    }
}

#faqs h3.acc_trigger a {
    text-align: center;
    background: #FFF;
    font-family: 'helvetica-light';
    border: #DDD 1px solid !important;
}

#faqs .acc_container {
    border: #DDD 1px solid;
    border-top: 0;
}

@media (max-width:767px) {
    #faqs h3.acc_trigger a {
        text-align: left;
    }

    #faqs .acc_trigger > a:after {
        top: 0;
        right: 0;
    }
}

#what-is-cancer h3.acc_trigger a:after, .covid-faqs h3.acc_trigger a:after {
    position: absolute;
    top: 0;
    right: 0;
}

#what-is-cancer h3.acc_trigger a, .covid-faqs h3.acc_trigger a {
    font-family: 'helvetica-light';
    background: #FFF;
    border: #DDD 1px solid !important;
    margin-bottom: -1px;
    padding-right: 35px;
}

#what-is-cancer .acc_container, .covid-faqs .acc_container {
    border: #DDD 1px solid;
    border-top: 0;
    width: 100%;
}

.cancer-types .acc_trigger span {
    width: 20px;
    display: inline-block;
    font-family: 'helvetica-bold';
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
    font-weight: bold;
}

.covid-faqs .acc_trigger a {
    padding-left: 40px;
    position: relative;
    line-height: 1.5;
}

.covid-faqs .acc_trigger span {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 38px;
    text-align: left
}

.covid-faqs h3.acc_trigger.active a {
    border-bottom: 0 !important;
}

.covid-faqs h3.acc_trigger a, .covid-faqs .acc_container p {
    font-size: 11pt !important;
}

.covid-faqs .acc_container {
    padding-left: 40px;
    padding-top: 0;
}

.date-bx:after {
    content: '\f073';
    z-index: 1;
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    padding: 10px;
    top: 0px;
    font-size: 10pt;
}

.date-bx input {
    background: none !important;
    z-index: 2;
    position: relative;
    cursor: pointer;
}

.hm-supports-partners .bx-wrapper {
    max-width: 100% !important;
}

.hm-supports-partners .supports-logo {
    padding: 10px 0;
}

    .hm-supports-partners .supports-logo a {
        text-decoration: none;
        margin: 0 5px;
    }

    .hm-supports-partners .supports-logo img {
    }

ul.supports-logos {
    margin: 0;
    padding: 0;
}

    ul.supports-logos li {
        display: inline-block;
        max-width: 205px;
        vertical-align: top;
        margin: 0 10px 20px 0px;
        padding: 0;
        border: #DDD 1px solid;
    }

.hm-supports-partners .marquee0 {
    padding: 5px 0;
}

    .hm-supports-partners .marquee0 a img {
        border: #DDD 1px solid;
    }

    .hm-supports-partners .marquee0 a > div {
        width: 200px;
        height: 100px;
        text-align: center;
        display: table;
    }

        .hm-supports-partners .marquee0 a > div span {
            display: table-cell;
            vertical-align: middle;
        }

h5.heading-box {
    font-size: 14pt;
    text-transform: uppercase;
    text-align: center;
}

h5.heading-box {
    color: #652483;
    padding: 8px 10px;
    background: #EEE;
    margin: 0px;
    font-size: 13pt;
    text-transform: uppercase;
}

.headline-h2 {
    color: #96292b;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: normal;
}

    .headline-h2.headline {
        border-bottom: 0.1875rem solid #e6cbcc;
        margin-bottom: 1.5625rem;
        margin-top: -0.5rem;
        padding-bottom: 0.9375rem;
    }

.hash-focus:before {
    display: block;
    content: "";
    height: 180px;
    margin-top: -180px;
    visibility: hidden;
}

.border-left {
    display: block;
    border-left: 1px solid #ddd;
}

.relay-for-life {
    background: url(images/relay-img.jpg) no-repeat center center fixed;
    background-size: cover;
    position: relative;
}

    .relay-for-life:before {
        position: absolute;
        content: ' ';
        background: rgba(0,0,0,0.5);
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    .relay-for-life .grid-item {
        display: block;
        background-color: #fefefe;
        margin: 0 auto;
        position: relative;
        min-height: 100%;
    }

    .relay-for-life a:hover.grid-item, .diet-cancer a:active.grid-item {
        text-decoration: none;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    }

    .relay-for-life .grid-item:after {
        pointer-events: none;
        content: " ";
        display: block;
        position: absolute;
        width: calc(100% - 28px);
        height: calc(100% - 28px);
        border: 2px solid #f67c13;
        top: 14px;
        left: 14px;
    }

    .relay-for-life .grid-item-inner {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 1.25rem;
        border: 1px solid #fefefe;
        padding: 50px 30px;
    }

        .relay-for-life .grid-item-inner h4 {
            font-size: 15pt;
        }

        .relay-for-life .grid-item-inner .link.arrow {
            position: relative;
        }

            .relay-for-life .grid-item-inner .link.arrow:after {
                content: "\f178";
                font-family: 'FontAwesome';
                width: 23px;
                height: 9px;
                background-repeat: no-repeat;
                background-position: center;
                background-size: 23px 9px;
                position: absolute;
                bottom: 20px;
                right: -30px;
                font-size: 1.875rem;
            }

.relay-events {
    background: #ececec;
    position: relative;
}

    .relay-events:before {
        position: absolute;
        content: ' ';
        background: #ececec;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

@media (min-width:991px) {
    #relay-events h3.acc_trigger a {
        font-size: 16pt !important;
    }
}

#relay-events h3.acc_trigger a {
    text-align: center;
    background: #FFF;
    font-family: 'helvetica-light';
    border: #DDD 1px solid !important;
}

#relay-events .acc_container {
    border: #DDD 0px solid;
    border-top: 0;
}

@media (max-width:767px) {
    #relay-events h3.acc_trigger a {
        text-align: left;
    }

    #relay-events.acc_trigger > a:after {
        top: 0 !important;
        right: !important;
    }
}

#what-is-relay h3.acc_trigger a {
    font-family: 'helvetica-light';
    background: #FFF;
    border: #DDD 1px solid !important;
    margin-bottom: -1px;
}

#what-is-relay .acc_container {
    border: #DDD 1px solid;
    border-top: 0;
    width: 100%;
}

@media (max-width:767px) {
    #what-is-relay h3.acc_trigger a {
        text-align: left;
        padding-right: 45px;
    }

    #what-is-relay.acc_trigger > a:after {
        top: 0 !important;
        right: !important;
    }
}

.relay-types .acc_trigger span {
    width: 20px;
    display: inline-block;
    font-family: 'helvetica-bold';
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
    font-weight: bold;
}

.photo-gallery.relay-gallery li a figure {
    height: 0px;
}

.photo-gallery.relay-gallery li {
    float: none;
    margin-top: 10px;
}

@media (max-width:991px) {
    .photo-gallery.relay-gallery li a figure {
        height: 0px;
        width: 250px;
    }
}

@media (max-width:767px) {
    .photo-gallery.relay-gallery li a figure {
        height: 0px;
        width: auto;
    }
}

.border-gray {
    border: 1px solid #bbb;
}

ul.cancer-cure-list {
    margin: 0;
    padding: 0;
    width: 100%;
}

    ul.cancer-cure-list li {
        margin: 0;
        padding: 0;
        width: 49%;
        display: inline-block;
        position: relative;
    }

        ul.cancer-cure-list li:before {
            content: '';
            width: 5px;
            height: 5px;
            background: #333;
            position: absolute;
            top: 9px;
            left: -15px;
            margin-bottom: 8px;
        }

.cancer-cure.embed-responsive iframe {
    height: 230px !important;
    border: 2px solid #ddd !important;
    width: 80% !important;
}

.cancer-cure.embed-responsive-16by9::before {
    padding-top: 45.25%;
}

.social-feed {
    max-width: 368px;
    width: 100%;
}

.widgets {
    border: #f67c13 solid 1px;
    padding: 0px !important;
    margin: 0 auto;
    width: 100% !important;
    margin-top: 46px;
}

    .widgets iframe {
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

        .widgets iframe.instagram-media {
            max-height: 448px;
            overflow: auto;
        }

        .widgets iframe.twitter-timeline {
            border: #DDD 1px solid !important;
        }

    .widgets .fb-page {
        width: 100% !important;
    }

@media (max-width:767px) {
    .widgets {
        margin: 0 !important;
    }
}

.marquee-list span {
    word-break: break-word;
    white-space: normal;
}

.marquee-list .list-inline-item {
    max-width: 200px;
    vertical-align: top;
}

.border-left {
    border-left: 1px solid #dedede;
}

.empnld-hospitals-list-table {
    display: table;
}
    /*.empnld-hospitals-list-table td  { vertical-align:middle!important;}*/
    .empnld-hospitals-list-table .list-inline-item:not(:last-child) {
        min-width: 80px;
    }

.highight-tab {
    color: #f67c13 !important;
    font-weight: bold;
}

ul.heading-tab li a.active:after {
    bottom: -1px;
}

.highight-tab:hover, .highight-tab.active {
    color: #5e1e82 !important;
}

.bg-childhood-parallax {
    background: url(cancer-information/img/child-cancer-parallax.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    background-color: #effafe;
}

.vaccination-bg {
    background: #5e1e82;
    position: relative;
}

    .vaccination-bg > div {
        position: relative;
    }

/*@media(min-width:992px){
    .vaccination-bg:after{content:'';position:absolute;top:0;left:22%;z-index:0; width:20%;height:100%;
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(94,30,130,0.63) 45%, rgba(94,30,130,1) 72%, rgba(94,30,130,1) 98%, rgba(94,30,130,1) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(94,30,130,0.63) 45%,rgba(94,30,130,1) 72%,rgba(94,30,130,1) 98%,rgba(94,30,130,1) 100%); 
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(94,30,130,0.63) 45%,rgba(94,30,130,1) 72%,rgba(94,30,130,1) 98%,rgba(94,30,130,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#5e1e82',GradientType=1 );
}
}*/


@media (max-width: 640px) {
    .lead {
        font-size: 1.1rem !important;
    }
}

@media (max-width: 768px) {
    #mc_embed_signup .clear {
        display: inline-block !important;
        width: auto !important;
    }
}
/*about */
/*Video */


.container .serviceBox {
    position: relative;
    width: 350px;
    height: 200px;
    background: #4f4f4e /* #96292b*/;
    border-radius: 20px;
    overflow: hidden;
    margin: 10px;
}

.container .mr-even {
    margin-top: -20px;
}

.container .mr-odd {
    margin-top: 20px;
}

.container .serviceBox .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d4ab4d;
    /*background-image: linear-gradient(to right, #96292b, #d4ab4d);*/
    background-image: linear-gradient(to right,#4f4f4e, #eee);
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition-delay: 0.25s;
}

.container .serviceBox:hover .icon {
    top: 30px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition-delay: 0s;
}

.container .serviceBox .icon i {
    font-size: 5em;
    color: #fff;
    transition: 0.5s;
    transition-delay: 0.25s;
}

.container .serviceBox:hover .icon i {
    font-size: 2em;
    transition-delay: 0s;
}

.container .serviceBox .content {
    position: relative;
    padding: 20px;
    color: #fff;
    text-align: center;
    margin-top: 100px;
    z-index: 1;
    transform: scale(0);
    transition: 0.5s;
    transition-delay: 0s;
}

.container .serviceBox:hover .content {
    transform: scale(1);
    transition-delay: 0.25s;
}

.container .serviceBox .content h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #fff;
}

.container .serviceBox .content p {
    font-weight: 300;
    line-height: 1.5em;
}

.description {
    font-size: 15px;
}

/*about */
.youtube_video {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
}

    .youtube_video iframe {
        /*                width: 100%;
                height: 100%;*/
        border: none;
    }

.video-section {
    padding: 50px 0px;
}

    .video-section .youtube_video {
        width: 100%;
        height: 140px !important;
    }

        .video-section .youtube_video iframe {
            /*                    width: 100%;
                    height: 100%;*/
            border: none;
        }

@media(min-width:768px) {
    .bg-video {
        position: relative;
        padding: 30px 0px
    }

        .bg-video:before {
            content: "";
            position: absolute;
            right: 50%;
            top: 0;
            bottom: 0;
            width: 50%;
            height: 100%;
            z-index: -1;
            background: #d4ab4d;
            background: linear-gradient(128deg, #d4ab4d 30%, #d4ab4d 100%);
        }
}

.youtube-video-large {
    width: 100%;
    height: 480px;
    margin-bottom: 30px;
}

    .youtube-video-large iframe {
        /*                width: 100%;
                height: 100%;*/
        border: none;
    }
/*Video */
/*clients */


.brands-wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.carousel {
    background: transparent;
}

.gallery-cell {
    width: 100%;
    /* half-width */
    height: auto;
    padding: 0 15px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 548px) {
    .gallery-cell {
        width: 33.3%;
    }
}

.gallery-cell.is-selected img {
    transform: scale(1);
    filter: grayscale(0) blur(0);
}

.gallery-cell img {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /* easeInOutBack */
    max-width: 150px;
    display: inline-block;
    transform: scale(0.7);
    filter: grayscale(100%) blur(2px);
}

.flickity-prev-next-button.previous {
    left: -40px;
}

.flickity-prev-next-button.next {
    right: -40px;
}

.brand-carousel {
    margin: 0 60px;
    /* space for prev/next buttons */
}

.flickity-prev-next-button .arrow {
    fill: #96292b !important;
    box-shadow: 0 0 5px black;
}

.flickity-prev-next-button.no-svg {
    color: white;
}

.flickity-prev-next-button {
    background: transparent;
}

    .flickity-prev-next-button:hover {
        background: transparent;
    }
/*clients */
/*blog*/
.bg-blue {
    background: #d4ab4d;
    height: 300px;
}

.sec-spacer {
    margin-top: -175px;
    /*background: #96292B;*/
}

.sec-title, .sec-title2, .sec-title3 {
    position: relative;
    margin-bottom: 45px;
    font-weight: 700;
    margin-top: -4px;
}

.rs-blog .blog-item {
    overflow: hidden;
}

    .rs-blog .blog-item a {
        text-decoration: none;
    }

    .rs-blog .blog-item .blog-details {
        padding: 24px;
        background: #f5f5f5;
        border-top: 1px solid #96292b;
    }

        .rs-blog .blog-item .blog-details .blog-date {
            font-weight: 600;
            /* font-style: italic; */
            font-size: 16px;
            color: #d4ab4d;
            margin-bottom: 10px;
        }

            .rs-blog .blog-item .blog-details .blog-date:before {
                content: '';
                width: 40px;
                height: 4px;
                background-image: linear-gradient(to left,#d4ab4d,#d4ab4d);
                display: inline-block;
                box-shadow: -3px 3px 7px rgb(251 176 52 / 20%);
                margin-bottom: 4px;
                margin-right: 5px;
            }

        .rs-blog .blog-item .blog-details .blog-title {
            font-size: 21px;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: 400;
            color: #000 !important;
        }

        .rs-blog .blog-item .blog-details .blog-description {
            font-size: 16px;
            line-height: 25px;
            margin-bottom: 10px;
            color: #313131 !important;
        }


        .rs-blog .blog-item .blog-details .blog-title a,
        .rs-blog .blog-item .blog-details .readmore-btn {
            color: #d4ab4d;
        }

        .rs-blog .blog-item .blog-details .readmore-btn {
            font-weight: 500;
        }





    .rs-blog .blog-item:hover .blog-title a,
    .rs-blog .blog-item:hover .readmore-btn {
        color: #d4ab4d;
    }

        .rs-blog .blog-item:hover .readmore-btn:hover span {
            padding-left: 10px;
            -webkit-transition: all 1000ms ease;
            -moz-transition: all 1000ms ease;
            -ms-transition: all 1000ms ease;
            -o-transition: all 1000ms ease;
            transition: all 1000ms ease;
        }

.rs-blog.drak-color-light .blog-item .blog-details .blog-date,
.rs-blog.drak-color-light .blog-item .blog-details .readmore-btn {
    color: #a6750d;
}

.rs-blog.drak-color-light .blog-details {
    border-color: #464646;
}

    .rs-blog.drak-color-light .blog-details h4.blog-title a {
        color: #fff;
    }

    .rs-blog.drak-color-light .blog-details p {
        color: #ccc;
    }

.rs-blog.drak-color-light .blog-item .blog-details .readmore-btn:hover {
    color: #fff;
}

/*.rs-blog .blog-item:hover .blog-details {
    background: #96292B;
}

    .rs-blog .blog-item:hover .blog-details h4 {
        margin-top: 10px;
        color: #fff !important;
    }

    .rs-blog .blog-item:hover .blog-details p {
        margin-top: 10px;
        color: #fff;
    }*/

.rs-blog.blog-show .blog-item {
    padding-bottom: 5px;
}

.rs-blog.blog-show .blog-details {
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px #999;
}

.rs-blog.drak-color .blog-details {
    background: #fff;
    border: none;
}



    .rs-blog.drak-color .blog-details p,
    .rs-blog.drak-color .blog-details .readmore-btn {
        color: #676767;
    }

    .rs-blog.drak-color .blog-details .blog-title a {
        color: #212121;
    }

        .rs-blog.drak-color .blog-details .blog-title a:hover {
            color: #a6750d;
        }

    .rs-blog.drak-color .blog-details:hover .readmore-btn,
    .rs-blog.drak-color .blog-details:hover .blog-date {
        color: #a6750d;
    }

/*blog*/
/*counter*/

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}




.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101F2E;
}


.projectFactsWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 33.3%;
    height: 100%;
    padding: 30px 0px;
    text-align: center;
}

    /*  .projectFactsWrap .item:nth-child(1) {
             background: #883537;
         }*/

    .projectFactsWrap .item:nth-child(1) {
        background: #943537;
    }

    .projectFactsWrap .item:nth-child(2) {
        background: #8e2729;
    }

    .projectFactsWrap .item:nth-child(3) {
        background: #96292b;
    }

    .projectFactsWrap .item p.number {
        font-size: 40px;
        padding: 0;
        font-weight: bold;
    }

    .projectFactsWrap .item p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 25px;
        margin: 0;
        padding: 10px;
        font-family: 'Open Sans';
    }


    .projectFactsWrap .item span {
        width: 60px;
        background: rgba(255, 255, 255, 0.8);
        height: 2px;
        display: block;
        margin: 0 auto;
    }


    .projectFactsWrap .item i {
        vertical-align: middle;
        font-size: 50px;
        color: rgba(255, 255, 255, 0.8);
    }


    .projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p {
        color: white;
    }

    .projectFactsWrap .item:hover span {
        background: white;
    }

@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
}


/*counter*/


.hvrbox-text i, .hvrbox-text-title i {
    border: 1px solid #d4ab4d;
    background: #d4ab4d;
    transition: background-color .15s linear,color .15s linear;
    color: #fff;
    padding: 15px 18px;
    border-radius: 50%;
    float: right;
    font-size: 20px;
}

    .hvrbox-text i:hover, .hvrbox-text-title i:hover {
        border: 1px solid #96292b;
        background: #fff;
        color: #96292b;
        transition: opacity background 10s;
        will-change: opacity,transform;
    }


/*client*/

.tabcontent {
    display: none;
}

    .tabcontent div {
        line-height: 200%;
    }
/*client*/

.partner-intro-block h3 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
}

.partner-logo-list {
    margin-bottom: 0;
    padding: 0;
    list-style: none
}

@media only screen and (max-width:767px) {
    .partner-logo-list {
        margin-bottom: 30px
    }
}

.partner-logo-list li {
    line-height: normal;
    /*width: 18.175%;*/
    padding: 20px 17px 0px 16px;
    /*padding-bottom: 20px;*/
    display: flex;
    align-items: center;
    justify-content: center
}

    .partner-logo-list li img {
        /*width: 145px;*/
        /*border: 1px solid #8de4fa;*/
    }

@media only screen and (max-width:1200px) {
    .partner-logo-list li {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .partner-logo-list li {
        padding-top: 20px;
        padding-bottom: 20px
    }
}



@media only screen and (min-width:1920px) {
    /*.partner-logo-list li img {
            width: 200px;
        }*/
    .partner-logo-list li {
        padding: 30px 12px 15px 12px;
    }
}
/*client*/

.news-cards .col-12 {
    padding-bottom: 1.5rem;
}

.news-cards a {
    text-decoration: none
}

.news-cards .card {
    height: 100%
}

.news-cards .card-title {
    font-size: 1.2rem;
    text-decoration: none;
}

/*--------alerts--------*/

.panel-box {
    box-shadow: 0 0 20px #ccc;
    padding: 7px;
    margin-bottom: 15px;
}

.panel-title, .panel-title a {
    font-size: 18px !important;
    text-decoration: none;
    color: #96292b;
}

.panel-group {
    margin-bottom: 0 !important;
}

.panel-default {
    border-color: transparent !important;
}
/*
.cls-collapse collapsed .fa-minus {
    content: "\f056";
}
*/
.small_heading {
    margin: 0px auto 10px !important;
}

.sub {
    background: #96292b !important;
}

.panel-default > .panel-heading {
    color: #767676;
    background-color: #fff;
}

.small_heading h2, .small_heading h1 {
    color: #ffffff !important;
}


.fluid-video {
    max-width: 560px;
    height: 315px;
    width: 100%;
}


.blog_heading {
    position: relative;
    display: inline-block;
    width: 100%;
    float: none;
}

    .blog_heading h2, .blog_heading h1 {
        text-transform: none;
        font-weight: 300 !important;
        font-size: 15px !important;
        padding: 0px;
        color: #d4ab4d;
    }

    .blog_heading span, .blog_heading span {
        padding-top: 5px;
        font-weight: 300;
        font-size: 16px;
        color: #767676;
    }
/*--------alerts--------*/
/*--------FAQs--------*/

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.tab-links {
    border-bottom: 0px;
}

    .tab-links a {
        cursor: pointer;
    }

    .tab-links .nav-link {
        font-weight: 500;
        color: #000064;
        border-top-left-radius: .50rem;
        border-top-right-radius: .50rem;
        margin-bottom: 0
    }

        .tab-links .nav-link.active {
            color: #fa413c;
            background-color: #f5f5f5 !important;
            border-color: #dee2e6 #dee2e6 #f5f5f5;
        }

@media (max-width: 767.98px) {
    .tab-links {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

        .tab-links .nav-link {
            white-space: nowrap
        }
}

.tabs-accordian .accordion-item {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 0.50rem;
}

.tabs-accordian .accordion-button:not(.collapsed) {
    color: #fa413c;
    background-color: #fff;
    box-shadow: none;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    font-weight: 700;
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg);
    }

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

    .accordion-item:first-of-type {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

        .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: calc(.25rem - 1px);
            border-top-right-radius: calc(.25rem - 1px);
        }

    .accordion-item:not(:first-of-type) {
        border-top: 0;
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

        .accordion-item:last-of-type .accordion-button.collapsed {
            border-bottom-right-radius: calc(.25rem - 1px);
            border-bottom-left-radius: calc(.25rem - 1px);
        }

        .accordion-item:last-of-type .accordion-collapse {
            border-bottom-right-radius: .25rem;
            border-bottom-left-radius: .25rem;
        }

.accordion-body {
    padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0;
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0;
    }

    .accordion-flush .accordion-item .accordion-button {
        border-radius: 0;
    }
/*--------FAQs--------*/
.form-floating label {
    font-size: 15px !important;
}

.btn-primary {
    padding: 8px 12px !important;
    font-size: 15px !important;
    text-transform: uppercase;
    color: #FFF;
    background: #96292b;
}


.navbar-links {
    background: #fff !important;
    border-bottom: #96292b 2px solid;
    border-top: 5px solid #f0f0f0 !important;
    padding: 20px 0px !important;
    display: block
}

.main-links .nav-pills .nav-item + .nav-item {
    margin-left: 20px;
}

.main-links .nav-pills .nav-icon {
    display: block;
    height: 25px;
    margin: 5px auto;
}

.main-links .nav-pills .nav-link {
    color: #373737;
    line-height: normal;
    text-align: center;
    border-radius: 0;
    background: #fff;
    box-shadow: 3px 3px 10px 3px rgba(0,0,0,0.15);
    font-size: 9pt;
    font-weight: 600;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    flex-flow: column
}

    .main-links .nav-pills .nav-link span {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 65px;
    }

        .main-links .nav-pills .nav-link span .fa {
            font-size: 18pt;
        }

    .main-links .nav-pills .nav-link.active {
        background: #fff;
        color: #8d1c2d
    }

.shrink-logo .navbar-links {
    padding: 10px 0px !important;
}

.shrink-logo .main-links .nav-pills .nav-link {
    height: 80px
}

    .shrink-logo .main-links .nav-pills .nav-link span {
        height: 45px;
    }

#visual-wrapper {
    background: #f0f0f0
}

.tp-banner-container {
    max-width: 1920px;
    margin: 0 auto !important
}

@media(max-width:1279.98px) {
    body {
        padding-top: 167px
    }

    .navbar-links {
        padding: 10px 0px !important;
    }

    .main-links .nav-pills .nav-link {
        height: auto !important;
        padding-bottom: 5px !important;
    }

        .main-links .nav-pills .nav-link span {
            height: auto !important;
            padding: 5px 0px;
        }

    .navbar-offcanvas .nav-pills {
        flex-flow: column;
    }

        .navbar-offcanvas .nav-pills .nav-item {
            width: 100%;
        }

            .navbar-offcanvas .nav-pills .nav-item + .nav-item {
                margin-left: 00px;
            }

        .navbar-offcanvas .nav-pills .nav-link {
            width: 100%;
            height: auto;
            align-items: center;
            flex-flow: row;
            padding: 0.9rem 0.5rem !important
        }

            .navbar-offcanvas .nav-pills .nav-link span {
                width: 60px;
            }
}

@media(max-width:767.98px) {
    body {
        padding-top: 90px
    }

    .navbar-links {
        padding: 5px 15px !important;
    }

    .main-links .nav-pills .nav-link span .fa {
        font-size: 10pt;
    }

    header .navbar-brand:nth-child(1) img {
        width: 140px;
    }

    header .navbar-brand:nth-child(2) img {
        width: 140px;
    }
}

.card {
    display: inline-block;
    margin: 0 1rem;
    border-radius: 4px;
    box-shadow: 0 -1px 1px 0 rgb(0 0 0 / 5%), 0 1px 2px 0 rgb(0 0 0 / 20%);
    transition: all 0.2s ease;
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 0 !important;
}

    .card:hover, .card.hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25);
    }

        .card:hover .card-content, .card.hover .card-content {
            box-shadow: inset 0 3px 0 0 #ccb65e;
            border-color: #ccb65e;
        }

        .card:hover .card-img .overlay, .card.hover .card-img .overlay {
            background-color: rgba(25, 29, 38, 0.85);
            transition: opacity 0.2s ease;
            opacity: 1;
        }

.card-img {
    position: relative;
    /*height: 198px;*/
    width: 100%;
    background-color: #fff;
    transition: opacity 0.2s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

    .card-img .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0;
    }

        .card-img .overlay .overlay-content {
            line-height: 224px;
            width: 100%;
            text-align: center;
            color: #fff;
        }

            .card-img .overlay .overlay-content a {
                color: #fff;
                padding: 0 2rem;
                display: inline-block;
                border: 1px solid rgba(255, 255, 255, 0.4);
                height: 40px;
                line-height: 40px;
                border-radius: 20px;
                cursor: pointer;
                text-decoration: none;
            }

                .card-img .overlay .overlay-content a:hover, .card-img .overlay .overlay-content a.hover {
                    background: #ccb65e;
                    border-color: #ccb65e;
                }

.card-content {
    width: 100%;
    min-height: auto;
    background-color: #fff;
    border-top: 1px solid #E9E9EB;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 0.5rem 2rem;
    transition: all 0.2s ease;
}

    .card-content a {
        text-decoration: none;
        color: #202927;
    }

        .card-content h2, .card-content a h2 {
            font-size: 1rem;
            font-weight: 500;
            margin-bottom: 0;
        }

        .card-content p, .card-content a p {
            font-size: 0.8rem;
            font-weight: 400;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: rgba(32, 41, 28, 0.8);
        }

.fancybox-container {
    z-index: 100000 !important;
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
    .accordion-button {
        position: relative;
        display: flex;
        align-items: self-end;
        width: 100%;
        padding: 1rem 1.25rem;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        background-color: #fff;
        border: 0;
        border-radius: 0;
        overflow-anchor: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
        font-weight: 700;
    }
    .imllogo {
        display: none;
    }
}

.blog-img img {
    height: 200px;
}

.img-responsive {
    width: 100% !important;
}

.adv .card-content {
    font-size: 16px !important;
}

