@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Thin.eot);
    src: url(../fonts/Lato-Thin.woff) format("woff"),url(../fonts/Lato-Thin.ttf) format("truetype"),url(../fonts/Lato-Thin.svg) format("svg");
    font-style: normal;
    font-weight: 100;
    font-display: swap
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-ThinItalic.eot);
    src: url(../fonts/Lato-ThinItalic.woff) format("woff"),url(../fonts/Lato-ThinItalic.ttf) format("truetype"),url(../fonts/Lato-ThinItalic.svg) format("svg");
    font-style: italic;
    font-weight: 100;
    font-display: swap
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Light.eot);
    src: url(../fonts/Lato-Light.woff) format("woff"),url(../fonts/Lato-Light.ttf) format("truetype"),url(../fonts/Lato-Light.svg) format("svg");
    font-style: normal;
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-LightItalic.eot);
    src: url(../fonts/Lato-LightItalic.woff) format("woff"),url(../fonts/Lato-LightItalic.ttf) format("truetype"),url(../fonts/Lato-LightItalic.svg) format("svg");
    font-style: italic;
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Regular.eot);
    src: url(../fonts/Lato-Regular.woff) format("woff"),url(../fonts/Lato-Regular.ttf) format("truetype"),url(../fonts/Lato-Regular.svg) format("svg");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Bold.eot);
    src: url(../fonts/Lato-Bold.woff) format("woff"),url(../fonts/Lato-Bold.ttf) format("truetype"),url(../fonts/Lato-Bold.svg) format("svg");
    font-style: normal;
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-BoldItalic.eot);
    src: url(../fonts/Lato-BoldItalic.woff) format("woff"),url(../fonts/Lato-BoldItalic.ttf) format("truetype"),url(../fonts/Lato-BoldItalic.svg) format("svg");
    font-style: italic;
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Black.eot);
    src: url(../fonts/Lato-Black.woff) format("woff"),url(../fonts/Lato-Black.ttf) format("truetype"),url(../fonts/Lato-Black.svg) format("svg");
    font-style: normal;
    font-weight: 900;
    font-display: swap
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-BlackItalic.eot);
    src: url(../fonts/Lato-BlackItalic.woff) format("woff"),url(../fonts/Lato-BlackItalic.ttf) format("truetype"),url(../fonts/Lato-BlackItalic.svg) format("svg");
    font-style: italic;
    font-weight: 900;
    font-display: swap
}

:root { /*added by iwc*/
    --burgundy: #97144D;
    --grey: #404040;
    --lightgrey: #e2e2e2;
    --white: #fffff;
    --charcoal: #282828;
    --lightburgundy: #b65b82;
}

*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Lato', sans-serif; /*iwc changed from Titillium Web to Lato*/
    color: var(--charcoal); /*iwc changed from 000*/
    overflow-x: hidden !important;
    font-size: 15px; /*iwc changed from 17px*/
    line-height: 26px;
    overflow-y: auto !important
}

img {
    max-width: 100%
}

li, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.max-container {
    overflow: hidden
}

.row {
    width: 100%;
    height: auto;
    float: left
}

.banner-transparent {
    background: #fff
}

a {
    text-decoration: none;
}

    a:focus, a:hover {
        text-decoration: none;
        color: inherit
    }

    a:focus, input, input:focus, textarea {
        outline: 0;
        box-shadow: none
    }

p {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 20px
}

.w-100 {
    width: 100%;
}

.color-primary {
    color: var(--burgundy);
}

.color-secondary {
    color: var(--grey);
}

.color-lightgrey {
    color: var(--lightgrey);
}

select::-ms-expand {
    display: none
}

::selection {
    background: var(--burgundy); /*iwc #ed1164*/
    color: #fff
}

input[type=number] {
    -moz-appearance: textfield
}

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

#tabs ul li a, .benifits-list, .text-center {
    text-align: center
}

.faq-point-desc ol {
    float: left;
    margin-bottom: 15px;
    padding-left: 15px
}

    .faq-point-desc ol li {
        list-style: decimal;
        padding-left: 5px;
    }

.faq-point-desc p {
    color: #767676;
}

.full-float {
    width: 100%;
    float: left
}

.padd_left_right0 {
    padding-left: 0;
    padding-right: 0
}

.padd_left0 {
    padding-left: 0
}

.padd_right0 {
    padding-right: 0
}

.marg-left-right0 {
    margin-left: 0;
    margin-right: 0
}

.marg-left0 {
    margin-left: 0
}

.marg-right0 {
    margin-right: 0
}

.marg-botom10 {
    margin-bottom: 10px
}

.marg-botom20 {
    margin-bottom: 20px
}

.marg-botom30 {
    margin-bottom: 30px
}

.marg-botom40 {
    margin-bottom: 40px
}

.marg-botom50 {
    margin-bottom: 50px
}

.marg-top10 {
    margin-top: 10px
}

.marg-top20 {
    margin-top: 20px
}

.marg-top30 {
    margin-top: 30px
}

.marg-top40 {
    margin-top: 40px
}

.marg-top50 {
    margin-top: 50px
}

.padd-top10 {
    padding-top: 10px
}

.padd-top20 {
    padding-top: 20px
}

.padd-top30 {
    padding-top: 30px
}

.padd-top40 {
    padding-top: 40px
}

.padd-top50 {
    padding-top: 50px
}

.padd-botom10 {
    padding-bottom: 10px
}

.padd-botom20 {
    padding-bottom: 20px
}

.padd-botom30 {
    padding-bottom: 30px
}

.padd-botom40 {
    padding-bottom: 40px
}

.padd-botom50 {
    padding-bottom: 50px
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

h1 {
    font-size: 65px;
    line-height: 60px
}

h2 {
    font-size: 45px;
    line-height: 40px;
    font-weight: 700
}

h3 {
    font-size: 26px;
    line-height: 36px
}

h4 {
    font-size: 26px;
    line-height: 36px
}

h5 {
    font-size: 24px;
    line-height: 24px
}

h6 {
    font-size: 17px;
    line-height: 20px
}

.white-text {
    color: #fff
}

::-webkit-input-placeholder {
    color: #878787;
    opacity: 1
}

::-moz-placeholder {
    color: #878787;
    opacity: 1
}

:-ms-input-placeholder {
    color: #878787;
    opacity: 1
}

:-moz-placeholder {
    color: #878787;
    opacity: 1
}

.footer-list, .full-float, .full-float.animatedParent, .homepage-lead-banner {
    overflow: hidden
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 110;
    -moz-transition: top .5s ease;
    -o-transition: top .5s ease;
    -webkit-transition: top .5s ease;
    transition: top .5s ease
}

/*for ticker*/
/*------------------------------------*/
.scrolling-text {
    background: var(--burgundy);
    color: #fff;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

    .scrolling-text p {
        display: inline-block;
        padding-left: 0;
        animation: scroll 16s linear infinite;
    }

@keyframes scroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/*------------------------------------*/

    header.hidden {
        top: -6em
    }

.headsearch_btn {
    float: left;
    line-height: 62px; /*iwc 72px*/
    color: var(--burgundy); /*iwc #ed1164*/
    font-size: 18px;
    transition: all .3s
}

.header-social {
    float: right;
    width: auto;
    padding: 6px 0 14px 0;
    background: url(../images/head-social-bg.png) repeat-x;
    position: relative;
    z-index: -1;
    position: absolute;
    bottom: -45px;
    right: 0;
}

.errorMsg {
    font-size: 14px;
    color: Red
}

.header-social:before {
    position: absolute;
    top: 0;
    left: -113px;
    content: '';
    background: url(../images/head-social-before.png);
    width: 113px;
    height: 45px;
    background-size: cover
}

ul.social-feeds {
    float: left;
    margin-right: 25px;
}

    ul.social-feeds li {
        float: left;
        padding: 0 8px
    }

        ul.social-feeds li a {
            color: #000; /*iwc changed from #58585b*/
            font-size: 14px; /*iwc changed from 18px*/
            transiton: all .3s
        }


ul.reg-dd {
    float: left;
    margin-right: 25px;
}

    ul.reg-dd li.topitem {
        float: left;
        padding: 0 8px;
    }

    ul.reg-dd li.topitem:hover {
        cursor:pointer;
    }
    ul .reg-dd li ul.dropdown-menu {
        box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        -o-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        background: #ededed;
    }

    ul.reg-dd li a {
        color: #000; /*iwc changed from #58585b*/
        font-size: 14px; /*iwc changed from 18px*/
        transiton: all .3s
    }

    ul.reg-dd li ul.dropdown-menu li a:hover {
        color: var(--burgundy);
    }



a.facebook:hover {
    color: var(--lightburgundy); /*iwc #4267b2*/
    transiton: all .3s
}

a.twitter:hover {
    color: var(--lightburgundy); /*iwc color:#38a1f3;*/
    transiton: all .3s
}

a.linkedin:hover {
    color: var(--lightburgundy); /*iwc color:#0077b5;*/
    transiton: all .3s
}

a.youtube:hover {
    color: var(--lightburgundy); /*iwc color:#c4302b;*/
    transiton: all .3s
}

.header-social .register {
    font-size: 14px;
    color: var(--grey); /*iwc #58585b*/
    margin-right: 25px;
    text-decoration: none;
}

    .header-social .register:hover, .tabbed-section__selector [class*="-tab-"].active {
        color: var(--lightburgundy); /*iwc #ed1164*/
    }

#tabs ul li.nav-tab.active a {
    color: var(--burgundy); /*iwc #ed1164*/
}

/*.header nav ol li a:visited{
	color:var(--grey);*/ /*iwc added*/
/*}*/
header.scroll-header nav ol li a {
    padding: 15px 20px; /*iwc 25px*/
    transition: all .3s
}

header.scroll-header .headsearch_btn {
    line-height: 52px;
    transition: all .3s
}

header.scroll-header .contentHolder .logo a img {
    max-height: 50px;
    transition: all .3s
}

header.scroll-header nav ol li a::after {
    bottom: 13px
}

.mainMenu.dropdown-submenu a {
    padding-right: 30px;
    position: relative
}

    .mainMenu.dropdown-submenu a:before {
        content: '\f0dd';
        font-size: 14px;
        color: var(--burgundy); /*iwc #ed1164*/
        position: absolute;
        top: 50%;
        right: 10px;
        font-family: FontAwesome;
        line-height: 10px;
        margin-top: -8px
    }

    .mainMenu.dropdown-submenu a.active:before, .mainMenu.dropdown-submenu a:hover:before, .media-dropdown.active:before {
        color: var(--burgundy);
    }

.hidden img, .tab-pane, header nav ol li svg, ul.submenu li a:before {
    display: none
}

header nav {
    float: right;
    text-transform: none; /*iwc changed from uppercase*/
    z-index: 95;
    max-height: 60px;
}

    header nav ol {
        margin: 0;
        padding: 0;
        position: relative;
        float: left
    }

        header nav ol li {
            display: inline-block;
            list-style: none;
            position: relative;
            margin: 0;
            padding: 0
        }

            .login-form .check-box input:checked ~ .checkmark:after, header nav ol li:hover ul {
                display: block
            }

            header nav ol li.mobileMenu, header nav ol li.mobileSub {
                display: none
            }

            header nav ol li a {
                color: var(--burgundy); /*iwc changed from #ed1164*/
                cursor: pointer;
                display: block;
                font-size: 16px; /*iwc from 16px*/
                padding: 15px 20px;
                position: relative;
                font-weight: 500;
                text-decoration: none;
                transition: all .3s
            }

                header nav ol li a:after {
                    content: '';
                    border-bottom: 1px solid var(--burgundy); /*iwc changed from #16c1f3*/
                    bottom: 8px; /*iwc 18px*/
                    left: 50%;
                    opacity: 1;
                    position: absolute;
                    width: 0%;
                    z-index: 111;
                    -moz-transition-duration: .35s;
                    -o-transition-duration: .35s;
                    -webkit-transition-duration: .35s;
                    transition-duration: .35s
                }

                header nav ol li a:visited:after {
                    content: '';
                    opacity: 1
                }

                header nav ol li a:hover {
                    color: var(--lightburgundy); /*iwc changed from #16c1f3*/
                }

                    header nav ol li a:hover:after {
                        content: '';
                        opacity: 1;
                        width: 80%;
                        left: 10%;
                        transition: all .3s
                    }

                header nav ol li a.active {
                    color: var(--grey); /*iwc changed from #58585a*/
                }

                    header nav ol li a.active:after {
                        content: '';
                        opacity: 1;
                        width: 80%;
                        left: 10%;
                        transition: all .3s
                    }

                    header nav ol li a.active, header nav ol li a.active:visited {
                        color: var(--lightburgundy); /*iwc changed from #16c1f3*/
                    }

                        header nav ol li a.active:visited:after {
                            content: '';
                            opacity: 1;
                            width: 80%;
                            left: 10%;
                            transition: all .3s
                        }

        header nav ol ul.submenu {
            background-color: rgb(64 64 64 / 0.93); /*iwc rgba(0, 0, 0, .7)*/
            display: none;
            left: 0;
            padding: 0 0;
            position: absolute;
            top: 100%;
            width: 200px;
            -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, .05);
            -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, .05);
            box-shadow: 0 1px 1px 2px rgba(0, 0, 0, .05)
        }

            header nav ol ul.submenu li {
                display: block;
                width: 100%;
                border-bottom: 1px solid rgba(255, 255, 255, .5)
            }

                header nav ol ul.submenu li:last-child {
                    border-bottom: none
                }

                header nav ol ul.submenu li a {
                    color: #fff;
                    line-height: 25px;
                    padding: 10px 10px;
                    text-decoration: none
                }

                    header nav ol ul.submenu li a:after {
                        content: '';
                        display: none
                    }

                    header nav ol ul.submenu li a:hover {
                        color: #fff;
                        background-color: var(--lightburgundy); /*iwc #ed1164*/
                    }

                    header nav ol ul.submenu li a.button {
                        border: none;
                        color: #fff;
                        font-size: 18px;
                        margin: 0
                    }

                        header nav ol ul.submenu li a.button:hover {
                            background: 0 0;
                            color: grey
                        }

                header nav ol ul.submenu li:before {
                    content: ""
                }

    header nav .dimmer {
        left: 100%;
        z-index: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 50px;
        background-color: rgba(0, 0, 0, .7);
        display: none
    }

        header nav .dimmer.active {
            display: block;
            left: 0
        }

    header nav .hamburger {
        display: none;
        z-index: 1
    }

