/*
*  html5resetcss
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
* {padding:0; margin:0;}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* input group css */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.form-control {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 3px 0 0 3px;
}
.btn-primary {
  border: none !important;
}
.btn-primary {
  color: white;
  background-color: #00a389;
  font-weight: 700;
  border: 1px solid #00a389;
  font-family: Ubuntu, sans-serif;
  transition: all .4s;
  border-radius: 0 3px 3px 0;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
body {
  line-height: 1;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
* {
  box-sizing: border-box;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-addon, .input-group-btn {
  width: 1%;
  vertical-align: middle;
}
.form-search {
  margin-top:15px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* geneal desktop css */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width: 981px) {
    .hide-desktop {
        display: none !important;
    }
}
@media only screen and (max-width: 980px) {
    .hide-mobile {
        display: none !important;
    }
}
html,
body {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  color: #192a67;
  max-width: 100vw;
  overflow-x: hidden;
  background-color: #fff;
}

header,
section {
  margin: 0;
  padding: 0;
  width: 100%;
}
a {
  color: inherit !important;
  text-decoration: none;
}
.wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  height: auto;
  position: relative;
  margin: 0 auto;
  padding: 15px 0;
}
.hidden {
  opacity: 0;
}

@keyframes showIn {
    from {
      opacity: 0;
      margin-top: 120px;
    }
    to {
      opacity: 1;
      margin-top: 0;
    }
}
section:not(.hidden) {
    opacity: 0;
    animation: showIn 0.6s;
    animation-fill-mode: forwards;
}
#main-header {
  display: inherit;
}

#main-header-banner {
  position: relative;
  min-height: 33vw;
}
#main-header-banner ul,
#main-header-banner ul li,
#main-header-banner ul li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#searchbox {
  position: absolute;
  top: 0;
  right: 20px;
}
.fit-background {
  background-size: cover;
  background-position: center;
}
strong {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
h2 {
  font-size: 2.64em;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 15px;
}
h3 {
  font-size: 1.7em;
  padding-top: 30px;
}
p {
  font-size: 1.42em;
  line-height: 1.25em;
  margin-bottom: 0.75em;
  font-weight: 100;
}


.textwrapper, .image-wrapper {
  padding: 35px;
}
.textwrapper, .image-wrapper2 {
  padding: 35px;
}
.image-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.image-wrapper2 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
a.green-button {
  background-color: #18eaaa;
  padding: 10px 35px;
  border: 0px;
  border-radius: 300px;
  color: #ffffff !important;
  text-transform: uppercase;
  margin-top: 6px;
  display: inline-block;
}
a.red-button {
  background-color: #e94f51;
  padding: 10px 35px;
  border: 0px;
  border-radius: 0px;
  color: #ffffff!important;
  /*text-transform: uppercase;*/
  margin-top: 6px;
  display: inline-block;
}
a.purple-button {
  background-color: #885ea3;
  padding: 10px 35px;
  border: 0px;
  border-radius: 0px;
  color: #ffffff !important;
   /*text-transform: uppercase;*/
  margin-top: 6px;
  display: inline-block;
}
a.blue-button {
  background-color: #7692cb;
  padding: 10px 35px;
  border: 0px;
  border-radius: 0px;
  color: #ffffff !important;
   /*text-transform: uppercase;*/
  margin-top: 6px;
  display: inline-block;
}
a.yellow-button {
  background-color: #fdcc3d;
  padding: 10px 35px;
  border: 0px;
  border-radius: 0px;
  color: #ffffff !important;
  /*text-transform: uppercase;*/
  margin-top: 6px;
  display: inline-block;
}

#main-header>.wrapper {
  margin:0 !important;
  padding: 0 !important;
}
.simple-columns.col-3>div {
  text-align: center;
}
.simple-columns.col-3 .image-wrapper {
  display: block;
  min-height: 280px;
}
.simple-columns.col-3 .image-wrapper2 {
  display: block;
  min-height: 280px;
}
.simple-columns.col-3 .green-button {
  display: inline-block;
  margin-top:25px;
  margin-bottom:25px;
}
.simple-columns.col-3 .red-button {
  display: inline-block;
  margin-top:25px;
  margin-bottom:25px;
}

