/* UNIVERSAL */

body {
	font-family: 'IBM Plex Sans', sans-serif;
	color: #3F3C47;
	background: linear-gradient(to right, #DCE8E5, #DAF2EC);
}
h1 {
	font-size: 56px;
	font-weight: 600;
}
h2 {
	color: #019390;
	font-size: 42px;
	font-weight: 600;
}
.green-txt {
	color: #019390;
}

/* BUTTONS */

.btn-primary {
	background-color: #F4822E;
	border-color: #F4822E;
	border-radius: 5px;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
	.btn-primary:hover {
		background-color: #D57631;
		border-color: #D57631;
	}

/* HEADER & NAVIGATION */

header {
	padding: 12px 0 10px;
	background-color: #fff;
	position: fixed;
	width: 100%;
	z-index: 99;
	top: 0;
	box-shadow: 0 0 15px #CBE7E2;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#logo {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#menuToggle
{
  display: block;
  position: relative;
  top: 10px;
  left: 320px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -340px;
  padding: 30px;
  padding-top: 90px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  box-shadow: 0 0 15px #CBE7E2;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 6px 0;
  font-size: 18px;
}
	#menu li a {
		color: #514F56;
		font-weight: 600;
	}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

/* HOME */

.intro-video-section {
	background: linear-gradient(-190deg,#019390 40%, #2E3192);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-top: 170px;
	text-align: center;
	color: #fff;
	padding: 50px 200px 0;
	box-shadow: 0 0 15px #CBE7E2;
}
	.intro-video-section h2 {
		font-size: 28px;
		color: #fff;
		font-weight: 300;
	}
	.intro-video-section h4 {
		font-size: 15px;
		color: #fff;
		font-weight: 600;
		margin-top: 30px;
	}
.video-iframe {
	margin: 20px auto;
	margin-bottom: -88px;
	z-index: 50;
	position: inherit;
	border: 5px solid #fff;
}
.benefits-section {
	padding-top: 120px !important;
}
.white-section {
	background: #fff;
	padding: 70px 40px 70px 30px;
	border-bottom: 2px solid #DCE8E5;
	position: relative;
	box-shadow: 0 0 15px #CBE7E2;
}
	.white-section p {
		font-size: 18px;
		padding-top: 10px;
	}
	.white-section h2 {
		margin-top: 0;
		margin-bottom: 15px;
	}
	.white-section h3 {
		margin-top: 12px;
		font-size: 21px;
		line-height: 1.2;
		font-weight: 300;
	}
	.desk-img {
		margin-top:160px;
	}
.green-bg-box {
	background: #DCE8E5;
	text-align: center;
	min-height: 270px;
	margin-bottom: 15px;
	margin-right: -15px;
}
	.green-bg-box img {
		margin: 0 auto;
		padding: 24px 0 12px;
	}
	.green-bg-box h5 {
		font-size: 60px;
		font-weight: 600;
		color: #019390;
		margin-top: 0;
		margin-bottom: 0;
		padding: 42px 0 0;
	}
	.green-bg-box p {
		font-size: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.green-bg-box-subtitle {
		font-size: 24px;
		font-weight: 600;
		color: #019390;
	}
.beige-bg-box {
	background: #F6F1E5;
	min-height: 475px;
	margin-bottom: 15px;
	margin-right: -15px;
	padding: 15px 25px;
}
	.beige-bg-box h5 {
		font-size: 24px;
		font-weight: 600;
	}
ul#navigation {
	text-align: right;
	margin-top: 35px;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
	ul#navigation a {
		color: #514F56;
		font-size: 16px;
		font-weight: 600;
		padding-left: 15px;
	}
.side-navigtion h4 {
	font-weight: 600;
	font-size: 15px;
}
.side-navigtion ul {
	list-style-type: none;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
    -webkit-padding-start: 0;
}
	.side-navigtion ul li {
		padding-left: 20px;
		margin-top: 10px;
		font-weight: 600;
	}
	.side-navigtion ul li.active-side-navigation {
		background: url(../images/nav-arrow.png) no-repeat left;
	}
	.side-navigtion ul li a {
		color: #BCDCD4;
	}
		.side-navigtion ul li.active-side-navigation a {
			color: #019390;
		}
.darker-green-bg {
	background: #DCE8E5;
}
.light-green-bg {
	background: #F5F7F6;
}
.process-number-list {
	color: #019390;
	min-height: 150px;
}
	.process-number-list p {
		margin-bottom: 0;
		font-weight: 600;
		font-size: 16px;
	}
	.process-number-list h5 {
		font-size: 60px;
		font-weight: 600;
		margin-top: 0;
	}
.process-content-list {
	min-height: 150px;
}
.circle-arrow {
	position: absolute;
    bottom: -25px;
    z-index: 30;
    left: 200px;
}
.hideme
{
    opacity:0.1;
}
.help-list {
	min-height: 206px !important;
}
.help-couple {
    width: 50%;
}

/* FOOTER */

.contact-section {
	background: linear-gradient(-190deg,#019390 40%, #2E3192);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 70px;
	box-shadow: 0 0 15px #CBE7E2;
}
	.character-footer {
		position: absolute;
		left: 50px;
		top: 30px;
	}
.contact-section h2 {
	color: #fff;
}
.contact-section .text-muted {
	color: #BCDCD4
}
.contact-section .form-control {
	border: none;
	font-size: 16px;
	font-weight: 600;
	color: #3F3C47;
	padding: 20px 16px;
}
	.contact-section .form-actions .btn {
		width: 100%;
	}
.contact-details {
	padding-top: 90px;
}
.footer-terms {
	padding: 35px 0;
	text-align: center;
	color: #67BCBB;
}
.footer-terms p {
	font-size: 17px;
}
p.author-link {
	font-size: 15px;
}
	.author-link a {
		color: #67BCBB;
		font-weight: bold;
		text-decoration: underline;
	}
		.author-link a:hover {
			text-decoration: none;
		}
	
	