@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(http://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H7g4.ttf) format('truetype');
}
html {
  font-size: 16px;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
}
div,
section,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
a {
  box-sizing: border-box;
}
.p1 {
  padding: 1rem;
}
.pl1 {
  padding-left: 1rem;
}
.pr1 {
  padding-right: 1rem;
}
.pt1 {
  padding-top: 1rem;
}
.pb1 {
  padding-bottom: 1rem;
}
.block {
  display: block;
}
a,
button {
  text-decoration: none;
  outline: none;
  color: inherit;
}
a:hover,
button:hover,
a:focus,
button:focus,
a:active,
button:active {
  text-decoration: none;
  outline: none;
}
.btn {
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  background: #eee;
  color: #222;
  cursor: pointer;
}
.btn:hover {
  background: #e1e1e1;
}
.btn:focus,
.btn:active {
  outline: none !important;
}
.btn.btn-sm {
  padding: 0.3rem 0.8rem;
  font-size: 0.75rem;
  border-radius: 4px;
}
.btn.btn-primary {
  background: #ffde00;
  color: #222;
  border-color: #ebcc00;
  font-weight: 600;
}
.btn.btn-secondary {
  background: #ff0030;
  color: #fff;
  border-color: #eb002c;
  font-weight: 600;
}
.btn.btn-outline {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.1);
}
.btn.btn-outline.btn-primary {
  border-color: #ffde00;
  color: #ffde00;
}
.btn.btn-outline.btn-secondary {
  border-color: #ff0030;
  color: #ff0030;
}
.btn.btn-outline.btn-white {
  border-color: rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
}
.dflex {
  display: flex;
}
.dflex.wrap {
  flex-wrap: wrap;
}
.dflex.justify-between {
  justify-content: space-between;
}
.dflex.justify-right,
.dflex.justify-end {
  justify-content: flex-end;
}
.dflex.align-center {
  align-items: center;
}
.dflex.align-bottom {
  align-items: flex-end;
}
.inherit-h {
  height: inherit;
}
.section-title {
  width: 100%;
  text-align: center;
  padding: 2rem 0;
}
.section-title .title-main {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 2rem;
  color: #333;
}
@media screen and (max-width: 44.9375rem) {
  .section-title .title-main {
    font-size: 1.2rem;
  }
}
.section-title .title-sub {
  font-weight: 300;
  font-size: 1rem;
  color: #666;
  margin-top: 0.5rem;
}
@media screen and (max-width: 44.9375rem) {
  .section-title .title-sub {
    font-size: 0.8rem;
  }
}
.section-title.color-primary .title-main {
  color: #ffde00;
}
.section-title.color-primary .title-sub {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.section-title.color-secondary .title-main {
  color: #ff0030;
}
.section-title.color-secondary .title-sub {
  color: #222;
  font-weight: 400;
}
.section-title.title-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-title.title-flex .title-main {
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 44.9375rem) {
  .section-title.title-flex .title-main {
    text-align: left;
    font-size: 1rem;
  }
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 56.25rem) {
  .container {
    width: 100%;
  }
}
.main {
  display: block;
}
.main.inner {
  max-width: 1200px;
  padding-top: 90px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}
.main.inner aside {
  flex: 0 0 20%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  margin: 1rem 0;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main.inner aside nav a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
.main.inner aside nav a.active {
  background-color: rgba(0, 0, 0, 0.1);
}
.main.inner article {
  padding: 1rem;
  margin: 1rem 0;
  flex-grow: 1;
  flex-shrink: 1;
}
.main.inner article h1 {
  font-weight: 300;
  margin-bottom: 2rem;
}
.main.inner article h2 {
  font-weight: 600;
  font-size: 1.3rem;
  color: #00229f;
}
.main.inner article h3 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.main.inner article h3::before {
  content: '';
  width: 15px;
  height: 2px;
  background-color: #ffde00;
  margin-right: 10px;
}
@media screen and (max-width: 44.9375rem) {
  .main.inner {
    padding-top: 60px;
  }
}
@media screen and (min-width: 45rem) and (max-width: 56.1875rem) {
  .main.inner {
    padding-top: 130px;
  }
}
.header {
  position: absolute;
  z-index: 1000;
  display: block;
  overflow: visible;
  width: 100%;
  height: 90px;
}
@media screen and (max-width: 44.9375rem) {
  .header {
    height: 60px;
  }
}
@media screen and (min-width: 45rem) and (max-width: 56.1875rem) {
  .header {
    height: 130px;
  }
}
@media screen and (max-width: 44.9375rem) {
  .header .headerflex {
    align-items: center;
  }
}
@media screen and (min-width: 45rem) and (max-width: 56.1875rem) {
  .header .headerflex {
    flex-wrap: wrap;
  }
}
.header .col-branding {
  display: flex;
  align-items: center;
}
.header .col-branding .logo .helper img {
  width: 162px;
}
@media screen and (max-width: 44.9375rem) {
  .header .col-branding .logo .helper img {
    width: 100px;
  }
}
@media screen and (min-width: 45rem) and (max-width: 56.1875rem) {
  .header .col-branding .logo .helper img {
    width: 130px;
  }
}
.header .col-navigation {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
}
@media screen and (min-width: 45rem) and (max-width: 56.1875rem) {
  .header .col-navigation {
    flex: 1 0 100%;
  }
}
.header .col-navigation .col-topbar {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.8rem;
}
@media screen and (max-width: 44.9375rem) {
  .header .col-navigation .col-topbar .login-snippet .login-btn .msg {
    display: none;
  }
}
.header .col-navigation .col-topbar .login-snippet .login-btn .btn-login {
  margin-left: 0.5rem;
}
@media screen and (max-width: 44.9375rem) {
  .header .col-navigation .col-topbar .login-snippet .login-btn .btn-login {
    margin: 0 1rem 0 0;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.2rem 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
  }
}
@media screen and (min-width: 45rem) and (max-width: 56.1875rem) {
  .header .col-navigation .col-topbar {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
}
.header .col-navigation .col-main-nav.h_navbar {
  width: 100%;
  text-align: right;
  transition: 0.3s;
}
.header .col-navigation .col-main-nav.h_navbar .h_nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 45rem) and (max-width: 56.1875rem) {
  .header .col-navigation .col-main-nav.h_navbar .h_nav {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 6px;
  }
}
.header .col-navigation .col-main-nav.h_navbar .h_nav a.nav-link {
  padding: 0.8rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #222;
}
.header .col-navigation .col-main-nav.h_navbar .h_nav a.nav-link:hover {
  color: #ff0030;
}
@media screen and (min-width: 45rem) and (max-width: 56.1875rem) {
  .header .col-navigation .col-main-nav.h_navbar .h_nav a.nav-link {
    text-align: center;
  }
}
@media screen and (max-width: 44.9375rem) {
  .header .col-navigation .col-main-nav.h_navbar {
    width: 0;
    height: 100vh;
    position: fixed;
    z-index: 100;
    right: 0;
    top: 0;
    background: #ffde00;
  }
  .header .col-navigation .col-main-nav.h_navbar .h_nav {
    display: block;
    width: 250px;
    padding-top: 60px;
  }
  .header .col-navigation .col-main-nav.h_navbar .h_nav a.nav-link {
    display: block;
    color: #333;
    font-weight: 600;
    width: 100%;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .header .col-navigation .col-main-nav.h_navbar .h_nav a.nav-link:last-of-type {
    border: none;
  }
}
.header .nav-icon {
  margin: 0;
  width: 30px;
  display: none;
  z-index: 101;
}
@media screen and (max-width: 44.9375rem) {
  .header .nav-icon {
    display: block;
  }
}
.header .nav-icon:after,
.header .nav-icon:before,
.header .nav-icon div {
  background-color: #000;
  border-radius: 3px;
  content: '';
  display: block;
  height: 4px;
  margin: 4px 0;
  transition: all 0.2s ease-in-out;
}
.header .nav-icon.open::before {
  transform: translateY(8px) rotate(135deg);
}
.header .nav-icon.open::after {
  transform: translateY(-8px) rotate(-135deg);
}
.header .nav-icon.open div {
  transform: scale(0);
}
.nav-icon {
  margin: 0;
  width: 30px;
  display: none;
  z-index: 101;
}
@media screen and (max-width: 44.9375rem) {
  .nav-icon {
    display: block;
  }
}
.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: #fff;
  border-radius: 3px;
  content: '';
  display: block;
  height: 4px;
  margin: 4px 0;
  transition: all 0.2s ease-in-out;
}
.nav-icon.open::before {
  transform: translateY(8px) rotate(135deg);
}
.nav-icon.open::after {
  transform: translateY(-8px) rotate(-135deg);
}
.nav-icon.open div {
  transform: scale(0);
}
.dropdown .dropdown-menu.login-form {
  width: 280px;
  padding: 30px;
  left: auto;
  right: 0;
  font-size: 14px;
  border-radius: 20px;
}
.dropdown .dropdown-menu.login-form label {
  font-weight: 400;
}
.dropdown .dropdown-menu.login-form .form-group {
  margin-bottom: 0.5rem;
  width: 100%;
}
.dropdown .dropdown-menu.login-form .form-group .form-control {
  width: 100%;
}
section.face-section {
  width: 100%;
  min-height: 100vh;
  padding-top: 90px;
  display: block;
  background-image: linear-gradient(120deg, #fff 40%, #8be3ff 100%);
}
@media screen and (max-width: 44.9375rem) {
  section.face-section {
    padding-top: 60px;
    height: auto;
  }
}
@media screen and (min-width: 45rem) and (max-width: 56.1875rem) {
  section.face-section {
    padding-top: 130px;
  }
}
section.face-section .face-flex-col {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  min-height: calc(100vh - 90px);
}
section.face-section .face-flex-col .col-content {
  flex-grow: 1;
  position: relative;
  display: flex;
}
section.face-section .face-flex-col .col-content .container {
  height: inherit;
}
@media screen and (max-width: 44.9375rem) {
  section.face-section .face-flex-col .col-content {
    display: block;
  }
}
section.face-section .face-flex-col .col-content .bg {
  max-width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -40px;
  left: 50%;
  background: url(../images/mysore-nikah-muslim-matrimony-brides-grooms.png) no-repeat right bottom;
  background-size: contain;
}
@media screen and (max-width: 44.9375rem) {
  section.face-section .face-flex-col .col-content .bg {
    position: static;
    width: 100%;
    max-width: none;
    height: 250px;
  }
}
section.face-section .face-flex-col .col-content .col-left {
  height: 100%;
  width: 40%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 44.9375rem) {
  section.face-section .face-flex-col .col-content .col-left {
    width: 100%;
    text-align: center;
  }
}
section.face-section .face-flex-col .col-content .col-left h1 span {
  display: block;
  font-size: 0.6em;
}
@media screen and (max-width: 44.9375rem) {
  section.face-section .face-flex-col .col-content .col-left h1 {
    font-size: 1.5rem;
  }
}
section.face-section .face-flex-col .col-content .col-left p {
  font-size: 0.9rem;
}
@media screen and (max-width: 44.9375rem) {
  section.face-section .face-flex-col .col-content .col-left p {
    font-size: 0.7rem;
  }
}
section.face-section .face-flex-col .col-register {
  height: 200px;
  background: #ffde00;
}
@media screen and (max-width: 44.9375rem) {
  section.face-section .face-flex-col .col-register {
    height: auto;
  }
}
footer {
  background: #333;
  padding: 2rem 0;
}
.footer-nav-wrapper {
  width: 100%;
  display: block;
  overflow: hidden;
}
.footer-nav-wrapper ul.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.footer-nav-wrapper ul.footer-nav li {
  display: inline-block;
  font-size: 0.8rem;
}
.footer-nav-wrapper ul.footer-nav li a {
  display: block;
  overflow: hidden;
  padding: 10px 10px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.footer-nav-wrapper ul.footer-nav li a:hover {
  color: #ffde00;
}
.footer-info {
  margin-top: 10px;
  padding: 10px 0;
  text-align: center;
  font-size: 0.7rem;
  display: block;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.5);
}
.boot-form {
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
@media screen and (max-width: 44.9375rem) {
  .boot-form {
    padding: 30px 0;
  }
}
.boot-form .form-group .control-group {
  display: flex;
}
.boot-form .form-group .control-group .group-item {
  margin-right: 0.5rem;
  flex-grow: 1;
}
.boot-form .form-group .control-group .group-item:last-of-type {
  margin: 0;
}
.boot-form .control-label {
  font-size: 0.8rem;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 44.9375rem) {
  .boot-form .control-label {
    font-size: 0.7rem;
  }
}
.boot-form .form-control {
  padding: 0.6rem;
}
@media screen and (max-width: 44.9375rem) {
  .boot-form .form-control {
    font-size: 0.7rem;
  }
}
.boot-form .form-inline {
  text-align: center;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: center;
  justify-content: space-around;
  width: 100%;
  max-width: 1084px;
}
.boot-form .form-inline.justify-between {
  justify-content: center;
}
.boot-form .form-inline.justify-center {
  justify-content: center;
}
.boot-form .form-inline.justify-center .form-group {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  text-align: left;
}
.boot-form .form-inline .form-group {
  margin: 0.5rem;
}
@media screen and (max-width: 44.9375rem) {
  .boot-form .form-inline .form-group {
    margin-bottom: 1rem;
  }
}
.boot-form .form-inline .control-group label {
  font-weight: 300;
  font-size: 0.9rem;
}
@media screen and (max-width: 44.9375rem) {
  .boot-form .form-inline .control-group {
    display: flex;
  }
}
@media screen and (max-width: 44.9375rem) {
  .boot-form .form-inline {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100%;
  }
}
.boot-form .form-inline .form-control {
  border: none;
  padding: 0.6rem;
  height: auto;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.boot-form .form-inline .btn-group {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
@media screen and (max-width: 44.9375rem) {
  .boot-form .form-inline .btn-group {
    display: flex;
  }
}
.boot-form .form-inline .btn-group .btn {
  border: none;
  padding: 0.6rem 1.2rem;
}
@media screen and (max-width: 44.9375rem) {
  .boot-form .form-inline .btn-group .btn {
    padding: 0.6rem 0.8rem;
    font-size: 0.7rem;
    flex-grow: 1;
  }
}
.boot-form .form-inline .btn-group .btn.active,
.boot-form .form-inline .btn-group .btn.focus,
.boot-form .form-inline .btn-group .btn:active,
.boot-form .form-inline .btn-group .btn:focus,
.boot-form .form-inline .btn-group .btn:checked {
  outline: none;
  box-shadow: none;
  border: none;
}
.boot-form .form-inline .btn-group .btn:hover {
  color: #333;
}
.boot-form .form-inline .btn-group .btn.active:hover {
  color: #fff;
}
.boot-form .form-inline .btn-submit {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 44.9375rem) {
  .boot-form .form-inline .btn-submit {
    width: 100%;
  }
}
.boot-form .form-inline .form-policy {
  flex: 1 0 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 44.9375rem) {
  .boot-form .form-inline .form-policy {
    margin: 0;
  }
}
.boot-form .form-inline .form-policy .policy {
  max-width: 200px;
  text-align: right;
  font-size: 0.65rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 44.9375rem) {
  .boot-form .form-inline .form-policy .policy {
    max-width: none;
    text-align: center;
    width: 100%;
  }
}
.boot-form .form-inline .form-policy .policy a {
  text-decoration: underline;
}
.boot-form .form-inline.block {
  display: block;
}
.boot-form .form-inline.no-bg .control-label {
  color: #333;
  font-weight: 600;
}
.boot-form .form-inline.no-bg .form-control {
  box-shadow: none;
  border: 1px solid #ddd;
}
.boot-form .form-inline.no-bg .form-group.full-width .control-group {
  flex-grow: 1;
}
.boot-form .form-inline.no-bg .form-group.full-width .control-group .form-control {
  width: 100%;
}
.boot-form.no-label .control-label {
  display: none;
}
.form-inline {
  padding: 2rem 0;
}
.form-inline .flex-group {
  display: flex;
}
.form-inline .flex-group .form-group {
  flex-grow: 1;
}
.form-inline .flex-group .form-group .control-label {
  flex: 0 1 auto;
  margin-left: 0.5rem;
}
.form-inline .flex-group .form-group:first-of-type .control-label {
  flex: 0 1 200px;
  margin-left: 0rem;
}
.form-inline .form-group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
.form-inline .form-group .control-label {
  margin-right: 0.5rem;
  font-weight: 300;
  margin-top: 0.3rem;
  margin-left: 0rem;
  flex: 0 1 200px;
}
.form-inline .form-group .control-value {
  flex-grow: 1;
}
.form-inline .form-group .control-value .form-control {
  width: 100%;
}
.form-inline .form-group .control-value .input-group {
  display: flex;
  flex-wrap: nowrap;
}
.form-inline .form-group .control-value .input-group .btn {
  padding: 0.5rem 12px;
  border-color: rgba(0, 0, 0, 0.2);
  font-size: 0.75rem;
}
.form-inline .form-group .control-value .input-group .input-group-prepend .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.form-inline .form-group .control-value .input-group .form-control {
  width: auto;
  flex-grow: 1;
}
section.featured-section {
  display: block;
  width: 100%;
  padding-top: 100px;
}
@media screen and (max-width: 44.9375rem) {
  section.featured-section {
    padding-top: 60px;
  }
}
section.featured-section .nik-features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
section.featured-section .nik-features li {
  padding: 0 1rem;
  max-width: 250px;
}
@media screen and (max-width: 44.9375rem) {
  section.featured-section .nik-features li {
    flex: 1 0 100%;
    display: flex;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
section.featured-section .nik-features li .ft-icon {
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 44.9375rem) {
  section.featured-section .nik-features li .ft-icon {
    margin: 0;
  }
}
section.featured-section .nik-features li .ft-icon .img-link {
  display: block;
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 44.9375rem) {
  section.featured-section .nik-features li .ft-icon .img-link {
    width: 80px;
    height: 80px;
  }
}
section.featured-section .nik-features li .ft-icon .img-link .overlay {
  position: absolute;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 184, 186, 0);
  z-index: 90;
  -webkit-transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
section.featured-section .nik-features li .ft-icon .img-link img {
  width: 100%;
  height: 100%;
  margin: 0 auto 0 auto;
  display: block;
  z-index: 10;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
section.featured-section .nik-features li .ft-icon .img-link:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1);
}
section.featured-section .nik-features li .ft-icon .img-link:hover .overlay {
  background: rgba(0, 0, 0, 0.2);
}
section.featured-section .nik-features li .ft-content {
  text-align: center;
}
@media screen and (max-width: 44.9375rem) {
  section.featured-section .nik-features li .ft-content {
    text-align: left;
    padding-left: 1rem;
  }
}
section.featured-section .nik-features li .ft-content .title {
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5rem;
  color: #222;
}
section.featured-section .nik-features li .ft-content .text {
  font-size: 0.8rem;
  color: #666;
}
@media screen and (max-width: 44.9375rem) {
  section.featured-section .nik-features li .ft-content .text {
    margin: 0;
    font-size: 0.7rem;
  }
}
section.search-section {
  width: 100%;
  display: block;
  padding-top: 100px;
}
@media screen and (max-width: 44.9375rem) {
  section.search-section {
    padding-top: 0px;
  }
}
section.search-section .search-form {
  background: #b0deff;
  padding: 2rem;
  border-radius: 1rem;
}
@media screen and (max-width: 44.9375rem) {
  section.search-section .search-form {
    padding: 0;
  }
}
.profile-list-container .profile-list {
  margin: 0 -0.5rem;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 44.9375rem) {
  .profile-list-container .profile-list {
    flex-wrap: wrap;
  }
}
.profile-list-container .profile-list li {
  margin: 0.5rem;
  display: flex;
  align-items: stretch;
  background: #eee;
  flex: 1 0 32%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.profile-list-container .profile-list li .profile-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-list-container .profile-list li .profile-image img {
  width: 120px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.profile-list-container .profile-list li .profile-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  border-left: 0;
  background: #fff;
  font-size: 0.7rem;
  line-height: normal;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.profile-list-container .profile-list li .profile-details .details {
  padding: 0.5rem;
  max-height: 116px;
  display: block;
  overflow: hidden;
}
.profile-list-container .profile-list li .profile-details .details span {
  display: flex;
  color: #666;
}
.profile-list-container .profile-list li .profile-details .details span.strong {
  font-weight: 600;
  color: #222;
}
.profile-list-container .profile-list li .profile-details .action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  font-weight: 600;
}
.profile-list-container .profile-list li .profile-details .action a {
  padding: 0.5rem;
  text-align: center;
  flex-grow: 1;
}
.btn-register-center {
  padding: 2rem 0;
  display: block;
  text-align: center;
}
.btn-register-center .btn {
  padding: 0.5rem 3rem;
  font-size: 1rem;
}
section.mobile-section {
  background: #9feeff;
  min-height: 250px;
}
@media screen and (max-width: 44.9375rem) {
  section.mobile-section {
    background: linear-gradient(180deg, #ffffff 35%, #00d4ff 100%);
  }
}
section.mobile-section .mobile-matrimony {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
section.mobile-section .mobile-matrimony .mobile {
  position: relative;
  flex: 1 0 30%;
}
@media screen and (max-width: 44.9375rem) {
  section.mobile-section .mobile-matrimony .mobile {
    flex: 1 0 100%;
    padding-top: 30px;
    display: flex;
    justify-content: center;
  }
}
section.mobile-section .mobile-matrimony .mobile .helper {
  position: absolute;
  top: -50px;
  right: 0;
}
@media screen and (max-width: 44.9375rem) {
  section.mobile-section .mobile-matrimony .mobile .helper {
    position: static;
  }
}
section.mobile-section .mobile-matrimony .mobile img {
  height: 350px;
}
section.mobile-section .mobile-matrimony .mobile-content {
  padding: 3rem 3rem 3rem 5rem;
  flex: 1 0 70%;
}
@media screen and (max-width: 44.9375rem) {
  section.mobile-section .mobile-matrimony .mobile-content {
    flex: 1 0 100%;
    padding: 1rem 1rem 30px 1rem;
    text-align: center;
  }
}
section.mobile-section .mobile-matrimony .mobile-content .title-main {
  color: #000;
  font-weight: 600;
  font-size: 2rem;
}
section.mobile-section .mobile-matrimony .mobile-content .text {
  font-size: 0.9rem;
  color: #222;
}
@media screen and (max-width: 44.9375rem) {
  section.mobile-section .mobile-matrimony .mobile-content .text {
    font-size: 0.7rem;
  }
}
section.mobile-section .mobile-matrimony .mobile-content .links {
  display: flex;
  padding-top: 1rem;
}
@media screen and (max-width: 44.9375rem) {
  section.mobile-section .mobile-matrimony .mobile-content .links {
    justify-content: center;
  }
}
section.mobile-section .mobile-matrimony .mobile-content .links a {
  display: block;
  margin-right: 0.5rem;
}
section.mobile-section .mobile-matrimony .mobile-content .links a img {
  width: 100px;
}
section.support-section {
  padding: 50px 0;
  background: #ff0030;
  background: linear-gradient(90deg, #ff0030 50%, #cc0026 50%);
}
@media screen and (max-width: 44.9375rem) {
  section.support-section {
    background: #ff0030;
  }
}
section.support-section .support-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
section.support-section .support-features {
  padding-right: 2rem;
  flex: 1 0 50%;
}
@media screen and (max-width: 44.9375rem) {
  section.support-section .support-features {
    padding-right: 0;
    flex: 1 0 100%;
  }
}
section.support-section .support-features .title-one {
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  margin: 0;
  line-height: 4rem;
}
@media screen and (max-width: 44.9375rem) {
  section.support-section .support-features .title-one {
    font-size: 3rem;
  }
}
section.support-section .support-features .title-two {
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  margin-top: 2rem;
}
section.support-section .support-features .text {
  font-size: 0.8rem;
  line-height: normal;
  color: rgba(255, 255, 255, 0.7);
}
section.support-section .support-box {
  flex: 1 0 50%;
  padding: 2rem;
  display: block;
  border-radius: 0;
  margin: 0;
}
@media screen and (max-width: 44.9375rem) {
  section.support-section .support-box {
    background: #cc0026;
    margin-top: 30px;
  }
}
section.support-section .support-box .title-bg {
  text-transform: uppercase;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
section.support-section .support-box .title-main {
  font-size: 1.2rem;
  margin: 0 0 1rem 0;
  padding: 0;
  font-weight: 600;
  color: #fff;
}
section.support-section .support-box .text {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: normal;
}
section.support-section .support-box .num {
  padding: 1rem 0;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: rgba(0, 0, 0, 0.7);
}
section.support-section .support-box .num svg {
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
}
section.support-section .support-box .num a {
  display: block;
  margin-bottom: 0.5rem;
  color: #fff;
}
section.support-section .support-box .num a.whatsapp svg {
  fill: #00bf79;
}
section.support-section .support-box .num a.phone svg {
  fill: #ff4800;
}
section.support-section .support-box .action .contact {
  background: #ffde00;
  color: #000;
}
section.support-section .support-box .action .ticket {
  background: #ffcc00;
  color: #000;
}
.faq-section {
  padding: 2rem 0;
}
.faq-section .section-title .title-main {
  color: #ff0030;
  font-size: 2rem;
}
.faq-section .faqs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq-section .faqs li {
  display: block;
  margin-bottom: 2rem;
}
.faq-section .faqs li h5,
.faq-section .faqs li .question {
  margin: 0.5rem 0;
  padding: 0;
  color: #333;
}
@media screen and (max-width: 44.9375rem) {
  .faq-section .faqs li h5,
  .faq-section .faqs li .question {
    font-weight: 600;
  }
}
.faq-section .faqs li p {
  margin: 0 0 0.5rem 0;
  font-size: 0.8rem;
  color: #666;
}
.keyword-section {
  width: 100%;
  display: block;
  padding: 2rem 0;
  background-color: rgba(0, 0, 0, 0.03);
}
.keyword-section .keyword-group {
  display: block;
  overflow: hidden;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #ddd;
}
.keyword-section .keyword-group:last-of-type {
  padding: 0;
  border: 0;
}
.keyword-section .keyword-group .keyword-title {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.keyword-section .keyword-group .inline-keywords {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -0.2rem;
}
.keyword-section .keyword-group .inline-keywords a {
  margin: 0.2rem;
  font-size: 0.7rem;
}
.keyword-section .keyword-group .inline-keywords a.item {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.keyword-section .keyword-group .inline-keywords a.linkitem {
  padding: 0.3rem 0.5rem;
  font-size: 0.7rem;
  text-decoration: none;
  color:#666666;
}
.keyword-section .keyword-group .inline-keywords a.linkitem:hover  {
   color:#CCCCCC;
}
.sharethis-inline-share-buttons {
  padding: 2rem 0;
  background: rgba(0, 0, 0, 0.1);
}
.testimonials {
  margin: 0;
  padding: 0;
  list-style: none;
}
.testimonials li {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.testimonials li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.testimonials li .testi-image {
  display: flex;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 1;
}
.testimonials li .testi-image .helper {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}
.testimonials li .testi-image .helper img {
  width: 100%;
}
.testimonials li .testi-content {
  padding-left: 1rem;
}
.testimonials li .testi-content .title {
  font-size: 1rem;
  font-weight: 600;
}
.testimonials li .testi-content .text {
  font-size: 0.9rem;
  line-height: normal;
}
.testimonials li .testi-content .details {
  margin-top: 1rem;
  font-size: 0.8rem;
  color: #666;
}
.testimonials li .testi-content .details .name {
  font-weight: 600;
  color: #333;
  padding-right: 0.5rem;
}
