:root {
    --thm-blue:#73acd8;
	--thm-yellow:#fbc33e;
	--thm-green:#99c52e;
	--thm-cyan:#4faca6;
	--thm-light:#f8f7f0;
	--thm-dark:#333333;
}

/*Header*/
header .logo-outer .logo img{width:225px}



/**/

/*Home*/
.hero-area-two .intro-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/**/