header .contentHolder {
    background: url(../images/head-bg.jpg) repeat-x;
    padding-left: 25px;
    padding-right: 25px; /*iwc1*/
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

    header .contentHolder .logo a img {
        max-height: 50px;
        transition: all .3s;
    }

header .logo {
    float: left;
    margin-right: auto;
    max-width: 350px
}

.no-scrolling {
    overflow: hidden;
    position: fixed
}

.login_btn {
    position: relative
}

.login-form {
    position: absolute;
    top: 40px;
    right: 10px;
    background: #f1f1f1;
    padding: 15px 15px;
    width: 300px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 19px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 19px 0 rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 19px 0 rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 19px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 19px 0 rgba(0, 0, 0, .5);
    display: none
}

    .login-form h6 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 10px;
        width: 100%;
        float: left
    }

    .homepage-lead-banner video, .login-form form {
        width: 100%;
        float: left
    }

        .login-form form input[type=email], .login-form form input[type=password], .login-form form input[type=text] {
            width: 100%;
            float: left;
            border: none;
            background: #fff;
            border-radius: 10px;
            margin-bottom: 10px;
            height: 30px;
            padding: 0 15px
        }

.remember-me, a.forgot-password {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

    .remember-me label {
        font-weight: 400;
        font-size: 16px;
        color: #484848
    }

.login-form button {
    float: left;
    margin-bottom: 10px;
    background: #484848;
    color: #fff;
    border-radius: 15px;
    height: 30px;
    border: none;
    padding: 0 25px;
    font-size: 17px;
    transition: all .3s
}

    .login-form button:hover {
        background: var(--burgundy); /*iwc #ed1164*/
        transition: all .3s
    }

.login-form a {
    color: var(--burgundy); /*iwc #ed1164*/
    font-size: 16px
}

.login-form p {
    color: #484848;
    font-size: 16px;
    width: 100%;
    float: left
}

.login-form .check-box {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    color: #6c6c6c;
    font-weight: 400;
    line-height: 19px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .login-form .check-box input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0
    }

.login-form .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #fff;
    border: 1px solid #b7b7b7
}

.login-form .check-box .checkmark:after {
    left: 5px;
    top: 2px;
    width: 7px;
    height: 11px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.login-form .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.login-form:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 25px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #484848
}

.banner-text-caption ul, .homepage-lead-banner, .homepage-lead-banner img {
    width: 100%;
    height: auto;
    float: left
}

.banner-text-caption {
    position: absolute;
    top: 25%;
    left: 5%;
    width: 480px
}

    .banner-text-caption p {
        font-size: 24px;
        line-height: 30px;
        color: #27a9e1;
        margin-bottom: 10px;
        width: 100%;
        float: left
    }

    .banner-text-caption ul li {
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 15px;
        font-size: 65px;
        line-height: 60px;
        font-weight: 700;
        color: #fff
    }

    .banner-text-caption h1 {
        width: 255px;
        float: right;
        text-align: center;
        font-size: 24px;
        line-height: 20px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px
    }

    .banner-text-caption a {
        float: right;
        width: 255px;
        background: var(--burgundy); /*#ed1164*/
        color: #fff;
        height: 46px;
        border-radius: 25px;
        text-align: center;
        font-size: 24px;
        line-height: 46px;
        padding: 0 15px 0 15px;
        position: relative;
        transition: all .3s
    }

        .banner-text-caption a:before {
            position: absolute;
            top: 6px;
            right: 8px;
            content: url(../images/video-watch-icon.png)
        }

        .about-invoicemart a:focus, .about-invoicemart a:hover, .banner-text-caption a:focus, .banner-text-caption a:hover, .viewmore_btn:focus, .viewmore_btn:hover {
            background: var(--grey); /*iwc #27a9e1*/
            transition: all .3s;
            color: #fff
        }

.about-invoicemart {
    padding: 50px 0 70px 0
}

    .about-invoicemart p {
        padding: 30px 0 20px 0;
        font-size: 15px; /*iwc 20px*/
        line-height: 24px;
        color: #767676
    }

    .about-invoicemart a {
        width: 208px;
        height: 37px;
        text-align: center;
        border-radius: 25px;
        line-height: 37px;
        background: var(--burgundy); /*iwc #ed1164*/
        font-size: 17px;
        color: #fff;
        display: table;
        float: initial;
        margin: 0 auto;
        transition: all .3s
    }

.benifits-bg {
    padding: 50px 0;
    /*background-image: linear-gradient(to bottom right, #e2e2e2, #f8f8f8);*/
    /*background:rgb(216 216 216 / 0.33);*/
    background: url(../images/benefits-bg.jpg) bottom no-repeat;
    background-size: cover
}

.scroll-page {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -50px
}

    .scroll-page a {
        width: 100px;
        text-align: center;
        float: left
    }

        .scroll-page a img {
            width: 25px;
            height: auto;
            display: inline-block;
            float: none !important;
            margin-bottom: 5px;
            margin-right: -7px;
            vertical-align: middle
        }

        .scroll-page a span {
            width: 100%;
            text-align: center;
            font-size: 14px;
            line-height: 16px;
            color: #fff;
            float: left
        }

.modal-open .modal {
    overflow-y: hidden
}

.material-tabs {
    display: block;
    float: left;
    padding: 16px;
    padding-top: 0;
    width: 100%;
    position: relative;
    margin-top: 50px;
    border-radius: 2px
}

.visible {
    position: relative;
    opacity: 1;
    width: 100%;
    height: auto;
    float: left;
    transition: opacity .35s ease;
    z-index: 3
}

.hidden {
    position: absolute;
    opacity: 0;
    z-index: 0;
    transition: opacity 0s ease
}

[class*=tabbed-section-] {
    float: left;
    color: #000
}

    [class*=tabbed-section-] img {
        display: inline-block;
        margin-bottom: 10px
    }

.tabbed-section__selector {
    position: relative;
    padding: 0;
    width: 100%;
    width: 480px;
    margin: 0 auto;
    height: 40px
}

    .tabbed-section__selector [class*="-tab-"] {
        float: left;
        display: block;
        text-align: center;
        font-weight: 400;
        width: 140px;
        text-decoration: none;
        color: #252525;
        font-size: 20px;
        line-height: 26px;
        margin: 0 10px;
        padding: 0 5px
    }

    .tabbed-section__selector a:first-child {
        border-top-left-radius: 2px
    }

    .tabbed-section__selector a:last-of-type {
        border-top-right-radius: 2px
    }

.tabbed-section__highlighter {
    position: absolute;
    z-index: 10;
    bottom: 0;
    height: 10px;
    border-radius: 5px;
    background: var(--burgundy); /*#27a9e1*/
    max-width: 140px;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: block;
    left: 0;
    transition: -webkit-transform .23s ease;
    transition: transform .23s ease;
    transition: transform .23s ease, -webkit-transform .23s ease
}

.tabbed-section__selector-tab-3.active ~ .tabbed-section__highlighter {
    -webkit-transform: translateX(330px);
    transform: translateX(330px)
}

.tabbed-section__selector-tab-2.active ~ .tabbed-section__highlighter {
    -webkit-transform: translateX(170px);
    transform: translateX(170px)
}

.tabbed-section__selector-tab-1.active ~ .tabbed-section__highlighter {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.benifits-list img {
    display: inline-block;
    margin-bottom: 10px
}

.benifits-list h6 {
    margin-bottom: 5px;
    font-weight: 700
}

.benifits-list p {
    /*font-size:18px;
	line-height:24px;*/
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #767676
}

    .benifits-list p:last-child {
        margin-bottom: 0
    }

.benifits-tab-btn {
    position: relative;
    margin-bottom: 50px
}

    .benifits-tab-btn:before {
        position: absolute;
        bottom: 3px;
        left: 0;
        width: 100%;
        height: 2px;
        background: var(--burgundy); /*#27a9e1*/
        content: ''
    }

.tabs-list {
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative
}

    .tabs-list:before {
        position: absolute;
        bottom: 8px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #ffffff; /*#27a9e1*/
        content: ''
    }

.tab-content {
    width: 100%;
    float: left;
    min-height: 180px
}

#tabs ul li a {
    display: block;
    height: 30px;
    color: #252525;
    font-size: 14px;
    line-height: 24px;
    margin: 0 10px;
    padding: 0 5px
}

#tabs.ui-tabs .ui-tabs-panel {
    padding: 0
}

#tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 10px 0
}

.tab-pane.active.in {
    display: block !important
}

#tabs ul {
    position: relative;
    padding: 0;
    width: 100%;
    width: 415px;
    margin: 0 auto;
    height: 40px;
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 50px
}

    #tabs ul li {
        list-style: none
    }

        #tabs ul li:first-child a {
            width: 113px;
            margin-left: 0;
            text-align: center;
            background: 0 0;
            border: none
        }

.nav-tabs > li, .nav-tabs > li a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: 0 0;
    border: none
}

table tr td {
    padding: 5px 10px
}

.loaders {
    height: 20px;
    position: absolute;
    top: 5px;
    right: 50px;
    display: grid;
    place-items: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.loader-tadpole {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: relative
}

    .loader-tadpole::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        color: #fff;
        box-shadow: inset -5px 0 0 5px currentColor;
        clip: rect(0,20px,10px,0);
        -webkit-animation: tadpole 1s infinite linear;
        animation: tadpole 1s infinite linear
    }

@-webkit-keyframes tadpole {
    0% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        box-shadow: inset -5px 0 0 5px currentColor
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        box-shadow: inset -1px 0 0 1px currentColor
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        box-shadow: inset -5px 0 0 5px currentColor
    }
}

@keyframes tadpole {
    0% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        box-shadow: inset -5px 0 0 5px currentColor
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        box-shadow: inset -1px 0 0 1px currentColor
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        box-shadow: inset -5px 0 0 5px currentColor
    }
}

#tabs ul li.nav-tab {
    list-style: none;
    color: #555;
    cursor: pointer;
    float: left
}

#hinter {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    background-color: #409eff;
    border-radius: 2px
}

#hinter {
    position: absolute;
    bottom: -5px;
    left: 0;
    top: inherit;
    height: 10px;
    background-color: var(--burgundy); /*#27a9e1*/
    border-radius: 5px
}

    #hinter:after {
        position: absolute;
        display: block;
        top: 50%;
        right: 50%;
        color: #fff;
        margin-top: 7px;
        text-align: center;
        margin-right: -8px;
        width: 30px;
        height: 16px
    }

.tab_title p {
    color: #fff;
    margin-bottom: 60px
}

#tabs ul li a:focus, #tabs ul li a:hover {
    background: 0 0;
    border: none
}

.advantages {
    padding: 50px 0
}

.advantages-list {
    margin-top: 70px;
    text-align: center
}

    .advantages-list img {
        display: inline-block;
        margin-bottom: 15px
    }

    .advantages-list h6 {
        font-size: 15px;
        line-height: 18px;
        padding: 0 40px;
        color: #767676;
    }

.advantages-icon {
    max-width: 20%;
    width: 100px;
    float: left;
    padding-right: 25px
}

.advantages-desc {
    width: 70%;
    float: left
}

    .advantages-desc h6 {
        font-weight: 700
    }

    .advantages-desc p {
        /*font-size: 18px;
		line-height: 26px;*/
        font-size: 15px;
        line-height: 22px;
        margin-top: 10px;
    }

.financial-banner {
    background-image: url(../images/financial-partner-bg.webp);
    padding: 50px 0 100px 0;
    background-position: bottom center;
    background-size: cover;
    margin-top: 70px;
}

.aarogya-setu {
    background-image: url(../images/arogya_sethu_banner.jpg);
    background-position: bottom center;
    background-size: cover;
    padding: 95px 0 100px 0;
    margin: 105px 0px 0px 0px;
}

.financial-partner {
    overflow: visible !important
}

    .financial-partner h2 {
        color: #fff;
        font-weight: 800;
        font-family: 'Lato', sans-serif;
        /*iwc font-family:Montserrat, sans-serif*/
    }

.financial-partner-slider {
    margin-top: 70px
}

.finacial-slides .slick-slide, .finacial-slides-small .slick-slide, .finacial-slides-medium .slick-slide {
    margin: 0 10px
}

    .finacial-slides .slick-slide .slide, .finacial-slides-small .slick-slide .slide, .finacial-slides-medium .slick-slide .slide {
        text-align: center;
        padding: 10px;
        background: #fff;
        border-radius: 5px
    }

        .finacial-slides .slick-slide .slide img, .finacial-slides-medium .slick-slide .slide img, .finacial-slides-small .slick-slide .slide img {
            display: inline-block
        }


.finacial-slides {
    display: none;
}

.finacial-slides-medium {
    display: none;
}

.finacial-slides-small {
    display: none;
}

/*here slides*/

@media (max-width: 630px) {
    .finacial-slides {
        display: none;
    }

    .finacial-slides-medium {
        display: none;
    }

    .finacial-slides-small {
        display: block;
    }
}


/*@media only screen and (max-width:1024) and (min-width:630) {*/
@media (min-width: 631px) and (max-width: 1024px) {
    .finacial-slides {
        display: none;
    }

    .finacial-slides-small {
        display: none;
    }

    .finacial-slides-medium {
        display: block;
    }
}

@media (min-width: 1025px) {
    .finacial-slides {
        display: block;
    }

    .finacial-slides-small {
        display: none;
    }

    .finacial-slides-medium {
        display: none;
    }
}



