@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Poppins:400,500,600,700');
/* ==============================
   1. Global styles
   ============================== */
body {
  font-family: 'Hind', sans-serif;
  color:#222222;
  font-size: 16px;
}
::-moz-selection {
    color: #fff;
    background-color: rgba(7, 154, 128, 0.6);
}
::selection {
    color: #fff;
    background-color: rgba(7, 154, 128, 0.6);
}
h1,h2,h3,h4,h5 {
  font-family: 'Poppins', sans-serif;
}
a {
	color: #079a80;
}
a:hover, a:focus {
	color: #222;
}
ul {list-style-type: none;}
p {font-family: 'Hind', sans-serif;font-size: 16px;color: #848484;line-height: 26px; font-weight: 300;}
a {text-decoration: none;display: inline-block;outline: none;}
a:hover,a:focus,a:visited {text-decoration: none; outline: none;}
img {max-width: 100%;display: inline-block; height: auto;}
button {border:none; outline:none; box-shadow: none; display: block; padding: 0; background: transparent;}
input,textarea {font-family: 'Hind', sans-serif;display: block; font-size: 16px; line-height: 28px; outline: none; box-shadow: none;transition: all 0.3s ease-in-out; border-radius: 0; border: 1px solid #ddd;padding: 3px 5px;}
.screen-reader-text {
	display: none;
}
.section-padding {
	padding: 40px 0 50px;
}
.left-padding-zero {
	padding-left: 0px !important;
}
.section-header {
	margin-bottom: 30px;
}
.section-title {
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 15px;
}
.section-title:after {
  position: absolute;
  content: "";
  left: 50%;
  width: 50px;
  height: 3px;
  background: #079a80;
  bottom: -2px;
  transform: translateX(-50%);
}
.section-title.title-left-border:after {
  left: 0;
  transform: translateX(0);
}
.section-caption {
	font-size: 18px;
}
.post-edit-link,
.theme-btn {
	position: relative;
	background-color: #079a80;
	font-size: 14px;
	line-height: 46px;
	font-weight: 600;
	color: #ffffff;
	border: 2px solid #079a80;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	padding: 0 38px;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.theme-btn-trans {
	position: relative;
	background-color: transparent;
	font-size: 14px;
	line-height: 46px;
	font-weight: 600;
	color: #079a80;
	border: 2px solid #079a80;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	padding: 0 38px;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);	
}
.post-edit-link,
.theme-btn-trans.btn-small,
.theme-btn.btn-small {
	line-height: 34px;
	padding: 0 16px;
	font-size: 12px;
}
.theme-btn:hover {
	background-color: transparent;
	color: #079a80;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.theme-btn-trans:hover {
	background-color: #079a80;
	color: #fff;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);	
}
.post-edit-link {
	background: #444;
	color: #fff;
	border-color: #444;
}
.post-edit-link:hover {
	background: transparent;
	color: #444;	
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	color: #fff;
	border-color: #079a80;
	background-color: #079a80;
	font-size: 25px;
	line-height: 45px;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	opacity: 0.8;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);	
	box-shadow: 0px 0px 1px rgba(0,0,0,0.9);
}
.owl-carousel .owl-nav button.owl-prev {
	left: -32px;
}
.owl-carousel .owl-nav button.owl-next {
	right: -32px;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
	opacity: 1;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);	
}
body.custom-background .full-width-template-wrapper .container,
body.custom-background .site-main .container {
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}
body.custom-background .gutenberg-template-wrapper .container {
	background: #fff;	
}
.wp-block-button,
.wp-block-button__link {
	transition: all 0.15s ease-in-out 0.15s;
}
.wp-block-button:hover,
.wp-block-button__link:hover {
	opacity: 0.8;
}
/* ==============================
   2. Header Top Bar styles
   ============================== */
