/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 29 2026 | 06:35:34 */
#read-more {display:none;}

div#read-more.fp-home {
    width: 97%;
    margin: 0px auto;
	text-align: left;
}

.fp-content h2 {
    margin: 40px 0px 10px;
    font-size: 30px;
    line-height: 30px;
}

.fp-content h3 {
    margin: 40px 0px 10px;
    font-size: 24px;
    line-height: 24px;
}


#fp-video-slider h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: #1a1f2d;
    margin-bottom: 50px;
    position: relative;
}

#fp-video-slider h2:after {
    content: "";
    width: 64px;
    height: 4px;
    background-color: #fab040;
    position: absolute;
    bottom: -13px;
    margin: 0 auto;
    text-align: left;
    left: 0;
    right: 0;
}

section#fp-video-slider {
    margin: 50px auto;
}

div#fp-meet {
    margin: 50px auto;
    display: inline-block;
    padding: 50px 20px 0px;
    background-color: #191f2d;
    color: #fff;
}

span.fp-text {
    width: 50%;
    float: left;
    display: inline-block;
}

#fp-meet a {
    width: 300px;
    color: #fff;
    text-align: center;
    display: block;
    text-decoration: none;
    background-color: #e67947;
    padding: 10px;
    border-radius: 25px;
}

span.fp-image {
    width: 50%;
    float: right;
    display: inline-block;
}

@media (max-width: 1258px) {
	
	div#fp-meet {
    margin: 50px auto;
    display: inline-block;
    padding: 50px 20px 50px;
    background-color: #191f2d;
    color: #fff;
}
}


@media (max-width: 768px) {
span.fp-text, span.fp-image {
    width: 100%;
    text-align: center;
    float: unset;
    display: block;
}
	
	span.fp-text p {
		font-size:16px;
	}
	
	#fp-meet a {
    margin: 0 auto 50px;
}
	
	span.fp-image {
    width: 70%;
    float: unset;
    display: block;
    margin: 0px auto;
}
	
}