
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');


@import url('main-style.css');
@import url('slick.css');
@import url('slick-theme.css');
@import url('main-style.css');


*, *:before, *:after {
  box-sizing: border-box;
}
body, p, html, body, h1, h4 {width: 100%;

    padding: 0;
    margin: 0;    font-family: poppins, sans-serif;    overflow-x: hidden;
}
a {text-decoration:none}

::-webkit-scrollbar {
width: 6px;
border-radius: 8px;
}
::-webkit-scrollbar-track {
background: #ffffff;
}
::-webkit-scrollbar-thumb {
background: #d0d0d2;
border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
background: #555;
}
ol, ul {
    list-style: none;
	margin:0;
	padding:0
} 
img{width: 100%;} 







