/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
h4,
h5,
h6,
h1,
h2,
h3 {
  margin-top: 0;
}
ul,
ol {
  margin: 0;
}
p {
  margin: 0;
}
html,
body {
  font-family: "Ubuntu", sans-serif;
  font-size: 100%;
  background: #fff;
}
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.header {
  background: #999;
  padding: 2em 0;
}
/*----------------------------
	The Navigation Menu
-----------------------------*/
.navigation {
  float: left;
  margin-right: 3%;
  margin-top: 1px;
}
#colorNav > ul {
  padding: 0;
  margin: 0;
}
#colorNav > ul > li {
  /* will style only the top level li */
  list-style: none;
  position: relative;
}
#colorNav > ul > li > a {
  color: inherit;
  text-decoration: none !important;
}
#colorNav li ul {
  position: absolute;
  list-style: none;
  text-align: center;
  padding: 0;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  top: 32px;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.4s linear;
  -moz-transition: max-height 0.4s linear;
  transition: max-height 0.4s linear;
  z-index: 1;
}
#colorNav li ul li {
  background-color: #313131;
}
#colorNav li ul li a {
  padding: 8px;
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  font-size: 13px;
}
#colorNav li ul li:nth-child(odd) {
  /* zebra stripes */
  background-color: #363636;
}
#colorNav li ul li:hover {
  background-color: #444;
}
#colorNav li ul li:first-child {
  border-radius: 3px 3px 0 0;
  margin-top: 19px;
  position: relative;
}
#colorNav li ul li:first-child:before {
  /* the pointer tip */
  content: "";
  position: absolute;
  width: 1px;
  height: 1px;
  border: 5px solid transparent;
  border-bottom-color: #313131;
  left: 50%;
  top: -10px;
  margin-left: -5px;
}
#colorNav li ul li:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* This will trigger the CSS */
/* transition animation on hover */
#colorNav li:hover ul {
  max-height: 200px; /* Increase when adding more dropdown items */
}
/*----------------------------
	Color Themes
-----------------------------*/
#colorNav li.green:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  content: "\f0c9";
  display: inline-block;
  font-size: 20px;
  margin-left: 0;
  position: relative;
  top: 11px;
}
.navbar-inverse-blue .navbar-inner {
  padding: 20px 0;
  background: #ff6868;
  border: none;
  font-size: 0.85em;
}
.navbar-inner_1 {
  padding: 7px 0;
  background: #c32143;
  border: none;
  font-size: 0.85em;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
}
.socials {
  padding: 0;
  margin: 10px 0 0 0;
  list-style: none;
}
.socials li:first-child {
  padding-left: 0;
}
.socials li {
  display: inline-block;
  padding: 0 5px;
}
.socials li a {
  color: #fff;
  font-size: 20px;
}
.navbar-header.nav_2 {
  display: none;
}
.navbar-default {
  background-color: #f1b458 !important;
  border-color: #f1b458;
  border-radius: 0px;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-weight: 300;
}
.navbar-default .navbar-nav > li > a span {
  display: block;
  border: none;
}
.navbar {
  min-height: 100%;
  margin-bottom: 0;
  border: none;
}
.navbar-nav {
  margin: 0;
  float: right;
}
.navbar-brand {
  height: 100%;
  padding: 0;
  margin: 20px 0 0 0;
  padding-left: 15px;
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-nav > li > a {
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  font-weight: 100;
  font-size: 20px;
}
.dropdown-menu.columns-2 {
  min-width: 400px;
}
.dropdown-menu.columns-3 {
  min-width: 550px;
}
.multi-column-dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
}
.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
}
.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu li a {
  padding: 5px 15px;
  font-weight: 300;
  font-size: 12px;
}
.dropdown-menu {
  right: 0 !important;
  left: inherit;
}
.nav_bottom {
  background: none;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  border-radius: 0;
}
.nav-list {
  border-bottom: 1px solid #eee;
}
.nav-list > li {
  padding: 20px 15px 15px;
  border-left: 1px solid #eee;
  margin-right: 0 !important;
}
.nav-list > li:last-child {
  border-right: 1px solid #eee;
}
.nav-list > li > a:hover {
  text-decoration: none;
}
.nav-list > li > a > span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
  padding: 20px 15px 15px;
  text-align: center;
  width: 100%;
}
ul.nav_1 {
  float: none;
  margin: 2px 0 0 0;
}
ul.nav_1 li {
  margin-right: 10px;
}
.navbar-nav > li > .dropdown-menu li {
  margin-right: 0px;
}
ul.nav_1 li a {
  color: #fff;
}
.dropdown-menu > li > a {
  color: #333 !important;
}
ul.nav_1 li.last {
  margin-right: 0;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #771216 !important;
  border-radius: 20px;

  /*border-color:#ffa417;*/
  color: #fff !important;
}
.banner {
  /*	background:url(../images/bg3.jpg)no-repeat center top; */
  background: #f3f3f3;
  background: transparent;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  min-height: 650px;
}
.banner_info {
  margin: 10em 0 0 0;
  padding: 100px 320px;
}
.banner_info h3 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 4em;
  margin-bottom: 30px;
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #c32143;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 12px 40px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 20px;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #555;

  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
  color: white;
  text-decoration: none;
}
.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.profile_search {
  text-align: center;
  background-color: rgba(12, 9, 10, 0.29);
  padding: 2em;
  /*margin:11em 0 0 0;*/
  margin: 0;
}
.input-group input[type="text"],
select {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  border: none;
  font-size: 12px;
  padding: 5px;
  width: 100%;
  color: #555;
  outline: none;
}
input.transparent {
  background-color: #fff;
  border: none;
  outline: none;
  font-size: 12px;
  padding: 5px;
  color: #555;
}
.inline-block {
  display: inline-block;
  padding-right: 5%;
  color: #fff;
}
label.gender_1 {
  display: inline-block;
  max-width: 100%;
  margin-right: 10px;
  font-weight: 300;
  font-size: 0.85em;
  color: #fff;
  font-style: italic;
}
.search_top {
  margin-bottom: 2em;
}
input#submit-btn {
  /*background-color: rgba(255, 0, 0, 0);*/
  border: none;
  outline: none;
  color: #fff;
  font-size: 0.85em;
  padding: 6px 20px;
  border: 1px solid #fff;
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-vertical:hover,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.heart-divider {
  height: 100%;
  width: 100%;
  margin: 2em auto;
  text-align: center;
}
.grey-line {
  width: 30px;
  height: 8px;
  display: inline-block;
  border-top: solid 2px #e1dddd;
}
.pink-heart {
  color: #c32143;
  font-size: 18px;
  position: relative;
  z-index: 3;
}
.grey-heart {
  color: #e1dddd;
  font-size: 18px;
  margin-left: -15px;
  position: relative;
  z-index: 2;
}
.grey-line {
  width: 30px;
  height: 8px;
  display: inline-block;
  border-top: solid 2px #e1dddd;
}
.grid_1 {
  padding: 5em 0;
}
.grid_1 h1,
.grid_2 h2 {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 2.5em;
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
}
/* -- photo item  -- */
.col_1 {
  position: relative;
  overflow: hidden;
}
.col_1.frame-border {
  background-color: #fff;
  border: 18px solid #fff;
}
.col_1 img {
  width: 100%;
}
.col_1 .layer {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.col_1 .layer.second-image {
  opacity: 0;
}
.col_1 .layer.opacity-black-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0.3;
}
.col_1 .layer.hidden-black-overlay {
  opacity: 0;
}
.col_1 .layer.photo-caption {
  opacity: 1;
}
.col_1 .layer.hidden-photo-caption {
  opacity: 0;
}
.col_1 .layer.border-photo-caption {
  opacity: 1;
  border: 1px solid #fff;
}
.col_1 .layer.hidden-border-photo-caption {
  opacity: 0;
  border: 1px solid #fff;
}
.col_1 .layer.link {
  opacity: 1;
}
.col_1 .layer.hidden-link {
  opacity: 0;
}
.col_1:hover .layer.hover-animation.fade-in {
  opacity: 1;
}
.col_1:hover .layer.hover-animation.half-fade-in {
  opacity: 0.3;
}
.col_1:hover .layer.hover-animation.fade-out {
  opacity: 0;
}
.col_1 a:hover {
  color: #000;
  font-weight: bold;
}
/* on Hover Animation */
/* ----------------------------------------------*/
.col_1 img.hover-animation,
.col_1:hover img.hover-animation {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.col_1 .layer.hover-animation,
.col_1:hover .layer.hover-animation {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.col_1:hover .layer.hover-animation.duration1,
.col_1:hover img.hover-animation.duration1 {
  transition-duration: 0.5s;
}
.col_1:hover .layer.hover-animation.duration2,
.col_1:hover img.hover-animation.duration12 {
  transition-duration: 1s;
}
.col_1:hover .layer.hover-animation.duration3,
.col_1:hover img.hover-animation.duration3 {
  transition-duration: 1.5s;
}
.col_1:hover .layer.hover-animation.duration4,
.col_1:hover img.hover-animation.duration4 {
  transition-duration: 2s;
}
.col_1:hover .layer.hover-animation.duration5,
.col_1:hover img.hover-animation.duration5 {
  transition-duration: 2.5s;
}
.col_1:hover .layer.hover-animation.delay1,
.col_1:hover img.hover-animation.delay1 {
  transition-delay: 0.5s;
}
.col_1:hover .layer.hover-animation.delay2,
.col_1:hover img.hover-animation.delay2 {
  transition-delay: 1s;
}
.col_1:hover .layer.hover-animation.delay3,
.col_1:hover img.hover-animation.delay3 {
  transition-delay: 1.5s;
}
.col_1:hover .layer.hover-animation.delay4,
.col_1:hover img.hover-animation.delay4 {
  transition-delay: 2s;
}
.col_1:hover .layer.hover-animation.delay5,
.col_1:hover img.hover-animation.delay5 {
  transition-delay: 2.5s;
}
/* 09.3.3 on Hover Zoom In					 	 */
/* ----------------------------------------------*/
.col_1:hover img.hover-animation.image-zoom-in {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* 09.3.4 on Hover Zoom In and Rotate	 	 	*/
/* ----------------------------------------------*/
.col_1:hover img.hover-animation.image-zoom-rotate {
  -webkit-transform: rotate(7deg) scale(1.1);
  -ms-transform: rotate(7deg) scale(1.1);
  -o-transform: rotate(7deg) scale(1.1);
  transform: rotate(7deg) scale(1.1);
}
.hover_alignment {
  position: absolute;
  display: table;
  height: 100%;
  width: 100%;
}
.center-middle {
  vertical-align: middle;
  text-align: center;
  margin: 70px 0 0 0;
}
/* 09.3.5 on Hover Fade Out				 		 */
/* ----------------------------------------------*/
.col_1:hover img.hover-animation.image-fade-out {
  opacity: 0;
}
a.button.outline,
span.button.outline,
input[type="submit"].outline {
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
  padding: 4px 7px;
  font-size: 11px;
}
.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}
.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}
.nbs-flexisel-inner {
  overflow: hidden;
  margin: 0 auto;
  width: 90%;
}
.nbs-flexisel-item {
  float: left;
  padding: 0px;
  position: relative;
  line-height: 0px;
  margin-left: 5px;
  min-height: 220px;
  min-width: 171px;
}
.nbs-flexisel-item:first-child {
  margin-left: 0;
}
.nbs-flexisel-item > img {
  cursor: pointer;
  position: relative;
}
/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  position: absolute;
  cursor: pointer;
  z-index: 100;
  margin-top: 0px;
}
.nbs-flexisel-nav-left {
  left: 0px;
}
.nbs-flexisel-nav-left:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #c32143;
  content: "\f104";
  display: inline-block;
  font-size: 50px;
  position: relative;
  top: -40px;
}
.nbs-flexisel-nav-right {
  right: 0px;
}
.nbs-flexisel-nav-right:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #c32143;
  content: "\f105";
  display: inline-block;
  font-size: 50px;
  position: relative;
  top: -40px;
}
ul#flexiselDemo3 h3 {
  font-size: 12px;
  line-height: 1.8em;
  margin: 1em 0 0 0;
}
ul#flexiselDemo3 h3 a {
  color: #000;
}
ul#flexiselDemo3 h3 a:hover {
  color: #c32143;
}
span.m_3 {
  color: #c32143;
}
.suceess_story {
  position: relative;
}
.suceess_story:before,
.suceess_story:after {
  content: "\f004";
  color: #c32143;
  font-family: "FontAwesome";
  position: absolute;
  left: 8px;
  top: -18px;
  z-index: 10;
}
.suceess_story:before,
.suceess_story:after {
  color: #c32143;
}
.suceess_story ul {
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.suceess_story ul li:first-child {
  padding-top: 2rem;
}
.suceess_story ul li {
  padding-bottom: 2rem;
  position: relative;
  margin: 0;
}
.suceess_story-date {
  line-height: 2;
  margin-bottom: 0.625rem;
  position: relative;
}
.suceess_story-content-container,
.suceess_story-date {
  margin-left: 2.813rem;
}
.suceess_story-content-container {
  overflow: hidden;
}
.suceess_story-content-container,
.suceess_story-date {
  margin-left: 2.813rem;
}
.suceess_story-content-featured-image {
  margin-right: 1.25rem;
  margin-bottom: 1rem;
}
.suceess_story-date:before {
  content: "_____";
  color: #dfdfdf;
  position: absolute;
  left: -44px;
  top: -4px;
}
.suceess_story-content-featured-image,
.suceess_story-content-featured-image img {
  float: left;
}
.suceess_story ul li:after {
  bottom: 0;
  border-left: 1px solid;
  color: #dfdfdf;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.suceess_story:after {
  bottom: -15px;
  top: inherit;
}
.entry-1 {
  color: #a8a8a7;
  font-size: 11px;
  letter-spacing: 2px;
  margin: 0 0 1.25rem;
  text-transform: uppercase;
}
.suceess_story-content-info h4 {
  font-weight: 600;
  font-size: 1.2em;
}
.suceess_story-content-info h4 a {
  color: #000;
}
.suceess_story-content-info h4 a:hover {
  text-decoration: none;
  color: #f0394d;
}
.suceess_story-content-info p {
  color: #555;
  font-size: 0.85em;
  line-height: 1.8em;
}
.suceess_story-content-info p a {
  color: #c32143;
}
.suceess_story-content-info p a:hover {
  color: #000;
}
figure.thumbnail1 {
  float: left;
  width: 20%;
  margin-right: 5%;
}
.extra-wrap {
  overflow: hidden;
}
.post-meta span.day {
  font-size: 40px;
}
.row_1-right h3 {
  margin-bottom: 1.5em;
  font-size: 1.5em;
  color: #000;
}
span.month {
  font-size: 13px;
  text-transform: uppercase;
}
.post-meta {
  width: 20%;
  float: left;
  margin-right: 10%;
}
.post-meta span {
  display: block;
  line-height: 1em;
}
h4.post-title {
  overflow: hidden;
  font-size: 1em;
  color: #f0394d;
}
h4.post-title a {
  color: #c32143;
}
h4.post-title a:hover {
  text-decoration: none;
  color: #555;
}
.post-content {
  color: #555;
  font-size: 0.85em;
  line-height: 1.5em;
  margin: 1em 0;
}
.box_1 {
  margin-bottom: 2em;
}
/* Shutter In Vertical */
.vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #555;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
}
.vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #c32143;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.vertical:hover,
.vertical:focus,
.vertical:active {
  color: white;
  text-decoration: none;
}
.vertical:hover:before,
.vertical:focus:before,
.vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.religion {
  margin: 3em 0;
}
.religion_1-title {
  color: #000;
  font-size: 1.5em;
  margin-bottom: 10px;
}
.religion span {
  padding: 0px 5px;
  display: inline-block;
  color: #a2a2a2 !important;
}
a.religion_1 {
  font-size: 0.85em;
  color: #555;
}
.grid_2 {
  margin-bottom: 5em;
}
.bg {
  background: url(../images/bg.jpg) no-repeat center top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  min-height: 540px;
  padding: 5em 0 0 0;
}
.bg h3 {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 2.5em;
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}
.bg_left {
  background: #fff;
  padding: 2em;
  text-align: center;
}
.bg_left h4 {
  color: #000;
  font-size: 1.5em;
}
.team-socials {
  padding: 0;
  margin: 1em 0 0 0;
  list-style: none;
}
.team-socials li {
  display: inline;
  padding: 0 9px;
}
.team-socials li:first-child {
  padding-left: 0;
}
.team-socials li a {
  color: #000;
}
.team-socials li a:hover {
  color: #c32143;
}
.team-socials li span {
  font-size: 18px;
}
.bg_left p {
  color: #555;
  font-size: 0.85em;
  line-height: 1.8em;
}
.bg_left h5 {
  color: #c32143;
  font-size: 1em;
}
/*-- footer --*/
.footer {
}
.col_2 h4 {
  color: #000;
  font-size: 1.3em;
  margin-bottom: 1em;
}
.col_2 p {
  color: #555;
  font-size: 0.85em;
  line-height: 1.8em;
}
ul.footer_links {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.footer_links li {
  font-size: 0.85em;
  line-height: 1.8em;
}
ul.footer_links li a {
  color: #555;
}
ul.footer_social {
  padding: 0;
  margin: 0 0 1em;
  list-style: none;
}
ul.footer_social li {
  display: inline-block;
  text-align: center;
}
i.fa1 {
  background: #c32143;
  width: 26px;
  height: 26px;
  color: #fff;
  line-height: 26px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
}
i.fa1:hover {
  background-color: #555;
}
.copy {
  text-align: center;
}
.copy p {
  color: #555;
  font-size: 0.85em;
}
.copy p a {
  color: #c32143;
}
.copy p a:hover {
  color: #555;
  text-decoration: none;
}
/* --view_profile --*/
.breadcrumb1 {
  margin-bottom: 2em;
}
.breadcrumb1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumb1 li {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  display: inline-block;
  color: #000;
  font-size: 1em;
}
.breadcrumb1 li a {
  display: inline-block;
  color: #c32143;
}
.breadcrumb1 li a:hover {
  color: #000;
  text-decoration: none;
}
i.home_1 {
  color: #c32143;
  font-size: 15px;
}
span.divider {
  padding: 0 5px;
  color: #ccc;
}
.col-md-8.profile_left {
  padding-left: 0;
}
.col-sm-4.row_2 {
  padding-left: 0;
}
.profile_left h2 {
  color: #000;
  font-size: 1.5em;
  margin-bottom: 1em;
  font-family: "Oswald", sans-serif;
}
table.table_working_hours {
  width: 100%;
}
.table_working_hours tr {
  border: 0;
}
td.day_label {
  color: #777;
  padding: 5px 0;
}
.table_working_hours tr {
  color: #000;
  font-size: 0.85em;
  text-transform: capitalize;
}
.table_working_hours tr.opened_1 td {
  padding: 0 0 5px;
}
.col_3 {
  margin-bottom: 10px;
}
.nav-tabs1 {
  display: inline-block;
  border-bottom: none;
  font-weight: 500;
  background-color: #ffa417;
  width: 100%;
  padding: 0;
  margin-bottom: 2em;
}
.nav-tabs1 > li.active > a,
.nav-tabs1 > li.active > a:focus,
.nav-tabs1 > li.active > a:hover {
  color: #fff;
  background-color: #c32143;
  border: none;
}
.nav-tabs1 .open > a,
.nav-tabs1 .open > a:hover,
.nav-tabs1 .open > a:focus,
.nav-tabs1 > li > a:hover,
.nav-tabs1 > li > a:focus {
  background-color: #c32143 !important;
  border-color: #c32143;
  color: #fff !important;
}
.nav-tabs1 > li {
  margin-bottom: 0;
}
a#profile-tab,
a#home-tab,
a#profile-tab1 {
  color: #fff;
}
.grid_3 {
  padding: 5em 0;
}
.tab_box {
  margin-bottom: 2em;
}
.tab_box h1 {
  color: #c32143;
  font-size: 1.2em;
}
.tab_box p {
  color: #555;
  font-size: 0.85em;
  line-height: 1.8em;
}
.basic_1-left {
  padding-left: 0;
}
.basic_1 {
  margin-bottom: 2em;
}
.basic_1 h3 {
  color: #c32143;
  font-size: 1.2em;
}
.basic_2 {
  margin-bottom: 0;
}
.basic_3 h4 {
  font-size: 1.5em;
  color: #c32143;
}
.newsletter {
  margin-bottom: 3em;
}
.newsletter input[type="text"] {
  padding: 10px 2%;
  width: 77%;
  margin-right: 10px;
  font-size: 12px;
  max-width: 96%;
  outline: none;
  border: 1px solid #ddd;
  display: inline-block;
}
.newsletter input[type="submit"] {
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  border: none;
  background: #c32143;
  padding: 8px 20px;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
}
.newsletter input[type="submit"]:hover {
  background: #ffa417;
}
ul.profile_item {
  margin: 0 0 1.5em 0;
  list-style: none;
}
ul.profile_item li.profile_item-img {
  width: 30%;
  float: left;
  margin-right: 5%;
}
.view_profile h3 {
  font-size: 1.3em;
  color: #000;
  margin-bottom: 1em;
  font-family: "Oswald", sans-serif;
}
ul.profile_item li.profile_item-desc h4,
ul.profile_item li.profile_item-desc h5 {
  color: #c32143;
  font-size: 0.85em;
}
ul.profile_item li.profile_item-desc {
  overflow: hidden;
}
ul.profile_item li.profile_item-desc p {
  font-size: 0.85em;
  line-height: 1.5em;
  margin-bottom: 3px;
}
ul.profile_item a:hover li.profile_item-desc p {
  text-decoration: underline;
}
ul.profile_item a:hover {
  text-decoration: none;
  color: #fd926d;
}
ul.login_details {
  padding: 0;
  margin: 1em 0 0 0;
  list-style: none;
}
ul.login_details li {
  color: #555;
  font-size: 0.85em;
  line-height: 1.8em;
}
ul.login_details li a {
  color: #c32143;
}
.view_profile1 {
  margin: 3em 0 0 0;
}
/*-- search --*/
.form_but1 {
  margin-bottom: 1em;
}
.form_radios {
  color: #000;
  font-size: 0.85em;
}
.control-lable1 {
  padding-left: 0;
  font-size: 0.85em;
  color: #555;
}
.search_left {
  padding-left: 0;
}
.select-block1 select,
.input-group1 input[type="text"],
.select-maslak select {
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 0;
  outline: 0;
  background: #ffffff;
  height: 35px;
  line-height: 25px;
  padding: 5px 15px;
  width: 100%;
  color: #999;
}
.input-group1 input[type="text"] {
  border: 1px solid #e2e2e3;
  font-size: 0.85em;
}
.col-md-5.input-group1 {
  padding-left: 0;
}
.paid_people-left {
  padding-left: 0;
}
.paid_people h1 {
  color: #000;
  font-size: 1.5em;
  margin-bottom: 1em;
  font-family: "Oswald", sans-serif;
}
.paid_people {
  margin: 3em 0 0 0;
}
.slider h3 {
  font-size: 1.3em;
  color: #000;
  margin-bottom: 0.5em;
  font-family: "Oswald", sans-serif;
}
.slider h4 {
  color: #000;
  font-size: 0.95em;
  margin: 1em 0 0.5em;
}
.slider p {
  color: #555;
  font-size: 0.85em;
  line-height: 1.8em;
}
.profile_search1 {
  margin-bottom: 3em;
}
.profile_search1 input[type="text"] {
  padding: 8px 2%;
  width: 70%;
  margin-right: 10px;
  font-size: 12px;
  outline: none;
  border: 1px solid #ddd;
  display: inline-block;
}
.profile_search1 input[type="submit"] {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.95em;
  font-weight: 500;
  border: none;
  background: #c32143;
  padding: 7px 15px;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
}
.profile_search1 input[type="submit"]:hover {
  background: #ffa417;
}
.view_profile2 {
  margin: 4em 0 0 0;
}
.map iframe {
  border: none;
  width: 100%;
  height: 300px;
}
ul.login_details1 {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.login_details1 li {
  color: #999;
  font-size: 0.85em;
}
ul.login_details1 li p {
  color: #555;
  line-height: 1.8em;
  margin: 1em 0 0 0;
}
ul.login_details1 li p a {
  color: #c32143;
}
.profile_left-top {
  padding-left: 0;
}
.profile_left1 {
  padding-left: 0;
}
.profile_left1 h1 {
  font-size: 1.2em;
  color: #000;
  margin-bottom: 2em;
}
.profile_top h2 {
  color: #000;
  font-size: 1.1em;
  margin-bottom: 1em;
}
.profile_left2 {
  padding-left: 0;
}
.buttons {
  margin: 1em 0 0 0;
}
.table_working_hours1 tr {
  color: #000;
  font-size: 0.85em;
  text-transform: capitalize;
}
.table_working_hours1 tr.opened_1 td {
  padding: 0 0 2px;
}
td.day_label1 {
  color: #777;
  padding: 2px 0;
}
.profile_top {
  margin-bottom: 2em;
}
.profile_top1 {
  margin-bottom: 0;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: none;
}
.input-group1 input[type="submit"] {
  background: #ffa417;
  color: #fff;
  font-size: 12px;
  padding: 8px 30px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  display: inline-block;
  text-transform: uppercase;
  border: none;
  outline: none;
  margin: 1em 0 0 0;
}
.input-group1 input[type="submit"]:hover {
  background: #c32143;
}
.menu {
  width: auto;
  height: auto;
  padding: 0;
  list-style: none;
  margin: 0;
}
ul {
  padding: 0;
  list-style: none;
}
h3.m_2 {
  width: 100%;
  line-height: 2em;
  text-indent: 10px;
  display: block;
  color: #000;
  font-size: 1em;
  text-decoration: none;
  background-color: #f0f0f0;
}
.menu ul li a {
  width: 100%;
  display: block;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  border-bottom: none;
  line-height: 1.8em;
  text-indent: 10px;
}
.menu ul li a:hover {
  color: #c32143;
}
.menu > li > a:hover,
.menu > li > a.active {
  background: #fff;
}
.menu ul.kid-menu li a {
  border-bottom: none;
}
ul.kid-menu {
  padding: 0;
  margin: 0;
}
ul.kid-menu li {
  list-style: none;
  border-bottom: 1px solid #ddd;
}
ul.kid-menu li.menu-kid-left {
  border-bottom: none;
}
ul.cute li {
  background: #fff;
}
.img-arrow {
  padding: 0 0 0 8em;
}
.img-left-arrow {
  padding: 0 0 0 5.5em;
}
li.item1 {
  margin-bottom: 1em;
}
.form_but2 {
  margin-bottom: 2em;
}
ul.pagination {
  margin: 1em 0 0 0;
}
.pagination > li {
  display: inline;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #ffa417;
  border-color: #ffa417;
  cursor: default;
}
.pagination > li > a {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  padding: 6px 15px;
  border: none;
  border-left: 1px solid #f2f2f2;
  color: #222;
}
ul.pagination_1 {
  float: right;
  margin-bottom: 2em;
}
ul.pagination_1 > li > a {
  padding: 3px 10px;
  font-size: 12px;
}
.jobs-item {
  position: relative;
  margin-bottom: 1.5em;
}
.jobs-item .thumb {
  float: left;
  margin-right: 20px;
}
.jobs-item .thumb img {
  width: 120px;
  height: auto;
}
p.description {
  margin: 0;
  font-size: 0.85em;
  color: #555;
  line-height: 2em;
}
.jobs-item .top-btns {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0px;
  right: 0;
}
.jobs-item .top-btns li {
  float: left;
  margin-left: 10px;
}
ul.top-btns li {
  margin-right: 5px;
}
.jobs-item .top-btns li a {
  color: #c32143;
}
.jobs-item .top-btns li a:hover {
  color: #555;
}
span.m_1 {
  font-weight: 800;
}
.jobs_right {
  overflow: hidden;
}
h6.title {
  font-size: 1em;
}
h6.title a {
  color: #000;
}
a.read-more {
  color: #c32143;
}
.thumb_bottom {
  margin: 1.5em 0 0 0;
}
a.photo_view {
  background-color: #c32143;
  padding: 7px 10px;
  color: #fff;
  font-size: 12px;
}
a.photo_view:hover {
  background-color: #555;
}
.thumb_but {
  float: right;
}
.tab_box1 {
  margin: 0;
}
.terms h4 {
  color: #000;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-family: "Oswald", sans-serif;
}
ol.terms_list {
  padding-left: 20px;
  margin-bottom: 2em;
}
.terms p {
  color: #555;
  font-size: 0.85em;
  line-height: 1.8em;
  margin-bottom: 2em;
}
ol.terms_list li {
  color: #555;
  font-size: 0.85em;
  line-height: 1.8em;
}
.col_5 {
  padding-left: 0;
}
.col_5 img {
  margin-bottom: 2em;
}
ul.match_box {
  padding: 0;
  margin: 0 0 2em 0;
  list-style: none;
}
ul.match_box li {
  font-size: 0.85em;
  line-height: 1.8em;
}
ul.match_box li a {
  color: #555;
}
ul.match_box li a:hover {
  color: #c32143;
}
ul.phone {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.phone li.phone_left {
  float: left;
  margin-right: 6%;
}
ul.phone li.phone_right {
  overflow: hidden;
}
i.icon_1 {
  font-size: 40px;
}
i.icon_2 {
  font-size: 30px;
}
ul.phone li.phone_right p {
  color: #555;
  font-size: 0.85em;
  font-style: normal;
}
.span_1_of_3 {
  width: 29.2%;
}
.col_1_of_3 {
  display: block;
  float: left;
}
.phone_1 {
  margin-right: 6%;
}
.members_box1 {
  margin: 2em 0;
}
.members_box h1,
.terms h2 {
  color: #000;
  font-size: 1.5em;
  font-family: "Oswald", sans-serif;
}
.members_box2 h3 {
  color: #000;
  font-size: 2em;
  font-family: "Oswald", sans-serif;
}
.members_box2 p {
  color: #555;
  font-size: 0.85em;
  line-height: 1.8em;
  margin-bottom: 2em;
}
/*--upgrade--*/
.pricing-tables {
  padding: 3em 0;
}
.pricing-table-grid ul {
  margin: 0;
  padding: 0;
}
.pricing-table-grid ul li {
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #f4f4f4;
}
.pricing-table-grid ul li a,
.pricing-table-grid ul li span {
  padding: 10px 0;
  display: block;
  text-decoration: none;
  font-size: 0.85em;
  color: #555;
}
.pricing-table-grid ul li a:hover {
  color: #c32143;
}
.pricing-table-grid h3 {
  text-align: center;
  display: block;
  margin: 0;
  padding: 20px 0 10px;
  color: #000;
  font-size: 1.5em;
  line-height: 0.5em;
}
.pricing-table-grid {
  border: 1px solid #e7e7e7;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  padding: 1em 2em 1.5em;
}
.pricing-table-grid:hover {
  border-color: #db3434;
}
.pricing-table-grid:hover li span {
  background: #c32143;
  color: #fff;
}
.pricing-table-grid ul li span {
  background: #ffa417;
  padding: 10px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 1em;
}
a.order-btn {
  color: #fff;
  padding: 10px 20px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: #c32143;
  font-size: 13px;
  width: 55%;
  margin: 1em auto auto auto;
  border: none;
  outline: none;
}
.pricing-table-grid:hover a.order-btn {
  background: #ffa417;
}
span.month1 {
  font-size: 13px;
  line-height: 3em;
}
i.icon_3 {
  color: #000;
  font-size: 14px;
  margin-right: 10px;
}
.pricing-table {
  padding-left: 0;
}
/* -- about --*/
.about_right h1 {
  color: #000;
  font-size: 1.5em;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
}
.about_right p {
  color: #555;
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1.8em;
  margin-bottom: 1em;
}
.about_left {
  padding-left: 0;
}
.jb-accordion-title {
  position: relative;
  background: #f6f8fa;
  color: #000;
  padding: 10px 20px 10px;
  font-size: 16px;
}
.jb-accordion-title:hover {
  background: #c32143;
  color: #fff;
}
.jb-accordion-title button {
  background: #fff;
  position: absolute;
  right: 15px;
  border: none;
  color: #c32143;
  font-size: 17px;
  padding: 0px 7px;
  outline: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
}
.jb-accordion-content {
  padding: 0 10px;
}
.jb-accordion-content p {
  font-size: 0.85em;
  line-height: 1.5em;
  margin-bottom: 0;
}
.jb-accordion-wrapper {
  background: #ffffff;
}
.about_middle {
  background: #c32143;
  padding: 5em 0;
}
.about_middle h2 {
  text-align: center;
  color: #fff;
  font-size: 2.5em;
  font-family: "Oswald", sans-serif;
  margin-bottom: 1em;
}
.testi_grid:nth-child(2n + 1) {
  margin-left: 0;
}
.testi_grid {
  padding: 0;
  width: 48.717948717948715%;
  margin-left: 2.564102564102564%;
  display: inline-block;
  vertical-align: top;
}
.testi_grid {
  overflow: hidden;
  background: none;
}
.testi_grid:nth-child(2n + 1) .testi_grid_blockquote {
  text-align: right;
}
.testi_grid .testi_grid_blockquote {
  background: none;
  padding: 0;
  border-radius: 0;
}
.testi_grid blockquote {
  position: relative;
  display: block;
  margin: 0;
  padding: 30px;
  border: none;
  background: #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.testi_grid:nth-child(2n + 1) .testi_grid_blockquote .featured-thumbnail {
  float: right;
  margin: 0 0 0 30px;
}
.testi_grid .testi_grid_blockquote .featured-thumbnail {
  margin: 0 30px 0 0;
  width: 127px;
  height: 127px;
  overflow: visible;
  position: relative;
}
.testi_grid .featured-thumbnail {
  position: relative;
  z-index: 2;
  margin: 0 20px 0 10px;
  width: 60px;
  height: 60px;
}
.testi_grid .testi_grid_blockquote > div {
  background: #323232;
  padding: 20px 30px;
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  position: relative;
}
.testi_grid:nth-child(2n + 1) .testi_grid_blockquote > div:before {
  left: 0;
}
.testi_grid:hover .testi_grid_blockquote > div:before {
  width: 100%;
}
.testi_grid:hover .testi_grid_blockquote > div a {
  color: #323232;
}
.testi_grid .testi_grid_blockquote > div:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  background: #fff;
  z-index: 10;
  transition: all 0.3s ease 0s;
}
.testi_grid .testi_grid_blockquote > div a {
  color: #fff;
  position: relative;
  z-index: 100;
  font-size: 0.85em;
}
.testi_grid:nth-child(2n + 1)
  .testi_grid_blockquote
  .featured-thumbnail:before {
  border-width: 17px 17px 0 0;
  border-color: #323232 transparent transparent transparent;
  left: -30px;
}
.testi_grid .testi_grid_blockquote .featured-thumbnail:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 17px 0;
  border-color: transparent #323232 transparent transparent;
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -5px;
  z-index: 100;
  transition: all 0.3s ease 0s;
}
.testi_grid:nth-child(2n + 1):hover
  .testi_grid_blockquote
  .featured-thumbnail:before {
  border-width: 17px 25px 0 0;
  border-color: #fff transparent transparent transparent;
}
.testi_grid:hover .testi_grid_blockquote .featured-thumbnail:before {
  border-width: 0 25px 17px 0;
  border-color: transparent #fff transparent transparent;
}
.testi_grid:nth-child(2n + 1) .testi-meta {
  padding: 15px 157px 0 0;
  text-align: right;
  color: #fff;
}
.testi-meta1 {
  padding: 15px 320px 0 0;
  text-align: right;
  color: #fff;
}
.testi_grid .testi_grid_blockquote .featured-thumbnail img {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  overflow: hidden;
}
figure.featured-thumbnail {
  float: left;
}
small.testi-meta {
  float: right;
}
small.testi-meta1 {
  float: right;
}
.about_middle-grid1 {
  margin-bottom: 3em;
}
.about_bottom {
  padding: 5em 0;
}
.thumbnail_1,
.thumbnail,
figure.frame {
  background: none;
  padding: 0;
  box-shadow: none;
  border: none;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.posts-grid li .thumbnail_1 {
  margin: 0;
}
.posts-grid.our-team > li .thumbnail {
  position: relative;
}
.thumbnail_1 img,
.thumbnail img,
figure.frame img {
  display: inline-block;
  border-radius: 0;
  border: none;
  padding: 0;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.thumbnail {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
}
.thumbnail a img {
  transition: transform 200ms linear;
  -webkit-transition: -webkit-transform 200ms linear;
}
.posts-grid li .thumbnail_1 img {
  width: 100%;
}
.posts-grid.our-team > li .thumbnail .post_networks {
  position: absolute;
  background: url(../images/black-40.png);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.post_networks {
  text-align: center;
}
.posts-grid.our-team > li .thumbnail:hover .post_networks ul {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.post_networks:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.post_networks ul li {
  width: 32px;
  height: 32px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  background: #fff;
  text-align: center;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 4.5em 0 0 0;
}
.thumbnail_1 a {
  position: relative;
  display: block;
}
.post_networks ul li > a {
  display: block;
  line-height: 32px;
}
.post_networks ul li > a span {
  margin: 0;
}
.icon-facebook:before {
  content: "\f09a";
}
.posts-grid.our-team > li .thumbnail:hover .post_networks {
  opacity: 1;
  filter: alpha(opacity=100);
}
.desc {
  margin: 1em 0 0 0;
}
.desc h4 {
  font-size: 1.3em;
  font-weight: 400;
}
.desc h4 a {
  color: #000;
}
.desc h4 a:hover {
  color: #c32143;
}
.desc p {
  color: #555;
  font-size: 0.85em;
}
.about_bottom h3 {
  text-align: center;
  color: #000;
  font-size: 2.5em;
  font-family: "Oswald", sans-serif;
  margin-bottom: 1em;
}
/* --services --*/
.page_header {
  text-align: center;
  margin-bottom: 2em;
}
.page_header h1 {
  font-family: "Oswald", sans-serif;
  font-size: 2.5em;
  color: #000;
  margin-bottom: 1em;
  font-weight: 500;
}
.page_header h3 {
  font-size: 1.3em;
  color: #c32143;
  margin-bottom: 1em;
  font-weight: 400;
}
.page_header p {
  font-size: 0.85em;
  color: #555;
  line-height: 1.8em;
}
i.icon_4 {
  color: #c32143;
  display: block;
  font-size: 70px;
  line-height: 120px;
}
.item_content h4 {
  color: #000;
  font-size: 1.2em;
}
.item_content p {
  color: #555;
  font-size: 0.85em;
  line-height: 1.8em;
}
.services_top {
  margin-bottom: 2em;
}
/* -- login --*/
.form-text,
.form-textarea,
.form-select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #999;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  outline: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus,
.form-text:focus,
.form-textarea:focus,
.form-select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: none !important;
}
.btn_1 {
  background: #c32143;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  padding: 8px 25px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  outline: none;
  border: none;
  margin: 1em 0 0 0;
  font-size: 0.85em;
}
.btn_1:hover,
.btn_en:hover {
  background: #ffa417;
}
.sharing li {
  margin-bottom: 1em;
}
.sharing li a {
  color: #000;
}
.sharing .fa-boxed {
  margin-right: 20px;
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 100%;
  display: inline-block;
}
.sharing .facebook .fa-boxed {
  background-color: #3f5f95;
  border-color: #3f5f95;
}
.sharing .twitter .fa-boxed {
  background-color: #4cafe8;
  border-color: #4cafe8;
}
.sharing .google .fa-boxed {
  background-color: #db4e37;
  border-color: #db4e37;
}
.sharing .linkedin .fa-boxed {
  background-color: #296996;
  border-color: #296996;
}
.sharing .mail .fa-boxed {
  background-color: #863587;
  border-color: #863587;
}
.sharing .facebook .fa-boxed:hover,
.sharing .twitter .fa-boxed:hover,
.sharing .google .fa-boxed:hover,
.sharing .linkedin .fa-boxed:hover,
.sharing .mail .fa-boxed:hover {
  opacity: 0.9;
}
.login_left {
  padding-left: 0;
}
.form-item.form-type-textfield.form-item-name {
  margin-bottom: 1em;
}
.form-control {
  box-shadow: none !important;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}
.form_box {
  padding-left: 0;
}
.form_box1 {
  padding-right: 0;
}
.age_select {
  margin-bottom: 1em;
}
.control-lable {
  padding: 0;
}
label.label_radio {
  font-size: 0.85em;
  font-weight: 300;
}

/* --faq --*/
dl.faq-list {
  margin-bottom: 0;
}
.faq-list dd {
  position: relative;
}
.faq-list_h {
  position: relative;
  margin: 0;
  padding: 0 0 5px 28px;
  background: none;
  font-weight: normal;
}
.faq-list .marker {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-weight: bold;
  margin: 0;
}
.faq-list .marker1 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-weight: bold;
  margin: 0;
}
p.m_4 {
  padding-left: 30px;
  font-size: 0.85em;
  color: #555;
  line-height: 1.8em;
  margin-bottom: 2em;
}
p.m_5 {
  margin-bottom: 0;
}
/*-- shortcodes --*/
.short_codes {
  padding: 5em 0;
}
.headings h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
.headings p,
.column_grid p {
  color: #555;
  font-size: 0.85em;
  line-height: 1.8em;
}
.list_1 {
  margin: 3em 0 0 0;
}
.list_1 h3 {
  color: #000;
  font-size: 1.5em;
  margin: 1em 0;
}
.progress {
  height: 15px;
  margin-bottom: 16px;
  background: #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar {
  line-height: 15px;
  height: 15px;
  overflow: hidden;
  position: relative;
  text-align: right;
  padding: 0 20px;
  background: #00adef;
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar-success {
  background: #a6ce39;
}
.progress-bar-info {
  background: #73c9e3;
}
.progress-bar-warning {
  background: #fcbe5c;
}
.progress-bar-danger {
  background: #d9534f;
}
.progress-label {
  font-size: 14px;
  color: #fff;
  float: left;
}
.columns {
  margin: 3em 0 0 0;
}
/* --contact --*/
p + .addr,
.addr + .addr,
.terms + .addr {
  margin-top: 26px;
}
.grid_4 {
  width: 270px;
  float: left;
  margin-left: 30px;
}
.grid_5 p {
  color: #555;
  font-size: 0.85em;
  line-height: 1.8em;
}
.addr dl dt {
  min-width: 90px;
}
.addr dl dt,
.addr dl dd {
  display: inline-block;
  color: #555;
  font-size: 0.85em;
}
form#contact-form {
  width: 50%;
  margin: 0 auto;
}
#contact-form input[type="text"],
#contact-form textarea {
  background-color: white;
  border: none;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  padding: 15px;
  margin-bottom: 5px;
  font-size: 0.85em;
  color: #999;
}
#contact-form textarea {
  height: 150px;
}
#contact-form input[type="submit"] {
  color: #fff;
  font-size: 1em;
  padding: 13px 20px;
  text-transform: uppercase;
  background: #ffa417;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: none;
  cursor: pointer;
  outline: none;
  width: 100%;
  font-weight: 500;
}
#contact-form input[type="submit"]:hover {
  background: #222;
}
/* -- terms and conditions --*/
ul.feature_list.feature_list1 {
  margin-bottom: 2em;
}
.feature_list li {
  color: #555;
  font-size: 0.85em;
  line-height: 2.3em;
}
.feature_list li a {
  color: #555;
}
.terms_1 h3 {
  color: #000;
  font-size: 1.3em;
}
.terms_1 h5 {
  color: #000;
  font-size: 1.3em;
  margin: 2em 0 1em 0;
}
.terms_1 p {
  color: #555;
  font-size: 0.85em;
  line-height: 1.8em;
  margin-bottom: 10px;
}
/*--menu--*/
/* -- responsive deisgn --*/
@media (max-width: 1366px) {
}
@media (max-width: 1280px) {
  #colorNav li ul li a {
    padding: 5px;
  }
  #colorNav li ul {
    width: 150px;
    margin-left: -56px;
  }
}
@media (max-width: 1024px) {
  .banner_info h3 {
    font-size: 3em;
  }
  .hvr-shutter-out-horizontal {
    padding: 8px 25px;
    font-size: 18px;
  }
  .banner_info {
    margin: 7em 0 0 0;
  }
  .profile_search {
    margin: 7em 0 0 0;
  }
  .banner {
    min-height: 508px;
  }
  .post-meta {
    margin-right: 6%;
  }
  h4.post-title {
    font-size: 0.95em;
  }
  ul.nav_1 li {
    margin-right: 0px;
  }
  .testi_grid .testi_grid_blockquote > div a {
    font-size: 0.8125em;
  }
  .testi-meta1 {
    padding: 15px 220px 0 0;
  }
  .post_networks ul li {
    margin: 3.5em 0 0 0;
  }
  .profile_search1 input[type="text"] {
    width: 72%;
    margin-right: 0px;
  }
  .thumb_bottom {
    margin: 0;
  }
  #colorNav li ul {
    width: 150px;
    margin-left: -40px;
    top: 29px;
  }
  a.order-btn {
    width: 60%;
  }
  .newsletter input[type="submit"] {
    padding: 8px 14px;
  }
}
@media (max-width: 930px) {
  .navbar-nav > li > a {
    padding: 6px 10px;
  }
  ul.nav_1 {
    margin: 5px 0 0 0;
  }
  .inline-block {
    padding-right: 1%;
  }
  .grid_1 h1,
  .grid_2 h2,
  .bg h3 {
    font-size: 2em;
  }
  .heart-divider {
    margin: 1em auto 2em;
  }
  .bg_left {
    padding: 1em;
  }
  .col-md-4.row_1-right {
    margin: 3em 0 0 0;
  }
  .religion {
    margin: 2em 0;
  }
  .grid_2 {
    margin-bottom: 3em;
  }
  .bg_left h4 {
    font-size: 1.3em;
  }
  .col_2 {
    margin-bottom: 2em;
  }
  .col_2 h4 {
    margin-bottom: 10px;
  }
  .col-md-6.about_right {
    padding-left: 0;
    margin: 2em 0 0 0;
  }
  .about_middle h2 {
    font-size: 2em;
  }
  .testi_grid .testi_grid_blockquote > div {
    padding: 10px 10px;
  }
  .testi_grid .testi_grid_blockquote > div a {
    font-size: 12px;
  }
  .testi-meta1 {
    padding: 15px 115px 0 0;
  }
  .about_grid1 {
    width: 50%;
    float: left;
    margin-bottom: 2em;
  }
  .about_bottom {
    padding: 5em 0 3em;
  }
  .post_networks ul li {
    margin: 6em 0 0 0;
  }
  .profile_left2 {
    margin-bottom: 3em;
  }
  .match_right {
    padding-left: 0;
  }
  .col-md-9.profile_left {
    padding-left: 0;
    margin: 2em 0 0 0;
  }
  .col-md-9.members_box {
    padding-left: 0;
    margin: 2em 0 0 0;
  }
  .search_left {
    padding-left: 0;
    margin-bottom: 3em;
  }
  .profile_search1 {
    margin-bottom: 2em;
  }
  .profile_left1 {
    margin-bottom: 3em;
  }
  .col-md-9.members_box2 {
    padding-left: 0;
    margin: 2em 0 0 0;
  }
  .nav-tabs1 {
    margin-bottom: 1em;
  }
  .pricing-table {
    width: 50%;
    float: left;
  }
  .grid_4 {
    width: 220px;
  }
  .profile_right {
    padding-left: 0;
    margin: 3em 0 0 0;
  }
}
@media (max-width: 768px) {
  .banner_info h3 {
    font-size: 2.5em;
  }
  .hvr-shutter-out-horizontal {
    padding: 6px 15px;
    font-size: 16px;
  }
  .banner_info {
    margin: 5em 0 0 0;
  }
  .profile_search {
    margin: 5em 0 0 0;
  }
  .age_box1 {
    width: 50% !important;
  }
  label.gender_1 {
    margin-right: 0px;
  }
  .banner {
    min-height: 429px;
  }
  .grid_1 {
    padding: 3em 0;
  }
  .footer {
    padding: 3em 0;
  }
  .copy {
    margin: 1em 0 0 0;
  }
  .profile_search {
    padding: 2em 1em;
  }
  .inline-block {
    padding-right: 0;
  }
  .wrap_1 {
    width: 720px;
  }
  .center-middle {
    margin: 85px 0 0 0;
  }
  .navbar-nav > li > a {
    padding: 4px 8px;
    font-size: 13px;
  }
  ul.nav_1 {
    margin: 7px 0 0 0;
  }
  #colorNav li ul li a {
    font-size: 12px;
  }
  #colorNav li ul {
    width: 110px;
    margin-left: -20px;
  }
  .grid_3,
  .about_middle {
    padding: 3em 0;
  }
  .about_bottom {
    padding: 3em 0 2em;
  }
  i.icon_4 {
    font-size: 50px;
    line-height: 80px;
  }
}
@media (max-width: 768px) {
  #colorNav li ul {
    top: 13px;
  }
  .columns {
    margin: 2em 0 0 0;
  }
  .column_grid {
    padding: 0;
  }
  .pull-right {
    float: none !important;
  }
  .navigation {
    margin-right: 30%;
  }
  .nav_bottom {
    background: #ffa417;
  }
  .inline-block {
    display: inline-block;
    margin-bottom: 10px;
  }
  .wrap_1 {
    width: 480px;
  }
  .age_box1 {
    width: 50% !important;
  }
  .search_top {
    margin-bottom: 0;
  }
  .banner_info h3 {
    font-size: 2em;
    margin-bottom: 20px;
  }
  .banner_info {
    margin: 3em 0 0 0;
  }
  .profile_search {
    margin: 3em 0 0 0;
    padding: 10px;
  }
  .banner {
    min-height: 386px;
  }
  .age_box2 {
    max-width: 100% !important;
  }
  input#submit-btn {
    font-size: 0.85em;
    padding: 4px 10px;
  }
  .hvr-shutter-out-horizontal {
    padding: 5px 10px;
    font-size: 14px;
  }
  .banner {
    min-height: 357px;
  }
  .grid_1 h1,
  .grid_2 h2,
  .bg h3 {
    font-size: 1.5em;
  }
  .bg_left {
    padding: 10px;
    margin-bottom: 1em;
  }
  .bg {
    min-height: 600px;
    padding: 3em 0 0 0;
  }
  .testi_grid {
    width: 95%;
  }
  .testi_grid:nth-child(2n + 1) .testi-meta {
    padding: 5px 0px 0 0;
    text-align: right;
  }
  .testi-meta1 {
    padding: 5px 325px 0 0;
  }
  .testi_grid .testi_grid_blockquote .featured-thumbnail img {
    width: 75%;
  }
  .about_middle-grid1 {
    margin-bottom: 1em;
  }
  .navbar-nav {
    margin: 18px 0 0 0;
    float: left;
    width: 100%;
  }
  .navbar-header.nav_2 {
    display: block;
  }
  .navbar-default .navbar-toggle {
    border-color: #2f374c;
    background-color: #2f374c;
    border-radius: 2px;
  }
  .navbar-toggle1 {
    height: 30px;
    margin: 0px 15px 0 0px;
    color: #fff;
    padding: 4px 0 0 0;
  }
  .dropdown-menu > li > a {
    color: #fff !important;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    background-color: #c32143;
  }
  .col-sm-3,
  .col-sm-6 {
    padding-left: 0;
  }
  .suceess_story ul li:first-child {
    padding-top: 1rem;
  }
  .suceess_story ul li {
    padding-bottom: 1rem;
  }
  .page_header h1 {
    font-size: 2em;
  }
  i.icon_4 {
    font-size: 50px;
    line-height: 60px;
  }
  .col-sm-4.item_content {
    text-align: center;
    margin-bottom: 2em;
  }
  .services_top {
    margin-bottom: 0;
  }
  ul.login_details1 {
    margin: 1em 0;
  }
  .form_radios {
    padding-left: 0;
  }
  .col-sm-5.input-group1 {
    padding-left: 0;
    margin-bottom: 5px;
  }
  p + .addr,
  .addr + .addr,
  .terms + .addr {
    margin-bottom: 0;
  }
  .grid_4 {
    width: 160px;
  }
  #contact-form input[type="text"],
  #contact-form textarea {
    padding: 10px;
  }
  #contact-form input[type="submit"] {
    padding: 10px;
  }
  .login_left {
    margin-bottom: 2em;
  }
  label {
    font-size: 13px;
  }
  .btn_1 {
    padding: 6px 20px;
  }
  .sharing li {
    margin-bottom: 10px;
  }
  .col-sm-4.form_box2 {
    padding: 0;
    margin: 5px 0;
  }
  .form_box,
  .form_box1 {
    padding: 0;
  }
  ul.login_details1 {
    margin: 5px 0;
  }
  .col_2 {
    padding: 0;
  }
  .col-sm-8.row_1 {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .banner_info h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
  .hvr-shutter-out-horizontal {
    font-size: 13px;
  }
  .banner_info {
    margin: 2em 0 0 0;
  }
  .profile_search {
    margin: 2em 0 0 0;
    padding: 10px;
  }
  label.gender_1 {
    font-size: 12px;
  }
  .input-group input[type="text"],
  select,
  input.transparent {
    font-size: 10px;
  }
  input#submit-btn {
    font-size: 0.8125em;
    padding: 3px 8px;
  }
  .wrap_1 {
    width: 452px;
  }
  .inline-block {
    margin-bottom: 5px;
  }
  .banner {
    min-height: 281px;
  }
  .heart-divider {
    margin: 1em auto 1em;
  }
  .religion_1-title {
    font-size: 1.2em;
  }
  .grid_2 {
    margin-bottom: 1em;
  }
  .col-sm-3,
  .col-sm-6 {
    padding: 0;
  }
  .bg {
    min-height: 625px;
  }
  .map iframe {
    height: 200px;
  }
  .testi-meta1 {
    padding: 5px 177px 0 0;
  }
  .testi_grid .testi_grid_blockquote .featured-thumbnail {
    width: 80px;
    height: 80px;
  }
  .nav > li > a {
    padding: 8px 5px;
    font-size: 13px;
  }
  p.description {
    font-size: 12px;
    line-height: 1.5em;
  }
  .tab_box h1 {
    font-size: 1.1em;
  }
  .jobs-item .top-btns li {
    margin-left: 4px;
  }
  .menu ul li a {
    line-height: 2em;
  }
  .jobs-item {
    margin-bottom: 2em;
  }
  i.icon_1 {
    font-size: 30px;
  }
  i.icon_2 {
    font-size: 20px;
  }
  ul.phone li.phone_right p {
    font-size: 12px;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .pricing-table {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
  .grid_4 {
    width: 140px;
    margin: 0;
  }
  .nbs-flexisel-nav-right:after,
  .nbs-flexisel-nav-left:after {
    top: 20px;
  }
}
@media (max-width: 414px) {
  .wrap_1 {
    width: 375px;
  }
  .banner_info h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  .hvr-shutter-out-horizontal {
    padding: 4px 8px;
    font-size: 11px;
  }
  .banner_info {
    margin: 1em 0 0 0;
  }
  .profile_search {
    margin: 1em 0 0 0;
    padding: 5px;
  }
  .banner {
    min-height: 254px;
  }
  .navigation {
    margin-right: 23%;
    margin-top: 0;
  }
  .bg_left h4 {
    font-size: 1.1em;
  }
  .bg_left h5 {
    font-size: 0.85em;
  }
  .bg {
    min-height: 640px;
    padding: 2em 0 0 0;
  }
  .col_2 {
    margin-bottom: 1em;
  }
  .about_middle h2 {
    font-size: 1.5em;
  }
  .grid_3,
  .about_middle {
    padding: 2em 0;
  }
  .about_bottom h3 {
    font-size: 1.8em;
  }
  .desc h4 {
    font-size: 1.1em;
  }
  .post_networks ul li {
    margin: 2.5em 0 0 0;
  }
  .profile_left h2 {
    font-size: 1em;
  }
  .col_3 {
    margin-bottom: 5px;
  }
  .page_header h3 {
    font-size: 1em;
  }
  .page_header h1 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  i.icon_4 {
    font-size: 35px;
    line-height: 50px;
  }
  .col-sm-4.item_content {
    margin-bottom: 1em;
  }
  .footer {
    padding: 2em 0;
  }
  .about_bottom {
    padding: 2em 0 0em;
  }
  ul.match_box {
    margin: 0 0 1em 0;
  }
  .members_box h1,
  .terms h2 {
    font-size: 1.2em;
  }
  .members_box1 {
    margin: 1em 0;
  }
  .col-md-9.members_box p {
    font-size: 0.8125em;
  }
  ol.terms_list li {
    font-size: 0.8125em;
  }
  .nbs-flexisel-nav-right:after,
  .nbs-flexisel-nav-left:after {
    top: 20px;
  }
  .terms h4 {
    font-size: 1.2em;
  }
  .form_radios {
    font-size: 12px;
  }
  .paid_people {
    margin: 2em 0 0 0;
  }
  .paid_people h1 {
    font-size: 1.3em;
  }
  .search_left {
    margin-bottom: 1em;
  }
  .view_profile2 {
    margin: 3em 0 0 0;
  }
  .headings h1 {
    font-size: 25px;
  }
  .headings h2 {
    font-size: 22px;
  }
  .headings h3 {
    font-size: 19px;
  }
  .headings h4 {
    font-size: 16px;
  }
  .headings h5 {
    font-size: 14px;
  }
  .headings h6 {
    font-size: 12px;
  }
  ul.pagination_1 {
    margin: 0 0 2em 0;
  }
  .members_box2 p {
    margin-bottom: 1em;
  }
  .members_box2 h3 {
    font-size: 1.5em;
  }
  .addr dl dt,
  .addr dl dd {
    font-size: 12px;
  }
  .grid_4 {
    width: 115px;
  }
  form#contact-form {
    width: 60%;
  }
  #contact-form input[type="text"],
  #contact-form textarea {
    padding: 7px;
  }
  #contact-form input[type="submit"] {
    padding: 8px;
    font-size: 13px;
  }
}
@media (max-width: 384px) {
  .wrap_1 {
    width: 350px;
  }
  .inline-block {
    margin-bottom: 2px;
  }
  a.brand img {
    width: 150px;
  }
  .navigation {
    margin-top: -6px;
  }
  .banner {
    min-height: 231px;
    zoom: 0.9;
  }
  .grid_1 {
    padding: 2em 0;
  }
  .grid_1 h1,
  .grid_2 h2,
  .bg h3 {
    font-size: 1.3em;
  }
  .suceess_story-content-info h4 {
    font-size: 1em;
  }
  .suceess_story-content-container,
  .suceess_story-date {
    margin-left: 1.813rem;
  }
  .suceess_story-content-featured-image {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .post-meta span.day {
    font-size: 25px;
  }
  .post-content {
    font-size: 0.8125em;
    margin: 5px 0;
  }
  a.religion_1 {
    font-size: 0.8125em;
  }
  .religion {
    margin: 1em 0;
  }
  .religion_1-title {
    margin-bottom: 5px;
  }
  .bg_left p,
  .col_2 p,
  .about_right p,
  .desc p,
  .table_working_hours tr,
  .headings p,
  .column_grid p,
  .members_box2 p,
  .page_header p,
  .item_content p,
  .suceess_story-content-info p {
    font-size: 12px;
  }
  .profile_left2 {
    margin-bottom: 2em;
  }
  .menu > li {
    font-size: 0.95em;
  }
  ul.login_details1 li p {
    line-height: 1.5em;
    margin: 1em 0;
    font-size: 12px;
  }
  .phone_1 {
    margin-right: 0%;
  }
  .span_1_of_3 {
    width: 32.2%;
  }
  .profile_left1 {
    margin-bottom: 2em;
  }
  .profile_left1 h1 {
    margin-bottom: 1em;
  }
  .faq-list_h h4 {
    font-size: 0.8125em;
    color: #000;
  }
  .list_1 {
    margin: 2em 0 0 0;
  }
  .list_1 h3 {
    font-size: 1.3em;
  }
  .jobs-item .thumb {
    margin-right: 10px;
  }
  .jobs-item .top-btns {
    right: -15px;
  }
  .jobs-item .top-btns li {
    margin-left: 2px;
  }
  p + .addr,
  .addr + .addr,
  .terms + .addr {
    margin-top: 10px;
  }
  #contact-form input[type="text"],
  #contact-form textarea {
    font-size: 12px;
  }
  #contact-form textarea {
    height: 100px;
  }
  input#submit-btn {
    font-size: 0.8125em;
    padding: 1px 5px;
  }
  .terms_1 h3,
  .terms_1 h5 {
    font-size: 1em;
  }
  .testi_grid .testi_grid_blockquote > div {
    line-height: 16px;
  }
}
@media (max-width: 320px) {
  .wrap_1 {
    width: 330px;
  }
  #colorNav li ul li a {
    font-size: 11px;
  }
  a.brand img {
    width: 135px;
  }
  .navigation {
    margin-right: 20%;
  }
  .heart-divider {
    margin: 10px auto 15px;
  }
  .row_1-right h3 {
    margin-bottom: 1em;
    font-size: 1.3em;
  }
  h4.post-title {
    font-size: 0.85em;
  }
  .nbs-flexisel-nav-right:after,
  .nbs-flexisel-nav-left:after {
    top: -15px;
  }
  a.religion_1 {
    font-size: 12px;
  }
  .suceess_story,
  .col-md-4.row_1-right {
    padding: 0;
  }
  .suceess_story:before,
  .suceess_story:after {
    left: -8px;
  }
  .team-socials li {
    padding: 0 5px;
  }
  .bg {
    min-height: 660px;
  }
  .bg_left {
    margin-bottom: 5px;
  }
  .col_2 h4 {
    font-size: 1.1em;
  }
  .copy p {
    font-size: 0.8125em;
  }
  .jb-accordion-title {
    padding: 5px 10px 7px;
    font-size: 15px;
  }
  .about_grid1 {
    padding: 0 5px;
  }
  .nav > li > a {
    padding: 3px 5px;
  }
  .nav > li > a {
    font-size: 12px;
  }
  .tab_box h1 {
    font-size: 0.95em;
  }
  .tab_box p {
    font-size: 0.8125em;
  }
  .basic_1 h3 {
    font-size: 1em;
  }
  .basic_1,
  .tab_box {
    margin-bottom: 1em;
  }
  .profile_right {
    margin: 2em 0 0 0;
  }
  .newsletter input[type="text"] {
    padding: 8px 2%;
    max-width: 74%;
  }
  .newsletter input[type="submit"] {
    padding: 6px 14px;
  }
  .newsletter {
    margin-bottom: 2em;
  }
  .view_profile h3 {
    font-size: 1.1em;
  }
  .view_profile1 {
    margin: 2em 0 0 0;
  }
  ul.profile_item li.profile_item-desc h4,
  ul.profile_item li.profile_item-desc h5,
  ul.profile_item li.profile_item-desc p,
  ul.footer_links li {
    font-size: 12px;
  }
  .col-md-6.about_right {
    margin: 1em 0 0 0;
  }
  .profile_top h2 {
    font-size: 0.85em;
  }
  .breadcrumb1 {
    margin-bottom: 1em;
  }
  .pagination > li > a {
    padding: 4px 10px;
    font-size: 12px;
  }
  .jobs-item .thumb img {
    width: 70px;
  }
  h6.title {
    font-size: 0.85em;
  }
  .jobs-item .top-btns li a {
    font-size: 12px;
  }
  ul.login_details1 li {
    font-size: 12px;
  }
  .breadcrumb1 li {
    margin-right: 0;
    padding-right: 0;
    font-size: 0.85em;
  }
  ul.match_box li {
    font-size: 12px;
  }
  .terms h4 {
    font-size: 1em;
  }
  ol.terms_list {
    margin-bottom: 1em;
  }
  .terms p {
    margin-bottom: 1em;
  }
  p.m_4 {
    font-size: 0.8125em;
  }
  .list_1 h3 {
    font-size: 1.1em;
  }
  a.photo_view {
    padding: 5px 8px;
  }
  .pricing-table-grid ul li span {
    padding: 7px;
    font-size: 13px;
  }
  .pricing-table-grid h3 {
    padding: 10px 0 10px;
    font-size: 1.2em;
  }
  span.month1 {
    font-size: 12px;
    line-height: 2em;
  }
  .pricing-table-grid ul li a,
  .pricing-table-grid ul li span {
    padding: 8px 0;
    font-size: 0.8125em;
  }
  a.order-btn {
    width: 50%;
    padding: 6px 10px;
  }
  .page_header {
    margin-bottom: 1em;
  }
  .grid_5 p,
  .terms_1 p,
  .feature_list li {
    font-size: 0.8125em;
  }
  ul.feature_list.feature_list1 {
    margin-bottom: 1em;
  }
}
/* .contact-persons-details .form-group,.family-details .form-group,.other-persons-details .form-group{
  width: 24%;
  display: inline-block;
  padding: 0 5px;
} */
.family-details .form-group,
.other-persons-details .form-group {
  width: 24%;
  display: inline-block;
  padding: 0 5px;
}
.contact-persons-details,
.family-details,
.other-persons-details {
  padding-top: 20px;
}
.family-details .form-group {
  width: 32%;
  display: inline-block;
  padding: 0 5px;
}

