﻿

@font-face {
    font-family: 'GE SS Two';
    src: url('../fonts/GESSTwoLight-Light.eot');
    src: url('../fonts/GESSTwoLight-Light-1.eot') format('embedded-opentype'), url('../fonts/GESSTwoLight-Light.woff2') format('woff2'), url('../fonts/GESSTwoLight-Light.woff') format('woff'), url('../fonts/GESSTwoLight-Light.ttf') format('truetype'), url('../fonts/GESSTwoLight-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GE SS Two';
    src: url('../fonts/GESSTwoBold-Bold.eot');
    src: url('../fonts/GESSTwoBold-Bold-1.eot') format('embedded-opentype'), url('../fonts/GESSTwoBold-Bold.woff2') format('woff2'), url('../fonts/GESSTwoBold-Bold.woff') format('woff'), url('../fonts/GESSTwoBold-Bold.ttf') format('truetype'), url('../fonts/GESSTwoBold-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --main-color: #FAC126;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.ar-font {
    font-family: "Noto Sans Arabic", tahoma;
}

/*--------- Let's default this puppy out --------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

main, article, aside, figure, footer, header, nav, section, details, summary {
    display: block;
}

html, body {
    direction: rtl;
}

html {
    box-sizing: border-box;
    direction: rtl;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

img,
object,
embed {
    max-width: 100%;
}

html {
    overflow-y: auto;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none !important;
}

    a:hover, a:link, a:visited {
        text-decoration: none;
    }

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

th {
    font-weight: bold;
    vertical-align: bottom;
}

td {
    font-weight: normal;
    vertical-align: top;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

select, input, textarea {
    font: 99% sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

small {
    font-size: 85%;
}

strong {
    font-weight: bold;
}

td, td img {
    vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
    font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
    margin: 0;
}

    /* make buttons play nice in IE */
    button,
    input[type=button] {
        width: auto;
        overflow: visible;
    }

/* scale images in IE7 more attractively */
.ie7 img {
    -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {
    font: 13px "Noto Sans Arabic", tahoma;
    background: #EDEFF1;
    text-align: right;
    /*background-image: url(../img/spga-bg-1.png) !important;*/
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    font-weight: bold;
    line-height: 1.6;
}

select, input, textarea {
    font-family: "Noto Sans Arabic", tahoma;
}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */
/* We like off-black for text. */
body, select, input, textarea {
    color: #333;
}

a {
    color: var(--main-color);
    text-decoration: none;
    outline: none;
}

    a:hover {
        color: var(--main-color);
    }

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
    background: var(--main-color);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: var(--main-color);
    color: #fff;
    text-shadow: none;
}

/*	j.mp/webkit-tap-highlight-color */
a:link {
    -webkit-tap-highlight-color: var(--main-color);
}

ins {
    background-color: var(--main-color);
    color: #000;
    text-decoration: none;
}

mark {
    background-color: var(--main-color);
    color: #000;
    font-style: italic;
    font-weight: bold;
}

/* Mozilla dosen't style placeholders by default */
input:-moz-placeholder {
    color: #a9a9a9;
}

textarea:-moz-placeholder {
    color: #a9a9a9;
}

/* let's give blockquotes *some* default styling, because unstyled blockquotes are dangerous */
blockquote {
    padding: 16px;
    background: #eee;
}

.ff-required {
    color: #ED2365;
    margin-right: 3px;
}

 

/* ---- bg Slider ----- */

.slider_bg > img {
    min-height: 100vh;
    object-fit: cover;
    width: 100%;
}

.slider_bg {
    text-align: left;
}

/* Main Style
-------------------------------------------------------------------------------*/



a,  .footer_survey_icon img, .footer_survey_icon:after, .services_slider_item:after, .services_slider_item:before, .services_slider_item, .ss_main_title, .ss_sub_title,
.top_socials li a img, .news-list-col-img, .main_menu_hamburger .menu_ham, .main-details-box, button svg path, .menu_ham span, .main_nav_lightbox, button,
.ndl-imgs-gallery:after, .ndl-imgs-gallery-icon, #twitterDiv, .blocks-list-col-block, .blocks-list-details-title, .blocks-list-details-arrow svg path, .services-list-row .news-list-col-block,
.media-list-details-icon svg path, .media-list-col-block:before, .lightnox_model_close rect, .lightnox_model_close {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

    .news-list-col-img > img {
        -webkit-transition: all .45s ease;
        transition: all .45s ease;
    }

.site_footer {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    position: relative;
    z-index: 10;
    padding: 10px 0px 15px;
    max-width: 1520px;
    margin: auto auto 0;
}

.footer_con > * {
    margin-top: 9px;
}

.footer-copyrights-col {
    margin-top: 12px;
}

    .footer-copyrights-col:first-child .footer_con {
        min-height: 55px;
    }

.ndl-sidebar {
    -webkit-transition: -webkit-transform 0.4s ease, opacity 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.top_socials li a:after, .lb_txt span, .main_nav_lightbox_con, .services_about_con, .services_slider_con, .the_content, .top_socials, .media-list-col-bg img, .survey_popup,
.search-lightbox {
    -webkit-transition: all 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    transition: all 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

.ndl-content {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.5s ease;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.5s ease;
}

.bg_slider_con {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.bg_slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.bg_slider_con:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0,25,43,.6);
    background: -moz-linear-gradient(0deg, rgba(0,25,43,0) 0%, rgba(0,25,43,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,25,43,0) 0%, rgba(0,25,43,1) 100%);
    background: linear-gradient(0deg, rgba(0,25,43,0) 0%, rgba(0,25,43,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00192b",endColorstr="#00192b",GradientType=1);
}

.site_container_fluid {
    min-height: 100vh;
}

.site_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    flex-basis: 0;
    position: relative;
    z-index: 1;
    padding: 10px 40px 15px;
    width: 100%;
    /*min-height: 100vh;*/
    max-width: 1520px;
    margin: 0 auto;
    position: static;
}

#bodyContent {
    min-height: calc(100vh - 270px)
}

.site_container > * {
    width: 100%;
}

.home_content.row {
    width: calc(100% + 30px);
}

.home_content > .media_content {
    padding-left: 30px;
}

.site_header, .top_socials, .top_tools, .widget_title, .news_letter_form, .footer_links, .footer_con, ul.main_nav,
ul.service_details_list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.site_header {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.login_btn {
    background: #FAC126;
    color: #060606;
    display: block;
    height: 39px;
    line-height: 39px;
    font-size: 13px;
    padding: 0 13px;
    overflow: hidden;
}

    .login_btn:hover {
        color: #060606;
    }

.top_socials li {
    margin: 0 12px;
    max-height: 13px;
    position: relative;
}

.site_header {
    z-index: 1;
}

    .site_header > * {
        margin-top: 15px;
    }

.top_logo {
    margin-left: 15px;
}
/*.readspeaker-wrapper {
    padding-right: 40px;
}
.readspeaker_button {
    float: right;
    padding-bottom: 0 !important;
}
.readspeaker_button.rsexpanded {
    min-width: 340px;
}*/

#twitterDiv {
    position: absolute;
    min-width: 300px;
    left: 0;
    top: calc(100% + 10px);
    box-shadow: 0 10px 30px 0 rgba(145,156,212,.20);
    opacity: 0;
    pointer-events: none;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.top-twitter-popup:hover #twitterDiv {
    opacity: 1;
    pointer-events: auto;
}

#twitterDiv:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
    height: 10px;
    width: 100%;
}

.footer_con .top-twitter-popup #twitterDiv {
    top: initial;
    bottom: calc(100% + 10px);
}

    .footer_con .top-twitter-popup #twitterDiv:before {
        top: initial;
        bottom: -10px;
    }

.top_socials {
}

ul.top_slinks {
}

.footer_con .top_socials {
    margin-left: 0;
    padding: 0 15px;
}

.top_socials li a {
    display: block;
    position: relative;
}

    .top_socials li a img {
        max-width: 15px;
        height: 14px;
        position: relative;
        z-index: 1;
        vertical-align: top;
        display: block;
        opacity: .6;
    }

.top_socials li.sm-active a img {
    opacity: 1;
}

.top_socials li a:after {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    top: 50%;
    background: #00BBFF;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(0);
    transform: translate(-50%, -50%) rotate(-45deg) scale(0);
}

.top_socials li a:after {
    display: none;
}

li.sm-facebook a:after {
    background: #3A5696;
}

li.sm-instagram a:after {
    background: #7D32AA;
}

li.sm-youtube a:after {
    background: #F6021B;
}

.top_socials li a:hover:after, .top_socials li.sm-active a:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
}

.lb_icon img {
    display: block;
    vertical-align: top;
}

.lb_icon {
    vertical-align: middle;
    width: 18px;
    display: inline-block;
    margin-right: 7px;
}

.lb_txt {
    display: inline-block;
    position: relative;
}

    .lb_txt span {
        display: block;
    }

