@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Norican&display=swap');

* {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}
p,h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 0px;
}
ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
a,
a:hover,
a:focus {
	text-decoration: none;
	color: unset;
}

body{
	font-family: "Figtree", sans-serif;
}

/* #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;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px #AD240C;
	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;
	content: '\f004';
	font-family: 'Font Awesome\ 5 Free', sans-serif !important;
	font-weight: 900;
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: #AD240C;
	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);
	}
}

::selection {
	background-color: #AD240C;
	color: rgb(255, 255, 255);
}


/**** 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: #AD240C;
	border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
	background: #313131;
}

/* font family section start  */
.fw-normal1{
	font-family: "Great Vibes", cursive;
}
.fw-3{
	font-weight: 300;
}
.fw-4{
	font-weight: 400;
}
.fw-5{
	font-weight: 500;
}
.fw-6{
	font-weight: 600;
}
.fw-7{
	font-weight: 700;
}

/* mobile menu section */
.sidebar-icon .side_cnf{
	width: 30px;
}
.sidebar-icon{
	display: flex;
	justify-content: end;
	gap: 16px;
	padding-right: 10px;
	align-items: center;
	margin-bottom: 9px;
}
.nav-brand-logo a img{
	height: 60px;
}
.logo-mobile a {
	display: block;
	margin-left: 26px;
}
.logo-mobile a img{
	height: 64px;
}
.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;
}
#sidebar {
	width: 320px;
	position: fixed;
	top: 0;
	left: -325px;
	height: 100vh;
	z-index: 999;
	background: rgb(255, 255, 255);
	color: #fff;
	transition: all 0.3s;
	overflow-y: scroll;
	box-shadow: 3px 3px 19px 0px rgb(0 0 0 / 13%);
	border-radius: 0px 30px 30px 0px;
}
#sidebar.active {
	left: 0;
	z-index: 9999999999999;
}
#dismiss {
	width: 46px;
	height: 46px;
	line-height: 35px;
	text-align: center;
	background: #AD240C;
	position: absolute;
	color: #fff;
	top: 14px;
	font-size: 21px;
	right: 17px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	display: flex;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 60%;
	justify-content: center;
	align-items: center;
}
#dismiss:hover {
	color: #fff;
}
.overlay {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 998;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.overlay.active {
	display: block;
	opacity: 1;
}
#sidebar .sidebar-header {
	padding: 20px;
	background: rgb(255, 255, 255);
}
#sidebar ul.components {
	padding: 70px 0px 30px 0px;
}
#sidebar ul p {
	color: #fff;
	padding: 10px;
}
#sidebar ul li a {
	padding: 12px 22px;
	font-size: 15px;
	display: block;
	color: #000000;
	border-bottom: 0.5px solid rgb(200 200 200 / 18%);
	font-weight: 500;
}
#sidebar ul li a i {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}
.nav-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 15px;
	background: #ffffff47;
	border-radius: 0px 0px 38px 38px;
}
.menu-position{
	position: relative;
}

