body {
	font-family:'Poppins-Regular', sans-serif !important;
}

* {
    margin: 0;
    padding: 0;
}

/*  Basic Css  */

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a, a:hover, a:focus {
    text-decoration: none;
}

/********************Padding Top*****************/
.padding-top-5{
	padding-top:5px;
}
.padding-top-10{
	padding-top:10px;
}
.padding-top-15{
	padding-top:15px;
}
.padding-top-20{
	padding-top:20px;
}
.padding-top-25{
	padding-top:25px;
}
.padding-top-30{
	padding-top:30px;
}
.padding-top-35{
	padding-top:35px;
}
.padding-top-40{
	padding-top:40px;
}
/********************Padding Bottom*****************/
.padding-bottom-5{
	padding-bottom:5px;
}
.padding-bottom-10{
	padding-bottom:10px;
}
.padding-bottom-15{
	padding-bottom:15px;
}
.padding-bottom-20{
	padding-bottom:20px;
}
.padding-bottom-25{
	padding-bottom:25px;
}
.padding-bottom-30{
	padding-bottom:30px;
}
.padding-bottom-35{
	padding-bottom:35px;
}
.padding-bottom-40{
	padding-bottom:40px;
}
/* #Progress with back to top
================================================== */
:root {
	--red: #da2c4d;
	--yellow: #f8ab37;
	--green: #2ecc71;
	--white: #ffffff;
	--grey-light: #f2f7f9;
	--grey: #ecedf3;
	--black: #080808;
	--black-blue: #1f2029;
	--black-blue-light: #353746;
	--black-blue-light-2: #404255;
	--black-blue-light-3: #4b4d64;
	--black-light: #424455;
}
.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px #3b3c1f;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	bottom: 86px;
	background: #fff;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position          : absolute;
	/*font-family     : 'unicons';
	content           : '\e84b';*/
	content           : '\f004';
	font-family       : 'Font Awesome\ 5 Free' !important;
	font-weight       : 900;
	text-align        : center;
	line-height       : 46px;
	font-size         : 24px;
	color             : #FF4035;
	left              : 0;
	top               : 0;
	height            : 46px;
	width             : 46px;
	cursor            : pointer;
	display           : block;
	z-index           : 1;
	-webkit-transition: all 200ms linear;
	transition        : all 200ms linear;
	animation         : heartbeat 1s infinite;
}
.progress-wrap:hover::after {
	opacity: 1;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: var(--grey);
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
@keyframes heartbeat
{
	0%
	{
		transform: scale( .75 );
	}
	20%
	{
		transform: scale( 1 );
	}
	40%
	{
		transform: scale( .75 );
	}
	60%
	{
		transform: scale( 1 );
	}
	80%
	{
		transform: scale( .75 );
	}
	100%
	{
		transform: scale( .75 );
	}
}
/* #Progress with back to top */



.margin-top-2{
	margin-top:2px;
}
.margin-top-3{
	margin-top:3px;
}
.margin-top-4{
	margin-top:4px;
}
.margin-top-5{
	margin-top:5px;
}
.margin-top-10{
	margin-top:10px;
}
.margin-top-15{
	margin-top:15px;
	
}

.margin-top-20{
	margin-top:20px;
}
.margin-top-25{
	margin-top:25px;
}
.margin-top-30{
	margin-top: 30px;
}
.margin-top-35{
	margin-top:35px;
}
.margin-top-40{
	margin-top:40px;
}
.margin-top-50{
	margin-top:50px;
}

.margin-top-60{
	margin-top:60px;
}

.margin-top-70{
	margin-top:70px;
}

.margin-top-80{
	margin-top:80px;
}
.margin-top-90{
	margin-top:90px;
}
.margin-top-100{
	margin-top:100px;
}
.margin-bottom-5{
	margin-bottom:5px;
}
.margin-bottom-10{
	margin-bottom:10px;
}
.margin-bottom-15{
	margin-bottom:15px;
}
.margin-bottom-20{
	margin-bottom:20px;
}
.margin-bottom-25{
	margin-bottom:25px;
}
.margin-bottom-30{
	margin-bottom:30px;
}
.margin-bottom-35{
	margin-bottom:35px;
}
.margin-bottom-40{
	margin-bottom:40px;
}
::selection {
    background-color: rgb(222, 36, 24);
    color: rgb(255, 255, 255);
}

/*  Basic Css Ends  */

/*  Font Family  */

/**** Start webkit scrollbar ******/
div::-webkit-scrollbar {
	width: 6px;
}
div::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba #313131;
	border-radius: 12px;
}
::-webkit-scrollbar {
	width: 4px;
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 2px #000; 
	border-radius: 0px;
}
::-webkit-scrollbar-thumb {
	background: #E10613;
	border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
	background: #313131; 
}
/**** END webkit scrollbar ******/


@font-face {
    src: url('font/Opificio-Bold.ttf');
    font-family: 'Opificio-Bold';
}

.Opificio-Bold{
    font-family: 'Opificio-Bold', sans-serif !important;
}


@font-face {
    src: url('font/Opificio-Light.ttf');
    font-family: 'Opificio-Light';
}

.Opificio-Light{
    font-family: 'Opificio-Light', sans-serif !important;
}

@font-face {
    src: url('font/Opificio-Regular.ttf');
    font-family: 'Opificio-Regular';
}

.Opificio-Regular{
    font-family: 'Opificio-Regular', sans-serif !important;
}

@font-face {
    src: url('font/Roboto-Bold.ttf');
    font-family: 'Roboto-Bold';
}

