/* Team */
.team-item img {
    border-radius: 50%;
}
.team-item {
    background: #fff;
    padding: 40px;
    /*box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 3%);
    border: 1px solid #ededed;
    border-top: 5px solid;*/
}
.team-item strong {
	display: none;
}
.team-item em {
	width: 45px;
	height: 45px;
	background: #000;
	line-height: 45px;
	color: #fff;
	top: 195px;
	position: absolute;
	border-radius: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	box-shadow: 0 10px 16px rgb(0 0 0 / 26%);
}
.team-item h6 {
	font-size: 17px;
	color: #737272;
}

/*Custom Team */
.team-item-cus {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 9%);
    padding: 35px 35px 35px 35px;
}

.team-item-cus:hover {
    box-shadow: 0px 0px 55px 0px rgb(0 0 0 / 29%);
}

.team-item-cus img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.team-item-cus:hover img {
    transform: scale(1.08);
}

/* Insurance */
.insurance-column {
	position: relative;
}
.insurance-column:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 4px;
	width: 100%;
	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.insurance-column:hover:before {
	height: 100%;
}
.insurance-column:hover, .insurance-column:hover h3 {
	color: #fff;
}
.insurance-column a {
	border-bottom: none;
	text-decoration: underline !important;
}
.insurance-column:hover a {
	color: #fff !important;
}

/* Intro */
.intro .pull-left {
    width: 50%;
}

/* Check */
.check-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.check-list ul li strong {
    display: none;
}
.check-list ul li span {
	padding-right: 10px;
  	color: #fcbc3a;
}
.check-list ul li {
	padding-bottom: 15px;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	margin: 0;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}
.jmm-text {
    padding: 20px;
    border-radius: 0px 0px 0px 0px;
    background: #f5f5f5;
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.jm-category-module.default .jmm-readmore {
	margin-top: 20px;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    padding: 13px 20px;
}
button.btn.btn-primary.validate:hover {
    color: #fff !important;
}
#sp-position1 {
	padding: 0;
}

/* Bottom */
#sp-bottom {
	overflow: hidden;
	position: relative;
	z-index: 1;
	line-height: 30px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative;
}
#sp-bottom3 strong {
	display: none;
}
#sp-bottom3 i {
	padding-right: 10px;
}

/* Footer Copyright */
#sp-footer {
    display: inline-block;
    width: 100%;
    position: relative;
  	text-align: center;
    z-index: 1;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}

/* Mobile Standard Layout */
@media (min-width: 768px) and (max-width: 991px){
  	.about-row-item .sppb-row-column {
    	max-width: 100% !important;
    	flex-basis: 100% !important;
	}
}
@media (max-width: 991px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	.team-item em {
    	top: 150px;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	body #sp-header {
      	top: 0;
	}
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
/*
.page-item.active .page-link, .slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover, 
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay, .btn,
.project-link a, .pricing-column.center, .team-img h1.sppb-addon-title, .call,
.feature-item h3:before, .services-item h3:before, .insurance-column:before,
.bg-header {
 	background-color: var(--background-color);
}*/
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.title h3, .counter-item h1, .team-icon .shrewd_solution_icon ul li a:hover, .online-column h3 {
  	color: var(--text-color);
}
.btn {
  	border-color: var(--text-color);
}
.team-item {
  	border-top-color: var(--text-color);
	height: 100%;
}

*, *::before, *::after{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.card1{
  /*width: 25rem;*/
  border-radius: 1rem;
  background: white;
  box-shadow: 4px 4px 15px rgba(0,0,0, 0.15);
  position : relative;
  color: #434343;
}

.card1 .card__container{
  padding : 2rem;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 1rem;
  position: relative;
}
.card1::before{
  position: absolute;
  top:2rem;
  right:-0.5rem;
  content: '';
  background: #468cd6;
  height: 28px;
  width: 28px;
  transform : rotate(45deg);
}

.card1::after{
  position: absolute;
  content: attr(data-label);
  top: 11px;
  right: -14px;
  padding: 0.5rem;
  width: 10rem;
  background: #468cd6;
  color: white;
  text-align: center;
  box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
}


.sp-page-title {
    background: #468cd6;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #f68e13 !important;
}

/*
.article-list .article {
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    border: 3px solid #ebebeb;
    border-radius: 10px;
}*/

.article-list .article {
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    background-color: white;
    border-radius: 1rem;
    background: white;
    box-shadow: 4px 4px 15px rgba(0,0,0, 0.15);
    color: #434343;
}

.article-details .article-can-edit a {
    display: inline-block;
    background: #f68e13;
    color: #fff;
    padding: 5px 12px;
    border-radius: 3px;
    font-size: 14px;
}

a{
	color:#495057;
}

a:hover{
	color:#2a69b8;
}

.team-item a{
	color:#2a69b8;
}

.blink a{
	color:#2a69b8;
}

.accordion-item {
	background-color: #fff;
	border: 1px solid #468cd6;
    /*border: 1px solid #468cd6;
    border-right: 0;
    border-left: 0;
    border-radius: 0 !important;*/ 
}
.accordion-button {
	font-weight: 600;
	color: #495057;
	background-color: #ffffff;	
	/*border: 1px solid #468cd6;*/
	border-radius: 0 !important;
	border-top: 0;
	border-left: 0;
	border-right: 0;		
}

.accordion-button:not(.collapsed) {
	color: #468cd6;
	background-color: #ffffff;	
	box-shadow: none;
}	

.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23468cd6'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

/*
[type=submit]:not(:disabled) {
    cursor: pointer;
    background-color: #f68e13;
}*/
/*
[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer;
    background-color: #f68e13;
}*/
