.inner_page_content {
    padding: 50px 0;
}

.page_title {
    margin-bottom: 50px;
}


/* Inner Banners */

section figure {
    height: auto;
    margin: 0;
}

.inner_banner_wrp {
    position: relative;
    height: 400px;
    overflow: hidden;
    background-size: cover!important;
}

.inner_banner_txt {
    background: none;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    color: #fff;
    font-weight: 500;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
}

.page_name {
    font-size: 35px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.page_name:before {
    width: 100px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: -120px;
}

.page_name:after {
    width: 100px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: -120px;
}

.breadcrumb {
    background: none;
    font-size: 14px;
    font-weight: normal;
}

.inner_banner_wrp:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.40);
}

.no_padding {
    padding: 0!important
}

@media (max-width:500px) {
    .inner_banner_wrp {
        height: 300px;
    }
    .page_name {
        font-size: 20px;
    }
    .page_name:before {
        width: 50px;
        left: -60px
    }
    .page_name:after {
        width: 50px;
        right: -60px;
    }
    .breadcrumb {
        font-size: 14px;
    }
}

.jobs_wrapper {
    padding: 10px 15px;
}

.jobs_wrapper h2 {
    font-size: 20px;
    font-weight: 500px;
    margin-top: 15px;
}

.jobs_wrapper h3 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    text-align: justify;
}

.jobs_wrapper p {
    text-align: justify;
    padding-right: 20px;
    margin-top: 10px;
    line-height: 18px;
    font-size: 14px;
}

.jobs_wrapper h3 span {
    font-size: 15px;
    font-weight: 500;
}

.jobs_wrapper a {
    display: inline-block;
}

.jobs_wrapper .form_btn {
    padding: 7px 15px;
    margin-top: 15px;
}


/* our firm */

.our_firm_slider {
    position: relative;
    padding-bottom: 100px!important;
    margin: 0!important;
}

.our_firm_slider:before {
    width: 94px;
    height: 403px;
    position: absolute;
    right: 0;
    bottom: 20px;
    background: url(../images/award/award_txt.png) no-repeat;
}

.our_firm_slider .award_slider {
    background: none
}

.award_slider_box {
    padding-right: 50px;
    color: #000;
}

.award_slider_box img {
    margin-bottom: 20px;
}

.award_slider_box h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

.award_slider_box p {
    text-align: justify;
    line-height: 22px;
    font-weight: 300;
    font-size: 13px;
}

.our_firm_slider .award_slider .slick-dots {
    width: 100%;
    left: 0;
    bottom: -50px;
    text-align: center
}

.our_firm_slider .award_slider .slick-dots li {
    margin-right: 10px;
}

.our_firm_slider .award_slider .slick-dots li button {
    width: 10px;
    height: 10px;
}

.location_wrp {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: -50px;
}

.location_map {
    background: #f1f1f1;
    margin: 0 0 -50px 0;
}

.location_txt .newspaper {
    margin-bottom: 30px;
    margin-top: 70px;
    color: #000;
}

.location_txt .newspaper p {
    padding-right: 20px;
}

.location_txt .slick-dots {
    position: absolute;
    left: 150px;
    bottom: -15px;
    z-index: 1;
}

.location_txt .slick-dots:before {
    width: 100%;
    height: 1px;
    background: #7c7c7c;
    position: absolute;
    top: 50%;
    left: 0;
}

.location_txt .slick-dots li {
    display: inline-block;
    margin: 0 50px 0 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f3f3f3;
    color: transparent;
    position: relative;
    border-radius: 100px;
    border: 1px solid #000;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.location_txt .slick-dots li:hover {
    background: #1a51a7;
    border: 1px solid #1a51a7;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.location_txt .slick-dots li:hover button {
    background: #fff;
}

.location_txt .slick-dots li:last-child {
    margin-right: 0;
}

.location_txt .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #6c6c6c;
}

.location_txt .slick-dots .slick-active {
    background: #1a51a7;
}

.location_txt .slick-dots .slick-active button {
    background: #fff;
}

.location_map iframe {
    width: 100%;
    height: 300px;
    border: 0;
    display: block;
    filter: gray;
    -webkit-filter: grayscale(99%);
}

.location_left p {
    font-size: 25px;
    font-weight: 300;
    padding-right: 40px;
    margin-top: 20px;
    line-height: 40px;
    color: #000;
}

