/*===================================== custom css =========================================*/
.capitalize {
    text-transform: uppercase;
}

.m-0 {
    margin: 0px !important;
}

.m-l-0 {
    margin-left: 0px !important;
}

.m-r-0 {
    margin-right: 0px !important;
}

#video_menu > div > ul > li:hover .dropdown-content {
    display: none !important;
}

#video_menu > div > ul > li:hover .dropdown-content.active {
    display: block !important;
}

#video_menu > div > ul > li > ul.active {
    display: block !important;
}

#video_menu > div > ul .current-menu-parent > a {
    color: #6d6e71 !important;
}

#video_menu > div > ul .color_bd955a .current-menu-item a {
    color: #bd955a !important;
}

.back_to_top {
    max-width: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    cursor: pointer;
    z-index: 999999999;
}

.back_to_top.show {
    display: block;
}

.h4,
h4 {
    font-size: 20px !important;
}

h4.exclusive {
    margin-bottom: 10px;
}

.inner-page-title {
    font-size: 50px !important;
    padding: 0px 0px !important;
    height: 160px;
}

.inner-page-title .container-fluid.section_wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.page-image-title {
    background-position: center center !important;
}

.dark-blue {
    background-color: #061f5c;
}

.footer_menu .hidden-xs.col-sm-3:first-child > div:nth-child(2) {
    margin-top: 30px;
}

/* Archive Page Publication */
.date-holder-check,
.tag-holder-check {
    height: 40px;
    width: 100%;
    padding-left: 15px;
}

.page-template-template-allpub .select_wrap select {
    width: auto !important;
}

.page-template-template-allpub .select_wrap:before {
    right: 5px;
}

.ui-menu .ui-menu-item {
    text-transform: uppercase;
}

.club-diary-image {
    max-height: 420px;
    overflow: hidden;
}

.wpcf7-form .form-label:hover {
    cursor: pointer;
}

.vacancy_section {
    float: left;
    width: 100%;
    border-bottom: 1px solid;
    padding: 10px 0px;
}

.vacancy_section p {
    margin-bottom: 10px;
}

