﻿﻿/*------------------------------------------------------------------
    Main Style Stylesheet
    Project:        HTML5 Template
    Version:        1.0
    Author:         Congnd91
    Last change:    02/06/2016
-------------------------------------------------------------------*/
/*==========FONT FACE=========*/
@font-face {
  font-family: 'futura';
  src: url("../fonts/futura.eot");
  src: url("../fonts/futura.eot?#iefix") format("embedded-opentype"), url("../fonts/futura.woff") format("woff"), url("../fonts/futura.ttf") format("truetype"), url("../fonts/futura.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Lato', sans-serif;
  min-width: 320px;
}

a:hover {
  text-decoration: none;
}

a:active, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  color: #5e5e5e;
  outline: none;
}

#page-loader {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.99);
  color: #5c453f;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

.loading-wrapper {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-size: cover;
  margin: -50px 0px 0px -50px;
  background-image: url(../img/loading.svg);
}

.header {
  padding: 10px 0px 10px 0px;
  position: relative;
}

@media screen and (max-width: 479px) {
  .header a.logo img {
    max-width: 200px;
  }
}

.header .header-right {
  float: right;
  min-height: 10px;
  min-width: 10px;
  margin-top: 10px;
}

.header .user-control{
    display:none;
}

.header .user-control input[type="text"] {
  display: inline-block;
  width: 180px;
  height: 40px;
  margin: 0px 0px 0px 0px;
  border: 1px solid #4e2c55;
  float: left;
}

@media screen and (max-width: 1199px) {
  .header .user-control input[type="text"] {
    width: 140px;
  }
}

.header .user-control .btn-login {
  margin: 0px 5px;
  background-color: #4e2c55;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  float: left;
  font-weight: 600;
}

.header .user-control .btn-signup {
  margin: 0px 0px;
  background-color: #97d1c5;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  float: left;
  margin: 0px;
}

.header .icon-nav {
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}

.header .icon-nav i {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  color: #fff;
}

.intro {
  background-image: url(../img/slider01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .intro {
    background-image: none;
  }
}

.intro .container {
  position: relative;
  min-height: 400px;
}

.header .container{
    width: auto;
    min-width: 0;
    display: table;
}

.intro .box1 {
  background-image: url(../img/c1.png);
  width: 350px;
  height: 312px;
  position: absolute;
  bottom: -20px;
  left: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .intro .box1 {
    position: relative;
    bottom: unset;
    left: unset;
    float: right;
    margin-bottom: 400px;
  }
}

@media screen and (max-width: 767px) {
  .intro .box1 {
    position: relative;
    bottom: unset;
    left: unset;
    width: 200px;
    height: 170px;
    float: right;
    margin-bottom: 300px;
  }
}

.about {
  background-image: url(../img/dot1.png);
  background-repeat: no-repeat;
  background-position: 0px 40px;
  max-width: 1500px;
  margin: 0px auto;
}

@media screen and (max-width: 991px) {
  .about {
    background-color: #c2adb1;
    background-image: none;
  }
}

.about .about-inner {
  max-width: 700px;
  margin: 0px auto;
  text-align: center;
}

.about .about-inner h1 {
  font-size: 25px;
  font-weight: 600;
  padding: 30px 0px;
  font-weight: 600;
  color: #4e2c55;
}

@media screen and (max-width: 991px) {
  .about .about-inner h1 {
    color: #fff;
  }
}

.about .about-inner p {
  font-size: 16px;
  font-weight: 300;
  margin: 15px 0px;
  color: #4e2c55;
}

@media screen and (max-width: 991px) {
  .about .about-inner p {
    color: #fff;
  }
}

.about .about-inner p strong {
  color: #4e2c55;
}

@media screen and (max-width: 991px) {
  .about .about-inner p strong {
    color: #fff;
  }
}

.about .about-inner a.read-more {
  margin: 20px auto;
  background-color: #4e2c55;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  font-weight: 600;
}

.about .about-inner a.read-more:hover{
    background-color: #7eccbe;
}

@media screen and (max-width: 991px) {
  .top-bg {
    background-image: url(../img/slider02.png);
    background-position: center center;
    background-color: #c2adb1;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.box-carousel {
  position: relative;
  margin: 50px auto;
}

.box-carousel .owl-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 30px;
  border: 2px solid #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .box-carousel .owl-prev {
    top: unset;
    left: unset;
    bottom: 10px;
    right: 60px;
    
  }
}

