body {
    line-height: normal;
}

.v-m {
    vertical-align: middle;
}

.v-t {
    vertical-align: top;
}

.img-responsive {
    display: block;
    max-width: 100%;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.no-gutter.row {
    margin-left: 0px;
    margin-right: 0px;
}

.xxs-gutter.row {
    margin-left: -1px;
    margin-right: -1px;
}

.xs-gutter.row {
    margin-left: -3px;
    margin-right: -3px;
}

.sm-gutter.row {
    margin-left: -6px;
    margin-right: -6px;
}

.md-gutter.row {
    margin-left: -9px;
    margin-right: -9px;
}

.lg-gutter.row {
    margin-left: -12px;
    margin-right: -12px;
}

.xlg-gutter.row {
    margin-left: -15px;
    margin-right: -15px;
}

.xxlg-gutter.row {
    margin-left: -18px;
    margin-right: -18px;
}

.no-gutter > [class*='col-'] {
    padding-left: 0px;
    padding-right: 0px;
}

.xxs-gutter > [class*='col-'] {
    padding-left: 1px;
    padding-right: 1px;
}

.xs-gutter > [class*='col-'] {
    padding-left: 3px;
    padding-right: 3px;
}

.sm-gutter > [class*='col-'] {
    padding-left: 6px;
    padding-right: 6px;
}

.md-gutter > [class*='col-'] {
    padding-left: 9px;
    padding-right: 9px;
}

.lg-gutter > [class*='col-'] {
    padding-left: 12px;
    padding-right: 12px;
}

.xlg-gutter > [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
}

.xxlg-gutter > [class*='col-'] {
    padding-left: 18px;
    padding-right: 18px;
}

/* MARGINS & PADDINGS */
.m-n-t {
    margin-top: 0px;
}

.m-n-a {
    margin: 0px;
}

.m-n-b {
    margin-bottom: 0px;
}

.m-n-l {
    margin-left: 0px;
}

.m-n-r {
    margin-right: 0px;
}

.m-xs-t {
    margin-top: 4px;
}

.m-xs-a {
    margin: 4px;
}

.m-xs-b {
    margin-bottom: 4px;
}

.m-xs-l {
    margin-left: 4px;
}

.m-xs-r {
    margin-right: 4px;
}

.m-sm-t {
    margin-top: 8px;
}

.m-sm-a {
    margin: 8px;
}

.m-sm-b {
    margin-bottom: 8px;
}

.m-sm-l {
    margin-left: 8px;
}

.m-sm-r {
    margin-right: 8px;
}

.m-md-t {
    margin-top: 12px;
}

.m-md-a {
    margin: 12px;
}

.m-md-b {
    margin-bottom: 12px;
}

.m-md-l {
    margin-left: 12px;
}

.m-md-r {
    margin-right: 12px;
}

.m-lg-t {
    margin-top: 16px;
}

.m-lg-a {
    margin: 16px;
}

.m-lg-b {
    margin-bottom: 16px;
}

.m-lg-l {
    margin-left: 16px;
}

.m-lg-r {
    margin-right: 16px;
}

.m-xlg-t {
    margin-top: 20px;
}

.m-xlg-a {
    margin: 20px;
}

.m-xlg-b {
    margin-bottom: 20px;
}

.m-xlg-l {
    margin-left: 20px;
}

.m-xlg-r {
    margin-right: 20px;
}

.p-n-t {
    padding-top: 0px;
}

.p-n-a {
    padding: 0px;
}

.p-n-b {
    padding-bottom: 0px;
}

.p-n-l {
    padding-left: 0px;
}

.p-n-r {
    padding-right: 0px;
}

.p-xs-t {
    padding-top: 4px;
}

.p-xs-a {
    padding: 4px;
}

.p-xs-b {
    padding-bottom: 4px;
}

.p-xs-l {
    padding-left: 4px;
}

.p-xs-r {
    padding-right: 4px;
}

.p-sm-t {
    padding-top: 8px;
}

.p-sm-a {
    padding: 8px;
}

.p-sm-b {
    padding-bottom: 8px;
}

.p-sm-l {
    padding-left: 8px;
}

.p-sm-r {
    padding-right: 8px;
}

.p-md-t {
    padding-top: 12px;
}

.p-md-a {
    padding: 12px;
}

.p-md-b {
    padding-bottom: 12px;
}

.p-md-l {
    padding-left: 12px;
}

.p-md-r {
    padding-right: 12px;
}

.p-lg-t {
    padding-top: 16px;
}

.p-lg-a {
    padding: 16px;
}

.p-lg-b {
    padding-bottom: 16px;
}

.p-lg-l {
    padding-left: 16px;
}

.p-lg-r {
    padding-right: 16px;
}

.p-xlg-t {
    padding-top: 20px;
}

.p-xlg-a {
    padding: 20px;
}

.p-xlg-b {
    padding-bottom: 20px;
}

.p-xlg-l {
    padding-left: 20px;
}

.p-xlg-r {
    padding-right: 20px;
}

.vertical-align {
    align-items: center;
    display: flex;
}



.hw {
    /*position: absolute;*/
    position: relative;
    width: 100%;
}

.headerwrapper {
    backface-visibility: hidden;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 0;
    right: 0;
}

@media (max-width: 992px) {
    .headerwrapper {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        position: relative;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    }

    .remove-title button {
        margin-top: 15px;
    }
}

.logo {
    padding: 15px 0;
    width: 200px;
    margin: auto;
    margin-left: 57%;
}


/*.navOverlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 56;
}

    .navOverlay.shows {
        display: block;
    }*/

.menu_bg {
    background-color: #C32143;    
}

.login_register_btn {
    background-color: #FF8C00;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
}

@media (max-width: 768px) {
    .login_register_btn {
        margin-top: 8px;
        padding: 6px 10px;
    }
}

.login_register_btn:hover, .login_register_btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #EC8200;
    cursor: pointer;
}