.nav-pills>li {
    float: left;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-pills>li>a {
    border-radius: 4px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel {
    border: none;
    border-radius: 0;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-body {
    padding: 15px;
}

.correspondent .panel_correspondent .panel {
    margin-bottom: 0px;
}

.correspondent h3#pname {
    margin-top: 20px;
    margin-bottom: 10px;
}

.correspondent h1,.correspondent h2,.correspondent h3,.correspondent h4,.correspondent h5,.correspondent h6 {
    line-height: 1.1;
}

.panel_correspondent .panel .panel-heading{
    border-bottom : 0px;
}

.correspondent  .panel-group {
    margin-bottom: 20px;
}

.correspondent .panel-body p,.row{
    line-height:1.42857143;
}

.correspondent .panel-body h4{
    margin-top: 10px;
}

.filter-settings.container select {
    color: inherit;
}

.filter-settings.container .form-control {
    color: #555;
}

.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-2 {
    width: 16.66666667%;
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

.download_section {
    margin: 10px 0px;
}

.search-form .input-group input.form-control {
    text-transform: uppercase;
    width: 80px;
    font-size: 0.8em;
}

.form-control:focus{
    background: #f1f1f1;
}

.reset-btn input[type="reset"] {
    text-align: right;
    color: #7cb1e7;
}

.anim-slider {
    max-height: none;
    height: calc(75vh - 64px);
    padding: 0;
}

.anim-slider .slick-list,
.anim-slider .slick-track {
    height: 100%;
}

.anim-slider .slide {
    height: 100%;
}

.anim-slider .slick-slide {
    display: flex !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.anim-slider .slick-slide .sub-content {
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.5s 0.5s ease-out;
}

.anim-slider .slick-active .sub-content {
    transform: translateY(0);
    opacity: 1;
}

.anim-slider .slick-dots {
    bottom: 20px;
}

.anim-slider .slick-dots li {
    display: inline-block;
    position: relative;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    margin: 3px;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset,
        1px 1px 1px rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.5);
    border: 0;
    outline: 0;
    list-style: none;
}

.anim-slider .slick-dots li.slick-active {
    background-color: #fff;
}

.slick-dots li button:before {
    display: none;
}

.search_row .form-control {
    padding: 6px 15px;
    background-color: #f1f2f3;
    font-weight: 400;
}

.search_section .section_wrapper {
    padding-left: 17.5px;
    padding-right: 17.5px;
}

@media (max-width: 767px) {
    .search_section .section_wrapper,
    .search-toggle .col-sm-12 {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.search_row .section_wrapper .col-sm-4.search_input_wrapper {
    padding: 0;
}

.fa_search {
    background-image: url(../img/search_icon_pale_blue.svg);
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}

.search-form div.input-group {
    background: transparent !important;
    border: 0 !important;
}

.search-form button.btn:hover,
.search-form button.btn:active,
.search-form button.btn:focus {
    background: transparent !important;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.search-form .input-group input.form-control {
    font-size: 16px;
    width: 90px;
}

.search-form .input-group input.form-control::-webkit-input-placeholder {
    color: #86afe4;
}

.search-form .input-group input.form-control::-moz-placeholder {
    color: #86afe4;
}

.search-form .input-group input.form-control:-moz-placeholder {
    color: #86afe4;
}

.search-form .input-group input.form-control:-ms-input-placeholder {
    color: #86afe4;
}

.search_input .btn .glyphicon-search:before {
    display: none;
}

.search_input .btn {
    background: #929597 !important;
}
.search_input input:focus + .input-group-btn .btn {
    background-color: #86afe4 !important;
}
.search_input .btn .glyphicon-search {
    background-image: url(../img/search_icon_pale_blue.svg);
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    filter: brightness(10);
}

.custom-navbar .navbar-nav {
    margin-top: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .navbar-nav > li > a {
    padding: 3px 11px 45px;
}

.wrapper.small-header .custom-navbar .navbar-nav > li > a {
    padding: 5px 11px 25px;
}

.wrapper.small-header .custom-navbar .navbar-nav {
    margin-top: 24px;
}

.slide .slide-content,
.portalbanner .slide {
    padding: 5% 0 0;
    max-width: 1000px;
}

.slide {
    display: block;
}

.contactus_sidebar ul li a {
    position: relative;
    display: block;
    padding: 10px 0;
    margin-bottom: -1px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #a3aaae;
    border-radius: 0;
    color: #6d6e71;
    text-transform: capitalize;
}

/* Advanced search form on Search Results page */
div#adv-search-block button#search-submit-btn {
    height: 40px;
    padding: 6px 20px;
    border: 0;
    border-radius: 3px;
    background: #7db1e7;
    font-size: 17px;
    color: #ffffff;
}

div#adv-search-block input#search {
    border: 1px solid;
    height: 40px;
}

div#adv-search-block div#radio-btn-row {
    font-size: 14px;
}

div#adv-search-block input.radio-row {
    margin-left: 20px;
}

.social_icon_footer {
    width: unset !important;
    max-width: calc(1200px - 34px) !important;
}

.social_icon_footer ul.list-unstyled {
    padding: 30px 0px 10px;
    margin: 0px;
}

.social_icon_footer ul.list-unstyled > li {
    height: 32px;
    width: 32px;
    margin-right: 30px;
    overflow: hidden;
}

.social_icon_footer ul.list-unstyled:first-of-type > li {
    padding-left: 0 !important;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .flip-container,
    .front,
    .back {
        height: 315px;
    }

    .panel_block .panel-body > div.row {
        height: auto;
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .slide .slide-content {
        padding: 100px 20px 0;
    }
}

.single_user_row {
    display: none;
}

.single_user_row.namesearch.countrysearch.occupationsearch {
    display: block;
}

.relvisearch {
    display: none;
}

.loadmoresection {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.loadmoresection a {
}

.loadmoresection {
    display: none;
}

ul.list-item-row li a {
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}

ul.list-item-row li a:not(.active):hover {
    color: #7cb1e7;
}

ul.list-item-row li a:first-of-type {
    border-top: 1px solid #a3aaae;
}

svg#ul-arrow {
    display: none;
}

#selected--zg-ul-select {
    display: none !important;
}

/*Drop Down*/

#catapult-cookie-bar {
    bottom: 0 !important;
    top: auto !important;
}

.wpcf7-form.sent .onsuccess_hide {
    display: none;
}

/* Sidebar Small Size Toggle */
.sidebar {
    position: relative;
}

.togle {
    position: absolute;
    top: -5px;
    right: 30px;
    display: none;
    height: 35px;
    width: 40px;
    background-color: #7db1e7;
    border-color: transparent;
}

.togle:hover,
.togle:active,
.togle:focus {
    background-color: #7db1e7 !important;
    border-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

.togle .fa-minus {
    display: none;
}

.togle.active .fa-minus {
    display: block;
}

.togle.active .fa-plus {
    display: none;
}

@media screen and (max-width: 767px) {
    .sidebar > div {
        margin-bottom: 20px;
    }

    .sidebar > div::before {
        content: "Menu";
        font: normal normal normal 18px/22px din-2014;
        color: #707070;
    }

    .sidebar.bsafe-cat-sidebar > div::before{
        display: none;
    }

    .togle {
        display: block;
    }

    .sidebar ul {
        display: none;
    }

    .back_to_top {
        max-width: 35px;
    }
}

@media screen and (min-width: 768px) {
    .col-sm-4.col-md-3.sidebar ul {
        /*display: block !important;*/
    }
}

/* // Sidebar Small Size Toggle */

/* Search Small Size Toggle */
@media screen and (min-width: 768px) {
    .search_section {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .search_section {
        /*display: none;*/
        background-color: #091f3f;
        padding-bottom: 15px;
    }

    .search-form {
        margin-right: 0px;
    }

    .search-toggle p,
    .search_section p {
        margin-bottom: 0;
        padding-top: 10px;
        color: #7fafde;
        min-height: 40px;
        font-size: 15px;
        position: relative;
    }

    .search_section p {
        color: #fff;
        padding-left: 15px;
    }

    .togle-search {
        position: absolute;
        top: 8px;
        right: 25px;
        height: 25px;
        width: 25px;
        border-radius: 50%;
        background-color: #7fafde !important;
        border: none !important;
        color: #ffffff !important;
        padding: 3px;
    }

    .togle-search i {
        font-size: 20px;
    }

    .togle-search svg {
    }

    .togle-search:hover,
    .togle-search.active:hover,
    .btn-info.togle-search:active:focus,
    .btn-info.togle-search:active:hover {
        background-color: #7fafde;
        border: none;
        color: #000;
        box-shadow: none;
        outline: none;
    }

    .togle-search .fa-angle-up {
        display: none;
    }

    .togle-search.active .fa-angle-up {
        display: block;
    }

    .togle-search.active .fa-angle-down {
        display: none;
    }

    .togle-search.active,
    .togle-search.active:focus,
    .togle-search.active:hover,
    .togle-search:active:focus,
    .togle-search:active:hover {
        background-color: #7fafde !important;
        border-color: transparent !important;
        outline: none !important;
        color: inherit;
        box-shadow: none;
    }

    .search_row .form-control {
        height: 40px;
        padding: 0px 10px;
    }

    .search_input button {
        height: 40px;
    }

    .togle.active,
    .togle.active:focus,
    .togle.active:hover,
    .togle:active:focus,
    .togle:active:hover {
        background-color: #7db1e7 !important;
        border-color: transparent !important;
        outline: none !important;
    }

    .search_section .search_row .section_wrapper > div .col-sm-4,
    .search_section
        > .container-fluid:first-child
        .section_wrapper
        > div.col-sm-4 {
        padding-left: 10px;
    }

    .page-template-template-allservices .page-image-title,
    .page-template-template-allpub .page-image-title {
        display: none;
    }

    .page-template-template-allservices .wrapper,
    .page-template-template-allpub .wrapper {
        padding-top: 100px;
    }
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        vertical-align: top !important;
    }
}

.select_wrap {
    overflow: hidden;
    position: relative;
}

.select_wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 7px;
    border-top: 6px solid #333;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.select_wrap select {
    color: #6d6e70;
    background: #fff;
    border: 0 !important;
    width: 109% !important;
    outline: 0 !important;
    cursor: pointer;
    padding-right: 20px !important;
    padding-left: 12px !important;
}

.learch_listing a {
    word-break: break-all;
}

@media (max-width: 991px) {
    #adv-search-form .filter-settings #search-submit-btn {
        margin-top: 10px;
    }
}

select option:disabled {
    color: #ccc;
}

/* dev new css */
.search_section .search_row,
.search_input button {
    background-color: #fff;
}

.search_input input {
    background-color: #f1f2f3;
    color: #001f5b !important;
    font-size: 17px;
}

.search_input input::placeholder {
    color: #86898c;
}

.section_wrapper h2 strong {
    font-weight: 600;
}

.main_section .mt40 {
    margin-top: 40px;
}

.thumbnail .caption {
    padding: 20px;
}

.thumbnail .caption .title {
    margin-top: 0px;
}

.thumbnail .caption .arrow_left {
    line-height: 10px;
}

.thumbnail .thumbnail-image img {
    height: 200px;
    object-fit: cover;
}

.footer_menu .footer_social li > a > span {
    background-color: transparent;
}

.page-template-template-allpub .select_wrap select {
    width: 100% !important;
}

.loss_prevention_menu .parent h3 {
    text-transform: uppercase;
    margin: 0px;
    font-size: 18px;
}

.loss_prevention_menu .parent a {
    border-bottom: 0px;
    border-top: 1px solid #a3aaae;
    padding: 15px 0px;
}

.loss_prevention_menu .child a {
    border: none;
}

.loss_prevention_menu .list-group-item {
    padding: 0px 0px 12px;
}

#menu-loss-prevention ul,
#video_menu > div > ul ul {
    background: none;
    box-shadow: none;
    z-index: 9999999999999;
    position: relative;
    margin: 0;
    padding: 0;
}

#menu-loss-prevention ul {
    display: block !important;
}

#menu-loss-prevention li > ul,
#video_menu > div > ul li > ul {
    margin: 10px 0px 0px;
}

#menu-loss-prevention li a,
#video_menu > div > ul li a {
    color: #7eafde;
    padding-left: 0px;
}

#menu-loss-prevention > li > a,
#video_menu > div > ul > li > a {
    color: #6d6e71;
    margin: 0px;
    font-size: 18px;
}

#menu-loss-prevention > li > a {
    text-transform: uppercase;
}

#video_menu > div > ul > li > a {
    text-transform: none;
}

#menu-loss-prevention > li,
#video_menu > div > ul > li {
    width: 100%;
    border-top: 1px solid #a3aaae;
    padding: 11px 0px 9px;
}

#menu-loss-prevention > li:last-child,
#video_menu > div > ul > li:last-child {
    border-bottom: 1px solid #a3aaae;
}

.loss_prevantion_menu_title {
    font-weight: 600;
}