.header-section {
	position: relative;
	z-index: 99;
}
.header-top-bar {
	position: relative;
	background-color: #10252e;
	line-height: 49px;
	position: relative;
	z-index: 9;
}
.header-social-links ul,
.header-contact-info ul {
	margin-bottom: 0;
}
.header-contact-info li {
	margin-right: 10px;
	color: #fff;
}
.header-contact-info li i {
	color: #079a80;
	margin-right: 2px;
}
.header-social-links li {
	margin-left: 10px;
}
.header-social-links li a {
	color: #fff;
}
.header-social-links li a:hover {
	color: #079a80;
}
/* ==============================
   3. Header Nav Bar styles
   ============================== */
.header-nav-bar {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background: rgba(255, 255, 255, 0.8);
	position: relative;
	z-index: 2;
}
.site-branding {
	margin: 30px 0px;
}
.site-branding h1 {
	margin: 0;
	font-size: 24px;
}
.site-branding h1 a,
.site-branding h1 a:hover {
	color: #079a80;
	text-decoration: none;
}
.primary-menu {
  padding-right: 50px;
}
.primary-menu ul {
	margin: 0;
	padding: 0;
}
.primary-menu ul li {
  display: inline-block;
}
.primary-menu ul li a {
	padding: 48px 18px;
	text-transform: uppercase;
	color: #333;
	display: inline-block;
	text-decoration: none;
	font-family: 'Hind', sans-serif;
	font-size: 14px;
	font-weight: 600;
	outline: 0;
	line-height: 1.42857143;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	background-color: transparent;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;	
}
.primary-menu ul li:active a
.primary-menu ul li a:active,
.primary-menu ul li:focus a,
.primary-menu ul li a:focus,
.primary-menu ul li.current-menu-item > a,
.primary-menu ul li:hover a {
	background-color: transparent;
}
.primary-menu ul li.current-menu-item > a,
.primary-menu ul li:hover a {
	color: #079a80;
}
.primary-menu ul li ul {
  position: absolute;
  top: 100%;
  left: auto;
  background-color: rgba(16, 37, 46, 0.9);
  width: 250px;
  height: auto;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.primary-menu ul li:hover ul {
  visibility: visible;
  opacity: 1;
}
.primary-menu ul li ul li {
	display: block;
}
.primary-menu ul li ul li a {
	display: block;
	padding: 8px 10px;
	text-transform: none;
	color: #f1f1f1;
	font-size: 14px;
	font-weight: 500;
}
.primary-menu ul li.current-menu-item > a li a,
.primary-menu ul li:hover li a {
	color: #f1f1f1;
}
.primary-menu ul li:hover ul li:hover a {
	color: #079a80;
}
.header-search-bar {
	position: absolute;
	right: 0px;
	top: 43px;
	border-left: 1px solid #333;
}
#search-form-opener {
	width: 50px;
	height: 28px;
}
#header-search-form {
	height: 50px;
	width: 280px;
	padding: 5px;
	border-radius: 0px;
	margin: 0;
	left: auto;
	right: 0;
	border-color: #079a80;
	top: 73px;
	position: absolute;
}
#header-search-form .search-form {
	width: 100%;
	height: 100%;
}
#header-search-form input {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	width: 100%;
	height: 100%;
	background: transparent;
	color: #9e9e9e;
	border: 1px solid rgba(51, 51, 51, 0.16);
	padding: 0 47px 0 10px;
	font-size: 15px;
	border-radius: 3px;
	border-radius: 0px;
}
#header-search-form button {
	display: block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 5px;
	right: 5px;
	color: #079a80;
}
/* ==============================
   4. Banner Slider styles
   ============================== */