.searchbar span {
    display: none;
}

.searchbar {
    color: #333;
    float: right;
    margin-right: 35px;
    margin-top: 7px;
}

@media (max-width: 768px) {
    .searchbar {
        margin-top: 15px;
        margin-right: 0px;
    }
}

.searchbar:hover, .searchbar:focus {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.inner_bg {
    background-position: center center;
    color: #fff;
    height: 140px;
    padding-top: 25px;
    text-align: center;
    background-image: url(../images/inner_bg.jpg) !important;
    background-size: 100%;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .inner_bg {
        height: 100px;
        padding-top: 15px;
        margin-top: 0px;
        background-size: cover;
    }
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    color: #fff;
    padding: 8px !important;
    text-align: center;
    background-color: #fff;
}

.inner_title {
    text-align: center;
    font-size: 26px;
    color: #fff;
    padding-bottom: 10px;
    color: #c32143;
    font-weight: 400;
}

@media (max-width: 991px) {
    .inner_title {
        font-size: 20px;
        line-height: 20px;
        padding: 0px 0;
    }
}

.headerContainer,
.bodyContainer,
.footerContainer {
    max-width: 960px;
    margin: 0 auto;
    background: #FFF;
    position: static;
}

.padding {
    padding: 20px;
}

.bodyContainer {
    min-height: 500px;
}

.headerContainerWrapper {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: top 500ms ease;
    -moz-transition: top 500ms ease;
    -o-transition: top 500ms ease;
    transition: top 500ms ease;
    /* enable hardware acceleration to fix laggy transitions */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.headerContainerShadow {
    background: #FFF;
    border-bottom: 2px solid #eee;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 999999;
    /* to place the header above all elements */
}

.menu_bg.sticky {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999;
    border-bottom: 1px solid #8D232E;
}

.blur {
    -webkit-filter: blur(1px) grayscale(0.5);
    filter: blur(1px) grayscale(0.5);
    opacity: 0.1;
}

.header-inner {
    position: relative;
}

.navbar-main {
    position: relative;
    z-index: 99;
}

.nav-main li.open span {
    color: #FF0000;
}

.nav-main {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
    display: table;
    margin: auto;
    text-decoration: none;
}

    .nav-main .dropdown-toggle::after {
        display: none;
    }

    .nav-main > li {
        display: inline-block;
        position: relative;
    }

        .nav-main > li a {
            color: #ffffff;
            display: block;
            font-size: 14px;
            font-weight: normal;
            letter-spacing: 1px;
            outline: medium none;
            padding: 12px 20px;
            text-decoration: none;
            text-transform: capitalize;
        }

            .nav-main > li a:after {
                height: 11px;
                width: 1px;
                background-color: #fff;
                content: "";
                position: absolute;
                right: 0;
                top: 17px;
            }

        .nav-main > li:last-child a:after {
            display: none;
        }


@media (max-width: 992px) {
    .nav-main > li a:after {
        display: none;
    }
}

.snackbar {
    text-align: center;
}

    .snackbar.snackbar-opened {
        margin-bottom: 0 !important;
    }

.last_child::after {
    display: none;
}

.nav-main > li a:hover {
    color: white-color;
}

.navbar-toggle {
    display: inline-block;
    float: none;
    margin: 0 10px 0 0;
    height: 48px;
    padding: 0;
    background-color: transparent;
    border: none;
    vertical-align: baseline;
}

    .navbar-toggle .icon-bar {
        background-color: #c32143;
        display: block;
        height: 2px;
        margin: 0;
        position: relative;
        width: 28px;
        border-radius: 4px;
    }

        .navbar-toggle .icon-bar.bar-top {
            width: 20px;
        }

        .navbar-toggle .icon-bar.bar-middle {
            width: 22px;
        }

        .navbar-toggle .icon-bar.bar-bottom {
            width: 26px;
        }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 7px;
        }

.toggleMenu {
    color: #fff;
    padding: 10px;
    font-size: 25px;
    float: left;
}

@media (max-width: 992px) {
    .logo.inline-block {
        max-width: 130px;
        margin: 0;
    }

    .navbar-main.sticky.opened {
        right: 0;
        opacity: 1;
    }

    .navbar-main.opened {
        left: 0;
    }

    .navbar-main {
        background-color: #0d274f;
        bottom: 0;
        left: -300px;
        text-align: left;
        overflow: auto;
        padding: 0;
        position: fixed;
        display: block;
        top: 0;
        width: 270px;
        z-index: 9999;
        transition: all 0.25s linear 0s;
    }

        .navbar-main li {
            border-bottom: 1px solid #ffffff4f;
            text-transform: uppercase;
            width: 100%;
        }

            .navbar-main li:hover > a {
                background-color: rgba(0, 0, 0, 0.05);
            }

        .navbar-main .category-menu > li::after {
            display: none;
        }

        .navbar-main .nav-main {
            display: block;
        }

            .navbar-main .nav-main li a {
                color: #fff;
                display: block;
                height: 48px;
                line-height: 48px;
                padding: 0 20px;
            }
}

.footer-wrapper {
    position: relative;
    background-color: #0d274f;
}

    .footer-wrapper .copyright-info {
        font-weight: normal;
        padding: 0px 0;
        font-size: 15px;
        color: #fff;
    }

@media (max-width: 992px) {
    .footer-wrapper .copyright-info {
        text-align: center;
    }
}

.footer-wrapper .pwd-info {
    color: #fff;
    padding: 0px 0;
}

@media (max-width: 992px) {
    .footer-wrapper .pwd-info {
        text-align: center;
    }
}

.footer-wrapper .pwd-info a {
    color: #fff;
}

    .footer-wrapper .pwd-info a:hover {
        color: #ea3f62;
        text-decoration: none;
    }

.footer-top {
    padding: 10px 0 0;
}

.footer-bottom {
    padding: 15px 0;
    border-top: 1px solid #cccccc47;
}

.about-section {
    line-height: 20px;
    color: #333333;
    text-align: justify;
}

.btn-orange-outline {
    background-color: transparent;
    border: 1px solid #FF0000;
    font-size: 13px;
}

.btn-more {
    font-size: 12px;
    height: 36px;
    min-width: 120px;
}

.subscribe-section {
    background-color: #1D1D1D;
    color: #ffffff;
    padding: 15px 0;
}

    .subscribe-section .inline-block {
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
    }

    .subscribe-section .newsletter-control {
        min-width: 250px;
    }

@media (max-width: 768px) {
    .footer-content {
        padding-bottom: 15px;
    }

    .subscribe-section {
        text-align: center;
    }

        .subscribe-section .footer-title {
            display: block;
            position: relative;
        }
}

.link-follow {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    display: block;
}

    .link-follow li {
        display: inline-block;
        margin-right: 10px;
    }

        .link-follow li a {
            height: 32px;
            width: 32px;
            display: block;
            line-height: 34px;
            text-align: center;
            -webkit-border-radius: 32px;
            -moz-border-radius: 32px;
            -ms-border-radius: 32px;
            border-radius: 32px;
        }

            .link-follow li a:hover {
                -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
            }

.newsletter.inline-block {
    min-height: 30px;
    margin-right: 1px;
}

.subscribe-btn {
    padding: 6px 10px;
    font-size: 12px;
    height: 40px;
    background-color: #666666;
    border: none;
}

.newsletter-control {
    font-size: 12px;
    height: 40px;
}

.btn-transparent.btn-subscribe {
    color: #ffffff;
}

#scroll-top {
    bottom: -100px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    right: 10px;
    text-align: center;
    transition: all 0.4s ease 0s;
    z-index: 12;
}

    #scroll-top.active {
        bottom: 10px;
    }