.latest-invoicemart-bg {
    background: #f1f1f1;
    background: -moz-linear-gradient(left, rgba(241, 241, 241, 1) 0, rgba(241, 241, 241, 1) 66%, rgba(88, 88, 91, 1) 66%, rgba(88, 88, 91, 1) 66%, rgba(88, 88, 91, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(241, 241, 241, 1) 0, rgba(241, 241, 241, 1) 66%, rgba(88, 88, 91, 1) 66%, rgba(88, 88, 91, 1) 66%, rgba(88, 88, 91, 1) 100%);
    background: linear-gradient(to right, rgba(241, 241, 241, 1) 0, rgba(241, 241, 241, 1) 66%, rgba(88, 88, 91, 1) 66%, rgba(88, 88, 91, 1) 66%, rgba(88, 88, 91, 1) 100%)
}

.latest-invoicemart-colm {
    display: flex
}

.testimonials-slides {
    padding: 30px 0
}

.testimonials {
    background: #58585b;
    padding: 45px 15px 20px 30px
}

    .testimonials h2 {
        width: 100%;
        float: left;
        color: #fff
    }

.testimonials-people-icon {
    position: relative;
    float: left
}

    .testimonials-people-icon img.people-img {
        border-radius: 49%
    }

    .testimonials-people-icon .people-comment {
        position: absolute;
        top: 0;
        right: -50px;
        width: 70px;
        height: auto
    }

.testimonials-desc p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    margin-top: 30px
}

.testimonials-desc span {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
    margin-top: 20px;
    width: 100%;
    float: left
}

.testimonials-slides .slick-dots {
    margin-top: 50px;
    margin-bottom: 30px;
    float: left
}

    .testimonials-slides .slick-dots li {
        display: inline-block;
        float: left;
        margin: 0 5px
    }

        .testimonials-slides .slick-dots li button {
            background: 0 0;
            border: 1px solid #fff; /* #27a9e1*/
            font-size: 0;
            outline: 0;
            box-shadow: none;
            border-radius: 50%;
            width: 18px;
            height: 18px
        }

        .testimonials-slides .slick-dots li.slick-active button {
            background: #fff; /*#27a9e1*/
        }

.latest-invoicemart {
    background: #f1f1f1;
    padding: 45px 20px 20px 15px
}

.latest-invoicemart-fbpost {
    width: 50%;
    height: auto;
    float: right
}

.latest-invoicemart-content {
    margin-top: 30px
}

.latest-invoicemart-list {
    width: 50%;
    float: left;
    padding-right: 20px
}

.latest-invoicemart-list-row {
    padding: 15px 0;
    border-top: 1px solid #dadada
}

    .latest-invoicemart-list-row:first-child {
        padding-top: 0;
        border-top: none
    }

    .latest-invoicemart-list-row span {
        font-size: 14px;
        line-height: 18px;
        color: #767676
    }

    .latest-invoicemart-list-row h6 a {
        color: #000;
        font-weight: 400;
        transition: all .3s
    }

        .latest-invoicemart-list-row h6 a:hover {
            color: #27a9e1
        }

.more-update {
    float: left;
    margin-top: 15px;
    background: var(--burgundy); /*iwc #ed1164*/
    height: 30px;
    border-radius: 25px;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    padding: 0 30px;
    margin-bottom: 10px;
    transition: all .3s
}

    .more-update:hover {
        background: var(--charcoal); /*iwc #27a9e1*/
        color: #fff;
        transition: all .3s
    }

.parallax-container {
    width: 100%;
    float: left
}

.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.lead-banner {
    margin-top: 70px;
    overflow: hidden
}

.inner-banner {
    height: 430px;
    position: relative
}

.inner-banner-content h1 {
    font-weight: 700
}

.about-lead-banner.jarallax {
    background-image: url(../images/about-lead-banner.jpg)
}

.inner-banner-content {
    position: absolute;
    bottom: 70px; /*from 30px iwc*/
    left: 0;
    width: 100%;
    height: auto
}
.imgbanner{
    position:absolute;
    top:80px;
}
    .imgbanner .img1{
        max-height:200px;
        max-width:auto;
    }
@media (max-width: 767.98px) {
    /* mobile & small tablet */
    .imgbanner {
        position: absolute;
        top: 140px;
    }
    .imgbanner .img1 {
        max-height: 130px;
        max-width: auto;
    }
}
    .imgbanner div {
        text-align: center
    }

    .parallax_box_img {
        background-size: cover
    }

.inner-banner-content h1 span {
    width: 100%;
    float: left;
    font-size: 40px;
    line-height: 40px
}

.about-sec-bg {
    background: #fff;
    padding-bottom: 50px;
    overflow: hidden
}

.about-financier {
    margin-top: 50px;
    padding-left: 15px
}

    .about-financier p {
        color: #767676;
        margin-bottom: 35px;
    }

        .about-financier p:last-child {
            margin-bottom: 0
        }

.about-financier-img {
    margin-top: 50px
}

    .about-financier-img img {
        float: right
    }

.seller-img {
    margin-top: 60px
}

.seller-desc {
    padding-right: 15px
}

    .seller-desc p {
        background: #58585a;
        padding: 50px 60px;
        color: #fff;
        font-size: 18px;
        line-height: 28px
    }

.adoptbox1, .adoptbox1 div, .adoptbox1 p, .adoptbox1 ul.list-group, .adoptbox1 li.list-group-item {
    background:#fff!important;
    color:#000!important
}

    .adoptbox1 div  {
        padding: 80px 30px;
        text-align: left !important
    }
    .adoptbox1 li.list-group-item {
        text-align: left !important;
        color: #034ea1 !important;
        font-size:16px;
        padding-top:3px;
        padding-bottom:3px;
    }

    .seller-desc p span {
        color: var(--lightburgundy);
        font-weight: 700
    }

.text-adopt-blue{
    color:#034ea1!important;
}
.adoptbox2, .adoptbox2 p {
    background: #58585a;
    color: #fff !important
}
    .adoptbox2 p {
        padding: 80px 30px;
        padding-bottom:0;
    }

    .adoptbox2 a{
        border-radius:25px;
        padding: 0 20px;
        padding-bottom:3px;
        color:#000!important;
        border:1px solid var(--burgundy);
    }

    .adoptbox2 a:hover {
        color: #fff !important;
        border: 1px solid #a3a3a3;
        background:#a3a3a3;
    }

    .board-directors {
        padding: 60px 0 20px 0;
        overflow: hidden
    }

    .board-directors h2, .promoters h2, .regional-title h2 {
        width: 100%;
        text-align: center
    }

    .board-directors hr {
        width: 230px;
        height: 1px;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 65px;
        background: var(--burgundy); /*iwc #ed1164*/
        border: none
    }

.board-directors-colm {
    margin-bottom: 40px
}

    .board-directors-colm a {
        display: block;
        text-align: center
    }

        .board-directors-colm a img {
            border-radius: 50%;
            display: inline-block;
            margin-bottom: 10px
        }

        .board-directors-colm a p {
            width: 100%;
            float: left;
            display: inline-block;
            font-size: 24px;
            line-height: 28px;
            color: #000;
            margin-bottom: 40px;
        }

            .board-directors-colm a p span {
                font-size: 18px;
                line-height: 22px;
                color: #767676;
                margin-top: 5px;
                width: 100%;
                float: left
            }

            .board-directors-colm a p.plus-btn {
                position: absolute;
                bottom: 0px;
                right: 0px;
                left: 0;
                padding: 0px;
                border-radius: 50%;
                width: 30px;
                height: 30px;
                text-align: center;
                line-height: 30px;
                color: var(--burgundy);
                font-size: 16px;
                background: #fff;
                border: solid 1px var(--burgundy);
                transition: all 0.3s;
                margin: 0 auto;
            }

        .board-directors-colm a:hover p.plus-btn {
            color: var(--grey);
            transition: all 0.3s;
            border: solid 1px var(--grey)
        }

#myModal1 .modal-prev-next .btn-prev, #myModal8 .modal-prev-next .btn-next {
    display: none
}

.promoters-bg {
    padding: 55px 0 45px 0;
    background: url(../images/burgundy-bg.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden
}

.promoters_sub_head {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    color: #fff;
    /*iwc font-family: Montserrat, sans-serif*/
}

.promoters hr, .regional-title hr {
    width: 150px;
    height: 1px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    background: var(--burgundy); /*iwc #ed1164*/
    border: none
}

.promoters-colm:first-child {
    padding-right: 30px
}

.promoters-colm:last-child {
    padding-left: 30px
}

.promoters-colm {
    text-align: left;
    margin: 35px 0 0 0
}

    .promoters-colm p {
        font-size: 15px; /*18px*/
        /*color:#000;*/
        line-height: 22px;
        color: #fff;
    }

    .promoters-colm center {
        margin-bottom: 20px
    }

.footer-bg {
    background: var(--lightgrey) !important; /*iwc #dedede*/
    border-top: 8px solid #a6a6a6;
    padding: 50px 0;
}

.footer-menu ul.menu-list {
    width: 50%;
    float: left
}

    .footer-menu ul.menu-list li {
        width: 60%;
        height: auto;
        float: left;
        border-bottom: 1px solid #767676
    }

        .footer-menu ul.menu-list li a {
            display: block;
            /*font-family: Montserrat, sans-serif;*/
            font-family: 'Lato', sans-serif;
            font-size: 14px;
            text-transform: uppercase;
            line-height: 20px;
            padding: 5px 0;
            color: #000;
            font-weight: 700;
            position: relative;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            transition: all .3s;
            -o-transition: all .3s;
            -ms-transition: all .3s;
            text-decoration: none;
        }

            .footer-menu ul.menu-list li a:hover, .location ul li a:hover {
                color: var(--burgundy); /*#ed1164*/
                transition: all .3s
            }

        .footer-menu ul.menu-list li:last-child {
            border-bottom: none
        }

.download-mobileapp {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 25px
}

    .download-mobileapp p {
        font-size: 15px;
        line-height: 22px;
        text-transform: uppercase;
        color: #767676;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
        /*font-family: Montserrat, sans-serif;*/
        margin-bottom: 10px
    }

    .download-mobileapp a {
        float: left
    }

        .download-mobileapp a:last-child {
            margin-left: 5px
        }

.location {
    width: 55%;
    height: auto;
    float: left
}

.follow-subscribe {
    width: 40%;
    height: auto;
    float: right
}

.footer-menu ul.menu-list li a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid var(--burgundy); /*iwc #ed1164*/
    left: 0;
    top: 12px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s
}

.footer-menu ul.menu-list li a:hover::before {
    left: 5px;
    visibility: visible;
    opacity: 1
}

.footer-menu ul.menu-list li a:hover {
    padding-left: 15px;
    color: var(--burgundy); /*iwc #ed1164*/
}

.newsletter {
    width: 100%;
    height: auto;
    float: left
}

.location p {
    width: 100%;
    float: left;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: #767676
}

.location ul {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 25px
}

    .location ul li {
        margin-bottom: 5px
    }

        .location ul li, .location ul li a {
            font-size: 14px;
            line-height: 24px;
            color: #000;
            font-family: 'Lato', sans-serif;
            transition: all .3s
        }

            .location ul li a img, .location ul li img {
                margin-right: 5px
            }

.follow-subscribe h3 {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #767676;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    float: left
}

    .follow-subscribe h3 span {
        width: 100%;
        height: auto;
        float: left;
        font-weight: 400;
        text-transform: lowercase
    }

.footer-social-link {
    width: 100%;
    float: left;
    margin: 10px 0 60px 0
}

    .footer-social-link li {
        float: left;
        margin-right: 15px
    }

        .footer-social-link li a {
            color: #252525;
            font-size: 24px;
            transiton: all .3s
        }

.subscribe-form {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
    position: relative
}

    .subscribe-form input[type=email], .subscribe-form input[type=text] {
        width: 100%;
        height: 32px;
        background: #ebebeb;
        border-radius: 25px;
        border: none;
        outline: 0;
        padding-left: 15px;
        padding-right: 55px;
        font-size: 14px;
        font-family: 'Lato', sans-serif;
        color: #767676;
        font-weight: 400
    }

    .subscribe-form input[type=submit] {
        width: 55px;
        height: 32px;
        position: absolute;
        top: 0;
        right: 0;
        background: url(../images/email-submit-icon.png) center no-repeat;
        font-size: 0;
        border: none;
        outline: 0
    }

.copyright-bg {
    background: var(--burgundy); /*iwc changed from pink*/
    /*margin-top:80px*/
}

.treds-logo {
    margin-top: 10px;
    width: 100px;
    height: auto
}

.treds-logo-header {
    float: left;
    margin-left: 15px; /*iwc1 25px*/
    width: 120px;
    height: auto;
}

.designed-by {
    float: right;
    padding: 5px 0
}

.copyright ul {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    /*float:left;
	margin-left:10px;
	margin-top:13px*/
}

    .copyright ul li {
        /*float: left;*/
        font-family: 'Lato', sans-serif;
        font-size: 15px;
        color: rgba(255, 255, 255, 1); /*iwc rgba(255, 255, 255, .51);*/
        line-height: 20px;
        padding: 0 10px;
        border-left: 1px solid rgba(255, 255, 255, 1)
    }

        .copyright ul li a {
            font-family: 'Lato', sans-serif;
            font-size: 15px;
            color: rgba(255, 255, 255, 1); /*iwc rgba(255, 255, 255, .51);*/
            line-height: 20px;
            transition: all .3s;
            text-decoration: none
        }

            .copyright ul li a:hover {
                transition: all .3s;
                color: var(--lightgrey);
            }

        .copyright ul li:first-child {
            border-left: none
        }

.imgfooter {
    width: 100px;
    height: auto;
}

.modal-prev-next {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0
}

    .modal-prev-next .btn-prev {
        float: left;
        width: 23px;
        height: 42px;
        background: url(../images/prev-arrow.png) left no-repeat;
        background-size: cover;
        margin-left: 10px
    }

    .modal-prev-next .btn-next {
        float: right;
        width: 23px;
        height: 42px;
        background: url(../images/next-arrow.png) right no-repeat;
        background-size: cover;
        margin-right: 10px
    }

.board-directors-modal .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.board-directors-img img {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 50%;
    border: 3px solid var(--burgundy);
}

.directors-details {
    padding: 40px 10px
}

.directors-desc {
    height: 400px;
    overflow: auto
}

    .directors-desc h5 {
        color: var(--lightburgundy); /*#16c1f3*/
        margin-bottom: 0px;
        width: 100%;
        height: auto;
        float: left
    }

        .directors-desc h5 span, .directors-desc span p {
            width: 100%;
            height: auto;
            float: left;
            font-size: 18px;
            color: #5c5c5c;
            font-style: italic;
            font-weight: 400
        }

    .directors-desc p {
        color: #000;
        margin-bottom: 30px
    }

.modal-prev-next button, .modal-prev-next button:focus {
    border: none;
    font-size: 0;
    outline: 0;
    background-color: transparent
}