.Roboto-Bold{
    font-family: 'Roboto-Bold', sans-serif !important;
}

@font-face {
    src: url('font/Roboto-Light.ttf');
    font-family: 'Roboto-Light';
}

.Roboto-Light{
    font-family: 'Roboto-Light', sans-serif !important;
}

@font-face {
    src: url('font/Roboto-Medium.ttf');
    font-family: 'Roboto-Medium';
}

.Roboto-Medium{
    font-family: 'Roboto-Medium', sans-serif !important;
}

@font-face {
    src: url('font/Roboto-Regular.ttf');
    font-family: 'Roboto-Regular';
}

.Roboto-Regular{
    font-family: 'Roboto-Regular', sans-serif !important;
}





/*  Font Family Ends  */



/*  Main nav Bar  */







/****** Banner-Find Search  Section Start ******/





.padding-left-zero{
	padding-left:0px;
}

.padding-right-zero{
	padding-right:0px;
}
.search-title p{
	font-size:24px;
	color: #61045f;
	text-align:center;
	margin: 10px 0 10px;
}
.text-uppercase{
	text-transform:uppercase;
}
/******** Find Section Start ********/

/*---------- Home Page Finder Section ---------*/
/******** Search Section Start ********/
.search-box-b-d{
	background-color:#0a0054;
	height:97px;
	
}
/*.search-section {
	background: #fff;
    border-radius: 8px;
    width: 81.1%;
    height: 50px;
    margin: 20px auto;
	moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}*/
.search-new-bg{
	background-color: #f9f9f9;
    min-height: 164px;
}
/** Custom Select **/
.custom-select-wrapper {
	position: relative;
	display: block;
	user-select: none;
}
.custom-select-wrapper select {
	display: none;
	visibility:hidden;
	border: 0px;
}

.custom-select-trigger:after {
	position: absolute;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    top: 50%;
    right: -6px;
    margin-top: 0px;
	border-bottom: 1px solid #3b3c1f;
    border-right: 1px solid #3b3c1f;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
	margin-top: 3px;
	transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	min-width: 100%;
	max-height: 153px;
	overflow: auto;
	overflow-x: hidden;
	margin: 0px 0;
	border: 1px solid #dedede;
    /* border-radius: 4px;
	*/
	box-sizing: border-box;
	box-shadow: 0 2px 1px rgba(0,0,0,.07);
	background: #fff;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
	border-radius: 10px;
}
.custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
	z-index: 100;
}
.custom-options:before {
	position: absolute;
	display: block;
	content: '';
	bottom: 100%;
	right: 25px;
	width: 7px;
	height: 7px;
	margin-bottom: -3px;
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	background: #fff;
	transform: rotate(45deg);
	transition: all .4s ease-in-out;
}
.option-hover:before {
	background: #f9f9f9;
}
.custom-option {
	position: relative;
	display: block;
	padding: 0 17px;
	border-bottom: 1px solid #ececec;
	font-size: 15px;
	font-weight: normal;
	color:#464646;
	line-height: 37px;
	cursor: pointer;
	transition: all .4s ease-in-out;
}
.custom-option:first-of-type {
	border-radius: 0px 0px 0 0;
}
.custom-option:last-of-type {
	border-bottom: 0;
	border-radius: 0 0 0px 0px;
}
.custom-option:hover, .custom-option.selection {
	background: #ececec;
}
.bor-rmd{
	border-radius:0px 3px 3px 0px;
}
.agetolabel {
    display: none;
}
.searchnow {
	padding: 10px 7px;
	text-transform: capitalize;
	margin-left: 0px;
	margin-top: 0px;
	outline: none;
	background-color: #1736CC;
	font-size: 15.17px;
	width: 100%;
	display: inline-block;
	color: #fff;
	text-align: center;
	border: 0;
	border-radius: 5px;
	font-family: 'Roboto-Regular',sans-serif;
	height: 37px;
	box-shadow: 0px 4px 9px #09238B30;
}
.searchnow:hover,.searchnow:focus {
	background-color:#E10613;
    border:0px;
	color: #FFFFFF;
}
.custom-select-trigger_new:after {
	right: 20px;
}
.cool-link a{
	color:#ff1313 !important;
	font-family:'Poppins-Medium', sans-serif !important;
}

.ul-li-bg li{
	background: #ff1313;
}
.ul-li-bg li a{
	color: rgb(255, 255, 255) !important;
}

.search-button {
    margin-top: 20px;
}
/******* Top_nav *******/
.top_new{
    background-color: #ffc000;
    height: 40px;
}

/******** Top Nav ******/

/*********** Banner Section Start ***********/

.banner-new{
	position:relative;
	
}
.cust_padding {
    padding-right: 35px;
    padding-left: 35px;
}
.banner-new img{
	width:100%;
	height:510px;
}
.indian-matri {
    position: absolute;
    width: 100%;
    bottom:24px;
    right: 0;
    left:14px;
    z-index: 888;
}
.indian-matri h1{
	font-size:52px;
	color:#fff;
}
.indian-matri p{
	color:#fff;
}
.ind-color{
	color:#ffc000;
}
.search_new_ind {
	position: absolute;
    right: 0;
    left: 0;
    bottom: -35px;
}

.search_new_ind-1 {
	position: absolute;
    /* bottom: 90px; */
	bottom: 61px;
}