.facebook-icon {
    background-position: -9px -253px;
    width: 37px;
    height: 37px;
    display: inline-block;
}

.twitter-icon {
    background-position: -99px -253px;
    width: 37px;
    height: 37px;
    display: inline-block;
}

.youtube-icon {
    background-position: -54px -253px;
    width: 37px;
    height: 37px;
    display: inline-block;
}

.pinterest-icon {
    background-position: -188px -253px;
    width: 37px;
    height: 37px;
    display: inline-block;
}

.google-icon {
    background-position: -150px -253px;
    width: 37px;
    height: 37px;
    display: inline-block;
}

.instagram-icon {
    background-position: -144px -253px;
    width: 37px;
    height: 37px;
    display: inline-block;
}

.footer_text {
    font-size: 12px;
    line-height: 25px;
    margin-top: 20px;
    text-align: justify;
}

@media (max-width: 768px) {
    .footer_text {
        display: none;
    }
}


.followus {
    margin: 0px;
    padding: 0px;
}

@media (max-width: 992px) {
    .follwo_title {
        display: none;
    }
}

.followus {
    margin: 0px;
    padding: 0px;
}

@media (max-width: 992px) {
    .followus {
        display: table;
        margin: auto;
        margin-top: 10px;
    }
}

.followus ul {
    margin: 0px;
    padding: 0px;
}

    .followus ul li {
        margin: 0px;
        padding: 0px;
        display: inline-block;
    }

        .followus ul li:hover {
            opacity: 0.8;
        }

