@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;1,100;0,300;1,300;0,400;1,400;0,700;1,700;0,900;1,900&#038;display=swap');
:root {
--primary-color: #7e4082;
--secondary-color: #85dec8;
--text-color: #2c2828;
--dark-color: #2b4c59;
--border-color: #9d9d9d;
}

html, body {font-family: Lato !important;color: var(--text-color);}
.y-page h1, .y-page .h1 {}
.y-page h2, .y-page .h2 {color: #2b4c59;}
.y-page h3, .y-page .h3 {}
.y-page h4, .y-page .h4 {}
.y-page h5, .y-page .h5 {}
.y-page h6, .y-page .h6 {}
.y-page p {color: var(--text-color);}
.y-page p a:not(.y-btn), .y-page li a:not(.y-btn), .y-page span a:not(.y-btn) {}
.y-service:hover .y-service-title a { --primary-color: #7e4082; }
.y-page .y-content6 .y-content-container * { color : #fff; }.y-page .y-content11.y-bg-primary * { color : var(--white-color); }.y-page .y-content12.y-bg-dark * { color : #fff; }.y-page .y-content13 .y-content-container * { color: #fff; }.y-page .y-content15 .y-img-col { --primary-color : #2b4c59; }.y-page .y-content16 .y-stats-list * { color : #fff; }.y-page .y-content17 .y-content .y-section-title-1, .y-page .y-content17 .y-content .y-cms-content p { color : #fff; }.y-footer3.y-bg-light { --light-color : #2b4c59; }.y-footer3 .y-container * { --text-color: #ffffff; color: var(--text-color); }.y-footer3 .footer-copyright-container { border-top: 1px solid #ffffff; }