.register_box{
	background:#FFFFFF;
    width: 365px;
    /* height: 342px; */
	height: 370px;
    /*padding-top: 26px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 26px;*/
    padding: 10px 15px;
    border-radius: 10px;
}
.register_box h2{
	font-size: 19px;
	font-family: 'Roboto-Medium',sans-serif;
    color: #333333;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.register_box h2 span
{
	color: #1736CC;
}

.register_box hr{
	margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(133, 133, 133,0.5);
    margin-left: auto;
    margin-right: auto;
}
.register-label p{
	font-size:14px;
	color:#333333;
	font-family:'Roboto-Light', sans-serif !important;
}

/*testing radio butotn*/

.md-radio {
	margin: -14px 0 0px 0px;
    float: left;
}
.md-radio.md-radio-inline {
	display: inline-block;
}
.md-radio input[type="radio"] {
	display: none;
}
.md-radio input[type="radio"]:checked + label:before {
	border-color: #1736CC;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}
.md-radio input[type="radio"]:checked + label:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.md-radio label {
    display: inline-block;
    height: 4px;
    position: relative;
    padding: 0 30px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
    font-family: 'Roboto-Light', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}
.md-radio label:before, .md-radio label:after {
	position: absolute;
	content: '';
	border-radius: 50%;
	transition: all .3s ease;
	transition-property: border-color, -webkit-transform;
	transition-property: transform, border-color;
	transition-property: transform, border-color, -webkit-transform;
}
.md-radio label:before {
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #1736CC;
}
.md-radio label:after {
	top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #1736CC;
}
.color-d {
    color: #333333 !important;
}

.cstm-form {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: transparent;
    background-image: none;
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    font-family: 'Roboto-Light', sans-serif;
    margin-bottom: 27px;
}
.cstm-form input:focus {
    outline-offset:0px;
}
.register-input-palce input::placeholder{
	color: #333333 !important;
}
.register-input-palce select{
	color: #333333;
}
.cstm-form:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.option-class{
	color:#000;
}
.find-love {
	font-size: 14px;
    font-family: 'Roboto-Medium',sans-serif;
    background-color: #ff1414;
    border-radius: 6px;
    color: #fff;
    margin-top: 0px;
    text-align: center;
    width: 100%;
    padding:6px 12px;
    height: 31px;
}
.find-love:hover,.find-love:focus {
	color: #fff;
}

.cstm-form-1
{
	margin-bottom: 10px;
}

.member-logi-in p
{
	font-size: 13px;
	font-family: 'Roboto-Light',sans-serif;
	color: #333333;
	margin-top: 5px;
}

.member-logi-in p span
{
	font-family: 'Roboto-Bold',sans-serif;
	color: #1736CC;
}

/*********** Banner Section End  ************/


/******************* Search for your right partner Starts **********************/

.search_for{
	background: url(../images/right-11.png) right 0px center no-repeat,url(../images/left-11.png) left 0px center no-repeat, #ffffff;
    margin-top: 10px;
	min-height: 192px;
}

.indian-matri-title h2
{
	font-size:28px;
	color:#1C1C1C;
	margin: 5px 0 0px;
	font-family: 'Opificio-Regular',sans-serif;
}

.indian-matri-title h2 span
{
	font-family: 'Opificio-Bold',sans-serif;
}

.indian-matri-title h6
{
	font-size: 13px;
	font-family: 'Roboto-Bold',sans-serif;
	color: #1736CC;
	letter-spacing: 3.25px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.indian-matri-color-blue{
	color:#E10613;
}
/****************** Search for your right partner Starts ***********************/

/************* Recently Joined Members *****************/


.recent-new{
	background-image: url(../images/art-1-2.png);
	background-position: center;
	/*min-height:512px;*/
	/*background-color:#febf00;*/
	background-repeat: no-repeat;
	background-position: top;
}
.frame{
	background: url(../images/re-right.png) right 15px top 260px no-repeat,url(../images/re-left.png) left 15px top 15px no-repeat;
    min-height:213px;
}



/*********** feature Wedding Planning Start **********/

.feature-wedding{
	background-color:#d95548;
	min-height:200px;
	height:auto;
	margin-top: 40px;
}
.service-box-new-img img{
	width:100%;
	height:203px;
	object-fit:cover;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
}
.service-box-new{
	border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    min-height: 203px;
    background-color: #fff;
    height: auto;
    float: left;
    padding-top: 10px;
	box-shadow: 0px 0px 20px 6px rgba(204, 204, 204, 0.18);
    
	
}

.service-box-new p{
	font-size:12.5px;
}
.padding-right-zero{
	padding-right: 0px;
}
.padding-left-zero{
	padding-left: 0px;
}
/*.testimonial {
    padding: 0px 30px 26px 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0;
    margin-bottom: 0;
}*/
#feature-wedding .owl-prev:before,
#feature-wedding.owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
	font-size: 18px;
    font-weight: 900;
}

#feature-wedding .owl-next:before{ content: "\f105";

font-family: "Font Awesome 5 Free";
	font-size: 18px;
    font-weight: 900;
}


#feature-wedding .owl-prev {
    display: inline-block!important;
	line-height: 26px;
    width: 30px;
    height: 30px;
    opacity: 5 !important;
    background-color: #fff!important;
    margin: 1px!important;
    border-radius: 100%!important;
	margin-right: 15px!important;
    margin-bottom: 15px!important;
	box-shadow: 0px 0px 20px 6px rgba(204, 204, 204, 0.18);
	color:#ff1414;
	
}
#feature-wedding .owl-next {
	display: inline-block!important;
	line-height: 26px!important;
    width: 30px!important;
    height: 30px!important;
    opacity: 5!important;
    background-color: #fff!important;
    margin: 1px!important;
    border-radius: 100%!important;
	margin-right: 15px!important;
    margin-bottom: 15px!important;
	box-shadow: 0px 0px 20px 6px rgba(204, 204, 204, 0.18);
	color:#ff1414;
	
	
}
#feature-wedding .owl-theme  .owl-controls .owl-buttons div {
    color: #326af5 !important;
    background: #ffffff!important;
	box-shadow: 0px 0px 20px 6px rgba(204, 204, 204, 0.27);
    
}
.rating-wedding i {
	color: #f7b21d;
    font-size: 14px;
    margin-right: 5px;
}


