/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.btn-link-cust {
	padding: 8px 22px !important;
	border-color: #00b4d8;
	color: #00b4d8;
}
.btn-link-cust:hover {
	background-color: #00b4d8;
	border-color: #00b4d8;
}

.btn-download {
	border-color: #00b4d8;
	color: #ffffff;
	background-color: #00b4d8;
	border-radius: 6px !important;
}

.btn-download:hover {
	background-color: #00b4d8;
	border-color: #00b4d8;
	color: #ffffff ;
}

.box-rounded {
	border-radius: 6px !important;
}

.box-shadow-image {
	box-shadow: 0 8px 20px RGB(32 54 86/30%);
}

.text-elipsis {
	width: 300px;
	height: 55px;
	overflow: hidden;
	margin-left: -25px;
}

  
.line-clamp {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; 
}
  
.text-elipsis-small {
	width: 150px;
	height: 55px;
	overflow: hidden;
	margin-left: -25px;
}
  
.text-elipsis-side {
	width: 225px;
	height: 45px;
	overflow: hidden;
	margin: auto;
}
.text-elipsis-side :hover {
	color: #00b4d8;
}

.text-elipsis-big {
	width: 100%;
	height: 100px;
	overflow: hidden;
	padding: 5px;
}

.text-elipsis-big :hover {
	color: #00b4d8;
}
  
.line-clamp-3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical; 
}

.elipsis-title {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-left: auto;
}

.widget-box {
	border: 1px solid #cccccc;
	border-radius: 6px;
	padding: 20px;
}
  
/* hide shadow on focus pagination */

.page-link:focus, .btn-check:focus + .btn, .btn:focus{
    box-shadow: none;
}
.page-item.active .page-link, .page-link:hover, .page-link:focus {
    border-color: #00b4d8 !important;
}

/* margin left UL,OL in content single post */
.entry-content ul, .entry-content ol {
    margin-left: 1.2rem;
}

/* carousel navigation */

.owl-carousel .owl-nav [class*=owl-], .owl-carousel .owl-nav [class*=owl-]:hover {
    border-radius: 6px;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
    border-color: #00b4d8;
}

/* custom size for body image */
img.size-full {
    height: auto;
}

/* custom eror 404 */
.error404 {
    display: unset;
    font-size: unset;
    font-weight: unset;
    color: unset;
    line-height: unset;
    letter-spacing: unset;
}
.text404 {
	font-size: 18vw;
    font-weight: 700;
}


.slider-element .owl-nav [class*=owl-], .owl-carousel-full .owl-nav [class*=owl-] {
    height: calc(var(--owl-nav-sizes) * 1);
    line-height: calc(var(--owl-nav-sizes) * 1);
}

  
.title-archive{
	font-size: 1.5rem;
	line-height: 1.35;
	font-weight: 600;
	font-family: "poppins", sans-serif;
	letter-spacing: 1px;
}
  
@media (max-width: 575.98px) { 
	.title-archive {
	  font-size: 1.3rem;
	  line-height: 1.35;
	  font-weight: 600;
	  font-family: "poppins", sans-serif;
	  letter-spacing: 1px;
	}
}
  
.title-single-post {
	font-size: 1.6rem;
	line-height: 1.25;
	font-weight: 600;
	font-family: "poppins", sans-serif;
	letter-spacing: 1px;
}
  
@media (max-width: 575.98px) { 
	.title-single-post {
	  font-size: 1rem !important;
	  line-height: 1.40;
	  font-weight: 600;
	  font-family: "poppins", sans-serif;
	  letter-spacing: 1px;
	
	}
}
  
@media (max-width: 575.98px) { 
	.margin-top-post {
	  margin-top: 0.7rem !important;
	}
}
  
.tag-cloud {
	margin-bottom: -2px;
}

.tag-cloud a {
	display: block;
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 4px 8px;
	border: 1px solid #e5e5e5;
	font-size: 13px !important;
	color: #666666;
	border-radius: 6px; }
	body:not(.device-touch) .tag-cloud a {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.tag-cloud a:hover {
	border-color: #00b4d8 !important;
	color: #00b4d8 !important; 
}


.form-search {
	border: solid #00b4d8;
}



input[type="text"].form-search
{
    border: solid 1px #00b4d8;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;

}

.form-search::-webkit-input-placeholder {
	color: #444;
	text-align: center;
}

.form-search::-moz-placeholder {
	color: #444;
	text-align: center;
}

.form-search::-ms-input-placeholder
{
	color: #444;
	text-align: center;
}

.section-right {
	text-align: right;
}

.no-border {
	border: none !important;
}

.line-color{
	border-color: #00b4d8;
}

.er-404{
	display: block;
	line-height: 0.9;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 19vw;
    color: #00b4d8 !important;
    opacity: 75%;
    text-shadow: 0 8px 20px RGB(32 54 86/30%);
	letter-spacing: 4px;
}

.er-404Head {
	color: #00b4d8 !important; 
}

@media (max-width: 575.98px) { 
	.er-404 {
		font-size: 35vw;
	}
}

.border-bot {
	border-bottom: 5px solid #ffff;
}

.bold {
	font-weight: 1000;
	color: black;
}

.lighter {
	font-weight: lighter;
	color: black;
}

.bg-cust {
	background-color: #eff3f8;
}

.bg-cust-2 {
	background-color: #ffffff;
}

.uppercase-text {
	text-transform: uppercase;
}

.img-vid {
	margin: 5rem 0 5rem 0;
}