/*!
Theme Name: W3-THEME
Theme URI: https://w3ondemand.com/
Author: W3ondemand
Author URI: 
Description: Description
Version: 2.1
License: GNU General Public License v3 or later
License URI: LICENSE
Text Domain: https://w3ondemand.com/
Tags: w3ondemand, website, software, mobile app 
*/
/*---------------------------------------------------
               THEM CSS
----------------------------------------------------*/
@font-face {
  font-family: Avenir-Book;
  src: url(../vendors/fonts/Avenir-Book.ttf); }
@font-face {
  font-family: Avenir-Light;
  src: url(../vendors/fonts/Avenir-Light.ttf); }
@font-face {
  font-family: AvenirLTStd-Book;
  src: url(../vendors/fonts/AvenirLTStd-Book.otf); }
@font-face {
  font-family: AvenirLTStd-Light;
  src: url(../vendors/fonts/AvenirLTStd-Light.otf); }
@font-face {
  font-family: AvenirLTStd-Roman;
  src: url(../vendors/fonts/AvenirLTStd-Roman.otf); }
@font-face {
  font-family: Avenir-Roman;
  src: url(../vendors/fonts/Avenir-Roman.ttf); }
/* css seclector */
::-moz-selection {
  color: #fff;
  background: #0075b7; }

::selection {
  color: #fff;
  background: #0075b7; }

/* end css seclector */
/*back to top button start */
#scroll {
  position: fixed;
  right: 20px;
  bottom: 50px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #0075b7;
  border-color: 1px solid #0075b7;
  text-indent: -9999px;
  display: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  box-shadow: 0 0px 15px 1px #efeded;
  border-radius: 50px; }
  #scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #212121; }
  #scroll:hover {
    opacity: 1;
    filter: "alpha(opacity=0.5)";
    -ms-filter: "alpha(opacity=0.5)"; }