.anim-slider .sub-content h2 {
    font-weight: lighter;
    font-size: 66px;
    text-transform: uppercase;
    font-family: din-2014;
}

.anim-slider .sub-content a {
    font-weight: normal;
}

.anim-slider .sub-content h3 {
    font-size: 33px;
    font-weight: normal;
    line-height: 36px;
    padding-bottom: 20px;
    font-family: din-2014;
}

.anim-slider .sub-content {
    text-align: left;
}

.slide .slide-content a {
    text-transform: uppercase;
}

.anim-slider .slide-content > a {
    display: inline-block;
}

.anim-slider .slide-content img {
    margin-top: 10%;
}

#menu-loss-prevention .sub-menu.dropdown-content a,
#video_menu > div > ul .sub-menu.dropdown-content a {
    text-transform: capitalize;
}

.footer_menu .footer_social.list-inline > li {
    display: block;
}

.footer_menu .footer_social.list-inline li > a > span {
    width: 25px;
    height: 25px;
}

.footer_menu .footer_social.list-inline > li svg {
    fill: #7db1e7;
    height: 25px;
    width: 25px;
}

.footer_menu .footer_social.list-inline > li svg:hover {
    fill: #ffffff;
}

body.page-id-1871 .page-image-title .inner-page-title {
    visibility: hidden;
}

.slide .slide-content {
    padding: 20px;
    max-width: 1000px;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.anim-slider .slide-content img {
    margin-top: 0px;
}

footer .career_menu_item {
    display: none;
}

.video-pack h5 {
    margin: 0px;
}

.row.equal-column {
    flex-wrap: wrap;
    display: flex;
}

.video_overlay {
    cursor: pointer;
}

.video_overlay:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0px;
    left: 0px;
    background-image: url("../img/youtube_black.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70px;
}

.video_overlay:hover:after {
    background-image: url("../img/youtube_blue.png");
}

#videos_modal.modal {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    padding: 0 !important;
    width: 100%;
    max-width: 600px;
}

#videos_modal.modal .modal-body {
    padding: 0px;
}

#videos_modal.modal .modal-header {
    padding: 0px;
    border: none;
    margin: 0px;
}

#videos_modal.modal .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: 0px;
}

#videos_modal.modal .close {
    text-shadow: none;
    opacity: 1;
    outline: 0px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

@media (max-width: 1200px) {
    .slide .slide-content {
        max-width: 850px;
    }

    .social_icon_footer.visible-xs {
        margin: 0 17.5px;
    }
}

@media (max-width: 767px) {
    .thumbnail .thumbnail-image img {
        min-height: 170px;
    }

    .search_section .search_row {
        background-color: transparent;
    }

    .search_section .search_input_wrapper {
        padding: 0px;
    }

    .main_section h2 {
        /*font-size: 26px;*/
    }

    .all-pub-filter-language h2 {
        line-height: 40px;
    }

    footer .footer_copyright {
        text-align: center;
    }

    footer .footer_copyright img {
        display: inline-block;
        float: none !important;
        padding-right: 0px !important;
        margin-bottom: 20px;
    }

    footer .footer_copyright p {
        font-size: 20px;
        text-align: left;
    }

    .address1,
    .address2 {
        margin-bottom: 35px;
    }

    .search-toggle {
        background: #eeeeee;
        padding-left: 10px;
    }

    .search_mobile .search-form {
        padding: 3px 25px;
    }

    .search_mobile {
        margin: 0 -15px;
    }

    #mobile-emergency {
        background: red;
        padding: 8px 25px;
        margin: 0;
        font-size: 15px;
    }

    #mobile-emergency .red {
        color: #ffffff !important;
    }

    .search_mobile .language_list {
        float: none;
        background: #fff;
        width: 100%;
        margin: 0;
        padding: 0px 25px;
    }

    .search_mobile .language_list button {
        color: #7ab0e9;
        width: 100%;
        text-align: left;
        height: 40px;
    }

    .search_mobile .language_list.open button {
        color: #061f5c;
    }

    .language_list .dropdown-menu {
        width: 114%;
        min-width: 0;
        padding: 12px 15px;
        right: unset;
        margin: 0;
        position: relative;
        border: none;
        box-shadow: none;
        background: #7ab0e9;
        left: -25px;
        border-radius: 0px;
    }

    .dropdown-menu > li > a {
        color: #ffffff;
        text-transform: uppercase;
    }

    .dropdown-menu > li > a img {
        display: none;
    }

    .custom-navbar .navbar-nav {
        margin-top: 0px;
        padding: 0px 15px;
        margin-bottom: 0px;
    }

    .widget_header_menu {
        padding-top: 0px;
    }

    .widget_header_menu ul .menu-item a {
        padding: 8px 15px;
    }

    .custom-navbar {
        background-color: transparent;
        padding-top: 0px;
    }

    .navbar-collapse {
        background: rgba(4, 29, 64, 0.9);
    }

    .navbar-brand > img {
        max-width: 200px;
    }

    .container-fluid > .navbar-header {
        background: #fff;
    }

    .custom-navbar ul.navbar-nav > li > a,
    .wrapper.small-header .custom-navbar ul.navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 15px;
    }

    .footer_logo_section img {
        height: 53px;
        object-fit: contain;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .search_section p {
        color: #061f5c;
    }

    .search_section .search_input_wrapper {
        padding: 0 15px;
        background-color: #fff;
    }

    .custom-navbar .navbar-toggle {
        margin-right: 15px;
    }

    .search_section {
        background-color: #ffffff;
        padding-bottom: 0px;
    }

    .togle-search .fa-angle-up {
        display: block;
        line-height: 9px;
    }

    .togle-search .fa-angle-down {
        display: none;
    }

    .togle-search.active .fa-angle-up {
        display: none;
    }

    .togle-search.active .fa-angle-down {
        display: block;
    }

    .anim-slider .anim-dots {
        display: none;
    }

    .section_wrapper .all-pub-filter-language h2.title {
        line-height: 40px;
    }

    .anim-slider {
        height: calc(65vh - 64px);
    }

    .anim-slider .sub-content h2 {
        font-size: 32px;
    }

    .anim-slider .sub-content h3 {
        font-size: 18px;
    }

    .main_section .sidebar .togle {
        height: 25px;
        width: 25px;
        right: 15px;
        padding: 0px;
        line-height: normal;
        border-radius: 0;
        border: none !important;
        background: transparent !important;
        box-shadow: none !important;
        top: 0px;
    }

    .post-type-archive-videos .main_section {
        padding-top: 0px;
    }

    .main_section .sidebar .togle i {
        font-size: 10px;
    }

    .main_section .section_wrapper,
    .container-fluid.section_wrapper.news_landing {
        padding-right: 25px;
        padding-left: 25px;
    }

    .main_section .row.container-fluid,
    #kpr-content .main_section.section_wrapper,
    #kpr-content .container-fluid.section_wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.social_icon_footer.visible-xs {
    display: block !important;
    border-top: 1px solid #5e5d62;
}

footer .social_icon_footer .footer_social li span {
    width: 32px;
    height: 32px;
    display: table-cell;
    text-align: center;
}

footer .social_icon_footer .footer_social li span svg {
    fill: #7db1e7;
    height: 32px;
    width: 32px;
    transition: all 0.25s ease;
}

footer .social_icon_footer .footer_social li span svg:hover path {
    fill: #061f5c;
}

/*CUSTOM STYLES FROM CMS*/

.col-sm-12.service_landing img {
    width: auto;
    max-width: 100%;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    border: 0;
    background: #fff;
    padding: 15px;
    font-weight: bold;
    margin-top: 0;
}

.form-group-s {
    width: 25%;
    float: left;
}