/* desk menu section start */
.navbar-desk {
	z-index: 999;
	padding: 14px 0px;
	position: absolute;
	width: 100%;
	top: 0px;
}
.flex_desk_menubar{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ffffffbf;
	backdrop-filter: blur(3px);
	border: 2px solid #ffffffde;
	border-radius: 100px;
	padding: 0px 8px;
}
.menu-desk-link {
	display: flex;
	justify-content: end;
	align-items: center;
}
.menu-desk-link li {
	padding: 4px 21px;
	position: relative;
}
.menu-desk-link li a {
	font-size: 15px;
	font-weight: 500;
	color: #333333;
	transition: all 0.3s ease-in-out;
}
.menu-desk-link .active a,
.menu-desk-link li a:hover {
	color: #AD240C !important;
}
.menu-desk-link span {
	background-color: #F2F2F2;
	height: 27px;
	width: 27px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #1E1E1E;
	border-radius: 4px;
	margin-right: 7px;
	font-size: 15px;
	transition: all 0.3s ease-in-out;
}
.menu-desk-link .active span {
	background-color: #AD240C;
	height: 27px;
	width: 27px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: white;
	border-radius: 4px;
	margin-right: 7px;
	font-size: 15px;
	transition: all 0.3s ease-in-out;
}
.btn-group-headers{
	display: flex;
	align-items: center;
	gap: 20px;
}
.btn-group-headers .login-btn-main {
	background: #AD240C;
	border-radius: 40px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 11px 32px;
}
.navbar-desk .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 11px 0;
	margin: 15px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none;
	border-radius: 11px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 2px 8px 44px -10px rgb(0 0 0 / 13%);
	transform: translate(0px, 0px) !important;
}
.navbar-desk .dropdown-menu>li>a {
	display: block;
	padding: 10px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.menu-desk-link .dropdown .dropdown-menu li{
	padding: 0px;
}
.btn-group-headers a{
	font-size: 15px;
	color: #AD240C;
	font-weight: 500;
}

/* header sections start  */
.main_header_scvBG{
	position: relative;
}
.header_mains-divclc{
	position: relative;
}
.left_matri_headers h2{
	font-size: 58px;
	color: #ffffff;
	font-family: "Norican", cursive;
	text-align: center;
	text-transform: lowercase;
}
.left_matri_headers .btn_getstart{
	border-radius: 40px;
	border: 1px solid #AD240C;
	background: #AD240C;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	transition: all 0.5s;
	padding: 12px 32px;
}
.left_matri_headers .btn_getstart:hover{
	color: #AD240C;
	background: transparent;
}
.header_slider-bnr .items img{
	width: 100%;
	height: 748px;
	object-fit: cover;
	object-position: top;
}
.header_midcontents{
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: end;
	padding-bottom: 40px;
}
.header_slider-bnr .items::after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: linear-gradient(179deg, rgb(0 0 0 / 21%) 0.13%, rgb(0 0 0 / 66%) 99.84%);
	position: absolute;
	top: 0;
	left: 0;
}
.btn-groups-hdr{
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.header-bttom-contents{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 16px;
	font-weight: 500;
	color: #fff;
	flex-wrap: wrap;
	font-size: 14px;
}

/* how do work section start  */
.how-worksmaindf{
	background: #ffffff;
	padding: 46px 0px 36px;
}
.section-titles h2{
	font-size: 30px;
	color: #000;
	font-weight: 700;
}
.section-titles h2 span{
	color: #AD240C;
}
.section-titles p{
	color: #484848;
	font-size: 14px;
	margin-top: 6px;
	font-weight: 400;
}
.hows-singlessc .icon-bg-hows{
	height: 62px;
	width: 62px;
	background: #fff;
	border-radius: 14px;
	display: flex;
	align-items: center;
	color: #AD240C;
	font-size: 24px;
	justify-content: center;
	box-shadow: 0px 4px 4.7px 0px #0000000F;
}
.hows-singlessc.clr-1 .icon-bg-hows{
	color: #019853;
}
.hows-singlessc.clr-2 .icon-bg-hows{
	color: #1A2A80;
}
.hows-singlessc h4{
	margin-top: 13px;
	font-size: 18px;
	font-weight: 600;
	color: #000000;
}
.hows-singlessc p{
	font-size: 14px;
	color: #242424;
	font-weight: 500;
	margin-top: 2px;
}
.hows-singlessc{
	margin-bottom: 16px;
	background: #FFE9E9;
	padding: 22px;
	border-radius: 18px;
}
.hows-singlessc.clr-1{
	background: #E9FFF5;
}
.hows-singlessc.clr-2{
	background: #E9EAFF;
}
 
/* success story section start */
.success-story-section{
	/*background: url(../images/round-design-bg.png) no-repeat 100% 50%, #f1f1f1;*/
	padding: 48px 0px;
	background-size: 180px;
}
.stories-main-design{
	margin-top: 22px;
}
.single-s-story{
	display: flex;
	gap: 18px;
}
.left-story-img{
	width: 280px;
	min-width: 280px;
	height: 320px;
	border-radius: 8px;
	overflow: hidden;
}
.story-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.right-story-content{
	margin-top: 16px;
}
.right-story-content h4{
	font-size: 22px;
	font-weight: 600;
	color: #000;
}
.right-story-content p{
	margin-top: 6px;
	font-size: 16px;
	font-weight: 500;
	color: #242424;
}
.story-details-btn{
	border-radius: 40px;
	color: #fff;
	background: #AD240C;
	border: 1px solid #AD240C;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.4s;
	padding: 10px 24px;
	width: fit-content;
	text-transform: uppercase;
	margin-top: 16px;
	transition: all 0.3s;
}
.s-story-slider.owl-theme .owl-controls .owl-buttons .owl-prev::before {
	content: "";
	background: url(../images/s-prev-arrow.png) no-repeat;
	height: 40px;
	width: 40px;
	background-size: 40px;
	display: block;
}
.s-story-slider.owl-theme .owl-controls .owl-buttons .owl-next::before {
	content: "";
	background: url(../images/s-next-arrow.png) no-repeat;
	height: 40px;
	width: 40px;
	background-size: 40px;
	display: block;
}
.s-story-slider.owl-theme .owl-controls .owl-buttons div {
	font-size: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	opacity: 1;
}
.s-story-slider.owl-theme .owl-controls .owl-buttons{
	display: flex;
	align-items: center;
	gap: 10px;
	position: absolute;
	top: 196px;
	left: 300px;
}
.story-moredetails-text{
	font-size: 16px;
	font-weight: 500;
	color: #171717;
}
.stories-main-design{
	align-items: end;
	display: flex;
}

/* millions of happy stories section start  */
.last_added_seactions{
	padding: 30px 0px 35px;
}
.seaction_rdtitle h2{
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color: #000000;
}
.seaction_rdtitle h2 span{
	color: #AD240C;
}
.seaction_rdtitle p{
	text-align: center;
	color: #000000;
	margin-top: 5px;
	font-weight: 400;
	font-size: 15px;
}
._adde_profile-heading{
	margin-bottom: 40px;
}
._adde_profile-heading h2{
	text-align: center;
	font-size: 40px;
	font-weight: 300;
	color: #000000;
}
._adde_profile-heading h2 span{
	font-weight: 700;
	font-size: 48px;
}
.main_profile-sfkl{
	margin-right: 8px;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	position: relative;
}
.main_profile-sfkl .last_prf-img{
	height: 340px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.contet_last-detilsd{
	width: 100%;
	padding: 14px 15px 12px;
	border-top: none;
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 8px;
}
.contet_last-detilsd h4{
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 7px;
}
.contet_last-detilsd p{
	font-size: 13px;
	color: #ffffff;
	font-weight: 400;
}
.milionsspacing-tops{
	margin-top: 18px;
}
.last_slider-profiles.owl-theme .owl-controls .owl-buttons .owl-prev::before {
	content: "";
	background: url(../images/s-prev-arrow.png) no-repeat;
	height: 40px;
	width: 40px;
	background-size: 40px;
	display: block;
	position: absolute;
	right: 52px;
	top: -54px;
}
.last_slider-profiles.owl-theme .owl-controls .owl-buttons .owl-next::before {
	content: "";
	background: url(../images/s-next-arrow.png) no-repeat;
	height: 40px;
	width: 40px;
	background-size: 40px;
	display: block;
	position: absolute;
	right: 0px;
	top: -54px;
}
.last_slider-profiles.owl-theme .owl-controls .owl-buttons div {
	font-size: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	opacity: 1;
}
.before-layer-img{
	position: relative;
}
.before-layer-img::before{
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.02%, #000000 100%);
}
.view-last-icon{
	height: 34px;
	width: 34px;
	min-width: 34px;
	background: #FFFFFF4D;
	border-radius: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
.last_slider-profiles.owl-theme .owl-controls{
	margin: 0;
	height: 0;
}
.title-wrap-1text{
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.title-wrap-2text{
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.title-wrap-3text{
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* country stats section   */
.maincoutry-setsffgfg {
	padding: 10px 0px;
}
.backgroundofCountryes {
	background-color: #E9FFF5;
	border-radius: 20px;
	padding: 10px 15px;
}
.commancdjfdmlnjor .cmn-icons {
	height: 45px;
	width: 45px;
	margin: auto;
	object-fit: contain;
	display: block;
}
.commancdjfdmlnjor h4 {
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	text-align: center;
	margin-top: 15px;
}
.commancdjfdmlnjor p {
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	color: #000000;
	margin-top: 3px;
}
.maincoutry-setsffgfg .commancdjfdmlnjor {
	margin: 15px 0px;
}
.howDoesItwork_Section .login-registersbtn {
	justify-content: center;
	padding: 60px 0 10px;
}

/* About US Section Start */
.AboutUS_Section {
	padding: 30px 0px;
}
.AboutUSupperline {
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 10px;
	margin-bottom: 8px;
}
.lineside {
	height: 2px;
	width: 60px;
	background-color: #AD240C;
}
.AboutUS_Section .photos_Videos_Experiance {
	position: relative;
	height: 620px;
	max-width: 600px;
}
.AboutUS_Section .photos_Videos_Experiance .topLeftimg {
	width: 200px;
	height: 200px;
	object-fit: cover;
	border: 6px solid #fff;
	border-radius: 16px;
	position: absolute;
	left: 0px;
	top: 125px;
	z-index: 2;
}
.AboutUS_Section .photos_Videos_Experiance .centerimg {
	left: 60px;
	z-index: 1;
	width: 79%;
	margin-left: 63px;
}
.AboutUS_Section .photos_Videos_Experiance .bottomRightimg {
	width: 200px;
	height: 240px;
	object-fit: cover;
	border-radius: 16px;
	object-position: 77% 0%;
	position: absolute;
	z-index: 2;
	bottom: 30px;
	right: 0;
}
.AboutUS_Section .photos_Videos_Experiance .experiance {
	position: absolute;
	rotate: -90deg;
	display: flex;
	right: -139px;
	top: 0;
	bottom: 204px;
	height: fit-content;
	margin: auto;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.AboutUS_Section .photos_Videos_Experiance .experiance .text {
	font-size: 18px;
	color: #1F1F1F;
	font-family: 'Poppins-Reguler', sans-serif;
	line-height: 24px;
}
.AboutUS_Section .photos_Videos_Experiance .experiance .text span {
	font-size: 36px;
	color: #A1A6B0;
	font-weight: 600;
}
.AboutUS_Section .photos_Videos_Experiance .experiance .years {
	font-size: 84px;
	color: #AD240C;
	font-weight: 600;
	rotate: 90deg;
}
.AboutUS_Section .titles_AboutUS p {
	font-size: 15px;
	font-weight: 400;
	color: #797E88;
}
.AboutUS_Section .titles_AboutUS ul {
	list-style: none;
	display: flex;
	justify-content: left;
	gap: 44px;
}
.AboutUS_Section .titles_AboutUS li {
	font-size: 16px;
	font-weight: 400;
	color: #797E88;
	display: flex;
	align-items: center;
	margin: 36px 0 0 0;
}
.AboutUS_Section .titles_AboutUS li i {
	font-size: 8px;
	color: #AD240C;
	margin: 0px 10px 2px 0;
}
.AboutUS_Section .titles_AboutUS .login-btn-main {
	margin: 40px 0 0;
}
.playbtn {
	transition: 0.3s;
	border-radius: 50px;
	font-size: 60px;
	color: #fff !important;
	display: block;
	position: absolute;
	top: 35%;
	right: 0;
	left: 45%;
	bottom: 0;
	z-index: 99;
	height: 0;
	width: 0;
}
.text_Content {
	padding-left: 75px;
	margin-top: 18px;
}
.about-contact-btn{
	border-radius: 40px;
	color: #fff;
	background: #AD240C;
	border: 1px solid #AD240C;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.4s;
	padding: 12px 33px;
	width: fit-content;
	text-transform: uppercase;
	margin-top: 26px;
	transition: all 0.3s;
}
.about-contact-btn:hover{
	background: transparent;
	color: #AD240C;
}
.close_one {
	position: absolute;
	right: -41px;
	top: -5px;
	z-index: 999;
	font-size: 20px;
	opacity: 1;
	background: #fff;
	height: 35px;
	width: 35px;
	border: 0;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal-content {
	border: none;
	border-radius: 0;
}
.modal-body {
	position: relative;
	padding: 0px;
}
.about-modal-video iframe{
	width: 100%;
	height: 330px;
	border: none;
}

/* verification steps section */
.verify-specing-row{
	padding: 30px 0px;
}
.verify-steps-mobile{
	padding: 0px 20px;
	text-align: center;
}
.verify-steps-mobile .device-frame{
	width: 50%;
}
.verify-steps-content{
	margin-top: 16px;
}
.v-step-icon{
	height: 48px;
	width: 48px;
	box-shadow: 4px 10px 10.7px 0px #ADF52729;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #567834;
	color: #fff;
	font-size: 18px;
	border: 3px solid #fff;
}
.verify-steps-content h2{
	font-size: 32px;
	font-weight: 700;
	color: #000;
	margin-top: 12px;
}
.verify-steps-content h2 span{
	color: #AD240C;
}
.verify-steps-content p{
	color: #242424;
	font-weight: 500;
	font-size: 16px;
	margin-top: 2px;
}
.v-step-list{
	margin-top: 15px;
}
.v-step-list li{
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	padding-top: 8px;
}

/* browse matrimony section start  */
.browse-matri-new {
	background: linear-gradient(294.65deg, #FBFEEA 20.74%, #FFEBE6 84.67%);
	padding: 48px 0px;
}
.matri-browse-tabs{
	margin-top: 32px;
}
.matri-browse-tabs .tabs .nav.nav-pills{
	display: flex;
	justify-content: start;
	background: #EFDDDD8C;
	border-radius: 40px;
	padding: 6px;
	width: fit-content;
	margin: auto;
}
.matri-browse-tabs .nav-pills > li.active > a,
.matri-browse-tabs .nav-pills > li.active > a:hover,
.matri-browse-tabs .nav-pills > li.active > a:focus {
	color: #AD240C;
	background: #ffff;
}
.matri-browse-tabs .nav-pills > li > a {
	color: #575757;
	font-size: 16px;
	border-radius: 40px;
	padding: 9px 52px;
	font-weight: 600;
}
.vl {
	border-left: 2px solid #969696;
	height: 12px;
	display: inline-block;
	margin: 0px 10px;
}
.cust_padding {
  padding-right: 35px;
  padding-left: 35px;
}
.new-footer-ul {
  margin-top: 40px;
}
.new-footer-ul li a {
	color: #000000;
	font-size: 15px;
	padding: 6px 3px;
	transition: all 0.4s ease-in-out;
	line-height: 1.7;
	font-weight: 400;
}
.new-footer-ul li .browse_more-deta{
	color: #AD240C;
	font-weight: 500;
}

/* app away section start  */
.apps_awaysmains{
	background: #ffffff;
	padding: 54px 0px 51px;
}
.appaway-leftmain {
	height: 440px;
	width: 440px;
	position: relative;
	margin: auto;
}
.appaway-leftmain .dotted-round {
	border: 1px dashed #000000;
	height: 100%;
	width: 100%;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.dotted-round .round-fill-bg {
	background: #567834;
	height: 94%;
	width: 94%;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.dotted-round .round-fill-transfarant {
	background: #2E5309;
	height: 88%;
	width: 88%;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.round-fill-bg .mockup_imgapps {
  width: 100%;
  left: -32px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: scale(1.3);
  animation: appscaleseffect 4s infinite;
}
@keyframes appscaleseffect {
  0%   {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
  }
  50%  {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }
  100%  {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
  }
}
.apps-sm-playstore{
  position: absolute;
  right: 0;
  top: 0;
  width: 58px;
}
.apps-sm-appstore{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58px;
}
.apps_awaysmains .center_divs{
	display: flex;
	align-items: center;
}
.left_awaybg-sectaf h2{
	font-size: 42px;
	font-weight: 700;
	color: #212429;
	margin-bottom: 38px;
}
.left_awaybg-sectaf p{
	font-size: 16px;
	color: #495057;
	font-weight: 500;
	margin-bottom: 48px;
}
.left_awaybg-sectaf p .vb{
	width: 2px;
	display: inline-block;
	height: 13px;
	background: #000;
	margin: 0px 17px;
}
.app_images-sndsa a img{
	width: 171px;
	margin-right: 10px;
}
.appusesesusermain {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 34px;
}
.usersappsgroup .commanprofile {
	height: 47px;
	width: 47px;
	border-radius: 100%;
	object-fit: cover;
	object-position: top;
	border: 3px solid #fff;
}
.usersappsgroup .commanprofile.users2,
.usersappsgroup .commanprofile.users3,
.usersappsgroup .commanprofile.users4,
.usersappsgroup .commanprofile.users5 {
	margin-left: -28px;
}
.appusesesusermain p {
	font-size: 14px;
	color: #586169;
	font-weight: 400;
	margin-bottom: 0px;
}
.appusesesusermain p span {
	display: block;
}

/* ----footer start-- */
.footer-title {
	margin-bottom: 25px;
}
.footer-bg-hm3 {
	background: url(../images/footer-bg.png) no-repeat;
	background-size: cover;
}
.logo-footer img {
	width: 163px;
	height: 55px;
	object-fit: contain;
}
.footer-title p {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
}
.cms-ul li a {
	color: #B8B8B8;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.2s;
}
.cms-ul li a:hover{
	margin-left: 2px;
	color: #fff;
}
.cms-ul li {
	margin-bottom: 18px;
	line-height: normal;
}
.copy-rights {
	padding: 10px 0px;
	background: #242424;
}
.copy-rights h6 {
	color: #8C8C8C;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	margin: 0;
}
.footer-small-bg {
	display: flex;
	align-items: center;
}
.footer-bg-hm3 .spacingbottomvb{
	padding-bottom: 30px;
	padding-top: 40px;
}
.footerlogocontents .footerlogo{
	height: 62px;
}
.followus-labels{
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
}
.socialmediaFooters{
	display: flex;
	gap: 16px;
	margin-top: 8px;
}
.socialmediaFooters .social-icon{
	height: 32px;
	width: 32px;
	background: #ffffff;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	font-size: 16px;
	padding: 0;
}
.news-email-footer{
	position: relative;
	margin-bottom: 14px;
}
.news-email-footer input{
	width: 100%;
	background: transparent;
	border: 1px solid #FFFFFF4D;
	padding: 8px 30px 8px 14px;
	border-radius: 40px;
	font-size: 14px;
	height: 40px;
	outline: none;
	color: #fff;
	font-weight: 500;
}
.news-email-footer button{
	position: absolute;
	right: 4px;
	height: 34px;
	width: 34px;
	background: #1C1C1C;
	border: none;
	color: #fff;
	border-radius: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 16px;
}
.footer-address{
	margin-top: 12px;
}
.footer-address h4{
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	padding-bottom: 4px;
}
.footer-address p{
	color: #B8B8B8;
	font-size: 14px;
	font-weight: 400;
	margin-top: 6px;
}