.rating-title h4{
	margin-top:0px;
	margin-bottom:4px;
}
.rating-title p{
	font-size: 16px;
    margin: 0 0 9px;
    color: #3e3e3e;
}
.rating-title p.address {
	font-size:13px !important;
	
}
.hr-new{
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid rgba(88, 88, 88, 0.14);
	
}
.price-r{
	color: #333333;
	margin: 0 0 0px;
}
.brd-right{
	border-right: 1px solid rgba(88, 88, 88, 0.14);
	
}
p.card-text {
    text-align: justify;
    padding: 0px 12px 0px;
    color: #585858;
    font-size: 14px;
}
p.card-text a {
    font-size: 14px;
    color: #585858;
    font-weight: bold;
}
.rating-title{
	padding-right: 15px;
    padding-left: 15px;
}
.rating-wedding{
	padding-right: 15px;
    padding-left: 15px;
}
.learn-more p {
	
	padding-right: 15px;
    padding-left: 15px;
	font-size:14px;
	margin: 10px 0 10px;
}
.learn-more p a {
	    background: -webkit-linear-gradient(#ff1313, #ff1313);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*********** feature Wedding Planning End **********/

/******** Stay connected with our app *********/

.stay-connected{
	background:#1736CC;
	margin-top: 20px;
	padding-bottom: 30px;
}
.stay-connected-title p{
	 font-size: 30px;
	 font-family: 'Opificio-Regular',sans-serif;
    color: #FFFFFF;
    margin: 20px 0 20px;
    letter-spacing: 0px;
}
.stay-connected-title-dec p{
	font-size:16px;
	color:#1E1E1E!important;
	font-family: 'Roboto-Regular',sans-serif;
	color: #FFFFFF!important;
}

.app-fect p
{
	font-size: 18px;
	font-family: 'Roboto-Medium',sans-serif;
	color: #FFFFFF;
}

.stay-app img
{
	margin-top: 30px;
}

._Availablenowat span {
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Roboto-Bold',sans-serif;
}
._Availablenowat a {
    display: inline-block;
    box-shadow: 0 0 17px #00000057;
    border-radius: 8px;
    margin-top: 8px;
}
._Availablenowat a img {
    display: inline-block;
    height: 59px;
    width: 200px;
}
._Availablenowat a:last-child {
    margin-left: 20px;
}
.hr-mobile-new{
	margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 2px solid #fff;
}

/******** Stay connected with our app *********/

/******** Start Planning *********/
.start-planning{
	background:#E10613;
	margin-top: 20px;
}
.start-planning-title p{
	 font-size: 30px;
    color: #1C1C1C;
    margin: 20px 0 20px;
    font-family: 'Opificio-Regular',sans-serif;
}
.start-planning-title-dec p{
	font-size:16px;
	font-family: 'Roboto-Regular',sans-serif;
	color:#353535!important;
	line-height: 30px;
}
/******** Start Planning *********/



/************** Footer , Browse Matrimonial Profiles By **************/
.about-c p {
    font-size: 15px;
    line-height: 1.9;
    color: #212121;
    margin-bottom: 30px;
}
.browse-matri {
    background: #1736CC;
	min-height:370px;
    
}
.footer-title span {
    height: 4px;
    width: 30px;
    background-color: #FFFFFF;
    display: block;
	border-radius:100px;
}
.footer-title p {
    color: #FFFFFF;
    font-size: 18px;
    margin: 0 0 0px;
	font-family: 'Roboto-Bold', sans-serif;
}
.cust_padding{
	padding-right: 35px;
    padding-left: 35px;
}
.new-footer-ul {
    margin-top: 10px;
    margin-bottom: 5px;
    min-height: 60px;
}
.new-footer-ul li a {
	color: #FFFFFF;
    font-size: 14px;
    padding: 6px 3px;
    transition: all 0.4s ease-in-out;
    line-height: 30px;
    font-family: 'Roboto-Light',sans-serif;
}
span.line {
    font-weight: 100;
    font-size:8px;
    color: #585858;
}
.footer-bg{
	background-color:#1736CC;
}
.about-us p{
	color: #ffffff;
    font-size: 14px;
    margin: 10px 0 10px;
    line-height: 1.9;
    font-family: 'Roboto-Light',sans-serif;
}
.social-icon-footer p{
	font-size: 14.18px;
    color: #000;
    margin: 0 0 18px;
    /*display:inline-block;*/
	
}
.social-icon-footer p a{
	color:#FFFFFF;
}
.social-icon-footer p a i {
	font-size: 18px;
    vertical-align: bottom;
    margin-right: 10px;
    color: #FFFFFF
}
.facebook{
	color:#1E1E1E;
}
.twitter{
	color:#1E1E1E;
}
.linked{
	color:#1E1E1E;
}
.insta{
	color:#1E1E1E;
	
}
.cms-ul li a {
    color: #1E1E1E;
    font-size: 14px;
    font-family: 'Roboto-Light',sans-serif;
    color:#FFFFFF;
}
.cms-ul li a i {
    font-size: 12px;
    margin-right: 4px;
}
.cms-ul li {
    line-height: 28px;
}
.cms-ul {
    margin-bottom: 15px;
}
.nb-copyright {
    background:#1D1D1D;
    height:53px;
}
.nb-copyright .copyrt h6 {
    color:#ffffff;
    font-size: 14px;
    margin-top:20px;
    margin-bottom:10px;
	font-family: 'Roboto-Light',sans-serif;
}


.browse-matrimony
{
	padding-right: 85px;
	padding-left: 85px;
}

.browse-matrimony-sub
{
	padding-right: 40px;
}

.browse-matrimony-title span 
{
    height: 1px;
    width: 220px;
    background-color: #ccc;
    display: block;
	border-radius:100px;
	margin-top: 10px;
}


.browse-matrimony-title p {
    color: #181818;
    font-size: 20px;
    margin: 0 0 0px;
	font-family: 'Poppins-Bold', sans-serif;
}

.vl {
  border-left: 2px solid #585858;
  height: 10px;
  display:inline-block;
  margin:0px 10px;
}

.browse-matrimony-more
{
	margin-bottom: 20px;
}
.browse-matrimony-more a
{
	color: #1736CC;
	font-weight: bold;
}

.browse-matrimony-more i
{
	margin-left: 5px;
	font-size: 10px;
}

.country
{
	background-color: #EFEFEF;
	width: 100%;
	height: 80px;
    margin-top: 20px;
}

.browse-matrimony-more-country
{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
}

.browse-matrimony-more-country a
{
	color: #1736CC;
	font-weight: bold;
}

.browse-matrimony-more-country i
{
	margin-left: 5px;
	font-size: 10px;
}

.country-list 
{
	padding: 30px 0px;
	text-align: center;
}

.country-list a
{
	color: #585858;
}

/**************Footer , Browse Matrimonial Profiles By **************/

/***************** Banner Menu Search Section Start ******************/

.banner{
	position:relative;
}

.owl-theme .owl-controls{
    margin-top: 10px;
}
.owl-theme .owl-controls .owl-page span{
    background: #5e5f5f;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background-image:linear-gradient(90deg,#01e9bd,#007cde)!important;
	
}
.owl-theme .owl-controls .owl-page.active span{
    width:10px!important;
    height:10px!important;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
    width:10px !important;
    height:10px!important;
    margin: 10px 7px!important;
    filter: Alpha(Opacity=50);
    opacity: 5!important;
    -webkit-border-radius: 20px!important;
    -moz-border-radius: 20px!important;
    border-radius: 20px!important;
    background: transparent!important;
    border: 2px solid #fff!important;
}
.testimonial img {
	width:100%;
	height:569px;
}
.owl-theme .owl-controls .owl-page {
    display: block !important;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top:232px;
    right: 14px;
}
.menu-position{
	position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
}


/********** Menu Sction Start *******/
/** top-bg **/
header {
	position: fixed;
	text-align: center;
	font-size: 35px;
	height: 80px;
	/* background: #fff url(../images/top-bg.png); */
    background-repeat: no-repeat;
    background-position: left 0px top;
	color: #fff;
	transition: all 0.4s ease;
	right: 0;
	left: 0;
	top: 20px;
}
header h1 {
	margin: 0;
	line-height: 158px;
}
header.sticky {
	font-size: 35px;
	height: 80px;
	text-align: center;
	background-color: #1736CC;
	z-index:888;
	top: 0px;
}
header.sticky h1 {
	margin: 0;
	line-height: 72px;
}
.navbar-brand img {
	margin-top:20px;
}
.navbar-brand {
	float: left;
	height: 80px;
	padding: 4px 0px;
	font-size: 18px;
	line-height: 20px;
}
.header-btn {
	float: right;
	margin-top: 5px;
}
.header-btn a {
	text-decoration: none;
	color: inherit;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    border-color: #122b40;
    background-color: #f13c20;
}
.btn.btn-primary {
	background-image: none;
    border: transparent;
    margin: 3px;
    border-radius: 50px;
    outline: none;
    color: #FFF;
    letter-spacing: 0px;
    padding: 6px 20px;
    font-size: 15.17px;
    background: transparent;
	font-family:'Poppins-Medium', sans-serif !important;
	
}

button.btn.btn-primary:hover{
    background-image: linear-gradient(90deg,#085bf5,#4113ec);
	border: transparent;
	margin: 3px;
	border-radius: 50px;
	outline: none;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 500;
}
.sidebar-icon {
	/* font-size: 32px; */
    margin-left: 0px;
    float: right;
    margin-top: 16px;
    display: none;
}
.sidebar-icon i{
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
}
.sidebar-icon:hover {
	/* font-size: 35px;
		color: #f13c20;
		margin-left: 20px;
		float: right;
	margin-top: 0px; */
}

#sidebar {
	width: 250px;
	position: fixed;
	
	top: 0;
	right: -250px;
	height: 100vh;
	z-index: 10000;
	color: #1E1E1E;
	transition: all 0.5s;
	overflow-y: scroll;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);(#01e9bd, #007cde);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c5393f+30,a5224b+69 */
	background: #1736CC;
    
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01e9bd', endColorstr='#007cde',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}
#sidebar.active {
	right: 0;
	outline: none;
}
#sidebar :focus{
	outline: none;
}
#dismiss {
	line-height: 35px;
	text-align: center;
	position: absolute;
	/*top: -44px;*/
	left: 10px;
	padding: 4px 12px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 16px;
	outline:none;
	color: #FFFFFF;
}
.overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	display: none;
}
#sidebar .sidebar-header {
	padding: 20px;
	background: #921935;
}
/* #sidebar ul.components { */
/* padding: 10px 0; */
/* border-bottom: 1px solid #a6234a; */
/* height: 270px; */
/* } */
#sidebar ul p {
	color: #fff;
	padding: 10px;
}
#sidebar ul.components li a {
	padding: 4px 30px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #fff;
    text-decoration: none;
}
#sidebar ul.components li a:hover {
	color: #1E1E1E;
	background: #ffffff57;
}
#sidebar ul.components li.active > a, a[aria-expanded="true"] {
	color: #fff;
	/* 
	background: #FFF; */
}
ul.CTAs {
	padding: 0px 20px;
	margin-top:45px;
}
ul.CTAs a {
	text-align: center;
	font-size:14px !important;
	
	text-transform:uppercase;
	display: block;
	border-radius: 100px;
	margin-bottom:5px;
	text-decoration: none;
	color: #FFFFFF;
	border:1px solid #FFFFFF;
}
a.register {
	background: #ff1414;
	color: #FFFFFF;
    padding: 8px;
	font-size: 1.1em;
	display: block;
}
a.login, a.login:hover {
    background: transparent !important;
    color: #fff !important;
    border: solid #fff 1px;
    padding: 8px;
    font-size: 1.1em;
    display: block;
}
.top-nav-collapse .sidebar-icon {
	color: #cd3162;
}
.top-nav-collapse .sidebar-icon:hover {
	color: #cd3162!important;
}
.side-feedback{
	padding:10px 30px;
}
.side-feedback h3{
	font-size:14px;
	color:#fff;
	margin-bottom:5px;
}
.side-feedback p{
	font-size:14px;
	color:#fff;
	font-weight:normal;
}
.side-feedback p a{
	color:#ffba38;
	text-decoration: none;
}
.side-social a{
	color:#fff;
}
.side-social a:hover{ 
	color:#c7c7c7;
}

