﻿.for_image img {
    margin: 0 auto 25px;
    height: 500px;
    width: auto;
    border-radius: 15px;
}

.page-breadcrumb {
    color: #fff;
    padding: 220px 0 220px;
    background: url('/assets/whitelable1/img/division/slide.jpg') no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 0 0;
    position: relative;
    z-index: 9;
}

    .page-breadcrumb:after {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        content: "";
        z-index: 1;
        opacity: 0.85;
        background: #833ab4;
        mix-blend-mode: multiply;
    }

    .page-breadcrumb h1 {
        color: #fff;
        font-size: 3.5rem;
        font-weight: 600;
    }

/*Our Division Start*/
.content-table {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    z-index: 2;
}

.content-middle {
    display: table-cell;
    vertical-align: middle;
}

.our-division {
    padding: 70px 0;
}

.main-wrapper {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
}

    .main-wrapper > .container {
        margin: auto;
        text-align: center;
    }

.outer-wrapper {
    font-family: 'Leckerli One',cursive;
    font-weight: 400;
    color: #fff;
    margin-bottom: 29px;
    font-size: 100px;
    line-height: 1.2;
    text-align: center;
    border-radius: 50px;
    padding: 20px 0 10px 0;
    background-color: var(--primary-color);
    box-shadow: 0 10px 0 0 var(--primary-text-color);
    width: 480px;
    margin: 30px auto 50px auto;
}

    .outer-wrapper span {
        font-size: 30px;
        display: block;
        font-weight: 600;
    }

.message {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    padding: 0 20px;
}

.nav-wrapper {
    display: table;
    width: 600px;
    border-radius: 40px;
    background-color: var(--btn-bg);
    position: absolute;
    margin: 0 auto;
    left: 0px;
    right: 0;
}

    .nav-wrapper a {
        display: table-cell;
        font-size: 18px;
        color: #fff;
        padding: 11px 0 10px 0;
        text-decoration: none;
        text-align: center;
        border-right: 1px solid rgb(204 204 204 / 80%);
        width: 25%;
        vertical-align: middle;
        -webkit-transition: .4s ease-out;
        -moz-transition: .4s ease-out;
        -ms-transition: .4s ease-out;
        -o-transition: .4s ease-out;
        transition: .4s ease-out;
    }

        .nav-wrapper a:last-child {
            border-right: none;
        }

        .nav-wrapper a:first-child {
            border-radius: 40px 0 0 40px;
        }

        .nav-wrapper a:last-child {
            border-radius: 0 40px 40px 0;
        }

.for_image .nav-wrapper a:hover {
    background: var(--other-bg);
    color: #000;
}

.social-links {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    clear: both;
}

    .social-links a {
        width: 40px;
        height: 40px;
        background: rgba(78,180,219,.5);
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        color: #fff;
        font-size: 19px;
        margin: 1px;
        padding: 9px 0 0 0;
        border-radius: 20px;
        box-shadow: 0 1px 0 1px rgba(78,180,219,.7);
    }

p.copyrights {
    font-size: 12px;
    text-align: center;
    font-family: arial;
}

.nav-wrapper a:hover, .search-box .btn:hover, .social-links a:hover {
    background: var(--primary-color);
    color: #000;
}

.msg b {
    font-weight: 600;
    color: #1077bd;
    font-size: 18px;
    top: 34px;
    padding: 0 30px;
}

    .msg b span {
        font-weight: 600;
        font-size: 30px;
        line-height: 1.1;
        text-transform: uppercase;
    }