.lb_txt2 {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

.login_btn:hover .lb_txt1 {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

.login_btn:hover .lb_txt2 {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.top_date {
    display: block;
    color: rgba(255,255,255,.6);
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
}

.lan_btn {
    display: block;
    color: #fff;
    font-family: sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
}

.menu_hamburger {
    display: block;
    color: #fff;
    text-align: center;
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
    font-size: 12px;
}

.ndl-close .menu_hamburger_title {
    margin-top: -5px;
}

.menu_hamburger_title {
    display: block;
}

.menu_ham {
    width: 44px;
    height: 36px;
    display: block;
    background: #fff;
    margin-bottom: 7px;
    padding: 10px 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .menu_ham span {
        display: block;
        height: 3px;
        width: 100%;
        background: #28334A;
        margin-bottom: 4px;
        transform-origin: center;
    }

.main_menu_hamburger {
    background: #e6f1eb;
    color: #2A2A2A;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    min-height: 38px;
    line-height: 39px !important;
    white-space: nowrap;
    padding: 0 23px !important;
    font-size: 13px !important;
    position: relative;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

    .main_menu_hamburger:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .main_menu_hamburger:hover {
        color: #2A2A2A;
    }

    .main_menu_hamburger .menu_ham {
        background: none;
        position: absolute;
        left: 16px;
        width: 22px;
        direction: ltr;
        background-image: url(../img/material-menu.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        padding: 0;
        margin: 0;
    }

.slide-main-nav .main_menu_hamburger .menu_ham {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.main_menu_hamburger .menu_ham > span {
    opacity: 0;
}

.main_menu_hamburger .menu_hamburger_title {
    padding-left: 22px;
    font-weight: 800;
    color: #0c2537;
}

.main_menu_hamburger .menu_ham span:first-child {
    width: 47%;
    left: 0;
}

.main_menu_hamburger:after {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    bottom: -11px;
   /* background-image: url(../img/menu-path.svg);*/
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    width: 69px;
    height: 24px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* ------------- */

.top_tools {
    margin-left: -30px;
}

    .top_tools > * {
        margin-left: 30px;
    }

.top_search_btn {
    width: 14px;
}

    .top_search_btn svg {
        vertical-align: middle;
        max-width: 100%;
    }

.widget_block {
    background: #fff;
    padding: 20px;
    margin-top: 25px;
    border-bottom: 5px solid #FAC126;
    position: relative;
}

    .widget_block:last-child {
        margin-bottom: 30px;
    }

    .widget_block.news_widget {
        border-color: #5F9600;
    }

.clients_logos img {
    display: inline-block !important;
    max-width: 81px;
}

    .clients_logos img + img {
        margin-right: 15px;
    }

.clients_logos {
    margin-top: 15px;
}

.widget_title_link {
    color: #0069A7;
    margin-right: auto;
    text-decoration: underline !important;
    font-size: 14px;
}

.widget_title h4 {
    color: #060606;
    font-size: 16px;
    border-bottom: 2px solid #FAC126;
    padding-bottom: 4px;
    display: inline-block;
}

    .widget_title h4 > span {
        font-weight: 300;
    }

.bold_txt {
    font-weight: 600;
}

.widget_title img, .widget_title svg {
    vertical-align: middle;
    margin-left: 6px;
    width: 17px;
}

.widget_title {
    margin-bottom: 15px;
}

.widget_slider_date {
    color: #060606;
    opacity: .6;
    font-family: sans-serif;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

.widget_slider_item .widget_title_link {
    position: absolute;
    left: 0;
    top: 0;
}

.wid_slider2 .widget_slider_item {
    padding-left: 40px;
}

.widget_slider_text {
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
}

.widget_slider_item h5 {
    margin-bottom: 5px;
    font-size: 15px;
}

. 

.widget_slider_num {
    font-family: sans-serif;
    position: absolute;
    background: #fff;
    bottom: 0;
    z-index: 1;
    padding: 0 0 0 10px;
    font-size: 13px;
    right: 0;
}

.wid_slider2 .widget_slider_text {
    font-size: 17px;
    line-height: 1.6;
    color: #333;
}

.widget_slider a > .widget_slider_text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.widget_slider_con {
    position: relative;
}
.news_letter_form label {
    color: #060606;
    font-size: 16px;
    background: #fff;
    right: 0;
    bottom: 0;
}

.news_letter_form {
    position: relative;
}

    .news_letter_form input[type="text"] {
        border-width: 0 0 1px 0;
        border-color: rgba(0,0,0,.2);
        padding: 0 0 0 0;
        margin-right: 10px;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        outline: none;
    }

    .news_letter_form ~ .form_required_txt {
        margin-top: 5px;
        display: block;
    }

    .news_letter_form button {
        color: #0069A7;
        background: no-repeat;
        border: none;
        outline: none;
        padding: 0;
        margin: 0;
        font-size: 15px;
    }

        .news_letter_form button:disabled {
            color: rgba(0,0,0,.3);
        }

.news_letter_widget {
    border-color: #0069A7;
}

.top_logo img {
    width: 225px;
}

.top_logo a {
    display: inline-block;
}

.footer_con:not(.footer_con_no_survey) {
    padding-right: 70px;
}

.footer_con {
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.footer_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
}

ul.footer_links {
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
}

    ul.footer_links a {
        color: #fff;
        display: block;
        font-size: 12px;
        margin: 0 10px;
        font-weight: 300;
    }

.footer_con_no_survey {
    padding-right: 0;
    padding-left: 0;
}

    .footer_con_no_survey .footer_copy {
        margin-right: 0;
    }

.footer_copy {
    color: #fff;
    margin-right: auto;
    padding: 0 0 0 15px;
    margin-left: auto;
    font-size: 12px;
}

    .footer_copy span {
        font-weight: 300;
    }

.footer_survey_icon {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
}

    .footer_survey_icon img {
        position: absolute;
        z-index: 1;
        width: 26px;
        right: 50%;
        top: 50%;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }

    .footer_survey_icon:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        border-radius: 15px;
    }

    .footer_survey_icon:hover img {
        -webkit-transform: translate(50%, -50%) scale(1.2);
        transform: translate(50%, -50%) scale(1.2);
    }

    .footer_survey_icon:hover:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }

.home_ts_item h4 {
    color: #fff;
    font-size: 19px;
    margin-bottom: 8px;
    font-weight: 600;
}

.v-input__icon {
    overflow: hidden;
}

.home_ts_item h2 {
    font-size: 17px;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.6;
    max-height: 107px;
    overflow: hidden;
}

.home_text_slider {
    padding: 70px 0;
}

.home_ts_link {
    display: block;
    color: #FAC126;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 2px;
}

.bg_slider_con:before {
/*    background-image: url(/Content/images/logo-PBG.png);
*/    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    filter: opacity(0.2) brightness(1.5);
}
 
.services_slider_item {
    background: #5F9600;
    padding: 50px 20px;
    color: #fff;
    min-height: 270px;
    position: relative;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
}

.services_slider > .services_slider_item, .home_text_slider > .home_ts_item {
    display: none;
}

.services_slider_full_link {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.services_slider_item.ss2 {
    background: #FAC126;
}

.services_slider_item.ss3 {
    background: #626467;
}

.services_slider_item.ss4 {
    background: #0069A7;
}

.ss_main_title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.services_slider {
    /*width: calc(100% + 130px);
    -webkit-transform: translateX(200px);
    transform: translateX(200px);*/
}

.ss_sub_arrow {
    display: inline-block;
    position: relative;
    margin-left: 4px;
    width: 5px;
}

.ss_sub_arrow_d {
    position: absolute;
    opacity: 0;
}

.services_slider_item:hover .ss_sub_arrow_d {
    opacity: 1;
}

.services_slider_item:hover .ss_sub_arrow_l {
    opacity: 0;
}

.services_slider_item:after, .services_slider_item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 100%;
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

.services_slider_item:hover {
    background: #fff;
    transform: scaleX(1.1);
}

    .services_slider_item:hover .ss_main_title, .services_slider_item:hover .ss_sub_title {
        color: #000;
    }

.ss1:before {
    background-image: url("../img/service1-shape-light.svg")
}

.ss1:after {
    background-image: url("../img/service1-shape-dark.svg")
}

.ss2:before {
    background-image: url("../img/service2-shape-light.svg")
}

.ss2:after {
    background-image: url("../img/service2-shape-dark.svg")
}

.ss3:before {
    background-image: url("../img/service3-shape-light.svg")
}

.ss3:after {
    background-image: url("../img/service3-shape-dark.svg")
}

.ss4:before {
    background-image: url("../img/service4-shape-light.svg")
}

.ss4:after {
    background-image: url("../img/service4-shape-dark.svg")
}

.services_slider_item:after {
    opacity: 0;
}

.services_slider_item:hover:after {
    opacity: 1;
}

.services_slider_item:hover:before {
    opacity: 0;
}

.main_nav_lightbox {
    position: absolute;
    left: 50%;
    transform: translate(-50%) scale(1.05);
    z-index: 99999;
    width: 100%;
    max-width: 1440px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    top: 180px;
    transition: all .25s ease-in-out;
    transform-origin: center center;
}

.main_nav_lightbox_overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(29,54,70,.9);
}

.main_nav_lightbox_con {
    position: relative;
    padding: 20px 40px 0;
    background: #fff;
    background-position: -10% -10%;
    box-shadow: 0 3px 60px 0 rgba(0,0,0,.16);
    overflow: auto;
}


    .main_nav_lightbox_con .main_nav li > span {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

        .main_nav_lightbox_con .main_nav li > span svg {
            width: 25px;
            flex: 25px 0 0;
            height: 25px;
            display: inline-block;
            margin-left: 10px;
        }

        .main_nav_lightbox_con .main_nav li > span span {
            font-size: 15px;
            color: #005897;
            font-weight: bold;
            position: relative;
            top: 2px;
        }

.slide-main-nav .main_nav_lightbox {
    opacity: 1;
    pointer-events: auto;
    top: 110px;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%) scale(1);
    transition: all .5s ease-in-out;
}

ul.main_nav {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 10px 0 0;
    margin-left: -20px;
    position: relative;
    top: -30px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.slide-main-nav ul.main_nav {
    top: 0;
    opacity: 1;
    transition-delay: 0.5s;
}

ul.main_nav > li {
    padding-left: 20px;
    width: 25%;
    margin-bottom: 30px;
}

    ul.main_nav > li.menu-2-cols {
        width: 50%;
        padding-left: 0;
    }

        ul.main_nav > li.menu-2-cols ul {
            display: flex;
            flex-wrap: wrap;
        }

            ul.main_nav > li.menu-2-cols ul li {
                width: 50%;
                padding-left: 20px;
            }

.main_nav li a {
    color: #676767;
    font-size: 13px;
    font-weight: 500;
    display: block;
    line-height: 2.7;
    border-top: 1px solid rgba(0,0,0,.1);
    position: relative;
    right: 0;
}

    .main_nav li a:hover {
        color: #5F9600;
        right: 10px;
    }

.main_nav > li > a:hover {
    color: #007CB0;
}

.main_nav > li > a {
    color: #28334A;
    font-size: 14px;
    border-top: 0;
    font-weight: 600;
}

.close_hamburger.menu_hamburger {
    color: #28334A;
    width: 44px;
}

.close_hamburger .menu_ham {
    margin: 0;
}

    .close_hamburger .menu_ham span:first-child {
        display: none;
    }

    .close_hamburger .menu_ham span:nth-child(2n) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .close_hamburger .menu_ham span:nth-child(3n) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .close_hamburger .menu_ham span {
        position: absolute;
        width: 24px;
    }

.close_hamburger.menu_hamburger {
    color: #28334A;
    width: 44px;
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 1;
}

    .close_hamburger.menu_hamburger:hover .menu_ham span {
        background: #ED2365;
    }

.services_about_con {
    position: fixed;
    width: 50%;
    z-index: 3;
    left: 0;
    top: 0;
    background: #fff;
    padding: 40px 30px 0;
    height: 100%;
    overflow: hidden;
    transform: translateX(-100%);
    opacity: 0;
}

.slide-services-details .services_about_con {
    transform: translateX(0%);
    opacity: 1;
}

.services_about {
    overflow-y: scroll;
    height: 100%;
    margin-left: -50px;
    padding-left: 50px;
}

.service_main_title {
    text-align: center;
    margin-bottom: 40px;
}

    .service_main_title h4 {
        font-size: 24px;
        display: inline-block;
        position: relative;
    }

        .service_main_title h4:after {
            content: "";
            background: #FAC126;
            height: 2px;
            width: calc(100% - 60px);
            position: absolute;
            left: 50%;
            bottom: -10px;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

.service_details_txt {
    line-height: 2;
    font-size: 16px;
}

ul.service_details_list li a {
    margin-right: auto;
    height: 41px;
    border: 2px solid #FAC126;
    line-height: 41px;
    padding: 0 30px;
    color: #060606;
}

ul.service_details_list {
    margin-top: 25px;
}

    ul.service_details_list li h5 {
        position: relative;
    }

        ul.service_details_list li h5:before {
            background-image: url(../img/icon-arrow-dark.svg);
            content: "";
            display: inline-block;
            width: 6px;
            height: 10px;
            background-repeat: no-repeat;
            vertical-align: middle;
            margin-left: 13px;
        }

    ul.service_details_list li {
        padding: 9px 0;
        border-bottom: 1px solid #E2E2E2;
    }

.txt-btn1 {
    color: #0069A7;
    display: inline-block;
    font-size: 15px;
    text-decoration: underline !important;
}

.service_details_more {
    text-align: center;
    margin-top: 24px;
}

.services_slider_con {
    position: fixed;
    z-index: 10;
    width: 50%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.services_slider_b {
    max-width: 200px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.slide-services-details .services_slider_con {
    pointer-events: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slide-services-details .the_content {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.slide-services-details .top_socials {
    opacity: .2;
}

.slide-services-details .site_footer {
    opacity: .2;
}

.services_slider_b.new_slider_nav .owl-nav:before {
    width: 160%;
    transform: translateX(-50%);
    left: 50%;
    right: inherit;
}

.services_slider_b.owl-theme .owl-nav button.owl-next {
    left: -55px;
    top: -150px;
}

.services_slider_b.owl-theme .owl-nav button.owl-prev {
    left: initial;
    right: -55px;
    top: -150px;
}

.animate__animated {
    visibility: hidden;
    display: block;
}

.app_wrapper {
    overflow: hidden;
}

/* ------- SideBar ------- */
.results-sidebar {
    padding-left: 30px;
}


.sidebar-con {
    padding: 10px 0;
}

.is-affixed .sidebar-con {
    left: initial !important;
}

.sidebar-main-title {
    color: #fff;
    font-size: 19px;
    position: relative;
    padding-bottom: 11px;
    margin-bottom: 15px;
}

.title-one-line {
    width: auto;
    display: block;
}

.sidebar-main-title:after {
    content: "";
    position: absolute;
    width: 54px;
    height: 4px;
    background: #FAC126;
    right: 0;
    bottom: 0;
}

.sidebar-main-title > h4 {
    font-weight: 500;
    line-height: 1.4;
}

ul.side-nav {
    max-width: 300px;
    margin-right: -40px;
}

    ul.side-nav a {
        color: #fff;
        font-size: 13px;
        display: block;
        padding: 8px 40px 8px 0;
        font-size: 13px;
    }

.side-nav li.side-nav-active a {
    background: #fff;
    color: #000000;
}

ul.side-nav li a:hover {
    color: #F9C026;
}

/* -------- breadcrump -------- */

.breadcrump_con {
    padding-right: 45px;
}

    .breadcrump_con ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .breadcrump_con ul li > span, .breadcrump_con ul li > a {
            color: rgba(255,255,255,.5);
            font-size: 13px;
            transition: all 0.25s ease-in-out;
        }

            .breadcrump_con ul li > a:hover {
                color: rgba(255,255,255,.85);
            }

        .breadcrump_con ul li:last-child .breadcrump_seperator {
            display: none;
        }

.breadcrump_seperator {
    margin: 0 6px;
}

.news-list-load-btn {
    text-align: center;
    margin: 50px 0;
}

.page_content {
    padding: 10px 0;
}

.page_content-title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 16px;
}

    .page_content-title h6 {
        font-size: 86%;
        margin-top: 10px;
    }

.news-list-con {
    position: relative;
    padding-right: 45px;
    padding-top: 15px;
    margin-left: -15px;
}

.news-list-counter {
    position: absolute;
    left: 100%;
    background: rgba(255,255,255,.3);
    color: #fff;
    padding: 12px 5px;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /* -webkit-transform: translateX(-45px); */
    /* transform: translateX(-45px); */
    top: 12px;
    right: -70px;
    width: 60px;
    display: inline-block;
}

    .news-list-counter.counter-top-0 {
        top: 0;
        margin-bottom: 10px;
    }

    .news-list-counter > span {
        display: block;
    }

.nl-counter-num {
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    margin-bottom: 8px;
}

.nl-counter-txt {
    color: rgba(255,255,255,.5);
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list-counter:hover .nl-counter-txt {
    overflow: visible;
    /*position: absolute;
    background: rgba(0,0,0,.9);
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    padding: 2px 6px;
    border-radius: 5px;*/
    word-break: break-all;
}

/* -------- News List -------- */

.news-list-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -18px;
}

.news-list-col {
    padding: 12px 18px;
}

.news-list-col-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    height: 190px;
}

.media-list-col-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}

.ff_date_picker_con {
    position: relative;
    cursor: pointer;
}

    .ff_date_picker_con i {
        background-image: url(../img/calendar1.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        right: 0;
        position: absolute;
        top: 0;
        pointer-events: none;
        cursor: pointer;
        opacity: .8;
        width: 100%;
        height: 100%;
    }

    .ff_date_picker_con input {
        cursor: pointer;
    }

.news-list-full-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.news-list-col-details {
    padding: 10px 21px 30px 12px;
    background-image: url(../img/news-list-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.news-list-col-img {
    background-image: url(../img/news-empty-bg1.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    order: 3;
    background-color: #F7F7F7;
    height: 100%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
}

.news-list-col-block:hover .news-list-col-img:not(.news-list-empty-img) {
    /*-webkit-transform: scale(1.1);*/
    /*transform: scale(1.1);*/
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
}

    .news-list-col-block:hover .news-list-col-img:not(.news-list-empty-img) img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.news-list-details-num, .news-list-details-date {
    font-family: 'Exo 2', sans-serif;
}

.news-list-col-img > img {
    width: 100%;
    height: 100%;
}

.news-list-details-num {
    font-size: 20px;
    color: rgba(98,100,103,.2);
    text-align: left;
    margin-bottom: 5px;
}

.news-list-details-date, .news-list-details-meta {
    color: #0069A7;
    font-size: 12px;
    margin-top: auto;
    display: block;
    padding-right: 13px;
    padding-top: 10px;
}

.news-list-details-title {
    background-image: url(../img/news-list-arrow.svg);
    background-repeat: no-repeat;
    background-size: 5px;
    background-position: right top 5px;
    padding-right: 13px;
    color: #0E0E0E;
    line-height: 1.6;
    word-break: break-word;
}

    .news-list-details-title:first-child {
        margin-top: 15px;
    }
/*.news-list-row:not(.events-list-row):not(.services-list-row) .news-list-col:nth-child(4n + 3) .news-list-col-img,
.news-list-row:not(.events-list-row):not(.services-list-row) .news-list-col:nth-child(4n + 3) + .news-list-col .news-list-col-img {
    order: 1;
}
*/
.news-list-row:not(.events-list-row):not(.services-list-row) .news-list-col:nth-child(4n + 3) .news-list-details-num,
.news-list-row:not(.events-list-row):not(.services-list-row) .news-list-col:nth-child(4n + 3) + .news-list-col .news-list-details-num {
    text-align: right;
    padding-right: 11px;
}

/*-------- Filter News --------*/

.yellow-btn, .yellow-btn2, .yellow-btn3, .yellow-btn4 {
    height: 36px;
    background: none;
    outline: none;
    border: 2px solid #FAC126;
    color: #fff;
    font-size: 15px;
    padding: 0 25px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    position: relative;
    white-space: nowrap;
}

    .yellow-btn.disabled {
        color: #999 !important;
        border-color: #999 !important;
        background: none !important;
        cursor: not-allowed;
    }

        .yellow-btn.disabled path {
            fill: #999 !important;
        }

.yellow-btn4 {
    background: #FAC126;
}

.yellow-btn2, .yellow-btn3, .yellow-btn4 {
    color: #000000;
}

    .yellow-btn2 svg path, .yellow-btn3 svg path, .yellow-btn4 svg path {
        fill: #000000;
    }

.yellow-btn svg path {
    fill: #fff;
}

.yellow-btn:focus, .yellow-btn:hover,
.yellow-btn2:focus, .yellow-btn2:hover {
    outline: none;
    background: #FAC126;
    color: #000;
}

.yellow-btn3:focus, .yellow-btn3:hover {
    outline: none;
    background: #fff;
    color: #000;
}

.yellow-btn4:focus, .yellow-btn4:hover {
    outline: none;
    background: #fff;
    color: #000;
}

.yellow-btn3 {
}

.yellow-btn:hover svg path {
    fill: #000;
}

.full-btn {
    width: 100%;
}

.btn-icon-left, .btn-icon-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-weight: bold;
    font-size: 14px;
    position: relative;
}

.ndl-sidebar.col-xl-1.col-md-2.col-sm-12 .yellow-btn.full-btn {
    padding: 0 9px;
    font-size: 12px;
    white-space: nowrap;
    flex-wrap: nowrap;
    min-width: 85px;
}

.yellow-btn2 {
    padding: 0 25px;
}

.yellow-btn3 {
    padding: 0 25px;
}

.btn-icon-left svg {
    order: 2;
    margin-right: 30px;
}

.btn-icon-left svg, .btn-icon-right svg {
    max-height: 20px;
}

.ndl-content-files-list-con .btn-icon-left svg {
    margin-right: 10px;
}

.form-control, .form-select {
    padding: 7px 12px 8px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border-color: #DBE3E8;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.03);
    min-height: 43px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}

.form-select {
    background-image: url(../img/arrow-dropdown.svg);
    background-size: 8px;
    width: 100%;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    background-position: left 15px center;
}

.search-filter-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-left: -15px;
}

.search-filter-col {
    margin-bottom: 10px;
}

.search-filter-row input, .search-filter-row select, .search-filter-row .form-control-con .form-control {
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: none;
    font-size: 13px;
    height: 36px;
    padding: 0 18px;
    min-height: initial;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
}

.v-input.v-text-field.form-control {
}

.search-filter-col .v-input__control {
    max-height: 36px;
    overflow: hidden;
}

.search-filter-col .v-select.v-select--chips .v-select__selections {
    min-height: 36px;
}

.search-filter-row > div {
    padding-left: 15px;
    padding-right: 0;
}

.search-filter-col-large {
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.form-control-con {
    position: relative;
}

.search-filter-row .v-select__slot > input {
    max-height: 36px;
}

.form-control-icon {
    position: absolute;
    width: 18px;
    display: block;
    height: 18px;
    left: 13px;
    top: 9px;
}

    .form-control-icon svg path {
        fill: #7F7F7F;
    }

    .form-control-icon svg {
        max-width: 100%;
        vertical-align: top;
    }

.news-list-load-btn {
    text-align: center;
    margin: 40px 0 40px;
}

/* ------- Preloader 1
https://codepen.io/AmineMohamed/pen/JZxyYm
------- */

#site-preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    background: rgba(29,54,70,.9);
}

.site-loaded #site-preloader {
    opacity: 0;
    pointer-events: none;
}

.loader-container {
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
}

.site-loaded #site-preloader .loader-container {
    -webkit-transform: scale(1.5) rotate(45deg) translate(-50%, -50%);
    transform: scale(1.5) rotate(45deg) translate(-50%, -50%);
}

.loader-container {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
}

    .loader-container .shape {
        position: absolute;
        width: 10px;
        height: 10px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
    }

    .loader-container .shape1 {
        animation: animation5shape1 2s ease 0s infinite reverse;
    }

    .loader-container .shape2 {
        animation: animation5shape2 2s ease 0s infinite reverse;
    }

    .loader-container .shape3 {
        animation: animation5shape3 2s ease 0s infinite reverse;
    }

    .loader-container .shape4 {
        animation: animation5shape4 2s ease 0s infinite reverse;
    }

    .loader-container .shape {
        width: 15px;
        height: 15px;
    }

        .loader-container .shape.shape1 {
            left: 0;
            background-color: #005897;
        }

        .loader-container .shape.shape2 {
            right: 0;
            background-color: #5F9600;
        }

        .loader-container .shape.shape3 {
            bottom: 0;
            left: 0;
            background-color: #FAC126;
        }

        .loader-container .shape.shape4 {
            bottom: 0;
            right: 0;
            background-color: #626467;
        }

@-webkit-keyframes animation5shape1 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(0, 15px);
    }

    50% {
        transform: translate(15px, 15px);
    }

    75% {
        transform: translate(15px, 0);
    }
}

@keyframes animation5shape1 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(0, 15px);
    }

    50% {
        transform: translate(15px, 15px);
    }

    75% {
        transform: translate(15px, 0);
    }
}

@-webkit-keyframes animation5shape2 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(-15px, 0);
    }

    50% {
        transform: translate(-15px, 15px);
    }

    75% {
        transform: translate(0, 15px);
    }
}

@keyframes animation5shape2 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(-15px, 0);
    }

    50% {
        transform: translate(-15px, 15px);
    }

    75% {
        transform: translate(0, 15px);
    }
}

@-webkit-keyframes animation5shape3 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(15px, 0);
    }

    50% {
        transform: translate(15px, -15px);
    }

    75% {
        transform: translate(0, -15px);
    }
}