/********* Menu Section End *********/


/*--------------------Header Right--------------------*/

.header-right
{

	left: 95px;
}
/*--------------------Header Right--------------------*/


._hamburge {
	float: right;
	margin-top: 10px;
	background-color: #1736CC;
	position: absolute;
	right: 0;
	/* width:65%; */
	width: auto;
	padding: 10px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	left:5px;
	padding-bottom: 0px;

	height: 50px;
}

._hamburge ul li {
    float: left;
}

._logo a img {
	width: 295px;
    height: 35px;
    margin-top: 16px;
}

.logocss a img {
    margin-top: 10px;
    background: #fff;
    padding: 9px 20px;
    border-radius: 5px;
}

._navBarMani {
    display: block;
    height: 80px;
    background-color: #ffff;
}

._hamburge ul li {
	margin-right: 15.9px;
	margin-top: 0px;
	margin-left: 20px !important;
}

._hamburge ul li:last-child {
    /* margin-left: 20px; */
}

._hamburge ul li:nth-child(5) {
    margin-right: 27px;
} 


._hamburge ul li .login-btn a {
	padding: 8px 3px;
    background: #ffffff;
    margin-top: 0px;
    color: #1736CC;
    border-radius: 5px;
    transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 73px;
    height: 31px;
    text-align: center;
    font-size: 13px;
    font-family: 'Roboto-Medium', sans-serif;
    border-radius:5px;
}

