@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:700);
@import url(//fonts.googleapis.com/css?family=Sonsie+One);
/*========================================================
                    Main layout styles
=========================================================*/

html{
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

:root{
  --primary-color: #EC008C;
}

body {
  font: 400 14px/20px 'Roboto', sans-serif;
  background: #fff;
  margin: 0;
}
a {
  text-decoration: none !important;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #ec008c;
}
strong {
  font-weight: 700;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}

.d-flex{
  display: flex !important;
}
.justify-content-center{
  justify-content: center !important;
} 
.align-items-center{
  align-items: center !important;
}
/* ======= Headers ======= */
h1,h2,h3,h4,h5,h6 {
  font-family: 'Roboto', sans-serif;
  line-height: normal;
}

@media (max-width: 567px){
  header{
    min-height: 65vh;
  }
}

@media (max-width: 767px) {
  h6 {
    font-size: 32px;
    line-height: normal;
  }
}
.heading1 {
  text-align: center;
  margin-bottom: 35px;
}
.heading1 p {
  margin-top: 27px;
}
/* ======= Buttons ======= */
.btn-default {
  display: inline-block;
  font: 400 14px/18px "Roboto Condensed", sans-serif;
  color: #e2ccc2;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.btn-default:hover {
  color: #ec008c;
}
.btn-big {
  display: inline-block;
  font: 400 14px/20px "Roboto Condensed", sans-serif;
  color: #ffffff;
  letter-spacing: .025em;
  padding: 12px 50px 14px;
  text-align: center;
  background: #ec008c;
}
.btn-big:hover {
  background: #fb7272;
  color: #ffffff;
}
/* ======= Wrappers ======= */
.waved-border2-wrapper {
  position: relative;
  background: #D2F5FF;
}
.waved-border2-wrapper:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  left: 0;
  top: -2px;
  background: url(../images/waved-border2.png) repeat-x center bottom;
  overflow: hidden;
}
.waved-border2-wrapper:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -2px;
  background: url(../images/waved-border1.png) repeat-x center bottom;
  overflow: hidden;
}
.wrapper1 {
  padding: 35px 0 44px;
}
.wrapper2 {
  padding: 50px 0 38px;
}
.wrapper3 {
  padding: 48px 0 10px;
}

.title{
  font-size: 30px;
  font-weight: 700;
}
.subtitle{
  font-size: 18px;
  font-weight: 400;
}
/*========================================================
                    HEADER styles
=========================================================*/
header {
  background: linear-gradient(180deg, rgba(255,255,255,1) 31%, rgba(66,181,228,1) 100%);
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
header .content{
  position: absolute;
  bottom: 0;
}
/* #header.common {
  padding-bottom: 18px;
}
#header h1 {
  margin-top: 38px;
  font-size: 30px;
}
#header h1 span{
  font-weight: 400 !important;
  font-size: 18px;
} */
/* #header:after {
  position: absolute;
  z-index: 2;
  content: '';
  display: block;
  width: 620px;
  height: 11px;
  bottom: -9px;
  left: 50%;
  margin-left: -310px;
  background: url(../images/waved-border3.png) repeat-x top;
} */

@media (max-width: 979px) {
  #header:after {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #header {
    padding-bottom: 18px;
  }
}
/* ======= Logo ======= */
h1 {
  display: inline-block;
}
h1 a {
  text-align: center;
  display: block;
  color: #ec008c;
}
@media (max-width: 767px) {
  h1 a {
    text-shadow: 0 1px 0 #ffffff;
  }
}
h1 a:hover {
  color: #ec008c;
}
h1 a span {
  display: block;
}
h1 a span.first {
  font-size: 2em;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 4px;
  color: black;
}
h1 a span.second {
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 6px;
  color: black;
}

/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* ======= Second level sub menu variables ======= */