@keyframes animation5shape3 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(15px, 0);
    }

    50% {
        transform: translate(15px, -15px);
    }

    75% {
        transform: translate(0, -15px);
    }
}

@-webkit-keyframes animation5shape4 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(0, -15px);
    }

    50% {
        transform: translate(-15px, -15px);
    }

    75% {
        transform: translate(-15px, 0);
    }
}

@keyframes animation5shape4 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(0, -15px);
    }

    50% {
        transform: translate(-15px, -15px);
    }

    75% {
        transform: translate(-15px, 0);
    }
}

/*----- Content Loader ------*/

.content-loader .ff-circular {
    width: 50px;
}

.content-loader {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    pointer-events: none;
    z-index: 2;
    background: rgba(255,255,255,.8);
    opacity: 0;
}

.content-loader-bg {
    background: none;
    opacity: 1;
    z-index: 1;
}

.show_submit_loader .content-loader {
    opacity: 1;
    pointer-events: auto;
}

.ff-circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.ff-loader-path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
    stroke-width: 3px;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #299ECE;
    }

    50% {
        stroke: #86AF42;
    }
}


/*------ Custom Scroll -------*/

.main-details-box-col::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.main-details-box-col::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.main-details-box-col::-webkit-scrollbar-corner {
    background-color: transparent;
}