.searchpople-con::after {
    content: "";
    display: block;
    clear: both;
}

.search-barpeople {
    padding-bottom: 20px;
}

.searchpople-con {
    padding-bottom: 5px;
    background: #fff;
}

label.labelsec {
    padding: 11px 20px;
}

.ui-menu-item {
    background: #fff !important;
    padding: 10px !important;
    color: #6d6e72 !important;
}

.ui-state-focus {
    border: none !important;
    color: #88b1e2 !important;
}

.form-group-s {
    background: #061f5c;
    color: #fff;
}

.filter-settings {
    /*background: #fff;*/
    /*padding: 18px;*/
    margin-bottom: 25px;
}

.filter-settings div {
    padding-left: 0px;
}

.current-menu-parent > a {
    color: #bd955a !important;
}

.form-submt-sing input {
    background: #061f5c;
    border: 0;
    color: #fff;
    padding: 8px 25px;
}

select.form-select-sec {
    height: 39px;
    width: 100%;
    padding-left: 12px;
}

input.date-holder-p {
    height: 40px;
    width: 100%;
    padding-left: 15px;
}

.current-menu-item > a {
    color: #bd955a !important;
}

.sub-menu .current-menu-item a {
    color: #7cb1e7 !important;
}

p.time_date_sec {
    text-transform: uppercase;
    margin-top: 35px;
    font-size: 20px;
}

.col-sm-4.col-md-3.sidebar ul {
    list-style-type: none;
    padding-left: 0;
}

.col-md-9.col-sm-8 img {
    max-width: 100%;
    height: auto;
}

.ui-autocomplete {
    z-index: 9999 !important;
}

.current-cat a {
    color: #7db1e7 !important;
}

.ui-autocomplete li {
    font-size: 15px;
}

.page-image-title {
    background-size: cover !important;
}

.ui-autocomplete li:nth-child(even) {
    background: #eee;
    cursor: pointer;
}

.ui-autocomplete {
    border: 1px solid #7db1e7;
}

.ui-autocomplete-loading + span i::before {
    content: "\f110" !important;
}

.slide-content img {
    max-height: 200px;
    max-width: 450px;
    height: auto;
}

.inner-page-title {
    color: #fff;
    font-size: 80px;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 210px 0;
}

.menu-item {
    text-transform: uppercase;
}

.sub-content h2 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}

.sub-menu {
    display: none;
    margin-top: 0;
}

ul.sub-menu.dropdown-content {
    list-style-type: none;
}

.sub-content h3 {
    color: #fff;
    font-size: 34px;
}

.sub-content a {
    color: #fff;
    background: #7db1e7;
    padding: 10px 30px;
    display: inline-block;
    font-weight: bold;
}

footer .menu {
    list-style-type: none;
    padding-left: 0;
}

.widget_categories ul {
    list-style-type: none;
    padding-left: 0;
}

.filter-heading {
    background: #061f5c;
    color: #fff;
    padding: 14px;
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase;
}

.filter-settings::after {
    content: "";
    display: block;
    clear: both;
}

input.submit-search {
    width: 100%;
}

.content-download:hover .yellow_hover {
    color: #fd0 !important;
}

.home .besafe_section .thumbnail .caption .text-excerpt,
.home .besafe_section .thumbnail .caption .text-excerpt p,
.thumbnail .caption .text_date {
    font-size: 15.3px;
}

span.hit-list {
    background-color: #7fafde;
    color: #fff;
}

@media (max-width: 600px) {
    #videos_modal.modal {
        max-width: 480px;
    }

    #videos_modal.modal iframe {
        height: 250px;
    }

    .footer_menu .menu-item > a {
        float: unset;
    }

    #menu-footer-menu > li > a {
        border-right: none;
    }
}

@media (max-width: 575px) {
    .slide .slide-content * {
        text-align: left;
    }

    .sub-content h2 {
        font-size: 30px !important;
        padding: 0;
        margin: 0;
        line-height: 30px;
        font-weight: 400 !important;
        display: inline-block;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .sub-content h3 {
        font-size: 15px !important;
        padding: 0;
        margin: 0;
    }

    .anim-slider {
        height: 270px;
        min-height: unset;
    }

    .slide .slide-content a {
        margin-top: 10px !important;
        font-size: 0;
        background-color: transparent;
        position: relative;
        background-position: -97px -88px;
        height: 27px;
        width: 27px;
        background-size: 286px auto;
        background-image: url(../img/go_icons.svg);
    }

    .thumbnail {
        max-width: 100%;
    }

    .home .main_section {
        padding: 18px 0px 25px;
    }

    .home .main_section .row > div:last-child .thumbnail {
        margin-bottom: 0px;
    }

    .home .main_section .our_services .row > div:last-child .thumbnail {
        margin-bottom: 18px;
    }

    .our_services .mt40,
    .our_knowledge .mt40 {
        margin-top: 18px;
    }

    .section_wrapper h2 {
        text-align: left;
        /*font-size: 15px;*/
        margin-bottom: 16px !important;
    }

    .section_wrapper h2 strong {
        font-weight: 400;
        font-size: 30px;
        width: 100%;
        display: inline-block;
    }

    .thumbnail .thumbnail-image img {
        min-height: 260px;
        object-fit: cover;
        height: auto;
    }

    .thumbnail .thumbnail-image {
        height: auto;
    }

    .thumbnail .caption div {
        height: 135px;
        font-size: 15px;
    }

    .our_services .thumbnail .caption div,
    .our_knowledge .thumbnail .caption div {
        height: 145px;
    }

    .thumbnail .caption .arrow_left span {
        background-position: -97px -88px;
        height: 27px;
        width: 27px;
        background-size: 286px auto;
    }

    .main_section h2 {
        color: #919294;
    }

    .all-pub-filter-language h2 {
        font-size: 26px;
        line-height: 40px;
        color: #6d6e71;
    }

    .wrapper {
        padding-top: 100px;
    }

    .custom-navbar .navbar-toggle {
        margin-top: 20px;
    }

    .custom-navbar .navbar-toggle .icon-bar {
        display: block;
        width: 25px;
    }

    .home .caption .title,
    .home .caption .text_date {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .home .news_section .thumbnail .caption {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .home .section_wrapper h2 {
        font-size: 15px;
    }

    .main_heading {
        margin-top: 15px;
    }

    .search_section p {
        line-height: 18px;
    }

    .footer_copyright {
        padding-top: 23px;
        padding-bottom: 20px;
    }

    .language_list .dropdown-menu > li > a {
        font-size: 15px;
        line-height: 30px;
        padding: 0px;
    }

    .language_list .dropdown-menu {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 25px;
        width: 116%;
    }

    .wrapper.small-header .custom-navbar .navbar-nav {
        margin-top: 12px;
        margin-bottom: 0px;
    }

    .slide .slide-content h3 {
        line-height: 18px;
        font-weight: 300;
    }

    .navbar-collapse.collapse {
        background: rgba(0, 32, 92, 0.8);
    }

    footer .footer_social li {
        line-height: 21px;
    }

    footer .footer_social img {
        height: 25px;
    }

    /*.section_wrapper .all-pub-filter-language h2.title{font-size: 22px;}*/
    .anim-slider .slide-content > a {
        display: contents;
    }

    .anim-slider .sub-content h3 {
        padding-bottom: 0px;
    }
}

@media (max-width: 480px) {
    footer .footer_copyright img {
        width: auto !important;
        object-fit: contain;
        margin-bottom: 15px;
    }

    footer .footer_copyright img {
        max-width: 78px;
    }

    footer .footer_copyright p {
        font-size: 12px;
    }

    .filter-settings.all-pub-filter-language > div[class*="col-"] {
        width: 100%;
    }

    #videos_modal.modal {
        max-width: 480px;
    }

    #videos_modal.modal iframe {
        height: 200px;
    }

    .video_overlay:after {
        background-size: 60px;
    }
}

@media (max-width: 400px) {
    .section_wrapper .all-pub-filter-language .pull-left {
        float: none !important;
    }
}

@media (max-width: 360px) {
    #videos_modal.modal iframe {
        height: 200px;
    }

    .video_overlay:after {
        background-size: 80px;
    }
}

