/*
Theme Name: Linksol2024
Theme URI: http://linksol.com.np
Author: Suresh Dhakal
Author URI: http://www.sureshdhakal.com.np
Version: 0.1.6
Text Domain: linksol2024
*/

a {
	text-decoration : none;
}
.service-card  {
	background:rgba(26,76,131,0.5); 
	bottom:0; 
	top:0;
}
.service-card > h5, 
.service-card > h5 > button {
	opacity:0;
	border:1px transparent solid;
}
.service-card:hover  {
	background:rgba(26,76,131,.8);
	transition: 0.9s;
}

.service-card h5, .service-card:hover > h5,
.service-card:hover > h5 > button {
	opacity:1;
	transition: 0.9s;
}
.bg-top {
	background: #37A488;	
}
.bg-primary {
	background-color: #273B4A
}
.bg-blue {
	background-color: #2E318F
}
#custom_html-6 { 
	text-align: right !important
}

#menu-top {
	margin: 0 auto;
}
#menu-top a {
	color: #ffffff;
	font-size: 0.9rem;
}

#menu-top li.menu-item:not(:last-child)::after {
	content: "|";
	margin: 0 10px;
	color: #f1f1f1;
}

.bg-info {
	background-color: #37A488 !important
}
.carousel-caption {
	bottom: 80px;		
	right: 50px;
	left: auto;
}
.bg-orange {
	background-color: #F44E11;
	color: white;
}
.bg-dark {
	background-color: #273B4A;
	color: white;
}
.text-green {
	color: #37A488
}
.text-white a {
	color: white !important;
}
.list-unstyled ul {
	list-style: none;
}
.display-6 a {
	color: #2E318F;
}
.footer-widget  ul { 
	padding: 0
}
.wpcf7 {
	max-width: inherit;
}