/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.home-sec-1 .img-banner img{
	width: 300px;
}
.home-sec-1 .bg{
	background: unset !important;
}
.contact-form-heading{
	text-align: center;
	padding-bottom: 20px;
}
.contact-form input[type='submit']{
	width: 100%;
}
.contact-form input,
.contact-form textarea{
	border-radius: 8px;
}

.home-tab ul{
	justify-content: space-between !important;
}
.home-tab .tab-panels{
	background-color: rgba(0,0,0,0.04);
}
.home-tab .nav-tabs>li.active>a{
	background-color: rgba(0,0,0,0.04) !important;
}
.home-tab .icon-box {
    padding: 20px;
    border: 1px solid;
    border-radius: 20px;
	background-color: #fff;
}