.basic_1 td.day_label {
  width: 20%;
}
.home_title {
  font-size: 35px;
  font-weight: bold;
  padding: 0 30px 30px;
  text-align: center;
}
.salam {
  /*text-align: center;*/
  padding: 0 230px 10px;
}
.centre_part {
  text-align: center;
}
.first_para {
  font-family: fantasy;
  font-size: 15px;
  padding: 8px;
}
.second_para {
  color: #771216;
  padding: 10px 0px;
}
.third_para {
  background: #781518 none repeat scroll 0 0;
  border: medium none;
  border-radius: 10px;
  color: #ffffff;
  margin: auto;
  padding: 10px 0;
  width: 70%;
}

.comingsoon {
  font-family: FontAwesome;
  padding: 5px 0 0;
  font-size: 20px;
  color: #ff6868;
  background-color: #ffe8e1;
}
@media (max-width: 768px) {
  .salam img {
    width: 100%;
  }

  .second_para {
    padding: 10px 20px;
  }
  .nav_bottom {
    background: rgba(191, 53, 53, 0.52);
  }
}
.proposal {
  font-size: 18px;
  font-weight: 700;
  color: #ff6565;
}
.proposal > .btn_1 {
  font-weight: 500;
}
.contact-person > div {
  /* display: inline-block;*/
  display: block;
  padding-top: 10px;
}
.contact-person > .day_value {
  padding-right: 10px;
}
.contact-person > .day_label {
  color: #777;
}
.jobs_right .submit {
  padding-top: 0px !important;
}
.jobs_right .btn_1 {
  background: #c32143;
  margin: 0px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  padding: 4px 9px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  outline: none;
  border: none;
  font-size: 0.7em;
}
.jobs_right > .title > a {
  display: inline-block;
}
.thumb_top p.description {
  margin-bottom: 0px;
}
.jobs_right .profile-parent {
  padding-left: 1%;
}

