@import url(style.css); @import url(new-style.css); @import url(style-new.css); @import url(responsive.css); @import url(bootstrap.min.css); @import url(font-awesome.min.css); @import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;font-style: normal;
}
@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
}
*,::after,::before{box-sizing:border-box}a,div,p,span{box-sizing:border-box}body,html{scroll-behavior:auto!important;height:100%;margin:0;scroll-behavior:smooth;margin:0;padding:0;background-color:#fff}ol,ul{margin:0;padding:0}ol ol,ul ul{padding-left:0}body{font-family:Lato-Regular,sans-serif;font-size:16px;font-weight:400;line-height:26px;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{text-decoration:none;cursor:pointer!important;outline:0!important;color:#000;font-family:Lato}a,a:focus,a:hover{text-decoration:none;outline:0}img{max-width:100%}img,svg{border:none;vertical-align:middle}embed,img:not([draggable]),object,video{max-width:100%}::-webkit-scrollbar-track{background:#00003e}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-button,::-webkit-scrollbar-thumb{background-color:#5732c6}::-moz-selection{color:#fff;background:#5732c6}::selection{color:#fff;background:#5732c6}.kelvin-logo{width:130px}.m-top3{margin-top:18px}.fadingEffect{position:absolute;top:0;bottom:0;right:0;width:100%;background:#fff;-moz-animation:showHide 2s ease-in alternate infinite;-webkit-animation:showHide 2s ease-in alternate infinite;-ms-animation:showHide 2s ease-in alternate infinite;-o-animation:showHide 2s ease-in alternate infinite;animation:showHide 2s ease-in alternate infinite}@-webkit-keyframes showHide{0%{width:100%}40%{width:0%}60%{width:0%}100%{width:100%}}@-moz-keyframes showHide{0%{width:100%}40%{width:0%}60%{width:0%}100%{width:100%}}@-ms-keyframes showHide{0%{width:100%}40%{width:0%}60%{width:0%}100%{width:100%}}@-o-keyframes showHide{0%{width:100%}40%{width:0%}60%{width:0%}100%{width:100%}}@keyframes showHide{0%{width:100%}40%{width:0%}60%{width:0%}100%{width:100%}}