@media (max-width:1200px) {
    .location_txt .slick-dots {
        left: 0
    }
    .location_left p {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width:991px) {
    .location_txt .newspaper {
        margin-top: 20px;
    }
    .location_left p {
        padding-right: 0;
    }
}

@media (max-width:768px) {
    .award_slider_box {
        padding-right: 25px;
    }
}

@media (max-width:500px) {
    .award_slider_box {
        padding-right: 0;
    }
    .location_txt .slick-dots li {
        margin-right: 20px;
    }
}


/* Practise areas */

.newspaper {
    /*-webkit-columns: 2;*/
    /* Chrome, Safari, Opera */
    /*-moz-columns: 2;*/
    /* Firefox */
    /*columns: 2;*/
    margin-bottom: 20px;
}

.newspaper2 {
    -webkit-columns: 1;
    /* Chrome, Safari, Opera */
    -moz-columns: 1;
    /* Firefox */
    columns: 1;
    margin-bottom: 0px;
}

.newspaper2 p {
    padding-right: 0;
}

.newspaper p {
    text-align: justify;
    padding-right: 20px;
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 14px;
}

.newspaper h2 {
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    text-align: justify;
}

.newspaper .listing {
    display: table;
    width: 100%;
}

.newspaper .listing li {
    margin-bottom: 15px;
}

.listing_content {
    position: relative;
    padding: 0 15px 15px 15px;
    border-bottom: 1px dashed #ddd;
    height: 100%;
}

.listing_content:before {
    content: '\f101';
    font-family: FontAwesome;
    color: #000;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 3px;
}

.newspaper .listing li p {
    padding-right: 0;
    margin-bottom: 0;
}

.pa_grey_bg {
    background: #f6f6f6;
    margin: 50px 0 -50px 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sub_box {
    display: table;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #d5d5d5;
    overflow: hidden;
}

.sub_box:hover {
    background: #1a51a7;
    border: 1px solid #f6f6f6;
    color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.26);
}

.sub_box>div {
    display: table-cell;
    vertical-align: middle;
}

.sub_box_pic {
    width: 80px;
    overflow: hidden;
}

.sub_box_pic img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: 0.8s ease-in-out;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
}

.sub_box:hover .sub_box_pic img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    transition: 0.8s ease-in-out;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
}

.sub_box_content {
    padding: 0 15px 0 25px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    color: #000;
    position: relative;
}

.sub_box_content:before {
    content: '';
    width: 100px;
    height: 80px;
    background: url(../images/icons/doubble_right_arrow.png) no-repeat center top;
    color: #fff;
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
}

.sub_box:hover .sub_box_content:before {
    opacity: 1;
    right: 0px;
}

.sub_box:hover .sub_box_content {
    color: #fff;
    padding-left: 20px;
}

.pa_sub_tabs {
    margin-top: 100px;
}

.pa_sub_tabs .resp-vtabs ul.resp-tabs-list {
    float: right;
    background: #f6f6f6;
}

.pa_sub_tabs .resp-vtabs .resp-tabs-list li {
    border-bottom: 1px solid #e7e1e1;
    font-weight: 400;
    padding: 20px 20px 20px 30px!important;
    text-transform: capitalize;
}

.pa_sub_tabs .resp-vtabs .resp-tabs-list li:hover {
    color: #0d59a1;
}

.pa_sub_tabs .resp-vtabs .resp-tabs-list li:last-child {
    border: none;
}

.pa_sub_tabs .resp-vtabs li.resp-tab-active {
    background: none;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #e7e1e1;
    color: #0d59a1;
    padding: 20px 20px 20px 30px!important;
    margin-bottom: 0!important
}

.pa_sub_tabs .resp-vtabs .resp-tab-content {
    padding: 0 30px 0 0;
}

.pa_sub_tabs .resp-vtabs .resp-tabs-container {
    border: 0;
}

.pa_sub_tabs .resp-vtabs .resp-tabs-container .title {
    margin-bottom: 30px;
    font-size: 24px;
    text-transform: uppercase;
}

.pa_sub_tabs .resp-vtabs .resp-tabs-container img {
    margin-bottom: 30px;
}

.pa_sub_tabs .resp-vtabs .resp-tabs-container p {
    line-height: 22px;
    text-align: justify;
    margin-bottom: 15px;
}

.pa_sub_tabs .resp-vtabs .resp-tabs-container h2 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 15px;
}

.pa_sub_tabs .resp-vtabs .resp-tabs-container p:last-child {
    margin-bottom: 0;
}

@media (max-width:1200px) {
    .sub_box_pic {
        width: 100px;
    }
    .sub_box_content {
        font-size: 15px;
        padding-left: 18px;
    }
    .sub_box_content:before {
        width: 100px;
        background-size: 100%;
    }
    .sub_box:hover .sub_box_content:before {
        right: 0;
    }
}

@media (max-width:991px) {
    .sub_box {
        background: #1a51a7;
        border: 3px solid #fff!important;
    }
    .sub_box:hover {
        box-shadow: none;
    }
    .sub_box_pic {
        width: 100px;
    }
    .sub_box_pic img {
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
    }
    .sub_box_content {
        font-size: 15px;
        padding-left: 18px;
        color: #fff;
    }
    .sub_box_content:before {
        opacity: 1;
        right: 0;
    }
    .pa_sub_tabs {
        margin-top: 20px;
    }
    .pa_sub_tabs .resp-vtabs .resp-tabs-container .title {
        display: none;
    }
    .pa_sub_tabs .resp-vtabs .resp-tab-content {
        padding: 15px;
    }
    .pa_sub_tabs .resp-vtabs h2.resp-accordion {
        margin-bottom: 0;
        background: #f6f6f6;
        border: 0;
        border-bottom: 1px solid #e7e1e1;
        padding: 18px 15px!important;
    }
    .pa_sub_tabs h2.resp-accordion:first-child {
        border-top: 0!important;
    }
    .pa_sub_tabs .resp-vtabs .resp-tab-content {
        border: 0;
    }
}