.modal-dialog.modal-dialog-centered button.close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: var(--burgundy); /*iwc #ed1164*/
    width: 30px;
    height: 30px;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    outline: 0;
    box-shadow: none
}

    .modal-dialog.modal-dialog-centered button.close span {
        line-height: 25px;
        width: 30px;
        height: 30px;
        display: block;
        font-size: 25px
    }

.modal-body.full-float, .modal-content.full-float {
    overflow: visible;
    display: inherit
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: var(--lightburgundy); /*#16c1f3*/
    background-color: var(--lightburgundy); /*#16c1f3*/
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--burgundy); /*iwc #ed1164*/
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
    width: 6px
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--burgundy); /*iwc #ed1164*/
    /*background-color:#ed1164;*/
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: var(--burgundy); /*iwc #ed1164*/
    /*background-color:#ed1164;*/
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

#search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate(0, -100%) scale(0, 0);
    -moz-transform: translate(0, -100%) scale(0, 0);
    -ms-transform: translate(0, -100%) scale(0, 0);
    -o-transform: translate(0, -100%) scale(0, 0);
    transform: translate(0, -100%) scale(0, 0);
    opacity: 0;
    display: none
}

    #search.open {
        -webkit-transform: translate(0, 0) scale(1, 1);
        -moz-transform: translate(0, 0) scale(1, 1);
        -ms-transform: translate(0, 0) scale(1, 1);
        -o-transform: translate(0, 0) scale(1, 1);
        transform: translate(0, 0) scale(1, 1);
        opacity: 1;
        z-index: 999;
        display: block
    }

    #search input[type=search] {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -51px;
        width: 60%;
        height: 62px;
        margin-left: 20%;
        color: #fff;
        background: 0 0;
        border-top: 1px solid rgba(255, 255, 255, .8);
        border-bottom: 2px solid rgba(255, 255, 255, .5);
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
        font-size: 26px;
        font-weight: 300;
        text-align: center;
        outline: 0;
        padding: 10px;
        text-align: left;
        padding-right: 45px
    }

    #search input[type=button], #search input[type=submit] {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -51px;
        width: 40px;
        height: 60px;
        margin-right: 20%;
        color: #fff;
        background: url(../images/search-icon.png) center no-repeat;
        font-size: 26px;
        font-weight: 300;
        text-align: center;
        outline: 0;
        padding: 10px;
        text-align: left;
        z-index: 2;
        color: transparent;
        border: 0
    }

    #search .close {
        position: fixed;
        top: 15px;
        right: 15px;
        opacity: 1;
        font-size: 40px;
        color: #fff
    }

        #search .close:hover {
            color: #fc2121;
            cursor: pointer
        }

.press-release-lead-banner.jarallax {
    background-image: url(../images/press-release-listing-lead.jpg);
    background-position: right top
}

.press-release-content {
    padding: 50px 0
}

.date-filter .input-group.date, .date-filter label {
    float: left;
    width: 180px;
    margin-right: 15px;
    background-color: #d8d8d8 !important;
    border-radius: 25px
}

.input-group-addon {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden
}

.date-filter {
    margin-bottom: 40px;
    width: 100%;
    float: left
}

    .date-filter .input-group.date input {
        background-color: #d8d8d8 !important;
        height: 36px;
        width: 100%;
        border-radius: 25px;
        border: none;
        outline: 0;
        padding: 0 20px;
        font-size: 16px;
        color: rgba(37, 37, 37, .5);
        line-height: 36px
    }

    .date-filter label input:-moz-placeholder, .date-filter label input:-ms-input-placeholder, .date-filter label input::-moz-placeholder, .date-filter label input::-webkit-input-placeholder {
        color: rgba(37, 37, 37, .5);
        background-color: #d8d8d8 !important
    }

    .date-filter input[type=button], .date-filter input[type=submit] {
        font-size: 16px;
        color: #fff;
        text-align: center;
        border-radius: 25px;
        height: 36px;
        margin-right: 10px;
        line-height: 36px;
        cursor: pointer;
        border: none;
        background: var(--burgundy); /*iwc #ed1164*/
        width: 81px;
        transition: all .3s;
        float: left
    }

.reset-btn {
    margin-left: 15px
}

.date-filter input[type=button]:hover, .date-filter input[type=submit]:hover {
    background: var(--grey);
    transition: all .3s
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month, .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    background: #fff url(../images/dateselect.png) 90% 55% no-repeat
}

.ui-datepicker.ui-corner-all {
    border-radius: 0;
    clip: inherit !important
}

.date-filter label input {
    background: #d8d8d8;
    font-weight: 400;
    height: 36px;
    width: 100%;
    border-radius: 25px;
    border: none;
    outline: 0;
    padding: 0 20px;
    font-size: 16px;
    color: rgba(37, 37, 37, .5);
    line-height: 36px
}

.ui-datepicker {
    border-width: 0;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

    .ui-datepicker.ui-corner-all {
        width: 280px
    }

    .ui-datepicker.ui-corner-all {
        border-radius: 0;
        clip: initial !important
    }

    .ui-datepicker .ui-datepicker-header {
        background: var(--burgundy); /*iwc #ed1164*/
        padding: 15px 0;
        border-width: 0
    }

    .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
        cursor: pointer;
        top: 15px
    }

        .ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
            background: 0 0;
            width: 0;
            height: 0;
            border-width: 5px 9px;
            border-style: solid;
            border-color: transparent;
            margin-top: 0;
            top: 32%
        }

        .ui-datepicker .ui-datepicker-prev span {
            left: 59%;
            border-right-color: #fff;
            border-left-width: 0
        }

        .ui-datepicker .ui-datepicker-next span {
            left: 67%;
            border-left-color: #fff;
            border-right-width: 0
        }

    .ui-datepicker .ui-datepicker-title {
        text-shadow: none
    }

        .ui-datepicker .ui-datepicker-title select {
            border: 0;
            height: 27px;
            width: 45%;
            width: calc(49% - 5px);
            font-family: 'Lato', sans-serif;
            /*font-family:Roboto, Helvetica, Arial, sans-serif;*/
            font-size: 14px;
            color: #414141;
            padding-left: 5px
        }

            .ui-datepicker .ui-datepicker-title select:focus {
                outline: 0
            }

        .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
            margin-right: 5px
        }

        .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
            margin-left: 5px
        }

    .ui-datepicker .ui-datepicker-buttonpane button {
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        background: #fff;
        border: 0;
        font-weight: 600;
        margin: 10px 5px;
        padding: 5px 12px;
        font-size: 16px;
        text-transform: uppercase
    }

        .ui-datepicker .ui-datepicker-buttonpane button[data-handler=today]:active, .ui-datepicker .ui-datepicker-buttonpane button[data-handler=today]:hover {
            opacity: 1;
            color: #4f4f4f
        }

        .ui-datepicker .ui-datepicker-buttonpane button[data-handler=hide]:active, .ui-datepicker .ui-datepicker-buttonpane button[data-handler=hide]:hover {
            color: var(--burgundy); /*iwc #ed1164*/
        }

    .ui-datepicker table {
        margin-top: .625rem;
        font-family: 'Lato', sans-serif;
        /*font-family:Roboto, Helvetica, Arial, sans-serif;*/
        font-size: 14px
    }

    .ui-datepicker th {
        font-weight: 600;
        text-transform: uppercase
    }

        .ui-datepicker th.ui-datepicker-week-end * {
            color: var(--burgundy); /*iwc #ed1164*/
        }

    .ui-datepicker td a, .ui-datepicker td span {
        padding: .4em .2em;
        font-size: 14px;
        text-align: center
    }

    .ui-datepicker td .ui-state-default.ui-state-hover {
        border-color: transparent;
        text-shadow: none;
        background: var(--burgundy);
        color: #fff !important;
        font-weight: 400;
        color: inherit
    }

    .ui-datepicker td .ui-state-highlight {
        border-color: transparent
    }

    .ui-datepicker td .ui-state-active, .ui-datepicker td .ui-state-active.ui-state-highlight, .ui-datepicker td .ui-state-active.ui-state-hover {
        text-shadow: none;
        font-weight: 400;
        background: var(--burgundy);
        border-color: var(--burgundy);
        color: #fff
    }

    .ui-datepicker td.ui-datepicker-week-end * {
        color: #949494
    }

    .ui-datepicker td.ui-datepicker-week-end .ui-state-active {
        color: #fff
    }

    .ui-datepicker .ui-datepicker-today {
        border: solid 1px var(--burgundy);
    }

    .ui-datepicker .ui-widget-content {
        border-color: #e3e3e3
    }

        .ui-datepicker .ui-widget-content [type=button] {
            font-size: 14px;
            font-family: 'Lato', sans-serif;
            /*font-family:Roboto, Helvetica, Arial, sans-serif*/
        }

.ui-datepicker-trigger {
    margin: 10px
}

.datepicker.sample {
    margin-left: 0;
    display: none
}

.pressrelease-list {
    margin-bottom: 40px;
}

    .pressrelease-list:last-child {
        margin-bottom: 0
    }

    .pressrelease-list p.press-date {
        color: #252525;
        line-height: 20px;
        margin-bottom: 15px
    }

    .pressrelease-list p, .pressrelease-list span {
        font-weight: normal;
        color: #767676;
    }
    /*.pressrelease-list span {
	width:100%;
	float:left
}*/
    .pressrelease-list h4 {
        font-weight: 600;
        margin-bottom: 3px
    }

        .pressrelease-list h4 a {
            color: var(--burgundy); /*iwc #ed1164*/
            transition: all .3s
        }

            .blogs-list h3 a:hover, .download-link a:hover, .pressrelease-list h4 a:hover {
                color: var(--lightburgundy);
                transition: all .3s
            }

.pressrelease-pagination {
    position: relative
}

.pressrelease-btn {
    width: 20%;
    height: 37px;
    border: none;
    border-radius: 25px;
    font-size: 17px;
    color: #fff !important;
    line-height: 37px;
}

.pressrelease-pagination .previous-btn {
    float: left;
    background: var(--burgundy) url(../images/prev-listing.png) 8% 50% no-repeat;
    padding-left: 25px;
    padding-right: 15px;
    text-align: right;
    transition: all .3s
}

    .pressrelease-pagination .previous-btn:hover {
        background: var(--burgundy) url(../images/prev-listing.png) 8% 50% no-repeat;
        transition: all .3s
    }

.pressrelease-pagination .next-btn {
    float: right;
    background: var(--burgundy) url(../images/next-listing.png) 92% 50% no-repeat;
    padding-right: 25px;
    padding-left: 15px;
    text-align: left;
    transition: all .3s
}

    .pressrelease-pagination .next-btn:hover {
        background: var(--lightburgundy) url(../images/next-listing.png) 92% 50% no-repeat;
        transition: all .3s
    }

.pressrelease-pagination .pressrelease-pages {
    width: 60%;
    float: left
}

.press-pages {
    width: 110px;
    height: 37px;
    margin: 0 auto;
    border: 2px solid #d8d8d8;
    border-radius: 25px;
    overflow: hidden
}

    .press-pages input, .press-pages input[type=number] {
        width: 45%;
        height: 32px;
        float: left;
        border: none;
        padding: 0 5px;
        text-align: right;
        font-size: 17px;
        color: #000;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        -ms-appearance: none
    }

    .press-pages span {
        width: 55%;
        height: 36px;
        float: left;
        background: #d8d8d8;
        padding: 0 5px 0 15px;
        line-height: 32px;
        font-size: 17px;
        text-align: left;
        position: relative
    }

        .press-pages span:before {
            content: '/';
            font-size: 17px;
            color: #000;
            position: absolute;
            top: 1px;
            left: 3px
        }

.pressrelease-pagination:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #d8d8d8;
    z-index: -1;
    content: ''
}

.rhs h4 {
    color: #58585a;
    font-weight: 400;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px
}

.rhs h1:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%)
}

.rhs h1 span {
    font-size: 16px;
    display: block
}

.rhs p.head17 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 22px
}

.rhs ul.contact-list {
    width: 100%;
    float: left;
    margin-bottom: 65px
}

    .rhs ul.contact-list li {
        float: left;
        width: 100%;
        padding: 10px 0 10px 40px;
        color: var(--burgundy);
        font-size: 17px;
        border-bottom: 1px dashed #27a9e1;
        position: relative
    }

        .rhs ul.contact-list li a {
            color: var(--grey);
            transition: all .3s
        }

            .rhs ul.contact-list li a:hover {
                color: var(--burgundy); /*iwc #ed1164*/
                transition: all .3s
            }

        .rhs ul.contact-list li.rhsmail-icon:before {
            width: 40px;
            height: 100%;
            text-align: center;
            content: '';
            background: url(../images/rhs-mail-icon.png) center no-repeat;
            position: absolute;
            top: 0;
            left: 0
        }

        .rhs ul.contact-list li.rhsmob-icon:before {
            width: 40px;
            height: 100%;
            text-align: center;
            content: '';
            background: url(../images/rhs-mobile-icon.png) center no-repeat;
            position: absolute;
            top: 0;
            left: 0
        }

.dekstop_fbplugins {
    display: block
}

.mobile_fbplugins {
    display: none
}

.rhs ul.contact-list li:last-child {
    border-bottom: none
}

.rhs .profilelogo-download {
    width: 100%;
    margin-top: 0
}

.rhs .download-link {
    padding: 15px 0
}

    .rhs .download-link:first-child {
        padding-top: 0
    }

.no-lead {
    margin-top: 150px;
    margin-bottom: 50px
}

.press-article-title {
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative
}

    .press-article-title h4 {
        float: left;
        color: #58585a
    }

    .press-article-title a {
        float: right;
        font-size: 14px;
        color: #27a9e1;
        padding-left: 35px;
        padding-right: 10px;
        padding-top: 3px;
        padding-bottom: 3px;
        line-height: 20px;
        border: 1px solid var(--burgundy); /*iwc #ed1164*/
        border-radius: 20px;
        position: relative;
        margin-top: 5px;
        background: #fff;
        z-index: 1
    }

        .press-article-title a:before {
            position: absolute;
            top: 5px;
            left: 10px;
            content: url(../images/share-icon.png)
        }

        .press-article-title a:hover {
            color: var(--burgundy); /*iwc #ed1164*/
        }

    .press-article-title:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        content: '';
        background: -moz-linear-gradient(left, rgba(237, 17, 100, 1) 0, rgba(237, 17, 100, 0) 100%);
        background: -webkit-linear-gradient(left, rgba(237, 17, 100, 1) 0, rgba(237, 17, 100, 0) 100%);
        background: linear-gradient(to right, rgba(237, 17, 100, 1) 0, rgba(237, 17, 100, 0) 100%)
    }

