/* custom-01 */
.custom-01 .lt-block-wrapper {
	overflow: hidden;
}

.custom-01 .f-header {
	font-weight: 300;
    padding-bottom: 10px;
    border-bottom: 1px solid #cbdbe6;
}

.custom-01 .f-text {
    position: relative;
	padding-left: 30px;
    font-size: 19px;
    line-height: 27px;
    font-weight: 300;
}

.custom-01 .f-text::before {
    content: "\f00c";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}


.custom-01 .part-image {
    position: relative;
    padding-top: 43px;
    border-radius: 5px;
    border: 1px solid #92a7b3;
    box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.1);
    overflow: visible;
}

.custom-01 .part-image::after {
	content: '';
    position: absolute;
    z-index: 3;
    top: 100px;
    left: -40px;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    border: 5px solid #f3f8fb;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset -2px -2px 25px 0px rgba(0,0,0,0.2),
         0px 0px 20px 2px rgba(0,0,0,0.3), inset 3px 3px 20px 0px rgba(0,0,0,0.3);
}

.custom-01 .image-box {
	border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.custom-01 .image-box::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 43px;
    border-bottom: 1px solid #92a7b3;
    border-radius: 5px 5px 0 0; 
    background-image: linear-gradient(to bottom, #eaf5ff 0%, #d0e9ff 100%);
    box-shadow: inset 0px 2px 2px 0px rgba(255,255,255,0.3), 0px 2px 2px 0px rgba(0,0,0,0.1);
}

.custom-01 .image-box::after {
	content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .custom-01 .part-image::after {
    	width: 120px;
        height: 120px;
        left: -10px;
    }
}
/* end custom-01 */

/* custom-02 */
.custom-02 .f-header {
	text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}

.custom-02 .f-text {
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}
/* end custom-02 */