@media (max-width:767px) {
    .newspaper {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    .pa_grey_bg .col-sm-6 {
        padding: 0;
    }
    .newspaper p {
        text-align: justify;
        padding: 0;
    }
    .listing li.equate {
        height: auto!important
    }
    .listing_content {
        padding-top: 10px;
    }
    .newspaper .listing li {
        margin: 0;
    }
    .listing_content:before {
        top: 14px;
    }
}


/* professional*/

.fillter_wrp {
    color: #000;
    margin-bottom: 30px;
    text-shadow: none;
    text-align: left;
    background: #f1f1f1;
    padding: 15px 0;
    margin-top: -50px;
}

.fillter_wrp h2 {
    text-transform: uppercase;
    margin: 0 0 5px 0;
    font-size: 14px;
}

.fillter_wrp .col-md-2 {
    padding: 5px;
}

.fillter_wrp .select2.select2-container {
    width: 100%!important;
}

.fillter_wrp .select2-container .select2-selection--single {
    height: 50px;
}

.fillter_wrp .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0;
}

.fillter_wrp .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 400;
}

.select2-dropdown {
    font-size: 11px;
    line-height: 20px;
    webkit-box-shadow: 0 5px 10px #666;
    -moz-box-shadow: 0 5px 10px #666;
    box-shadow: 0 5px 10px #666;
    border: 0;
    text-transform: uppercase;
}

.fillter_wrp .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.fillter_wrp .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 20px;
    height: 20px;
    border: 0;
    top: 30%;
    left: auto;
    right: 5px;
    margin: 0;
}

.fillter_wrp .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: '\f107';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #000;
    font-size: 18px;
    font-family: FontAwesome;
}

.fillter_wrp .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
    content: '\f106';
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1b3d77;
}

.fillter_btn {
    display: none;
}

.fillter_close {
    display: none;
}

.fillter_wrp .form-control {
    border: 1px solid #bbb;
    height: 40px;
    box-shadow: none;
}

.fillter_wrp .form-control:focus {
    border: 1px solid #999;
}

.apply_btn .form-control {
    background: #002867;
    color: #fff;
    border-radius: 0;
}

.team_wrp {
    margin-bottom: 30px;
}

.team_box {
    width: 100%;
    background: #f7f7f7;
    display: block;
}

.team_box img {
    margin: 0 auto;
}

.team_pagination {
    display: table;
    margin: 0 auto;
}

.team_pagination li a {
    padding: 0;
    width: 52px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 16px;
}

.team_pagination>li:first-child>a,
.pagination>li:last-child>a {
    border-radius: 0;
}

.team_pagination>.active>a,
.team_pagination>.active>a:focus,
.team_pagination>.active>a:hover,
.team_pagination>.active>span,
.team_pagination>.active>span:focus,
.team_pagination>.active>span:hover {
    background: #1b3d77;
    border: 1px solid #1b3d77;
}

.team_wrp .team_slider_box_content {
    background: #fff
}

.pd_left_pic {
    background: #f7f7f7;
    margin-bottom: 20px;
}

.pd_left_pic img {
    margin: 0 auto;
}

.pd_left ul {
    display: block;
    color: #111111;
}

.pd_left ul li {
    border-top: 1px solid #ececec;
    padding: 15px 0 15px 40px;
    position: relative;
}

.pd_left ul li:last-child {
    border-bottom: 1px solid #ececec;
}

.pd_left ul li span {
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
}

.pd_right {
    color: #000;
}

.pd_left h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
}

.pd_left h2 span {
    font-weight: 300;
    display: block;
    margin-top: 10px;
    fonp-size: 12px;
    text-transform: capitalize;
}

.pd_right p {
    line-height: 22px;
    text-align: justify;
}

.pro_pdf {
    margin: 10px 0;
    text-align: center;
}

.pro_pdf a {
    padding: 15px 0;
    background: #002867;
    color: #fff;
    display: block;
}

.vcf a {
    background: none;
    border: 1px solid #002867;
    color: #002867;
}

.vcf a:hover {
    border: 1px solid #3fb167;
}

.pd_right .resp-tabs-list {
    margin-top: 30px;
}

.pd_right .resp-tabs-list li {
    /* border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #e9e9e9; */
    width: 50%;
    text-transform: uppercase;
    /* font-size: 16px; */
    font-weight: 400;
    padding: 15px!important;
    border-top: 1px solid #c40032;
    border-bottom: 1px solid #c40032;
    font-size: 22px;
}

.pd_right .resp-tabs-list li:hover {
    /* color: #002767; */
}

.pd_right .resp-tabs-list li:first-child {
    /* border-right: 1px solid #e9e9e9; */
    border-right: 1px solid #c40032;
}

.pd_right .resp-tab-active {
    border: 0;
    /* background: #f1f1f1;
    color: #1a51a7; */
    background: #c40032;
    color: #fff;
}

.resp-tab-content {
    border: 0;
}

.pd_right .resp-tabs-container ul li {
    position: relative;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
}

.pd_right .resp-tabs-container ul li:before {
    content: '\f101';
    font-family: FontAwesome;
    width: 15px;
    height: 10px;
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 10px;
}