.signature {
  text-align: right;
  font-weight: bold;
  font-style: italic;
}
.categories .simple-columns .image-wrapper {
  position: relative;
}
.categories .simple-columns .image-wrapper2 {
  position: relative;
}
section:not(.categories) .simple-columns .image-wrapper {
  position: relative;
}
section:not(.categories) .simple-columns .image-wrapper2 {
  position: relative;
}
section:not(.categories) .simple-columns.col-2 .image-wrapper::after {
  content: "";
  display:block;
  position: absolute;
  z-index: 999999;
  bottom:0;
  right:0;
  width:100%;
  height: 100%;
  background-image: url(../images/bar.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
section:not(.categories) .simple-columns.col-2 .image-wrapper2::after {
  content: none;!important
  display:block;
  position: absolute;
  z-index: 999999;
  bottom:0;
  right:0;
  width:100%;
  height: 100%;
  background-image: url(../images/bar.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
.categories .simple-columns .image-wrapper::after {
  content: "";
  display:block;
  position: absolute;
  z-index: 999;
  bottom:0;
  right:0;
  width:100%;
  height: 100%;
  background-image: url(../images/be-yourself.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 9em;
}
.categories .simple-columns .image-wrapper2 ::after {
  content:none;
  display:block;
  position: absolute;
  z-index: 999;
  bottom:0;
  right:0;
  width:100%;
  height: 100%;
  background-image: url(../images/be-yourself.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 9em;
}
.tagline{
  font-size: 3em;
  font-weight: 500;
  margin-top: 55px;
}
.tagline span {
  padding-left: 5px;
  padding-rigth: 5px;
}
.tagline span{
  color:#ffffff;
}
.tagline.smile span,
.smile::after {
  background-color:#ffce38;
}
.tagline.education span,
.education::after {
  background-color:#8834c3;
}
.tagline.health span,
.health::after {
  background-color:#f04e4f;
}
.tagline.care span,
.care::after {
  background-color:#719cff;
}
.simple-columns.col-3 .image-wrapper {
  position: relative;
  background-position: center;
  background-size: cover;
}
.simple-columns.col-3 .image-wrapper2 {
  position: relative;
  background-position: center;
  background-size: cover;
}
.simple-columns.col-3 .image-wrapper::after {
  position: absolute;
  content: "";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index: 1;
  opacity:0;
  transition: all 0.3s ease;
}
.simple-columns.col-3 .image-wrapper2::after {
  position: absolute;
  content: "";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index: 1;
  opacity:0;
  transition: all 0.3s ease;
}
.simple-columns.col-3 .image-wrapper span {
  display: block;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  color:#ffffff;
  font-weight: bold;
  font-size: 3em;
  z-index: 2;
  opacity:0;
  transition: all 0.3s ease;
}
.simple-columns.col-3 .image-wrapper2 span {
  display: block;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  color:#ffffff;
  font-weight: bold;
  font-size: 3em;
  z-index: 2;
  opacity:0;
  transition: all 0.3s ease;
}
.simple-columns.col-3 .image-wrapper:hover span{
  opacity:1;
}.simple-columns.col-3 .image-wrapper2:hover span{
  opacity:1;
}

.simple-columns.col-3 .image-wrapper:hover::after{
  opacity:0.5;
}
.simple-columns.col-3 .image-wrapper2:hover::after{
  opacity:0.5;
}

.fit-width {
  width:100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 0px;
  max-height: none;
}
/*SLIDER SECTION*/
#main-slider {
  position: relative;
  min-height: 33vw;
}
#main-slider-mobile {
  position: relative;
  min-height:65vh;
}
#main-slider-mobile ul li,
#main-slider ul li{
  display:table-cell;
}
#main-slider-mobile ul li img,
#main-slider ul li img{
  max-width: 100vw;
  min-width: 100vw;
  width: 100vw;
  height:auto;
}
#main-slider-mobile ul .slider-element,
#main-slider ul .slider-element {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-size: cover;
  background-position: center;
  opacity:0;
  display: none;
  transition: opacity 0.6s ease;
}
#main-slider-mobile ul .slider-element.active,
#main-slider ul .slider-element.active {
  display: inline-block;
  opacity: 0;
}
#main-slider-mobile ul .slider-element.active.visible,
#main-slider ul .slider-element.active.visible {
  opacity: 1;
}
.slider-controls {
  position: absolute;
  bottom:0;
  left:5%;
  width: 90%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}
