﻿@font-face {
    font-family: 'avenir-light';
    src: url('../Font/avenir-light.woff2') format('woff2');
}

@font-face {
    font-family: 'avenir-medium';
    src: url('../Font/avenir-medium.woff2') format('woff2');
}

html {
    scroll-behavior: smooth;
}

a {
    cursor: pointer;
}

body {
    margin: 0;
    font-family: Arial,'Open Sans',sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
/*header css*/
.breadcrumbs li {
    font-family: 'avenir-medium';
    color: #999;
    font-size: 16px;
}


    .breadcrumbs li a {
        color: #c80000 !important
    }
.btn {
border-radius:0
}

.hide {
    display: none;
}

.breadcrumbs li a {
    color: #c80000 !important
}


.breadcrumbs i {
    color: #999;
    font-size: 18px;
    vertical-align: middle;
}
/*========home page css start======*/
.home_banner {
    height: 450px;
    padding: 50px;
    background: url(../images/Banner-thin.jpg) no-repeat;
    background-size: cover;
    background-position: -300px;
}


@media(min-width:1200px) {
    .home_banner {
        background: url(../images/Banner.jpg) no-repeat;
        height: 350px;
        background-position: center !important;
        position: relative;
        background-size: cover;
        padding: 50px 0;
    }
}


@media(max-width:767px) {
    .home_banner {
        background: url(../images/Banner.jpg) no-repeat;
        height: 210px !important;
        background-position: -260px -75px;
        position: relative;
        padding: 50px 15px;
    }

    section.home_banner:after {
        content: '';
        background: rgba(0,0,0,0.3);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .home_banner h1 {
        font-size: 22px !important;
    }

    .home_banner h4 {
        font-size: 18px !important;
        line-height: 20px !important;
    }

    .home_banner .container {
        padding: 0 !important
    }
}

.section_title {
    font-family: 'avenir-medium';
    font-size: 26px;
    font-weight: 500;
}

.title_text {
    font-family: 'avenir-medium';
    font-size: 26px;
    /*font-weight: 600;*/
}

.story_text p {
    margin-bottom: 0 !important;
}

@media(max-width:767px) {
    .title_text {
        font-size: 20px !important;
    }
}

.story_text p {
    margin-bottom: 0 !important;
}

.award_box {
    cursor: pointer;
}

    .award_box:hover {
        box-shadow: 0 0 6px 0 #eaeaea;
    }

    .award_box img:hover {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

.member_name {
    cursor: pointer;
    color: #d41f31
}

    .member_name:hover {
        text-decoration: underline;
    }

.am_font {
    font-family: 'avenir-medium';
}

.al_font {
    font-family: 'avenir-light';
}

.contact_btn {
    color: #fff;
    background-color: #C80000;
    border-color: #C80000;
}

.about_column {
    max-width: 525px;
    width: 100%;
    margin: 0 auto;
    padding: 25px;
}

.award_column {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 25px;
}

.about_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
    padding: 10px;
}

.logo_img img {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ccc;
    position: relative;
    margin-bottom: 20px;
}

.grey_text {
    color: #565656;
    margin-top: 20px;
}

.member_font {
    font-size: 16px;
}

@media(max-width:768px) {
    .member_font {
        font-size: 14px !important;
    }
}
/*--------member page css------*/
.member_banner {
    background-image: url('../images/Award_categories_web.jpg');
    background-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    z-index: 0;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    overflow: hidden;
}

@media (max-width:768px) {
    .member_banner {
        background-image: url('../images/Award_categories_mobile.jpg') !important;
    }

    .feature_banner {
        background-image: url('../images/Featured_Stories.jpg') !important;
    }

    .gallery_banner {
        background-image: url('../images/Gallery_banner.jpg') !important;
    }
}

.feature_banner {
    background-image: url('../images/Featured stories-thin.jpg');
    background-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    z-index: 0;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    overflow: hidden;
}

.gallery_banner {
    background-image: url('../images/gallery-thin.jpg');
    background-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    z-index: 0;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    overflow: hidden;
}

.bg_overlay:before {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    /*content: '';*/
    z-index: 1;
    /*background: rgba(0,0,0,.6);*/
}

.member_banner_text {
    padding: 90px 0;
    z-index: 2;
    position: relative;
}

.btn_red {
    border: 1px solid #C80000 !important;
    background: #fff !important;
    color: #C80000 !important;
    font-size: 16px;
    border-radius: 0;
}

/*******LOADING ANIMATION*********/
.loader_area {
    min-height: 400px;
    position: relative
}

.section_loading {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

    .section_loading:before {
        font-family: "Font Awesome 5 Pro";
        -moz-osx-font-smoothing: grayscale;
        color: #d41f31;
        content: "\f110";
        font-size: 40px;
        left: 50%;
        margin-left: -20px;
        margin-top: -20px;
        top: 50%;
        -webkit-animation-name: spin;
        -webkit-animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: spin;
        -moz-animation-duration: 1.5s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: spin;
        -ms-animation-duration: 1.5s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        animation-name: spin;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        position: absolute;
    }

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0)
    }

    to {
        -ms-transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.loader_small {
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 50%;
    border-top: 3px solid #d41f31;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    /*margin-top: 6px;*/
    /*float: right;*/
}

/*******Contact Us*****/

.mid_title {
    font-weight: 400;
    font-size: 24px;
}

.form_label {
    color: #5a5a5a;
    display: block;
    font-size: 18px;
}

.form_input {
    height: 50px;
    padding: 0 20px;
    border: 1px solid #595959;
    display: block;
    font-size: .875em;
    width: 100%;
    -webkit-appearance: none;
    margin: 15px 0 5px;
}

.e_block {
    color: #d41f31;
    display: block;
}
/*sticky social icon*/
#sticky.stick {
    position: fixed !important;
    top: 0 !important;
    z-index: 10000;
}

.social_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.social_icons {
    left: 15px;
    margin-bottom: -40px;
    padding-bottom: 40px;
    position: absolute;
    top: 0;
    z-index: 2;
}

    .social_icons li:first-child a {
        border-top: 1px solid #e5e5e5;
    }

    .social_icons li a {
        background: #fff;
        border-bottom: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        display: block;
        font-size: 20px;
        height: 40px;
        text-align: center;
        width: 40px;
        color: #999 !important;
        line-height: 38px;
        transition: color .2s;
        -webkit-transition: color .2s;
    }

        .social_icons li a:hover {
            color: #000 !important;
            cursor: pointer
        }

.horizontal_shares ul {
    display: inline-block;
    margin: auto
}

.horizontal_shares li {
    float: left;
}

    .horizontal_shares li:last-child a {
        border-right: 1px solid #e5e5e5;
    }

    .horizontal_shares li a {
        background: #fff;
        border-bottom: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        display: block;
        font-size: 20px;
        height: 40px;
        text-align: center;
        width: 40px;
        color: #999 !important;
        line-height: 38px;
        transition: color .2s;
        -webkit-transition: color .2s;
    }

        .horizontal_shares li a:hover {
            color: #000 !important;
            cursor: pointer
        }

#more {
    display: none;
}