@media (max-width:991px) {
    .fillter_btn {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        background: #c32036;
        margin-bottom: 20px;
        text-shadow: none;
        font-size: 25px;
        border-radius: 100px;
        text-align: center;
        position: fixed;
        right: 20px;
        bottom: 0;
        color: #fff;
        z-index: 1;
    }
    .fillter_btn:before,
    .fillter_btn:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.35);
        border-radius: 50px;
        opacity: 0;
        transition: all 2s linear;
    }
    .fillter_btn:before {
        transform: scale(1);
        animation: pulse 2s infinite linear;
    }
    .fillter_btn:after {
        animation: pulse 2s 1s infinite linear;
    }
    .fillter_btn:hover:before,
    .fillter_btn:hover:after {
        background: rgba(255, 255, 255, 0);
        transition: all 1s linear;
    }
    @keyframes pulse {
        0% {
            transform: scale(0.4);
            opacity: 0;
        }
        33% {
            transform: scale(1);
            opacity: 1;
        }
        100% {
            transform: scale(1.4);
            opacity: 0;
        }
    }
    .fillter_wrp {
        margin-top: 0;
        overflow: auto;
        width: 300px;
        height: 100%;
        background: #f7f7f7;
        position: fixed;
        top: 0;
        right: -300px;
        padding: 10px;
        z-index: 9999999;
        transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
    }
    .fillter_wrp.fillter_content_active {
        right: 0;
        -webkit-box-shadow: 0px 0px 15px #444;
        -moz-box-shadow: 0px 0px 15px #444;
        box-shadow: 0px 0px 15px #444;
        transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
    }
    .fillter_close {
        display: block;
        background: #1a51a7;
        margin: -10px -10px 20px -10px;
        padding: 20px;
        font-size: 18px;
        color: #fff;
    }
    .apply_btn {
        background: #1a51a7;
        color: #fff;
        padding: 10px 20px;
        display: table;
        margin: 20px auto 0 auto;
    }
    .fillter_wrp .select2-container .select2-selection--single {
        height: 45px;
    }
    .fillter_wrp .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 45px;
        font-size: 12px;
    }
    .pd_left ul li {
        font-size: 13px;
    }
    .pd_right .resp-tabs-container {
        margin-top: 20px;
    }
    .pd_right h2.resp-tab-active {
        /* background: none!important; */
        border-bottom: 1px solid #e9e9e9!important;
        background: #c40032!important;
        color: #fff;
    }
    .pd_right h2.resp-accordion {
        margin-bottom: 0;
        border: 0;
        border-bottom: 1px solid #e9e9e9;
    }
    .pd_right .resp-tab-content {
        border-bottom: 1px solid #e9e9e9;
    }
    .pd_right .resp-tab-content:last-child {
        border-bottom: 0;
    }
    .pd_right h2.resp-accordion:first-child {
        border-top: 1px solid #e9e9e9!important;
    }
}

@media (max-width:991px) {
    .team_slider_box:hover {
        border-top: 0;
        box-shadow: none;
    }
    .team_slider_box:hover .team_slider_box_content {
        background: none;
    }
}

@media (max-width:767px) {
    .pd_left_pic {
        background: none;
    }
    .pd_left_pic img {
        background: #f7f7f7;
    }
    .pd_left ul {
        margin-bottom: 30px;
    }
    .team_box {
        background: none;
    }
    .team_box img {
        background: #f7f7f7;
    }
}

@media (max-width:450px) {
    .team_wrp .col-xs-6 {
        width: 100%;
    }
}


/* News*/

.news_wrp {
    border-bottom: 1px dashed #939393;
    padding: 0 0 50px 0;
    margin-bottom: 50px;
    color: #000;
}

.news_name {
    margin-bottom: 20px;
}

.news_name h2 {
    font-size: 22px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 20px;
    line-height: 24px;
}

.news_wrp p {
    margin-bottom: 10px;
    font-weight: 300;
    text-align: justify;
    line-height: 22px;
}

.news_wrp h3 {
    font-weight: 600!important;
    margin-bottom: 22px;
    line-height: 20px;
}

.news_wrp ul {
    margin-bottom: 30px;
    font-weight: 300;
}

.news_wrp ul li {
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
    line-height: 20px;
}

.news_wrp ul li:before {
    content: '*';
    width: 15px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 16px;
}

.news_wrp ul li:last-child {
    margin-bottom: 0;
}

.news_wrp a.more {
    display: inline-block;
    border: 1px solid #c7c7c7;
    padding: 8px 15px;
}

.news_wrp a.more i {
    font-size: 12px;
}

.news_wrp a.more:hover {
    border: 1px solid #3fb167;
}

.news_wrp a.more:hover i {
    margin-left: 3px;
}

@media (max-width:991px) {
    .inner_page_content {
        padding: 30px 0;
    }
    .page_title {
        margin-bottom: 30px;
    }
    .news_wrp {
        padding: 0 0 30px 0;
        margin-bottom: 30px;
    }
    .news_wrp img {
        margin-bottom: 20px;
    }
    .news_name h2 {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .news_name h2 {
        font-size: 16px;
    }
}


/* News details*/

.news_brief {
    margin-top: 30px;
}

.news_brief h2 {
    font-size: 16px;
    margin-bottom: 20px;
}

.news_brief .panel-heading {
    padding: 0;
}

.news_brief .panel-heading a {
    display: block;
    padding: 20px 0;
}

.news_brief .panel-default>.panel-heading {
    background: none;
    border: 0;
}

.news_brief .panel {
    border: 0;
    border-bottom: 1px solid #8c8c8c;
    border-radius: 0;
    box-shadow: none;
}

.news_brief .panel-heading {
    border-radius: 0;
}

.news_brief .panel-group .panel+.panel {
    margin: 0;
}

.news_brief .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
}

