/*
Item: Active Matrimonial CMS
Author: Active IT zone
URL: https://www.activeitzone.com
*/
.navbar-brand {
	display: inline-block;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}
.listing-image {
	height: 216px !important;
}
.home-p-member a.btn.btn-styled.btn-xs.btn-base-1.z-depth-2-bottom.mt-2.text-white:focus,
.home-p-member a.btn.btn-styled.btn-xs.btn-base-1.z-depth-2-bottom.mt-2.text-white:hover {
    color: inherit;
    text-decoration: none;
    background: #24242D;
    border: 1px solid #24242D;
}
.swiper-container {
    height: 100%;
    padding: 0px 10px;
    margin: 0 -10px;
}
.sticky-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.sticky-header .navbar.bg-default {
    background: #fffffff3;
    border-bottom: 1px solid #f1f1f1f3;
}

.sticky-header + .sticky-content {
	padding-top: 114px;
}

.navbar-brand img {
    /*width: 150px;*/
    /*height: auto;*/
    /* position: absolute; */
        width: 100%;
}
a.navbar-brand {
    width: 200px;
}

/* sm */
@media (max-width: 575px){
	.top-navbar .top-navbar-menu > ul.top-menu > li > a {
	    padding: 14px 0px;
	}
	.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu {
	    left: 0;
	    right: auto;
	}
	.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu {
	    left: 0;
	    right: auto;
	}

	.top-navbar .top-navbar-menu > ul.top-menu > li > a {
	    font-size: 11px;
	}

	.top-navbar .top-navbar-menu > ul.top-menu > li > a > img {
	    width: 12px!important;
	    margin-top: 0px!important;
	}

	.top-navbar .top-navbar-menu > ul.top-menu > li.dropdown > a:after {
	    margin: 0;
	    font-size: 8px;
	}

	.top-navbar .top-navbar-menu ul.top-menu:not(:first-child) {
	    padding-left: 5px;
	}
	.top-navbar .top-navbar-menu .top_bar_right .dropdown-toggle {
	    padding: 0 7px;
	    font-size: 18px;
	}

	.top-navbar .top-navbar-menu .top_bar_right .top_nav_img {
	    height: 24px;
	    width: 24px;
	}

	.top-navbar .top-navbar-menu .top_bar_right .btn-xs {
	    padding: 3px !important;
	}
	nav.navbar {
	    padding: 10px 0;
	}

	nav.navbar .navbar-brand img {
	    max-height: 50px;
	    max-width: 100%;
	}

	nav.navbar .navbar-brand {
	    max-width: calc(100% - 60px);
	}
}
/* md */
@media (max-width: 767px){
	.footer {
	    text-align: center;
	}

	.footer .navbar-brand img {
	    max-width: 70%;
	    margin-bottom: 20px;
	}
	#payment_section .card-image img {
	    height: auto;
	}

}
/* lg */
@media (max-width: 991px){
}
/* xl */
@media (max-width: 1199px){
	.table-sm td, .table-sm th {
	    padding: 0.25rem .25rem;
	}
}

.profile-picture.profile-picture--style-2{
	width: 100%;
}

