@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,700;1,800&display=swap');

* {
  margin: 0;
  padding: 0; }

body,
html {
  font-family: 'Montserrat', sans-serif;
  color: #747794;
  overflow-x: hidden;
  scrollbar-width: thin;
  padding-right: 0 !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #020310; }

p {
  color: #000;
    font-size: 18px;
    font-weight: 500;
}
a, a:hover{
    text-decoration: none;
}
    .logo {
    margin: 0 auto;
    text-align: center;
    padding: 20px 0px 0px 0px;
}
.logo img {
    max-width: 300px;
}
.container-user-navigation {
    float: right;
    margin-top: -40px;
    margin-right: 20px;
}
.body-content {
    text-align: center;
    margin: 0 auto;
}
.slogan {
    padding: 30px 0px;
}
.slogan h2 span {
    color: #01a304;

}
.slogan h2{
    color: #0060cd;
    font-size: 38px;
    font-weight: 900;
}

.description h3 {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 700;
}

a.get-started {
    background: #01a304;
    display: inline-block;
    color: #fff;
    padding: 10px 50px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 20px;
}
a.get-started:hover{
    background: #0060cd;
}
.bottom-btn {
    padding: 40px 0px;

}
.bottom-btns {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin: 0px 10px;
    color: #0060cd;
}
.bottom-btns:hover{
    color: #01a304;
}
.graphic {
    padding: 30px 0px;
}
.text-in h4 {
    font-size: 20px;
    margin-bottom: 30px;
}
.header_top_bg {
    position: fixed;
    z-index: 20;
    background: #ddd;
    width: 100%;
    bottom: 0px;
}
.content-panel-area {
    position: static;
    color: #fff;
}
.content-box {
    padding: 20px;
}

#accessibility ul {
    padding: 0px !important;
    margin: 0px;
}
#accessibility ul li {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    list-style: none;
    padding: 0px;
}
#accessibility ul li a {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    color: #000;
}
#accessibility ul li a:hover {
        color: #0060cd;
}
#accessibility ul li.close-content-box {
    width: 2%;
}
.close-content-box {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    padding: 5px;
}
.graphic img {
    max-width: 100%;
}
@media (max-width:767px) {
.slogan h2 {
    font-size: 22px;
}
.description h3 {
    font-size: 20px;
}
.container-user-navigation {
    margin-top: -30px;
}
p {
    font-size: 16px;
}
.logo img {
    max-width: 160px;
}
.logo {
    text-align: left;
    margin-left: 20px
}
.description {
    padding: 0px 15px;
}

}
@media (max-width:991px) {
    #accessibility ul li {
    float: none;
    width: 100%;
    text-align: left;
}
}