
/* AL 09-03-2023 */
.banner .platformsvg.s2{
    opacity: 0.75;
}
.s2_line_1 {
    animation: s2Line1Anim 3s ease-in-out infinite alternate both;
    stroke-dasharray: 274px;
    stroke-dashoffset: 274px;
}

.s2_line_2 {
    stroke-dasharray: 59px;
    stroke-dashoffset: 59px;
    animation: s2Line1Anim 3s ease-in-out infinite alternate both;
}

.s2_line_3 {
    stroke-dasharray: 34px;
    stroke-dashoffset: 34px;
    animation: s2Line1Anim 2s ease-in-out 0.5s infinite alternate both;
}

.s2_line_4 {
    stroke-dasharray: 46px;
    stroke-dashoffset: 46px;
    animation: s2Line1Anim 2s ease-in-out 1s infinite alternate both;
}

.s2_circle {
    position: relative;
    transform-box: fill-box;
    animation:s2CircleAnim 3s linear infinite;
    transform-origin: center;
}

.s2_arrow{
    position: relative;
    transform-box: fill-box;
    animation: s2ArrowAnim 3s ease-in-out infinite alternate both;
}

.s2_hand{
    position: relative;
    transform-box: fill-box;
    animation: s2HandAnim 2s ease-in-out infinite alternate both;
}

.s2_hand_2{
    position: relative;
    transform-box: fill-box;
    animation: s2HandAnim2 5s ease-in-out infinite alternate both;
}

.s2_bar_1 {
    position: relative;
    transform-box: fill-box;
    animation: s2BarAnim 1s ease-in-out infinite alternate both;
    transform-origin: bottom;
    transform: scaleY(0.2);
}

.s2_bar_1.d2{animation-delay: 0.2s}
.s2_bar_1.d3{animation-delay: 0.4s}


.banner .reveal-text p {
    font-size: 0.95vw;
    line-height: 1.75;
}

.banner .reveal-text.para_ h1{
    margin: 0;
}

.banner .reveal-text.para_ p{
    margin: 1em 0 1.5em;
}

.swiper-pagination-bullet-active {
    background: #7f669f;
}


@media only screen and (max-width: 1200px){
    .banner .reveal-text p {
        font-size: 0.85rem;
    }

    .banner .swiper-pagination{
        margin-top: 1em;
        position: relative;
    }
}

@keyframes s2BarAnim {
    to{transform: scaleY(1);}
}

@keyframes s2CircleAnim {
    to{transform: rotate(360deg)}
}

@keyframes s2ArrowAnim {
    to{transform: translateY(-50%)}
}

@keyframes s2HandAnim {
    to{transform: translateX(50%)}
}

@keyframes s2HandAnim2 {
    to{transform: translateX(-50%)}
}

@keyframes s2Line1Anim{
    to{stroke-dashoffset: 0px;}
}

/* AL 09-03-2023 */

.form-v2 .pass-info span {
    font-size: 12px;
    display: block;
    color: #868686;
}

.form-v2 .pass-info ul {
    font-size: 12px;
    list-style: none;
    color: #868686;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-v2 .pass-info ul li {
    margin-right: 1em;
}

.form-v2 .pass-info ul li:before {
    content: '\ffed';
    margin-right: 0.5em;
}

.form-v2 .pass-info ul li:last-child {
    margin-right: 0;
}

.form-v2 .ajax-loader-cover {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.78) url("../images/loader-gif.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 150px auto;
    z-index: 1;
    height: 100%;
    width: 78%;
    margin: 0 auto;
    z-index: 19;
}

@media only screen and (max-width: 768px) {
    .form-v2 .ajax-loader-cover {
        width: 100%;
        max-width: 100vw;
    }
}

.form-v2 .ajax-loader-cover img {
    opacity: 0;
}

.post-details-container .post-details-container-inner {
    min-height: 440px;
}

.post-details-container audio,
.post-details-container canvas,
.post-details-container video {
    max-width: 100%;
}

html[dir=rtl] .form-v2 .pass-info ul li {
    margin-left: 1em;
    margin-right: 0em;
}

html[dir=rtl] .form-v2 .pass-info ul li:before {
    margin-left: 0.5em;
    margin-right: 0em;
}

footer .f-logo img {
    max-width: 250px;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 990px) {
    html[dir=ltr] .news-details-container .img-holder {
        margin-right: 18px;
    }
    html[dir=rtl] .news-details-container .img-holder {
        margin-left: 18px;
    }
}


/* Smartphones (portrait and landscape) ----------- */