.box-carousel .owl-prev i {
  display: block;
  text-align: center;
  line-height: 26px;
  width: 26px;
  text-align: center;
  text-align: center;
  font-size: 30px;
  color: #fff;
}

.box-carousel .owl-next {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 2px solid #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.box-carousel .owl-next i {
  display: block;
  text-align: center;
  line-height: 26px;
  width: 26px;
  text-align: center;
  text-align: center;
  font-size: 30px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .box-carousel .owl-next {
    top: unset;
    left: unset;
    bottom: 10px;
    right: 10px;
  }
}

.com-item {
  background-color: #f6cdf3;
}

.com-item .con-item-content {
      float: left;
    
    margin-left: 7%;
    
    width: 38%;
}

.com-item .con-item-img {
    float: left;
    width: 220px;
    /* margin: 0px 40px 0px 0px; */
    position: relative;
    width: 52%;
}

@media screen and (max-width: 480px) {
  .com-item .con-item-img {
    float: none;
    margin: 0px 0px 20px 0px;
  }
  .com-item .con-item-img {
    width: 100%;
}
.com-item .con-item-content {
    width: 100%;
    margin: 0 0;
    padding: 0 5%;
    min-height:200px;
}
}

.com-item .con-item-img .com1 {
  background-image: url(../img/c2.png);
  width: 150px;
  height: 120px;
  background-size: cover;
  text-align: center;
  position: absolute;
  top: 10px;
  right: -30px;
  background-size: cover;
  padding: 20px 10px 0px 0px;
}

.com-item .con-item-img .com1 span {
  font-size: 13px;
  font-weight: 800;
  color: #4e2c55;
  text-transform: uppercase;
}

.com-item .con-item-img .com2 {
  background-image: url(../img/c3.png);
  width: 150px;
  height: 140px;
  background-size: cover;
  text-align: center;
  position: absolute;
  top: 10px;
  right: -30px;
  background-size: cover;
  padding: 50px 10px 0px 0px;
}

.com-item .con-item-img .com2 span {
  font-size: 13px;
  font-weight: 800;
  color: #4e2c55;
  text-transform: uppercase;
}

.com-item .con-item-img .com3 {
  background-image: url(../img/c4.png);
  width: 150px;
  height: 120px;
  background-size: cover;
  text-align: center;
  position: absolute;
  top: 10px;
  right: -20px;
  background-size: cover;
  padding: 25px 10px 0px 20px;
}

.com-item .con-item-img .com3 span {
  font-size: 13px;
  font-weight: 800;
  color: #4e2c55;
  text-transform: uppercase;
}

.com-item h3 {
  margin: 10px 0px 10px 0px;
  padding: 10px 0px;
  color: #4e2c55;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 900;
}

.com-item p {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0px;
  color: #4e2c55;
}

.com-item a.btn {
  margin: 10px auto;
  background-color: #4e2c55;
  color: #fff;
  font-size: 11px;
  display: inline-block;
  font-weight: 600;
}
.com-item a.btn:hover{
    background-color: #7eccbe;
}
.carousel_text{
    max-height: 166px !important;
    overflow: hidden;
    display: block;
    position: relative;
    line-height: 18px;
}
.live {
  padding: 50px 0px;
  background-color: #f8f9f9;
  min-height: 100px;
}

.live .live-caption {
  height: 30px;
  position: relative;
  margin: 20px 0px 30px 0px;
  z-index: 99;
  border-bottom: 1px solid #6a6666;
}

.live .live-caption span {
  position: relative;
  background-color: #f8f9f9;
  bottom: -5px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  left: 0px;
  padding: 5px 20px 5px 0px;
}

.live p {
  font-size: 13px;
  font-weight: 300;
}

.live .process {
  height: 40px;
  margin: 5px 0px;
  position: relative;
  background-color: #ebebeb;
}

.live .process .process-state {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  bottom: 0px;
  background-color: #7eccbe;
}

.live .process .process-state p {
  margin: 0px;
  padding: 0px 10px;
  line-height: 40px;
  color: #000;
  font-size: 13px;
  font-weight: 300;
}

