@charset "UTF-8";
 :root {
--main: #09205c;
--secondary: #ffc1b4;
--third: #fffaf5;
--light: #ffffff;
--dark: #000000;
--heading: #0e1316;
--body: #444c61;
--body2: #a1a0a1;
--bodybg: #ffffff;
--btn-bgcolor: #09205c;
--btn-color: #ffffff;
--btn-bgcolor2: transparent;
--btn-color2: #09205c;
--font-size-sm: 14px;
--line-height-sm: 19.6px;
--input-background: #ffffff;
--input-background2: #ffffff;
--background-item: #fffaf5;
--background-body: #ffffff;
--border-color: #e0e1e3;
--border-color2: #80818d;
--full-fd: 70px;
--link: #0e1316;
--link_hover: #09205c;
--font-size-md: 18px;
--line-height-md: 25px;
}
@media (max-width: 767px) {
:root {
--font-size-sm: 12px;
--line-height-sm: 16px;
}
}
.btn-theme {
background: var(--main);
color: #ffffff;
height: 50px;
padding: 0 40px;
text-align: center;
line-height: 50px;
}
button.btn-theme {
border: 0;
}