.product-slider .slider-controls {
  position: absolute;
  bottom:60px;
  left:0;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 9999;
}

.left-arrow, .right-arrow {
  pointer-events: all;
  width:30px;
  height: 60px;
  position: absolute;
  top:0;
  height:100%;
  cursor: pointer;
}
.left-arrow {
  left:0;
}
.right-arrow {
  right: 0;
}
.left-arrow::before, .right-arrow::before {
  content:"";
  display: block;
  position: absolute;
  top:50%;
  left:50%;
  width:3em;
  height:3em;
  transform-origin: center center;
  border-radius: 3px;
  border-top: 3px solid #1d1d1b;
  border-left: 3px solid #1d1d1b;
  transition: border-color 0.6s ease;
}
.left-arrow::before {
  transform: translate(-50%, -50%)rotate(-45deg);
}
.right-arrow::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.inactive::before {
  border-color: #b3b3ab !important;













   

















































































































































































































































































































































































































































































































  §









































































   
















































































  1

















































































































































































































































  












































   



































































}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

@media only screen and (min-width:981px) {
  .simple-columns  {
    display: grid;
    grid-row-gap: 40px;
    margin: 30px auto;
  }
  .simple-columns.col-2 {
    grid-template-columns: 50% 50%;
  }
  .simple-columns.col-3 {
    grid-column-gap: 3%;
    grid-template-columns: 31% 31% 31%;
  }
  .simple-columns.reverse {
    direction: rtl;
  }
  .simple-columns.reverse p{
    direction: ltr;
    text-align: right;
  }
  .mobile-only {
    display:none !important;
  }
  .wrapper {
    width: 1170px;
    max-width: 1170px;
  }
  .hamburger {
    display: none;
  }
  #main-header nav {
    display: block;
    min-height: 60px;
    position: relative;
  }
  
  #main-header nav ul {
    list-style: none;
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  #main-header nav ul li {
    display: inline-block;
    margin-right: 30px;
    font-size: 1.11em;
  }
  .col-2-txt {
    column-count: 3;
    column-gap:40px;
  }
  .col-2-txt p {
    font-size: 1.30em;
    
  }
}




/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* general mobile css */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

@media only screen and (max-width:980px) {
  #main-header-banner {
    min-height:65vh;
  }
  .image-wrapper {
    min-height: 40vh;
  }
  .image-wrapper2 {
    min-height: 40vh;
  }
  .wrapper {
    width: 90vw;
    max-width: 90vw;
  }
  .desk-only {
    display:none !important;
  }
  p {
    font-size: 1.15em;
    line-height: 1.25em;
    margin-bottom: 0.75em;
    font-weight: 100;
  }
  #main-header>.wrapper {
    position:absolute;
    top:55px;
    left:5vw;
    background-color: #ffffff;
    padding:15px;
    z-index: 9999;
    display: none;
    opacity:0;
    transition: all 0.6s ease;
  }
  #main-header>.wrapper.opened {
    display: block;
    opacity:0;
  }
  #main-header>.wrapper.opened.visible {
    opacity:1;
  }
  #searchbox,
  #main-header>.wrapper nav {
    display: block;
    position: relative;
    top: auto;
    left:auto;
    right:auto;
    bottom:auto;
    margin:0 auto;
    min-height: auto;
    height: auto;
    max-height: auto;
    width:80vw;
  }
  #main-header>.wrapper nav {
    padding-top: 15px;
  }
  #searchbox {
    margin-bottom: 15px;
  }
  #main-header>.wrapper nav ul {
    display: block;
    width:100%;
  }
  #main-header>.wrapper nav ul li{
    display: block;
  }
  #main-header>.wrapper nav ul li a{
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .hamburger {
    margin-left: 5vw;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .hamburger ul {
    display: block;
    
  }
  .hamburger li {
    display: block;
    background-color: #00a389;
    min-height: 6px;
    max-width: 40px;
    margin:5px;
    border-radius: 6px;
    transition: all 0.4s ease;
    opacity: 1;
    transform-origin: center;
    transform: none;
  }
  .hamburger.opened li:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }
  .hamburger.opened li:nth-child(2) {
    opacity:0;
  }
  .hamburger.opened li:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }
  .tagline{
    font-size: 2.45em;
    font-weight: 500;
    margin-top: 55px;
  }
  .left-arrow::before, .right-arrow::before {
    top: 47%;
  }
}




