@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");

/* general styles */
.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.btn-tour {
  font-family: "RobotoSlabBold";
  font-size: 16px;
  line-height: 50px;
  padding: 0 35px;
  width: 160px;
  background-color: #ea4c58;
  color: #fff;
  display: inline-block;
  border-radius: 7px;
  outline: none !important;
  border: none; }
  .btn-tour:hover {
    color: #fff;
    background-color: #f95d69; }
  .btn-tour:active, .btn-tour:focus {
    color: #fff;
    background-color: #d92d3a; }

.h2 {
  font-size: 34px;
  font-family: "RobotoSlabBold";
  margin-top: 0;
  margin-bottom: 35px;
  text-align: left;
  color: #292827; }

.h2-ornament {
  text-align: center;
  padding-bottom: 45px;
  background: url("../img/ornament.png") no-repeat 50% 100%; }

.h2-ornament-left {
  padding-left: 55px;
  background: url("../img/ornament.png") no-repeat 0 50%;
  background-size: 45px 22px; }

.h4 {
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-family: 'RobotoSlabBold';
  color: #000;
  margin-bottom: 10px; }

/* general styles END */
/* edge | advantage section */

.edge-card {
  width: 100%;
  margin-top: 15px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.15); }

.card-content {
  padding: 50px 45px 70px 45px;
  height: 100%;
  min-height: 470px;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s; }

.edge-col.flipster__item.flipster__item--current .edge-card {
  position: relative; }
  .edge-col.flipster__item.flipster__item--current .edge-card:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #eee;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    -o-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 60px; }
  .edge-col.flipster__item.flipster__item--current .edge-card .card-content {
    background: #ea4c58 url("../img/ornament-row.png") repeat-x 0 0; }

.edge-card.second-card .card-content {
  background: #a5a7b8; }

.edge-card.third-card .card-content {
  background: #bdbfca; }

.edge-top {
  padding: 30px 0 35px;
  text-align: center;
  background: #fff; }
  .edge-top img {
    display: inline-block; }

.edge-container {
  max-width: 1170px;
  margin: 0 auto; }

.edge-col {
  max-width: 350px;
  width: 100%; }

.card-title {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 25px;
  font-family: "RobotoSlabBold";
  color: #fff;
  margin-bottom: 25px; }

.card-text {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-family: "RobotoRegular"; }

/* edge | advantage section END*/
/* 3D carousel customization */
.flipster__button {
  font-size: 8px;
  outline: none;
  z-index: 100;
  padding: 50px 20px;
  margin-left: 0;
  margin-right: 0; }
  .flipster__button svg {
    stroke: #f24841; }

.flipster--carousel .flipster__item--past-2 .flipster__item__content {
  -webkit-transform: translateX(25%) rotateY(0) scale(0.65);
  -ms-transform: translateX(25%) rotateY(0) scale(0.65);
  -o-transform: translateX(25%) rotateY(0) scale(0.65);
  transform: translateX(25%) rotateY(0) scale(0.65); }

.flipster--carousel .flipster__item--past-1 .flipster__item__content {
  -webkit-transform: rotateY(0) scale(0.8);
  -ms-transform: rotateY(0) scale(0.8);
  -o-transform: rotateY(0) scale(0.8);
  transform: rotateY(0) scale(0.8); }

.flipster--carousel .flipster__item--future-1 .flipster__item__content {
  -webkit-transform: rotateY(0) scale(0.8);
  -ms-transform: rotateY(0) scale(0.8);
  -o-transform: rotateY(0) scale(0.8);
  transform: rotateY(0) scale(0.8); }

.flipster--carousel .flipster__item--future-2 .flipster__item__content {
  -webkit-transform: translateX(-25%) rotateY(0) scale(0.65);
  -ms-transform: translateX(-25%) rotateY(0) scale(0.65);
  -o-transform: translateX(-25%) rotateY(0) scale(0.65);
  transform: translateX(-25%) rotateY(0) scale(0.65); }

/* 3D carousel customization END*/
/* upcoming tours */
.upcoming-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.upcoming-col {
  margin-bottom: 25px; }

.upcoming-box {
  height: 100%;
  display: block;
  border: 3px solid #fd8891;
  border-radius: 7px;
  padding-bottom: 25px;
  margin-bottom: 25px; }
  .upcoming-box:hover .upcoming-img {
    width: 100%; }

.upcoming-img {
  position: relative;
  height: 200px;
  width: 107%;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out .1s;
  -o-transition: all .2s ease-in-out .1s;
  transition: all .2s ease-in-out .1s; }
  .upcoming-img img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: auto; }

.upcoming-header {
  background: #ea4c58; }
  .upcoming-header p {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-family: 'RobotoSlabBold';
    padding: 15px 0 15px 21px; }

.upcoming-content {
  padding: 0 15px 0; }
  .upcoming-content p {
    display: block;
    font-family: 'RobotoLight';
    color: #aaa;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px; }

.upcoming-box.coming-soon .upcoming-header {
  background-color: transparent; }
  .upcoming-box.coming-soon .upcoming-header p {
    color: #ea4c58; }

.btn-notify-hold {
  display: block;
  text-align: center; }

.btn-notify {
  display: inline-block;
  font-family: 'RobotoRegular';
  color: #3f4cae;
  padding: 0 55px;
  font-size: 14px;
  line-height: 36px;
  border: 1px solid #3f4cae;
  border-radius: 7px;
  background: none;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s; }
  .btn-notify:hover {
    color: #fff;
    background-color: #3f4cae; }

/* upcoming tours END*/

/* page top section START */
.header-tours {
  padding-top: 20px;
  background: url("../img/bg-line.png") repeat-x 0 100%;
  background-size: auto 52px;
  position: relative; }

.top-buttons_holder {
  display: block;
  text-align: right;}

.btn-register {
  color: #fff;
  background: #ff382d;
  outline: none; }
  .btn-register:hover {
    color: #fff;
    background-color: #f95d69; }
  .btn-register:active, .btn-register:focus {
    color: #fff;
    background-color: #d92d3a; }

.logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, 30%);
  -ms-transform: translate(-50%, 30%);
  -o-transform: translate(-50%, 30%);
  transform: translate(-50%, 30%);
  z-index: 101; }
  .logo img {
    width: 100%;
    height: auto; }

.nav-tours {
  font-family: "LatoBold";
  margin-top: 30px;
  margin-bottom: 35px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .nav-tours ul {
    list-style: none; }
    .nav-tours ul li {
      display: inline-block; }
      .nav-tours ul li a {
        font-size: 20px;
        line-height: 22px;
        color: #000;
        padding-bottom: 5px;
        background: -webkit-linear-gradient(left, #ea4c58, #ea4c58) no-repeat 50% 100%;
        background-size: 0 2px;
        -webkit-transition: all .15s;
        -o-transition: all .15s;
        transition: all .15s; }
        .nav-tours ul li a:hover {
          background-size: 100% 2px; }

.nav-tours_left, .nav-tours_right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38%; }

.nav-tours_left {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .nav-tours_left li {
    margin-left: 37px; }
    .nav-tours_left li:first-child {
      margin-left: 0; }

.nav-tours_right {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .nav-tours_right li {
    margin-right: 37px; }

.middle-link {
  padding: 0 35px;
  position: relative; }
  .middle-link:before, .middle-link:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #ea4c58;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .middle-link:before {
    left: 0; }
  .middle-link:after {
    right: 0; }

.behind-logo {
  width: 22%;
  height: 1px;
  visibility: hidden; }

.tours-banner_wrap {
  background-image: url("../img/banner-01.jpg");
  background-position: 50% 50%;
  min-height: 670px;
  background-size: cover;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.tours-banner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column; }

.banner-box_top {
  padding-left: 35px; }

.banner-sticker {
  font-family: 'RobotoMedium';
  padding: 0 15px;
  display: inline-block;
  background-color: #3f4cae;
  font-size: 18px;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 25px;
  border-radius: 5px;
  color: #fff;
  position: relative; }
  .banner-sticker:before {
    content: '';
    position: absolute;
    left: -35px;
    top: 0;
    width: 23px;
    height: 36px;
    display: block;
    background: url("../img/geo.png") no-repeat 0 0; }

.banner-title {
  font-family: "RobotoSlabBold";
  display: block;
  font-size: 47px;
  line-height: 49px;
  color: #fff;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.banner-matchmaking-title {
  font-family: "RobotoSlabBold";
  display: block;
  font-size: 34px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .banner-matchmaking-title:before {
    content: '';
    display: block;
    width: 18px;
    height: 19px;
    left: -32px;
    top: 50%;
    position: absolute;
    background: url("../img/point.png") no-repeat 0 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.banner-subtitle {
  display: block;
  font-family: 'RobotoLight';
  font-size: 24px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase; }

.banner-title-left {
  padding-right: 45px;
  position: relative;
  margin-right: 25px; }
  .banner-title-left span {
    display: block; }
  .banner-title-left:after {
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff; }

.banner-paragraph {
  font-family: "RobotoRegular";
  display: block;
  font-size: 28px;
  line-height: 35px;
  color: #fff;
  margin-bottom: 35px;
  max-width: 400px; }

.banner-title.small-banner {
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 15px; }

.banner-paragraph.small-banner {
  max-width: 325px;
  font-size: 22px;
  line-height: 32px; }

.banner-btn {
  display: inline-block;
  background: -webkit-linear-gradient(left, #d81a29, #ea4c58);
  background: -moz-linear-gradient(left, #d81a29, #ea4c58);
  background: -ms-linear-gradient(left, #d81a29, #ea4c58);
  background: -o-linear-gradient(left, #d81a29, #ea4c58);
  background: linear-gradient(to right, #d81a29, #ea4c58);
  border-radius: 5px;
  font-family: "RobotoSlabBold";
  text-transform: uppercase;
  font-size: 19px;
  line-height: 60px;
  width: 250px;
  border: none;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border: none; }
  .banner-btn:hover {
    color: #fff;
    background: #ea4c58; }
  .banner-btn:active, .banner-btn:focus {
    color: #fff;
    background: -webkit-linear-gradient(left, #9b121c, #ea4c58);
    background: -moz-linear-gradient(left, #9b121c, #ea4c58);
    background: -ms-linear-gradient(left, #9b121c, #ea4c58);
    background: -o-linear-gradient(left, #9b121c, #ea4c58);
    background: linear-gradient(to right, #9b121c, #ea4c58); }

.tours-banner_wrap .social-buttons {
  margin-bottom: 50px;
  -webkit-transform: translateX(160px);
  -ms-transform: translateX(160px);
  -o-transform: translateX(160px);
  transform: translateX(160px); }

.social-buttons {
  text-align: center; }
  .social-buttons li {
    display: inline-block; }

.social-buttons_link {
  margin: 0 10px;
  display: inline-block;
  margin: 0 7px;
  background: #fff;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s; }
  .social-buttons_link:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3); }
  .social-buttons_link img {
    width: 32px;
    height: 32px; }

.btn-mobile {
  display: none;
  position: fixed;
  right: 10px;
  top: 10px;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  border: none;
  outline: none;
  background: #ea4c58 -webkit-linear-gradient(left, #fff, #fff) no-repeat 50% 50%;
  background: #ea4c58 -moz-linear-gradient(left, #fff, #fff) no-repeat 50% 50%;
  background: #ea4c58 -ms-linear-gradient(left, #fff, #fff) no-repeat 50% 50%;
  background: #ea4c58 -o-linear-gradient(left, #fff, #fff) no-repeat 50% 50%;
  background: #ea4c58 linear-gradient(to right, #fff, #fff) no-repeat 50% 50%;
  background-size: 75% 3px;
  z-index: 501;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: .85; }
  .btn-mobile:before, .btn-mobile:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 75%;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .btn-mobile:before {
    top: 28%; }
  .btn-mobile:after {
    top: 67%; }
  .btn-mobile.active:after, .btn-mobile.active:before {
    top: 50%; }

.nav-mobile {
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  opacity: 0; }
  .nav-mobile ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 50px 0; }
    .nav-mobile ul li {
      text-align: center;
      display: block;
      width: 100%; }
      .nav-mobile ul li a {
        padding: 15px 30px;
        font-size: 13px;
        line-height: 15px;
        color: #fff;
        -webkit-transition: all .15s;
        -o-transition: all .15s;
        transition: all .15s;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.7px; }
        .nav-mobile ul li a:hover {
          background-color: rgba(255, 255, 255, 0.1); }
  .nav-mobile.active {
    height: 100%;
    opacity: 1; }

/* page top section END */
/* slider / banner section */
.single-slider-wrapper {
  position: relative; 
  min-height: 670px;}

.single-slider-footer {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 100; }

.single-slider-content {
	position: relative;
}

.single-slide-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 670px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;}

.coaching-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 670px;
  background-image: url("../img/URB_matchmaking_banner_v1.jpg"); }

.pm-slide_02 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 670px;
  background-image: url("../img/URB_matchmaking_banner_v1.jpg");
}

.pm-slide_01 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 670px;
  background-image: url("../img/URB_matchmaking_banner_v2.jpg"); }

/* slider / banner section END */
/* individual matchmaking */
.individual {
  background-image: url("../img/coaching-01.jpg");
  background-repeat: no-repeat;
  background-size: 430px auto;
  background-position: 0 0;
  margin-bottom: 100px;
  margin-top: 75px; }
  .individual .h2 {
    margin-top: 25px;
    margin-bottom: 35px; }

.border-block {
  border: 3px solid #fd8891;
  border-radius: 7px;
  min-height: 320px;
  padding-top: 35px;
  padding-bottom: 100px;
  margin-bottom: 35px; }

.border-block-individual {
  border: 3px solid #fd8891;
  border-radius: 10px;
  min-height: 330px;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 35px; }

.border-content-solid {
  display: block;
  font-family: 'RobotoRegular';
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  position: relative;
  margin-bottom: 20px; }

/*
  &:after
    content: ''
    display: block
    position: absolute
    bottom: 0
    right: 0
    left: 0
    height: 65px
    width: 100%
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,.8), rgba(255,255,255,0)) no-repeat 0 0
 */
.read-more {
  display: inline-block;
  font-family: "RobotoLight";
  font-size: 18px;
  line-height: 20px;
  color: #000;
  padding-right: 53px;
  position: relative;
  margin-bottom: 35px; }
  .read-more:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 38px;
    height: 11px;
    background: url("../img/point.png") no-repeat 0 50%, url("../img/point.png") no-repeat 14px 50%, url("../img/point.png") no-repeat 27px 50%;
    background-size: 11px 11px, 11px 11px, 11px 11px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
  .read-more:hover:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }

/* about our tours END */
/* matchmaking program */
.program {
  background-image: url("../img/coaching-02.jpg");
  background-repeat: no-repeat;
  background-size: 430px auto;
  background-position: 100% 0;
  margin-bottom: 100px; }
  .program .h2 {
    margin-top: 25px;
    margin-bottom: 45px; }

.border-block-program {
  border: 3px solid #fd8891;
  border-radius: 10px;
  min-height: 330px;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 35px; }

/* matchmaking program END*/
/* content navigation / scroll styles */


.content-nav_link {
  display: block;
  min-height: 105px;
  border: 2px solid #ea4c58;
  border-radius: 10px;
  font-family: 'RobotoSlabRegular';
  font-size: 19px;
  line-height: 25px;
  color: #292827;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .15s;
  -o-transition: .15s;
  transition: .15s;
  padding: 0 45px;
  text-align: center; }
  .content-nav_link:hover {
    background: #f26e6e;
    color: #fff; }
  .content-nav_link:after {
    content: '';
    display: block;
    position: absolute;
    width: 52px;
    height: 25px;
    top: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../img/ornament.png") no-repeat 0 0; }

/* content navigation / scroll styles */
/* contact us styles section */
.contact {
  padding-top: 25px; }

.contact-form_hold {
  margin-bottom: 115px; }

.contact-form {
  padding: 50px 55px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }

.h3-tours {
  font-family: "RobotoSlabBold";
  font-size: 24px;
  line-height: 26px;
  padding-bottom: 40px;
  position: relative;
  text-align: center;
  margin-bottom: 60px; }
  .h3-tours:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/heading-ornament.png") no-repeat 0 100%;
    bottom: 0;
    left: 50%;
    width: 170px;
    height: 25px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

.form-input {
  font-size: 16px;
  line-height: 30px;
  padding: 0 10px;
  font-family: "RobotoLight";
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.23);
  width: 100%;
  outline: none;
  position: relative; }
  .form-input:focus {
    color: 1px solid rgba(0, 0, 0, 0.9);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5); }

.form-row_hold {
  position: relative; }
  .form-row_hold .error-message {
    content: '';
    width: 100%;
    height: 20px;
    bottom: 10px;
    left: 0;
    right: 0;
    position: absolute;
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: red;
    z-index: 100;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .form-row_hold .error-message:empty {
      display: none; }

.form-input.error {
  border-bottom-color: #ea4c58;
  color: #ea4c58; }

.form-subtitle {
  color: #999;
  font-family: "RobotoLight";
  font-size: 16px;
  line-height: 18px;
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: center; }

.checkbox-holder {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px; }

.checkbox-item {
  margin: 0 15px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .checkbox-item label {
    margin: 0;
    font-family: "RobotoSlabLight";
    font-size: 14px;
    line-height: 16px;
    color: #c4c1bf; }
  .checkbox-item input[type="checkbox"] {
    margin: 0; }

.checkbox-item_hold {
  width: 13px;
  position: relative;
  margin-right: 10px; }

.check-label {
  border: 2px solid #bfbfbf;
  width: 13px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .check-label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 2px;
    left: 1px;
    border: 3px solid #44b759;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .check-label:hover::after {
    opacity: 0.3; }

input[type='checkbox'] {
  visibility: hidden; }
  input[type='checkbox']:checked + label:after {
    opacity: 1; }

.preferred-method {
  margin-bottom: 40px; }

.contact-us-form {
  text-align: center; }

/* contact us styles section END */
/* join us section */
.join-us_hold {
  background: #3f4cae;
  width: 100%;
  padding: 55px 0; }
  .join-us_hold .btn-tour {
    width: 180px; }

.join-us {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.join-us-title {
  font-size: 36px;
  line-height: 38px;
  color: #fff;
  font-family: 'RobotoSlabLight'; }

/* join us section END */
/* footer / page bottom section */
.footer-hold {
  background: #eee;
  padding-top: 40px; }

.footer-nav-title {
  font-family: "RobotoSlabBold";
  font-size: 16px;
  line-height: 18px; }

.footer-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.footer-nav_col li {
  margin-bottom: 10px; }
  .footer-nav_col li a {
    padding-left: 24px;
    font-family: 'RobotoLight';
    font-size: 16px;
    line-height: 18px;
    color: #000;
    position: relative; }
    .footer-nav_col li a:before {
      content: '';
      width: 5px;
      height: 5px;
      background-color: #ea4c58;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      -o-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      margin: 0 auto;
      display: inline-block;
      left: 0;
      -webkit-transition: all .15s;
      -o-transition: all .15s;
      transition: all .15s; }
    .footer-nav_col li a:hover {
      color: #000; }
      .footer-nav_col li a:hover:before {
        width: 10px;
        height: 10px;
        -webkit-transform: translateY(-50%) translateX(0px) rotate(0deg);
        -ms-transform: translateY(-50%) translateX(0px) rotate(0deg);
        -o-transform: translateY(-50%) translateX(0px) rotate(0deg);
        transform: translateY(-50%) translateX(0px) rotate(0deg);
        border-radius: 100px; }

.footer-logo_hold {
  text-align: right; }

.footer-logo {
  display: inline-block;
  text-align: center;
  margin: 0 auto; }
  .footer-logo img {
    margin: 0 auto;
    display: inline-block; }

.footer-top {
  margin-bottom: 40px; }

.footer-phone {
  color: #ea4c58;
  font-size: 24px;
  line-height: 26px;
  font-family: 'RobotoSlabBold'; }

.policy-nav li {
  display: inline-block; }
  .policy-nav li a {
    color: #3f4cae;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    margin: 0 10px; }
    .policy-nav li a:hover {
      text-decoration: none; }

.footer-bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px; }
  .footer-bottom .social-buttons_link {
    margin: 0 10px; }

.page-bottom {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-family: 'RobotoLight';
  font-size: 12px;
  line-height: 14px; }

.success {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: -webkit-linear-gradient(top, #fdc9c5 0%, #f9b9bf 54%, #f3a2bb 100%) no-repeat 0 0;
  background: -moz-linear-gradient(top, #fdc9c5 0%, #f9b9bf 54%, #f3a2bb 100%) no-repeat 0 0;
  background: -ms-linear-gradient(top, #fdc9c5 0%, #f9b9bf 54%, #f3a2bb 100%) no-repeat 0 0;
  background: -o-linear-gradient(top, #fdc9c5 0%, #f9b9bf 54%, #f3a2bb 100%) no-repeat 0 0;
  background: linear-gradient(to bottom, #fdc9c5 0%, #f9b9bf 54%, #f3a2bb 100%) no-repeat 0 0;
  z-index: 101;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: height .5s;
  -o-transition: height .5s;
  transition: height .5s; }
  .success p {
    display: block;
    font-family: "RobotoSlabLight";
    color: #fffefe;
    font-size: 24px;
    line-height: 35px; }
  .success img {
    margin-top: 60px; }
  .success.active {
    height: 100%; }

/* footer / page bottom section END */


.program-title {
  display: block;
  font-family: 'RobotoRegular';
  font-size: 25px;
  line-height: 27px;
  margin: 15px 0;
}

.step-title {
  display: block;
  font-family: "RobotoMedium";
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 10px;
}

.step-content {
  font-family: 'RobotoRegular';
  font-size: 15px;
  line-height: 17px;
}

.step-block {
  margin-bottom: 15px;
}

.program-border {
  padding: 20px 0;
  border: 2px solid #fd8891;
  overflow: hidden;
  border-radius: 5px;
}
.programs {
  width: 100%;
  border: none;
  border-radius: 5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
    border-bottom: 2px solid #fd8891;
	border-left: 1px solid #fd8891;
	border-right: 1px solid #fd8891;
}

.table-col {
	width: 50%;
    border: 1px solid #fd8891;
	border-bottom: 0;
}

.table-col_content {
	width: 100%;
	font-family: 'RobotoRegular';
    font-size: 15px;
    line-height: 17px;
    padding: 15px 25px;
    vertical-align: top;
    text-align: left;
    border-top: 1px solid #fd8891;
}

.programs .table-head {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.programs .table-head_th {
	padding: 0 5px;
	min-height: 70px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	text-align: center;
	border: 1px solid #fd8891;
	border-right: 0;
	border-left: 0;
	width: 50%;
	vertical-align: middle;
	font-family: "RobotoBold";
	font-size: 17px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.table-head_th i {
	color: #ea4c58;
	margin-right: 10px;
}
.selected-program {
  background: #fd8891;
  color: #fff;
}

.premium-title {
	display: inline-block;
	padding: 5px 10px;
	background: #3f4cae;
	color: #fff;
	margin-right: 5px;
}

.total-price i {
  font-family: "RobotoBold";
  display: block;
  font-size: 17px;
  line-height: 19px;
  background: #e5e5e5;
  margin: 10px 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-style: normal;
}
.program-heading .h2-ornament-left{
  display: inline-block;
}

.programs td {
  font-family: 'RobotoRegular';
  font-size: 15px;
  line-height: 17px;
  padding: 15px 25px;
  border: 2px solid #fd8891;
  width: 33%;
  vertical-align: top;
  text-align: left;
}

.text-step {
  display: block;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}

.text-step i {
  font-style: none;
}

.premium-package {
  text-indent: 20px;
}

.buttons-program {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin: 20px 0;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.btn-apply,
.btn-participate-small {
  display: inline-block;
  font-size: 15px;
  line-height: 41px;
  border: 2px solid transparent;
  margin: 0 10px;
  padding: 0 30px;
  font-family: "RobotoSlabBold";
  outline:none;
  border-radius: 5px;
	min-width: 150px;
}

.btn-apply {
  background: none;
  color: #ea4c58;
  border: 2px solid #ea4c58;
}
.btn-apply:hover {
	background-color: #ea4c58;
	color: #fff;
}

.btn-apply:active {
	background-color: #e04b56;
	color: #fff;
	border: 2px solid #e04b56;
}

.text-remark {
  font-style: italic;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
  padding: 0 15px;
}

.btn-participate-small {
  background: #ea4c58;
  color: #fff;
}
.btn-participate-small:hover {
  color: #fff;
  background-color: #f95d69;
}

.step {
  display: block;
  margin: 5px 0;
}

.table-holder {
  margin-bottom: 50px;
}

/* modal's start*/
.modal .modal-dialog {
  margin: 70px auto;
  width: 410px; }

.modal .modal-body {
  padding: 25px; }

.modal .title-modal {
  font-family: 'RobotoSlabLight';
  font-size: 35px;
  line-height: 37px;
  color: #000;
  margin-bottom: 35px;
  padding-bottom: 35px;
  background: url("../../user_interface/img/main/bg-h2.png") no-repeat 50% 100%;
  font-weight: normal;
  text-align: center;
  background-size: auto;
  width: 100%;
  display: block; }

.modal .title-modal-login {
  font-family: 'BanderaProMedium';
  font-size: 35px;
  line-height: 37px;
  color: #000;
  margin: 0 0 0 0;
  padding: 0 0 31px 0;
  background: url("../../user_interface/img/main/bg-h2.png") no-repeat 50% 100%;
  font-weight: normal;
  text-align: center;
  background-size: auto;
  width: 100%;
  display: block; }

.modal .form-row {
  position: relative;
  width: 100%;
  padding-bottom: 20px; }

.form-error-message {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: red;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.modal .modal-content {
  border-radius: 7px;
  text-align: center; }

.login-error {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: red; }
  .login-error:empty {
    display: none; }

.modal input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #333; }

.modal .form-control {
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-size: 20px;
  line-height: 22px;
  width: 100%;
  height: 50px;
  border-radius: 7px;
  color: #000;
  padding: 0 15px;
  outline: none; }
  .modal .form-control:focus {
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15); }

.modal .view-password {
  position: absolute;
  right: 14px;
  top: 18px;
  display: block;
  width: 26px;
  height: 16px; }

.modal .forget-password {
  display: block;
  margin-bottom: 15px; }

.modal .btn-danger {
  padding: 0 35px;
  margin: 0 auto 15px;
  display: block; }

.modal .exit {
  height: 41px;
  width: 41px;
  border: none;
  background: #fff url("../../user_interface/img/pop-ups/exit.png") no-repeat 50% 50%;
  border-radius: 30px;
  position: absolute;
  right: -19px;
  top: -14px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  text-align: center;
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -ms-transition: all .15s;
  -o-transition: all .15s;
  outline: none; }

.btn-register-modal {
  font-family: "RobotoSlabBold";
  font-size: 16px;
  line-height: 50px;
  padding: 0 35px;
  margin-bottom: 25px;
  width: 100%;
  background-color: #ea4c58;
  color: #fff;
  display: inline-block;
  border-radius: 7px;
  outline: none;
  border: none; }
  .btn-register-modal:hover {
    color: #fff;
    background-color: #f95d69; }
  .btn-register-modal:active, .btn-register-modal:focus {
    color: #fff;
    background-color: #d92d3a; }

.exit:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

.modal-social-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px; }

.btn-social {
  font-family: "RobotoRegular";
  text-shadow: none;
  background-color: transparent;
  border-radius: 5px;
  outline: none;
  font-size: 13px;
  line-height: 30px;
  padding: 0 15px;
  width: 47%;
  outline: none !important; }
  .btn-social:active {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset; }

.modal .btn-facebook {
  background: #2b4b90;
  color: #fff;
  border: 1px solid #2b4b90; }
  .modal .btn-facebook:hover {
    background: #30487b; }

.modal .btn-google-plus {
  color: #d34332;
  border: 1px solid #d34332; }
  .modal .btn-google-plus:hover {
    color: #d22814;
    border: 1px solid #d22814; }

.modal .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.modal .modal-bottom {
  background: url("../../user_interface/img/pop-ups/modal-bg.png") repeat-x 0 0;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  padding: 35px 0; }
  .modal .modal-bottom span {
    padding: 0 12px; }
    .modal .modal-bottom span a {
      color: #e83c32; }
      .modal .modal-bottom span a:hover {
        color: #d02318; }

.forgot-popup .h3 {
  font-family: 'RobotoLight';
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 19px;
  display: block; }

.terms-conditions, .forget-password {
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #606060; }
  .terms-conditions a, .forget-password a {
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #606060; }

.terms-conditions a, .forget-password a {
  text-decoration: underline; }

.terms-conditions a:hover, .forget-password a:hover {
  text-decoration: none; }
/* modals end */

.context-link,
.context-link_red{
	color: #000;
	text-decoration: underline;
}
.context-link:hover,
.context-link_red: hover{
	text-decoration: none;
}
.context-link_red,
.context-link_red:hover {
	color: #f24841;
}

.contact-subheading {
    display: block;
    text-align: center;
    font-family: "Roboto";
    font-weight: 400;
    color: #292827;
    font-size: 18px;
    line-height: 28px;
    width: 60%;
    margin: 0 auto 80px;
}


/*modal payment*/
.modal-participate .modal-dialog {
  width: 750px;
  height: 525px;
}

.modal-participate .modal-content {
  border-radius: 5px;
  position: relative;
}
.modal-participate .modal-body {
  padding: 0;
}

.close-payment-modal {
    display: block;
    border: none;
    background: none;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    background: none;
    border-radius: 0;
    position: absolute;
    outline: none;
    right: 7px;
    top: 4px;
    box-shadow: none;
    text-align: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    z-index: 100;
    padding: 0;
}

.close-payment-modal:hover {
  color: #fefefe;
}


.modal-participate .modal-body {
  width: 100%;
  height: 100%;
}

.modal-participate .modal-content {
  width: 100%;
  height: 100%;
}

.modal-participate .modal-dialog {
  width: 650px;
  height: 550px;
}

.modal-body iframe {
  min-width: 300px;
  min-height: 525px;
  overflow-y: auto;
}

/*modal apply*/

/* modal styles */
.modal.modal-apply .modal-dialog {
  width: 500px;
  margin: 200px auto 50px; }

.modal-close-btn {
  position: absolute;
  right: -28px;
  top: -25px;
  cursor: pointer;
  border: none;
  background: none;
  color: #fa8e88;
  font-size: 21px;
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 100px;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  .modal-close-btn:hover {
    background: rgba(255, 255, 255, 0.1); }

.modal-apply .modal-content {
	border: 4px solid #fa8e88;
	text-align: center;
	background-color: #fbe7e5;
	border-radius: 0;
}

.modal-apply .modal-body {
  padding: 30px 55px
}

.modal-subscr-heading {
  display: inline-block;
  font-family: "RobotoSlabBold";
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 31px;
  letter-spacing: 0.7px;
  width: 85%; }

.modal-subscr-heading span {
	display: block;
}

.modal-subscr-field {
  font-family: "RobotoLight";
  color: rgba(0, 0, 0, 0.6);
  line-height: 53px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-indent: 13px;
  max-width: 360px;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 0;
  outline: none; }
  .modal-subscr-field:focus {
    border: 1px solid rgba(0, 0, 0, 0.4); }

.modal-subscr-btn {
  font-family: "RobotoSlabBold";
  font-size: 16px;
  line-height: 52px;
  background-color: #ea4c58;
  margin-bottom: 20px;
  border-radius: 5px;
  color: #fff;
  padding: 0 43px;
  border: none;
  cursor: pointer;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -ms-transition: all .15s;
  -o-transition: all .15s; }
  .modal-subscr-btn:hover {
    background-color: #f95d69; }
  .modal-subscr-btn:active {
    background-color: #d92d3a; }

.modal-subscr-info {
  font-family: "RobotoRegular";
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block; }

.coaching-cons {
    margin-bottom: 60px;
    margin-left: 25px;
}

.coaching-cons li {
    display: block;
    color: #000;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}
.coaching-cons li:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background: #000;
    width: 11px;
    height: 11px;
    background: url(../img/list-mark.png) no-repeat 0 0;
}


/*modal apply END*/
@media only screen and (max-width: 992px) {
  .modal-close-btn:hover {
      background: rgba(255, 255, 255, 1);
  }
  .modal-close-btn {
      z-index: 100;
      right: -10px;
      top: -10px;
      background: rgba(255, 255, 255, .9);
  }
  .modal-participate .modal-dialog {
    width: 500px;
    height: 780px;
  }
}

@media only screen and (max-width: 768px) {
  .modal-participate .modal-dialog {
    width: 500px;
    height: 780px;
  }
  .second-payment {
    width: 500px;
    height: 780px;
  } 
}

@media only screen and (max-width: 560px) {
  .modal-participate .modal-dialog {
    width: 85%;
    height: 450px;
  }
  .second-payment {
    width: 100%;
    height: 520px;
  }
  .upcoming-col {
    width: 100%;
  }
  .upcoming-box {
    max-width: 260px;
    margin: 0 auto 30px;
  }
  .header-concept_profile {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .logo-head {
    margin: 0 auto 25px;
    display: none;
  }
	.status-icos_hold {
		border-right: 0;
		padding: 0;
		margin: 0;
	}
	.user-name {
		display: none;
	}
}


@media only screen and (max-width: 480px) {
  .modal .exit {
    right: -8px;
  }
  .modal .modal-dialog {
    width: 90%;
    margin-top: 250px;
  }   
}
/*modal payment END*/


/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .nav-mobile {
    display: none; } }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .nav-tours,
  .header-btn {
    display: none; }
  .btn-mobile {
    display: block; }
  .header-tours {
    background-size: auto 45px;
    margin-bottom: 80px;
    padding-top: 35px; }
    .header-tours .logo {
      max-width: 180px; }
  .banner-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .tours-banner_wrap .social-buttons {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); }
  .banner-box_top {
    text-align: left; }
  .banner-paragraph {
    margin: 0 auto 40px; }
  .tour-ladies_holder {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .ladies-profile {
    width: 45%; }
  .tours-details_border {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .tours-details_text p {
    max-width: 80%; }
  .tours-details_border {
    min-height: auto;
    margin: 0 15px; }
  .tours-details {
    background: none; }
  .tour-detail_block {
    margin-bottom: 40px; }
  .tour-detail_left {
    width: 100%; }
  .tours-details {
    margin-bottom: 70px; }
  .participate {
    padding: 25px; }
    .participate strong {
      font-size: 17px;
      line-height: 23px;
      margin-bottom: 20px; }
  .days-row {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .tour-plan_holder {
    min-height: auto;
    background-size: 280px auto; }
  .content-nav_link {
    margin-bottom: 25px; }
  .slider-pagination .slick-dots {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .banner-title.small-banner {
    font-size: 28px;
    line-height: 32px; }
  .banner-paragraph.small-banner {
    font-size: 18px;
    line-height: 22px; }
  .slide-cover {
    min-height: 470px;
    background-position: 60% 0; }
  .slider-footer {
    bottom: 25px; }
  .about-tours {
    background-position: 0 0; }
	.individual {
    background-position: 0 0;
	-webkit-background-size: 350px auto;
	background-size: 350px auto;} 
	.program {
	-webkit-background-size: 350px auto;
	background-size: 350px auto;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .tours-date_block {
    min-height: auto;
    margin: 0 15px;
    padding: 300px 15px 35px; }
  .tours-date .h2, .tours-details .h2, .tour-plan .h2, .h2 {
    text-align: center;
    font-size: 29px;
    line-height: 32px; }
  .plan-dates {
    text-align: center; }
  .join-us {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column; }
  .join-us_hold {
    padding: 25px 15px; }
  .join-us-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px; }
  .footer-logo_hold {
    text-align: center; }
  .footer-bottom {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column; }
  .footer-phone, .policy-nav {
    margin-bottom: 25px; }
  .tours-date {
    background-position: 50% 10%;
    background-size: auto 300px;
    margin-bottom: 200px; }
  .upcoming-img {
    width: 100%;
    height: auto; }
    .upcoming-img img {
      position: static;
      width: 100%;
      height: auto; }
  .h2-ornament-left {
    background: none;
    padding-left: 0;
    text-align: center; }
  .individual {
    background-size: auto 320px; }
  .program {
    background-size: auto 320px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .banner-box_top {
    padding: 0 15px; }
  .banner-title {
    font-size: 30px;
    line-height: 40px; }
  .banner-paragraph {
    font-size: 18px;
    line-height: 25px; }
  .banner-box {
    margin: 70px 0 40px; }
  .tours-banner_wrap {
    min-height: 300px;
    height: auto;
    background-position: 60% 0; }
  .ladies-profile {
    width: 75%; }
  .search-profile-info {
    padding-left: 25px; }
  .profile-button, .view-profile-button {
    width: 80%; }
  .tour-plan_holder {
    min-height: auto;
    background-size: 280px auto;
    background-position: 50% 0; }
  .plan-border {
    padding-top: 300px;
    overflow: hidden; }
  .day-title {
    font-size: 50px;
    line-height: 52px; }
  .plan-border_block {
    padding: 0 15px; }
  .day-subheding {
    font-size: 13px;
    line-height: 15px;
    background-size: 50px auto;
    padding-left: 50px;
    margin-bottom: 20px; }
  .day-plan_text {
    font-size: 14px;
    line-height: 20px; }
  .tour-plan {
    margin-bottom: 70px; }
  .contact-form {
    padding: 50px 25px; }
  .checkbox-holder {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .checkbox-item {
    margin: 15px 15px; }
  .footer-nav_col {
    margin-bottom: 25px; }
  .about-tours {
    background-size: auto 350px;
    background-position: 50% 75px;
    margin-bottom: 50px; }
  .individual {
    background-size: auto 280px;
    background-position: 50% 70px;
    margin-bottom: 50px; }
  .program {
    background-size: auto 280px;
    background-position: 50% 70px;
    margin-bottom: 50px; }
  .border-block {
    padding-top: 350px;
    margin: 0 15px 35px; }
  .border-block-individual {
    padding-top: 350px;
    margin: 0 15px 35px; }
  .border-block-program {
    padding-top: 280px;
    margin: 0 15px 35px; }
  .read-hold {
    text-align: center; }
  .upcoming-box {
    max-width: 300px;
    margin: 0 auto; }
  .banner-matchmaking-title:before {
    display: none; } 
	.coaching-cons {
		margin: 0;
	}
	.contact-subheading {
		width: 100%;
	}
	.content-nav {
		margin-bottom: 0;
	}

}

@media only screen and (max-width: 650px) {
	.programs {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.table-col {
		margin-bottom: 15px;
		border: 2px solid #fd8891;
		width: 100%;
	}
	.programs .table-head_th {
		border-top: 0;
		padding: 15px 0;
		min-height: auto;
	}
	.programs {
		border: none;
	}
	.lang-wrap {
		display: none;
	}
	.text-remark {
		padding: 0;
	}
	.total-price i {
		font-size: 14px;
	}
	.table-col_content {
		padding: 15px;
	}
	.text-step {
		font-size: 14px;
		line-height: 19px;
	}
	.btn-apply,
	.btn-participate-small {
		margin-bottom: 15px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .banner-title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    line-height: 30px; }
  .modal .title-modal {
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 15px; }
  .policy-nav {
    text-align: center; }
  .banner-paragraph {
    font-size: 17px;
    line-height: 20px; }
  .ladies-profile {
    width: 85%; }
    .ladies-profile:nth-child(2n+1) {
      display: none; }
  .search-profile-info {
    padding: 15px 5%; }
  .ladies-profile {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .ladies-profile_left {
    max-height: 250px;
    width: 100%; }
  .search-profile-info, .profile-button, .view-profile-button {
    width: 100%; }
  .dates-holder {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .date-block {
    margin-bottom: 30px; }
  .tours-dates_content {
    padding: 0; }
  .day-block {
    margin-bottom: 20px; }
  .modal .modal-dialog {
    width: 90%;
    margin-top: 25px; }
  .modal-social-buttons {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column; }
  .btn-social {
    width: 100%;
    margin-bottom: 15px; }
  .modal .exit {
    right: -8px; }
  .upcoming-box {
    max-width: 260px;
    margin: 0 auto; }
  .flipster__button {
    font-size: 8px;
    outline: none;
    z-index: 100;
    padding: 50px 5px;
    margin-left: 0;
    margin-right: 0; }
  .edge-col {
    max-width: 100%;
    width: 85%; }
  .card-content {
    min-height: 320px;
    padding: 40px 25px 25px; }
  .card-text {
    font-size: 14px;
    line-height: 20px; }
  .edge-col.flipster__item.flipster__item--current .edge-card:after {
    bottom: 20px; }
  .edge-top {
    padding: 30px 0; }
    .edge-top img {
      width: 110px;
      height: 110px; }
  .individual {
    background-position: 50% 145px; }
  .program {
    background-position: 50% 95px; }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/ }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/ }