.news_brief .panel-body {
    padding: 0 0 15px 0;
    font-weight: 300;
    line-height: 22px;
}

.news_brief .panel-title {
    font-size: 14px;
    line-height: 22px;
}

.news_brief #headingOne a {
    border-top: 1px solid #8c8c8c;
}

.news_brief .panel-group a[aria-expanded="true"] {
    font-weight: 500;
}

@media (max-width:991px) {
    .news_brief .panel-heading a {
        display: block;
        padding: 14px 0;
    }
}

.newsletter_bg {
    background: #f1f1f1;
}

.newsletter_box {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.profile_title {
    color: 000;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 25px;
}

.pd_right .resp-tab-content-active {
    background: #f1f1f1;
}

@media (max-width:767px) {
    .profile_title {
        font-size: 18px;
    }
}

.pr_wrp_listing li a {
    border-bottom: 1px dashed #ddd;
    display: block;
    padding: 20px;
}

.pr_wrp_listing li i {
    font-size: 18px;
    margin-right: 15px;
    color: #ca2027;
}

.articlesSection {
    padding: 45px 0;
}


.articles_main .article_item {
    width: 33.33%; display: inline-block; vertical-align: top;
}

.article_box {
    margin: 0 10px 20px;
    padding: 10px;
    display: block;
    border: 1px solid #ddd;
    border-top: 1px solid #ddd;
    overflow: hidden;
}
.article_item{
    overflow: hidden;
}

@media(min-width: 992px){
#news_data .article_box {
    min-height: 535px;
}

#article_data .article_box{
    min-height: 440px;
}

}

.article_box:hover {
    -webkit-box-shadow: 0 3px 9px #666;
    -moz-box-shadow: 0 3px 9px #666;
    box-shadow: 0 3px 9px #666;
}

.article_box:before {
    background: #1a51a7;
    width: auto;
    height: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    opacity: 0;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.article_box:hover:before {
    opacity: 1;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.article_box .article_img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: 1px solid #eee;
    overflow: hidden
}

.article_box .article_img img {
    width: 100%;
    display: block;
}

.article_box h2 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 24px;
    padding-left: 70px;
}

.article_btm_wrp {
   /* position: relative;*/
}

.author {
    background: url(../images/icons/pencilicon.png) no-repeat left center;
    padding-left: 20px;
    font-size: 12px;
    display: block;
}


/*.article_box .short_text {line-height:22px;margin: 10px 0;text-align:justify;}*/

.article_box p {
    line-height: 22px;
    margin: 10px 0;
    text-align: justify;
}

.read_more {
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: -30px;
}

.read_more i {
    font-size: 15px;
    vertical-align: middle;
}

.article_box:hover .read_more {
    color: #1a51a7;
    bottom: 35px;
    right: 20px;
}

@media (max-width:991px) {
    .articles_main .article_item {
        width: 50%;
    }
    .article_box {
        border-top: 0;
    }
    .article_box:hover {
        box-shadow: none;
        border-top: 0;
    }
    .article_box h2 {
        font-size: 18px;
    }
    .read_more {
        bottom: -3px;
    }
    .article_box:hover .read_more {
        bottom: -3px;
    }
}

@media (max-width:767px) {
    .articles_main .article_item {
        width: 100%;
    }
}

.pr_wrp_listing li a:hover {
    background: #f1f1f1;
}

.article_title_wrp {
    /* border-bottom:1px solid #ccc; */
    /* margin-bottom: 14px; */
    margin: -10px;
    padding: 10px;
    background: #f1f1f1;
    height: 80px;
}

.calender {
    width: 60px;
    height: 60px;
    float: left;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 10px 10px 0;
}

.txtdark {
    color: #333;
}

.calender .year {
    display: block;
    background: #F30;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 3px;
}

.calender .date {
    display: block;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
}

.loader {
    position: relative;
    display: block;
    text-align: center;
    width: 100px;
    left: 50%;
    transform: translate(-50%);
}

.calender .date strong {
    display: block;
}

.pr_wrp_listing .listing_content {
    padding: 0;
    border: 0;
}

.pr_wrp_listing .listing_content:before {
    top: 20px;
    left: 15px;
}

.pr_wrp_listing .listing_content a {
    padding-left: 30px;
}

.city_contact {
    width: 30%;
    margin: 0 1.5% 3%;
    padding-bottom: 5px;
    float: left;
    position: relative;
    border: 1px solid #ddd;
    border-top: 2px solid #1a51a7;
    background: #fff;
}

.city_contact:hover {
    -webkit-box-shadow: 0 3px 8px #555;
    -moz-box-shadow: 0 3px 8px #555;
    box-shadow: 0 3px 8px #555;
}

.city_contact .city_name {
    font-size: 16px;
    font-weight: 700;
    color: #211e22;
    margin-bottom: 15px;
    padding: 10px 15px;
    position: relative;
}

.city_contact:hover .city_name {
    color: #1a51a7;
}

.city_contact .time {
    font-size: 12px;
    margin-bottom: 15px;
    position: relative;
    padding: 3px 15px;
}