/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#popup-holder {
  display: block;
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  background-image: url(../images/blank.gif);
  z-index: 999999;
  pointer-events: all;
  cursor: pointer;
  opacity:1;
  transition: opacity 0.6s ease;
}
.popup-wrapper {
  position: absolute;
  display: inline-block;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
}

.popup-wrapper::after {
  content:"+";
  color:#ffffff;
  font-size: 30px;
  display: block;
  position: absolute;
  transform-origin: center;
  transform: rotate(-45deg);
  right:-15px;
  top:-15px;
}
.invisible {
  opacity:0 !important;
}
.ball-wrapper {
display:none !important;
}
@media only screen and (min-width: 981px) {
	.popup-wrapper video {
	  max-width:80vw;
	  width:1920px;
	  height: auto;
	}
	.textwrapper, .image-wrapper {
  padding: 35px;
  padding-bottom: 0;
}
.textwrapper, .image-wrapper2 {
  padding: 35px;
  padding-bottom: 0;
}
}
@media only screen and (max-width: 980px) {
	.popup-wrapper video {
	  max-width:90vw;
	  width:1920px;
	  height: auto;
	}
	.textwrapper, .image-wrapper {
  padding: 35px;
}
.textwrapper, .image-wrapper2 {
  padding: 35px;
}
}
.fit-width {
max-width:100%;
width:100%;
min-width:100%;
height:auto;
}




.image-wrapper-sml {
  padding: 25px;
  border-radius: 3px;
}
.image-wrapper-sml {
  background-size: 25%;
  background-position: left center;
  background-repeat: no-repeat;
  color:#ffffff;
  font-weight: bold;
  font-size: 3em;
  text-align: left;
}
.image-wrapper-sml span {
  margin-left:1.5em;
}
.image-wrapper-sml.health {
  background-color: #e65356;
}
.image-wrapper-sml.education {
  background-color: #8a61a7;
}
.image-wrapper-sml.care {
  background-color: #719ffc;
} 
.image-wrapper-sml.smile {
  background-color: #fdcd4a;
}
.video-thumbnail {
  width: 100%;
  height: 16em;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.video-thumbnail::after {
  content:"";
  width:90px;
  height:90px;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-image: url(../images/play-btn.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.video-headline {
  display: block;
  width: 100%;
  padding-left: 2em;
  padding-right: 2em;
  margin-top: 1em;
  text-align: left;
}
@media only screen and (max-width: 980px) {
  .simple-columns.col-3 > div {
    margin-bottom: 15px;
  }
}



.flake {
  color: rgb(247, 252, 243);
  width: 30px;
  height:  30px;
  animation: fall 2s linear forwards infinite;
  animation-delay: 1s;
}

/* animating snowflake in Y-axis  */

@keyframes fall {
  from {
    transform: translateY(-10vh);
  }
  to {
    transform: translateY(100vh);
  }
}
.snowflake {
	background-image:  url(./snowflake.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.container {
  height: 100vh;
  width:100%;
  overflow: hidden;
  position:fixed;
  top:0;
  left:0;
  z-index:99999;
  pointer-events: none;
}
.hero {display: block;
width:100%;
	height: 400px;
	background-image:url(../files/IMG_0881.JPG);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% 25%;
}
.hero1 {display: block;
width:100%;
	height: 400px;
	background-image:url(../files/IMG_0922.JPG);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% 25%;
}
.buttons {
	width: 100%;
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #18eaaa;
}
.textwrapper-color {
  padding: 35px;
  padding-bottom: 0;
	background-color: #dbe7e7;
}