body,
html {
    font-size: 16px;
    color: #454545;
    font-family: 'Nunito Sans', sans-serif;
    vertical-align: baseline;
    line-height: 26px;
    font-weight: 400;
    overflow-x: hidden
}

img {
    max-width: 100%;
    height: auto
}

p {
    margin: 0 0 26px;
    line-height: 1.8
}

h1,
h2,
h3,
h4 {
    font-family: Livvic, sans-serif;
    color: #101010;
    margin: 0 0 26px;
    line-height: 1.2
}

h1 {
    font-size: 70px;
    font-weight: 700
}

h2 {
    font-size: 36px;
    font-weight: 700
}

h3 {
    font-size: 28px;
    font-weight: 700
}

h4 {
    font-size: 24px;
    font-weight: 700
}

.gray-color {
    background-color: #f6f7f9
}

.white-color {
    color: #fff!important
}

a {
    color: red;
    transition: all .3s ease;
    text-decoration: none!important;
    outline: 0!important
}

a:active,
a:hover {
    text-decoration: none;
    outline: 0 none;
    color: red
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

::-moz-selection {
    background: red;
    text-shadow: none;
    color: #fff
}

::selection {
    background: red;
    text-shadow: none;
    color: #fff
}

.bg4 {
    background: #f6f8fd;
    position: relative
}

.rs-menu-toggle {
    color: red;
    text-align: right
}

button {
    cursor: pointer
}

button:focus,
input:focus {
    outline: 0!important
}

.y-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.readon {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all .4s;
    z-index: 1;
    background-color: transparent
}

.readon.learn-more {
    padding: 13px 30px 13px 30px;
    background-image: linear-gradient(250deg, #ff4141 19%, red 100%);
    border-radius: 30px 30px 30px 30px
}

.readon.learn-more:hover {
    background-image: linear-gradient(180deg, red 19%, #ff4141 100%);
    color: #fff
}

.readon.learn-more.submit {
    background-image: linear-gradient(90deg, #ff4141 0, red 100%);
    padding: 10px 25px 10px 25px;
    font-weight: 500;
    font-size: 16px
}

.readon.learn-more.submit:hover {
    background-image: linear-gradient(200deg, #ff4141 0, red 100%);
    color: #fff
}

.readon.learn-more.contact-us {
    border-radius: 4px!important
}

.submit {
    color: #fff;
    background-color: transparent;
    background-image: linear-gradient(95deg, #ff4141 0, #ff4141 100%);
    padding: 18px 40px 17px 40px;
    font-size: 15px;
    border-radius: 30px 30px 30px 30px;
    border: none
}

.submit:hover {
    opacity: .99
}

.sec-title {
    position: relative
}

.sec-title .sub-text {
    position: relative;
    padding-left: 95px;
    display: inline-block;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #ff4141;
    text-transform: uppercase;
    margin-bottom: 10px
}

.sec-title .sub-text:after {
    content: "";
    position: absolute;
    border: 0;
    height: 4px;
    width: 50px;
    background-color: #ff4141;
    z-index: 1;
    margin-left: 0;
    left: 24px;
    top: 12px
}

.sec-title .sub-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 12px;
    background-color: #ff4141
}

.sec-title .sub-text.new-text {
    padding-left: 0;
    margin-bottom: 7px;
    color: #fff
}

.sec-title .sub-text.new-text:before {
    display: none
}

.sec-title .sub-text.new-text:after {
    display: none
}

.sec-title .sub-text.style2:after {
    background-color: red
}

.sec-title .sub-text.style2:before {
    background-color: red
}

.sec-title .title {
    font-size: 26px;
    font-weight: 700;
    line-height: initial;
    color: #101010;
    margin: 0
}

.sec-title .title_sub {
    font-size: 25px;
    font-weight: 700;
    color: #101010;
    margin: 0;
    padding: 10px 0
}

.rs-about .sec-title p {
    text-align: justify
}

.rs-about .sec-title .title {
    font-size: 26px;
    font-weight: 700;
    line-height: initial;
    color: #101010;
    margin: 0
}

.sec-title2 {
    position: relative
}

.sec-title2 .sub-text {
    margin: 0 0 10px;
    display: block;
    line-height: 28px;
    font-family: Livvic, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: red;
    text-transform: uppercase
}

.sec-title2 .sub-text.gold-color {
    font-weight: 600;
    color: red
}

.sec-title2 .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    color: #0a0a0a;
    max-width: 490px;
    margin: 0 auto
}

.sec-title2 .title.testi-title {
    max-width: unset
}

.sec-title2 .title.title7 {
    color: #102b3e;
    max-width: unset
}

.sec-title2 .heading-line {
    position: relative;
    background-color: #ff4141;
    height: 5px;
    width: 90px;
    border-radius: 30px;
    margin: 20px auto
}

.sec-title2 .heading-line:before {
    background-color: red;
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    -webkit-animation-name: watermark-animate;
    animation-name: watermark-animate
}

.full-width-header {
    position: relative
}

.full-width-header .rs-header {
    position: relative
}

.full-width-header .rs-header .menu-area {
    transition: all .3s ease;
    background-image: linear-gradient(90deg, #ff4141 10%, #0e73e4 100%)
}

.full-width-header .rs-header .menu-area .rs-menu-area {
    align-items: center;
    justify-content: flex-end;
    float: left
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    display: inline-block;
    margin-right: 32px;
    padding: 0
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
    transition: all .3s ease;
    font-size: 15px;
    font-weight: 600;
    margin-right: 30px;
    height: 65px;
    line-height: 65px;
    padding: 0;
    color: #fff;
    position: relative;
    font-family: Livvic
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #bbb
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child {
    margin-right: 0!important
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child a {
    margin-right: 0!important
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover {
    color: #fff
}

.full-width-header .rs-header.style2 .menu-area {
    background: #fff
}

.full-width-header .rs-header.style2 .menu-area .logo-part img {
    transition: .4s;
    max-height: 40px
}

.full-width-header .rs-header.style2 .menu-area .rs-menu-area {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: flex-end
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li {
    display: inline-block;
    margin-right: 32px;
    padding: 0
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #101010;
    height: 65
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: red
}

.full-width-header .mobile-menu {
    display: none
}

.full-width-header .mobile-menu .rs-menu-toggle {
    color: #fff;
    float: right
}

.full-width-header .mobile-menu .rs-menu-toggle:hover {
    opacity: .8
}

.full-width-header .mobile-menu .rs-menu-toggle.secondary {
    color: #ff4141
}

.menu-sticky {
    background: #fff;
    margin: 0;
    z-index: 999;
    width: 100%;
    top: 0;
    position: relative
}

.rs-about .rs-animation-shape {
    position: relative;
    z-index: 1
}

.rs-breadcrumbs {
    background-repeat: no-repeat!important;
    background-size: cover!important
}

.rs-breadcrumbs .breadcrumbs-inner {
    padding: 70px 0 80px;
    position: relative
}

.rs-breadcrumbs .breadcrumbs-inner .page-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 5px;
    color: #fff
}

.rs-breadcrumbs .breadcrumbs-inner ul {
    padding: 0
}

.rs-breadcrumbs .breadcrumbs-inner ul li {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400
}

.rs-breadcrumbs .breadcrumbs-inner ul li a {
    position: relative;
    padding-right: 22px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff
}

.rs-breadcrumbs .breadcrumbs-inner ul li a:before {
    background-color: #fff;
    content: "";
    height: 15px;
    width: 1px;
    position: absolute;
    right: 9px;
    top: 2px;
    transform: rotate(26deg)
}

.rs-breadcrumbs.img2 {
    background: url(assets/images/inner-banner.jpg);
    position: relative
}

.rs-breadcrumbs.img2 .banner_overlay {
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.rs-contact .contact-box {
    background-image: linear-gradient(250deg, red 0, #c60000 100%);
    padding: 65px 30px 65px 30px;
    border-radius: 5px 5px 5px 5px
}

.rs-contact .contact-box .address-box {
    display: flex
}

.rs-contact .contact-box .address-box .address-icon {
    background-image: linear-gradient(275deg, #fff 0, #fcfcff 100%);
    min-width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-contact .contact-box .address-box .address-icon i {
    font-size: 16px;
    line-height: 20px;
    color: #ff4141
}

.rs-contact .contact-box .address-box .address-text .label {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-bottom: 5px
}

.rs-contact .contact-box .address-box .address-text a {
    color: #fff
}

.rs-contact .contact-box .address-box .address-text a:hover {
    color: #ccc
}

.rs-contact .contact-box .address-box .address-text .desc {
    color: #fff
}

.rs-contact .contact-widget .from-control {
    padding: 20px 20px 20px 20px;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 0;
    background-color: #f6f7f9;
    width: 100%;
    max-width: 100%
}

.rs-contact .contact-widget ::-webkit-input-placeholder {
    color: #454545;
    opacity: 1
}

.rs-contact .contact-widget ::-moz-placeholder {
    color: #454545;
    opacity: 1
}

.rs-contact .contact-widget :-ms-input-placeholder {
    color: #454545;
    opacity: 1
}

.rs-contact .contact-widget :-moz-placeholder {
    color: #454545;
    opacity: 1
}

.rs-contact .contact-widget.onepage-style .from-control {
    background: #fff
}

.rs-contact .map-canvas {
    overflow: hidden
}

.rs-contact .map-canvas iframe {
    width: 98%;
    height: 530px;
    border: 1px dashed #fa0000
}

.rs-services.style3 .services-item {
    padding: 50px 28px 50px 28px;
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 50px 11px rgba(95, 138, 236, .05);
    position: relative;
    text-align: left
}

.rs-services.style3 .services-item .services-icon {
    position: relative;
    transition: all .3s ease
}

.rs-services.style3 .services-item .services-icon .image-part .main-img {
    height: 70px;
    width: 70px
}

.rs-services.style3 .services-item .services-icon .image-part .hover-img {
    height: 70px;
    width: 70px;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: all .3s ease
}

.rs-services.style3 .services-item .services-content {
    padding: 33px 0 0 0;
    position: relative
}

.rs-services.style3 .services-item .services-content .services-text .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 5px
}

.rs-services.style3 .services-item .services-content .services-text .title a {
    color: #1c1b1b
}

.rs-services.style3 .services-item .services-content .services-text .title .smal_title {
    font-size: 13px;
    font-weight: 600;
    line-height: initial;
    margin-bottom: 5px;
    color: #000;
    display: block
}

.rs-services.style3 .services-item .services-content .services-desc p {
    margin: 0;
    color: #010101
}

.rs-services.style3 .services-item:hover {
    background-color: #fd660a
}

.rs-services.style3 .services-item:hover.pink-bg {
    background: #f30876
}

.rs-services.style3 .services-item:hover.aqua-bg {
    background: #05dbee
}

.rs-services.style3 .services-item:hover.paste-bg {
    background: #13e1af
}

.rs-services.style3 .services-item:hover .services-icon {
    position: relative;
    transition: all .3s ease
}

.rs-services.style3 .services-item:hover .services-icon .image-part .main-img {
    transform: scale(0)
}

.rs-services.style3 .services-item:hover .services-icon .image-part .hover-img {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.rs-services.style3 .services-item:hover .services-content {
    padding: 33px 0 0 0;
    position: relative
}

.rs-services.style3 .services-item:hover .services-content .services-text .title a {
    color: #fff
}

.rs-services.style3 .services-item:hover .services-content .services-text .title .smal_title {
    color: #fff
}

.rs-services.style3 .services-item:hover .services-content .services-desc p {
    color: #fff
}

.rs-services.style3 .services-item.services-item {
    padding: 50px 36px 50px 36px
}

.rs-services.style3.modify2 .services-item {
    display: flex;
    margin: 0 -13px 0 0;
    padding: 35px 37px 35px!important;
    background-color: #fff;
    box-shadow: 0 0 30px #eee;
    border-radius: 3px 3px 3px 3px
}

.rs-services.style3.modify2 .services-item .services-icon .image-part .main-img {
    max-width: unset
}

.rs-services.style3.modify2 .services-item .services-content {
    padding: 0 0 0 20px
}

.rs-services.style3.modify2 .services-item:hover {
    background-color: #f6921e
}

.rs-services.style3.modify2 .services-item:hover.pink-bg {
    background: #005aa9
}

.rs-services.style3.modify2 .services-item:hover.aqua-bg {
    background: #05dbee
}

.rs-services.style3.modify2 .services-item:hover.paste-bg {
    background: #13e1af
}

.rs-services.style3.modify2 .services-item:hover .services-content {
    padding: 0 0 0 20px
}

.rs-blog .blog-item {
    transition: all .5s ease;
    border-radius: 5px;
    box-shadow: 0 6px 25px rgba(12, 89, 219, .09);
    margin-top: 15px;
    padding: 15px;
    background: #fff;
    max-height: 800px;
    min-height: 800px
}

.rs-blog .blog-item .image-wrap {
    position: relative
}

.blog-content .blog_list {
    padding-left: 20px
}

.blog-content .blog_list li {
    list-style: disc
}

.ser_height {
    min-height: 180px;
    max-height: 180px
}

.rs-blog .blog-item .blog-content {
    padding: 30px 15px 18px 15px;
    background: #fff
}

.rs-blog .blog-item .blog-content .blog-meta {
    margin-bottom: 10px;
    display: flex
}

.rs-blog .blog-item .blog-content .blog-meta .date {
    font-size: 14px;
    color: #454545
}

.rs-blog .blog-item .blog-content .blog-meta .date i {
    color: red;
    padding-right: 5px
}

.rs-blog .blog-item .blog-content .blog-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1.4
}

.rs-blog .blog-item .blog-content .blog-title a {
    color: #101010
}

.rs-blog .blog-item .blog-content .blog-title a:hover {
    color: red
}

.rs-blog .blog-item .blog-content .desc {
    margin-bottom: 15px
}

.rs-blog .blog-item:hover {
    transform: translateY(-10px)
}

.rs-footer .footer-bottom {
    padding: 20px 0;
    background: #18191b
}

.rs-footer .footer-bottom .copyright p {
    margin: 0;
    color: #fff
}

.rs-footer .footer-bottom .copyright p a {
    color: #ff8989
}

.rs-footer .footer-bottom .copyright p a:hover {
    color: red
}

.rs-footer .footer-bottom .footer-social li {
    display: inline;
    margin-right: 5px
}

.rs-footer .footer-bottom .footer-social li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    color: #555;
    text-align: center;
    font-size: 15px;
    transition: all .8s ease;
    background: rgba(255, 255, 255, .9);
    border: 1px solid #ddd
}

.rs-footer .footer-bottom .footer-social li a i {
    line-height: 35px
}

.rs-footer .footer-bottom .footer-social li a:hover {
    color: #fff;
    background: red;
    border: 1px solid red
}

.rs-footer .footer-bottom .footer-social li:last-child {
    margin: 0
}

#scrollUp {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    border-radius: 50px 50px 4px 4px
}

#scrollUp i {
    background-image: linear-gradient(90deg, #ff4141 0, red 100%);
    border-radius: 50%;
    height: 40px;
    font-size: 24px;
    font-weight: 600;
    width: 42px;
    color: #fff;
    line-height: 36px;
    transition: all .3s ease;
    margin-left: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .4)
}

#scrollUp i:hover {
    opacity: .8
}

@keyframes watermark-animate {
    0% {
        left: 0
    }
    100% {
        left: 100%
    }
}

.owl-banner.owl-carousel {
    overflow: hidden
}

.owl-banner {
    position: relative
}

.banner_info h3 {
    text-align: center;
    font-weight: 800;
    font-size: 40px;
    padding: 0;
    color: #fff;
    margin-bottom: 0;
    line-height: 1
}

.banner_info p {
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 0 100px;
    margin: 0
}

.banner_info {
    position: absolute;
    top: 35%;
    bottom: 35%;
    right: 0;
    left: 0;
    z-index: 1
}

.niu_banner {
    position: relative
}

.niu_banner .banner_overlay {
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.rs-contact .contact-widget .from-control {
    padding: 15px;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 0;
    background-color: #f6f7f9;
    width: 100%;
    max-width: 100%;
    font-size: 16px
}

.rs-contact .contact-widget ::-webkit-input-placeholder {
    color: #454545;
    opacity: 1
}

.rs-contact .contact-widget ::-moz-placeholder {
    color: #454545;
    opacity: 1
}

.rs-contact .contact-widget :-ms-input-placeholder {
    color: #454545;
    opacity: 1
}

.rs-contact .contact-widget :-moz-placeholder {
    color: #454545;
    opacity: 1
}

.rs-contact .contact-widget.onepage-style .from-control {
    background: #fff;
    border: 1px solid #e1e1e1
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 55px;
    font-size: 14px
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 55px;
    line-height: 40px;
    color: #565656;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300;
    border: 1px solid #e1e1e1
}

.file-upload-wrapper:before {
    content: "Upload";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 55px;
    background: #2aab00;
    color: #fff;
    font-weight: 400;
    z-index: 25;
    font-size: 14px;
    line-height: 60px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 0 5px 5px 0
}

.file-upload-wrapper:hover:before {
    background: #259900
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 55px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%
}

.application_step {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px
}

.application_step .step_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.application_step .appliction_step_info {
    transition: all .3s;
    padding: 10px
}

.application_step .appliction_step_info:hover {
    background: #fff
}

.application_step .appliction_step_info img {
    width: 90px;
    margin: 10px 0 15px;
    display: block
}

.application_step .appliction_step_info h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px
}

.application_step .appliction_step_info p {
    margin: 0
}

.br_step {
    border-right: 1px solid #ddd
}

.btn_list li {
    display: inline-flex
}

.btn_list .color_chng .readon.learn-more {
    background-image: linear-gradient(250deg, #ff4141 19%, red 100%)
}

.btn_list .color_chng .readon.learn-more:hover {
    background-image: linear-gradient(250deg, #ff4141 19%, red 100%)
}

.document_require {
    background: #565656;
    padding: 50px 0
}

.document_require h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: initial;
    color: #fff;
    text-align: left
}

.document_require ol .document_list {
    list-style: disc
}

.document_require h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: initial;
    color: #fff
}

.document_require ul {
    padding-left: 20px
}

.document_require ul li {
    list-style: disc;
    list-style-type: square;
    color: #fff;
    font-size: 16px;
    margin-bottom: .5rem
}

.br-right {
    border-right: 1px solid #ddd
}

.br_top {
    border-top: 1px solid #ddd;
    padding-top: 20px
}

.rs-about-home .images img {
    border-radius: 20px
}

.about_inner .images img {
    border: 5px solid #c6cbd7
}

.green_pick {
    background: #2aab00;
    padding: 20px 0 10px
}

.green_pick_info ul li {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    list-style: disc;
    margin: 8px 0
}

.green_pick_info .list-1 li {
    margin: 0;
    padding: 5px 0 5px
}

.green_pick_info .list-1 li:last-child {
    border-right: none
}

.green_pick_info ul li ol {
    margin: 8px 0
}

.green_pick_info ul li ol li {
    margin: 0;
    padding: 8px 0
}

.green_pick_info ul li ol li:last-child {
    border-right: none
}

.title_collect {
    color: #010101;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 1rem
}


/********* 404 styles *********/

.error-banner {
    background-image: url('assets/images/404.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}

.error-banner .full-width-header .rs-header.style2 .menu-area {
    background-color: #f6f8fd;
}

.error-text-wrap {
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
}

.not-found-text {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 40px;
}

/*.thank_page {
    background: #2aab00;
    padding: 20px 0 10px;
}*/
.thank_page{
    background: #f6f7f9;
}
.thank_page .wrapper-1{
  width:100%;
  height:100vh;
  display: flex;
  flex-direction: column;
  /*box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);*/
  align-items: center;
  justify-content: center;
  background: #fff;
}
.thank_page .wrapper-2{
  padding :30px;
  text-align:center;
}
.thank_page .wrapper-2 h1{
    font-family: 'Kaushan Script', cursive;
  font-size:4em;
  letter-spacing:3px;
  color:#2aab00;
  margin:0;
  margin-bottom:20px;
}
.thank_page .wrapper-2 p{
    margin: 10px 0px;
    font-size: 1.3em;
    color: #565656;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
    max-width: 535px;
    min-width: 535px;
}
.thank_page .go-home{
  color:#fff;
  /*background:#5892FF;*/
  background: #5892FF;
  border:none;
  padding:10px 50px;
  margin:10px 0;
  border-radius:30px;
  text-transform:capitalize;
  /*box-shadow: 0 10px 16px 1px rgba(255, 180, 195, 1);*/
  box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}
.thank_page .logo-part{
    position: absolute;
    top: 15px;
    left: 30px;
}
.thank_page .logo-part a img{
    width: 150px;
    margin-bottom: 10px;
}
.thank_page .tick_img{
    width: 50px;
    display: block;
    margin: 10px auto 5px;
    text-align: center;
}