/*!
Theme Name: Kaissa
Theme URI: 
Author: theme_ocean
Author URI: https://www.templatemonster.com/vendors/theme_ocean/
Description: Multipurpose High Converting Landing Page WordPress Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kaissa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Kaissa is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 40px;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {

}

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*Banner Design*/

.banner_bg_color{
	background: #333;
}
.banner_image{
	position: relative;
	z-index: 1;
}

.banner_overlay:before{
	position:absolute;
	background: #000;
	width:100%;
	height:100%;
	top:0;
	content: '';
	z-index: -1;
	opacity: .6;
}
.banner_desc{
	
}

.banner_desc  a:focus {
	color: #01c7e9;
}

.bannar_padding{
	padding: 170px 0 100px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.bannar_padding h2{
	text-transform:uppercase;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	letter-spacing: 3px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;	
	color: #fff;
}
.bannar_padding p{
	color: #fff;
}
.bannar_padding a{
	color: #fff;
}

/* Start uniti test data style*/

.entry-content .btn-light-bg{
	margin-top: 10px;
}
.entry-content h1 {
	font-size: 42px;
	margin: 24px 0;
}
.entry-content h2 {
	font-size: 30px;
	margin: 25px 0;
}
.entry-content h3 {
	font-size: 22px;
	margin: 22px 0;
}
.entry-content h4 {
	font-size: 20px;
	margin: 23px 0;
}

.entry-content h5 {
	font-size: 18px;
	margin: 30px 0;
}
.entry-content h6 {
	font-size: 16px;
	margin: 33px 0;
}
.entry-content b, strong {

}
.entry-content blockquote, q {
	-moz-hyphens: none;
	hyphens: none;
	quotes: none;
	
}

 blockquote {
	font-size: 16px;
	font-weight: 400;
	background: #01c7e9;
	border: inherit;
	color: #fff;
	text-align: center;
	padding: 47px 35px 35px;
	position: relative;
}
blockquote:after{
	position: absolute;
	content: "\f10d";
	top: 15px;
	left: 15px;
	font-family: fontawesome;
	font-size: 30px;
}
.entry-content p{
	margin-bottom: 20px;
}

.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6  {
	margin-top: 15px;
	line-height:normal;
}
.entry-content {
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
dl {
  margin: 0 20px;
}
dd {
	margin-bottom: 12px;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
	text-align: center;
}
caption, th, td {
    font-weight: normal;
    text-align: center;
}
caption {
	font-size: 16px;
	margin: 0;
	padding-top: 0;
}
th {
    font-weight: bold;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
tr{
	 padding: 6px 10px 6px 0;
}
del {
    color: #333;
}
select{
	border: 1px solid #ddd;
  padding: 10px;
}
.content-area .home_single_blog{
	margin-bottom: 45px;
}
.content-area img{
	max-width: 100%;
	height: auto;
}
body.blog .content-area,
body.search .content-area,
body.archive .content-area{
	padding-bottom: 0;
}
.content-area .single_pm ,  
.content-area .single_pm a{

}
.single_pm .pull-left{
	margin-top: 5px;
}
.cat_list a {
	border: 1px solid #01c7e9;
	color: #fff!important;
	padding: 5px 16px;
	margin-top: 1px;
	display: inline-block;
	border-radius: 30px;
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 5px;
	background: #01c7e9;
}
.entry-content  ol, 
.entry-content  ul,
.single_comment  ol, 
.single_comment  ul
{
	margin: 0;
	padding: 0 0 0 20px;
}
.entry-content ul {
	list-style-type: inherit;
}
.entry-content iframe {
	width:100%;
}


.entry-content li > ul, li > ol {
	margin: 0;
}
.entry-content address {
	font-style: italic;
}

.entry-content img {
	max-width:100%;
	height: auto;
	margin-bottom: 15px;
}
.entry-content table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}



.content-area input[type="text"],
.content-area input[type="email"],
.content-area input[type="url"],
.content-area input[type="password"],
.content-area input[type="search"],
.content-area input[type="number"],
.content-area input[type="tel"],
.content-area input[type="range"],
.content-area input[type="date"],
.content-area input[type="month"],
.content-area input[type="week"],
.content-area input[type="time"],
.content-area input[type="datetime"],
.content-area input[type="datetime-local"],
.content-area input[type="color"],
.content-area textarea {
	border: 1px solid #ddd;
	padding: 6px 10px;
	box-shadow: inherit;
	transition: .5s;

}
.content-area textarea{
	height: 120px;
	padding: 10px 10px;
}
.content-area input[type="text"],
.content-area input[type="email"],
.content-area input[type="url"],
.content-area input[type="password"],
.content-area input[type="search"],
.content-area input[type="number"],
.content-area input[type="tel"],
.content-area input[type="range"],
.content-area input[type="date"],
.content-area input[type="month"],
.content-area input[type="week"],
.content-area input[type="time"],
.content-area input[type="datetime"],
.content-area input[type="datetime-local"],
.content-area input[type="color"]{
	height: 50px;
	line-height: 50px;
}
.content-area input[type="text"]:focus,
.content-area input[type="email"]:focus,
.content-area input[type="url"]:focus,
.content-area input[type="password"]:focus,
.content-area input[type="search"]:focus,
.content-area input[type="number"]:focus,
.content-area input[type="tel"]:focus,
.content-area input[type="range"]:focus,
.content-area input[type="date"]:focus,
.content-area input[type="month"]:focus,
.content-area input[type="week"]:focus,
.content-area input[type="time"]:focus,
.content-area input[type="datetime"]:focus,
.content-area input[type="datetime-local"]:focus,
.content-area input[type="color"]:focus,
.content-area textarea:focus{
	border-color: #01c7e9;
	box-shadow: inherit;
}
.form-submit #submit,
.entry-content button,
.entry-content input[type="button"],
.entry-content input[type="reset"],
.entry-content input[type="submit"]{
	border: 1px solid #01c7e9;
	background: #01c7e9;
	border-color: #01c7e9;
	padding: 10px 27px;
	cursor: pointer;
	transition: .5s;
	border-radius: 2px;
  color: #fff;
}
.form-submit #submit:hover,
.form-submit #submit:focus,
.entry-content button:hover,
.entry-content input[type="button"]:hover,
.entry-content input[type="reset"]:hover,
.entry-content input[type="submit"]:hover{
	background: #333;
	border-color: #333;
	color: #fff;
}
.post-password-form input[type="submit"]{
	margin-left: 10px;
}
#searchform .form-control{
	height: 48px;
	line-height: 48px;
	padding: 7px 20px;
	border-radius: 4px;
	border: 1px solid #f5f8fa;
	box-shadow: inherit;
	color: #888;
	background: #f5f8fa;
}
#searchform .form-control:hover{
	
}
#searchform .form-control:focus{
	border-color: #01c7e9;
}
#searchform .search_btn{
	background: #01c7e9;
	color: #fff;
	border-color: #01c7e9;
	cursor: pointer;
	transition: .5s;
	padding: 13px 20px;
	border-radius: 0px 4px 4px 0;
}
#searchform .search_btn:hover,
#searchform .search_btn:focus{
	background: #222;
	border-color: #222;
}
/*--------------------------------------------------------------
# Search 
--------------------------------------------------------------*/
.error-404.not-found{
	margin-bottom: 35px;
}
.search-field:focus {
	box-shadow: none;
	border-color: #fff;
}
.no-results,
.not-found,
.page-content p{
	margin:0 0 35px;
	text-align:left;
	font-size:16px;
	text-shadow: none;
}
.no-results.not-found{
	text-align: left;
}
.no-results, .not-found, .page-title {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.no-results, .not-found, .page-header{
	border-bottom:none;
	margin-top: 0;
	margin-bottom: 10px;
}
.entry-footer {
    margin-top: 15px;
}
.no-results .page-title {
	display: inline-block;
	font-size: 30px;
	letter-spacing: 2px;
}
.page_404_error .page-header,
.page_404_error .page-content p{
	text-align: center;
}
.page_404_error{
	margin: 30px 0; 
}
.page_404_error p{
	margin-bottom: 40px;
}
.search-field {
	width: 300px;
	line-height: 50px;
	border: transparent;
	background: #ddd;
	padding: 0 10px;
	text-transform: capitalize;
	color: #333;
}

.search-submit {
	width: 66px;
	padding: 11px 0px;
	background: #01c7e9;
	color: #fff;
	margin-left: -4px;
	background-image: url(../emeli/assets/img/);
	border: 1px solid #01c7e9;
}
/*--------------------------------------------------------------
# Blog Content 
--------------------------------------------------------------*/
.content-area {
    padding: 60px 0;
    font-weight: 400;
}
.single_blog_post{
	margin-bottom: 30px;
}
.post_img{
	text-align:center;
	margin-bottom: 20px;
}
.post_img img{
	display: inline-block
}
.entry-title{
	font-size:22px;
	margin-top:0;
	margin-bottom: 14px;
	padding:0
}
.content-area .home_blog_text h4{
	font-size:22px;
}
.entry_meta{
	margin-bottom:15px;
}
.entry_meta a{
	color: #777;
}
.entry-title a{
	color:#333;
}
.post_btn{
	margin-top: 28px;
	margin-bottom: 25px;
	display: inline-block;
}
.post_btn a{
	color: #fff;
	background: #01c7e9;
	padding: 12px 30px;
	border-radius:30px;
	display: inline-block;
	transition:.5s;
}
.post_btn a:hover{
	background:#333;
}
.page_details{
	padding: 30px;
	border-radius: 5px;
}
/*--------------------------------------------------------------
# Single page Content 
--------------------------------------------------------------*/

.content-area .home_single_blog .post_meta{
	margin-bottom: 10px;
}
body.single-post .content-area .home_single_blog .post_meta{
	margin-bottom: 15px;
}
.post_meta span{
	margin-right: 8px;
}
.post_meta span i{
	padding-right: 5px;
}
.post_meta,
.post_meta a{
	font-size: 14px;
}
.post_meta a{
	color: #777;
	transition: .5s;
}
.post_meta a:hover{
	color: #01c7e9;
}
.content-area .home_single_blog:hover{

}
article.sticky{
	border-top: 5px solid #01c7e9;
}
span.sticky_meta ,
span.sticky_meta i{
	color: #01c7e9;
}
.single_entry_title p{
	margin-bottom:20px;
	text-align:justify;
}
.single_entry_meta{
	color:#333;
	font-size:16px;
	font-family:'Poppins';
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:15px 0;
	margin:18px 0;
	width:100%;
}
.single_entry_meta a{
	color:#333;
}
.single_meta {
	float: left;
	width: 500px;
	text-align:justify;
}
.social_links{
	text-align:right;
}
.social_links span{
	font-size:20px;
	color:#333;
	text-transform:capitalize;
	font-weight:bold;
}
.social_links i{
	margin-left:15px;
	color:#01c7e9;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
.navigation.post-navigation{
	overflow: hidden;
}
.nav-links {
	text-align: left;
	
}


.posts-navigation .post-details-nav a,
.nav-links .nav-next a,
.nav-links .nav-previous a{
	padding: 10px 30px;
    background: #fff;
	border: 1px solid #ddd;
    transition: .5s;
	color:#777;
	border-radius:30px;
	text-transform: capitalize;
}
.nav-links .nav-next a:hover,
.nav-links .nav-next a:focus,
.nav-links .nav-previous a:hover,
.nav-links .nav-previous a:focus,
.posts-navigation .post-details-nav a:hover,
.posts-navigation .post-details-nav a:focus
{
	transition: .5s;
    background: #01c7e9;
    border-color: #01c7e9;
	color:#fff;
}
.nav-links .nav-previous {
	float: left;
}
.nav-links .nav-next{
	float: right;
}
.nav-links a, .nav-links .nav-previous, .nav-links .nav-next {
    display: inline-block;
    text-align: center;
	
}
/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
#hero-slide {
    background: url(../../uploads/2025/02/Modern-Vietnam.jpg) no-repeat center center;
	background-position: 50% 50%;
    background-size: cover;
	height: 660px;
}
.home_hero_slide {
  height: 750px;
  position: relative;
}
.home_hero_slide:before {
    background: linear-gradient(105deg,#0ecad4,#5d67f0);
    content: "";
    height: 100%;
	opacity:0.8;
    filter: alpha(opacity=70);
    position: absolute;
    width: 100%;
}
.hero_slide-hero-text{padding-top:250px;}
.hero_slide-hero-text h2 {
	color: #fff;
	font-size: 56px;
	letter-spacing: 0;
	margin-bottom: 20px;
	line-height: 65px;
	font-weight: 600;
}
@media only screen and (max-width:480px) { 
.hero_slide-hero-text h2 {font-size: 40px;line-height:50px;}
}
@media only screen and (max-width:375px) { 
.hero_slide-hero-text h2 {font-size: 30px;line-height:40px;}
}
.hero_slide-hero-text p {
	color: #fff;
	margin-bottom: 30px;
	word-spacing: 1px;
	letter-spacing: 0.5px;
	}
}


/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
div.pagination{
	margin: 0px 0 45px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 10px;
}
.navbar-light .navbar-nav a {
	font-size: 20px !important;
}
.nav-links {

}

div.pagination a,
div.pagination span{
	width: 40px;
	height: 40px;
	line-height: 40px;	
	margin: 0 4px;
	transition:.5s;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,.08);
	
}
.pagination a{
	background: #fff;
	color: #777;
}
.pagination span{
	background: #01c7e9;
	color: #fff;
}
.pagination a:hover,
.pagination a:focus{
	background: #01c7e9;
	color: #fff;

}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget,
.home_single_blog,
.comments-area,
#calendar_wrap,
table{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.widget table{
	max-width: 100%;
}
.widget-area{

}
#reply-title{
	margin-bottom: 20px;
}