/* Main menu styles
========================================================*/
.sf-menu {
  letter-spacing: 0.2em;
}
.sf-menu > li.sfHover:before {
  display: none;
}
.sf-menu > li.current:before {
  display: none;
}
.sf-menu > li {
  font-size: 14px;
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 80px;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
.sf-menu > li + li:before {
  display: block;
  content: '';
  position: absolute;
  width: 1px;
  height: 67px;
  background: #27AAE1;
  left: 0;
}
.sf-menu > li:hover:before {
  display: none;
}
.sf-menu > li > .sf-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #ec008c;
  bottom: 10px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  text-align: center;
  display: block;
  padding: 23px 10px;
  background: transparent;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #000;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  line-height: 1.2;
}
.sf-menu > h6 {
  margin: 0;
  font-size: 14px;
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 80px;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
  min-height: 84px;
  background: #D2F5FF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.sf-menu > h6 a {
  text-align: center;
  display: block;
  padding: 23px 10px;
  background: transparent;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #000;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  line-height: 1.2;
}
.sf-menu > li > a:hover {
  background: #3ab3e4;
  color: #ffffff;
}
.sf-menu > h6.current > a {
  background: #D2F5FF;
  color: #000;
}
.sf-menu .sfHover > a {
  background: #ec008c;
  color: #ffffff;
}
.sf-menu .sfHover > a:after {
  color: #ffffff;
}
.sf-menu > li.current > a {
  background: #D2F5FF;
  color: #000;
}
.sf-menu > li.current > a:after {
  color: #ffffff;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  display: none;
  min-width: 194px;
  font: 700 14px/27px "Roboto Condensed", sans-serif;
  position: absolute;
  top: 71px;
  left: 0;
  background: #ec008c;
  text-align: left;
  padding: 17px 0 17px 0;
  z-index: 2;
}
.sf-menu ul li {
  position: relative;
  display: block;
}
.sf-menu ul li > .sf-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #ffffff;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  padding-left: 36px;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
}
.sf-menu ul li a:hover {
  background: #ffffff;
  color: #ec008c;
}
.sf-menu ul li a:hover:after {
  color: #ec008c;
}
.sf-menu ul > .sfHover > a {
  background: #ffffff;
  color: #ec008c;
}
.sf-menu ul > .sfHover > a:after {
  color: #ec008c;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0;
  background: #ec008c;
  padding: 0 0 16px 0;
  z-index: 4;
  text-align: left;
}
.sf-menu ul ul li a {
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  padding-left: 56px;
}
.sf-menu ul ul li a:hover {
  background: #fa5473;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }

  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #ec008c;
    width: 100%;
    background: #ffffff;
    font: 700 14px/18px "Roboto Condensed", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
  background: #fff;
}
.isStuck .sf-menu > li + li:before {
  display: none;
}
.isStuck .sf-menu > li > a {
  padding: 20px 0 20px;
}
.isStuck .sf-menu ul {
  top: 50px;
}
.isStuck .sf-menu ul ul {
  top: 0;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  position: relative;
  background: #ffffff;
}
#content:before {
  z-index: 1;
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  left: 0;
  top: -2px;
  background: url(../images/waved-border1.png) repeat-x center bottom;
  overflow: hidden;
}
#content.common {
  padding-top: 57px;
}
#content.common p {
  letter-spacing: .025em;
}
/* ======= Banner 1 Life your spirit ======= */
.banner1 {
  text-align: center;
  padding: 35px 0 20px;
}
.banner1 h6 {
  margin-bottom: 7px;
  color: #333333;
}
.banner1 .second {
  display: block;
  color: #333333;
  margin-bottom: 18px;
  font-size: 18px;
}
.banner1 a {
  display: inline-block;
  font: 700 14px/20px "Roboto Condensed", sans-serif;
  color: #ec008c;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}
.banner1 a:hover {
  color: #333333;
}
.banner1 address {
  display: block;
  font: 300 48px/48px "Roboto Condensed", sans-serif;
  letter-spacing: .075em;
}
.banner1 address .highlighted {
  color: #ec008c;
}
@media (max-width: 767px) {
  .banner1 address {
    font-size: 32px;
    line-height: 38px;
  }
}
/* ======= Box 1 Classic ======= */
.box1 {
  border-radius: 6px;
  padding: 19px 0 32px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box1:before {
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  background: #ec008c;
  left: 50%;
  margin-left: -15px;
  top: 0;
}
.box1 img {
  border-radius: 1000px;
  margin-bottom: 22px;
  -webkit-transition: 1s;
  transition: 1s;
}
.box1 h3 {
  margin-bottom: 13px;
}
.box1 p {
  /* padding: 0 17px; */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box1 hr {
  display: block;
  width: 104px;
  border: none;
  height: 3px;
  background: url(../images/border1.png) repeat-x left 0;
  margin: 17px auto 18px;
}
/* .box1:hover {
  background: #ec008c;
} */
.box1:hover img {
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
@media (max-width: 767px) {
  .box1:hover img {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
.box1:hover h3 {
  color: #ffffff;
}
.box1:hover h3 a:hover {
  color: #333333;
}
/* .box1:hover p {
  color: #ffffff;
} */
.box1:hover hr {
  background-position: left -3px;
}
.box1:hover .btn-default {
  color: #ffffff;
}
.box1:hover .btn-default:hover {
  color: #333333;
}
.box1__inset1 .gallery_image {
  margin-bottom: 22px;
}
.box1__inset1:hover {
  background: transparent;
}
.box1__inset1:hover h3 {
  color: #ec008c;
}
.box1__inset1:hover p {
  color: #dec5b9;
}
.box1__inset1 img {
  margin-bottom: 0;
}
/* ======= Box 2 Birthday Club ======= */
.box2 {
  text-align: center;
}
.box2 hr {
  border: none;
  width: 3px;
  height: 43px;
  margin: 0 auto 9px;
  background: url(../images/border2.png) repeat-y 0 0;
}
.box2 .img-wrapper {
  width: 100%;
  height: 83px;
  /* background: url(../images/page1_img6.png) no-repeat center 0; */
  margin-bottom: 17px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box2 h6 {
  margin-bottom: 20px;
}
.box2:hover hr {
  background-position: -3px 0;
}
.box2:hover .img-wrapper {
  background-position: center -83px;
}
/* .box2.second .img-wrapper {
  background-image: url(../images/page1_img7.png);
}
.box2.third .img-wrapper {
  background-image: url(../images/page1_img8.png);
} */
.box2-wrapper1 {
  position: relative;
  padding-bottom: 34px;
  margin-bottom: 29px;
}
.box2-wrapper1:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  overflow: hidden;
  background: url(../images/border3.png) repeat-x center top;
}
/* ======= Box 3 A lot of links ======= */
.box3 {
  text-align: center;
}
.box3 ul li {
  display: inline-block;
  position: relative;
}
.box3 ul li + li {
  padding-left: 24px;
  cursor: default;
}
.box3 ul li + li:before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  display: block;
  border-radius: 50px;
  background: #dec5b9;
  left: 7px;
  top: 8px;
  cursor: default;
}
.box3 ul li a {
  font: 700 14px/24px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #3AB3E4;
}
.box3 ul li a:hover {
  color: #dec5b9;
}
.box3 hr {
  width: 44px;
  height: 3px;
  border: none;
  margin: 29px auto 0;
  background: url(../images/border1.png) repeat-x center top;
}
/* ======= Banner 2 Contact info ======= */
.banner2 {
  background: #ffffff;
  padding: 49px 0 40px;
  position: relative;
}
.banner2 .huge-img {
  position: absolute;
  top: -31px;
  left: 50%;
  margin-left: -173px;
  z-index: 0;
}
.banner2 ul li + li {
  margin-top: 8px;
}
.banner2 ul li a {
  font: 700 14px/20px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 979px) {
  .banner2 .huge-img {
    z-index: 0;
    top: auto;
    bottom: -27px;
  }
  .banner2 ul {
    z-index: 2;
    position: relative;
  }
  .banner2 ul li a {
    color: #333333;
  }
  .banner2 ul li a:hover {
    color: #ec008c;
  }
}
@media (max-width: 767px) {
  .banner2 .huge-img {
    display: none;
  }
  .banner2 .newsletter-wrapper {
    margin-bottom: 50px;
  }
}
/* ======= Address block 1 ======= */
.address-block1 {
  margin-bottom: 41px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.address-block1 span {
  display: block;
  letter-spacing: .05em;
  font-weight: 700;
}
.address-block1 address {
  display: block;
  margin-bottom: 18px;
}
.address-block1 address.phone {
  margin-top: -9px;
  font-size: 48px;
  line-height: 52px;
}
.address-block1 address.phone span {
  font-weight: 300;
  letter-spacing: 0.03em;
}
.address-block1 h4 {
  margin-bottom: 17px;
}
.owl-wrapper1 {
  padding-bottom: 65px;
}
.owl-wrapper1 .btn-big-wrapper {
  margin-top: 62px;
  text-align: center;
}
/* ======= Box 4 We sweeten your life ======= */
.box4 .heading {
  display: block;
  margin-top: -3px;
  margin-bottom: 8px;
}
.box4 p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .box4 .vimeo-video1 {
    margin-bottom: 20px;
  }
}
.box4-wrapper1 {
  margin-top: -4px;
}
/* ======= Vimeo video  ======= */
.vimeo-video1 iframe {
  width: 100%;
  height: 302px;
}
@media (max-width: 979px) {
  .vimeo-video1 iframe {
    height: 238.97391304347826px;
  }
}
@media (max-width: 767px) {
  .vimeo-video1 iframe {
    height: 275.7391304347826px;
  }
}
@media (max-width: 479px) {
  .vimeo-video1 iframe {
    height: 177.26086956521738px;
  }
}
/* ======= Box 5 Our team ======= */
.box5 {
  position: relative;
  padding: 36px 17px 47px 221px;
  background: #fff5eb;
  border-radius: 6px;
}
.box5 img {
  position: absolute;
  left: 25px;
  top: 24px;
  border-radius: 500px;
}
.box5 h3 {
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .box5 {
    padding: 36px 17px 47px;
  }
  .box5 img {
    position: relative;
    display: block;
    margin: 0 auto 20px;
    top: 0;
    left: auto;
    width: 100%;
  }
}
.box5-wrapper1 {
  margin-top: -3px;
}
.box5-wrapper1 .box5 {
  margin-bottom: 50px;
}
/* ======= Isotope ======= */
#filters {
  margin-top: 12px;
  margin-bottom: 33px;
  text-align: center;
  /* ---- button-group ---- */
}
#filters .button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  background: transparent;
  border: none;
  color: #dec5b9;
  font: 400 24px/24px "Roboto Condensed", sans-serif;
  cursor: pointer;
  letter-spacing: .05em;
  margin-right: 50px;
}
@media (max-width: 979px) {
  #filters .button {
    margin-right: 20px;
  }
}
@media (max-width: 479px) {
  #filters .button {
    margin-right: 10px;
  }
}
#filters .button:hover {
  color: #ec008c;
}
#filters .button:active,
#filters .button.is-checked {
  color: #ec008c;
  outline: none;
}
#filters .button.is-checked {
  color: #ec008c;
}
#filters .button:active {
  color: #ec008c;
}
#filters .button-group:after {
  content: '';
  display: block;
  clear: both;
}
#filters .button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 60px;
}
.isotope {
  text-align: center;
  margin-bottom: 10px;
}
.isotope .element-item {
  width: 340px;
  float: left;
  margin: 0 60px 13px 80px;
}
@media (max-width: 979px) {
  .isotope .element-item {
    width: 340px;
    margin: 0 10px 13px 30px;
  }
}
@media (max-width: 767px) {
  .isotope .element-item {
    width: 420px;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 479px) {
  .isotope .element-item {
    width: 270px;
  }
}
/* ======= Box 6 Services we provide ======= */
.box6 h5 {
  margin-bottom: 8px;
}
.box6 p {
  margin-bottom: 5px;
}
.box6 .list1 {
  margin-top: 21px;
}
.box6 img {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .box6 img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.box6-wrapper1 {
  margin-bottom: 63px;
  margin-top: -8px;
}
/* ======= Box 7 Why we are different ======= */
.box7 h5 {
  margin-bottom: 8px;
}
.box7 img {
  margin-top: 5px;
  margin-bottom: 15px;
}
.box7 .list1 {
  margin-top: 21px;
}
@media (max-width: 767px) {
  .box7 img {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .box7 img {
    width: 100%;
  }
}
.box7-wrapper1 {
  margin-top: -7px;
  margin-bottom: 8px;
}
.box7-wrapper1 .divider {
  margin: 22px 0 0;
}
/* ======= Box 8 Additional services ======= */
.box8 {
  position: relative;
  padding-left: 60px;
}
.box8 i {
  font-size: 36px;
  position: absolute;
  left: 0;
  top: 0;
  color: #ec008c;
}
.box8 h5 {
  margin-bottom: 8px;
}
.box8-wrapper1 {
  margin-top: -11px;
  margin-bottom: 7px;
}
.box8-wrapper1 .box8 {
  margin-bottom: 38px;
}
/* ======= Google Map  ======= */
.google-map1 {
  height: 400px;
  margin-bottom: 63px;
}
.google-map1 img {
  max-width: none !important;
}
/* ======= Address  ======= */
.contacts-address {
  margin-top: -8px;
  letter-spacing: .025em;
}
.contacts-address .our-address {
  font: 700 14px/20px "Roboto Condensed", sans-serif;
  color: #b29e94;
  display: block;
  margin-bottom: 8px;
}
.contacts-address .wrapper {
  display: block;
}
.contacts-address .wide {
  display: inline-block;
  min-width: 70px;
}
@media (max-width: 767px) {
  .contacts-address {
    margin-bottom: 50px;
  }
}
.hr-1 {
  border: none;
  background: #ffffff;
  height: 60px;
  width: 100%;
  margin: 0;
}
/* ======= Box 9 Privacy Policy ======= */
.box9 h5 {
  margin-bottom: 8px;
}
.box9-wrapper1 {
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: -8px;
}
.box9-wrapper1 .box9 {
  margin-bottom: 27px;
}
.box9-wrapper1 > .simple-link {
  margin-top: -6px;
}
/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  text-decoration: underline;
  color: #ec008c;
}
.simple-link:hover {
  color: #dec5b9;
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 19px;
  position: relative;
  font: 400 14px/14px "Roboto Condensed", sans-serif;
  color: #dec5b9;
  letter-spacing: .025em;
}
.list1 li:before {
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  color: #ec008c;
  line-height: 14px;
  content: '\f061';
  left: 0;
  top: 0;
}
.list1 li + li {
  margin-top: 18px;
}
/* ======= Social buttons 1 ======= */
.socials1 li {
  display: inline-block;
}
.socials1 li + li {
  margin-left: 0;
}
.socials1 li a i {
  width: 30px;
  height: 30px;
  line-height: 20px;
  color: #ffffff;
  background: #ec008c;
  text-align: center;
  font-size: 14px;
  display: block;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a i:hover {
  color: #ec008c;
}
/* ======= Gallery  ======= */
.gallery_image a.big-image {
  display: block;
  position: relative;
  border-radius: 1000px;
}
.gallery_image a.big-image img {
  border-radius: 1000px;
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.gallery_image a.big-image .gallery_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a.big-image .gallery_hover .icon {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 32px;
  height: 32px;
  background: url(../images/hover_icon.png) no-repeat center top;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}
.gallery_image a.big-image:hover {
  -webkit-transition: 0 all ease;
  transition: 0 all ease;
  background: #736e6a;
}
.gallery_image a.big-image:hover img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.gallery_image a.big-image:hover .gallery_hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery_image a.big-image:hover .gallery_hover .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  background: #e8e8e8;
  padding: 59px 0;
  text-align: center;
}
#footer .privacy-block {
  text-transform: uppercase;
  font: 400 20px/20px "Roboto Condensed", sans-serif;
  letter-spacing: 0.2em;
  margin-top: 7px;
}
#footer h1 a {
  font: 400 60px/60px "Sonsie One", sans-serif;
  color: #e9d9d2;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  width: 19px;
  height: 10px;
  background: url(../images/toTop.png) no-repeat center top;
  border: none;
  font-size: 0;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  outline: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/

p{
  margin-top: 10px;
}
h2{
  margin: 0;
}


.banner1 h6{
  font-size: 30px;
  font-weight: bold;
}

#content .session2 p{
  font-size: 18px;
  text-align: left;
  margin: 0 0 0 8px;
}
#content .session2 .content{
  display: flex;
  align-items: flex-end;
}
#content .session2 .content{
  max-width: 100px;
  height: auto;
}
#content .session3 h2{
  font-size: 30px;
  font-weight: bold;
}
#content .session3 .box_inner h3{
  color: var(--primary-color);
  font-size: 26px;
}
#content .session3 p{
  font-size: 18px;
}
#content .session3 .box_inner p{
  font-size: 1em !important;
  text-align: left;
}
#content .session4 img{
  max-width: 100px;
  height: auto;
}
#content .session4 h6{
  font-size: 24px
}
#content .session4 p{
  font-size: 1.2em;
}
#content .session4 .box3-wrapper1 h2{
  font-size: 30px;
  text-align: center;
  color: #3AB3E4;
}
#content .como-funciona{
  padding: 2.5em 0;
}
#content .como-funciona img{
  /*max-width: 100px;*/
  height: auto;
}
#content .como-funciona h2{
  font-size: 30px;
}
#content .como-funciona p{
  font-size: 18px;
}