._hamburge ul li .login-btn a:hover {
    border-radius: 5px;
} 

/*._hamburge li:last-child:hover:after {
  background: none;
}*/


._hamburge ul li a {
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-family: 'Roboto-Regular', sans-serif;
    padding: 5px 10px;
    /*padding-bottom: 10px;*/
}

._hamburge ul li a:hover {
    /*border-radius: 20px;*/
}

.menu-active a{
    background-color: #334ED4 !important;
    color: #fff !important;
    border-radius: 5px;
    padding: 5px 10px;
}

._hamburge ul li a:hover {
    background-color: #334ED4;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
}

._hamburge ul li:last-child a:hover
{
	background-color:#FFFFFF;
	color: #1736CC;
	padding: 8px 3px;
}

/*._hamburge li:after {
  content: '';
  display: block;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}

._hamburge li:hover:after {
  width: 100%;
  background: #E10613 ;
}*/



/*.menu-active:after{
	content: ''!important;
  display: block!important;
  margin: auto!important;
  height: 3px!important;
  width: 0px!important;
  background: transparent!important;
  transition: width .5s ease, background-color .5s ease!important;
}

.menu-active:after {
  width: 100%!important;
  background: #E10613 !important ;
}*/


.dropdown-menu {
    
    left: -45px;
    text-align: center;
}

.dropdown-menu a:last-child {
    border-bottom: none;
}

.dropdown-menu a {
	padding: 6px;
    border-bottom: 1px solid #8080808f;
    color: #353535!IMPORTANT;
    font-size: 14px !important;
    text-align: left;
	background-color: #FFFFFF!important;
}


/*------------------------------Banner title------------------------------*/

.search-bg
{
	width: 90%;
	background-color:#ffffff;
	height: 75px;
	padding-top: 0px;
	border-radius: 5px;
	padding-right: 15px;
	box-shadow: 0px 3px 22px #D4D4D485;
	margin-right: auto;
	margin-left: auto;
}