.press-article h3 {
    color: var(--burgundy); /*iwc #ed1164*/
    font-weight: 700
}

    .press-article h3 span {
        font-size: 16px;
        line-height: 20px;
        color: #252525;
        font-weight: 300;
        width: 100%;
        float: left;
        margin-top: 10px
    }

.press-article-desc {
    margin-top: 35px
}

.article-caption-left {
    width: auto;
    float: left;
    margin: 10px 10px 10px 0
}

.press-article-desc p {
    margin-bottom: 20px
}

.press-article-desc {
    font-size: 17px;
    line-height: 24px;
    color: #000
}

    .press-article-desc h3 {
        font-size: 22px;
        line-height: 26px;
        font-weight: 700;
        margin-bottom: 20px
    }

.media-kit-lead-banner.jarallax {
    background-image: url(../images/media-kit-lead.jpg);
    background-position: center
}

.invoice-profile-logo h4 {
    color: #58585a;
    font-weight: 400
}

.profilelogo-download {
    width: 60%;
    height: auto;
    float: left;
    margin-top: 0
}

.download-link {
    margin: 20px 0;
    border-bottom: 1px solid #d8d8d8;
    cursor: pointer
}

    .download-link img {
        float: left;
        max-width: 25%;
        padding-right: 20px
    }

    .download-link p {
        float: left;
        max-width: 60%
    }

    .download-link a, .download-link span {
        float: right;
        max-width: 25%;
        margin-top: 10px;
        font-size: 15px;
        color: var(--burgundy); /*iwc #ed1164*/
        padding-right: 25px;
        position: relative;
        transition: all .3s
    }

        .download-link a:before, .download-link span:before {
            position: absolute;
            top: 2px;
            right: 0;
            content: url(../images/download-icon.png)
        }

    .download-link:last-child {
        border-bottom: none
    }

.invoice-profile-logo {
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--burgundy); /*#27a9e1;*/
    margin-bottom: 50px
}

    .invoice-profile-logo:last-child {
        border-bottom: none;
        margin-bottom: 0
    }

.download-link p span {
    font-size: 14px;
    color: #8c8c8c
}

.download-link:hover, .download-link:hover a, .download-link:hover p {
    color: #27a9e1;
    transition: all .3s
}

.blog-lead-banner.jarallax {
    background-image: url(../images/blog-lead.jpg)
}

.blogs-list {
    margin-bottom: 65px
}

    .blogs-list:last-child {
        margin-bottom: 0
    }

    .blogs-list p.press-date {
        color: #252525;
        line-height: 20px;
        margin-bottom: 15px
    }

    .blogs-list h3 {
        font-weight: 600;
        margin-bottom: 10px;
        width: 100%;
        float: left
    }

    .blogs-list span {
        width: 100%;
        float: left
    }

    .blogs-list h3 a {
        color: var(--burgundy); /*iwc #ed1164*/
        transition: all .3s
    }

    .blogs-list ul {
        width: 100%;
        float: left;
        margin-bottom: 10px
    }

        .blogs-list ul li {
            float: left;
            padding: 0 8px;
            border-left: 1px solid #252525;
            font-size: 16px;
            line-height: 20px;
            font-weight: 300;
            color: #252525
        }

            .blogs-list ul li:first-child {
                padding-left: 0;
                border-left: none
            }

            .blogs-list ul li:last-child {
                padding-right: 0
            }

a.blog-more {
    font-size: 17px;
    color: #fff;
    background: var(--burgundy); /*iwc #ed1164*/
    width: 170px;
    text-align: center;
    height: 37px;
    line-height: 37px;
    display: block;
    float: left;
    border-radius: 25px;
    margin-top: 15px;
    transition: all .3s
}

    a.blog-more:hover {
        background: var(--grey);
        transition: all .3s;
        color: #fff
    }

.article-caption-full {
    margin: 20px 0 30px 0
}

    .article-caption-full img {
        width: 100%;
        height: auto;
        float: left
    }

.tags-btn {
    margin-top: 30px
}

    .tags-btn h3 {
        font-size: 17px;
        font-weight: 700;
        line-height: 26px;
        margin-right: 15px;
        float: left;
        float: left;
        margin-bottom: 10px
    }

    .tags-btn a {
        float: left;
        line-height: 26px;
        font-size: 15px;
        color: #000;
        border: 2px solid #a6a6a6;
        height: 31px;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 0 20px;
        border-radius: 30px;
        transition: all .3s
    }

        .tags-btn a:hover {
            border: 2px solid var(--burgundy); /*iwc #ed1164*/
            color: #fff;
            background: var(--burgundy); /*iwc #ed1164*/
            transition: all .3s
        }

.leave-comment-bg {
    background: #f1f1f1;
    padding: 40px 0
}

.leave-comment h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600
}

.leave-comment p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300
}

.leave-comment form {
    width: 100%;
    float: left;
    margin: 20px 0
}

    .leave-comment form textarea {
        width: 100%;
        height: 80px;
        background: #fff;
        border-radius: 10px;
        padding: 5px 15px;
        border: none;
        outline: 0;
        resize: none;
        font-size: 17px;
        color: #878787;
        margin-bottom: 20px;
        float: left
    }

    .leave-comment form input[type=text] {
        width: 47%;
        height: 42px;
        float: left;
        background: #fff;
        border-radius: 10px;
        padding: 0 15px;
        font-size: 17px;
        color: #878787;
        margin-bottom: 20px;
        border: none
    }

    .leave-comment form input[type=email] {
        width: 47%;
        height: 42px;
        float: right;
        background: #fff;
        border-radius: 10px;
        padding: 0 15px;
        font-size: 17px;
        color: #878787;
        margin-bottom: 20px;
        border: none
    }

    .leave-comment form label.check-box {
        float: left
    }

    .leave-comment form .notify {
        width: 100%;
        float: left;
        margin-bottom: 5px
    }

    .leave-comment form input[type=button], .leave-comment form input[type=submit] {
        height: 37px;
        line-height: 37px;
        color: #fff;
        background: #484848;
        border-radius: 25px;
        font-size: 17px;
        padding: 0 35px;
        margin-bottom: 25px;
        float: left;
        margin-top: 10px;
        transition: all .3s;
        border: none
    }

        .leave-comment form input[type=button]:hover, .leave-comment form input[type=submit]:hover {
            background: var(--burgundy); /*iwc #ed1164*/
            transition: all .3s
        }

.check-box {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    color: #878787;
    font-weight: 400;
    line-height: 19px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .check-box a {
        color: #c12065;
        transition: all .3s
    }

    .check-box input {
        position: absolute;
        opacity: 0;
        cursor: pointer
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #fff;
    border: none;
    border-radius: 5px
}

.registration-content .check-box .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    border: solid 1px #838386
}

.check-box:hover input ~ .checkmark {
    background-color: #fff
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.check-box input:checked ~ .checkmark:after {
    display: block
}

.check-box .checkmark:after {
    left: 6px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid #484848;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.-s-lead-banner.jarallax {
    background-image: url(../images/how-it-works-lead.jpg);
    background-position: top
}

.factoring {
    background: #fff;
    padding: 50px 0
}

.factoring-title {
    text-align: center
}

    .factoring-title hr {
        width: 150px;
        height: 1px;
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 45px;
        background: var(--burgundy); /*iwc #ed1164*/
        border: none
    }

.factoring-slider-box {
    width: 50%;
    float: left
}

.factoring-slider-desc {
    width: 50%;
    float: right;
    padding-left: 60px
}

    .factoring-slider-desc p, .reverse-factoring-slider-desc p {
        /*color:#000*/
        color: #767676;
    }

.reverse-factoring {
    padding: 70px 0 50px 0
}

.reverse-factoring-slider-box {
    width: 50%;
    float: right
}

.reverse-factoring-slider-desc {
    width: 50%;
    float: left;
    padding-right: 60px
}

.partner-withus-bg {
    padding: 55px 0;
    background: url(../images/burgundy-bg.jpg) bottom no-repeat;
    background-size: cover;
    text-align: center
}

.howit-work-video-thumb {
    display: block
}

    .howit-work-video-thumb img {
        width: 100%;
        float: left;
        border-radius: 3px
    }

.partner-work h4 {
    width: 100%;
    float: left;
    text-align: center;
    margin: 15px 0 0 0;
    font-size: 30px;
    line-height: 30px
}

    .partner-work h4 p {
        width: 100%;
        float: left;
        text-align: center;
        margin: 0;
        font-size: 15px;
        line-height: 22px;
        color: #fff;
    }

.partner-work a.partner-btn {
    background: var(--burgundy); /*iwc #ed1164*/
    width: 180px;
    margin: 0 auto;
    float: initial;
    display: inline-block;
    border-radius: 20px;
    font-size: 17px;
    color: #fff;
    line-height: 37px;
    height: 37px;
    transition: all .3s;
    text-decoration: none;
}

    .partner-work a.partner-btn:hover {
        background: var(--charcoal);
        transition: all .3s
    }

.partner-withus-bg .video-wrapper {
    position: relative
}

    .partner-withus-bg .video-wrapper > video {
        width: 100%;
        vertical-align: middle
    }

        .partner-withus-bg .video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
            display: none
        }

.partner-withus-bg .video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: .95;
    cursor: pointer;
    transition: opacity 150ms
}

.video-js .vjs-big-play-button, video::-internal-media-controls-download-button {
    display: none
}

.factoring-colm {
    padding: 0 30px
}

.video-js {
    width: 100% !important;
    float: left;
    height: 415px !important;
    background: #fff !important;
}

.partner-withus-bg .video-overlay-play-button:hover {
    opacity: 1
}

.partner-withus-bg .video-overlay-play-button.is-hidden, .vjs-big-play-button {
    display: none
}

.cd-horizontal-timeline {
    opacity: 0;
    margin: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}

    .cd-horizontal-timeline::before {
        content: 'mobile';
        display: none
    }

    .cd-horizontal-timeline.loaded {
        opacity: 0
    }

    .cd-horizontal-timeline .timeline {
        position: relative;
        height: 30px;
        width: 80%;
        max-width: 80%;
        margin: 0 auto;
        display: none
    }

    .cd-horizontal-timeline .events-wrapper {
        position: relative;
        height: 100%;
        margin: 0 0;
        overflow: hidden
    }

    .cd-horizontal-timeline .events {
        position: absolute;
        z-index: 1;
        left: -70px;
        top: 15px;
        height: 2px;
        background: #27a9e1;
        -webkit-transition: -webkit-transform .4s;
        -moz-transition: -moz-transform .4s;
        transition: transform .4s
    }

    .cd-horizontal-timeline .filling-line {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: var(--burgundy); /*iwc #ed1164*/
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform .3s;
        -moz-transition: -moz-transform .3s;
        transition: transform .3s
    }

    .cd-horizontal-timeline .events a {
        position: absolute;
        bottom: -5px;
        z-index: 2;
        text-align: center;
        font-size: 14px;
        padding-bottom: 0;
        color: #000;
        line-height: 17px;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0)
    }

        .cd-horizontal-timeline .events a::after {
            content: '';
            position: absolute;
            left: 50%;
            right: auto;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: -5px;
            height: 25px;
            width: 25px;
            border-radius: 50%;
            color: #fff;
            z-index: -1;
            border: 2px solid #27a9e1;
            background-color: #f1f1f1;
            -webkit-transition: background-color .3s, border-color .3s;
            -moz-transition: background-color .3s, border-color .3s;
            transition: background-color .3s, border-color .3s
        }

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #7b9d6f;
    border-color: #7b9d6f
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
    color: #fff
}

    .cd-horizontal-timeline .events a.selected::after {
        background-color: var(--burgundy); /*iwc #ed1164*/
        border-color: var(--burgundy); /*iwc #ed1164*/
    }

.cd-horizontal-timeline .events a.older-event::after {
    border-color: var(--burgundy); /*iwc #ed1164*/
    background: var(--burgundy); /*iwc #ed1164*/
}

.cd-horizontal-timeline .events a.older-event {
    color: #fff
}

.cd-timeline-navigation {
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 9;
    left: 0;
    display: none
}

/*
    * Changes made in order to match text colors with new invoicemart logo
    * By nisha.u
    * On 05 - 01 - 2021
    *
*/
li.mainMenu a, header nav ol li a:visited, a#AboutActive::before, a#mediaActive::before {
    color: #97134c;
}

header nav ol ul.submenu li a:hover {
    background-color: #97134c;
}

.headsearch_btn {
    color: #97134c;
}

.copyright-bg {
    background: #97134c;
    /*margin-top:80px*/
}

.covid19-bg {
    background: #fff;
    padding: 0px;
    color: #97134c;
}
/**/


@media only screen and (min-width:1100px) {
    .cd-horizontal-timeline::before {
        content: 'desktop'
    }
}

.cd-timeline-navigation a {
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    background-color: var(--burgundy); /*iwc #ed1164*/
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    transition: border-color .3s
}

    .cd-timeline-navigation a::after {
        content: '';
        position: absolute;
        height: 16px;
        width: 16px;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background: url(../img/cd-arrow.svg) no-repeat 0 0
    }

    .cd-timeline-navigation a.prev {
        left: 0;
        background: var(--burgundy) url(../images/prev-listing.png) center no-repeat;
        transition: all .3s
    }

    .cd-timeline-navigation a.next {
        right: 0;
        background: var(--burgundy) url(../images/next-listing.png) center no-repeat;
        transition: all .3s
    }

.no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
    display: none
}

.cd-timeline-navigation a.prev:hover {
    background: #27a9e1 url(../images/prev-listing.png) center no-repeat;
    transition: all .3s
}

.cd-timeline-navigation a.next:hover {
    background: #27a9e1 url(../images/next-listing.png) center no-repeat;
    transition: all .3s
}

