/* Global Reset */

*{
	padding:0px;
	margin:0px;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

body{
	
	background: #fff;
	max-width: 1100px;
	margin: 0px auto;
	padding: 0px 2px;
	color: #000;
	font-size: 17px;
	font-family: 'Noto Sans',sans-serif,Arial;
}

body a{
	text-decoration: none;
}

body a:focus{
	color: #555 !important;
}

.c{
	clear: both;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
}

textarea{
	font-family: 'Noto Sans',sans-serif,Arial;
}

.container{
	
}

p{
	margin: 0 0 10px;
	text-align: justify;
}

.privacy-policy p{
	text-align: justify;
	text-transform: lowercase;
	font-variant: small-caps;
	font-size: 15px;
	color: #333;
}

.article-content p{
    font-size: 15px;
    color: #555;
    margin: 10px 0px;
    text-align: justify;
}

.article-content p img{
    width: auto !important;
}

#view-info, #load-search, #load-navbar{
	display: none;
}

.load-navbar{
	position: fixed;
	height: 100vh;
	width: 80%;
	background: #fff;
	right: 0
}

.article-content img{
	width: 100%;
	max-width: 453px;
}

.article-title{
	color: #555;
	font-weight: bold;
	margin: 5px 0px 13px 0px;
	font-size: 31px;
}

.article-content p{
	font-size: 15px;
	color: #555;
	margin: 10px 0px;
}

button img{
	vertical-align: middle;
}

.view-info{
	color: #555;
	margin: -5px 0px 15px 0px;
}

span.view{
	font-size: 14.5px;
	text-transform: lowercase;
	font-variant: all-small-caps;
}

.material-icons{
	font-size: 13px !important;
	vertical-align: middle !important;
}

.bt-contact-set{
    -webkit-tap-highlight-color: transparent;
}

.bt-contact-set a:hover{
	color: #fff !important;
}

.bt-contact-set a {
    color: #fff !important;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    user-select: none;
    touch-action: manipulation;
}

.bt-contact-set a:active {
    background-color: #29B200;
    color: #fff !important;
}

.bt-contact-set::selection,
.bt-contact-set a::selection,
.bt-contact-set a *::selection {
  background: #29B200; 
  color: #fff;
}

.w3-animate-slide-rtl {
  animation: slideRightToLeft 0.3s ease-in-out;
}

@keyframes slideRightToLeft {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.comments-data ul li{
    list-style-type: none;
}

/* Top Header Desktop */

.top-head {
  display: flex;
  width: 100%;
  margin-top: 5px;
}

.top-head .box-one {
  flex: 0 0 30%;
}

.top-head .box-two {
  flex: 0 0 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.weather{
	font-variant:all-small-caps;
	font-size: 17px;
	margin-top: -13px;
}


/* Nav Bar Desktop */

.nav-desk {
    width: 100%;
    background: #f6f6f6;
    overflow: hidden;
    margin-top: 15px;
}

.nav-desk ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; /* In case of small screens */
}

.nav-desk li {
    text-align: left;
    display: flex;
    align-items: center;
}

.nav-desk li a {
    display: block;
    color: #1a1a1a;
    text-decoration: none;
    padding: 15px 10px 11px 10px;
    font-variant: all-small-caps;
    font-size: 17px;
    transition: background 0.3s;
    border-bottom: 4px solid transparent; /* Reserve space */
    border-right: 1px solid #E9E9E9;
    width: 110px;
    text-align: center;
}

.nav-desk li a:hover {
    border-bottom:4px solid #E9E9E9;
    }
    
.nav-desk li.last {
    margin-left: auto;
    color: #222;
}

.ad-banner {
    font-variant: all-small-caps !important;
    text-align: left;
    background: #FBFBFB;
    margin: 15px 0px;
    padding: 15px;
    overflow: hidden;
}

.ad-banner-mob {
    font-variant: all-small-caps !important;
    text-align: left;
    margin: 10px 8px 10px 8px;
    padding: 10px;
    overflow: hidden;
    background: #f7f7f7;
}


/* News Title Design */ 

.tri-title {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    margin-bottom: 20px;
}

.tri-title img {
    width: 18px;
}

.tri-title span {
    font-size: 22px;
    font-weight: bold;
    color: #DA0000;
    white-space: nowrap;
    font-variant: all-small-caps;
}

.tri-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #DA0000;
}

/* Partition Of Page Two Parts */

.contain {
    display: flex;
    width: 100%;
    margin-top: 5px;
    gap: 20px;
}

.one {
    flex: 0 0 calc(65% - 10px);
}

.two {
    flex: 0 0 calc(35% - 10px);
    display: flex;
    flex-direction: column;
}

/* News List Design Sidebar */

.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.news-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0px;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}

.news-list li:last-child {
    border-bottom: none;
}

.news-list li:first-child {
    padding-top: 0;
}

.news-list li a{
	color: #555;
}

.news-list li a:hover{
	color: #000;
}

.news-list img {
    width: 90px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.news-list .news-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-list .news-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 1.4;
    text-align: justify;
    margin-bottom: 4px;
}

.news-list .trending-text {
    color: #065fd4;
    font-style: italic;
    font-size: 11px;
    display: block;
}

/* First Part Of Page Two Section */

.news-bar {
    display: flex;
    width: 100%;
    gap: 20px;
}

.one-bar {
    flex: 0 0 calc(50% - 10px);
}

.two-bar {
    flex: 0 0 calc(50% - 10px);
    display: flex;
    flex-direction: column;
}