.banner-section {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
	margin-top: -120px;
	float: left;
	left: 0;
	top: 0;
	overflow: hidden;
}
.banner-section img {
	width: 100%;
	height: auto;
}
.single-banner-slide::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
.banner-section .single-banner-slide {
	width: 100%;
	height: 600px;
	position: relative;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #333;
	background-size: cover;
}
.banner-section .single-banner-slide .banner-caption {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: auto;
	margin-top: 60px;
}
.banner-caption .banner-caption-inner {
    max-width: 60%;
}
.banner-caption .banner-caption-inner h2 {
	color: #ffffff;
	font-size: 46px;
	line-height: 50px;
	margin: 14px 0 9px;
	font-weight: 700;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	transform: translateX(-150px);
	transition: all .3s ease-in-out 0.3s;
	opacity: 0;
}
.banner-caption .banner-caption-inner h4 {
	color: #ffffff;
	font-size: 20px;
	line-height: 26px;
	margin: 14px 0 9px;
	font-weight: 400;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	transform: translateX(90px);
	transition: all .7s ease-in-out 0.7s;
	opacity: 0;
}
.banner-caption .banner-caption-inner a {
	transform: translateY(30px);
	opacity: 0;
	transition: all .8s ease-in-out 0.5s;
}
.flex-active-slide .banner-caption .banner-caption-inner h2,
.flex-active-slide .banner-caption .banner-caption-inner h4 {
	transform: translateX(0px);
	opacity: 1;
}
.flex-active-slide .banner-caption .banner-caption-inner h4 {
	transition-delay: 0.2s;
}
.flex-active-slide .banner-caption .banner-caption-inner a {
	transition-delay: 0.3s;
	opacity: 1;
	transform: translateY(0px);
}
.flex-control-nav {
	display: none;
}
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
	background-color: rgba(0,0,0,0.3);
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	margin-top: 60px;
	padding: 10px;
}
.flex-direction-nav a::before {
	font-size: 18px;
	display: inline-block;
	color: rgba(0, 0, 0, 0.3);
	text-shadow: none;
}
.flex-direction-nav a:hover {
	background-color: rgba(0,0,0,0.8);
}
.flex-direction-nav a:hover::before {
	color: #079a80;
}
.flex-direction-nav .flex-prev {
	left: 0px;
}
.flex-direction-nav .flex-next {
	right: 0px;
}
.banner-slider:hover .flex-direction-nav .flex-prev {
	left: 24px;
}
.banner-slider:hover .flex-direction-nav .flex-next {
	right: 24px;
}
.banner-slider:hover .flex-direction-nav .flex-prev,
.banner-slider:hover .flex-direction-nav .flex-next {
	opacity: 1;
}
/* ==============================
   5. Why Choose us section styles
   ============================== */
.why-choose-us-section {
	background-color: #f2f2f2;
}
.single-why-choose-us {
	position: relative;
	margin-top: 30px;
	padding: 30px 20px 30px 20px;
}
@keyframes bordermovetop {
 0% { 
   left: 10px;
   top: 10px;
   border-color: #ddd;
   width: 25%;
 }
 100% {
   width: 50%;
   left: 0px;
   top: 0px;
   border-color: #079a80;
 }
}
@keyframes bordermovebottom {
 0% { 
   bottom: 10px;
   right: 10px;
   border-color: #ddd;
   width: 25%;
 }
 100% {
   width: 50%;
   bottom: 0px;
   right: 0px;
   border-color: #079a80;
 }
}
.single-why-choose-us::before {
	position: absolute;
	content: "";
	width: 25%;
	height: 25%;
	background: transparent;
	border-top: 1px solid #ddd;
	left: 10px;
	top: 10px;
	border-left: 1px solid #ddd;
}
.single-why-choose-us::after {
	position: absolute;
	content: "";
	width: 25%;
	height: 25%;
	background: transparent;
	border-bottom: 1px solid #ddd;
	bottom: 10px;
	right: 10px;
	border-right: 1px solid #ddd;
}
.single-why-choose-us:hover::before,
.single-why-choose-us:hover::after {
   border-color: #999;
   width: 50%;
}
.single-why-choose-us:hover::before {
  -webkit-animation: bordermovetop 0.3s ease;
  -moz-animation: bordermovetop 0.3s ease;
  -ms-animation: bordermovetop 0.3s ease;
  -o-animation: bordermovetop 0.3s ease;
  animation: bordermovetop 0.3s ease;
	left: 0px;
	top: 0px;
}
.single-why-choose-us:hover::after {
  -webkit-animation: bordermovebottom 0.3s ease;
  -moz-animation: bordermovebottom 0.3s ease;
  -ms-animation: bordermovebottom 0.3s ease;
  -o-animation: bordermovebottom 0.3s ease;
  animation: bordermovebottom 0.3s ease;
	bottom: 0px;
	right: 0px;
}
/* ==============================
   6. Services section styles
   ============================== */