@media print {
    .no-print,
    .no-print * {
        display: none !important;
    }
}

/* ========================= Start Bsafe CSS================================*/
body.page-template-template-besafe-list {
    background-color: #f7d824;
}

.besafe-tpl .anim-slider .sub-content h2 {
    font-size: 72px;
    line-height: 72px;
}

.prevention-loss-tpl.besafe-tpl{
    color: #707070;
}

.prevention-loss-tpl .container-wrap-colour:last-of-type{
    background-color: #61788C;
    padding: 80px 0;
    padding-top: 30px;
}

.prevention-loss-tpl .container-wrap-colour{
    padding-bottom: 73px;
}

.besafe-tpl.prevention-loss-tpl + script + .footer .social_icon_footer{
    border-top: unset;
    padding-top: 50px;
}

.prevention-loss-tpl.besafe-tpl #topic_list .container-wrap-colour:last-of-type h2.main_heading{
    color: white !important;
}

.besafe-tpl .slide .slide-content {
    max-width: 1185px;
}

.prevention-loss-tpl.besafe-tpl .slide .slide-content{
    align-items: flex-end;
    justify-content: flex-start;
}

.besafe-tpl #topic_list h2.main_heading {
    font-size: 35px;
}

.prevention-loss-tpl.besafe-tpl .bsafe-sub-title,
.prevention-loss-tpl.besafe-tpl #topic_list h2.main_heading{
    color: #2A4971 !important;
    text-align: left;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 88.235%;
    letter-spacing: -0.3px;
}

.prevention-loss-tpl.besafe-tpl #topic_list h2.main_heading{
    margin-top: 40px;
}

.besafe-tpl .page-image-title {
    margin-bottom: 40px;
}

.besafe-tpl .filter-settings {
    margin-bottom: 24px;
}

.besafe-tpl .bsafe-sub-title,
.besafe-tpl #topic_list h2.main_heading {
    color: #000 !important;
    margin-bottom: 2px;
    text-align: center;
}

.besafe-tpl #topic_list h2.main_heading {
    margin-bottom: 6px;
}

.besafe-tpl .bsafe-sub-title,
.besafe-tpl #topic_list h2.main_heading a {
    color: #000 !important;
}

.besafe-tpl #topic_list h2.main_heading a:hover {
    color: #9a8016 !important;
    border-color: #9a8016;
}

.besafe-tpl #topic_list h2.main_heading a {
    border-bottom: 3px solid #111;
    display: inline-block;
    height: 39px;
    margin-bottom: 5px;
}

.besafe-tpl .bsafe-sub-title {
    font-size: 20px;
    line-height: 27px;
    margin-top: 0;
}

.besafe-tpl .bsafe-sub-title a {
    font-size: 16px;
    color: #9a8016;
}

.besafe-tpl .bsafe-sub-title a:hover {
    color: #000;
}

.besafe_section:not(.homesections) .thumbnail .caption div {
    height: 126px;
}

.besafe_section:not(.homesections) .thumbnail .caption .title {
    font-size: 32px;
    line-height: 32px;
    display: inline-block;
    border-bottom: 2px solid #fff;
    color: #ffdd00;
}

.besafe_section:not(.homesections) .text-excerpt {
    width: calc(100% - 70px);
    margin-right: 23px;
    display: inline-block;
    vertical-align: top;
}

.besafe_section:not(.homesections) .thumbnail .caption .text-excerpt .bsafe-find {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
}

.besafe_section:not(.homesections) .thumbnail .caption .arrow_left {
    display: inline-block;
    width: 42px;
    padding-bottom: 5px;
    vertical-align: bottom;
}

.besafe_section .thumbnail .caption .arrow_left span {
    height: 32px;
    width: 32px;
    background-image: url("../img/yellow_arrow_right.svg");
    background-size: cover;
    background-position: 0 0;
}

.prevention-loss-tpl .thumbnail .caption .arrow_left span{
    background-image: url("../img/loss_arrow_right.svg");
    background-size: cover;
    background-position: 0 0;
}

.besafe_section:not(.homesections) .thumbnail .caption .arrow_left span {
    height: 32px;
    width: 32px;
    background-image: url("../img/yellow_arrow_right.svg");
    background-size: cover;
    background-position: 0 0;
}

.besafe_section .link_view_all a {
    color: #000;
}

.besafe-tpl .besafe_section {
    margin-bottom: 78px;
    margin-top: 44px;
}

.besafe-besafe-tpl .anim-slider {
    min-height: 860px;
}

.bsafe-yellow-text {
    color: #ffdd00;
}

.besafe_section:not(.homesections) .thumbnail .thumbnail-image,
.besafe_section:not(.homesections) .thumbnail .thumbnail-image img {
    height: 271px;
}

.besafe_section:not(.homesections) .thumbnail .caption {
    padding: 23px 28px;
}

.besafe_section:not(.homesections) .thumbnail {
    max-width: 100%;
    width: 100%;
    margin-bottom: 46px;
}

.besafe_section:not(.homesections) .bsafe-excerpt {
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}

.bsafe_cat .cat-item a {
    text-transform: uppercase;
}

.besafe-tpl .section_wrapper {
    max-width: 1170px;
}

/* For Gutterspace in landing page Topic section Start */
.page-template-template-besafe-list #topic_list .col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 17.5px;
    padding-right: 17.5px;
}

.page-template-template-besafe-list #topic_list .row {
    margin-left: -17.5px;
    margin-right: -17.5px;
}

/* For Gutterspace in landing page Topic section Start */
/* Start footer logo section*/
.bsafe_category .logo-section,
.bsafe .logo-section,
.single .logo-section,
.besafe-tpl .logo-section {
    background: #000;
    padding: 23px 0 28px;
    text-align: center;
    color: #fff;
    margin-top: 40px;
}

.bsafe_category .logo-section .bsafe-logo,
.bsafe .logo-section .bsafe-logo,
.single .logo-section .bsafe-logo,
.besafe-tpl .logo-section .bsafe-logo {
    height: 87px;
    display: inline-block;
}

/*End footer logo section*/
.besafe-besafe-tpl .thumbnail .caption .arrow_left span {
    background-image: url("../img/go_icons_yellow.svg");
    background-size: cover;
    background-position: -40px 0;
}

.back-bsafe-dashboard a {
    color: #000;
}

.back-bsafe-dashboard a {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.post-results .yellow-hover .content-download a {
    transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
}

.post-results .yellow-hover .content-download a:hover {
    color: #ffdd00;
}

/*-- bsafe commonn for more page--*/
.bsafe_cat .bsafe-title h2,
#bsafe .bsafe-title h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 40px;
    display: inline-block;
    background: #000;
    color: #ffdd00;
    padding: 3px 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.bsafe_cat .bsafe-cat-desc h3,
#bsafe .excerpt h3 {
    background: #ffdd00;
    color: #000;
    font-size: 30px;
    line-height: 44px;
    font-weight: 400;
    letter-spacing: 0px;
    display: inline;
    margin-bottom: 25px;
    text-transform: uppercase;
    padding: 0 10px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.page-id-7135 .thumbnail .caption .text_date *{
    overflow: hidden;
    -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   display: -webkit-box;
}

.bsafe_cat .bsafe-cat-desc p,
#bsafe .excerpt p {
    font-size: 20px;
    line-height: 24px;
    font-weight: lighter;
    margin: 32px 0;
}

