/* Extra small
<576px	Small
≥576px	Medium
≥768px	Large
≥992px	Extra large
≥1200px */

/* LYNN ADDED TO MATCH CSS TO BOOTSTRAP COLUMNS */

/* col-
@media (max-width: 576px){

} */


/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:100i,200,200i,300,300i,400,500,600,700,800,900|Poppins:300,400,500,600,700|Roboto:300,300i,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,800,900");


/* --- FONTS --- */


@font-face {
	font-family: 'VagLight';
	src:url('fonts/VAGRoundedStd-Light.otf');
}

@font-face {
	font-family: 'VagBold';
	src:url('fonts/VAGRoundedStd-Bold.otf');
}

@font-face {
	font-family: 'Gotham';
	src:url('fonts/VAGRoundedStd-Light.otf');
  /* letter-spacing: -0px !important; */
	letter-spacing: 1px !important;
}

@font-face {
	font-family: 'GothamMedium';
	src:url('fonts/VAGRoundedStd-Bold.otf');
	letter-spacing: 1px !important;
}

.col-md-offset-right-1 {
  margin-right: 8.33333333%;
}


/*---------------------------------------------------- */
/*----------------------------------------------------*/

html * {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

body {
  line-height: 24px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  /* color: #6b6d6f; */
  background-color:#3f62b0;
}

body, p, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}


/* Basically, the pricing area on the main page. */
.sectionStyle1 {
			border:0px solid white;
			margin-top:40px !important;
		}

@media (min-width: 768px) {  
		.sectionStyle1 {
			border:0px solid green;
			margin-top:50px !important;
		}
}

/* MI */

/* LYNN comment: Took this from material-kit.css about 21834 and replicated it here.
trying to make it work for all sizes and not just under 991px. This is the problem where the
hamburger is way left... when this code isn't here.

@media all and (max-width: 991px) { */

  [class*="navbar-expand-"]>.container,
  [class*="navbar-expand-"]>.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dropdown-menu.show .dropdown-item.open+.dropdown-menu.show {
    right: 101% !important;
  }
  .dropdown-menu.show .dropdown-item.open+.dropdown-menu.show .dropdown-item.open+.dropdown-menu,
  .dropdown-menu.show .dropdown-item.open+.dropdown-menu.show .dropdown-item.open+.dropdown-menu.show {
    left: -165px !important;
  }
  .navbar .navbar-collapse .navbar-nav>li.button-container {
    padding: 15px;
  }
  .carousel .card .card-body {
    max-width: 340px;
    margin: 0 auto;
    min-height: 400px;
  }
  .navbar-collapse {
    position: fixed;
    display: block;
    top: 0px;
    height: 100vh;
    width: 230px;
    right: 0;
    margin-right: 0 !important;
    z-index: 1032;
    visibility: visible;
    background-color: #999;
    overflow-y: visible;
    border-top: none;
    text-align: left;
    padding-right: 0;
    padding-left: 0;
    max-height: none !important;
    -webkit-transform: translate3d(230px, 0, 0);
    -moz-transform: translate3d(230px, 0, 0);
    -o-transform: translate3d(230px, 0, 0);
    -ms-transform: translate3d(230px, 0, 0);
    transform: translate3d(230px, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  }
  .navbar-collapse::after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #fff;
    display: block;
    content: "";
    z-index: 1;
  }
  .navbar-collapse .dropdown-toggle:after {
    position: absolute;
    right: 16px;
    margin-top: 8px;
  }
  .navbar-collapse .navbar-nav {
    position: relative;
    z-index: 3;
  }
  .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #3C4858;
    margin: 5px 15px;
  }
  .navbar-collapse .navbar-nav .nav-item.active .nav-link,
  .navbar-collapse .navbar-nav .nav-item.active .nav-link:hover,
  .navbar-collapse .navbar-nav .nav-item.active .nav-link:focus,
  .navbar-collapse .navbar-nav .nav-item.active .nav-link:active {
    background-color: #ecedef;
    color: #3C4858;
  }
  .navbar-collapse .navbar-nav .nav-item.button-container .nav-link {
    margin: 15px;
  }
  .navbar-collapse .navbar-nav .nav-item:after {
    width: calc(100% - 30px);
    content: "";
    display: block;
    height: 1px;
    margin-left: 15px;
    background-color: #e5e5e5;
  }
  .navbar-collapse .navbar-nav .nav-item:last-child:after {
    display: none;
  }
  .nav-open .navbar-collapse {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  .nav-open .navbar-translate {
    -webkit-transform: translate3d(-230px, 0, 0);
    -moz-transform: translate3d(-230px, 0, 0);
    -o-transform: translate3d(-230px, 0, 0);
    -ms-transform: translate3d(-230px, 0, 0);
    transform: translate3d(-230px, 0, 0);
  }
  .navbar .navbar-translate {
    width: 98%;                   /* ALSO CHANGED THIS from 100% */
    position: relative;
    display: flex;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: transform 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: transform 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: transform 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: transform 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: transform 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  }
  .navbar .dropdown.show .dropdown-menu {
    display: block;
  }
  .navbar .dropdown .dropdown-menu {
    display: none;
  }
  .navbar .dropdown-menu .dropdown-item {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .navbar .dropdown.show .dropdown-menu,
  .navbar .dropdown .dropdown-menu {
    background-color: transparent;
    border: 0;
    padding-bottom: 15px;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    transform: none !important;
    width: auto;
    margin-bottom: 15px;
    padding-top: 0;
    height: 300px;
    animation: none;
    opacity: 1;
    overflow-y: scroll;
  }
  .navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon {
    background-color: #fff;
  }
  #bodyClick {
    height: 100%;
    width: 100%;
    position: fixed;
    opacity: 0;
    top: 0;
    left: auto;
    right: 230px;
    content: "";
    z-index: 1029;
    overflow-x: hidden;
  }
  #navbar .navbar-collapse,
  #navigation .navbar-collapse {
    display: none !important;
  }