.live .process .process-state-pink {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 88;
  bottom: 0px;
  background-color: #f6cdf3;
}

.live .process .process-state-pink p {
  margin: 0px;
  text-align: right;
  padding: 0px 5px;
  line-height: 40px;
  color: #000;
  font-size: 13px;
  font-weight: 300;
}

.live .list-female {
  margin: 40px 0px;
}

.live .list-female span {
  display: inline-block;
  background-image: url(../img/female.png);
  width: 30px;
  background-size: cover;
  margin: 0px 10px 0px 0px;
  height: 60px;
}

.live .list-female span.female-gray {
  background-image: url(../img/female1.png);
}

.live .list-couple span {
  display: inline-block;
  background-image: url(../img/couple.png);
  width: 60px;
  background-size: cover;
  margin: 0px 10px 0px 0px;
  height: 60px;
}

.live .list-couple span.couple-gray {
  background-image: url(../img/couple1.png);
}

.testimonials {
  padding: 50px 0px;
  background-color: #958099;
}

.testimonials h2 {
  text-align: center;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: 10px 0px 50px 0px;
}

.testimonials .testimonials-inner {
  max-width: 700px;
  margin: 0px auto;
}

.testimonials .testimonials-item {
  padding: 0px 0px 30px 0px;
}

.testimonials .testimonials-item p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

.testimonials .owl-dots {
  text-align: center;
}