.read_btn {
    color: #c80000 !important;
    background: no-repeat !important;
    border: none !important;
    padding: 0;
}

    .read_btn:focus {
        outline: none !important;
    }
/*gallery section design start*/
.thumbnail {
    /* box-shadow: rgba(0, 0, 0, 0.180392) 0px 0px 8px, rgba(0, 0, 0, 0.360784) 0px 8px 16px; */
    box-shadow: rgba(0, 0, 0, 0.180392) 2px -4px 20px, rgba(185, 185, 185, 0.360784) -3px 6px 20px;
    height: 100%;
}

.remove_image {
    position: absolute;
    top: -10px;
    right: 5px;
    background: #efefef;
    color: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px !important;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

.filtermodal .modal-dialog {
    max-width: none;
    margin: 0 !important;
}

.category_text {
    font-family: 'avenir-medium';
    font-weight: 600;
    color: #212529;
    font-size: 20px;
}

/*.horizontal_shares li .share_icon{
    width:51px !important;
}*/

/************Pagination**********/
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page_align {
    display: inline-flex;
    float: right;
}

@media(max-width:767px) {
    .page_align {
        float: none;
    }

    .datatables-bottom {
        text-align: center;
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.paginationinput {
    width: 75px;
    display: inline-block !important;
    min-height: 30px;
    height: 30px;
    font-size: 14px
}

.allbtn {
    background: #fff !important;
    border-color: #d2d6de;
    font-size: 12px;
    padding: .375rem .75rem;
    width: 60px;
    min-height: 30px;
    height: 30px;
    line-height: 0;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #c80000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.side_menu li:hover {
    color: #C80000;
}

.modal-header {
    padding: 1.2rem 1rem !important;
}

.hide {
    display: none !important;
}

@media (max-width: 576px) {
    .footer_fc p {
        font-size: 12px !important;
    }
}

.fa-long-arrow-right:before {
    content: "\f178";
}
@media(max-width:767px) {
    .title_text {
        font-size: 24px !important;
    }
    .home_banner h1 {
        font-size: 26px !important;
    }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/ Firefox /
input[type=number] {
    -moz-appearance: textfield !important;
}

.btn {
    border-radius: 0 !important;
}

