@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&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: "Inter", sans-serif;
	background: #fff;
}

/* #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;
}

::selection {
	background-color: #00878E;
	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: #00878E;
	border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
	background: #313131;
}

/* font family section start  */
@font-face {
	font-family: "Poppins-Light";
	src: url("../css/font/Poppins-Light.ttf");
}
@font-face {
	font-family: "Poppins-Regular";
	src: url("../css/font/Poppins-Regular.ttf");
}
@font-face {
	font-family: "Poppins-Medium";
	src: url("../css/font/Poppins-Medium.ttf");
}
@font-face {
	font-family: "Poppins-SemiBold";
	src: url("../css/font/Poppins-SemiBold.ttf");
}
@font-face {
	font-family: "Poppins-Bold";
	src: url("../css/font/Poppins-Bold.ttf");
}
@font-face {
	font-family: "Poppins-Bold";
	src: url("../css/font/Poppins-Bold.ttf");
}

/*   mobile menu section */
.btn_mobile-lr{
	display: flex;
	gap: 7px;
}
.sidebar-icon .side_cnf{
	width: 30px;
}
.mob_changes .dropdown-menu{
	border: none;
	border-radius: 10px;
	padding: 10px 0px;
}
.sidebar-icon{
	display: flex;
	justify-content: end;
	gap: 16px;
	padding-right: 10px;
	align-items: center;
	margin-bottom: 9px;
}
.btn_mobile-lr .btn_mobregister{
	background: #ffffff;
	height: 33px;
	border-radius: 70px;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Poppins-Medium', sans-serif;
	color: #00878E;
	transition: all 0.3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 88px;
	box-shadow: 1px 2px 19px 1px #00000014;
}
.btn_mobile-lr .btn_moblogin{
	background: #00878E;
	height: 33px;
	border-radius: 70px;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Poppins-Medium', sans-serif;
	color: white;
	transition: all 0.3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 88px;
}
.nav-brand-logo a img{
	width: 125px;
}
.logo-mobile a {
	display: block;
	margin-left: 26px;
}
.logo-mobile a img{
	width: 125px;
}
.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: #00878E;
	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: 14px;
	display: block;
	color: #414141;
	border-bottom: 0.5px solid rgb(200 200 200 / 18%);
	font-family: 'Poppins-Medium', sans-serif;
}
#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: 6px 8px;
}

/* desk menu section start */
.navbar-desk {
    background:white;
	z-index: 999;
	padding: 3px 0px;
	position: fixed;
	width: 100%;
	top: 0px;
}
.menu-position {
	z-index: 999;
	position: fixed;
	background: #fff;
	width: 100%;
	top: 0px;
}
.flex_desk_menubar{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.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: 14px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #000000;
	transition: all 0.3s ease-in-out;
}
.menu-desk-link .active a {
	font-size: 14px;
	font-family: 'Poppins-Medium', sans-serif;
	color: #00878E !important;
}
.menu-desk-link li a:hover span {
	background-color: #00878E;
	color: white;
}
.menu-desk-link li a:hover {
	font-size: 14px;
	color: #00878E !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: #00878E;
	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: #12c2d9;
	border-radius: 60px;
	text-decoration: none;
	font-size: 14px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-left: 12px;
	border: 1px solid #fff;
	padding: 11px 24px;
}
.btn-group-headers .login-btn-main i{
	transform: rotate(315deg);
}
.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: #00878E;
	font-family: 'Poppins-Medium', sans-serif;
}

/* header sections start  */
.main_header_scvBG{
	position: relative;
}
.header_mains-divclc{
	position: relative;
}
.left_matri_headers h2{
	font-size: 58px;
	color: #ffffff;
	font-family: "Playfair Display", serif;
	font-weight: 800;
	margin-top: 15px;
}
.left_matri_headers h2 span{
	color: #EF7640;
}
.left_matri_headers h4{
	color: #ffffff;
	font-size: 15px;
	font-family: 'Poppins-light', sans-serif;
	margin-top: 21px;
	line-height: 27px;
}
.left_matri_headers .btn_getstart{
	border-radius: 50px;
	border: 1px solid #ffffff;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #004C4F;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	transition: all 0.5s;
	padding: 13px 32px;
	gap: 8px;
}
.left_matri_headers .btn_getstart i{
	transform: rotate(315deg);
}
.left_matri_headers .btn_getstart:hover{
	color: #fff;
	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: center;
}
.header_slider-bnr .items::after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: #00000063;
	position: absolute;
	top: 0;
	left: 0;
}
.btn-groups-hdr{
	display: flex;
	justify-content: center;
	gap: 20px;
	align-items: center;
	margin-top: 36px;
}

