/* Landing page CSS File 
===================
    Item Name: Erratum - 404 Error pages
    Author: Ashish Maraviya
    Version: 1.0
    Copyright 2020
===================*/
/*==============
        Page General css
=================*/
/** Back to top button **/
body {
    font-family: 'Lato', sans-serif; }

h1 {
    font-family: 'Lato', sans-serif; }

h2 {
    font-family: 'Lato', sans-serif;
    margin-top: -5px;
    font-weight: 600;
    font-size: calc(22px + (32 - 22) * ((100vw - 300px) / (1920 - 320)));
    color: #555; }

h3 {
    font-family: 'Lato', sans-serif; }

h4 {
    font-family: 'Lato', sans-serif; }

h5 {
    font-family: 'Lato', sans-serif; }

h6 {
    font-family: 'Lato', sans-serif; }

.disp-block {
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: inline-block;
    box-sizing: border-box; 

    padding-top: 150px;

}

.page-hero {
    height: 100vh;
    padding: 20px;
    text-align: left;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    /*background: url(../img/cloud.jpg) 0 0 repeat-x #248bc9;*/
    /*    background-position: 0% 0px;*/
}

.page-hero:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("error_cover.png");
    background-position: center;
    background-size: cover;
    background-attachment: fixed; 
}
.page-hero .hero-plan-image {
    width: 150px;
    height: 260px;
    box-shadow: 0px 0px 15px #8c8c8c;
    -webkit-box-shadow: 0px 0px 15px #8c8c8c;
    -moz-box-shadow: 0px 0px 15px #8c8c8c; }

.page-intro {
    max-width: 700px;
    padding: 0;
    position: relative;
    text-align: left;
    /*border-radius: 10px;*/ 
    /*margin-top: 141px;*/
    margin-top: 0px;
}
.page-intro h2 {
    margin-bottom: 15px;
    padding: 10px;
    font-size: 30px;
    color: #fff;
    line-height: 130%;
    font-weight: 600;
    position: relative;
    z-index: 9; }
.page-intro h2:after {
    content: "";
    /*width: 132px;*/
    width: 247px;
    /*height: 55px;*/
    height: 41px;
    position: absolute;
    /*top: 0;*/
    top: 11px;
    left: 0;
    /*background-color: rgba(0, 0, 0, 0.9);*/
    background-color: rgba(18, 43, 109, 1);
    z-index: -1; }
.page-intro h1 {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    color: #5076db;
    font-size: 56px;
    /*line-height: 120%;*/
    line-height: 100%;
    font-weight: 900; }
.page-intro p {
    position: relative;
    z-index: 1;
    /*color: #6b6b6b;*/
    color: black;
    font-size: 18px;
    letter-spacing: 0.03rem;
    line-height: 24px;

}

.hero-details {
    display: flex;
    /*align-items: center;*/ 
    align-items: flex-start; 

}

.blue {
    color: #5076db;

}

.green {
    color: #D0002E !important; }

.cursor {
    color: #5bc86d !important; }

.hero-plan-image-1 {
    position: fixed;
    top: 50px;
    left: 100px; }

.hero-plan-image-2 {
    position: absolute;
    top: 50px;
    left: 450px; }

.hero-plan-image-3 {
    position: absolute;
    top: 50px;
    right: 350px; }

.hero-plan-image-4 {
    position: absolute;
    bottom: 50px;
    left: 350px; }

.hero-plan-image-5 {
    position: absolute;
    bottom: 50px;
    left: 650px; }

.hero-plan-image-6 {
    position: absolute;
    bottom: 50px;
    right: 100px; }

.pp-section {
    padding: 100px 0 70px 0; }

.demo-sec {
    /*padding: 100px 0 100px 0;*/ }

.section-bg {
    background-image: url("section-bg.png");
    background-size: cover;
    background-position: center; }

.section-header {
    margin-bottom: 33px; }

.design-image {
    height: auto; }
.design-image:hover {
    box-shadow: 0px 0px 15px #bbadff;
    -webkit-box-shadow: 0px 0px 15px #bbadff;
    -moz-box-shadow: 0px 0px 15px #bbadff; }

.preview:hover {
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.preview-text {
    margin: 15px 10px 30px 10px;
    color: #555;
    font-size: 18px;
    text-align: center; }

.preview-text-inner {
    margin-bottom: 30px; }

.preview-image {
    /*max-height: 300px;*/
    /*border-radius: 10px;*/
    box-shadow: 0px 0px 15px #a9a9a9;
    overflow: hidden;
    position: relative;
    overflow: initial;
    /*height: 100%;*/
    width: 100%;
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
.preview-image:after {
    content: "";
    width: 100%;
    height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    /*background: url("../img/screen.png");*/
    background-size: 100% 100%;
    background-repeat: no-repeat; }
.preview-image:hover .caption-block {
    opacity: 1; }

.preview-image-inner {
    max-height: 250px; }

.style-image {
    width: 100%;
    /*border-radius: 10px;*/ }

.caption-block {
    height: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    border: 0px solid #5076db;
    /*border-radius: 10px;*/
    text-align: center;
    z-index: 999;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
.caption-block img {
    width: 25px;
    height: 25px; }

.product-bg {
    box-shadow: 0px 0px 15px #e2e0e0;
    -webkit-box-shadow: 0px 0px 15px #e2e0e0;
    -moz-box-shadow: 0px 0px 15px #e2e0e0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
.product-bg:hover {
    box-shadow: 0px 0px 15px #a9a9a9;
    -webkit-box-shadow: 0px 0px 15px #a9a9a9;
    -moz-box-shadow: 0px 0px 15px #a9a9a9;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.features-image {
    box-shadow: 0px 0px 15px #dfd9ff;
    -webkit-box-shadow: 0px 0px 15px #dfd9ff;
    -moz-box-shadow: 0px 0px 15px #dfd9ff;
    border-radius: 25%;
    background-color: #fff; }

.features-text {
    margin: 15px 0px 30px 0px;
    color: #555;
    font-size: 16px;
    text-align: center;
    font-weight: 600; }

.rating {
    margin: 0 15px;
    width: 100%;
    text-align: center; }

.rating-star {
    padding-bottom: 30px; }

.footer {
    background-color: #444; }
.footer p {
    margin-bottom: 0;
    padding: 15px;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #fff; }

#return-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    display: none;
    border-radius: 50%;
    text-decoration: none;
    text-align: center;
    border: 2px solid #fff;
    z-index: 999;
    background-color: #5076db; }
#return-to-top span {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0;
    top: 2px;
    font-size: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
#return-to-top:hover span {
    color: #fff;
    top: -1px; }

#return-to-top.show {
    opacity: 1;
    visibility: visible; }

/*# sourceMappingURL=landing-style.css.map */




.disp-block.error-img-con{
    display: flex;
    align-items: flex-start;
    height: 100vh;
}

@media(max-width:768px){
    .disp-block.disp-block-none.error-img-con{
        display:none !important;
    }
    .page-intro{
        margin-top: 0px; 
    }
}