/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 08-Mar-2020, 14:11:49
    Author     : User
*/

@import 'config';
.not-found {
    background: #000;
    color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
    h5 {
        font-weight: bold;
        font-size: 30px;
        margin-bottom: 0;
        line-height: 30px;
    }
}


header{
    margin-bottom: 0;
}

.banner{
    height: 642px;
    background: $clr_3;    
    position: relative;
    &:before {
        content: ' ';
        height: calc(100% - 20px);
        width: calc(((100% - 1141px) / 2) + 382px + 36px);
        position: absolute;
        right: 41px;
        top: 41px;
        background: url(../img/single-banner-bg-2.png) no-repeat left top;
    }
}

.content-sidebar{        
    position: relative;
    margin-top: -322px;
    .content .inner{
        background: #fff;
        padding: 41px;
        .common-title-2{
            margin-bottom: 15px;
        }
    }
    .back{
        a:hover{
            color: $clr_5;
        }
        &.with-line hr{
            margin-top: 4px;
        }
    }
}



.page-title{
    font-weight: 700;
    font-size: 60px;
    padding-top: 121px;
    color: #fff;
}

.double-blks{
    margin-left: -20px;
    .blk{        
        margin-left: 20px;
        width: calc(50% - 20px);
        float: left;
        &:nth-child(1){
            padding-right: 20px;
        }
        &:nth-child(2){
            padding-left: 20px;            
        }
    }
}