@media (max-width: 768px) {
  .container {
    width: 100% !important;
  }
  .container p {
    padding: 0;
  }
}

/* custom css */
.edit-profile-errors {
  text-align: center;
  margin-bottom: 20px;
}
.edit-profile-errors p {
  margin-bottom: 10px;
}
input[type="checkbox"] {
  margin-right: 5px;
}
#email-verified-section,
#email-verified-section-second,
#email-verified-section-third {
  display: none;
}
#email-otp-section,
#email-otp-section-second,
#email-otp-section-third {
  display: none;
}
#mobile-verified-section,
#whatsapp-verified-section {
  display: none;
}
#mobile-otp-section,
#whatsapp-otp-section {
  display: none;
}
#send-otp-btn {
}
#mobile-send-otp-btn,
#whatsapp-send-otp-btn {
  /*  display:none;*/
}
i.edit-email,
i.verify-email,
i.edit-email-second,
i.verify-email-second,
i.edit-email-third,
i.verify-email-third,
i.edit-mobile,
i.edit-whatsapp,
i.verify-mobile,
i.verify-whatsapp,
i.verify-email-otp,
i.verify-email-otp-second,
i.verify-email-otp-third,
i.verify-mobile-otp,
i.verify-whatsapp-otp {
  background: black;
  color: white;
  padding: 10px;
  cursor: pointer;
  margin-top: 25px;
}
span.message-red {
  color: red;
}
span.message-green {
  color: green;
}
.or-divider {
  text-align: center;
}
.viewed-contacted,
.proposal-status {
  font-weight: bold;
  color: #555;
  font-size: 0.85em;
  line-height: 1.5em;
  margin-bottom: 3px;
}
.viewed-contacted {
  margin-top: 20px;
  color: #555;
  font-size: 0.85em;
  line-height: 1.5em;
  margin-bottom: 3px;
}
.last-login {
  font-weight: bold;
  color: green;
  margin-top: 20px;
}