.city_contact .details {
    margin-bottom: 10px;
    margin-left: 15px;
    padding: 0 15px 0 25px;
    position: relative;
    line-height: 22px;
}

.city_contact .details i {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 15px;
    color: #1a51a7;
}

.city_contact a:hover {
    color: #cc0000;
}

.lightgray_texture {
    background: url(../images/l_texture.png) #f4f3f3;
}

@media all and (max-width:992px) {
    .city_contact {
        width: 45%;
        margin: 0 2.5% 3%;
    }
}

@media all and (max-width:650px) {
    .city_contact {
        width: 100%;
        margin: 0 0 15px;
    }
}

.city_name {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 18px;
    color: #1a51a7;
}

.address_detail {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.connect_detail li {
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.connect_detail li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 18px;
    width: 20px;
    text-align: center;
    color: #1a51a7;
}

.address_detail iframe {
    width: 100%;
    height: 250px;
    display: block;
    border: 3px solid #888;
}

.filterContainer {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.filterContainer .filterHolder {
    margin-top: 30px;
}

.filterContainer .filterHead {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.05em;
}

.filterContainer .filtersBox {
    margin-bottom: 20px;
}

.filterContainer .filtersBox ul {
    margin-top: 10px;
    height: 180px;
    overflow: hidden;
}

.filterContainer .filtersBox ul.open {
    height: auto;
    overflow: auto;
}


/*.filterContainer .filtersBox ul:hover {overflow:auto;}*/

.filterContainer .filtersBox ul::-webkit-scrollbar {
    width: 7px;
    background-color: #eee;
    border: 1px solid #ccc;
}

.filterContainer .filtersBox ul::-webkit-scrollbar-thumb {
    background-color: #913a39;
}

.filterContainer .filtersBox ul li {
    position: relative;
    margin-bottom: 10px;
    line-height: 1;
}

.filterContainer .filtersBox ul li input[type="checkbox"] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
}

.filterContainer .filtersBox ul li label {
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    padding-left: 25px;
    position: relative;
    line-height: 20px;
    font-weight: normal;
}

.filterContainer .filtersBox ul li label:before {
    width: 16px;
    height: 16px;
    display: block;
    content: '';
    background: #f7f7f7;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    line-height: 14px;
    text-align: center;
    font-weight: 400;
}

.filterContainer .filtersBox ul li input[type="checkbox"]:checked+label:before {
    background: #002867;
    content: '\2714';
    border: 1px solid #002867;
}

.filterContainer .filtersBox .moreBtn {
    font-size: 14px;
    font-weight: 600;
    background: none;
}

.filterContainer .filtersBox .moreBtn:before {
    width: 18px;
    height: 18px;
    background: #dc2323;
    display: inline-block;
    content: '+';
    border: 0;
    border-radius: 100%;
    line-height: 16px;
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
    text-align: center;
}

.vacancyList {}

.vacancyList .vacancyItem {
    background: #f6f6f6;
    border-bottom: 1px solid #c8c8c8;
    padding: 0px;
    width: 100%;
    margin-bottom: 20px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.vacancyList .vacancyItem:hover {
    box-shadow: 3px 0 8px rgba(0, 0, 0, .3);
}

.vacancyList .vacancyItem:nth-child(odd) {
    border-left: 4px solid #3782e9;
}

.vacancyList .vacancyItem:nth-child(even) {
    border-left: 4px solid #0b489c;
}

.vacancyList .vacancyTitle {
    padding: 10px 20px;
}

.vacancyList .vacancyTitle h1 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
    cursor: pointer;
}

.vacancyList .vacancyTitle[aria-expanded="true"] h1 {
    color: #000;
}

.vacancyList .vacancyTitle table {
    font-size: 14px;
}

.vacancyList .vacancyTitle table td {
    padding-right: 10px;
}

.vacancyList .vacancyTitle table td:first-child {
    width: 85px;
}

.vacancyList .vacancyContent {
    padding: 20px;
    background: #f9f9f9
}

.vacancyList .vacancyContent ul {
    margin-bottom: 20px;
}

.vacancyList .vacancyContent button {
    background: #c72a28;
    padding: 10px 20px;
    margin-top: 15px;
    color: #fff;
    font-size: 18px;
    border: 0;
}

.vacancyList .vacancyContent button:hover {
    box-shadow: 1px 1px 4px #222;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    background: rgb(127, 14, 14);
    background: -moz-linear-gradient(-45deg, rgba(127, 14, 14, 1) 0%, rgba(201, 26, 26, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(127, 14, 14, 1) 0%, rgba(201, 26, 26, 1) 100%);
    background: linear-gradient(135deg, rgba(127, 14, 14, 1) 0%, rgba(201, 26, 26, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7f0e0e', endColorstr='#c91a1a', GradientType=1);
}

.vacancyList .vacancyTitle img {
    position: relative;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.vacancyList .vacancyTitle[aria-expanded="false"] img {
    transform: rotate(0deg);
}

.vacancyList .vacancyTitle[aria-expanded="true"] img {
    transform: rotate(90deg);
}

.vacancyList .vacancyTitle[aria-expanded="false"]:hover img {
    -webkit-animation: pop 1s infinite ease-in-out;
    -moz-animation: pop 1s infinite ease-in-out;
    animation: pop 1s infinite ease-in-out;
}

@media (min-width: 992px) {
    .filterContainer .filterHead {
        pointer-events: none;
        background: none;
    }
    .filterContainer .filterHead:after {
        display: none;
    }
    .filterContainer .filtersBox {
        margin-bottom: 20px;
        display: block!important;
        position: static!important;
        border: 0!important;
        padding: 0!important;
        float: none!important;
        left: 0!important;
        transform: translate3d(0, 0, 0)!important;
    }
}

@media (max-width: 991.98px) {
    .filterContainer {
        width: auto;
        margin-bottom: 10px;
    }
    .filterContainer .filtersBox {
        max-height: 250px;
        overflow: auto;
        right: 30px;
        min-width: 250px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
    }
    .filterContainer .filterHead {
        background: #fff;
        width: 100%;
        padding: 5px 10px;
        text-align: left;
        border: 1px solid #ccc;
        border-radius: 3px;
        position: relative;
    }
    .filterContainer .filterHead:after {
        content: '';
        border-top: 7px solid #000;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        position: absolute;
        right: 10px;
        top: 15px;
    }
    .filterContainer .filtersBox ul {
        height: auto;
        padding: 0 10px;
        margin: 0;
    }
}

@media (max-width: 575.98px) {
    .filterHolder {
        padding-right: 5px;
    }
    .filterHolder+.filterHolder {
        padding-left: 5px;
        padding-right: 15px;
    }
    .vacancyList .vacancyItem {
        padding: 10px;
    }
    .vacancyList .vacancyTitle h1 {
        font-size: 20px;
    }
    .vacancyList .vacancyTitle .col-auto {
        display: none;
    }
    .vacancyList .vacancyTitle table td:first-child {
        width: 65px;
        font-size: 12px;
    }
}

.applyForm {
    background: #fcfcfc;
    border: 1px solid #ccc;
    border-top: 3px solid #c72a28;
}

.applyForm input {
    border: 1px solid #ccc;
}

.applyForm .form-check input[type="checkbox"] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    margin: 0;
    width: 20px;
    height: 20px;
}

.applyForm .form-check label {
    width: 100%;
    cursor: pointer;
    padding-left: 25px;
    position: relative;
    line-height: 20px;
    font-size: 14px;
}

.applyForm .form-check label:before {
    width: 18px;
    height: 18px;
    display: block;
    content: '';
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    line-height: 16px;
    text-align: center;
    font-weight: 400;
}

.applyForm .form-check input[type="checkbox"]:checked+label:before {
    background: #b42a27;
    content: '\2714';
    border: 1px solid #b42a27;
}

.applyForm .formTerms {
    background: #fff;
    padding: 10px;
    border: 0px solid #ccc;
    font-size: 14px;
    line-height: 1.5;
}

.applyForm input[type="submit"] {
    background: #c72a28;
    padding: 15px 30px;
    color: #fff;
    font-size: 18px;
    border: 0;
    margin: 30px auto 0;
    display: block;
    width: 200px;
}

.applyForm input[type="submit"]:hover {
    box-shadow: 1px 1px 4px #222;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    background: rgb(127, 14, 14);
    background: -moz-linear-gradient(-45deg, rgba(127, 14, 14, 1) 0%, rgba(201, 26, 26, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(127, 14, 14, 1) 0%, rgba(201, 26, 26, 1) 100%);
    background: linear-gradient(135deg, rgba(127, 14, 14, 1) 0%, rgba(201, 26, 26, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7f0e0e', endColorstr='#c91a1a', GradientType=1);
}

@media (max-width: 575.98px) {
    .applyForm form {
        width: 90% !important;
    }
}

.dropdown-menu {
    box-shadow: none;
    border-radius: 0;
}

.searchResult {
    position: absolute;
    z-index: 1;
    background: #fff;
    left: 5px;
    right: 5px;
    font-size: 13px;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-box-shadow: 0 5px 10px #666;
    -moz-box-shadow: 0 5px 10px #666;
    box-shadow: 0 5px 10px #666;
	    z-index: 9999999;
}

.searchResult::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}

.searchResult li {
    padding: 8px 5px;
    cursor: pointer;
    font-size: 12px;
    line-height: 15px;
}

.searchResult li:hover {
    background: #e4e4e4;
}

.No_data {
    text-align: center;
}

.faq_tab_head {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.faq_tab_head ul.tabs {
    width: 100%;
    display: table;
    border-bottom: 1px solid #ccc;
}

.faq_tab_head ul.tabs li {
    padding: 13px 0px;
    width: 25%;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.faq_tab_head ul.tabs li.active {
    font-weight: bold;
    color: #211e22;
    background: #cc0000;
    color: #fff;
}

.faq_tab_head ul.tabs li.active:after {
    border-top: 8px solid #cc0000;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    display: block;
}

ul.faq_set {
    margin-bottom: 15px;
    display: block;
    float: left;
    width: 100%;
}

ul.faq_set>li {
    border-bottom: 1px solid #eee;
    padding: 0 0 4px 0;
    margin: 0 0 4px 0;
    float: left;
    width: 100%;
    overflow: hidden
}

ul.faq_set li .question {
    min-height: 40px;
    font-size: 16px;
    padding: 12px 7px 12px 60px;
    position: relative;
    cursor: pointer;
}

ul.faq_set li .question.openheader {
    color: #c40032;
}

ul.faq_set li .answer {
    padding: 0px 15px 0 60px;
    line-height: 24px;
    float: left;
    width: 100%;
}

ul.faq_set li .answer p {
    margin-bottom: 15px;
    text-align: justify;
}

ul.faq_set li .answer ul li {
    margin-bottom: 15px;
    background: url(../images/foot_dash.png) no-repeat left 10px;
    padding-left: 20px;
}

ul.faq_set li .answer a {
    border-bottom: 1px solid #999;
}

ul.faq_set li .answer a:hover {
    color: #cc0000;
    border-bottom: 1px solid #cc0000;
}

ul.faq_set li .question .accordsuffix {
    width: 40px;
    height: 100%;
    background: #f1f1f1;
    position: absolute;
    top: 0;
    left: 0;
}

ul.faq_set li .question .accordsuffix:before {
    content: '\f054';
    font-family: FontAwesome;
    position: absolute;
    margin: auto;
    top: 10px;
    left: 0;
    right: 0;
    font-size: 18px;
    color: #c40032;
    display: block;
    width: 12px;
    height: 18px;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

ul.faq_set li .question.openheader .accordsuffix:before {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

@media all and (max-width:600px) {
    .faq_tab_head ul.tabs {
        border: 1px solid #ccc;
        border-right: 0;
    }
    .faq_tab_head ul.tabs li {
        font-size: 14px;
        border-right: 1px solid #ccc;
    }
}

@media all and (max-width:400px) {
    .faq_tab_head ul.tabs li {
        font-size: 12px;
        padding: 7px 0;
    }
    ul.faq_set li .answer {
        padding: 10px 0 0;
    }
}


/* jobs css*/

ul.vacancy_listing {
    width: 100%;
}

ul.vacancy_listing li .question .accordsuffix {
    top: 10px;
    right: 0;
    left: auto;
    background: none;
}

ul.vacancy_listing li .question {
    background: #f6f6f6;
    padding: 15px;
}

ul.vacancy_listing>li {
    border: 0;
    padding: 0;
    margin-bottom: 20px;
}

ul.vacancy_listing>li:nth-child(odd) {
    border-left: 4px solid #3782e9;
}

ul.vacancy_listing>li:nth-child(even) {
    border-left: 4px solid #0b489c;
}

ul.vacancy_listing li .expandhead h2 {
    display: block;
    font-size: 24px;
}

ul.vacancy_listing li .answer {
    background: #f9f9f9;
    padding: 12px;
}

ul.vacancy_listing .expandbox table {
    font-size: 14px;
}

ul.vacancy_listing .expandbox table td {
    padding: 0 10px 10px 0;
}

ul.vacancy_listing .expandbox table td:first-child {
    width: 115px;
}

ul.vacancy_listing .expandbox .button_style {
    background: #002867;
    padding: 5px 15px;
    display: table;
    color: #fff!important;
    border: 0!important;
}

.event_gallery>div {
    padding: 0 10px;
}

.event_gallery .gallery_box {
    padding: 10px;
    margin: 10px 0;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.event_gallery .gallery_box img {
    width: 100%;
    display: block;
}

.event_gallery .gallery_box:hover {
    box-shadow: 0 5px 15px #666;
}

.event_gallery .gallery_box:after {
    width: auto;
    height: 3px;
    background: #002867;
    position: absolute;
    bottom: -2px;
    left: 50%;
    right: 50%;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.event_gallery .gallery_box:hover:after {
    left: 0;
    right: 0;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.event_gallery .gallery_box .event_title {
    margin-top: 15px;
}

.event_gallery .gallery_box .event_title h2 {
    text-transform: uppercase;
}

.event_gallery .gallery_box .event_title span {
    font-size: 11px;
    display: block;
    margin-top: 5px;
}

.news_detail_page .news_image {
    float: right;
    width: 500px;
    margin-left: 30px;
}

.news_detail_page {
    background: #f7f7f7;
    padding: 15px;
    border: 1px solid #e0e0e0;
}

.news_detail_page .news_image {
    float: right;
    width: 500px;
}

.news_detail_page .news_name h2 {
    font-size: 18px;
    background: #fff;
    margin: -15px -15px 15px -15px;
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.news_detail_page .news_name span {
    font-size: 11px;
}

.news_detail_page .news_wrp p {
    margin-bottom: 10px;
}

.news_detail_page .news_wrp h3 {
    margin-bottom: 10px;
}

@media (max-width:800px) {
    .news_detail_page .news_image {
        float: none;
        width: 100%;
        margin: 0;
    }
    .news_detail_page .news_name h2 {
        font-size: 15px;
        background: #fff;
        margin: -15px -15px 15px -15px;
        padding: 15px;
        border-bottom: 1px solid #e0e0e0;
    }
}

.news_item .news_head {
    background: none;
    margin: 0;
    padding: 0;
    height: auto;
}

.news_item .news_head h2 {
    margin: 10px 0;
    padding: 0;
    text-transform: capitalize;
    line-height: 22px;
    font-size: 15px;
}

.news_item .news_head span {
    font-size: 11px;
    display: block;
    margin: 8px 0;
}

.news_item .article_box p {
    margin: 0 0 10px 0;
}

.news_item .article_btm_wrp .read_more {
    position: static;
}

.news_item:hover .read_more {
    margin-left: 10px;
}