.bsafe.inner-page-title {
    height: 538px;
    display: flex;
    align-items: flex-end;
    text-align: left;
}

.bsafe.bsafe--loss.inner-page-title{
    height: 300px;
}

.dark-blue .bsafe.inner-page-title {
    height: 300px;
}

.bsafe .bsafe-term-title {
    text-align: left;
    padding: 0;
    margin: 0 -15px 43px;
    display: inline-block;
    border-bottom: 9px solid #ffdd00;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 72px;
    line-height: 72px;
}

.bsafe .bsafe-term-title .bsafe-yellow {
    color: #ffdd00;
}
.prevention-loss-tpl.besafe-tpl .anim-slider .sub-content h2{
    border-bottom: unset;
    opacity: .6;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 100% */
    text-transform: uppercase;
}

.bsafe--loss .bsafe-term-title{
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    opacity: 1;
    border-bottom: unset;
    text-decoration: none !important;
}

.bsafe--loss .bsafe-term-title strong{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    text-transform: uppercase;
    opacity: 1;
    display: block;
}

.bsafe_cat .hot-topic-title.mt-30,
#bsafe .hot-topic-title.mt-30 {
    margin-top: 30px;
}

.bsafe_cat .hot-topic-title,
#bsafe .hot-topic-title {
    border-bottom: 1px solid #a3aaae;
    margin-bottom: 0;
    font-weight: 500;
}

.bsafe-cat-sidebar,
.bsafe-cat-sidebar ul.list-item-row li a {
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 16px;
}

.bsafe-cat-sidebar ul.list-item-row li a.active {
    color: #9a8016;
}

.loss-prevention .bsafe-cat-sidebar ul.list-item-row li a.active {
    color: #7db1e7;
}

#bsafe .sidebar .togle .st0,
.archive.tax-topic .loss-prevention .main_section .sidebar .togle .st0,
.archive.category .loss-prevention .main_section .sidebar .togle .st0{
    fill: #7db1e7;
}

.single-post h4.hot-topic-title{
    font-weight: 600 !important;
}

.bsafe-cat-sidebar h4.hot-topic-title {
    padding: 0px 0 10px;
}

.bsafe-cat-sidebar .hot-topic-title a {
    color: #6d6e71;
}

#bsafe .sidebar .hot-topic-title a:hover,
.bsafe-cat-sidebar .hot-topic-title a:hover,
.bsafe-cat-sidebar ul.list-item-row li a:hover {
    color: #9a8016;
}

/*-- bsafe commonn for more page --*/
#bsafe .bsafe-title h2 {
    margin-bottom: 22px;
}

#bsafe .single-post .date-cncect {
    font-size: 18px;
    color: #000;
}

#bsafe .content-download {
    position: relative;
    color: #9a8016;
}

#bsafe .bsafe-post-content .content p.excerpt,
#bsafe .bsafe-post-content .content .excerpt p {
    font-size: 30px;
    line-height: 44px;
    background: #fd0;
    color: #000;
    font-weight: 400;
    display: inline;
    text-transform: uppercase;
    padding: 0 10px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    letter-spacing: 0;
}

.main_section.bsafe_cat .subtitle.link a {
    text-transform: uppercase;
}

#bsafe .bsafe-post-content > div {
    margin-bottom: 45px;
}

#bsafe .bsafe-post-content .content h2 {
    color: #000;
    font-weight: 600;
    font-size: 30px;
    padding-top: 25px;
}

#bsafe .bsafe-post-content .content {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
}

#bsafe .summery-box {
    background-color: #fff8cc;
    padding: 35px 25px;
    color: #000;
    font-size: 20px;
}

#bsafe .author_section .name {
    font-size: 18px;
    color: #000;
}

#bsafe .author_section .email a {
    font-size: 18px;
    color: #9a8016;
}

#bsafe .author_section .email a:hover {
    color: #9a8016;
}

.bsafe_category .bsafe-cat-desc blockquote,
#bsafe .summery blockquote,
#bsafe .content blockquote {
    border-left: 15px solid #fd0;
    padding-top: 0;
    padding-bottom: 0;
}

.bsafe_category .bsafe-cat-desc blockquote p,
#bsafe .content blockquote,
#bsafe .summery blockquote,
#bsafe .content blockquote p,
#bsafe .summery blockquote p,
#bsafe .bsafe-post-content .content blockquote p {
    font-weight: 500;
    color: #848484;
    font-size: 24px;
    line-height: 26px;
}

.single-post #bsafe .date-cncect {
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

.single-post .date-cncect {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    padding-right: 10px;
}

#bsafe .bsafe-post-content > div.summery .bsafe-title h2 {
    margin-top: 25px;
}

#bsafe .bsafe-post-content > div.summery {
    margin-bottom: 33px;
}

#bsafe .summery-box p:last-child {
    margin-bottom: 0px;
}

#bsafe .sidebar .hot-topic-title a {
    color: #6d6e71;
}

#bsafe .sidebar .hot-topic-title {
    padding: 0px 0 10px;
}

#bsafe .bsafe-post-content a:hover,
#bsafe .bsafe-post-content a {
    color: #9a8016;
}

#bsafe .bsafe-term-list a.active {
    color: #9a8016;
}

#bsafe .sidebar ul li a:hover,
#bsafe .bsafe-term-list a:hover {
    color: #9a8016;
}

#bsafe .bsafe-term-list a {
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 16px;
}

#bsafe .content .image_right {
    order: 2;
}

#bsafe .content .content_left {
    margin-left: 0;
}

#bsafe .content figcaption {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #848484;
}

#bsafe .bsafe-post-content ul li,
#bsafe .bsafe-post-content ol li {
    font-size: 20px;
    font-weight: 300;
}

#bsafe .bsafe-post-content ul li {
    padding-bottom: 10px;
}

.prevention-loss .content-download,
.prevention-loss .bsafe-cat-desc h4 a,
.prevention-loss .loadpost .subtitle a{
    color: #7DB1E6;
}


.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*.knowledge_result_block .loadpost.bsafe-kb-result .title-bsafe{margin-bottom: 15px;}*/
/*.knowledge_result_block .loadpost.bsafe-kb-result .title-bsafe a{color: #9A8016 !important; font-size: 18px; line-height: 20px; text-transform: uppercase;}*/
/*.knowledge_result_block .loadpost.bsafe-kb-result .date-cncect{display: inline-block; margin-right: 10px;  position: relative;padding-right: 10px; color: #000;font-size: 14px;  line-height: 20px;margin-bottom: 20px;}*/
/*.knowledge_result_block .loadpost.bsafe-kb-result .content-download a{color: #9A8016;font-size: 14px;}*/
/*.knowledge_result_block .loadpost.bsafe-kb-result p.content-desc{color: #000; font-weight: 300; line-height: 20px;}*/
/*.knowledge_result_block .loadpost.bsafe-kb-result a{color: #9A8016;}*/
/*.knowledge_result_block .post-results .subtitle.link.title-bsafe,*/
/*.knowledge_result_block .post-results .subtitle.link.title-bsafe a {color: #000;}*/

/* Start Bsafe Category*/
.bsafe_cat .cat-item a:hover {
    color: #9a8016;
}

.bsafe_cat .current-cat a {
    color: #9a8016 !important;
}