/* }
 END LYNN comment */

.card-description {
  min-height:120px !important;
}

.media-heading {
  font-family: "Montserrat", sans-serif;
}

.bgimage {
  width:130%;
  min-height:585px;
  background: url('../img/people_smile_v2.png');
  background-repeat: no-repeat;
  background-size:cover;
}

.buttonOne {
  border-radius:4px;
  border:0px solid black;
  width:150px;
  padding:7px 13px;
  color:#333333;
  font-size:large;
  background-color:#54ecc9;
  margin:10px;
}

.mi_subtitle {
  margin-bottom:20px !important;
}

.mi_buttonBarMainArea {
  margin-bottom:15px !important;
}


/* SECTION 2 */

/* MI title */

.mi_title {
  text-align: center;
  color:white;
}

.mi_title h2 {
  font-size: 35px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.bgimage_section2 {
  max-width:100%;
  min-height:550px;
  background: url('../img/relieve-stress.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
	padding:4%;
}


.bg_section4 {
  width:100%;
  min-height:550px;
  background-color:white;
	padding:4%;
}

/* END MI */
		
/* col-sm */
@media (max-width: 576px) {
		/*.section2_main {
			margin-left:30% !important;
		} */
	
		.megaWoman {
			margin-left:5% !important;
			max-width:90% !important;
	}
	
		
	.badgesImg {
		max-width:90% !important;
		margin:auto;
	}
	
}


/* col-sm */
@media (max-width: 768px) {  	/* UNDER 768px */

		/* SECTION 2 */

		.bgimage_section2 {
			/* padding:2% 10% !important; */
			}


		.section2_ppg {
			border:0px solid yellow;
			background:rgba(255, 248, 242, .6);
			color:black;
			padding:5px;
			margin-left:0%;
			}

		/* added this inline .section2_title {
			background:rgba(255, 248, 242, .6);
			padding:0px;
			margin:0%;
			} */

			/* SECTION 2 END */

		.mi_subtitle {
			margin-bottom:10px;
			}

		.mi_buttonBarMainArea {
			margin-bottom:15px;
			}



	.theapp_logo {
		border:0px solid yellow;
		float:center;
		text-align:center;
		margin:5% 0px !important;
		width:100%;
	}

	/* moved inline .theapp_getit {
		border:0px solid yellow;
		float:center;
		text-align:center;
		margin:5% 0px !important;
		width:100%;
	} */

	.theapp_slogan {
		border:0px solid yellow;
		float:center;
		text-align:center;
		margin:5% 0px !important;
		width:100% !important;
	}

}

/* from: https://stackoverflow.com/questions/28269552/show-and-hide-navbar-using-javascript-for-scroll-and-hover-functions */

 .navbar-transparent a.navbar-brand {
  color:transparent;
}

.navbar.navbar-transparent .navbar-toggler {
    background:rgba(255, 248, 242, .85);
    padding:6px 4px;
}

.navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon  {
  background-color:black !important;
}

/*
#shownav {
    height: 20px;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.navbar.hideme {
    opacity: 0;
} */


/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Area css
============================================================================================ */

footer ul {
    text-align: left;
}

.footer_area {
  background: #EFF1FF;
  position: relative;
  margin: 80px 0px 0px 0px;
  padding-bottom:40px;
}

.mi_footer_li_title {
  color:#222222 !important;
  margin:30px 0px 10px 0px;
  font-style:oblique;
}

.mi_footer_button {
  border:1px solid darkblue;
  border-radius:15px;
  color:darkblue;
  padding:5px 10px;
  margin:0px 10px 0px 0px;
  text-align:center !important;
  display:inline-block !important;
}

.footer_area:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/triangle-shap-1.png) no-repeat scroll center center;
  background-size: cover;
  width: 100%;
  min-height: 74px;
}