.search-box h1{
	font-size:60px;
	text-align:center;
	color:#fff;
	margin-bottom: 0;
}
.matri_title h2{
	font-size:18px;
	text-align:center;
	color:#fff;
	margin-top: 10px;
}
.search-box{
	background-color: transparent;
    width: 100%;
    height: 120px;
    /*padding: 15px;*/
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}
.search-box-b-d{
	background-color:#0a0054;
	height:97px;
	
}
.search-section {
	background: #fff;
    border-radius: 5px;
    width: 96%;
    height: 37px;
    margin: 20px auto;
    border: 1px solid #DFDFDF;
}
.search-new-bg{
	background-color: #f9f9f9;
    min-height: 164px;
}
/** Custom Select **/
.custom-select-wrapper {
	position: relative;
	display: block;
	user-select: none;
}
.custom-select-wrapper select {
	display: none;
	visibility:hidden;
	border: 0px;
}
.custom-select-trigger {
	 position: relative;
    display: block;
    padding: 0 0px 0 0px;
    font-size: 13px;
    font-family: 'Roboto-Regular',sans-serif;
    color: #272727;
    line-height: 34px;
    cursor: pointer;
}
.custom-select-trigger:after {
	position: absolute;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    top: 50%;
    right:0px;
    margin-top: 0px;
	border-bottom: 1px solid #3b3c1f;
    border-right: 1px solid #3b3c1f;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
	margin-top: 3px;
	transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	min-width: 100%;
	max-height: 153px;
	overflow: auto;
	overflow-x: hidden;
	margin: 0px 0;
	border: 1px solid #dedede;
    /* border-radius: 4px;
	*/
	box-sizing: border-box;
	box-shadow: 0 2px 1px rgba(0,0,0,.07);
	background: #fff;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
	border-radius: 10px;
}
.custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
	z-index: 100;
}
.custom-options:before {
	position: absolute;
	display: block;
	content: '';
	bottom: 100%;
	right: 25px;
	width: 7px;
	height: 7px;
	margin-bottom: -3px;
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	background: #fff;
	transform: rotate(45deg);
	transition: all .4s ease-in-out;
}
.option-hover:before {
	background: #f9f9f9;
}
.custom-option {
	position: relative;
	display: block;
	padding: 0 17px;
	border-bottom: 1px solid #ececec;
	font-size: 15px;
	font-weight: normal;
	color:#464646;
	line-height: 37px;
	cursor: pointer;
	transition: all .4s ease-in-out;
}
.custom-option:first-of-type {
	border-radius: 0px 0px 0 0;
}
.custom-option:last-of-type {
	border-bottom: 0;
	border-radius: 0 0 0px 0px;
}
.custom-option:hover, .custom-option.selection {
	background: #ececec;
}

.banner-two{
	position: relative;
}

.matri_title {
    position: absolute;
    width: 100%;
    top: -333px;
    right: 0;
    left: 0;
    z-index: 888;
}
.matri_title h1{
	font-size:43px;
	font-family: 'Opificio-Regular',sans-serif;
	text-align:center;
	color:#FFFFFF;
	margin-bottom: 0;
	text-transform: capitalize;
	text-shadow: 0px 3px 6px #0000004D;
}
.matri_title h2{
	font-size:18px;
	text-align:center;
	color:#fff;
	margin-top: 10px;
	padding: 0px 170px;
}
.search-new {
   position: absolute;
    right: 0;
    left: 0;
    bottom: 63px;
}

/********** Find Someone Section *********/

.lm_find {
    /*background: url(../images/right-1.png) right 0px center no-repeat,url(../images/left-1.png) left 0px center no-repeat, rgb(255, 255, 255);*/
    min-height:393px;
    margin-top: 30px;
}

.find-title-mega{
	font-size:35px;
}
.color-theme-o{
	color:#ff5850;
}

.img-box-new-box
{
	background: #FFFFFF;
	box-shadow: 0px 0px 45px #00000012;
	border-radius: 9px;
	width: 177px;
	height: 162px;
	margin-left: auto;
	margin-right: auto;
}

.img-box-new-box img 
{
	margin-top: 45px;
}

.img-box-new h3{
	font-family: 'Roboto-Bold',sans-serif;
    font-size: 22px;
    margin-top:18px;
    text-align: center;
    color: #1C1C1C;
}

.img-box-new p{
	 font-size: 14px;
    margin-top: 15px;
    text-align: center;
    color: #313131;
    font-family: 'Roboto-Light',sans-serif;
    color: #1C1C1C;
    line-height: 30px;
}

.get-s {
    width:176px;
    height:42px;
    border-radius:4px;
    font-size: 15px;
    text-transform: capitalize;
	background:#FF4035;
    border: transparent;
    outline: none;
    color: #FFF;
    letter-spacing: 0px;
    padding:12px 20px;
    font-family:'Roboto-Medium',sans-serif;
}
.get-s:hover
{
	background-color: #1736CC;
	color: #FFF;
}

.get-s-2{
    width:200px;
    height:50px;
    border-radius:5px;
    font-size: 18px;
    text-transform: capitalize;
	background:#FF4035;
    border: transparent;
    outline: none;
    color: #ffffff;
    letter-spacing: 0px;
    padding:12px 20px;
    font-family: 'Roboto-Medium', sans-serif !important;
}

