/*
Theme Name: MRF Theme
Theme URI: myresumeformat.com
Author: Ningning Niumai
Author URI: myresumeformat.com
Description:  Wordpress theme for Bootstrap 4
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: MRF Theme
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #545454;
  line-height: 1.75rem;
}
h1, h2, h3, h4, h5, h6 {
  /*font-family: 'Titillium Web', serif;*/
  font-family: 'Open Sans', sans-serif;
}
.form-control::-webkit-input-placeholder { color: #cccccc; font-size: 0.9rem; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #cccccc; font-size: 0.9rem; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #cccccc; font-size: 0.9rem; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #cccccc; font-size: 0.9rem; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #cccccc; font-size: 0.9rem; }  /* Microsoft Edge */
button:focus, .carousel {
  outline:0;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}
a {
  color: #3A3A3A;
}
a:hover, a:active, a:focus {
  color: #07b068;
  text-decoration: none;
}
.logo {
  height: 40px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover, a:focus {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}
.btn {
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 2px;
  font-size: 14px;
  padding-bottom: 8px;
}
.btn:hover {
  text-decoration: none;
}
.btn-sm {
  font-size: 70%;
}
.btn-primary, .btn-success {
  background-color: #08ca77;
  border-color: #08ca77;
}
.btn-primary:hover, .btn-success:hover {
  color: #08ca77;
  background-color: transparent;
  border-color: #08ca77;
}
.btn-default {
  background-color: #fff;
  border-color: #08ca77;
  color: #08ca77;
}
.btn-default:hover {
  background-color: #08ca77;
  border-color: #08ca77;
  color: #fff;
}
.btn-secondary {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #0275d8;
  border-color: #0275d8;
  color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #08ca77;
  border-color: #08ca77;
}
.btn-info:hover {
  color: #fff;
  background-color: #07b068;
  border-color: #07b068;
}
.btn-light {
  color: #08ca77;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:hover {
  color: #fff;
  background-color: #07b068;
  border-color: #07b068;
}
.btn-outline-info {
  color: #08ca77;
  background-image: none;
  background-color: transparent;
  border-color: #08ca77;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #08ca77;
  border-color: #08ca77;
}
.btn-outline-primary {
  color: #fff;
  background-image: none;
  background-color: transparent;
  border-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #08ca77;
  border-color: #08ca77;
}
.btn-outline-light {
  color: #08ca77;
  background-image: none;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: #08ca77;
  border-color: #fff;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.category-blog .page-title, .category-9 .page-title, .category-resume-sample .page-title {
	display: none;
}
.category-blog a, .category-resume-samples a, .category-resume-sample a,  {
	color: #08ca77;
}
.category-blog a:hover, .category-resume-samples a:hover, .category-resume-sample a:hover,  {
	color: #07b068;
}
.category-blog .post-thumbnail img, .category-resume-samples .post-thumbnail img, .category-resume-sample .post-thumbnail img {
	border-radius: 2px;
    margin-bottom: 30px;
}
.category-blog .entry-content .more-link, .category-resume-samples .entry-content .more-link, .category-resume-sample .entry-content .more-link {
	display: block;
	color: #08ca77;
}
.category-blog .entry-header .entry-title, .category-resume-samples .entry-header .entry-title, .category-resume-sample .entry-header .entry-title {
	font-weight: 700;
    font-size: 2.05rem;
	color: #333;
	font-family: 'Titillium Web', serif;
}
.category-blog h1, .category-blog h2, .category-blog h3, .category-blog h4, .category-resume-samples h1, .category-resume-samples h2, .category-resume-samples h3, .category-resume-samples h4, .category-resume-sample h1, .category-resume-sample h2, .category-resume-sample h3, .category-resume-sample h4, {
	font-weight: 700;
	font-family: 'Titillium Web', serif;
	color: #333;
}
.category-blog .entry-content p, .category-resume-samples .entry-content p, .category-resume-sample .entry-content p {
	font-size: 18px;
    line-height: 1.65;
	font-family: 'Georgia', sans-serif;
    color: #333;
}
.category-blog .entry-content li, .category-resume-samples .entry-content li, .category-resume-sample .entry-content li {
	font-size: 18px;
    line-height: 1.65;
	font-family: 'Georgia', sans-serif;
    color: #333;
	margin-bottom: 10px;
}
.category-blog .entry-footer .tags-links a, .category-resume-samples .entry-footer .tags-links a, .category-resume-sample .entry-footer .tags-links a {
	border-left: 2px solid #0acb76;
    border-radius: 2px;
    display: inline-block;
    padding: 0px 10px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #f3f3f3;
	color: #3A3A3A;
}
.category-blog .entry-footer .tags-links a:hover, .category-resume-samples .entry-footer .tags-links a:hover, .category-resume-sample .entry-footer .tags-links a:hover {
	color: #08ca77;
	border-color: #08ca77;
	background-color: #e6f1ec;
}
.entry-meta, .entry-meta a {
	color: #9a9a9a;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.headerbg {
  background-color: #fff;
}
.headerbg__slideshow {
  padding: 100px 0 0;
  text-align: center;
}
.headerbg__slideshow h1 {
  font-size: 44px;
  font-weight: 300;
  margin-bottom: 30px;
}
.headerbg__slideshow em {
  color: #08ca77;
}
.headerbg__slideshow .lead {
  margin-bottom: 30px;
}
.headerbg__slideshow img {
  margin-top: 20px;
}
@media (max-width: 767px) {
	.headerbg__slideshow .lead br {
		display: none;
	}	
}
.home__clients {
  text-align: center;
  padding: 70px 0 50px;
  background-color: #f4f4f4;
}
.home__clients img {
  margin-bottom: 30px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  width: 70%;
}
.home__about {
  background-color: #fff;
  padding: 100px 0;
}
.home__about h2 {
  font-size: 44px;
  font-weight: 300;
  margin-bottom: 30px;
}
.home__about img {
  width: 90%;
}
.home__about--blocks {
  margin-top: 100px;
}
@media (max-width: 767px) {
	.home__about--blocks {
  		margin-top: 20px;
	}
}
.home__about--blocks .icon {
  font-size: 44px;
  color: #08ca77;
}
.home__testimonial {
  background-color: #545454;
  padding: 0 0 80px;
  color: #fff;
}
.home__testimonial h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 30px;
  min-height: 150px;
}
.home__testimonial h5, .home__testimonial p {
  line-height: 1.5;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 767px) {
	.home__testimonial {
		padding: 40px 0 80px;
	}
	.home__testimonial .carousel-caption .float-right {
		float: left !important;
	}
	.home__testimonial h3 {
  		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.home__testimonial .carousel-caption .img-fluid {
		width: 80px;
		height: 80px;
	}
}

.home__testimonial .carousel-indicators {
  display: none;
}
.home__testimonial .carousel-item {
	min-height: 380px;
}
/*--------------------------------------------------------------
# Resume Sample
--------------------------------------------------------------*/
.page-id-280 .entry-header .entry-title, .page-id-548 .entry-header .entry-title {
	display: none;
}
.resume.modal-lg {
	width: 65%;
    max-width: 85%;
}
.resume .modal-header p {
	margin-bottom: 0;
}
.resume .modal-body {
	padding: 0;
    background-color: transparent;
}
.resume .modal-body img, .resume__sample img {
	border-radius: 2px;
}
.resume.modal .close {
	position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 1px 0 #000;
    opacity: 0.8;
}
.resume__sample .carousel-caption img {
	box-shadow: 0 2px 10px 5px #eee;
}
.resume__sample {
  background-color: #fff;
  padding: 0 0 80px;
  color: #545454;
}
.resume__sample .carousel-indicators {
  display: none;
}
@media (min-width: 768px) {
	.resume__sample .carousel-item {
		min-height: 350px;
	}
}
@media (min-width: 991px) {
	.resume__sample .carousel-item {
		min-height: 480px;
	}
}
@media (min-width: 1200px) {
	.resume__sample .carousel-item {
		min-height: 560px;
	}
}
@media (max-width: 767px) {
	.resume__sample .carousel-item {
		min-height: 270px;
	}
}
@media (max-width: 575px) {
	.resume__sample .carousel-item {
		min-height: 700px;
	}
}
.resume__sample .carousel-caption {
    right: 10%;
    left: 10%;
    top: 5%;
}
.resume__sample h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 30px;
  min-height: 150px;
  color: #545454;
}
.resume__sample h5, .resume__sample p {
  line-height: 1.5;
  font-weight: 300;
  margin: 0;
  color: #545454;
}
.resume__sample .carousel-control-prev-icon {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEI1OTE1Nzk3QTREMTFFOEFDQzk4NDVCODNBQjRCOTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEI1OTE1N0E3QTREMTFFOEFDQzk4NDVCODNBQjRCOTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QjU5MTU3NzdBNEQxMUU4QUNDOTg0NUI4M0FCNEI5MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QjU5MTU3ODdBNEQxMUU4QUNDOTg0NUI4M0FCNEI5MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlgVfJEAAAJBSURBVHja7N09SgNRFIbhXAmo69Ed+NuICxIlhaDL0Wgl2Lsj7cZ70UBIo8ZMYOZ7Dpwmjea+T4ZMmild101M7uw4AgAMAAYAA4DJm2nff6CUknCO53UP694uXhjK3dXUZ2Aj8R/q7n6f52xQ/32T2ucGxP9ox7i0s22c68b6ALDR+Iu9GgoAXwL/f9lfnfe6b+4CcuNf1H0FQHwAxAdAfADEB0B8AMQHQHwAxAdAfADEB0B8AMQHQHwAxAdAfADEB0B8AMQHQHwAxAdAfADEB0B8ANaaM/FzAbT4j+JnAhA/GID4wQDEDwYgfjAA8YMBiB8MQPxgAOIHAxA/GID4wQDEDwYgfjAA8YMBnIqfC6DFn4ufCUD8YADiBwMQPxiA+MEAxA8GIH4wAPGDAYgfDED8YADiBwMQPxiA+K4Ak85R5wJ4qXs5+XrG3urs132qeyTFuK8AELgLgMDvABDEA4AAAAgAgAAACACAAAAIAIAAAAgA+AuCZwjGDeAnBHsQjB8ABABAAAAEAEAAAAQAQAAABABAAAAEAEAAAAQAQADAOgiOJR8vgN8geIJg3AAgAAACACAAAAIAIAAAAgAgAAACACAAAAIAIABgDQQnAGQjmI8ZAQDhCAAIRwBAOAIAwhEAEI4AgHAEAIQjACAcAQDhCAAIRwBAOAIAwhEA0A+CAwByEdzUvR/Mu+i6rtcNmPZgzPYAzPZmr7d1rpva0nekUkoKgnbZv1sGMIQpIZ9S4zuAAcAAYAAwAJjFfAowAMPMuH4+RbAbAAAAAElFTkSuQmCC');
	background-size: 32px;
}
.resume__sample .carousel-control-next-icon {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEI1OTE1N0Q3QTREMTFFOEFDQzk4NDVCODNBQjRCOTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEI1OTE1N0U3QTREMTFFOEFDQzk4NDVCODNBQjRCOTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QjU5MTU3QjdBNEQxMUU4QUNDOTg0NUI4M0FCNEI5MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QjU5MTU3QzdBNEQxMUU4QUNDOTg0NUI4M0FCNEI5MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqyWbqkAAAJTSURBVHja7N0xbtNgGIDhGlUCztMjQAsL4kAtCKlLjwMtA0Ji7wDngQHJ/SOWqMqWBNV+n0/6hjZL5Pex43Sop3meT0x3njkEABgADAAGANOb06W80Wmatn+8Gvtz7Le1Bzr2t7QlXgE+jb0e+3nsW+fwAYQtYbfiz1v7Z+0Ijn5cFwTg8lH8BIJjH9clfQTcj/294/fPfRw07gF+jH0HQfsmEALfAiDwhyAI8gAgAAACACAAAAIAIAAAAgAgAAACACAAAAIAIAAAAgAgAAACACAAAAIAIAAAAgAgAAACAPZB8AaANoIva0MAQBwBAHEEAMQRABBHAEAcAQBxBADEEQAQRwBAHAEAcQQAxBEAEEcAQBwBAP8PwQUAbQS3TxEBAHEEAMQRABBHAEAcAQBxBADEEQAQRwBAHAEAcQQAxBEAEEcAQBwBAE93ZleAdc+rsXdjX+54bfMsxPdjvwMgPgDiAyA+AOIDID4A4gMgPgDiAyA+AOIDIP6ec6rZQeN/HftiKfFdAeLxAYjHByAeH4B4fADi8QGIxwcgHh+AeHwA4vEBiMcHIB4fgHh8AOLxAdg9ryvxAdgd/64SH4B4fADi8QGIxwcgHr8OIB+/DED8MADxwwDEDwMQPwxA/DAA8cMAzsXvAtjEvxW/CUD8MADxwwDEDwMQPwxA/DAA8cMAxA8DED8MQPwwAPHDAMQPAxA/DuBM/DaAm7EfxT/wzPO8iN2aDyf/nqm3eeDihT777RL/V/D12L9jfznz95/p0dll3AMYAAwABgADgFn7PAgwALydtgG3s4VDAAAAAElFTkSuQmCC');
	background-size: 32px;
}
.resume__sample .carousel-control-next-icon, .resume__sample .carousel-control-prev-icon {
    width: 32px;
    height: 32px;
}
.resume__sample .carousel-control-next, .resume__sample .carousel-control-prev {
	width: 5%;
}
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing-table .block-heading {
  padding-top: 50px;
  margin-bottom: 40px;
  text-align: center; 
}

.pricing-table .block-heading h2 {
  color: #08ca77;
}

.pricing-table .block-heading p {
  text-align: center;
  max-width: 420px;
  margin: auto;
  opacity: 0.7; 
}

.pricing-table .heading {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
}

.pricing-table .item {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  border-top: 2px solid #08ca77;
  padding: 30px;
  overflow: hidden;
  position: relative; 
}

.pricing-table .col-md-5:not(:last-child) .item {
  margin-bottom: 30px; 
}

.pricing-table .item button {
  font-weight: 600; 
}

.pricing-table .ribbon {
  width: 160px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: #08ca77;
  transform: rotate(45deg);
  position: absolute;
  right: -42px;
  top: 20px;
  padding-top: 4px; 
}

.pricing-table .item p {
  text-align: center;
  margin-top: 20px;
  opacity: 0.7; 
}

.pricing-table .features .feature {
  font-weight: 600; }

.pricing-table .features h4 {
  text-align: center;
  font-size: 14px;
  padding: 5px; 
}

.pricing-table .price h4 {
  margin: 15px 0;
  font-size: 24px;
  text-align: center;
  color: #08ca77; 
}

.pricing-table .buy-now button {
  text-align: center;
  margin: auto;
  font-weight: 600;
  padding: 9px 0; 
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.page-id-35 .entry-header {
	display: none;
}
.about__header {
	color: #3A3A3A;
	text-align: center;
	padding: 0 0 60px;
}
.about__header h1 {
	font-weight: 300;
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.about__header h6 {
	font-weight: 700;
	margin-bottom: 30px;
	font-size: 22px;
}
.about__header span {
	color: #08ca77;
}
.about__feature img {
	margin-bottom: 30px;
	border-radius: 2px;
}
.about__mission p, .about__vision p {
	font-size: 18px;
	font-weight: 300;
}
.about__us {
	padding: 100px 0;
}
.about__us h2 {
	font-size: 22px;
	line-height: 1.75;
	text-align: center;
}
.about__team {
	padding: 100px 0 20px;
}
.about__team h1 {
	font-weight: 700;
	margin-bottom: 30px;
	font-size: 22px;
}
.about__team h2 {
	font-weight: 300;
	margin-bottom: 50px;
    font-size: 18px;
    line-height: 1.5;
}
.about__team--picture img {
	border-radius: 50%;
	width: 80%;
	/* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
}
/* 
.about__team--picture img:hover {
	transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
} */
.home_heart {
    text-align: center;
    color: #08ca77;
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 18px;
    vertical-align: middle
}
.heart_pulse {
    -webkit-animation: heart_pulse 1s linear infinite;
    -moz-animation: heart_pulse 1s linear infinite;
    -ms-animation: heart_pulse 1s linear infinite;
    animation: heart_pulse 1s linear infinite
}
@keyframes heart_pulse {
    0% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    50% {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -o-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
@-moz-keyframes heart_pulse {
    0% {
        -moz-transform: scale(1.1);
        transform: scale(1.1)
    }
    50% {
        -moz-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1)
    }
}
@-webkit-keyframes heart_pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@-ms-keyframes heart_pulse {
    0% {
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    50% {
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq {
	margin-top: 30px;
}
.faq__list {
	border-bottom: 1px solid #eee;
    margin-bottom: 24px;
}
.faq__list h3 {
	font-weight: 700;
	font-size: 18px;
	border-left: 4px solid #0acb76;
    padding-left: 10px;
}
.faq__sidebar {
	padding: 30px;
    background-color: #08ca77;
    color: #fff;
    border-radius: 2px;
}
.faq__sidebar h5 {
	border-bottom: 1px solid #fff;
    padding: 0 0 15px;
}
/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact {
	
}
.contact__details {
	padding: 15px 30px 5px;
	background-color: #08ca77;
	color: #fff;
	border-radius: 2px;
}
.contact__details h4 {
	font-weight: 300;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}
.nf-form-content {
	margin-top: 30px;	
}
@media (min-width: 991px) {
	nf-field:nth-child(1) {
		margin-right: 12px;
		width: 49%;
		display: inline-block;
	}
	nf-field:nth-child(2) {
		margin-right: 0;
		width: 49%;
		display: inline-block;
	}	
}
@media (min-width: 1200px) {
	nf-field:nth-child(1) {
		margin-right: 14px;
	}
	nf-field:nth-child(2) {
		margin-right: 0;
	}	
}
.ninja-forms-field {
	padding: 10px;
    border-radius: 2px;
    border: 1px solid #dfdfdf;
}
.ninja__dropbox {
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;       /* remove default arrow */
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAZBJREFUeJzt0jtOw0AYhdG7AVgQj57XhlkBm6GDAiooIguEQrCxnZnfOUea2jO+XwIAAAAAAAAAAAAAAAAAAAAAAAAAAAAHnbW+wAK28IYmrpM8J7lpfZEZHrJ7w0Xri1RzneQ1yUeSt9SM4CHJe3ZveIkIRrvK1/jDqRbB9/GHI4IR9o1fLYJ944tghKvsftC+H1clgkPji+CAy/w9/nDek9y2ueZBY8YXwR5Txu81ginji+CHx0z7cb1F8J/xh/PY4L7dOU/ylJoRzBn/Kbu3k5oRGH9hlSIw/koqRGD8lc2N4G7Fuxn/SHqMwPhH1lMExm+khwiM31jLCIzfiRYRGL8zcyO4n/At43fqGBEYv3NrRmD8ItaIwPjFLBmB8YtaIgLjFzc3AuNvwJwIjL8Rx4rA+B1bOwLjF7BWBMYvZOkIjF/QUhEYv7C5ERh/A/4bgfE3ZGoExt+gsREYf8P+isD4J+C3CIx/Qn5GYPwTNERg/BN2HuMDAAAAAAAAAAAAAAAAAAAAAAAAAAAADX0C1EVRxOOijgAAAAAASUVORK5CYII=);
	padding: 8px 10px;
    background-color: #fff;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 99% 50%;
	border-radius: 2px;
}
.label-above .nf-field-label {
    margin-bottom: 0px !important;
    text-transform: uppercase;
    font-size: 12px;
}
.submit-wrap .ninja-forms-field {
	color: #08ca77;
    background-color: #fff;
    border-color: #08ca77;
	text-transform: uppercase;
}
.submit-wrap .ninja-forms-field:hover {
	color: #fff;
    background-color: #08ca77;
    border-color: #08ca77;
	text-transform: uppercase;
}
.nf-after-field {
	display: none;
}
.nf-response-msg {
    border: 1px solid #0acb76;
    padding: 30px 30px 10px;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #3A3A3A ;
  box-shadow: none;
  padding: .74rem 1rem;
  border-bottom: 0px solid #6a7883 ;
}
.home header#masthead {
	background-color: transparent;
}
.home .navbar-toggler .icon-bars {
	color: #333;
	font-size: 22px;
}
.home .navbar-toggler {
	padding-right: 0;
}
.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

#page-sub-header h1 {
  line-height: 1;
  font-size: 4rem;
  color: #6a7883;
  margin-bottom: 1rem !important;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
  color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  #page-sub-header h1 {
    font-size: 3.750rem;
    line-height: 1;
  }

  #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

#masthead .navbar-nav > li > a {
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: normal;
}
.home #masthead .navbar-nav > li > a {
  color: #333;
}
#masthead .navbar-nav > li > a:hover {
  color: #08ca77;
  /*background: #f9f9f9;*/
}
#masthead .navbar-nav .active .nav-link {
  color: #08ca77;
}
.home #masthead .navbar-nav .active .nav-link {
  color: #08ca77;
}
#masthead .navbar-nav > .btn-login .nav-link {
    color: #fff;
    background-image: none;
    background-color: transparent;
    padding: 4px 15px;
    margin-left: 15px;
	border: 1px solid #fff;
    border-radius: 2px;
}
#masthead .navbar-nav > .btn-login .nav-link:hover {
    color: #3A3A3A;
    background-image: none;
    background-color: #fff;
}
.home #masthead .navbar-nav > .btn-login .nav-link {
    color: #08ca77;
	border: 1px solid #08ca77;
}
.home #masthead .navbar-nav > .btn-login .nav-link:hover {
    color: #fff;
    background-color: #08ca77;
}
.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 2px;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
	min-height: 65px;
}

.post-navigation .nav-next a::after {
  content: " \2192";
	margin-left: 5px;
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
	margin-right: 5px;
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #e6f1ec none repeat scroll 0 0;
	color: #079858;
	border-color: #08ca77;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}
.home .site-content {
	padding-top: 0;
	padding-bottom: 0;
}
.home .widget {
    margin: 0;
}
.sticky .entry-title::before {
  content: '\f08d';
  font-family: fontawesome;
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  color: #99979c;
  background-color: #fff;
  font-size: 85%;
}
footer .nav-link {
	padding-top: 0;
	padding-left: 0;
}
.menu-footer-container {
	text-align: right;
}
.menu-footer-container > .menu {
	display: block;
}
.menu-footer-container > .menu .menu-item {
	display: inline-block;
}
.menu-footer-container > .menu .menu-item:hover {
	color: #08ca77;
}
.site-footer {
	padding: 40px 0 30px;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}
.copyright a, footer#colophon a:hover {
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
	.menu-footer-container {
		float: left;
	}
	.nav-link {
    	padding: 15px 15px 0 0;
	}
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 93%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 88%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 86%;
  }
}