/*ARS Matrimony Css*/
/*Three site css are in this page*/
/*1.Hindu
   2.Chritian
   3.Muslim*/

body {
    font-family: 'Raleway', sans-serif;
    background: #F9F9F9;
    color: #000000;
}

p {
    font-size: 14px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h3 {
    color: #FF0068;
    font-weight: bold;
}

.m0 {
    margin: 0px;
}

.number-font {
    font-family: 'Roboto', sans-serif;
}

.light {
    font-weight: 300;
}

.normal {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semi-bold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.font-16 {
    font-size: 16px;
}

.theme-txt {
    color: #FF0068 !important;
}

.theme-bg {
    background: #FF0068 !important;
    color: #fff !important;
}

.bg-pink {
    background: #FF0068;
    color: #fff;
}

.text-yellow {
    color: yellow;
}

/*category page css*/
.bg-img {
    background-image: url(../image/bg.jpg);
    background-size: cover;
    height: 100vh;
}

.category-item img {
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
    height: 450px;
    width: 100%;
}

.category-item {
    position: relative;
    -webkit-box-shadow: 10px 10px 29px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 10px 10px 29px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 10px 10px 29px 0px rgba(0, 0, 0, 0.21);
}

.over-title {
    color: #fff;
    left: 0px;
    bottom: 0px;
    position: absolute;
    transition-duration: 0.5s;
    height: 33%;
    width: 100%;
    border-radius: 10px;
}

.descip-link {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    text-align: center;
}

.category-item:hover .over-title {
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.descip-link h4 {
    font-weight: 400;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 0px;
}

a.Click-here {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 3px;
    font-weight: 300;
    padding: 10px 20px;
}

/*header css*/
.common_logo {
    width: 460px;
    padding: 15px;
}

.logo {
    width: 112px;
    margin-left: 30px;
    display: inline-block;
}

.logo2 {
    width: 325px;
    display: inline-block;
}

.navigation {
    height: 80px;
    background: rgba(255, 255, 255, 0.6);
    z-index: 2;
    position: absolute;
    width: 100%;

}

.menu ul {
    padding-left: 0px;
}

.menu li {
    display: inline-block;
    list-style: none;
}

.menu li a {
    display: inline-block;
    padding: 28px 15px;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    text-shadow: 1px 1px 2px #FF0068, 0 0 25px #FF0068, 0 0 5px #FF0068;
}

.user-img {
    width: 50px;
    margin-right: 20px;
}

.top-header h6 {
    font-size: 14px;
    margin-bottom: 0;
}

.top-header h6 a:hover {
    color: #fff;
}

.top-header {
    background: #71798E;
}

.menu li a.dropdown-item {
    padding: 10px;
    text-align: center;
}


.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    box-shadow: 1px 1px 10px #ddd;
    background-color: #fff;
}

.navbar_active {
    color: #fff !important;
    font-weight: 700 !important;
}

/*--responsive menu css----*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgb(224, 102, 136);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
    white-space: nowrap;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.menu-btn {
    padding: 18px 15px;
}

.sidenav li {
    list-style: none;
}

.sidenav ul {
    padding-top: 40px;
    text-align: center;
    padding-left: 0px;
}

#main {
    transition: margin-left .5s;
}

/*------------------------Hindu CSS------------------*/

/*Home page css*/
.home-ban {
    background-image: url(../image/home-ban.jpg);
    height: 550px;
    background-size: cover;
    background-position: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0 100%);
    margin-bottom: calc(0% - 4vw - 10px);
    position: relative;
    padding-top: 80px;
}

.home-ban:before {
    content: "";
    background: rgba(113, 121, 142, 0.6);
    display: inline-block;
    height: 100%;
    width: 35%;
    position: absolute;
    top: 0;
    left: 0;
}

.home-search .form-control {
    background: rgba(235, 236, 240, 0.2);
    box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.1);
    border: none;
}