.footer_widget_area {
  padding: 0px 0px;
}

.f_title {
  padding-bottom: 30px;
}

.f_title h3 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: .36px;
  color: #424242;
  position: relative;
  padding-bottom: 10px;
}

/* ----- */


@media (max-width: 600px) {

	.footer_widget_inner .col-xs-6{
		width: 100%;
	}
	.footer_widget_inner .col-xs-3{
		width: 100%;
	}
}


/* FROM DRIMO CSS */


/* End Blog Ms Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Subscrib Area css
============================================================================================ */
.subscrib_area .subscrib_inner {
  border-bottom: 0px solid darkgray;
  padding-bottom: 100px;
  text-align: center;
}

.subscrib_area .subscrib_inner .main_title {
  padding-bottom: 30px;
}

.subscrib_area .subscrib_inner .main_title p {
  /* max-width: 520px; */
}

.subscrib_area .subscrib_inner .input-group {
  max-width: 525px;
  margin: auto;
  display: block;
  position: relative;
  width: 100%;
  height: 25px;
}

.subscrib_area .subscrib_inner .input-group input {
  height: 55px;
  padding: 0px 172px 0px 25px;
  border-radius: 31px;
  border: 1px solid darkgray;
  border-right: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background: transparent;
  width: 100%;
  display: block;
}

/* .subscrib_area .subscrib_inner .input-group input.placeholder {
  font-family: "Poppins", sans-serif, FontAwesome;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: .36px;
  color: #6b6d6f;
}

.subscrib_area .subscrib_inner .input-group input:-moz-placeholder {
  font-family: "Poppins", sans-serif, FontAwesome;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: .36px;
  color: #6b6d6f;
}

.subscrib_area .subscrib_inner .input-group input::-moz-placeholder {
  font-family: "Poppins", sans-serif, FontAwesome;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: .36px;
  color: #6b6d6f;
}

.subscrib_area .subscrib_inner .input-group input::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif, FontAwesome;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: .36px;
  color: #6b6d6f;
}
 */
.subscrib_area .subscrib_inner .input-group .input-group-btn {
  display: block;
  white-space: normal;
  position: absolute;
  right: 0px;
  border-radius: 31px;
  top: -5px;
  /* -webkit-box-shadow: 0px 4px 12.35px 0.65px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 12.35px 0.65px rgba(0, 0, 0, 0.12); */
}

.subscrib_area .subscrib_inner .input-group .input-group-btn .btn-default {
  height: 55px;
  padding: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 0px;
  border: none;
  background: transparent;
  position: relative;
  width: 110px;
  text-align: center;
  border-radius: 31px;
  z-index: 3;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
}