/* New css */
.grid_3 .container {
  background-color: #fff;
  padding: 15px;
}
.footer {
  background-color: #f3f3f3;
  padding: 15px;
}
.grid_3 {
  padding: 1em 0;
}
body {
  background: #f3f3f3;
}

.form-group {
  display: inline-block;
  width: 100%;
}
.form-text,
.form-textarea,
.form-select {
  height: 35px;
}
.select-block1 select,
.select-maslak select,
.dropdown_q dt a {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-image: linear-gradient(45deg, transparent 50%, rgb(0, 0, 0) 50%),
    linear-gradient(135deg, rgb(0, 0, 0) 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 15px) calc(1em + 2px),
    calc(100% - 10px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:focus,
.dropdown_q dt a:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 10px) 1em, calc(100% - 15px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

select:-moz-focusring,
.dropdown_q dt a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.contact-persons-details,
.family-details,
.other-persons-details {
  padding-top: 0px;
}
.contact-person > div {
  display: inline-block;
  padding-top: 0px;
}
.fa-pencil:before,
.fa-check::before {
  margin-right: 10px;
}
i.edit-email,
i.verify-email,
i.edit-email-second,
i.verify-email-second,
i.edit-email-third,
i.verify-email-third,
i.edit-mobile,
i.verify-mobile,
i.verify-email-otp,
i.verify-mobile-otp,
#whatsapp-send-otp-btn i {
  margin-left: 10px;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "✔";
  position: absolute;
  top: 4px;
  left: 6px;
  font-size: 1em;
  line-height: 1;
  color: #c32143;
  transition: all 0.2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  /*border: 2px dotted blue;*/
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #c32143 !important;
}
[type="checkbox"] + label {
  font-weight: normal;
  margin-right: 15px;
}
.bordered-row {
  border: 2px solid #c32143;
  padding: 20px;
}
.table_working_hours td {
  width: 25%;
}
ul.profile_item li.profile_item-desc {
  min-height: 250px;
}
#search-form ul {
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 99;
}
.dropdown dt a {
  width: 100% !important;
}
.ajax_loader2 {
  position: relative;
  display: none;
}
.ajax_loader2 span {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../images/ajax-loader.gif");
  background-color: #fff;
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
  z-index: 500;
  top: 0;
  left: 0;
}

