/* 
 Theme Name:   Snow T&T Child theme
 Theme URI:    
 Description:  
 Author:       Website Manager
 Author URI:   https://websitemanager.ie
 Template:     flatsome
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

/* Brand Colours
 * Blue #232a68
*/ 

 /* General css */
.white {
    background-color: #fff!important;
    color: #232a68 !important;
}
.home-service-block .col-inner, .home-service-block-2 .col-inner {
	transition: all 0.3s ease-in-out;
}
.home-service-block:hover .col-inner {
	background-color: #fff !important;
	color:#232a68 !important;
	transform:scale(1.05);
}
.home-service-block-2:hover .col-inner {
	background-color: #ddd !important;
	color:#232a68 !important;
	transform:scale(1.05);
}
.home-service-block:hover .icon-inner, .home-service-block:hover svg, .home-service-block-2:hover .icon-inner, .home-service-block-2:hover svg {
	color:#232a68 !important;
}
.home-service-block:hover h2, .home-service-block-2:hover h2 {
	color:#232a68 !important;
}
.home-service-block .text-left, .home-service-block-2 .text-left {
	text-align:center !important;
}
.home-service-block .icon-box-img, .home-service-block-2 .icon-box-img {
	margin:0 auto;
}

/* Footer */
.footer-section {
	border-top:8px solid #232a68;
}

