/*
    Template Name    : Prohub
	Description		 : Responsive HTML Multipurpose Template
    Version          : 1.0
/*
================================================
/* Table of Content
==================================================

1. Fonts - Roboto and Lato
2. Common CSS
3. Loader CSS
4. Top Wrapper
5. Header Logo Area
6. Menu Area
7. Slider Area
8. Our Featured Wrapper
9. Our Services Wrapper
10. Our Team Wrapper
11. Numbering Wrapper
12. Our Blog Wrapper
13. Our CTA Wrapper
14. Pricing Wrapper
15. Testimonials Wrapper
16. News Letter Wrapper
17. Breadcrumb Wrapper
18. Inner Page Wrapper
19. About Us
20. FAQ Page
21. Gallery Area
22. Appointment Wrapper
23. Error Wrapper
24. Coming Soon Wrapper
25. Login Wrapper
26. Search Results Wrapper
27. Button Wrapper
28. Tabs Wrapper
29. Table Wrapper
30. Contact Us Wrapper
31. Footer
32. Responsive Styles

/*
================================================
1. Fonts - Roboto and Lato
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700|Lato:300,400,700,900');

@import url('font-awesome/css/font-awesome.css');
@import url('icofont/css/icofont.css');
@import url('css/nivo-slider.css');
@import url('css/et-line.css');
@import url('css/meanmenu.css');
@import url('owl-carousel/css/owl.carousel.css');
@import url('css/magnific-popup.css');
@import url('animate/animate.css');
@import url('css/slider.css');
@import url('css/fancybox.css');

/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 1.57143;
	font-weight: 400;
	color: #2d2e2e;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', sans-serif;
	margin-top: 0;
}
hr {
	margin: 24px 20px !important;
}
a {
	color: #2d2e2e;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #242c42;
	text-decoration: none;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
i {
	transition: all 0.4s ease-in-out 0s;
}
.transition3s {
	transition: all 0.3s ease-in-out 0s;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
li {
	list-style: outside none none;
}
.mb-30 {
  margin-bottom: 30px;
}
section {
	float: left;
	width: 100%;
	padding: 80px 0;
}
#scrollUp {
	border-radius: 50%;
	bottom: 100px;
	color: #fff;
	display: block;
	font-size: 25px;
	height: 40px;
	line-height: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 40px;
	z-index: 1000 !important;
	background: #4ac8ed;
}
#scrollUp:hover {
	background: #0aa89e;
}
#scrollUp i {
	display: block;
	padding-top: 5px;
}
.toast {
	margin-top: 5% !important;
}
.no-padding {
	padding: 0;
}
.section-title {
	text-align: center;
	margin: 0 0 40px;
}
.section-title h2 {
	margin: 0 0 10px;
	font-weight: 700;
}
.separator::after {
	background: #666;
	content: "";
	height: 5px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 30px;
}
.separator {
	background-color: #cccccc;
	border: 1px solid #cccccc;
	display: block;
	height: 5px;
	margin: 0 auto;
	position: relative;
	width: 60px;
}
.title-border-left::after {
	content: "";
	position: absolute;
	width: 50px;
	border: 1px solid #0aa89e;
}
.pad-b-10 {
	padding-top: 10px;
}
.bg-color2 {
	background:#f2f2f2;
}
.padding-20 {
	padding:20px;
}
.border-left-four {
	border-left:1px solid #e3e0e0;
}
.border-three {
	border:1px solid #e3e0e0;
}
.margin-bottom3 {
	margin-bottom:25px;
}
/*color changer*/
#switcher {
	position: fixed;
	bottom: 30%;
	left: -170px;
	width: 170px;
	z-index: 9999;
	font-size: 15px;
	padding-bottom: 20px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	height: 90px;
	background: #fff;
	box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.2);
}
#switcher.active {
	left: 0px;
}
#switcher p {
	color: #fff;
	bottom: -6px;
	position: absolute;
	left: 21px;
	font-size: 13px;
}
#switcher .theme-click {
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: -40px;
	text-align: center;
	top: 0;
	width: 40px;
	z-index: 2;
	box-shadow: 0 8px 20px 0 rgba(255, 255, 255, 0.2);
	background:#282828;
}
#switcher .theme-color {
	width: 30px;
	height: 30px;
	margin: 10px;
	position: absolute;
	left: 0px;
	cursor: pointer;
	overflow:hidden;
}
#switcher .theme-active {
	background: #4ac8ed;
}
#switcher .theme-color-two {
	background: #008686;
	left: 40px;
}
#switcher .theme-color-three {
	background: #d7a449;
	left: 80px;
}
#switcher .theme-color-four {
	background: #2ecc40;
	left: 120px;
}
#switcher .theme-color-five {
	background: #86bc42;
	top:40px;
}
#switcher .theme-color-six {
	background: #ff7e00;
	top:40px;
	left: 40px;
}
#switcher .theme-color-seven {
	background: #1ebca4;
	top:40px;
	left: 80px;
}
#switcher .theme-color-eight {
	background: #6b76c3;
	top:40px;	
	left: 120px;
}
/* Button Effects */
.bttn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border-radius: 0;
	padding: 8px 20px 9px;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	background: #4ac8ed;
	border: none;
	outline: none !important;
	cursor:pointer;
}
.bttn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background: #0aa89e;
}

.yt:before {
	background: #ff0000;
}

.fb:before {
	background: #1877f2;
}

.ig:before {
	background-image: linear-gradient(#d32e79, #f6ac43);
}

.bttn:hover, .bttn:focus, .bttn:active {
	color: #fff;
}
.bttn:hover:before, .bttn:focus:before, .bttn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.bttn-blog {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border-radius: 0;
	padding: 8px 20px 9px;
	font-size: 16px;
	color: #fff !important;
	font-weight: 600;
	background: #0aa89e;
	border: none;
	outline: none !important;
	cursor:pointer;
}
.bttn-blog:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	box-shadow: 0px 3px 5px 0px rgba(13, 21, 75, 0.3);
	background: #fff;
}

