/*
    ========================================================================
    Index
    ------------------------------------------------------------------------

    # -  1.0 - All Global css
    # -  2.0 - Menu Area
    # -  3.0 - Slider
    # -  4.0 - blog layout
    # -  5.0 - Footer
    # -  6.0 - Blog Page

*/
/*      All Global css
----------------------------*/
body {
	font-family: "Lato", sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #828282;
	line-height: 24px;
}
a {
	transition: all 0.3s ease 0s;
	font-weight: 400;
	color: #828282;
}
a:hover, a:focus, a.active {
	text-decoration: none;
	color: #00ab6b;
}
input {
	transition: all 0.3s ease 0s;
}
label {
	font-weight: normal;
}
input[type="text"], input[type="password"], input[type="date"], input[type="url"], input[type="search"], input[type="text"], input[type="text"], input[type="text"], input[type="text"], .form-control, textarea, textarea.form-control {
	height: 50px;
	border: 1px solid rgba(164, 181, 224, 0.17);
	border-radius: 0;
	box-shadow: none;
	padding-left: 20px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="text"]:focus, input[type="text"]:focus, input[type="text"]:focus, .form-control:focus, textarea:focus, textarea.form-control:focus {
	box-shadow: none;
	border-color: #00ab6b;
}
textarea, textarea.form-control {
	height: auto;
	padding-top: 20px;
	min-height: 163px;
}
.form-group {
	margin-bottom: 20px;
}
/*  Heading Tag
-------------------*/
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: "Poppins", sans-serif;
	margin-bottom: 20px;
	margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	font-weight: inherit;
}
h1 {
	font-size: 55px;
	line-height: 60px;
}
h2 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
}
h3 {
	font-size: 25px;
	margin-top: 0;
	font-weight: 600;
	margin-bottom: 6px;
}
h4 {
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 13px;
}
img {
	max-width: 100%;
}
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-border {
	border: 0 !important;
}
.fix {
	overflow: hidden;
}
.pr {
	position: relative;
}
p {
	font-family: "Lato", sans-serif;
	margin-bottom: 20px;
}
.base-color {
	color: #00ab6b;
}
.blue-color {
	color: #00ab6b;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table thead {
	background: #eee;
}
td, th {
	padding: 5px;
	border: 1px solid;
}
.clear {
	clear: both;
}
.section-padding {
	padding-top: 73px;
	padding-bottom: 98px;
}
.section-heading {
	padding-bottom: 50px;
}
.section-heading p {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}
.section-heading h2 {
	text-transform: uppercase;
	margin-bottom: 15px;
}
.easy-button {
	border: 3px solid rgba(164, 181, 224, 0.17);
}
.easy-button, .easy-button-two {
	display: inline-block;
	min-width: 135px;
	color: #00ab6b;
	font-weight: 700;
	text-align: center;
	background: transparent;
	padding: 11px 10px 9px 10px;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Poppins", sans-serif;
}
.easy-button:hover, .easy-button-two:hover {
	background: #00ab6b;
	color: #fff;
	border-color: #00ab6b;
}
.easy-button-two.active {
	background: #00ab6b;
	color: #fff;
}
.easy-button-two {
	border: 1px solid rgba(164, 181, 224, 0.17);
}
.easy-button.button-small, .easy-button-two.button-small {
	min-width: 70px;
	padding: 7px 10px 4px 10px;
	font-size: 11px;
	line-height: 15px;
}
.pdl0 {
	padding-left: 0;
}
.pdr0 {
	padding-right: 0;
}
.mt35 {
	margin-top: 35px;
}
.mt60 {
	margin-top: 60px;
}
.mt45 {
	margin-top: 45px;
}
.mb95 {
	margin-bottom: 95px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.pdb80 {
	padding-bottom: 80px;
}
.white-bg {
	background: #fff;
}
/* -----------------------------------
**   Menu Area
-------------------------------------*/
.header-area {
	border-bottom: 1px solid rgba(164, 181, 224, 0.17);
	box-shadow: 0 0 10px rgba(171, 171, 171, 0.18);
}
.header-area .container {
	display: table;
}
.header-area .logo {
	display: table-cell;
	vertical-align: middle;
	width: 150px;
	text-align: right;
}
.header-area .logo a {
	color: #000000;
}
.header-area.style2 .logo {
	text-align: left;
}
.site-title {
	font-weight: 900;
	font-size: 50px;
	letter-spacing: -5.5px;
	font-family: "Poppins", sans-serif;
	line-height: 50px;
	margin: 0;
}
.menu-area {
	width: 100%;
	vertical-align: middle;
	padding-right: 30px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.menu-area .humbarger {
	display: inline-block;
	font-size: 25px;
	vertical-align: middle;
	color: #000;
}
.menu-area .humbarger i {
	cursor: pointer;
}
.menu-area .main-menu {
	display: inline-block;
	vertical-align: middle;
}
.menu-area .search-box {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 14px;
}
.menu-area .search-box a {
	display: inline-block;
	margin-top: -3px;
}
.menu-area .search-box i {
	color: #000000;
}
.header-area.style2 .menu-area {
	text-align: right;
	padding-right: 0;
}
.top-search-input-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 111;
	-webkit-animation: searchZoomIn .4s;
	animation: searchZoomIn .4s;
	display: none;
}
 .top-search-input-wrap::-webkit-input-placeholder {
 opacity: 1;
 color: #fff;
}
 .top-search-input-wrap::-moz-placeholder {
 opacity: 1;
 color: #fff;
}
 .top-search-input-wrap:-ms-input-placeholder {
 opacity: 1;
 color: #fff;
}
 .top-search-input-wrap:-moz-placeholder {
 opacity: 1;
 color: #fff;
}
.top-search-input-wrap.show {
	display: block;
}
.top-search-input-wrap .top-search-overlay {
	position: absolute;
	background: rgba(0, 0, 0, 0.85);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.top-search-input-wrap .search-wrap .search.educon-top-search {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.top-search-input-wrap .search-wrap .search.educon-top-search .sp_search_input::after {
	content: "\f002";
	font-size: 17px;
	color: #00ab6b;
	font-family: 'fontawesome';
	position: absolute;
	right: 27px;
	pointer-events: none;
	line-height: 60px;
	cursor: pointer;
}
.top-search-input-wrap .search-wrap .search.educon-top-search input {
	background: rgba(0, 0, 0, 0.6);
	border-radius: 3px;
	border-width: 0;
	height: 60px;
	box-shadow: none;
	padding: 10px 34px;
	width: 100%;
	color: #fff;
	font-size: 13px;
}
.top-search-input-wrap .close-icon {
	font-size: 30px;
	color: #fff;
	top: 20px;
	right: 20px;
	cursor: pointer;
	position: fixed;
	z-index: 9999;
	font-weight: 200;
	font-family: lato;
}
 @-webkit-keyframes searchZoomIn {
 0% {
 opacity: 0;
 -webkit-transform: scale3d(1.5, 1.5, 1.5);
 transform: scale3d(1.5, 1.5, 1.5);
}
 50% {
 opacity: 1;
}
}
 @keyframes searchZoomIn {
 0% {
 opacity: 0;
 -webkit-transform: scale3d(1.5, 1.5, 1.5);
 transform: scale3d(1.5, 1.5, 1.5);
}
 50% {
 opacity: 1;
}
}
.no-menu-assigned {
	padding: 18px 20px 18px 0;
}
.hidden-sidebar {
	width: 365px;
	height: 500px;
	position: fixed;
	top: 0;
	left: -365px;
	z-index: 9999;
	transition: .5s;
	background: #fff;
	padding: 30px 15px;
	box-shadow: 0 0 4px rgba(171, 171, 171, 0.46);
}
.hidden-sidebar .widget {
	padding: 48px 30px 29px 30px;
}
#easy-menu #head-mobile {
	font-size: 25px;
	color: #222222;
	padding: 0;
}
#easy-menu #head-mobile i {
	display: none;
}
#easy-menu .button {
	font-size: 25px;
	color: #222222;
	display: none;
	padding: 0;
}
#hidden-sidebar-close {
	text-align: right;
	padding-bottom: 20px;
}
#hidden-sidebar-close i {
	font-size: 20px;
	cursor: pointer;
	color: #000000;
}
.hidden-sidebar.sidebar-show {
	left: 0;
}
#easy-menu > ul > li > a {
	text-transform: uppercase;
	color: #222222;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	padding: 23px 28px;
}
#easy-menu > ul > li > a:hover {
	color: #00ab6b;
}
#easy-menu {
	padding-left: 30px;
}
#easy-menu, #easy-menu ul, #easy-menu ul li, #easy-menu ul li a, #easy-menu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	box-sizing: border-box;
}
#easy-menu ul {
	margin: 0;
	padding: 0;
}
#easy-menu ul:after {
	clear: both;
}
#easy-menu #head-mobile {
	display: none;
}
#easy-menu > ul > li {
	float: left;
}
#easy-menu ul ul {
	position: absolute;
	left: -9999px;
	background: #fff;
	z-index: 2;
	padding: 5px 35px 12px 40px;
	border: 1px solid rgba(164, 181, 224, 0.17);
}
#easy-menu ul ul li {
	transition: all .25s ease;
}
#easy-menu li:hover > ul {
	left: auto;
}
#easy-menu li:hover > ul > li {
	height: 55px;
}
#easy-menu ul ul ul {
	margin-left: 100%;
	transition: .3s;
}
#easy-menu ul ul li {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding-top: 20px;
}
#easy-menu ul ul li:last-child {
	border-bottom: 0;
}
#easy-menu ul ul li a {
	width: 170px;
	font-size: 15px;
}
#easy-menu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
}
 @media screen and (max-width: 1000px) {
nav {
	width: 100%;
}
#easy-menu {
	width: 100%;
}
#easy-menu ul {
	width: 100%;
	display: none;
}
#easy-menu ul li {
	width: 100%;
	border-top: 1px solid rgba(164, 181, 224, 0.17);
}
#easy-menu ul ul li,  #easy-menu li:hover > ul > li {
	height: auto;
}
#easy-menu ul li a,  #easy-menu ul ul li a {
	width: 100%;
	border-bottom: 0;
}
#easy-menu > ul > li {
	float: none;
}
#easy-menu ul ul li a {
	padding-left: 25px;
}
#easy-menu ul ul ul li a {
	padding-left: 35px;
}
#easy-menu ul ul,  #easy-menu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
}
#easy-menu > ul > li.has-sub > a:after,  #easy-menu > ul > li.has-sub > a:before,  #easy-menu ul ul > li.has-sub > a:after,  #easy-menu ul ul > li.has-sub > a:before {
	display: none;
}
#easy-menu #head-mobile {
	display: block;
	padding: 23px;
	color: #ddd;
	font-size: 12px;
	font-weight: 700;
}
.button {
	width: 25px;
	height: 26px;
	position: absolute;
	left: 0;
	top: 14px;
	cursor: pointer;
	z-index: 12399994;
	transition: 0s;
}
#easy-menu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid rgba(164, 181, 224, 0.17);
	height: 46px;
	width: 46px;
	cursor: pointer;
}
#easy-menu ul ul .submenu-button {
	height: 46px;
	width: 46px;
}
#easy-menu .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #828282;
	content: '';
}
#easy-menu ul ul .submenu-button:after {
	top: 22px;
	right: 13px;
}
#easy-menu .submenu-button.submenu-opened:after {
	background: #828282;
}
#easy-menu .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #828282;
	content: '';
}
#easy-menu ul ul .submenu-button:before {
	top: 19px;
	right: 16px;
}
#easy-menu .submenu-button.submenu-opened:before {
	display: none;
}
#easy-menu ul ul ul li.active a {
	border-left: none;
}
#easy-menu > ul > li.has-sub > ul > li.active > a,  #easy-menu > ul ul > li.has-sub > ul > li.active > a {
	border-top: none;
}
#easy-menu > ul > li.has-sub li.has-sub {
	padding-bottom: 0;
}
#easy-menu > ul > li.has-sub li.has-sub > a {
	padding-bottom: 15px;
}
}
/* -----------------------------------
**  End Menu
-------------------------------------*/
/* -----------------------------------
**  SLider
-------------------------------------*/
.slider-post-not-found {
	text-align: center;
	padding: 30px 0;
}
.carousel-control.right, .carousel-control.left {
	background-image: none;
	top: 50%;
}
.carousel-control.right .fa, .carousel-control.right .fa, .carousel-control.left .fa, .carousel-control.left .fa {
	height: 36px;
	width: 36px;
	border-radius: 100%;
	border: 3px solid rgba(255, 255, 255, 0.17);
	display: inline-block;
	padding-top: 4px;
}
.carousel-caption {
	right: 0;
	left: 0;
	padding-bottom: 30px;
	top: 0;
	bottom: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.3);
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.carousel .item:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slider-section .item img {
	width: 100%;
}
.carousel-indicators {
	bottom: 0;
}
.carousel-control.right, .carousel-control.left {
	background-image: none;
}
.carousel .item {
	min-height: 350px;
	height: 100%;
	width: 100%;
}
.slider-meta-info .meta-info span {
	padding: 3px;
}
.slider-meta-info .meta-info a, .slider-meta-info .meta-info span {
	color: #fff;
	font-size: 15px;
}
.slider-post {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}
.slider-post .slider-heading {
	padding-bottom: 13px;
}
.slider-post .slider-heading h1 {
	margin-top: 8px;
}
.slider-post .slider-heading a {
	font-size: 55px;
	color: #fff;
	font-weight: 900;
}
.carousel-control {
	text-shadow: none;
}
.slider-section .slider-post {
	max-width: 600px;
}
.slider-section .slider-post .slider-heading h1 {
	line-height: 65px;
}
.slider-section .slider-post .slider-meta-info {
	margin-bottom: 2px;
}
.carousel-inner .easy-button {	
	color: #fff;
	background: transparent;
}
.carousel-caption {
	text-shadow: none;
}
/* Animation delays */
.carousel-caption .slider-meta-info {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.carousel-caption .slider-heading {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}
.carousel-caption .easy-button {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.slider-section .carousel-caption {
	background: rgba(23, 52, 135, 0.7);
}
.slider-section .easy-button-two {
	color: #fff;
}
.slider-section .easy-button-two:hover {
	background: #00ab6b;
	border-color: #00ab6b;
}
.slider-section .carousel-control.right .fa, .slider-section .carousel-control.left .fa {
	border-width: 1px;
	padding-top: 5px;
}
/* -----------------------------------
**  blog layout
-------------------------------------*/
.meta-info span, .meta-info a {
	padding-right: 2px;
	color: #bababa;
	font-size: 13px;
}
/* Blog layout one	*/
article.post.blog-layout-one {
	min-height: 135px;
	width: 100%;
	display: table;
	padding: 15px 70px;
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0;
	border: none;
}
.blog-layout-one .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: .8s;
	border-color: rgba(164, 181, 224, 0.17);
	border-width: 0 1px 1px 1px;
	border-style: solid;
}
.blog-layout-one h3 {
	margin-bottom: 2px;
}
.blog-layout-one .text, .blog-layout-one .right-read-more {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.blog-layout-one .right-read-more {
	text-align: right;
	height: 105px;
 *height: auto;
}
.blog-layout-one .read-more {
	font-size: 25px;
}
.blog-layout-one .meta-info span {
	transition: .3s;
}
.blog-layout-one .meta-info span a:hover {
	color: #00ab6b;
}
.blog-layout-one:hover .overlay {
	background: rgba(0, 0, 0, 0.2);
	border-color: transparent;
}
.blog-layout-one:hover .text h3, .blog-layout-one:hover .text .meta-info a, .blog-layout-one:hover .text .meta-info span {
	color: #fff;
}
.blog-layout-one:hover .read-more {
	color: #fff;
}
article.post.blog-layout-two {
	border: 1px solid rgba(164, 181, 224, 0.17);
	padding-bottom: 20px;
	margin-bottom: 30px;
	box-shadow: 0 0 6px rgba(171, 171, 171, 0.06);
	transition: .3s;
}
.blog-layout-two .blog-text {
	padding: 31px 35px 4px 48px;
	max-width: 320px;
}
.blog-layout-two .read-more {
	font-size: 15px;
	float: right;
	margin-right: 35px;
	color: #bababa;
}
.blog-layout-two .social-sharing-icon {
	position: absolute;
	top: 37px;
	left: 40px;
}
.blog-layout-two .social-sharing-icon span {
	visibility: hidden;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: translate(20px);
	-ms-transform: translate(20px);
	transform: translate(20px);
}
.blog-layout-two .image {
	position: relative;
}
.blog-layout-two .image:hover .social-sharing-icon span {
	visibility: visible;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}
.blog-layout-two .image:hover .easy-pf-icon {
	visibility: visible;
	filter: alpha(opacity=6);
	opacity: .6;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}
.blog-layout-two:hover {
	box-shadow: 0 0 10px rgba(171, 171, 171, 0.2);
}
.blog-layout-two:hover .read-more {
	color: #00ab6b;
}
.author-information .color-full-social {
	padding: 0 !important;
}
.social-sharing-icon span {
	display: inline-block;
	transition: all 0.35s ease-in;
	width: 25px;
}
.author-social-icon a, .social-sharing-icon span a {
	width: 23px;
	height: 23px;
	display: block;
	background: rgba(0, 0, 0, 0.25);
	transition: all .3s ease-in-out;
	color: #fff;
	text-align: center;
	font-size: 13px;
	border-radius: 2px;
}
.author-social-icon a {
	color: #fff !important;
}
.author-social-icon li {
	padding-right: 5px !important;
}
.social-sharing-icon span a:hover {
	background: #00ab6b;
}
.social-sharing-icon span:nth-child(1) {
	transition-delay: 100ms;
}
.social-sharing-icon span:nth-child(2) {
	transition-delay: 150ms;
}
.social-sharing-icon span:nth-child(3) {
	transition-delay: 200ms;
}
.social-sharing-icon span:nth-child(4) {
	transition-delay: 250ms;
}
.easy-pf-icon {
	display: inline-block;
	transition: all 0.35s ease-in;
	color: #fff;
	opacity: 0;
	position: absolute;
	top: 18px;
	right: 17px;
	text-align: center;
	visibility: hidden;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: translate(-20px);
	-ms-transform: translate(-20px);
	transform: translate(-20px);
}
.easy-pf-icon i {
	font-size: 25px;
	display: block;
}
/* blog layout three */
.blog-layout-three {
	position: relative;
	margin-bottom: 30px;
}
.blog-layout-three .blog-text {
	position: absolute;
	bottom: 50px;
	left: 30px;
	max-width: 200px;
}
.blog-layout-three .blog-text h3 {
	color: #fff;
	font-weight: 300;
	line-height: 33px;
}
.blog-layout-three .blog-text .quote-by {
	color: #fff;
	font-size: 19px;
	padding-top: 18px;
}
.blog-layout-three .image {
	position: relative;
}
.blog-layout-three .overlay {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.blog-layout-three .easy-pf-icon {
	color: #999c9d;
	filter: alpha(opacity=1);
	opacity: 1;
	border: 0;
	visibility: visible;
	text-align: left;
	left: 43px;
	top: 47px;
}
.blog-layout-three .easy-pf-icon i {
	font-size: 70px;
}
/*	Blog Detail	*/
.blog-detail {
	padding-top: 74px;
	padding-bottom: 80px;
	background: #fff;
}
.blog-detail .inner {
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
}
.blog-detail .heading {
	padding-bottom: 44px;
}
.blog-detail-text {
	padding-top: 53px;
}
.blog-detail-text .tag-list-container {
	margin-top: 30px;
}
.blog-detail-text .social-sharing-icon {
	padding-top: 27px;
}
.tag-list-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	float: right;
}
.tag-list-container span {
	display: inline-block;
	padding-right: 5px;
}
.tag-list-container .tag-list {
	display: inline-block;
	margin-right: 4px;
}
.tag-list-container .tag-list a {
	color: inherit;
}
/* -----------------------------------
**  blog layout
-------------------------------------*/
/* -----------------------------------
**  Footer
-------------------------------------*/
.footer-widget.widget_easy_recent_post, .footer-recent-post-widget {
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	border-right: 1px solid rgba(255, 255, 255, 0.12);
	padding-left: 30px;
	padding-right: 30px;
}
.footer-widget.widget_widget_easy_social ul{
	text-align:left !important;
}
.main-footer {
	padding: 20px 0;
	background: #000000;
}
.main-footer p, .main-footer .date {
	color: #bababa;
}
.main-footer .date {
	font-size: 13px;
}
.footer-widget {
	margin-bottom: 38px;
}
.footer-widget h3 {
	margin-bottom: 33px;
}
.social-icon {
	padding: 15px 0;
}
.social-icon ul {
	padding-left: 0
}
.social-icon li {
	list-style: none;
	display: inline-block;
	padding-right: 14px;
}
.recent-post-widget-two .image {
	margin-bottom: 25px;
}
.recent-post-widget-two .text h4 {
	margin-bottom: 4px;
}
.footer-menu-area {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding-top: 18px;
}
.footer-menu {
	padding-top: 13px;
}
.footer-menu ul li {
	list-style: none;
	display: inline-block;
	padding: 5px 28px;
}
.footer-menu ul li a {
	text-transform: uppercase;
	font-weight: 700;
}
.footer-logo {
	font-size: 100px;
	line-height: 120px;
	text-align: center;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	letter-spacing: -12px;
	margin-bottom: 92px;
	padding-top: 28px;
}
/* -----------------------------------
** End Footer
-------------------------------------*/

.content-style1 .site > .main-content > .container, .content-style1 .site > .container {
	margin-top: 75px;
	margin-bottom: 95px;
}
.content-style2 .site > .main-content > .container, .content-style2 .site > .container {
	margin-bottom: -37px;
	margin-top: -53px;
	position: relative;
	background-color: #fff;
	padding: 74px 30px 90px 30px;
}
.home.content-style2 .site > .main-content > .container, .home.content-style2 .site > .container {
	padding: 0px;
}
.content-style2 .site > .container:after {
	clear: both;
}
/*	pagination: */
.pagination {
	padding: 58px 60px;
	margin: 0;
	width: 100%;
	border-radius: 0;
	background: #fff;
}
.pagination a, .page-numbers.current {
	width: 34px;
	height: 34px;
	display: inline-block;
	text-align: center;
	border: 1px solid rgba(164, 181, 224, 0.17);
	padding-top: 4px;
	margin-right: 5px;
	border-radius: 100%;
	font-weight: 700;
}
.pagination a:hover, .page-numbers.current, .navigation.pagination a.prev:hover, .navigation.pagination a.next:hover {
	color: #000000;
}
.banner-area img {
	width: 100%;
}
/* -----------------------------------
**   Blog Page
-------------------------------------*/
.blog-detail-quote {
	padding: 20px 0;
}
.blog-detail-quote .icon {
	width: 110px;
	float: left;
	margin-top: 4px;
	font-size: 60px;
}
.blog-detail-quote blockquote {
	border: 0;
	margin-left: 110px;
	padding: 0;
}
.blog-detail-quote blockquote p {
	font-size: 25px;
	font-weight: 300;
	line-height: 33px;
	font-family: "Poppins", sans-serif;
}
ol.comment-list {
	padding-left: 0;
	list-style-type: none;
}
h3.comments-title {
	margin-bottom: 35px;
}
.vertical-image-text {
	display: table;
	width: 100%;
}
.vertical-image-text .image {
	display: table-cell;
	vertical-align: middle;
}
.vertical-image-text .text {
	vertical-align: middle;
	display: table-cell;
	padding: 0 10px 0 20px;
}
.vertical-image-text .text h4 {
	margin-top: 0;
	margin-bottom: 11px;
}
.vertical-image-text .text p {
	margin: 0;
}
.vertical-image-text .replay {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.color-full-social .facebook-icon, .color-full-social span a.facebook-bg {
	background: #005fca;
}
.color-full-social .twitter-icon, .color-full-social span a.twitter-bg {
	background: #15b1f9;
}
.color-full-social .google-icon, .color-full-social span a.google-plus-bg {
	background: #d51c1c;
}
.color-full-social .vimeo-icon {
	background: #00ADEE;
}
.color-full-social .youtube-icon {
	background: #DE2825;
}
.color-full-social .behance-icon {
	background: #2672F9;
}
.color-full-social .pinterest-icon {
	background: #D7242A;
}
.color-full-social .dribbble-icon {
	background: #E84C88;
}
.color-full-social .linkedin-icon {
	background: #0274B3;
}
.author-information {
	border: 3px solid rgba(164, 181, 224, 0.17);
	padding: 36px;
	margin-top: 45px;
	margin-bottom: 60px;
}
.author-information .image {
	width: 125px;
}
.author-information .color-full-social {
	margin-top: 13px;
}
.comments-area, .easy-contact-box {
	border: 1px solid rgba(164, 181, 224, 0.17);
	margin-top: 60px;
	padding: 40px;
}
.comments-area .heading, .easy-contact-box .heading {
	padding-bottom: 38px;
}
.all-comments > .single-comment:last-child {
	border-bottom: 1px solid rgba(164, 181, 224, 0.17);
}
.single-comment {
	width: 100%;
	border-top: 1px solid rgba(164, 181, 224, 0.17);
	padding: 27px 0;
}
.single-comment .image {
	width: 82px;
}
.single-comment .text h4 {
	display: inline-block;
	padding-right: 15px;
}
.single-comment .single-comment {
	margin-top: 27px;
	padding-bottom: 0;
}
.replay-comment.single-comment {
	padding-left: 33px;
}
.blog-post-leave-comment {
	margin-top: 53px;
}
.easy-comments-section-title {
	border-bottom: 1px solid rgba(164, 181, 224, 0.17);
	margin-bottom: 38px;
	padding-bottom: 18px;
}
.leave-comment-box {
	margin-bottom: 5px;
}
.comment-form .form-control {
	margin-bottom: 20px;
}
.name-email-website-field {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.leave-comment-box .form-group {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-right: 10px;
}
.blog-detail-banner {
	background: url("../images/blog-banner2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
/* -----------------------------------
** Banner
-------------------------------------*/
.banner-area {
	text-align: center;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 239px 0 192px 0;
}
.banner-title {
	padding-top: 90px;
}
.banner-area:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.3);
}
.banner-area .slider-post {
	position: relative;
	color: #fff;
}
.banner-area .slider-post .slider-meta-info {
	margin-bottom: 15px;
}
.banner-area h2 {
	margin-bottom: 0;
}
.banner-area .breadcrumbs a, .banner-area .breadcrumbs .sep {
	color: #fff;
}
.scp-play-katuhu {
	display: none;
}
#scp iframe {
	border: 0;
	height: 400px;
	width: 100%;
}
.fidvits-active iframe {
	border: 0;
}
.blog-qoute-post {
	position: relative;
}
.blog-qoute-post .media-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .7;
	z-index: 1;
}
.blog-qoute-post .qoute {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 2;
	cursor: pointer;
	text-align: center;
}
.blog-qoute-post .qoute blockquote {
	max-width: 410px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 0 0;
	border: 0;
	font-size: 22px;
	line-height: 33px;
	font-style: italic;
}
.blog-qoute-post .qoute i {
	font-size: 30px;
}
.blog-link-post a {
	font-size: 30px;
	margin-left: 10px;
	color: #fff;
}
.easy-contact-google-map #map {
	height: 400px;
}
.contact-page-box address {
	margin: 0;
}
.contact-page-box .widget {
	padding: 48px 30px 48px 44px;
}
.blog-gallery-post.owl-carousel .owl-dot, .blog-gallery-post.owl-carousel .owl-nav .owl-next, .blog-gallery-post.owl-carousel .owl-nav .owl-prev {
	width: 45px;
	height: 45px;
	color: #000000;
	border-radius: 500px;
	background: #fff;
	text-align: center;
	font-size: 20px;
	padding-top: 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: .3s;
}
.blog-gallery-post.owl-carousel .owl-dot:hover, .blog-gallery-post.owl-carousel .owl-nav .owl-next:hover, .blog-gallery-post.owl-carousel .owl-nav .owl-prev:hover {
	background: #00ab6b;
	color: #fff;
}
.blog-gallery-post.owl-carousel .owl-nav {
	width: 100%;
	opacity: 0;
	transition: .3s;
}
.blog-gallery-post.owl-carousel:hover .owl-nav {
	opacity: 1;
}
.blog-gallery-post.owl-carousel .owl-nav .owl-next {
	right: 10px;
}
.blog-gallery-post.owl-carousel .owl-nav .owl-prev {
	left: 10px;
}
/* -----------------------------------
**  End Single Blog
-------------------------------------*/

/* -----------------------------------
** Back To Top
-------------------------------------*/
.cd-top {
	display: inline-block;
	height: 60px;
	width: 60px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(0, 0, 0, 0.8) url("../images/cd-top-arrow.svg") no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 999;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
.entry-meta {
	margin-bottom: 44px;
}
.entry-footer {
	margin-top: 20px;
}
.blog-post-navigation {
	margin-top: 20px;
}
.blog-post-navigation a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.blog-post-navigation .older-posts:before {
	font-family: fontawesome;
	content: "\f177";
	margin-right: 7px;
}
.blog-post-navigation .newer-posts:after {
	font-family: fontawesome;
	content: "\f178";
	margin-left: 7px;
}
.blog-post-thumbnail {
	margin-top: 20px;
}
footer.entry-footer {
	margin-top: 25px;
}
/* error-page */
.error-page-text {
	text-align: center;
	padding-bottom: 26px;
}
.error-page-text .error404 {
	font-size: 180px;
	line-height: 140px;
	font-weight: 700;
	padding-top: 20px;
}
.error-page-text span {
	display: block;
	line-height: 50px;
	font-size: 28px;
	font-weight: 300;
	color: #000000;
}
.error-page-text span.ops {
	font-size: 57px;
	font-weight: 400;
	padding: 15px 0;
}
.error404 .content-search-box {
	max-width: 750px;
	margin: 0 auto;
}
/* search-box */
.content-search-box input[type="text"] {
	border-radius: 40px;
}
.content-search-box .searchform {
	position: relative;
	margin-bottom: 50px;
}
.content-search-box .submit-button {
	position: absolute;
	top: 10px;
	right: 15px;
	background: transparent;
	border: 0;
	font-size: 18px;
}
span.wpcf7-not-valid-tip {
	color: #dd4b39;
	font-size: 1em;
	font-weight: normal;
	display: block;
	margin-top: -12px;
	overflow: hidden;
	margin-bottom: 15px;
}
div.wpcf7-validation-errors {
	border: 2px solid #dd4b39;
}
div.wpcf7-response-output {
	margin: 0;
	padding: 0.2em 1em;
}
.fidvits-active {
	margin-bottom: 40px;
}
.fidvits-active iframe {
	width: 100%;
}
#cancel-comment-reply-link {
	margin-bottom: 20px;
}
.load_more {
	margin-top: 20px;
}
span.wpcf7-not-valid-tip {
	color: #dd4b39;
	font-size: 1em;
	font-weight: normal;
	display: block;
	margin-top: 4px;
	overflow: hidden;
	margin-bottom: 15px;
}
div.wpcf7-validation-errors {
	border: 2px solid #dd4b39;
}
div.wpcf7-response-output {
	margin: 0;
	padding: 0.2em 1em;
}
.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
}
/* -----------------------------------
** Preloader
-------------------------------------*/
.easy-loader {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 1;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.easy-loader .bloader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -29px;
	margin-top: -23px;
}
.easy-loader .bloader .line-scale-pulse-out> div {
	background-color: #00ab6b;
}
@-webkit-keyframes line-scale-pulse-out {
 0% {
 -webkit-transform: scaley(1);
 transform: scaley(1);
}
 50% {
 -webkit-transform: scaley(0.4);
 transform: scaley(0.4);
}
 100% {
 -webkit-transform: scaley(1);
 transform: scaley(1);
}
}
 @keyframes line-scale-pulse-out {
 0% {
 -webkit-transform: scaley(1);
 transform: scaley(1);
}
 50% {
 -webkit-transform: scaley(0.4);
 transform: scaley(0.4);
}
 100% {
 -webkit-transform: scaley(1);
 transform: scaley(1);
}
}
.line-scale-pulse-out > div {
	background-color: #fff;
	width: 4px;
	height: 45px;
	border-radius: 2px;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
	-webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
	animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}
.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
	-webkit-animation-delay: -0.4s !important;
	animation-delay: -0.4s !important;
}
.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
	-webkit-animation-delay: -0.2s !important;
	animation-delay: -0.2s !important;
}
/* -----------------------------------
** End Preloader
-------------------------------------*/
