/*===================== Premery bg color =====================*/
:root {
	--color-primary: #ec3237;
	--color-secondry: #0288d2;
	--color-hover: #e7232d;
	--rgba-primary-1: rgba(210,21,30,0.1);
	--rgba-primary-2: rgba(210,21,30,0.2);
	--rgba-primary-3: rgba(210,21,30,0.3);
	--rgba-primary-4: rgba(210,21,30,0.4);
	--rgba-primary-5: rgba(210,21,30,0.5);
	--rgba-primary-6: rgba(210,21,30,0.6);
	--rgba-primary-7: rgba(210,21,30,0.7);
	--rgba-primary-8: rgba(210,21,30,0.8);
	--rgba-primary-9: rgba(210,21,30,0.9);
	--text-sec:#2d3239;
}


.height-full {
    height: 100%;
}
.vc_custom {
    background-image: url(../images/welcome.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.vc_custom_1476634455080 {
    background-image: url(../images/advert-bg.jpg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-2 {
    padding-top: 2em;
    padding-bottom: 2em;
}

.col-2 img{max-width:inherit}


.counter-style-2 img{position: absolute;
    z-index: 99;
    left: 0;
    top: -150px;}