.bsafe_cat .bsafe-cat-desc {
    margin-bottom: 30px;
}

.bsafe_category .bsafe-cat-desc h4 a,
.bsafe_cat .loadpost .subtitle a {
    color: #000;
    font-size: 18px;
    line-height: 20px;
}

.bsafe_cat .date-cncect {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    padding-right: 10px;
    color: #6d6e71;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 22px;
}

.bsafe_cat .date-cncect::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    width: 2px;
    height: 12px;
    border-right: 2px solid #666;
    margin: auto;
}

.last-pipe::after,
.date-cncect.last-pipe::after {
    display: none;
}

.bsafe_cat .content-download {
    color: #9a8016;
    font-size: 14px;
}

.bsafe_category .bsafe-cat-desc h4 a:hover,
.bsafe_cat .loadpost .subtitle a:hover {
    color: #9a8016;
}

.bsafe_category .bsafe-cat-desc h4 a,
.bsafe_cat .loadpost .subtitle a {
    color: #9a8016;
}

.bsafe_category .bsafe-cat-desc h4 a:hover,
.bsafe_cat .loadpost .subtitle a:hover,
.bsafe_cat .content-download:hover {
    color: #000;
}

.bsafe_cat .subtitle.link {
    margin-bottom: 15px;
}

.bsafe_cat .excerpt {
    font-size: 14px;
    color: #000;
}

.bsafe_cat .excerpt a {
    color: #9a8016;
}

.bsafe_cat .excerpt p {
    color: #6d6e71;
    font-weight: 300;
    line-height: 20px;
}

.bsafe_cat .relvisearch {
    margin-bottom: 40px;
}

.bsafe_category .bsafe-cat-desc a {
    color: #9a8016;
}

.bsafe_category .bsafe-cat-desc a:hover {
    color: #000;
}

.bsafe_category .btn_submit {
    color: #9a8016;
    border-color: #9a8016;
}

.bsafe_category .btn_submit:hover,
.bsafe_category .btn_submit:focus,
.bsafe_category .btn_submit:active {
    background-color: #9a8016;
    border-color: #9a8016;
    color: #fff;
}

.relvisearch-image{
    display: grid !important;
    grid-template-columns: 1fr 3fr;
    background-color: #EEE;
    margin-bottom: 20px;
}
@media (max-width: 600px){
    .relvisearch-image{
        grid-template-columns: 1fr;
    }
}
.relvisearch-image img{
    width: 100%;
    height: 100%;
    aspect-ratio: 192 / 208;
    object-fit: cover;
}
.relvisearch-image-right{
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.relvisearch-image-right .subtitle.link a{
    font-size: 22px;
}
.relvisearch-image-right .date-cncect{
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
}
.relvisearch-image-right-bottom{
    display: flex;
    justify-content: space-between;
}
@media(max-width: 1200px){
    .relvisearch-image-right .date-cncect{
        display: flex;
        width: 100%;
        gap: 10px;
        flex-direction: column;
    }
    .relvisearch-image-right-bottom{
        flex-direction: column;
        gap: 20px;
        justify-content: flex-start;
    }
}
.relvisearch-image-right-bottom-translate{
    display: flex;
    gap: 10px;
}
.relvisearch-image-right-bottom .content-download{
    display: flex;
    align-items: center;
    gap: 10px;
}

.relvisearch-image-right-bottom .content-download img{
    width: 20px;
    height: 20px;
}

/* End Bsafe Category*/

/* CSS By Pathu*/
.homesections.besafe_section {
}

.besafe_section > .section_wrapper > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.besafe_section > .section_wrapper > .row > .col-sm-6.col-md-4:nth-of-type(1) {
    padding-left: 0;
}

.besafe_section > .section_wrapper > .row > .col-sm-6.col-md-4:nth-of-type(3) {
    padding-right: 0;
}

.besafe_section .thumbnail .caption {
    background-color: #000;
}

.besafe_section .thumbnail:hover .caption {
    background-color: #998016;
}

.besafe_section .thumbnail .caption .title {
    color: #fff;
}

.besafe_section .thumbnail .caption .text-excerpt,
.besafe_section .thumbnail .caption .text-excerpt p {
    color: #fd0;
}

.back-bsafe-dashboard span {
    color: #998016;
}

@media (min-width: 600px) {
    #bsafe .content .content_left {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 543px) {
    .besafe-tpl .thumbnail {
        max-width: 350px;
    }
}

@media (max-width: 991px) {
    .besafe-tpl .anim-dots {
        bottom: 47px;
    }
}

@media (max-width: 991px) {
    .besafe-tpl .anim-slider .sub-content h2,
    .bsafe .bsafe-term-title {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .besafe-tpl .anim-slider {
        height: 380px;
    }

    .bsafe .bsafe-term-title {
        margin-right: 15px;
        margin-left: 15px;
    }

    .besafe-tpl .anim-slider .sub-content h2,
    .bsafe .bsafe-term-title {
        font-size: 32px;
        line-height: 32px;
    }

    .besafe-tpl #topic_list h2.main_heading {
        font-size: 30px;
    }

    .besafe-tpl .text-excerpt {
        height: auto !important;
    }

    .besafe-tpl .thumbnail .caption .title {
        font-size: 24px;
        line-height: 28px;
    }

    #bsafe .bsafe-post-content .excerpt p {
        font-size: 24px;
        line-height: 36px;
    }

    .bsafe_cat .bsafe-title {
        padding-top: 30px;
    }

    .bsafe_cat .bsafe-title h2,
    #bsafe .bsafe-title h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .bsafe_cat .bsafe-cat-desc p,
    #bsafe .excerpt p {
        margin: 15px 0px;
        font-size: 16px;
    }

    .bsafe_cat .bsafe-cat-desc h3,
    #bsafe .excerpt h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .bsafe .bsafe-term-title {
        margin: 0 0px 20px;
        text-align: center;
        display: block;
    }

    .single-post #bsafe .date-cncect {
        font-size: 14px;
    }

    .single .author_section img {
        height: 45px;
    }

    #bsafe .bsafe-post-content .content p.excerpt,
    #bsafe .bsafe-post-content .content .excerpt p {
        font-size: 24px;
        line-height: 36px;
    }
}

@media (max-width: 575px) {
    .besafe-tpl .anim-slider {
        height: 270px;
    }

    .besafe-tpl .thumbnail .caption .arrow_left span {
        height: 32px;
        width: 32px;
    }

    .besafe-tpl .thumbnail .caption .title {
        font-size: 22px;
        line-height: 28px;
    }

    .besafe-tpl #topic_list h2.main_heading {
        font-size: 28px;
    }

    .single .author_section .details {
        width: 80%;
        word-break: break-all;
    }

    #bsafe .bsafe-post-content .excerpt p,
    #bsafe .bsafe-post-content .content p {
        font-size: 18px;
        line-height: 28px;
    }

    .knowledge_result_block .loadpost.bsafe-kb-result .date-cncect {
        margin-bottom: 0px;
    }

    #bsafe .bsafe-post-content .content p.excerpt,
    #bsafe .bsafe-post-content .content .excerpt p {
        font-size: 20px;
        line-height: 30px;
    }

    #bsafe .summery-box p {
        font-size: 18px;
    }

    #bsafe .author_section img {
        width: 60px;
        height: 60px;
    }

    .bsafe_cat .bsafe-title h2,
    #bsafe .bsafe-title h2 {
        font-size: 18px;
    }

    #bsafe .content-download {
        display: block;
        margin-bottom: 10px;
    }
}