.services-section {
	overflow: hidden;
}
.single-service-item {
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	background-color: #fbfbfb;
	border-top: 1px solid #dedddd;
	border-left: 1px solid  #dedddd;
	border-right: 1px solid  #dedddd;
	border-bottom: 2px solid #848383;
	margin-right: 1px;
	transition: all 0.2s ease-in-out 0.2s;
}
.single-service-item:hover {
	border-bottom: 2px solid #079a80; 
}
.single-service-item a.theme-btn-trans {
	border-color: #fff;
	color: #848383;
	transition: all 0.2s ease-in-out 0.2s;
}
.single-service-item:hover a.theme-btn-trans {
	background-color: transparent;
	border-color: #079a80;
	color: #079a80;
}
.single-service-item:hover a.theme-btn-trans:hover {
	background-color: #079a80;
	color: #fff;
}
.single-service-thumbnail {
	overflow: hidden;
}
.single-service-item .single-service-thumbnail img {
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.single-service-item:hover .single-service-thumbnail img {
	transform: scale(1.1, 1.1);
}
.single-service-content h3 {
	color: #222;
	font-size: 20px;
	transition: all 0.2s ease-in-out 0.2s;
}
.single-service-item:hover .single-service-content h3 {
	color: #079a80;
}
/* ==============================
   7. Fact Counter section styles
   ============================== */
.fact-caounter-section {
	position: relative;
	padding: 70px 0px 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	color: #ffffff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #10252e;
	background-size: cover;
}
.fact-caounter-section::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(10, 27, 34, 0.95);
	z-index: 0;
}
.single-counter-icon {
	margin-bottom: 10px
}
.single-counter-icon img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.single-counter-number {
	font-size: 36px;
	font-weight: 600;
	font-family: 'Poppins', Sans-serif;
}
.single-counter-text {
	font-size: 18px;
	font-weight: 300;
	font-family: "Hind", Sans-serif;
	color: #83dac4;
}
.single-fact-counter {
	position: relative;
	padding: 30px 10px;
	margin-bottom: 24px;
	background-color: rgba(0, 43, 53, 0.5);
}
.single-fact-counter::before {
	position: absolute;
	content: "";
	width: 25%;
	height: 25%;
	background: transparent;
	border-top: 2px solid #145c49;
	left: -2px;
	top: -2px;
	border-left: 2px solid #145c49;
}
.single-fact-counter::after {
	position: absolute;
	content: "";
	width: 25%;
	height: 25%;
	background: transparent;
	border-bottom: 2px solid #145c49;
	bottom: -2px;
	right: -2px;
	border-right: 2px solid #145c49;
}
/* ==============================
   8. Testimonial section styles
   ============================== */
