
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'Open Sans', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:hover{
    text-decoration: none;
}

/* Header */
header.stallic-header {
    display: flex;
    justify-content: space-between;
    padding: 15px 2%;
    box-shadow: 0px 0px 26px 0 #cccccca1;
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #fff;
    align-items: center;
}
.contact-details a {
    font-size: 16px;
    color: #5d2468;
    padding: 8px 19px;
    display: flex;
    align-items: center;
}

.contact-details a {
    border-right: 1px solid #5d2468;
}
.contact-details a:last-child {
    border-right: 1px solid transparent;
    padding-right: 0;
}
.contact-details {
    display: flex;
    align-items: center;
}

.contact-details a img {
    margin-right: 10px;
}
img.logo-reponsive {
    display: none;
}
.resp-dir {
    margin: 0;
}
/* Header */
/* Stellic Rigth Section */
.setllic-left img {
    height: 100vh;
    width: 100%;
}
.align-iemts {
    display: flex;
    align-items: center;
}
.login-btn {
    padding: 15px 93px;
    background: #5d2468;
    color: #fff;
    font-size: 16px;
    border: 1px solid transparent;
    transition: all 0.5s;
}
.login-btn:hover {
    box-shadow: 0 49px 0 0 inset #fff;
    border: 1px solid #5d2468;
    color: #5d2468;
}
.setllic-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.setllic-right .stellic-logo {
    width: 185px;
    padding: 40px 0 30px;
}
.setllic-right p {
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    padding: 0 10% 30px;
    color: #5d2468;
}
.logos-area {
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding-bottom: 14px;
}
/* .setllic-left:after {
    content: '';
    width: 100%;
    height: 100%;
    left: -17px;
    background: #5d2468;
    position: absolute;
    top: 17px;
    z-index: -1;
    transition: all 0.5s;
    cursor: pointer;
} */
/* .setllic-left:hover:after{
    left: 17px;
} */
.setllic-left {
    position: relative;
}
.setllic-right h1 {
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #5d2468;
    text-align: center;
    line-height: 26px;
}
.powerd-area p {
    color: #5d2468;
    font-size: 12px;
    text-align: center;
    position: relative;
    top: 0;
}


/* Stellic Rigth Section */



/* Footer */
section.footer {
    position: absolute;
    width: 100%;
    bottom: 10px;
}
/* Footer */
