/* Add here all your CSS customizations */
.brand-home {
	border-left: 0.5px solid #ddd;
    border-right: 0.5px solid #ddd;
}

.brand-home .thumb-info.thumb-info-no-borders .thumb-info-wrapper {
	border-radius: 0;
}

.brand-home .thumb-info.thumb-info-no-borders .thumb-info-wrapper img {
	padding: 15px !Important;
}

/* Style all font awesome icons */
.social-share .fa {
    padding: 10px;
    font-size: 30px;
    width: 45px;
    text-align: center;
    text-decoration: none;
}

/* Add a hover effect if you want */
.social-share .fa:hover {
    opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.social-share .fa-facebook {
    background: #3B5998;
    color: white;
}

/* Twitter */
.social-share .fa-twitter {
    background: #55ACEE;
    color: white;
}

.social-share .fa-google {
    background: #dd4b39;
    color: white;
}

.social-share .fa-linkedin {
    background: #007bb5;
    color: white;
}

.social-share .fa-pinterest {
    background: #cb2027;
    color: white;
}

.social-share .fa-whatsapp {
    background: #4dc247;
    color: white;
}
.border-none {
    border: 0 !Important;
    border-radius: 0 !Important;
}

.bigcategory {

    margin:0 !Important;
}

.subcategory2 {

    margin:0 !Important;
}

.subcategory2 a{

    padding-left: 30px !Important;
}

.subcategory3 {

    margin:0 !Important;
}

.subcategory3 a{

    padding-left: 40px !Important;
}

.subcategory4 {

    margin:0 !Important;
}

.subcategory4 a{

    padding-left: 50px !Important;
}

.subcategory5 {

    margin:0 !Important;
}

.subcategory5 a{

    padding-left: 60px !Important;
}

.error_form {
    color: #bd6767;
    border-color: #f1bdbd;
    border: 1px solid #bbb;
    background-color: #ffdddd;
}
.thumb-info,
.thumb-info .thumb-info-wrapper{
	height: 180px;
}
.team-list .thumb-info{
	height: auto;
}
.thumb-info-wrapper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mb-50{
	margin-bottom: 50px;
}

.owl-carousel .owl-item img{
	height: 65%;
	object-fit: cover;
}
.recent-posts img{
	height: 170px;
	object-fit: cover;
}

html#contentHTML #header.header-transparent .header-body:before{
	opacity: 1 !important;
}
html#contentHTML #header .header-nav-main nav > ul > li > a
{
		color: #191f39 !important;
}
html#contentHTML #header .header-nav-main nav > ul > li.dropdown:hover a,
html#contentHTML #header .header-nav-main nav > ul > li > a:hover
{
		color: #fff !important;
}

html#contentHTML #header .header-nav-main nav > ul > li.dropdown:hover ul li > a{
 color: #777 !important
}
#googlemaps iframe {
	width: 100%;
}
