@import "https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400&amp;display=swap";

body {
    font-family: mulish, sans-serif;
    padding: 0;
    margin: 0;
    font-size: 14px;
    position: relative;
    background: #fbf6f0
}

@media(min-width:1200px) {
    .container {
        max-width: 1310px
    }
}

.body_white_bg {
    background: #fff
}

a {
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s
}

a:hover {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #474d58;
    font-family: mulish, sans-serif;
    font-weight: 600;
    line-height: 1.2
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8
}

li {
    list-style: none
}

ul,
ol {
    margin: 0;
    padding: 0
}

p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    color: #828bb2;
    font-family: mulish, sans-serif;
    font-weight: 300
}

a:focus,
.button:focus,
button:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -webkit-transition: 1s;
    transition: 1s
}

.erroe_page_wrapper .errow_wrap {
    display: flex;
    padding: 40px 0;
    align-items: center;
    justify-content: center
}

.erroe_page_wrapper .errow_wrap img {
    width: 100px;
    margin: auto
}

.erroe_page_wrapper .errow_wrap .error_heading {
    margin-top: 60px
}

.erroe_page_wrapper .errow_wrap .error_heading h3.headline {
    font-size: 200px;
    font-weight: 800;
    line-height: 1
}

@media(max-width:991px) {
    .erroe_page_wrapper .errow_wrap .error_heading h3.headline {
        font-size: 120px
    }
}

.erroe_page_wrapper .errow_wrap p {
    font-size: 18px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 400;
    margin-top: 30px;
    line-height: 35px;
    margin-bottom: 30px
}

.theme_color_6 {
    color: #8950fc !important
}

.theme_bg_6 {
    background: #8950fc !important
}

.default_btn {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #2d1967;
    transition: .3s;
    padding: 15px 25px;
    border-radius: 3px
}

.default_btn:hover {
    color: #fff
}