.footer_link {
    text-align: center;
    color: #666;
    line-height: 28px;
}

    .footer_link a {
        color: #fff;
    }

        .footer_link a:hover {
            color: #ea3f62;
            text-decoration: none;
        }

.f_border {
    background-color: #fff;
}

body {
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

body {
    line-height: normal;
}

.v-m {
    vertical-align: middle;
}

.v-t {
    vertical-align: top;
}

.img-responsive {
    display: block;
    max-width: 100%;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.no-gutter.row {
    margin-left: 0px;
    margin-right: 0px;
}

.xxs-gutter.row {
    margin-left: -1px;
    margin-right: -1px;
}

.xs-gutter.row {
    margin-left: -3px;
    margin-right: -3px;
}

.sm-gutter.row {
    margin-left: -6px;
    margin-right: -6px;
}

.md-gutter.row {
    margin-left: -9px;
    margin-right: -9px;
}

.lg-gutter.row {
    margin-left: -12px;
    margin-right: -12px;
}

.xlg-gutter.row {
    margin-left: -15px;
    margin-right: -15px;
}

.xxlg-gutter.row {
    margin-left: -18px;
    margin-right: -18px;
}

.no-gutter > [class*='col-'] {
    padding-left: 0px;
    padding-right: 0px;
}

.xxs-gutter > [class*='col-'] {
    padding-left: 1px;
    padding-right: 1px;
}

.xs-gutter > [class*='col-'] {
    padding-left: 3px;
    padding-right: 3px;
}

.sm-gutter > [class*='col-'] {
    padding-left: 6px;
    padding-right: 6px;
}

.md-gutter > [class*='col-'] {
    padding-left: 9px;
    padding-right: 9px;
}

.lg-gutter > [class*='col-'] {
    padding-left: 12px;
    padding-right: 12px;
}

.xlg-gutter > [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
}

.xxlg-gutter > [class*='col-'] {
    padding-left: 18px;
    padding-right: 18px;
}

/* MARGINS & PADDINGS */
.m-n-t {
    margin-top: 0px;
}

.m-n-a {
    margin: 0px;
}

.m-n-b {
    margin-bottom: 0px;
}

.m-n-l {
    margin-left: 0px;
}

.m-n-r {
    margin-right: 0px;
}

.m-xs-t {
    margin-top: 4px;
}

.m-xs-a {
    margin: 4px;
}

.m-xs-b {
    margin-bottom: 4px;
}

.m-xs-l {
    margin-left: 4px;
}

.m-xs-r {
    margin-right: 4px;
}

.m-sm-t {
    margin-top: 8px;
}

.m-sm-a {
    margin: 8px;
}

.m-sm-b {
    margin-bottom: 8px;
}

.m-sm-l {
    margin-left: 8px;
}

.m-sm-r {
    margin-right: 8px;
}

.m-md-t {
    margin-top: 12px;
}

.m-md-a {
    margin: 12px;
}

.m-md-b {
    margin-bottom: 12px;
}

.m-md-l {
    margin-left: 12px;
}

.m-md-r {
    margin-right: 12px;
}

.m-lg-t {
    margin-top: 16px;
}

.m-lg-a {
    margin: 16px;
}

.m-lg-b {
    margin-bottom: 16px;
}

.m-lg-l {
    margin-left: 16px;
}

.m-lg-r {
    margin-right: 16px;
}

.m-xlg-t {
    margin-top: 20px;
}

.m-xlg-a {
    margin: 20px;
}

.m-xlg-b {
    margin-bottom: 20px;
}

.m-xlg-l {
    margin-left: 20px;
}

.m-xlg-r {
    margin-right: 20px;
}

.p-n-t {
    padding-top: 0px;
}

.p-n-a {
    padding: 0px;
}

.p-n-b {
    padding-bottom: 0px;
}

.p-n-l {
    padding-left: 0px;
}

.p-n-r {
    padding-right: 0px;
}

.p-xs-t {
    padding-top: 4px;
}

.p-xs-a {
    padding: 4px;
}

.p-xs-b {
    padding-bottom: 4px;
}

.p-xs-l {
    padding-left: 4px;
}

.p-xs-r {
    padding-right: 4px;
}

.p-sm-t {
    padding-top: 8px;
}

.p-sm-a {
    padding: 8px;
}

.p-sm-b {
    padding-bottom: 8px;
}

.p-sm-l {
    padding-left: 8px;
}

.p-sm-r {
    padding-right: 8px;
}

.p-md-t {
    padding-top: 12px;
}

.p-md-a {
    padding: 12px;
}

.p-md-b {
    padding-bottom: 12px;
}

.p-md-l {
    padding-left: 12px;
}

.p-md-r {
    padding-right: 12px;
}

.p-lg-t {
    padding-top: 16px;
}

.p-lg-a {
    padding: 16px;
}

.p-lg-b {
    padding-bottom: 16px;
}

.p-lg-l {
    padding-left: 16px;
}

.p-lg-r {
    padding-right: 16px;
}

.p-xlg-t {
    padding-top: 20px;
}

.p-xlg-a {
    padding: 20px;
}

.p-xlg-b {
    padding-bottom: 20px;
}

.p-xlg-l {
    padding-left: 20px;
}

.p-xlg-r {
    padding-right: 20px;
}

.p-xlg01-a {
    padding: 30px;
}

.vertical-align {
    align-items: center;
    display: flex;
}

@media (max-width: 768px) {
    .vertical-align-md-n {
        align-items: center;
        display: block;
    }
}

body {
    color: #000000;
    font-size: 13px;
}

.container {
    max-width: 1260px;
}

.dropdown-toggle::after {
    display: none;
}

.text-black {
    color: #000000;
}

.text-underline {
    color: #000000;
    text-decoration: underline;
}

.img-full, .img-full img {
    width: 100%;
}

.text-orange {
    color: #FF0000;
}

.breadcrumb {
    margin-top: 0px;
    background-color: transparent;
    text-align: center;
    padding: 7px;
    color: #333;
}

    .breadcrumb a {
        color: #000;
        text-decoration: none;
    }

        .breadcrumb a:hover, .breadcrumb a:focus {
            color: #9C2632;
            text-decoration: none;
        }



.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #333;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: #9C2632;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #ccc;
}

.checkbox-custom-label {
    font-size: 13px;
}

.page-header {
    padding: 10px 0;
    position: relative;
    margin-bottom: 0;
    background-color: #6C130B;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

@media (max-width: 992px) {
    .page-header {
        height: 70px;
    }

    .breadcrumb {
        display: block;
    }
}

.page-header h1, .page-header h2, .page-header h3, .page-header h4 {
    margin: 0;
    padding: 2px 0;
    display: block;
    position: relative;
    font-size: 50px;
    color: #fff;
    font-family: 'ind736n', Times, serif;
}

@media (max-width: 992px) {
    .page-header h1, .page-header h2, .page-header h3, .page-header h4 {
        font-size: 25px;
    }
}

.section-title {
    padding: 15px 0;
    position: relative;
    margin-bottom: 16px;
}

@media (max-width: 605px) {
    .section-title {
        margin-bottom: 10px;
        padding: 5px 0;
    }
}

.section-title .title-line {
    background-color: #FF0000;
    bottom: 0;
    display: inline-block;
    height: 3px;
    position: relative;
    width: 50px;
    z-index: -1;
}

.section-title h1, .section-title h2, .section-title h3, .section-title h4 {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    font-size: 32px;
    padding-top: 0px;
    color: #c32143;
    font-family: 'Elsie', cursive;
}

.title-icon {
    margin-bottom: -5px;
}

@media (max-width: 768px) {
    .section-title h1, .section-title h2, .section-title h3, .section-title h4 {
        font-size: 22px;
    }
}

.title-left {
    text-align: left;
}

.section-title.title-nounderline {
    border-bottom: none;
}

.section-title.title-underline {
    border-bottom: 1px solid #D7D5D6;
}

.sub-title h3, .sub-title {
    font-size: 20px;
    color: #333333;
}

.light-bg {
    background-color: #f7f7f9;
    padding: 30px;
}

@media (max-width: 768px) {
    .light-bg {
        padding: 10px;
    }
}

.animation-box {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.2s ease-in 0s, transform 0.2s ease-in 0s, -ms-transform 0.2s ease-in 0s;
}

    .animation-box.already-visible {
        opacity: 1;
        transform: scale(1);
        transition: opacity 0.2s ease-in 0s, transform 0.2s ease-in 0s, -ms-transform 0.2s ease-in 0s;
    }

    .animation-box.complete {
        opacity: 1;
        transform: scale(1);
        transition: opacity 0.2s ease-in 0s, transform 0.2s ease-in 0s, -ms-transform 0.2s ease-in 0s;
    }

.containt-bg {
    background-size: cover;
    min-height: 500px;
    padding: 100px 0;
    text-align: justify;
}

@media (max-width: 992px) {
    .containt-bg {
        font-size: 13px;
        padding: 20px 0;
        min-height: 100%;
    }
}

.proinfo_dropdown {
    display: none;
}

@media (max-width: 991px) {
    .btn {
        position: relative;
        transition: all 0.25s linear 0s;
        width: 100%;
    }

    .proinfo_dropdown {
        background-color: #F4EEE1;
        border: 1px solid #D6BF8F;
        display: block;
        padding: 10px;
        width: 100%;
    }

    .nav.tabs-left {
        display: none;
    }
}



.btn {
    position: relative;
    transition: all 0.25s linear 0s;
}


.btn-orange-outline:hover {
    background-color: #FF0000;
    color: #fff;
}

.btn.btn-secondary::before {
    background: rgba(216, 170, 121, 0.2);
    border: solid 1px rgba(0, 0, 0, 0.2);
}

/*# sourceMappingURL=master.css.map */
/*Aded By Himanshu*/
.why-register-sec h3 {
    text-align: center;
    color: #333;
    font-size: 18px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}

.why-register-sec ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


    .why-register-sec ul li i {
        display: inline-block;
    }

    .why-register-sec ul li span {
        display: block;
    }

.register-btn {
    background-color: #ff8c00;
    color: #fff;
}

.login_register_btn {
    padding: 4px 10px !important;
}

    .login_register_btn span {
        color: #000;
        display: inline-block;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-top: 5px;
        vertical-align: middle;
        font-size: 13px;
    }

.register_login_btn {
    height: 43px;
    padding: 5px 10px !important;
    margin-right: 10px !important;
    background-color: #9C2632 !important;
    text-transform: capitalize;
}

    /*.register_login_btn:hover {
        background-color: #c0303f !important;
    }*/

    .register_login_btn span {
        border-left: 1px solid #fff;
        display: inline-block;
        margin-left: 10px;
        padding-left: 10px;
        vertical-align: middle;
        line-height: 14px;
        text-align: left;
        font-size: 13px;
        color: #fff;
    }

        .register_login_btn span i {
            display: block;
            font-size: 11px;
        }


.logout-btn span {
    border-left: 1px solid #b06100;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
    vertical-align: middle;
    font-size: 13px;
}

.defualt-cursor {
    cursor: default !important;
}

.black-heading {
    color: #000;
}

.mar-top-5 {
    margin-top: 5px !important;
}



/*addede by vikash on 2-6-2017*/
@media (max-width: 992px) {
    .main-banner {
    }

    .update-profile-btn.btn {
        width: 100% !important;
    }

    .mob-search {
        width: 66.6667%;
        margin-left: 16.6667%;
    }

    /*#home-slider {
        display: none !important;
    }*/

    .main-banner.home-top-pad {
        /*margin-top: 57px;*/
        position: relative;
    }

    .why-register-sec ul li {
        width: 25% !important;
        float: left;
    }
}

@media (max-width: 768px) {
    .center-div {
        display: block !important;
    }

    .main-banner.home-top-pad {
        padding-top: 25px;
    }
}

@media (max-width: 560px) {
    .mob-search {
        width: 100%;
        margin-left: 0;
    }

    .login_register_btn span, .register_login_btn span {
        font-size: 11px;
    }
}

@media (max-width: 460px) {
    .login-key-icon {
        background-position: 0 -319px;
        height: 26px;
    }
}

@media (max-width: 425px) {
    .login-key-icon, .register_icon {
        display: none !important;
    }

    .login_register_btn span, .register_login_btn span {
        margin-left: 0;
        padding-left: 0;
        border: none;
    }

    .login_register_btn span {
        padding-top: 7px;
    }
}

@media (max-width: 623px) {
    .mobile-txt-none span {
        display: none;
    }

    .mobile-icon-none i {
        display: none;
    }

    .mobile-icon-none span {
        margin-left: 0;
        padding-left: 0;
        border: none;
    }
}

.edit-profile li a {
    list-style: none;
    background-color: #efefef;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}

.edit-profile .active > a {
    background-color: #dfdfdf;
}

.short-btn {
    background: #9C2632;
    border: 2px solid #e5e5e5;
}

    .short-btn a {
        color: #fff;
        text-decoration: none;
    }

.searchbox_w {
    background-color: #C32143;
    width: 100%;
}

.searchnow_btn {
    background-color: #ffffff !important;
    color: #000000 !important;
    display: table;
    margin: auto;
    padding: 12px 55px;
    font-weight: bold !important;
}

.search_slogan {
    color: #fff;
    font-size: 22px;
    padding: 30px 0;
    text-align: center;
}

@media (max-width: 992px) {
    .search_slogan {
        padding: 10px 0px 7px;
        line-height: 26px;
        font-size: 20px;
    }
}



.review_w {
    background-color: #F3F3F3;
    margin: auto;
    width: 100%;
    margin-top: 55px;
    padding-bottom: 30px;
    padding-top: 25px;
}

.review_box {
    background-color: #fff;
    width: 100%;
    padding: 15px;
    margin-bottom: 28px;
    border: 3px solid #eaeaea;
}

    .review_box:hover {
        border: 3px solid #C32143;
    }

.review_text {
    float: left;
    width: 85%;
    padding-left: 3%;
}

.c_photo {
    float: left;
    width: 15%;
    border-radius: 100%;
}

.r_by {
    color: #c32143;
    font-size: 14px;
    text-align: right;
    font-weight: 500;
}

@media (max-width: 992px) {
    .r_by {
        font-size: 13px;
    }
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.section-header {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    color: #c32143;
    width: 100%;
}

.link {
    margin: 0px;
    padding: 0px;
}

    .link ul {
        margin: 0px;
        padding: 0px;
    }

        .link ul li {
            display: block;
            color: #000;
            list-style: none;
        }

            .link ul li a {
                border-bottom: 1px solid #dcdcdc;
                color: #333;
                display: block;
                font-weight: normal;
                padding: 9px 22px;
                text-decoration: none;
            }

                .link ul li a:hover {
                    color: #c32143;
                    text-decoration: none;
                }

    .link .active {
        border-bottom: 2px solid #c32143;
    }

.li-logout {
}

.s20 .img-responsive {
    height: auto;
    width: 100%;
}

@media (max-width: 991px) {
    .vertical-align-md-n {
        align-items: center;
        display: block !important;
    }

    .searchbox_w {
        padding: 7px;
    }

    .search_slogan {
        padding: 10px 0 12px;
    }
}

.login-to-view {
    background-color: #c32143 !important;
    padding: 13px 25px !important;
    border: 0 !important;
    border-radius: 3px !important;
    color: #fff !important;
}

    .login-to-view:hover {
        opacity: 0.8;
    }

.login_register_btn {
    background-color: #fff !important;
}

.register_login_btn {
    background-color: #fff !important;
    border: 1px solid #333 !important;
}

.profile-img-box img {
    border-radius: 100%;
    box-shadow: 0px 4px 8px #ccc;
}

.profile-box {
    padding: 25px;
    border: 2px solid #cccccc00;
    border-radius: 8px;
    box-shadow: 0px 0px 12px #00000026;
    margin: 3px;
    text-align: center;
}

    .profile-box:hover {
        border: 2px solid #c32143;
    }

.f-title {
    font-family: 'Elsie', cursive;
    font-size: 32px;
    line-height: 34px;
    text-transform: capitalize;
}

a.home-anchor-pf {
    text-decoration: none;
}

    a.home-anchor-pf:hover {
        text-decoration: none;
    }

.profile-id {
    font-weight: 600;
    color: #c32143;
    margin-top: 15px;
}
.profile1-id {
    font-weight: 600;
    color: #4a494a;
}

.profile-detail {
    color: #000;
}

.section-btn {
    margin-top: 25px;
}

.free-reg-anchor {
    background-color: #c32143;
    color: #fff;
    padding: 10px 25px;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 500;
}

    .free-reg-anchor:hover {
        color: #fff;
        text-decoration: none;
    }

.free-search-anchor {
    background-color: #c32143;
    color: #fff;
    padding: 10px 25px;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 500;
}

    .free-search-anchor:hover {
        color: #fff;
        text-decoration: none;
    }

.section-home-abt {
    box-shadow: 1px 1px 10px #00000036;
    padding: 25px 45px;
}

.register-title-new {
    margin-left: -12px;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: 600;
}

.community-wise-search h1 {
    background-color: #fff;
    color: #c32143;
}

.login-box-ttl {
    background-color: #fff !important;
    color: #c32143 !important;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #c32143 !important;
    background-color: #c32143 !important;
}

.reg_inner_bg {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 35px;
}

    .reg_inner_bg .inner_title {
        padding-top: 0;
    }

    .reg_inner_bg p {
        color: #0d0d0d;
        font-size: 14px;
        font-weight: 400;
    }

.verify-icon {
    font-size: 18px;
    font-weight: 500;
    color: green;
}

.profile-verify {
    background-position: -45px -59px;
    width: 26px;
    height: 26px;
}

.profile-notverify {
    background-position: -23px -59px;
    width: 26px;
    height: 26px;
}

.notverify-icon {
    font-size: 18px;
    font-weight: 500;
    color: #c32143;
}

.verify-block, .notverify-block {
    padding: 5px 10px;
    border: 1px solid #c32143;
    border-radius: 7px;
    margin-right: 45px;
}

.remove-title {
    font-size: 18px;
    font-weight: 400;
}

.remove-block p {
}

.remove-delete {
    margin-bottom: 25px;
}

.a-remove {
    font-size: 15px;
    margin: 0;
    line-height: 48px;
    font-weight: bold;
}

    .a-remove:hover {
        color: #c32143;
        text-decoration: none;
    }

.profile_remove_btn {
    pointer-events: none;
}

.remove-chat {
    display: inline-block;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
}

.chat_remove_icon {
    background-position: -71px -299px;
    background-size: 130px auto;
    height: 20px;
    vertical-align: middle;
    width: 22px;
}

.footer-text-s {
    font-weight: normal;
    padding: 0px 0;
    font-size: 13px;
    color: #fff;
}

.remove-note-block01 {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 15px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
    .wrapper.re_bg {
        background-size: auto !important;
    }

    .reg_inner_bg .inner_title {
        margin-bottom: 8px;
    }
}