.reset-ico {
  position: absolute;
  top: -25px;
  right: 30px;
  cursor: pointer;
  padding: 0px 10px;
  background: #c32143;
  color: #fff;
  line-height: 29px;
}
.reset-ico i {
  color: #fff;
}
.pcurloc_divs .age_grid,
.pnatloc_divs .age_grid {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.remove_field,
.remove_field_native {
  display: inline-block;
  margin: 5px 10px;
}
.remove_field .rmv-iter,
.remove_field_native .rmv-iter {
  color: #c32143;
}
.cust-exp {
  padding: 7px 10px;
  background: #000;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.add_pcurloc,
.add_pnatloc {
  display: inline-block;
}
.error-span {
  font-size: 14px;
  color: #ff6868;
}
.search-location .state {
  padding: 0px;
}
.search-location {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}
#search-form input#submit-btn,
#submit-btn-prof {
  padding: 12px 20px;
  font-size: 15px;
}
/* New css End */
@media (max-width: 767px) {
  .salam {
    padding: 5%;
    margin: 0px auto;
  }
  .hidden-small {
    display: none;
    visibility: hidden;
  }
}

/* Updated */

/* ALert container */

.container.alert-container {
  display: block;
  background-color: #ffe8e1;
  width: 100%;
  /* margin-top: 195px; */
}

/* Alert Container Responsive */

@media screen and (max-width: 1300px) {
  .container.alert-container {
    margin-top: 184px;
  }
}
@media screen and (max-width: 1200px) {
  .container.alert-container {
    margin-top: 0px;
  }
}

/* Profile Tabs */

.comingsoon {
  font-family: "Roboto", sans-serif;
}

.profile-tabs-section {
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 214, 214, 1)
  );
  padding-top: 30px;
  padding-bottom: 60px;
}