.testimonial-section {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #10252e;
	background-size: cover;

}
.testimonial-section::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(10, 27, 34, 0.95);
	z-index: 0;
}
.testimonial-section .section-header {
	position: relative;
	z-index: 1;
}
.testimonial-section .section-title {
	color: #fff;
	border-color: #2a3a40;
}
.testimonial-section .section-caption {
	color: #fff;
}
.testimonial-section .single-testmonial-item {
	position: relative;
	margin-top: 5px;
	padding: 30px;
	padding-right: 50px;
	background-color: rgba(0, 43, 53, 0.6);
	transition: .5s ease;
}
.single-testmonial-item .testimonial-author {
	position: relative;
	padding: 15px 0px 0px 100px;
	margin-bottom: 43px;
	color: #c9c9c9;
	line-height: 20px;
}
.single-testmonial-item .testimonial-author .testimonial-author-image {
	position: absolute;
	left: 0px;
	top: 6px;
}
.single-testmonial-item .testimonial-author h3 {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	margin: 5px 0px;
}
.testimonials-section .testimonial-author h5 {
	position: relative;
	color: #48c7ec;
}
.single-testmonial-item .testimonial-text {
	margin-top: 15px;
	margin-left: 0px;
}
.testimonial-section .owl-carousel .owl-nav button.owl-next {
	right: -20px;
}
.testimonial-section .owl-carousel .owl-nav button.owl-prev {
	left: -20px;
}
.single-testmonial-item .quote-icon {
	position: absolute;
	font-size: 30px;
	right: 15px;
	top: 15px;
	color: #19333e;
	transition: .5s ease;
}
/* ==============================
   9. Blog section styles
   ============================== */
.single-blog-box {
	position: relative;
	transition: .5s ease-in-out;
	margin-bottom: 50px;
	overflow: hidden;
}
.blog-thumbnail {
	overflow: hidden;
}
.single-blog-box .blog-thumbnail img {
	transform: scale(1);
	transition: all 0.5s ease 0s;
	width: 100%;
}
.single-blog-box:hover .blog-thumbnail img {
	transform: scale(1.1);
}
.single-blog-box .blog-excerpt {
	position: relative;
	padding: 30px 0px 20px;
	padding-left: 90px;
	border-bottom: 1px solid #f4f4f4;
}
.single-blog-box .blog-date {
	position: absolute;
	left: 0px;
	top: 30px;
	height: 64px;
	width: 64px;
	background: #079a80;
	line-height: 20px;
	padding-top: 13px;
	z-index: 9;
	color: #fff;
	text-align: center;
	font-weight: 600;
}
.post-year {
	position: absolute;
	font-size: 28px;
	font-weight: 700;
	color: rgba(255,255,255,0.15);
	left: 5px;
	top: 23px;
	z-index: -1;
}
.single-blog-box .blog-excerpt h3 {
	color: #222;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 0px;
}
.single-blog-box .blog-excerpt h3 a {
	color: #222;
	font-weight: 400;
	font-size: 20px;
	transition: all 0.15s ease 0.15s;
}
.single-blog-box .blog-excerpt h3 a:hover {
	color: #079a80;
}
.single-blog-box .blog-excerpt .blog-meta {
	color: #848484;
	font-size: 16px;
	margin-bottom: 7px;
}
/* ==============================
   10. Call Back section styles
   ============================== */
.call-back-section {
	background-color: #079a80;
	padding: 25px 0 25px;
}
.call-back-section h3 {
	color: #fff;
	margin-top: 15px;
	font-size: 20px;
}
.call-back-section .theme-btn-trans {
	border-color: #fff;
	color: #fff;
}
.call-back-section .theme-btn-trans:hover {
	background-color: #fff;
	color: #079a80;
}
/* ==============================
   11. Footer section styles
   ============================== */