#content .como-funciona .content h6, #content .como-funciona .content1 h6,
#content .como-funciona .content2 h6, #content .como-funciona .content3 h6{
  font-size: 1.7em;
  margin: 0;
}
#content .como-funciona .content p{
  font-size: 1.2em;
}
#content .banner-likes{
  background: url(../images/icones-rs-banner2.png), linear-gradient(0deg, rgba(255,255,255,1) 31%, rgba(66,181,228,1) 100%);;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 15rem;
  text-align: center;
}
#content .banner-likes h2{
  font-size: 30px;
}
#content .banner-likes p{
  font-size: 18px;
}
#content .banner-mulher .content{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 3rem 0;
}
#content .banner-mulher .content h2{
  font-size: 36px;
}
#content .banner-mulher .content img{
  padding: 0 2rem;
}
#content .banner-mulher .content ul{
  text-align: right;
  font-size: 1.3em;
}
/* #content .banner-mulher .content ul li::after{
  content: '';
  height: 15px;
  width: 15px;
  background: #EC008C;
  position: absolute;
  border-radius: 10rem;
  right: -20px;
} */
#content .testionals {
  text-align: center;
}
#content .testionals h2{
  font-size: 30px;
}
#content .testionals p{
  font-size: 18px;
}
#content .planos{
  padding: 0 0 5em 0;
  text-align: center;
}