.profile-tabs-section .btn_1 {
  background-color: transparent;
  color: rgba(255, 174, 185, 1);
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-size: 14px !important;
  border-bottom: 4px solid rgba(255, 174, 185, 1);
  padding-bottom: 10px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-left: 8px;
  margin-right: 8px;
}
.profile-tabs-section .btn_1:hover {
  color: rgba(255, 104, 104, 1);
  border-bottom: 4px solid rgba(255, 104, 104, 1);
}

.profile-tabs-section .active_header {
  color: rgba(255, 104, 104, 1);
  border-bottom: 4px solid rgba(255, 104, 104, 1);
}
.profile-tabs-section .container {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 20px;
  max-width: 1250px;
  border: 1px solid rgba(255, 174, 185, 1);
  border-radius: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* Dropdown menu */

/* Dropdown container */
.dropdown-menu-mobile {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Button for the dropdown */
.dropbtn {
  background-color: rgba(255, 104, 104, 1);
  color: white;
  padding: 10px 15px;
  font-size: 1em;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* Dropdown icon */
.dropdown-icon {
  font-size: 1em;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f9f9f9;
  width: 100%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 0;
  overflow: hidden;
  z-index: 2;
}

/* Links inside the dropdown */
.dropdown-content li a {
  color: black;
  text-decoration: none;
  display: block;
  padding: 10px;
  font-size: 0.9em;
  text-align: left;
  width: 100%;
}

.dropdown-content li a:hover {
  background-color: #ddd;
}

.dropdown-menu-mobile {
  display: none;
}

/* Tablet View */

@media screen and (max-width: 1300px) {
  .profile-menu.profile-tabs-ul {
    display: none;
  }

  .dropdown-menu-mobile {
    display: block;
  }

  .profile-tabs-section .container .profile-menu a {
    white-space: nowrap;
  }

  .profile-tabs-section .btn_1 {
    border-bottom: none;
    margin: auto;
  }

  .profile-tabs-section .btn_1 {
    color: rgba(255, 104, 104, 1);
  }
}

/* Pagination */

.pagination {
  background-color: transparent;
  margin-bottom: 50px !important;
  margin-top: 50px !important;
}

.pagination li a {
  background-color: transparent;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: rgba(255, 104, 104, 1);
  color: white;
  border-radius: 10px;
  border-bottom-left-radius: 10px !important;
  border-top-left-radius: 10px !important;
}

/* Index.php */

/* Banner Section */

.alert{
  margin-bottom: 0px;
}



@media screen and (min-width: 1200px) {

.login-gap {
  
  margin-top: 194px;
}

}


.banner-section {
  background-color: #ffe8e1;
  background-repeat: no-repeat;
  min-height: 915px;
}

.banner-div {
  /* background-image: url(../../resources/images/updated/banner-background.png); */
  min-height: 1017px;
  margin-top: -44%;
  margin-top: -620px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 99%;
}

.h1-text {
  background: radial-gradient(ellipse 80% 40% at center, #f48884, #8e4f4d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  text-align: center;
  font-family: "Kaushan Script", Regular;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.h1-div {
  padding-top: 213px;
  background-image: url(../../resources/images/updated/h1-background.png);
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center 16px;
  min-height: 912px;
}

.login-register-buttons-div {
  max-width: 475px;
  margin: auto;
  width: 100%;
  padding-top: 120px;
  display: flex;
  justify-content: space-between;
}

.login-register-buttons-div .login-btn {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: white;
  background-color: #ff6868;
  padding: 21px 75px;
  border: 0px;
  border-radius: 20px;
  cursor: pointer;
}

.login-register-buttons-div .register-btn {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #ff6868;
  background-color: transparent;
  padding: 21px 35px;
  border: 1px solid #ff6868;
  border-radius: 20px;
  cursor: pointer;
}

.login-register-mobile {
  display: none;
}

/* Tablet View */

@media screen and (max-width: 1200px) {
  .h1-text {
    font-size: 60px;
  }

  .h1-div {
    background-image: url(../../resources/images/updated//h1-bg-tablet.png);
    background-position: bottom;
  }
}

/* Mobile View */

@media screen and (max-width: 767px) {
  .banner-div {
    display: none;
  }
  .h1-text {
    font-size: 30px;
  }
  .h1-div {
    background-image: url(../../resources/images/updated/h1-bg-mobile.png);
    background-position: bottom;
    padding-top: 74px;
    min-height: 500px;
  }

  .banner-section {
    min-height: unset;
    /* padding-bottom: 16px; */
  }
  .banner-bg-color-div {
    background-color: #ffe8e1;
  }
  .login-register-mobile {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    max-width: 358px;
    margin: auto;
    background-color: #ffe8e1;
    padding: 16px;
    margin: 16px;
    margin: auto;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
    padding-bottom: 40px;
  }

  .login-register-mobile .login-btn {
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: white;
    background-color: #ff6868;
    padding: 21px 75px;
    border: 0px;
    border-radius: 20px;
    cursor: pointer;
  }

  .login-register-mobile .register-btn {
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #ff6868;
    background-color: transparent;
    padding: 21px 35px;
    border: 1px solid #ff6868;
    border-radius: 20px;
    cursor: pointer;
  }
}

/* Narrated Hadith and Create Profile Div */

.narrated-create-div {
  background-image: url(../../resources/images/updated/narrated-create-profile-bg.png);
  padding-bottom: 150px;
  background-position: center;
  background: radial-gradient(circle, rgba(244, 136, 132, 1) 0%, rgba(250, 203, 201, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

/* Narrated Hadith Section */

.narrated-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 697px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
}

.narrated-section h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  font-size: 48px;
}

.narrated-section p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 25px;
  max-width: 91%;
  margin: auto;
  line-height: 48px;
}

.narrated-section img {
  position: absolute;
  right: 0;
  bottom: -90px;
}

/* Tablet View */

@media screen and (max-width: 1200px) {
  .narrated-section h2 {
    font-size: 30px;
  }
  .narrated-section img {
    bottom: -135px;
  }
}

/* Mobile View */
@media screen and (max-width: 767px) {
  .narrated-section {
    min-height: unset;
  }

  .narrated-section h2 {
    font-size: 22px;
  }

  .narrated-section p {
    font-size: 18px;
    line-height: 30px;
  }

  .narrated-section {
    padding: 16px;
  }

  .narrated-section img {
    bottom: -188px;
    width: 160px;
  }
  .narrated-create-div {
    padding-bottom: 50px;
  }
}

/* Create New Profile Section */

.create-profile-div {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 91%;
  margin: auto;
}

.create-profile-div h2 {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 500;
  max-width: 409px;
}

.create-profile-div p {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 400;
  max-width: 724px;
  margin-bottom: 70px;
}

.create-profile-div button {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: white;
  background-color: #ff6868;
  padding: 21px 75px;
  border: 0px;
  border-radius: 20px;
}

.create-profile-btn {
  cursor: pointer;
}

/* Tablet View */

@media screen and (max-width: 1200px) {
  .create-profile-div {
    flex-direction: column;
  }
  .create-profile-div img {
    max-width: 100%;
  }

  .create-profile-div {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .create-profile-div {
    max-width: 100%;
    padding: 16px;
  }

  .create-profile-div h2 {
    font-size: 30px;
  }
  .create-profile-div p {
    font-size: 18px;
  }
  .create-profile-div button {
    padding: 20px;
  }

  .create-profile-text-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
/* Statistics Section */

.statistics-div {
  background-color: #ffe8e1;
  padding: 64px;
  position: relative;
}

.statistics-div h2 {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 500;
}

.statistics-container {
  max-width: 348px;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 15px;
}

.statistics-div h3 {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}

.statistics-div p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.statistics-div-container {
  display: flex;
}

.statistics-flower-1 {
  position: absolute;
  top: -178px;
  right: 0px;
}

.statistics-flower-2 {
  position: absolute;
  left: 0px;
  bottom: -189px;
}

/* Tablet View */

@media screen and (max-width: 1300px) {
  .statistics-div-container {
    display: grid;
    grid-template-columns: auto auto;
  }
}

/* Mobile View */

@media screen and (max-width: 767px) {
  .statistics-flower-1 {
    max-width: 200px;
    top: -83px;
  }
  .statistics-flower-2 {
    bottom: -84px;
    max-width: 200px;
  }

  .statistics-div h2 {
    font-size: 30px;
  }
  .statistics-div {
    padding: 16px;
  }
  .statistics-div-container {
    grid-template-columns: auto;
  }
}

/* Key Features & How it works Section */

.key-features-how-it-works {
  background-image: url(../../resources/images/updated/key-works-bg.png);
  background-size: cover;
  background-position: center;
  padding-bottom: 40px;
  background: radial-gradient(circle, rgba(244,136,132,1) 0%, rgba(250,203,201,1) 0%, rgba(255,255,255,1) 100%);
}

/* Key Features Section */

.key-features-div-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 91%;
  margin: auto;
  padding-top: 100px;
}

.key-features-div h2 {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 500;
  text-decoration: underline;
}

.key-features-div p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 25px;
  max-width: 530px;
  text-align: center;
}

.key-features-list {
  list-style-type: none;
  padding-left: 0px;
}

.key-features-list li {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 400;
  background-image: url(../../resources/images/updated/features-li.png); /* Replace with your image path */
  background-repeat: no-repeat;
  background-position: 0 50%; /* Center vertically */
  background-size: 50px 50px;
  padding-left: 70px;
  padding-bottom: 20px;
  padding-top: 20px;
}

/* Tablet View */

@media screen and (max-width: 1200px) {
  .key-features-div-container {
    flex-direction: column-reverse;
    max-width: 100%;
    padding-top: 100px;
  }
}

/* Mobile View */
@media screen and (max-width: 767px) {
  .key-features-how-it-works {
    padding: 16px;
  }
  .key-features-div-container img {
    max-width: 352px;
  }
  .key-features-div h2 {
    font-size: 30px;
  }
  .key-features-div p,
  .key-features-list li {
    font-size: 20px;
  }
}

/* How it works Section */

.how-it-works-div {
  max-width: 91%;
  margin: auto;
}

.how-it-works-div h2 {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 500;
  /* margin-top: 100px; */
}

.bullet-container-div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  row-gap: 430px;
  background-image: url(../../resources/images/updated/how-it-works.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.bullet-container {
  max-width: 420px;
}

.bullet-text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin-top: 0px;
}

.bullet-number {
  background-color: #ff6868;
  max-width: 64px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: white;
  border-radius: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.bullet-container h3 {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* Tablet View */

@media screen and (max-width: 1200px) {
  .bullet-container-div {
    grid-template-columns: auto;
    row-gap: 0px;
    background-position: top;
    background-size: 100%;
    padding-top: 600px;
  }

  .how-it-works-div h2 {
    margin-top: 100px;
  }
}

/* Mobile View */

@media screen and (max-width: 767px) {
  .bullet-container-div {
    padding-top: 300px;
  }
}

/* Footer */

footer {
  background-color: rgba(244, 136, 132, 0.373);
  padding: 100px;
}

.footer-div {
  display: grid;
  grid-template-columns: auto auto;
  max-width: 91%;
  width: 100%;
  margin: auto;
}

.footer-columns-container {
  display: grid;
  grid-template-columns: auto auto auto;
}

footer h3 {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 20px;
}

footer ul {
  padding-left: 0px;
}

footer li {
  list-style: none;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}



@media screen and (max-width: 1200px) {
  footer {
    padding: 30px;
  }
  .footer-div {
    grid-template-columns: auto;
    max-width: unset;
    width: 100%;
    margin: auto;
    row-gap: 50px;
  }

  .footer-logo-icons-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

/* Mobile View */

@media screen and (max-width: 767px) {
  .footer-columns-container {
    grid-template-columns: auto;
  }
  .footer-logo-icons-div img {
    max-width: 130px;
  }
}

img.footer-icon {
  max-width: 30px;
  margin-right: 10px;
}

.lcs-logo{
  max-width: 50px;
  margin-left: 20px;
  margin-top: -5px;
}






/* Login.php */

/* Login Page Banner */

.login-banner {
  background-image: url(../../resources/images/updated/Login-Banner.png);
  min-height: 331px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.login-text-div {
  max-width: 1000px;
  margin-bottom: 50px;
}

.login-text-div p {
  max-width: 690px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin: auto;
}

.login-form-div input {
  font-family: "Roboto", sans-serif;
}

/* Mobile View */

@media screen and (max-width: 767px) {
  .login-banner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Login Section */
.login-section {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 214, 214, 1)
  );
}

.login-section .h2-text {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
  padding-top: 100px;
  margin-bottom: 42px;
  text-align: center;
}

.login-form-div {
  max-width: 480px;
  width: 100%;
  margin: auto;
  padding-bottom: 300px;
}

.login-form-div label {
  max-width: 690px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.login-form-div input {
  background-color: transparent;
  border: black 1px solid;
  color: black;
}

.login-form-div .submit,
#search-form .search-find-btn {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  background-color: #ff6868;
  padding: 10px 45px;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;
}

.login-form-div span p {
  color: red;
}

.login-form-div .forget_ur_passsword {
  background: transparent;
  color: black;
  text-transform: capitalize;
  text-decoration: underline;
}

.login-form-div .form-actions {
  display: flex;
  justify-content: space-between;
}

/* Mobile View */

@media screen and (max-width: 767px) {
  .login-form-div {
    max-width: 480px;
    width: 100%;
    margin: auto;
    padding-bottom: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .login-form-div .form-actions {
    flex-direction: column;
  }
  .login-form-div .forget_ur_passsword {
    padding-left: 0px;
  }
}

.forgot-password{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  background-color: #ff6868;
  padding: 10px 45px;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;
}

.form-actions{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

/* Register Page */

.register-page-section {
  background-image: url(../../resources/images/updated/register-page-bg.png),
    linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 214, 214, 1));
  background-image: url(../../resources/images/updated/register-page-bg.png),
    -webkit-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 214, 214, 1));
  background-image: url(../../resources/images/updated/register-page-bg.png),
    -moz-linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 214, 214, 1));

  padding-top: 110px;
  padding-bottom: 110px;
}

.register-form-div {
  background-color: rgba(255, 255, 255, 0.3);
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding: 20px;
  border-radius: 20px;
}

.register-note {
  color: black;
  background-color: rgba(254, 163, 163, 0.32);
}

#register-page-form {
  max-width: 705px;
  margin: auto;
}

#register-page-form label {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

#register-page-form input,
#register-page-form select {
  background-color: transparent;
  border: black 1px solid;
  color: black;
  accent-color: black;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
}

.by-clicking-div {
  text-align: center;
}

.register-page-section h2 {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
  padding-top: 40px;
  margin-bottom: 42px;
  text-align: center;
}

.register-form-div #register-submit-btn {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  background-color: #ff6868;
  padding: 10px 55px;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
}

.submit-btn-div {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.register-form-div .error-span p , .register-form-div .error-span{
  color: red;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.gender-div {
  margin-bottom: 0px;
}

/* New Profiles Page */
.profile_item {
  background-color: rgba(255, 214, 214, 0.5);
  border: none;
  border-radius: 20px;
  padding: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.profile_item-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
}
.profile_item-desc p {
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}

.profile_item-desc p img {
  margin-right: 20px;
}

.profile-desc-div {
  display: grid;
  grid-template-columns: 40px auto;
  column-gap: 5px;
  row-gap: 30px;
  align-items: center;
}

.profiles-id-view-div {
  display: flex;
  justify-content: space-between;
}
.profiles-id-view-div a {
  color: rgba(102, 102, 102, 1);
  background-color: transparent;
}

.profiles-id-view-div h5 a:nth-child(2) {
  color: white;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  background-color: rgba(255, 104, 104, 1);
  padding: 20px 20px;
  border-radius: 50px;
}

p.viewed-contacted,
p.proposal-status {
  color: rgb(162, 122, 122);
}

.profiles-section .col-md-12 {
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 214, 214, 1)
  );
}

.profiles-section .col-md-12 .paid_people {
  max-width: 1280px;
  margin: auto;
}

.profiles-section .paid_people h1 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
}

.proposal-status-container {
  min-height: 60px;
}

.proposal-status-container .proposal-status {
  font-family: "Roboto", sans-serif;
  color: black;
  background-color: rgba(255, 0, 0, 0.08);
  max-width: fit-content;
  padding: 10px 20px;
  margin-bottom: 30px;
  margin-top: -10px;
  border-radius: 30px;
  margin-right: 0;
  margin-left: auto;
}

/* Tablet View */

@media screen and (max-width: 1000px) {
  .profiles-id-view-div {
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
  }
  .profile_item-desc {
    min-height: 600px;
  }
}

/* Mobile View */

@media screen and (max-width: 1000px) {
  .profiles-id-view-div {
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
  }
  .profile_item-desc {
    min-height: 520px;
  }
}

/* Marital Status Page */

.nav-tabs-container {
  max-width: 1280px;
  margin: auto;
  margin-bottom: 50px;
}

.nav-tabs1 {
  background-color: white;
  color: gray;
  font-family: "Roboto", sans-serif;
  /* border: 1px solid rgba(244, 136, 132, 1); */
  border-radius: 5px;
}
a#profile-tab,
a#home-tab,
a#profile-tab1 {
  color: gray;
  border: 1px solid rgba(244, 136, 132, 0.4);
  margin: 0;
  padding: 20px 30px;
}