.main-details-box-col::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: rgba(0,0,0,.13);
    background-clip: padding-box;
}

/*----- News Details Lightbox ------*/

.main-details-box {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}

.gac_lightbox_opened .main-details-box {
    opacity: 1;
    pointer-events: auto;
}

.main-details-box-overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(29,54,70,.9);
    cursor: pointer;
}

.the_content .main-details-box {
    /*position: relative;*/
    position: static;
}

.main-details-box-col .main-details-box-overlay {
    background: none;
    display: none;
}

.ndl-sidebar-con > a.yellow-btn:first-child:last-child {
    display: inline-flex;
    width: auto;
}

.main-details-box-col {
    position: relative;
    z-index: 1;
    padding-top: 140px;
    max-height: 100vh;
    overflow-y: scroll;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    position: static;
}

.the_content .main-details-box-col {
    padding-top: 40px;
    max-height: initial;
}

.the_content .ndl-content-inner .close_hamburger.menu_hamburger {
    display: none;
}

.ndl-sidebar {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    position: relative;
}

.ndl-sidebar-con a {
    max-width: 200px;
    width: 100% !important;
    margin-right: auto;
}

.ndl-sidebar-con {
    position: sticky;
    top: 0;
    margin-top: 150px;
    text-align: left;
}

.next-prev-wrapper {
    margin-top: 130px;
}

.ndl-sidebar-con > a.yellow-btn span + span {
    margin: 0 5px;
}

.ndl-content-con {
    height: 100%;
    background-color: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-image: url(../img/news-list-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 50%;
}

.ndl-content {
    padding-bottom: 15px;
}

.full-btn + .full-btn {
    margin-top: 20px;
}

.ndl-sidebar-btns-nav {
    margin-top: 70px;
}

.ndl-content-inner {
    padding: 50px 0;
}

h4.ndl-content-title {
    color: #0069A7;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 4px;
}

    h4.ndl-content-title.main-header-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

.ndl-content-header-con {
    padding: 0 20px;
}

.ndl-content-meta {
    color: #626467;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 20px;
}

.ndl-content-article {
    padding: 20px;
    color: #626467;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.7;
    word-spacing: 1px;
}

    .ndl-content-article ul {
        list-style-type: inherit;
        padding-right: 20px;
    }

.content-box-section-title {
    padding: 0 20px;
}

.ndl-content-article > p:not(:last-child) {
    margin-bottom: 20px;
}

.main-details-box-col::-webkit-scrollbar-track {
    border-radius: 10px;
}

.ndl-content, .ndl-sidebar {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
}

.gac_lightbox_opened .ndl-content, .gac_lightbox_opened .ndl-sidebar {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

/*------- News Details Slider --------*/

.ndl-imgs-gallery .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    height: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .ndl-imgs-gallery .owl-nav .owl-prev {
        right: 17px;
    }

    .ndl-imgs-gallery .owl-nav > button {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        outline: none;
        background: none !important;
    }

    .ndl-imgs-gallery .owl-nav .owl-next {
        left: 17px;
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

.ndl-imgs-gallery:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 70px 0 rgba(135,213,0,.4) inset;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
}

.ndl-imgs-gallery:hover:after {
    opacity: 1;
}

.ndl-date {
    font-weight: 600;
}

span + .ndl-date {
    padding-right: 5px;
}

.ndl-content-files-list {
    padding: 20px;
}

.ndl-content-files-list-con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-bottom: -10px;
}

    .ndl-content-files-list-con > button {
        margin: 0 0 10px 25px;
    }

/*-------- Single Post Share --------*/

.post-share-section {
    padding: 40px 20px 20px;
}

.post-share-con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .post-share-con ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        border: 1px solid #D7D8D9;
        padding: 0 15px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        align-items: center;
        margin-right: auto;
    }

        .post-share-con ul a {
            display: block;
        }

            .post-share-con ul a:hover {
                opacity: .7;
            }

        .post-share-con ul li img {
            display: inline-block;
            vertical-align: sub;
            height: auto;
            min-width: 18px;
            max-height: 16px;
        }

        .post-share-con ul li {
            margin: 7px 8px;
        }

            .post-share-con ul li > span {
                display: block;
            }

                .post-share-con ul li > span img + span {
                    padding-right: 5px;
                    padding-left: 6px;
                }

/*-------- Video Gallery --------*/

.ndl-content-videos-gallery-con {
    padding: 0 100px;
    position: relative;
}

.ndl-content-videos-gallery {
    padding: 30px 30px;
}

.ndl-content-videos-slider {
    max-width: 460px;
    margin: 0 auto;
}

    .ndl-content-videos-slider.owl-loaded {
        box-shadow: 0 0 0 13px #fac126;
    }

.ndl-content-videos-gallery-con {
    /*border: 13px solid #FAC126;*/
}

.yt-video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .yt-video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.ndl-content-videos-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    height: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .ndl-content-videos-slider .owl-nav .owl-prev {
        right: -100px;
    }

    .ndl-content-videos-slider .owl-nav > button {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        outline: none;
        background: none !important;
        margin: 0 !important;
    }

    .ndl-content-videos-slider .owl-nav .owl-next {
        left: -100px;
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

.ndl-imgs-gallery-icon {
    position: absolute;
    z-index: 10;
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(13,156,213,.7);
    padding: 10px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.5);
    transform: translate(-50%, -50%) scale(.5);
    opacity: 0;
    pointer-events: none;
}

.ndl-content-imgs-gallery:hover .ndl-imgs-gallery-icon {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.ndl-imgs-gallery-icon svg {
    max-width: 100%;
    height: auto;
    width: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ndl-content-imgs-gallery {
    position: relative;
}

.ndl-imgs-gallery-icon svg path {
    fill: #fff;
}

.ndl-content-videos-slider > .item-video, .ndl-imgs-gallery > .ndl-imgs-photo {
    display: none;
}

.ndl-imgs-gallery.owl-theme .owl-nav img {
    filter: contrast(1) drop-shadow(-3px 0px 0 rgba(250,193,38,.9));
}

/*---------- Single Post Tags -----------*/

.post-tags-section {
    padding: 0 20px;
}

    .post-tags-section h5 {
        font-size: 20px;
        margin-bottom: 12px;
        color: #626467;
        font-weight: normal;
    }

ul.post-tags-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -13px;
}

    ul.post-tags-list li > a, ul.post-tags-list li > span {
        display: block;
        color: #0E0E0E;
        margin: 0 0 8px 8px;
        padding: 5px 12px;
        line-height: 1.6;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 14px;
        box-shadow: 0 10px 20px 0 rgba(145,156,212,.10);
        background: #DFE8F0;
    }

.post-cats-list a {
    box-shadow: 0 3px 0 0 #299ECE !important;
}

ul.post-tags-list li > a:hover {
    color: #299ECE;
    border-color: #299ECE;
}

.post-tags-section-con {
    border-top: 1px solid #F0F0F0;
    padding: 20px 0;
}

/*------ Contact Us ------*/

.main-title {
    color: #0069A7;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 13px;
}

.content-box1 {
    margin-left: -15px;
}

.content-box1-inner {
    background: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 40px 50px 80px;
    margin-top: 15px;
    background-image: url(../img/news-list-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 50%;
    min-height: calc(100vh - 350px);
}

.contact-info-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
}

.contact-info-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border-bottom: 1px solid #ECECEC;
    position: relative;
    padding: 20px 34px 20px 20px;
}

.contact-info-col-icon {
    position: absolute;
    right: 0;
    top: 20px;
    display: block;
}

