body {
  font-family: "poppins-Regular", sans-serif !important;
}
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
.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-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;
}
: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 #63091c
  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 Pro";
  font-weight: 900;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #cc1939;
  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(0.75);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.75);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(0.75);
  }
}
.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;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
::selection {
  background-color: #63091c
  color: rgb(255, 255, 255);
}
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: #63091c
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #313131;
}
@font-face {
  font-family: "lavone";
  src: url("../css/font/lavone.otf");
}
@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-semibold";
  src: url("../css/font/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: "poppins-medium";
  src: url("../css/font/Poppins-Medium.ttf");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../css/font/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../css/font/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../css/font/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-Black";
  src: url("../css/font/Roboto-Black.ttf");
}
@font-face {
  font-family: "vivaldi";
  src: url("../css/font/VIVALDII.TTF");
}
@font-face {
  font-family: "TRAJANPRO-REGULAR";
  src: url("../css/font/TRAJANPRO-REGULAR.OTF");
}
@font-face {
  font-family: "TrajanPro-Bold";
  src: url("../css/font/TrajanPro-Bold.otf");
}
@font-face {
  font-family: "EBGaramond-Regular";
  src: url("../css/font/EBGaramond-Regular.ttf");
}
@font-face {
  font-family: "EBGaramond-SemiBold";
  src: url("../css/font/EBGaramond-SemiBold.ttf");
}
@font-face {
  font-family: "Oswald-Regular";
  src: url("../css/font/Oswald-Regular.ttf");
}
._logo {
  float: left;
  padding: 8px 0 5px;
  margin-top: 0px;
}
._hamburge {
  float: right;
  margin-top: 10px;
  background-color: transparent;
  right: 0;
  width: 65%;
  padding: 21px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
._hamburge ul {
  float: right;
}
._hamburge ul li {
  float: left;
}
._logo a img {
  width: 219px;
  height: 34px;
  margin-top: 16px;
}
.logocss a img {
  padding: 2px 0px;
}
._navBarMani {
  display: block;
  height: 80px;
  background-color: #ffff;
}
._hamburge ul li {
  margin-right: 49.9px;
  margin-top: 0px;
}
._hamburge ul li a {
  color: #353535;
  display: block;
  font-size: 14px;
  font-family: "HelveticaNeue-Light", sans-serif;
}
.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;
}
._MobileMenuLogo {
  float: right;
  text-align: left;
  width: 78%;
}
._MobileMenuLogo a {
  display: inline-block;
}
._MobileMenuLogo a img {
  display: block;
  margin-top: 15px;
  width: 100%;
}
._MobileMenuLogo a {
  padding: 5px 5px;
}
._menuOpenMobile {
  float: left;
}
.newHamburge {
  height: 40px;
  width: 40px;
  background: #ffaa00;
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 100px;
  font-size: 24px;
  outline: none;
  margin: 17px 15px;
}
.sideLogo a,
.sideLogo a img {
  width: 86px;
  height: 100px;
  display: block;
}
#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -255px;
  height: 100vh;
  z-index: 999;
  background: rgb(255, 255, 255);
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar.active {
  left: 0;
  z-index: 9999999999999;
}
#dismiss i {
  font-weight: 500;
}
#dismiss {
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  background: #63091c
  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: 8px;
  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 18px 0px;
}
#sidebar ul p {
  color: #fff;
  padding: 10px;
}
#sidebar ul li a {
  padding: 11px 22px;
  font-size: 14px;
  display: block;
  color: #353535;
  border-bottom: 0.5px solid rgb(200 200 200 / 18%);
}
#sidebar ul li a i {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}
.angle-down-a {
  border-top: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.stroke-i {
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: white;
  font-size: 14px;
}
._topBar {
  background-color: #98ca61;
}
._padding5px {
  padding-top: 5px;
  padding-bottom: 5px;
}
._topLeft {
  float: left;
}
._nameOf p {
  font-family: "OpenSans-Light", sans-serif;
  font-size: 16px;
  color: #3b3c1f;
  letter-spacing: 0px;
  margin-bottom: 0;
}
._topRight {
  float: right;
}
._topNav ul li {
  float: left;
}
._topNav ul li:first-child a {
  margin-right: 30px;
}
._topNav ul li a,
._topNav ul li span {
  display: block;
  font-size: 16px;
  color: #3b3c1f;
  letter-spacing: 0px;
  font-family: "OpenSans-Light", sans-serif;
  cursor: pointer;
}
._topNav ul li a i {
  margin-right: 3px;
}
.main-banner .menu-position {
  position: relative;
  z-index: 91;
}
.nav-main {
  display: flex;
  align-items: center;
  height: 94px;
  justify-content: space-between;
  padding: 0px 15px;
  margin-top: 8px;
}
.navbar-nav {
  margin: auto !important;
}
.menu-desk-link {
  display: flex;
  justify-content: center;
}
.menu-desk-link li a {
  font-size: 14px;
  font-family: poppins-medium;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  padding: 4px 10px;
  margin: 0px 4px;
}
.menu-desk-link .active a {
  font-size: 14px;
  font-family: poppins-medium;
  color: #ffffff !important;
}
.menu-desk-link li a:hover span {
  background-color: #ffffff;
  color: white;
}
.menu-desk-link li a:hover {
  font-size: 14px;
  color: #ffffff !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: #ff2d74;
  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;
}
.navbar-desk {
  position: relative;
  z-index: 999;
  height: 92px;
}
.navbar-desk .mid_conten-nav {
  height: 92px;
  display: flex;
  align-items: center;
}
.login-btn-bg a {
  background: #cc1939;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-family: poppins-medium;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  height: 40px;
  width: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.register-btn-bg a {
  background: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-family: poppins-medium;
  color: #cc1939;
  transition: all 0.3s ease-in-out;
  height: 40px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-13px);
}
.nav_reg-log_btn {
  display: flex;
  align-items: center;
  justify-content: end;
}
.main-banner {
  height: 659px;
  position: relative;
}
.banner-top-1 {
  position: absolute;
  right: 0px;
  top: 0px;
}
.left-line {
  position: absolute;
  left: 0px;
  top: 0px;
}
.bg-design {
  position: absolute;
  left: 30px;
  bottom: 0px;
}
.design-2 {
  position: absolute;
  right: 155px;
  bottom: 0px;
}
.main-title-banner h1 {
  color: #ffffff;
  font-size: 94px;
  line-height: 114px;
  margin: 0px;
  font-family: "vivaldi";
  text-shadow: 2px 2px 2px #0000004a;
}
.banner-conte .main-title-banner {
  margin-top: 120px;
  position: relative;
  z-index: 9;
}
.main-title-banner h1 .left-text {
  margin-left: 108px;
}
.main-title-para p {
  font-size: 20px;
  color: #ffffff;
  font-family: "TRAJANPRO-REGULAR";
  line-height: 24px;
  margin-top: 16px;
  text-align: center;
}
.banner_images_slide {
  position: absolute;
}
.banner_images_slide .items img {
  width: 100%;
  height: 659px;
  object-fit: cover;
  object-position: top;
}
.banner_images_slide .items:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(black 10%, #00000073 84%, black);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.72;
  mix-blend-mode: normal;
}
.banner_images_slide.owl-carousel {
  position: absolute;
  z-index: 1;
}
.banner_images_slide.owl-theme .owl-controls .owl-buttons .owl-prev::after {
  content: "\f053";
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_images_slide.owl-theme .owl-controls .owl-buttons .owl-next::after {
  content: "\f054";
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_images_slide.owl-theme .owl-controls .owl-buttons .owl-prev {
  color: #fff;
  height: 50px;
  border-radius: 100%;
  box-shadow: 0px 3px 16px #00000029;
  width: 50px;
  zoom: 1;
  display: inline;
  margin: 0px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #cc1939;
  filter: Alpha(Opacity=50);
  opacity: 1;
  position: absolute;
  left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_images_slide.owl-theme .owl-controls .owl-buttons .owl-next {
  color: #ffffff;
  height: 50px;
  box-shadow: 0px 3px 16px #00000029;
  width: 50px;
  margin: 0px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #cc1939;
  filter: Alpha(Opacity=50);
  opacity: 1;
  position: absolute;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_images_slide.owl-theme .owl-controls {
  position: relative;
  top: -380px;
}
.our_partner_mainf {
  background: url(../images/choose-us-left.png) no-repeat 0% top,
    url(../images/choose-us-right.png) no-repeat 100% bottom, #ffeddc;
  padding: 58px 0px;
}
.partner_box-gn {
  position: relative;
  margin-top: 70px;
}
.partner_box-gn:nth-child(1),
.partner_box-gn:nth-child(3) {
  left: 60px;
}
.partner_box-gn.right:nth-child(1),
.partner_box-gn.right:nth-child(3) {
  right: 60px;
  left: unset;
}
.partner_box-gn .cross_big-box {
  background: white;
  height: 74px;
  width: 100%;
  border-radius: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner_box-gn .cross_big-box .red-text {
  margin: 0;
  font-size: 18px;
  color: #63091c
  margin-top: 8px;
  font-family: "Roboto-Medium";
}
.circle_box-partner {
  height: 100px;
  width: 100px;
  background: white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -15px;
  right: -30px;
  z-index: 2;
  box-shadow: 0px 0px 4px 1px #00000012;
}
.sm_box-hf {
  width: 60%;
  height: 31px;
  background: #cc1939;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 14px;
  position: absolute;
  top: -14px;
  right: 15px;
  font-family: "poppins-medium";
  z-index: 1;
}
.circle_box-partner .content-in .red-text {
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  color: #cc1939;
  text-align: center;
}
.circle_box-partner .content-in {
  position: relative;
}
.circle_box-partner .content-in .red-number {
  margin: 0;
  text-align: center;
  font-size: 26px;
  color: #cc1939;
}
.circle_box-partner .content-in img {
  position: absolute;
  top: 12px;
  left: -25px;
  height: 56px;
  width: 74px;
}
.circle_box-partner.left .content-in img {
  position: absolute;
  top: 13px;
  left: -18px;
  height: 56px;
  width: 74px;
}
.circle_box-partner .content-in .dark-text {
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  color: #63091c
  text-align: center;
  font-family: "Oswald-Regular";
}
.circle_box-partner .content-in .dark-number {
  margin: 0;
  text-align: center;
  font-size: 26px;
  font-family: "Oswald-Regular";
  color: #63091c
}
.partner_box-gn .cross_big-box .dark-text {
  margin: 0;
  font-size: 18px;
  color: #cc1939;
  margin-top: 8px;
  font-family: "Roboto-Medium";
}
.sm_box-hf.dark-box {
  background-color: #63091c
}
.circle_box-partner.left {
  left: -30px;
}
.sm_box-hf.left {
  left: 15px;
}
.partner_dol-center {
  display: flex;
  align-items: center;
}
.partner_couple {
  width: 60%;
}
.btn_main-btmd {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 10px;
}
.get-dol-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #63091c
  height: 48px;
  width: 170px;
  border-radius: 10px;
  color: white;
  font-size: 15px;
  font-family: "poppins-regular";
  font-weight: bold;
  letter-spacing: 1px;
}
.our_basecouple-main {
  background: url(../images/userbase-left-flow.png) no-repeat 0% top,
    url(../images/userbase-right-flow.png) no-repeat 100% bottom;
  padding: 58px 0px;
  background-color: #ffb3c3;
}
.section-title .white-clr {
  color: white;
  margin-top: 0;
  margin-bottom: 20px;
}
.groom-bride-center {
  align-items: center;
  display: flex;
}
.grom_bride_sec .title_g_b h1 {
  font-size: 46px;
  color: #ffeddc;
  text-align: center;
  font-family: "TrajanPro-Bold";
}
.grom_bride_sec .title_g_b p {
  font-size: 30px;
  color: white;
  text-align: center;
  font-family: "poppins-regular";
}
.bide_groom-div {
  margin-top: 30px;
}
.bide_groom-div li {
  display: inline-block;
  text-align: center;
  margin: 0px 6px;
}
.bide_groom-div li img {
  height: 60px;
  width: 60px;
}
.bide_groom-div li h6 {
  color: white;
  font-size: 20px;
  text-align: center;
  font-family: "Roboto-Medium";
}
.bide_groom-div li p {
  color: white;
  font-size: 14px;
  text-align: center;
  font-family: "Roboto-Medium";
}
.happy-stories-main {
  padding: 33px 0px;
  position: relative;
  background: #ffeddc;
}
.how-work-bg {
  background: transparent linear-gradient(180deg, #ffffff00 0%, #f9583e1a 100%)
    0% 0% no-repeat padding-box;
  padding: 30px 0px;
}
.section-titles {
  margin-top: 22px;
}
.section-titles h2 {
  font-family: "Philosopher-Bold";
  color: #262626;
  font-size: 33px;
  text-transform: capitalize;
}
.section-titles h5 {
  font-size: 14px;
  color: #797979;
  font-family: "poppins-regular";
}
.happy-stories-main .owl-carousel .owl-wrapper-outer {
  padding-top: 110px;
}
.added-images {
  width: 300px;
  height: 100%;
  margin: auto;
}
.added-images .user-profile {
  width: 200px;
  height: 200px;
  border: 6px solid #63091c
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
  margin-top: -110px;
}
.box-story {
  width: 300px;
  height: auto;
  min-height: 300px;
  background: #ffffff;
  box-shadow: 0px 7px 26px #00000003;
  border-radius: 10px;
  text-align: center;
  padding: 19px 26px;
}
.box-story h1 {
  font-size: 18px;
  color: #cc1939;
  font-family: "Roboto-Bold";
  margin-top: 0px;
  line-height: 26px;
}
.box-story p {
  font-size: 14px;
  color: #63091c
  font-family: "Roboto-Regular";
  margin: 0;
}
.box-story .border-img {
  width: 100%;
  margin-top: 12px;
}
.stories-main {
  margin-top: 20px;
}
.story-text h3 {
  margin-top: 0px;
  color: #000000;
  font-family: "lavone";
  font-size: 19px;
}
.story-text h3 span {
  font-family: "poppins-semibold";
}
.story-text p {
  color: #4b4b4b;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}
.owl-theme .owl-controls .owl-buttons div {
  font-size: 0px !important;
}
.client-say .owl-theme .owl-controls .owl-buttons .owl-prev::after {
  content: "\f053";
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 8px;
}
.client-say .owl-theme .owl-controls .owl-buttons .owl-next::after {
  content: "\f054";
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 8px;
}
.client-say .owl-theme .owl-controls .owl-buttons .owl-prev {
  color: #ffffff;
  height: 45px;
  border-radius: 30px !important;
  box-shadow: 0px 3px 16px #00000029;
  width: 45px;
  zoom: 1;
  *display: inline;
  margin: 0px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #63091c
  filter: Alpha(Opacity=50);
  opacity: 1;
  position: absolute;
  left: -20px;
}
.client-say .owl-theme .owl-controls .owl-buttons .owl-next {
  color: #fff;
  height: 46px;
  border-radius: 30px !important;
  box-shadow: 0px 3px 16px #00000029;
  width: 46px;
  zoom: 1;
  *display: inline;
  margin: 0px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #63091c
  filter: Alpha(Opacity=50);
  opacity: 1;
  position: absolute;
  right: -20px;
}
.client-say .owl-theme .owl-controls {
  position: relative;
  top: -200px;
}
.box-story h6 span {
  margin: 0px 2px;
  font-size: 14px;
  color: #ffa506;
}
.conatct_us_mainn {
  background: url(../images/left-eli.png) no-repeat 0% bottom,
    url(../images/right-eli.png) no-repeat 100% bottom;
  padding: 58px 0px;
  background-size: 10%;
}
.chose_couple_cn {
  width: 100%;
}
.contect_details-sh h1 {
  color: white;
  font-size: 70px;
  font-family: "vivaldi";
}
.contect_details-sh p {
  font-size: 16px;
  color: white;
  width: 90%;
}
.contect_details-sh .sheduals-btn {
  background: #cc1939;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  height: 42px;
  width: 150px;
  border-radius: 10px;
  margin-top: 24px;
  font-family: "poppins-regular";
  font-weight: bold;
  letter-spacing: 1px;
}
.app-bg {
  background: url(../images/choose-us-left.png) no-repeat 0% top,
    url(../images/choose-us-right.png) no-repeat 100% bottom, #ffeddc;
  padding: 58px 0px;
}
.center-apps-a {
  display: flex;
  align-items: center;
}
.app-text h2 {
  color: #cc1939;
  font-size: 28px;
  line-height: 45px;
  text-transform: uppercase;
  font-family: "TrajanPro-Bold";
}
.app-text p {
  color: #221e20;
  font-size: 14px;
  width: 60%;
  line-height: 22px;
  font-family: "Roboto-Medium";
}
.app-text p a {
  color: #cc1939;
}
.app-text h3 {
  color: #cc1939;
  font-size: 26px;
  line-height: 36px;
  font-family: "TrajanPro-Bold";
}
.app-text ul li {
  color: #000000;
  font-size: 14px;
  list-style: inside;
  font-family: "Roboto-Medium";
}
.app-text h5 {
  font-family: "Roboto-Bold";
  color: #262626;
  font-size: 17px;
  margin-top: 12px;
  font-weight: 600;
}
.app-mokup-img img {
  width: 100%;
}
.app-text .dv {
  display: inline-block;
  height: 12px;
  width: 2px;
  background: #262626;
  margin: 0px 10px;
}
.play-btn img {
  border-radius: 8px;
  height: auto;
  width: 188px;
  object-fit: cover;
  margin-right: 15px;
  margin-bottom: 15px;
}
.create_bio-main {
  background: url(../images/create-bio-left.png) no-repeat 0% top,
    url(../images/create-bio-right.png) no-repeat 100% bottom;
  padding: 48px 0px;
  background-size: 15%;
}
.flex-biodata {
  display: flex;
  align-items: center;
}
.text_data_bio h1 {
  font-size: 32px;
  color: white;
  font-family: "TrajanPro-Bold";
}
.text_data_bio p {
  font-size: 18px;
  color: white;
  line-height: 28px;
  margin-top: 30px;
  font-family: "Roboto-Regular";
}
.text_data_bio .biodata-btn {
  background: #ffeddc;
  color: #63091c
  font-size: 14px;
  height: 40px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin-top: 30px;
  font-family: "poppins-regular";
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.choose_us_section {
  background: url(../images/choose-us-left.png) no-repeat 0% top,
    url(../images/choose-us-right.png) no-repeat 100% bottom, #ffeddc;
  padding: 48px 0px;
  background-size: 15%;
}
.section-title h1 {
  color: #63091c
  font-size: 32px;
  text-align: center;
  line-height: 42px;
  font-family: "TrajanPro-Bold";
}
.section-title p {
  color: #221e20;
  text-align: center;
  font-size: 14px;
  font-family: "poppins-regular";
}
.choose_us_section h6 {
  color: #63091c
  font-size: 18px;
  text-align: center;
  line-height: 22px;
  margin-top: 40px;
  font-family: "EBGaramond-SemiBold";
}
.footer-title {
  margin-bottom: 15px;
}
.footer-bg {
  padding-top: 35px;
  background: url(../images/footer-right-bg.png) no-repeat 100% bottom, #63091c
}
.footer-brd-btm {
  border-bottom: 1px solid #ffffff47;
  padding-bottom: 20px;
}
.social-icon-footer p {
  font-size: 14.18px;
  color: #afa6a6;
  margin: 0 0 18px;
  display: inline-block;
}
.logo-footer img {
  width: 163px;
  height: 55px;
  object-fit: contain;
}
.p-70 {
  padding-left: 70px;
}
.about-us p {
  color: #ffffff;
  font-size: 13.5px;
  font-family: "Roboto-Regular";
  line-height: 26px;
}
.footer-title p.roboto {
  font-family: "TrajanPro-Bold";
}
.footer-title p {
  color: #ffffff;
  font-size: 22px;
  font-family: "Roboto-Black";
}
.footer-title .btm-line {
  height: 2px;
  width: 110px;
  background-color: #ffffff;
}
.footer-title p span {
  color: #ffffff;
  font-size: 21px;
  font-family: "poppins-semibold";
}
.cms-ul li a {
  color: #ffffff;
  font-size: 13.5px;
  font-family: "Roboto-Regular";
  text-decoration: none;
}
.cms-ul li {
  margin-bottom: 15px;
}
.social-icon-footer p i {
  font-size: 18px;
  color: #ffffff;
}
.social-icon-footer p {
  margin-right: 5px;
}
.copy-rights {
  width: 100%;
  background-color: #ffffff;
  margin-top: 0;
  padding: 9px 0px;
}
._footer_private-list li {
  display: inline-block;
}
._footer_private-list .center-ul {
  display: inline-block;
  background: #63091c
  height: 10px;
  width: 1px;
  margin: 0px 20px;
}
._footer_private-list li a {
  display: inline-block;
  color: #63091c
  font-family: "Roboto-Regular";
  font-size: 16px;
  text-align: center;
}
.copy-rights h6 {
  color: #63091c
  font-family: "Roboto-Regular";
  font-size: 16px;
  text-align: center;
  line-height: 22px;
}
.footer-small-bg {
  display: flex;
  align-items: center;
}
.search-box {
  background: #00000061;
  padding: 22px;
  border-radius: 10px;
}
.search_for {
  z-index: 9;
  position: relative;
  top: 109px;
}
.search-box-b-d {
  background-color: #0a0054;
  height: 97px;
}
.search-section {
  background: #ffffff;
  border-radius: 10px;
  width: 100%;
  height: 54px;
}
.search-new-bg {
  background-color: #f9f9f9;
  min-height: 164px;
}
.search-section .left label {
  color: white;
  font-size: 14px;
  margin-bottom: 6px;
  font-family: "Philosopher-Bold";
  text-transform: capitalize;
}
.custom-select-wrapper {
  position: relative;
  display: block;
  user-select: none;
  background: white;
  padding: 0px 12px;
  border-radius: 4px;
  height: 54px;
}
.custom-select-wrapper select {
  display: none;
  visibility: hidden;
  border: 0px;
}
.custom-select-trigger {
  position: relative;
  display: block;
  padding: 0 0px 0 0px;
  font-size: 14px;
  color: #000000;
  line-height: 42px;
  cursor: pointer;
  font-family: "poppins-medium";
  top: 8px;
}
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  right: 14px;
  margin-top: 0px;
  border-bottom: 3px solid #cc1939;
  border-right: 3px solid #cc1939;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.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;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  background: #fff;
  transition: all 0.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 0.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 0.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: 1px;
  outline: none;
  background-color: #cc1939;
  font-size: 14px;
  width: 100%;
  display: inline-block;
  color: #fff;
  text-align: center;
  border: 0;
  border-radius: 10px;
  height: 54px;
  font-family: "poppins-regular";
  font-weight: bold;
  letter-spacing: 1px;
}
.searchnow:hover,
.searchnow:focus {
  background-color: #ff1313;
  border: 0px;
  color: #fff;
}
.pad-r-0 {
  padding-right: 0px;
}
.custom-select-trigger_new:after {
  right: 20px;
}