.nav-tabs1 > li.active > a,
.nav-tabs1 > li.active > a:focus,
.nav-tabs1 > li.active > a:hover,
.nav-tabs1 .open > a,
.nav-tabs1 .open > a:hover,
.nav-tabs1 .open > a:focus,
.nav-tabs1 > li > a:hover,
.nav-tabs1 > li > a:focus {
  background-color: rgba(244, 136, 132, 1) !important;
  color: white !important;
}

@media screen and (max-width: 700px) {
  a#profile-tab,
  a#home-tab,
  a#profile-tab1 {
    padding: 10px;
    border: none;
  }

  a#profile-tab,
  .nav-tabs1 {
    background-color: transparent;
  }

  .nav-tabs1 > li.active > a {
    border-radius: 8px;
  }

  .nav-tabs-container {
    margin-bottom: 0px;
  }

  .profile-tabs-section {
    padding-bottom: 20px;
  }
}

/* Filter Page */

.col-md-12.filter-page-container {
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 214, 214, 1)
  );
  padding-bottom: 100px;
}

.filter_page.paid_people {
  max-width: 1200px;
  margin: auto;
}

.filter_page.paid_people h1 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
}

.filter_page.paid_people table,
.proposal-count-table {
  font-family: "Roboto", sans-serif;
  max-width: 1200px;
  overflow: scroll;
}