.contact-info-data {
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    color: #0069A7;
    font-weight: 300;
    direction: ltr;
    display: block;
}

.contact-info-title {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.content-text > p {
    margin-bottom: 20px;
}

/*--------- lightbox --------*/

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #000;
    padding-right: 6px;
    opacity: 1;
    width: 31px !important;
    text-align: center;
    background: #F9C026;
    font-size: 21px;
    right: 10px;
    top: 10px;
    padding: 0;
    height: 31px !important;
    line-height: 34px !important;
    border-radius: 8px;
    cursor: pointer !important;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    display: none;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before,
    .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
    padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
    padding: 0;
}

/* 
for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.gac-img-lightbox {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.gac-zoom-news-details img.mfp-img {
    max-height: calc(100vh - 100px);
    height: calc(100vh - 100px);
}

.ndl-imgs-photo img {
    width: 100%;
    height: 100%;
}

.ndl-imgs-photo {
    height: 0;
    padding-bottom: 50%;
}

.media_content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-basis: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.services_slider_col {
    margin-top: auto;
}

.rating-widget-col {
    order: 2;
}

/*----- mb ------- */
.blocks-list-wrapper .news-list-counter {
    top: 18px;
    right: -75px;
}

.blocks-list-wrapper .r-70 {
    right: -70px;
}

.media-list-wrapper .news-list-counter {
    top: 15px;
}


.blocks-list-row + .ndl-content-con {
    margin-top: 20px;
}

.blocks-list-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -18px;
}

.blocks-list-col {
    padding: 18px;
}

.blocks-list-col-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    height: 100%;
    min-height: 200px;
}

.blocks-list-full-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.blocks-list-col-details {
    padding: 10px 21px 30px 15px;
    background-image: url(../img/news-list-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
}

.blocks-list-col-block.small-block-with-link {
    min-height: 100px;
    align-items: center;
}

    .blocks-list-col-block.small-block-with-link .blocks-list-col-details {
        padding-bottom: 10px;
        padding-top: 10px;
    }

        .blocks-list-col-block.small-block-with-link .blocks-list-col-details .blocks-list-details-title {
            margin-top: 0;
        }

.blocks-list-details-num {
    font-size: 20px;
    color: rgba(98,100,103,.2);
    text-align: left;
    margin-bottom: 5px;
}

.blocks-list-details-title {
    padding-right: 13px;
    color: #0069A7;
    line-height: 1.6;
    font-size: 15px;
    position: relative;
}

.blocks-list-details-cat {
    color: rgba(98,100,103,.7);
    font-size: 13px;
    margin-top: auto;
    display: block;
    padding-right: 13px;
    padding-top: 10px;
}

.blocks-list-details-arrow {
    position: absolute;
    right: 0;
    top: -3px;
    max-width: 6px;
    display: block;
}

    .blocks-list-details-arrow svg {
        width: 100%;
    }

.mb-list-row .blocks-list-col-block {
    box-shadow: 6px 0 0 0 #A5D457;
}

.blocks-list-details-title:first-child {
    margin-top: 15px;
}

.mb-status-no-objection-condition {
    box-shadow: 6px 0 0 #FAC126 !important;
}

.mb-status-rejected {
    box-shadow: 6px 0 0 0 #FF5A5A !important;
}

.blocks-list-col-block:hover {
    background: #FAC126;
}

    .blocks-list-col-block:hover .blocks-list-details-title {
        color: #fff;
    }

    .blocks-list-col-block:hover .blocks-list-details-arrow svg path {
        stroke: #fff;
    }

.mb-side-status-list li {
    position: relative;
    margin-bottom: 5px;
}

.mb-side-status-color {
    height: 6px;
    width: 25px;
    background: #86AF42;
    display: block;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    right: 0;
    top: 8px;
}

.mb-side-status-list li a {
    color: rgba(255,255,255,.7);
    display: block;
    font-weight: normal;
    font-size: 14px;
    position: relative;
    padding-right: 37px;
}

ul.mb-side-status-list {
    padding: 25px 0;
}

.mb-side-status-2 .mb-side-status-color {
    background: #FAC126;
}

.gac-details-section .ndl-content-header-con {
    padding-top: 20px;
}

.mb-side-status-3 .mb-side-status-color {
    background: #FF5A5A;
}

.gac-details-col-title {
    display: block;
    color: #666666;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 5px;
}

.gac-details-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #EAEAEA;
}

.gac-details-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    align-items: center;
}

    .gac-details-col > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

.gac-details-row-2col > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.gac-details-col-txt1 {
    display: block;
    color: #0069A7;
    font-size: 16px;
    position: relative;
}

.gac-details-col-txt2 {
    color: #0069A7;
    font-size: 14px;
    font-weight: 300;
}