#content .planos h2{
  font-size: 30px;
}

#content .planos p{
  font-size: 18px;
}

.planos .card-content{
  background: white;
  border: 2px solid #EC008C;
  padding: 1rem 2rem;
  border-radius: 3rem;
  min-height: 235px;
  max-height: 235px;
}
.planos .card-content h6{
  color: #EC008C;
  font-size: 20px;
  font-weight: 400;
  margin: 5px 0;
}
.planos .card-content p{
  font-size: 1.1em !important;
  
}
#message{
  margin-top: 10px;
}
#message p{
  text-align: left;
  font-size: 14px !important;
}

.box3 ul li {
  font: 700 14px/24px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #3AB3E4;
  cursor: pointer;
}
.box3 ul li:hover{
  color: #EC008C;
}

.banner-mulher ul{
  list-style: none;
}
.banner-mulher ul li{
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
.banner-mulher ul li span{
  height: 10px;
  width: 10px;
  background: #EC008C;
  border-radius: 10rem;
  margin-left: 5px;
}


@media (max-width: 576px){
  div.show{
    display: inline-block;
  }

  .button-fixed .container .content a{
    font-size: 15px;
  }
  .button-fixed .container .content a + a{
    font-size: 15px;
  }
  header{
    margin-top: 5rem;
    padding-top: 5rem;
    min-height:75vh  !important;
    height:auto  !important;
  }
  #content .banner-mulher .content{
    display: block !important;
  }
  #content .banner-mulher .content h2{
    text-align: center;
  }
  #content .banner-mulher .content img{
    margin-top: 2rem;
    padding: 0;
  }
  #content .banner-mulher .content ul{
    text-align: left;
  }
  .banner-mulher ul li{
    justify-content: normal !important;
  }
  .banner-mulher ul li span{
    margin-left: 0 !important;
    margin-right: 5px;
  }
  footer{
    text-align: center;
  }

}