.footer-section {
	position: relative;
	background: #10252e;
	color: #848484;
}
.footer-widget .widget-title {
	font-size: 22px;
	color: #fff;
	margin-bottom: 30px;
}
.widget-content input {
	margin-bottom: 5px;
	width: 100%;
	height: 46px;
}
.widget-content a {
	color: #079a80;
	font-weight: 600;
	transition: all 0.2s ease-in-out 0.2s;
}
.widget-content p {
	color: #959595;
}
.widget-content a:hover {
	text-decoration: underline;
}
.widget-content ul {
  margin: 0;
  padding: 0;
}
.widget-content ul li {
  display: block;
  margin-bottom: 10px;
}
.widget-content ul li a {
  font-weight: 400;
  color: #959595;
  transition: all 0.2s ease-in-out 0.2s;
}
.widget-content ul li a:hover {
	color: #079a80;
	text-decoration: none;
}
.widget-content ul.footer-contact-info li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 16px;
	line-height: 24px;
	color: #959595;
}
.widget-content ul.footer-contact-info li i {
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 20px;
	font-size: 18px;
	color: #079a80;
}
.widget-content ul.footer-social-links li {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 10px;
}
.widget-content ul.footer-social-links li a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #19333e;
	color: #37444a;
}
.widget-content ul.footer-social-links li a:hover {
	border-color: #079a80;
	color: #079a80;
}
.footer-bottom {
	background: #10252e;
	border-top: 1px solid #142b35;
	padding: 26px 0;
}
.footer-bottom .copyright-text p {
	font-family: 'Poppins', sans-serif;
	color: #848484;
	font-size: 14px;
	margin: 0;
}
.copyright-text a,
.copyright-text i {
	color: #079a80;
}
.footer-bottom .footer-privacy-menu ul {
	margin: 0;
}
.footer-bottom .footer-privacy-menu ul li {
	border-left: 1px solid #848484;
	line-height: 14px;
	display: inline-block;
}
.footer-bottom .footer-privacy-menu ul li:first-child {
	border-left: 0;
}
.footer-bottom .footer-privacy-menu ul li a {
	color: #848484;
	font-size: 14px;
	padding-left: 8px;
	padding-right: 5px;
	font-family: "Popins", sans-serif;
	line-height: 14px;
	transition: all 0.2s ease-in-out 0.2s;
}
.footer-bottom .footer-privacy-menu ul li a:hover {
	color: #079a80;
}
/* ==============================
   12. Blog styles
   ============================== */
.navigation.pagination {
  text-align: center;
  display: block;
}
.navigation.pagination .page-numbers {
  display: inline-block;
  border: 1px solid #e0e0e0;
  color: #969696;
  width: 54px;
  line-height: 54px;
  text-align: center;
  font-weight: 600;
  transition: all 0.15s ease-in-out 0.15s;
}
.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers.current {
	color: #fff;
	background: #079a80;
}
.blog-excerpt.no-thumbnail {
	padding-top: 0;
}
.single-blog-box .blog-excerpt.no-thumbnail .blog-date {
	top: 0;
}
/* ==============================
   13. Blog side bar styles
   ============================== */
.blog-widget {
	margin-bottom: 24px;
}
.blog-widget .search-form {
	position: relative;
	width: 100%;
	height: auto;
}
.blog-widget .widget-title {
	display: block;
	margin-top: 0;
	font-size: 20px;
}
.blog-widget .search-field {
	padding-right: 50px;
	line-height: 38px;
	width: 100%;
}
.blog-widget .search-submit {
	position: absolute;
	width: 46px;
	height: 42px;
	background: #079a80;
	top: 2px;
	right: 2px;
	color: #fff;
}
.widget-content ul ul.children {
	margin-top: 10px;
	padding-left: 10px;
}
.blog-widget .widget-content p,
.blog-widget .widget-content ul li,
.blog-widget .widget-content ul li a {
	font-weight: 500;
	color: #444;
	transition: all 0.2s ease-in-out 0.2s;
	font-size: 14px;
}
.blog-widget .widget-content,
.blog-widget .widget-content ul li,
.blog-widget .widget-content p {
	color: #999;
}
.widget-content a.tag-cloud-link {
	display: inline-block;
	font-size: 14px !important;
	padding: 0px 15px;
	border: 1px solid;
	line-height: 35px;
	text-decoration: none;
}
.widget-content a.tag-cloud-link:hover {
	background: #079a80;
	color: #fff;
}
.blog-widget .widget-content ul li a:hover {
	color: #079a80;
}
/* ==============================
   14.  Single Blog styles
   ============================== */
