@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;1,400&display=swap');
body{
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 300;
}
.header{
  -webkit-box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.75);
  padding:10px 0 30px 0;
}
.newsHolder{
  -webkit-box-shadow: 3px 3px 13px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 13px -3px rgba(0,0,0,0.75);
  box-shadow: 3px 3px 13px -3px rgba(0,0,0,0.75);
  margin-bottom: 30px;
  padding: 20px;
}
.newsHolder img{
  width:100%;
  border-radius: 5px;
}
.newsHolder h3{
  margin: 0 0 5px 0;
}
.newsHolder h3 a{
  color: #ff3333;
  text-decoration: none;
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  letter-spacing: -1px;
}
.newsHolder p{
  font-size: 16px;
  line-height: 22px;
  color: #44444d;
}
.page-item.active .page-link{
    background-color: #ff3333;
    border-color: #ff3333;
}
.page-link:hover,.page-item.active .page-link{
  color: #444444;
}
.page-link {
  padding: 0px 0.75rem;
  font-size: 18px;
}
.newsHolder .category{
  color: #ff3333;
  font-weight: bold;
}
.source{
  /* margin-left: 10px;*/
}
.news_content{

}
.pt-50{
  padding-top: 50px;
}
.pt-100{
  padding-top: 100px;
}
.pl-0{
  padding-left: 0;
}
.newsHolder p.short{
  font-size: 12px;
  color: #808290;
}
.contentArea{
  font-size: 16px;
  line-height: 22px;
}
.newsHolder p.text-right{
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
}
.socialBox i{
  font-size: 16px;
}
.menuDrawer{
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  color: #000;
  margin-top: 10px;
    display: block;

}
.menuDrawer span{
  vertical-align: top;
}
.spanHolder{
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.menuDrawer .spanHolder span {
  background: no-repeat;
  display: block;
  height: 3px;
  margin-top: 3px;
  border-top: 3px solid #000;
  width:20px;
}
.offcanvas-start{
  width: 235px;
}
.offcanvas-header .btn-close{
  padding: 3px;;
}
.categoryList{
  padding: 0;
  margin-top: 20px;
}
.categoryList li{
  list-style: none;
  border-bottom: 1px solid #c6c6c6;
  padding: 5px 15px;
}
.categoryList li a{
  text-decoration: none;
  color: #000;
  font-size: 16px;
  display: block;
  width:100%;
}
.offcanvas-body{
  /* background: #ff3333; */
  padding: 0;
}
.offcanvas-title{
  font-size: 20px;
    font-weight: bold;
}
.categoryList li:hover{
  background: #ff3333;
  cursor: pointer;
}
.categoryList li:hover a{
  color: #fff;
}
.p-rel{
  position: relative;
}
.logo{
  /* width: 104px; */
  position: absolute;
  left: 43%;
  top: 0;
}
.logo a{
  text-decoration: none;
}
.logo img{
  height: 55px;
}
.logo p{
  font-size: 15px;
  color:#000;
  text-decoration:none;
}
.social_links{
  margin-bottom: 0;
}
.social_links  li{
  float: left;
  margin: 10px 0 0 10px;
}
.fa-youtube{
  color:#ff0000;
}
.fa-twitter{
  color:#1DA1F2;
}
.fa-instagram{
  color:#405DE6;
}
.cat{
    text-align: center;
    -webkit-box-shadow: 3px 3px 13px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 13px -3px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 13px -3px rgba(0,0,0,0.75);
    margin-bottom: 30px;
    padding: 20px 5px;
}
.cat img{
  width: 100%;
  height: 150px;
}
.cat h4 {
  line-height: 1;
  height: 50px;
}
.cat h4 a{
  text-decoration:none;
  color: #ff3333;
  font-size: 20px;
  word-wrap: break-word;
}
.cat h4 a:hover{
  color: #ff3333;
}
.categoryList li.active{
  background: #ff3333;
  cursor: pointer;
}

.categoryList li.active a{
  color: #ffffff;
}

/* SOCIAL_ICON
---------------------------------*/
.account-section.social-info-box {
  position: relative;
  cursor: pointer;
  display: none;
}
.account-section.social-info-box .hinfo_right.social-info > div {
visibility: visible;
opacity: 1;
position: absolute;
bottom: calc(100% + 52px);
left: -85px;
z-index: 1;
padding: 8px 8px;
margin: 0 0 0;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
color: #000;
background: #fff !important;
width: auto !important;
text-align: left;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.account-section.social-info-box .hinfo_right.social-info > div::before {
content: "";
display: block;
border-left: 10px solid rgba(255, 255, 255, 0);
border-right: 10px solid rgba(255, 255, 255, 0);
border-bottom: 10px solid rgba(255, 255, 255, 0);
border-top: 10px solid #fff;
position: absolute;
bottom: 0;
left: calc(50% + 10px);
top: 100%;
margin: 0 0 0 -10px;
opacity: 1;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
transform: translateX(-50%);
}
.social {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  margin: 5px;
}
.social a {
  color: #212020;
  vertical-align: top;
  margin: 0 5px 0 0;
  position: relative;
  font-size: 0 !important;
  border: none !important;
  line-height: normal !important;
}
.social a:last-child {
  margin-right: 0;
}
.social a i {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  -webkit-border-radius: 0%;
  border-radius: 0%;
  background-color: transparent;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.social a.sk_whatapp i {
  background-color: #55cd6c;
  border-color: #55cd6c;
  color: #fff;
}
.social a.sk_sms i {
  background-color: #173042;
  border-color: #173042;
  color: #fff;
}
.social a.sk_facebook i {
  background-color: #3b5999;
  border-color: #3b5999;
  color: #fff;
}
.social a.sk_twitter i {
  background-color: #00aced;
  border-color: #00aced;
  color: #fff;
}
.social a.sk_instagram i {
  background-color: #A4765C;
  border-color: #A4765C;
  color: #fff;
}
.social a.sk_linkedin i {
  background-color: #006fa6;
  border-color: #006fa6;
  color: #fff;
}
.social a.sk_pinterest i {
  background-color: #bd081c;
  border-color: #bd081c;
  color: #fff;
}
.social a.sk_skype i {
  background-color: #00aff0;
  border-color: #00aff0;
  color: #fff;
}
.social a.sk_tumblr i {
  background-color: #34a55b;
  border-color: #34a55b;
  color: #fff;
}
.social a.sk_whatapp i:hover {
  background-color: #34a55b;
  border-color: #34a55b;
  color: #fff;
}
.social a.sk_sms i:hover {
  background-color: #34a55b;
  border-color: #34a55b;
  color: #fff;
}
.social a.sk_facebook i:hover {
  background-color: #34a55b;
  border-color: #34a55b;
  color: #fff;
}
.social a.sk_twitter i:hover {
  background-color: #34a55b;
  border-color: #34a55b;
  color: #fff;
}
.social a.sk_instagram i:hover {
  background-color: #34a55b;
  border-color: #34a55b;
  color: #fff;
}
.social a.sk_linkedin i:hover {
  background-color: #34a55b;
  border-color: #34a55b;
  color: #fff;
}
.social a.sk_pinterest i:hover {
  background-color: #34a55b;
  border-color: #34a55b;
  color: #fff;
}
.social a.sk_skype i:hover {
  background-color: #34a55b;
  border-color: #34a55b;
  color: #fff;
}
.social a.sk_tumblr i:hover {
  background-color: #34526F;
  border-color: #34526F;
  color: #fff;
}

.social a {
  border: #3867a7 2px solid;
  line-height: 38px;
  display: block;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}
.fa-share-alt {
  color: #ff3333;
}
b, strong {
  font-weight: bold;
}
.red_text{
  color:#ff3333;
}

.newsvideo {
    height: 100%;
    width: 100%;
}

.newsvideo iframe {
    height: 100% !important;
    width: 100% !important;
}

.swal2-modal {
    width: 50%!important;
    height: 100%!important;
}

@include media-breakpoint-up(sm) {
  
}
@media (min-width: 768px) {
  .mobileAdd {
    display: none;
  }
}

@media (max-width: 425px) { 

  .mobileAdd {
    display: block;
  }

  .desktopAdd {
    display: none;
  }

  .newsHolder p {
      font-size: 14px;
  }
  .left-content{
    padding: 0;
  }
    .logo {
      left: 28%;
    }
    .cat img {
      width: 100%;
      height: 100px;
    }
    .cat h4 a {
      font-size: 18px;
      line-height: 25px;
    }
    .pt-100 {
      padding-top: 35px;
    }
    .newsHolder h3 a {
        font-size: 20px;
        font-weight: 300;
        margin: 10px 0;
        display: block;
    }
    .right-content{
      padding:0;
    }
    .account-section.social-info-box .hinfo_right.social-info > div{
      left: -75px;
    }
 }
 .advHolder{
  margin-bottom: 30px;
 }
 .advHolder img{
  padding:0;
 }

 /* home page newsletter css */
 .home-newsletter {
	padding: 30px 0;
	background: #ff3333;
}

.home-newsletter .single {
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2;
}

.home-newsletter .single h2 {
	font-size: 22px;
	color: white;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.home-newsletter .single .form-control {
	height: 50px;
	/* background: rgba(255, 255, 255, 0.6); */
	border-color: transparent;
	border-radius: 20px 0 0 20px;
}

.home-newsletter .single .form-control:focus {
	box-shadow: none;
	border-color: #243c4f;
}

.home-newsletter .single .btn {
	min-height: 50px;
	border-radius: 0 20px 20px 0;
	background: #243c4f;
	color: #fff;
}
#email_address-error{
  color: #fff;
}

.see_more{
    background: #ff3333;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    margin-bottom: 10px;
}

@media only screen and (max-width: 769px) {
  .logo img {
      height: 40px;
      margin-top: 8px;
  }
  .menuDrawer{
    margin-top: 20px;
  }
}
.twitter img{
  height: 15px;
  margin-top: -5px;
}
.box {
  background: #f9f9f9;
  padding: 20px;
  margin-bottom: 30px;
}
.box h3{
  color: #ff3333;
  text-decoration: none;
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  letter-spacing: -1px;
}
.box .designation{
  color: #ff3333;
  font-size: 18px;
}
.box img{
  width: 100%;
}
.unsubscribe{
  
}
.sticky-top {
  position: sticky;
  top: 0; /* Stick to the top of the viewport */
  background-color: #fff; /* Adjust background color as needed */
  z-index: 999; /* Adjust the z-index to control stacking order */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add a shadow if desired */
}