.panel .collapse{
  display: block !important;
}
select{
  display: none !important;
}

.button-fixed {
  position: fixed;
  width: 100%;
  z-index: 9999;
  bottom: 7px;
}
.button-fixed .container .content{
  display: flex;
}
.button-fixed .container .content a{
  background: #00af7c;
  color: white !important;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
  text-align: center;
  padding: 17px 0;
  font-size: 20px;
}
.button-fixed{
  display: none !important;
  visibility: hidden;
  transition: 0.5s;
}
.black{
  display: block !important;
  visibility: visible;
  transition: 0.5s;
}

.como-funciona .content1::before{
  content: '1';
  background: #ff006a;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -10px;
  border-radius: 10rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 30%;
}

.como-funciona .content2::before{
  content: '2';
  background: #ff006a;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -10px;
  border-radius: 10rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 30%;
}

.como-funciona .content3::before{
  content: '3';
  background: #ff006a;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -10px;
  border-radius: 10rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 30%;
}

.como-funciona .content4::after{
  content: '4';
  background: #ff006a;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -10px;
  border-radius: 10rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 30%;
  z-index: 999;
}

.como-funciona .content5::after{
  content: '5';
  background: #ff006a;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -10px;
  border-radius: 10rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 30%;
  z-index: 999;
}

