/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.27.4.1620888610
Updated: 2021-05-13 06:50:10

*/
/* Global style */

.d-flex {
	display: flex;
}

.justify-center{ 
	justify-content: center;
}

.space-between {
	justify-content: space-between;
}

.align-center {
	align-items: center;
}

.btn {
	padding: 15px 20px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 5px;
	color: #fff !important;
	transition: all 0.3s;
}

.btn:hover {
	transform: translateY(-5px);
}

.btn-primary {
	background: #D30A2A;
}

.banner-btn {
	margin-right: 60px;
	line-height: 2em;
}

.btn-secondary {
	margin: auto;
	background: #5ddc81;
	padding: 15px 100px;
}

/* Custom Style */
/* Navigation */
#top-menu .menu-btn a {
	padding: 15px 20px !important;
	background: #5ddc81;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
}

@media only screen and (min-width: 981px) {
	#top-menu #top-menu .menu-btn a {
		color: #fff !important;
	}
}

@media screen and (max-width: 992px) {
	.btn.menu-btn {
		display: block;
		padding: 0;
	}
}

.mobile_menu_bar.mobile_menu_bar_toggle::before {
	color: #d30a2a;
}

.et_mobile_menu {
	border-top: 3px solid #d30a2a !important;
}
.et_header_style_left #et-top-navigation {
		padding-top: 20px;
	}

@media (min-width: 981px) {
	.et_header_style_left .et-fixed-header #et-top-navigation {
		padding-top: 10px;
	}
	
	.et-fixed-header #top-menu a {
		color: #fff;
	}
}

@media (max-width: 980px) {
	.et_header_style_left .et-fixed-header #et-top-navigation {
		padding-top: 20px;
	}
	
}

/* Home Page */

.banner-social img {
	height: 24px; 
	margin-right: 20px;
	transition: all 0.3s;
}

.banner-social img:hover {
    transform: translateY(-5px);
}

.wdcl-image-carousel-item figure img {
    padding: 0 30px;
}

.horizontal-card {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.horizontal-card span {
	padding: 0 55px;
}

@media screen and (max-width: 600px) {
	.horizontal-card,
	.banner-flex {
		flex-wrap: wrap;
	}
	
	.horizontal-card span {
		padding: 0px;
		margin: 10px 0;
	}
	
	.et_pb_fullwidth_slider_0.et_pb_slider .et_pb_slide_description {
		padding: 20px !important;
	}

}