@media only screen and (max-device-width: 767px) {
    /* Styles */
    .form-v2 .pass-info ul li {
        width: 100%;
        margin-right: 0;
        line-height: 1.8;
    }
    .post-details-container .post-details-container-inner {
        min-height: auto;
    }
    html[dir=rtl] .form-v2 .pass-info ul li {
        margin-left: 0em;
        margin-right: 0em;
    }
    html[dir=rtl] .form-v2 .pass-info ul li:before {
        margin-left: 0.5em;
        margin-right: 0em;
    }
    form[name="contributeForm"] .buttonV1 {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.search-results-container .search-result-wrap .search-block h5 span.content-date {
    color: #9b9b9b;
}

.search-results-container .search-result-wrap .search-block h5 span.author {
    color: #8067a3;
}


/* Govex about SVG */

.general-page-container .content-block.inView .about-svg-2 .idea-1 {
    -webkit-animation: idea-anm 2s 0.4s ease-in-out infinite;
    animation: idea-anm 2s 0.4s ease-in-out infinite;
}

.general-page-container .content-block.inView .about-svg-2 .idea-2 {
    -webkit-animation: idea-anm 2s 0.5s ease-in-out infinite;
    animation: idea-anm 2s 0.5s ease-in-out infinite;
}

.general-page-container .content-block.inView .about-svg-2 .idea-3 {
    -webkit-animation: idea-anm 2s 0.2s ease-in-out infinite;
    animation: idea-anm 2s 0.2s ease-in-out infinite;
}

.general-page-container .content-block.inView .about-svg-2 .idea-4 {
    -webkit-animation: idea-anm 2s 0.8s ease-in-out infinite;
    animation: idea-anm 2s 0.8s ease-in-out infinite;
}

.general-page-container .content-block.inView .about-svg-2 .writing-note {
    transform-origin: 20% 40%;
    -webkit-animation: writing-anm 2s 0.8s linear infinite;
    animation: writing-anm 2s 0.8s linear infinite;
}

.general-page-container .content-block.inView .about-svg-2 .lady-hair {
    transform-origin: 47% 58%;
    -webkit-animation: hair-animation 2s 0.5s linear infinite;
    animation: hair-animation 2s 0.5s linear infinite;
}

.general-page-container .content-block.inView .about-svg-2 .man-head {
    -webkit-transform-origin: 14% 54%;
    -ms-transform-origin: 14% 54%;
    transform-origin: 14% 54%;
    -webkit-animation: head-anm 3s 0.2s ease-in-out infinite;
    animation: head-anm 3s 0.2s ease-in-out infinite;
}

.general-page-container .content-block.inView .about-svg-2 .lady-all {
    -webkit-transform-origin: 54% 83%;
    -ms-transform-origin: 54% 83%;
    transform-origin: 54% 83%;
    -webkit-animation: lady-anm 3s 0.2s ease-in-out infinite;
    animation: lady-anm 3s 0.2s ease-in-out infinite;
}

.general-page-container .content-block.inView .about-svg-2 .lady-paper {
    -webkit-transform-origin: 12% 35%;
    -ms-transform-origin: 12% 35%;
    transform-origin: 12% 35%;
    -webkit-animation: lady-paper-anm 3s 0.2s ease-in-out infinite;
    animation: lady-paper-anm 3s 0.2s ease-in-out infinite;
}

@keyframes idea-anm {
    0%,
    100% {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    50% {
        -webkit-transform: translate(0px, 1px);
        -ms-transform: translate(0px, 1px);
        transform: translate(0px, 1px);
    }
}

@keyframes lady-anm {
    0%,
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
        transform: rotate(1deg);
    }
}

@keyframes writing-anm {
    0%,
    100% {
        -webkit-transform: skewX(-6deg);
        -ms-transform: skewX(-6deg);
        transform: skewX(-6deg);
    }
    50% {
        -webkit-transform: skewX(6deg);
        -ms-transform: skewX(6deg);
        transform: skewX(6deg);
    }
}

@keyframes hair-animation {
    0%,
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        transform: rotate(6deg);
    }
}

@keyframes head-anm {
    0%,
    100% {
        -webkit-transform: skewX(-2deg);
        -ms-transform: skewX(-2deg);
        transform: skewX(-2deg);
    }
    50% {
        -webkit-transform: skewX(3deg);
        -ms-transform: skewX(3deg);
        transform: skewX(3deg);
    }
}

@keyframes lady-paper-anm {
    0%,
    100% {
        -webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
        transform: skew(0deg);
    }
    50% {
        -webkit-transform: skew(4deg);
        -ms-transform: skew(4deg);
        transform: skew(4deg);
    }
}

.general-page-container .content-block ul>li:nth-child(1):before {
    content: "";
    top: 5px;
    left: -50px;
    width: 40px;
    height: 40px;
    border: none;
    background: url(../images/about-icons-01.svg);
    background-size: cover;
}

.general-page-container .content-block ul>li:nth-child(1):after {
    display: none;
}

.general-page-container .content-block ul>li:nth-child(2):before {
    content: "";
    top: 5px;
    left: -50px;
    width: 40px;
    height: 40px;
    border: none;
    background: url(../images/about-icons-02.svg);
    background-size: cover;
}

.general-page-container .content-block ul>li:nth-child(2):after {
    display: none;
}

.general-page-container .content-block ul>li:nth-child(3):before {
    content: "";
    top: 5px;
    left: -50px;
    width: 40px;
    height: 40px;
    border: none;
    background: url(../images/about-icons-03.svg);
    background-size: cover;
}

.general-page-container .content-block ul>li:nth-child(3):after {
    display: none;
}

header .navbar-brand img {
    max-width: 235px;
    height: auto;
    transition: transform .4s ease-out;
}

.scrolled header .navbar-brand img {
    transform: scale(0.9);
    height: auto;
}

.loader .loader-img {
    margin: 0px 0;
}

@media screen and (max-width: 765px) {
    header .navbar-brand img {
        max-width: 185px;
        height: auto;
    }
    .navbar-text {
        display: inline-block;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}


/* AP 03-02-2019 */

html[dir=rtl] .logos-slider .slick-list,
html[dir=rtl] .logos-slider .slick-track {
    direction: rtl;
}

html[dir=rtl] .fancybox-container .fancy-terms {
    direction: rtl;
    text-align: right;
}

html[dir=rtl] .fancybox-container .fancy-terms ol {
    padding-left: 0;
    padding-right: 1em;
}

html[dir=rtl] .fancybox-container .fancy-terms ul li {
    padding-right: 40px;
    padding-left: 0px;
}

html[dir=rtl] .fancybox-container .fancy-terms ul li:before {
    left: auto;
    right: 10px;
}

html[dir=rtl] .fancybox-slide--html .fancybox-close-small {
    left: 0;
    right: auto;
}

.fancybox-container .fancy-terms {
    padding: 2em;
}

.fancybox-container .fancy-terms h2 {
    font-size: 1.4rem;
    font-weight: 600;
}

.fancybox-container .fancy-terms h3 {
    font-size: 1.1rem;
    line-height: 1.5;
}

.fancybox-container .fancy-terms p {
    font-size: .9rem;
    line-height: 1.7;
    margin-bottom: 1.5em;
}

.fancybox-container .fancy-terms p:last-child {
    margin-bottom: 0;
}

.fancybox-container .fancy-terms ol,
.fancybox-container .fancy-terms ul {
    padding: 0;
    margin: 1em 0;
}

.fancybox-container .fancy-terms ol li,
.fancybox-container .fancy-terms ul li {
    font-size: .9rem;
    line-height: 1.7;
    margin-bottom: .5em;
}

.fancybox-container .fancy-terms ol li p,
.fancybox-container .fancy-terms ul li p {
    margin-bottom: 0;
}

.fancybox-container .fancy-terms ol {
    padding-left: 1em;
}

.fancybox-container .fancy-terms ul li {
    position: relative;
    padding-left: 40px;
    list-style: none;
}

.fancybox-container .fancy-terms ul li:before {
    content: "";
    top: 50%;
    position: absolute;
    left: 10px;
    width: 20px;
    height: 20px;
    background: #7f669f;
    border: 5px solid #fff;
    z-index: 2;
    border-radius: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    /* Styles */
    .fancybox-container .fancy-terms {
        padding: 1.5em;
    }
}


/* AP 03-02-2019 */


/* AR 11-02-2019 */

.resourceBlock .res-header .userProfiles>li a img {
    min-height: 20px;
}

.no-records_ {
    padding: 6px 20px;
    text-align: center;
    border: 1px solid #c3c3c3;
    width: 100%;
    margin: 0 15px;
    max-width: calc(100% - 40px);
    background: #fdfcff;
}

.post-details-full-wide-details .label-text {
    word-wrap: break-word;
}

.post-details-full-wide-details .label-text label {
    float: left;
}

html[dir=rtl] .post-details-full-wide-details .label-text label {
    float: right;
}


/*html.ie header .search svg{height:36px;}*/

html.ie header .searchForm {
    top: 39px;
    transition: all 0.3s ease-in-out;
}

html.ie .scrolled header .searchForm {
    top: 26px;
}

@media only screen and (max-width: 767px) {
    .slick-next:hover,
    .slick-prev:hover {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .submitBtnWrapper .text-right {
        text-align: left !important;
    }
    html[dir=rtl] .submitBtnWrapper .text-right {
        text-align: right !important;
    }
}

@media only screen and (max-width: 990px) {
    .form-v2 .choose-btn,
    .form-v2 input[type=file] {
        height: 40px;
    }
}

@media only screen and (max-width: 990px) {
    .resourceBlock.featured-resource .resource-description-wrap .description .readMore {
        bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .resourceBlock .resource-description-wrap {
        padding: 10px 20px;
        max-height: calc(99% - 80px);
    }
    .slick-arrow {
        width: 25px;
        height: 25px;
    }
    .general-page-container .margin-top-70 {
        margin-top: 45px;
    }
    .center-tab-container ul.tabs-nav>li a {
        font-size: 1rem;
    }
    .center-tab-container ul.tabs-nav>li {
        line-height: 1;
    }
    .post-details-container .post-details-container-inner {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 990px) {
    .form-v2 .submitBtnWrapper .buttonV1 {
        margin-bottom: 15px;
    }
}


/* AR 11-02-2019 */


/*5-2-19 rj */

.grid-wrap .grid .block {
    background: #ccc url('../images/loading2.gif') center center no-repeat;
    background-size: 100px auto;
}

.safari .grid-wrap .grid .block {
    transform: translateZ(0);
}

.inner-main-container ul li p {
    display: inline-block;
}

.form-v2 .checkRadioBoxWrp input[type=checkbox]:not(old)+label>span {
    flex-shrink: 0;
}

@media only screen and (min-width: 1024px) {
    .breadCrumbWrap ul>li:last-child a {
        max-width: 30vw;
    }
    body.__register .inner-main-container {
        padding-top: 170px;
    }
}

@media screen and (min-width:1100px) {
    body header .navbar-brand img {
        max-width: 350px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    body .inner-main-container {
        padding-top: 170px;
    }
}


/*5-2-19 rj */


/*rj 18-2-19*/

.swal-footer {
    text-align: center !important
}

.swal-button {
    background-color: #7f669f !important;
}

.swal-button:hover {
    background-color: #8059b2 !important;
}


/*rj 18-2-19*/


/*rj 20-2-19*/

.event-block .img-bg::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e0e0e0 url(../images/loading2.gif) no-repeat;
    pointer-events: none;
    background-size: 150px auto;
    background-position: center center;
    transition: all 0.3s;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.9s;
}

.event-block .img-bg.b-loaded::before {
    opacity: 0;
}


/*rj 20-2-19*/


/* AP 17-02-2019 */

.popup_new .fancybox-bg {
    background: rgba(54, 37, 76, 0.83);
}

.popup_new .vipMessage {
    padding: 2em 60px;
    max-width: 50vw;
    text-align: center;
}

.popup_new .vipMessage img {
    margin-bottom: 1em;
}

.popup_new .vipMessage h2 {
    text-align: center;
    padding: 20px;
    font-weight: 800;
    font-size: 1.6em;
}

.popup_new p {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.7;
}

.popup_new p span {
    color: #a07fca;
    font-weight: 600;
}

.popup_new .fancybox-slide--html .fancybox-close-small {
    background-color: #8067a3;
    padding: 8px;
    display: none !important;
}

.popup_new .fancybox-slide--html .fancybox-close-small svg path {
    fill: #FFF;
}

.popup_new .vipPassWrapper {
    margin-top: 2em;
    border-top: 1px solid #ececec;
}

.popup_new .vipPassWrapper .titleVip {
    font-size: 1.1rem;
    font-weight: 700;
}

.popup_new .vipPassWrapper .title {
    display: none !important;
}

.popup_new .vipMessage h3 {
    text-align: center;
    margin-top: 1em;
    font-weight: 600;
    color: #7f669f;
    font-size: 1.6rem;
}

.popup_new .vipPassWrapper .buttonsWrap .pr_tab_Link {
    display: none !important;
}

.vipPassWrapper .form-v2 {
    position: relative;
}

.vipPassWrapper .form-v2 .form-group {
    margin-bottom: 20px;
    position: relative;
}

.vipPassWrapper .form-v2 .form-group .form-label {
    display: none !important;
    font-weight: 500;
    font-size: 17px;
    font-size: .9rem;
    position: relative;
}

.vipPassWrapper .form-v2 .form-group .form-feild {
    border: 1px solid #cfcfcf;
    height: 50px;
    padding: 6px 15px;
    display: block;
    width: 100%;
    outline: none;
    background: transparent;
    border-radius: 0;
}

.vipPassWrapper .form-v2 .blue-button {
    background: #7f669f;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    color: #fff!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
    min-width: 150px;
    padding: 10px 15px;
    font-size: 16px;
}

.vipPassWrapper .form-v2 .form-group label.error {
    top: 0;
    font-size: 12px;
    right: 0;
    left: auto;
    padding: 3px 4px!important;
    background: red;
    color: #fff!important;
    list-style: none;
    font-weight: 300;
    position: absolute;
    transform: translateY(-100%);
}

.vipPassWrapper .form-v2 .form-group label.error:before {
    content: "";
    position: absolute;
    bottom: 0;
    bottom: -8px;
    right: 5px;
    width: 0;
    height: 0;
    border-color: red transparent transparent;
    border-style: solid;
    border-width: 12px 7.5px 0;
}


/*IMAGE RENDER ISSUE FIX*/

.resourceBlock .res-header .userProfiles>li a img {
    -ms-interpolation-mode: nearest-neighbor;
}

.ie .resourceBlock .res-header .country-flag img {
    width: auto;
}


/*IMAGE RENDER ISSUE FIX*/

.post-details-container .post-image-wrapper .disc-row .inline-elements {
    flex-wrap: wrap;
}

.post-details-container .post-image-wrapper .inline-elements .postTime {
    text-transform: none;
    font-weight: 400;
}

html[dir="rtl"] .selectric .label {
    margin-right: 10px;
    margin-left: 38px;
}

html[dir="rtl"] .selectric .button {
    right: auto;
    left: 0;
}

.featured-resource .readMoreAbsoluteLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
}

@media only screen and (min-width: 1024px) {
    .popup_new .vipMessage {
        min-width: 600px;
    }
    .comments-main-container {
        margin-top: 30px;
    }
    .errorPage img {
        padding: 5% !important;
        padding-top: 240px !important;
        padding-bottom: 2% !important;
    }
}

@media only screen and (max-width: 990px) {
    .popup_new .vipMessage {
        max-width: 80vw;
    }
    .popup_new .vipMessage img {
        max-width: 50%;
    }
    .popup_new .fancybox-slide--html {
        pointer-events: none;
    }
    .popup_new .fancybox-slide--html .vipMessage {
        pointer-events: auto;
    }
    .errorPage img {
        max-width: 100%;
        padding: 5% !important;
        padding-top: 200px !important;
    }
    footer .fl-social {
        display: block;
    }
    footer .fl-social .socialButtonWrap {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .popup_new .fancybox-slide--html .fancybox-close-small {
        width: 35px;
        height: 35px;
        padding: 5px;
    }
    .popup_new .vipMessage h2 {
        padding: 0 20px 10px;
        font-size: 24px;
    }
    .popup_new p {
        font-size: 15px;
    }
    .popup_new .vipMessage {
        padding: 2.5em 30px;
        max-width: 90vw;
    }
    .desktop .vipPassWrapper .row>div {
        flex: auto;
    }
    .popup_new .vipMessage img {
        max-width: 90%;
    }
    .popup_new .vipPassWrapper {
        padding-top: 1em;
    }
    footer .copyRightText {
        text-align: center;
    }
    .featured-resource .readMoreAbsoluteLink {
        display: block;
    }
    .home-section.resources .replaceResource:not(.slick-initialized) .grid {
        width: 100%;
        float: none;
    }
    .home-section.resources .replaceResource:not(.slick-initialized) .grid {
        display: none;
    }
    .home-section.resources .replaceResource:not(.slick-initialized) .grid:first-child {
        display: block;
    }
}


/* AP 17-02-2019 */


/* AP 04-03-2019 */

#happiness-meter-widget-button {
    background-image: url(../images/smily-logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 40px;
    height: 40px;
    color: transparent;
    position: fixed;
    right: 30px;
    bottom: 66px;
    background-color: #665181;
    border-radius: 50%;
    z-index: 100;
    margin: 5px;
    display: none;
    transition: none;
}


/* AP 04-03-2019 */

.resourceBlock .res-header .inline-elements .country-flag {
    cursor: pointer;
}


/*rj 8-5-19*/

.fancybox-container .fancy-terms ul li:before {
    top: 3px;
    transform: none;
}


/*rj 8-5-19*/

.post-details-container .post-image-wrapper .bg-img {
    padding-top: 76%;
}


/* AL 01-10-2019 */

.banner .circle-ripple {
    opacity: 0.5;
    transition-delay: 5s;
}

.banner .bannerVideoPlay:hover .circle-ripple {
    animation-play-state: paused;
}

.banner .home-banner-row {
    padding-top: 0;
    padding-bottom: 0;
}

.banner .tagline h1 {
    font-size: 1.7vw;
}

.home-section {
    padding-top: 30px;
}

@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px) {
    .home-section {
        padding-top: 0;
    }
    .banner .bannerLeft {
        padding-left: 7%;
        padding-right: 7%;
    }
}

@media only screen and (max-width: 767px) {
    .banner .tagline h1 {
        font-size: 17px;
    }
}


/* AL 01-10-2019 */


/* AP 07-10-2019 */

.post-details-container .post-details-container .content-inner-wrapper iframe {
    min-height: 45vh;
}

@media only screen and (max-width: 1024px) {
    .post-details-container .post-details-container .content-inner-wrapper iframe {
        min-height: 320px;
    }
}

@media only screen and (max-width: 767px) {
    .post-details-container .post-details-container .content-inner-wrapper iframe {
        height: 240px;
        min-height: 240px;
    }
}


/* AP 07-10-2019 */


/* AL 09-102019 */

.meta-source-link .img-source {
    width: 100%;
    font-size: 0.8rem;
    background: none;
    color: #000;
    padding: .3em 0;
}

.meta-source-link .img-source b {
    display: none;
}

header .navbar-light .navbar-nav li:nth-child(1) .nav-link {
    font-size: 90%;
}


/* AL 09-102019 */


/* AP 15-10-2019 */

.post-details-container .post-details-container .content-inner-wrapper .ckeditor-html5-video video {
    width: 100%;
}


/* AP 15-10-2019 */


/*AP 4 11 19*/

.inner-main-container .section-title.tool_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .inner-main-container .section-title.tool_center .sortingWrapp {
        margin-top: 0;
    }
}


/*AP 4 11 19*/


/* AP 10-11-2019 */

.founding_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -.5em -1.5em;
    padding-top: 1.5em;
}

.founding_wrapper .found_item {
    width: calc(25% - 1em);
    margin: 0 .5em 1.5em;
}

.founding_wrapper .found_item .inner_ {
    position: relative;
}

.founding_wrapper .found_item .img_box {
    position: relative;
    height: 0;
    padding-top: 100%;
    background: #f3f5fa;
    overflow: hidden;
}

.founding_wrapper .found_item .img_box .img_ {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.founding_wrapper .found_item .inner_:hover .contnet_box .meta_loc,
.founding_wrapper .found_item .inner_:hover .contnet_box .meta_desc,
.founding_wrapper .found_item .inner_:hover .contnet_box .title_ {
    -webkit-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    transform: translateY(-13px);
}

.founding_wrapper .found_item .inner_:hover .contnet_box .title_ {
    -webkit-transition-delay: .0s;
    -o-transition-delay: .0s;
    transition-delay: .0s;
}

.founding_wrapper .found_item .inner_:hover .contnet_box .meta_desc {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.founding_wrapper .found_item .inner_:hover .contnet_box .meta_loc {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.founding_wrapper .found_item .inner_:hover .img_box .img_ {
    -webkit-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg);
}

.founding_wrapper .found_item .contnet_box {
    margin-top: 1em;
}

.founding_wrapper .found_item .contnet_box .title_ {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: .3em;
    -webkit-transition-delay: .0s;
    -o-transition-delay: .0s;
    transition-delay: .0s;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.founding_wrapper .found_item .contnet_box .meta_desc {
    color: #7f669f;
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: .3em;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.founding_wrapper .found_item .contnet_box .meta_loc {
    color: #767676;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.4;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

@media only screen and (min-width: 1800px) {
    .founding_wrapper .found_item {
        width: calc(20% - 2em);
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px) {
    .founding_wrapper .found_item .contnet_box .title_ {
        font-size: 1.1rem;
    }
    .founding_wrapper .found_item .contnet_box .meta_desc {
        font-size: .9rem;
    }
    .founding_wrapper .found_item .contnet_box .meta_loc {
        font-size: .85rem;
    }
}

@media only screen and (max-width: 980px) {
    .founding_wrapper .found_item {
        width: calc(33.3331% - 1em);
    }
}

@media only screen and (max-width: 767px) {
    .founding_wrapper {
        margin: 0 0 -2em;
    }
    .founding_wrapper .found_item {
        width: 100%;
        margin: 0 0 2em;
    }
    .founding_wrapper .found_item .contnet_box {
        margin-top: 17px;
    }
    .founding_wrapper .found_item .contnet_box .title_ {
        font-size: 20px;
    }
    .founding_wrapper .found_item .contnet_box .meta_loc,
    .founding_wrapper .found_item .contnet_box .meta_desc {
        font-size: 14px;
    }
}


/* AP 10-11-2019 */


/* AP 19-11-2019 */

.founding_wrapper .found_item .img_box .link_ {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background-color: #7f669f;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.founding_wrapper .found_item .img_box .link_ .icon {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
}

.founding_wrapper .found_item:hover .img_box .link_ {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.founding_wrapper .found_item .img_box .link_:hover .icon {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

html[dir=rtl] .founding_wrapper .found_item .img_box .link_ {
    left: 0;
    right: auto;
}

@media only screen and (max-width: 767px) {
    .founding_wrapper .found_item .img_box .link_ {
        font-size: 1.7rem;
    }
}


/* AP 19-11-2019 */


/* AL 19-11-2019 */

header .search>div input {
    visibility: visible;
}

@media only screen and (min-width:768px) {
    html[dir=rtl] .swiper-container .swiper-slide .swiper-slide-image .swiper-slide-text .left-text .main-head {
        text-align: right;
        right: 5vw;
    }
}


/* AL 19-11-2019 */


/* AR 12-12-2019 */

@media only screen and (max-width: 767px) {
    .post-details-container .post-image-wrapper .disc-row {
        position: relative;
    }
    .post-details-container .post-image-wrapper .disc-row .inline-elements>li:nth-child(1) {
        width: 100%;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 39px;
    }
    .post-details-container .post-image-wrapper .userProfiles>li img {
        max-width: 40px;
        width: 36px;
    }
    .post-details-container .post-image-wrapper .disc-row .col-right {
        position: absolute;
        right: 0;
        top: 5px;
    }
    .post-details-container .post-image-wrapper .post-img-bottom {
        padding-bottom: 10px;
    }
    .post-details-container .post-image-wrapper .disc-row .inline-elements>li {
        margin: 5px 5px;
    }
    .post-details-container .post-image-wrapper .disc-row .inline-elements {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.cks_sec {
    background: #ffffff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    border-top: 1px solid #f3f5fa;
    z-index: 101;
}

.cks_sec p {
    font-size: 0.8rem;
}

.cks_sec .cks_lnks {
    font-weight: 600;
    text-decoration: underline;
    font-size: 0.8rem;
}

.cks_sec_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cks_sec_btn .btn-primary {
    margin-left: 10px;
    font-size: 0.8rem;
}

.post-details-container .tags-wrap {
    display: flex;
    justify-content: space-between;
}

.post-details-container .tags-wrap .userProfiles {
    display: flex;
    align-items: center;
}

.post-details-container .tags-wrap .userProfiles>li {
    list-style: none;
    margin: 0 5px;
    position: relative;
}

.post-details-container .tags-wrap .userProfiles>li a {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 2px solid #7f669f;
    overflow: hidden;
}

.post-details-container .tags-wrap .userProfiles>li img {
    max-width: 45px;
    width: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


/* SS 12-12-2019 */


/* AL 02-01-2020 */

@media only screen and (max-width:767px) {
    .post-details-container .tags-wrap .userProfiles>li img {
        width: 30px;
        height: 30px;
    }
}

.post-details-container .tags-wrap .userProfiles {
    margin-bottom: 0;
}

.post-details-container .tags-wrap {
    align-self: center;
}

.post-details-container .tags-wrap .userProfiles>li {
    line-height: 1;
}

.cks_sec {
    right: 90px;
    bottom: 1em;
    width: 25vw;
    box-shadow: -5px 2px 10px rgba(0, 0, 0, 0.1);
}

html[dir="rtl"] .cks_sec {
    right: auto;
    left: 90px;
    bottom: 1em;
}

@media only screen and (min-width:1680px) {
    .cks_sec {
        width: 22vw;
    }
}

@media only screen and (min-width:767px) and (max-width:1024px) {
    .cks_sec {
        width: 35vw;
    }
}

@media only screen and (max-width:767px) {
    .cks_sec {
        width: 100%;
        right: 0;
        bottom: 0;
        box-shadow: none;
    }
}

.cks_sec .container {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 100%;
    padding: 1.5em 1.5em 1em;
}

.cks_sec_btn {
    justify-content: space-between;
}


/* AL 02-01-2020 */


/* AP 12-01-2020 */

.subscribe_flot_btn {
    width: 40px;
    height: 40px;
    color: transparent;
    position: fixed;
    right: 30px;
    bottom: 115px;
    background-color: #665181;
    border-radius: 50%;
    z-index: 100;
    margin: 5px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 9px;
    box-shadow: 0 0 0 rgba(102, 81, 129, .6);
    animation: flat_pls 2s infinite;
}

@keyframes flat_pls {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(102, 81, 129, .6);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(102, 81, 129, 0);
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(102, 81, 129, 0);
    }
}

.subscribe_flot_btn svg {
    width: 100%;
    height: auto;
}

.subscribe_popbox {
    max-width: 600px;
    width: 100%;
    background-image: url(../images/bg_pop.svg);
    background-size: 155% auto;
    background-position: center 2%;
    background-repeat: no-repeat;
}

.subscribe_popbox .subscribe .subscribe-news label {
    position: absolute;
    top: 17px;
    left: 7%;
    font-size: 22px;
    font-weight: 400;
    color: #7f669f;
    pointer-events: none;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.subscribe_popbox .subscribe .subscribe-news label.error {
    position: absolute;
    top: -38px;
    font-size: 14px;
    background: red;
    color: #fff;
    padding: 5px 10px;
    font-weight: 300;
    line-height: 1.4;
    right: 5%;
    left: auto
}

.subscribe_popbox .subscribe .subscribe-news label.error:after {
    content: "";
    position: absolute;
    bottom: 0;
    bottom: -8px;
    right: 5px;
    width: 0;
    height: 0;
    border-color: red transparent transparent;
    border-style: solid;
    border-width: 12px 7.5px 0
}

.subscribe_popbox .subscribe .subscribe-news .input-feild {
    padding: 22px 5%;
    border: none;
    background: transparent;
    width: 100%;
    outline: none
}

.subscribe_popbox .subscribe .subscribe-news .input-feild.active~label:not(.error),
.subscribe_popbox .subscribe .subscribe-news .input-feild.filled~label:not(.error),
.subscribe_popbox .subscribe .subscribe-news .input-feild:focus~label:not(.error) {
    top: 0;
    font-size: 18px
}

.subscribe_popbox .subscribe .subscribe-news .subButton {
    position: absolute;
    right: 5%;
    cursor: pointer;
    top: 15px;
    color: transparent;
    border: none;
    outline: none;
    background: none
}

.subscribe_popbox .subscribe .subscribe-news .subButton svg {
    width: 45px;
    height: auto
}

@media only screen and (max-width:767px) {
    .subscribe_popbox .subscribe .subscribe-news .subButton svg {
        max-width: 35px
    }
}

.subscribe_popbox .subscribe .subscribe-news .subButton svg circle,
.subscribe_popbox .subscribe .subscribe-news .subButton svg path,
.subscribe_popbox .subscribe .subscribe-news .subButton svg polyline {
    stroke: #7f669f
}

html.ie11 .subscribe_popbox .subscribe .subscribe-news .subButton svg,
html.ie .subscribe_popbox .subscribe .subscribe-news .subButton svg {
    height: 38px
}

.subscribe_popbox>.inner_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6em 3em 4em;
}

.subscribe_popbox .svg_box {
    display: block;
    margin-bottom: 2em;
    text-align: center;
    width: 100%;
}

.subscribe_popbox .subscribe {
    width: 100%;
    padding: 0;
}

.subscribe_popbox .svg_box svg {
    width: 30%;
    height: auto;
    fill: #665181;
}

.subscribe_popbox .subscribe .subscribe-news {
    width: 100%;
    max-width: initial;
    margin: 0 auto;
    border: 1px solid #d8d4d4;
    border-radius: 36px;
    position: relative;
    background: white;
}

.subscribe_popbox .subscribe .subscribe-news:after,
.subscribe_popbox .subscribe .subscribe-news:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    pointer-events: none
}

.subscribe_popbox .subscribe .subscribe-news:before {
    width: 0
}

.subscribe_popbox .subscribe .subscribe-news .input-feild {
    padding: 18px 5%;
}

.subscribe_popbox .subscribe .subscribe-news label {
    font-size: 19px;
    margin: 0;
    line-height: 1.2;
    border: 1px solid transparent;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    background: #FFF;
    padding: 5px 15px;
    border-radius: 1em;
    top: 14px;
}

.subscribe_popbox .subscribe .subscribe-news .subButton {
    top: 19px;
}

.subscribe_popbox .subscribe .subscribe-news .subButton svg {
    width: 32px;
}

.subscribe_popbox .subscribe .subscribe-news .input-feild.active~label:not(.error),
.subscribe_popbox .subscribe .subscribe-news .input-feild.filled~label:not(.error),
.subscribe_popbox .subscribe .subscribe-news .input-feild:focus~label:not(.error) {
    -webkit-transform: translateY(-50%) scale(.9);
    -ms-transform: translateY(-50%) scale(.9);
    transform: translateY(-50%) scale(.9);
    border-color: #d8d4d4;
    top: 0;
}

.subscribe_popbox .fancybox-close-small {
    background: #ff3d3d;
}

.subscribe_popbox .fancybox-button svg path {
    fill: #FFF;
}

.subscribe_popbox .subscribe .subscribe-news label.error {
    font-size: 13px;
    background: #fe6365;
}

.subscribe_popbox .subscribe .subscribe-news label.error:after {
    border-color: #fe6365 transparent transparent;
}

.subscribe_popbox .subscribe .subscribe-news label.error {
    top: -8px;
    transform: translateY(-100%);
}

html[dir=rtl] .subscribe_popbox .subscribe .subscribe-news label {
    transform-origin: right;
    right: 7%;
    left: auto;
}

html[dir=rtl] .subscribe_popbox .subscribe .subscribe-news .subButton {
    left: 5%;
    right: auto;
}

html[dir=rtl] #happiness-meter-widget-button {
    left: 30px;
    right: auto;
}

html[dir=rtl] .subscribe_flot_btn {
    left: 30px;
    right: auto;
}

html[dir=rtl] .subscribe_popbox .subscribe .subscribe-news .input-feild {
    text-align: right;
}

.subscribe_popbox .subscribe .subscribeMessage {
    width: 100%;
    max-width: 80%;
}

.subscribe_popbox .subscribe .subscribeMessage .alert {
    padding: 10px 25px;
    border-radius: 1.5rem;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.subscribe_popbox .subscribe .subscribeMessage .alert-danger {
    color: #ffffff;
    background-color: #fe6365;
    border-color: #fe6365;
}

.subscribe_popbox .subscribe .subscribeMessage .alert-success {
    color: #ffffff;
    background-color: #1dcc45;
    border-color: #1dcc45;
}

@media only screen and (max-width:767px) {
    .subscribe_popbox>.inner_ {
        padding: 6em 10px 2em;
    }
    .subscribe_popbox .subscribe .subscribe-news label {
        font-size: 15px;
    }
    .subscribe_popbox .subscribe .subscribe-news .input-feild {
        padding: 12px 3%;
    }
    .subscribe_popbox .subscribe .subscribe-news label {
        left: 10px;
        top: 8px;
    }
    .subscribe_popbox .subscribe .subscribe-news .input-feild.active~label:not(.error),
    .subscribe_popbox .subscribe .subscribe-news .input-feild.filled~label:not(.error),
    .subscribe_popbox .subscribe .subscribe-news .input-feild:focus~label:not(.error) {
        font-size: 15px;
    }
    .subscribe_popbox .subscribe .subscribe-news .subButton {
        top: 14px;
    }
    .subscribe_popbox .subscribe .subscribe-news .subButton svg {
        width: 25px;
    }
    html[dir=rtl] .subscribe_popbox .subscribe .subscribe-news label {
        right: 10px;
        left: auto;
    }
    footer .scrollToTop,
    #happiness-meter-widget-button,
    .subscribe_flot_btn {
        right: 0;
        left: auto;
    }
    html[dir=rtl] footer .scrollToTop,
    html[dir=rtl] #happiness-meter-widget-button,
    html[dir=rtl] .subscribe_flot_btn {
        left: 0;
        right: auto;
    }
}


/* AP 12-01-2020 */


/* AL 14-01-2020 */

.subscribe_flot_btn {
    width: 50px;
    height: 50px;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

body.scrolled .subscribe_flot_btn {
    width: 40px;
    height: 40px;
}

.logo_box {
    width: 100%;
    position: relative;
}

.logo_box img {
    max-width: 60%;
    min-width: 50%;
}

.subscribe_popbox .fancybox-close-small {
    padding: 10px;
    width: 38px;
    height: 38px;
}


/* AL 14-01-2020 */


/* san 16-12-2020 */

.launching-the-gx-podcast .post-details-container .content-inner-wrapper iframe {
    width: 100%;
    min-height: 25vh;
    border: none;
    margin: 1em 0;
}


/* san 16-12-2020 */

/* AP 04-06-2021 */

@media only screen and (max-width: 1024px) {
  .scrolled .navbar-toggler {
    opacity: 1;
    visibility: visible;
  }
  header .searchForm {
    position: relative;
    right: auto;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  header .loginButton .icon {
    font-size: 32px;
    line-height: .9;
  }
  .navElementsWrap {
    top: 0;
    height: 100%;
    -webkit-padding-end: 10px;
    padding-inline-end: 10px;
  }
  header .search svg {
    margin: 0;
  }
  header .search {
    margin: 0 5px !important;
  }
  header .search>div {
    position: fixed;
    width: 90vw;
    left: 5vw;
    top: 100px;
    pointer-events: none;
    opacity: 0;
    height: 45px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  header .search>div>div {
    display: none;
  }
  header .search.open>div input {
    padding: .8rem;
    border: 1px solid #80669f;
    border-radius: 1rem;
  }
  header .search.open>div {
    pointer-events: auto;
    opacity: 1;
    width: 90vw;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  header .search.open {
    background: transparent;
  }
  header .search.open svg {
    opacity: 1;
  }
  .searchActive main:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #4b4b4b;
    opacity: .2;
  }
}

html[dir=rtl] #pr-box ul li span {
  margin-right: 0;
  margin-left: 15px;
      float: right;
}
@media only screen and (max-width: 767px) {
.navOpen .navElementsWrap, .scrolled .navElementsWrap {
  pointer-events: none;
}
}
@media only screen and (max-width: 1024px) {
header .navbar-light .navbar-nav li:nth-child(1) .nav-link {
   font-size: 100%;
   }
}
/* AP 04-06-2021 */