.como-funciona .content6::after{
  content: '6';
  background: #ff006a;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -10px;
  border-radius: 10rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 30%;
  z-index: 999;
}


section#duvidas .panel-heading a{
  background-color: #27AAE1;
  display:block;
  padding:10px 0px 10px 20px ;
  color:#fff;
  font-size:15px;
  font-weight:bold;
  text-decoration:none;
  text-align:left;
  border-radius:3px;
}


 nav .nav-item{
  font-size: 16px;
  padding: 20px;
  border-radius: 0px 0px 7px 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav .nav-link{
  text-align: center;
  color: black !important;
}
nav .nav-link:hover{
  text-align: center;
  color: white !important;
}
nav .nav-item:hover{
  background: #3ab3e4;
  
}
.active{
  background: #D2F5FF;
}

nav.men{
  background: #fafafa;

  transition: .5s;
}

nav{
  background: #fff;
}

.borda{
  border: solid 2px #000;
}

footer{
  background: #eaeaea;
}

.session4 a{
  cursor: default;
}

.box3 ul li::before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  display: block;
  border-radius: 50px;
  background: #dec5b9;
  left: -14px;
  top: 8px;
  cursor: default;
}

.btnEnviar{
  background: #27aae1;
  width: 100%;
  color: white;
  font-weight: 500;
}
.btnEnviar:hover{
  background: #EC008C;
  color: white;
  transition: 0.5s;
}
.video{
  padding-bottom: 5rem;
}

.mt-70{
  margin-top: 20px !important;
}
.bordaa{
  background: url(../images/waved-border3.png) repeat-x top;
  height: 11px;
  max-width: 620px;
  margin: 0 auto;
}

.collapse{
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-30{
  font-size: 30px;
}
.img-fluid{
  max-width: 100%;
  height: auto;
}
.center{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}