.gac-details-row-4col > div {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.gac-details-row .gac-details-col-half {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.gac-details-row .gac-details-col-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.en-txt {
    font-family: 'Exo 2', sans-serif;
}

.gac-details-col-txt3 {
    color: #626467;
    font-weight: 600;
    font-size: 14px;
}

.gac-details-row-4col .req-company-name-wrapper {
    max-width: 50%;
    flex: 50% 0 0;
}

.gac-details-col-txt3.req-company-name {
    font-size: 16px;
    color: #0069A7;
    font-weight: 600;
}

.gac-details-imgs-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
}

    .gac-details-imgs-list img {
        max-height: 40px;
        display: block;
    }

    .gac-details-imgs-list li {
        padding-left: 20px;
    }

.gac-details-list {
    color: #0A98D0;
    font-size: 15px;
    position: relative;
    padding-right: 33px;
}

    .gac-details-list + .gac-details-list {
        margin-top: 15px;
    }

.gac-details-col-title + .gac-details-list {
    margin-top: 7px;
}

.gac-details-list-num {
    font-family: 'Exo 2', sans-serif;
    color: #000000;
    display: block;
    border: 2px solid #BED8E8;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: -3px;
}

.gac-com-name {
    max-width: 500px;
}

.gac-com-img {
    display: inline-block;
    width: 125px;
    flex: 125px 0 0 !important;
}

    .gac-com-img img {
        max-width: 100%;
        max-height: 80px;
    }

.ndl-sidebar_a {
    position: relative;
}

ul.mb-side-status-list {
    position: sticky;
    top: 0;
}

.ndl-sidebar_a > .mb-side-status-list:first-child {
    margin-top: 175px;
}

.gac-details-row-header {
    border: none;
}

.gac-details-row-cols {
    /*border: 1px solid rgba(0,0,0,.12);*/
    /*margin: 10px 0 10px 10px;*/
    /*-webkit-border-radius: 10px;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0 5px 15px 0 rgba(0,0,0,.02);*/
    padding: 0;
    width: 100%;
}

.gac-details-row-3col > div {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

/*------- Site Map -------*/

.site-map-con > li > a, .site-map-con > li > span {
    color: #28334A !important;
    font-size: 15px;
    font-weight: 600;
    display: block;
    padding: 5px 0;
}

ul.site-map-con {
    font-size: 15px;
    font-weight: normal;
}

    ul.site-map-con a {
        color: #0069A7;
    }

    ul.site-map-con > li {
        padding-bottom: 40px;
    }

        ul.site-map-con > li ul a {
            position: relative;
            display: block;
            padding: 2px 12px;
            font-weight: 600;
            font-size: 13px;
        }

            ul.site-map-con > li ul a:before {
                content: "";
                display: block;
                position: absolute;
                background-image: url(../img/sitemap-arrow.svg);
                width: 5px;
                height: 11px;
                top: 5px;
                right: 0;
                background-repeat: no-repeat;
                background-size: 100%;
                background-position: center;
            }

        ul.site-map-con > li ul {
            border-top: 1px solid rgba(0,0,0,.1);
            padding-top: 10px;
        }

/*---------- Calender ---------*/

.gac_events_calender {
    background-color: #fff;
    font-family: 'Exo 2', sans-serif;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.gac_events_calender_month {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 12px 0;
    text-align: center;
    color: #005897;
}

.gac_events_calender_title {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    padding: 0 35px;
    min-width: 200px;
}

.gac_events_calender_weekdays {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

    .gac_events_calender_weekdays div {
        font-size: 13px;
        letter-spacing: 0.1rem;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        color: #707070;
        padding: 10px 0;
    }

.gac_events_calender_days {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

    .gac_events_calender_days div {
        font-size: 14px;
        padding: 10px;
        width: 100%;
        height: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background-color 0.2s;
        color: #707070;
    }

        .gac_events_calender_days div:hover {
        }

        .gac_events_calender_days div > span {
            width: 30px;
            height: 30px;
            text-align: center;
            border-radius: 100px;
            line-height: 30px;
        }

.prev-date, .next-date {
    opacity: 0.3;
}

.gac_events_calender_days > .gac_events_calender_today > span {
    background-color: #626467;
    color: #fff;
}

.gac_events_calender_prev, .gac_events_calender_next {
    background-image: url(../img/events-calender-arrow.svg);
    position: absolute;
    width: 19px;
    height: 19px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    transform-origin: top;
}

.gac_events_calender_next {
    right: initial;
    left: 0;
    -webkit-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%);
}

/*--------- list ------- */

.news-list-meta-location {
    display: block;
    background-image: url(../img/material-location-on.svg);
    background-repeat: no-repeat;
    background-position: right 3px;
    background-size: 10px;
    padding-right: 16px;
    min-height: 19px;
}

.events-list-details-date {
    color: #0069A7;
    padding-right: 11px;
    margin-bottom: 5px;
}

.events-list-date-day, .events-list-date-year {
    font-family: 'Exo 2', sans-serif;
}

.events-list-date-day {
    font-size: 23px;
    margin-left: 3px;
}

.news-list-col-img .news-list-details-num {
    padding: 5px 27px;
}

.has_event_day > span {
    background: #FAC126;
    color: #0E0E0E;
    cursor: pointer;
}

.services-list-row .news-list-col-details {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

.services-list-row .news-list-col-details {
    padding-bottom: 40px;
    padding-top: 10px;
}

.news-list-col-details .news-list-details-img:first-child {
    margin-top: 25px;
}

.news-list-details-img {
    margin-bottom: 15px;
}

.news-list-details-img {
    margin-bottom: 15px;
    text-align: center;
}

    .news-list-details-img img {
        max-width: 130px;
    }

.__event-location {
    color: #626467;
    font-weight: 300;
    font-size: 14px;
}

    .__event-location svg {
        opacity: 0.4;
    }

.services-list-row .news-list-col-block:hover .news-list-col-img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.services-list-row .news-list-col-block .news-list-col-img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.services-list-row .news-list-col:hover {
    z-index: 1;
}

.content-box-section-1 {
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding: 40px 30px;
    margin-bottom: 20px;
}

.content-box-section-img img {
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
}

.content-box-section-title h4 {
    color: #005897;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
}

.news-list-details-txt {
    font-weight: normal;
    font-size: 14px;
}

    .news-list-details-txt p + p {
        margin-top: 10px;
    }

.content-box-section-btns {
    margin-top: 20px;
}

.content-box-section-btn {
    display: inline-block;
    background: #007CAF;
    color: #fff;
    line-height: 1;
    padding: 14px 18px;
    border-radius: 7px;
    box-shadow: 0 10px 15px -5px rgba(8,164,225, .4);
}

    .content-box-section-btn:hover {
        color: #fff;
        background: #0091CA;
    }

.ci-list-row .blocks-list-col-details {
    padding-bottom: 45px;
}

.ci-list-row .blocks-list-details-title:first-child {
    margin-top: 30px;
}

/*------ Media --------*/

.media-list-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.media-list-col {
    padding-top: 15px;
    padding-bottom: 15px;
}

.media-list-col-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    background: #fff;
}

    .media-list-col-bg:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        display: block;
        background-image: url(../img/logo-dark.svg);
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: center center;
    }

.media-list-col-details {
    position: relative;
    padding: 30px;
    z-index: 4;
    min-height: 365px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.media-list-col-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.media-list-col-block:hover .media-list-col-bg img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.media-list-col-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 1;
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 100%);
}

.media-list-details-title {
    color: #0E0E0E;
    font-size: 16px;
    margin-top: auto;
}

.media-list-details-date {
    display: block;
    font-size: 90%;
    opacity: .7;
    margin-top: 7px;
}

.media-list-details-icon {
    text-align: center;
    position: absolute;
    margin: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

    .media-list-details-icon svg {
        width: 70px;
        position: absolute;
        height: 70px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.media-list-full-link {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    cursor: pointer;
    display: block;
}

.media-list-col-block:hover .media-list-details-icon svg path {
    opacity: 1;
}

.media-list-col-block:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    background: #F9C026;
    width: 100%;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    opacity: 0;
    z-index: 3;
}

.media-list-col-block:hover:before {
    opacity: .9;
}

.content-box-section-2 {
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

    .content-box-section-2 .content-box-section-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 0;
    }

.content-box2-inner {
    padding: 30px 30px 40px 0px;
}

.above-main-content {
    padding: 20px 60px 20px 0;
}

.blocks-list-btns {
    margin-top: 15px;
    padding-right: 13px;
}

.blocks-list-col-block:hover .yellow-btn3 {
    background: #fff;
}

.blocks-list-btns .btn-icon-left svg {
    margin-right: 10px;
}

.blocks-list-btns button {
    font-size: 13px;
}

.services-iframe-box iframe {
    width: 100%;
    min-height: 600px;
}

.services-iframe-box {
    border: 2px solid #E1E5E5;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.gac-img-uploader1-preview {
    width: 125px;
}

    .gac-img-uploader1-preview img {
        height: auto;
        max-height: 70px;
    }

.main_nav_lightbox_con > .row::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.main_nav_lightbox_con > .row::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.main_nav_lightbox_con > .row::-webkit-scrollbar-corner {
    background-color: transparent;
}

.main_nav_lightbox_con > .row::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: rgba(0,0,0,.13);
    background-clip: padding-box;
}

.main_nav_lightbox_con > .row::-webkit-scrollbar-track {
    border-radius: 10px;
}

.main_nav_lightbox_con > .row {
    overflow-y: scroll;
    height: 100%;
}

.main_nav_lightbox .menu_ham {
    background: none;
    padding-top: 22px;
}

.search-filter-row.row {
    margin-right: 0;
}

/*-------- vue select ------*/

.search-filter-col .v-select__slot {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
}

.search-filter-col .v-input__slot {
    height: 36px;
    margin: 0;
}

.search-filter-col .v-select__selections {
    height: 100%;
    position: absolute;
}

.search-filter-col .v-input__append-inner {
    position: absolute;
    left: -6px;
    margin: 0;
    padding: 0;
    top: 5px;
}

.back-arrow-rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gac-text-con {
    display: block;
    padding: 20px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #DAF0B0;
    color: #517116;
    font-size: 15px;
}

.gac-text-danger1 .gac-text-con {
    background: #FFD86E;
    color: #56471C;
}

.search-filter-col .v-menu__content {
    min-width: 250px !important;
    left: initial !important;
    right: 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.post-tags-list li a {
    border-right: 4px solid #299ECE;
}

.v-list__tile__action, .v-list__tile__avatar {
    min-width: 40px;
}

.lightnox_model_close {
    width: 34px;
    height: 34px;
    border: 2px solid #DBE3E8;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
    left: 8px;
    top: 8px;
    box-shadow: 0 5px 25px 0 rgba(136,136,136,.19);
}

    .lightnox_model_close > svg {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 9px;
    }

.modal-body .lightnox_model_close {
    left: 15px;
    top: 12px;
}

.lightnox_model_close:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border-color: #ED2365;
}

    .lightnox_model_close:hover svg rect {
        fill: #ED2365;
    }

.modal-body .lightnox_model_close + div {
    margin-top: 43px;
}

.ndl-meta-title svg {
    width: 14px;
    vertical-align: sub;
    margin-left: 2px;
}

.ndl-meta-part {
    margin-left: 22px;
    display: inline-block;
}

.ndl-meta-title svg path {
    fill: #626467;
}

.ndl-meta-details {
    display: inline-block;
    background: rgba(0,0,0,.07);
    padding: 3px 7px;
    margin-right: 5px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
}

.country-phone-control {
    position: relative;
}

    .country-phone-control .phonePrefix {
        position: absolute;
        left: 13px;
        top: 0;
        font-size: 15px;
        height: 41px;
        line-height: 44px;
        display: block;
        direction: ltr;
        letter-spacing: 1px;
        color: #9FA3B5;
    }

    .country-phone-control .form-control {
        padding-left: 60px;
        text-align: left;
    }

.form-group2 > [class*="col-"] {
    margin-bottom: 15px;
}

.not-resize {
    resize: none;
}

.form-group2 > [class*="col-"] > label {
    margin-bottom: 4px;
}

.gap-top1 {
    margin-top: 20px;
}

.ndl-content-inner2 {
    padding: 30px 25px;
}

.breadcrump_con + .content-box1 {
    margin-top: 20px;
}

.ndl-content-inner2 .ndl-content-article {
    padding-top: 0;
}

.ndl-content-btns-list-con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 10px 0 10px -20px;
}

    .ndl-content-btns-list-con button {
        margin: 0 0 20px 20px;
    }

/*---------- Thumbs Slider ---------*/

.gac-thumbnail-gallery-large .owl-nav, .gac-thumbnail-gallery-thumbs .owl-nav {
    position: absolute;
    margin: 0;
    width: 100%;
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gac-thumbnail-gallery {
    position: relative;
}

.gac-thumbnail-gallery-large .owl-nav button, .gac-thumbnail-gallery-thumbs .owl-nav button {
    width: 28px;
    position: absolute;
    right: 20px;
    margin: 0 !important;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none !important;
}

    .gac-thumbnail-gallery-large .owl-nav button.owl-prev, .gac-thumbnail-gallery-thumbs .owl-nav button.owl-prev {
        left: 20px;
        right: initial;
    }

    .gac-thumbnail-gallery-large .owl-nav button:hover, .gac-thumbnail-gallery-thumbs .owl-nav button:hover {
        -webkit-transform: translateY(-50%) scale(1.2);
        transform: translateY(-50%) scale(1.2);
    }

        .gac-thumbnail-gallery-large .owl-nav button:hover svg path, .gac-thumbnail-gallery-thumbs .owl-nav button:hover svg path {
        }

.gac-thumbnail-gallery-large .owl-nav button {
    background: #A4DE46 !important;
    width: 44px;
    height: 50px;
    -webkit-border-radius: 7px !important;
    border-radius: 7px !important;
}

    .gac-thumbnail-gallery-large .owl-nav button svg {
        width: 16px;
    }

.gac-thumbnail-gallery-thumbs .owl-nav button {
    background: #F9C026 !important;
    width: 35px;
    height: 40px;
    -webkit-border-radius: 7px !important;
    border-radius: 7px !important;
}

    .gac-thumbnail-gallery-thumbs .owl-nav button svg {
        width: 13px;
    }

.gac-thumbnail-gallery-thumbs.owl-carousel .owl-stage,
.gac-thumbnail-gallery-large.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.gac-thumbnail-gallery-thumbs .item, .gac-thumbnail-gallery-large .item {
    height: 100%;
}

.gac-thumbnail-gallery-thumbs img, .gac-thumbnail-gallery-large img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.gac-thumbnail-gallery .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.gac-thumbnail-gallery-thumbs:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #F9C026;
    pointer-events: none;
}

.gac-thumbnail-gallery-thumbs .owl-dots {
    position: absolute;
    bottom: 10px;
    display: none;
}

.gac-thumbnail-gallery-thumbs .item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 4px;
    display: block;
    background: #F9C026;
    z-index: 3;
}

.gac-thumbnail-gallery-thumbs .item {
    cursor: pointer;
}

.gac-thumbnail-gallery-thumbs .current .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: block;
    background: #AEE743;
    opacity: .3;
}

.gac-thumbnail-gallery .owl-dots button {
    outline: none;
}

