/*@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i|Yantramanav:300,400,500,700,900');*/
/* font-family: 'Roboto', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Yantramanav', sans-serif;
@import url('font-awesome.css'); 
@import url('animate.css');*/
@import url('flaticon.css');
/*@import url('owl.css');
@import url('animation.css');*/
@import url('jquery-ui.css');
/*@import url('magnific-popup.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.mCustomScrollbar.min.css');*/


/*.bordered-layout .page-wrapper
{
    padding: 0px 50px 0px;
}*/

/*a
{
    text-decoration: none;
    cursor: pointer;
    color: #fa7712;
}

button, a:hover, a:focus, a:visited
{
    text-decoration: none;
    outline: none !important;
}

h1, h2, h3, h4, h5, h6
{
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Roboto Slab' , serif;
}

input, button, select, textarea
{
}

.pull-left
{
    float: left;
}

.pull-right
{
    float: right;
}

textarea
{
    overflow: hidden;
}

p
{
    position: relative;
    line-height: 1.8em;
}

.auto-container
{
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.medium-container
{
    max-width: 850px;
}*/

/*.page-wrapper
{
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}*/

/*ul, li
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img
{
    display: inline-block;
    max-width: 100%;
}*/

.theme-btn
{
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.centered
{
    text-align: center;
}

.theme_color
{
    color: #bb0010;
}

.preloader
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/loading.gif);
    background-size: auto;
}