.home_pm{
	border-radius: 0;
	height: 220px;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.btn-twitter {
    color: #fff;
    background-color: #00aced;
    border-color: #00aced;
}

.blur_image{
	-webkit-filter: blur(6px); /* Safari 6.0 - 9.0 */
   filter: blur(6px);
}

label.error {
    color: red;
}
/**********************
/***** Services *******
/*********************/

#what-we-do{
	background:#ffffff;
}
#what-we-do .card{
	padding: 1rem!important;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 12%);
    width: 95%;
}
#what-we-do .card:hover{
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block{
	padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
	color: #007b5e !important;
	font-weight:700;
	text-decoration:none;
}
#what-we-do .card .card-block a i{
	display:none;
	
}
#what-we-do .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;
	
}
#what-we-do .card .card-block:before{
	font-family: FontAwesome;
    position: absolute;
    font-size: 28px;
    color: #fff;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    background: #eb77bb;
    width: 60px;
    height: 60px;
    line-height: 70px;
    text-align: center;
    -webkit-box-shadow: 6px 6px 13px 0 rgb(0 0 0 / 15%);
    left: -50px;
    line-height: 65px;
    top: 30%;
}
#what-we-do .card .block-1:before{
    content: "\f044";
}
#what-we-do .card .block-2:before{
    content: "\f2bd";
}
#what-we-do .card .block-3:before{
    content: "\f0e6";
}
#what-we-do .card .block-4:before{
    content: "\f209";
}
#what-we-do .card .block-5:before{
    content: "\f0a1";
}
#what-we-do .card .block-6:before{
    content: "\f218";
}
#what-we-do .card:hover .card-block:before{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);	
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
.what-we-do h2
{
    text-align: center;
}
#what-we-do {
    margin-top: 10px;
}
#what-we-do h2 {
    text-align: center;
    /*margin-top: 50px;*/
}
#what-we-do{
    padding: 60px;
    /*background: rgb(112 85 255 / 6%);*/
    /*background: #daeffe;*/
}
#apps{
	background:#daeffe;
	    /*padding: 60px;*/
	padding-top: 4rem;
    padding-bottom: 4rem;    
}
.shaadi{
    padding: 0px 0px 0px 0px;
    top: 0;
}

.ads {
    margin-bottom: 20px;
}
.card-title {
    padding: .5rem 0rem !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
     margin: 5px !important; 
     text-align: left; 
}
.app-content{
    color: red;
    margin-top: 56px !important;
    font-size: 24px !important;
}
.section-title {
    text-align: center !important;
}
p.card-text {
    font-size: 17px !important;
}
.parallax-section h1 {
    color: #2b2b2c !important;
    font-weight: 400;
}
#loading {
    background-color: #e858aa !important;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1050;
    margin-top: 0px;
    top: 0px;
}
p.app-content.card-text {
    margin-top: 50px;
    font-size: 20px !important;
}
.table-row{
    display: table-row;
    /* width: 100%; */
}
.table-col
{
    display: table-cell;
    vertical-align: middle;
}
.cookies{
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    height: 60px;
    padding: 1.3rem 7.25rem;
    color: #000;
    z-index: 999;
}
.cookies-btn {
    background: #e858aa !important;
    color: #fff !important;
    opacity: 1;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#what-we-do h2 {
    font-size: 30px;
}
#what-we-do .card .card-block {
    padding-left: 25px;
    position: relative;
}
#what-we-do .card {
    width: 100%;
}
#what-we-do {
    padding: 35px;
}
.parallax-section-lg {
    padding-top: 1rem;
    padding-bottom: 0rem;
}
.footer .heading {
    color: #555;
    margin-top: 25px;
}
.section-title {
    text-align: center !important;
    font-size: 30px;
}
.table-row {
    display: table-row;
    /* width: 100%; */
    display: block;
}
.table-col {
    display: block;
    vertical-align: middle;
}
.table-row .card-title {
    padding: .5rem 0rem !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin: 5px !important;
    text-align: left;
    font-size: 24px;
}
.pb-4 {
    padding-bottom: 0.5rem!important;
}
nav.navbar .navbar-brand img {
    max-height: initial;
    max-width: 100%;
}
#apps {
    background: #daeffe;
    /* padding: 60px; */
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.mt-5 {
    margin-top: 2rem!important;
}
.card-title {
    font-size: 24px;
}
p.card-text {
    font-size: 16px !important;
}
.fluid-paragraph {
    padding: 0 0px;
}
.parallax-section h1 {
    color: #2b2b2c !important;
    font-weight: 400;
    font-size: 30px !important;
}
.section-title .section-title-inner {
    margin: 0 0 0px 0;
    font-size: 30px;
}
.cookies {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 0px;
    height: auto;
    padding: 0.3rem 5.25rem;
    color: #000;
    font-size: 10px;
}
.alert-dismissible .close {
    position: relative;
    top: 0.25rem;
    right: -1.25rem;
    padding: .75rem 1.25rem;
    color: inherit;
}
}