.gac-gallery-download-btn {
    position: absolute;
    z-index: 4;
    bottom: 35px;
    right: 20px;
    color: #000;
    background: #F9C026;
    padding: 10px 15px 10px 41px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-image: url(../img/gall-download.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

    .gac-gallery-download-btn:hover {
        color: #000;
        opacity: .9;
        -webkit-transform: scaleX(1.1);
        transform: scaleX(1.1);
    }

    .gac-gallery-download-btn svg {
        display: inline-block;
        width: 21px;
        vertical-align: middle;
        position: absolute;
        left: 10px;
        top: 10px;
    }

/*--------- Video List -----------*/

.gac-media-list {
    padding: 30px;
}

    .gac-media-list > .row {
        margin-bottom: -30px;
    }

.gac-media-tags .post-tags-section {
    padding: 0 30px;
}

.gac-media-list .yt-video-container {
    -webkit-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    background: #ECF1F6;
}

.gac-media-list-details h4 {
    font-size: 16px;
    font-weight: 600;
    color: #005897;
}

.gac-media-list-meta {
    margin: 5px 0 10px 0;
}

.gac-media-list-meta-date {
    color: #008DCA;
    font-size: 13px;
}

.gac-media-list > .row > div {
    margin-bottom: 30px;
}

.gac-video-block {
    border: 2px solid #E4E4E6;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 20px;
    box-shadow: 0 10px 10px 0 rgb(206 221 234 / 20%);
    background: #F4F4F6;
}

/*--------- Sound Player -----------*/

.selfhosted-sound-container > audio {
    opacity: 0;
}

.mejs__container {
    background: #003D68;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    min-width: 100% !important;
    width: auto !important;
}

.mejs__controls:not([style*='display: none']) {
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.mejs__time-current, .mejs__time-handle-content {
    background: #FAC126;
}

.mejs__horizontal-volume-total {
    background: #000E18;
}

.mejs__controls {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/*---------- Search Results ---------*/

.search-results-col {
    height: 100%;
    background-color: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-image: url(../img/news-list-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 28%;
    padding: 30px 45px;
    margin-bottom: 25px;
    position: relative;
}

.search-results-title {
    color: #0E0E0E;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
    position: relative;
    background-size: 5px;
    background-position: right top 6px;
    line-height: 1.6;
}

    .search-results-title:before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        background-image: url(../img/news-list-arrow.svg);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        right: -23px;
        top: 4px;
    }

.search-results-desc {
    color: #626467;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: normal;
}

.search-results-tags {
    border-top: 1px solid #F0F0F0;
    padding-top: 25px;
}

.search-results-meta-list {
    margin-bottom: 25px;
    color: #626467;
    font-size: 13px;
}

.search-results-tags {
    border-top: 1px solid #F0F0F0;
    padding-top: 20px;
    padding-bottom: 0px;
}

    .search-results-tags a {
        display: inline-block;
        font-weight: 300;
        padding: 10px 20px;
        font-size: 14px;
        color: #0E0E0E;
        border: 2px solid #626467;
        border-radius: 50px;
        line-height: 1;
        margin-left: 10px;
        margin-bottom: 10px;
    }

        .search-results-tags a:last-child {
            margin-left: 0;
        }

.search-results-meta {
    margin-left: 20px;
    padding-right: 13px;
    position: relative;
    display: inline-block;
}

    .search-results-meta:before {
        content: "";
        position: absolute;
        background: #F9C026;
        width: 6px;
        height: 6px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        right: 0;
        top: 6px;
    }

.search-results-pdf-btn {
    border-top: 1px solid #F0F0F0;
    padding-top: 25px;
    margin-top: 16px;
}

.search-results-pdf-icon {
    position: absolute;
    display: block;
    left: 20px;
    top: 20px;
    width: 38px;
    height: 38px;
    background-image: url(../img/pdf-search.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top;
}

/*---------- Pagination ---------*/

.pagination-list {
    -webkit-justify-content: center;
    justify-content: center;
}

#pagination, .pagination-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    #pagination > li {
        margin: 0 0 10px 10px;
    }

        #pagination > li > a {
            display: block;
            height: 36px;
            line-height: 35px;
            border: 2px solid #FAC126;
            -webkit-border-radius: 100px;
            border-radius: 100px;
            padding: 0 18px;
            color: #fff;
            font-size: 14px;
            position: relative;
            min-width: 53px;
            text-align: center;
        }

            #pagination > li > a svg path {
                fill: #fff;
            }

            #pagination > li > a svg {
                width: 11px;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        #pagination > li.pagination-next svg {
            -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
        }

/*---------- Rating ---------*/

.gac-rate {
    height: 24px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

    .gac-rate:not(:checked) > input {
        opacity: 0;
        top: 3px;
        width: 15px;
        position: absolute;
        pointer-events: none;
    }

    .gac-rate:not(:checked) > label {
        width: .8em;
        white-space: nowrap;
        cursor: pointer;
        font-size: 30px;
    }

        .gac-rate:not(:checked) > label:before {
            content: "";
            background-image: url(../img/rating-star-empty.svg);
            width: 19px;
            height: 19px;
            display: block;
            background-size: 19px;
            background-repeat: no-repeat;
            background-position: right top;
        }

    .gac-rate > input:checked ~ label:before {
        background-image: url(../img/rating-star-hover.svg);
    }

    .gac-rate:not(:checked) > label:hover:before,
    .gac-rate:not(:checked) > label:hover ~ label:before,
    .gac-rate > input:checked + label:hover:before,
    .gac-rate > input:checked + label:hover ~ label:before,
    .gac-rate > input:checked ~ label:hover:before,
    .gac-rate > input:checked ~ label:hover ~ label:before,
    .gac-rate > label:hover ~ input:checked ~ label:before {
        background-image: url(../img/rating-star-fill.svg);
    }

.rating-widget {
    background: rgba(0,0,0,.4);
    padding: 12px 30px;
}

.rating-widget-con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.gac-rate > input + label svg path {
    fill: transparent;
    stroke: #fff;
    stroke-width: 37px;
}

.rating-widget-title {
    color: #fff;
    margin-left: 12px;
    font-size: larger;
}

.rating-widget-results {
    color: #fff;
    text-align: right;
    padding: 13px 20px;
    background: rgba(242,186,37,.4);
    border-radius: 7px;
    margin-top: 6px;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 10px;
}

.rating-widget-mine-title {
    font-weight: 600;
    margin-left: 5px;
}

.rating-widget-mine {
    margin-bottom: 5px;
    text-align: left;
}

.rating-widget-average {
    text-align: right;
}

.rating-widget-average-title {
    font-weight: 600;
    margin-left: 5px;
    text-align: left;
}

.gac-divider1 {
    background: #FFECBE;
    height: 3px;
}

.ndl-the-content-title h1 {
    color: #005897;
    font-weight: 600;
    font-size: 19px;
}

.ndl-the-content {
    padding: 0 30px;
}

.ndl-the-content-divider1 {
    width: 80px;
    height: 4px;
    background: #FAC126;
    margin: 10px 0 15px 0;
    border-radius: 10px;
}

.ndl-the-content-section-title h2 {
    color: #5F9600;
    font-size: 17px;
    font-weight: 600;
}

.ndl-the-content-section-title {
    margin: 0 0 20px 0;
}

.card-header {
    border: none;
    padding: 0;
    background: none;
}

    .card-header button {
        display: block;
        width: 100%;
        text-align: right;
        padding: 13px 20px;
        text-decoration: none;
        color: #555;
        font-size: 15px;
        outline: none;
        box-shadow: none;
        font-weight: 600;
    }

        .card-header button:hover, .card-header button:focus, .card-header button:active {
            text-decoration: none;
            outline: none;
            color: #005897;
            box-shadow: none;
        }

.card {
    background: #F4F4F4;
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
}

.card-body {
    padding: 0 20px 20px;
}

.chapters_accordion-content {
    font-weight: normal;
    font-size: 15px;
}

.chapters_accordion-arrow {
    height: 14px;
    display: inline-block;
    transform: translateY(4px);
    margin-left: 3px;
}

    .chapters_accordion-arrow svg {
        vertical-align: top;
        width: 5px;
    }

.news-list-details-txt ~ .ndl-content-files-list-con {
    margin-top: 20px;
}

/*-------- Custom Radio -------*/

.custom_radio {
    position: relative;
    margin-bottom: 10px;
    font-size: 11px;
    color: #000;
}

.survey_popup_con .custom_radio {
    padding-left: 31px;
}

.custom_radio input[type="radio"]:checked,
.custom_radio input[type="radio"]:not(:checked) {
    position: absolute;
    width: 100%;
    z-index: 2;
    opacity: 0;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    z-index: 4;
}

    .custom_radio input[type="radio"]:checked + label,
    .custom_radio input[type="radio"]:not(:checked) + label {
        position: relative;
        padding-right: 27px;
        cursor: pointer;
        line-height: 16px;
        display: inline-block;
        color: #666;
    }

        .custom_radio input[type="radio"]:checked + label:before,
        .custom_radio input[type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 16px;
            height: 16px;
            border: 2px solid #BCC8D0;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            z-index: 3;
            box-shadow: 0 7px 11px 0 rgba(136,136,136,.15);
        }

        .custom_radio input[type="radio"]:checked + label:after,
        .custom_radio input[type="radio"]:not(:checked) + label:after {
            content: '';
            width: 16px;
            height: 16px;
            background: #299ECE;
            position: absolute;
            top: 0;
            right: 0;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            border: 2px solid #299ECE;
            box-shadow: 0 0 0 3px #fff inset;
        }

        .custom_radio input[type="radio"]:checked + label:before {
            border-color: #299ECE;
        }

.custom_radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom_radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custom_radio + .custom_radio {
}

/*---------- Survey Popup ---------*/

.survey_popup {
    position: fixed;
    right: 30px;
    bottom: 0;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 14px 14px 0 0;
    border-radius: 14px 14px 0 0;
    width: 300px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    z-index: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    overflow: hidden;
}

.open-survey-popup .survey_popup {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.survey_popup_close {
    border: 2px solid #a0b0c9;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    left: 8px;
    top: 8px;
    padding: 0;
    margin: 0;
    outline: none !important;
    z-index: 11;
}

    .survey_popup_close svg {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 7px;
    }

        .survey_popup_close svg rect {
            fill: #a0b0c9;
        }

    .survey_popup_close:hover svg rect {
        fill: #fff;
    }

    .survey_popup_close:hover {
        background: #ED2365;
        border-color: #ED2365;
    }

.survey_popup_con {
    padding: 7px 0 0 0;
}

.survey_popup_title {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 13px;
}

.survey_popup_btns button {
    height: 27px;
    font-size: 11px;
    margin-bottom: 10px;
}

    .survey_popup_btns button + button {
        margin-right: 10px;
    }

.survey_popup_btns {
    margin-top: 20px;
    text-align: center;
}

.survey_popup .content-loader {
    z-index: 10;
}

    .survey_popup .content-loader .ff-circular {
        width: 40px;
    }

.survey_popup.survey-loading .content-loader {
    opacity: 1;
    pointer-events: auto;
}

.survey_vote_sent_alert {
    padding: 10px;
    background: #A1D34F;
    margin-bottom: 10px;
    border-radius: 7px;
    display: none;
    margin-top: 15px;
    text-align: center;
}

.survey-voting-sent .survey_vote_sent_alert {
    display: block;
}

.survey-progress {
    position: relative;
    min-height: 30px;
    padding-top: 22px;
    margin-bottom: 20px;
    display: none;
    margin-top: -26px;
}

.survey-show-results .survey-progress {
    display: block;
}

.survey-progress-num {
    font-weight: 600;
    color: #848588;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    font-family: arial;
}

.survey-progress-row {
    width: 100%;
    height: 6px;
    background: rgba(0,0,0,.07);
    position: relative;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.survey-progress-val {
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    height: 100%;
    background: #86AF42;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.survey_total_users {
    margin: 20px 0;
    background: #FFD05C;
    padding: 10px 15px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    display: none;
    text-align: center;
}

.survey-show-results .survey_total_users {
    display: block;
}

.survey_total_users_val {
    font-weight: 600;
}

.ndl-content-videos-imgs-slider.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.yt-img-con {
    height: 100%;
}

    .yt-img-con img {
        height: 100%;
    }

.search-lightbox-form .v-input__append-inner {
    display: none;
}

/*---------- Search Lightbox ---------*/

.search-lightbox {
    position: fixed;
    width: 100%;
    height: 103px;
    left: 0;
    top: 0;
    background: rgba(119, 119, 120, .95);
    z-index: 10;
    padding: 30px 60px;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    pointer-events: none;
}

.open-search-lightbox .search-lightbox {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    pointer-events: auto;
}

.search-lightbox-con {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.search-lightbox-form {
    max-width: 600px;
    width: 100%;
    padding-left: 31px;
    position: relative;
}

.lightbox_search_btn {
    position: absolute;
    left: 29px;
    top: 10px;
    width: 19px;
}

.search-lightbox-form > .form-control {
    font-size: 15px;
    padding: 10px 23px;
    min-height: 40px;
    background: rgba(0,0,0,.1);
    border: 3px solid #85AE42;
    color: #fff;
    box-shadow: none;
}

.lightbox_search_btn svg {
    width: 100%;
}

.search-lightbox-con .menu_hamburger_title {
    color: #fff;
    font-size: 11px;
}

.search-lightbox-con .menu_ham {
    background: none;
    padding: 18px 10px;
}

    .search-lightbox-con .menu_ham span {
        background: #F9C026;
    }

/*---------- ii ---------*/

.ndl-content-videos-slider .owl-dots {
    display: none;
}

.main-title-b {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 11px;
}

.gac-posts-column-details h3 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 7px;
}

.gac-posts-column.row {
}

.gac-posts-column-details h4 {
    color: #0069A7;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 11px;
}

.gac-posts-column-details-txt {
    font-size: 15px;
    font-weight: normal;
}

.gac-posts-column-media .ndl-content-videos-gallery {
    width: 100%;
    padding: 0 0 30px;
}

.gac-posts-column-media .ndl-content-videos-gallery-con {
    padding: 0;
}

.gac-posts-column-media .ndl-content-videos-slider .owl-dots {
    display: block;
}

.ndl-content-videos-slider .owl-dots {
    position: absolute;
    bottom: -45px;
    width: 100%;
}

    .ndl-content-videos-slider .owl-dots span {
        background: #fff;
        border: 2px solid rgba(0,0,0,.6);
    }

.gac-posts-columns-con {
    padding: 25px 0;
}

.gac-posts-column-media .ndl-content-videos-slider .owl-nav {
    top: initial;
    bottom: -27px;
    transform: translateY(0);
    height: 0;
    padding: 0 32px;
    z-index: 3;
}

    .gac-posts-column-media .ndl-content-videos-slider .owl-nav .owl-prev, .gac-posts-column-media .ndl-content-videos-slider .owl-nav .owl-next {
        width: 25px;
        position: absolute;
        height: 13px;
        opacity: 1;
    }

    .gac-posts-column-media .ndl-content-videos-slider .owl-nav .owl-prev {
        right: 0;
    }

    .gac-posts-column-media .ndl-content-videos-slider .owl-nav .owl-next {
        left: 0;
    }

.gac-posts-column-media > .yt-video-container {
    border: 13px solid #FAC126;
}

.gac-posts-column.row + .gac-posts-column.row {
    margin-top: 70px;
}

.gac-posts-column-img {
    border: 13px solid #FAC126;
}

    .gac-posts-column-img > img {
        vertical-align: top;
    }

.gac-posts-columns-con ~ .post-tags-section {
    padding: 0;
    margin-top: 30px;
}

.search-lightbox-form > .v-input {
    background: none;
    padding: 0;
    margin: 0;
    height: 43px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-bottom: 2px solid rgba(255,255,255,.2);
}

.search-lightbox-form .v-menu {
}

    .search-lightbox-form .v-menu > .v-menu__content {
        top: 100% !important;
        left: 0 !important;
    }

.search-lightbox-form .v-input__slot {
    margin: 0;
    height: 43px;
}

.search-lightbox-form .v-select__slot > input {
    padding: 0 0 0 20px;
    height: 43px;
    max-height: 100%;
    color: rgba(255,255,255,0.87) !important;
}

.blocks-list-btns .btn-icon-left, .blocks-list-btns .btn-icon-right {
    display: block;
    max-width: 100%;
    white-space: nowrap;
}

    .blocks-list-btns .btn-icon-left > svg {
        position: absolute;
        left: 16px;
    }

.blocks-list-btns .btn-icon-left {
    padding-left: 44px;
}

    .blocks-list-btns .btn-icon-left > span, .blocks-list-btns .btn-icon-right > span {
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 100%;
        overflow: hidden;
        vertical-align: middle;
    }

.site_header_wrap {
    position: relative;
    z-index: 1;
    padding: 10px 40px 15px;
    max-width: 1520px;
    margin: 0 auto;
    z-index: 2;
}

.content-printer {
    width: 30px;
    height: 30px;
    left: 30px;
    position: absolute;
    top: 17px;
    outline: none !important;
    background-image: url(../img/printer-a.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

    .content-printer svg path {
        fill: #86AF42;
    }

.ndl-content-article > * {
    line-height: 1.6;
}

.partiner-comp-wrapper .comp-name {
    padding-right: 33px;
}

.partiner-comp-wrapper .gac-details-col:nth-child(4) {
    padding-right: 33px;
}
/*---------- Responsive 1 ---------*/
@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/*---------- Responsive 2 ---------*/

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
    .footer_con > * {
        margin-right: initial !important;
        margin-left: initial !important;
    }

    .footer_survey_icon {
        width: 41px;
        height: 41px;
    }

        .footer_survey_icon:after {
            -webkit-border-radius: 12px;
            border-radius: 12px;
        }

        .footer_survey_icon img {
            width: 21px;
        }

    ul.side-nav a {
        padding: 7px 40px;
    }

    .top_tools > * {
        margin-left: 20px;
    }

    .gac-posts-column-details + .gac-posts-column-media {
        margin-top: 20px;
    }

    .news-list-counter {
        position: static;
    }

    .news-list-con {
        padding-right: 0;
    }

    .breadcrump_con {
        padding-right: 0;
    }
}



@media (max-width: 880px) {
    .top_socials li {
        position: static;
    }

    .site_header {
        position: relative;
    }

    #twitterDiv {
        width: 100%;
        min-width: unset;
        box-shadow: none;
    }

        #twitterDiv iframe {
            box-shadow: 0 10px 30px 0 rgba(145,156,212,.20);
        }
}

@media (max-width: 768px) {


    .next-prev-wrapper {
        width: 100%;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

        .next-prev-wrapper a.full-btn,
        .next-prev-wrapper a {
            margin: unset;
            margin-left: 2.5px;
            margin-right: 2.5px;
        }

            .next-prev-wrapper a.full-btn:first-child {
                margin-right: 0;
            }

            .next-prev-wrapper a.full-btn:last-child {
                margin-left: 0;
            }

    .rating-widget-mine {
        text-align: right;
    }

    .rating-widget {
        margin-top: 25px;
    }

    .home_content > .media_content {
        padding-left: 15px;
    }

    ul.main_nav > li {
        margin-bottom: 30px;
    }

    .ndl-sidebar-con {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .breadcrump_con {
        padding-right: 15px;
        padding-left: 15px;
    }

    .site_container > .the_content.row {
        margin: 0;
        width: 100%;
    }

    .site_container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .news-list-con {
        margin-left: 0;
        padding-right: 15px;
        padding-left: 15px;
    }

    .sidebar + .page_content {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .the_content .main-details-box-col {
        margin-right: 0;
        margin-left: 0;
    }

    .content-box1 {
        margin-left: 0;
    }

    .ndl-content-inner2, .content-box-section-1 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .ndl-content-header-con {
        padding-right: 5px;
        padding-left: 5px;
    }

    .ndl-content-article {
        padding-right: 5px;
        padding-left: 5px;
    }

    .content-box-section-title {
        padding-right: 5px;
        padding-left: 5px;
    }

    .ndl-content-files-list {
        padding-right: 5px;
        padding-left: 5px;
    }

    .ndl-content-inner2 .gac-details-row {
        padding-right: 0;
        padding-left: 0;
    }

    .post-tags-section {
        padding-right: 0;
        padding-left: 0;
    }

    .ndl-content-con > .post-tags-section {
        padding-right: 15px;
        padding-left: 15px;
    }

    .gac-details-section .ndl-content-header-con {
        padding-top: 0;
    }

    .ndl-content-inner > .ndl-content-article, .ndl-content-inner > .post-tags-section, .ndl-content-inner > .ndl-content-files-list {
        padding-right: 20px;
        padding-left: 20px;
    }

    .content-box1-inner .post-share-section {
        padding-right: 0;
        padding-left: 0;
    }

    .ndl-content-inner > .ndl-content-header-con {
        padding-right: 20px;
        padding-left: 20px;
    }

    ul.side-nav {
        max-width: initial;
        margin-left: -15px;
    }

    .top_socials {
        padding-right: 10px;
    }

    ul.mb-side-status-list {
        padding-bottom: 0;
    }

    .gac-details-row-4col > div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gac-details-row-2col > div {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .sidebar {
        border-bottom: 1px solid rgba(255,255,255,.15);
        margin-bottom: 25px;
    }

    .sidebar-con {
        padding-bottom: 25px;
    }

    .post-share-section {
        padding-top: 20px;
    }

    .content-box1-inner {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 576px) {
    .main_menu_hamburger .menu_hamburger_title {
        display: none;
    }

    .main_menu_hamburger {
        min-width: 60px;
    }

        .main_menu_hamburger:after {
            background-size: 34px;
            bottom: -5px;
        }

        .main_menu_hamburger .menu_ham {
            left: 19px;
        }

    .top_logo img {
        width: 200px;
    }

    .home_text_slider {
        padding: 30px 0;
    }

    ul.main_nav > li {
        flex: 0 0 50%;
        max-width: 50%;
    }

        ul.main_nav > li.menu-2-cols {
            flex: 0 0 100%;
            max-width: 100%;
            width: 100%;
        }

    .top_socials li {
        margin: 0 8px;
    }

    .page_content {
        padding-bottom: 20px;
    }

    .gac_events_calender_days div {
        padding: 0;
    }

    .ndl-content-videos-gallery-con {
        padding: 0;
    }

    .ndl-content-videos-slider .owl-nav .owl-prev {
        right: 10px;
    }

    .ndl-content-videos-slider .owl-nav .owl-next {
        left: 15px;
    }

    .footer_copy {
        text-align: center;
        font-size: 11px;
    }

    ul.footer_links a {
        font-size: 11px;
    }

    .footer_con:not(.footer_con_no_survey) {
        padding-right: 50px;
    }

    .gac-details-row-4col > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .post-share-con ul {
        margin-right: initial;
    }

    h4.ndl-content-title {
        font-size: 15px;
    }
}

@media (max-width: 414px) {
    ul.main_nav > li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .top_date {
        display: none;
    }

    ul.footer_links {
        justify-content: center;
    }

    .post-share-con ul li {
        margin: 5px 6px;
    }
}

@media (max-width: 360px) {
    .top_logo img {
        width: 180px;
    }

    .news-list-col-block > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .news-list-col-block {
        height: auto;
    }

    .news-list-col-img {
        height: auto;
        min-height: 150px;
    }
}