.bttn-blog:hover, .bttn-blog:focus, .bttn-blog:active {
	color: #313534 !important;
}
.bttn-blog:hover:before, .bttn-blog:focus:before, .bttn-blog:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*
================================================
3. Loader CSS
================================================
*/
#dvLoading {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
/*
================================================
4. Top Wrapper
================================================
*/
.top-wrapper {
	background: #f9f9f9;
	border-bottom: 1px solid #f2f2f2;
	padding: 12px 0;
}
.top-address p {
	margin-bottom: 0;
}
.top-address p span, .top-address p a {
	margin-right: 20px;
}
.top-address p span i, .top-address p a i {
	font-size: 13px;
	color: #4ac8ed;
	margin-right: 10px;
}
.top-address p a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* TOP RIGHT CSS */
.top-right-menu ul.social-icons {
	margin: 0;
	padding: 0;
}
.top-right-menu ul.social-icons li {
	display: inline-block;
	margin-left: 15px;
	position: relative;
}
.top-right-menu ul.social-icons li a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 15px;
}
.top-address p a, .top-right-menu ul.social-icons li a, .top-address p span {
	font-size: 16px;
}
.top-right-menu .social-icons li a:hover, .top-right-menu .social-icons li a i:hover {
	color: #4ac8ed;
}
.top-both-p0 .top-address p a, .top-both-p0 .top-address p span {
	margin-right: 0px;
	margin-left: 12px;
}
.facebook.social-icon {
	color: #415E9B;
}
.twitter.social-icon {
	color: #1DA1F3;
}
.pinterest.social-icon {
	color: #BD081B;
}
.linkedin.social-icon {
	color: #007BB5;
}
.dribbble.social-icon {
	color: #EB4D88;
}
/*
================================================
5. Header Logo Area
================================================
*/
.header-logo-area {
	padding: 24px 0 25px;/* background: #ddd; */
}
.header-logo-area .logo a {
	font-family: "Roboto Slab", sans-serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.header-logo-area .logo a span {
	color: #071e33;
	margin-left: 3px;
}
.header-logo-address {
	position: relative;
}
.header-logo-address::before {
	position: absolute;
	right: -27px;
	top: -25px;
	width: 1px;
	height: 206%;
	background: #ddd;
	content: "";
}
.header-logo-address.last-child:before {
	display: none;
}
.header-logo-icon i {
	font-size: 20px;
	display: inline-block;
	float: none;
	margin-left: 26px;
	height: 35px;
	width: 35px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	margin-top: 7px;
	margin-right: 8px;
	border-radius: 3px;
}
.header-logo-text p {
	margin: 0;
	overflow: hidden;
	margin-left: 10px;
}
/*
================================================
6. Menu Area
================================================
*/
.mainmenu-area {
	position: fixed;
    top: 0;
    left: 0;
	width: 100%;
	z-index: 777;
	background: #fff;
	height: 90px;
    display: flex;
	align-items: center;
	transition: 0.5s;
}
.mainmenu-area.blog {
	position: static;
}
.mainmenu-area.sticky {
	height: 70px !important;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.menu-area {
	width: 100%;
	float: left;
}
.mean-container .mean-nav {
	position: absolute;
}
.mean-container a.meanmenu-reveal {
	color: #0aa89e;
	margin: 10px 10px 0 0;
	position: absolute;
}
.main-menu-area ul {
	display: inline-block;
	float:none;
	margin-top: auto;
	margin-bottom: auto;
}
.main-menu-area ul li {
	display: inline-block;
	position: relative;
}
.main-menu-area ul li > a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	display: block;
	font-size: 14px;
	font-weight:600;
	height: 70px;
	line-height: 69px;
	padding: 0px 16px;
	position: relative;
	text-transform: uppercase;
	color: #0aa89e;
	text-decoration: none;
}
.main-menu-area ul li > a:hover {
	border-bottom: 4px solid #0aa89e;
}
.home-2 .main-menu-area ul li > a {
	color: #333;
}
.main-menu-area ul li a i {
	font-size: 14px;
	padding: 0 0 0 7px;
}
/*--- mega-menu css ---*/
.main-menu-area ul li.meg-drp-menu {
	position: static;
}
.main-menu-area ul li.meg-drp-menu ul.mega-menu {
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.13);
}
.main-menu-area ul li.meg-drp-menu ul.mega-menu {
	width: 99%;
	left: 15px;
	right: 0;
}
.main-menu-area ul li.meg-drp-menu ul.mega-menu > li:last-child {
	border: none;
}
.main-menu-area ul li.meg-drp-menu ul.mega-menu > li {
	position: relative;
	display: table-cell;
	padding: 34px 15px 30px 30px;
	border-right: 1px solid #ededed;
}
.main-menu-area ul li ul.mega-menu, .main-menu-area ul li ul.dropdown_menu {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 3px 9.3px 0.7px rgba(0, 0, 0, 0.15);
	padding: 0;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 99;
}
.main-menu-area ul li ul.mega-menu > li {
	float: left;
	width: 25%;
}
.main-menu-area ul li ul.mega-menu > li h2 {
	font-size: 24px;
	color: #242c42;
}
.main-menu-area ul li ul.mega-menu li a::before {
	top: 21px;
}
.main-menu-area ul li ul.mega-menu > li ul li.active a {
	color: #4ac8ed;
}
.main-menu-area ul li ul.mega-menu li a, .main-menu-area ul li ul.dropdown_menu li a {
	color: #2c2c2c;
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	padding: 10px 0;
	height: auto;
}
.main-menu-area ul li ul.mega-menu li a:hover {
	color: #4ac8ed;
}
.main-menu-area ul li ul.mega-menu > li ul li, .main-menu-area ul li ul.dropdown_menu li {
	display: block;
	padding: 0 4px;
}
.main-menu-area ul li ul.mega-menu > li ul li a {
	color: #2c2c2c;
	display: block;
	font-size: 15px;
	font-weight: 400;
	height: auto;
	line-height: 28px;
	text-transform: capitalize;
}
.main-menu-area ul li ul.mega-menu.mega-menu-2 {
	width: 600px;
}
.main-menu-area ul li ul.mega-menu.mega-menu-2 > li {
	float: left;
	width: 33.333%;
}
.main-menu-area ul li:hover ul.mega-menu, .main-menu-area ul li:hover ul.dropdown_menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	visibility: visible;
}
.main-menu-area ul li ul.dropdown_menu {
	width: 200px;
	padding: 20px;
}
.main-menu-area ul li ul.dropdown_menu li a {
	font-size: 15px;
	font-weight: 400;
	height: auto;
	line-height: 30px;
	padding: 5px 0;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out 0s;
}
.main-menu-area ul li ul li a::before {
	content: "";
	height: 5px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 18px;
	transition: all 500ms ease 0s;
	width: 10px;
}
.main-menu-area ul li ul li a:hover::before {
	opacity: 1;
}
.main-menu-area ul li ul li a:hover {
	padding-left: 20px;
}
.search-form {
	display: block;
	float: right;
}
.search-form .form-group input[type="email"] {
	background: #2d3752;
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	height: 40px;
	line-height: 30px;
	padding: 10px 18px;
	position: relative;
	transition: all 300ms ease 0s;
	width: 200px;
	border: none;
	box-shadow: none;
}
.search-form form {
	padding: 15px 0 0;
}
.search-form .form-group .subscribe-btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #ffffff;
	display: block;
	float: right;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	position: absolute;
	right: 25px;
	top: 13px;
	border: none;
}
/*
================================================
7. Slider Area
================================================
*/
.main-slider-area {
	overflow: hidden;
	display: block;
	position: relative;
}
.primary-slide {
	padding-top: 90px;
}
.nivo-caption {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	height: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.sb-slider_inner {
	margin: auto;
	/* width: 60%; */
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* slider title */

.sb-slider-title {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 23px;
	text-transform: uppercase;
}
.sb-slider-sub-title {
	color: #fff;
	font-size: 40px;
	font-weight: 800;
	margin-bottom: 0;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
	text-transform: capitalize;
	margin: 0;
}
.sb-slider-descript {
	color: #fff;
}
.sb-slider-descript {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 43px;
	width: 55%;
	margin-top: 21px;
}
.text-left .sb-slider-descript {
	margin-left: 0;
	margin-right: auto;
}
.text-center .sb-slider-descript {
	margin: 11px auto 28px;
}
.text-right .sb-slider-descript {
	margin-right: 0;
	margin-left: auto;
}
/* button */
.sb-button-button-area a {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin: 0 4px;
	padding: 10px 36px;
	position: relative;
	text-transform: uppercase;
	border-radius: 30px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 1;
}
.sb-button-button-area a:hover {
	color: #fff;
	background: #4ac8ed;
	border-color: #4ac8ed;
}
a.sb-active-button:hover {
	background: transparent;
	border-color: #fff;
}
.sb-slider-half-width {
	width: 50%;
}
.sb-slider-left {
	padding-right: 30px;
}
.sb-slider-right {
	padding-left: 30px;
}
.sb-slider-full-width {
	width: 85%;
}
.sb-slider-half-width .sb-slider-descript {
	width: 100%;
}
/* directionNav */
.sb-nivo-slider-wrapper .nivo-directionNav a {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 50px;
	width: 50px;
	line-height: 48px;
	border: 1px solid #fff;
	text-align: center;
	display: block;
	border-radius: 50%;
	color: #fff;
	font-size: 22px;
	left: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	z-index: 10;
}
.sb-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
	left: auto;
	right: 0;
}
.sb-nivo-slider-wrapper .nivo-directionNav a:hover {
	color: #fff;
	background-color: #0aa89e !important;
}
.sb-nivo-slider-wrapper:hover .nivo-directionNav a {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	left: 50px;
}
.sb-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
	left: auto;
	right: 50px;
}
/* controlNav */
.sb-nivo-slider-wrapper .nivo-controlNav {
	bottom: 50px;
    padding: 0;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    display: flex;
    padding: 4rem;
    align-items: flex-end;
    justify-content: center;
    z-index: 9;
}
.sb-nivo-slider-wrapper .nivo-controlNav a {
	background: #ffff none repeat scroll 0 0;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height: 25px;
	margin: 0 5px;
	width: 25px;
	color: #fff;
	line-height: 25px;
}
.sb-nivo-slider-wrapper .nivo-controlNav a:hover, .sb-nivo-slider-wrapper .nivo-controlNav a.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*
================================================
8. Our Featured Wrapper
================================================
*/
.featured-wrapper {
	padding: 71px 0 20px;
	background: #fff;
}
.featured-wrapper .section-title {
	margin: 0;
}
/** Featured Box **/
.featured-box {
	background: #ffffff;
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
	float: left;
	margin: 40px 1px 0 0;
	padding: 50px 30px 57px;
	transition: all 0.3s ease 0s;
	text-align: center;
	min-height:450px;
}
.featured-box:hover {
	background: #0aa89e;
}
.featured-box:hover span, .featured-box:hover h5, .featured-box:hover p {
	color: #fff;
}
.featured-box:hover a {
	border-color: #fff;
	background: #fff;
	color: #303030;
}
.featured-box:hover a:hover {
	color: #fff;
}
.featured-box span {
	font-size: 60px;
	margin-bottom: 10px;
}
.featured-box h5 {
	margin: 15px 0 10px;
}
.featured-box p {
	margin: 0 0 25px;
}
.featured-box .btn {
	padding: 6px 20px 7px;
	font-size: 15px;
	font-weight: 300;
}
.featured-box .btn:hover {
	color: #fff;
}
/*
================================================
9. Our Guidelines Wrapper
================================================
*/
@keyframes MoveUpDown{
	0%,100%{
	  transform: rotate(0);
	  top:0
	}
	50%{
	  transform: rotate(2deg);
	}
  }