.home-search h5 {
    font-weight: 700;
    opacity: 0.9;
    font-size: 16px;
}

.home-search option {
    color: #333333;
}

.home-search select.form-control {
    color: #fff;
}

.home-search select.form-control {
    color: rgba(255, 255, 255, 0.7);
    -webkit-appearance: none;
    background-image: url(../image/down-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 95%;
    font-weight: 700;
    font-size: 15px;
}

/*btn colors*/
.btn-pink {
    background-color: #FF0068;
    color: #ffffff;
    border-radius: 3px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    border: none;
    cursor: pointer;
}

/*features css*/
.feature-block {
    height: 150px;
    background: #fff;
    transition-duration: 0.5s;
}

.feature-block p {
    margin: 0px;
}

.feature-block:hover {
    -webkit-box-shadow: 10px 10px 54px -9px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 54px -9px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 54px -9px rgba(0, 0, 0, 0.3);
}

/*parallax css*/
.parallax {
    background-image: url(../image/parallax.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

.img-border {
    width: 160px;
    padding: 35px;
    border: 3px solid #fff;
    border-radius: 50%;
}

.step-desc h1 {
    font-size: 70px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    border-right: 3px solid rgba(255, 255, 255, 0.8);
}

.step-desc h6 {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 20px;
}

/*profile slide css*/
.profile-slide a {
    text-decoration: none;
    color: #333333;
    display: block;
}

.profile-slide img {
    height: 275px !important;
    object-fit: cover;
    object-position: center;
}

.profile-slide .item {
    transition-duration: 0.2s;
}

.profile-detail {
    height: 60px;
}

/*bank details css*/
.bank-detail {
    /*background-image: url(../image/bank-bg.jpg);*/
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}

/*footer css*/
.footer {
    background: #71798E;
}

.footer p {
    margin-bottom: 0px;
}

.quick-links ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.quick-links li {
    list-style: none;
    display: inline-block;
}

.quick-links li a {
    padding: 0px 15px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

.ban-sec {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0 100%);
    margin-bottom: calc(0% - 4vw - 10px);
    height: 350px;
    width: 100%;
}

.ban-sec h1 {
    text-shadow: 1px 4px 1px rgba(242, 110, 147, 1);
    font-weight: 700;
}

/*about page css*/
.about_ban {
    background-image: url(../image/about_ban.jpg);
}

/*registration page css*/
.regis_ban {
    background-image: url(../image/regis_ban.jpg);
}

.upload_img {
    object-position: center;
    object-fit: cover;
    height: 170px;
}

.register_form label {
    font-weight: 500;
    color: #0000CC;
}

.tamil_txt {
    font-size: 12px;
}

/*search css*/
.search_ban {
    background-image: url(../image/search_ban.jpg);
}

.select-style {
    -webkit-appearance: none;
    background-image: url(../image/down-arrow2.png) !important;
    background-repeat: no-repeat;
    background-position: center right;
    background-position-x: 95%;
}

.profile-box {
    border-radius: 10px;
    position: relative;
    padding-top: 8% !important;
    margin-top: 11%;
    transition-duration: 0.3s;
    box-shadow: 0px 9px 44px -18px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-bottom: 5px solid #ED3087;
}

.profile-box p {
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 600;
    color: #ED3087;
}

.profile-img {
    top: -80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.profile-img img {
    border: 10px solid #fff;
    box-shadow: -1px 3px 20px 0px rgba(0, 0, 0, 0.08);
    transition-duration: 0.3s;
    height: 150px;
    width: 150px;
    object-fit: cover;
    object-position: center;
}

.profile-box:hover {
    box-shadow: 0px 9px 37px -8px #FF0068;
}

.profile-img img:hover {
    transform: scale(1.4, 1.4);
}

.box-shadow {
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.box-shadow2 {
    box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.2);
}

.border-10 {
    border-radius: 10px;
}

.required {
    font-weight: 700;
    color: #ff0000;
}

/*profile view css*/
.view_ban {
    background-image: url(../image/profile-view.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 350px;
    width: 100%;
    position: relative;
}

.view-image {
    position: absolute;
    top: 110px;
    padding-left: 120px;
}

.view-image img {
    width: 300px;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.person-details h2 {
    font-weight: 700;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
}

.split p {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.split p:after {
    content: "";
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.7);
    display: inline-block;
    border-radius: 50%;
    margin: 0px 5px 0px 5px;
    vertical-align: middle;
}

.split p:last-child:after {
    display: none;
}

.profile-id {
    background: rgba(0, 0, 0, 0.15);
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    display: inline-block;
}

.profile-id p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
}

.custom-tab a {
    color: #333333;
    font-weight: 600;
    padding: 15px 11px;
    margin-right: 10px;
    background: #FF0068;
    color: #fff;
    border-radius: 8px;
}

.custom-tab li:first-child {
    padding-left: 35px;
}

.custom-tab a.nav-link.active {
    box-shadow: 1px 1px 25px rgb(255, 0, 104);
}

.title_border:after {
    content: "";
    height: 3px;
    display: block;
    width: 50px;
    background: #E06688;
    margin: auto;
    margin-top: 10px;
}

a.preview-close {
    position: absolute;
    right: 10px;
    display: inline-block;
    top: 10px;
    font-size: 24px;
    color: #5555;
    font-weight: 700;
}

a.enquiry-counts {
    background: rgb(113, 121, 142) !important;
    background: -moz-linear-gradient(left, rgba(113, 121, 142, 1) 0%, rgba(242, 110, 147, 1) 100%) !important;
    background: -webkit-linear-gradient(left, rgba(113, 121, 142, 1) 0%, rgba(242, 110, 147, 1) 100%) !important;
    background: linear-gradient(to right, rgba(113, 121, 142, 1) 0%, rgba(242, 110, 147, 1) 100%) !important;
    padding: 20px;
    margin: 0px 10px;
    display: inline-block;
    border-radius: 5px;
    width: 170px;
    height: 90px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.enquiry-counts span {
    font-size: 16px;
    font-weight: 500;
}

/*contact css*/
.contact-bg {
    background-image: url(../image/contact-bg.jpg);
    background-position: bottom;
}

/*login css*/
.log-img {
    height: 385px;
    object-fit: cover;
    object-position: center;
}

.list-style li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}

.login-bg {
    background-image: url(../image/login-bg.jpg);
}

p.detail-txt {
    color: #0000CC;
}

.border-pink {
    border: 2px solid #FF0068;
}

/*whatsapp & email*/
.social-com img {
    width: 40%;
    float: left;
}

.social-detail {
    background: #fff;
    padding: 35px 20px;
    width: 60%;
    float: left;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 9px 44px -18px #ED3087;
    height: 175px;
    display: flex;
    align-items: center;
}

/*------------------Christian css-------------------------*/
.chris-home-ban:before {
    background: rgba(42, 43, 74, 0.8);
}

.chris-home-ban {
    background-image: url(../image/christian/chris-home-bg.jpg);
}

.bg-chris1 {
    background-color: #2A2B4A !important;
}

.bg-chris2 {
    background-color: #F16F00 !important;
}

.chris-parallax {
    background-image: url(../image/christian/chris-parallax.jpg);
}

.chris-bank-detail {
    background-image: url(../image/christian/chris-bank-bg.jpg);
}

.search_ban-chris {
    background-image: url(../image/search_ban-chris.jpg);
}

.regis_ban-chris {
    background-image: url(../image/regis_ban-chris.jpg);
}

.about_ban-chris {
    background-image: url(../image/about_ban-chris.jpg);
}

.contact-bg-chris {
    background-image: url(../image/contact-bg-chris.jpg);
    background-position: bottom;
}

.login-bg-chris {
    background-image: url(../image/login-bg-chris.jpg);
    background-position: bottom;
}

/*muslim css*/
.mus-home-ban {
    background-image: url(../image/mus-home-bg.jpg);
}

.mus-parallax {
    background-image: url(../image/mus-parallax.jpg);
}

.search_ban-mus {
    background-image: url(../image/search_ban-mus.jpg);
}

.regis_ban-mus {
    background-image: url(../image/regis_ban-mus.jpg);
}

.about_ban-mus {
    background-image: url(../image/about_ban-mus.jpg);
}

.contact-bg-mus {
    background-image: url(../image/contact-bg-mus.jpg);
    background-position: top;
}

.login-bg-mus {
    background-image: url(../image/login-bg-mus.jpg);
    background-position: bottom;
}

.overflow-break {
    overflow-wrap: break-word !important;
}

/*Responsive css*/
@media (min-width: 219px) and (max-width: 480px) {
    .mob_colum {
        flex-direction: column;
        align-items: center;
    }

    .mob_hid {
        display: none;
    }

    .logo {
        margin-left: 10px;
        margin-top: 5px;
    }

    .navigation {
        height: 90px;
        background: #fff;
    }

    .home-ban:before {
        width: 100%;
    }

    .home-ban {
        height: 555px;
    }

    .feature-block img {
        width: 100px;
        margin: auto;
        padding-bottom: 15px;
    }

    .feature-block {
        height: auto;
        text-align: center;
    }

    .step-desc h1 {
        border: none;
    }

    .user-img {
        width: 85px;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .quick-links li a {
        padding: 0px 5px;
        font-size: 12px;
    }

    .footer p {
        margin-bottom: 5px;
        text-align: center;
        font-size: 12px;
    }

    .ban-sec {
        height: 240px;
        background-attachment: unset;
    }

    .profile-box {
        margin-top: 35%;
    }

    .profile-box:hover {
        margin-top: 35%;
    }

    .coll-xs-none {
        display: none;
    }

    .upload_img {
        display: block;
        margin: auto;
    }

    .check_txt {
        font-size: 12px;
    }

    .map {
        height: 350px;
    }

    .view_ban {
        display: block !important;
        height: 500px;
    }

    .view-image {
        position: unset;
        padding: 50px 15px 15px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .view-image img {
        width: 260px;
        height: 275px;
    }

    .person-details {
        text-align: center;
        width: 100%;
    }

    .custom-tab li {
        width: 100%;
        text-align: center;
    }

    .custom-tab li:first-child {
        padding-left: 0px;
    }

    .custom-tab a.nav-link.active {
        border-bottom: 2px solid #E37694;
        display: inline-block;
    }

    .logo2 {
        display: none;
    }

    .common_logo {
        width: 100%;
    }

    .tamil_txt {
        font-size: 14px;
    }

    .check_txt .tamil_txt {
        font-size: 12px;
    }

    .log-img {
        height: auto;
    }

    .xs-text-center {
        text-align: center !important;
    }

    .social-com img {
        width: 50%;
        display: inline-block;
        float: unset;
    }

    .social-detail {
        width: 100%;
        margin: 25px 0px;
    }

    .iso {
        display: none;
    }
}


/* SELVA CSS START HERE */
.mob_bottom_strip {
    position: fixed;
    bottom: 0;
    background: linear-gradient(to right, #07c090, #11998e);
    width: 100%;
    height: 75px;
    z-index: 99;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.mob_bottom_strip a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mob_bottom_strip a p {
    font-size: 15px;
    margin-bottom: 0px !important;
    margin-left: 5px;
    color: #fff;
    font-weight: bolder;
}

.foot_strip_p_fist {
    margin-top: 10px;
    margin-bottom: 0 !important;
    font-size: 12px !important;
}

.foot_strip_p {
    margin-top: 9px;
    margin-bottom: 0;
    font-size: 12px !important;
}


@media (min-width: 599px) and (max-width: 1999px) {
    .mob_bottom_strip {
        display: none;
    }
}

/* SELVA CSS ENDS HERE */