@charset "UTF-8";
/*
Theme Name: family usa
*/

.banner_image .more {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    border-color: #fff;
    bottom: 104px;
    margin: auto;
	text-align: center;
}
.banner_image .more:hover {
    background: #359cd5;
    border-color: #359cd5;
}
.home_latest_box_sec {
	background-color: #eaf6fb;
	padding: 55px 0 55px;
}

.home_latest_box_sec h2{
	font-size:50px;
	text-transform: uppercase;
	font-weight:400;
	padding-bottom: 40px;
	color:#359ad4;
}
.home_latest_box_sec .more {
    color: #35a1da;
    border-color: #35a1da;
	background:#ffffff;
}
.home_latest_box_sec .more:hover {
    background: #35a1da;
    color: #fff;
}
.home_latest_box_sec .card-img-top {
	padding: 1.7rem;
}
.home_latest_box_sec .card-body {
	padding: 0.5rem 1.7rem 2.2rem 1.7rem;
}

.home_latest_box_sec .card{
    cursor: pointer;
	border: 0;
    border-radius: 0;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

.home_latest_box_sec .card:hover, .home_latest_box_sec .card:focus-within {
    -webkit-box-shadow: 0 0 8px 0 #369bd5;
    box-shadow: 0 0 8px 0 #369bd5;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.home_latest_box_sec .card h5 {
	font-family:'Open Sans',sans-serif;
	font-size:17px;
	color:#4d5c65;
	font-weight: 400;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	min-height:103px;
	margin-bottom: 1.5rem;
}
.home_latest_box_sec .card-text {
	font-family:'Open Sans',sans-serif;
	font-size:14px;
	color:#4d5c65;
	font-weight: 600;
	text-transform:uppercase;
}

.deskmenu{display:block !important;}
.mobimenu{display:none !important;}

@media screen and (max-width:991px) {
	.deskmenu{display:none !important;}
	.mobimenu{display:block !important;}	
}

@media screen and (max-width: 575px) {
	.banner_image .more {
		bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.banner_image .more {
    	bottom: 40px;
	}
}

@media screen and (max-width: 420px) {
	.home_latest_box_sec h2{
		font-size:30px;
	}
}