.testimonials .owl-dots .owl-dot {
  text-align: center;
  width: 10px;
  height: 10px;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  margin: 0px 5px;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.testimonials .owl-dots .owl-dot.active {
  background-color: #fff;
}

.testimonials-signature{
    font-weight:500 !important;
    font-size: 18px !important;
}

.fertility {
  padding: 50px 0;
  background-image: url(../img/dot2.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.fertility h2 {
  text-align: center;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #4e2c55;
  margin: 10px 0px 30px 0px;
}

.fertility h5 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  font-weight: 700;
  color: #4e2c55;
  margin: 50px 0px 30px 0px;
  font-family: 'Dancing Script', cursive;
  padding: 0 5%;
}

.fertility h5 a {
  text-decoration: underline;
  color: #4e2c55;
}

.fertility h5 a:hover{
    color:#7eccbe;
}

.fertility p {
  text-align: center;
  font-size: 14px;
  margin: 0px 0px 40px 0px;
  font-weight: 300;
  padding: 0 5%;
}

.fertility .fertility-item {
  background-image: url(../img/c5.png);
  background-repeat: no-repeat;
  text-align: center;
  background-position: top center;
  min-height: 250px;
  padding: 40px 50px 0px 50px;
  max-width: 310px;
  margin: 5px auto;
  min-height: 350px;
}

.fertility .fertility-item p {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin: 10px 0px;
}

.fertility .fertility-item a {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.fertility .fertility-item a:hover{
    color:#958099;
    text-decoration: underline;
}

.fertility .fertility-item.fertility-item2 {
  background-image: url(../img/c6.png);
}

.fertility .fertility-item.fertility-item3 {
  background-image: url(../img/c7.png);
}

.footer {
  padding: 50px 0px;
  background-color: #4e2c55;
}

.footer h3 {
  color: #7eccbe;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0px 20px 0px;
}

@media screen and (max-width: 991px) {
  .footer h3 {
    text-align: center;
  }
}

.footer ul {
  margin: 10px 0px 0px 0px;
}

.footer ul li {
  margin: 5px 0px;
}

.footer ul li a {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}

.footer ul li a:hover{
    color:#7eccbe;
    font-weight: 900;
}

.footer .company {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .footer .company {
    text-align: center;
  }
}

.footer .company p {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  margin: 5px 0px;
}

.enquiry {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0px 30px;
}

@media screen and (max-width: 991px) {
  .enquiry {
    border: none;
    padding: 0px;
  }
}

.col-enquiry {
  float: left;
  width: 50%;
  padding: 0px 5px;
}

@media screen and (max-width: 767px) {
  .col-enquiry {
    float: none;
    padding: 0px;
    width: 100%;
  }
}

.col-enquiry input {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  margin: 0px 0px 10px 0px;
}

.col-enquiry input[type="submit"]{
  background-color: #7eccbe !important;
  height: 34px;
  width:100%;
  font-size: 20px;
  font-weight:900;
  text-transform: uppercase;
}

.col-enquiry textarea {
  width: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  height: 82px;
  margin: 0px 0px 10px 0px;
  text-align: left;
}

.col-enquiry button {
  width: 100%;
  height: 35px;
  background-color: #7eccbe;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 35px;
  color: #fff;
  background-color: #7eccbe !important;
  height: 34px;
}

.col-enquiry button:hover {
  color: #fff;
}

/**menu*/
.menu-desktop {
  display: inline-block;
  padding-left: 20px;
}

.menu-desktop ul li {
  display: inline-block;
}

.menu-desktop ul li a {
  display: block;
  color: #7eccbe;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 10px;
  margin: 0px 10px;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media screen and (max-width: 1199px) {
  .menu-desktop ul li a {
    margin: 0px;
  }
}

.menu-desktop ul li a:hover {
  color: #4e2c55;
}

.menu-desktop ul li.active a {
  color: #4e2c55;
}

.menu-desktop ul li.active a:hover {
  color: #7eccbe;
}

/******************************menu res*/
@media screen and (max-width: 991px) {
  .menu-res {
    width: 280px;
    background-color: #4e2c55;
    position: fixed;
    top: 0px;
    z-index: 99999;
    overflow: auto;
    bottom: 0px;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    left: 0px;
    -moz-transform: translateX(-280px);
    -webkit-transform: translateX(-280px);
    -o-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    transform: translateX(-280px);
  }
  .page {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .menu-res-inner {
    padding: 20px;
  }
  .menu-res-inner ul > li {
    border-bottom: 1px solid #673a70;
    position: relative;
  }
  .menu-res-inner ul > li a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: block;
    line-height: 40px;
  }
  .menu-res-inner ul > li a:hover {
    opacity: 0.8;
  }
  .menu-res-inner ul > li p {
    display: block;
    line-height: 40px;
    padding: 0px 40px 0px 0px;
    margin: 0px;
  }
  .menu-res-inner ul > li p span {
    position: absolute;
    color: #999;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: 0px 0px 0px 15px;
    display: block;
    top: 0px;
    right: 0px;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .menu-res-inner ul > li p span.open-submenu-active i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    text-align: center;
    transform: rotate(180deg);
  }
  .menu-res-inner ul > li > ul {
    display: none;
    padding: 0px 0px 20px 0px;
  }
  .menu-res-inner ul > li > ul li {
    border: none;
  }
  .menu-res-inner ul > li > ul li a {
    display: block;
    line-height: 40px;
    text-transform: none;
    color: #666;
    padding: 0px 10px;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .menu-res-inner ul > li > ul li a:hover {
    color: #6d3d77;
  }
  .open-menu {
    overflow: hidden;
  }
  .open-menu .menu-res {
    right: 0px;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/***home-slider*/
/*****************how*/
@media screen and (max-width: 991px) {
  .top-how-bg {
    background-image: url(../img/bg2_1.png);
    background-position: center center;
    background-color: #c2adb1;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
  }
  .top-how-bg.top-how-bg-mylife {
    background-image: url(../img/mylife_bg1.png);
  }
  .top-how-bg.top-how-bg-fer {
    background-image: url(../img/fer_bg1.png);
  }
  .top-how-bg.top-how-bg-body {
    background-image: url(../img/body_bg1.png);
  }
}

.intro-how {
  background-image: url(../img/bg2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 400px;
}

.intro-how.intro-how-mylife {
  background-image: url(../img/mylife_bg.png);
}

.intro-how.intro-how-fer {
  background-image: url(../img/fer_bg.png);
}

.intro-how.intro-how-body {
  background-image: url(../img/body_bg.png);
}

.intro-how h2 {
  color: rgba(255, 255, 255, 0.3);
  font-size: 75px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 50px 0px 0px 0px;
}

.intro-how p {
  color: #fff;
  font-size: 38px;
  font-family: 'Dancing Script', cursive;
}

@media screen and (max-width: 991px) {
  .intro-how {
    background-image: none;
    background-color: #fff;
    min-height: 100px;
  }
  .intro-how h2 {
    font-size: 50px;
    padding: 10px 0px;
    color: #fcdf9b;
  }
  .intro-how p {
    font-size: 30px;
    color: #4e2c55;
  }
  .intro-how.intro-how-mylife {
    background-image: none;
  }
  .intro-how.intro-how-mylife h2 {
    font-size: 50px;
    padding: 10px 0px;
    color: #c39d9c;
  }
  .intro-how.intro-how-fer {
    background-image: none;
  }
  .intro-how.intro-how-fer h2 {
    font-size: 50px;
    padding: 10px 0px;
    color: #c9cf83;
  }
  .intro-how.intro-how-body {
    background-image: none;
  }
  .intro-how.intro-how-body h2 {
    font-size: 50px;
    padding: 10px 0px;
    color: #847977;
  }
}

.about-how {
  background-image: url(../img/dot3.png);
  background-position: center center;
  padding: 30px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}

.about-how-text
h3 {
  margin: 0px 0px 20px 0px;
}

.about-how-text
h3
a {
  color: #4e2c55;
  font-size: 18px;
  font-weight: 300;
}

.about-how-text
p {
  font-size: 15px;
  margin: 10px 0px;
}

.about-how-text
p
strong {
  font-weight: 600;
}

.about-how-text
p
strong
a {
  text-decoration: underline;
  color: #444;
}

.about-how-text
h5 {
  font-size: 20px;
  font-family: 'Dancing Script', cursive;
  margin: 10px 0px;
  color: #4e2c55;
}

.about-how-text
ul {
  padding: 10px;
}

.about-how-text
ul
li {
  margin: 5px 0px;
}

.about-how-text
ul
li
a {
  color: #555;
  font-size: 15px;
}

.about-how-img {
  position: relative;
}

.about-how-img
span.c8 {
  display: block;
  background-image: url(../img/c8.png);
  width: 160px;
  height: 150px;
  background-size: cover;
  left: 10px;
  bottom: -80px;
  position: absolute;
}

.education {
  padding: 40px 0px;
  background-color: #faf1f9;
  margin: 30px auto;
}

.packages {
  padding: 40px 0px;
  background-color: #faf1f9;
  margin: 30px auto;
}

.education
h2, 
.packages
h2{
  margin: 10px 0px 45px 0px;
  text-align: center;
  color: #4e2c55;
  font-weight: bold;
  font-size: 20px;
}

.education
.education-bottom,
.packages
.packages-bottom{
  text-align: center;
  padding: 62px 0px 10px 0;  
  max-width:600px;
  margin:0 auto;
}

.education
.education-bottom
h3,
.packages
.packages-bottom
h3{
  color: #4e2c55;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
  font-weight: 600;
}

.education
.education-bottom
p,
.packages
.packages-bottom
p{
  color: #4e2c55;
  font-size: 15px;
}

.education
.education-bottom
p
a,
.packages
.packages-bottom
p
a{
  color: #4e2c55;
  text-decoration: underline;
}

.education-item {
  background-color: #fff;
}

.education-item
.education-item-img {
  position: relative;
}

.education-item
.education-item-img
img {
  width: 100%;
}

.education-item
.education-item-img
.com9 {
  background-image: url(../img/c9.png);
  width: 91px;
  height: 86px;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 20px;
  text-align: center;
  padding: 20px 10px;
}

.education-item
.education-item-img
.com9
span {
  font-family: 'Dancing Script', cursive;
  color: #4e2c55;
  font-size: 30px;
}

.education-item
.education-item-content {
  padding: 20px 20px 20px 20px;
}

.education-item
.education-item-content
h3 {
  color: #4e2c55;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0px auto;
  text-align: center;
  font-weight: 600;
}

.education-item
.education-item-content
p {
  font-size: 15px;
  font-weight: 300;
  margin: 10px 0px;
}

.education-slider {
  position: relative;
}

.education-slider .owl-prev {
  position: absolute;
  top: 15%;
  left: 10px;
  width: 30px;
  height: 30px;
  border: 2px solid #4e2c55;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .education-slider .owl-prev {
    top: unset;
    left: unset;
    bottom: 10px;
    right: 60px;
  }
}

.education-slider .owl-prev i {
  display: block;
  text-align: center;
  line-height: 26px;
  width: 26px;
  text-align: center;
  text-align: center;
  font-size: 30px;
  color: #4e2c55;
}

.education-slider .owl-next {
  position: absolute;
  top: 15%;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 2px solid #4e2c55;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.education-slider .owl-next i {
  display: block;
  text-align: center;
  line-height: 26px;
  width: 26px;
  text-align: center;
  text-align: center;
  font-size: 30px;
  color: #4e2c55;
}

@media screen and (max-width: 767px) {
  .education-slider .owl-next {
    top: unset;
    left: unset;
    bottom: 10px;
    right: 10px;
  }
}

.event {
  padding: 40px 0px;
  background-color: #fff;
  margin: 30px auto;
}

.event
h2 {
  margin: 10px 0px 30px 0px;
  text-align: center;
  color: #4e2c55;
  font-weight: bold;
  font-size: 20px;
}

.event-item {
  padding: 0px 0px 0px 240px;
  margin: 0px 0px 30px 0px;
  min-height: 300px;
}

.event-item img {
  float: left;
  width: 200px;
  height: 200px;
  float: left;
  margin: 0px 0px 0px -230px;
}

.event-item h3 {
  color: #4e2c55;
  font-size: 15px;
  font-weight: 600;
  margin: 0px;
  text-transform: uppercase;
}

.event-item p.date {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  margin: 5px 0px;
}

.event-item p {
  margin: 5px 0px;
  font-size: 14px;
}

.event-item a.contact-more {
  margin: 10px auto;
  background-color: #4e2c55;
  color: #fff;
  font-size: 11px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .event-item {
    padding: 0px 0px 0px 0px;
  }
  .event-item img {
    float: none;
    width: 100%;
    height: auto;
    margin: 0px 0px 10px 0px;
  }
}

.interest {
  padding: 40px 0px;
  background-color: #faf1f9;
  margin: 30px auto 0px auto;
}

.interest
h2 {
  margin: 10px 0px 50px 0px;
  text-align: center;
  color: #4e2c55;
  font-weight: bold;
  font-size: 20px;
}

.interest
input {
  margin: 0px 0px 10px 0px;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  background-color: #fff;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0px 15px;
}

.interest
textarea {
  font-size: 15px;
  background-color: #fff;
  border: none;
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none;
  padding: 10px 15px;
  height: 155px;
}

.interest
.btn {
  margin: 10px 0px;
  background-color: #97d1c5;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  padding: 0px 20px;
}

.contact {
  padding: 40px 0px;
  background-color: #fff;
}

.contact
p {
  text-align: center;
  margin: 0px;
  padding: 0px;
  color: #4e2c55;
  font-size: 18px;
}

.contact
p
span {
  margin: 0px 20px;
}

.life {
  background-image: url(../img/dot4.png);
  background-position: center 180px;
  padding: 30px 0px;
  background-repeat: no-repeat;
  min-height: 300px;
}

.intro-life {
  text-align: center;
  max-width: 800px;
  margin: 0px auto 40px auto;
}

.intro-life
p {
  margin: 15px 0px;
  font-size: 17px;
  font-weight: 300;
}

.life-item {
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.life-item
.com10 {
  background-image: url(../img/c10.png);
  width: 279px;
  height: 253px;
  margin: 0px auto;
  background-size: cover;
  margin-bottom: 30px;
  text-align: center;
  padding: 50px 40px 0px 40px;
}

.life-item
.com10
h5 {
  font-size: 25px;
  margin: 0px 0px 10px 0px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.life-item
.com10
p {
  font-family: 'Dancing Script', cursive;
  text-align: center;
  font-size: 26px;
  color: #fff;
}

.life-item
h3 {
  font-family: 'Dancing Script', cursive;
  text-align: center;
  font-size: 26px;
  color: #4e2c55;
  margin: 20px auto;
}

.life-item
p {
    font-size: 15px;
    max-height: 82px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.life-item
.find-now {
  margin: 10px 0px;
  background-color: #4e2c55;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0px 20px;
}

.touch {
  padding: 40px 0px;
  text-align: center;
  background-color: #f6cdf3;
}

.touch p {
  color: #fff;
  font-family: 'Dancing Script', cursive;
  font-size: 40px;
}

@media screen and (max-width: 991px) {
  .touch p {
    font-size: 20px;
  }
}

.touch p a {
  color: #fff;
  text-decoration: underline;
}

.touch p.touch-des {
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  max-width: 700px;
  color: #333;
  margin: 0px auto;
}

.touch p.touch-des
a {
  color: #333;
}

.fer-bar {
  padding: 30px 0px;
  background-color: #4e2c55;
}

@media screen and (max-width: 991px) {
  .fer-bar {
    margin-top: 30px;
  }
}

.fer-bar-item {
  padding: 0px 0px 0px 80px;
}

.fer-bar-item
.com11 {
  background-image: url(../img/c11.png);
  background-repeat: no-repeat;
  width: 65px;
  height: 59px;
  line-height: 59px;
  text-align: center;
  float: left;
  margin: 0px 0px 0px -80px;
  font-size: 30px;
  color: #4e2c55;
  font-family: 'Dancing Script', cursive;
}

.fer-bar-item
p {
  color: #fff;
  font-size: 15px;
  margin: 0px;
}

@media screen and (max-width: 991px) {
  .fer-bar-item {
    padding: 0px;
    text-align: center;
  }
  .fer-bar-item
.com11 {
    float: none;
    margin: 10px auto;
  }
}

.fer-box {
  padding: 40px 0px;
}

.fer-box
.fer-img {
  text-align: center;
}

.fer-box
.com12 {
  background-image: url(../img/c12.png);
  background-repeat: no-repeat;
  width: 243px;
  height: 230px;
  margin: 10px auto;
  padding: 30px 30px 0px 30px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.fer-box
.com12
h3 {
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .fer-box
.com12 {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    color: #4e2c55;
    text-align: left;
    font-size: 18px;
    background-image: none;
  }
}

.fer-box
.fe-content
p {
  font-size: 15px;
  margin: 5px 0px;
}

.fer-box
.fe-content
p.link {
  margin: 0px;
  font-size: 13px;
}

.fer-box
.fe-content
p.link
a {
  color: #333;
}

.fer-box
.fe-content
p.link.link-50 {
  float: left;
  width: 50%;
}

.fer-box
.fe-content
ul {
  padding: 10px;
}

.fer-box
.fe-content
h5 {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  margin: 30px 0px 5px 0px;
}

.fer-box
.fe-content
h4 {
  font-weight: bold;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
}

.fer-box
.fe-content
.btn-contact {
  margin: 20px 0px;
  background-color: #97d1c5;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
}

.fer-box.fer-box-pink {
  background-color: #f8d7f5;
}

.fer-box.fer-box-pink
.com12 {
  background-image: url(../img/c13.png);
  background-repeat: no-repeat;
  width: 243px;
  height: 230px;
  margin: 10px auto;
  padding: 30px 30px 0px 30px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #f8d7f5;
}

.fer-box.fer-box-pink
.com12
h3 {
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .fer-box.fer-box-pink
.com12 {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    color: #4e2c55;
    text-align: left;
    font-size: 18px;
    background-image: none;
  }
}

.dropdown-customer {
  display: block;
  visibility: hidden;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-top: 15px;
  opacity: 0;
}

.open > .dropdown-menu {
  visibility: visible;
  margin-top: 0px;
  opacity: 1;
}

.btn {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  height: 40px;
  line-height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.btn:focus {
  outline: none;
}

.btn:hover {
  opacity: 0.9;
}

.form-control {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  text-shadow: none;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.mybody {
  padding: 30px 0px;
}

.mybody-intro
p {
  margin: 10px 0px;
  font-size: 15px;
}

.mybody-intro
ul {
  padding: 20px;
}

.mybody-intro
h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 30px 0px 20px 0px;
}

.com14 {
  background-image: url(../img/com14.png);
  width: 372px;
  height: 336px;
  margin: 20px auto;
  text-align: center;
  padding: 60px 20px 30px 20px;
  font-size: 35px;
  color: #fff;
  font-family: 'Dancing Script', cursive;
}

.com14
a {
  text-decoration: underline;
  color: #fff;
}

.acc-caption {
  padding: 10px 0px;
  border-top: 1px solid #333;
}

.acc-caption
a {
  display: block;
  position: relative;
  padding: 0px 30px 0px 0px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
}

.acc-caption
a
span {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -5px;
  right: 0px;
  text-align: center;
  line-height: 30px;
}

.acc-caption
a
span
em {
  font-style: normal;
}

.acc-caption
a
span
em.min {
  display: block;
}

.acc-caption
a
span
em.plus {
  display: none;
}

.acc-caption
a.collapsed
em.min {
  display: none;
}

.acc-caption
a.collapsed
em.plus {
  display: block;
}

.acc-content {
  padding: 20px 0px;
}

.acc-content
p {
  font-size: 15px;
  margin: 10px 0px;
}

.acc-content
ul {
  padding: 20px;
}

.acc-content
h5 {
  color: #7eccbe;
  font-size: 16px;
  font-weight: 600;
}

.acc-content
h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.acc-content
.funfact {
  margin: 20px 0px 0px 0px;
}

.acc-content
.funfact
h5 {
  font-family: 'Dancing Script', cursive;
  font-size: 25px;
}

.acc-content
.funfact
p {
  color: #7eccbe;
}

.img-acc {
  position: relative;
  margin: 0px 0px 160px 0px;
}

.img-acc
.com15 {
  position: absolute;
  background-image: url(../img/com15.png);
  width: 177px;
  height: 160px;
  position: absolute;
  right: 0px;
  bottom: -150px;
  font-size: 25px;
  color: #fff;
  padding: 20px 20px 0px 20px;
  font-family: 'Dancing Script', cursive;
  text-align: center;
}

.cycle-content
p {
  margin: 10px 0px;
  font-size: 15px;
}

.cycle-content
h3 {
  font-family: 'Dancing Script', cursive;
  font-size: 30px;
  font-weight: bold;
}

.cycle-content
h5 {
  font-weight: bold;
  font-size: 16px;
  margin: 30px 0px 10px 0px;
}

.cycle-content a.btn {
  margin: 10px 0px;
  background-color: #4e2c55;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  float: left;
  font-weight: 600;
  padding: 0px 30px;
  text-transform:uppercase; 
  }
 
#pase3, #pase2 {
  display: none; }

#phase-bg {
  width: 600px;
  min-height: 550px;
  background-image: url(../img/cicle.png);
  background-repeat: no-repeat;
  position: relative; }
#phase-bg.phase-bg1 {
  background-position: 0px 0px; }
#phase-bg.phase-bg2 {
  background-position: 1px -668px; }
#phase-bg.phase-bg3 {
  background-position: 0px -1346px; }
#phase-bg .btn-phase1 {
  position: absolute;
  cursor: pointer;
  width: 10px;
  display: block;
  top: 8px;
  left: 220px;
  width: 165px;
  height: 165px;
  border-radius: 50%; }
#phase-bg .btn-phase2 {
  position: absolute;
  cursor: pointer;
  width: 10px;
  display: block;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  bottom: 25px;
  right: 5px; }
#phase-bg .btn-phase3 {
  position: absolute;
  cursor: pointer;
  width: 10px;
  display: block;
  bottom: 25px;
  left: 20px;
  width: 165px;
  height: 165px;
  border-radius: 50%; }
@media screen and (max-width: 767px) {
  #phase-bg {
    width: 300px;
    min-height: 265px;
    background-image: url(../img/cicle.png);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover; }
  #phase-bg.phase-bg1 {
    background-position: 0px 0px; }
  #phase-bg.phase-bg2 {
    background-position: 1px -334px; }
  #phase-bg.phase-bg3 {
    background-position: 0px -675px; }
  #phase-bg .btn-phase1 {
    position: absolute;
    cursor: pointer;
    width: 10px;
    display: block;
    top: 5px;
    left: 110px;
    width: 82px;
    height: 82px;
    border-radius: 50%; }
  #phase-bg .btn-phase2 {
    position: absolute;
    cursor: pointer;
    width: 10px;
    display: block;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    bottom: 5px;
    right: 5px; }
  #phase-bg .btn-phase3 {
    position: absolute;
    cursor: pointer;
    width: 10px;
    display: block;
    bottom: 5px;
    left: 10px;
    width: 85px;
    height: 85px;
    border-radius: 50%; }
}

.article_content{
    margin:30px
}

body.page-node-15 #block-views-events-block {
	display: none;
}

/*# sourceMappingURL=main.css.map */