.single-post-content .single-post {
  margin-bottom: 30px;
}
.navigation.post-navigation {
  margin-bottom: 30px;
  margin-top: 30px;
  overflow: hidden;
}
.navigation.post-navigation .nav-previous {
  float: left;
}
.navigation.post-navigation .nav-next {
  float: right;
}
.navigation.post-navigation .nav-links a {
  display: inline-block;
  padding: 10px;
  border: 1px solid #d4d4d4;
  color: #898686;
  font-weight: 300;
  position: relative;
  transition: all 0.15s ease-in-out 0.15s;
}
.navigation.post-navigation .nav-links .nav-previous a {
	padding-left: 30px
}
.navigation.post-navigation .nav-links .nav-previous a::before {
	position: absolute;
	content: "\f104";
	left: 8px;
	font-family: 'FontAwesome';
	font-size: 20px;
	top: 50%;
	margin-top: -15px;
}
.navigation.post-navigation .nav-links .nav-next a {
	padding-right: 30px
}
.navigation.post-navigation .nav-links .nav-next a:after {
	position: absolute;
	content: "\f105";
	right: 8px;
	font-family: 'FontAwesome';
	font-size: 20px;
	top: 50%;
	margin-top: -15px;
}
.navigation.post-navigation .nav-links a:hover {
	color: #fff;
	background: #079a80;
	border: 1px solid #079a80;
}
.page-content ul,
.single-post-content ul {
	list-style: disc;
	color: #666;
}
.single-post-content .entry-header {
	position: relative;
	padding-left: 90px;
	margin-bottom: 30px;
}
.single-post-content .entry-header .post-date.blog-date {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 64px;
	width: 64px;
	background: #079a80;
	line-height: 20px;
	padding-top: 13px;
	z-index: 9;
	color: #fff;
	text-align: center;
	font-weight: 600;
}
.post-comment,
.post-author {
	display: inline-block;
	margin-right: 15px;
}
.post-comment a,
.post-author a {
	color: #999;
	font-weight: 600;
	transition: all 0.15s ease-in-out 0.15s;
}
.post-comment a i,
.post-author a i {
	margin-right: 5px;
}
.post-comment a:hover,
.post-author a:hover {
	color: #079a80;
}
.post-tags,
.post-category {
	margin-top: 10px;
	margin-bottom: 10px;
}
.post-category a {
	font-weight: 500;
	font-size: 14px;
	color: #454545;
	padding: 2px;
	display: inline-block;
	transition: all 0.15s ease-in-out 0.15s;
}
.post-category a:hover {
	color: #079a80;
}
.post-tags a {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #454545;
	margin-right: 5px;
	padding: 0px 12px;
	border: 1px solid #454545;
	line-height: 29px;
	transition: all 0.15s ease-in-out 0.15s;
}
.post-tags a:hover {
	color: #079a80;
	border: 1px solid #079a80;
}
.post-meta-wrapper {
	border-top: 1px solid #ccc;
}
/* ==============================
   15. Comment styles
   ============================== */