.subscrib_area .subscrib_inner .input-group .input-group-btn .btn-default:before {
  content: "";
  height: 100%;
  width: 100%;
  background: #e3ccfc;
  background: -moz-linear-gradient(left, #e3ccfc 0%, #8fcdfc 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #e3ccfc), color-stop(100%, #8fcdfc));
  background: -webkit-linear-gradient(left, #e3ccfc 0%, #8fcdfc 100%);
  background: -o-linear-gradient(left, #e3ccfc 0%, #8fcdfc 100%);
  background: -ms-linear-gradient(left, #e3ccfc 0%, #8fcdfc 100%);
  background: -webkit-gradient(linear, left top, right top, from(#e3ccfc), to(#8fcdfc));
  background: linear-gradient(to right, #e3ccfc 0%, #8fcdfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3ccfc', endColorstr='#8fcdfc', GradientType=1 );
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 31px;
  z-index: -1;
}



/* End Reparing Center Area css -- NOT WORKING REMOVE FIX TO-DO
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.pre_inner {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  -webkit-filter: url("#goo");
  filter: url("#goo");
  -webkit-animation: rotate-move 3s ease-in-out infinite;
  animation: rotate-move 3s ease-in-out infinite;
}

.dot {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.dot-3 {
  background-color: #fc5a1a;
  -webkit-animation: dot-3-move 2s ease infinite, index 6s ease infinite;
  animation: dot-3-move 2s ease infinite, index 6s ease infinite;
}

.dot-2 {
  background-color: #0083ff;
  -webkit-animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite;
  animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite;
}

.dot-1 {
  background-color: #d30039;
  -webkit-animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite;
  animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite;
}

@-webkit-keyframes dot-3-move {
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: translateY(-18px) scale(0.45);
    transform: translateY(-18px) scale(0.45);
  }
  60% {
    -webkit-transform: translateY(-90px) scale(0.45);
    transform: translateY(-90px) scale(0.45);
  }
  80% {
    -webkit-transform: translateY(-90px) scale(0.45);
    transform: translateY(-90px) scale(0.45);
  }
  100% {
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}

@keyframes dot-3-move {
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: translateY(-18px) scale(0.45);
    transform: translateY(-18px) scale(0.45);
  }
  60% {
    -webkit-transform: translateY(-90px) scale(0.45);
    transform: translateY(-90px) scale(0.45);
  }
  80% {
    -webkit-transform: translateY(-90px) scale(0.45);
    transform: translateY(-90px) scale(0.45);
  }
  100% {
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}

@-webkit-keyframes dot-2-move {
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: translate(-16px, 12px) scale(0.45);
    transform: translate(-16px, 12px) scale(0.45);
  }
  60% {
    -webkit-transform: translate(-80px, 60px) scale(0.45);
    transform: translate(-80px, 60px) scale(0.45);
  }
  80% {
    -webkit-transform: translate(-80px, 60px) scale(0.45);
    transform: translate(-80px, 60px) scale(0.45);
  }
  100% {
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}

@keyframes dot-2-move {
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: translate(-16px, 12px) scale(0.45);
    transform: translate(-16px, 12px) scale(0.45);
  }
  60% {
    -webkit-transform: translate(-80px, 60px) scale(0.45);
    transform: translate(-80px, 60px) scale(0.45);
  }
  80% {
    -webkit-transform: translate(-80px, 60px) scale(0.45);
    transform: translate(-80px, 60px) scale(0.45);
  }
  100% {
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}

@-webkit-keyframes dot-1-move {
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: translate(16px, 12px) scale(0.45);
    transform: translate(16px, 12px) scale(0.45);
  }
  60% {
    -webkit-transform: translate(80px, 60px) scale(0.45);
    transform: translate(80px, 60px) scale(0.45);
  }
  80% {
    -webkit-transform: translate(80px, 60px) scale(0.45);
    transform: translate(80px, 60px) scale(0.45);
  }
  100% {
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}

@keyframes dot-1-move {
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: translate(16px, 12px) scale(0.45);
    transform: translate(16px, 12px) scale(0.45);
  }
  60% {
    -webkit-transform: translate(80px, 60px) scale(0.45);
    transform: translate(80px, 60px) scale(0.45);
  }
  80% {
    -webkit-transform: translate(80px, 60px) scale(0.45);
    transform: translate(80px, 60px) scale(0.45);
  }
  100% {
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}

@-webkit-keyframes rotate-move {
  55% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  80% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate-move {
  55% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  80% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes index {
  0%, 100% {
    z-index: 3;
  }
  33.3% {
    z-index: 2;
  }
  66.6% {
    z-index: 1;
  }
}

@keyframes index {
  0%, 100% {
    z-index: 3;
  }
  33.3% {
    z-index: 2;
  }
  66.6% {
    z-index: 1;
  }
}
*/
/*--------------------------*/