/* how do work section start  */
.how-worksmaindf{
	padding: 54px 0px 48px;
}
.section-titles h2{
	font-size: 45px;
	color: #000;
	font-family: "Playfair Display", serif;
	font-weight: 800;
}
.section-titles h2 span{
	color: #00878E;
}
.section-titles p{
	color: #00ADB5;
	font-size: 15px;
	margin: 20px 0px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
}
/*.hows-singlessc .icon-bg-hows{*/
/*	height: 172px;*/
/*	width: 172px;*/
/*	background: #00878E;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	margin: auto;*/
/*	border-radius: 12px;*/
/*}*/
.hows-singlessc .icon-bg-hows img{
    height: 220px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
}
.hows-singlessc h4{
	margin-top: 14px;
	font-size: 22px;
	color: #12c2d9;
	font-family: "Inter", sans-serif;
	font-weight: 500;
}
.hows-singlessc p{
    margin-top: 4px;
	font-size: 14px;
	color: #343E46;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}
.hows-singlessc{
	margin: 20px 10px;
}

.story-wating-section{
	background: #004C4F;
	padding: 52px 0px;
}

/* Why Choose Yugal section */
.why-choose-yugal{
	padding-top: 40px;
	padding-bottom: 60px;
}
.choose-yugal-border{
	border: 2px dashed #343e4636;
	padding: 40px;
	background: #fff;
	margin-top: 26px;
}
.inner-elite-choose .verify-icon{
	height: 100px;
	width: 100px;
	object-fit: contain;
}
.single-choose-yugal{
	margin-top: 22px;
}
.single-choose-yugal h4{
	font-size: 20px;
	color: #232323;
	font-weight: 600;
}
.single-choose-yugal p{
	font-size: 15px;
	color: #232323;
	font-weight: 400;
	margin-top: 4px;
}

/* welcome to yugal matrimony section */
.welcome-yugal-section{
	background: #F6FFFF;
	padding: 52px 0px;
}
.success-story-img-group img{
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.success-story-img-group img.stories-img-1{
	height: 210px;
}
.success-story-img-group img.stories-img-2{
	height: 510px;
}
.success-story-img-group img.stories-img-3{
	height: 198px;
}
.success-story-img-group img.stories-img-4{
	height: 150px;
	margin-top: 12px;
}
.success-story-img-group img.stories-img-5{
	height: 360px;
}
.img-col-space{
	padding: 6px;
}
.success-story-inners{
	margin-top: 28px;
}
.contents-success-storys{
	margin-top: 20px;
	margin-left: 28px;
}
.contents-success-storys p{
	font-size: 22px;
	margin-bottom: 16px;
	color: #000;
	font-family: "Playfair Display", serif;
	font-weight: 500;
}
.btn-groups-story{
	display: flex;
	gap: 12px;
	align-items: center;
	margin-top: 26px;
}
.btn-groups-story .btn_enquiry {
	border-radius: 50px;
	border: 1px solid #004C4F;
	background: #004C4F;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #ffffff;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	transition: all 0.5s;
	padding: 13px 32px;
	gap: 8px;
}
.btn-groups-story .btn_enquiry i {
	transform: rotate(315deg);
}
.btn-groups-story .btn_enquiry:hover{
	background: #fff;
	color: #004C4F;
}
.btn-groups-story .btn_support {
	border-radius: 50px;
	border: 1px solid #004C4F;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #004C4F;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	transition: all 0.5s;
	padding: 13px 32px;
	gap: 8px;
}
.btn-groups-story .btn_support i {
	transform: rotate(315deg);
}
.btn-groups-story .btn_support:hover{
	background: #004C4F;
	color: #fff;
}

/* How it works? section */
.work-section-how{
	padding: 58px 0px;
}
.work-img-bnr{
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.single-inner-works{
	padding: 18px 0px;
}
.works-contents-ds{
	margin-top: 18px;
}
.works-contents-ds h4{
	color: #00ADB5;
	font-family: "Playfair Display", serif;
	font-weight: 600;
	font-size: 22px;
}
.works-contents-ds p{
	font-weight: 500;
	font-size: 18px;
	margin-top: 8px;
	color: #000;
}

/* blog section start */
.single-blogs-yugal{
	margin: 0px 10px;
}
.single-blogs-yugal .blogs-img-yugal{
	width: 100%;
	height: 320px;
	object-fit: cover;
	object-position: top;
}
.blog-yugal-slider{
	margin-top: 24px;
}
.single-blogs-yugal h4{
	margin-top: 12px;
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	color: #232323;
}
.single-blogs-yugal h4 span{
	font-family: "Playfair Display", serif;
	font-weight: 600;
	color: #343E46;
}
.single-blogs-yugal p{
	font-size: 16px;
	color: #232323;
	font-weight: 500;
	margin-top: 6px;
	font-style: italic;
}
.single-blogs-yugal p span{
	font-family: "Playfair Display", serif;
	color: #00ADB5;
	font-weight: 600;
}
.main-blog-sections{
	padding-bottom: 40px;
}
.blog-yugal-slider .owl-buttons{
	position: absolute;
	top: -58px;
	right: 0;
	display: flex;
	gap: 12px;
}
.blog-yugal-slider.owl-theme .owl-controls .owl-buttons .owl-prev,
.blog-yugal-slider.owl-theme .owl-controls .owl-buttons .owl-next{
	font-size: 0;
	background: transparent;
	margin: 0;
	padding: 0;
	color: #000;
}
.blog-yugal-slider.owl-theme .owl-controls .owl-buttons .owl-next::before{
	content: "\f061";
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	font-size: 20px;
	color: #000000;
}
.blog-yugal-slider.owl-theme .owl-controls .owl-buttons .owl-prev::before{
	content: "\f060";
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	font-size: 20px;
	color: #000000;
}

/* Trusted by Families section */
.trusted-family-section{
	margin-top: 14px;
	margin-bottom: 40px;
}
.center-marging{
	margin: auto;
	float: unset;
	margin-top: 20px;
}
.trusted-single-section{
	padding: 30px 0px;
}
.trusted-family-img .trusted-img{
	width: 100%;
	height: 280px;
	object-fit: cover;
	object-position: top;
}
.trusted-family-contents{
	margin-top: 16px;
}
.trusted-family-contents .quote-icon{
	font-size: 32px;
	color: #000;
}
.trusted-family-contents h4{
	font-family: "Playfair Display", serif;
	font-weight: 800;
	font-size: 24px;
	margin-top: 10px;
	color: #000;
}
.trusted-family-contents p{
	font-size: 20px;
	margin-top: 16px;
	color: #000;
	font-family: "Playfair Display", serif;
	font-weight: 500;
}
.trusted-family-contents a{
	font-size: 16px;
	color: #00ADB5;
	font-style: italic;
	font-weight: 500;
	display: inline-block;
	margin-top: 14px;
}
.trusted-family-contents.text-end{
	text-align: end;
}
.btn-more-customer{
	border-radius: 50px;
	border: 1px solid #343E46;
	background: #343E46;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #ffffff;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	transition: all 0.5s;
	padding: 13px 32px;
	gap: 8px;
	width: max-content;
	margin: auto;
	margin-top: 30px;
}
.btn-more-customer:hover{
	background: transparent;
	color: #343E46;
}

/* ----footer start-- */
.footer-title {
	margin-bottom: 25px;
}
.footer-bg {
	background: #F6F6F6;
}
.footer-title .footer-logo{
	width: 200px;
}
.logo-footer img {
	width: 163px;
	height: 55px;
	object-fit: contain;
}
.p-70 {
	padding-left: 70px;
}
.about-us p {
	color: #ffffffcf;
	font-size: 13.5px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 26px;
}
.footer-title p {
	color: #212429;
	font-size: 18px;
	font-family: 'Poppins-Medium', sans-serif;
}
.cms-ul li a {
	color: #495057;
	font-size: 14px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.2s;
}
.cms-ul li a:hover{
	margin-left: 2px;
	color: #00878E;
}
.cms-ul li {
	margin-bottom: 18px;
}
.copy-rights {
	padding: 7px 0px 7px;
	border-top: 1px solid #00000030;
}
.copy-rights h6 {
	color: #000000;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding: 4px 0px;
}
.copy-rights .text-end h6{
	text-align: end;
}
.list-unstyled .numemailftrs{
	font-size: 15px;
	color: #495057;
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer-bg .spacingbottomvb{
	padding-bottom: 30px;
	padding-top: 40px;
}

.bg_howsection-inners.owl-theme .owl-controls .owl-buttons .owl-prev{
  font-size: 0;
  padding: 0;
  color: #00878E;
  height: 40px;
  width: 40px;
  background: #fff;
  opacity: 1;
  border: 1px solid #00878E;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -52px;
  top: -72px;
  bottom: 0;
  margin: auto;
}
.bg_howsection-inners.owl-theme .owl-controls .owl-buttons .owl-next{
  font-size: 0;
  padding: 0;
  color: #00878E;
  height: 40px;
  width: 40px;
  background: #fff;
  opacity: 1;
  border: 1px solid #00878E;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -52px;
  top: -72px;
  bottom: 0;
  margin: auto;
}
.bg_howsection-inners.owl-theme .owl-controls .owl-buttons .owl-next::before{
  content: "\f061";
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
}
.bg_howsection-inners.owl-theme .owl-controls .owl-buttons .owl-prev::before{
  content: "\f060";
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
}
.menu-align{
    display: flex;
    align-items: center;
}
 