/*back to top button end*/
.checkbox {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkbox:hover input ~ .checkmark {
    background-color: #f3f1f1;
    border: 1px solid #d8d8d8; }
  .checkbox input {
    opacity: 0;
    margin-right: 10px; }
    .checkbox input:checked ~ .checkmark {
      background-color: #0075b7;
      border: 1px solid #0075b7; }
    .checkbox input:checked ~ .checkmark:after {
      display: block; }
  .checkbox .checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #d8d8d8; }
    .checkbox .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 6px;
      top: 3px;
      width: 6px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.radio {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radio:hover input ~ .checkmark {
    background-color: #f3f1f1;
    border: 1px solid #d8d8d8; }
  .radio input {
    opacity: 0;
    margin-right: 5px; }
    .radio input:checked ~ .checkmark {
      background-color: #0075b7;
      border: 1px solid #0075b7; }
    .radio input:checked ~ .checkmark:after {
      display: block; }
  .radio .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #d8d8d8; }
    .radio .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 4px;
      top: 4px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: white; }

.onof {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px; }
  .onof input {
    opacity: 0;
    width: 0;
    height: 0; }
    .onof input:checked + .slider {
      background-color: #0075b7; }
    .onof input:focus + .slider {
      box-shadow: 0 0 1px #2196F3; }
    .onof input:checked + .slider:before {
      transform: translateX(26px); }
  .onof .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 25px; }
    .onof .slider:before {
      position: absolute;
      content: "";
      height: 20px;
      width: 20px;
      left: 2px;
      bottom: 3px;
      background-color: #fff;
      -webkit-transition: .4s;
      transition: .4s;
      border-radius: 50%; }

* {
  margin: 0;
  padding: 0; }

body {
  background: #fff;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.2px;
  width: 100%;
  height: 100%;
  font-family: "Playfair Display", serif;
  overflow-x: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 5px; }

button,
.btn:focus,
input:focus,
textarea:focus,
select:focus {
  box-shadow: none !important;
  outline: none !important; }

.btn:focus {
  background: #0075b7 !important;
  border-color: #0075b7 !important;
  color: #fff !important;
  outline: none; }

audio:focus,
video:focus {
  outline: none; }

.form-control {
  font-size: 14px !important; }
  .form-control:focus {
    border-color: #0075b7; }

a {
  text-decoration: none;
  color: #0075b7; }
  a:hover {
    text-decoration: none; }

.height_auto {
  height: auto !important; }

.margin_auto {
  margin: 0 auto; }

.section_padding {
  padding-top: 50px;
  padding-bottom: 50px; }

.section_padding_top {
  padding-top: 50px; }

.section_padding_bottom {
  padding-bottom: 50px; }

.section_margin {
  margin-top: 50px;
  margin-bottom: 50px; }

.section_margin_top {
  margin-top: 50px; }

.section_margin_bottom {
  margin-bottom: 50px; }

.underline {
  text-decoration: underline; }

.theme_button {
  background: #0075b7 !important;
  color: #fff !important;
  border-radius: 12px;
  padding: 10px 30px; }

.text_limit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.theme_color {
  color: #0075b7 !important; }

.theme_bg {
  background-color: #0075b7 !important; }

/* Main Styles */
/* header css start */
.main_header {
  background-color: #ffef98;
                           /*
border-bottom: 1px solid #dedada;
box-shadow: 0 -18px 22px 6px black;*/
  padding-top: 60px;
  z-index: 1;
  transition: 0.5s;
  position: sticky;
  top: 0;
  z-index: 99; }
  .main_header .ak_menu {
    padding: 0; }
    .main_header .ak_menu .navbar-brand img {
      width: auto;
      height: 25px; }
    .main_header .ak_menu .navbar-collapse .navbar-nav {
      padding: 5px 0px;
      margin-top: 5px; }
      .main_header .ak_menu .navbar-collapse .navbar-nav li a {
        padding: 5px 20px !important;
        transition: 0.5s;
        background: transparent;
        font-size: 16px;
        display: block;
        color: #222;
        font-weight: 400; }
        .main_header .ak_menu .navbar-collapse .navbar-nav li a:hover, .main_header .ak_menu .navbar-collapse .navbar-nav li a.active {
          color: #0075b7; }
      .main_header .ak_menu .navbar-collapse .navbar-nav li:last-child a {
        padding-right: 0 !important; }
      .main_header .ak_menu .navbar-collapse .navbar-nav .dropdown .dropdown-toggle::after {
        content: "\f107";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        border: none;
        margin-left: 2px;
        position: relative;
        top: 5px; }
      .main_header .ak_menu .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
        border-radius: 0;
        min-width: 220px;
        border: none;
        top: 30px;
        padding: 15px 0px 2px 0px;
        background: transparent; }
        .main_header .ak_menu .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-menu-box {
          background: #fff;
          border-bottom: 4px solid #0075b7;
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
                            /*
							&:before {
								content: "";
								border-style: solid;
								border-width: 10px;
								border-color: transparent #fff transparent transparent;
								position: absolute;
								top: -20px;
								transform: rotate(90deg);
							}*/ }
          .main_header .ak_menu .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-menu-box a {
            padding: 8px 20px !important;
            line-height: 25px;
            border-bottom: 1px solid #efe6e6;
            font-size: 13px; }
            .main_header .ak_menu .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-menu-box a:hover, .main_header .ak_menu .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-menu-box a.open_menu_active {
              color: #0075b7; }
            .main_header .ak_menu .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-menu-box a:last-child {
              border-bottom: 1px solid transparent; }
          .main_header .ak_menu .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-menu-box.dropdown_left {
            left: 0;
            right: auto; }
            .main_header .ak_menu .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-menu-box.dropdown_left:before {
              left: 40px; }
          .main_header .ak_menu .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-menu-box.dropdown_right {
            left: auto;
            right: 0; }
            .main_header .ak_menu .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-menu-box.dropdown_right:before {
              right: 40px; }

.error_section .error_box {
  margin: 0 auto;
  text-align: center; }
  .error_section .error_box h1 {
    font-size: 100px;
    font-weight: bold; }
  .error_section .error_box h4 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0px 10px 0px; }
  .error_section .error_box p {
    font-size: 15px;
    font-weight: 400; }

.member_slide {
  background-color: #ffef98;
  padding-top: 60px; }
  .member_slide .member-flex {
    display: flex; }
    .member_slide .member-flex .member-text {
      align-self: center;
      align-items: center; }
      .member_slide .member-flex .member-text .search-container {
        width: 490px;
        display: flex; }
      .member_slide .member-flex .member-text input#search-bar {
        margin: 0 auto;
        width: 100%;
        height: 60px;
        padding: 0 20px;
        font-size: 1rem;
        border: 1px solid #0084c1;
        border-width: 0px 0px 0px 5px;
        outline: none;
        box-shadow: 0 0px 20px -15px black; }
        .member_slide .member-flex .member-text input#search-bar:focus {
          border: 1px solid #008abf;
          transition: 0.35s ease;
          color: #008abf; }
          .member_slide .member-flex .member-text input#search-bar:focus::-webkit-input-placeholder {
            transition: opacity 0.45s ease;
            opacity: 0; }
          .member_slide .member-flex .member-text input#search-bar:focus::-moz-placeholder {
            transition: opacity 0.45s ease;
            opacity: 0; }
          .member_slide .member-flex .member-text input#search-bar:focus:-ms-placeholder {
            transition: opacity 0.45s ease;
            opacity: 0; }
      .member_slide .member-flex .member-text .search-icon {
        position: relative;
        top: 18px;
        right: 40px; }
  .member_slide .member-img img {
    width: 100%;
    padding: 0 80px; }

.sec-pad {
  padding-top: 50px;
  padding-bottom: 50px; }

.heading {
  font-size: 36px;
  margin: 0;
  line-height: 50px; }

.description {
  font-size: 16px;
  padding: 30px 0;
  display: inline-block;
  color: #000;
  font-weight: 400;
  line-height: 30px; }

.datting_sec .member-flex {
  display: flex; }
  .datting_sec .member-flex .datting-text {
    align-items: center;
    align-self: center; }
  .datting_sec .member-flex .btn-primary {
    color: #fff;
    background-color: #0084c1;
    border-color: #0084c1;
    border-radius: 30px;
    padding: 10px 50px;
    font-size: 18px; }
.datting_sec .member-img img {
  width: 100%;
  padding: 0 80px; }

header.main_header.header_fix.affix {
  padding: 20px 0; }

.profile_match {
  background-color: #f7fcff; }
  .profile_match .profile-img {
    text-align: center; }
    .profile_match .profile-img .clint-img {
      width: 250px;
      height: 250px;
      border-radius: 50%;
      border: 5px solid #ffef98;
      overflow: hidden;
      position: relative;
      margin: 0 auto;
      box-shadow: 0 0px 20px -15px black; }
      .profile_match .profile-img .clint-img .clint-name {
        background: #ffef98;
        width: 100%;
        margin: 0 auto;
        left: 0;
        bottom: 0;
        position: absolute;
        padding: 15px; }
        .profile_match .profile-img .clint-img .clint-name h4 {
          font-size: 18px; }
    .profile_match .profile-img h6 {
      font-size: 24px; }
    .profile_match .profile-img .profile-heading {
      padding: 30px 0; }
      .profile_match .profile-img .profile-heading .heading {
        font-weight: bold; }
      .profile_match .profile-img .profile-heading h6 {
        padding: 10px 0; }
  .profile_match .emotion-img {
    text-align: center; }
    .profile_match .emotion-img .emotions-images {
      height: 90px;
      align-items: center;
      align-self: center;
      display: flex;
      justify-content: center; }
    .profile_match .emotion-img h5 {
      font-size: 30px;
      font-weight: bold;
      padding: 20px 0; }
    .profile_match .emotion-img p {
      font-size: 18px;
      margin-bottom: 4px;
      color: #000; }
    .profile_match .emotion-img .plus {
      font-size: 30px; }

.sec_text p {
  font-size: 16px;
  color: #000;
  line-height: 30px; }
.sec_text span {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 30px; }

footer {
  background-color: #ffef98;
  text-align: center;
  padding: 20px 0; }
  footer p {
    font-size: 16px; }

/*=======================================================
//////////////RESPONSIVE MEDIA QUERY START///////////////
=======================================================*/
@media (max-width: 767px) {
  .main_header .navbar-toggler {
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    color: #000;
    padding: 0px 15px; }
  .main_header .navbar-collapse {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    left: -100%;
    transition: 0.5s;
    display: block; }
    .main_header .navbar-collapse .menu_box {
      height: 100vh;
      background: #fff;
      width: 70%;
      float: left;
      overflow: scroll;
      box-shadow: 0 0px 10px 2px #252525; }
      .main_header .navbar-collapse .menu_box .mobile_logo {
        padding: 15px 15px 15px 15px;
        position: relative;
        background: #f1f1f1;
        border-bottom: 1px solid #dad8d8; }
        .main_header .navbar-collapse .menu_box .mobile_logo .mobile_close {
          color: #353535;
          position: absolute;
          right: 5px;
          font-size: 13px;
          top: 5px;
          padding: 10px; }
      .main_header .navbar-collapse .menu_box .navbar-nav {
        float: left !important;
        width: 100%;
        padding: 0;
        margin: 0; }
        .main_header .navbar-collapse .menu_box .navbar-nav li {
          border-bottom: 1px solid #dad8d8;
          padding: 8px 0px; }
          .main_header .navbar-collapse .menu_box .navbar-nav li a {
            padding: 5px 15px !important; }
        .main_header .navbar-collapse .menu_box .navbar-nav .dropdown .dropdown-menu {
          min-width: 100%;
          border: none;
          top: 0px;
          padding: 0px 0px 0px 0px;
          background: transparent; }
          .main_header .navbar-collapse .menu_box .navbar-nav .dropdown .dropdown-menu .dropdown-menu-box {
            border-bottom: none;
            box-shadow: none; }
            .main_header .navbar-collapse .menu_box .navbar-nav .dropdown .dropdown-menu .dropdown-menu-box a {
              padding: 5px 15px 5px 35px !important;
              line-height: 28px;
              border-bottom: none; }
    .main_header .navbar-collapse .hide_box {
      width: 30%;
      height: 100vh;
      float: right;
      background: rgba(0, 0, 0, 0.35); }
    .main_header .navbar-collapse.slide_effect {
      transition: 0.5s;
      left: 0px; } }
.mobile-version {
  display: none; }

.desktop-version {
  display: block; }

#scroll {
  background-color: #0084c1;
  border-color: 1px solid #0084c1; }
  #scroll span {
    border-bottom-color: #fff; }

@media (max-width: 767px) {
  .navbar-brand {
    margin: 0 auto; }

  .member_slide .member-flex .member-text {
    text-align: center; }
    .member_slide .member-flex .member-text .search-container {
      width: 100%;
      margin: 0 auto; }
    .member_slide .member-flex .member-text .search-icon {
      position: absolute;
      top: 134px;
      right: 40px; }

  .mobile-version {
    display: block; }

  .desktop-version {
    display: none; }

  .main_header {
    padding-top: 15px; }

  .heading {
    font-size: 24px;
    line-height: 36px; }

  .description {
    font-size: 14px;
    padding: 10px 0; }

  .member-img {
    margin-top: 30px; }

  .sec-pad {
    padding-top: 30px;
    padding-bottom: 30px; }

  .datting_sec .member-flex .datting-text {
    text-align: center;
    margin-top: 30px; }

  .profile_match {
    	/*.profile-description{
			display: flex;
			align-items: center;
			justify-content: center;
    	}*/ }
    .profile_match .profile-img h6 {
      font-size: 18px; }
    .profile_match .col {
      flex-basis: inherit; }
    .profile_match .emotion-img {
      margin-bottom: 30px; }
      .profile_match .emotion-img p {
        margin-bottom: 0px;
        padding: 0 10px; }
      .profile_match .emotion-img h5 {
        font-size: 26px;
        padding: 10px 0; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_header {
    padding-top: 40px; }

  .member_slide .member-flex .member-text .search-container {
    width: 100%; }

  .profile_match .emotion-img p {
    font-size: 17px; }

  .heading {
    font-size: 28px;
    line-height: 30px; }

  .datting_sec .member-flex .btn-primary {
    font-size: 17px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .member_slide .member-flex .member-text .search-container {
    width: 100%; }

  .profile_match .emotion-img p {
    font-size: 17px; } }
@media only screen and (max-width: 5520px) and (min-width: 768px) {
  .main_header .ak_menu .navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important; }
    .main_header .ak_menu .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
      transition: 0.3s;
      visibility: hidden;
      display: block;
      opacity: 0;
      z-index: 0;
      transform: translateY(30px); }
    .main_header .ak_menu .navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu {
      visibility: inherit;
      opacity: 1;
      transform: translateY(0px);
      z-index: 999; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1240px; } }
@media only screen and (min-width: 1200px) and (max-width: 1279px) {
  .container {
    max-width: 1180px; } }
/*=======================================================
//////////////RESPONSIVE MEDIA QUERY END///////////////
=======================================================*/

/*# sourceMappingURL=style.css.map */