.filter_page.paid_people td,
.filter_page.paid_people th,
.proposal-count-table td,
.proposal-count-table th {
  padding: 15px !important;
  white-space: nowrap !important;
}

@media screen and (max-width: 500px) {
  .filter_page.paid_people {
    overflow-x: scroll;
  }
}

/* Search Page & Proposal Page */

.search-page,
.proposal_page {
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 214, 214, 1)
  );
}

.search-page .search-container,
.proposal_page .proposal-container {
  margin-top: 178px;
  background-color: transparent;
  max-width: 1280px;
  width: 100%;
}

.search-page .search-container label,
.search-page .search-container .select-block1 select,
.or-divider,
.cust-exp {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.cust-exp {
  color: white;
  font-weight: 300;
}
.or-divider {
  margin-top: 30px;
  margin-bottom: 80px;
}

.search-page .search-container a,
.search-page .search-container ul li label,
.search-page .search-container .select-block1 select {
  font-size: 14px;
  font-weight: 300;
}

.search-page .search-container select,
.search-page .search-container a,
.search-page .search-container .select-block1 input {
  background-color: transparent;
  border: black 1px solid;
  color: black;
  accent-color: black;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.search-page .search-container .profile_item a {
  border: none;
}

.search-page .search-container ul.profile_item {
  background-color: rgba(255, 214, 214, 0.5);
  border: none;
  border-radius: 20px;
  padding: 24px !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  text-align: left;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.search-page .search-container .paid_people {
  max-width: 1280px;
  margin: auto;
}

.search-page .search-container .paid_people h1 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  margin-top: 70px;
}

.filter-by-status {
  margin-top: 50px;
}

.proposal-tabs {
  display: grid;
  grid-template-columns: auto auto auto auto;
  margin-top: 90px;
  margin-bottom: 90px;
}

.proposal_page .proposal-container .members_box2 p {
  margin-bottom: 0;
}

.proposal_page .proposal-container .members_box2 h3 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
}

.proposal-tabs::before {
  display: none;
}

.proposal_page .proposal-container .members_box2 .table-div {
  overflow-x: scroll;
  overflow-x: auto;
}

@media screen and (max-width: 1200px) {
  .search-page .search-container,
  .proposal_page .proposal-container {
    margin-top: 0px;
  }
  .search_left {
    margin-bottom: 0px;
  }
  .proposal-tabs {
    grid-template-columns: auto auto auto;
  }
}

@media screen and (max-width: 700px) {
  .or-divider {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .form_radios,
  .search_left {
    padding-right: 0px;
  }
  .proposal-tabs {
    grid-template-columns: max-content max-content max-content max-content max-content max-content max-content max-content;
    overflow-x: scroll;
  }
}

/* How We Work Page, About Us Page, Contact Us Page & Logout Page */



.how-we-work.page-block,
.about-us.page-block,
.contact-us.page-block,
.logout-page.page-block {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 214, 214, 1)
  );
}

.how-we-work.page-block h2,
.about-us.page-block h2,
.contact-us.page-block h2,
.logout-page.page-block h2 {
  font-size: 40px;
  color: rgba(244, 136, 132, 1);
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
  font-weight: 700;
}

.how-we-work.page-block h4,
.about-us.page-block h4,
.contact-us.page-block h4,
.logout-page.page-block h4 {
  font-size: 32px;
  color: rgba(244, 136, 132, 1);
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
  font-weight: 700;
}

.how-we-work.page-block p,
.about-us.page-block p,
.contact-us.page-block p,
.logout-page.page-block p {
  color: rgba(153, 153, 153, 1);
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}

.how-we-work.page-block a,
.about-us.page-block a,
.contact-us.page-block a,
.logout-page.page-block a {
  color: #ff6868;
  font-family: "Roboto", sans-serif;
}

.mw-91pc {
  max-width: 91%;
  width: 100%;
  margin: auto;
}

.banner-row {
  display: flex;
  align-items: center;
}

.banner-block h1,
.about-easy-nikah-block h1,
.contact-us.page-block h1,
.logout-page.page-block h1 {
  font-size: 56px;
  color: rgba(244, 136, 132, 1);
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
  font-weight: 700;
}

.banner-block p {
  margin-bottom: 20px;
}

.banner-block button,
.stay-connected-block button,
.logout-page.page-block button {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  background-color: #ff6868;
  padding: 10px 45px;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;

  display: flex;
  column-gap: 20px;
}

.get-started-now-btn-how-work{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  background-color: #ff6868;
  padding: 10px 45px;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;

  display: flex;
  column-gap: 20px;
  margin: auto;
}

.stay-connected-block .button-transparent,
.logout-page.page-block .button-transparent {
  background-color: transparent;
  border: 1px solid #ff6868;
  color: #ff6868;
}

.banner-img {
  max-width: 100%;
}

.individual-step {
  display: flex;
  max-width: 1280px;
  align-items: center;
  margin: auto;
  column-gap: 80px;
}

.steps-block p.step-number {
  font-family: "Roboto", sans-serif;
  font-size: 224px;
  font-weight: 700;
  color: #ff6868;
}

.step-content {
  border-top: 1px solid rgba(202, 85, 85, 0.1);
  height: 100%;
}

.step-content h3,
.contact-us.page-block h3 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #ff6868;
}

.step-content a {
  color: #ff6868;
}

.step-content p {
  margin-bottom: 20px;
}

.stay-connected-block {
  text-align: center;
  margin-top: 150px;
  /* padding-bottom: 150px; */
}

.stay-connected-block p {
  margin-bottom: 20px;
}

.stay-connected-block .button-block {
  display: flex;
  column-gap: 30px;
  justify-content: center;
}

.have-ques-block {
  text-align: center;
  margin-top: 70px;
  padding-bottom: 70px;
}

.idividual-social-icon {
  text-align: center;
}

.idividual-social-icon img,
.email-phone-individual-block img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.idividual-social-icon h4,
.idividual-social-icon img,
.idividual-social-icon p {
  margin-bottom: 20px;
}

.social-icons-block {
  display: flex;
  margin: auto;
  justify-content: center;
  column-gap: 120px;
  margin-top: 50px;
  margin-bottom: 150px;
}

.about-easy-nikah-block {
  max-width: 768px;
  margin: auto;
  text-align: center;
  padding-top: 2ch;
  padding-bottom: 20px;
}

.keeping-it-islamic-block {
  display: grid;
  grid-template-columns: 500px auto;
  align-items: center;
  column-gap: 100px;
  row-gap: 100px;
}

.disclaimer {
  display: grid;
  grid-template-columns: auto auto;

  column-gap: 10px;
  margin-top: 100px;
  padding-bottom: 100px;
}

.email-phone-individual-block {
  text-align: center;
  max-width: 624px;
  margin: auto;
}

.email-phone-block {
  display: flex;
}

.email-phone-individual-block img, .email-phone-individual-block h3{
  margin-bottom: 30px;
}

.individual-ongoing-block {
  background-color: rgba(255, 214, 214, 0.5);
  padding: 40px;
  max-width: 560px;
  text-align: center;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.individual-ongoing-block h3 {
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: rgba(244, 136, 132, 1);
  text-align: left;
  margin-bottom: 30px;
}

.individual-ongoing-block p{
  text-align: left;
  margin-bottom: 30px;
}

.ongoing-grid-block{
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 30px;
  column-gap: 30px;
  max-width: 1152px;
  margin: auto;
  margin-top: 80px;
}

.how-icon{
  max-width: 70px;
}


/* Tablet View */

@media screen and (max-width: 1100px) {
  .keeping-it-islamic-block {
    grid-template-columns: 400px auto;
    column-gap: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .how-we-work.page-block .banner-row {
    flex-direction: column;
    padding-top: 120px;
  }
  .how-we-work.page-block .social-icons-block,
  .about-us.page-block .social-icons-block,
  .contact-us.page-block .social-icons-block,
  .logout-page.page-block .social-icons-block {
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 50px;
  }

  .keeping-it-islamic-block {
    grid-template-columns: auto;
    row-gap: 10px;
  }
  .keeping-it-islamic-block p {
    margin-bottom: 20px;
  }
  .ongoing-grid-block{
   
    grid-template-columns: auto;
  }
  .individual-ongoing-block{
    margin: auto;
    width: 100%;
  }
  .individual-ongoing-block p , .individual-ongoing-block h3 , .individual-ongoing-block button{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Mobile View */

@media screen and (max-width: 600px) {
  .individual-step {
    flex-direction: column;
  }

  .steps-block {
    margin-top: 60px;
  }
  .steps-block p.step-number {
    font-size: 100px;
  }
  .stay-connected-block .button-block {
    flex-direction: column;
    row-gap: 40px;
  }
  .banner-block button,
  .stay-connected-block button , .get-started-now-btn-how-work {
    justify-content: center;
    width: 335px;
    column-gap: 10px;
    margin: auto;
  }
  .contact-us.page-block .about-easy-nikah-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .how-we-work.page-block .social-icons-block,
  .about-us.page-block .social-icons-block,
  .contact-us.page-block .social-icons-block,
  .logout-page.page-block .social-icons-block {
    grid-template-columns: auto;
  }
  .email-phone-block {
    flex-direction: column;
    row-gap: 30px;
  }
}