.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px
}

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
    -webkit-transition: height .4s;
    -moz-transition: height .4s;
    transition: height .4s;
    height: auto !important
}

    .cd-horizontal-timeline .events-content ol li {
        position: absolute;
        z-index: 1;
        width: 100%;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        padding: 10px 0;
        opacity: 0;
        -webkit-animation-duration: .4s;
        -moz-animation-duration: .4s;
        animation-duration: .4s;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

        .cd-horizontal-timeline .events-content ol li.selected {
            position: relative;
            z-index: 2;
            opacity: 1;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }

        .cd-horizontal-timeline .events-content ol li.enter-right, .cd-horizontal-timeline .events-content ol li.leave-right {
            -webkit-animation-name: cd-enter-right;
            -moz-animation-name: cd-enter-right;
            animation-name: cd-enter-right
        }

        .cd-horizontal-timeline .events-content ol li.enter-left, .cd-horizontal-timeline .events-content ol li.leave-left {
            -webkit-animation-name: cd-enter-left;
            -moz-animation-name: cd-enter-left;
            animation-name: cd-enter-left
        }

        .cd-horizontal-timeline .events-content ol li.leave-left, .cd-horizontal-timeline .events-content ol li.leave-right {
            -webkit-animation-direction: reverse;
            -moz-animation-direction: reverse;
            animation-direction: reverse
        }

        .cd-horizontal-timeline .events-content ol li > * {
            max-width: 100%;
            border-radius: 5px;
            overflow: hidden;
            margin: 0 auto;
            -webkit-box-shadow: 0 0 19px -2px rgba(0, 0, 0, .5);
            -moz-box-shadow: 0 0 19px -2px rgba(0, 0, 0, .5);
            -ms-box-shadow: 0 0 19px -2px rgba(0, 0, 0, .5);
            -o-box-shadow: 0 0 19px -2px rgba(0, 0, 0, .5);
            box-shadow: 0 0 19px -2px rgba(0, 0, 0, .5)
        }

    .cd-horizontal-timeline .events-content h2 {
        font-weight: 700;
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 1.2
    }

    .cd-horizontal-timeline .events-content em {
        display: block;
        font-style: italic;
        margin: 10px auto
    }

        .cd-horizontal-timeline .events-content em::before {
            content: '- '
        }

    .cd-horizontal-timeline .events-content p {
        font-size: 1.4rem;
        color: #959595
    }

    .cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
        line-height: 1.6
    }

@media only screen and (min-width:768px) {
    .cd-horizontal-timeline .events-content h2 {
        font-size: 7rem
    }

    .cd-horizontal-timeline .events-content em {
        font-size: 2rem
    }

    .cd-horizontal-timeline .events-content p {
        font-size: 1.8rem
    }
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.comment-list .row {
    margin-bottom: 20px;
    padding-left: 13px;
    position: relative
}

    .comment-list .row:before {
        content: "";
        position: absolute;
        left: 13px;
        bottom: 0;
        width: 98%;
        height: 1px
    }

.comment-like-inline {
    position: relative
}

.remaining-width {
    width: 100%;
    float: left;
    padding-left: 13px
}

.comment-full-width .remaining-width {
    width: 93.5%
}

.comment-list {
    padding-top: 30px;
    width: 100%;
    float: left;
    border-top: 1px solid #484848
}

.remaining-width p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
    font-style: italic;
    width: 100%;
    float: left
}

.comment-enter-box {
    margin-right: -15px
}

.comment-list .table-caption {
    display: table-cell;
    margin-bottom: 10px;
    word-break: break-all
}

.comment-list img {
    margin-right: 15px
}

.comment-list .reply-reply {
    padding-left: 50px
}

.comment-list .reply-reply2 {
    padding-left: 100px
}

a.reply-btn {
    font-size: 14px;
    color: var(--burgundy); /*iwc #ed1164*/
    font-style: italic;
    text-decoration: none;
}

.remaining-width h5 {
    font-size: 17px;
    float: left;
    margin-bottom: 5px
}

    .remaining-width h5 small {
        font-size: 17px
    }

    .remaining-width h5 strong {
        color: #ed1164
    }

.remaining-width ul.list-inline {
    width: 100%;
    float: left
}

.width55 {
    width: 55px;
    float: left
}

.people-lead-banner.jarallax {
    background-image: url(../images/people-lead.jpg);
    background-position: top
}

.our-culture-desc p {
    margin-bottom: 15px;
    color: #767676;
}

.our-culture-desc a {
    margin-top: 20px;
    float: left;
    background: var(--burgundy); /*iwc #ed1164*/
    color: #fff;
    border-radius: 25px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    padding-left: 55px;
    padding-right: 35px;
    text-align: left;
    position: relative;
    transition: all .3s
}

    .our-culture-desc a:before {
        position: absolute;
        top: 8px;
        left: 12px;
        content: url(../images/video-watch-icon.png)
    }

    .our-culture-desc a:hover {
        background: var(--burgundy);
        transition: all .3s
    }

.our-culture-slider .slide img {
    width: 100%;
    height: auto
}

.our-culture-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px
}

    .our-culture-slider .slick-dots li button {
        background: 0 0;
        border: 1px solid var(--burgundy);
        font-size: 0;
        outline: 0;
        box-shadow: none;
        border-radius: 50%;
        width: 12px;
        height: 12px
    }

    .our-culture-slider .slick-dots li.slick-active button {
        background: var(--burgundy);
    }

.slick-initialized .slick-slide, .slick-slider .slick-list, .slick-slider .slick-track {
    outline: 0
}

.our-culture-bg {
    position: relative
}

    .our-culture-bg:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background: #f1f1f1;
        content: ''
    }

.archives a {
    width: 208px;
    height: 37px;
    text-align: center;
    border-radius: 25px;
    line-height: 37px;
    background: var(--burgundy); /*iwc #ed1164*/
    font-size: 17px;
    color: #fff;
    display: table;
    float: initial;
    margin: 0 auto;
    transition: all .3s;
    text-decoration: none;
}

    .archives a:hover, .archives a:focus {
        background: var(--grey);
        color: #fff;
        transition: all .3s;
    }

.opportunities-invoicemart {
    padding: 30px 0 50px 0;
    width: 100%;
    float: left
}

    .opportunities-invoicemart hr {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .opportunities-invoicemart p {
        width: 70%;
        margin: 0 15% 15px 15%;
        color: #767676;
    }

    .opportunities-invoicemart a {
        font-size: 18px;
        color: var(--burgundy); /*iwc #ed1164*/
        border-radius: 25px;
        border: 2px solid var(--charcoal);
        padding: 3px 20px;
        display: inline-block;
        transition: all .3s;
        text-decoration: none;
    }

        .opportunities-invoicemart a:hover {
            background: var(--charcoal);
            color: #fff;
            transition: all .3s
        }

.opportunities-slider {
    margin-top: 60px;
    width: 100%;
    float: left
}

.opportunities-slides .slick-slide {
    margin: 0 10px
}

.opportunities-exp {
    width: 100%;
    float: left;
    background: var(--burgundy); /*iwc #ed1164*/
    padding: 20px 20px 0 20px
}

    .opportunities-exp span.date {
        font-size: 14px;
        font-weight: 300;
        color: #fff
    }

    .opportunities-exp h5 {
        font-weight: 400;
        min-height: 130px;
        color: #fff;
        margin: 10px 0;
        float: left
    }

        .opportunities-exp h5 span {
            font-size: 18px;
            font-weight: 300;
            width: 100%;
            float: left
        }

    .opportunities-exp a {
        text-decoration: none;
    }

.experiance-total {
    width: 100%;
    float: left;
    position: relative
}

    .experiance-total p {
        float: left;
        width: 100%;
        padding-right: 30px;
        margin: 0 0 15px 0;
        color: #fff;
        font-size: 18px;
        font-weight: 300
    }

    .experiance-total a {
        position: absolute;
        bottom: 0;
        right: -20px;
        padding: 0;
        border-radius: 0;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        color: #fff;
        font-size: 20px;
        background: #27a9e1;
        transition: all .3s
    }

        .experiance-total a:hover {
            color: var(--burgundy); /*iwc #ed1164*/
            transition: all .3s
        }

.slick-arrow.slick-disabled {
    display: none !important
}

.finacial-slides .slick-arrow, .opportunities-slides .slick-arrow, .finacial-slides-small .slick-arrow, .opportunities-slides .slick-arrow, .finacial-slides-medium .slick-arrow, .opportunities-slides .slick-arrow {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 33px;
    font-size: 0;
    border: none;
    box-shadow: none;
    margin-top: -16px;
    outline: 0
}

.finacial-slides .slick-next, .opportunities-slides .slick-next, .finacial-slides-small .slick-next, .opportunities-slides .slick-next, .finacial-slides-medium .slick-next, .opportunities-slides .slick-next {
    right: -30px;
    background: url(../images/blue-next.png) center no-repeat
}

.finacial-slides .slick-prev, .opportunities-slides .slick-prev, .finacial-slides-small .slick-prev, .opportunities-slides .slick-prev, .finacial-slides-medium .slick-prev, .opportunities-slides .slick-prev {
    left: -30px;
    background: url(../images/blue-prev.png) center no-repeat
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-initialized .slick-slide, .slick-slider .slick-list, .slick-slider .slick-track {
    padding: 0 0 !important
}

.contactus-lead-banner.jarallax {
    background-image: url(../images/contact-lead.jpg);
    background-position: center bottom
}

.regional-div {
    padding: 65px 0
}

.management-team {
    margin-top: 50px
}

    .management-team h4 {
        color: #000;
        font-weight: 400;
        margin-bottom: 35px;
        text-transform: uppercase;
        width: 100%;
        float: left;
        text-align: center
    }

.ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today {
    border: none
}

.mobile-thead, .ui-datepicker-buttonpane.ui-widget-content {
    display: none
}

tr.contact-row-bg {
    background: #ebebeb
}

.table > thead > tr > th {
    border-bottom: none
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none;
    border-left: 1px solid #fff;
    padding: 8px 15px
}

    .table > thead > tr > th img {
        float: left
    }

    .table > thead > tr > th span {
        float: left;
        font-size: 17px;
        line-height: 55px;
        padding-left: 10px;
        font-weight: 400
    }

a, a:focus {
    color: var(--burgundy); /*iwc #ed1164*/
    transition: all .3s
}

    a:hover {
        color: var(--lightburgundy); /*#16c1f3*/
        transition: all .3s
    }

.table-responsive {
    border: none
}

.title-td {
    font-size: 24px !important;
    color: var(--burgundy);
    line-height: 30px;
    font-weight: 600 !important
}

.region-colm1 {
    width: 100px
}

.region-colm2, .region-colm3, .region-colm4 {
    width: 250px
}

.region-colm5 {
    width: 320px
}

.level-colm2, .officer-colm1, .officer-colm2 {
    width: 230px
}

.level-colm3, .officer-colm3 {
    width: 300px
}

.officer-colm4 {
    width: 310px
}

.level-colm1 {
    width: 150px;
    display: inline-block
}

.level-colm4 {
    width: 380px
}

.got-question {
    background: url(../images/benefits-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 50px 0;
    min-height: 815px
}

/*.got-question-form {
    width: 420px;
    margin: 0 auto
}*/

    .got-question-form p {
        font-family: 'Lato', sans-serif;
        /*font-family: Montserrat, sans-serif;*/
        font-size: 15px;
        line-height: 22px;
        margin: 15px 0 25px 0
    }

    /*.got-question-form form {
        width: 100%;
        float: left
    }*/

        .got-question-form form input {
            width: 85%;
            height: 40px;
            border-radius: 10px;
            border: none;
            background: #fff;
            margin-bottom: 20px;
            font-size: 16px;
            color: #000;
            padding: 0 15px;
            float: left
        }

        .got-question-form form textarea {
            width: 85%;
            height: 100px;
            border-radius: 10px;
            border: none;
            background: #fff;
            margin-bottom: 20px;
            font-size: 18px;
            color: #000;
            padding: 5px 15px;
            resize: none;
            float: left
        }

        /*.got-question-form form .btn {
            width: 50%;
            height: 40px;
            border-radius: 25px;
            text-align: center;
            line-height: 30px;
            color: #fff;
            background: var(--burgundy);*/ /*iwc #ed1164*/
            /*text-transform: lowercase;
            margin-top: 30px;
            margin-left: 20px;
            margin-bottom: 40px;
            transition: all .3s;
            text-decoration: none;
        }

            .got-question-form form .btn:hover {
                transition: all .3s;
                background: var(--grey);*/ /*#16c1f3*/
            /*}*/


    .contact-info-map {
        position: relative;
        min-height: 890px
    }

    .contact-info-map .contact-info {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px 15px;
        min-height: 190px;
        background: var(--grey);
    }

.address-colm {
    width: 40%;
    float: left
}

.contact-number-colm {
    width: 30%;
    float: left;
    padding: 0 30px
}

.email-colm {
    width: 30%;
    float: left
}

.management-table {
    width: 100%;
    max-width: 100%
}

.address-colm p, .email-colm a {
    margin-top: 10px;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    width: 100%;
    float: left
}

.contact-number-colm ul {
    margin-top: 10px
}

    .contact-number-colm ul li {
        width: 100%;
        float: left;
        margin-bottom: 5px
    }

        .contact-number-colm ul li a {
            font-size: 15px;
            line-height: 22px;
            color: #fff;
            cursor: text
        }

.contact-info-map iframe {
    width: 100%
}

.table-responsive-vertical .mCSB_scrollTools .mCSB_draggerContainer {
    opacity: 0
}

.table-responsive-vertical .mCSB_scrollTools .mCSB_dragger {
    cursor: default
}

.faq-content {
    background: #f1f1f1;
    float: left;
    position: relative;
    width: 100%
}

    .faq-content:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 65px;
        background: #838386;
        content: ''
    }

.faq-inner-panel .panel-default, .panel, .panel-default > .panel-heading {
    border: none
}

    .faq-inner-panel .panel-default > .panel-heading {
        color: #333;
        background-color: #fff;
        border-color: #adadad;
        padding: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .faq-inner-panel .panel-default > .panel-heading a {
            display: block;
            padding: 10px 30px 10px 0;
            color: var(--burgundy); /*iwc #ed1164*/
            position: relative;
            text-decoration: none;
        }

            .faq-inner-panel .panel-default > .panel-heading a:after {
                content: "";
                position: relative;
                top: 1px;
                display: inline-block;
                font-family: FontAwesome;
                font-style: normal;
                font-weight: 400;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                float: right;
                transition: transform .25s linear;
                -webkit-transition: -webkit-transform .25s linear
            }

            .faq-inner-panel .panel-default > .panel-heading a.collapsed {
                background-color: transparent
            }

            .faq-inner-panel .panel-default > .panel-heading a:after {
                content: "\2212";
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
                color: var(--burgundy);
                font-size: 35px;
                line-height: 25px;
                position: absolute;
                right: 0;
                top: 10px
            }

            .faq-inner-panel .panel-default > .panel-heading a.collapsed:after {
                content: "\002b";
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
                color: var(--burgundy);
                font-size: 35px;
                line-height: 25px;
                position: absolute;
                right: 0;
                top: 10px
            }

.faq-inner-panel .panel-default {
    box-shadow: none;
    /*border-bottom: 1px solid #adadad;*/
    border-radius: 0
}

.faq-inner-panel .panel-title {
    font-size: 18px; /*22px*/
    line-height: 26px;
    font-weight: 600;
    border-bottom: 1px solid #adadad;
}
img.faqimg {
    cursor: pointer;
}

.faq-inner-panel .panel-body {
    padding-bottom: 35px
}

.faq-point-desc h6 {
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 1px solid #adadad;
    margin-bottom: 20px
}

.point-head {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 0;
    float: left;
    width: 100%
}

.faq-point-desc ul, .press-article-desc ul {
    margin-top: 5px;
    float: left;
    width: 100%;
    margin-bottom: 15px
}

    .faq-point-desc ul li, .press-article-desc ul li {
        font-size: 15px;
        line-height: 24px;
        color: #515151;
        margin-bottom: 8px;
        float: left;
        width: 100%;
        position: relative;
        padding-left: 12px
    }

        .faq-point-desc ul li:before, .press-article-desc ul li:before {
            position: absolute;
            top: 0;
            left: 0;
            content: '\f111';
            font-size: 6px;
            color: var(--burgundy); /*iwc #ed1164*/
            font-family: FontAwesome
        }

        .faq-point-desc ul li ol li:before, .faq-point-desc ul li ul li:before, .press-article-desc ul li ol li:before, .press-article-desc ul li ul li:before {
            content: '\f10c'
        }

.login-bg {
    padding: 200px 0 45px 0;
    background: url(../images/login_bg.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
    min-height: 500px
}

.login_section h1 {
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff
}

.controls {
    text-align: left;
    position: relative;
    margin-bottom: 30px;
    float: left;
    width: 100%
}

    .controls input[type=email], .controls input[type=number], .controls input[type=password], .controls input[type=tel], .controls input[type=text], .controls select, .controls textarea {
        width: 100%;
        height: 42px;
        float: left;
        background: #fff;
        border-radius: 10px;
        padding: 10px 15px;
        font-size: 17px;
        color: #6c6c6c;
        border: solid 1px #d3d3d3
    }

        .controls input[type=email]:focus, .controls input[type=email]:hover, .controls input[type=number]:focus, .controls input[type=number]:hover, .controls input[type=password]:focus, .controls input[type=password]:hover, .controls input[type=tel]:focus, .controls input[type=tel]:hover, .controls input[type=text]:focus, .controls input[type=text]:hover, .controls select:focus, .controls select:hover, .controls textarea:focus, .controls textarea:hover {
            outline: 0;
            color: #6c6c6c
        }

    .controls input[type=button], .controls input[type=submit] {
        height: 37px;
        line-height: 37px;
        color: #fff;
        background: var(--burgundy); /*iwc #ed1164*/
        border-radius: 25px;
        font-size: 17px;
        padding: 0 35px;
        margin-bottom: 25px;
        margin-right: 15px;
        float: left;
        margin-top: 10px;
        transition: all .3s;
        border: none;
        width: 200px
    }

        .controls input[type=button]:hover, .controls input[type=submit]:hover {
            background: var(--grey);
            transition: all .3s
        }

.login_section .form-group a.forgot {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    float: right;
    cursor: pointer
}

.captcha-code {
    width: 100%;
    height: auto;
    margin: 0 0;
    float: left
}

.newuser_bg {
    background: #dedede;
    margin-bottom: 80px;
    height: 80px;
    padding-top: 20px
}

.newuser_bg {
    font-size: 22px;
    line-height: 22px
}

    .newuser_bg a {
        color: var(--burgundy); /*iwc #ed1164*/
        font-size: 22px;
        line-height: 22px;
        transition: all .3s
    }

        .newuser_bg a:hover {
            color: var(--grey);
            transition: all .3s
        }

.select_categories::-ms-expand {
    display: none
}

select::-ms-value, select:focus::-ms-value {
    background: 0 0
}

.controls select.select_categories {
    width: 100%;
    padding: 10px 15px;
    font-size: 17px;
    line-height: 20px;
    background: url(../images/form_select_drop_icon.png) no-repeat 100% center rgba(255, 255, 255, .8);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    outline: 0
}

.registration-content {
    padding: 80px 0 70px 0
}

    .registration-content h2 {
        color: #000;
        font-weight: 700;
        font-size: 22px;
        line-height: 22px;
        display: inline-block;
        margin-right: 60px;
        margin-bottom: 10px
    }

    .registration-content h3, .registration-content h5 {
        margin-bottom: 20px;
        color: #58585a
    }

    .registration-content .checkmark {
        border: solid 2px #838386;
        position: absolute;
        top: 7px;
        left: 0;
        height: 17px;
        width: 17px;
        background-color: transparent;
        border-radius: 50%
    }

    .registration-content .check-box:hover input ~ .checkmark {
        background-color: #fff;
        border: solid 1px #838386
    }

    .registration-content .form-group a.suggestion {
        font-size: 15px;
        line-height: 24px;
        color: #27a9e1;
        float: right
    }

    .registration-content [type=radio]:checked, .registration-content [type=radio]:not(:checked) {
        position: absolute
    }

        .registration-content [type=radio]:checked + label, .registration-content [type=radio]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            color: #000;
            font-weight: 700;
            font-size: 22px;
            line-height: 22px
        }

            .registration-content [type=radio]:checked + label:before, .registration-content [type=radio]:not(:checked) + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 18px;
                height: 18px;
                border: 1px solid #ddd;
                border-radius: 100%;
                background: #fff
            }

            .registration-content [type=radio]:checked + label:after, .registration-content [type=radio]:not(:checked) + label:after {
                content: '';
                width: 10px;
                height: 10px;
                background: #27a9e1;
                position: absolute;
                top: 4px;
                left: 4px;
                bottom: 4px;
                right: 4px;
                border-radius: 100%;
                -webkit-transition: all .2s ease;
                transition: all .2s ease
            }

            .registration-content [type=radio]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0)
            }

            .registration-content [type=radio]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1)
            }

    .registration-content .radiotabs {
        margin-right: 60px
    }

    .registration-content .application {
        display: inline-block;
        border-bottom: solid 1px #27a9e1;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .registration-content .mandatory {
        font-size: 15px;
        line-height: 24px;
        color: #878787;
        float: right
    }

    .registration-content input[type=radio]:checked:after {
        content: "";
        position: absolute;
        bottom: -29px;
        z-index: 99;
        left: 0;
        border-top: 8px #27a9e1 solid;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 0 solid transparent
    }

