body {
    font-family: 'Roboto', sans-serif;
}
.navbar {
    padding: 0;
}
.page_wrapper {
}
.wrapper_left {
    border-right: 2px solid #f9f9f9;
}
@media( min-width: 1330px ) {
    .wrapper_left {
        padding: 20px 30px 40px 30px;
    }
}
.head_logo {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}
.head_logo img {
    max-width: 100%;
    height: 130px;
}
.wrapper_right {
    padding: 40px 40px;
}
.menu_categories {

}
.categories_boxes {
    background: #fafafa;
    padding: 25px 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.06);
    
    margin-bottom: 20px;
    transition: all 0.7s ease;
}
.categories_boxes:hover {
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.categories_boxes_lightpadding {
    padding: 10px 0;
}
.categori_box {
    height: 45px;
    line-height: 40px;
    font-size: 14px;
    margin-left: -3px;
    margin-bottom: 15px;
    border-left: 3px solid #fafafa;
}
.categori_box:hover, .categori_box_selected {
    
    border-left: 3px solid #aeaeae;
    cursor: pointer;
}
.categori_box:after {
    clear: both;
    display: block;
    content: "";
}
.categori_box:last-child {
    margin-bottom: 0;
}
.categori_image {
    float: left;
    padding: 2px 11px;
    margin: 0 5px;
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

}
.categori_image_med {
    padding: 2px 8px;
    margin: 10px 5px;
    line-height: 30px;
}
.categori_image img {
    width: 23px;
}
.categori_image_med img {
    width: 17px;
}
.category_name {
    float: left;
    font-size: 13px;
    padding: 2px 1px;
    margin: 0 5px;
    color: #757575;
}
.categories_boxes_all {
    padding: 5px;
}
.categori_box_all {
    font-size: 14px;
    min-height: 50px;
    line-height: 50px;
    cursor: pointer;
}
.categori_box_all .categori_image {
    background: #b3b3b3;
}
.categori_box_all .category_name {
}


.categori_box_all:after {
    clear: both;
    display: block;
    content: "";
}

.category_texts {
    line-height: 25px;
    padding: 5px 15px;
}
.category_texts b{
    font-size: 19px;
    margin: 7px 0 2px 0;
    display: inline-block;    
}
.category_name b {
    font-size: 19px;
    display: inline-block;
}

@media(min-height:970px) and (min-width: 1000px) {
    .menu_bottomra {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 30px;
    }
}

h3 {
    font-size: 22px;
}
h3 span {
    font-weight: 400;

}
.divimg_style1 {
    height: 27vh;
    min-height: 250px;
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0 0 20px 0;
    transition: all 1.2s ease;
    position: relative;
    overflow: hidden;
}
.divtext {
    min-height: 15vh;
    
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 20px 0 0 0;
    padding: 20px;
    background: #275056;
    color: rgba(255,255,255,0.8);
    text-align: justify;
}

.divimg_style2 {
    height: calc(54vh + 20px);
    min-height: 520px;
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0 0 20px 0;
    transition: all 1.2s ease;
    position: relative;
    overflow: hidden;
}

.divimg_style1::before, .divimg_style2::before { 
    content:"";
    position:absolute; top:0;right:0;bottom:0;left:0;
    background:inherit;
    transition:inherit;
}
.divimg_style1:hover::before, .divimg_style2:hover::before { 
    transform: scale(1.2);
}
.navbar-brand, .navbar-header {
    width: 100%;
    display: block;
}

@media(min-width: 768px) {
    #navbar {
        display: block !important;
    }
        
    .page_wrapper .mainrow, .page_wrapper .wrapper_left, .page_wrapper .wrapper_left {
        min-height: 100vh;
        margin: 0;
    } 
    
    .navbar-toggle {
        display: none;
    }
}
.navbar-toggle {
    border: 1px solid white;
    background: #1d4d57;
    border-radius: 7px;
    color: white;
    height: 40px;
    width: 40px;
    line-height: 37px;
    margin-top: 20px;
}

@media(max-width: 1200px) {
    .categori_image {
        line-height: 35px;
        width: 35px;
        padding: 0px 5px;
        text-align: center;
        margin: 5px 5px;
    }
}

@media(max-width: 768px) {
    .navbar-toggle-box {
        display: block;
        width: 20%;
        float: right;
    }
    .head_logo {
        width: 80%;
        float: left;
    }
    .menu_bottomra {
        display: none;
    }
    .navbar {
        padding: 0 15px;
    }
    .head_logo {
        padding: 0;
        margin-bottom: 0;
        text-align: left;
    }

    .head_logo img {
        max-width: 100%;
        height: 45px;
    }

}

@media (min-width: 1640px) {
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}

.btn-borderrad {
    padding: 5px 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.06);
    margin: 10px 0 20px 0;
}

@media (min-width: 1200px) {
    .modal-lg, .modal-xl {
        max-width: 90%;
    }
}

.modal-shadows {
    background: #fafafa;
    padding: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.06);
    margin-bottom: 20px;
    transition: all 0.7s ease;
}
.modal-shadows .modal-content {
    border: 0;
}
.modal-shadows .navbar {
    border-bottom: 1px solid #eaeaea;
}

.modal-shadows .modal-menu-btn {
    
    color: #275056;
}
.modal-shadows .modal-menu-btn.active {
    
    background: #275056;
}
.modal-shadows .navbar-brand {
    float: left;
    width: auto;
    display: none;
}

@media (max-width: 991px) {
    .modal-shadows .navbar-brand { 
        display: block;
    }
}
@media (max-width: 1200px) {
    
    .modal-shadows .nav-fill .nav-item {
        width: 100%;
    }

}

.login_box {
    text-align: center;
}
.login_box a {
    color: inherit; 
    text-decoration: none;
    cursor: pointer;
}

@media (min-width: 600px) {
    .login_box {
        text-align: right;    
        margin: -30px -30px 6px 0;
    }
}