.back-ani:hover {
    animation: .4s jump forwards;
}

.bar-progress {
    background: #0573E1;
    height: 5px;
    width: 0%;
}

.Recent-blog-area {
    display: none;
}

.full-bar {
    background: #000000bf;
    height: 5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.laptop-img {
    position: absolute;
    right: 0;
    top: 106px;
    width: 382px;
}

.off-canvas-overlay {
    -webkit-transition: .3s;
    background: #000;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: .3s;
    visibility: hidden;
    width: 100%;
    z-index: 9;
}

.report__area {
    padding-top: 30px;
}

.report__content h4 {
    font-size: 50px;
    line-height: 44px;
    margin: 0;
    margin-bottom: 30px;
}

.report__content p a {
    color: #227BDB;
    text-decoration: none;
}

.report__content p {
    color: #536577;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: .012em;
    line-height: 1.6;
    margin: 0;
}

.report__content {
    max-width: 900px;
}

.report__wrap {
    margin-bottom: 70px;
    margin-left: auto;
    padding-top: 20px;
    position: relative;
    width: 1279px;
}

:root {
    --background-primary: #fff;
    --background-secondary: #e5e5e559;
    --background-tertiary: #f2f4f7;
    --shadow-primary: 0 0 30px 0 #d9d9d9f2;
    --border-primary: #bfc6cf;
    --border-secondary: #bfc6cf;
    --border-tertiary: #bfc6cf;
    --color-primary: #303E67;
    --color-secondary: #303E67;
    --color-tertiary: #888;
}

:root {
    --primary-color: #185ee0;
    --secondary-color: #e6eef9;
}

a:focus {
    outline: 0 solid;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: 0;
    outline: 5px auto -webkit-focus-ring-color;
}

h3, h4, h5 {
    color: var(--color-primary);
    margin: 0 0 15px;
}

html {
    background: var(--background-primary);
    color: var(--color-primary);
    transition: color 300ms, background-color 300ms;
}

img {
    -khtml-user-drag: none;
    -khtml-user-select: none;
    -moz-user-drag: none;
    -moz-user-select: none;
    -o-user-drag: none;
    -o-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-drag: none;
    user-select: none;
}

img {
    height: auto;
    max-width: 100%;
}

input:focus {
    outline: 0;
    outline: 5px auto -webkit-focus-ring-color;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}