/*img
{
    display: inline-block;
    max-width: 100%;
    height: auto;
}*/
.scroll-to-top
{
    position: fixed;
    bottom: 65px;
    right: 15px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #0a0a0a;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover
{
    color: #ffffff;
    background: #bb0010;
}
.sec-title
{
    position: relative;
    margin-bottom: 50px;
}

.sec-title h2
{
    position: relative;
    font-size: 28px;
    color: #333333;
    font-weight: 700;
    line-height: 1.3em;
    padding-bottom: 22px;
    text-transform: capitalize;
}

.sec-title h2:before
{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 42px;
    background-color: #010101;
}

.sec-title .text
{
    position: relative;
    font-size: 14px;
    color: #777777;
    font-weight: 400;
    line-height: 1.9em;
    margin-top: 30px;
}

.sec-title.light h2
{
    color: #ffffff;
}

.sec-title.light h2:before
{
    background-color: #ffffff;
}

.sec-title.light .title-inner:before
{
    background-color: #777777;
}

.sec-title.centered
{
    text-align: center;
}

.sec-title.centered h2:before
{
    left: 50%;
    margin-left: -21px;
}


.faq-page-section
{
    position: relative;
    padding: 80px 0px 80px;
}

.gallery-block
{
    position: relative;
    margin-bottom: 30px;
}

.gallery-block .inner-box
{
    position: relative;
    overflow: hidden;
}

.gallery-block .inner-box .image
{
    position: relative;
}

.gallery-block .inner-box .image img
{
    position: relative;
    width: 100%;
    display: block;
}

.gallery-block .inner-box .overlay-box
{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    transition: all 900ms ease;
}

.gallery-block .inner-box:hover .overlay-box
{
    bottom: 0%;
    opacity: 1;
    visibility: visible;
}

.gallery-block .inner-box .overlay-box:before
{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.85;
    background-image: -ms-linear-gradient(top, #bb0010 0%, #5374b9 100%);
    background-image: -moz-linear-gradient(top, #bb0010 0%, #5374b9 100%);
    background-image: -o-linear-gradient(top, #bb0010 0%, #5374b9 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bb0010), color-stop(100, #5374b9));
    background-image: -webkit-linear-gradient(top, #bb0010 0%, #5374b9 100%);
    background-image: linear-gradient(to bottom, #bb0010 0%, #5374b9 100%);
}

.gallery-block .inner-box .overlay-box .overlay-inner
{
    position: relative;
    padding: 28px 28px;
}

.gallery-block .inner-box .overlay-box h3
{
    position: relative;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 18px;
    margin-bottom: 25px;
}

.gallery-block .inner-box .overlay-box h3 a
{
    position: relative;
    color: #ffffff;
}

.gallery-block .inner-box .overlay-box h3:before
{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 40px;
    background-color: #333333;
}

.gallery-block .inner-box .overlay-box .text
{
    position: relative;
    color: #ffffff;
    line-height: 2em;
    margin-bottom: 30px;
}

.gallery-block .inner-box .overlay-box .links
{
    position: relative;
}

.gallery-block .inner-box .overlay-box .links li
{
    position: relative;
    margin-right: 12px;
    display: inline-block;
}

.gallery-block .inner-box .overlay-box .links li a
{
    position: relative;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 15px;
    line-height: 37px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ffffff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-block .inner-box .overlay-box .links li a:hover
{
    border-color: #333333;
    background-color: #333333;
}

.gallery-block.mix
{
    display: none;
}
[classname="loading"]
{
    display: none !important;
}
.result-part-inner .form-group .btn, .form-group .btn
{
    height: 34px;
    line-height: 30px;
    padding: 0 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    border-radius: 3px;
    outline: none !important;
    position: relative;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.result-part-inner .form-group .btn, .form-group .btn.btn-search
{
    padding-left: 35px;
}
.result-part-inner .form-group .btn:not(:disabled):not(.disabled):hover, .result-part-inner .form-group .btn:not(:disabled):not(.disabled):focus, .result-part-inner .form-group .btn:not(:disabled):not(.disabled):visited, .result-part-inner .form-group .btn:not(:disabled):not(.disabled):active
{
    box-shadow: 0px 3px 10px -4px #676565;
}
.result-part-inner .form-group .btn:before, .form-group .btn.btn-search:before
{
    content: '';
    font-family: "Material Design Icons";
    position: absolute;
    left: 9px;
    font-size: 19px;
}
.result-part-inner .form-group .btn.btn-primary:before, .form-group .btn.btn-search:before
{
    content: '\f349';
}
.result-part-inner .form-group .btn.btn-warning:before
{
    content: '\f450';
}
.render *
{
    background-color: transparent !important;
}

.omsg-president {
    padding: 50px 0px;
}

    .omsg-president .item {
        display: flex;
        min-height: 260px;
        align-items: flex-start;
    }

    .omsg-president .omsg {
        max-width: 200px;
        flex: 1 0 200px;
        min-height: 250px;
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        border: 0px solid #fff;
        background: #fff;
        border-radius: 2px;
        box-shadow: 0px 2px 9px -1px #dadada;
        overflow: hidden;
        margin: 0px auto;
        float: left;
    }

        .omsg-president .omsg .omsg-img {
            padding-top: 5px;
        }

        .omsg-president .omsg img {
            max-width: 190px;
            height: 190px;
        }

        .omsg-president .omsg > img + p {
            margin: 0;
            font-size: 16px;
            font-weight: 500;
            color: #000;
            line-height: 20px;
            text-align: center;
        }

        .omsg-president .omsg .omsg-info {
            max-width: 100%;
            flex: 1 0 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            padding: 8px 0px 0px;
        }

            .omsg-president .omsg .omsg-info > p {
                margin: 0;
                line-height: 18px;
                font-weight: 500;
                color: #333;
                text-align: center;
                max-width: 100%;
                flex: 1 0 100%;
                padding: 0px 15px;
            }

            .omsg-president .omsg .omsg-info > a {
                line-height: 18px;
                padding: 7px 8px;
                text-transform: capitalize;
                max-width: 100%;
                flex: 1 0 106%;
                position: relative;
                bottom: -3px;
                background: #f7f7f7;
                display: flex;
                text-align: center;
                justify-content: center;
                color: #3F51B5;
                font-weight: 500;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                .omsg-president .omsg .omsg-info > a:hover,
                .omsg-president .omsg .omsg-info > a:focus {
                    color: #bb0010;
                    background: #f5dbdd;
                }

    .omsg-president .render {
        text-align: justify;
        min-height: 240px;
        color: #000;
        line-height: 22px;
    }

        .omsg-president .render * {
            background-color: transparent !important;
        }

    .omsg-president .owl-nav {
        display: flex;
        justify-content: space-between;
        padding: 10px 0px;
    }

        .omsg-president .owl-nav .owl-prev,
        .omsg-president .owl-nav .owl-next {
            display: flex;
            padding: 5px 15px;
            line-height: 18px;
            text-transform: uppercase;
            font-weight: 500;
            border: 1px solid #ddd;
            cursor: pointer;
        }

            .omsg-president .owl-nav .owl-prev:hover,
            .omsg-president .owl-nav .owl-next:hover {
                border-color: #000;
                color: #000;
            }

.omsg-other-link {
    width: 100%;
    clear: both;
    padding-bottom: 10px;
}

    .omsg-other-link > p {
        font-weight: 500;
        clear: both;
        margin: 0;
    }

.omsg-president .owl-dots {
    display: flex;
    justify-content: center;
    position: relative;
    top: -30px;
    pointer-events: none;
}

.omsg-president .owl-dot {
    display: flex;
    width: 10px;
    height: 10px;
    background: var(--theme-background);
    margin: 0 2px;
    border-radius: 10px;
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .omsg-president .owl-dot.active {
        width: 20px;
        background: #bb0010;
    }