.get-s-1 a
{
	border-radius: 5px;
}
.get-s-2:hover,.get-s-2:focus{
	color:#fff;
	background-color: #1E1E1E;
}
.recnt-j{
	/*background:#ff5850;*/
	/*min-height:400px;*/
}
.recent-p p {
	color:#fff;
	margin-top:10px;
}
.recent-img img{
	    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 3px solid #fff;
    border-radius: 4px;
    
}
.recent-img h4{
	font-family: 'Poppins-SemiBold', sans-serif !important;
	color:#fff;
	text-align:center;
}
.recent-img p{
	font-size:13px;
	color:#fff;
}


/********** Find Someone Section *********/

/*-------------------Start Planning-------------------*/

.startplanningdec
{
	margin-top: 30px;
}

.plan-img img
{
	width: 100%
}


.lm_find-1
{
	background: url(../images/right-1.png) right 0px center no-repeat,url(../images/left-1.png) left 0px center no-repeat;
    min-height:393px;
    margin-top: 30px;
    margin-bottom: 20px;
}


.lm_find-2
{
	background: url(../images/right-11.png) right 0px center no-repeat,url(../images/left-11.png) left 0px center no-repeat;
    min-height:393px;
    margin-top: 30px;
    margin-bottom: 20px;
}


.recent-new-1{
	background-image: url(../images/re-art.png);
	background-position: center;
	min-height:512px;
	background-repeat: no-repeat;
	background-position: top;
}

.frame-1{
	background: url(../images/re-right.png) right 15px top 15px no-repeat,url(../images/re-left.png) left 15px top 15px no-repeat;
    min-height:213px;
}

.testimonial_new{
    margin-top: 30px;
    position: relative;
}
.testimonial_new .pic{
    width: 100%;
    /*height: 189px;*/
    overflow: hidden;
    margin: 0 auto;
     position: absolute; 
	position:relative;
    /*top: -48px;*/
    left: 0;
    right: 0;
    background: #fff;
    /*border: 1px solid #ccc;*/
    /*border-radius: 7px;*/
}
.testimonial_new .pic img{
	width: 100%;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	/*height: 255px;*/
}







@media only screen and (max-width: 479px){
    .testimonial_new{ padding: 30px 10px 30px; }
    .testimonial_new .description:before{ top: -20px }
    .testimonial_new .title{ font-size: 12px; }
    .testimonial_new .post{ font-size: 11px; }
}

/* as */
.pic-2{
	width: 330px;
    height: 410px;
    /*position: relative;*/
    /*bottom: -45px;*/
    left: 15px;
    right: 0;
    background: #fff;
    /*border: 1px solid #ccc;*/
    border-radius: 7px;
    -webkit-box-shadow: 2px 2px 55px -13px rgba(0,0,0,0.26);
	-moz-box-shadow: 2px 2px 55px -13px rgba(0,0,0,0.26);
	box-shadow: 2px 2px 55px -13px rgba(0,0,0,0.26);
}
.matri-id-s{
	padding: 10px 12px;
    font-size: 15px;
    font-family: 'Poppins-SemiBold', sans-serif !important;
    color: #161616;
}
.matri-id-s-2{
	padding: 11px;
    font-family: 'Poppins-Medium', sans-serif !important;
    font-size: 13px;
    color: #8D8D8D;
    margin: -15px 0 0px;
    line-height: 20px;
    text-align: justify; 
}
.matri-zero{
	margin: 0px 0 0px;
    color: #373737;
	font-family:'Poppins-Regular', sans-serif !important;
}
.matri-hr{
	margin-top: -14px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #d5d5d5;
}


.frame-2{
	background: url(../images/re-right.png) right 15px top 370px no-repeat,url(../images/re-left.png) left 15px top 15px no-repeat;
    min-height:213px;
    height: 600px;
}

.recent-new-2
{
	background-image: url(../images/art-1-2.png);
	background-position: center;
	background-repeat: no-repeat;
}

/*--- Find Your Special Someone ---*/

.special {
    background: url(../images/top-bg.png) right 0px no-repeat, url(../images/bottom-bg.png) left bottom 0px no-repeat #F8F8F8;
    min-height: 593px;
    background-repeat: no-repeat;
    padding-top: 70px;
}

/*--- Find Your Special Someone ---*/



/*--- See all Real Weddings ---*/

.all-wed
{
	width: 100%;
}

.testimonial_para
{
	font-size: 13px;
	font-family: 'Roboto-Light',sans-serif;
	color: #2E2E2E;
	line-height: 30px;
}

.testimonial_para span
{
	font-family: 'Roboto-Bold',sans-serif;
	color: #FF4035;
}

.testimonial_title h4
{
	font-size: 24px;
	font-family: 'Roboto-Bold',sans-serif;
	color: #212121;
}

.testimonial_btn {
   border:1px solid  #1736CC !important;
    color: #1736CC !important;
}



/*--- See all Real Weddings ---*/


/*--- Reasons to choose us ---*/

.reasons-to-choose-us
{
	background: #F8F8F8;
}

.reasons-to-choose-us-desc p
{
	font-size: 14px;
	font-family: 'Roboto-Regular',sans-serif;
	color: #1D1D1D;
	line-height: 25px;
}
/*--- Reasons to choose us ---*/


/*--- app bottom ---*/

.app-bottom 
{
    background-color: #1D1D1D;
    height: 80px;
}

.ab-text p {
    color: #fff;
    margin-top: 4px;
}

/*--- app bottom ---*/

.rtcu2
{
	margin-bottom: 20px;
}

.color-w
{
	color:#ffffff!important;
}