.canvas_header {
    padding: 40px 50px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}
.canvas_header .canvas_click_icon > a {
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 45px;
    height: 60px;
    padding: 5px 14px;
    text-align: center;
    width: 61px;
}
.canvas_header .canvas_click_icon > a:hover{
    border-color: #fff;
    color: #fff;
}
.canvas_header .logo > a {
  display: block;
}
.canvas_header .logo > a img {
    width: 180px;
}




/*-----------------------------canvas menu----------------------------*/
.navigation.right_canvas {
    z-index: 10;
}

.navigation_wrapper {
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    visibility: hidden;
}

.navigation_wrapper.visible {
    visibility: visible;
}

.navigation_overlay {
    background: #7AB900;
    transition: all 0.5s cubic-bezier(0.71, 0.13, 0.15, 0.86) 0.6s;
    height: 100vh;
    left: 0;
    position: absolute;
    top: -100vh;
    width: 100%;
}

.navigation_overlay.open_overlay {
    top: 0;
    transition: all 0.5s linear;
}

.cross_bar {
    cursor: pointer;
    right: 30px;
    margin-left: -17.5px;
    position: absolute;
    top: 20px;
    transition: top 0.8s linear 0s;
}

.navigation_wrapper .cross_bar {
    transform: scale(0.3) rotate(0deg);
    transition: all 0.6s cubic-bezier(0, 0.78, 0.74, 1.06) 0s;
    opacity: 0;
}

.navigation_wrapper.visible .cross_bar {
    transform: scale(1) rotate(-270deg);
    opacity: 1;
}
.navigation_wrapper .cross_bar i {
  color: #555;
  font-size: 56px;
}

.navigation_item {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: center;
}

.navigation_item ul {
    list-style: outside none none;
    margin: 0;
}

.navigation_item ul li {
    overflow: hidden;
}

.navigation_wrapper .navigation_item ul li a {
    color: #333;
    display: block;
    font-size: 30px;
    font-weight: 500;
    line-height: 60px;
    overflow: hidden;
    text-transform: capitalize;
    transform: translateY(50px);
}

.navigation_wrapper.visible .navigation_item ul li a {
    transform: translateY(0px);
}

.navigation_wrapper .navigation_item ul li:nth-child(1) a {
    transition: 0.3s linear 0s;
}

.navigation_wrapper .navigation_item ul li:nth-child(2) a {
    transition: 0.3s linear 0.1s;
}

.navigation_wrapper .navigation_item ul li:nth-child(3) a {
    transition: 0.3s linear 0.2s;
}

.navigation_wrapper .navigation_item ul li:nth-child(5) a {
    transition: 0.3s linear 0.4s;
}

.navigation_wrapper .navigation_item ul li:nth-child(4) a {
    transition: 0.3s linear 0.3s;
}

.navigation_wrapper .navigation_item ul li:nth-child(6) a {
    transition: 0.3s linear 0.5s;
}

.right_canvas {
    position: relative;
}
.right_canvas .navigation_overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    left: initial;
    position: fixed;
    right: -100%;
    top: 0;
    transition: all 1.5s cubic-bezier(0.34, 1.19, 0.65, 0.99) 0.8s;
    width: 100%;
}

.right_canvas .navigation_overlay.open_overlay {
    right: 0;
    transition: all 1s cubic-bezier(0.34, 1.19, 0.65, 0.99) 0s;
}