.video_box-outer {
    margin-bottom: 25px
}

.video-box {
    position: relative
}

    .video-box:before {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, .15);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .video-box:after {
        content: '';
        position: absolute;
        background: url(../../images/video_play_icon.png) no-repeat;
        left: 50%;
        top: 50%;
        margin-left: -26px;
        margin-top: -19px;
        height: 38px;
        width: 53px
    }

.video_box-outer .caption {
    padding: 10px;
    background: #b22f35;
    text-transform: uppercase;
    color: #fff
}

.light_box_design .modal-body {
    padding: 0
}

.light_box_close_button {
    position: absolute;
    right: -45px;
    top: -15px;
    font-size: 45px;
    font-weight: 300;
    opacity: .8;
    color: #fff
}

.light_box_design.in {
    background: rgba(0, 0, 0, 0.4);
}

.light_box_design .modal-content {
    background: 0 0
}

.comment-details {
    padding: 20px 10px 10px 10px
}

.leave-comment textarea {
    width: 100%;
    height: 80px;
    float: left;
    background: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 17px;
    border: none;
    outline: 0;
    resize: none;
    color: #6c6c6c;
    border: solid 1px #d3d3d3;
    margin-bottom: 0;
    margin-top: 25px
}

.leave-comment .comments_btn {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--burgundy); /*iwc #ed1164*/
    border: 2px solid var(--burgundy); /*iwc #ed1164*/
    padding: 5px 20px;
    border-radius: 30px;
    margin-right: 15px;
    -webkit-transition: ease-out .4s;
    -ms-transition: ease-out .4s;
    -o-transition: ease-out .4s;
    -moz-transition: ease-out .4s;
    transition: ease-out .4s;
    text-decoration: none;
}

.leave-comment .post_btn, leave-comment .viewmore_btn {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background: var(--burgundy); /*iwc #ed1164*/
    border: 2px solid var(--burgundy); /*iwc #ed1164*/
    padding: 5px 20px;
    border-radius: 30px;
    margin-right: 15px;
    -webkit-transition: ease-out .4s;
    -ms-transition: ease-out .4s;
    -o-transition: ease-out .4s;
    -moz-transition: ease-out .4s;
    transition: ease-out .4s;
    outline: 0;
    text-decoration: none;
}

.viewmore_btn {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background: var(--burgundy); /*iwc #ed1164*/
    padding: 5px 20px;
    border-radius: 30px;
    -webkit-transition: ease-out .4s;
    -ms-transition: ease-out .4s;
    -o-transition: ease-out .4s;
    -moz-transition: ease-out .4s;
    transition: ease-out .4s;
    text-decoration: none;
}

.leave-comment .connect_link a {
    padding: 4px 4px 4px 40px;
    border-radius: 5px;
    width: 100%;
    height: 44px;
    line-height: 35px;
    float: left;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}

.leave-comment .fb-link {
    margin-bottom: 20px;
    background-position: 1.5% 50%
}

.leave-comment .google-link {
    background-position: 1.5% 50%
}

.search-result {
    margin-bottom: 40px
}

    .search-result h1 {
        font-weight: 700;
        color: var(--burgundy); /*iwc #ed1164*/
        margin-bottom: 15px;
        width: 100%;
        float: left
    }

        .search-result h1 span {
            font-size: 18px;
            line-height: 22px;
            width: 100%;
            float: left;
            font-weight: 400;
            color: #58585a
        }

    .search-result input[type=text] {
        width: 77%;
        height: 40px;
        float: left;
        border-radius: 25px;
        border: none;
        background: #d3d3d3;
        font-size: 18px;
        color: #000;
        padding: 0 15px;
        margin-right: 3%
    }

    .search-result button, .search-result input[type=button], .search-result input[type=submit] {
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
        width: 20%;
        background: var(--burgundy); /*iwc #ed1164*/
        border: 2px solid var(--burgundy); /*iwc #ed1164*/
        padding: 5px 20px;
        border-radius: 30px;
        -webkit-transition: ease-out .4s;
        -ms-transition: ease-out .4s;
        -o-transition: ease-out .4s;
        -moz-transition: ease-out .4s;
        transition: ease-out .4s
    }

.video-wrapper {
    position: relative
}

    .video-wrapper > video {
        width: 100%;
        vertical-align: middle
    }

        .mobile-rhs-show, .video-overlay-play-button.is-hidden, .video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
            display: none
        }

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: .95;
    cursor: pointer;
    transition: opacity 150ms
}

    .video-overlay-play-button:hover {
        opacity: 1
    }

.mobile-rhs-hide {
    display: block
}

.registration-tab a {
    width: 135px !important;
    float: left;
    display: inline-block !important
}

    .registration-tab a, .registration-tab a.active, .registration-tab a:hover {
        background-color: transparent;
        border: none;
        box-shadow: none
    }

.registration-content h5.ami {
    color: #000;
    font-weight: 600;
    width: 100px;
    float: left;
    margin-bottom: 0;
    line-height: 36px;
    font-size: 22px
}

.registration-tab {
    padding-left: 0
}

.registrationtab-list {
    display: block;
    float: left;
    width: 83%;
    border-bottom: 1px solid #27a9e1
}

.registration-content .tab-content {
    margin-top: 55px
}

.registration-tab a.active {
    position: relative
}

    .registration-tab a.active:after {
        content: '\f0d7';
        position: absolute;
        bottom: -9px;
        left: 50%;
        margin-left: -8px;
        font-family: FontAwesome;
        color: #27a9e1;
        font-size: 30px;
        line-height: 10px
    }

.registration-label {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left
}

    .registration-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer
    }

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.registration-label input:checked ~ .checkmark:after {
    display: block
}

.registration-label .checkmark:after {
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #27a9e1
}

.certificate {
    position: relative;
    padding: 40px 0 100px 0
}

    .certificate img {
        width: 100%;
        height: auto
    }

.certificate-content {
    position: absolute;
    top: 37%;
    left: 25.5%;
    width: 62%
}

    .certificate-content h1 {
        line-height: 70px;
        border-bottom: 1px solid #cbcbcb;
        display: inline
    }

    .certificate-content .entity {
        width: 100%;
        float: left;
        margin-top: 40px
    }

        .certificate-content .entity h2 {
            width: 100%;
            border-bottom: 1px solid #cbcbcb;
            display: inline;
            font-size: 20px;
            line-height: 25px;
            color: #000
        }

            .certificate-content .entity h2 span {
                font-size: 190%;
                font-weight: 700;
                color: #ed1165;
                line-height: 80px
            }

    .certificate-content .date {
        margin-top: 15%;
        font-size: 20px;
        line-height: 25px;
        color: #000
    }

        .certificate-content .date span {
            border-bottom: 1px solid #cbcbcb;
            display: inline
        }

.download-certificate {
    padding: 5px 40px 5px 10px;
    color: #fff;
    background: #27a9e1;
    float: right;
    display: block;
    position: relative;
    margin-top: -130px
}

    .download-certificate:before {
        position: absolute;
        top: 5px;
        right: 7px;
        content: url(../images/download-certificate.png)
    }

    .download-certificate:hover {
        color: #fff;
        background: var(--burgundy); /*#ed1164*/
    }