.our-guidelines-wrapper {
	background: #fff;
	padding: 71px 0 80px;
	position: relative;
	width: 100%;
}
.diretrizes-content {
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2rem;
}
.img-diretrizes img {
	width: 360px;
	position: absolute;
	margin-top: 10rem;
	animation:MoveUpDown 2s linear infinite;
}
.cards-diretrizes {
	width: 50%;
	justify-content: center;
    background: #fff;
    padding: 3rem;
	border-radius: 1rem;
	box-shadow: 0px 5px 10px 0px rgba(13, 21, 75, 0.3);
	transition: transform .5s;
}
.cards-diretrizes:hover {
	box-shadow: none;
	transform: scale(1.1) !important;
}
.cards-diretrizes ul li {
	margin-bottom: 1rem;
	font-weight: 500;
	text-align: justify;
}
/*
================================================
10. Our Blog Wrapper
================================================
*/
.our-blog-wrapper {
	background: #fff;
	padding: 71px 0 80px;
	position: relative;
	width: 100%;
}
.section-blog-content {
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.blog-text {
	padding: 2rem;
}
.blog-text h2 {
	font-size: 8rem;
	font-weight: 700;
}
.blog-text span {
	color: #0aa89e;
}
.blog-text p {
	font-size: 2rem;
}
.blog-text a:hover {
	text-decoration: none;
}
.blog-video .video {
	width: 450px;
	transform: skew(0, 15deg);
	box-shadow: 0px 5px 10px 0px rgba(13, 21, 75, 0.3);
}
/*
================================================
11. Our Team Wrapper
================================================
*/
.our-team-wrapper {
	padding: 80px 0;
	float: left;
	width: 100%;
	background: #fff;
}
.our-team-wrapper h2 {
	font-weight: 700;
	margin-top: 0;
}
/*** Team Members ***/
.business-title-left {
	padding-bottom: 30px;
	text-align: left;
}
.business-title-left p {
	margin-bottom: 1.5em;
}
/*** Team Members Right ***/
.team-members-right {
	position: relative;
	z-index: 1;
}
.owl-carousel {
	z-index: 0;
}
.owl-carousel.owl-loaded {
	display: flex;
	justify-content: center;
}
.team-members-right .item {
	position: relative;
	padding: 25px;
}
.team-members-right figure {
	height: auto;
	margin: 0;
	overflow: hidden;
	background: none;
	padding: 0;
	transition: all 0.5s ease-in-out 0s;
	width: auto;
}
.team-members-right a {
	display: block;
	font-size: 17px;
	font-weight: 700;
	margin-top: 20px;
	transition: all 0.3s ease 0s;
}
.team-members-right h3 {
	font-size: 15px;
	color: #071e33;
	margin: 0 0 5px;
}
.team-members-right p {
	margin: 0;
}
figure {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	transition: .5s ease-in-out;
}
figure:hover {
	bottom: -36px;
	opacity: 1;
}
.hover01 figure img {
	max-width: auto;
	max-height: auto;
	clear: both;
	overflow: hidden;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
/*
================================================
16. News Letter Wrapper
================================================
*/
.newsletter {
	float: left;
	width: 100%;
	padding: 60px 0;
	background: #fff;
}
.newsletter h2 {
	font-weight: 700;
	margin-top: 0;
}
.newsletter form input {
	background-color: #ffffff;
	box-shadow: 2px 3px 9px rgba(44, 40, 86, 0.1);
	color: #222222;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 13px 20px;
	border-radius: 0;
}
.newsletter form {
	-moz-box-align: center;
	-moz-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-pack: justify;
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.newsletter form .form-group {
	margin-bottom: 0;
	width: 38%;
}
.contact-title {
	padding-bottom: 30px;
}
/*
================================================
26. Search Results Wrapper
================================================
*/
.search-results-wrapper {
   padding:71px 0 80px;
}
.search-results-wrapper .search-form {
  display: inline-block;
  float:none;
  position:relative;
  width:100%;
}
.search-results-wrapper .search-form form {
  padding: 0;
  position: relative;
}
.search-results-wrapper input.form-control {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding: 13px 20px;
}
.search-results-wrapper .btn-search {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #848484;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 12px;
}
/*
================================================
27. Button Wrapper
================================================
*/
.button-wrapper {
   padding:71px 0 40px;
}
.button-wrapper .button-section {
   margin:0 0 40px;
}

.logo{
	width:20%;
	position:relative;
	float:left;
	top:16%;
}

/*
================================================
29. Table Wrapper
================================================
*/
.tables1 table {
    border-collapse: collapse;
    width: 100%;
}
.tables1 th, .tables1 td {
    text-align: left;
    padding: 10px 20px;
}
.tables1 tr:nth-child(even){
	background-color: #f3f3f3
	}

.tables1 th {
    color: #fff;
}
.tables2 table {
    width:100%;
}
.tables2 table, .tables2 th, .tables2 td {
    border: 1px solid #dddddd;
    border-collapse: collapse;
	padding: 10px;
}

.tables3 table {
    border-collapse: collapse;
    width: 100%;
}
.tables3 th {
    color: #fff;
}
.tables3 th, .tables3 td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.tables3 tr{
	transition: all 0.3s ease;
	}
.tables3 tr:hover{
	background-color:#f3f3f3;
	}

/*
================================================
30. Contact Us Wrapper
================================================
*/
.contactus-wrapper {
  float: left;
  padding: 71px 0 20px;
  width: 100%;
}
.contactus-wrapper h1 {
	position: relative;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 0;
}
.contactus-wrapper .title h4 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 0px;
}
.contactus-wrapper .contact-info-list {
	position: relative;
	z-index: 9;
}
.contactus-wrapper .contact-info-list li {
	position: relative;
	color: #222;
	font-size: 16px;
	padding-bottom: 20px;
	margin-bottom: 23px;
	padding-left: 60px;
}
.contactus-wrapper .contact-info-list li:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background-color: #ddd;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.contactus-wrapper .contact-info-list li:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0px;
	width: 50px;
	height: 2px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.contactus-wrapper .contact-info-list li b {
	font-weight: 600;
	display: block;
	font-family: 'Poppins', sans-serif;
}
.contactus-wrapper .contact-info-list li span {
	margin-right: 15px;
	display: inline-block;
	position: absolute;
	left: 18px;
	top: 10px;
	font-size: 18px;
}
/*Contact Form*/
.contact-form h2 {
	position: relative;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
	display: block;
	width: 100%;
	height: 55px;
	font-size: 16px;
	color: #848484;
	line-height: 30px;
	padding: 12px 25px;
	font-weight: 300;
	background-color: #ffffff;
	border-radius: 0px;
	border: 1px solid #ececec;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: #ff214f;
}
.contact-form textarea {
	height: 150px;
	resize: none;
	padding: 12px 25px;
}
.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}
.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #ff0000;
	font-weight: 500;
}
.contact-form .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #4ac8ed;
}
/*Social Icons*/
.social-icon-three {
	position: relative;
}
.social-icon-three li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
.social-icon-three li a {
	position: relative;
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background: #f4f4f4;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.social-icon-three li a:hover {
	color: #ffffff;
	background-color: #4ac8ed;
}
/*
================================================
31. Footer
================================================
*/
footer {
	padding: 70px 0 0;
	float: left;
	width: 100%;
	background-image: linear-gradient(#0aa89e, #0f756f);
}
footer .footer-text .footer-logo {
	font-family: "Roboto Slab", sans-serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	margin: 0 0 20px;
}
footer .footer-text .footer-logo span {
	color: #fff;
	margin-left: 3px;
}
.footer .footer-text p {
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
}
.footer .social-icons {
	margin-top: 20px;
	margin-bottom: 10px;
}
.footer .social-icons .bttn {
	height: 30px;
	width: 30px;
	line-height: 30px;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding:0;
}
.footer .links {
	padding-left: 10px;
}
.footer h3 {
	color: #ffffff;
	margin-bottom: 15px;
	margin: 0 30px 0 0;
	font-weight: 700;
}
.footer .links ul {
	margin-top: 25px;
}
.footer .links ul li {
	list-style-type: none;
}
.footer .links li a:before {
	position: absolute;
	content: "\f101";
	font-family: fontawesome;
	left: 0;
	transition: color .3s ease
}
.footer .links ul li a {
	color: #ffffff;
	display: block;
	font-size: 14px;
	margin-top: 15px;
	padding-left: 15px;
	position: relative;
}
.footer .instagram li img {
	height: 100%;
	width: 100%;
}
.footer .location {
	word-wrap: break-word;
}
.footer .location ul li:first-child {
	padding-left: 0;
}
.footer .location ul li {
	color: #ffffff;
	font-size: 14px;
	margin-top: 15px;
	padding-left: 25px;
}
.location ul li i {
	display: inline-block;
	left: 15px;
	margin-top: 4px;
	position: absolute;
}
.location ul li a {
	color: #ffffff;
}
.footer .instagram ul {
	margin-top: 20px;
	padding: 0 10px;
}
.footer .instagram li {
	overflow: hidden;
	padding: 10px 5px 0;
	width: auto;
}
.footer .instagram li img {
	height: auto;
	width: 100%;
}
.footer .facebook h3 {
	margin-bottom: 10px;
}
.copyright hr {
	background-color: #ffffff;
	margin-top: 0;
	opacity: 0.2;
}
.copyright {
	margin-top: 50px;
	margin-bottom: 10px;
}
.copyright p {
	color: #ffffff;
	font-weight: 700;
}

/*
================================================
32. Responsive Styles
================================================
*/
@media (min-width: 992px) and (max-width: 1199px) {
/** Banner Wrapper **/
.sb-nivo-slider-wrapper .nivo-directionNav {
	display: none;
}
/** Counter Wrapper **/
.counter-icon:before {
	display: none;
}
.count-description p {
	font-size: 15px;
}
.counter-icon .icon {
	height: 45px;
	line-height: 45px;
	width: 45px;
}
.counter-icon {
	height: 60px;
	width: 60px;
}
/** coming-soon Wrapper **/
.coming-soon .coming-soon-inner {
  width: 50%;
}
}

@media (max-width: 1200px) {
	.cards-diretrizes {
		width: 100%;
		background: none;
		margin-top: 0;
		padding: 0;
		box-shadow: none;
		border: none;
		border-radius: none;
	}
	.cards-diretrizes:hover {
		transform: none !important;
	}
	}
@media (min-width: 768px) and (max-width:1200px){
	.logo {
		margin-bottom: 25px;
		text-align: center;
		margin-left: 40%;
	}

	.mainmenu-area {
		height: 180px;
	}

	.mainmenu-area.sticky {
		height: 170px !important;
	}

	.main-menu-area nav {
		text-align: center;
	}

	.main-menu-area nav ul {
		float: none;
	}

	.primary-slide {
		padding-top: 180px;
	}

	.section-blog-content {
		display:flex;
		justify-content: center;
		align-items: center;
	}
	.blog-video {
		display: none;
	}
	.img-diretrizes {
		display: none;
	}
	.diretrizes-content {
		display:flex;
		justify-content: center;
		align-items: center;
	}
	.cards-diretrizes ul li {
		font-size: 2rem;
		text-align: left;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
/** Header Logo Area **/

.header-logo-area {
	padding: 24px 0 30px;
}

.logo {
	margin-bottom: 25px;
	text-align: center !important;
	margin-left: 40%;
}
.header-logo-address::before {
	display: none;
}
/** Header Menu Area **/
.main-menu-area ul li > a {
	padding: 0 8px;
	height: 60px;
	line-height: 55px;
}
.main-menu-area ul li ul.mega-menu > li h2 {
	font-size: 20px;
}
/** Slider Area **/
.sb-slider-title {
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 23px;
	text-transform: none;
	letter-spacing: 1px;
}
.sb-slider-sub-title {
	font-size: 30px;
	margin-bottom: 0;
}
.sb-slider-descript {
	display: none;
}
.sb-nivo-slider-wrapper .nivo-directionNav {
	display: none;
}
.sb-button-button-area a {
	margin-top: 30px;
}
/** Counter Wrapper **/
.counter-wrapper {
	padding-bottom: 0;
}
.counter {
	padding-bottom: 120px;
}
.count-description {
	width: calc(100% - 150px);
}
/** Blog Wrapper **/
.blog_btm_cntnt {
	width: 94%;
	padding: 30px;
}
/** Our CTA Wrapper **/
.our-cta-wrapper h2 {
	font-size: 1.5rem;
}
/** Featured Wrapper **/
.featured-wrapper .no-padding {
	padding: 0 15px;
}
.featured-box {
	width: 100%;
}
/** About Us Wrapper **/
.about-sec {
	margin: 20px 0 40px;
}
/** FAQ Wrapper **/
.faq-testimoni {
 margin:50px 0 0;
}
/** Blog Wrapper **/
.blog_box_wrapper.blog_box_padding {
 margin:0 0 40px;
}
.btc_blog_cate_cont_wrapper {
  padding: 20px;
}
/** coming-soon Wrapper **/
.coming-soon .coming-soon-inner {
  width: 70%;
}
/** Login Wrapper **/ 
.login-box {
  width: 55%;
}
}

@media (max-width: 767px) {

/** Top Wrapper **/
.top-wrapper {
	display: none;
}
/** Header Logo Area **/
.header-logo-area {
	background: #ffff;
}
div.header-logo-area .logo a, .header-logo-area .logo a span {
	color: #fff;
}
/** Main Menu Area **/
.mainmenu-area {
	position: fixed;
    width: 100%;
    z-index: 777;
}
.primary-slide {
	padding-top: 90px;
}
/** Slider Area **/
.sb-slider-button {
	display: none;
}
.sb-nivo-slider-wrapper .nivo-controlNav {
	display: none;
}
.sb-slider-title {
	font-size: 13px;
	margin-bottom: 16px;
}
.sb-slider-sub-title {
	font-size: 16px;
	margin-bottom: 0;
}
.sb-slider-descript {
	display: none;
}
.sb-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav, .sb-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
	display: none;
}
.our-guidelines-wrapper {
	padding: 71px 0 0;
}
.cards-diretrizes {
	width: 100%;
    background: #fff;
    padding: 3rem;
}
.cards-diretrizes ul li {
	font-size: 1.8rem;
	text-align: left;
}
.our-blog-wrapper {
	padding: 31px 0 0;
}
.blog-video {
	display: none;
}
.img-diretrizes {
	display: none;
}
.blog-text h2 {
	font-size: 5rem;
}
.blog-text p {
	font-size: 2rem;
}
/** Featured Wrapper **/
.featured-wrapper {
	text-align: center;
    padding: 71px 0 0px;
}
.featured-wrapper .section-title {
	margin: 0 0 40px;
}
.featured-box {
	margin: 0 15px 1px;
	float: none;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    min-height: auto;
}
.featured-box:hover {
	background: none;
}
.featured-box:hover span, .featured-box:hover h5, .featured-box:hover p {
	color: #313534;
}
/** Our Team Wrapper **/
.team-members-left .btn {
	margin: 0 0 30px;
}
.team-members-left {
	margin: 0 0 30px;
}
/** Counter Wrapper **/
.counter-wrapper {
	padding: 80px 0;
}
.counter-wrapper .counter {
	padding-bottom: 30px;
}
.counter-icon-box {
	background: rgba(107, 107, 107, 0.3);
	display: inline-block;
	padding: 20px 0;
	width: 80%;
}
.counter-icon {
	display: block;
	float: none;
	text-align: center;
	margin: 0 auto;
}
.count-description {
	display: inline-block;
	float: none;
	text-align: center;
	width: auto;
}
.counter-icon:before, .counter-wrapper .counter:hover .counter-icon:before {
	display: none;
}
/** Our Blog Wrapper **/
.blog_img_wraper img {
    width: 100%;
}
.blog_btm_cntnt {
	width: 90%;
	padding: 20px;
}
.blog_icon_overlay {
	display:none;
}
.blog-wrapper .sidebar_widget {
	margin:40px 0 0
}
.blog_box_wrapper.blog_box_padding {
 margin:0 0 40px;
}
.btc_blog_single_tittle_img_cont_wrapper {
  width: 100%;
}
.btc_blog_cate_cont_wrapper {
  padding: 20px;
}
.tb_btm_link_right {
  margin:20px 0 30px;
}
.tb_btm_link_left li a {
  margin: 0 0 8px;
}
/** Our Testimonials Wrapper **/ 
.testimonials-wrapper .owl-nav {
	top: -18px;
}
/** News Letter Wrapper **/ 
.newsletter form {
	display: block;
	margin: 20px 0 0;
}
.newsletter form .form-group {
	margin-bottom: 20px;
	width: 100%;
}
/** Breadcrumb Wrapper **/ 
.breadcrumb-wrapper {
  padding: 60px 0 0;
}
.breadcrumb-wrapper h1 {
  font-size: 28px;
  margin-bottom: 45px;
}
.page-breadcrumb li {
	text-transform: none;
}
/** About Us Wrapper **/
.about-sec {
	margin: 15px 0 40px;
}
/** FAQ Wrapper **/
.faq-testimoni {
 margin:50px 0 0;
}
/** coming-soon Wrapper **/
.coming-soon .coming-soon-inner {
  width: 100%;
}
.coming-soon h2 {
  font-size: 18px;
}
.coming-soon .cntdown span {
    font-size: 26px;
}
/** Login Wrapper **/ 
.login-box {
  width: 90%;
}
.login-wrapper .checkbox-spin + label span {
  padding-right: 20px;
}
.remember {
  display: block;
  float: none;
}
.lost-pass a {
  float: none;
}
.remember-row {
  display: block;
  text-align: center;
}
/** Error Wrapper **/
.error-wrapper .h1 {
  font-size: 55px;
}
.error-wrapper input.form-control {
  margin-bottom: 15px;
}
/** Button Wrapper **/
.button-wrapper .button-section .btn	{
	margin:0 8px 10px; 
}
/** Footer Wrapper **/ 
.footer {
	padding: 20px;
}

.footer h3 {
	margin: 30px 0 0;
}
.footer .links {
	padding: 0;
}
}

@media(max-width:767px){

	.main-menu-area ul{
		display:none;
	}

	.min-height-mobile{
		min-height:70px !important ; 
	}

	.logo{
		margin:auto;
	}
}

@media (max-width: 493px) {
/** Featured Wrapper **/
.featured-wrapper .no-padding {
	padding: 0 15px;
}
.featured-box {
	width: 100%;
	margin: 0;
}
}

@media (max-width: 400px) {
.cards-diretrizes {
	width: 100%;
	background:none;
}
}

/***************  BLOG  ***************/
.blog-content, .post-body {
	background: #fff;
	padding-top: 2rem;
}

.blog-content .social-icons .bttn, .post-body .social-icons .bttn {
	padding: 8px 15px 9px;
}

.blog-content .section-header {
	display: flex;
	justify-content: center;
	padding: 0;
}

.site-content-blog a{
    text-decoration: none !important;
    color: #3f4954;
}

.flex-row-blog{
    display: flex;
    flex-direction: row;    
    flex-wrap: wrap;
}

ul{
    list-style-type: none;
}

.text-gray{
    color: #3f4954;
}

.site-content-blog p{
    color: #686666da;
}

main .site-content-blog{
    display: grid;
	grid-template-columns: 70% 30%;
	grid-column-gap: 60px;
}

main .post-content{
    width: 100%;
}

main .site-content-blog .post-content .post-image{
    padding: 1rem 2rem;
	position: relative;
}

main .site-content-blog .post-content .post-image .img-blog.post{
	height: 320px;
	object-fit: contain;
}

.post-title{
	padding: 0 2rem 2rem 2rem;
	word-wrap: break-word;
}

main .site-content-blog .post-content > .post-image > div{
    overflow: hidden;
}

main .site-content-blog .post-content > .post-image .img-blog{
    width: 100%;
    transition: all 1s ease;
}

main .site-content-blog .post-content > .post-image .img-blog:hover{
    transform: scale(1.3);
}

main .site-content-blog .post-content > .post-image .post-info span{
	margin: 0 .5rem;
	font-weight: 700;
}

main .site-content-blog .post-content .info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1rem 2rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

main .site-content-blog .post-content > .post-image .post-info {
	background: #fff;
	box-shadow: 0px 3px 10px 0px rgba(13, 21, 75, 0.3);
	border-radius: .8rem;
	padding: 1rem;
}

main .post-content .post-title a{
	font-size: 1.5rem;
}

main .post-content .post-title p{
	font-size: 1.8rem;
}

main .post-content .post-title .title{
	font-size: 3rem;
	line-height: 1.2;
	text-transform: uppercase;
}

.img-default {
	display: flex; 
	justify-content: center; 
	align-items: center; 
	flex-direction: column; 
	margin-top: 4rem;
}

.img-default img {
	width: 400px;
}

.img-default p {
	font-weight: 700; 
	font-size: 20px; 
}

.btn-blog{
    border: none;
    border-radius: 2rem;
    padding: 1rem 3rem;
    font-size: 1rem;
    cursor: pointer;
}

.site-content-blog .post-content .post-title .post-btn{
    border-radius: .4rem;
    padding: .7rem 1.5rem;
    background-image: linear-gradient(120deg, #0fe2d4 0%, #13a39a 100%);
}

.site-content-blog > .sidebar-blog .category-list  {
	display: flex;
    flex-wrap: wrap;
	height: 180px;
	overflow-y: hidden;
	overflow-x: hidden;
}

.site-content-blog > .sidebar-blog .category-list:hover {
	overflow-y: auto;
}

.category-list::-webkit-scrollbar {
    width: 3px;
}

.category-list::-webkit-scrollbar-thumb {
    background-color: #A0A0A0;
    border-radius: 2.4rem;
}

.site-content-blog > .sidebar-blog .category-list .list-items{
	background: #0aa89e;
    padding: .4rem 1rem;
    margin: .8rem .4rem;
    border-radius: .4rem;
	width: 40%;
	height: 30px;
    display: flex;
    justify-content: space-between;
}

.site-content-blog > .sidebar-blog .category-list .list-items a{
	color:  #FFF;
	font-weight: 700;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.site-content-blog > .sidebar-blog .category-list .list-items span{
	color: #FFF;
	font-weight: 700;
}

.site-content-blog .sidebar-blog h2 {
	font-weight: 700;
}

.site-content-blog .sidebar-blog .name-history a {
	width: 100%;
	text-align: center;
	font-size: 2rem;
	border-radius: .4rem;
}

.site-content-blog .sidebar-blog .name-history a:before {
	border-radius: .4rem;
}

.site-content-blog .sidebar-blog  .category, 
.name-history,
.popular-post, 
.popular-tags, 
.post-sidebar .category-post,
.site-content-blog .sidebar-blog .autores {
    padding: 2rem 1rem;
}

.site-content-blog .sidebar-blog .popular-post h2{
    padding-top: 2rem;
}

.site-content-blog .sidebar-blog .popular-post .post-info{
    padding: .4rem .1rem !important;
    bottom: 0rem !important;
    left: 1.5rem !important;
    border-radius: 0rem !important;
    background: white !important;
}

.site-content-blog .sidebar-blog .popular-post .post-title a{
	font-size: 1.8rem;
	line-height: 1;
	text-transform: uppercase;
}

.popular-tags .tags .tag{
	background: #0aa89e;
	color: #FFF;
	font-weight: 700;
    padding: .4rem 1rem;
    border-radius: .4rem;
	margin: .4rem .6rem;
	cursor: default;
}

.post-sidebar .category-post .category-list a:hover {
	text-decoration: none;
}

.post-sidebar .category-post .category-list span {
	background: #0aa89e;
	color: #FFF;
	font-weight: 700;
    padding: .4rem 1rem;
    border-radius: .4rem;
	margin: .4rem .6rem;
}

.popular-tags.post,
.category-post.post,
.popular-post.post {
	padding: 2rem 3rem;
}

@media (max-width:1200px) {
	.site-content-blog > .sidebar-blog .category-list {
		overflow-y: auto;
	}
	
	.site-content-blog > .sidebar-blog .category-list .list-items {
		width: 100%;
	}
}

@media (max-width: 1130px) {
	main .site-content-blog {
		display: grid;
		grid-template-columns: 70% 30%;
		grid-column-gap: 10px;
	}

	main .site-content-blog .post-content .info {
		display: flex;
		align-items: flex-end;
		justify-content: flex-start;
		padding: 1rem 2rem;
	}
	
	main .site-content-blog .post-content > .post-image .post-info {
		border-radius: 0% !important;
		box-shadow: none;
	}

    .site-content-blog .sidebar-blog .popular-post .post-info{
        display: none !important;
	}
	
	.site-content-blog .sidebar-blog .popular-post .post-title a{
		font-size: 1.6rem;
	}

	.site-content-blog .sidebar-blog .category,
	.name-history,
	.popular-post, 
	.popular-tags, 
	.site-content-blog .sidebar-blog .autores {
		padding: 0 0;
	}
}

@media (max-width: 767px) {
    main .site-content-blog{
        grid-template-columns: 100%;
	}

	.blog-content, .post-body {
		padding-top: 3rem;
	}

	main .site-content-blog .post-content .post-image .img-blog.post{
		height: auto;
		object-fit: contain;
	}
	.popular-tags.post,
	.category-post.post,
	.popular-post.post {
		padding: 1rem 0;
	}

}

@media (max-width: 520px) {
    main .blog{
        height: 125vh;
    }

    .site-content-blog .post-content > .post-image .post-info{
        display: none;
	}
	
	.img-default img {
		width: 100%;
	}
}

@media (max-width: 344px) {
	.img-default p {
		font-size: 15px;
	}

	.blog-content .section-header {
		display: none;
	}
}

/***************  POST  ***************/
.mobile-toggle {
	display: none;
}

.post-body .img-blog {
	transition: transform .5s;
	cursor: zoom-in;
	height:320px; 
	width: 100%; 
	object-fit: contain;
}

.maxSize {
	transform: scale(1.5) !important;
	cursor: zoom-out !important;
}

.post-body p {
	font-size: 21px;
	word-break: break-word;
	line-height: 32px;
	margin-top: 1rem;
	margin-bottom: -0.46em;
	font-weight: 400;
}

.blog-title h1 {
	font-size: 48px;
	text-transform: uppercase;
}

.post-sidebar .popular-tags h2,
.post-sidebar .category-post h2,
.post-sidebar .popular-post h2 {
	font-weight: 700;
}

.header-post {
	width: 100%; 
	display: flex; 
	justify-content: space-between; 
	align-items: center; 
	padding: 0 5rem;
}

.share a {
	text-decoration: none !important;
}

.header-post .share a > .fa-whatsapp {
	display: none;
}

.header-post .share a > .fa-paper-plane {
	display: none;
}

.header-post .share i {
	font-size: 2rem;
	margin: 0 .8rem;
}

.header-post .share .fa-paper-plane {
	font-size: 1.8rem;
	margin: 0 .8rem;
}

.footer-post {
	width: 100%; 
	display: flex; 
	justify-content: flex-end; 
	align-items: center; 
	padding: 0 5rem;
}

.footer-post .share a > .fa-whatsapp {
	display: none;
}

.footer-post .share a > .fa-paper-plane {
	display: none;
}

.footer-post .share i {
	font-size: 3rem;
	margin: 0 .8rem;
}

.footer-post .share .fa-paper-plane {
	font-size: 2.8rem;
	margin: 0 .8rem;
}

.user-info {
	margin: 1rem 0 2rem 0;
}

.user-info a, .about-autor a {
	display: flex; 
	align-items: center;
}

.user-info a, .about-autor a {
	text-decoration: none !important;
	font-weight: 700;
}

.img-avatar {
	width: 48px;
	border-radius: 50%;
}

.user-info span {
	color: #313534;
	margin-left: 1.2rem;
}

.user-info a .linha-link-menu {
    width: 10%;
    height: 2px;
    background-image: linear-gradient(120deg, #0fe2d4 0%, #13a39a 100%);
    transition: .5s
}

.user-info a span:hover > .linha-link-menu {
    width: 100% !important;
}

.post-rel {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
    margin: 3rem 0;
	text-decoration: none !important;
	color: #313534;
}

.post-rel:hover {
	color: initial;
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

.post-rel.others:hover {
	box-shadow: none !important;
	transform: scale(0.95);
}

.post-rel .post-rel-title {
	padding: 2rem 1rem;
}

.post-rel .post-rel-title h3 {
	margin: 0;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.mobile-toggle {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 1rem 2rem 0 2rem;
	}
	.mobile-toggle i {
		font-size: 3rem;
		cursor: pointer;
	}
	.section-body {
		padding: 2rem;
	}
    .blog-title h1 {
		font-size: 34px;
	}
	.post-body .img-blog {
		height:auto; 
	}
	.maxSize {
		transform: none !important;
	}
	.header-post {
		padding: 0 2rem;
	}
	.footer-post {
		padding: 0;
	}
	.header-post .share a > .fa-whatsapp{
		display: initial;
	}
	.footer-post .share a > .fa-whatsapp{
		display: initial;
	}
	.header-post .share a > .fa-paper-plane{
		display: initial;
	}
	.footer-post .share a > .fa-paper-plane{
		display: initial;
	}
	.post-rel.others {
		width: 50%;
	}
	
}

@media (max-width: 570px) {
	.posts-relacionados .title-border-left {
		display: none;
	}	
	.post-rel.others {
		width: 100%;
	}
}

/***************  AUTHOR  ***************/
.author-content .author-info {
	display: flex; 
	align-items: center;
	line-height: 1;
}

.author-content .author-info .user-image img {
	width: 160px
}

.author-content .author-info .author-name, .author-content .author-info .user-image {
	margin-left: 1.4rem;
}

.author-content .author-info div span {
	font-size: 4rem;
	font-weight: 700;
}

.author-content .author-info div p {
	font-size: 1.4rem;
	font-weight: 400;
}

.anyposts {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.anyposts img {
	width: 600px
}

.anyposts p {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
}

@media (max-width: 767px) {
	.author-content .author-info  {
		display: flex; 
		flex-direction: column;
		text-align: center;
	}

	.author-content .author-info .author-name, .author-content .author-info .user-image {
		margin-left: 0;
	}

	.anyposts img {
		width: 100%;
	}

	.posts-relacionados .title-border-left {
		display: block;
	}
}

/***************  AUTORES  ***************/
.autores-body {
	display: flex;
	flex-wrap: wrap;
}

.autores-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 2rem;
	padding: 2rem;
	width: 280px;
	color: initial;
}

.autores-content:hover {
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}

.autores-body .autores-content .image-autor img {
	width: 170px;
}

.autores-body .autores-content .name-autor {
	font-size: 2rem;
	text-align: center;
	font-weight: 700;
}

@media (max-width: 767px) { 
	.autores-body {
		display: flex;
		justify-content: center;
	}
}

/***************  HISTÓRIA DO NOME  ***************/
.history-body {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.history-img {
	padding: 2rem;
}

.history-img img {
	width: 300px;
}

.history-body form {
	width: 60%;
}

@media (max-width: 767px) {
	.history-img img {
		width: 200px;
	}

	.history-body form {
		width: 100%;
	}

	.history-body form button {
		width: 100%;
	}
}

/***************  DARK MODE  ***************/
.change-theme {
	cursor: pointer;
	font-size: 2rem;
	color: #0aa89e !important;
}

.mainmenu-area.dark-theme {
	background-color: #292929;
}

.mainmenu-area.dark-theme .main-menu-area ul li > a {
	color: #fff !important;
}

.mainmenu-area.dark-theme .main-menu-area ul .change-theme {
	color: #fff !important;
}

.mainmenu-area.dark-theme .main-menu-area ul li > a:hover {
	border-bottom: 4px solid #fff;
}

body.dark-theme,
.post-body.dark-theme, 
.blog-content.dark-theme,
.history-content.dark-theme,
.index-content.dark-theme .mobile-toggle,
.index-content.dark-theme .featured-wrapper,
.index-content.dark-theme .featured-box,
.index-content.dark-theme .our-guidelines-wrapper,
.index-content.dark-theme .cards-diretrizes,
.index-content.dark-theme .our-blog-wrapper,
.index-content.dark-theme .our-team-wrapper,
.index-content.dark-theme .newsletter {
	background-color: #212121;
	color: #fff !important;
}

.index-content.dark-theme .featured-box {
	border: none;
}

.index-content.dark-theme .blog-text strong {
	color: #0aa89e;
}

.post-body.dark-theme .post-rel .post-rel-title h3, 
.blog-content.dark-theme .popular-post .post-title a,
.blog-content.dark-theme .breadcrumb li,
.blog-content.dark-theme main .post-content .post-title .title,
.blog-content.dark-theme main .post-content .post-title p {
	color: #fff !important;
}

.blog-content.dark-theme main .site-content-blog .post-content > .post-image .post-info span {
	color: #313534 !important;
}

.post-body.dark-theme .user-info span {
	color: #fff;
}

#toast-container {
	z-index: 999 !important;
}