.comments-area {
	border-top: 1px solid #ccc;
}
.comments-title {
	margin-bottom: 20px;
	font-size: 20px;
	color: #454545;
}
.comments-title {
	margin-bottom: 20px;
	font-size: 20px;
	color: #454545;
}
.page-content .comment-list,
.page-content .comment-list ul,
.single-post-content .comment-list ul,
.single-post-content .comment-list {
	list-style: none;
}
.comment-list {
	padding-left: 0;
}
.comment-list .comment-body {
  margin-bottom: 25px;
  position: relative;
}
.comment-list .comment-author.vcard {
  float: left;
}
.comment-list .comment-meta.commentmetadata {
  float: left;
  line-height: 52px;
}
.comment-list .avatar {
  padding: 10px;
  width: 52px;
  height: 52px;
  border: 1px solid #ccc;
}
.comment-list .comment-body p {
  clear: both;
  padding-left: 60px;
}
.comment-list .reply {
  position: absolute;
  right: 0;
  bottom: 0;
}
.comment-meta.commentmetadata a {
	font-size: 13px;
	margin-left: 6px;
	text-transform: uppercase;
	letter-spacing: normal;
	font-weight: 500;
	color: #444;
	transition: all .25s cubic-bezier(0.4, 0, 1, 1);
}
.comment-author .fn {
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	color: #4a4747;
}
.comment-author .fn a {
	color: #4a4747;
	transition: all .25s cubic-bezier(0.4, 0, 1, 1);
}
.comment-author .says {
	width: 5px;
	height: 2px;
	text-indent: -9999px;
	background: #454545;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 3px;
}
.comment-reply-link {
	position: relative;
	padding: 4px 5px 5px 18px;
	font-weight: 600;
	color: #454545;
	transition: all .25s cubic-bezier(0.4, 0, 1, 1);
}
.comment-reply-link::before {
	position: absolute;
	content: "\f112";
	font-family: Fontawesome;
	left: 0;
	font-size: 13px;
	top: 6px;
}
#cancel-comment-reply-link:hover,
.comment-reply-link:hover {
	color: #079a80;
}
#reply-title {
	font-size: 20px;
	color: #666262;
}
#cancel-comment-reply-link {
	color: #555;
	font-weight: 500;
	margin-left: 10px;
}
#commentform {
	margin-left: -10px;
	margin-right: -10px;
}
.logged-in-as a {
	color: #079a80;
}
.logged-in-as a:hover {
	color: #222;
	transition: all .25s cubic-bezier(0.4, 0, 1, 1);
}
#commentform .logged-in-as,
#commentform .form-submit,
#commentform .comment-form-url,
#commentform .comment-form-email,
#commentform .comment-form-author,
#commentform .comment-form-comment,
#commentform .comment-notes {
	padding-left: 10px;
	padding-right: 10px;
}
#commentform #comment {
	width: 100%;
	height: 120px;
}
#commentform .comment-form-url,
#commentform .comment-form-email,
#commentform .comment-form-author {
	float: left;
	width: 33.33%;
	padding-left: 10px;
	padding-right: 10px;
}
#commentform .comment-form-url input,
#commentform .comment-form-email input,
#commentform .comment-form-author input {
	width: 100%;
	height: 42px;
}
#commentform .form-submit #submit {
	position: relative;
	background-color: #079a80;
	font-size: 16px;
	line-height: 46px;
	font-weight: 600;
	color: #ffffff;
	border: 2px solid #079a80;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	padding: 0 38px;
	transition: all .25s cubic-bezier(0.4, 0, 1, 1);
}
#commentform .form-submit #submit:hover {
	background: transparent;
	color: #079a80;
}
.comment-list #respond {
	padding: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	margin-bottom: 15px;
}
#commentform .form-submit {
	clear: both;
	margin-bottom: 0;
}
#reply-title {
	font-size: 20px;
	color: #666262;
	margin-top: 0;
}
.comment-navigation {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.comment-navigation .nav-previous {
	display: inline-block;
	float: left;
}
.comment-navigation .nav-next {
	display: inline-block;
	float: right;
}
.comment-navigation .nav-next a,
.comment-navigation .nav-previous a {
	color: #079a80;
	font-weight: 600;
	transition: all .25s cubic-bezier(0.4, 0, 1, 1);
}
.comment-navigation .nav-next a:hover,
.comment-navigation .nav-previous a:hover {
	color: #222;
}
/* ==============================
   16.  Archive styles
   ============================== */
.archive-banner {
	background: #f6f6f6;
	padding-top: 20px;
	padding-bottom: 20px;
}

.archive-banner .archive-page-title {
	font-size: 24px;
}
/* ==============================
   17.  Gutenberg template styles
   ============================== */
.gutenberg-template-wrapper {
	overflow-x: hidden;
}
.page-404-content .search-field {
	width: 300px;
	display: inline-block;
}
.page-404-content .search-submit {
	display: inline-block;
	line-height: 36px;
	padding: 0 20px;
	background: #079a80;
	color: #fff;
}