span.highlight_txt {
    background: var(--burgundy) !important;
    color: #fff !important;
    padding: 0 5px;
    border-radius: 5px;
    display: inline-block;
    width: auto !important;
    float: none !important
}

.faq-point-desc p br, .title-inside-none {
    display: none
}
/*body.modal-open {
	overflow:hidden!important;
	position:fixed!important
}*/
.press-release-listing {
    min-height: 370px
}

.factoring-slider-box img, .reverse-factoring-slider-box img {
    width: 100%;
    height: auto
}

.light_box_design .modal-dialog {
    margin-top: 7%
}

.table-responsive {
    margin-bottom: 15px
}

    .table-responsive tr td, .table-responsive tr th {
        padding: 2px 5px
    }

.twindow-width {
    width: 60px
}

.our-culture-slider .slick-next {
    right: 10px;
    background: url(../images/blue-next.png) center no-repeat
}

.our-culture-slider .slick-prev {
    left: 10px;
    background: url(../images/blue-prev.png) center no-repeat
}

.our-culture-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 33px;
    font-size: 0;
    border: none;
    box-shadow: none;
    margin-top: -16px;
    z-index: 1;
    outline: 0
}

.homepage-lead-banner {
    height: 100vh;
    margin-top: 0
}

.fb_iframe_widget, .google-link {
    width: 100%;
    height: auto;
    float: left
}

.abcRioButtonBlue {
    height: 40px !important
}

._5h0c._5h0d, .abcRioButtonBlue, .fb_iframe_widget iframe, .fb_iframe_widget span, .pluginFontHelvetica, .pluginLoginButton.pluginLoginButtonlarge {
    width: 100% !important;
    max-width: 100% !important
}

    .abcRioButtonBlue .abcRioButtonIcon {
        padding: 10px !important
    }

.abcRioButton {
    box-shadow: none !important;
    outline: 0 !important
}

.pluginLoginButton.pluginLoginButtonlarge {
    width: 100% !important
}

body.modal-open {
    overflow-y: hidden !important;
    padding-right: 17px !important
}

.modal-open .modal {
    padding-left: 0 !important
}

.vision-text {
    padding: 130px 45px;
    margin-top: 40px
}

    .vision-text h2 {
        color: #fff;
        padding-bottom: 8px;
        border-bottom: 1px solid #fff;
        display: inline-block;
        margin-bottom: 10px
    }

    .vision-text p {
        color: #fff;
        font-size: 18px;
        line-height: 26px;
        font-weight: 300;
        margin-bottom: 0
    }

.vision-banner {
    background: url(../images/vision-banner.jpg) right center no-repeat;
    background-size: cover
}

.mission-banner {
    background: url(../images/mission-banner.jpg) right center no-repeat;
    background-size: cover
}

.value-banner {
    background: url(../images/value-banner.jpg) right center no-repeat;
    background-size: cover
}

.mission-banner p {
    font-weight: 700
}

.mission-banner ul, .value-banner ul {
    padding-left: 15px
}

    .mission-banner ul li {
        color: #fff;
        font-size: 18px;
        line-height: 26px;
        font-weight: 300;
        list-style-image: url(../images/right-arrow.png)
    }

.vision-text:last-child {
    margin-bottom: 80px
}

.value-banner ul li {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    width: 50%;
    float: left;
    list-style-image: url(../images/right-arrow.png);
    padding-right: 20px
}

.error-section {
    position: relative;
    padding: 120px 0 80px 0;
    background-image: url(../images/benifits-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    text-align: center
}

    .error-section .error-text {
        position: relative;
        display: inline-block;
        padding: 30px
    }

        .error-section .error-text .bigger-font {
            position: relative;
            font-size: 150px;
            line-height: 1.2em;
            color: var(--burgundy); /*iwc #ed1164*/
            margin: 0;
            font-weight: 600
        }

        .error-section .error-text h3 {
            position: relative;
            font-size: 36px;
            line-height: 1.2em;
            padding-bottom: 15px;
            margin-bottom: 15px;
            border-bottom: 1px solid var(--burgundy); /*iwc #ed1164*/
            color: #000
        }

        .error-section .error-text .text {
            position: relative;
            font-size: 18px;
            margin-bottom: 30px;
            color: #000
        }

        .error-section .error-text .more-update {
            float: inherit
        }

.press-article.terms-conditions .press-article-desc ul li:before {
    content: '\f111';
    color: #515151;
    font-size: 6px
}

.press-article.terms-conditions .press-article-desc ul li ul {
    padding-left: 15px
}

    .press-article.terms-conditions .press-article-desc ul li ul li:before {
        content: '\f10c';
        color: #515151;
        font-size: 6px
    }

.press-article.terms-conditions h3 {
    margin-top: 15px;
    margin-bottom: 8px;
    width: 100%;
    float: left;
}

.row.connect_link {
    margin-left: 0;
    margin-right: 0
}

.share-explore {
    float: left
}

    .share-explore .addthis_inline_share_toolbox {
        position: absolute;
        top: 12px;
        clear: initial;
        transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -ms-transition: .3s;
        right: 0;
        z-index: 0;
        height: 25px;
        display: inline-block;
        overflow: hidden;
        opacity: 0;
        width: 100px
    }

    .share-explore:hover .addthis_inline_share_toolbox {
        display: block;
        transition: .8s;
        -moz-transition: .8s;
        -webkit-transition: .8s;
        -o-transition: .8s;
        -ms-transition: .8s;
        top: 12px;
        right: 100%;
        margin-left: -5px;
        width: 90px;
        opacity: 1
    }

.share-explore {
    cursor: pointer;
    display: inline-block;
    position: relative;
    float: right
}

    .share-explore span {
        display: inline-block;
        margin-top: -2px;
        margin-left: -2px
    }

    .share-explore .at-resp-share-element .at-share-btn:focus, .share-explore .at-resp-share-element .at-share-btn:hover {
        transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        -o-transform: translateY(0) !important;
        background-color: #575757 !important
    }

    .share-explore .at-resp-share-element .at-share-btn {
        margin-bottom: 2px !important
    }

    .share-explore .at-style-responsive a {
        background: 0 0;
        height: 22px;
        width: 22px;
        clear: inherit;
        float: left;
        line-height: 22px;
        border-radius: 22px !important;
        text-align: center;
        margin-left: 3px !important;
        margin-right: 3px !important;
        text-decoration: none;
    }

    .share-explore .at-resp-share-element {
        z-index: 999
    }

        .share-explore #at20mc, .share-explore .at-resp-share-element .at-share-btn:before {
            display: none
        }

    .share-explore .list-inline .share .addtoany_list a, .share-explore .list-inline .share .widget .addtoany_list a {
        display: block
    }

    .share-explore .list-inline .share .share-icon-list {
        bottom: 40px
    }

    .share-explore .list-inline .share .addtoany_list span.a2a_svg {
        width: 34px !important;
        height: 34px !important;
        border-radius: 50px !important
    }

    .share-explore .a2a_floating_style, .share-explore .a2a_vertical_style a {
        padding: 0 !important
    }

        .share-explore .a2a_floating_style .a2a_svg {
            border-radius: 0 !important;
            height: 40px !important;
            line-height: 40px !important;
            width: 40px !important
        }

.got-question-form h2 {
    line-height: 48px
}

.captchaCode {
    width: 85%;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff
}

    .captchaCode img:last-child {
        float: right;
        line-height: 46px;
        cursor: pointer
    }

    .captchaCode img {
        height: 40px;
        width: auto
    }

.got-question-form form p.enter-captcha {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    margin: 0 0 5px 0;
    line-height: 15px;
    float: left
}

#clientCaptcha {
    margin-top: 2px;
    margin-bottom: 10px
}

.errorMsg {
    width: 100%;
    float: left
}

.mobile-rhs-show {
    display: none
}

.terms-conditions .press-article-desc p {
    font-size: 16px;
    text-align: justify;
    line-height: 22px;
    color: #515151;
}

.terms-conditions .press-article-desc {
    margin-top: 5px;
}

.press-article.terms-conditions .press-article-desc ul li {
    text-align: justify;
}

    .press-article.terms-conditions .press-article-desc ul li ul, .press-article.terms-conditions .press-article-desc ul li ul li:last-child {
        margin-bottom: 0px;
    }

.field-validation-error {
    color: Red !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .vjs-poster {
        background-size: cover !important;
    }

    .video-js {
        border-radius: 10px;
        overflow: hidden;
        width: 690px !important;
        height: 390px !important;
        margin: 0px auto;
        float: none !important
    }
}

.pressrelease-pagination.blogspag:before {
    display: none !important;
}

.padd-left {
    padding-left: 15px;
}

/*
Added on 30 July 2021 by Nisha.u
To introduce Atreds logo in header
*/
/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* For portrait layouts only */
    .treds-logo-header {
        display: none;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */
    .treds-logo-header {
        display: none;
    }
}

@media only screen and (max-device-width: 480px) {
    /* styles for mobile browsers smaller than 480px; (iPhone) */
    .treds-logo-header {
        display: none;
    }
}

/**********/
/*added after bootstrap5*/

.benefits-tab > li > a.active {
    color: var(--burgundy) !important;
    /*background:var(--burgundy)!important;
	color:#fff!important;*/
}


/*****REFERRALS*/
.btn-burgundy-outline {
    border-color: var(--burgundy);
    background: #fff;
    color: var(--burgundy);
    border-radius: 0 !important;
    font-size: 12px;
}

    .btn-burgundy-outline:hover {
        border-color: var(--burgundy);
        background: var(--burgundy);
        color: #fff;
        border-radius: 0 !important;
        font-size: 12px;
    }

.btn-burgundy-outline-bold {
    border-color: var(--burgundy);
    background: #fff;
    color: var(--burgundy);
    border-radius: 0 !important;
    border-width: 2px;
    font-size: 12px;
    font-weight: 600;
}

    .btn-burgundy-outline-bold:hover {
        border-color: var(--burgundy);
        background: var(--burgundy);
        color: #fff;
        border-radius: 0 !important;
        border-width: 2px;
        font-size: 12px;
        font-weight: 600;
    }


.btn-burgundy {
    height: 40px;
    border-radius: 25px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: var(--burgundy); /*iwc #ed1164*/
    transition: all .3s;
    text-decoration: none;
    padding: 10px 40px;
    border-color: var(--burgundy);
}

    .btn-burgundy:hover {
        border-color: var(--burgundy);
        background: #fff;
        color: var(--burgundy);
    }


.btn-greycook {
    height: 40px;
    border-radius: 25px;
    text-align: center;
    line-height: 20px;
    color: var(--charcoal);
    background: var(--lightgrey); /*iwc #ed1164*/
    transition: all .3s;
    text-decoration: none;
    padding: 10px 40px;
}

    .btn-greycook:hover {
        border-color: var(--lightgrey);
        background: #fff;
        color: var(--burgundy);
    }

.btn-darkgrey {
    height: 40px;
    border-radius: 25px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: var(--grey); /*iwc #ed1164*/
    transition: all .3s;
    text-decoration: none;
    padding: 10px 40px;
}

    .btn-darkgrey:hover {
        border-color: var(--grey);
        background: #fff;
        color: var(--grey);
    }


.btn-lightgrey {
    height: 24px;
    border-radius: 25px;
    text-align: center;
    line-height: 5px;
    color: #333;
    background: var(--lightgrey); /*iwc #ed1164*/
    transition: all .3s;
    text-decoration: none;
    padding: 8px 20px;
}

    .btn-lightgrey:hover {
        border-color: var(--grey);
        background: #fff;
        color: var(--burgundy);
    }

.refbg {
    background: url(../images/ref.jpg?1) no-repeat;
    background-position: center bottom
}

.refbg-lead-banner.jarallax {
    background-image: url(../images/ref.jpg?1);
    background-position: top
}

.bg-burgundy {
    background: var(--burgundy);
    color: #fff;
}

.refform .control-label, .form-select {
    font-size: 14px !important;
}

.reffromlink {
    color: var(--burgundy);
    font-weight: 600;
}

.lblfile {
    cursor: pointer;
    color: var(--burgundy);
    font-weight: 600;
}


.btn-grey {
    height: 40px;
    border-radius: 25px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: var(--grey); /*iwc #ed1164*/
    transition: all .3s;
    text-decoration: none;
    padding: 10px 40px;
}

    .btn-grey:hover {
        border-color: var(--grey);
        background: #fff;
        color: var(--grey);
    }



.headingforbulk {
    font-size: 15px; /*22px*/
    display: inline-block;
    padding: 5px 18px;
    margin: 0 30px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
    background: var(--lightgrey);
    border-radius: 20px;
    color: #252525;
    position: relative;
    font-family: 'Lato',sans-serif;
    width: 100%;
}

.accordionbulk a {
    color: var(--burgundy); /*iwc #ed1164*/
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    margin-left: -10px;
}

.accordion-button.collapsed {
    background: var(--lightgrey);
    border-bottom: 3px solid #fff
}

.accordion-button:not(.collapsed) {
    background-color: var(--burgundy); /* Change to your desired color */
    color: #fff;
}


/*#popupmodal .modal-body {
	font-size:16px !important;
}*/


.speakersm{
    width:20px;
    height:auto;
}

.speakersm_dd {
    width: 18px;
    height: 18px;
}
.speakersm_dd:hover{
    cursor:pointer;
}
.btnListenHome {
    margin-left: -20px;
}

.hamburger{
    margin-top:32px;
}

@media (max-width: 630px) {
    .headsearch_btn {
        margin-top: 32px;
    }
    .inner-banner-content h1{
        position: absolute;
        bottom: 40px!important; /*from 30px iwc*/
        left: 0;
        width: 100%;
        height: auto
    }
}

@media (max-width: 1025px) {
    .headsearch_btn {
        margin-top: 32px;
    }
    .inner-banner-content h1 {
        position: absolute;
        bottom: 40px!important; /*from 30px iwc*/
        left: 0;
        width: 100%;
        height: auto
    }
}
.adopt-container {
    background-position: center;
    background-size: cover !important;
}



/*checkbox consent*/
.mycheckboxconsent {
    transform: scale(1.2);
    accent-color: var(--burgundy);
}