@media (max-width: 500px) {
    .single-post #bsafe .date-cncect {
        margin-bottom: 5px;
    }
}

@media (max-width: 420px) {
    .besafe-tpl .text-excerpt {
        width: calc(100% - 50px);
        margin-right: 0;
    }

    .besafe-tpl .thumbnail .caption .title {
        font-size: 20px;
    }

    #bsafe .bsafe-post-content .content p {
        font-size: 16px;
        line-height: 28px;
    }

    #bsafe .summery-box p {
        font-size: 16px;
    }
}

/* ========================= End Bsafe CSS================================*/
.page-id-7135 .thumbnail .caption .text_date * {
    font-size: 0.9em;
    line-height: 1.2em;
    margin-bottom: 10px;
    text-overflow: visible;
    text-align: left;
    color: #939598;
}

/* .anim-slider .anim-slide.slide {
    display: none !important;
}

.anim-slider .anim-slide.slide.anim-slide-this {
    display: block !important;
} */

.address1,
.address2 {
    float: left;
    width: 48%;

    display: flex;
    flex-direction: column;
    color: #fff;
}

.address1 {
    margin-right: 30px;
}

.address1 img,
.address2 img {
    position: relative;
    left: 0;
    display: inline-block;
    margin-bottom: 20px;
    width: 70px !important;
}

.address1 .title,
.address2 .title {
    position: relative;
    left: 0;
    top: 0;
}

.address-text {
    position: relative;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .address-text {
        position: inherit;
    }

    .address1,
    .address2 {
        margin-right: 0;
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
}

#videos_modal {
    display: block;
    height: 75vh;
    z-index: -1;
}

.modal-open header {
    z-index: 99;
}

.modal-open #videos_modal {
    z-index: 9999999;
}

.gdpr_lightbox {
    z-index: 99999999 !important;
}

.page-template-rules-books-template .inner-page-title {
    display: flex;
    align-items: flex-end;
    text-align: left;
    font-weight: unset;
}

.tax-rulebook .inner-page-title div,
.single-rules .inner-page-title div {
    margin-top: auto;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 40px;
}

button.button.pull-right.togle,
button.btn.pull-right.togle {
    background-color: transparent !important;
    top: -5px;
    right: 19px;
}

.tax-rulebook .inner-page-title,
.single-rules .inner-page-title,
.page-template-rules-books-template .inner-page-title {
    height: auto;
    display: flex;
    max-width: 1200px;
    max-height: 550px;
    margin: 0 auto;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 200px !important;
    padding-bottom: 23px !important;
}
.rulebookconten > h3 {
    text-transform: uppercase;
}

#kpr-content {
    padding-bottom: 40px;
    overflow: hidden;
}

#kpr-content .col-sm-12 {
    display: flex;
    width: 100%;
}

#kpr-content > .container-fluid .search-box {
    width: 100%;
}

#loader {
    position: absolute;
    top: 17px;
    right: 30px;
}

.rule-post-list a, .rule-post-list div {
    display: flex;
    color: #6d6e71;
    gap: 3px;
    line-height: 1.2;
    width: fit-content;
    font: normal normal normal 17px/32px DIN-2014;
    transition: all 0.4s ease-in-out;
}

.rule-post-list a:not(.active):hover {
    color: #7cb1e7;
}

.terms-title {
    color: #81b1df;
    text-transform: uppercase;
    margin-top: 13px;
    margin-bottom: 13px;
}

.rules_result_block {
    padding-bottom: 30px;
    margin-top: -5px;
}

.rules_result_block .col-md-6.col-sm-12 {
    padding-left: 17px;
    padding-right: 17px;
}

.rules_result_block .top {
    text-transform: uppercase;
    padding-bottom: 25px;
    margin-top: 0;
}

.rule-topic_item a.active {
    color: #061f5c;
}

.rules_result_block .post-results .subtitle {
    font-size: 30px;
    color: #7db1e7;
    margin: 0;
}

.rules_result_block ul.pagination-count .pagination > li {
    line-height: 8px;
    color: #7fafde;
    font-size: 16px;
    padding: 10px;
}

.rules_result_block ul.pagination-count .pagination > li a {
    line-height: 8px;
    font-size: 16px;
}

.rules_result_block ul.pagination-count .pagination > li.current {
    background: #7fafde;
    border-radius: 50px;
    text-align: center;
    color: #fff;
}

.rules_result_block li.pagination-page-num {
    margin-left: 5px;
}

h4.rule-breadcrumbs {
    margin-bottom: 35px;
    font-size: 25px !important;
}

.accordian__head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #a3aaae;
    cursor: pointer;
    position: relative;
    gap: 5px;
}

.accordian__head > span {
    color: #7fafde;
    max-width: 80%;
}

.accordian__head .btn {
    right: 0;
    position: absolute;
}

.accordian__inner {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordian__inner > p:first-of-type {
    padding-top: 10px;
}

.accordian.open > .accordian__inner {
    max-height: 1000vh;
}

.accordion-icon {
    height: 25px;
    width: 25px;
    padding: 0px;
    line-height: normal;
    border: none;
    background: transparent;
    box-shadow: none;
    top: 0px;
}

.accordion-icon .fa-minus {
    display: none;
}

.open .accordion-icon .fa-plus {
    display: none;
}

.open .accordion-icon .fa-minus {
    display: block;
}

.accordion-icon:hover,
.accordion-icon:active,
.accordion-icon:focus {
    background: transparent !important;
    border-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

.rule-link {
    padding-top: 10px;
}

.rule-thumbnail {
    font-size: 14px;
}

.rule-thumbnail > .rule-link > h3 {
    display: none;
}

.rule-pagination {
    padding: 0 28px;
}

/* .rule-thumbnail-image img {
    height: 350px;
    object-fit: cover;
} */

.heading_loss_prevention {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 88.235%;
    letter-spacing: -0.3px;
    color: #61788B;
    margin-top: 57px;
}

.description_loss_prevention {
    font-size: 20px;
    padding-bottom: 28px;
}

@media (max-width: 767px) {
    .rule-thumbnail-image img {
        max-width: 340px;
    }

    .rule-thumbnail {
        max-width: 350px;
        width: 100%;
        margin: 0 auto;
        display: block;
        background-color: #fff;
    }

    .col-sm-6.col-md-3 > .rule-thumbnail {
        margin-bottom: 37px;
    }

    .rule-thumbnail > .rule-link {
        padding: 25px;
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 40px;
    }

    .rule-thumbnail > .rule-link br {
        display: none;
    }
}

@media (max-width: 575px) {
    .rule-thumbnail-image img {
        height: auto;
        max-width: 100%;
    }

    .rule-link {
        padding-bottom: 30px;
    }
}

.print-icon {
    float: right;
    padding-left: 0;
}
@media (max-width: 768px) {
    .print-icon {
        padding-right: 0;
    }
}
.icon {
    display: inline-block;
    padding: 0px 2px 20px 25px;
    color: #7fafde;
    font-size: 14px;
}

.icon img {
    object-fit: contain;
    width: 37px;
    height: 37px;
    display: inline-block;
}

.icon span {
    display: block;
    text-align: center;
    margin-top: 10px;
}

@media print {
    .no-print,
    #kpr-content,
    .sidebar,
    .footer,
    .breadcrumb_rules,
    .custom-header {
        display: none !important;
    }

    .main_section,
    .single-rules .inner-page-title,
    .wrapper,
    .single-rules .inner-page-title div {
        padding: 0px !important;
    }
}
.page-template-template-ourpeople
    #resultContainer
    .flip-container
    .flipper
    .front {
    background-color: transparent !important;
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1170px;
    }
}