
@import url('https://fonts.googleapis.com/css2?family=Racing+Sans+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

.otherSlider{width: 100%;float: left;background: url('../../images/theme/other_slider_bg.jpg') no-repeat center center;position: relative;z-index: 9;padding: 50px 0;}
.otherSlider .container{height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: flex-end;pointer-events: all;}
.otherSlider:after{content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;background-image: linear-gradient(90deg, transparent 10%, rgb(58 0 96 / 74%) 41%);z-index: -1;}
.otherSlider .heading {font: 400 40px 'Racing Sans One';color: #fff;z-index: 2;}
.otherSlider .heading strong{display: block;position: relative;margin-top: -45px;margin-left: 4px;filter: blur(2px);color: #00000091;z-index: -1;font-weight: normal;}
.otherSlider span {}
.otherSlider span .breadcrumb {background: transparent;margin-bottom: 0;position: relative;z-index: 99;display: inline-flex;}
.otherSlider span .breadcrumb a {font-size: 14px;color: #f7f7cc;transition: all ease-in-out 0.3s;padding: 3px 8px;}
.otherSlider span .breadcrumb a:hover {color: #fdeb69;text-decoration: none;}
.otherSlider span .breadcrumb>li+li:before {color: #f7f7cc;}

.workingDiv{
    width: 100%; float: left; background: #f4f6f8;
    .workingArea{width: 100%;height: 100%;float: left;background: #fdfdfe;font: 400 16px/28px 'Montserrat', sans-serif;padding: 30px;box-shadow: 0px 0px 14px #ccc;margin-bottom: 30px;}
    .contentWrap{
        width: 100%;float: left;
        .leftBar{font: 400 14px 'Ubuntu', sans-serif;margin-right: 0;padding: 0 10px 10px 10px;background: #ffffffc4;margin-top: 0;backdrop-filter: blur(2px); margin-bottom: 20px;box-shadow: 0px 0px 14px #ccc;}
        .leftBar .leftHeading{position: relative;color: #02305b;padding: 10px 0 4px 2px;margin: 0 0 10px 0;font: 400 20px 'Ubuntu', sans-serif;}
        .leftBar .leftHeading:before{content: '';width: 100%;height: 1px;bottom: 0;left: 0;background-image: linear-gradient(90deg, #43085b 0%, #00000000 90%);}
        .leftBar .leftHeading:after{content: '';position: absolute;width: 11px;height: 11px;}
        .leftBar ul{margin: 0px 0 0 0;padding: 0;font-size: 16px;}
        .leftBar ul li{list-style-type: none;position: relative;margin: 0 0 0px 0;border-bottom: 1px solid #e8e6e0;border-top: 1px solid #ffffff;}
        .leftBar ul li ul{background: #ebe0c2;margin: 0;}
        .leftBar ul li .lemmenuToggle{position: absolute;top: 0px;right: 0;padding: 10px 10px;}
        .leftBar ul li a{display: block;padding: 10px 0 10px 10px;position: relative;color: #000;transition: all ease-in-out 0.3s;border-left: 5px solid #56c222;}
        .leftBar ul li a.actLftMnu{border-left: 10px solid #119fe1;}
        .leftBar ul li a:hover{text-decoration: none;padding: 10px 0 10px 10px;border-left: 10px solid #e89a24;}
    }
    .subsection{/* width: 100%; *//* float: left; */}
    p{font: 400 16px / 28px "Ubuntu", sans-serif;}    
    h1 {
        font: 400 40px/30px 'Racing Sans One';
        color: #036ed5;
        width: 100%;
        float: left;
        margin-top: 0;
        margin-bottom: 35px;
        
        
        
        
        
        sup{display: block;}
    }
    address {display: none;}
}

.qkEdit{
    a{color: #000000;font-size: 12px;font-weight: 600;letter-spacing: 0.05em;display: inline-block;padding: 10px 8px;line-height: 20px;background: #fff;margin: 0 10px 10px 0;border-radius: 5px;display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;line-height: normal;}
    i.fa{font-size: 20px;margin-bottom: 10px;}
}
.breadcrumb{
    position: relative;z-index: 1;font-size: 14px;font-weight: 500;
    li:before{color: #fff !important;}
    li a{color: #fff;}
    li a:hover{color: yellow;}
}

.sticky-top{z-index: 0 !important;}