.widget-title,
.comments-title, 
.comment-reply-title
{
	font-size: 20px;
	margin-bottom: 25px;
	text-transform: capitalize;	
	position: relative;
	padding-left: 23px;
}
.widget-title:before, 
.comments-title:before, 
.comment-reply-title:before 
{
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	left: 0;
	background: #01c7e9;
	z-index: 1;
	border-radius: 50%;
	
}
.widget-title a,
.widget-title a:hover,
.widget-title a:focus{
	color: #333;
}
.widget-title:before {
	top: 6px;
}
.comments-title:before, 
.comment-reply-title:before {
	top: 8px;
}

.widget-title{
	margin-top:0px;
	margin-bottom:18px;
}
.widget.widget_tag_cloud .widget-title{
	margin-bottom:18px;
}
#reply-title,
.comments-title{
	margin-bottom:20px;
}

.widget ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget li {
	padding-bottom: 10px;
	position: relative;
	padding-left: 0;
	transition: .5s;
	line-height: 28px;
}
.widget li ,
.widget li a{
	color: #777;
}
.widget .widget_categories li:before{
	position: absolute;
	left: 0;
	top: 2px;
	content: "\e628";
	font-family: 'themify';
	color: #01c7e9;
	transition: .5s;
	font-size: 13px;
}
.widget .widget_categories li li:before{
	content: "";
	
}

