/**************** variables *****************************/



/**************** functions *****************************/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,700');
/* @import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
html,
body,
div,
span,
applet,
object,
iframe,
h2,
h3,
h4,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    /* chrome */
    -moz-osx-font-smoothing: grayscale;
    /* moz */
}
html{
scroll-behavior: smooth;
}
body{

    overflow-x: hidden;
}
html,body{
    position: relative;
    font-family: 'Poppins', sans-serif !important;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

html {
    -webkit-text-size-adjust: none;
}
html * {
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
}

html ::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

html {
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  scroll-behavior: smooth;
}

html ::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
html .scroll_wrap {
  scrollbar-width: thin !important;
  scrollbar-color: #707070;
  overflow-x: auto;
}

html .scroll_wrap::-webkit-scrollbar {
  width: 2px !important;
  display: block !important;
  background-color: transparent !important;
}

html .scroll_wrap::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: transparent;
}

html .scroll_wrap::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #707070;
}

html .scroll_h {
  scrollbar-width: thin !important;
  scrollbar-color: #707070;
}

html .scroll_h::-webkit-scrollbar {
  width: 2px !important;
  display: block !important;
  background-color: transparent !important;
}

html .scroll_h::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: transparent;
}

html .scroll_h::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #707070;
}

body {
    position: relative;
    overflow-x: hidden;
    min-height: 100vh;
    font-family: 'Poppins', sans-serif !important;
}
body > b {
    position: absolute;
    top: 0;
	left:0;
}
a{
	transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}
a,
a:hover {
    text-decoration: none;
    color: #000;
    outline: none;
}

a:focus {
    text-decoration: none;
}

:active,
:focus {
    outline: none !important;
}

p:empty {
    margin: 0 !important;
    padding: 0 !important;
}
p a,p a strong{
 color:rgb(133,0, 0) ;
}
p a:hover,p a:hover strong{
 color:rgb(0, 0, 0) ;
}
p a:visited,p a:visited strong{
 color:rgb(0, 112, 112) ;
}

p,article,h1,h2,h3,h4,h5,h6,address{
 word-break: break-word;
 font-family: 'Poppins', sans-serif;
}
.shot-content,.footer-link-box .footer-menu a, .similar-article-list li {
	word-break: break-word;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:before,
.clearfix:after,
.row:after,
.row:before {
    content: '';
    display: table;
    clear: both;
}


/* MATERIAL DESIGN RIPPLE */

.ripple-wrapper {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.ripple-wrapper.animated {
    animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
}

.has-ripple {
    overflow: hidden;
    position: relative;
    user-select: none;
    outline: none;
}

@keyframes ripple {
    100% {
        -webkit-transform: scale(5);
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        transform: scale(5);
        opacity: 0;
    }
}

@-webkit-keyframes ripple {
    100% {
        -webkit-transform: scale(5);
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        transform: scale(5);
        opacity: 0;
    }
}

@-o-keyframes ripple {
    100% {
        -webkit-transform: scale(5);
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        transform: scale(5);
        opacity: 0;
    }
}

@-moz-keyframes ripple {
    100% {
        -webkit-transform: scale(5);
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        transform: scale(5);
        opacity: 0;
    }
}

a:focus,
a:active {
    color: initial !important;
}

input[type="submit"],input[type="button"], button{
	cursor:pointer;
}
.error{
	color:red;
}

/*************** commmon styles ***************/

.checkbox-group {
    display: inline-block;
}

.checkbox-group [type="checkbox"]:not(:checked),
.checkbox-group [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.checkbox-group input[type="checkbox"],
.checkbox-group input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.checkbox-group [type="checkbox"]+label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.085em;
    line-height: 1;
    text-align: left;
    background-color: transparent;
    margin-bottom: 0 !important;
    padding-right: 35px;
}

.checkbox-group [type="checkbox"]+label:before,
.checkbox-group [type="checkbox"]+label:after {
    box-sizing: content-box;
}

.checkbox-group [type="checkbox"]+label:before {
    top: 0px;
    margin-right: 10px;
    border-radius: 2px;
    margin-top: -3px;
    width: 4px;
    height: 12px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #ca2027;
    border-bottom: 2px solid #ca2027;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 0;
    transition: opacity 0.3s ease !important;
    -webkit-transition: opacity 0.3s ease !important;
    -moz-transition: opacity 0.3s ease !important;
    -ms-transition: opacity 0.3s ease !important;
}

.checkbox-group [type="checkbox"]:checked+label:before,
.checkbox-group [type="checkbox"]:hover+label:before {
    opacity: 1;
}

.checkbox-group [type="checkbox"]:checked+label:before {
    border-right: 2px solid #ffffff !important;
    border-bottom: 2px solid #ffffff !important;
}

.checkbox-group [type="checkbox"].filled-in:not(:checked)+label:after {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #ccc;
    top: -2px;
    z-index: 0;
}

.checkbox-group [type="checkbox"].filled-in+label:before,
.checkbox-group [type="checkbox"].filled-in+label:after {
    content: '';
    right: 0;
    position: absolute;
    transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
    z-index: 1;
    top: -2px;
}

.checkbox-group [type="checkbox"].filled-in:checked+label:after {
    top: -2px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #ca2027;
    background-color: #ca2027;
    z-index: 0;
}

.checkbox-group.text-right [type="checkbox"]+label {
    padding-left: 35px;
    padding-right: 0;
}

.checkbox-group.text-right [type="checkbox"]+label:after,
.checkbox-group.text-right [type="checkbox"]+label:before {
    left: 0;
    right: auto;
}

.checkbox-group [type="radio"]:not(:checked),
.checkbox-group [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.checkbox-group [type="radio"]+label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0.085em;
    line-height: 1;
    text-align: left;
    background-color: transparent;
    margin-bottom: 0 !important;
    padding-right: 35px;
}

.checkbox-group [type="radio"]+label:before,
.checkbox-group [type="radio"]+label:after {
    box-sizing: content-box;
}

.checkbox-group [type="radio"]+label:before {
    top: 0px;
    margin-right: 10px;
    border-radius: 2px;
    margin-top: -3px;
    width: 4px;
    height: 12px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #ca2027;
    border-bottom: 2px solid #ca2027;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 0;
    transition: opacity 0.3s ease !important;
    -webkit-transition: opacity 0.3s ease !important;
    -moz-transition: opacity 0.3s ease !important;
    -ms-transition: opacity 0.3s ease !important;
}

.checkbox-group [type="radio"]:checked+label:before,
.checkbox-group [type="radio"]:hover+label:before {
    opacity: 1;
}

.checkbox-group [type="radio"]:checked+label:before {
    border-right: 2px solid #ffffff !important;
    border-bottom: 2px solid #ffffff !important;
}

.checkbox-group [type="radio"].filled-in:not(:checked)+label:after {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #cccccc;
    top: -2px;
    z-index: 0;
}

.checkbox-group [type="radio"].filled-in+label:before,
.checkbox-group [type="radio"].filled-in+label:after {
    content: '';
    right: 0;
    position: absolute;
    transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
    z-index: 1;
    top: -2px;
}

.checkbox-group [type="radio"].filled-in:checked+label:after {
    top: -2px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #ca2027;
    background-color: #ca2027;
    z-index: 0;
}

.checkbox-group.text-right [type="radio"]+label {
    padding-left: 35px;
    padding-right: 0;
}

.checkbox-group.text-right [type="radio"]+label:after,
.checkbox-group.text-right [type="radio"]+label:before {
    left: 0;
    right: auto;
}
._3d-flip-book{
	background-color:grey;
}

header .navbar-brand,
header .navbar,
header .log-pass,
header .navbar-form,
header .nav li {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

header {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.waffle{
	position:relative;
	display:inline-block;
	margin: 10px 20px 0 0;
	cursor:pointer;
}
.waffle:after{
	content:"";
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	height:50%;
}
.waffle .waffle-icon{
	width:47px;
	height:47px;
	/*border-radius:50%;
	background-color:#EFEFEF;*/
	display:flex;
	align-items:center;
	justify-content:center;	
}
.waffle .waffle-icon img{
	width:20px;
	color:#ADADAD;
	transition: all 0.4s ease-in-out;

}
.waffle:hover .waffle-icon img{
	transform:rotate(180deg);
}
.waffle .waffle-menu{
	position:absolute;
	top:140%;
	left:50%;
	min-width:290px;
	background-color:#fff;
	opacity: 0;
  -webkit-transition: transform  0.3s ease-in-out, opacity  0.3s ease-in-out;
  -o-transition: transform  0.3s ease-in-out, opacity  0.3s ease-in-out;
  transition: transform  0.3s ease-in-out, opacity  0.3s ease-in-out;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  pointer-events: none;
  border-radius: 4px;
  overflow: hidden;
  min-width: 290px;
  padding: 20px 15px;
 box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.waffle:hover .waffle-menu{
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  pointer-events: all;
  border-radius:6px;
}
.waffle .waffle-menu .logo_grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
	margin:0;
}
.waffle .waffle-menu .logo_grid .logo_list {
  flex: 0 0 33.33%;
  padding: 0;
  position: relative;
  background-color: #fff;
  border-radius: 0;
  transition: background-color 0.4s ease-in-out,border-radius 0.4s ease-in-out ;
  overflow: hidden;
  text-align: center;
  min-height:115px;
}
.waffle .waffle-menu .logo_grid .logo_list a{
  display:block;
  padding: 10px;
}
.waffle .waffle-menu .logo_grid .logo_list:hover, .waffle .waffle-menu .logo_grid .logo_list:hover a {
  border-radius: 6px;
  background-color: #efefef;
}

.waffle .waffle-menu  .logo_grid .logo_list .logo_box {
  font-size: 12px !important;
  color: #000 !important;
  font-weight: normal;
  text-align: center;
}
.waffle .waffle-menu  .logo_grid .logo_list .logo_box figure {
  margin: 0 auto 20px;
}
.waffle .waffle-menu  .logo_grid .logo_list .logo_box figure img {
  max-width: 100%;
  display: block;
  margin: auto;
  max-height:48px;
  transition: none !important;
}
.waffle .waffle-menu  .logo_grid .logo_list .logo_box h5 {
 font-family: 'Poppins', sans-serif;
  font-size: 12px !important;
  color: #000 !important;
  line-height: 13px;
  font-weight: normal;
  max-width: 46px;
  width: 100%;
  margin: auto;
  transition: color 0.4s ease-in-out;
}


header.nav-up {
    top: 00px;
}
header .nav li {
    padding: 14px 5px;
}

header.smaller .navbar-brand {
    width: 140px;
    padding: 10px 15px;
}

header.smaller .navbar {
    min-height: 70px;
}

header.smaller .log-pass {
    margin-top: 0px;
}

header.smaller .navbar-form {
    margin-top: -2px;
}

header.smaller .header-- button {
    margin-top: -2px;
}

/*header.smaller .header-search input[type=text] {
    top: 10px;
}*/

header.smaller .nav li {
    padding: 0 10px;
}
.panel{
	min-height: 412px;
    max-height: 412px;
}

.panel .article-img-cotainer img, .artical-box-image {
    max-height: 135px;
}
.search-img .article-img-cotainer img,.search-img .artical-box-image {
    max-height: inherit !important;
}
.adwrap-content .panel .panel-body .article-img-cotainer{
	height:auto !important;
	max-height:inherit !important;
}

.adwrap-content .panel .article-img-cotainer .art-gal{
	position:relative;
	max-height:inherit !important;
	/*padding-top:128.25%;*/
}

.adwrap-content .panel .article-img-cotainer img, .adwrap-content .artical-box-image{
	/*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;*/
	
    max-width: 100%;
    width: auto;
	max-height:inherit !important;
}


.panel .article-img-cotainer img,
.panel .artical-title a,
.popular-content a .popular-image,
.article-main .article-main-head .article-banner .article-carousal-main .ac-image img,
.feature-banner .owl-item>div>img {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.panel:hover .artical-title a {
    color: #CA2027;
}
.panel .shot-content,.panel .shot-content p,.panel .shot-content p strong{
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-weight: normal !important;
}
.panel .shot-content{
    margin-bottom: 15px;
}
.panel .shot-content,.panel .shot-content p{
	word-break: break-word;
}

.articals-list .artical-content .panel{
    min-height: 411px;
}

.panel:hover .article-img-cotainer img,
.popular-content:hover .popular-image,
.article-main .article-main-head .article-banner .article-carousal-main:hover .ac-image img,
.feature-banner .owl-item>div:hover>img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

header .floating-social {
    display: none;
}


/*
Theme Name: Tidings
Auth3or: webandcrafts
Author URI: http://webandcrafts.com/
Version: 1.0.0
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready

*/


/*****Edited by Kiran************/

section.media-scan-section.home-media-scan .artical-content .event-with-image .know-more a:focus {
    color: #fff !important;
}

section.media-scan-section.home-media-scan .artical-content .event-with-image .event-date {
    z-index: 10;
    position: relative;
}

section.media-scan-section.home-media-scan .artical-content .event-with-image .event-title {
    z-index: 10;
    position: relative;
}

section.media-scan-section.home-media-scan .artical-content .event-with-image .event-desc {
    position: relative;
    z-index: 10;
}

section.media-scan-section.home-media-scan .artical-content .event-with-image .event-loc {
    z-index: 10;
    position: relative;
}
.media-scan-section .artical-content  .panel .panel-body{
  min-height:inherit !important;
  height:inherit  !important;
  max-height:inherit  !important;
}
img.shalom-media {
    margin-top: 13px !important;
    padding: 0 57px;
}

section.article-tab-contain div#artical-content-main .adwrap-content .prayer-text,
.artical-content3 .prayer-text {
    text-align: center !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}

section.article-tab-contain div#artical-content-main .adwrap-content .prayer-text,
.artical-content3 .prayer-text {
    position: absolute;
    text-align: center;
    z-index: 10;
    top: 0;
    color: #fff;
    padding: 0;
    top: 50%;
    left: 32%;
    transform: translate(-23%, -50%);
    font-family: 'Playball', cursive;
    font-size: 20px;
    letter-spacing: 0.01em;
    font-weight: 400;
}

section.article-tab-contain div#artical-content-main .adwrap-content .prayer-image .art-gal:after,
.artical-content3 .prayer-image .art-gal:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 0.4) 60%);
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 0.4) 60%);
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 0.4) 60%);
    background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 0.4) 60%);
    background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 0.4) 60%);
    top: 0;
}

.col-sm-6.carousel-upcoming-events.owl-carousel .owl-dots {
    position: absolute;
    bottom: 44px;
    right: 63px;
}

.col-sm-6.carousel-upcoming-events.owl-carousel .owl-dots .owl-dot {
    background: #fff;
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 19px;
}

.col-sm-6.carousel-upcoming-events.owl-carousel .owl-dots .owl-dot.active {
    background: #fff !important;
}

.interview-section .panel{
	min-height: auto!important;
    max-height: inherit!important;
}

.interview-section .article-img-cotainer .article-button a:first-of-type:hover {
    text-decoration: none;
}

.interview-section .artical-content-wrap .article-button .share-popup {
    position: relative;
    display: inline-block;
    color: #090b08;
    padding-right: 0px;
    cursor: pointer;
    z-index: 10;
    vertical-align: middle;
    float: right;
}

.interview-section .artical-content-wrap .article-button ul li a {
    margin-right: 7px;
    color: #3c3c3c;
}

.interview-section .artical-content-wrap .article-button ul li a .icon-Whatsapp:before {
    color: #3c3c3c;
}

.interview-section .artical-content-wrap .article-button .share-popup:hover ul {
    opacity: 1;
    /* visibility: visible; */
    left: -120px;
    top: 1px;
}

.interview-section .article-img-cotainer .article-button a:first-of-type:active {
    color: #fff !important;
}

.interview-section .artical-content-wrap .article-button .share-popup ul {
    opacity: 0;
    /* visibility: visible; */
    left: -130px;
    top: 1px !important;
}
.interviews-slider .owl-dots{
    display: flex;
    justify-content: center;
}
.interviews-slider .owl-dot {
    margin: 0 3px;
	background: none !important;
	border-radius: 50%;
	width: 8px;
    height: 8px;
	background: #858585;
}

.interviews-slider .owl-dot span{
	width: 8px;
    height: 8px;
    display: block;
    background: #858585;
    border-radius: 50%;
    padding: 0;
    margin: 0;

}
.interviews-slider .owl-dot.active,.interviews-slider .owl-dot.active span{
	background: #CA2027;
}

.article-img-cotainer .article-button a:first-of-type {
    /* display: none; */
    color: #fff;
    font-size: 18px;
    line-height: 1.5422;
    letter-spacing: 0.02em;
    font-weight: 400;
}


/*section.media-scan-section.home-media-scan .artical-content .row .col-sm-6:nth-child(1) {*/


/*    width: 48%;*/


/*}*/

#container,.container {
    position: relative;
    /*overflow-x: hidden;*/
    font-family: 'Poppins', sans-serif !important;
}

.container .container{
	padding-left:0;
	padding-right:0;
	width:100% !important;
}
section.page-about,
section.page-contact {
    overflow-x: hidden;
}

section.contact-blocks {
    padding: 75px 0;
}

section.contact-blocks {
    background: #f4f4f4;
}

section.contact-blocks .col-xs-3 i.icon-location {
    font-size: 23px !important;
    font-weight: 500;
}

section.contact-blocks .blocks-contact .col-xs-3 p {
    font-size: 14px;
    letter-spacing: 0.03em;
    word-break: break-word;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 2.142;
}

section.contact-blocks .blocks-contact .col-xs-3 p.contact.one {
    font-weight: 600;
}

.page-about h2.title,
.page-contact h2.title {
    font-size: 39px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: rgb(0, 0, 0);
    line-height: 1.38;
    position: relative;
    text-align: center;
    width: auto;
    display: inline-block;
    margin: 0 auto 22px;
}


/*.page-about h2.title:after {*/


/*    content: "";*/


/*    position: absolute;*/


/*    width: 30px;*/


/*    height: 2px;*/


/*    bottom: 0;*/


/*    left: 0;*/


/*    margin: 0 auto;*/


/*    display: block;*/


/*    bottom: -4px;*/


/*    text-align: center;*/


/*    background: #ca2027;*/


/*    right: 0;*/


/*    display:none;*/


/*}*/


.about-section .about-contents{
	padding-bottom: 30px;
}
.about-section .about-contents .about-para {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    letter-spacing: 0.7px;
    color: #1d1d1d;
    line-height: 2.53;
    text-align: center;
    
}
.about-section .about-contents .about-para-title{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.7px;
}
.about-section .about-contents{
	font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    letter-spacing: 0.7px;
    color: #1d1d1d;
    line-height: 2.53;
    text-align: center;
}
#mission, .mission{
	padding-top: 20px;
}
#mission h3, .mission h3{
	font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.7px;
}

.about-section,
.mgmt-section {
    text-align: center;
}

.about-section .about-contents {
    max-width: 1100px;
    width: 100%;
    ;
    margin: 16px auto 84px;
}

p.title-light {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: rgb(153, 153, 153);
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
}

h3.content-bold {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: #202020;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
    margin-top: 8px;
    letter-spacing: 0.05em;
}

.mgmt-contents {
    padding-top: 65px;
    text-align: justify;
    width: 100%;
    padding-bottom: 90px;
}

.editorial-team-section {
    text-align: center;
}

.editorial-team-section .editorial-contents {
    margin-top: 60px;
    margin-bottom: 0 !important;
    line-height: 1;
    text-align: justify;
    margin: 60px 20px;
}

section.contact-blocks .blocks-contact .col-xs-3 {
    padding: 43px 20px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e7e7e7;
    height: 320px;
    margin-right: 11px;
    width: 19%;
}

.editorial-contents:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.mgmt-contents .members-mgmt {
    position: relative;
    padding-left: 20px;
}

p.edtrl-members {
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.mgmt-contents .members-mgmt:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    background: #ca2027;
    left: 0;
}

.members-mgmt {
    display: inline-block;
    width: auto;
}

.mgmt-contents:after {
    content: "";
    width: 100%;
    display: inline-block;
}

.fixed-share-buttons {
    position: fixed;
    right: 73px;
    top: 309px;
    z-index: 999999;
}

.carousel-box .container {
    position: relative;
}

.fixed-share-buttons ul li a i {
    transition: all 0.3s ease-in-out
}

.fixed-share-buttons ul li a i {
    color: #b2b2b2;
}

.fixed-share-buttons ul li {
    margin-bottom: 9px;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
    border-radius: 58px;
    width: 43px;
    height: 43px;
    padding: 12px;
    background: #f8f8f8;
    background-image: -moz-linear-gradient( 90deg, rgb(215, 215, 215) 0%, rgb(255, 255, 255) 100%);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
}

.fixed-share-buttons ul li:hover {
    background: #c91e25;
    color: #fff;
}

.fixed-share-buttons ul li:hover a i {
    color: #fff;
}

.main_banner .feature-banner > .item-card {
    transform: translateY(-12%);
}


.main_banner .slider-content .slider-box-left-content .banner-top-buttons .share-popup ul {
    position: absolute;
    width: 180px;
    left: -46px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.popular-content .side_top_btn .share-popup:hover ul {
    left: -126px;
}

.main_banner .slider-content .slider-box-left-content .banner-top-buttons .share-popup:hover ul {
    opacity: 1;
    visibility: visible;
    left: -46px;
    top: -26px;
}

.main_banner .slider-content .slider-box-left-content .category-box {
    margin-bottom: 10px;
    width: auto;
    display: inline-block;
}

.main_banner .slider-content .slider-box-left-content {
    position: relative;
    width: calc(100% - 132px);
}

.main_banner .slider-content .slider-box-left-content .date_time span {
    margin-right: 31px;
    font-weight: 300;
    font-size: 15px;
}

.main_banner .slider-content .slider-box-left-content .category-box .category-button {
    background-color: #CA2027;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 28px;
    line-height: 2.4;
    letter-spacing: 0.07em;
}

.main_banner .slider-content {
    bottom: 0;
}

.main_banner .slider-content .col-md-12 {
    padding-left: 15px;
}

.popular_main_slidr .popular-content .popular-slider-content .popular-category-box span,
.articel-recent .popular-category-box span {
    background-color: #CA2027;
    color: #ffffff;
    padding: 3px 13px;
    border-radius: 0;
    font-size: 10px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    line-height: 2.4;
    letter-spacing: 0.07em;
}

.popular_main_slidr .popular-content .popular-slider-content .content-popular-date,
.articel-recent .content-popular-date {
    font-size: 10px;
    font-weight: 300;
    float: right !important;
    /* padding: 5px 0; */
    letter-spacing: 0.05em !important;
    font-family: 'Poppins', sans-serif;
    line-height: 2.4 !important;
}

.popular_main_slidr .popular-content .popular-slider-content .popular-category-box,
.articel-recent .popular-category-box {
    width: auto;
    float: left;
    margin-bottom: 0;
}

.popular_main_slidr .popular-content .popular-slider-content,
.articel-recent .popular-slider-content {
    width: 100%;
    padding-bottom: 10px;
}

.articel-recent .heading{
	padding-bottom:22px;
}

section.media-scan-section.home-media-scan.single-editorial .artical-content.clearfix {
    margin: 0 -30px;
}
body.single-editorial  .single-editorial .editorial-content-latest .editorial-tab-section{
	float:none !important;
	clear:both;
	
}
body.single-editorial  .single-editorial .editorial-content-latest .editorial-tab-section .panel{
	padding:21px;
	background: #f8f8f8;
}
body.single-editorial  .single-editorial .editorial-content-latest .editorial-tab-section .panel-body{
	padding:0;
	border-bottom:1px solid #E5E5E5;
}

body.single-editorial  .single-editorial .editorial-content-latest .editorial-tab-section:last-child .panel-body,body.single-editorial  .single-editorial .editorial-content-latest .editorial-tab-section:last-of-type .panel-body,
body.single-editorial  .single-editorial .editorial-content-latest .editorial-tab-section:nth-last-of-type(1) .panel-body{
	border:0 !important;
}
body.single-editorial  .single-editorial .editorial-content-latest .editorial-tab-section .artical-author{
 display:none;
}
.editorial-tab-section .editorial-tab-section.last:last-child .panel-body{
	border:0 !important;

}
.date-single-editorial span.date {
    font-size: 18px;
    width: 100%;
    font-weight: 400;
    display: block;
    line-height: 1.333;
    position: relative;
    color: #848484;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 40px;
}

section.editorial-single-section .editorial-content-wrap p:nth-child(1)::first-letter {
    font-size: 56px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.49;
    float: left;
    letter-spacing: 0.05em;
    font-family: 'Poppins', sans-serif;
    padding-right: 2px;
    padding-top: 14px;
}

section.editorial-single-section .artical-content.clearfix {
    padding: 56px 46px;
    background: #ffff;
    margin-top: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

section.editorial-single-section .editorial-content p {
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 2.142;
    color: #3e3e3e;
    margin-bottom: 20px;
}

section.editorial-single-section .editorial-content .author-sec .author-name p {
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #5f5f5f;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding-top: 8px;
}

section.editorial-single-section .editorial-title {
    font-size: 34px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #c7984c;
    /*margin-bottom: 55px;*/
}

section.editorial-single-section {
    background: #f9f9f9;
}

section.media-scan-section.home-media-scan.single-editorial .artical-content .artical-title {
    text-align: left;
    height: auto;
    height: 46px;
    margin-top: 35px;
    margin-bottom: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.editorial-tab-section .panel.panel-default {
    padding: 15px;
}

.editorial-tab-section .artical-title {
    height: 46px;
    margin-top: 35px;
    margin-bottom: 6px;
}

.editorial-tab-section .article-tab-contain .articals-list .artical-title {
    height: 46px;
    margin-bottom: 15px;
    margin-top: 31px;
    font-size: 18px;
    font-weight: 500;
}

.col-md-4.col-lg-3.col-sm-6.editorial-tab-section .shot-content::first-letter {
    font-size: 42px;
    float: left;
    font-weight: 500;
    line-height: 1.1;
    padding-right: 10px;
}

.row.media-scan-single .mscan-image img {
    width: 100%;
    height: auto;
}

.row.media-scan-single:nth-child(even) .mscan-image {
    width: auto;
    display: inline-block;
    float: left;
    padding-right: 1px !important;
    max-width: 267px;
}

.row.media-scan-single:nth-child(odd) .mscan-image {
    width: auto;
    display: inline-block;
    float: right;
    padding-left: 80px !important;
    max-width: 400px;
}

.row.media-scan-single .mscan-content .mscan-content {
    width: 100%;
}

.row.media-scan-single .mscan-content .mscan-content p {
    color: #3e3e3e;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 2.142;
}

.row.media-scan-single .mscan-content .mscan-title {
    font-size: 18px;
    float: none;
    color: #ca2027;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

.row.media-scan-single .mscan-content .mscan-date {
    color: #7b7b7e;
    font-size: 14px;
    margin-bottom: 40px;
    text-transform: uppercase;
    line-height: 1.333;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

section.ventures-carousel {
    height: 277px;
    background: #2b2c2c;
}
.ventures-carousel .container{
  display:flex;
  align-items:center;

}
.right-slider-carousel img {
    max-width:100%;
}

.left-text-carousel {
    margin: 93px 0px;
    padding: 33px 80px;
    padding-left: 0;
    width: auto;
    display: inline-block;
    float: left;
    border-right: 2px solid #d7d7d7;
}

p.shalom-ventures {
    line-height: 1.333;
    font-size: 18px;
    letter-spacing: 0.04 em;
    width: auto;
    display: inline-block;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #fff;
}

.right-slider-carousel {
    width: calc(100% - 251px);
    float: right;
}
.right-slider-carousel  .owl-stage{
	display:flex;
    align-items:center;
}
.right-slider-carousel  .owl-item{
	display:flex;
    align-items:center;
    justify-content:center;
	padding: 0 40px;

}

.row.media-scan-single {
    background: #fff;
    margin-bottom: 22px;
    padding: 66px 62px;
    padding-left: 67px;
    border: 1px solid #e7e7e7;
    border-radius: 7px;
}

.row.media-scan-single:nth-child(odd) .mscan-content.main {
    width: calc(100% - 400px);
    float: left;
}

.row.media-scan-single:nth-child(even) .mscan-content.main {
    width: calc(100% - 312px);
    float: right;
}

.row.media-scan-single .mscan-image {
    width: auto;
    display: inline-block;
    float: left;
    padding-top: 26px;
}

.row.media-scan-single{
    position: relative;
}

.row.media-scan-single .interact {
    position: absolute;
    bottom: 20px;
    right: 100px;
}

.row.media-scan-single .interact ul li {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 0 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    position: relative;
}

.row.media-scan-single .interact > ul > li figure {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.row.media-scan-single .interact ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.row.media-scan-single .icons-hover > ul > li > ul > li {
    margin: 0 5px;
    opacity: 0.7;
    transition: opacity .4s ease-in-out;
    line-height: 14px;
}

.single-events-bottom:after {
    content: "";
    display: inline-block;
    width: 100%;
    text-align: justify;
}

.interview-section .artical-content.clearfix button.btn.btn-more {
    margin-bottom: 0 !important;
}

.media-scan-section.home-media-scan .artical-content.clearfix button.btn.btn-more,
.interview-section .artical-content.clearfix button.btn.btn-more {
    padding: 12px 25px;
    margin-bottom: 50px;
}


/*.interview-section .artical-content.clearfix button.btn.btn-more{*/


/*    background: transparent;*/


/*    color: #000 !important;*/


/*    border: 1px solid #d7d7d7;*/


/*}*/

.artical-content .shot-content {
    float: left;
}

.home-media-scan .artical-content .shot-content {
    margin-bottom: 0;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
	height: auto !important;
}


/*section.media-scan-section.home-media-scan .artical-content .row .col-sm-6:nth-child(1) {*/


/*    width: 47%;*/


/*}*/

section.media-scan-section.home-media-scan.two {
    background: #fff;
}

section.media-scan-section.home-media-scan.two .event-no-image .event-date:after {
    content: "";
    height: 100%;
    display: inline-block;
    width: 1px;
    background: #ff0000;
    position: absolute;
    right: -14px;
    top: 0px;
}

section.media-scan-section.home-media-scan.two .event-no-image .event-date {
    position: relative;
}

section.media-scan-section.home-media-scan.two .event-no-image .event-date {
    width: 98px;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
    float: left;
    font-family: 'Poppins', sans-serif;
    height: 86%;
    margin-top: 5px;
    padding-top: 14px;
    padding-bottom: 17px;
    font-weight: 500;
    font-size: 28px;
    color: #000;
    text-align: center;
    margin-right: 0;
    line-height: 0.95;
    margin-left: -12px;
}

section.media-scan-section.home-media-scan .artical-content .event-with-image .event-date p {
    font-size: 35px;
}

section.media-scan-section.home-media-scan.two .event-no-image .event-date p {
    font-size: 30px;
    display: block;
    padding-top: 3px;
}

section.media-scan-section.home-media-scan.two .event-no-image {
    width: auto;
    height: 126px;
}

section.media-scan-section.home-media-scan.two .event-no-image .no-image-right {
    width: calc(100% - 109px);
    display: inline-block;
    padding-left: 32px;
    height: 60px;
}

section.media-scan-section.home-media-scan.two .event-no-image .no-image-right span.i:before {
    content: '';
    width: 10px;
    height: 1px;
    background-color: #7B7B7B;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
}

section.media-scan-section.home-media-scan.two .event-no-image .no-image-right span.i:after {
    content: '';
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #7B7B7B;
    border-right: 1px solid #7B7B7B;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
}

section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .event-title {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1.5;
    transition: all 0.3s ease-in-out;
    padding-right: 90px;
    height: 86px;
    max-height: 86px;
    overflow: hidden;
}

section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .event-loc {
    width: auto;
    display: inline-block;
    float: none;
    text-align: left;
}

section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .know-more a {
    float: right;
}

section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .event-loc,
section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .know-more a {
    font-size: 14px;
    color: #8d8d8d;
    line-height: 2.142;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

section.media-scan-section.home-media-scan.two .event-no-image:nth-child(1) {
    margin-top: 0 !important;
}

section.media-scan-section.home-media-scan.two .event-no-image {
    width: 100% !important;
    margin-top: calc((602px - (140px * 4)) / 3) !important;
    transition: all 0.3s ease-in-out;
    height: 140px !important;
    border: 1px solid #cacaca;
    padding: 15px;
    padding-left: 31px;
}

section.media-scan-section.home-media-scan.two .event-no-image:hover {
    box-shadow: 4px 6px 6px #e3e3e3;
}

section.media-scan-section.home-media-scan.two .event-no-image:hover .no-image-right .event-title {
    color: #ca2027;
}

section.media-scan-section.home-media-scan.two .event-no-image:hover .no-image-right .know-more a {
    color: #ca2027;
}

section.media-scan-section.home-media-scan .artical-content .event-with-image {
    height: 602px;
    width: 643px;
    background-size: cover;
}

section.media-scan-section.home-media-scan .artical-content .event-with-image .event-loc {
    font-size: 30px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    line-height: 1.758;
    font-weight: 400;
    margin-bottom: 25px;
    padding: 0 58px;
}

section.media-scan-section.home-media-scan .artical-content .event-with-image .event-loc i.icon-location {
    padding-right: 10px;
}

section.media-scan-section.home-media-scan .artical-content .event-with-image .event-title {
    padding: 0 58px;
    color: #fff;
    height: 95px;
    text-transform: uppercase;
    font-size: 63px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

section.media-scan-section.home-media-scan .artical-content .event-with-image .event-desc {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 400;
    padding: 0 58px;
    line-height: 1.5;
    margin-bottom: 45px;
    max-height: 95px !important;
    overflow: hidden;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

section.media-scan-section.home-media-scan .artical-content .event-with-image .know-more a {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 0 76px;
}

.media-scan-section.home-media-scan .artical-content.clearfix {
    padding: 0 15px;
}

section.media-scan-section.home-media-scan .artical-content .event-with-image .event-date {
    display: inline-block;
    margin-left: 58px;
    margin-top: 50px;
    font-size: 30px;
    border-radius: 11px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 82px;
    color: #fff;
    width: 140px;
    word-break: break-word;
    height: 123px;
    text-align: center;
    text-overflow: ellipsis;
    line-height: 1;
    border: 1px solid;
    padding: 30px 3px;
}

.no-image-right .know-more .arrow-more i:before {
    content: '';
    width: 10px;
    height: 1px;
    background-color: #7B7B7B;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -20px;
}

.event-with-image .know-more .arrow-more i:before {
    content: '';
    width: 10px;
    height: 1px;
    background-color: #7B7B7B;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -20px;
}

section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .know-more {
    width: auto;
    float: right;
    display: inline;
    position: relative;
}

.single-events-bottom {
    text-align: justify;
    line-height: 0;
}

.no-image-right .know-more .arrow-more i:after {
    content: '';
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #7B7B7B;
    border-right: 1px solid #7B7B7B;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -14px;
}

.event-with-image .know-more .arrow-more i:after {
    content: '';
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 64px;
}

.no-image-right .event-loc i.icon-location {
    padding-right: 10px;
}

.event-with-image .know-more {
    position: absolute;
    width: auto;
    bottom: 43px;
    z-index: 1;
}

.event-with-image:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 97%;
    display: block;
    z-index: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 0.4) 60%);
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 0.4) 60%);
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 0.4) 60%);
    background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 0.4) 60%);
    background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 0.4) 60%);
    top: 0;
}

.event-with-image .know-more .arrow-more i:before {
    content: '';
    width: 8px;
    height: 1px;
    background-color: #7B7B7B;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 60px;
    background: #fff;
}

section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .event-category {
    display: block;
    color: #CA2025;
    text-align: left;
    font-size: 12px;
    width: 100%;
    max-width: 100%;
    /* color: #8d8d8d; */
    letter-spacing: 0.05em;
    line-height: 2.142;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

section.media-scan-section.home-media-scan span.header-c1 {
    font-size: 18px;
    line-height: 1.333;
    font-weight: 400;
}

section.media-scan-section.home-media-scan .mag_head p {
    font-weight: 600;
}

section.media-scan-section.home-media-scan .artical-content {
    /*background-color:#fff;*/
}

section.media-scan-section.home-media-scan .artical-content .row {
    border: none;
    display: flex;
    flex-wrap: wrap;
}

section.media-scan-section.home-media-scan .artical-content .row,
section.media-scan-section.home-media-scan .artical-content .row .col-sm-6 {
    padding: 0;
}

section.media-scan-section.home-media-scan .artical-content .event-with-image .event-date br,
section.media-scan-section.home-media-scan.two .event-no-image .event-date br {
    display: block;
}

.home-media-scan .publish-date {
    text-transform: uppercase;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 22px 20px 40px;
    line-height: 1.333;
    color: #7b7b7e;
    background: #fff;
    margin: 0 -15px;
}

.related_articles_wrapper .panel {
    min-height: auto;
    max-height: inherit;
}

.related_articles_wrapper .panel .artical-author p{
	padding-bottom:0 !important;
}

/*************24-12-2017*****************/

.share-popup_outer .share-popup {
    position: absolute;
    left: 190px;
    bottom: 9px;
    overflow: hidden;
    width: 200px;
}

.share-popup_outer .share-popup:hover ul {
    left: 28px;
}

.share-popup_outer .share-popup ul li a {
    color: #fff;
}

.share-popup_outer .share-popup ul li {
    padding: 0 5px;
}

.share-popup_outer .share-popup ul {
    left: 20px;
}

.share-popup_outer .share-popup ul li a .icon-Whatsapp:before {
    color: #fff;
}

.share-popup_outer .share-popup ul li a .icon-Whatsapp:hover:before {
    color: red;
}

.android_sec {
    /* position: fixed; */
    display: none;
    padding: 15px 0;
    background-image: -ms-linear-gradient( 0deg, rgb(20, 20, 31) 0%, rgb(44, 46, 78) 100%);
    background-image: -moz-linear-gradient( 0deg, rgb(20, 20, 31) 0%, rgb(44, 46, 78) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(20, 20, 31) 0%, rgb(44, 46, 78) 100%);
    background-image: -o-linear-gradient( 0deg, rgb(20, 20, 31) 0%, rgb(44, 46, 78) 100%);
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.android_sec h3 {
    color: #e43239;
    margin: 0 0 4px;
    font-size: 18px;
    left: 0.040em;
    font-weight: 300;
}

.android_sec p {
    font-size: 14px;
    left: 0.040em;
}

.android_sec_btn {
    float: right;
    background: transparent;
    /*border: 1px solid #fff;*/
    border-radius: 3px;
    font-size: 20px;
    font-weight: 300;
    display: block;
    color: #247cff;
    width: 76px;
    height: 43px;
    letter-spacing: 0.040em;
    text-align: center;
    line-height: 43px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.android_sec_btn:hover,
.android_sec_btn:focus,
.android_sec_btn:active {
    color: #000;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main_banner {
    background-color: #F9F9F9;
    /*height: 686px;*/
    padding-bottom: 551px;
    position: relative;
    overflow: hidden;
}

.main_banner .feature-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.popular_main_slidr {
    background-color: #F9F9F9;
    padding-bottom: 551px;
    position: relative;
    overflow: hidden;
}

.popular_main_slidr .popular-slider-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.side_top_btn {
    top: 15px !important;
    right: 10px !important;
}

.side_top_btn a i {
    font-size: 18px !important;
}

.side_top_btn .share-popup ul {
    left: -140px;
}

.side_top_btn .share-popup:hover ul {
    left: -150px;
}

.slider-box-left-content.hide_load {
    display: none
}

.articel-recent .side_top_btn {
    position: absolute;
}

.wpf-favorite-link i.icon-heart,
.wpf-favorite-link i.icon-heart:before {
    color: #CA2027 !important;
}

.articles-slide-box .owl-dots {
    display: none;
    position: absolute;
    bottom: 0;
    right: 10px;
}

.articles-slide-box .owl-dot {
    margin: 0 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
}

.owl-dot.active {
    background: #CA2027 !important;
}

.magazines_section {
    padding: 38px 0 50px;
}

.magazines_section .artical-box-image {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover !important;
    width: 100%;
    padding-top: 131%;
    object-fit: inherit;
    height: inherit;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.artical-box-image.mobile-view{
	display:none !important;
}
.magazines_section .maze-still {
    /*margin-right: 15px;*/
    border: 1px solid #ddd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    border-radius: 3px !important;
    margin-bottom: 10px;
    padding: 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.magazines_section .maze-still:hover {
    box-shadow: 4px 4px 10px 0px rgba(232, 232, 232, 0.8);
}

.magazines_section .article-ad-link:hover .magazine_title {
    color: #ca2027;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.magazines_section .owl-nav {
    top: -38px;
    font-size: 0px;
    right: 112px
}

.magazines_section .owl-prev {
    border: 1px solid #d9dcde;
    position: relative;
}

.magazines_section .owl-prev:before {
    content: '';
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #5d5e61;
    border-right: 1px solid #5d5e61;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.magazines_section .owl-prev:after {
    content: '';
    width: 8px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 7px;
    background-color: #5d5e61;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.magazines_section .owl-next:before {
    content: '';
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #5d5e61;
    border-right: 1px solid #5d5e61;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.magazines_section .owl-next:after {
    content: '';
    width: 8px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 7px;
    background-color: #5d5e61;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.magazines_section .owl-next {
    border: 1px solid #d9dcde;
    margin-left: 20px;
}

.magazines_slidr {
    margin-top: 0;
}

.mag_head {
    display: inline-block;
    width: 100%;
}

.mag_head .heading {
    float: left;
}

.mag_head .magazine_viewall {
    text-align: center;
    float: right;
    font-weight: 500;
    font-size: 14px;
    padding: 4px 0;
    margin-top: 7px;
    position: relative;
}

.mag_head .magazine_viewall:hover,
.mag_head .magazine_viewall:focus,
.mag_head .magazine_viewall:active {
    color: #CA2027 !important;
}

.mag_outr:hover .artical-box-image {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.magazine_title{
	position:relative;
    color: #8d8d8d;
    text-align: center;
    font-size: 14px;
    transition: all 0.4s ease-in-out;
	display:flex !important;
	align-items:center !important;
	justify-content:center !important;
	

}
.magazine_title .play-icon{
	flex:0 0 23px;
	position:relative;
	cursor:pointer;
	display:inline-block;
}
.magazine_title .play-icon svg{
	width:23px;
}
.magazine_title .promo_txt{
	position:relative;
	transition:all .4s ease-in-out;
}
.magazine_title .promo_txt span{
	position :relative;
	/*top:0;
	left:0;
	bottom :0 ;
	margin:auto;*/
	background:#fff;
	z-index:1;
	display:block;
	transition:all .4s ease-in-out;
	padding-left:8px;
}
.magazine_title .promo_txt .magzn_title{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

.magazine_title .promo_txt .hover_text{
	opacity:0;
	visibility:hidden;
	color:#CA2027;
	cursor: pointer;
	z-index:5;
}
.magazine_title .promo_txt .hover_text a{
	color:#CA2027;
	text-decoration:none;
}
.magazine_title:hover .promo_txt .hover_text {
	opacity:1;
	color:#CA2027;
	visibility:visible;
}
.magazine_title:hover .promo_txt .magzn_title{
	opacity:0;
	visibility:hidden;
}
.artical-content .panel.panel-magazine .maz-art .artical-title.magazine_title{

}
.full_link{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:10;
}
.video_wrap{
	position:relative;
}
.video_wrap:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-top: calc(9 / 16 * 100%);
}

.video_wrap.wide:after {
  padding-bottom: 56%;
}

.video_wrap img,
.video_wrap video,
.video_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}
#MagazineVideoModal{
	padding:0;
}
#MagazineVideoModal .modal-dialog{
	max-width:1100px;
	width:100%;
}
#MagazineVideoModal .modal-body{
	padding:15px;
}
#MagazineVideoModal .modal-body .close{
	top:35px;
	right:35px;
	cursor:pointer;
}

.view_magazine{
	position:relative;
}
.view_magazine:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-top: 24.16%;
}
.view_magazine img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}
.magzn_banner_content{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	margin:auto;
	display:none;
}
.magzn_banner_content .content_wrap{
	max-width:430px;
	width:100%;	
}
.magzn_banner_content .content_wrap h3{
	font-size:35px;
	line-height:52px;
	color:#000;
	font-weight:600;
	margin-bottom:40px;
}
.magzn_banner_content .content_wrap .btn-more{
	margin:0;
	padding:12px 34px;
	font-size:18px;
}
.magazine_viewall:hover {
    color: #fff;
}

.magazine_viewall span {
    position: relative;
    padding-left: 25px;
}

.magazine_viewall span:after {
    content: '';
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #7B7B7B;
    border-right: 1px solid #7B7B7B;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
}

.magazine_viewall span:before {
    content: '';
    width: 10px;
    height: 1px;
    background-color: #7B7B7B;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
}
.interview-section .panel{
	min-height: auto!important;
    max-height: inherit!important;
}

/*************24-12-2017*****************/

.fixed-share-buttons {
    display: none;
}

.container {
    width: 1440px !important;
}
	

/*Donate Page */
.donate-banner{
    height: 505px;
    background-color: #444;
    background-position: center;
    background-repeat:no-repeat;
    background-size:cover;
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}
.donate-banner-content{
max-width: 650px;
width: 100%;


}
.donate-banner-content span{
font-size: 20px;
font-weight: normal;
line-height: 1.7;
text-align: left;
color: #fff;
font-family: 'Poppins', sans-serif;
}
.donate-banner-content h2{
font-size: 60px;
font-weight: 600;
line-height: 1.3;
text-align: left;
color: #fff;
font-family: 'Poppins', sans-serif;
margin: 15px 0 0;
}
.donate-content-wrap{
    color: #fff;
background: rgb(159,0,7);
background: linear-gradient(228deg, rgba(159,0,7,1) 0%, rgba(20,31,84,1) 100%);
    padding-bottom: 110px;
}
.border-title{
    position: relative;
    font-family: 'Poppins', sans-serif;
}
.border-title:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 5px;
    background-color: #fff;
}
.donate_tab_wrapper{
    position:relative;
    display:block;
}
.donate_tab{
    position: relative;
    margin-top: -54px;
}

.donate_tab  ul{
    margin: 0 ;
    padding: 0;
    list-style-type: none;
    display: flex;
    height: 108px;
    -webkit-backdrop-filter: blur(7.4px);
    backdrop-filter: blur(7.4px);
    background-color: #9f9a9a;
}

.donate_tab li{
    flex: 0 0 25%;
    width: 25%;
    position: relative;
    display:block;
    z-index:1;
    cursor:pointer;
    font-family: 'Poppins', sans-serif;
} 
.donate_tab li:before{
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    top:-4px;
    right: 0;
    left:0;
    margin:auto;
    background-color: #ca2027;
    z-index:1;
}
.donate_tab li:hover,.donate_tab li.hover a,.donate_tab li:hover a, .donate_tab li.selected, .donate_tab li.selected a{
    background:#fff;
}
.donate_tab li.selected:before{
    width:100%;
}

.donate_tab li:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 48px;
    right: 0;
    top:0;
    bottom:0;
    margin: auto;
    opacity: 0.4;
    background-color: #5d5d5d;   
}
.donate_tab li:last-child::after{
    display: none;
}
.donate_tab li a{
    padding: 20px 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #9f9a9a;
    position:relative;
    font-family: 'Poppins', sans-serif;

}
.donate_tab li a:after{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    z-index:1;
}
.donate_tab li a figure{
    display: flex;
    align-items:center;

} 
.donate_tab li a figcaption{
    font-size: 19px;
    font-weight: normal;
    line-height: 1.37;
    color: #000;
    padding-left: 26px;
    font-family: 'Poppins', sans-serif;
}
.donate_tab li span{
    position:absolute;
    top:50%;
    background:#fff;
    font-size:12px;
    font-weight:normal;
    padding:6px 12px;
    color:#000;
    z-index:-1;
    display:none;
    transition: all .3s ease-in-out;
    border-radius: 2px;
    font-family: 'Poppins', sans-serif;
}

.donate_tab li span:after{
    content:"";
    position:absolute;
    width: 0;
    height: 0;
    top:-10px;
    left:10px;
    border-left:7px solid transparent;
    border-right:7px solid transparent;
    border-bottom:10px solid #fff;
}
.donate_tab li:hover span{
    display:block;
    top:110%;
}
.donate_tab_hover_content{
    position:relative;
}
.donate_tab_content{
    padding: 25px 30px;
    background-color:#fff;
    display:none;
    font-family: 'Poppins', sans-serif;
    /*height: auto !important;*/

}
.donate_tab_content .tip_wrap{
display:flex;
}
.donate_tab_content .tip_title{
    flex: 0 0 220px;
    max-width:220px;
    width:100%;
    font-family: 'Poppins', sans-serif;

}
.donate_tab_content .tip_title .border-title{
    font-size:20px;
    font-weight:600;
    color:#000;
    line-height: 1.54;
    margin: 0;
    padding-bottom:12px;
}
.donate_tab_content .tip_title .border-title:after{
    background-color:#CA2027;
}
.donate_tab_content .tip_content{
    flex:1;
    font-size: 22px;
    font-weight: normal;
    padding-left:110px;
    font-family: 'Poppins', sans-serif;
}

.donate_tab_content .tip_content p{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.7;
    color:#000;
}
.donate_tab_content .tip_content a{
    display:inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.11;
    text-align: center;
    color: #ca2027;
}
.donate_content{
    padding-top:65px;
}
.donate_content article, .donate_content p{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.94;
    text-align: left;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.donate_content p{
    margin-bottom: 20px;
}
.donate_content_left h2{
    font-size: 35px;
    font-weight: normal;
    line-height: 1.2;
    padding-bottom: 15px;
    margin-bottom: 35px;
    margin-top:0;
    font-family: 'Poppins', sans-serif;
}

.donate_content_left article,.donate_content_left p{
    font-size: 22px;
    font-weight: 300;
    line-height: 1.71;
    text-align: left;
    color: #fff;
    font-family: 'Poppins', sans-serif;

}
.donate_content_left article{
    max-width: 490px;
    width: 100%;
}
.donate_content_right{
    padding-left: 30px;
    
}
.donate-now-wrap{
    padding: 20px 25px;
    border-radius: 6px;
    background-color: #eaeaea;
    color: #000;
    margin-top:50px;
}
.donate-text{
    font-size: 26px;
    font-weight: 500;
    line-height: 1.54;
    text-align: left;
    color: #000;
    padding-right: 70px;
    display: flex;
    align-items: center;
    margin-bottom:10px;
    font-family: 'Poppins', sans-serif;
}
.donate-text span{
    display:flex;
    align-items:center;
    padding-right: 15px;
}

.donate-text span img{
    margin-left: 25px;
}
/* .donate_fields{
    display: flex;
    flex: 1;
} */
.donate_fields input{
    flex:1;
    height: 65px;
    border: solid 1px #000;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 28px;
    border-right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-family: 'Poppins', sans-serif;
}
.donate_fields input[type=number]::-webkit-outer-spin-button,
.donate_fields input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

.donate_fields input[type=number] {
    -moz-appearance: textfield;
    width: 100%;
}
.donate_fields button{
    width: 340px;
    height: 65px;
    background-color: #ca2027;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    /* display: flex; */
    display: block;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    padding: 15px 28px;
    border-radius: 4px;
    border: 1px solid #ca2027;
    box-shadow: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}
.donate_fields button.disabled {
    opacity: 0.5;
    cursor: no-drop;
}
.donate_fields button span{
    display:flex;
    align-items:center;
}
.donate_fields button span em{
    font-style:normal;
}
.donate_fields button span:first-child{
    font-size:24px;
    font-weight:normal;
}
.donate_fields button span img{
    margin-left:13px;
}
.plyr button:focus,.plyr button:hover,.plyr button:active,
.plyr input[type=range]:focus,.plyr input[type=range]:hover, .plyr input[type=range]:active{
	ouline:none !important;
	border:none !important;
}

.plyr.plyr--video .plyr__control.plyr__tab-focus, .plyr.plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true]{
    background: #CA2027 !important;
	background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#CA2027))) !important;
}
.plyr .plyr__control--overlaid {
    background: #CA2027 !important;
    background: var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#CA2027)));
}

.plyr input[type=range]{
	color: #CA2027 !important;
    color: var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#CA2027))) !important;
}
.plyr__control.plyr__tab-focus{
	outline:none !imporatant;
}
.SideDock_module_root__5b4287c0, .SideDock_module_root__5b4287c0 .SideDock_module_sidedockInner__5b4287c0,
.SideDock_module_root, .SideDock_module_root .SideDock_module_sidedockInner{
	display:none !important;
}
.share_video{
	position:absolute;
	top:30px;
	left:30px;
	z-index:10;
}
.share-btn .share_icon{
    
    display: flex;
    margin: 0;
    width: 34px;
    height: 34px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: -14px;
    position: relative;
    left: -10px;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
.share-btn .share_icon:hover{
	background: #CA2027;
}
.share-btn .share_icon svg {
	fill: #fff;
    width: 17px;
}

.share-btn a i {
    position: absolute;
	top: -14px;
    left: -10px;
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 14px;
    background: #CA2027;
    color:#fff;
    z-index: -1;
    opacity: 0;
	text-align: center;
	visibility:hidden;
	border-radius: 50%;
    pointer-events: none;
    transition: all 0.4s ease-in-out;
}
.share-btn a i:before {
    color: #fff !important;
}
#share_click:checked ~ .share-btn a i {
    
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 14px;
    z-index: 1;
    opacity: 1;
	visibility:visible;
    pointer-events: auto;
}
#share_click:checked ~ .share-btn a:hover i{
	transform:scale(1.05,1.05);
}
#share_click:checked ~ .share-btn .share_icon{
	background: #CA2027;
}
#share_click:checked ~ .share-btn a i{
	top: 43px;
    left: -21px;
}
#share_click:checked ~ .share-btn a:nth-child(2) i {
	top: -26px;
    left: 56px;
}
#share_click:checked ~ .share-btn a:nth-child(3) i {
  	top: 8px;
    left: 41px;
}
.share-btn a:nth-child(3) i {
  transition-delay: 0.2s;
}
#share_click:checked ~ .share-btn a:nth-child(4) i {
  	top: 32px;
    left: 14px;
}
.share-btn a:nth-child(4) i {
  transition-delay: 0.4s;
}
#share_click {
  display: none;
}

@media only screen and (min-width: 1366px) {
    .fixed-share-buttons {
        display: block;
        right: 30px;
    }
}

body {
    font-family: 'Poppins', sans-serif;
}

header nav,
header nav a {
    background-color: #FFFFFF;
    color: #333333;
}

.nav li {
    font-size: 16px;
    padding: 10px;
}

.nav li.current-menu-item a {
    color: #CA2027;
}

.nav li a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav li a:hover {
    background-color: transparent;
    color: #CA2027;
}

.nav li a:focus {
    background-color: transparent;
}

.loginout {
    display: none !important;
}

.log-pass {
    float: left;
    margin: 10px 20px;
    position: relative;
}

.dropdown-menu li a {
    padding: 10px 15px;
}

.log-pass a {
    padding: 14px 10px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.log-pass a:hover {
    color: #CA2027;
}

.log-pass .dropdown-menu {
    margin-top: -2px;
}

header .navbar {
    min-height: 90px;
    box-shadow: 1px -2px 11px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 0px;
}

.navbar-brand {
    height: auto;
}

.loginout a {
    font-size: 12px;
    letter-spacing: 1px;
}

.nav-country a {
    font-size: 12px;
    letter-spacing: 1px;
}

.carousel-box {
    background: #F9F9F9;
    padding-bottom: 40px;
    padding-top: 20px;
}

.heading {
    font-size: 17px;
    padding: 12px 0px;
    margin: 0px;
}

.header-c1 {
    font-weight: 500;
}

.category-box {
    margin-bottom: 20px;
}

.category-button {
    background-color: #CA2027;
    color: #ffffff;
    padding: 3px 13px;
    border-radius: 6px;
    font-weight: 500;
    text-transform: uppercase;
}

.content-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.slider-box {
    padding: 0px;
}

.slider-image {
    height: auto;
    width: 100%;
}

.shot-content {
    /* display: block;
  	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
  	max-height: 50px;
  	text-overflow: ellipsis;
  	margin-bottom: 25px;*/
    display: block;
    overflow: hidden;
    max-height: 66px;
	height: 66px;
    margin-bottom: 25px;
}

.article-autor {
    border-top: 4px solid #d1d1d1;
    padding-top: 15px;
    margin-top: 30px;
}

.article-main .article-main-body .article-main-body-l .article-autor p {
    display: inline;
}

.article-main-body-l  p a, .article-main-body-l  p a strong{
	color: rgb(133,0, 0);
}
.article-main-body-l  p a:visited, .article-main-body-l  p a:visited strong{
	color:rgb(0, 112, 112) !important;
}

.feature-banner .shot-content {
    height: 45px;
}

.slider-content {
    position: absolute;
    bottom: 35px;
    left: 0;
    color: #FFFFFF;
    width: 100%;
}

.slider-content .col-md-12 {
    padding-left: 60px;
}

.slider-content a {
    color: #FFFFFF !important;
}

.slider-content a:hover {
    text-decoration: none;
}

.main_banner .slider-content .slider-box-left-content .banner-top-buttons {
    position: relative;
    width: auto;
    display: inline-block;
}

.popular_main_slidr .popular-content .banner-top-buttons {
    position: absolute;
    right: 15px;
    top: 15px;
}

.side_top_btn .icon-search2 {
    font-size: 19px !important;
}

.banner-top-buttons a {
    margin-right: 10px;
}

.banner-top-buttons a i {
    font-size: 22px;
    color: #fff;
    position: relative;
    top: 2px;
}

.banner-top-buttons a i:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
}

.banner-top-buttons a:nth-of-type(2):hover i:before {
    content: "\e963";
    color: #ca2027;
}

.banner-top-buttons a:nth-of-type(2).active i:before {
    content: "\e963";
    color: #ca2027;
}

.slider-next,
.slider-prev {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slider-next:hover,
.slider-prev:hover {
    background-color: #ffffff;
}

.slider-next:hover:before,
.slider-prev:hover:before {
    border-bottom: 1px solid #5d5e61;
    border-right: 1px solid #5d5e61;
}

.slider-next:hover:after,
.slider-prev:hover:after {
    background-color: #5d5e61;
}

.slider-prev:before {
    content: '';
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    margin: auto 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slider-prev:after {
    content: '';
    width: 12px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 7px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slider-next:before {
    content: '';
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.slider-next:after {
    content: '';
    width: 12px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 7px;
    background-color: #fff;
}

.feature-banner .owl-carousel .owl-stage-outer {
    width: 100%;
}

.feature-banner .owl-item {
    /* // overflow: hidden;
    // padding-bottom: 13%;
    // height: 0;*/
    position: relative; 
}

.feature-banner .owl-item>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.feature-banner .owl-item > .item-card > a{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index:1;
}

.feature-banner .owl-item>div img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.owl-carousel {
    position: relative;
}

.overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 0) 60%);
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 0) 60%);
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 0) 60%);
    background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 0) 60%);
    background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 0) 60%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}

.popular_main_slidr .overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0) 60%);
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0) 60%);
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0) 60%);
    background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0) 60%);
    background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0) 60%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}

.owl-nav {
    position: absolute;
    right: 4px;
    bottom: 2px;
    width: auto;
}

.owl-next {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    position: relative;
}

.owl-prev {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
}

.owl-nav-content {
    color: #FFFFFF;
    display: inline-block;
    padding: 10px;
    vertical-align: text-bottom;
    font-weight: 300;
    font-size: 14px;
}

.articles-slide-box .overlay {
	display:none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 45%);
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 45%);
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 45%);
    background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 45%);
    background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 45%);
}

.popular-box {
    padding-right: 0px;
    padding-left: 19px;
}

.popular-image {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.articel-recent .popular-slider-box .popular-image{
    object-fit: fill;
}
.articel-recent .popular-slider-box .popular-slider-content{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.articel-recent .popular-slider-box .popular-slider-content .content-popular-title{
	margin:0 7px 0 0;
}
.articel-recent .popular-slider-box .popular-slider-content .content-popular-date{
  /*flex: 0 0 65px;*/
  text-align:right;
}
.popular-content {
    position: relative;
    margin-bottom: 15px;
    height: 0;
    overflow: hidden;
    padding-bottom: 50.5%;
}

.popular-slider-content {
    position: absolute;
    padding: 15px;
    bottom: 0;
    color: #FFFFFF;
}

.popular-slider-content a {
    color: #FFFFFF !important;
}

.popular-slider-content a:hover {
    text-decoration: none;
}

.content-popular-title,
.popular-category-box {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 18px;
}

.popular-category-box {
    font-size: 12px;
    text-transform: uppercase;
}

.content-popular-date {
    font-size: 10px;
}

.popular-slider-box .owl-stage-outer {
    overflow: hidden;
}

.popular-slider-box .owl-nav {
    display: none !important;
}

.popular-slider-box .owl-item {
    float: none;
}

.content-popular-title h6,
.popular-category-box h6 {
    line-height: 1.2;
}


/*artical list*/

.artical-category-list ul {
    list-style: none;
    padding-left: 0;
}

.artical-category-list ul li {
    display: inline-block;
    padding: 20px;
}

.artical-category-list ul li.active a {
    color: #CA2027 !important;
    text-decoration: none;
    border-bottom: 2px solid;
}

.artical-category-list ul li.latest-title {
    text-align: center;
    display: block;
    font-size: 24px;
    color: #797979;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative;
    line-height: 1;
    margin-bottom: 15px;
}

.artical-category-list ul li.latest-title:after {
    position: absolute;
    content: "";
    width: 23px;
    height: 2px;
    background: #000000;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.artical-category-list ul li a {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.04em;
}

.artical-category-list ul li a:hover {
    color: #CA2027;
    text-decoration: none;
    border-bottom: 2px solid;
}

.artical-category-list>div ul li:first-of-type {
    padding-left: 0;
}

.article-magazine-img-cotainer {
    height: 380px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.article-img-cotainer {
    height: 150px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.article-img-cotainer .artical-date {
    display: none;
}

.article-img-cotainer .article-button {
    position: absolute;
    bottom: 7px;
    right: 5px;
    z-index: 10;
}

.article-img-cotainer .article-button a {
    margin-right: 10px;
}

.article-img-cotainer .article-button a i,
.article-img-cotainer .article-button a i:before {
    color: #ffffff;
    font-size: 16px;
}

.article-img-cotainer .article-button a i,
.article-img-cotainer .article-button .share-popup ul a i:before {
    font-size: 14px !important;
}

.article-img-cotainer .article-button a:nth-of-type(2) i {
    position: relative;
    top: 1px;
}

.article-img-cotainer .article-button a:nth-of-type(2) i:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.article-img-cotainer .article-button a:nth-of-type(2):hover i:before {
    content: "\e963";
    color: #ca2027;
}

.article-img-cotainer .article-button a:nth-of-type(2).active i:before {
    content: "\e963";
    color: #ca2027;
}

.article-img-cotainer .article-video {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    z-index: 2;
}

.article-img-cotainer .article-video i {
    font-size: 50px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.article-img-cotainer .article-video i.icon-play-hover {
    opacity: 0;
    visibility: hidden;
}

.article-img-cotainer .article-video i.icon-play-hover .path1:before {
    color: rgba(202, 32, 39, 0.8);
}

.article-img-cotainer .article-video i.icon-play {
    color: #ffffff;
    opacity: 1;
    visibility: visible;
}

.article-video-show .article-img-cotainer .article-video {
    display: block;
}

.article-no-img .article-img-cotainer {
    height: 24px;
}

.article-no-img .article-img-cotainer img {
    display: none;
}

.article-no-img .article-img-cotainer .overlay {
    display: none;
}

.article-no-img .article-img-cotainer .article-button {
    bottom: 0;
}

.article-no-img .article-img-cotainer .article-button i {
    color: #AEAEAE;
}

.article-no-img .article-img-cotainer .artical-date {
    display: inline-block;
    float: left;
    position: relative;
    top: 5px;
}

.article-no-img .artical-category-box {
    margin-top: 49px;
}

.article-no-img .artical-category-box .artical-date {
    display: none;
}

.article-no-img .artical-title {
    height: 85px;
}

.article-no-img .shot-content {
    max-height: 120px !important;
    height: 120px !important;
}
.panel-body{
	position:relative;
}

.panel-body .article-ad-link {
    display: block !important;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.article-ads {
    padding: 0 !important;
}

.article-ads .article-img-cotainer {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.article-ads .overlay,
.article-ads .article-button {
    display: none;
}

.article-ads .artical-category-box,
.article-ads .artical-title,
.article-ads .shot-content,
.article-ads .artical-author {
    display: none;
}

.article-loader {
    overflow: hidden;
    position: relative;
    height: 420px;
}

.article-loader img {
    height: 93%;
    width: 93%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: AUTO;
}

.artical-box-image {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.artical-category-box {
    padding: 12px 0px;
}

.artical-category {
    text-transform: uppercase;
    color: #CA2027;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.04em;
}

.artical-date {
    float: right;
    font-size: 12px;
    color: #AEAEAE;
}

.artical-title {
    margin-bottom: 12px;
    height: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.artical-title a {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    line-height: 1.2;
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.artical-title a:hover {
    color: #CA2027;
    text-decoration: underline;
}

.artical-content {
    padding: 0;
}

.artical-content .article-ad-link {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 1;
}

.artical-content.active {
    /*padding:20px 0 40px;*/
}

.artical-content .panel {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 398px;
    overflow: hidden;
    position: relative;
    border-radius: 3px !important;
    margin-bottom: 35px;
}

.artical-content .panel:hover {
    box-shadow: 4px 4px 10px 0px rgba(232, 232, 232, 0.8);
}
.artical-content .panel .artical-author p{
	margin-bottom:0;
}
.artical-content .panel .artical-author span{
	display:flex;
	align-items: center;
}
.panel:hover .artical-author span {
    width: 45px;
}

.artical-content .panel:hover .article-img-cotainer .article-video i.icon-play-hover {
    opacity: 1;
    visibility: visible;
}

.artical-content .panel:hover .article-img-cotainer .article-video i.icon-play {
    opacity: 0;
    visibility: hidden;
}

.artical-content .panel.panel-magazine {
    height: 445px;
}

.art-gal, .article-img-cotainer, .artical-content .panel {
    height: auto;
    min-height: auto;
    max-height: inherit;
}
.col-md-4.col-lg-3.col-sm-6.editorial-tab-section {
    width: 33.33%;
    height: 456px;
    margin-bottom: 15px !important;
    clear: none;
}

.col-md-4.col-lg-3.col-sm-6.editorial-tab-section .panel.panel-default {
    padding-bottom: 22px !important;
    padding: 36px;
    padding-top: 15px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

.col-md-4.col-lg-3.col-sm-6.editorial-tab-section .article-button a:first-of-type {
    display: block !important;
}

.col-md-4.col-lg-3.col-sm-6.editorial-tab-section .share-popup i {
    display: block;
}

.editorial-share-icons i {
    padding: 2px;
    font-size: 18px;
    color: #7f7e7e;
}

.panel-body.top {
    padding: 21px 0px;
    padding-bottom: 2px;
}

.col-md-4.col-lg-3.col-sm-6.editorial-tab-section .editorial-share-icons {
    display: inline-block;
    float: right;
    width: auto;
    z-index: 10;
    position: relative;
    pointer-events: none;
}

.col-md-4.col-lg-3.col-sm-6.editorial-tab-section .share-popup:hover ul {
    opacity: 1;
    left: -146px;
    z-index: 1;
}

.col-md-4.col-lg-3.col-sm-6.editorial-tab-section .share-popup ul {
    position: absolute;
    width: 180px;
    left: -136px;
    top: -6px;
    opacity: 0;
    visibility: visible;
    display: block;
    transition: all 0.3s ease-in-out;
}

.col-md-4.col-lg-3.col-sm-6.editorial-tab-section .share-popup ul li a i:before {
    transition: all 0.3s ease-in-out
}

.col-md-4.col-lg-3.col-sm-6.editorial-tab-section .share-popup ul li:hover a i:before {
    color: #CA2027;
}

.col-md-4.col-lg-3.col-sm-6.editorial-tab-section .article-button a i:before {
    color: #505050;
    font-size: 16px;
}

.col-md-4.col-lg-3.col-sm-6.editorial-tab-section .share-popup i.icon-search2 {
    display: none;
}

.col-md-4.col-lg-3.col-sm-6.editorial-tab-section .article-button a i {
    color: #000;
}

.col-md-4.col-lg-3.col-sm-6.editorial-tab-section .article-img-cotainer .overlay {
    background: none;
}

.col-md-4.col-lg-3.col-sm-6.editorial-tab-section div:nth-of-type(4n+1) {
    clear: none;
}

.col-md-4.col-lg-3.col-sm-6.editorial-tab-section .shot-content {
    height: 197px;
    line-height: 1.75;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.col-md-4.col-lg-3.col-sm-6.editorial-tab-section p.date-editorial {
    font-size: 12px;
    width: auto;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #969696;
}

.artical-content .shot-content {
    height: 75px;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    color: #000000;
    max-height: none;
}

.artical-content .shot-content p,
.artical-content .shot-content span,
.artical-content .shot-content label {
    font-size: 14px !important;
    line-height: 1.75;
    letter-spacing: 0.05em;
    color: #000000;
}

.artical-content .panel.panel-magazine {
    height: 435px;
}

.artical-content .panel.panel-magazine .artical-title {
    width: calc(100% - 80px);
    float: left;
    margin-bottom: 0px;
    padding: 15px 0px 0px;
    height: 34px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.artical-content .panel.panel-magazine .maz-art .artical-title {
    width: 100%;
    font-size: 18px;
    height: auto;
    overflow: visible;
    display: block;
    text-overflow: unset;
    padding-top: 10px;
}

.artical-content .panel.panel-magazine .maz-art .artical-title h6 {
    line-height: 1.4;
}

.artical-content .panel.panel-magazine .artical-category-box {
    float: left !important;
    padding: 11px 0px;
    padding: 0 !important;
}

.artical-author {
    border-top: 1px solid #E5E5E5;
    padding: 16px 0px 0px 0px;
    clear: both;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

.artical-author:after,
.artical-author:before {
    content: '';
    display: table;
    clear: both;
}

.artical-author p {
    font-size: 12px;
    color: #7B7B7B;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    letter-spacing: 0.05em;
    width: calc(100% - 50px);
}

.artical-author span {
    float: right;
    font-size: 12px;
    color: #CA2027;
    padding-left: 15px;
    position: relative;
    width: 47px;
    flex:0 0 47px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.artical-author span a {
    color: #CA2027;
}

.artical-author span i {
    position: absolute;
    height: 10px;
    width: 10px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.artical-author span i:after {
    content: '';
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #7B7B7B;
    border-right: 1px solid #7B7B7B;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
}

.artical-author span i:before {
    content: '';
    width: 10px;
    height: 1px;
    background-color: #7B7B7B;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
}

.subscribe-box {
    background-color: #CA2027;
    color: #FFFFFF;
    padding: 70px 0;
}

.subscribe-box .container>div {
    padding: 0;
}

.subscribe-box .form-control{
	height:50px;
}

.sub-col-1-title {
    font-size: 26px;
    line-height: 30px;
}

.sub-col-1-title br {
    display: block;
}

.sub-col-1-content {
    font-size: 18px;
    letter-spacing: 0.02em;
    font-weight: 100;
    margin-top: 15px;
}

.sub-col-2 {
    text-align: center;
    margin-top: 15px;
}

.sub-col-2-btn {
    color: #FFFFFF !important;
    background-color: #444444;
    height: 50px;
    /*border-color: #adadad;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sub-col-2-btn:hover {
    background-color: #000000;
}

.sub-col-2-input {
    width: 410px !important;
    height: 50px;
    padding-left: 35px;
}

.sub-col-2-btn-value {
    font-size: 14px;
    font-weight: 500;
}

.btn-subscribe,
.btn-more,
.btn-category-more {
    background-color: #CA2027;
    color: #fff !important;
    font-weight: 500;
    margin: 10px;
    padding: 6px 20px;
}

.btn-more,
.btn-category-more {
    margin: 10px auto;
    display: table;
}

.footer-box {
    background-color: #333333;
    color: #FFFFFF;
    padding: 42px 0 44px;
}

.footer-box a {
    color: #FFFFFF;
    font-size: 13px;
}

.footer-box a:hover {
    color: #973939;
    text-decoration: none;
}

.footer-link-box ul {
    list-style: none;
    padding: 0px;
}

.footer-link-box ul li {
    padding: 7px 0px;
	text-align:left;
}

.footer-link-box {
    text-align: justify;
    margin-bottom: -20px;
}

.footer-link-box p {
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.34;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
    color: #fff;
}

.footer-link-box:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.footer-link-box .footer-menu {
    padding: 0;
    float: none !important;
    display: inline-block;
    /*width: auto;*/
    vertical-align: top;
}

.footer-link-box .footer-menu a {
    font-weight: 300;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-link-box .footer-menu a:hover,
.footer-link-box .footer-menu a:focus,
.footer-link-box .footer-menu a:active {
    color: #ca2027 !important;
}

.footer-download-add {
    text-align: center;
}

.footer-download-add a {
    font-size: 18px;
    line-height: 20px;
    text-align: left;
}

.footer-download-add .app-icons {
    margin-top: 20px;
}

.footer-download-add a {
    margin-right: 30px;
}

.footer-download-add a:last-of-type {
    margin-bottom: -2px;
}

.copyright {
    margin-top: 60px;
    font-size: 12px;
    color: #8F8F8F;
    letter-spacing: 0.05em;
    line-height: 1;
}

.copyright a {
    font-size: 12px;
    color: #8F8F8F;
    margin: 0 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer {
    position: relative;
}

.backtop {
    display: none;
    color: #000!important;
    position: fixed;
    right: -25px;
    bottom: 22%;
    height: 45px;
    width: 160px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
	z-index:10;
}

.backtop p {
    white-space: nowrap;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color:#000;
    line-height: 1;
    padding: 15px;
}

.backtop p i {
    font-size: 8px;
    color: #ca2027;
    margin-left: 15px;
}

.backtop a {
    font-size: 14px;
    color: #9a9a9a;
}

.backtop a:hover {
    color: #CA2027;
    text-decoration: none;
}

.backtop.color_change p,.backtop.color_change p i{
	color:#b7b1b1;
}

.date_time {
    width: auto;
    height: auto;
    display: inline-block;
}

.date_time span {
    margin-right: 20px;
    font-weight: 300;
    font-size: 14px;
}

.date_time span i {
    margin-right: 5px;
    font-size: 15px;
}

.prev_next {
    width: auto;
    height: auto;
    display: inline-block;
    float: right;
}

.content-title {
    width: auto;
    height: auto;
    display: block;
}

.content-title a {
    width: auto;
    height: auto;
    display: block;
}

.content-title a p {
    width: auto;
    height: auto;
    display: block;
}

.slider-box-left-content {
    width: 650px;
}

.footer-download-add a {
    display: inline-block;
}
.footer-download-add a:last-child{
	margin-right:0;
}
.footer-download-add a i {
    color: #ffffff;
    font-size: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-download-add p {
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    line-height: 1.52;
    letter-spacing: 0.8px;
    display: inline-block;
    position: relative;
}

.footer-download-add p i {
    color: #ca2027;
    font-size: 12px;
    position: absolute;
    top: 6px;
    left: -2px;
    margin: 0;
    opacity: 1 !important;
}

.footer-download-add p br {
    display: block;
}

.footer-download-add a:hover i {
    opacity: 0.7;
}
.subscribe-box{
	font-family: 'Poppins', sans-serif;
}
.social_contain p{
	font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.34;
    letter-spacing: 0.8px;
    text-align: left;
    color: #ffffff;
}

.subscribe-box .social_contain ul {
    margin-top: 20px;
    position: relative;
    display: flex;
	justify-content: space-evenly;
    width: 100%;
    text-align: justify;
    line-height: 1;
    padding:0;
    list-style-type:none;
}

.subscribe-box .social_contain ul li {
    display: inline-block;
    text-align: left;
	width:100%
}

.subscribe-box .social_contain ul li a {
    display: inline-block;
    padding: 5px;
}

.subscribe-box .social_contain ul li i {
    font-size: 26px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.subscribe-box .social_contain ul li:hover i {
    opacity: 0.7;
}

.subscribe-box .form-inline .form-group {
    position: relative;
}

.subscribe-box .form-inline .form-group input+label.error {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -18px;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
}
.subscribe-box .form-inline .form-group #status-message{
    position: absolute;
    left: 0;
    bottom: -32px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

.subscribe-box .social_contain ul:after {
    display: inline-block;
    content: "";
    width: 100%;
}

.dummy-loader .dummy-item {
    min-height: 420px;
}

.artical-category-list {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 15px;
    height: 65px;
}

.artical-category-list>div {
    overflow: hidden;
    overflow-x: auto;
}

.artical-category-list>div::-webkit-scrollbar {
    display: none;
}

.artical-category-list>div ul {
    white-space: nowrap;
    width: 100%;
}

.artical-category-list>div ul li {
    white-space: nowrap;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.animated-background {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeHolderShimmer;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    position: relative;
}

.animated-loader {
    height: 420px;
}

.animated-loader .animated-img {
    height: 150px;
}

.animated-loader .animated-date {
    width: 60px;
    height: 12px;
    margin: 12px 0;
}

.animated-loader .animated-content1 {
    position: relative;
    width: 270px;
    max-width: 100%;
    height: 100px;
    margin-top: 20px;
}

.animated-loader .animated-content1:after {
    content: '';
    width: 112px;
    height: 18px;
    background: #ffffff;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
    margin: auto 0;
}

.animated-loader .animated-content2 {
    width: 158px;
    height: 16px;
    max-width: 100%;
    margin-top: 10px;
}

.animated-loader .animated-footer {
    border-top: 1px solid #e5e5e5;
    padding: 15px 0;
    margin-top: 20px;
}

.animated-loader .animated-footer .animated-footer1 {
    width: 158px;
    height: 16px;
    float: left;
    margin-left: 3px;
}

.animated-loader .animated-footer .animated-footer2 {
    width: 20px;
    height: 16px;
    float: right;
    margin-right: 3px;
}

.copyright a {
    position: relative;
    font-size: 12px !important;
}

.copyright a:after {
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    right: -13px;
    position: absolute;
    background-color: #8F8F8F;
    display: none;
}

.copyright a:nth-of-type(1):after {
    display: block;
}

.copyright span {
    line-height: 1.5;
}

#bs-example-navbar-collapse-1 {
    float: right;
    margin-top: 3px;
    padding-right: 0;
}

.nav li a span {
    margin-top: -3px;
}

.nav li a img {
    vertical-align: middle;
    margin-right: 3px;
}

.loggedin-header .navbar-nav {
    margin-top: 8px !important;
	padding:0;
}

.loggedin-header .form-contain {
    margin-top: 10px;
}

.menu-wrapper,
.header-subscribe {
    float: left;
}

#header.loggedin-header #bs-example-navbar-collapse-1.navbar-collapse {
    margin-top: 0 !important;
}

#header.loggedin-header #bs-example-navbar-collapse-1.navbar-collapse {
    padding: 15px 0;
}

.loggedin-header #bs-example-navbar-collapse-1.navbar-collapse .header-subscribe {
    margin-top: 3px;
}

.loggedin-header .navbar-header ul.logo {
    padding-top: 0;
	padding-left: 0;
}

.logged-in #wrapper {
    padding-top: 100px;
}

header .navbar-collapse .header-subscribe .nav-country {
    float: left !important;
}

#wrapper {
    padding-top: 90px;
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
}

.login-myshalom{
	padding: 10px 57px 10px 12px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
	position:relative;
}
.login-myshalom a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:none;
	z-index:1;

}
.login-myshalom span{
	font-size: 12px;
    padding: 0 !important;
    margin-bottom: 0;
    white-space: nowrap;
}

.login-myshalom em {
    font-size: 15px;
    color: #000;
    display: block;
}

.login-myshalom figure {
    width: 30px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
.login-myshalom figure img{
	max-width:100%;
	display:block;
}

.form-inline .form-group input {
    box-shadow: none !important;
}

.pop-slider-card .col-md-4 {
    width: 100%;
}


/**********article inner page*************/

.article-main .article-main-head .article-banner {
    width: calc(100% - 300px);
    padding-right: 20px;
    float: left;
}

.article-main .article-main-head .article-banner .article-banner-heading {
    padding: 10px 0;
}

.article-main .article-main-head .article-banner .article-banner-heading h2 {
    font-size: 17px;
    padding: 12px 0px;
    margin: 0px;
    font-weight: 400;
    float: left;
}

.article-main .article-main-head .article-banner .article-banner-heading h2 span {
    font-weight: 600;
}

.article-main .article-main-head .article-banner .article-banner-heading .article-breadcrumb {
    /*float: right;*/
    padding: 12px 0;
}

.article-main .article-main-head .article-banner .article-banner-heading .article-breadcrumb p {
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #282828;
}

.article-main .article-main-head .article-banner .article-banner-heading .article-breadcrumb p span {
    color: #ca2027;
}

.article-main .article-main-head .article-banner .article-carousal-main {
    height: 0;
    overflow: hidden;
    padding-bottom: 50.5%;
    background-color: #f1f0f0;
    position: relative;
}

.article-main .article-main-head .article-banner .article-carousal-main .article-carousal-inner,
.article-main .article-main-head .article-banner .article-carousal-main .article-carousal-inner .owl-stage-outer,
.article-main .article-main-head .article-banner .article-carousal-main .article-carousal-inner .owl-stage-outer .owl-stage,
.article-main .article-main-head .article-banner .article-carousal-main .article-carousal-inner .owl-stage-outer .owl-stage .owl-item .item .ac-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.article-main .article-main-head .article-banner .article-carousal-main .article-carousal-inner .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
}

.article-main .article-main-head .article-banner .article-carousal-main .article-carousal-inner .item,
.article-main .article-main-head .article-banner .article-carousal-main .article-carousal-inner .item .ac-image {
    height: 100%;
}

.article-main .article-main-head .article-banner .article-carousal-main .article-carousal-inner .item .ac-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-main .article-main-head .article-banner .article-carousal-main .ac-button {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
}

.article-main .article-main-head .article-banner .article-carousal-main .ac-button a {
    margin-right: 10px;
}

.article-main .article-main-head .article-banner .article-carousal-main .ac-button a i {
    font-size: 22px;
    color: #fff;
    position: relative;
    top: 2px;
}

.article-main .article-main-head .article-banner .article-carousal-main .ac-button a i:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-brand {
    width: 170px;
}

.article-main .article-main-head .article-banner .article-carousal-main .ac-button a:nth-of-type(1) {
    position: relative;
    top: -2px;
}

.article-main .article-main-head .article-banner .article-carousal-main .ac-button a:nth-of-type(2):hover i:before {
    content: "\e963";
    color: #ca2027;
}

.article-main .article-main-head .article-banner .article-carousal-main .ac-info {
    position: absolute;
    left: 30px;
    bottom: 15px;
    z-index: 2;
}

.article-main .article-main-head .article-banner .article-carousal-main .ac-info .date_time {
    color: #ffffff;
}

.article-main .article-main-head .article-banner .article-carousal-main .owl-nav-content {
    padding: 5px 15px;
}

.article-main .article-main-head .article-banner .article-carousal-main .owl-nav {
    clear: both;
    right: 20px;
    bottom: 15px;
}

.article-main .article-main-head .article-banner .article-carousal-main .owl-nav:after,
.article-main .article-main-head .article-banner .article-carousal-main .owl-nav:before {
    content: '';
    clear: both;
    display: table;
}

.article-main .article-main-head .article-banner .article-carousal-main .owl-nav .owl-prev {
    font-size: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    float: left;
}

.article-main .article-main-head .article-banner .article-carousal-main .owl-nav .owl-prev:hover {
    background-color: #ffffff;
}

.article-main .article-main-head .article-banner .article-carousal-main .owl-nav .owl-prev:hover:before,
.article-main .article-main-head .article-banner .article-carousal-main .owl-nav .owl-prev:hover:after {
    border-bottom: 1px solid #ca2027;
    border-right: 1px solid #ca2027;
}

.article-main .article-main-head .article-banner .article-carousal-main .owl-nav .owl-prev:before {
    content: '';
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    margin: auto 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.article-main .article-main-head .article-banner .article-carousal-main .owl-nav .owl-prev:after {
    content: '';
    width: 12px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 7px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.article-main .article-main-head .article-banner .article-carousal-main .owl-nav .owl-next {
    font-size: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    float: right;
}

.article-main .article-main-head .article-banner .article-carousal-main .owl-nav .owl-next:hover {
    background-color: #ffffff;
}

.article-main .article-main-head .article-banner .article-carousal-main .owl-nav .owl-next:hover:before,
.article-main .article-main-head .article-banner .article-carousal-main .owl-nav .owl-next:hover:after {
    border-bottom: 1px solid #ca2027;
    border-right: 1px solid #ca2027;
}

.article-main .article-main-head .article-banner .article-carousal-main .owl-nav .owl-next:before {
    content: '';
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.article-main .article-main-head .article-banner .article-carousal-main .owl-nav .owl-next:after {
    content: '';
    width: 12px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 7px;
    background-color: #fff;
}

.article-main .article-main-head .article-banner .article-carousal-main .owl-nav .owl-nav-content {
    width: 64px;
    text-align: center;
    padding: 5px 10px;
}

.article-main .article-main-head .article-banner .article-carousal-main .owl-nav .owl-nav-content label {
    font-weight: 400;
}

.article-main .article-main-head .articel-recent {
    width: 300px;
    float: left;
    padding-top: 12px;
}

.article-main .article-main-head .articel-recent>h2 {
    font-size: 17px;
    padding: 12px 0px;
    margin: 0px;
    font-weight: 400;
}

.article-main .article-main-head .articel-recent>h2 span {
    font-weight: 600;
}

.article-main .article-main-head .articel-recent .recent-article {
    margin-top: 10px;
}

.article-main .article-main-head .articel-recent .recent-article .recent-article-inner .item {
    padding-right: 0;
}

.article-main .article-main-head .articel-recent .recent-article .recent-article-inner .article-recent-short {
    padding: 20px 0;
    position: relative;
}

.article-main .article-main-head .articel-recent .recent-article .recent-article-inner .article-recent-short:after {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #cccccc;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.article-main .article-main-head .articel-recent .recent-article .recent-article-inner .article-recent-short:first-of-type {
    padding-top: 0;
}


/*.article-main .article-main-head .articel-recent .recent-article .recent-article-inner .article-recent-short:last-of-type:after {
  display: none;
}*/

.article-main .article-main-head .articel-recent .recent-article .recent-article-inner .article-recent-short .article-category {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #cc1d1f;
    margin-bottom: 10px;
}

.article-main .article-main-head .articel-recent .recent-article .recent-article-inner .article-recent-short .article-category a {
    color: #cc1d1f;
}

.article-main .article-main-head .articel-recent .recent-article .recent-article-inner .article-recent-short>h2 {
    font-size: 17px;
    color: #282828;
    font-weight: 500;
    margin-bottom: 5px;
    height: 45px;
    overflow: hidden;
    line-height: 1.4;
}

.sub-maze {
    padding-bottom: 50px;
}

.article-main .article-main-head .articel-recent .recent-article .recent-article-inner .article-recent-short .article-date {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #282828;
}

.article-main .article-main-head .articel-recent .recent-article .recent-article-inner .owl-dots {
    position: absolute;
    top: -40px;
    right: 0;
}

.article-main .article-main-head .articel-recent .recent-article .recent-article-inner .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 4px;
}

.article-main .article-main-head .articel-recent .recent-article .recent-article-inner .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    display: inline-block;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    background-color: transparent;
}

.article-main .article-main-head .articel-recent .recent-article .recent-article-inner .owl-dots .owl-dot.active span {
    border: #cc1d1f;
    background-color: #cc1d1f;
}

.article-main .article-main-body .article-main-body-l {
    width: calc(100% - 300px);
    float: left;
    padding-right: 50px;
    padding-top: 35px;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif !important;
}

.article-main .article-main-body .article-main-body-l>span {
    display: inline-block;
    padding: 0px 0px;
    border-radius: 15px;
    font-size: 17px;
    letter-spacing: 0.04em;
    color: #ffffff;
    background-color: #ca2027;
    margin-bottom: 30px;
}

.article-main .article-main-body .article-main-body-l h1 {
    font-size: 36px;
    font-weight: 600;
    color: #282828;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif !important;
}

.article-main .article-main-body .article-main-body-l > p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    color: #282828;
    padding-bottom: 50px;
    font-family: 'Poppins', sans-serif !important;
}
.article-main .article-main-body .article-main-body-l > p em,
.article-main .article-main-body .article-main-body-l > p strong{
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
}

.article-main .article-main-body .article-main-body-l p:empty {
    padding: 0;
    margin: 0;
}

.article-main .article-main-body .article-main-body-l .article-share {
    padding: 30px 0;
    /*border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;*/
    margin: 20px 0 0;
}

.article-main .article-main-body .article-main-body-l .article-share .article-social {
    float: left;
    margin-top: 10px;
}

.article-main .article-main-body .article-main-body-l .article-share .article-social p {
    padding: 0;
    float: left;
    margin-right: 35px;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #747474;
}

.article-main .article-main-body .article-main-body-l .article-share .article-social ul {
    float: left;
}

.article-main .article-main-body .article-main-body-l .article-share .article-social ul li {
    display: inline-block;
    margin-right: 30px;
}

.article-main .article-main-body .article-main-body-l .article-share .article-social ul li a,
.article-main .article-main-body .article-main-body-l .article-share .article-social ul li a i:before {
    font-size: 20px;
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    vertical-align: -webkit-baseline-middle;
}

.article-main .article-main-body .article-main-body-l .article-share .article-nav {
    float: right;
}

.article-main .article-main-body .article-main-body-l .article-share .article-nav button {
    width: 165px;
    height: 48px;
    border-radius: 25px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #5b5b5b;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #e8e8e8;
}

.article-main .article-main-body .article-main-body-l .article-share .article-nav button:hover {
    background-color: #ca2027;
    color: #ffffff;
}

.article-main .article-main-body .article-main-body-l .article-readmore {
    padding: 50px 0;
}

.article-main .article-main-body .article-main-body-l .article-readmore p {
    padding: 0;
    font-size: 17px;
    color: #282828;
    letter-spacing: 0.04em;
    font-weight: 600;
    float: left;
    margin-top: 3px;
}

.article-main .article-main-body .article-main-body-l .article-readmore ul {
    float: left;
    margin-left: 24px;
}

.article-main .article-main-body .article-main-body-l .article-readmore ul li {
    float: left;
    margin-right: 10px;
    border: 1px solid #c6c6c6;
    border-radius: 25px;
}

.article-main .article-main-body .article-main-body-l .article-readmore ul li a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #333333;
    padding: 7px 15px;
    display: block;
}

.article-main .article-main-body .article-main-body-r {
    width: 300px;
    float: left;
    padding-top: 40px;
}

.download-ads {
    /*padding: 10px;*/
    border: 1px solid #f4f6f9;
    border-radius: 10px;
    margin-bottom: 40px;
}

.download-ads img {
    width: 100%;
    display: block;
}

.fa-user,
.fa-calendar {
    margin-right: 6px;
}

.article-main .article-main-body .article-main-body-l > p {
    padding-bottom: 20px;
}


/**********end article inner page*************/

.articles-slide-box .owl-prev,
.articles-slide-box .owl-next {
    font-size: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    float: left;
    top: -2px;
}

.articles-slide-box .owl-prev:hover,
.articles-slide-box .owl-next:hover {
    background-color: #fff;
}

.articles-slide-box .owl-prev:hover:before,
.articles-slide-box .owl-next:hover:before {
    border-color: #ca2027;
}

.articles-slide-box .owl-prev:hover:after,
.articles-slide-box .owl-next:hover:after {
    background-color: #ca2027;
}

.articles-slide-box .owl-prev:before {
    content: '';
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    margin: auto 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.articles-slide-box .owl-prev:after {
    content: '';
    width: 12px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 7px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.articles-slide-box .owl-next {
    float: right;
}

.articles-slide-box .owl-next:before {
    content: '';
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.articles-slide-box .owl-next:after {
    content: '';
    width: 12px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 7px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.articles-slide-box {
    position: relative;
}

.articles-slide-box .owl-stage-outer,
.articles-slide-box .owl-stage-outer .owl-stage {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.feature-banner .owl-item {
    height: 100%;
}

.articles-slide-box .owl-nav {
    right: 18px;
    bottom: 18px;
}

.articles-slide-box .owl-nav-content {
    padding: 0px 10px;
    width: 64px;
    text-align: center;
}

.articles-slide-box .owl-nav-content label {
    font-weight: 400;
}

.panel.panel-magazine .artical-box-image {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 131%;
    object-fit: inherit;
    height: inherit;
}

.panel.panel-magazine .article-magazine-img-cotainer {
    height: inherit;
}

.artical-content .panel.panel-magazine .artical-category-box {
    padding: 13px 0px 0px;
}


/***login popup style***/

#login-modal h2 {
    margin-bottom: 30px;
    margin-top: 10px;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
    font-size: 24px;
}

#login-modal h2:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #ca2027;
}

#login-modal .login-container {
    width: 100%;
    padding: 30px 30px;
}

#login-modal .login-container.register-part {
    display: none;
}

#login-modal .main-form .form_group {
    margin-bottom: 20px;
}

#login-modal .form_group {
    padding: 0px 0px;
}

#login-modal .main-form .form_group input+label.error {
    font-size: 12px;
    font-weight: 400;
    margin-left: 2px;
    color: #ca2027;
}

#login-modal .form_group input[type=text],
#login-modal .form_group input[type=number],
#login-modal .form_group input[type=password],
#login-modal .form_group input[type=email],
#login-modal .form_group textarea,
#login-modal .form_group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    height: 45px;
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    font-family: 'Merriweather', serif;
    letter-spacing: 0.025em;
    font-weight: 300;
    font-size: 14px;
    padding: 0px 15px;
}

#login-modal .login-container>div {
    padding-top: 0;
}

#login-modal .main-form .web_btn {
    margin-top: 25px;
    text-transform: none;
    font-weight: 400;
}

#login-modal .login-container .social-login p {
    font-size: 12px;
    margin-top: 30px;
}

#login-modal .login-container .social-login p i {
    color: #afafaf;
}

#login-modal .submit-section {
	display:flex;
	align-items:center;
	justify-content:space-between;
    padding: 0;
}

#login-modal .submit-section a.web_btn {
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#login-modal .submit-section input[type=submit] {
    border: 1px solid #CA2027;
    background: #CA2027;
    line-height: 2.8;
    padding: 0px 20px;
    font-size: 14px;
    text-align: center;
    background-color: #CA2027;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#login-modal .submit-section input[type=submit]:hover {
    background-color: #CA2027;
    color: #fff;
}

#login-modal .modal-header .close {
    margin-top: -13px;
    font-size: 40px;
    font-weight: 100;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#login-modal .modal-header {
    position: absolute;
    right: 0;
    border: none;
    z-index: 1;
}

#login-modal .submit-section a {
    width: 69%;
    float: left;
    border: none !important;
    background: none !important;
    color: #222222 !important;
    padding: 0;
    text-align: left;
    padding-right: 20px;
}

#login-modal .submit-section a:hover {
    color: #CA2027 !important;
}

#login-modal .submit-section input {
    padding: 0 15px;
    min-width: 0;
	margin-left:10px;
}

#login-modal .submit-section a.web_btn {
    line-height: 1.5;
}

#login-modal .forgotpass {
    text-align: right;
    margin-top: 8px;
}

#login-modal .forgotpass a {
    color: #CA2027 !important;
    font-size: 14px;
}

#login-modal .login-container .social-login p a {
    vertical-align: middle;
}

#login-modal .modal-dialog {
    width: 450px;
}

#login-modal .modal-body {
    display: none;
}

#login-modal .modal-body.active {
    display: block;
}

.tid-form:after,
.tid-form:before {
    content: '';
    display: table;
    clear: both;
}

.artical-date {
    padding: 3px 0px;
}

.copyright span:nth-of-type(1) {
    float: left;
}

.copyright span:nth-of-type(2) {
    float: right;
}

.artical-title {
    height: 46px;
    margin-bottom: 12px;
    margin-top: 7px;
}

.interview-section .article-img-cotainer .article-button a:first-of-type {
    margin-right: 10px;
}

.interview-section .article-img-cotainer .article-button .artical-title {
    height: auto !important;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 15px !important;
    padding-bottom: 0 !important;
    color: #fff !important;
}
.interviews-slider .owl-nav{
	top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-135%);
    width: 100%;
    bottom: inherit;
	display:flex;
    justify-content: space-between;

}
.interviews-slider .owl-prev,.interviews-slider .owl-next{
	border: 0;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(202,32,39,0.8);
	transition: all .4s ease-in-out;

}
.interviews-slider .owl-prev:hover,.interviews-slider .owl-next:hover{
	background: rgba(202,32,39,1);
}
.interviews-slider .owl-prev{
	margin-left:-60px;
}

.interviews-slider .owl-next{
	margin-right:-60px;
}

.interviews-slider .owl-prev:before {
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
	left:5px;
	right: 0;
    margin: auto;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.interviews-slider .owl-next:before {
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
	left:0;
    right: 5px;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*.copyright span br {
    display: none;
}*/

.artical-content .panel.panel-magazine {
    height: inherit;
    padding-top: 0 !important;
}

.artical-content .panel.panel-magazine .panel-body {
    top: 0px;
    padding: 15px;
    width: 100%;
}

.disable-maze {
    pointer-events: none;
    opacity: 0.5;
}

.artical-category-list>div ul li span {
    color: #CA2027;
    font-weight: 500;
}

.tax-magazine_taxonomy .articals-list {
    padding-top: 40px;
    padding-bottom: 40px;
}

.tax-magazine_taxonomy .magazine-cover-image {
    width: 45px;
    display: inline-block;
}

.tax-magazine_taxonomy .arch-title-maz {
    display: inline-block;
    vertical-align: top;
    padding: 20px 10px;
}

.tax-magazine_taxonomy .arch-title-maz h2 span {
    color: #CA2027;
    font-weight: 500;
}

.login-logo {
    width: 120px;
    margin: 0 auto;
    height: 55px;
}

.login-tid .bg-login {
    background-image: url("../images/splash_bg_large.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: table;
}

.login-tid .bg-login .magnify {
    display: table-cell;
    vertical-align: middle;
}

.login-tid .my-tiding {
    padding: 0px 18px;
    display: none;
    width: 420px;
    margin: 0 auto;
}

.login-tid .my-tiding p {
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 14px;
}

.login-tid .my-tiding.active {
    display: block;
}

.login-tid .my-tiding .tid-form {
    border-radius: 2px;
    margin-top: 10px;
    overflow: hidden;
}

.login-tid .my-tiding .form_group {
    padding: 0px 0px;
    border-bottom: 1px solid #d6d6d6 !important;
}

.login-tid .my-tiding .form_group:last-child {
    border: none;
}

.login-tid .my-tiding .form_group input[type=text],
.login-tid .my-tiding .form_group input[type=number],
.login-tid .my-tiding .form_group input[type=password],
.login-tid .my-tiding .form_group input[type=email],
.login-tid .my-tiding .form_group textarea,
.login-tid .my-tiding .form_group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    height: 55px;
    width: 100%;
    border: none;
    border-radius: 1px;
    font-family: 'Merriweather', serif;
    letter-spacing: 0.025em;
    font-weight: 300;
    font-size: 14px;
    padding: 0px 15px;
    background-color: #fff;
}

.login-tid .my-tiding .lg-sec {
    width: 100%;
    padding: 0px 0px;
    margin-top: 22px;
}

.login-tid .my-tiding .lg-sec input[type=submit] {
    text-align: center;
    line-height: 2.2;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    width: 100%;
    font-size: 18px;
}

.login-tid .member-lk {
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 100%;
    display: block;
    font-weight: 300;
    margin: 17px 0px;
    padding-top: 8px;
}

.login-tid .member-lk:focus,
.login-tid .member-lk:hover {
    color: #fff !important;
}

.login-tid .member-lk span {
    font-weight: 500;
}

.login-tid .fg-pass a {
    text-align: center;
    font-size: 14px;
    color: #fff;
    width: 100%;
    display: block;
    font-weight: 300;
}

.login-tid .fg-pass a:focus,
.login-tid .fg-pass a:hover {
    color: #fff !important;
}

.login-tid .login-lk,
.login-tid .mg-login {
    text-align: center;
    font-size: 14px;
    color: #fff;
    width: 100%;
    font-weight: 300;
    position: absolute;
    bottom: 22px;
    display: none;
    left: 0px;
}

.login-tid .login-lk:focus,
.login-tid .mg-login:focus,
.login-tid .login-lk:hover,
.login-tid .mg-login:hover {
    color: #fff !important;
}

.login-tid .mg-login {
    display: block;
}

.login-tid .xt-mag {
    margin-bottom: 90px;
}

.account-tid {
    margin-bottom: 0px;
    height: 52px;
}

.account-tid ul {
    padding-left: 0px;
}

.account-tid ul li {
    padding-bottom: 10px !important;
}

.my-acc-tiding li {
    border-bottom: 1px solid #eeeeee;
}

.my-acc-tiding li a {
    color: #757575;
    padding: 14px 15px;
    display: block;
    width: 100%;
}

.mrq {
    padding: 35px 0px;
    margin-right: -15px;
    margin-left: -15px;
}

.no-art-fnd {
    height: 100px;
    display: table;
    width: 100%;
}

.no-art-fnd p {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.artical-pdf-box {
    width: 70px;
    float: right;
    margin-top: 10px;
}

.artical-pdf-box a {
    text-align: center;
    padding: 5px 0px;
    display: block;
    background-color: #CA2027;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
}

.artical-pdf-box:hover a,
.artical-pdf-box:focus a {
    color: #fff !important;
}

.article-tab-contain {
    padding: 30px 0 30px;
    background-color: #f9f9f9;
}

.articals-list {
    padding-bottom: 20px;
}

.artical-content .tig-maze {
    margin: 0;
    width: 100% !important;
    float: none !important;
    clear: both !important;
}

.artical-content .tig-maze>div {
    padding: 0;
}

.artical-content .tig-maze>div>div {
    margin-bottom: 0px;
}

.article-mobile-link {
    display: none;
}

.art-gal,
.article-img-cotainer,
.artical-content .panel {
    height: auto;
	min-height: auto;
    max-height: inherit;
}

.artical-content .panel {
    height: auto;
}

.adwrap-content .panel .panel-body {
    padding: 0;
    height: 100%;
}

.artical-content .artcle-more-btn {
    float: none !important;
    clear: both !important;
    display: block !important;
    width: 100% !important;
    padding-top: 5px;
}


/*[class*=artical-content] > div:nth-of-type(4n+1){
  clear: both;
}
*/

.adwrap-content.col-md-6.col-md-6+.col-md-4 {
    display: none;
}

.article-img-cotainer .article-button a:first-of-type {
    /*display: none;*/
}
.article-main .article-main-body p a,.about-contents .article-main-body .article-main-body-l p a,.article-main .article-main-body .article-main-body-l > p span a {
    color: #850000 !important;
}
.article-main .article-main-body p a:visited,.about-contents .article-main-body .article-main-body-l p a:visited,.article-main .article-main-body .article-main-body-l > p span a:visited{
    color:rgb(0, 112, 112) !important;
}
.article-main .article-main-body .article-main-body-l  > span a {
    color: #fff !important;
    padding: 3px 15px;
    display: inline-block;
}

.article-main .article-main-body .article-main-body-l >  span a:active {
    color: #fff !important;
}

icon-search2 {
    display: none;
}

.banner-top-buttons a:nth-of-type(1) {
    /*display: none;*/
}

.banner-top-buttons .icon-search2 {
    font-size: 22px;
}

.artical-content.promo-video-page .row>div {
    /*cursor: pointer;*/
    margin-top: 25px;
}

.artical-content.promo-video-page {
    margin-bottom: 25px;
}

.artical-content.promo-video-page .row>div:nth-of-type(-n+4) {
    margin-top: 0;
}

.artical-content.promo-video-page .row>div iframe {
    width: 100%;
    height: 180px;
    /*pointer-events: none;*/
}

#lg-videomodal {
    padding-right: 0 !important;
}

#lg-videomodal .modal-header {
    position: absolute;
    right: -20px;
    top: -20px;
    border: none;
    z-index: 1;
    border-radius: 50%;
    height: 39px;
    width: 39px;
    background: white;
    padding: 5px;
    border: 2px solid;
}

#lg-videomodal .modal-header .close {
    margin-top: -6px;
    font-size: 40px;
    font-weight: 100;
    color: black;
    opacity: 1 !important;
    left: -2px;
    position: relative;
}

#lg-videomodal iframe {
    width: 100%;
    height: 100%;
}

#lg-videomodal .modal-body {
    height: 600px;
}

#lg-videomodal .modal-dialog {
    width: 950px;
}

header .navbar-collapse .header-subscribe .navbar-form button {
    font-size: 14px;
    padding: 7px 15px;
}

.article-main .article-main-body .article-main-body-l > p img {
    height: 180px;
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-right: 10px;
    margin-top: 10px;
}

#comments {
    padding: 20px 0;
    margin-top: 20px;
}

.article-main .article-main-body .article-main-body-l form p label {
    min-width: 90px;
    vertical-align: top;
    display: inline-block;
}

.article-main .article-main-body .article-main-body-l form p textarea,
.article-main .article-main-body .article-main-body-l form p input[type=text] {
    resize: none;
    width: 350px;
    max-width: calc(100% - 100px);
}

.article-main .article-main-head .article-banner .article-carousal-main .ac-button a:nth-of-type(1) {
    display: none;
}

.article-main-body .floating-social {
    display: inline-block;
    float: right;
    margin-top: -10px;
}

.article-main-body .floating-social li a {
    padding: 10px;
    display: inline-block;
}

.article-main-body .floating-social li i,
.article-main-body .floating-social li i:before {
    font-size: 22px;
    color: #CA2027 !important;
    vertical-align: middle;
}

.article-main-body .floating-social li {
    background: #ffffff;
    display: inline-block;
}

.article-main-body .floating-social li:before {
    display: none;
}

.search-results .notfound-content {
    text-align: center;
    padding: 20px 0;
	font-family: 'Poppins', sans-serif;
    font-size: 50px;
    color: #CA2027;
    text-transform: uppercase;
}

.search-results .notfound-content h2 {
    margin-bottom: 10px;
	font-weight: 700;
    font-size: 150px;
    margin-bottom: 10px;
}

.search-results .notfound-content h3 {
    font-size: 50px;
    margin-bottom: 10px;
}
.notfound-form{
    text-align: center;
   
}
.entry-content.notfound-form{
 	margin-top: 0;
}
.bbp-user-page .entry-content{
	margin-top: 0;
	margin-bottom: 0;
}

.notfound-form>p {
    margin-bottom: 26px;
	font-size: 22px;
	line-height:32px;
    font-weight: 500;
	text-align:center;
}

.notfound-form form {
    display: inline-block;
}

.notfound-form form>div {
    width: 500px;
}
.notfound-form form>div label{
	text-align: left;
	font-size: 16px;
	padding-left:4px;
}

.notfound-form form>div input[type=submit] {
    height: 45px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    background-color: #CA2027;
    color: #fff !important;
    border: 0;
    padding: 0 24px;
    border-radius: 4px;
	font-size:15px;

}

.notfound-form form>div input[type=text] {
    width: calc(100% - 130px) !important;
    height: 45px;
    padding-left: 20px;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}

.notfound-form form>div label:first-of-type {
    display: block;
    margin-bottom: 5px;
}

.search-results>article {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f1f1f1;
}
.search-results .page-header{
	padding-bottom: 0;
	border-bottom:0;
}
.search-results .page-header figcaption{
	font-size: 20px;
	line-height:32px;
    font-weight: 500;
    max-width: 640px;
    width: 100%;
    margin: 20px auto 10px;
	
   
}
.search-results .page-header figure img{
	max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.search-results .page-header .entry-title , .qa-wrp-left > h2{
    font-size: 16px;
}

.search-results .page-header .entry-title span ,  .qa-wrp-left > h2  span{
    font-size: 18px;
    font-weight: 600;
    margin-left: 3px;
}

.subscribe-box .container>div .subscribe-msg {
    margin-top: 10px;
}

.search-results>article h2 {
    font-size: 20px;
    margin-bottom: 10p
}

.search-results>article:last-of-type {
    border-bottom: none;
}

.log-pass {
    margin-right: 0;
}

.btn-subscribe:focus,
.btn-subscribe {
    color: #ffffff !important;
}

.log-pass a span {
    max-width: 65px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
}

#login-modal .main-form p.status {
    font-size: 14px;
    clear: both;
}

.sub-maze h3 {
    margin-bottom: 22px;
    padding: 0px 15px;
    font-size: 17px;
}

.no-login-message {
    padding: 10px 0;
    text-align: center;
    background: #000000;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
    display: none;
}

.page-email-verify {
    margin: 85px 0;
}

.page-email-verify .message-notification.error {
    color: #c92028;
}

.shot-content em {
    font-style: normal !important;
}

.category .all-cate .col-md-4 .shot-content p,
.category .all-cate .col-md-4 .shot-content span,
.category .all-cate .col-md-4 .shot-content label,
.favour-page.all-cate .col-md-4 .shot-content p,
.favour-page.all-cate .col-md-4 .shot-content span,
.favour-page.all-cate .col-md-4 .shot-content label {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.75;
    letter-spacing: 0.05em;
    color: #000000;
}

.page-email-verify .message-notification.success,
.page-email-verify .message-notification.success a {
    color: #2f9000 !important;
}

.page-email-verify .message-notification {
    text-align: center;
    padding: 50px 15px;
    line-height: 1.8;
    width: 800px;
    border: 1px solid;
    max-width: 100%;
    font-weight: 500;
    letter-spacing: 0.025em;
}

.sub-maze .article-button {
    z-index: 10000;
}

.artical-content .panel-updated {
    height: auto;
}

.panel-updated .title-updated {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #000000;
}

.artical-category-list .list-title-updated {
    font-size: 18px;
}

.btn-vedio-custom {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    z-index: 4;
    overflow: hidden;
    opacity: 0;
}

.entry-content {
    margin: 50px 0;
}

.vedio-disabled {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0px;
    left: 0px;
}

.iframe-updated {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.iframe-updated {
    width: 5000%;
    height: 5000%;
    transform: scale(.02);
    transform-origin: top left;
}

.view-link-article {
    height: 42px;
    width: 205px;
    line-height: 42px;
    background-color: white;
    position: absolute;
    bottom: 54px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 25px;
    text-align: center;
    color: #CA2027 !important;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.04em;
}

.view-link-magazine {
    height: 67px;
    width: 100%;
    border-radius: 5px;
    background-color: #ca2128;
    line-height: 67px;
    font-size: 22px;
    text-align: center;
    color: white;
}

.artical-content .panel.panel-magazine-updated {
    border: none;
    box-shadow: none;
}

.view-link-cont {
    padding-left: 10px;
    padding-right: 10px;
}

.modal-body-custom {
    padding: 0px;
}

.modal-content-custom {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

#videoModal .modal-body-custom .close {
    margin-top: 0px;
    font-size: 30px;
    color: #ffffff;
    opacity: 1;
    font-weight: 100;
    position: absolute;
    top: 0px;
    right: 0;
}

.header-search {
    cursor: pointer;
    z-index: 1;
}

.header-search button i {
    font-size: 24px;
}

.header-search button {
    background: none;
    border: none;
    padding: 14px 20px;
    margin-top: 8px;
    pointer-events: none;
    padding-bottom: 10px;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.header-search input[type=text] {
    position: absolute;
    right: 325px;
    width: 0;
    z-index: 1;
    top: 18px;
    height: 47px;
    border: none;
    font-size: 20px;
    padding: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.header-search.box-open button {
    pointer-events: all;
}

.form-contain {
    float: left;
}

.form-contain .backdrop {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 0;
}

header .navbar .container {
    position: relative;
}

.header-search.box-open input[type=text] {
    padding-left: 5px;
    padding-right: 15px;
    width: calc(100% - 535px);
}
.logged-in .header-search.box-open input[type=text]{
	width: calc(100% - 650px);
}

.logged-in .header-search input[type=text]{
	top:22px;
	right: 450px;
}

.container.search-results .search-img {
    width: 400px;
    display: inline-block;
}
.container.search-results .search-img .artical-box-image{
	max-width:100%;
	object-fit: inherit;
}

.container.search-results .search-content .entry-summary {
    margin-top: 20px;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.container.search-results .search-content .entry-title {
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 1.4;
}

.container.search-results .search-content {
    display: inline-block;
    width: calc(100% - 405px);
    vertical-align: top;
    padding-left: 50px;
}
.container.search-results .search-accordion-wrap{
	padding:20px 0 30px;
}
.container.search-results .search-accordion-wrap .prayer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFF;
    padding: 0;
    margin: 0 auto 27px auto;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 7px 8px 10px -3px rgb(221 221 221 / 75%);
    -webkit-box-shadow: 7px 8px 10px -3px rgb(221 221 221 / 75%);
    -moz-box-shadow: 7px 8px 10px -3px rgba(221, 221, 221, 0.75);
}
.container.search-results .search-accordion-wrap .search-title{
	font-weight: 500;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 50px 30px 30px;
    margin: 0;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.01em;
    cursor: pointer;
}

.container.search-results .search-accordion-wrap .search-title .entry-title{
	font-weight: 500;
	font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.01em;
    cursor: pointer;
	margin: 0;
	padding:0 30px 0 0 ;
 	position: relative;
}
.container.search-results .search-accordion-wrap .search-title .entry-title:before, .container.search-results .search-accordion-wrap .search-title .entry-title:after {
    transition: all .4s ease-in-out;
}
.container.search-results .search-accordion-wrap  .search-title .entry-title:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #CA2027;
}
.container.search-results .search-accordion-wrap .prayer.active .search-title .entry-title:before {
    width: 31px;
}

.container.search-results .search-accordion-wrap .search-title .entry-title:after {
    content: "";
    background-image: url(../images/arrow.svg);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 10px;
    height: 15px;
    background-repeat: no-repeat;
}
.container.search-results .search-accordion-wrap .prayer.active .search-title .entry-title:after {

    transform: rotate(90deg);
}
.container.search-results .search-accordion-wrap .search-content{
	padding-left: 0;
    position: relative;
    display: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 30px 30px;
    font-size: 16px;
    font-weight: 400;
}
.container.search-results .search-accordion-wrap .search-content .artical-date{
float:none;
}
.container.search-results .search-accordion-wrap .prayer.active .search-content{
	display:block;
}
.container.search-results .search-accordion-wrap .search-content  .interact ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
	align-items:center;
	justify-content:flex-end;
}
.container.search-results .search-accordion-wrap .search-content  .interact > ul > li {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0  0 0 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position:relative;
}

.container.search-results .search-accordion-wrap .search-content  .interact > ul > li figure {
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.container.search-results .search-accordion-wrap .search-content  .interact > ul > li:first-child {
  margin-left: 0px;
}
.container.search-results .search-accordion-wrap .search-content .entry-summary,.container.search-results .search-accordion-wrap .search-content .entry-summary p{
	font-size: 16px;
    font-weight: 400;
	position: relative;
	clear:both;
	color:#000;
}
.adwrap-content .panel {
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
}

/*.adwrap-content .panel .panel-body .article-img-cotainer .art-gal {
    height: 100% !important;

}

.adwrap-content .panel .panel-body .article-img-cotainer {
    height: 100% !important ;
    max-height: 411px;
}

.adwrap-content .panel .panel-body {
    padding: 0;
}*/

.magazine-loader .animated-loader .panel-body {
    height: 100%;
    padding: 0;
}

.magazine-loader .animated-loader .animated-img {
    height: 100%;
}

.categ-banner-main {
    background-color: #cccccc;
    height: 220px;
    display: table;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.categ-banner-main>div {
    display: table-cell;
    vertical-align: middle;
}

.categ-banner-main>div h1 {
    font-size: 96px;
    font-weight: 600;
    mix-blend-mode: overlay;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.interview-section {
    padding: 80px 0;
    background-color: #f0f0f0;
}

.interview-section .panel-body {
    padding: 20px;
}

.interview-section .artical-content-wrap {
    padding: 0;
}

.interview-section .artical-author {
    font-size: 13px;
}

.interview-section .artical-category-box {
    padding-top: 24px;
    font-size: 15px;
    font-weight: 600;
}

.interview-section .artical-date {
    font-weight: normal;
}

.interview-section .artical-title {
    font-size: 19px;
    font-weight: 600;
	height:50px;
}

.interview-section .artical-content .shot-content {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.7px;
    height: 85px;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.interview-section .article-img-cotainer .art-gal {
    max-height: 250px;
}

.interview-section .article-img-cotainer img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    max-height: 250px;
}

.media-scan-section {
    background-color: #f9f9f9;
    padding: 50px 0;
}

.home-media-scan .row {
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    background-color: #FFFFFF;
    padding: 30px 0;
    margin-bottom: 30px;
}

.home-media-scan .artical-content .columns {
    border-right: 1px solid #e7e7e7;
    margin-bottom: 20px;
}

.home-media-scan .artical-content .columns:nth-child(3n) {
    border-right: 0;
}

.home-media-scan .artical-content .columns:last-child {
    border-right: 0 !important;
}

.home-media-scan .artical-content .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding: 0 40px;
}

.home-media-scan .artical-content .col-md-4:nth-child(4) .panel {
    border-right: none;
}

.home-media-scan .artical-content .article-img-cotainer {
    margin-bottom: 45px;
}

.home-media-scan .artical-content .art-gal {
    text-align: center;
}

.home-media-scan .artical-content .artical-title {
    text-align: center;
    height: auto;
}

.home-media-scan .artical-content .art-gal img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.home-media-scan .publish-date {
    text-transform: uppercase;
    text-align: right;
    padding-right: 20px;
}

.btn-transparent {
    background: transparent;
    color: #000 !important;
    border: 1px solid #d7d7d7;
    padding: 10px 20px;
}

.lmore-loader {
    background: url('data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ibGRzLW1lc3NhZ2UiIHdpZHRoPSIxMDAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAxMDAgMzAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNSAxNSkiPjxjaXJjbGUgY3g9IjAiIGN5PSIwIiByPSI3IiBmaWxsPSIjMGUwZTBlIiB0cmFuc2Zvcm09InNjYWxlKDAuMDMyMjExMyAwLjAzMjIxMTMpIj48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InNjYWxlIiBiZWdpbj0iLTAuMzMzMzMzMzMzMzMzMzMzM3MiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVNwbGluZXM9IjAuMyAwIDAuNyAxOzAuMyAwIDAuNyAxIiB2YWx1ZXM9IjA7MTswIiBrZXlUaW1lcz0iMDswLjU7MSIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT48L2NpcmNsZT48L2c+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTAgMTUpIj48Y2lyY2xlIGN4PSIwIiBjeT0iMCIgcj0iNyIgZmlsbD0iIzA4MDgwOCIgdHJhbnNmb3JtPSJzY2FsZSgwLjQwMDU5MyAwLjQwMDU5MykiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0ic2NhbGUiIGJlZ2luPSItMC4xNjY2NjY2NjY2NjY2NjY2NnMiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVNwbGluZXM9IjAuMyAwIDAuNyAxOzAuMyAwIDAuNyAxIiB2YWx1ZXM9IjA7MTswIiBrZXlUaW1lcz0iMDswLjU7MSIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT48L2NpcmNsZT48L2c+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzUgMTUpIj48Y2lyY2xlIGN4PSIwIiBjeT0iMCIgcj0iNyIgZmlsbD0iIzAwMDAwMCIgdHJhbnNmb3JtPSJzY2FsZSgwLjg1MTc2NiAwLjg1MTc2NikiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0ic2NhbGUiIGJlZ2luPSIwcyIgY2FsY01vZGU9InNwbGluZSIga2V5U3BsaW5lcz0iMC4zIDAgMC43IDE7MC4zIDAgMC43IDEiIHZhbHVlcz0iMDsxOzAiIGtleVRpbWVzPSIwOzAuNTsxIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvZz48L3N2Zz4=') no-repeat;
    display: none;
    width: 100px;
    height: 30px;
    vertical-align: top;
    margin: 0 auto;
}

.more-btn-editorial {
    margin-top: 30px;
}
.editorial-tab-section:nth-last-of-type(1) .artical-author {
    border: 0;
}
.not-found-wrapper figure img{
	height:auto;
}
.not-found,not-found figure{
	text-align:center;
}
.not-found .container,.not-found  .search-results{
	width:100% !important;
}
.not-found  .search-results figure{
	margin-right:0 !important;
	margin-left:0 !important;
}
.alert{
	display:block;
	margin:0;
	font-size:16px;
	font-weight:500;
}
.alert.success{
	color:green;
}
.alert.failure{
	color:red;
}
.pagination-wrapper{
	margin-bottom:70px;
}
#bbpress-forums .bbp-pagination-links a{
	margin:0 3px;
}
#bbpress-forums .bbp-pagination-links .current{
	margin:0 3px;
}
.page-numbers {
    display: inline-block !important;
    padding: 8px 12px !important;
    margin: 0 2px 0 0 !important;
    border: 1px solid #eee !important;
    line-height: 1 !important;
   	text-decoration: none !important;
    border-radius: 2px !important;
    font-weight: 600 !important;
	font-size:14px !important;
	opacity:1  !important;
}
.page-numbers.dots{
	border:none !important;
}
.page-numbers.current,
a.page-numbers:hover {
    background: #ca2027 !important;
	color:#fff !important;
}

 .ask-a-question-wrapper{
	position: relative;  
	max-width: 900px;
    width: 100%;
    margin: 70px auto ;
}
.ask-a-question-wrapper h1{
    font-size: 39px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: rgb(0, 0, 0);
    line-height: 1.38;
    position: relative;
    text-align: center;
    width: auto;
    display: inline-block;
    margin: 0 auto 22px;

}
#ask-a-question-modal{
	background: rgba(0,0,0,0.5);
}

#ask-a-question-modal .modal-header{
 	border:none;
}
#ask-a-question-modal .close{
	margin-top: -13px;
    font-size: 40px;
    font-weight: 100;
}
#ask-a-question-modal .modal-header {
    position: absolute;
    right: 0;
    border: none;
    z-index: 1;
}
#ask-a-question-modal h2 {
    margin-bottom: 30px;
    margin-top: 10px;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
    font-size: 24px;
	position: relative;
}
#ask-a-question-modal h2:after{
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #ca2027;
}

#ask-a-question-modal .modal-body {
    width: 100%;
    padding: 30px 30px;
}

.ask-a-question-form {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
}


.ask-a-question-form .log-pass{
	float:none;
}
.ask-a-question-form .log-pass .login-go{
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
	padding:10px 24px;
	display:inline-block;
    background-color: #CA2027;
    color :#fff !important;
    border:1px solid #CA2027;
    border-radius:4px;
    margin-top:10px;
}
.ask-a-question-form .log-pass .login-go:hover{
	background-color:#fff;
    color: #CA2027 !important;
}
.ask-a-question-form label{
    font-size: 16px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 5px;
	text-align:left;
}
.ask-a-question-form .form-group p{
    font-size: 13px;
    font-weight: normal;
    color: #111111;
    margin-bottom: 10px;
	text-align:left;
}
.ask-a-question-form .form-control {
    border-radius: 5px;
    background-color: #f3f3f3;
    height: 67px;
    font-size: 16px;
    font-weight: normal;
    color: #111111;
    padding: 0 24px;
    line-height: 67px;
    border: 0;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
	text-align:left;
}
.ask-a-question-form textarea.form-control {
    padding: 24px;
    line-height: 1.5;
    height: 120px;
}

.btn-ask-questn {
    font-size: 17px;
    font-weight: 600;
    max-width: 255px;
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    border-radius: 4px;
    color: #ffffff;
    background-color: #ca2027 !important;
    border: 1px solid #ca2027;
    transition: all 0.5s;
}
.btn-ask-questn:hover {
    background-color: #fff !important;
    color: #ca2027;
}
.notfound-form .search-bar-wrp{
 	display:flex;
	justify-content :center;
}
.qa-not-found-form .search-bar-wrp{
	width:630px;
}


.notfound-form .search-bar-wrp #bbp_search {

    width: calc(100% - 130px) !important;
    height: 45px;
    padding-left: 20px;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #000;
    border-radius: 4px;
    padding-right: 20px;
    background-image: none;
    box-shadow: none !important;
	
}
.qa-not-found-form .search-bar-wrp #bbp_search{
	flex:1;

}

.notfound-form .search-bar-wrp #bbp_search_submit ,.notfound-form .search-bar-wrp .btn-ask-qtn{
    height: 45px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    background-color: #CA2027;
    color: #fff !important;
    border: 0;
    padding: 0 24px;
    border-radius: 4px;
	max-width: inherit;
    width: auto;
    position: relative;
    right: 0;
    top: 0;
	font-size:15px;
	font-weight:normal;
}

.author_wrapper{
	padding:50px 0;
}
body.single .article-main-body-l .article-autor{
	width:100%;
}
.more-btn{
	clear:both;
	margin-left:auto;
	margin-right:auto;
}
.prayer-breadcrumb{
    padding: 20px 0;
}
   
.prayer-breadcrumb  p {
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #282828;
}

.prayer-breadcrumb  p span {
    color: #ca2027;
}

.modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
    margin: 1.75rem auto;
    display: flex;
    align-items: center;
}
.modal-content{
	width:100%;
	height:100%;
	position:relative;
}
.modal-content .close{
	position:absolute;
	top:20px;
	right:20px;
	color:#fff;
	font-size:20px;
	z-index:5;
	opacity:1;
}

/*----------------Awards-----------------*/

.awards_wrp {
  	position: relative;
	
}
.acheivements_wrap{
	padding: 80px 0;
}
.acheivements_wrap .container{
	max-width:815px;
	width:100%;
	margin:0 auto;
	text-align:center;
}

.acheivements_wrap h2{
	font-size:32px;
	line-height:40px;
	max-width:710px;
	width:100%;
	margin:0 auto 30px;
}

.acheivements_wrap article{
	font-size:16px;
	line-height:30px;
}
.acheivements_wrap article p{
	margin-bottom:20px;
}

.yearly_awards_wrap {
  padding-bottom: 80px;
}

@media (min-width: 992px) {
  .yearly_awards_wrap .container {
    max-width: 970px !important;
    width: 100% !important;
  }
}

.awards_listing_wrap{
	position:relative;
}

.awards_listing {
  	max-width:815px;
	width:100%;
	margin:0 auto;
}

.awards_listing .award_list {
  	position: relative;
}

.awards_listing .award_list .year {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #A5A5A5;
    position: relative;
    text-align: center;
    z-index: 2;
}

.awards_listing .award_list .year::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -2;
}

.awards_listing .award_list .year::before {
    content: "";
    position: absolute;
    width: 125px;
    height: 25px;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.awards_listing .award_list .award_content_wrap {
    display: flex;
    padding: 30px 0 20px;
}

.awards_listing .award_list .award_content_wrap:last-child {
  padding-bottom: 50px;
}

.awards_listing .award_list .award_content_wrap .award_img {
    flex: 0 0 105px;
    max-width: 105px;
}

.awards_listing .award_list .award_content_wrap .award_img img{
	max-width:100%;
}

.awards_listing .award_list .award_content_wrap .award_content {
    flex: 1;
    padding-left: 30px;
    color: #000;
}

.awards_listing .award_list .award_content_wrap .award_content h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 35px;
	margin:0;
}

.awards_listing .award_list .award_content_wrap .award_content h4 {
    font-size: 22px;
    line-height: 35px;
    font-weight: normal;
	margin:0;
}

.awards_listing .award_list .award_content_wrap .award_content ul {
    margin: 25px 0 0;
    padding: 0;
    list-style-type: none;
}

.awards_listing .award_list .award_content_wrap .award_content ul li {
    font-size: 16px;
    font-weight: normal;
    display: flex;
	margin-bottom:20px;
}

.awards_listing .award_list .award_content_wrap .award_content ul li strong, .awards_listing .award_list .award_content_wrap .award_content ul li span {
    font-size: 16px;
    font-weight: normal;
    display: block;
    position: relative;
}

.awards_listing .award_list .award_content_wrap .award_content ul li strong {
  	flex: 0 0 135px;
	font-weight: 500;
}

.awards_listing .award_list .award_content_wrap .award_content ul li strong::after {
    content: ":";
    position: absolute;
    right: 0;
    top: 0;
}

.awards_listing .award_list .award_content_wrap .award_content ul li span {
    flex: 1;
    padding-left: 22px;
}
.awards_listing .award_list .award_content_wrap .award_content ul li.view_article{
	padding-top:4px;
	margin-bottom:0px;
}
.awards_listing .award_list .award_content_wrap .award_content ul li.view_article span,.awards_listing .award_list .award_content_wrap .award_content ul li.view_article span a{
	color:#BA3330;
}

.awards_listing .award_list .award_content_wrap .award_content ul li.view_article strong::after{
	display:none;
}

.year_nav {
    position:fixed;
	top:0;
	background-color:#eee;
	width:100%;
	opacity:0;
	visibility:hidden;
	transition:opacity .2s ease-in-out,visibility .2s ease-in-out, top .2s ease-in-out;
	z-index:100;
}
.year_nav.show{
	position:sticky;
	top:90px;
	opacity:1;
	visibility:visible;	
}

.year_nav ol {
    margin: 0;
    padding: 25px 0;
    list-style-type: none;
    width: 100%;
    position: relative;
	display:flex;
	justify-content:center;
}


.year_nav ol li {
    font-size: 16px;
    line-height: 1;
    color: #000;
    font-weight: normal;
    margin: 0 15px;
    position: relative;
	cursor:pointer;
}
.year_nav ol li:first-child {
  margin-left: 0;
}
.year_nav ol li:last-child {
  margin-right: 0;
}

.year_nav ol li.active,.year_nav ol li.s_active {
    font-weight: 600;
    color: #CA2027;
	transition:all .4s ease-in-out;
}

.year_nav ol li:after {
    content: "";
    position: absolute;
    bottom:-10px;
	left:0;
	right:0;
	margin:auto;
	width:0;
	height:2px;
	background-color:#CA2027;
	transition:all .4s ease-in-out;
}

.year_nav ol li.active:after,.year_nav ol li.s_active:after{
	width:100%;
}

.mobAwardListing {
  	position: relative;
  	padding: 0;
	display:none;
}



.yearTabList {
  overflow: hidden;
}

.yearTabList ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  white-space: nowrap;
  color: #fff;
  overflow-y: auto;
}

.yearTabList ul li {
  white-space: nowrap;
  font-size: 1.375rem;
  font-weight: 600;
  margin-right: 35px;
  line-height: 1;
  position: relative;
  margin-bottom: 15px;
  color:#000;
  cursor:pointer;
}

.yearTabList ul li:last-child {
  margin-right: 0;
}

.yearTabList ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #ba3330;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
}
.yearTabList ul li.active {
  color: #ba3330;
}
.yearTabList ul li.active::after {
  width: 21px;
}

.awardTabContent {
  position: relative;
  padding-top: 40px;
  display: none;
}

.awardTabContent.active {
  display: block;
}

.mobAwardListing {
  	position: relative;
	padding-bottom:50px;
}

.awardSlider {
  	position: relative;
	margin-bottom:30px;
}

.awardSlider .swiper-slide {
  	color: #000;
	padding-bottom:20px;
}
.awardSlider .swiper-slide  .inner_wrap{
	max-width:252px
	width:100%;
}
.awardSlider .swiper-slide figure {
  margin-bottom: 20px;
}
.awardSlider .item figure img{
	width:auto;
	max-width:100%;
}

.awardSlider .swiper-slide h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 15px;
}

.awardSlider .swiper-slide h4 {
  font-size: 20px;
  line-height: 1.15;
  font-weight: 500;
}

.awardSlider .swiper-slide ul {
  margin: 24px 0 0;
  padding: 0;
  list-style-type: none;
}

.awardSlider .swiper-slide ul li {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 24px;
}
.awardSlider .swiper-slide ul li strong{
	font-size: 14px;
  	font-weight: normal;
    color:#BA3330;
    display:block;
}

.awardSlider .swiper-slide ul li span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  position: relative;
  color: #000;
}

.awardSlider .swiper-slide ul li p {
  font-size: 16px;
  font-weight: normal;
  display: block;
  position: relative;
  color: #000;
}
.awardSlider .swiper-slide ul li.view_article a{
	color:#BA3330;
	position:relative;
}
.awardSlider .swiper-slide ul li.view_article a:after{
	content: "";
    position: absolute;
    bottom: -5px;
    margin: auto;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #BA3330;
    z-index: 1;
}

.awardSlider .swiper-scrollbar {
    border-radius: 0;
    height: 3px !important;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: transparent !important;;
    position: relative;
    z-index: 0!important;;
}
.awardSlider  .swiper-scrollbar:after{
	content: "";
    position: absolute;
    top:0;
    bottom: 0;
    margin: auto;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #DEDEDE;
    z-index: 0;
}
.awardSlider  .swiper-scrollbar-drag {
	height: 100%;
    width: 100%;
    position: relative;
    background: #747474;
    left: 0;
    top: 0;
	z-index: 1;
	border-radius: 0;
}




/*media query*/

@media only screen and (min-width: 992px){
  .container {
      width: 98% !important;
  }
}
@media only screen and (min-width: 1100px) {
	.container {
      	width: 96% !important;
  	}
}
@media only screen and (min-width: 1200px) {
    .artical-content .tig-maze>div {
        width: 25%;
    }
    .artical-content .tig-maze>div:nth-of-type(5n+1) {
        float: left;
        clear: none;
    }
    .artical-content .tig-maze>div:nth-of-type(4n+1) {
        clear: both;
    }
}
@media only screen and (min-width: 1300px) {
  .container {
      width: 1200px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
      width: 1300px !important;
  }
}
@media only screen and (min-width: 1460px) {
    .artical-content .tig-maze>div {
        width: 20%;
    }
    .artical-content .tig-maze>div:nth-of-type(5n+1) {
        clear: both;
    }
    .artical-content .tig-maze>div:nth-of-type(4n+1) {
        clear: none;
    }
    .magazine-loader .row>div {
        width: 20%;
    }
    .magazine-loader .animated-loader {
        height: 350px;
    }
}

@media only screen and (min-width: 1660px){
  .container {
      width: 1440px!important;
  }

}

@media only screen and (max-width: 1660px) {
    .category-engage .adwrap-content .panel .panel-body .article-img-cotainer {
        height: 411px !important;
    }
    .adwrap-content .panel .panel-body .article-img-cotainer {
        height: 411px !important;
    }
    .event-with-image:after {
        width: 100%;
    }
    section.article-tab-contain div#artical-content-main .adwrap-content .prayer-text,
    .artical-content3 .prayer-text {
        font-size: 19px;
        top: 47%;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .event-title {
        font-size: 19px;
        padding-right: 0;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image {
        height: 602px;
        width: auto;
    }
    .adwrap-content .panel .panel-body {
        padding: 0;
        /* height: 386px;
        max-height: 386px; */
    }
    /*section.media-scan-section.home-media-scan .artical-content .row .col-sm-6:nth-child(1) {*/
    /*    width: 47%;*/
    /*    margin-right: 2%;*/
    /*}*/
    .main_banner,
    .popular_main_slidr {
        padding-bottom: 445px;
    }
    .main_banner .slider-content .slider-box-left-content .category-box {
        margin-bottom: 10px;
        width: 100%;
    }
    .main_banner .slider-content .slider-box-left-content {
        position: relative;
        margin-bottom: 10px;
    }

	[data-lang="de"] header.smaller .nav li ,[data-lang="de"] .nav li,[data-lang="de"] .nav>li>a{
        padding-left: 5px  !important;
		padding-right:5px !important;
    }
    [data-lang="de"] #bs-example-navbar-collapse-1.navbar-collapse .form-contain .header-search button {
        margin-top: 0;
        padding: 20px 15px 15px 10px !important;
    }
	.header-search input[type=text]{
		right: 280px;
	}

	.header-search.box-open input[type=text] {
        width: calc(100% - 475px);
    }
	.logged-in .header-search.box-open input[type=text] {
		top:25px;
        width: calc(100% - 640px);
		right:440px;
    }
	.status-box .status-count{
		font-size:54px
	}
	.main_banner .feature-banner > .item-card {
        transform: translateY(-16%);
    }
}
@media only screen and (max-width: 1600px) {
	.header-search button i {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1460px) {
    .main_banner .slider-content .slider-box-left-content {
        position: relative;
        margin-bottom: 0;
    }
    .article-main .article-main-head .articel-recent .recent-article .recent-article-inner .article-recent-short .article-category {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .article-main .article-main-head .articel-recent .recent-article .recent-article-inner .article-recent-short>h2 {
        font-size: 16px;
        height: 36px;
        margin-bottom: 15px;
    }
    .article-main .article-main-head .articel-recent .recent-article .recent-article-inner .article-recent-short {
        padding: 24px 0;
    }

    .editorial-single-section h2 {
      font-size: 42px;  
    }
	section.editorial-single-section .editorial-title {
    	font-size: 32px;
	}
    .bible-quotes {
        font-size: 24px;
    }
  
}

@media only screen and (max-width: 1459px) {
    .adwrap-content .panel .panel-body {
        padding: 0;
        /* height: 355px;
        max-height: 386px; */
    }
    .category-engage .adwrap-content .panel .panel-body {
        height: 366px !important;
    }
    .category-engage .adwrap-content .panel .panel-body .article-img-cotainer {
        height: 366px !important;
    }
    section.contact-blocks .blocks-contact .col-xs-3 {
        padding: 30px 32px;
    }
    .about-section .about-contents {
        padding: 0 50px;
    }
    .mgmt-contents {
        padding-bottom: 30px;
    }
	.about-section .about-contents{
		padding-bottom: 15px;
	}
    .about-section .about-contents .about-para {
        padding-bottom: 15px;
    }
    .mgmt-contents .members-mgmt {
        margin-bottom: 30px;
    }
    .mgmt-contents .members-mgmt {
        margin-bottom: 30px;
        width: 32%;
        float: left;
    }
    .main_banner .slider-content .col-md-12 {
        padding-left: 15px;
        padding-bottom: 15px;
    }
    .main_banner .slider-content .slider-box-left-content .category-box {
        margin-bottom: 10px;
        width: 100%;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .event-title {
        padding-right: 0;
        line-height: 1.2;
        height: 75px;
        font-size: 18px;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .event-category {
        font-size: 12px;
        margin-top: 6px;
        width: 100%;
        padding-bottom: 6px;
        max-width: unset;
        float: left;
        line-height: 1.4;
    }
    .no-image-right .know-more .arrow-more i:after {
        bottom: 0px;
    }
    .no-image-right .know-more .arrow-more i:before {
        bottom: 0x;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .know-more {
        width: auto;
        margin-left: 22px;
        float: right;
        display: inline-block;
        position: relative;
        text-align: left;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .know-more a {
        display: inline-block;
        float: left;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .event-loc,
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .know-more a {
        line-height: 1.4;
        font-size: 13px;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image .event-date {
        font-size: 48.76px;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image .event-date p {
        font-size: 40px;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image .event-date {
        width: 123px;
        height: 109px;
    }
    .magazine-loader .row>div {
        width: 25%;
    }
    .magazine-loader .animated-loader {
        height: 370px;
    }
   
    .adwrap-content .panel .panel-body .article-img-cotainer {
        height: 411px !important;
    }
    .main_banner {
        padding-bottom: 445px;
    }
    .popular_main_slidr {
        padding-bottom: 445px;
    }
    .banner-top-buttons {
        display: none;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image {
        height: 530px;
        width: 100%;
        background-size: cover;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image .event-date {
        margin-bottom: 23px !important;
    }
    section.media-scan-section.home-media-scan.two .event-no-image {
        margin-top: calc((534px - (130px * 4)) / 3) !important;
        height: 130px !important;
    }
    /*section.media-scan-section.home-media-scan .artical-content .row .col-sm-6:nth-child(1) {*/
    /*    width: 48%;*/
    /*    margin-right: 0;*/
    /*}*/
    section.media-scan-section.home-media-scan.two .event-no-image .event-date {
        font-size: 27px;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .event-date p {
        font-size: 28px;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .event-loc {
        float: left;
        margin-right: 15px;
        font-size: 13px;
    }
    section.media-scan-section.home-media-scan.two .artical-content .row .col-sm-6:nth-child(2) {
        width: 50%;
        margin-left: 13px;
        margin-top: 0;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .event-date {
        margin-right: 0;
    }
    section.media-scan-section.home-media-scan.two .event-no-image {
        padding: 15px;
        padding-left: 15px;
        height: 126.35px;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .event-date:after {
        right: -9px;
        height: 100%;
    }
    .single-events-bottom {
        margin-top: 5px;
    }
    .adwrap-content .panel .panel-body .article-img-cotainer {
        height: 411px  !important;
    }
    .artical-content  .panel .panel-body{
		min-height: 411px  !important;
    }
	.media-scan-section .artical-content  .panel .panel-body{
		min-height:inherit !important;
		height:inherit  !important;
		max-height:inherit  !important;
	}
}

@media (max-width: 1920px) {
    .home-media-scan .artical-content .art-gal {
        text-align: center;
        max-height: 12.396vw;
    }
}

@media (max-width: 1440px) {
    .panel {
      min-height: 368px;
      max-height: 368px;
    }

    /*.adwrap-content .panel .panel-body .article-img-cotainer {
        height: 368px !important;
    }
	.adwrap-content .panel .article-img-cotainer img, .adwrap-content .artical-box-image{
    	max-height: 368px;
	}*/
    .art-gal {
        /* height: 116px; */
        overflow: hidden;
    }
    .interview-section .art-gal {
        height: auto;
    }
    .article-img-cotainer {
        height: auto;
    }
    section.article-tab-contain .artical-content .panel,
    section.interview-section .artical-content .panel {
        height: auto;
    }
    .artical-content section.media-scan-section.home-media-scan.one .panel {
        height: auto;
        max-height: unset !important;
    }
    .artical-content section.media-scan-section.home-media-scan.one .panel {
        height: auto;
        max-height: unset;
    }
    .artical-content .col-md-4.col-lg-3.col-sm-6.editorial-tab-section .panel {
        height: auto;
        max-height: unset !important;
    }
    .animated-loader .animated-img {
        height: 116px;
    }
    .animated-loader {
        height: 340px;
    }
    .animated-loader .animated-content1 {
        height: 78px;
    }
    .artical-author {
        padding: 10px 0px 0px;
    }
    .panel-body {
        padding: 10px;
    }
    .artical-content .artical-title {
        height: 44px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 10px;
    }
    .artical-content .artical-title a {
        font-size: 16px;
    }
    .artical-category-box {
        padding: 10px 0px;
        padding-bottom: 2px;
    }
    .artical-content .shot-content {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 24px;
    }
    .home-media-scan .artical-content .article-img-cotainer {
        margin-bottom: 0px;
    }
    .home-media-scan .artical-content .art-gal {
        max-width: 175px;
        margin: 0 auto;
    }
    /** footer **/
    .subscribe-box {
        padding: 35px 0px;
    }
    .subscribe-box .sub-col-1-title {
        font-size: 22px;
    }
    .subscribe-box .sub-col-1-content {
        font-size: 14px;
    }
    .subscribe-box .sub-col-2 {
        margin-top: 22px;
    }
    .subscribe-box .social_contain {
        padding-top: 13px !important;
    }
    .footer-box {
        padding: 40px 0 40px;
    }
    .copyright {
        margin-top: 38px;
    }
    .artical-content .panel.panel-magazine {
        height: inherit;
        padding-top: 141%;
    }
	#header #bs-example-navbar-collapse-1.navbar-collapse {
      margin-top: 18px !important;
  }
	.nav li {
    	font-size: 15px;
	}
	.header-search button i {
        font-size: 20px;
    }
    .logged-in .loggedin-header #bs-example-navbar-collapse-1.navbar-collapse .form-contain .header-search button {
        padding: 11px 20px 6px 10px !important;
    }
    .backtop{
		right: -50px;
    }
	#MagazineVideoModal .modal-dialog{
        max-width:900px;
        width:100%;
    }
    .interviews-slider .owl-prev{
        margin-left:-28px;
    }

    .interviews-slider .owl-next{
        margin-right:-28px;
    }

}
@media only screen and (max-width: 1400px) {
	.nav li {
    	font-size: 14px;
	}
    .header-search button i {
        font-size: 17px;
    }
  .logged-in .loggedin-header #bs-example-navbar-collapse-1.navbar-collapse .form-contain .header-search button {
      padding: 13px 20px 6px 10px !important;
  }
  #bs-example-navbar-collapse-1.navbar-collapse .form-contain .header-search button {
      padding: 22px 20px 7px 10px !important;
  }
  [data-lang="de"] #bs-example-navbar-collapse-1.navbar-collapse .form-contain .header-search button {
      padding: 24px 15px 15px 10px !important;
  }
  .team-slider .owl-nav {
      top: 30%;
  }
	.main_banner .feature-banner > .item-card {
        transform: translateY(-14%);
    }
}

@media screen and (max-width: 1366px){
	#header #bs-example-navbar-collapse-1>div.menu-wrapper{
		padding-top:0 !important;
	}
    #header #bs-example-navbar-collapse-1.navbar-collapse .form-contain .header-search button {
        padding: 21px 20px 7px 10px !important;
    }
	.logged-in #header #bs-example-navbar-collapse-1.navbar-collapse .form-contain .header-search button {
        padding: 13px 20px 7px 10px !important;
    }
    .lang-log-search .log-pass a{
        padding: 11px 8px !important;
	}
	.prayer-tab-wrapper .inner-tab-list{
		margin-left:-8px;
		margin-right:-8px;
	}
	.prayer-tab-wrapper .nav-tabs.inner-tab-list > li {
        padding: 0 8px !important;
    }
	
	
}
@media only screen and (max-width: 1300px) {

    .log-pass a span {
    	max-width: 60px;

    }
    .logged-in .loggedin-header #bs-example-navbar-collapse-1.navbar-collapse .form-contain .header-search button {
   		padding: 15px 10px 6px 6px !important;
    }
    #header #bs-example-navbar-collapse-1 .menu-menu-1-german-container ul.header-menu-german li {
    	padding: 14px 0px !important;
    }
    .logged-in .header-search input[type=text] {
    	right: 360px!important;
    }
    .logged-in .header-search.box-open input[type=text] {
    	width: calc(100% - 510px) !important;
    }
    .upcoming-events-slider .owl-prev {
        left: -20px !important;
    }
    .upcoming-events-slider .owl-next{

         right: -20px  !important;
    }
	
	.lang-log-search .btn-subscribe{
		width: 110px !important;
    	font-size: 14px !important;
		padding: 0 10px!important;
	}
	.sub-col-2-input {
    	width: 330px !important;
	}
	#bs-example-navbar-collapse-1.navbar-collapse .form-contain .header-search button {
    	margin-top: 8px;
	}
	.logged-in #bs-example-navbar-collapse-1.navbar-collapse .form-contain .header-search button {
    	margin-top: 0;
	}
	#MagazineVideoModal .modal-dialog{
        max-width:800px;
        width:100%;
    }	

}
@media only screen and (max-width: 1200px) {
    [data-lang="de"] .lang-log-search .log-pass a,[data-lang="de"] .loggedin-ddl em{
    	font-size:12px;
    }
    [data-lang="de"] .loggedin-header #bs-example-navbar-collapse-1.navbar-collapse .form-contain .header-search button {
        padding: 21px 8px 6px 6px !important;
    }
    .lang-log-search .header-search {
        top: 4px;
    }
  	.logged-in .lang-log-search .header-search {

      top: -3px;
	}

    .category-engage .adwrap-content .panel .panel-body .article-img-cotainer {
        height: 338px !important;
    }
    .category-engage .adwrap-content .panel .panel-body {
        height: 338px !important;
    }
    .interview-section .artical-content-wrap .article-button {
        float: right !important;
    }
    section.contact-blocks .blocks-contact .col-xs-3 {
        width: 49%;
        height: 259px;
        padding: 20px;
        margin-bottom: 17px;
    }
    section.contact-blocks .blocks-contact .col-xs-3:nth-child(even) {
        margin-right: 0;
    }
   
    section.contact-blocks {
        padding: 60px 0 ;
    }
    h3.content-bold {
        font-size: 19px;
    }
    p.title-light {
        font-size: 15px;
    }
    p.edtrl-members {
        font-size: 18px;
    }
    .about-section {
        padding: 40px 0 60px;
    }
    .about-section .about-contents {
        padding: 0 60px;
        margin: 10px auto 40px;
    }
    .mgmt-contents .members-mgmt {
        margin-bottom: 30px;
        width: 48%;
        float: none;
    }
    .main_banner .slider-content .slider-box-left-content .date_time span:nth-last-child(1) {
        width: 100%;
        display: block;
        padding-top: 6px;
    }
    .share-popup {
        position: relative;
        display: inline-block;
        color: #fff;
        padding-right: 10px;
        cursor: pointer;
        vertical-align: middle;
        padding-bottom: 3px;
    }
    .main_banner .slider-content .slider-box-left-content .banner-top-buttons .share-popup ul {
        position: absolute;
        width: 180px;
        left: 5px;
        top: 0;
        opacity: 0;
        visibility: hidden;
    }
    .main_banner .slider-content .slider-box-left-content .banner-top-buttons .share-popup:hover ul {
        opacity: 1;
        visibility: visible;
        left: 5px;
        top: -26px;
    }
    .artical-content .col-md-4.col-lg-3.col-sm-6.editorial-tab-section .panel {
        margin: 0 !important;
    }
    .navbar-brand {
        width: 144px;
    }
    .date-single-editorial {
        width: 100%;
        display: block;
    }
    section.media-scan-section.home-media-scan.two .event-no-image {
        padding-right: 0;
    }
    .article-tab-contain .articals-list .artical-title {
        height: 44px;
    }
    .col-md-4.col-lg-3.col-sm-6.editorial-tab-section {
        width: 50%;
    }
    
    .row.media-scan-single .mscan-content .mscan-content p {
        text-align: justify;
    }
    .row.media-scan-single:nth-child(even) .mscan-image {
        max-width: 200px !important;
    }
    .row.media-scan-single:nth-child(odd) .mscan-image {
        max-width: 250px !important;
    }
    .row.media-scan-single:nth-child(even) .mscan-content.main,
    .row.media-scan-single:nth-child(odd) .mscan-content.main {
        width: 100% !important;
        float: right;
    }
    .row.media-scan-single:nth-child(odd) .mscan-image {
        padding-left: 0 !important;
    }
    .row.media-scan-single .mscan-image {
        width: auto;
        display: block !important;
        float: none !important;
        width: 100% !important;
        float: left;
        padding-top: 26px;
        margin: 0 auto;
    }
    .interview-section .col-md-4.col-lg-3.col-sm-6:nth-child(4) {
        display: none;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image {
        height: 443px;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image .event-date {
        margin-top: 50px;
        margin-bottom: 21px;
        height: 111px;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image .event-title {
        padding: 0 58px;
        height: 84px;
        font-size: 56px;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image .event-desc {
        font-size: 17px;
        margin-bottom: 21px;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image .event-loc {
        font-size: 25px;
        line-height: 1.758;
        margin-bottom: 15px;
        padding: 0 58px;
    }
    section.media-scan-section.home-media-scan.two .event-no-image {
        vertical-align: top !important;
    }
    .no-image-right .know-more .arrow-more i:after {
        bottom: 0px;
    }
    .no-image-right .know-more .arrow-more i:before {
        bottom: 0px;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .event-loc,
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .know-more a {
        font-size: 12px;
    }
    section.media-scan-section.home-media-scan.two .event-no-image:nth-child(1),
    section.media-scan-section.home-media-scan.two .event-no-image:nth-child(2) {
        margin-top: 0 !important;
    }
    section.media-scan-section.home-media-scan.two .event-no-image {
        height: 140.35px;
        margin-bottom: 15px;
    }
    section.media-scan-section.home-media-scan.two .event-no-image {
        width: 49%;
        display: inline-block;
        margin-right: 2% !important;
        margin-top: 10px !important;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .event-category {
        font-size: 12px;
        width: 100%;
        max-width: unset;
        float: left;
        margin-left: 0px;
        text-align: left;
        line-height: 1.4;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .event-title {
        height: 84px;
        font-size: 17px;
        max-height: 84px;
        overflow: hidden;
    }
    section.media-scan-section.home-media-scan.two .event-no-image {
        height: 140.35px;
    }
    section.media-scan-section.home-media-scan.two .event-no-image:nth-child(even) {
        margin-right: 0 !important;
    }
    /*section.media-scan-section.home-media-scan .artical-content .row .col-sm-6:nth-child(1) {*/
    /*    width: 100%;*/
    /*}*/
    section.media-scan-section.home-media-scan.two .artical-content .row .col-sm-6:nth-child(2) {
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
    }
    .article-main .article-main-body .article-main-body-l {
        padding-top: 20px;
    }
    .header-search input[type=text] {
        right: 210px;
    }
    .header-search.box-open input[type=text] {
        width: calc(100% - 400px);
    }
    .category .all-cate .col-md-4 .shot-content p,
    .category .all-cate .col-md-4 .shot-content span,
    .category .all-cate .col-md-4 .shot-content label,
    .favour-page.all-cate .col-md-4 .shot-content p,
    .favour-page.all-cate .col-md-4 .shot-content span,
    .favour-page.all-cate .col-md-4 .shot-content label {
        font-size: 14px !important;
    }
    .article-main .article-main-body .article-main-body-l > p img {
        height: 120px;
    }
    .article-main .article-main-head .articel-recent,
    .article-main .article-main-body .article-main-body-r {
        width: 250px;
    }
    .article-main .article-main-head .articel-recent .popular-slider-box .popular-content {
        padding-bottom: 45.6%;
    }
    
    .article-main .article-main-head .article-banner,
    .article-main .article-main-body .article-main-body-l {
        width: calc(100% - 250px);
    }
    .footer-link-box ul li {
        padding: 5px 0px;
    }
    .slider-box-left-content {
        width: 570px;
    }
    .content-title {
        font-size: 28px;
    }
    .slider-content .col-md-12 {
        padding-left: 20px;
    }
    .popular-slider-content {
        left: 0px;
        right: 0px;
        bottom: 0px;
    }
    .content-popular-title,
    .popular-category-box {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 14px;
    }
    .popular-category-box {
        font-size: 10px;
    }
    .shot-content {
        font-size: 14px !important;
        max-height: 42px;
        margin-bottom: 10px;
    }
    .category-button {
        font-size: 14px;
    }
    .nav>li>a {
        padding: 10px 10px;
    }
    .menu-wrapper ul.header-menu {
        position: relative;
        top: 0;
    }
    /*header.smaller .menu-wrapper ul.header-menu {*/
    /*top: -5px;*/
    /*}*/
    .btn-subscribe {
        padding: 5px 10px;
    }
    .navbar-right~.navbar-right {
        position: relative;
        top: 5px;
    }
    .sub-col-2-input {
        width: 280px !important;
    }
    .footer-box a {
        font-size: 14px;
    }
    header .navbar-collapse .header-subscribe .navbar-form {
        top: 0;
    }
    header .navbar-collapse .header-subscribe .nav-country li {
        margin-top: 5px;
    }
    .article-main .article-main-head .articel-recent .recent-article .recent-article-inner .article-recent-short .article-category {
        margin-bottom: 5px;
    }
    .article-main .article-main-head .articel-recent .recent-article .recent-article-inner .article-recent-short {
        padding: 10px 0;
    }
    .article-main .article-main-head .articel-recent .recent-article .recent-article-inner .article-recent-short>h2 {
        margin-bottom: 10px;
    }
    .article-main .article-main-body .article-main-body-l h1 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .article-main .article-main-body .article-main-body-l > span {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .article-main .article-main-body .article-main-body-l .article-share .article-social p {
        margin-right: 20px;
        font-size: 15px;
    }
    .article-main .article-main-body .article-main-body-l .article-share .article-nav button {
        width: 125px;
        height: 40px;
        font-size: 14px;
    }
    .article-main .article-main-body .article-main-body-l .article-share .article-social ul li {
        margin-right: 15px;
    }
    .article-main .article-main-body .article-main-body-l .article-share .article-social ul li a {
        font-size: 20px;
    }
    .article-main .article-main-body .article-main-body-l .article-readmore {
        padding: 40px 0;
    }
    .content-popular-title h6 {
        height: 27px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .articles-slide-box .content-title a p {
        line-height: 1.2;
    }
    .subscribe-box .sub-col-1-content {
        font-size: 13px;
    }
    .artical-content .panel.panel-magazine {
        height: inherit;
        padding-top: 140%;
    }
    .artical-content .tig-maze>div {
        width: 25%;
    }
    .artical-content .tig-maze>div:nth-of-type(5n+1) {
        float: left;
        clear: none;
    }
    .artical-content .tig-maze>div:nth-of-type(4n+1) {
        clear: both;
    }
    .artical-content .panel.panel-magazine .maz-art .artical-title {
        font-size: 16px;
    }
    .container.search-results .search-img {
        width: 300px;
    }
    .container.search-results .search-content {
        width: calc(100% - 305px);
        padding-left: 30px;
    }
    .container.search-results .search-content .entry-title {
        margin-top: 0;
    }
    .container.search-results .search-content .entry-summary {
        font-size: 14px;
    }

    [data-lang="de"]  .header-search input[type=text] {
        right: 191px !important;
    }
    [data-lang="de"] .header-search.box-open input[type=text] {
        top: 18px;
        width:calc(100% - 380px)!important;
    }
    .logged-in .header-search input[type=text] {
        right: 282px!important;
    }
	.logged-in .header-search.box-open input[type=text] {
    	width: calc(100% - 490px)!important;
	}
}

@media (max-width: 1199px) {

    .interview-section .col-md-4.col-lg-3.col-sm-6:nth-child(3n+1) {
        clear: left;
    }
    .interview-section .more-btn {
        clear: both;
    }
    [class*=artical-content]>div:nth-of-type(3n+1) {
        clear: both;
    }
    .artical-content.promo-video-page .row>div:nth-of-type(4) {
        margin-top: 25px;
    }
    .adwrap-content .panel .panel-body .article-img-cotainer {
        height: 411px !important;
    }
    [class*=artical-content]>div:nth-of-type(4n+1) {
        clear: none;
        float: left;
    }
    .home-media-scan .artical-content div {
        clear: none!important;
        float: none !important;
    }
    .magazine-loader .animated-loader {
        height: 280px;
    }
    .categ-banner-main {
        height: 200px;
    }
    .categ-banner-main>div h1 {
        font-size: 70px;
    }
    .popular_main_slidr {
        padding-bottom: 368px;
    }
    .main_banner {
        padding-bottom: 368px;
    }
    section.media-scan-section.home-media-scan.two .artical-content.clearfix .row,
    .interview-section .artical-category-box,
    .interview-section .artical-author {
        float: none !important;
        clear: both!important;
    }
    .header-search input[type=text] {
        right: 226px !important;
    }
	.header-search.box-open input[type=text] {
        top: 18px !important;
        width: calc(100% - 360px)!important;
    }
	.logged-in .header-search input[type=text] {
        right: 324px!important;
    }
	.logged-in .header-search.box-open input[type=text] {
		top:20px!important;
    	width: calc(100% - 456px)!important
	}
    [data-lang="de"].logged-in .header-search input[type=text] {
        right: 264px!important;
    }
    
	.loggedin-header .navbar-nav,.loggedin-header .form-contain {
    	margin-top: 0px !important;
	}
    .navbar-header ul.logo li>a{
        padding-top:18px;
    }
	.interviews-slider .owl-nav{
		top:48%;
		transform: translateY(-180%);
	}
	.interviews-slider .owl-prev, .interviews-slider .owl-next{
        width: 40px;
        height: 40px;
	}
	.interviews-slider .owl-prev {
        margin-left: 0;
    }
    .interviews-slider .owl-next {
        margin-right: 0;
    }
}
@media (max-width: 1099px) {
    .backtop{
     	display:none !important;
    }
	.lang-log-search .btn-subscribe{
		width: 100px !important;
    	font-size: 13px !important;
		padding: 0 8px!important;
	}

    
    #header #bs-example-navbar-collapse-1.navbar-collapse .form-contain .header-search button {
        padding: 16px 8px 7px 8px !important;
    }
}

@media (max-width: 1024px) {
    .mob-view-slider-box {
        width: 100% !important;
    }
    .artical-author span {
        width: 47px;
        flex: 0 0 47px;
    }
    .article-mobile-link {
        display: inline-block;
    }
    .artical-content .tig-maze .article-ad-link {
        display: none !important;
    }
    .article-mobile-link.magazine-view-mob {
        background: #ca2027;
        font-size: 13px;
        color: #ffffff !important;
        padding: 8px 15px;
        border-radius: 5px;
        position: relative;
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    .article-mobile-link.article-view-mob {
        position: absolute;
        bottom: 15px;
        font-size: 13px;
        background: white;
        z-index: 1;
        border-radius: 20px;
        padding: 7px 20px;
        font-weight: 600;
        color: #ca2027;
        right: 0;
        margin: 0 auto;
        left: 0;
        width: 140px;
        text-align: center;
    }
    .backtop {
        width: auto;
        height: auto;
        top: 0;
        bottom: auto;
        right: 115px;
    }
    .backtop i {
        display: none;
    }
    .backtop p {
        top: 0;
        left: 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .footer-link-box {
        width: 66.666%;
    }
    .artical-content .panel.panel-magazine {
        padding-top: 142%;
    }
    .panel.panel-magazine .artical-box-image {
        padding-top: 132%;
    }
    .artical-content .panel.panel-magazine .maz-art .artical-title h6 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 44px;
    }
    .android_sec {
        display: block;
        /* position: absolute; */
        width: 100%;
        z-index: 15;
    }
    header {
        top: 73px;
    }
    #wrapper {
        padding-top: 90px;
    }
  [data-lang="de"] .nav li {
      font-size: 13px !important;
  }
	.header-search input[type=text] {
        right: 222px!important;
    }
	.header-search.box-open input[type=text] {
        top: 18px;
        width: calc(100% - 360px)!important;
    }
}

@media only screen and (max-width: 991px) {
    body {
        padding-top: 70px;
    }
    .container {
        width: 100% !important;
    }
    .category-engage .adwrap-content .panel .panel-body .article-img-cotainer {
        height: 360px !important;
    }
    section.article-tab-contain div#artical-content-main .adwrap-content .prayer-text,
    .artical-content3 .prayer-text {
        top: 50%;
    }
    section.media-scan-section.home-media-scan .artical-content.clearfix.two div:nth-child(3) .panel {
        border: none !important;
    }
    body.media_scan-template-default.single section.media-scan-section.home-media-scan .artical-content .row .col-sm-6:nth-child(3) {
        display: none !important;
    }
    body.media_scan-template-default.single section.media-scan-section.home-media-scan [class*=artical-content]>div:nth-of-type(3n+1) {
        float: none;
    }
    p.edtrl-members {
        font-size: 16px;
    }
    .about-section .about-contents {
        padding: 0 26px;
    }
    .artical-content .col-md-4.col-lg-3.col-sm-6.editorial-tab-section .panel {
        margin-bottom: 0 !important;
        margin-top: 0;
    }
    .col-md-4.col-lg-3.col-sm-6.editorial-tab-section {
        height: 429px;
    }
    section.editorial-single-section .editorial-title {
        margin-bottom: 33px;
    }
    .date-single-editorial span.date {
        font-size: 17px;
        margin-bottom: 17px;
    }
    section.editorial-single-section .editorial-content p {
        font-size: 14px;
        padding-bottom: 26px;
    }
    .row.media-scan-single .mscan-content .mscan-date {
        margin-bottom: 20px;
    }
    .row.media-scan-single .mscan-content .mscan-title {
        margin-bottom: 7px;
    }
    .interview-section .col-md-4.col-lg-3.col-sm-6:nth-child(4) {
        display: block;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .know-more {
        display: block !important;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .event-title {
        height: 80px;
        font-size: 20px;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image .event-title {
        padding: 0 58px;
        height: 78px;
        font-size: 50px;
    }
    section.media-scan-section.home-media-scan.two .event-no-image {
        width: 100%;
        margin-top: 0 !important;
    }
    section.media-scan-section.home-media-scan.two .event-no-image:nth-child(2) {
        margin-top: 0;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .event-category {
        font-size: 12px;
        width: 100%;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .know-more {
        width: auto;
        margin-left: 0px;
        float: right;
        text-align: left;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .know-more a {
        line-height: 1.4;
    }
    .no-image-right .know-more .arrow-more i:after {
        bottom: 0;
    }
    .no-image-right .know-more .arrow-more i:before {
        bottom: 0;
    }
    section.media-scan-section.home-media-scan.two .event-no-image {
        height: 111.35px;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image .event-loc {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 15px;
        padding: 0 58px;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image .event-desc {
        font-size: 15px;
        margin-bottom: 14px;
        display: block !important;
        max-height: 95px !important;
        overflow: hidden;
    }
    section.media-scan-section.home-media-scan.two .event-no-image:nth-child(4) {
        display: block !important;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image .event-date {
        font-size: 40.76px;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image .event-date p {
        font-size: 37px;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image .event-date {
        margin-top: 50px;
        margin-bottom: 21px;
        height: 96px;
        width: 106px;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image .event-date {
        margin-top: 50px;
        margin-bottom: 21px;
        height: 96px;
        width: 106px;
    }
    section.media-scan-section.home-media-scan.one .artical-content.clearfix.one div:nth-child(4),
    section.media-scan-section.home-media-scan .artical-content.clearfix.two div:nth-child(4) {
        /*display: none;*/
    }
    .interview-section .col-md-4.col-lg-3.col-sm-6:nth-child(3n+1) {
        clear: none;
    }
    .categ-banner-main {
        height: 180px;
    }
    .magazine-loader .row>div {
        width: 33.33%;
        float: left;
    }
    .container.search-results .search-img {
        width: 250px;
    }
    .container.search-results .search-content {
        width: calc(100% - 255px);
        padding-left: 25px;
    }
    .article-main-body .floating-social ul {
        padding-left: 0 !important;
    }
    .header-search input[type=text] {
        right: 180px;
    }
    .header-search.box-open input[type=text] {
        width: calc(100% - 330px);
    }
    .subscribe-box .social_contain {
        margin-top: 30px;
    }
    .subscribe-box .social_contain ul {
        margin-left: 0;
    }
    .navbar-brand {
        width: 135px;
    }
    .footer-download-add a {
        vertical-align: middle;
    }
    
    .artical-content .tig-maze>div {
        width: 33.333%;
    }
    .artical-content .tig-maze>div:nth-of-type(4n+1) {
        float: left;
        clear: none;
    }
    .artical-content .tig-maze>div:nth-of-type(3n+1) {
        clear: both;
    }
    .popular-slider-box .owl-item {
        float: left;
    }
    .popular-box {
        padding: 0;
    }
    .feature-banner.owl-carousel .owl-stage-outer {
        width: 100%;
    }
    header .container {
        width: 100% !important;
    }
    .navbar-brand>img {
        width: 100px;
    }
    header .navbar {
        min-height: 80px;
    }
    .navbar-form {
        padding: 0 0 0 12px;
        margin-left: 10px;
    }
    .navbar-form button {
        margin: 12px 0 10px;
        padding: 3px 5px;
        font-size: 12px;
    }
    .nav li {
        padding: 10px 5px;
    }
    .nav>li>a {
        font-size: 15px;
    }
    .sub-col-1-title br {
        display: none;
    }
    .sub-col-1-content {
        margin-top: 10px;
    }
    .sub-col-2-btn {
        width: 140px;
		padding:5px 14px;
    }
    .form-inline .form-group {
        width: calc(100% - 150px);
        display: inline-block;
    }
    .form-inline .form-group input {
        width: 100%;
    }
    .sub-col-2-input {
        width: 100% !important;
    }
    .sub-col-2 {
        margin-bottom: 15px;
    }
    .subscribe-box {
        padding: 25px 0;
    }
    .subscribe-box .sub-col-2 {
        width: 480px;
        margin: 20px auto;
    }
    .footer-link-box {
        width: 100%;
    }
    .copyright span {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
    .copyright {
        text-align: center;
        text-align: center;
    }
    .footer-box {
        padding: 35px 0 20px;
    }
    #wrapper {
        padding-top: 80px;
    }
    .artical-category-list ul li {
        padding: 20px 15px;
    }
    .article-main .article-main-head .article-banner {
        width: 100%;
        padding: 0;
    }
    .article-main .article-main-body .article-main-body-l {
        width: 100%;
        padding: 20px 0 0;
    }
    .article-main-body .floating-social li a {
        padding: 5px;
    }
    .article-main-body .floating-social {
        margin-top: -5px;
    }
    .article-main-body .floating-social li i {
        font-size: 20px;
    }
    .article-main .article-main-head .articel-recent {
        width: 100%;
    }
    .content-title {
        font-size: 22px;
    }
    .log-pass a {
        padding: 14px 10px;
        font-size: 15px;
    }
    #bs-example-navbar-collapse-1 {
        padding-left: 0;
    }
    .nav li,
    header.smaller .nav li {
        padding: 10px 2px;
    }
    .subscribe-box .container>div {
        text-align: center;
    }
    .subscribe-box .social_contain {
        padding-top: 0px !important;
    }
    .subscribe-box .social_contain ul {
        line-height: 0.1;
		width:50%;
    }
    .backtop {
        bottom: 0%;
        right: 100px;
    }
    .backtop p {
        font-size: 12px;
    }
    .footer-download-add {
        margin-top: 20px;
    }
    .copyright {
        margin-top: 24px;
    }
    .footer-download-add p br {
        display: none;
    }
    .form-group {
        margin-bottom: 0px;
    }
    .panel.panel-magazine .artical-box-image {
        padding-top: 140%;
    }
    .artical-content .panel.panel-magazine {
        height: inherit;
        padding-top: 148%;
    }
    .article-main .article-main-body .article-main-body-l .article-readmore {
        display: none;
    }
    .article-main .article-main-body .article-main-body-r {
        display: none;
    }
    .article-main .article-main-head .articel-recent {
        display: none;
    }
    .article-main .article-main-body .article-main-body-l > span {
        margin-bottom: 15px;
    }
    .article-main .article-main-body .article-main-body-l h1 {
        font-size: 25px;
        margin-bottom: 18px;
    }
    .article-main .article-main-body .article-main-body-l > p {
        padding-bottom: 16px;
    }
    .article-main .article-main-body .article-main-body-l ul {
        padding-left: 48px;
    }
    .article-main .article-main-body .article-main-body-l ul li {
        line-height: 1.5;
        font-size: 14px;
        position: relative;
    }
    .article-main .article-main-body .article-main-body-l ul li:before {
        content: '';
        position: absolute;
        top: 9px;
        left: -19px;
        width: 6px;
        height: 6px;
        background-color: #ca2027;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .article-main .article-main-body .article-main-body-l .article-share .article-social {
        display: none;
    }
    .sub-maze {
        margin-top: 35px;
    }
    .favour-page .col-md-4 {
        width: 50%;
        float: left;
    }
    .mrq .col-md-4 {
        width: 50%;
        float: left;
    }
    .category .all-cate .col-md-4 {
        width: 50%;
        float: left;
    }
    .article-main .article-main-body .article-main-body-l a {
        word-break: break-all;
        display: inline-block;
    }
    [class*=artical-content]>div:nth-of-type(3n+1) {
        clear: none;
        float: left;
    }
    [class*=artical-content]>div:nth-of-type(2n+1) {
        clear: both;
    }
    #lg-videomodal .modal-header {
        right: -15px;
    }
    #lg-videomodal .modal-body {
        height: 500px;
    }
    #lg-videomodal .modal-dialog {
        width: 95%;
        display: table;
        margin: 25px auto 0;
    }
    header .navbar-collapse .header-subscribe .navbar-form {
        padding-left: 0;
        margin-left: 0;
    }
    .adwrap-content .panel .panel-body .article-img-cotainer {
        height: 408px !important;
    }
    header .menu-wrapper ul.header-menu {
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    header.smaller .menu-wrapper ul.header-menu {
        top: -5px;
    }
    #bs-example-navbar-collapse-1 {
        margin-top: 0px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    header.smaller #bs-example-navbar-collapse-1 {
        margin-top: 5px;
    }
    .artical-category-list ul li.latest-title {
        font-size: 20px;
    }
    .popular_main_slidr {
        padding-bottom: 186px;
    }
    .banner-top-buttons {
        display: block;
    }
    .home-media-scan .artical-content .columns:nth-child(2n) {
        border-right: 0;
    }
    .home-media-scan .artical-content .columns:nth-child(3n) {
        border-right: 1px solid #e7e7e7;
    }
    .home-media-scan .artical-content .columns:last-child,
    .home-media-scan .artical-content .columns:nth-last-child(1) {
        border-right: 0 !important;
    }
	.magazine_title .promo_txt .hover_text{
		display:none;
	}
	.magazine_title .promo_txt .magzn_title{
		position:relative !important;
		opacity:1 !important;
		visibility:visible !important;
		white-space:nowrap;
	}
    .interview-section {
        padding: 60px 0;
    }
   
}

@media only screen and (max-width: 797px) {
    section.media-scan-section.home-media-scan .artical-content .row .col-sm-6 {
        padding: 0px 15px;
    }
    /*section.media-scan-section.home-media-scan.two .artical-content.clearfix.three .col-sm-6:nth-child(2) {*/
    /*    padding: 15px;*/
    /*}*/
    section.media-scan-section.home-media-scan.two .event-no-image {
        margin-right: 0% !important;
    }
    section.media-scan-section.home-media-scan.single-editorial .artical-content.clearfix {
        margin: 0 -15px;
    }
    .media-scan-section.home-media-scan .artical-content.clearfix {
        padding: 0 0;
    }
}

@media only screen and (max-width: 769px) {
    .article-tab-contain .artical-category-list li a {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .artical-category-list ul li a:hover {
        border-bottom: none;
    }
    .article-tab-contain .artical-category-list ul.show-sub-menu li {
        display: block !important;
    }
    .article-tab-contain .artical-category-list ul.show-sub-menu li.active {
        display: block !important;
    }
    .article-tab-contain .artical-category-list ul {
        display: block;
        float: right;
        width: 100%;
        cursor: pointer;
        position: relative;
        background: white;
        margin-top: 0px;
        height: auto;
        border: 1px solid #CA2027 !important;
    }
    .article-tab-contain .artical-category-list li.active {
        display: block;
        width: 100%;
    }
    .article-tab-contain .artical-category-list li {
        display: none;
        width: 100%;
    }
    .article-tab-contain .artical-category-list li.active a {
        display: block;
        width: 100%;
        text-align: center;
        border-bottom: none;
    }
    section.media-scan-section.home-media-scan.single-editorial .artical-content.clearfix {
        margin: 0 -15px;
    }
    p.shalom-ventures {
        text-align: center !important;
        float: none !important;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .event-loc {
        width: auto;
        display: inline-block;
        float: left;
    }
    section.media-scan-section.home-media-scan.two .event-no-image {
        height: auto !important;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .event-category {
        width: 100% !important;
        float: left;
        max-width: unset !important;
    }
    .right-slider-carousel {
        width: 100% !important;
        padding: 0 !important;
    }
    .left-text-carousel {
        margin: 0;
        padding-right: 0 !important;
        text-align: center !important;
        padding-left: 0 !important;
        width: auto;
        display: inline-block;
        float: left;
        border-right: none !important;
        padding: 60px 80px;
        padding-bottom: 39px;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .event-title {
        padding-right: 0 !important;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .know-more {
        /* width: 22%; */
        display: inline-block !important;
        text-align: right;
        float: right;
        /* position: relative; */
        /* clear: both; */
        margin-left: 24px;
    }
    .no-image-right .know-more .arrow-more i:before {
        left: -23px;
    }
    .no-image-right .know-more .arrow-more i:after {
        left: -17px;
    }
    /*.log-pass .dropdown-menu {
        position: static;
        border: none;
        box-shadow: none;
    }*/
    .navbar-collapse .log-pass>a.loggedin {
        display: none;
    }
    .log-pass .dropdown-menu li a {
        padding: 12px 0;
    }
    .log-pass a span {
        max-width: 200px;
    }
    .caret {
        margin-left: 6px;
    }
    .artical-category-list ul li a {
        font-size: 16px;
    }
    .slider-box-left-content {
        width: 390px;
    }
    .artical-content .col-md-4,
    .dummy-loader .col-md-4 {
        width: 50%;
        float: left;
    }
    .content-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .category-box {
        margin-bottom: 14px;
    }
    .feature-banner .date_time {
        display: inline-block;
        width: auto;
    }
    .feature-banner .date_time span:nth-of-type(2),
    .feature-banner .date_time span:nth-of-type(3) {
        display: none;
    }
    .article-main .article-main-head .article-banner .article-carousal-main .ac-info .date_time span:nth-of-type(2),
    .article-main .article-main-head .article-banner .article-carousal-main .ac-info .date_time span:nth-of-type(3) {
        display: none;
    }
    .mrq {
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 25px;
    }
    .mrq:after,
    .mrq:before {
        content: '';
        display: table;
        clear: both;
    }
    .tid-col {
        padding-left: 15px;
    }
    .artical-content .panel.panel-magazine {
        padding-top: 139%;
    }
    .panel.panel-magazine .artical-box-image {
        padding-top: 131%;
    }
    .artical-pdf-box {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 991px) {
    header .social_contain {
        display: none;
    }
}

header .navbar-toggle {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
    body.archive.category.category-encounter.category-3 .adwrap-content .panel .panel-body .article-img-cotainer {
        height: auto !important;
        max-height: px;
    }
    .about-section .about-contents {
        margin-top: 24px;
    }
    .mgmt-contents {
        padding-top: 40px;
    }
    .editorial-team-section .editorial-contents {
        margin-top: 26px;
        margin: 28px 20px;
    }
    
    section.contact-blocks {
        padding: 31px 46px;
    }
    section.contact-blocks .blocks-contact .col-xs-3:nth-child(even) {
        margin-right: 0 !important;
    }
    section.contact-blocks .blocks-contact .col-xs-3 {
        width: 48%;
        height: 256px;
    }
    p.edtrl-members {
        font-size: 16px;
        padding: 15px;
    }
    .editorial-team-section .editorial-contents {
        text-align: center;
    }
    h3.content-bold {
        font-size: 17px;
    }
    p.title-light {
        font-size: 14px;
    }
    .main_banner .slider-content .slider-box-left-content .banner-top-buttons .share-popup:hover ul {
        opacity: 1;
        visibility: visible;
        left: -46px;
        top: -26px;
    }
    .main_banner .slider-content .slider-box-left-content .banner-top-buttons .share-popup ul {
        left: -46px;
    }
    section.media-scan-section.home-media-scan.one .artical-content .panel {
        height: auto;
        max-height: 396px;
        padding: 0 0;
    }
    .article-tab-contain .artical-category-list ul:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid #ca2a27;
        top: 26px;
        transition: all 0.3s ease-in-out;
        right: 5%;
    }
    .article-tab-contain .artical-category-list ul.show-sub-menu:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid #ca2a27;
        top: 26px;
        transform: rotate(180deg);
        right: 5%;
    }
    .col-md-4.col-lg-3.col-sm-6.editorial-tab-section .article-button a {
        margin-right: 4px;
    }
    .col-md-4.col-lg-3.col-sm-6.editorial-tab-section .share-popup:hover ul {
        opacity: 1;
        left: -134px;
        background: #fff;
        border: 1px sold transparent;
        border-left-top-radius: 5px;
        border-left-bottom-radius: 5px;
        padding: 0px 15px;
    }
    .col-md-4.col-lg-3.col-sm-6.editorial-tab-section .share-popup ul {
        opacity: 0;
        left: -111px;
    }
    .container.banner {
        padding: 0;
        margin-bottom: 20px;
    }
    header.nav-up {
        top: 0;
    }
    .artical-content .panel {
        margin-bottom: 20px;
    }
    .adwrap-content .panel .panel-body .article-img-cotainer {
        height: 100% !important;
    }
    .container.search-results .search-img {
        width: 350px;
        max-width: 100%;
    }
    .container.search-results .search-content {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
    .container.search-results .search-content .entry-title {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .footer-link-box ul li {
        padding: 3px 0px;
    }
    .copyright {
        margin-top: 15px;
    }
    .artical-category-list {
        height: auto;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .artical-category-list ul li {
        padding: 15px;
    }
    .artical-content.promo-video-page .row>div:nth-of-type(3) {
        margin-top: 25px;
    }
    #login-modal .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }
    .popular_main_slidr {
        padding-bottom: 0;
    }
    .main_banner {
        padding-bottom: 0;
    }
    .main_banner .feature-banner {
        position: static;
    }
    .popular_main_slidr .popular-slider-box {
        position: static;
    }
    .slider-box-left-content.hide_load {
        display: block !important;
        opacity: 1 !important;
    }
    .home-media-scan .artical-content .art-gal {
        height: auto !important;
    }
    .home-media-scan .artical-content .art-gal img {
        height: auto;
    }
    header .menu-wrapper ul.header-menu {
        float: none !important;
        padding-top: 0 !important;
    }
   .upcoming-events-slider .owl-nav {
      top: 30%;
  	}
    .upcoming-events-slider .owl-prev {
        left: -10px !important;
    }
	.upcoming-events-slider .owl-next {
      right: -10px !important;
  	}
	.interviews-slider .owl-prev:before{
		left:10px;
	}
}

@media only screen and (max-width: 700px) {
    .popular_main_slidr .popular-content .popular-slider-content .content-popular-date,
    .articel-recent .content-popular-date {
        margin-right: 20px;
        margin-top: 6px;
        color: #fff;
    }
    .container.banner {
        margin-bottom: 25px;
    }
    .categ-banner-main>div h1 {
        font-size: 50px;
    }
    .popular-content {
        position: relative;
        margin-bottom: 15px;
        height: 0;
        overflow: hidden;
        padding-bottom: 52%;
    }
    .popular-image {
        height: 100% !important;
        width: 100%;
        display: block;
        position: absolute !important;
        left: 0;
        top: 0;
        object-fit: cover;
    }
    .popular-slider-content {
        left: 11px;
        top: auto;
        right: 0;
        position: absolute;
        color: #000000;
        padding: 5px 0;
    }
    .popular-slider-content a {
        color: #000000 !important;
    }
    /*.popular-content .overlay {
    display: none;
  }*/
    .article-img-cotainer .article-button a {
        position: relative;
        top: 1px;
    }
    .carousel-box {
        padding-bottom: 0;
    }
    .popular-category-box {
        margin-top: 5px;
    }
    .panel.panel-magazine .artical-box-image {
        object-fit: inherit;
    }
    .artical-content .panel.panel-magazine {
        height: inherit;
        padding-top: 140%;
    }
    .article-main .article-main-head .article-banner .article-carousal-main .ac-info {
        left: 20px;
    }
    .article-main .article-main-head .article-banner .article-banner-heading {
        padding: 6px 0 5px;
    }
    .article-main .article-main-head .article-banner .article-banner-heading .article-breadcrumb {
        display: none;
    }
    .article-main .article-main-body .article-main-body-l .article-share .article-nav {
        float: none;
        text-align: center;
    }
    .artical-category-list.cate-list ul li.active a {
        border: none;
    }
    .artical-category-list.cate-list ul li {
        padding-bottom: 10px !important;
    }
    .artical-category-list.cate-list {
        margin-bottom: 10px;
    }
    .tax-magazine_taxonomy .articals-list {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .tax-magazine_taxonomy .artical-content2 {
        padding: 0px 0px;
    }
    .tax-magazine_taxonomy .max-cat {
        padding: 0px 0px;
    }
    .tid-col {
        padding-bottom: 25px;
    }
    .mrq .max-cat {
        padding: 0px 15px;
    }
    .artical-content .panel.panel-magazine .panel-body {
        padding: 7px;
    }
    .artical-content .tig-maze {
        padding: 0 8px;
    }
	.footer-link-box .footer-menu{
		margin-bottom:15px;
		padding-right:12px;
	}
	.media-scan-section .artical-content  .panel .panel-body{
		min-height:inherit !important;
		height:inherit  !important;
		max-height:inherit  !important;
	}
}

@media only screen and (max-width: 640px) {
    .category-engage .adwrap-content .panel .panel-body .article-img-cotainer {
        height: 100% !important;
    }
    .category-engage .panel-body {
        height: 338px !important;
    }
    .article-tab-contain .artical-category-list ul:after,
    .article-tab-contain .artical-category-list ul.show-sub-menu:after {
        top: 21px;
    }
    .artical-category-list ul li {
        padding: 10px 14px;
    }
    .popular_main_slidr .popular-content .popular-slider-content .content-popular-date,
    .articel-recent .content-popular-date {
        margin-right: 20px;
        margin-top: 6px;
        color: #fff;
    }
    section.contact-blocks .blocks-contact .col-xs-3 {
        width: 100%;
        height: 218px;
    }
    .mgmt-contents .members-mgmt {
        margin-bottom: 30px;
        width: 52%;
    }
    .mgmt-contents {
        text-align: center;
    }
    .col-md-4.col-lg-3.col-sm-6.editorial-tab-section .panel.panel-default {
        padding: 18px !important;
    }
    
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .event-title {
        height: 67px;
        font-size: 17px;
    }
    .single-events-bottom {
        margin-top: 15px;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .event-category {
        width: 100% !important;
        float: left;
        max-width: unset !important;
        text-align: left;
        margin-left: 0px;
    }
    .qa-not-found-form .search-bar-wrp {
        width: auto;
    }
    .qa-not-found-form .search-bar-wrp #bbp_search_submit, .qa-not-found-form .search-bar-wrp .btn-ask-qtn{
          padding:0 15px;
    }
	.media-scan-section{
		padding:20px 0;
	}

    .article-mobile-link.article-view-mob {
        width: 124px;
    }
    section.ventures-carousel {
        height: 262px;
        background: #2b2c2c;
    }
    .row.media-scan-single {
        margin-bottom: 22px;
        padding: 32px 24px;
        padding-left: 24px;
    }
    .panel-updated .artical-category-box {
        display: none;
    }
    .artical-content-updated .max-cat {
        width: 100%;
    }
    .panel-updated .article-img-cotainer {
        width: 48%;
        display: inline-block;
    }
    .panel-updated .title-updated {
        width: 50%;
        display: inline-block;
        padding-left: 10px;
    }
    #lg-videomodal .modal-header {
        right: -8px;
    }
    #lg-videomodal .modal-body {
        height: 400px;
    }
	.btn-upload{
		max-width: 280px;
		width:100% !important;
		text-overflow:ellipsis;
		overflow:hidden;
    	white-space: nowrap;
    	font-size: 14px;
	}
    
}
@media only screen and (max-width: 600px) {
    section.article-tab-contain div#artical-content-main .adwrap-content .prayer-text,
    .artical-content3 .prayer-text {
        font-size: 14px !important;
        text-align: center !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 12;
        -webkit-box-orient: vertical;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .event-title {
        height: 91px;
        font-size: 17px;
    }
    .single-events-bottom {
        margin-top: 0px;
    }
    .adwrap-content .panel .panel-body {
        height: 100%;
        /* max-height: 386px; */
    }
    .main_banner .slider-content .slider-box-left-content .banner-top-buttons {
        position: relative;
        width: auto;
        display: inline-block;
        padding-left: 15px;
        padding-bottom: 7px;
        padding-top: 21px;
    }
    .main_banner .slider-content .slider-box-left-content .banner-top-buttons .share-popup:hover ul {
        opacity: 1;
        visibility: visible;
        left: 4px;
        top: -26px;
    }
    .main_banner .slider-content .slider-box-left-content .banner-top-buttons .share-popup ul {
        left: 4px;
    }
    .editorial-tab-section .article-tab-contain .articals-list .artical-title {
        height: 46px;
        margin-top: 15px;
    }
    .col-md-4.col-lg-3.col-sm-6.editorial-tab-section {
        height: 387px;
    }
    .col-md-4.col-lg-3.col-sm-6.editorial-tab-section .shot-content {
        height: 148px;
    }
    .artical-category-list>div ul li:not(.latest-title) {
        margin-bottom: 0px;
    }
    .magazine-loader .animated-loader {
        height: 250px;
    }
    .sub-maze {
        margin-right: 0px;
        margin-left: 0px;
        padding-bottom: 25px;
    }
    .sub-maze .pop-slider-card {
        width: calc(100% + 20px);
    }
    .article-main .article-main-body .article-main-body-l .article-share {
        padding: 20px 0;
    }
    .artical-content.promo-video-page {
        padding: 0;
    }
    .artical-content .tig-maze {
        padding: 0 0px;
    }
    .artical-content3 {
        padding: 0 5px;
    }
    .feature-banner .owl-item {
        padding-bottom: 0%;
    }
    .banner-top-buttons a i {
        font-size: 18px;
    }
    .banner-top-buttons a {
        margin-right: 15px;
    }
    .banner-top-buttons {
        top: 15px;
        right: 15px;
    }
    .category-button {
        font-size: 12px;
    }
    .category-box {
        margin-bottom: 10px;
    }
    .content-title {
        font-size: 18px;
        margin-bottom: 15px;
        height: 50px;
        overflow: hidden;
    }
    .feature-banner .shot-content,
    .feature-banner .date_time,
    .feature-banner .prev_next {
        display: none;
    }
    .subscribe-box .sub-col-2 {
        width: 90%;
    }
    .artical-content {
        padding: 0 7px;
    }
    .artical-content .col-md-4 {
        padding: 0px 8px;
    }
    .popular-category-box {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .content-popular-title h6 {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 10px;
        height: 36px;
    }
    .content-popular-date {
        font-size: 13px;
    }
    .artical-category-list ul li {
        padding: 12px 14px;
    }
    .artical-category-list ul {
        padding-left: 0px;
    }
    .artical-content .shot-content {
        height: 65px;
        font-size: 12px !important;
    }
    .artical-content .shot-content p,
    .artical-content .shot-content span,
    .artical-content .shot-content label {
        font-size: 12px !important;
    }
    .artical-category {
        font-size: 13px;
    }
    .artical-content .artical-title a {
        font-size: 14px;
    }
    .artical-category-box {
        padding: 10px 0px 6px;
    }
    .animated-loader .animated-footer .animated-footer1 {
        width: 140px;
    }
    .animated-loader {
        height: 326px;
    }
    .animated-loader .animated-content1 {
        height: 62px;
    }
    .dummy-loader {
        padding: 0 7px;
    }
    .dummy-loader .col-md-4 {
        padding: 0px 8px;
    }
    .backtop p {
        font-size: 0;
        top: 119px;
        left: -12px;
    }
    .backtop {
        display: none;
        height: 180px;
    }
    .footer-link-box .footer-menu {
        width: 50%;
        float: left;
    }
    .footer-link-box .footer-menu:nth-of-type(-n+2) {
        margin-top: 0;
    }
    .feature-banner .date_time {
        display: block;
    }
    .tig-maze {
        margin-left: 0px;
        margin-right: 0px;
    }
    .article-main .article-main-body .article-main-body-l h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .mrq {
        margin-right: -10px;
        margin-left: -10px;
    }
    .mrq .max-cat {
        padding: 0px 10px;
    }
    .mrq .artical-title {
        margin-bottom: 10px;
    }
    .mrq .artical-title a {
        font-size: 14px;
    }
    .tid-col {
        padding-bottom: 25px;
        padding-left: 0px;
    }
    .category .all-cate .col-md-4,
    .favour-page.all-cate .col-md-4 {
        width: 50%;
        float: left;
        padding: 0px 10px;
    }
    .category .all-cate .col-md-4 .artical-title,
    .favour-page.all-cate .col-md-4 .artical-title {
        margin-bottom: 10px;
    }
    .category .all-cate .col-md-4 .artical-title a,
    .favour-page.all-cate .col-md-4 .artical-title a {
        font-size: 14px;
    }
    .sub-maze h3 {
        padding-left: 0px !important;
    }
    .pop-slider-card {
        margin-right: -10px;
        margin-left: -10px;
    }
    .pop-slider-card .col-md-4 {
        padding: 0px 10px;
    }
    .pop-slider-card .artical-title a {
        font-size: 14px;
    }
    .artical-pdf-box {
        margin-top: 7px;
    }
    .article-tab-contain .dummy-loader,
    .article-tab-contain .artical-content {
        margin: 0;
        padding: 0 7px;
    }
    .artical-content .panel.panel-magazine .maz-art .artical-title {
        font-size: 14px;
    }
    .artical-content .panel.panel-magazine .maz-art .artical-title h6 {
        height: 38px;
    }
    .banner-top-buttons .share-popup ul li a {
        margin-right: 5px;
    }
    .side_top_btn .share-popup:hover ul {
        left: -134px;
    }
    .side_top_btn .share-popup ul {
        left: -140px;
    }
    .article-button .share-popup:hover ul {
        left: -134px;
    }
    .article-button .share-popup ul {
        left: -140px;
    }
    .article-button .share-popup ul li a {
        margin-right: 5px;
    }
    .article-button .share-popup:hover ul {
        left: -125px;
    }
    .share-popup {
        z-index: 99999;
    }
    .popular_main_slidr img {
        height: 200px;
    }
	.interview-section .artical-content{
		padding:0;
	}
    .footer-menu{
        width:100% !important;
    }
}

@media (max-width: 540px) {
    .share-popup ul {
        left: -110px;
        top: -5px;
    }
    .article-button .share-popup:hover ul {
        left: -98px;
        top: -5px;
    }
    .article-button .share-popup ul li a {
        margin-right: 2px;
    }
    .article-button .share-popup:hover ul li a {
        margin-right: 2px;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .event-loc {
        width: 100%;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .know-more {
        /* width: 22%; */
        float: left;
    }
    /*section.media-scan-section.home-media-scan .artical-content.clearfix div:nth-child(3), section.media-scan-section.home-media-scan .artical-content.clearfix div:nth-child(2)  {*/
    /*display: none;*/
    /*}*/
    .home-media-scan .artical-content .art-gal {
        height: auto !important;
    }
    .home-media-scan .artical-content .art-gal img {
        height: auto;
    }
    .magazine-loader .row>div {
        width: 50%;
        margin: 0 !important;
    }
    .magazine-loader .animated-loader {
        height: 300px;
    }
    .sub-maze .pop-slider-card {
        width: 100%;
    }
    .artical-content .panel.panel-magazine {
        height: inherit;
        padding-top: 142%;
    }
    .sub-maze h3 {
        margin-bottom: 22px;
        padding: 0px 0px !important;
    }
    .pop-slider-card {
        margin-left: 0px;
        margin-right: 0px;
    }
    .pop-slider-card .col-md-4.col-lg-3.col-sm-6 {
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px 0px;
    }
    .artical-content .tig-maze>div {
        width: 50%;
        padding: 6px;
    }
    .artical-content .tig-maze>div:nth-of-type(3n+1) {
        float: left;
        clear: none;
    }
    .artical-content .tig-maze>div:nth-of-type(2n+1) {
        clear: both;
    }
    .notfound-form form>div {
        width: auto;
    }
	.qa-not-found-form .search-bar-wrp {
        display:block;
    }
	.qa-not-found-form .search-bar-wrp #bbp_search{
		width:100% !important;
		margin-bottom:15px;
  	}
}

@media only screen and (max-width: 480px) {
	body{
		padding-top:70px;
	}
    .category-engage .adwrap-content .panel .panel-body .article-img-cotainer {
        height: 100% !important;
    }
    .category-engage .panel-body {
        height: 100% !important;
    }
    body.page-template-default.page.page-id-1328 section.interview-section .artical-content .col-md-4.col-lg-3.col-sm-6 {
        margin-bottom: 16px;
    }
    .article-mobile-link.article-view-mob {
        width: 100px;
        font-size: 12px;
    }
    .article-mobile-link.magazine-view-mob {
        font-size: 12px;
    }
    .artical-content .col-md-4,
    .dummy-loader .col-md-4 {
        width: 100%;
    }
    header .social_contain {
        margin-top: calc(100vh - 700px);
    }
    img.shalom-media {
        padding: 0 29% !important;
    }
    .left-text-carousel {
        padding-bottom: 24px;
    }
    span.know-in-more {
        display: none;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image {
        height: 355px;
    }
    .col-sm-6.carousel-upcoming-events.owl-carousel .owl-dots {
        position: absolute;
        bottom: 36px;
        right: 40px;
    }
    .home-media-scan.two .row {
        margin-bottom: 0;
    }
    .interview-section .artical-content-wrap .article-button .share-popup ul {
        left: -130px;
    }
    .interview-section .artical-content-wrap .article-button .share-popup:hover ul li a {
        margin-right: 7px;
    }
    .col-sm-6.carousel-upcoming-events.owl-carousel .owl-dots .owl-dot {
        margin-right: 12px;
        width: 7px;
        height: 7px;
    }
    .event-with-image .know-more {
        bottom: 30px;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image .event-date {
        margin-top: 32px;
        margin-bottom: 21px;
        height: 73px;
        width: 90px;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image .event-date {
        font-size: 28.76px;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image .event-title {
        padding: 0 58px;
        height: 65px;
        font-size: 37px;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image .event-loc {
        font-size: 17px;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image .event-desc {
        font-size: 12px;
        margin-bottom: 14px;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image .event-date p {
        font-size: 27px;
    }
    section.article-tab-contain .artical-content .col-md-4.col-lg-3.col-sm-6 {
        margin-bottom: 15px;
        height: auto !important;
    }
    .no-image-right .event-loc i.icon-location {
        padding-right: 10px;
        display: none;
    }
    section.media-scan-section.home-media-scan.two .event-no-image:nth-last-child(1) {
        border-bottom: none;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right:before {
        content: "";
        width: 1px;
        height: 100%;
        background: #d4d4d4;
        position: absolute;
        left: -14px;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right {
        position: relative;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .event-content {
        position: relative;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .event-date {
        margin-top: 0;
        padding-top: 0;
    }
    section.article-tab-contain div#artical-content-main .adwrap-content .prayer-text,
    .artical-content3 .prayer-text {
        font-size: 17px !important;
        text-align: center !important;
        position: absolute;
        text-align: center;
        z-index: 10;
        top: 0;
        color: #fff;
        padding: 0;
        top: 55%;
        left: 32%;
        transform: translate(-23%, -55%);
    }
    .interview-section .article-img-cotainer .article-button .artical-title {
        height: auto !important;
        margin-bottom: 0;
    }
    .interview-section .article-img-cotainer .article-button .artical-title a:active {
        color: fff
    }
    .interview-section .article-img-cotainer .article-button a:first-of-type {
        font-size: 16px;
    }
    body.media_scan-template-default.single section.media-scan-section.home-media-scan .artical-content .row .col-sm-6:nth-child(2) {
        display: none;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image .event-date {
        margin-left: 35px !important;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image .know-more a:active:focus {
        color: #fff !important;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image .know-more a {
        padding: 0 55px;
    }
    .event-with-image .know-more .arrow-more i:before {
        left: 32px;
    }
    .event-with-image .know-more .arrow-more i:after {
        left: 36px;
    }
    .media-scan-section {
        padding:20px 0 !important;
    }
    .home-media-scan .artical-content .panel {
        margin: 15px 0;
    }
    body.media_scan-template-default.single section.media-scan-section.home-media-scan .artical-content.clearfix button.btn.btn-more {
        margin-bottom: 21px !important;
    }
    section.media-scan-section.home-media-scan.one .container {
        /*padding-right: 0px;
        padding-left: 0px;*/
        margin-right: auto;
        margin-left: auto;
    }
    section.media-scan-section.home-media-scan .artical-content .panel {
        border: none !important;
    }
    section.article-tab-contain .col-md-4.col-lg-3.col-sm-6.adwrap-content .panel.panel-default {
        height: auto !important;
        min-height: 100% !important;
        height: auto;
        max-height: inherit;
    }
    section.article-tab-contain .col-md-4.col-lg-3.col-sm-6.adwrap-content .panel.panel-default img {
        min-height: 100% !important;
    }
    section.article-tab-contain .col-md-4.col-lg-3.col-sm-6.adwrap-content .panel .panel-body {
        height: auto !important;
        max-height: inherit !important;
    }
    .magazines_section .owl-nav {
        top: -39px;
        bottom: inherit;
    }
    .magazines_slidr {
        margin-top: 35px;
    }
    .media-scan-section.home-media-scan.one .artical-content.clearfix button.btn.btn-more {
        margin-bottom: 21px !important;
    }
    .articles-slide-box .overlay {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.38) 45%);
    }
    .main_banner .slider-content .slider-box-left-content .category-box {
        margin-bottom: 10px;
        width: auto;
        position: absolute;
        bottom: 12px;
        right: 0;
    }
    .articles-slide-box .owl-dots {
        bottom: 9px;
    }
    .main_banner .slider-content .slider-box-left-content .category-box .category-button {
        margin-right: -2px;
    }
    .magazines_section .owl-nav {
        right: 0;
        width: 100%;
        text-align: center;
    }
    .magazines_section .owl-next {
        border: 1px solid #d9dcde;
        margin-left: 7px;
    }
    section.contact-blocks {
        padding: 25px !important;
    }
    section.contact-blocks .blocks-contact .col-xs-3 {
        height: 238px;
    }
    .editorial-team-section .editorial-contents {
        margin-top: 38px;
        margin: 26px 20px;
    }
    .mgmt-contents {
        padding-top: 40px;
    }
    .about-section .about-contents {
        margin-top: 30px;
    }
    .mgmt-contents .members-mgmt:nth-last-child(1) {
        margin-bottom: 0;
    }
    
    section.contact-blocks {
        padding: 25px 0;
    }
    .mgmt-contents .members-mgmt {
        margin-bottom: 30px;
        width: 73%;
    }
    .about-section .about-contents .about-para {
        padding-bottom: 12px;
    }
    .main_banner .slider-content .slider-box-left-content {
        width: 100%;
    }
    .date-single-editorial span.date {
        text-align: center;
    }
    section.editorial-single-section .editorial-content p:nth-child(1)::first-letter {
        font-size: 54.44px;
        padding-top: 12px;
    }
    
    .media-scan-section.home-media-scan .artical-content.clearfix button.btn.btn-more {
        margin-bottom: 0 !important;
    }
    .col-md-4.col-lg-3.col-sm-6.editorial-tab-section {
        width: 100%;
        height: 242px;
    }
    .artical-content .col-md-4.col-lg-3.col-sm-6.editorial-tab-section .panel {
        margin: 0 0 !important;
    }
    section.editorial-single-section .editorial-title {
        margin-bottom: 15px;
        font-size: 25px;
    }
    .date-single-editorial span.date {
        font-size: 15px;
        margin-bottom: 13px;
    }
    section.editorial-single-section .artical-content.clearfix {
        padding: 38px 30px;
    }
    section.editorial-single-section .editorial-content p {
        font-size: 14px;
        padding-bottom: 21px;
        text-align: justify;
    }
    .artical-content .col-md-4.col-lg-3.col-sm-6.editorial-tab-section .panel {
        height: 100%;
        max-height: unset !important;
        border: 1px solid #eaeaea;
    }
    .media-scan-section.home-media-scan.one .panel.panel-default {
        border: none !important;
        max-height: unset;
    }
    .artical-content .panel {
        height: auto;
        /* max-height: 386px; */
        border: 1px solid #e8e8e8 !important;
    }
    section.interview-section .artical-content.clearfix.one .panel.panel-default {
        border: 1px solid #e8e8e8;
        margin-bottom: 15px;
        border-radius: 5px !important;
    }
    .col-md-4.col-lg-3.col-sm-6.adwrap-content .panel.panel-default {
        height: 320px;
    }
    section.media-scan-section.home-media-scan.one .article-img-cotainer {
        height: auto;
    }
    .col-md-4.col-lg-3.col-sm-6.editorial-tab-section {
        width: 100%;
        height: 252px;
    }
    
    section.media-scan-section.home-media-scan .artical-content.clearfix.two div:nth-child(3) {
        display: none !important;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .know-more a {
        float: right;
        font-size: 12px !important;
    }
    .interview-section .artical-content-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .event-title {
        font-size: 14px;
        height: 34px;
        font-weight: 400;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .event-date:after {
        display: none !important;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .know-more span.arrow-more {
        display: none;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .event-date {
        width: 25%;
        max-width: 75px;
        margin-right: 10px;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .event-date br {
        display: none;
    }
    .no-image-right .know-more .arrow-more i:before {
        left: -7px !important;
        bottom: 0px;
    }
    .no-image-right .know-more .arrow-more i:after {
        left: -1px !important;
        bottom: 0;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .event-loc,
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .know-more a {
        font-size: 13px;
    }
    section.media-scan-section.home-media-scan.two .event-no-image {
        padding: 0 !important;
        padding-bottom: 12px !important;
        width: 100%;
        margin-bottom: 0;
        margin-top: 18px !important;
        transition: all 0.3s ease-in-out;
        height: 126px;
        border: none;
        border-bottom: 1px solid #cfcfcf;
        padding: 18px;
        box-shadow: none !important;
        padding-left: 10px;
        padding-right: 10px;
    }
    section.media-scan-section.home-media-scan.two .event-no-image:nth-child(2) {
        height: auto !important;
        margin-top: 18px !important;
    }
    section.media-scan-section.home-media-scan .artical-content .event-with-image .event-desc,
    section.media-scan-section.home-media-scan .artical-content .event-with-image .event-loc,
    section.media-scan-section.home-media-scan .artical-content .event-with-image .event-title {
        padding: 0 30px;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .event-date {
        font-size: 15px;
        font-weight: 300;
        text-align: left;
        position: relative;
        padding-left: 12px;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .know-more {
        width: auto;
        /* color: #fff; */
        position: absolute;
        padding-right: 10px;
        display: inline-block;
        text-align: center;
        float: none;
        margin-left: 0;
        margin: 0 auto;
        display: block !important;
        right: -72px;
        top: 27%;
        border-radius: 7px;
        border: 1px solid transparent;
        padding: 9px 12px;
        background: #f7f7f7;
        box-shadow: 0px 2px 4px -1px #b5b5b5;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .event-category {
        width: 100%;
        display: inline-block;
        float: none;
        text-align: left;
        margin: 0 auto;
        font-weight: 300;
        font-size: 12px;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .event-loc {
        width: 100%;
        display: inline-block;
        float: none;
        text-align: left;
        margin: 0 auto;
        padding-top: 7px;
        line-height: 1;
        font-weight: 200;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .event-date:after {
        content: "";
        height: 1px;
        display: inline-block;
        width: 15%;
        background: #ff0000;
        position: absolute;
        right: 42%;
        bottom: -12px;
        top: auto;
        margin: 0 auto;
        display: block;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right {
        width: 52%;
        display: inline-block;
        padding-left: 0;
        height: auto;
        text-align: left;
        margin-top: 0;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .event-date p {
        font-size: 15px;
        display: inline-block;
        padding-top: 3px;
        padding-left: 5px;
    }
    section.media-scan-section.home-media-scan.one .artical-content.clearfix div:nth-child(3) {
        display: none;
    }
    section.media-scan-section.home-media-scan .artical-content.clearfix div:nth-child(3) {
        display: block;
    }
    .categ-banner-main {
        height: 150px;
    }
    .categ-banner-main>div h1 {
        font-size: 40px;
		margin-top:70px
    }
	.articals-list {
    	margin-top: 20px !important;
	}
    .magazine-loader .animated-loader {
        height: 250px;
    }
    .subscribe-box .form-inline .form-group input+label.error {
        position: static;
    }
    .subscribe-box .social_contain ul {
        width: 150px;
    }
    header .nav li {
        margin-bottom: 5px;
    }
    header .navbar-collapse {
        width: 380px;
        right: -400px;
    }
    .footer-download-add p {
        margin-bottom: 15px;
    }
    .footer-download-add .app_contain {
        width: 260px;
        display: table;
        margin: 0 auto;
    }
    .footer-download-add a:first-of-type {
        margin-left: 0;
    }
    #login-modal .submit-section input[type=submit] {
        padding: 0;
    }
    .menu-wrapper,
    .header-subscribe {
        width: 95%;
    }
    .navbar-collapse .log-pass a {
        margin-left: 0;
    }
    #login-modal .modal-dialog {
        width: 95%;
    }
    #login-modal .login-container {
        padding: 30px 15px;
    }
    .artical-content .artical-title a {
        font-size: 16px;
    }
    .artical-author {
        padding-top: 10px;
    }
    .artical-content .panel .artical-author span {
        display: block;
    }
    .menu-wrapper ul.header-menu {
        margin: 7.5px -20px !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .artical-content .artical-title {
        display: block;
        height: auto;
        margin-bottom: 5px;
    }
    .category .all-cate .col-md-4 .artical-title a,
    .favour-page.all-cate .col-md-4 .artical-title a {
        font-size: 15px;
    }
    .artical-content .panel .panel-body {
        height: 100%;
    }
    .article-tab-contain .articals-list .artical-title,
    .artical-content .panel .artical-title {
        height: auto;
    }
    .category .all-cate .col-md-4 {
        width: 100%;
        border: 1px solid #dcdcdc;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 5px;
    }
    .articals-list .article-img-cotainer {
        height: auto !important;
    }
    .articals-list .article-img-cotainer>div {
        /*height: auto !important;*/
    }
    .artical-category-list ul li a {
        font-size: 15px;
    }
    .panel .article-img-cotainer img, .artical-box-image{
        max-height: inherit;
    }
    .copyright a {
        width: auto !important;
        margin-bottom: 0 !important;
    }
    .form-inline .form-group {
        width: 100%;
    }
    .sub-col-2-input {
        padding-left: 15px;
    }
    .sub-col-2-btn,
    .sub-col-2-input {
        height: 40px;
		width:100%
    }
    .footer-box {
        padding: 30px 0 20px;
    }
    .sub-col-2-btn {
        padding: 5px 14px;
    }
    .sub-col-1-title {
        font-size: 18px;
        line-height: 1.3;
    }
    .sub-col-1-content {
        margin-top: 5px;
        font-size: 14px;
    }
    .subscribe-box .social_contain ul li i {
        font-size: 20px;
    }
    .subscribe-box {
        padding: 20px 0;
    }
    .footer-link-box .footer-menu {
        width: 49%;
    }
    .copyright a {
        display: block;
        width: 100%;
        text-align: center;
    }
    .copyright a:nth-of-type(1):after {
        display: none;
    }
    .copyright a:nth-of-type(1) {
        margin-bottom: 10px;
    }
    .artical-category-list ul li {
        padding: 10px 15px;
    }
    .artical-category-list ul {
        padding-left: 0;
    }
    .artical-category-list ul li {
        padding: 10px 15px;
    }
    .col-md-4.col-lg-3.col-sm-6 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .articals-list .article-img-cotainer {
        height: 150px;
    }
    .artical-title {
        height: 45px;
    }
    .popular-slider-box {
        padding-right: 25%;
        overflow: hidden;
    }
    .popular-slider-box .owl-stage-outer {
        overflow: visible !important;
    }
    .artical-category-list ul li {
        padding: 11px 8px;
    }
    .articles-slide-box .owl-nav {
        display: none;
    }
    .articles-slide-box .owl-dots {
        display: block;
    }
    .slider-box-left-content {
        width: 100%;
    }
    .content-title {
        margin-bottom: 0px;
        height: 45px;
    }
    .slider-content .col-md-12 {
        padding-left: 15px;
    }
    .artical-content .col-md-4.col-lg-3.col-sm-6,
    .dummy-loader .col-md-4.col-lg-3.col-sm-6 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .art-gal {
        height: auto;
        overflow: hidden;
        max-height: inherit;
    }
    .articals-list .article-img-cotainer {
        height: 90px;
    }
    .artical-content .shot-content,
    .interview-section .artical-content .shot-content {
        height: auto !important;
        font-size: 12px !important;
        margin-bottom: 15px;
    }
    .interview-section .artical-category-box {
        padding-top: 6px;
    }
    .interview-section .artical-content {
        padding: 0;
    }
    .artical-content .shot-content p,
    .artical-content .shot-content span,
    .artical-content .shot-content label {
        font-size: 12px !important;
    }
    .artical-category {
        font-size: 11px;
    }
    .artical-category-box {
        padding: 6px 0px 6px;
    }
    .animated-loader .animated-footer {
        padding: 9px 0 2px;
    }
    .animated-loader .animated-img {
        height: 90px;
    }
    .animated-loader {
        height: auto;
    }
    .animated-loader .animated-footer .animated-footer1 {
        width: 112px;
    }
    .animated-loader .animated-content1 {
        margin-top: 13px;
    }
    .animated-loader .animated-content1 {
        height: 51px;
    }
    .popular-image {
        height: 80px;
    }
    .subscribe-box .form-group {
        margin-bottom: 15px;
    }
    .subscribe-box .sub-col-2 {
        margin: 20px auto 10px;
    }
    .subscribe-box .sub-col-1-title {
        font-size: 18px;
    }
    .copyright a {
        margin-left: 0px;
        width: 44%;
        text-align: center;
        display: inline-block;
    }
    .copyright span br {
        display: block;
    }
    header .navbar {
        padding: 0px;
    }
    .navbar-brand {
        padding: 15px 15px 15px 0px;
    }
    .navbar-toggle {
        margin-right: 0px;
    }
    header .navbar {
        min-height: 66px;
    }
    .navbar-brand {
        padding: 15px 15px 6px 0px;
    }
    #wrapper {
        padding-top: 66px;
    }
    .article-main .article-main-head .article-banner .article-carousal-main .owl-nav {
        display: none;
    }
    .article-main .article-main-body .article-main-body-l h1 {
        font-size: 22px;
		line-height:30px;
    }
    .favour-page .col-md-4 .artical-category {
        font-size: 11px;
        width: 88px;
        overflow: hidden;
        display: inline-block;
        position: relative;
        top: 4px;
    }
    .mrq .shot-content {
        max-height: 59px;
        margin-bottom: 10px;
    }
    .mrq .shot-content p,
    .mrq .shot-content span,
    .mrq .shot-content label {
        font-size: 14px !important;
    }
    .category .all-cate .col-md-4,
    .favour-page.all-cate .col-md-4 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .category .all-cate .col-md-4 .shot-content,
    .favour-page.all-cate .col-md-4 .shot-content {
        max-height: 52px;
        margin-bottom: 10px;
    }
    .category .all-cate .col-md-4 .shot-content p,
    .category .all-cate .col-md-4 .shot-content span,
    .category .all-cate .col-md-4 .shot-content label,
    .favour-page.all-cate .col-md-4 .shot-content p,
    .favour-page.all-cate .col-md-4 .shot-content span,
    .favour-page.all-cate .col-md-4 .shot-content label {
        font-size: 14px !important;
    }
    .pop-slider-card .shot-content {
        max-height: 59px;
        margin-bottom: 10px;
    }
    .pop-slider-card .shot-content p,
    .pop-slider-card .shot-content span,
    .pop-slider-card .shot-content label {
        font-size: 14px !important;
    }
    .artical-pdf-box {
        margin-top: 5px;
    }
    .login-tid .bg-login {
        background-image: url("../images/splash_bg_small.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100vh;
        display: table;
    }
    .slider-content {
        bottom: 15px;
    }
    .articles-slide-box,
    .feature-banner .owl-item {
        padding: 0;
    }
    .articles-slide-box .owl-stage-outer,
    .articles-slide-box .owl-stage-outer .owl-stage,
    .feature-banner .owl-item>div {
        position: relative;
    }
    .feature-banner .owl-item>div {
        height: auto;
    }
    .artical-content .panel.panel-magazine .maz-art .artical-title {
        font-size: 14px;
    }
    .artical-content .panel,
    .category .all-cate .col-md-4 .panel,
    .favour-page.all-cate .col-md-4 .panel {
        box-shadow: none !important;
        border: none;
        margin-bottom: 15px;
    }
    .artical-content .panel {
        margin-bottom: 0;
    }
    .category .all-cate .col-md-4 .panel .panel-body,
    .favour-page.all-cate .col-md-4 .panel .panel-body {
        padding: 0;
    }
    .article-tab-contain .dummy-loader,
    .article-tab-contain .artical-content {
        padding: 0 7px;
    }
    .category .all-cate .col-md-4 .artical-title a,
    .favour-page.all-cate .col-md-4 .artical-title a {
        font-size: 16px;
    }
    .category .all-cate .col-md-4 .artical-title,
    .favour-page.all-cate .col-md-4 .artical-title {
        height: auto;
        margin-bottom: 5px;
    }
    .artical-author span {
        display: block;
        margin: 0;
        padding: 0;
    }
    .artical-content.promo-video-page .row>div:nth-of-type(2) {
        margin-top: 25px;
    }
    .artical-content.promo-video-page .row>div {
        width: 100%;
    }
    #lg-videomodal .modal-header {
        right: 1px !important;
        top: 1px;
        border: none;
        height: 30px;
        width: 30px;
        background: transparent;
    }
    #lg-videomodal .modal-header .close {
        margin-top: -6px;
        font-size: 32px;
        font-weight: 100;
        color: white;
        left: 0;
    }
    #lg-videomodal .modal-body {
        padding: 0 !important;
    }
    #lg-videomodal .modal-body {
        height: calc(100vh - 50px);
    }
    .article-main .article-main-head .article-banner .article-carousal-main {
        padding-bottom: 60%;
    }
    .article-main .article-main-body .article-main-body-l .article-share .article-nav button {}
    .header-search {
        padding: 0 25px;
    }
    .adwrap-content .panel .panel-body .article-img-cotainer {
        height: 100% !important;
    }
    .col-xs-12 {
        width: 100% !important;
    }
    .team-grid-wrapper {
        display: block;
    }
    
}

@media (max-width: 450px) {
    .login-tid .my-tiding {
        width: 100%;
    }
    .footer-link-box .footer-menu {
        width: 60%;
    }
    .footer-link-box .footer-menu:nth-of-type(2) {
        width: 40%;
    }
}

@media only screen and (max-width: 390px) {
    section.media-scan-section.home-media-scan.two .event-no-image {
        margin-left: -12px;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .event-date p {
        padding-left: 0px;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .event-date br {
        display: block;
    }
    section.media-scan-section.home-media-scan.two .event-no-image .event-date {
        font-size: 15px;
        font-weight: 300;
        text-align: center;
        position: relative;
        padding-left: 12px;
        float: left;
        margin-right: 20px;
        width: 25%;
    }
    .magazine-loader .animated-loader {
        height: 200px;
    }
    .subscribe-box .sub-col-2 {
        width: 100%;
    }
    .artical-content .col-md-4.col-lg-3.col-sm-6,
    .dummy-loader .col-md-4.col-lg-3.col-sm-6 {
        width: 100%;
        float: none;
    }
    .category .all-cate .col-md-4 .artical-title,
    .favour-page.all-cate .col-md-4 .artical-title {
        height: auto;
        margin-bottom: 5px;
    }
    .art-gal,
    .animated-loader .animated-img {
        height: auto;
    }
    .articals-list .article-img-cotainer {
        height: auto;
    }
    .footer-link-box .footer-menu {
        float: left;
    }
    .footer-download-add p {
        font-size: 16px;
    }
    .footer-download-add i {
        margin-left: 10px;
    }
    .footer-download-add p i {
        top: 4px;
    }
    .date_time span {
        margin-right: 12px;
        font-weight: 300;
        font-size: 12px;
    }
    .artical-content .tig-maze .col-md-4.col-lg-3.col-sm-6 {
        width: 50%;
        float: left;
    }
    .artical-content .panel.panel-magazine {
        height: inherit;
        padding-top: 186%;
        border: none;
        box-shadow: none;
    }
    .panel.panel-magazine .artical-box-image {
        padding-top: 132%;
    }
    .artical-content .panel.panel-magazine .artical-title {
        height: 29px;
        padding: 8px 0px 0px;
        width: 100%;
        float: none;
    }
    .artical-content .panel.panel-magazine .artical-category-box {
        width: 100%;
        padding: 0px 0px 0px;
        float: none;
        display: block;
    }
    .artical-content .panel.panel-magazine .artical-category-box .artical-date {
        float: none;
    }
    .panel.panel-magazine .artical-pdf-box {
        float: none;
        width: 100%;
    }
    .panel.panel-magazine .artical-pdf-box a {
        padding: 2px 0px;
    }
    .article-main .article-main-head .article-banner .article-carousal-main .ac-info .date_time span {
        font-size: 13px;
        margin-right: 15px;
    }
    .article-main .article-main-body .article-main-body-l h1 {
        font-size: 22px;
		line-height:30px;
    }
    .favour-page .col-md-4 {
        width: 100%;
        float: none;
    }
    .mrq .col-md-4 {
        width: 100%;
        float: none;
    }
    .category .all-cate .col-md-4,
    .favour-page.all-cate .col-md-4 {
        width: 100%;
        float: none;
    }
    .article-mobile-link.article-view-mob {
        width: 82px !important;
        font-size: 12px;
        padding: 7px 0;
    }
    .article-mobile-link.magazine-view-mob {
        font-size: 12px;
        padding: 7px 0;
    }
    .article-main .article-main-body .article-main-body-l form p label {
        width: 100%;
    }
    .article-main .article-main-body .article-main-body-l form p textarea,
    .article-main .article-main-body .article-main-body-l form p input[type=text] {
        max-width: none;
        width: 100%;
    }
    header .navbar-collapse {
        width: 320px;
        right: -340px;
    }
    .android_sec_btn {
        width: 65px;
        height: 32px;
        line-height: 34px;
        font-size: 16px;
        line-height: 32px;
        margin-top: 5px;
    }
    .android_sec p {
        font-size: 12.5px;
    }
    .adwrap-content{
		padding:0 9px;
    }
    .adwrap-content .panel .article-img-cotainer img, .adwrap-content .artical-box-image{
        width:100%
    }
    .panel,.adwrap-content .panel{
        max-height: inherit !important;
		min-height: inherit !important;
    }
}

@media (max-width: 350px) {
    .categ-banner-main {
        height: 130px;
    }
    .categ-banner-main>div h1 {
        font-size: 36px;
    }
    .article-main-body .floating-social li i {
        font-size: 18px;
    }
    .article-main .article-main-body .article-main-body-l .article-share .article-nav button {
        width: 120px;
    }
    .artical-content .panel.panel-magazine .maz-art .artical-title {
        font-size: 13px;
    }
    .artical-content .panel.panel-magazine .maz-art .artical-title h6 {
        height: 36px;
    }
    .subscribe-box .sub-col-1-title {
        font-size: 14px;
    }
    .artical-content .panel.panel-magazine {
        height: inherit;
        padding-top: 190%;
        border: none;
        box-shadow: none;
    }
}



@media only screen and (max-width: 360px) {
    .footer-link-box .footer-menu {
        margin-top: 0 !important;
    }
    .footer-link-box .footer-menu a {
        font-size: 13px;
    }
    .footer-link-box ul li {
        padding: 0;
    }
}

.magazine-loader {
    display: none;
}

.lostpass,
.reset-pass {
    border: 1px solid #bbbbbb;
    border-radius: 7px;
    padding: 40px 25px;
}

.lostpass h2,
.reset-pass h2 {
    text-align: center;
    position: relative;
    margin-bottom: 14px;
    padding-bottom: 8px;
    font-size: 20px;
}

.lostpass h2:after,
.reset-pass h2:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #ca2027;
}

.lostpass .submit-section,
.reset-pass .submit-section {
    text-align: center;
}

.reset-pass label {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.05em;
}

.lostpass input,
.reset-pass input {
    margin: 20px 0px;
    margin-top: 10px;
}

.lostpass input.btn,
.reset-pass input.btn {
    margin: 0;
}

.lostpass .status,
.reset-pass .status {
    border-left: 6px solid #ca2027;
    padding-left: 6px;
    margin-bottom: 15px;
}

.subscribe-box .social_contain ul li i:before {
    color: #ffffff;
}

.sml_sldr_img .banner-top-buttons .share-popup {
    padding-right: 0;
    top: 2px;
}

.share-popup {
    position: relative;
    display: inline-block;
    color: #fff;
    padding-right: 10px;
    cursor: pointer;
    vertical-align: middle;
}

.share-popup:hover ul {
    opacity: 1;
    visibility: visible;
    left: -130px;
}

.share-popup ul {
    position: absolute;
    width: 180px;
    left: -140px;
    top: -3px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.banner-top-buttons .share-popup ul li a {
    margin-right: 8px;
}

.share-popup ul li {
    display: inline-block;
}

.share-popup ul li a i {
    font-size: 14px !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.share-popup ul li a:hover i,
.share-popup ul li a:hover i:before {
    color: #CA2027;
}

.our-app {
    padding: 100px 0 60px;
    max-width: 80%;
    margin: 0 auto;
}

.our-app .app-des {
    margin-top: 100px;
}

.our-app .app-des h2 {
    font-size: 36px;
    color: #000;
    margin-bottom: 50px;
}

.our-app .app-des p {
    margin: 20px 0;
    font-family: 'Merriweather', serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.875;
    color: #000;
}

.our-app .app-des p.avail-ipad {
    font-size: 14px;
    /*font-family:*/
}

.tidings_app .web_btn.ripple i {
    font-size: 28px;
    margin-left: 20px;
    vertical-align: middle;
    color: #727272;
}

.tidings_app .web_btn.ripple span {
    vertical-align: sub;
}

.tidings_app .web_btn.ripple {
    font-weight: bold;
    min-width: 150px;
    padding: 0 30px;
    background: #ffffff;
    color: #222222 !important;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #00a4cf;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    margin-right: 20px;
	display:flex;
	align-items:center;
	white-space:nowrap;
	
}

.tidings_app .web_btn.ripple.es {
    padding: 0 15px;
}

.tidings_app .web_btn.ripple:last-of-type {
    margin-right: 0;
    border-color: #daad5a;
}

.tidings_app {
    margin-top: 60px;
	display:flex;
	align-items:center;
}

.app-img img {
    width: 100%;
}

@media (min-width: 992px) and (max-width: 1459px) {
    .our-app .app-des {
        margin-top: 0px;
    }
    .tidings_app .web_btn.ripple {
        margin-right: 5px;
        padding: 0 20px;
    }
    .tidings_app .web_btn.ripple i{
      margin-left: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .our-app .app-des h2 {
        font-size: 32px;
        margin-bottom: 25px;
    }
    .tidings_app {
        margin-top: 20px;
    }
    .tidings_app .col-md-12 a+a {
        margin-top: 10px;
    }
  .tidings_app .web_btn.ripple {
      padding: 0 15px;
  }
}

@media (max-width: 992px) {
    .our-app {
        padding: 20px 0 60px;
    }
    .our-app .app-des {
        margin-top: 20px;
    }
    .our-app .app-des h2 {
        margin-bottom: 20px;
    }
    .tidings_app{
		flex-direction:column;
		justify-content:center;
		margin-top: 30px;
    }
	.tidings_app .web_btn.ripple {
		margin:0;
      	margin-bottom: 15px;
  	}
    .tidings_app .web_btn.ripple:last-of-type{
    	margin-bottom:0
    }
}

@media (max-width: 645px) {
    .tidings_app .col-md-12 a+a {
        margin-top: 10px;
    }
}

.android_sec .col-xs-8 {
    padding: 0 0;
}

.android_sec .col-xs-4 {
    padding-right: 0;
}

.android_sec_btn {
    width: 74px;
    height: 35px;
    line-height: 34px;
    font-size: 15px;
}

@media (max-width: 769px) {
    .artical-content .col-md-4.col-lg-3.col-sm-6.editorial-tab-section .panel {
        margin: 0 0 !important;
    }
    section.article-tab-contain .col-md-4.col-lg-3.col-sm-6.adwrap-content .panel.panel-default {
        min-height: 379px;
    }
    section.article-tab-contain .col-md-4.col-lg-3.col-sm-6.adwrap-content .panel.panel-default img {
        min-height: 379px;
    }
    .artical-content .panel {
        height: auto;
        max-height: 386px;
    }
    section.article-tab-contain .artical-content .panel,
    section.interview-section .artical-content .panel {
        height: 100% !important;
    }
}

@media (max-width: 680px) {
    .our-app {
        max-width: 95%;
    }
}

@media (max-width: 1024px) {
    section.media-scan-section.home-media-scan.two .event-no-image .no-image-right .know-more a {
        color: #ca2027;
    }
    header {
        position: absolute;
        /*    transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;*/
    }
  header .social_contain{
	    margin-top: calc(100vh - 816px);
  }
  .ventures-carousel .owl-carousel .owl-item img{
      max-width:100%;
  }
	section.ventures-carousel {
    	height: auto;
		padding-bottom:40px
	}
}

.wpml-ls-current-language:hover ul {
    display: block !important;
    margin-top: -2px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.wpml-ls-current-language ul {
    display: none;
}

li.dev:after {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    border-left: 1.5px solid #ca2127;
    border-bottom: 1.5px solid #ca2127;
    position: absolute;
    right: 25px;
    top: 16px;
    transform: rotate(-45deg);
}

.log-pass .dropdown-menu li {
    position: relative;
}

.log-pass .dropdown-menu li img {
    margin-right: 8px;
}

header .log-pass a.dropdown-toggle {
    padding-right: 20px;
    position: relative;
}

header .log-pass a.dropdown-toggle:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transform: rotate(45deg);
    right: 2px;
    top: 18px;
    display: none;
}

li.language-switch {
    padding: 10px 15px;
    font-size: 12px;
    color: #ACA8A8;
}

section.media-scan-section.home-media-scan .artical-content .event-with-image .event-date br,
section.media-scan-section.home-media-scan.two .event-no-image .event-date br {
    display: block;
    line-height: 0px;
}


/********/

.abt_cntnt {
    font-size: 89% !important;
}

.mgmt-contents {
    padding-top: 30px !important;
    padding-bottom: 15px !important;
}

.members-mgmt {
    width: 346px !important;
    text-align: left;
}

h2.title.management {
    padding-top: 85px;
    padding-bottom: 0px;
}


.mgmt-contents .members-mgmt {
    float: left;
    min-height: 120px;
    margin-bottom: 25px;
}

.mgmt-contents .members-mgmt:before {
    display: none;
}

.mgmt-contents .members-mgmt .mgmt:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: #ca2027;
    left: 0;
}

.mgmt-contents .members-mgmt .mgmt1:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: #ca2027;
    left: 0;
}

.mgmt1 {
    padding-right: 5px;
}


/***/

.custom h3.content-bold {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}

.custom p.title-light {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}

.custom .mgmt-contents .members-mgmt {
    float: left;
    min-height: 150px;
    width: 33% !important;
    padding-top: 10px;
    transition: all .3s ease-in-out;
}

.add_custom .mgmt-contents .members-mgmt {
    min-height: 100px;
}

.add_custom h2.title.management {
    padding-top: 0px;
}

.custom .mgmt {
    padding: 13px;
    clear: both;
}

.custom .abt_cntnt {
    text-align: center;
}

.custom .mgmt-contents .members-mgmt .mgmt:before,
.custom .mgmt-contents .members-mgmt .mgmt1:before {
    display: none;
}

.android_sec {
    background: #e6e6e6;
    color: #696969;
}

.android_sec>.container>.col-xs-5 {
    padding: 0;
}

@media(max-width:1200px) {
    .custom .mgmt-contents .members-mgmt {
        width: 50% !important;
    }
}

@media(max-width:640px) {
    .custom .mgmt-contents .members-mgmt {
        width: 100% !important;
        padding: 0px;
        min-height: auto;
    }
}

@media (max-width:767px) {
    img.adbanner1 {
        margin-bottom: 20px;
    }
}

@media (min-width:768px) {
    .adv_section img,
    .adv2_section img {
        padding: 20px 0;
    }
    html:lang(ar) .navbar-header {
        float: right;
    }
    html:lang(ar) .navbar-nav>li {
        float: right;
    }
}

html:lang(ar) .menu-menu-container {
    float: right;
}

html:lang(ar) #bs-example-navbar-collapse-1 {
    float: left;
}

html:lang(ar) .log-pass {
    float: right;
}

html:lang(ar) .form-contain {
    float: right;
}

@media (min-width: 992px) {
    html:lang(ar) .slider-box {
        float: right;
    }
    html:lang(ar) .social_contain {
        float: right;
    }
    html:lang(ar) .subscribe-box .container>div {
        float: right;
    }
}


/*html:lang(ar) .magazines_section{
	direction:ltr;
}

html:lang(ar) .magazines_section .mag_head p{
	float:right;
}

html:lang(ar) .magazines_section .mag_head a{
	float:left;
}

html:lang(ar) .mag_head .heading{
	float:right;
}*/

html:lang(ar) .left-text-carousel {
    float: right;
    border-right: none;
    border-left: 2px solid #d7d7d7;
    padding-right: 0;
    padding-left: 80px;
}

html:lang(ar) .right-slider-carousel {
    float: left;
}

html:lang(ar) .footer-download-add p i {
    transform: rotate(180deg);
    top: 8px;
    right: -20px;
}

html:lang(ar) .wpml-ls-current-language a span.wpml-ls-display:after {
    content: '\f078';
    font-family: 'FontAwesome';
    padding-left: 5px;
    font-size: 10px;
    position: relative;
    bottom: 2px;
}

html:lang(ar) .wpml-ls-current-language .sub-menu a span:before {
    display: none;
}

html:lang(ar) .wpml-ls-display span:before {
    display: none;
}

html:lang(ar) .wpml-ls-current-language a span.wpml-ls-display:before {
    display: none;
}

.wpml-ls-current-language a span.wpml-ls-display:after {
    content: '\f078';
    font-family: 'FontAwesome';
    padding-left: 5px;
    font-size: 10px;
    position: relative;
    bottom: 2px;
}

.wpml-ls-current-language .sub-menu a span:after {
    display: none;
}

.wpml-ls-display span:after {
    display: none;
}

.language-selection {
    float: left;
    margin-top: 23px;
    margin-left: 15px;
}

.language-selection .dropdown-menu {
    left: auto;
    right: 20%;
}

.language-selection .dropdown-menu li {
    padding: 10px;
    border-bottom: 1px solid #dddddd;
}

.language-selection a.default-language {
    position: relative;
}

.language-selection a.default-language:after {
    content: '\f0dd';
    font-family: 'FontAwesome';
    position: absolute;
    top: -4px;
    right: -15px;
    cursor: pointer;
	display:none;
}

.language-selection .langFlag {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.header-subscribe {
    margin-top: 10px;
}

.header-subscribe .log-pass {
    margin: 0;
}

.lang-log-search {
    display: flex;
}

.lang-log-search .language-selection {
    float: none;
    margin: 0;
    padding: 19px 20px 10px;
    display: none;
}

.lang-log-search .log-pass {
    float: none;
    margin: 10px 0 0 0 !important;
	height:50px;
	border-radius: 7px;
}

.lang-log-search .log-pass a {
    padding: 14px 20px;
}

.lang-log-search .header-search {
    margin-left: 14px;
}

.lang-log-search .header-search button {
    padding: 19px 15px 8px 20px !important;
    color: #000;
}

.lang-log-search .btn-subscribe {
    font-weight: 500;
    font-size: 18px;
    line-height: 50px;
    margin:10px 0 0 15px;
    display: block;
    height: 50px;
    width: 142px;
    padding: 0 15px;
}


/*oct-19-2020*/

#top-bar-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: right;
}

.menu-top-menu-container {
    display: none;
}

#menu-top-menu.navbar-right {
    margin-right: 45px;
}

#menu-top-menu.navbar-right li {
    padding: 0;
}

#menu-top-menu.navbar-right li a {
    padding: 0;
    padding-right: 30px;
}

#menu-top-menu.navbar-right li:nth-last-child(2) a {
    padding-right: 0;
}

#top-bar-menu .log-pass {
    margin: 0;
    margin-right: 30px;
    float: right;
    display: none;
}

#top-bar-menu .log-pass a {
    padding: 0;
}

#top-bar-menu .log-pass a.dropdown-toggle:after {
    right: -10px;
    top: 5px;
}

#top-bar-menu .log-pass a span {
    max-width: 65px;
}

#top-bar-menu .log-pass .dropdown-menu {
    margin-top: 5px;
    min-width: 125px;
    padding: 10px 0;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0);
}

#top-bar-menu .log-pass .dropdown-menu li {
    padding: 10px;
}

#top-bar-menu .log-pass .dropdown-menu li a:hover {
    color: #CA2027;
    background-color: transparent;
}

#top-bar-menu .language-selection {
    margin-top: 0;
    margin-right: 30px;
    float: right;
    position: relative;
}

#top-bar-menu .language-selection>a {
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}

#top-bar-menu .language-selection .dropdown-menu {
    left: inherit!important;
    right: -20px !important;
}

#bs-example-navbar-collapse-1.navbar-collapse {
    margin-top: 30px;
}

#bs-example-navbar-collapse-1.navbar-collapse .menu-wrapper ul li{
    padding: 14px 20px;
}

#bs-example-navbar-collapse-1.navbar-collapse .menu-wrapper ul li a{
    padding: 0;
}

#bs-example-navbar-collapse-1.navbar-collapse .form-contain .header-search button {
    margin-top: 0;
    padding: 19px 20px 15px 10px !important;
}

.loggedin-header #bs-example-navbar-collapse-1.navbar-collapse .form-contain .header-search button {
    padding: 10px 20px 6px 10px !important;
}

#bs-example-navbar-collapse-1.navbar-collapse .header-subscribe {
    margin-top: -3px;
}

#bs-example-navbar-collapse-1.navbar-collapse .header-subscribe .navbar-right {
    margin-right: 0px;
    padding: 0px 0;
    margin-top: 5px;
    margin-left: 30px;
}

#bs-example-navbar-collapse-1.navbar-collapse .header-subscribe .navbar-right a {
    margin: 0;
}

#bs-example-navbar-collapse-1.navbar-collapse .menu-wrapper ul.sub-menu li a{
    /*line-height: 42px;*/
	text-align:left;	
	display:block;
}

#bs-example-navbar-collapse-1.navbar-collapse .menu-wrapper ul.sub-menu li{
    width: 100%;
	display:block;
    background-color: #fff;
	text-align:left;
}

#bs-example-navbar-collapse-1.navbar-collapse .menu-wrapper ul li.menu-item-has-children ul.sub-menu{
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    position: absolute;
    left: 0;
    background: #fff;
    top: 35px;
    min-width: 150px;
    box-shadow: 0px 18px 24px 0px #0000000f;
}

#bs-example-navbar-collapse-1.navbar-collapse .menu-wrapper ul li.menu-item-has-children:hover ul.sub-menu{
    max-height: 500px;
    padding: 15px 0;
}

#bs-example-navbar-collapse-1.navbar-collapse .menu-wrapper ul li.menu-item-has-children>a {
    margin-right: 20px;
}

#bs-example-navbar-collapse-1.navbar-collapse .menu-wrapper ul li a{
    position: relative;

}

#bs-example-navbar-collapse-1.navbar-collapse .menu-wrapper ul li a:after{
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    background-color: #CA2027;
    bottom: -5px;
    left: 0px;
    transition: all 0.5s ease-in-out;
}

#bs-example-navbar-collapse-1.navbar-collapse .menu-wrapper ul li a:hover:after{
    width: 25px;
}

#bs-example-navbar-collapse-1.navbar-collapse .menu-wrapper ul li.menu-item-has-children>a:before{
    content: '\f0dd';
    font-family: 'FontAwesome';
    position: absolute;
    top: -4px;
    right: -15px;
    cursor: pointer;
}

.menu-wrapper ul.header-menu>li:first-child>a,
.menu-wrapper ul.header-menu>li:nth-child(2)>a,
.menu-wrapper ul.header-menu>li:nth-child(3)>a,
.menu-wrapper ul.header-menu>li:nth-child(4)>a{
    color: #ca2027;
}

.navbar-header ul.logo {
    width: 170px;
    float: left;
	padding-left: 0;
	margin:0;
}

.navbar-header ul.logo li {
    height: 85px;
    overflow: hidden;
    position: relative;
}

.navbar-header ul.logo li:hover {
    overflow: visible;
}


.navbar-header ul.logo li>a {
    display: inline-block;
    padding: 15px 0 10px;
    width: 100%;
    position: relative;
}

.navbar-header ul.logo li a>img {
    height: 60px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}

#hamburger {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 30px;
    top: 30px;
    cursor: pointer;
	z-index:10;
}
#hamburger:after{
	content:"";
	position:absolute;
	top: -15px;
    right: 0;
    width: 74px;
    height: 71px;
}


#hamburger span {
    width: 100%;
    height: 2px;
    position: relative;
    top: 0;
    left: 0;
    margin: 5px auto;
    display: block;
    background: #b1b1b1;
    border-radius: 2px;
    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;
}

#hamburger span:last-child {
    width: 70%;
    margin-left: 0;
}
.main-menu{
	positive:relative;
}
.main-menu #hamburger{
	display:none !important;
}
.main-menu .navbar-brand{
	margin :0;
}
.main-menu.active{
	overflow: visible;
}

.main-menu.active #hamburger span:last-child {
    width: 100%;
}

.main-menu.active #hamburger span {
    background: #CA2027;
}

.logo .main-menu.active .submenu {
    transform: translateY(-2.5px);
    -webkit-transform: translateY(-2.5px);
    -moz-transform: translateY(-2.5px);
    -ms-transform: translateY(-2.5px);
}

.main-menu.active .submenu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(-0.5px);
    -webkit-transform: translateY(-0.5px);
    -moz-transform: translateY(-0.5px);
    -ms-transform: translateY(-0.5px);
    box-shadow: 0 18px 30px -10px rgba(0, 0, 0, .2);
}

.main-menu .submenu {
	display:none;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-1em);
    -webkit-transform: translateY(-1em);
    -moz-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    z-index: -1;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    box-shadow: 0 18px 30px -10px rgba(0, 0, 0, .2);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    background: #fff;
    width: calc(100% - 1px);
}

.main-menu .submenu ul li {
    width: 100%;
    display: flex;
	align-items:center;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    height: 73px;
    padding: 7px 15px;
    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;
}

.main-menu .submenu ul li a {
    padding: 0;
}

.main-menu .submenu ul li a .sub-menu-img div img {
   margin: 0 auto;
    display: block;
	max-height: 60px;
}

header.smaller .navbar {
    min-height: 90px;
}

.recommend-col-header h2 {
    font-size: 14px!important;
}

.article-main .article-main-body .article-main-body-l h2 {
    margin-bottom: 10px;
}

.article-main .article-main-body .article-main-body-l .article-autor p a {
    cursor: pointer;
    color: #ca2027;
}

.article-autor {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

#article-copyright p {
    padding-bottom: 0;
    font-size: 15px;
    line-height: 1.7;
}

.article-autor .image {
    margin-right: 20px;
}

.article-main .article-main-body .article-main-body-l .article-autor p:first-of-type span {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}

.article-main .article-main-body .article-main-body-l .article-autor p {
    display: block;
}

.article-social {
    display: flex;
    align-items: center;
    float: right;
}

.article-social p {
    padding-bottom: 0!important;
    padding-right: 15px;
}

.article-social ul {
    display: flex;
    align-items: center;
}

.article-social ul li a i {
    font-size: 20px;
}

.article-social ul li a i:before {
    color: #000;
}

.article-social ul li:before {
    background-color: transparent!important;
}

.article-social ul li a:hover i:before {
    color: #ca2027;
}

.article-social ul li {
    padding-left: 20px;
}

#bs-example-navbar-collapse-1 .header-subscribe .menu-top-menu-container {
    display: none;
}


/*#bs-example-navbar-collapse-1 .header-subscribe .log-pass {*/


/*    display: none;*/


/*}*/


/*#bs-example-navbar-collapse-1 .header-subscribe .language-selection {*/


/*    display: none;*/


/*}*/

header.nav-up {
    top: 0!important;
}

.navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
}

.prayer_search form .custom-select-wrpr {
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid #ccc;
    margin-left: 15px;
    border-radius: 15px;
}

.prayer_search form .custom-select-wrpr input {
    border: 0;
}

.prayer_search form .custom-select-wrpr input::-webkit-input-placeholder {
    font-size: 14px;
    color: #ccc;
}

.prayer_search form .custom-select-wrpr input::-moz-placeholder {
    font-size: 14px;
    color: #ccc;
}

.prayer_search form .custom-select-wrpr input:-ms-input-placeholder {
    font-size: 14px;
    color: #ccc;
}

.prayer_search form .custom-select-wrpr input:-moz-placeholder {
    font-size: 14px;
    color: #ccc;
}

.prayer_search form .custom-select-wrpr button {
    padding: 0;
    line-height: 0;
    border: 0;
    background: transparent;
}

#artical-content-main {
    display: flex !important;
    flex-wrap: wrap;
}


.about-section {
    padding: 64px 0 106px;
    font-family: 'Poppins', sans-serif;
}

.status-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
}

.status-box {
    padding: 65px 24px 40px 24px;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #ececec;
    background-color: #fafafa;
    margin: 10px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    flex: 0 0 265px;
    max-width: 265px;
    width: 100%;
}

.status-box .status-count {
    font-size: 76px;
    font-weight: 500;
    line-height: 70px;
    color: #dfdfdf;
    display: block;
    margin-bottom: 30px;
    text-align: left;
}

.status-box h5 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.62;
    text-align: left;
    color: #131415;
    margin-bottom: 20px;
    max-width: 148px;
    font-family: 'Poppins', sans-serif;
}

.status-box p {
    opacity: 0.6;
    font-size: 14px;
    font-weight: normal;
    line-height: 2.13;
    color: #4c4c45;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

.loggedin-ddl {
    padding: 10px 57px 10px 12px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 7px;
	height: 50px;
    display: flex;
    align-items: center;
	position:relative;
}

.loggedin-ddl .loggedin {
    font-size: 12px;
    padding: 0 !important;
    margin-bottom: 0;
	white-space: nowrap;
}

.loggedin-ddl em {
    font-size: 15px;
    color: #000;
    display: none;
}

.loggedin-ddl figure {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
    border-radius: 50%;
}

.team-section,
.testimonial-section {
    padding: 70px 0 100px;
    text-align: center;
}

.bg-grey {
    background-color: #f9f9f9;
    position: relative;
}

.team-content,
.testimonial-content {
    max-width: 426px;
    width: 100%;
    margin: 15px auto 56px;
}

.team-content,
.team-content p,
.testimonial-content,
.testimonial-content p {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    color: #131415;
    font-family: 'Poppins', sans-serif;
}

.team-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team-grid {
    text-align: left;
	background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #dddddd;
    padding: 11px 14px 30px 14px;
    margin-bottom: 23px;
	
}

.team-box {
    position:relative;
    font-family: 'Poppins', sans-serif;
}

.team-box img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.team-box .content-area {
    padding-top: 22px;
}

.team-box .content-area h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #131415;
	position:relative;
	margin:0;

	/*cursor:pointer;
	min-height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;*/
}

.team-box .content-area p {
	padding-top: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: rgba(76, 76, 69, 0.66);
    font-family: 'Roboto', sans-serif;
	position:relative;

	/*cursor:pointer;
	min-height: 48px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;*/
}

.team-box .content-area  .tooltip {
    color: #000;
    text-decoration: none;
    transform: translateX(-50%);
    position: absolute;
    background-color: #fff;
    color: #000;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 1px;
    font-weight: normal;
    text-align: center;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.1);
    width: max-content;
    max-width: 350px;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -18px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in;
    z-index: 1;
	
}
.team-box .content-area  .tooltip:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    right: 15%;
    box-sizing: border-box;
    border: 7px solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -3px 3px 3px 0 rgb(0,0,0,0.1);
}
.team-box .content-area h5:hover .tooltip, .team-box .content-area p:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

.team-grid-wrapper.row-3 .team-grid {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 100%;
    
}

.team-grid-wrapper.row-5 .team-grid {
    flex: 0 0 18%;
    max-width: 18%;
    width: 100%;
}

.team-grid-wrapper.row-6 .team-grid {
    flex: 0 0 15%;
    max-width: 15%;
    width: 100%;
}

.team-grid-wrapper.row-3, .team-grid-wrapper.row-5 {
    margin-left: -24px;
    margin-right: -24px;
	gap: 0 24px;
}

.team-grid-wrapper.row-6 {
    margin-left: -20px;
    margin-right: -20px;
	gap: 0 20px;
}

.team-grid-wrapper.row-5 .team-grid {
    padding: 11px 14px 30px 14px;
}

.team-grid-wrapper.row-6 .team-grid {
    padding: 11px 10px 20px 10px;
}

.bg-full-width {
    position: relative;
    z-index: 1;
}

.bg-full-width:before,
.bg-full-width:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
}
.bg-full-width:before{
    left: 0;
}

.bg-full-width:after {
    right: 0;
}

.bg-grey.bg-full-width:before,
.bg-grey.bg-full-width:after {
    background-color: #f9f9f9;
}

.team-slider {
    position: relative;
}

.team-slide {
    padding: 15px 22px 30px;
    /*margin-right:24px;*/
    background-color: #fff;
    text-align: left;
}

.team-slide figure {
    height: 247px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 33px;
}

.team-slide h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #131415;
    margin-bottom: 10px;
}

.team-slide span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    color: rgba(76, 76, 69, 0.66);
    margin-bottom: 26px;
}

.team-slide article {
    border-top: 1px solid #e5e5e5;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.99;
    color: #131415;
    padding-top: 30px;
}
.upcoming-events-slider{
	position:relative;
}

.team-slider .owl-nav,
.testimonial-slider .owl-nav,
.upcoming-events-slider .owl-nav{
    right: 0;
    width: 100%;
    bottom: inherit;
	display :block !important;
	transform: translateY(-50%);
    top: 50%;
}
.upcoming-events-slider .owl-nav 
.team-slider .owl-nav,.upcoming-events-slider .owl-nav{
	top:36%;
}
.upcoming-events-slider .owl-nav .owl-next, .upcoming-events-slider .owl-nav .owl-prev{
	display:block !important;
}
.upcoming-events-slider .owl-nav .owl-next.disabled,.upcoming-events-slider  .owl-nav .owl-prev.disabled{
	display:none !important;
}
.team-slider .owl-prev,
.team-slider .owl-next,
.testimonial-slider .owl-prev,
.testimonial-slider .owl-next ,
.upcoming-events-slider .owl-prev,
.upcoming-events-slider .owl-next{
    width: 74px;
    height: 74px;
    box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.1);
    border: solid 1px #dddddd;
    background: #fff;
	position:absolute;
	top:0;
}
 .upcoming-events-slider .owl-prev, .upcoming-events-slider .owl-next {
    width: 53px;
    height: 53px;
}
.team-slider .owl-prev,
.testimonial-slider .owl-prev {
    left: -35px;
}
.upcoming-events-slider .owl-prev{
	left: -70px;
}
.team-slider .owl-next,
.testimonial-slider .owl-next {
    right: -35px;
}
.upcoming-events-slider .owl-next {
    right: -70px;
}

.team-slider .owl-prev:before,
.testimonial-slider .owl-prev:before,
.upcoming-events-slider .owl-prev:before{
    content: '';
    width: 15px;
    height: 15px;
    border-bottom: 3px solid #878787;
    border-right: 3px solid #878787;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -5px;
    margin: auto;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.upcoming-events-slider .owl-prev:before {
    width: 13px;
    height: 13px;
 	border-color:#CA2027;
}
.team-slider .owl-next:before,
.testimonial-slider .owl-next:before,
.upcoming-events-slider .owl-next:before{
    content: '';
    width: 15px;
    height: 15px;
    border-bottom: 3px solid #878787;
    border-right: 3px solid #878787;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5px;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.upcoming-events-slider .owl-next:before {
    width: 13px;
    height: 13px;
	border-color:#CA2027;
}

.global-section {
    padding: 67px 0 86px;
    font-family: 'Poppins', sans-serif;
}

.global-section h2 {
    margin-bottom: 20px !important;
    text-align: left!important;
}

.global-section article {
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    color: #131415;
    margin-bottom: 64px;
}

.global-section h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 40px;
    color: #131415;
    margin-bottom: 30px !important;
    position: relative;
    text-align: left;
}

.global-section h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 206px;
    height: 1px;
    background-color: rgba(185, 185, 185, 0.35);
}

.global-left-wrapper .nav-tabs {
    border-bottom: 0;
}

.global-left-wrapper .nav li {
    padding: 5px 0;
    margin: 0 !important;
}

.global-left-wrapper .nav li a {
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.67;
    letter-spacing: 0.42px;
    text-align: left;
    color: #3d3d3d;
    transition: all .4s ease-in-out;
    display: inline-block;
}

.global-left-wrapper .nav li,
.global-left-wrapper .nav li a,
.global-left-wrapper .nav li:focus,
.global-left-wrapper .nav li a:focus,
.global-left-wrapper .nav li:hover,
.global-left-wrapper .nav li a:hover {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
    margin: 0 !important;
    outline-offset: 0 !important;
    appearance: none;
    -webkit-appearance: none;
    transition: all .4s ease-in-out;
}

.global-left-wrapper .nav li a:hover {
    color: #ca2027 !important;
    background-color: transparent !important;
}

.global-left-wrapper .nav li.active a {
    border: 0 !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.67;
    letter-spacing: 0.42px;
    color: #3d3d3d;
    background-color: transparent !important;
}

.mapLocation {
    position: relative;
}

.mapLocation img {
    max-width: 100%;
}

.mapLocation .pin {
    position: relative;
    width: 6px;
    height: 6px;
    background: #ca2027;
    border-radius: 50%;
    display: block;
}

.mapLocation .pin:after {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid #ca2027;
    box-sizing: border-box;
    border-radius: 50%;
    top: -4px;
    left: -4px;
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    -ms-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.mapLocation .location {
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
    width: 6px;
    height: 6px
}
.mapLocation .top{
	bottom:0;
	top:inherit;
}
.mapLocation .usa {
    top: 48.5%;
    left: 19.3%;
}

.mapLocation .canada {
    top: 34%;
    left: 15%;
}

.mapLocation .uk {
    top: 29%;
    right: 53.5%;
}

.mapLocation .ireland {
    top: 32%;
    left: 44%;
}

.mapLocation .australia {
    bottom: 22%;
    right: 12%;
}

.mapLocation .austria{
    top: 35%;
    left: 48.6%;
}

.mapLocation .india {
	top: 58%;
    right: 31%;
}

.mapLocation .tooltip {
    font-family: 'Poppins', sans-serif;
    max-width: 260px;
    min-width: 260px;
    width: 100%;
    position: absolute;
    top: 28px;
    right: -31px;
    padding: 20px 22px!important;
    border-radius: 4px;
    color: #000;
    z-index: 15;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    opacity: 1;
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    -webkit-transition: all ease-out .4s;
    -moz-transition: all ease-out .4s;
    -o-transition: all ease-out .4s;
    transition: all ease-out .4s;
}

.mapLocation .tooltip:after {
    content: "";
    position: absolute;
    top: -8px;
    right: 20px;
    width: 25px;
    height: 20px;
    background-color: #fff;
    transform: rotate(45deg);
    box-shadow: -3px -3px 2px -1px rgb(0, 0, 0, 0.1);
    z-index: 1;
}

.mapLocation .top .tooltip{
    bottom: 28px;
    top: inherit;
}

.mapLocation .top .tooltip:after {
    top: inherit;
    bottom: -8px;
    transform: rotate(224deg);
    right: 24px;
} 
 
.mapLocation .tooltip strong {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.67;
    letter-spacing: 0.42px;
    color: #333333;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}

.mapLocation .tooltip strong:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 54px;
    height: 4px;
    background-color: #ca2027;
}

.mapLocation .tooltip address {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 2.14;
    letter-spacing: 0.42px;
    text-align: left;
    color: #7d7d7d;
    margin-bottom: 32px;
}

.mapLocation .tooltip p {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0.42px;
    text-align: left;
    color: #333333;
}

.mapLocation .tooltip p a {
    display: inline-block;
    color: #333333;
    word-break: break-all;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(.1, .1);
        -moz-transform: scale(.1, .1);
        -o-transform: scale(.1, .1);
        -ms-transform: scale(.1, .1);
        transform: scale(.1, .1);
        opacity: 0
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(.1, .1);
        -moz-transform: scale(.1, .1);
        -o-transform: scale(.1, .1);
        -ms-transform: scale(.1, .1);
        transform: scale(.1, .1);
        opacity: 0
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0
    }
}

.testimonial-slider {
    text-align: left;
    position: relative;
}

.testimonial-slider .owl-nav,
.testimonial-slider .owl-prev,
.testimonial-slider .owl-next {
    top: 50%;
    transform: translateY(-50%);
}

.testimonial-slide {
    padding: 54px 40px 40px;
    background-color: #fff;
    opacity: 0.67;
    border-radius: 5px;
    border: solid 1px #e7e7e7;
    position: relative;
    text-align: left;
	width:100%;
}

.testimonial-slide,
.testimonial-slide article,
.testimonial-slide p {
    font-size: 15px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0.42px;
    color: #7d7d7d;
}

.testimonial-slide article {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial-slider .owl-item.active.center .testimonial-slide article {
    -webkit-line-clamp: inherit;
}

.testimonial-slider.owl-carousel .owl-stage {
    display: flex;
}

.testimonial-slider.owl-carousel .owl-item {
    flex: 1;
    max-width: 684px;
    z-index: 0;

}

.testimonial-slider.owl-carousel .owl-item, .testimonial-slider.owl-carousel .owl-item.active,.testimonial-slide{
	-webkit-transition: alll 1s ease-in-out;
	-moz-transition: alll 1s ease-in-out;
    transition: alll 1s ease-in-out;
}

.testimonial-slider.owl-carousel .owl-item .testimonial-slide{
	transform: scale(0.7);
	min-height:290px;
}

.testimonial-slider .owl-item.active.center .testimonial-slide{
	transform: scale(1);
}


.testimonial-slider .owl-item.active.center{
    z-index: 10;
    margin: 0 -160px;
    margin-top: 10px;
}

.testimonial-slider.owl-carousel .owl-item.active.center {
    flex: 2;
}

.testimonial-slider .active.center .testimonial-slide {
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.09);
    opacity: 1;
}

.profile-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 27px;
}

.profile-wrap figure {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.profile-details {
    padding-left: 23px;
}

.profile-details strong,
.profile-details span {
    display: block;
}

.profile-details .person-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.67;
    letter-spacing: 0.42px;
    color: #333333;
}

.profile-details .testimonial-date {
    font-size: 12px;
    font-weight: normal;
    line-height: 2.5;
    letter-spacing: 0.42px;
    color: #7d7d7d;
}


.get-in-touch-section {
    padding: 72px 0 50px;
    text-align: center;
}

.get-in-touch-section>article {
    max-width: 1104px;
    width: 100%;
    margin: 0 auto 55px;
    font-size: 15px;
    font-weight: normal;
    line-height: 2.53;
    letter-spacing: 0.7px;
    text-align: center;
    color: #1d1d1d;
}

.get-in-touch-form {
    max-width: 1016px;
    width: 100%;
    margin: 0 auto;
}

.get-in-touch-form .form-group {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 19px;
	position:relative;

}
.get-in-touch-form .form-group .contact-error{
	position:absolute;
	bottom: -17px;
    left: 11px;
    color: red;
    font-size: 13px;
}
.get-in-touch-form .form-control {
    border-radius: 5px;
    background-color: #f3f3f3;
    height: 67px;
    font-size: 16px;
    font-weight: normal;
    color: #111111;
    padding: 0 24px;
    line-height: 67px;
    border: 0;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
}

.get-in-touch-form .form-control:focus {
    box-shadow: none !important;
    outline: none;
}
.get-in-touch-form .form-select,.get-in-touch-form select.form-control{
	background-image: url(../images/icon-arrow-down.png);
    background-repeat:no-repeat;
    background-position: 98% center;
}
.get-in-touch-form textarea.form-control {
    padding: 24px;
    line-height: 1.5;
    height: 188px;
}

.get-in-touch-form .form-control::-webkit-input-placeholder {
    color: #111111;
}

.get-in-touch-form .form-control::-moz-placeholder {
    color: #111111;
}

.get-in-touch-form .form-control:-ms-input-placeholder {
    color: #111111;
}

.get-in-touch-form .form-control:-moz-placeholder {
    color: #111111;
}

.btn {
    font-family: 'Poppins', sans-serif;
}

.btn-form {
    margin: 28px auto 0;
    font-size: 17px;
    font-weight: 600;
    max-width: 255px;
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    border-radius: 4px;
    color: #ffffff;
    background-color: #ca2027 !important;
    border: 1px solid #ca2027;
    transition: all 0.5s;
}

.btn-form:hover {
    background-color: #fff !important;
    color: #ca2027;
}


/*---New---*/

.upload-btn-wrapper {
    position: absolute;
    display: inline-block;
    bottom: 15px;
    left: 30px;
}
.upload-btn-wrapper .close{
    position: absolute;
    display: inline-block;
    padding: 3px 4px 3px;
    border: 1px solid #c8c8c8;
    top: -3px;
    line-height: 1;
    right: -3px;
    color: #000;
    font-size: 9px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    z-index: 2;
	display:none;
}
.btn-upload {
    width: max-content;
    height: 44px;
    padding: 12px 15px 8px 11px;
    border-radius: 3px;
    border: solid 1px #ededed;
    background: #fff url(../images/icon-attach.svg) no-repeat left 10px center;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #111;
    cursor: pointer;
	background-size: 24px;
}

.upload-btn-wrapper input[type=file] {
    /* font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; */
    display: none;
}

.textarea-file-upload textarea {
    resize: none;
}

section.page-contact {
    padding: 0;
}
.qa-search-inner-banner{
	position:fixed;
	left:50%;
	transform:translateX(-50%);
	z-index:900;
}
.topic.single-topic .qa-search-inner-banner{
	top:90px;
}
.topic.single-topic.logged-in .qa-search-inner-banner{
	top:100px;
}
.topic.single-topic #wrapper{
	padding-top:320px !important;
}
.topic.single-topic.logged-in #wrapper{
	padding-top:330px !important;
}

.topic-archive .entry-content{
	margin:0 0 70px;
}

.bbp-search .entry-content{
	margin-top:0;
}

#bbpress-forums div.bbp-search-form{
	float:none !important;
}
.topic-archive .categ-banner-main {
    height: 445px;
}

.topic-archive .banner-caption h2 {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    font-size: 42px;
    font-weight: 600;
    line-height: 0.66;
}

.topic-archive .banner-caption p {
    font-size: 16px;
    line-height: 2.13;
    letter-spacing: 0.7px;
    text-align: center;
    color: #fefefe;
    opacity: 0.58;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    max-width: 630px;
    margin: 25px auto 30px;
}

.search-bar-wrp input[type="text"] {
    padding: 7px 175px 6px 50px;
    border-radius: 4px;
    border: solid 1px #eeeeee;
    background: #ffffff url('../images/icon-search.svg') no-repeat left 17px center;
    width: 100% !important;
    max-width: 873px;
    height: 68px;
	font-size: 17px;
	color: #616161;
    font-family: 'Poppins', sans-serif;
}



#bbpress-forums #bbp-search-form #bbp_search{
	box-shadow: 0px 8px 9px -1px rgba(0,0,0,0.14);
-webkit-box-shadow: 0px 8px 9px -1px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 8px 9px -1px rgba(0,0,0,0.14);
}
#ui-id-1.ui-autocomplete{
	padding:10px 30px;
	background-color:#fff;
	width: 100%;
    max-width: 873px;
    margin: -10px auto 0;
    box-shadow: 0px 8px 9px -1px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 8px 9px -1px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 8px 9px -1px rgba(0,0,0,0.14);
    z-index:910;
	
}

#ui-id-1.ui-autocomplete li{
	font-size: 14px;
  	font-weight: normal;
	color:#000;
	text-align:left;
	border-bottom:1px solid #ececec;
}
#ui-id-1.ui-autocomplete li.ui-state-disabled{
	opacity:0.7;
	padding:20px 0;
	font-size: 14px;
	display:block;
}
#ui-id-1.ui-autocomplete li a{
	padding:20px 0;
	font-size: 14px;
	display:block;

}
#ui-id-1.ui-autocomplete li a:hover{
	background-color:#fdfcfc;
}
#ui-id-1.ui-autocomplete li:last-child{
	border-bottom:0;
}
.bbpress #ui-id-1.ui-autocomplete li:last-child{
	padding-top:10px;
	padding-bottom:10px;
}
.bbpress #ui-id-1.ui-autocomplete li:last-child a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ca2027;
    color: #fff;
    border-radius: 4px;
}

.search-bar-wrp {
    position: relative;
    width: 100%;
    max-width: 873px;
    margin: auto;
}
.qa-inner-banner{
    margin-bottom: 40px;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.qa-search-wrap .search-bar-wrp{
	display:flex;
}

.search-bar-wrp .icon-search {
    position: absolute;
    left: 20px;
    top: 23px;
    color: #9f9f9f;
    font-size: 20px;
}


.search-bar-wrp .btn-search {
    position: absolute;
    right: 7px;
    top: 7px;
    color: #fff;
    border: 0;
    height: 55px;
    border-radius: 4px;
    background-color: #ca2027;
    font-size: 17px;
    font-weight: 600;
    max-width: 154px;
    width: 100%;
}
.qa-search-wrap .search-bar-wrp .btn-search{
	position: relative;
    right: 0;
    top: 0;
	height:auto;
	margin-left:15px;
}
/*.qa-inner-banner .qa-search-wrap .search-bar-wrp .btn-search{
	max-width: inherit;
    width: auto;
	padding:0 20px;
}*/

.qa-search-wrap .search-bar-wrp .btn-ask-qtn{
	border-radius: 4px;
    background-color: #ca2027;
	color:#fff;
    font-size: 17px;
    font-weight: 600;
	margin-left:15px;
    border:0;
    box-shadow:none;
	padding:0 20px;
}



.bg-white-wrp{
	background-color:#fff;
}
.bbpress-wrapper > h2{
	font-size:16px;
	font-weight:normal !important;
	margin-bottom:30px;
}
.bbpress-wrapper > h2 >span{
	font-size: 18px;
    font-weight: 600;
    margin-left: 3px;
}
.topic-archive .page-topic {
   	background-color: #fbfbfb;
	width:100% !important;
    padding-left:0;
    padding-right:0;
}
.topic-wrp {
    padding: 52px 0;
    font-family: 'Poppins', sans-serif;
	max-width:1136px;
	width:100%;
	margin:0 auto;
}

.topic-details-wrap,.prof-detail-desc{
	max-width:1233px;
	width:100%;
	margin:0 auto;
}

.topic-wrp h2 {
    margin-bottom: 43px;
    font-family: 'Poppins', sans-serif;
    font-size: 29px;
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: normal;
    color: #000000;
}

.topic-list-wrp {
    text-align: center;
}
.bbp-search-results{
	border:none !important;
}
.bbp-search-results > h2{
    font-size: 16px;
	margin-bottom:20px;
}
.bbp-search-results > h2 > span{
	font-size: 18px;
    font-weight: 600;
    margin-left: 3px;
	display:inline-block;

}


.topic-list-wrp .topic, .bbp-search-results .topic ,.topic-list-each {
    margin-bottom: 25px !important;
    padding: 53px 31px 24px  !important;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 #dddddd;
    border: solid 1px #f6f6f6;
    background-color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
}

.topic-list-wrp .topic h3, .bbp-search-results .topic h3, .topic-list-each h3 {
	margin-top: 0 !important;
    margin-bottom: 27px !important;
    font-family: 'Poppins', sans-serif;
    font-size: 24px !important;
    font-weight: 500  !important;
    line-height: 1.25;
    letter-spacing: 0.7px;
    text-align: left;
    color: #000000;
	padding-left:5px  !important;
}
.topic-list-wrp .topic h3 a, .bbp-search-results .topic h3 a, .topic-list-each h3 a{
	color: #000000 !important;
}

.topic-list-wrp .topic p, .bbp-search-results .topic p, .topic-list-each p {
    margin: 0 18px 44px 5px;
    font-size: 14px !important;
    font-weight: normal  !important;
    line-height: 2.14;
    letter-spacing: 0.7px;
    text-align: left;
    color: #292929;
	word-break: break-word;
}
.topic-list-wrp .topic p a, .bbp-search-results .topic p a, .topic-list-each p a{
	color: #292929 !important;
}

.topic-list-btmcontent {
    padding-top: 27px;
    border-top: 1px solid #e5e5e5;
	margin:0;
}

.topic-profile {
    display: flex;
    align-items: center;
    padding-left: 0;
}

.topic-profile figure {
    flex: 0 0 35px;
}

.topic-profile img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    border-radius: 50%;
}

.d-flex {
    display: flex;
    align-items: center;
}

.topic-profile span {
    display: inline-block;
    flex: 1;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.7px;
    text-align: left;
    color: #000000;
	padding-left:5px;
}
.topic-profile span.bbp-author-name{
	padding-left:20px;
	margin:0;
	position:relative;
	top:-11px
}

.topic-list-btmcontent .text-right {
    align-items: center;
    justify-content: flex-end;
	padding-right: 0px;
}

.topic-list-btmcontent .text-right .count-txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.7px;
    text-align: left;
    color: #000000;
    margin: 0 30px 0 13px;
}

.btn-load-more {
    height: 38px;
    font-size: 15px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 0 25px;
    border-radius: 4px;
    background-color: #ca2027;
    display: block;
    margin-left:auto;
    margin-right:auto;
    margin-top: 20px;
    border: 0;
    box-shadow: none;
    appearance: none;
}

.prof-detail-desc {
    padding: 67px 65px 60px 0;
    background-color: #fff;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}

.prof-detail-desc figure {
    flex: 0 0 156px;
    max-width: 156px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 0 10px;
    border-radius: 50%;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.19);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.19);

}

.prof-detail-desc img {
    width: 142px;
    height: 140px;
    object-fit: contain;
    margin: auto;
    border-radius: 50%;
}

.prof-detail-desc .prof-desc {
    flex: 1;
    padding-left: 35px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.96;
    letter-spacing: 0.7px;
    text-align: left;
    color: #000000;
}

.prof-detail-desc .prof-desc h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 0.81;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 10px;
}

.prof-detail-desc .prof-desc span {
    display: block;
    margin-bottom: 19px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #555555;
}

.prof-detail-desc .prof-desc p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.96;
    letter-spacing: 0.7px;
    text-align: left;
    color: #000000;
}

.discussions-wrap {
    padding-right: 20px;
}

.contributor-list {
    padding: 40px 28px 43px 28px;
    background-color: #ffffff;
}
.contributor-list ul{
	padding-left:0;
}

.thumb-list {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
	position:relative;
}
.thumb-list > a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}

.thumb-list figure {
    flex: 0 0 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thumb-list img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 50%;
}

.thumb-list:last-child {
    margin-bottom: 0;
}

.thumb-content {
    flex: 1;
    padding-left: 24px;
}

.thumb-content h4 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: 0.7px;
    text-align: left;
    color: #000000;
    margin-bottom: 3px;
}

.thumb-content span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: 0.7px;
    text-align: left;
    color: #818181;
}

.qa-wrp-left h1 {
    color: #000000;
    font-size: 39px;
    line-height:45px;
    font-weight: 500;
    margin-bottom: 20px;
} 
.editor-note h1{
    font-size: 47px;
    line-height:52px;
}
.note-date span{
    display:inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;

}
.qa-wrp {
    padding: 60px 0 120px;
}
.qa-wrp-left figure {
    margin-right:10px;
}
.qa-wrp-left span {
     color: #7b7b7b;
     letter-spacing: 0.7px;
      font-size: 13px;
  font-weight: 500;
}
.share-icon-list {
    justify-content: flex-end;
}
.share-icon-list span {
      color: #868686;
      font-size: 19px;
      font-weight: 400;
}
.share-icon-list  ul li {
    padding-left:20px;
}
.bd-bottom {
        border-bottom: 1px solid #ececec;
        padding-bottom: 10px;
        margin: 0 0 25px;
}
.qa-wrp-left p {
    letter-spacing: 0.7px;
    color: #3e3e3e;
     font-size: 16px;
     line-height: 2.13;
	word-break: break-word;
}

.comment-list li p{
	word-break: break-word;
}

.qa-wrp-left h2 {
   color: #000000;
    font-size: 29px;
    font-weight: 500;
    margin: 40px 0 20px;
}
.bbp-search .qa-wrp-left > h2 {
 	font-size: 16px;
	margin:0 0 30px;
}
.bbp-search .qa-wrp-left > h2 span {
 	font-size: 18px;
 	font-weight: 600;
	color: #000;
	margin-left:3px;
}
.qa-wrp-left figure img {
        width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}
.qa-search-content-wrapper{
	padding-top:290px ;
	max-width: 1136px;
    width: 100%;
    margin: 0 auto;

}
.qa-search-content-wrapper.not-found-wrapper{
   padding-top:0 !important;
}
.not-found-wrapper .qa-wrp-left{
	padding:0 !important;
	width:100% !important;
	
}
.not-found-wrapper .qa-wrp-left figure img{
	height:auto !important;
	border-radius: inherit;
	object-fit: contain;
}
.sidebar-qa-wrp{
	border-top:1px solid #ececec;
}
.sidebar-qa-wrp:nth-child(1){
	border:0;
}
.comment-bx {
    position:relative;
}
.comment-bx textarea {
padding: 25px 15px 14px 31px;
  border-radius: 7px;
  border: solid 1px #eaeaea;
  background-color: #f9f9f9;
  resize: none;
    box-shadow: none;
      font-size: 18px;
      height: 144px;
}
.comment-bx textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #292929;
}
.comment-bx textarea::-moz-placeholder { /* Firefox 19+ */
  color: #292929;
}
.comment-bx textarea:-ms-input-placeholder { /* IE 10+ */
  color: #292929;
}
.comment-bx textarea:-moz-placeholder { /* Firefox 18- */
  color: #292929;
}
.comment-bx textarea:focus {
    box-shadow: none;
        border-color: #eaeaea;
}
.comment-bx .btn-common-submit {
    height: 47px;
    font-size: 17px;
    font-weight: 600;
    line-height: 38px;
    color: #ffffff;
    max-width:153px;
    width:100%;
    border-radius: 4px;
    background-color: #ca2027;
    display: inline-block;
    margin-top: 20px;
    border:1px solid  #ca2027;
    box-shadow: none;
    appearance: none;
    transition:all 0.5s;
    position: absolute;
    bottom: 20px;
    right: 15px;
}
.comment-bx .login-go{
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    padding: 14px 24px;
    display: inline-block;
    background-color: #CA2027;
    color: #fff !important;
    border: 1px solid #CA2027;
    border-radius: 4px;
}
.comment-bx .login-go:hover{
	background-color: #fff;
    color:#CA2027 !important;
}
.comment-bx div.bbp-template-notice {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-color: transparent;
}
.comment-bx ul{
	padding: 0;
}
.btn-common-submit:hover {
    background-color: #fff;
    color: #ca2027;
}
.comment-list{
	padding-left:0 !important; 
}
.comment-list li {
    padding: 46px 27px 23px;
    border-radius: 7px;
    border: solid 1px #eaeaea;
    background-color: #f9f9f9;
    margin-top: 20px;
}
.comment-list li .bbp-mt-template-notice{
	color :#CA2027;
}
.comment-list li figure img {
        width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
}
.comment-list li span {
    color: #4a4a4a;
     letter-spacing: 0.7px;
      font-size: 14px;
  font-weight: 500;
}



.bd-top {
    border-top:1px solid  #e5e5e5;
        margin-top: 30px;
    padding-top: 15px;
}
.qa-wrp-left {
 padding-right: 70px;   
}
.article-img-bx {
     padding: 11px 15px 12px;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  background-color: #f8f8f8;
}
.article-img-bx img {
        max-width: 100%;
}
.qa-wrp-right h4 {
     color: #000000;
    font-size: 23px;
    font-weight: 500;
    margin: 40px 0;
}
.similar-article-list{
	padding: 0 !important;
}
.similar-article-list li {
    border-bottom: 1px solid #dedede;
        padding-bottom: 35px;
    margin-bottom: 35px;
        max-width: 285px;
}
.similar-article-list li:last-child {
    border-bottom: 0;
	margin-bottom: 0;
}
.similar-article-list li h5 {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.73;
    margin-bottom: 10px;
} 
.similar-article-list li p {
    color: #000000;
    font-size: 14px;
    line-height: 1.96;
  letter-spacing: 0.7px;
} 
.share-icon-list img {
    max-width:100%;
}
.pl-0 {
       padding-left: 0 !important; 
}
.pr-0 {
       padding-right: 0 !important; 
}
.editor-content,.editor-content p{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 2.14;
    letter-spacing: 0.7px;
    text-align: left;
    color: #3e3e3e;
}
.editor-content h2{
    font-size: 29px;
    font-weight: 500;;
    line-height: 0.95;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.latest-editorial{
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    background-color: #f8f8f8;
    padding: 36px 28px 53px 28px;
}
.latest-editorial .date{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    color: #969696;
    margin-bottom:20px;
}

.latest-editorial h4{
    margin-top:0;
}
.latest-editorial .similar-article-list li:last-child{
    margin-bottom:0;
}
.media-scan-section {
    background-color: #fff;
}
section.editorial-single-section .artical-content.clearfix {
       border: 0; 
}
.editorial-share-icons {
       display: none; 
}
section.media-scan-section.home-media-scan.single-editorial .artical-content .artical-title {
       height: inherit;
    margin-top: 20px;
    margin-bottom: 10px; 
}
.home-media-scan .artical-content .article-img-cotainer {
    margin-bottom: 0;
}
.home-media-scan .artical-content .panel {
  padding: 0;  
}
.home-media-scan .artical-content .shot-content {
    margin-bottom: 30px;
}
.panel-body.top {
       padding: 21px 25px;
    background: #f8f8f8; 
}
.mag_head {
    background: #f8f8f8; 
    padding: 25px 25px 0;
}
.home .mag_head{
	background: none !important;
	padding:0 !important;
}
section.media-scan-section.home-media-scan span.header-c1,section.media-scan-section.home-media-scan .heading {
        font-weight: 500;
    font-size: 23px;
}
.date-editorial {
    font-size: 14px;
    color:#969696;
}
.media-scan-section.home-media-scan .artical-content.clearfix {
       margin-top: -7px !important; 
}
section.editorial-single-section .editorial-title {
      color: #000;  
}
.bible-quotes{
    color:#8e66a0;
    font-size: 26px;
  	font-weight: 500;
    line-height: 1.69;
    padding-left:32px;
    position:relative;
    display: block;
	max-width:620px;
	width:100%;
	margin-top:40px
}
.bible-quotes:after{
    content:"";
    position:absolute;
    width:12px;
    height:100%;
    top:0;
    left:0;
    background-color:#8e66a0;
}
.bible-quotes p{
	color:#8e66a0 !important;
    font-size: 26px  !important;
  	font-weight: 500  !important;
    line-height: 1.69  !important;
    padding-bottom: 0 !important;
	position:relative;
}
/*.bible-quotes p:nth-child(1),.bible-quotes p:nth-child(1)::first-letter{
	color:#8e66a0 !important;
    font-size: 26px  !important;
  	font-weight: 500  !important;
    line-height: 1.69  !important;
	position:relative;
}*/


.editorial-content-wrap{
	padding-top:40px;
}
.light-bold {
  font-weight: 500 !important; 
    color: #3e3e3e;
        display: block;
}
section.editorial-single-section .editorial-content p {
    font-weight: 400;
}
.heading-para {
      font-size: 22px;
  font-weight: 600;
}
.date-single-editorial span.date {
   margin-bottom: 0; 
}
.editorial-single-section .date-single-editorial,.editorial-single-section .share-icon-list{
    width:50%;
}
.editorial-single-section h2 {
        font-size: 47px;
    font-weight: 500;
    color: #000;
        margin-bottom: 5px;
}
.editorial-title {
      border-top: 1px solid #ececec;
    margin-top: 20px;
    padding-top: 50px;  
}

.flex-list{
	display:flex !important;
	flex-wrap:wrap !important;
}
.upcoming-events-wrapper{
	padding:70px 0 0
}
.upcoming-events-slider{
	margin-bottom:90px;
}
.upcoming-events-wrapper .heading{
   	font-size:23px;
  	font-weight:600;
	margin-bottom:40px;
}
.upcoming-events-wrapper .heading .header-c1{
	font-size:20px;
  	font-weight:500;
}

.upc-events-slide{
	border-radius:10px;
	position:relative;
}
.upc-events-slide figure{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	height:225px;
	position:relative;
	/*border-top-left-radius:10px;
	border-top-right-radius:10px;*/
 	margin-bottom: 0px;
}
.upc-events-slide figure a{
	position:absolute;
    top:0;
    left:0; 
	width:100%;
    height:100%;
    z-index:1;
}

.upc-events-slide .event_logo{
	position:absolute;
	top:16px;
	left:20px;
	max-width:110px;
	
}

.upc-event-content{
	background-color:#fff;
	padding:12px 0 0;
	text-align:left;
} 

.upc-event-content h5{
	color: #000000;
	text-transform: capitalize;
	font-weight: 700;
    font-size: 14px;
    line-height: 21px;
	margin:0 0 2px;
}
.upc-event-content h5 .title{
	/*display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;  
  	overflow: hidden;*/
	transition: all 0.3s cubic-bezier(0, 1, 0, 1);
}



.upc-event-content .location,.upc-event-content .date{
	color: #000000;
	font-weight: 400;
    font-size: 14px;
    line-height: 20px;
	margin:0 0 2px;

}
.upc-event-content .location .loc-title{
	display: -webkit-box;
  	-webkit-line-clamp: 1;
  	-webkit-box-orient: vertical;  
  	overflow: hidden;
	transition: all 0.3s cubic-bezier(0, 1, 0, 1);
}

.upc-event-content .location img{
	margin-right:10px;
	width:11px;
}


.upc-tooltip .tip-title{
    color: #000;
    text-decoration: none;
    transform: translateX(-50%); 
    position: absolute;
    background-color: #fff;
    color: #000;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 12px;
	line-height:19px;
	letter-spacing:1px;
    font-weight: normal;
    text-align: center;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.1);
    width: max-content;
    max-width: 350px;
    top:-100%;
    left:50%;
    margin-top: -18px;
    visibility: hidden;
    opacity: 0;
	transition: all 0.4s ease-in;
	z-index:1;
}
.upc-tooltip .tip-title.bottom{
	bottom: -100%;
    margin-top: 0;
    top: inherit;
    margin-bottom: -18px;
}
.upc-event-content .location .tip-title.bottom{
	margin-bottom: -40px;
}
.upc-tooltip,.upc-tooltip:hover{
  	position: relative;
	cursor:pointer;
}
.upc-tooltip:hover .tip-title{
    opacity: 1;
    visibility: visible;
	
}
.upc-tooltip:hover .tip-title::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    left: 50%;
    box-sizing: border-box;
    border: 7px solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: translateX(75%) rotate(135deg);
    box-shadow: -3px 3px 3px 0 rgb(0,0,0,0.1);
}



.post{
	position:relative;
}
.post a.whole-link{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.search-img{
	position:relative;
}
.post .entry-summary, .post .entry-summary p{
	color: #000
}
.has-post-thumbnail .entry-summary, .has-post-thumbnail .entry-summary p{
	color: #000 !important;
}

div.bbp-template-notice li, div.bbp-template-notice p{
	font-size:14px!important;
	padding:5px 2px 2px 2px !important;
}
/*---- arabic ----*/

@media (min-width: 768px){

  .rtl .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
      margin-right: -15px;
      margin-left: 0;
  }
}

.rtl .lang-log-search .btn-subscribe {
  margin-left: 0;
  margin-right: 15px;
}

.rtl  #top-bar-menu .language-selection {
    margin-top: 0;
    margin-right: 0;
    float: left;
    position: relative;
    margin-left: 30px;
}

.rtl .language-selection a.default-language:after{
    top: -4px;
    left: -15px;
	right:inherit;
}

.rtl .navbar-header ul.logo li>a{
	padding: 10px 20px 10px 55px;
}

.rtl #hamburger {
     right: inherit;
	left:10px;
  }
.rtl .loggedin-header .navbar-header ul.logo,.navbar-header ul.logo{
	padding-right: 0;
}
.rtl .navbar-header ul.logo {
    float: right;
}
.rtl .navbar-toggle{
    margin-right: 0;
    margin-left: 5px;
	padding: 9px 10px 9px 0;
    float: left;
}
.rtl .navbar-collapse.in{
	left:0;
	right:inherit;
}
.rtl .mob-close-mobile{
	right:inherit;
	left:12px;
}
.rtl #bs-example-navbar-collapse-1>div {
    padding-left: 0;
}
.rtl header .social_contain,.rtl .social_contain p,.rtl header .social_contain ul{
	text-align:right;
}
.rtl header .social_contain ul{
	padding-right:0;
}
.rtl #bs-example-navbar-collapse-1.navbar-collapse  ul.header-menu li a:after{
	left: inherit;
	right:0;
}
.rtl .mag_head .heading {
    float: right;
}
.rtl .mag_head .magazine_viewall{
	float:left;
}
.rtl .artical-category-list ul {
    list-style: none;
    padding-right: 0;
	text-align:right;
}
.rtl .artical-date {
    float: left;
}

.rtl .artical-author p{
 	float: right;
}
.rtl .logged-in .header-search.box-open input[type=text] {
    width: calc(100% - 645px);
}

.rtl .artical-author span {
    float: left;
    color: #CA2027;
	padding-left:0;
    padding-right: 16px;
    width: 16px;
}
.rtl .artical-author span i{
	left:inherit;
	right:1px;
	transform: rotate(180deg);
}

.rtl .panel:hover .artical-author span {
    width: 48px;
}

.rtl .subscribe-box .social_contain ul li{
	text-align: right;
}
.rtl .backtop{
	right:inherit;
	left:-25px;
}
.rtl article,.rtl p,.rtl .heading{
	text-align:right;
}  
.rtl .topic-list-wrp .topic h3,.rtl .topic-list-each h3,.rtl .topic-list-wrp .topic p,.rtl .topic-list-each p{
	text-align:right;
}
.rtl .topic-profile,.rtl .topic-wrp{
	direction: rtl;
}
.rtl .row{
	direction: rtl;
}

.bbp-author-avatar img{
	border-radius:50%;
}
.bbp-author-name{
	margin-left:10px;
}
.user-submit{
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 20px;
    background-color: #CA2027;
	color:#fff;
    border-radius: 4px;
	border:none;
	box-shadow:none;

}
.single-topic .entry-content{
	margin:0;
}
textarea#bbp_forum_content, textarea#bbp_reply_content, textarea#bbp_topic_content{
	width:100% !important;
}


.content-section{
    padding: 50px 0 60px;
}
.page-prayer{
    background-color: #FBFBFB;
}
.prayer-tab-wrapper .nav-tabs{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 0;
}
.prayer-tab-wrapper .tab-list{
    margin-bottom: 25px;
}
.prayer-tab-wrapper .tab-list >li > a{
    font-size: 20px;
    font-size: 500;
}
.prayer-tab-wrapper .tab-list >li{
	padding: 0 20px !important;
}
.prayer-tab-wrapper .inner-tab-list{
    margin: 0 -20px 20px;
}
.prayer-tab-wrapper .nav-tabs.inner-tab-list > li{
	padding:0 12px !important;
}
.prayer-tab-wrapper .inner-tab-list > li >a{
    font-size: 16px;
    font-size: normal;
}
.prayer-tab-wrapper .nav-tabs > li{
    border: 0 !important;
}
.prayer-tab-wrapper .nav-tabs >li > a{
    padding: 10px 0 !important;
    border: 0 !important;
    position: relative;
    color: rgba(0, 0, 0, 0.5);
    transition: all .4s ease-in-out;
}
.prayer-tab-wrapper .nav-tabs > li.active > a,.prayer-tab-wrapper .nav-tabs > li:hover > a{
    color: rgba(0, 0, 0, 1);
	background-color:#FBFBFB;
}
.prayer-tab-wrapper .nav-tabs.inner-tab-list > li > a{
	color: #000;
	font-weight:500;
}
.prayer-tab-wrapper .nav-tabs.inner-tab-list > li.active > a{
	color: #CA2027;
}
.prayer-tab-wrapper .nav-tabs > li  > a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #CA2027;
    width:0;
    height: 3px;
    transition: all .4s ease-in-out;
}
.prayer-tab-wrapper .nav-tabs >li.active > a:after, .prayer-tab-wrapper .nav-tabs > li > a:hover::after{
    width: 100%;
}
.prayer-tab-wrapper .tab-content {
    border: 0;
}
.prayer-tab-wrapper .tab-content > .tab-pane{
    opacity: 0;
    transition: all .4s ease-in-out;
}
.prayer-tab-wrapper .tab-content > .tab-pane.active{
    opacity: 1 !important;
}
.prayer-list-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -9px;
}
.prayer-list-wrap li{
    padding: 9px;
}
.prayer-thumb{
  display: flex;
  align-items: center;
  min-width: 250px;
  max-width: 250px;
  height: 97px;
  width: 100%;
  padding: 14px 17px;
  border-radius: 10px;
  border:1px solid #E4EAF5;
  position: relative;
  background-color: #fff;
  transition: all .4s ease-in-out;
}
.prayer-thumb:hover{
  box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.08);
}
.prayer-thumb > a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.prayer-thumb .img-thumb{
    flex: 0 0 66px; 
    display: flex;
    align-items: center; 
} 
.prayer-thumb figure{
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.prayer-thumb .content{
    padding-left: 16px;
}
.prayer-thumb .content h6{
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-bottom: 5px;
}
.prayer-thumb .content span{
    display: block;
    font-size: 13px;
    line-height: 14px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
}
.favourites-wrapper{
    border-top: 1px solid #E5E5E5;
    padding: 30px 0 20px;
    max-width: 1066px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.favourites-wrapper  > span{
    display: inline-block;
    background-color: #E5E5E5;
    color: #656565;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    padding: 7px 12px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.favourites-wrapper h3{
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.favourites-wrapper article, .favourites-wrapper article p{
    font-size: 16px;
    line-height: 34px;
    font-weight: normal;
}
.favourites-wrapper article p{
    margin-bottom: 15px;
}
.favourites-wrapper .icons-top{
    position: absolute;
    top:30px;
    right: 0;
    display: flex;

}
.favourites-wrapper .icons-top ul{
	display:flex;
	align-items: center;
}

.favourites-wrapper .icons-top  > ul > li{
    margin-left:46px;
}
.favourites-wrapper .icons-top  > ul >li:first-child{
    padding-left:0;
}
.icons-hover ul li{
	position:relative;
	cursor:pointer;
}


.icons-hover ul li  a{
  display: inline-block;
}
.icons-hover  > ul >li figure{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; 
}
.icons-hover > ul > li figure.visibility img{
  width:24px ;
}
.icons-hover  > ul > li figure.share img{
  width:22px ;
}
.icons-hover > ul > li figure.favourite img{
  width:20px ;
}
.icons-hover li img{
  transition: opacity .2s ease-in-out;
}
.icons-hover  > ul >li img.disable{
  position: relative;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.icons-hover  >  ul >li img.active{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
/*.icons-hover  > ul >li:hover .visibility img.disable, .icons-hover  > ul >li:hover .share img.disable{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.icons-hover  > ul >li:hover .visibility  img.active,.icons-hover  > ul >li:hover .share  img.active{
  position: relative;
  z-index: 1;
  opacity: 1;
  visibility: visible; 
}*/
.icons-hover  > ul >li.active img.disable{
  position: absolute !important;
  top:0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  opacity: 0 !important;
  visibility: hidden !important;
  z-index: -1 !important;
}
.icons-hover  > ul >li.active img.active{ 
  position: relative !important;
  z-index: 1 !important; 
  opacity: 1!important;
  visibility: visible !important; 
}


.icons-hover .guest_user em{
    color: #000;
    text-decoration: none;
    transform: translateX(-50%); 
    position: absolute;
    background-color: #fff;
    color: #000;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 12px;
	line-height:19px;
	letter-spacing:1px;
    font-weight: normal;
    text-align: center;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.1);
    width: max-content;
    max-width: 350px;
    bottom: -100%;
    margin-top: 0;
    margin-bottom: -18px;
    visibility: hidden;
    opacity: 0;
	transition: all 0.4s ease-in;
	z-index:1;
}


.icons-hover .guest_user:hover{
  	position: relative;
	cursor:pointer;
}
.icons-hover .guest_user:hover em{
    opacity: 1;
    visibility: visible;
	
}
.icons-hover .guest_user em::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top:0px;
	right :15%;
    box-sizing: border-box;
    border: 7px solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -3px 3px 3px 0 rgb(0,0,0,0.1);
}



.prayer-accordion-wrap{
  padding: 20px 50px 20px 15px;
}
.accordion-list {
  position: relative;
  display: block;
  height: auto;
  margin: 0;
  list-style: none;
}

.accordion-list > li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFF;
  padding: 0;
  margin: 0 auto 27px auto;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 7px 8px 10px -3px rgba(221, 221, 221, 0.75);
  -webkit-box-shadow: 7px 8px 10px -3px rgba(221, 221, 221, 0.75);
  -moz-box-shadow: 7px 8px 10px -3px rgba(221, 221, 221, 0.75);
}
.accordion-list  > li h3:before,.accordion-list  > li h3:after{
  transition: all .4s ease-in-out;
}
.accordion-list  > li h3:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 30px;
  width: 0;
  height: 3px;
  background-color: #CA2027;
}
.accordion-list  > li.active h3:before{
  width:31px ;
}

.accordion-list li.active h3:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion-list > li h3 {
    font-weight: 500;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 50px 30px 30px;
    margin: 0;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.01em;
    cursor: pointer;
}

.accordion-list > li h3:after {
  content: "";
  background-image: url(../images/arrow.svg);
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 10px;
  height: 15px;
  background-repeat: no-repeat;
}

.accordion-list > li .answer {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 30px 30px;
  font-size: 16px;
  font-weight: 400;
}
.accordion-list li.active .answer{
	display:block !important;
}
.accordion-list > li .answer article{
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
}

.accordion-list > li .answer p {
  position: relative;
  display: block;
  font-weight: 400;
  padding: 10px 0 0 0;
  line-height: 34px;
  margin: 0 0 15px 0;
  font-size: 16px;
}

.accordion-list > li .answer .interact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion-list > li .answer article ul,.accordion-list > li .answer article ol{
	padding-left:20px;
	margin-bottom:20px;
}
.accordion-list > li .answer article ul{
	list-style: disc;
}
.accordion-list > li .answer article ol{
	list-style: lower-roman;
}
.accordion-list > li .answer .interact > ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
	align-items:center;
}
.accordion-list > li .answer .interact > ul > li {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0  0 0 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position:relative;
}

.accordion-list > li .answer .interact > ul > li figure {
	margin:0;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.accordion-list > li .answer .interact > ul > li:first-child {
  margin-left: 0px;
}

.icons-hover  > ul > li > ul{
	position:absolute;
	padding:7px 5px;
	top:-1px;
	bottom:0;
	left:99%;
	margin:auto;
	opacity:0;
	visibility:hidden;
	transition:opacity .4s ease-in-out;
	background-color:#fff;
	border-radius:16px;
	display: flex;
  	justify-content: center;
  	align-items: center; 
}
.icons-hover  > ul > li:hover > ul{
	background: #fff;
    opacity: 1;
    visibility: visible;
    min-width: 100%;
    height: 100%;
    z-index: 3;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
}

.icons-hover  > ul > li > ul > li{
	margin:0 5px;
	opacity:1;
	
	line-height:14px;
	
}
.icons-hover  > ul > li > ul > li i,.icons-hover  > ul > li > ul > li i:before{
  transition:color .4s ease-in-out;
  color:#a3a2a2;
}
.icons-hover  > ul > li:hover > ul >li:hover i,.icons-hover  > ul > li > ul > li:hover i:before{
	color:#000
}


.content-head {
  font-size: 30px;
  font-weight: 500;
}

.content-wrapper aside {
  margin-top: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #FFF;
  padding: 20px;
  box-shadow: 7px 8px 10px -3px rgba(221, 221, 221, 0.75);
  -webkit-box-shadow: 7px 8px 10px -3px rgba(221, 221, 221, 0.75);
  -moz-box-shadow: 7px 8px 10px -3px rgba(221, 221, 221, 0.75);
}

.content-wrapper aside h3 {
  font-size: 21px;
  position: relative;
}

.content-wrapper aside h3:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 31px;
  height: 3px;
  background-color: #CA2027;
}

.content-wrapper aside .related-prayer {
  margin-top: 30px;
}

.content-wrapper aside .related-prayer hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
.content-wrapper aside .related-prayer li:last-child hr{
	display:none;
}

.content-wrapper aside .related-prayer .related-prayer-box {
  position: relative;
}

.content-wrapper aside .related-prayer .related-prayer-box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.content-wrapper aside .related-prayer .related-prayer-box .rltd-pryr-content {
  color: #080808;
  margin-left: 20px;
}

.content-wrapper aside .related-prayer .related-prayer-box .rltd-pryr-content h6 {
  font-size: 16px;
  font-weight: 600;
}

.content-wrapper aside .related-prayer .related-prayer-box .rltd-pryr-content span {
  font-size: 13px;
  font-weight: 400;
  opacity: 0.5;
}

.content-wrapper aside .related-prayer .related-prayer-box .img-thumb figure {
  width: 66px;
  height: 66px;
  background-position: center top;
  background-size: cover;
 border-radius:50%;
}
.prayer-search-wrap{
	padding:0 15px 16px;
}
.prayer-search-wrap .prayer-search-form {
  float: none !important;
}
.prayer-search-wrap .search-bar-wrp{
  max-width: 600px;
  display: flex;
}
.prayer-search-wrap .search-bar-wrp input[type="text"]{
  padding: 7px 20px 6px 50px;
  border-radius: 6px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  
}
.prayer-search-wrap .search-bar-wrp .btn-search {
  position: relative;
  right: 0;
  top: 0;
  border: 0;
  height: auto;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.prayer-banner > div{
  display: block !important;
}
.smart-notification-banner{
    background: #fff;
    box-shadow: 0 1px 6px #333;
    height: 160px;
    position: relative;
    z-index: 999999;
    top: 0;
    left: 0;
    overflow-x: hidden;
    width: 100%;
    display: none;
    /* font-family: Helvetica, sans, sans-serif; */
}

.smartbanner__icon{
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    left: 20px;
    top: 20px;
    position: absolute;
    width: 64px;
    height: 64px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.smart-notification-banner__info{
    text-shadow: 0 1px 2px #000;
    position: absolute;
    top: 20px;
    left: 104px;
    display: block;
    overflow-y: hidden;
    width: 60%;
    height: 75px;
    color: #000;
    align-items: center;
}

.smart-notification-banner__info__title{
    color: #4a4a4a;
    font-weight: 700;
    text-shadow: none;
    font-size: 14px;
}

.smart-notification-banner__info__author{
    color: #888;
    text-shadow: none;
    font-size: 12px;
}

.smart-notification-banner__close{
    position: absolute;
    bottom: 27px;
   	right:170px;
    text-decoration: none;
    color: #888;
    font-size: 14px;
}

[data-lang="pt-br"] .smart-notification-banner__close{
 right: 200px;
}

.smart-notification-banner__button{
    position: absolute;
    bottom: 20px;
    top: auto;
    right: 20px;
    padding: 0;
    min-width: 12%;
    background: 0 0;
    box-shadow: none;
    color: #d1d1d1;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0;
    z-index: 1;
    display: block;
    text-align: center;
    text-decoration: none;
}

.smart-notification-banner__button .smart-notification-banner__button__label {
    display: block;
    padding: 5px 20px;
    background: #099e58;
    box-shadow: none;
    line-height: 24px;
    text-align: center;
    text-shadow: none;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    border-radius: 2px;
}

 .editorial-content article, .editorial-content article p, .mscan-content p{
        font-weight: 400 !important;
        font-size: 16px  !important;
        letter-spacing: .05em  !important;
        line-height: 2  !important;
        color: #282828  !important;
		
        font-family: poppins,sans-serif!important;
}
.editorial-content article p, .mscan-content p{
	margin-bottom:0 !important;
	padding-bottom:16px !important;
}
@media (max-width:991px){
	.categ-banner-main>div h1{
		margin-top:70px
    }

	.rtl .menu-wrapper ul.header-menu{
		padding-right: 0;
    	margin-right: 0 !important;
	}
	.rtl .lang-log-search .btn-subscribe {
        margin-left: 0;
        margin-right: 0;
  	}
    .rtl header .social_contain ul li{
        margin-right: 0;
        margin-left: 30px;
    }
    #header.loggedin-header #bs-example-navbar-collapse-1.navbar-collapse {
        padding: 15px 0 0;
    }
    .rtl header .social_contain{
        margin-top: calc(100vh - 665px);
    }
    .prayer-accordion-wrap{
        padding-right: 15px
    }
}
@media only screen and (max-width: 1660px) {
    #bs-example-navbar-collapse-1.navbar-collapse .menu-wrapper ul li{
        padding: 14px 8px;
    }
    .lang-log-search .header-search {
        margin-left: 5px;
    }
    .lang-log-search .log-pass a {
        padding: 14px 8px;
    }
    .lang-log-search .language-selection {
        padding: 19px 18px 10px 8px;
    }
    .status-box {
        padding: 50px 20px 30px 20px;
        flex: 0 0 210px;
        max-width: 210px;
    }
    .about-section {
        padding: 50px 0 80px;
    }
    .about-section .about-contents {
        margin: 16px auto 60px;
    }
    .page-about h2.title,
    .page-contact h2.title {
        font-size: 34px;
        line-height: 40px;
    }
	.header-search input[type=text]{
		right: 280px;
	}

	.header-search.box-open input[type=text] {
		top:18px;
        width: calc(100% - 475px);
    }
    [data-lang="de"]  .header-search input[type=text] {
        right: 222px;
    }
    [data-lang="de"] .header-search.box-open input[type=text] {
        top: 18px;
        width: calc(100% - 485px);
    }
	.logged-in .header-search.box-open input[type=text] {
		top:25px;
        width: calc(100% - 640px);
		right:440px;
    }
	[data-lang="de"]  .header-search input[type=text] {
        right: 222px;
    }
    [data-lang="de"].logged-in .header-search input[type=text] {
        right: 320px;
    }
	.status-box .status-count{
		font-size:60px;
	}
	.lang-log-search .btn-subscribe{
		width:130px;
	}
	.donate_tab ul{
        height:auto;
    }

}


@media only screen and (max-width: 1599px) {
    #hamburger:after{
      top: -8px;
      right: 0;
      width: 58px;
      height: 69px;

    }
    .page-about h2.title,
    .page-contact h2.title {
        font-size: 30px;
        line-height: 36px;
    }
    #header #bs-example-navbar-collapse-1.navbar-collapse .header-subscribe .navbar-right {
        margin-left: 20px;
    }
    .navbar-header ul.logo li a>img {
        height: 45px;
    }
    .navbar-header ul.logo {
        width: 215px;
    }
    #hamburger {
        top: 20px;
    }
    #header #bs-example-navbar-collapse-1.navbar-collapse {
        margin-top: 18px !important;
    }
    .navbar-header ul.logo li {
        height: 69px;
    }
    #header .navbar-header {
        margin-top: 8px;
    }
	.header-search input[type=text]{
		right: 266px;
	}

	.header-search.box-open input[type=text] {
		top:21px;
        width: calc(100% - 416px);
    }
	[data-lang="de"] .header-search.box-open input[type=text] {
        top: 18px;
        width: calc(100% - 430px);
    }
	.logged-in .header-search.box-open input[type=text] {
		top:23px;
        width: calc(100% - 530px);
		right: 368px;
    }
	.lang-log-search .btn-subscribe{
		width:120px;
		padding:0 10px;
		font-size:16px;
	}
    .waffle {
        margin: 10px 15px 0 0;
	}
	.waffle .waffle-icon {
      width: 44px;
      height: 44px;
	}
	.waffle .waffle-icon img {
    	width: 17px;
	}
}

@media only screen and (max-width: 1440px){

    #header #bs-example-navbar-collapse-1.navbar-collapse  {
      margin-top: 18px !important;
  }
}

@media only screen and (max-width: 1250px) {
    .team-slider .owl-prev {
        left: -15px;
    }
    .team-slider .owl-next {
        right: -15px;
    }
}

@media only screen and (max-width: 1199px) {
    .page-about h2.title,
    .page-contact h2.title {
        font-size: 28px;
        line-height: 34px;
    }
    #header #bs-example-navbar-collapse-1.navbar-collapse  {
        margin-top: 0!important;
    }
    #bs-example-navbar-collapse-1.navbar-collapse .menu-wrapper ul li{
        
        padding: 10px 5px;
        font-size: 14px;
    }
    #bs-example-navbar-collapse-1.navbar-collapse .menu-wrapper ul li a{
        font-size: 14px;
    }
    #bs-example-navbar-collapse-1.navbar-collapse .header-subscribe .navbar-right {
        margin-left: 0;
    }
    
    .loggedin-ddl,.login-myshalom{
        padding: 8px 50px 8px 8px
    }
    .loggedin-header .menu-wrapper {
        margin-top: 0;
    }
    .logged-in #wrapper {
        padding-top: 90px;
    }
    .navbar-header ul.logo {
        width: 125px;
    }
    #header .navbar-header {
        margin-top: 0;
    }
    #hamburger {
        right: 27px;
    }
    #hamburger:after {
    top: -8px;
    right: 0;
    width: 44px;
    height: 66px;
    }
    #header.loggedin-header #bs-example-navbar-collapse-1.navbar-collapse {
        margin-top: 6px !important;
    }
    .navbar-header ul.logo li>a {
        padding: 10px 12px 10px 0;
    }
    .lang-log-search .log-pass {
        margin: 18px 0 0 !important;
    }
    .loggedin-header .lang-log-search .log-pass {
        margin: 0  !important;
    }
    .lang-log-search .log-pass a {
        padding: 10px 5px;
        font-size: 14px;
    }
    .lang-log-search .language-selection {
        padding: 10px 15px 10px 5px;
        margin-top: 17px;
    }
    .language-selection a.default-language {
        font-size: 14px;
    }
    .header-search button i {
        font-size: 16px;
    }
    .lang-log-search .header-search button {
        padding: 10px 10px 10px 10px !important;
    }
    /*#bs-example-navbar-collapse-1.navbar-collapse .form-contain .header-search button {*/
    /*    margin-top: 18px;*/
    /*}*/
    .lang-log-search .btn-subscribe {
        margin-top:0 !important;
    }
    .lang-log-search .language-selection {}

    .status-box {
        flex: 0 0 270px;
        max-width: 270px;
    }
    .team-grid-wrapper.row-5 .team-grid {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        width: 100%;
    }
    .team-grid-wrapper.row-6{
		margin-left:-16px;
		margin-right:-16px;
		gap: 0 16px;
    }
    .team-grid-wrapper.row-6 .team-grid {
        flex: 0 0 25%;
        max-width: 25%;
        width: 100%;
        
    }
    .team-slider .owl-prev {
        left: -35px;
    }
    .team-slider .owl-next {
        right: -35px;
    }
    .qa-wrp-left {
        padding-right: 15px;
        margin-bottom: 35px;
    }
    .similar-article-list li {
       max-width: inherit; 
    }
    .article-img-bx {
            text-align: center;
    }
    .qa-wrp {
        padding: 50px 0 0;
    }
    .editor-top-strip {
        float:none !important;
        width:100%;
    }
    .date-single-editorial span.date {
           text-align: left !important; 
    }
    section.editorial-single-section .artical-content.clearfix {
        padding: 38px 0 !important;
	}
	[data-lang="de"] .nav li{
		font-size:14px;
	}
    #header #bs-example-navbar-collapse-1.navbar-collapse {
        margin-top: 18px!important;
    }
    #header #bs-example-navbar-collapse-1.navbar-collapse  ul.header-menu{
		top: 0;
    }
	
    .lang-log-search .log-pass {
        margin: 7px 0 0 !important;
    }
     [data-lang="de"] .nav li{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    [data-lang="de"] .loggedin-header #bs-example-navbar-collapse-1.navbar-collapse .form-contain .header-search button {
        padding: 15px 8px 6px 6px !important;
    }
    .navbar-header ul.logo li>a{
		padding-top:22px;
    }
	.lang-log-search .btn-subscribe{
		margin: 0 0 0 10px;
	}
    .waffle {
        margin: 8px 10px 0 0;
    }
	.loggedin-header .waffle {
        margin: 3px 10px 0 0;
    }
	.waffle .waffle-icon {
        width: 38px;
        height: 38px;
	}
	.waffle .waffle-icon img {
    	width: 16px;
	}
    .navbar-header ul.logo li a>img {
        height: 40px;
    }
	#bs-example-navbar-collapse-1.navbar-collapse .header-subscribe {
    	margin-top: 4px;
	}
   .loggedin-header #bs-example-navbar-collapse-1.navbar-collapse .header-subscribe {
        margin-top: 0;
    }
	#header #bs-example-navbar-collapse-1.navbar-collapse .form-contain .header-search button {
        padding: 17px 8px 7px 8px !important;
    }
    .waffle .waffle-icon {
        width: 30px;
        height: 38px;
    }
    .loggedin-ddl, .login-myshalom {
        padding: 8px 50px 8px 4px;
    }
    .navbar-header ul.logo li a>img{
        max-width:100%;
    }
	.magzn_banner_content .content_wrap h3 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 25px;
    }
    .magzn_banner_content .content_wrap {
        max-width: 375px;
        width: 100%;
	}
    .magzn_banner_content .content_wrap .btn-more {
        margin: 0;
        padding: 10px 25px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 1050px) {
    .team-slider .owl-prev {
        left: -15px;
    }
    .team-slider .owl-next {
        right: -15px;
    }
}

@media only screen and (max-width: 991px) {
    #hamburger:after {
        top: -8px;
        right: 0;
        width: 64px;
        height: 59px;
    }
    .navbar-collapse .log-pass{
        width:100%;
    }
    .log-pass a span{
		max-width:130px;
    }
    .page-about h2.title {
        font-size: 26px;
        line-height: 32px;
    }
    .mapLocation .canada.location .tooltip,
    .mapLocation .usa.location .tooltip {
        left: -33px;
        right: inherit;
    }
    .mapLocation .canada.location .tooltip:after,
    .mapLocation .usa.location .tooltip:after {
        left: 25px;
        right: inherit;
    }
    #bs-example-navbar-collapse-1.navbar-collapse .menu-wrapper ul li a {
        font-size: 18px;
    }
    .lang-log-search {
        display: block;
    }
    .language-selection a.default-language,
    .lang-log-search .log-pass a {
        font-size: 18px;
    }
    .lang-log-search .language-selection {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-header ul.logo {
        width: 140px;
    }
    #hamburger {
        right: 0px;
    }
    #bs-example-navbar-collapse-1.navbar-collapse .form-contain .header-search button {
        padding: 10px 10px;
    }
    #bs-example-navbar-collapse-1.navbar-collapse .menu-wrapper ul li {
        padding: 10px 8px;
    }
    .header-search.box-open input[type=text] {
        top: 25px;
    }
    .article-social ul {
        padding-left: 0 !important;
    }
    .lang-log-search .language-selection {
        margin-top: 14px;
    }
    .lang-log-search .log-pass {
        margin: 0 !important;
    }
    header .navbar {
        padding: 0;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav {
        float: none;
    }
    .nav.navbar-nav {
        clear: both;
        float: left;
        margin: 0 0 0 -15px;
        width: 100%;
    }
    header .nav li:nth-child(1) {
        margin-bottom: 25px;
    }
    .navbar-earlycollapse .navbar-header,
    .navbar-earlycollapse .navbar-nav,
    .navbar-earlycollapse .navbar-nav>li {
        float: none;
    }
    .navbar-earlycollapse .navbar-nav {
        margin: 7.5px -15px;
    }
    .navbar-earlycollapse .navbar-collapse.collapse {
        display: none !important;
        border-top: 1px solid #e7e7e7;
    }
    .navbar-earlycollapse .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-earlycollapse .navbar-toggle {
        display: block;
    }
    .navbar-earlycollapse .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    #bs-example-navbar-collapse-1.navbar-collapse {
        margin-top: 0;
    }
    .navbar-header ul.logo {
        width: 175px;
    }
    .main_banner {
        background-color: #F9F9F9;
        height: 340px;
    }
    .magazines_section {
        padding: 20px 0 25px;
    }
    #top-bar-menu {
        margin-top: 0;
        display: none;
    }
    #top-bar-menu .menu-top-menu-container {
        display: none;
    }
    #top-bar-menu .log-pass {
        display: none;
    }
    #top-bar-menu .language-selection {
        display: none;
    }
    #bs-example-navbar-collapse-1 .header-subscribe .menu-top-menu-container {
        display: none;
    }
    #bs-example-navbar-collapse-1 .header-subscribe .log-pass {
        display: block!important;
        margin-top: -15px;
        margin-left: 0
    }
    #bs-example-navbar-collapse-1 .header-subscribe .language-selection {
        display: block;
        margin-top: 0;
        margin-left: 0;
        position: relative;
    }
    #bs-example-navbar-collapse-1>div {
        padding-left: 37px;
    }
    #bs-example-navbar-collapse-1 .menu-wrapper{
        width: 95%;
        padding-top: 84px;
    }
	.loggedin-header .navbar .container #bs-example-navbar-collapse-1>div.menu-wrapper{
		padding-top: 107px;
	}
    header .nav li:nth-child(1) {
        margin-bottom: 10px;
    }
    #bs-example-navbar-collapse-1.navbar-collapse .menu-wrapper ul li a {
        padding-bottom: 5px;
    }
    #bs-example-navbar-collapse-1.navbar-collapse .header-subscribe .navbar-right a {
        margin: 0;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 5px;
    }
    header.smaller .navbar {
        min-height: 68px!important;
    }
    .log-pass .dropdown-menu li a {
        background: none;
        padding: 0;
        margin: 0;
        padding-bottom: 5px;
    }
    #bs-example-navbar-collapse-1.navbar-collapse .header-subscribe {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        width: 95%;
    }
    #bs-example-navbar-collapse-1.navbar-collapse .header-subscribe .navbar-right {
        margin-left: 0;
        margin-bottom: 0!important;
        margin-top: 0!important;
    }
    .navbar-collapse .log-pass>a.loggedin {
        display: block!important;
        margin-left: 0;
        width: 95%;
        padding: 5px 0;
        padding-top: 10px;
    }
    #bs-example-navbar-collapse-1.navbar-collapse .form-contain .header-search button {
        padding: 7px 10px;
    }
    .language-selection .dropdown-menu {
        left: auto;
        right: 25%;
    }
    header .navbar {
        padding: 0 0;
        min-height: 68px!important;
        position: fixed;
        width: 100%;
        background: #fff;
        z-index: 9999;
		top:0;
		left:0;
    }
    .carousel-box {
        padding-top: 68px;
    }
    .navbar-header ul.logo li>a {
        padding: 10px 55px 10px 10px;
    }
    #bs-example-navbar-collapse-1>div.menu-wrapper ul.header-menu {
        width: 95%;
    }
    #bs-example-navbar-collapse-1.navbar-collapse .menu-wrapper ul li.menu-item-has-children ul.sub-menu {
        top: 32px;
        z-index: 9999;
        width: 100%;
    }
    #wrapper {
        margin-top: 0!important;
        padding-top: 0 !important;
    }
    #bs-example-navbar-collapse-1.navbar-collapse .menu-wrapper ul li.menu-item-has-children:hover ul.sub-menu {
        max-height: 0px;
        padding: 0;
    }
    #bs-example-navbar-collapse-1.navbar-collapse .menu-wrapper ul li.menu-item-has-children.active ul.sub-menu {
        max-height: 500px;
        padding: 15px 0;
    }
    .articals-list {
        margin-top: 68px;
    }
    .articals-list .prayer_search {
        margin-bottom: 15px;
    }
    .interview-section .artical-author {
        float: none !important;
        clear: both !important;
    }
    .interview-section .artical-content .shot-content {
        height: 75px;
    }
    /**/
    /*----------------------------------*/
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }
    header .floating-social {
        display: none;
    }
    .navbar-collapse .log-pass {
        margin: 0 0;
        float: none;
    }
    .nav li {
        padding: 0px 0px;
    }
    .nav>li>a {
        padding: 10px 15px;
    }
    .navbar-collapse .log-pass a {
        padding: 10px 0px;
        margin-left: 0;
    }
    .lang-log-search .btn-subscribe {
        margin: 10px 0;
    }
    #wrapper {
        margin-top: 64px;
        padding-top: 0 !important;
    }
    header .navbar {
        padding: 0 0;
        min-height: 68px;
    }
    .navbar-brand {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-toggle {
        padding: 9px 0px 9px 10px;
    }
    .feature-banner .prev_next,
    .feature-banner .date_time {
        display: none;
    }
    /*.articals-list .article-img-cotainer{
    height: 200px;
  }*/
    .artical-content .panel {
        height: auto;
    }
    .artical-content .panel-body {
        padding: 15px;
    }
    .navbar-toggle .icon-bar {
        background-color: #ca2027;
        width: 25px;
        height: 3px;
    }
    .navbar-toggle {
        margin-top: 10px;
        display: block !important;
    }
    .navbar-header {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .navbar-nav>li {
        width: 100% !important;
        float: none !important;
    }
  
    .subscribe-box {
        padding: 30px 0 15px;
    }
    .sub-col-1-title {
        font-size: 23px;
    }
    #bs-example-navbar-collapse-1,
    .menu-wrapper,
    .header-subscribe {
        float: none;
    }
    .navbar-collapse.collapse {
        height: 100% !important;
    }
    .navbar-right {
        float: none !important;
    }
    .navbar-nav {
        margin: 7.5px -10px !important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    header .navbar-collapse {
        position: fixed !important;
        width: 400px;
        background-color: #ffffff;
        height: 100% !important;
        right: -420px;
        display: block !important;
        top: 0;
        z-index: 999;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding-top: 50px;
        cursor: pointer;
    }
    header .navbar-collapse+.menu-overly {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .navbar-collapse.in {
        right: 0;
    }
    .navbar-collapse.in+.menu-overly {
        z-index: 998;
        opacity: 1;
        visibility: visible;
    }
    .navbar-form {
        margin: 0;
    }
    header .navbar-collapse .header-subscribe .nav-country {
        float: none !important;
        margin: 0 -15px;
    }
    header .navbar-collapse .header-subscribe .navbar-form {
        float: none !important;
        padding: 0;
    }
    header .nav li {
        padding: 0px 8px !important;
        margin-bottom: 10px;
    }
    header.smaller #bs-example-navbar-collapse-1 {
        margin-top: 0 !important;
    }
    header .nav>li>a {
        font-size: 14px;
    }
    .navbar>.container {
        padding: 0 15px !important;
    }
    .navbar-toggle {
        margin-right: 5px;
    }
    .navbar-toggle .icon-bar {
        background: #ca2027;
    }
    /*____++*/
    #bs-example-navbar-collapse-1>div:first-of-type {
        margin-top: 70px;
    }
    .header-search {
        position: absolute;
        top: 60px;
        right: 0;
        left: 0;
        width: 100%;
        padding: 0 30px;
        border-bottom: 1px solid #ccc;
        margin: 0 auto !important;
        max-width: 330px;
        width: 100%;
        padding: 0;
        float: none;
    }
    .header-search input[type=text] {
        position: static;
        width: calc(100% - 62px) !important;
        display: inline-block;
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 18px;
    }
    .header-search.box-open input[type=text] {
        width: calc(100% - 62px) !important;
    }
    .header-search button {
        display: inline-block;
        margin-left: -5px;
        padding-bottom: 7px;
        padding-right: 10px;
        border: 0;
    }
    header .header-search button {
        margin-top: 0px !important;
    }
    header.smaller .menu-wrapper ul.header-menu {
        top: 5px !important;
        left: 0;
    }
    header.smaller .navbar-toggle {
        margin-top: 5px;
    }
    header.smaller .navbar-form {
        margin-top: 0;
    }
    header.smaller .navbar-brand {
        padding: 10px 0px;
    }
    header.smaller .navbar-toggle {
        margin-top: 10px;
    }
    header.smaller .navbar {
        min-height: 58px;
    }
    header .social_contain {
        background: #CA2027;
        float: left;
        width: 100%;
        padding: 30px 0;
        padding-left: 10px;
        text-align: center;
        margin-top: calc(100vh - 690px);
		
    }
    header .social_contain>p {
        color: #ffffff;
    }
    header .social_contain label {
        font-size: 14px;
        color: #f7f7f7;
        letter-spacing: 0.04em;
        margin-bottom: 20px;
        font-weight: 400;
        line-height: 1;
    }
    header .social_contain ul {
        position: relative;
        display: inline-block;
        width: 100%;
        text-align: left;
        line-height: 1;
        margin-top: 15px;
		padding-left:0px;
    }
    header .social_contain ul li a {
        background: transparent;
    }
    header .social_contain ul li {
        display: inline-block;
        text-align: left;
        margin-right: 30px;
    }
    header .social_contain ul li:last-of-type {
        margin-right: 0;
    }
    header .social_contain ul li i {
        font-size: 26px;
        color: #f7f7f7;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
    }
    header .social_contain ul li:hover i {
        opacity: 0.6;
    }
    .navbar-toggle span {
        transition: all 0.3s ease;
    }
    .navbar-toggle:not(.collapsed) span {
        opacity: 1;
        transform: rotate(45deg) translate(-6.5px, -2.5px);
        -webkit-transform: rotate(45deg) translate(-6.5px, -2.5px);
        -ms-transform: rotate(45deg) translate(-6.5px, -2.5px);
        -moz-transform: rotate(45deg) translate(-6.5px, -2.5px);
        -o-transform: rotate(45deg) translate(-6.5px, -2.5px);
    }
    .navbar-toggle:not(.collapsed) span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
        -webkit-transform: rotate(0deg) scale(0.2, 0.2);
        -ms-transform: rotate(0deg) scale(0.2, 0.2);
        -moz-transform: rotate(0deg) scale(0.2, 0.2);
        -o-transform: rotate(0deg) scale(0.2, 0.2);
    }
    .navbar-toggle:not(.collapsed) span:nth-last-child(2) {
        opacity: 1;
        transform: rotate(-45deg) translate(-3px, -2px);
        -webkit-transform: rotate(-45deg) translate(-3px, -2px);
        -ms-transform: rotate(-45deg) translate(-3px, -2px);
        -moz-transform: rotate(-45deg) translate(-3px, -2px);
        -o-transform: rotate(-45deg) translate(-3px, -2px);
    }
    .navbar-toggle.collapsed span {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -o-transform: none;
    }
    #bs-example-navbar-collapse-1 {
        margin-top: 0;
        padding-top: 60px;
        padding-left: 0;
    }
    header .navbar-collapse .header-subscribe .nav-country {
        margin-left: -18px !important;
    }
    header .navbar-collapse .header-subscribe .navbar-form .btn {
        margin-left: 0;
        font-size: 16px;
    }
    header .navbar-collapse .header-subscribe .navbar-form .btn:hover,
    header .navbar-collapse .header-subscribe .navbar-form .btn:focus,
    header .navbar-collapse .header-subscribe .navbar-form .btn:active {
        color: #ffffff !important;
    }
    header .social_contain {
        padding-left: 27px;
        text-align: left;
    }
    header .nav>li>a,
    .navbar-collapse .log-pass a {
        font-size: 18px;
    }
    header .nav li a img {
        width: 20px;
    }
    header .navbar-collapse .header-subscribe .navbar-form button {
        font-size: 15px;
    }
    .menu-wrapper ul.header-menu {
        margin-bottom: 0 !important;
    }
    .mob-close-mobile {
        position: absolute;
        height: 30px;
        width: 50px;
        top: -60px;
        right: 12px;
        cursor: pointer;
        visibility: visible;
        z-index: 999;
        transform: rotate(45deg);
        -webit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        cursor: pointer;
        padding: 0 0 !important;
    }
    .mob-close-mobile span.bar:nth-child(1) {
        height: 100%;
        transition-delay: .625s;
        -webit-transition-delay: .625s;
        -moz-transition-delay: .625s;
        -ms-transition-delay: .625s;
        width: 2px;
        position: absolute;
        left: 19.5px;
        top: 5px;
        z-index: 1;
        box-sizing: content-box;
    }
    .mob-close-mobile span.bar:nth-child(2) {
        width: 30px;
        height: 2px;
        position: absolute;
        top: 18.5px;
        left: 7px;
        z-index: 0;
        transition-delay: .25s;
        -webit-transition-delay: .25s;
        -moz-transition-delay: .25s;
        -ms-transition-delay: .25s;
    }
    .mob-close-mobile span.bar {
        display: block;
        background: #ca2027;
        border-radius: 2px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
    }
    #header #bs-example-navbar-collapse-1.navbar-collapse {
        margin-top: 0!important;
    }
	.magzn_banner_content .content_wrap h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }

	.magzn_banner_content .content_wrap .btn-more {
        margin: 0;
        padding: 8px 20px;
        font-size: 14px;
    }
	.magzn_banner_content .content_wrap {
        max-width: 280px;
        width: 100%;
    }
}


/*---New---*/

@media only screen and (min-width: 991px) {
    #header .navbar-header {
        width: 12%;
    }
    #header #bs-example-navbar-collapse-1 {
        width: 88%;
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
    }
    #header #bs-example-navbar-collapse-1 .menu-menu-1-german-container ul.header-menu-german {
        float: none!important;
        display: flex;
    }
    #header #bs-example-navbar-collapse-1 .menu-menu-1-german-container ul.header-menu-german a {
        background-color: transparent;
    }
    #header #bs-example-navbar-collapse-1.navbar-collapse {
        margin-top: 17px;
    }

  	.rtl .col-md-1,.rtl .col-md-10,.rtl .col-md-11,.rtl .col-md-12,.rtl .col-md-2,.rtl .col-md-3,.rtl .col-md-4,.rtl .col-md-5,.rtl .col-md-6,.rtl .col-md-7,.rtl .col-md-8,.rtl .col-md-9 {
      	float: right;
  	}
	.rtl .col-lg-1,.rtl .col-lg-10,.rtl .col-lg-11,.rtl .col-lg-12,.rtl .col-lg-2,.rtl .col-lg-3,.rtl .col-lg-4,.rtl .col-lg-5,.rtl .col-lg-6,.rtl .col-lg-7,.rtl .col-lg-8,.rtl .col-lg-9 {
      	float: right;
  	}
	.rtl .col-sm-1,.rtl .col-sm-10,.rtl .col-sm-11,.rtl .col-sm-12,.rtl .col-sm-2,.rtl .col-sm-3,.rtl .col-sm-4,.rtl .col-sm-5,.rtl .col-sm-6,.rtl .col-sm-7,.rtl .col-sm-8,.rtl .col-sm-9 {
      	float: right;
  	}
	.rtl .col-xs-1,.rtl .col-xs-10,.rtl .col-xs-11,.rtl .col-xs-12,.rtl .col-xs-2,.rtl .col-xs-3,.rtl .col-xs-4,.rtl .col-xs-5,.rtl .col-xs-6,.rtl .col-xs-7,.rtl .col-xs-8,.rtl .col-xs-9 {
      	float: right;
  	}

}

@media only screen and (max-width: 1450px) {
    #header #bs-example-navbar-collapse-1.navbar-collapse {
        margin-top: 35px;
    }
    #header #bs-example-navbar-collapse-1 .menu-menu-1-german-container ul.header-menu-german li {
        padding: 14px 0px;
    }
    .donate_tab ul {
		height:auto;
    }
	.donate_content{
    	padding-top:70px;
    }
    .donate_tab_content {
        padding: 40px 45px;
    }
    .donate_tab_content .tip_content{
        padding-left: 80px;
    }
    .donate_tab_content .tip_content p {
        font-size: 18px;
        line-height: 1.6;
    }
}
@media only screen and (max-width: 1400px) {
    #bs-example-navbar-collapse-1.navbar-collapse .form-contain .header-search button {
        padding: 20px 20px 7px 10px !important;
    }
    .donate-banner-content h2 {
        font-size: 50px;
    }
    .donate_tab ul {
        height: auto;
    }
    .donate_tab li a {
        padding: 20px 40px;
        font-size:18px;
    }
    .donate-now-wrap {
        padding: 20px 15px;
    }

    .donate_tab_content {
    padding: 30px 35px;
    }
    .donate_tab_content .tip_content{
        padding-left: 50px;
    }
    .donate_tab_content .tip_content p {
        font-size: 18px;
        line-height: 1.5;
    }
    
    .donate_content{
        padding-top:60px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1099px)  {
	#header #bs-example-navbar-collapse-1.navbar-collapse .form-contain .header-search button {
        padding: 16px 8px 7px 8px !important;
    }
	.navbar-header ul.logo {
        width: 92px;
    }
    #header .navbar-header {
        width: 8% !important;
    }
	#header #bs-example-navbar-collapse-1 {
    	width: 92% !important;
	}
    .donate_tab_content .tip_content{
        padding-left: 30px;
    }
    .donate_tab_content .tip_content p {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .donate_content{
        padding-top:50px;
    }

}
@media only screen and (max-width: 991px) {
    
    #header #bs-example-navbar-collapse-1.navbar-collapse {
        margin-top: 20px;
    }
    .status-box {
        padding: 40px 15px 30px;
    }
    .status-box .status-count {
        font-size: 70px;
        line-height: 60px;
        margin-bottom: 15px;
    }
    .status-box h5 {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 1.5;
    }
    .about-section {
        padding: 20px 0 50px;
    }
    .page-about h2.title {
        font-size: 30px;
        line-height: 38px;
    }
    #header.loggedin-header #bs-example-navbar-collapse-1.navbar-collapse {
        margin-top: 0 !important;
    }
    .log-pass .dropdown-menu {
        margin-top: -2px;
        padding: 5px 10px;
    }
    .team-slider .owl-prev,
    .team-slider .owl-next {
        width: 64px;
        height: 64px;
    }
    .global-section {
        padding: 67px 0 140px;
    }
    .qa-wrp {
        padding: 140px 0 0;
    }
    .qa-wrp-left h1 {
        font-size: 30px;
    }
    .qa-wrp-left h2 {
        font-size: 22px;
    }

    .topic-archive .banner-caption h2 {
        font-size: 32px; 
        margin-top: 70px;
        line-height: 1.3;
    }
    .search-bar-wrp .btn-search {
          max-width: 123px;  
          font-size: 14px;
    }
    .search-bar-wrp input {
            height: 55px;
            padding: 7px 100px 6px 50px;
    }
    .topic-archive .banner-caption p {
         line-height: 1.6;   
    }
    .prof-detail-desc {
      padding: 130px 15px 60px;  
    }
    .contributor-list {
     margin: 45px 15px 0;  
    }
    .editorial-single-section {
          margin-top: 70px;  
    }
    .editorial-single-section h2 {
      font-size: 35px;  
    }
	section.editorial-single-section .editorial-title {
    	font-size: 28px;
	}
    .bible-quotes {
        font-size: 22px;
    }
    .subscribe-box .container{
        text-align:center;
    }
	.subscribe-box .social_contain{
        display: inline-block;
        margin: auto;
        min-width: 230px;
	}
    .subscribe-box .social_contain ul{
        width:100%;
    }
    .subscribe-box .social_contain ul:after{
          display:none;
    }
    .subscribe-box .social_contain ul li{
        text-align:center;
    }
    .subscribe-box .social_contain p{
    	text-align: center;
    }
    #bs-example-navbar-collapse-1 .header-subscribe .log-pass{
		margin-bottom:15px !important;
    }
	.waffle .waffle-menu,.waffle:hover .waffle-menu{
		top: 37px;
    	left: 0;
        transform: none !important;
        z-index: 10;
	}
    .log-pass a span {
        max-width: 235px;
    }
    .ventures-carousel .container{
        flex-direction:column;
    }
    .left-text-carousel{
        margin: 32px 0px;
        padding:5px;
        border-right:none;
        border-bottom:2px solid #d7d7d7;
    }
    .right-slider-carousel{
        width:100%;
        float:none;
    }
    .donate_tab_hover_content{
        display:none;
    }
    .donate-content-wrap{
        padding-bottom: 70px;
    }
	
    .donate_content{
    	padding-top:40px;
    }
	.donate_content_left h2 {
        font-size: 30px;
    }
    .donate_content_right {
        padding-left: 15px;
    }
	.donate-banner-content span {
    	font-size: 18px;
	}

	.donate-banner-content h2 {
    	font-size: 40px;
	}
	.donate_tab ul {
        margin: 0 ;
		display:block;
		/*overflow-x:auto;
		overflow-y:hidden;*/
    }
   /* .donate_tab ul * {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }

    .donate_tab ul::-webkit-scrollbar {
      display: none;
    }

    .donate_tab ul {
      -ms-overflow-style: none;
      scrollbar-width: none;
      scroll-behavior: smooth;
    }

    .donate_tab ul::-webkit-scrollbar {
      display: none;
    }*/
    .donate_tab li{
        flex:1;
        width:auto;
    }
   .donate_tab li span{
      z-index:1;
  }
	.donate_tab li a {
    	padding: 20px 30px;
		justify-content:flex-start;
		/*white-space:nowrap;*/
	}
	.donate_tab li a figcaption {
    	font-size: 17px;
	}
    .donate_content_left article, .donate_content_left p {
        font-size: 20px;
    	line-height: 1.5;
    }
	.donate_content article, .donate_content p {
        font-size: 18px;
        line-height: 1.5;
	}
    /* .adwrap-content .panel .panel-body .article-img-cotainer {
        height: 555px !important;
		max-height: 555px;
    } */
    /* .adwrap-content .panel .article-img-cotainer img, .adwrap-content .artical-box-image {
        max-height: 555px;
        height: 555px;
    } */
    /* .artical-content .panel .panel-body {
        min-height: 555px !important;
        height: 555px;
        max-height: 555px;
    } */
	.interviews-slider .owl-nav {
  	    top: inherit;
        bottom:0;
        position :relative;
		justify-content:center;
     	transform: none;
	}
    .interviews-slider .owl-prev, .interviews-slider .owl-next {
        width: 35px;
        height: 35px;
		margin:0 10px;
    }
    .interviews-slider .owl-prev:before{
		width: 8px;
        height: 8px;
		left:3px
    }
    .interviews-slider .owl-next:before{
		width: 8px;
        height: 8px;
		right:3px;
    }
    .acheivements_wrap{
    	padding: 0  0 38px; 
    }
    .acheivements_wrap h2{
        font-size:22px;
		line-height:30px;
		margin-bottom: 20px;
    }
    .acheivements_wrap .container{
        text-align:left;
    }

	.mobAwardListing{
      display:block !important;
    }

    .yearly_awards_wrap{
        display:none !important;
    }
   

}

@media only screen and (max-width: 768px) {
    .page-about h2.title {
        font-size: 24px;
        line-height: 30px;
    }
    .team-grid-wrapper.row-5{
      margin-left:-24px;
      margin-right:-24px;
      gap: 0 24px;
    }
    .team-grid-wrapper.row-5 .team-grid {
        flex: 0 0 50%;
        max-width: 50%;
        width: 100%;
        
    }
	.team-grid-wrapper.row-6{
        margin-left:-16px;
        margin-right:-16px;
		gap: 0 16px;
  	}
    .team-grid-wrapper.row-6 .team-grid {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        width: 100%;
    }
    .team-box .content-area h5,
    .team-box .content-area p {
        font-size: 15px;
        line-height: 22px;
    }
    .team-slider .owl-prev {
        left: -10px;
    }
    .team-slider .owl-next {
        right: -10px;
    }
    .team-section {
        padding: 50px 0;
    }
    .testimonial-slider.owl-carousel .owl-stage {
        display: block;
    }
    .testimonial-slider .owl-item.active.center {
        transform: scale(1);
        z-index: 10;
        margin: 0;
        margin-top: 0;
        flex: 1;
    }
    .testimonial-slider.owl-carousel .owl-item {
        flex: 1;
        max-width: 100%;
        transform: scale(1);
        z-index: 0;
        transition: alll .6s ease;
    }
    .testimonial-slide article {
        -webkit-line-clamp: inherit;
    }
    .mapLocation .tooltip {
        padding: 15px 17px!important;
        padding-bottom: 7px;
        margin-bottom: 13px;
    }
    .mapLocation .tooltip strong {
        font-size: 17px;
    }
    .mapLocation .tooltip address {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 15px;
    }
    .mapLocation .tooltip p {
        font-size: 12px;
        line-height: 18px;
    }
    .global-section h3 {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 20px;
        margin-bottom: 20px !important;
    }
    .global-section article {
        margin-bottom: 30px;
    }
    .global-left-wrapper .nav li a,
    .global-left-wrapper .nav li.active a {
        font-size: 16px;
        line-height: 22px;
    }
    .global-right-wrapper {
        padding-top: 30px;
    }
    .global-left-wrapper .nav-tabs {
        display: flex;
        flex-wrap: wrap;
    }
    .global-left-wrapper .nav li {
        padding: 5px 7px;
    }
    .get-in-touch-section {
        padding: 35px 0 50px;
    }
	.testimonial-slider{
		max-width:90%;
		margin:0 auto;
	}
    .donate-content-wrap{
        padding-bottom: 50px;
    }
      .donate-banner {
          height: 280px;
      }
      .donate-now-wrap {
          padding: 15px;
          display:block;
      }
    .donate_fields input{
        width:100%;
    }
      .donate_fields button {
          width: 300px;
          flex: 0 0 300px;
      }
      .donate-text{
          padding-right:0;
          font-size: 20px;
      }
      .donate_content_left article, .donate_content_left p {
          font-size: 16px;
          line-height: 1.3;
      }
      .donate_content article, .donate_content p {
        font-size: 14px;
        line-height: 1.5;
      }
      .donate_content_left h2 {
          font-size: 25px;
      }
      .donate_tab {
          margin-top: -45px;
      }
      
      .donate_tab li a figcaption {
          font-size: 15px;
      }
      .donate-banner-content span {
          font-size: 16px;
      }
      .donate-banner-content h2 {
          font-size: 30px;
      }
      .donate_tab ul {
          margin: 0 ;
      }
      .donate_tab li a {
          padding: 15px 20px;
      }
      .adwrap-content .panel .panel-body .article-img-cotainer {
        height: auto !important;
		max-height: inherit;
        min-height: 100% !important;
    }
    /*.adwrap-content .panel .article-img-cotainer img, .adwrap-content .artical-box-image {
        max-height: inherit;
        height: auto;
    }*/
    .artical-content .panel .panel-body {
        min-height: 100% !important;
        height: auto;
        max-height: inherit;
    }
    /*.adwrap-content .panel .panel-body .article-img-cotainer {
        height: auto !important;
		max-height: inherit;
    }
    .adwrap-content .panel .article-img-cotainer img, .adwrap-content .artical-box-image {
        max-height: inherit;
        height: auto;
    }*/
    .artical-content .panel .panel-body {
        min-height: 411px !important;
        height: 411px !important;
        max-height: 411px !important;
    }
	section.article-tab-contain .col-md-4.col-lg-3.col-sm-6.adwrap-content 		.panel.panel-default img {
   		 min-height: 411px;
    }
	.media-scan-section .artical-content  .panel .panel-body{
		min-height:inherit !important;
		height:inherit  !important;
		max-height:inherit  !important;
	}
}

@media only screen and (max-width: 767px) {
    .global-section {
        padding: 67px 0 70px;
    }
    .prof-detail-desc .prof-desc h2 {
            font-size: 26px;
    }
    .topic-wrp h2 {
           font-size: 25px !important; 
    }
    .topic-list-wrp .topic h3 ,.topic-list-each h3{
            font-size: 20px !important;
    }
    .artical-content .panel .panel-body {
        min-height: 411px !important;
        height: 411px !important;
        max-height: 411px !important;
    }
	section.article-tab-contain .col-md-4.col-lg-3.col-sm-6.adwrap-content 		.panel.panel-default img {
   		 min-height: 411px;
    }
	.interview-section {
        padding: 30px 0 40px;
    }
	.media-scan-section .artical-content  .panel .panel-body{
		min-height:inherit !important;
		height:auto  !important;
		max-height:inherit  !important;
	}
	
}

@media only screen and (max-width: 640px) {
    .team-grid-wrapper.row-5 .team-grid {
        flex: 0 0 50%;
        max-width: 50%;
        width: 100%;
        padding: 0 12px;
    }
    .team-grid-wrapper.row-6 .team-grid {
        flex: 0 0 50%;
        max-width: 50%;
        width: 100%;
        padding: 0 8px;
    }
    .global-section {
        padding: 67px 0 105px;
    }
	.prayer-list-wrap li {
        padding: 9px;
        width: 50%;
    }
    .prayer-thumb{
        min-width: auto;
        max-width: inherit;
    }
    #header #bs-example-navbar-collapse-1>div.menu-wrapper{
		padding-top:20px !important;
	}
    header .social_contain {
        margin-top: calc(100vh - 572px);
    }
    .lang-log-search .header-search {
        padding-left: 0;
        padding-right: 34px;
    }
    .header-search input[type=text],.header-search.box-open input[type=text] {
        width: calc(100% - 35px)!important;
    }
    .donate_fields{
        display:block;
    }
    .donate_fields input{
        width:100%;
        margin-bottom:10px;
        border:1px solid #000;
        border-radius:4px;
    }
    .donate_fields button {
        width: 100%;
        flex: 0 0 100%;
        border-radius:4px;
    }
  	

}

@media only screen and (max-width: 576px) {
    .mapLocation .uk.location .tooltip,
    .mapLocation .ireland.location .tooltip {
        left: 50%;
        right: inherit;
        transform: translateX(-50%)
    }
    .mapLocation .uk.location .tooltip:after,
    .mapLocation .ireland.location .tooltip:after {
        left: 0;
        right: 0;
        margin: auto;
    }
    .global-section {
        padding: 67px 0 115px;
    }
    .page-about h2.title,
    .page-contact h2.title {
        font-size: 25px;
        line-height: 34px;
    }
    .qa-wrp-left h1 {
        font-size: 24px;
        line-height: 1.38;
    }
    .share-icon-list ul li {
        padding-left: 12px;
    }
    .share-icon-list span {
            font-size: 15px;
    }
    .btn-common-submit {
            max-width: 95px;
        font-size: 14px;
       height: 40px;

    }
    .topic-list-wrp .topic, .topic-list-each {
            padding: 25px 15px 24px;
    }
    .topic-list-wrp .topic h3, .topic-list-each h3 {
           font-size: 18px !important; 
    }
    .topic-wrp h2{
          font-size: 22px !important;  
    }
    .topic-list-btmcontent .text-right .count-txt {
            margin: 0 10px 0 10px;
    }
    .topic-profile span {
         font-size: 16px; 
         line-height: 1.4;
    }
    .prof-detail-desc {
      flex-direction: column;  
    }
    .prof-detail-desc .prof-desc {
       padding: 20px 0 0; 
    }
    .prof-desc h2,.prof-desc span {
       text-align: center !important; 
    }
    .contributor-list {
        padding: 35px 15px;
    }
    .color-violet {
      font-size: 17px;  
    }
	.editorial-single-section {
          margin-top: 50px;  
    }
    .editorial-single-section h2 {
      font-size: 32px;  
    }
	section.editorial-single-section .editorial-title {
    	font-size: 26px;
	}
    .bible-quotes {
        font-size: 20px;
    }
    section.editorial-single-section .editorial-title{
		padding-top: 40px;
		margin-bottom: 25px;
    }
    .donate-content-wrap{
        padding-bottom: 40px;
    }
    .donate-text {
        font-size: 16px;
    	line-height: 1.3;
    }
	.donate-now-wrap {
        padding: 15px;
    }
	.donate_tab {
        margin-top: -35px;
    }
    .article-main .article-main-body .article-main-body-l p+hr+p{
        font-size: 14px !important;
    }
    .article-main .article-main-body .article-main-body-l p+hr+p>em{
        font-size: 14px;
    }
    .artical-content .panel .panel-body {
        min-height: 100% !important;
        height: auto !important;
        max-height: inherit !important;
    }
    section.article-tab-contain .col-md-4.col-lg-3.col-sm-6.adwrap-content 		.panel.panel-default img ,.adwrap-content .panel .article-img-cotainer 			img, .adwrap-content .artical-box-image{
             min-height: auto !important;
    }
    section.article-tab-contain .col-md-4.col-lg-3.col-sm-6.adwrap-content .panel.panel-default {
        height: auto !important;
        min-height: auto !important;
        max-height: inherit !important;
    }
    section.article-tab-contain .col-md-4.col-lg-3.col-sm-6.adwrap-content .panel.panel-default img {
        min-height: auto !important;
    }
    .adwrap-content .artical-box-image.desktop-view{
        display: none !important;
    }
    .adwrap-content .artical-box-image.mobile-view{
        display: block !important;
    }
	.artical-content .col-md-4, .dummy-loader .col-md-4{
		width:100% !important;
	}
    section.article-tab-contain .artical-content .panel, section.interview-section .artical-content .panel{
        height: auto !important;
        min-height: auto !important;
        max-height: inherit !important;
    }
    
    /*.adwrap-content,.adwrap-content .panel .article-img-cotainer img, .adwrap-content .artical-box-image{
        height: auto !important;
        min-height: auto !important;
        max-height: inherit !important;
        object-fit: contain;
    }*/
    
	.interviews-slider .owl-dot,.interviews-slider .owl-dot span{
      width: 7px;
      height: 7px;
	}
  .artical-box-image.mobile-view{
      display:block !important;
  }
  .artical-box-image.desktop-view{
      display:none !important;
  }
	.adwrap-content .panel.panel-default img{
  		width:100%
  	}
}

@media only screen and (max-width: 480px) {
	#bbp_search{
	padding: 7px 120px 6px 50px;
	}
	.sub-col-2-btn,
    .sub-col-2-input {
        height: 45px;
		width:100%;
    }
    .navbar-header ul.logo li>a {
        padding-left: 0;
    }
    .main_banner {
        height: auto;
    }
    .article-autor {
        flex-direction: column;
    }
    .article-main .article-main-body .article-main-body-l .article-share .article-nav {
        text-align: left;
    }
    .article-autor .image {
        margin-right: 0;
        margin-bottom: 20px;
    }
    #bs-example-navbar-collapse-1 .header-subscribe {
        padding-left: 25px!important;
    }
    #bs-example-navbar-collapse-1 .header-subscribe .log-pass {
        margin-top: -8px;
    }
    .articals-list .prayer_search form label {
        margin-bottom: 10px;
        display: block;
    }
    .articals-list .prayer_search form .custom-select-wrpr {
        margin-left: 0;
    }
    header .social_contain {
        display: block;
    }
    .home-media-scan .artical-content .columns {
        width: 100% !important;
        border-right: 0 !important;
    }
    .home-media-scan .artical-content .art-gal {
        text-align: center;
        max-height: inherit;
    }
    .home-media-scan .artical-content .article-img-cotainer {
        margin-bottom: 20px;
    }
    .media-scan-section.home-media-scan .artical-content .row,
    .home-media-scan .publish-date {
        margin: 0;
    }
    .home-media-scan .publish-date {
        padding: 22px 20px 0 ;
    }
    section.media-scan-section.home-media-scan .artical-content .row .col-sm-6 {
        padding: 0 15px;
    }
    section.media-scan-section.home-media-scan .artical-content .row .col-sm-6:last-child {
        padding-bottom: 15px;
    }
    .home-media-scan .artical-content .columns {
        margin: 0;
    }
    .more-btn {
        margin-top: 40px;
    }
    .status-wrapper {
        margin: 0;
    }
    .status-box {
        padding: 20px 15px;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 15px;
    }
    .status-box .status-count {
        font-size: 60px;
        line-height: 50px;
        margin-bottom: 15px;
    }
    .status-box h5 {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 22px;
        max-width: 100%;
    }
    .about-section {
        padding: 15px 0 40px;
    }
    .page-about h2.title {
        font-size: 24px;
        line-height: 30px;
    }
    .about-section .about-contents {
        margin: 10px auto 30px;
        padding: 0;
    }
    .team-grid-wrapper.row-5,
    .team-grid-wrapper.row-6 {
        margin: 0;
    }
    .team-grid-wrapper.row-5 .team-grid {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    .team-grid-wrapper.row-6 .team-grid {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    .team-grid-wrapper.row-5 .team-box,
    .team-grid-wrapper.row-6 .team-box {
        padding: 11px 14px 25px 14px;
    }
    .team-box .content-area {
        padding-top: 15px;
    }
    .team-box .content-area p {
        padding-top: 12px;
    }
    .team-box .content-area h5,
    .team-box .content-area p {
        font-size: 14px;
        line-height: 20px;
    }
    .team-box .content-area h5 {
        min-height: auto;
        -webkit-line-clamp: inherit;
    }
    .team-slide figure {
        height: 210px;
    }
    .team-slider .owl-nav {
        top: 180px;
    }
    .team-slide {
        padding: 14px 14px 25px 14px;
    }
	.testimonial-slider{
		max-width:100%;
	}
    .testimonial-slider .owl-nav {
        top: 100% !important;
        transform: inherit !important;
        width: auto!important;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
    .testimonial-slider .owl-prev,
    .testimonial-slider .owl-next {
        position: relative;
        top: 0 !important;
        transform: inherit !important;
    }
    .testimonial-slider .owl-prev {
        left: -10px;
    }
    .testimonial-slider .owl-next {
        right: -10px;
    }
    .global-section {
        padding: 67px 0 145px;
    }
    .topic-archive .banner-caption p {
      line-height: 1.6;
      margin: 10px 0;
    }
    .topic-archive .banner-caption h2 {
        font-size: 28px;
    }
    .home-media-scan .artical-content .panel {
        margin: 0 !important;
    }
    .media-scan-section {
        padding:20px 0!important;
    }
    .social_contain p{
		text-align: center;
    }
	.navbar-collapse .social_contain p{
		text-align: left;
    }
  .subscribe-box .social_contain ul {
      width: auto;
      margin-left: auto;
	  margin-right: auto;
      display: block;
      text-align: center;
  }
  .subscribe-box .social_contain ul li{
      width: auto
  }
  header .social_contain{
    margin-top: calc(100vh - 700px);
  }
  .upc-event-content {
      padding: 24px 20px 22px;
  }
	.prayer-list-wrap li {
        padding: 9px;
        width: 100%;
    }
    /*.adwrap-content .panel .panel-body .article-img-cotainer {
        height: auto !important;
		max-height: inherit !important;
        min-height: 100% !important;
    }
    .adwrap-content .panel .article-img-cotainer img, .adwrap-content .artical-box-image {
        max-height: inherit;
        height: auto;
    }*/
    .artical-content .panel .panel-body {
        min-height: 100% !important;
        height: auto;
        max-height: inherit;
    }
    .article-main .article-main-body .article-main-body-l p+hr+p{
        font-size: 14px !important; 
    }
    .article-main .article-main-body .article-main-body-l p+hr+p>em{
        font-size: 14px;
    }
	.team-grid-wrapper.row-6 .team-box {
        min-height: inherit;
    }
    .team-box .content-area h5 {
        min-height: inherit;
        display: block;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: inherit;
        overflow: inherit;
    }
	.team-box .content-area p{
		text-overflow: inherit;
        overflow: inherit;
        white-space: inherit;
	}
    .home-media-scan .artical-content .shot-content {
        margin-bottom: 0;
    }
	.home-media-scan .artical-content .more-btn{
		margin-top:0px;
	}
}
@media only screen and (max-width: 430px) {
    .search-bar-wrp input {
        height: 40px;
        padding: 7px 10px 6px 50px;
    }
    .search-bar-wrp .btn-search {
            position: inherit;
            right: inherit;
            max-width: inherit;
    }
	#bs-example-navbar-collapse-1.navbar-collapse .menu-wrapper ul li a,.language-selection a,.log-pass a {
      font-size: 16px !important;
  	}
	.lang-log-search .btn-subscribe{
		height:43px;
		line-height:43px;
	}
}
@media only screen and (max-width: 415px){
  header .social_contain {
      margin-top: calc(100vh - 661px);
  }
}
@media only screen and (max-width: 380px) {
    .global-section {
        padding: 35px 0 180px;
    }
header .social_contain {
    margin-top: calc(100vh - 618px);
}
   	
}
@media only screen and (max-width: 340px) {
    .lang-log-search .header-search {
        padding-left: 15px;
    }
}
@media only screen and (max-width: 320px){
    header .social_contain {
        margin-top: calc(100vh - 450px);
    }
}

  /* #bs-example-navbar-collapse-1.navbar-collapse .form-contain .header-search button {
        padding: 19px 20px 15px 10px !important;
    }
    .header-search button i {
        font-size: 16px;
		} */
.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
}

.artical-category-list .artical-content .col-md-4.col-lg-3.col-sm-6 {
    height: auto !important;
    min-height: auto !important;
    max-height: inherit !important;
}

/* @media only screen and (max-width: 992px) {
    .adwrap-content .artical-box-image.desktop-view{
        display: none;
    }
    .adwrap-content .artical-box-image.mobile-view{
        display: block;
    }
} */
.popular-content {
    padding-bottom: 57.6%;
    margin-bottom: 15.5px;
}
.articel-recent .heading {
    padding-bottom: 14px;
}
.articel-recent .popular-slider-box .popular-image {
    object-fit: cover;
}
.donate-content-wrap .donate_fields input {
    border: solid 1px #000 !important;
    border-radius: 4px;
    min-width: 130px;
}
.donate-content-wrap .donate_fields .donate-text {
    padding-right: 0;
}
.donate-content-wrap .donate_fields .new_donate_button {
    margin-top: 15px;
}
.donation-radio-wrp {
    display: flex;
}
.donation-radio-wrp .donation-radio-each {
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 50%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    height: 65px;
    padding: 0 10px;
}
.donation-radio-wrp .donation-radio-each.active {
    border: 1px solid #ca2027;
}
.donation-radio-wrp .donation-radio-each em {
    font-style: normal;
}
.donation-radio-wrp .donation-radio-each:nth-child(1) {
    margin-right: 5px;
}
.donation-radio-wrp .donation-radio-each:nth-child(2) {
    margin-left: 5px;
}

.donation-radio-wrp .donation-radio-each input[type="radio"] + label{
    font-weight: 400;
}

.donation-radio-wrp .donation-radio-each input[type="radio"]:checked,
.donation-radio-wrp .donation-radio-each input[type="radio"][type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.donation-radio-wrp .donation-radio-each input[type="radio"][type="radio"]:checked + label,
.donation-radio-wrp .donation-radio-each input[type="radio"][type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
    font-size: 22px;
}
.donation-radio-wrp .donation-radio-each input[type="radio"][type="radio"]:checked + label:before,
.donation-radio-wrp .donation-radio-each input[type="radio"][type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 30px;
    height: 30px;
    border: 2px solid #8f8d8d;
    border-radius: 100%;
    background: #fff;
}
.donation-radio-wrp .donation-radio-each input[type="radio"][type="radio"]:checked + label:before {
    border: 2px solid #ca2027;
}
.donation-radio-wrp .donation-radio-each input[type="radio"][type="radio"]:checked + label:after,
.donation-radio-wrp .donation-radio-each input[type="radio"][type="radio"]:not(:checked) + label:after {
    content: '';
    width: 18px;
    height: 18px;
    background: #ca2027;
    position: absolute;
    top: 1px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.donation-radio-wrp .donation-radio-each input[type="radio"][type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.donation-radio-wrp .donation-radio-each input[type="radio"][type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.donate_fields button span {
    justify-content: center;
    line-height: 25px;
}
@media only screen and (max-width: 1659px) {
    .popular-content {
        padding-bottom: 49.7%;
    }
}
@media only screen and (max-width: 1399px) {
    .popular-content {
        padding-bottom: 44%;
    }
    .donation-radio-wrp .donation-radio-each input[type="radio"][type="radio"]:checked + label,
    .donation-radio-wrp .donation-radio-each input[type="radio"][type="radio"]:not(:checked) + label {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1299px) {
    .popular-content {
        padding-bottom: 46.9%;
    }
}
@media only screen and (max-width: 767px) {
    .donate-text {
        flex-direction: column;
        align-items: flex-start;
    }
    .donate_fields input {
        margin:10px 0  0 !important;
    }
    .donation-radio-wrp {
        flex-direction: column;
    }
    .donation-radio-wrp .donation-radio-each {
        width: 100%;
        margin: 0 0 10px !important;
    }
    .donation-radio-wrp .donation-radio-each input[type="radio"][type="radio"]:checked + label,
    .donation-radio-wrp .donation-radio-each input[type="radio"][type="radio"]:not(:checked) + label {
        font-size: 18px;
    }
}

@media only screen and (max-height: 700px) {
	
	#MagazineVideoModal .modal-dialog {
    	max-width: 630px;
	}

}