.news-big-card a{
	color:#555;
	text-align: justify;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-big-card a:hover{
	color: #000;
}

.news-big-card img{
	border-radius: 6px;
	width: 100%;
}

.news-big-card span{
	font-size: 17px;
	font-weight: bold;
}

.footer{
    background: #F2F5F5;
    padding: 30px 15px;
    text-align: center;
    margin-top: 20px;
}

.footer a{
	color: #666;
}

.footer a:hover{
	color: #999;
}

.footer-a {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.footer-a li {
  display: inline-block;
  margin: 5px;
  font-variant: all-small-caps;
  font-size: 15px;
}

.footer-a .line1,
.footer-a .line2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-form input{
	padding: 10px;
	width: 100%;
	margin-bottom: 25px;
	border: 1px solid #e1e1e1;
	font-size: 14px;
	outline: none;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	
}

.contact-form textarea{
	width:100%;
	border:1px solid #e1e1e1;
	padding-left: 10px;
	padding-top: 8px;
	font-size: 16px;
	font-family: 'Noto Sans',sans-serif,Arial;
	resize: none;
	font-size: 14px;
	outline: none;
	transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.contact-form input:focus, textarea:focus {
  border-color: #DA0000;
  box-shadow: 0 0 5px rgba(218, 0, 0, 0.5);
}

.submit-button{
	background: #fff;
	width: 130px !important;
	text-align: center;
	font-variant: all-small-caps;
	font-size: 17px;
	color: #DA0000;
	border: 1px solid #DA0000 !important;
	margin-top: 20px;
	padding: 10px !important;
	
}

.submit-button:hover{
	background: #DA0000;
	color: #fff;
	border: 1px solid #DA0000;
}

.w3-animate-zoom {animation:animatezoom 0.3s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}

/* Ads Config */

@media (min-width: 830px){
	#ads-hide-desk{
		display:none;
	}
}

/* Mobile Header Design */

.mobile-header {
    display: grid;
    grid-template-columns: 66% 17% 17%;
    align-items: center; /* vertical center */
    padding: 10px 0px 6px 0px;
    background-color: #fff;
    height: 50px;
    box-sizing: border-box;
    margin: 0px 5px 0px 8px;
}

.logo a {
    display: inline-flex;
    align-items: center;
    height: 100%; /* makes image vertically center */
}

.logo img {
    height: 38px;
    display: block;
}

.search, .menu {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.search > div {
    background: #000;
    text-align: center;
    border-radius: 4px;
    padding: 4px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Desktop Setting & Mobile Setting */

@media (max-width: 830px){
	.top-head, .nav-desk, .ad-banner, .mob-search-hide{
		display: none;
	}
	.contain{
		display: grid;
		padding: 0px 8px;
	}
	.news-bar{
		display: grid;
	}
	.one-bar .news-list li:last-child{
		border-bottom: 1px solid #f1f1f1;
	}
	
}

@media (min-width: 830px){
	.mobile-header,.ad-banner-mob{
		display: none;
	}
}


@media screen and (min-width: 830px) and (max-width: 1100px) {
  body {
    margin: 0px 6px;
  }
}

.navigation-mob {
  padding: 0;
  margin: 0;
  list-style: none;
}

.navigation-mob i{
	margin-right: 20px;
	width: 20px;
}

.navigation-mob li {
  border-bottom: 1px solid #eee;
  color: #A7A7A7;
}

.navigation-mob li a {
  display: block;
  padding: 15px 0px 15px 15px;
  text-decoration: none;
  color: #2a2a2a;
  font-weight: 600;
  transition: background 0.3s, color 0.3s;
  
}

.navigation-mob li a:hover {
  color: #000;
}

.navigation-mob li a::after {
  content: "";
  display: inline-block;
  width: 13px; 
  height: 13px; 
  float: right;
  margin-right: 15px;
  background-image: url('images/arrow-nav.png');
  background-size: contain; 
  background-repeat: no-repeat;
  margin-top: 5px
}

/* Pagination */

.pagination>li{display: inline;}
.pagination > li > a, .pagination > li > span{background-color:#EE2B2F; color:#FFF; -webkit-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; font-weight:bold; position: relative; border: none;}
.pagination > li > a::after{content: ''; position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; border: 1px solid #EE2B2F; border-radius:50% !important;}
.pagination > li > a:hover:after{border: 1px solid #000;}
.pagination > li > a:hover, .pagination > li > a:focus{background:#000; color:#FFF; font-weight:bold;}
.pagination > li:first-child > a, .pagination > li:first-child > span{border-bottom-left-radius:0px !important; margin-right:25px;}
.pagination > li:nth-child(2) > a, .pagination > li:first-child > span{margin-right:25px;}
.pagination > li:nth-child(3) > a, .pagination > li:first-child > span{margin-right:25px;}
.pagination > li:last-child > a, .pagination > li:last-child > span{border-bottom-right-radius:0px !important; }
.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;text-decoration:none;}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}

/* Mobile Icons */

.navigation-mob i.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url('../../images/icons_vr.png');
  background-repeat: no-repeat;
  background-size: 40px auto;
}

.icon-life       { background-position: -10px   -188px; }
.icon-trending   { background-position: -10px  -71px; }
.icon-health     { background-position: -10px  -659px; }
.icon-relation   { background-position: -10px  -131px; }
.icon-contact    { background-position: -10px  -839px; }
.icon-about      { background-position: -10px -749px; }
.icon-disclaimer { background-position: -10px -40px; }
.icon-privacy    { background-position: -10px -573px; }