.widget_categories li li{
	padding-left: 15px;	
}

.widget_categories li{
	padding-left: 22px;
}

.widget.widget_rss li{
	padding-left: 0;
}
.widget.widget_rss li:before{
	content: '';
}
.widget li:last-child{
	padding-bottom: 0px;
}
.widget li li{
	padding-left: 15px;
}
.widget a{
	transition: .5s;
}
.widget a:hover{
	color: #01c7e9;
}
ul#instafeed{
	margin: 0 -5px;
}
#instafeed li{
	width: 29.33%;
	float:left;
	margin: 0 5px 0;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

/* Comment Style */

.comments-area li.comment, 
.comments-area li.pingback {
	list-style-type: none;
	padding: 15px 15px 15px;
}
.single_comment{
}
.single_comment h5.media-heading{
	margin-bottom: 8px;
	text-transform: capitalize;
}
.single_comment h5.media-heading a{
	color: #333;
	transition: .5s;
}
.single_comment h5.media-heading a:hover,
.single_comment h5.media-heading a:focus{
	color: #01c7e9;
}
.com_time{
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: 500;
	letter-spacing:2px;
}
.single_comment h5.media-heading span{
	color: #888;
}
.media{
	margin-bottom:16px;
}
.comment_single p{
	margin-bottom: 10px;
	text-align:justify;
}
.comment_avatar {
	float: left;
	margin-right: 22px;
}
.comment_avatar img{
	border-radius: 50%;
}
.comments-area ol .children {
	padding-left: 40px;
}
.comments-area .comment-list {
	padding-left: 0;
}
.media-body,
 .media-left, .media-right {
	display: block!important;
	vertical-align: top;
}
div.media{
	display: block;
}
.media-body{
	width: 100%!important;
}
.creply_link {
	display:block;
	text-align: right;
	text-transform: none;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0;
	width: 100%;
}
.post_audio_video{
	margin-bottom: 0px;
}
.comment-form-cookies-consent label{
	padding-left: 8px;
}
.comment-form-cookies-consent{
	margin-bottom: 20px;
}
iframe,
embed,
video,
audio{
	border: none;
}
.content-area input[type="submit"]:hover, 
.content-area input[type="submit"]:focus, 
.content-area button:hover, 
.content-area button:focus {
    border-color: #333;
    background: #333;
    color: #fff;
	border:1px solid #333;
}
.content-area  .submit{
	background:#01c7e9;
	color:#fff;
	border:1px solid #01c7e9;
	padding:7px 14px;
}
#commentform .form-control{
	margin-bottom: 15px;
	border-radius: 4px;
	padding: 10px 20px
}
#commentform textarea.form-control{
	padding-top: 15px;
}
#commentform #submit{
	margin-bottom: 20px;
	border-radius: 30px;
}
.posts-navigation{
	margin-bottom: 35px;
}
.social_share_button{
	margin-top: 15px;
}
.social_share_button span{
	font-weight: 400;
}
.social_share_button a{
	color: #666;
	transition: .5s;
}
.social_share_button a:hover,
.social_share_button a:focus{
	color: #01c7e9;
}
.content-area article.sticky .home_single_blog{
	padding: 0 30px 30px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.content-area article .home_single_blog{
	border: 1px solid #f3f3f3;

}
.content-area article .home_single_blog .home_blog_text{
	padding: 0 30px 30px;
}
article .entry-title {
	margin-bottom: 15px;
}
.content-area article.sticky .home_single_blog .home_blog_text{
	padding: 0;
}
.home_single_blog{
	background-color: #fff;
}
.entry-content .post_img img,
.entry-content .post_img{
	margin-bottom: 0;
}
.entry-content .home_blog_text,
.single_blog .home_blog_text
{
	margin-top: 30px;
}
.widget.widget_tag_cloud a{
	font-size: 15px!important;
	color: #666;
	font-weight: 600;
	transition: .5s;
}
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus{
	color: #01c7e9;
}
.widget select{
	width: 100%;
	font-size: 15px;
}
.single_comment{
	margin-bottom: 10px;
}
.single_comment h5.media-heading{
	font-size: 17px;
}
.navigation.comment-navigation {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}
.page_content{
	padding: 30px;
	border: 1px solid #ddd;
}
body.page .edit-link {
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
}

.latest_post_widget li{
	overflow: hidden;
	padding-bottom: 20px;
	padding-left: 0px;
}
.latest_post_widget li:before {
	content: '';
}
.latest_post_widget li:hover{
	padding-left: 0;
}
.latest_post_widget li:last-child{
	border-bottom: none;
}
.latest_post_image{
	width: 120px;
	margin-right: 20px;
}
.latest_post_txt{
	margin-top: 0px;
}
.latest_post_txt h5{
	margin-top: 5px;
	font-size: 14px;
	line-height: 20px;
	
}
.latest_post_txt p{
	margin-bottom: 8px;
}
.latest_post_txt h5 a{
	color: #333;
	font-size: 15px;
}
.latest_post_widget img{
	display: block;
}
.logged-in-as{
	margin-bottom: 15px;
}
.center-block{
	margin: auto;
	float: none;
}
.error-404 .page-title{
	margin-bottom: 20px;
}
.page_404_error p{
	margin-bottom: 55px;
}
/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
.carousel {
	position: relative;
  	max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px !important;
	height: 100% !important;
	
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  @include clearfix();
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  height: 590px;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 5s ease-in-out;
  @include transition($carousel-transition);
 
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}


// Alternate transitions

  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: opacity 0s 5s;
  }


.carousel-fade {
  .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
  }

  .carousel-item.active,
  .carousel-item-next.carousel-item-start,
  .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
  }

  .active.carousel-item-start,
  .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    @include transition(opacity 0s $carousel-transition-duration);
  }
}

// Optional indicator pips/controls

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0px !important;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

  [data-bs-target] {
box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #DB2A24;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;

  transition: opacity .6s ease;
  }
  
.carousel-indicators .active {
	background-color: #F19914;
    opacity: 1;
  }
}

// Optional captions

.carousel-caption {
   position: absolute;
   right: (100% - $carousel-caption-width) * .5;
   bottom: $carousel-caption-spacer;
  left: (100% - $carousel-caption-width) * .5;
  padding-top: $carousel-caption-padding-y;
  padding-bottom: $carousel-caption-padding-y;
  text-align: center;
}
.carousel-caption .title{
color: #fff;
display: block;
font-size:20px;
font-weight:600;
margin: 0 0 7px;
text-transform: uppercase;
}