.right_canvas .navigation_wrapper {
    left: initial;
    position: fixed;
    right: -100%;
    width: 100%;
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.right_canvas .navigation_wrapper.visible {
    background: #fff none repeat scroll 0 0;
    left: initial;
    right: 0;
    position: fixed;
    visibility: visible;
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}

.right_canvas .navigation_wrapper .navigation_item ul li a {
    color: #222;
    text-align: center;
}

.right_canvas .navigation_wrapper.visible .navigation_item ul li:nth-child(1) a {
    transform: translateY(0px);
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
}

.right_canvas .navigation_wrapper.visible .navigation_item ul li:nth-child(2) a {
    transform: translateY(0px);
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}

.right_canvas .navigation_wrapper.visible .navigation_item ul li:nth-child(3) a {
    transform: translateY(0px);
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
}

.right_canvas .navigation_wrapper.visible .navigation_item ul li:nth-child(4) a {
    transform: translateY(0px);
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.0s;
}

.right_canvas .navigation_wrapper.visible .navigation_item ul li:nth-child(5) a {
    transform: translateY(0px);
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
}

.right_canvas .navigation_wrapper.visible .navigation_item ul li:nth-child(6) a {
    transform: translateY(0px);
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}



/*------------------------error main content---------------------*/
.error1{
    background: url(../../images/error-page-bg1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.error1 .error_content {
    height: 100vh;
}

.error1 .error_content .e404 h1 {
    color: #2f98ab;
    font-size: 250px;
    line-height: 215px;
}
.error1 .error_content .e404 .opps {
  color: #fff;
  font-size: 27px;
  left: 188px;
  position: absolute;
  top: 98px;
}
.error1 .error_content .e404 .line {
    position: absolute;
    top: 85px;
}
.error1 .error_content .e404 .line1 {
    left: -50px;
}
.error1 .error_content .e404 .line2 {
    right: -46px;

}

.error1 .error_content .e404 .line > span {
    background: #2f98ab;
    display: block;
    height: 1px;
    margin-bottom: 8px;
    width: 70px;
    position: relative;
}
.error1 .error_content .e404 .line1 > .span1 {
  right: -38px;
}
.error1 .error_content .e404 .line1 > .span2 {
  right: -28px;
}
.error1 .error_content .e404 .line1 > .span3 {
  right: -18px;
}
.error1 .error_content .e404 .line1 > .span4 {
  right: -8px;
}

.error1 .error_content .e404 .line2 > .span1 {
    width: 40px;
}
.error1 .error_content .e404 .line2 > .span2 {
    width: 47px;
}
.error1 .error_content .e404 .line2 > .span3 {
    width: 56px;
}
.error1 .error_content .e404 .line2 > .span4 {
    width: 67px;
}
.error1 .error_content .e404 .line2 > .span5 {
    width: 78px;
}

.error1 .error_content .not_found {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 130px;
    margin-top: 20px;
}
.error1 .error_content form input {
    background: #2c2e3d;
    color: #fff;
    border: medium none;
    font-size: 16px;
    border-radius: 50px 0 0 50px;
    float: left;
    height: 50px;
    padding: 10px 10px 10px 30px;
    width: 520px;
}
.error1 .error_content form button {
    background: #2c2e3d;
    color: #fff;
    border: medium none;
    border-radius: 0 50px 50px 0;
    font-size: 30px;
    height: 50px;
    width: 70px;
}
.error1 .error_content form button:hover {
    color: #2f98ab;
}


/*-------------------------------responsive style-----------------------------*/
@media (max-width: 1399px){
    
    /*--------coming soon1----------*/
    header.canvas_header {
        padding: 25px 50px 0;
    }
    .error1 .error_content .not_found {
        margin-bottom: 100px;
        font-size: 60px;
    }
    
    
    
}/*---end 1200-1399px media query----*/


@media (max-width: 1199px) {
    .error1 .error_content .e404 h1 {
        font-size: 185px;
        line-height: 163px;
    }
    .error1 .error_content .e404 .opps {
        font-size: 22px;
        left: 141px;
        top: 71px;
    }
    .error1 .error_content .e404 .line {
        top: 54px;
    }
    .error1 .error_content .not_found {
        font-size: 50px;
        margin-bottom: 60px;
    }
    
    
}/*---end 992-1199px media query----*/


@media (max-width: 991px){
    /*-------coming soon-1---------*/
    header.canvas_header {
        padding: 25px 0 0;
    }
    .canvas_header .logo > a img {
        width: 150px;
    }
    .canvas_header .canvas_click_icon > a {
        font-size: 35px;
        height: 50px;
        padding: 4px 11px;
        width: 51px;
    }
    
    
}/*---end 768-991px media query----*/


@media (max-width: 767px){
    .error1 .error_content {
        min-height: 500px;
    }
    .error1 .error_content .e404 .opps {
        left: 136px;
    }
    .error1 .error_content .not_found {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .error1 .error_content form input {
        width: 370px;
    }
    
    
}/*---end 480-767px media query----*/


@media (max-width: 479px){
    
    /*---------coming soon-1-----------*/
    .canvas_header .canvas_click_icon > a {
        font-size: 30px;
        height: 45px;
        padding: 5px 11px;
        width: 46px;
    }
    .error1 .error_content .e404 h1 {
        font-size: 95px;
        line-height: 83px;
    }
    .error1 .error_content .e404 .line {
        display: none;
    }
    .error1 .error_content .e404 .opps {
        font-size: 32px;
        left: initial;
        position: relative;
        top: initial;
        margin-bottom: 20px;
    }
    .error1 .error_content .not_found {
        font-size: 25px;
        margin-bottom: 26px;
        line-height: 26px;
    }
    .error1 .error_content form input {
        width: 210px;
    }
    .error1 .error_content form button {
        font-size: 21px;
        width: 59px;
    }

    
    
}/*---end 300-489 media query----*/











































