/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}


div, p, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, header, footer, nav, section, article, figure, aside, dl, dt, dd, fieldset, legend, label, em, strong, span, b, a, img, form, input, br, hr {
  margin: 0;
  padding: 0;
}
a, input[type='submit'] {
 transition: all 500ms ease-in-out;
 -ms-transition: all 500ms ease-in-out;
 -o-transition: all 500ms ease-in-out;
 -moz-transition: all 500ms ease-in-out;
 -webkit-transition: all 500ms ease-in-out;
 text-decoration: none;
}

a:hover, input[type='submit']:hover {
 transition: all 500ms ease-in-out;
 -ms-transition: all 500ms ease-in-out;
 -o-transition: all 500ms ease-in-out;
 -moz-transition: all 500ms ease-in-out;
 -webkit-transition: all 500ms ease-in-out;
 outline: none;
  text-decoration: none;
  text-decoration-skip-ink: none;
  background: none;
}
a:focus{
  outline: none;
  text-decoration: none;
  text-decoration-skip-ink: none;
  background: none;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  outline: none !important;
  text-decoration: none !important;
  text-decoration-skip-ink: none !important;
  background: none !important;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
  outline: none !important;
}

input[type='text'], input[type='email'], input[type='tel'], input[type='password'],  input[type='submit'], textarea, button, button:hover {
 border-radius: 0;
 -webkit-appearance: none;
 -moz-appearance: none;
}

button:focus {
  outline: none;
}


input[type='radio']{-webkit-tap-highlight-color: transparent; }

a, img, input, input:hover, input:focus, input:active, a:focus {
outline: none;
}

p {
color: #282828;
font-size: 17px;
font-size: 1.7rem;
line-height: 24px;
line-height: 2.4rem;
margin: 0 0 20px;
padding: 0 0 15px;
font-family: 'Poppins', sans-serif;
}



ul,li{ list-style: none; padding: 0; margin:0;}

img {
  height: auto !important;
  max-width: 100%;
  vertical-align: middle;
}

img {
max-width: 100%;
display: block;
height: auto;
outline: none;
border: 0;
}

h1, h2, h3, h4, h5, h6 {
font-weight: 400;
}

*{ outline: none;}

.after:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
font-size: 62.5%;
}

body {
margin: 0;
padding: 0;
font-family: 'Poppins', sans-serif !important;
color: #282828;
font-size: 17px;
font-size: 1.7rem;
line-height: 24px;
line-height: 2.4rem;
font-weight: 400;
background: #ffffff !important;
}

.container_wrap {
  max-width: 1300px;
  margin: 0 auto;
  width: 95.168%; 
  position: relative;
  display: flex;
}


/* ==========================================================================
   Author's custom styles
========================================================================== */


.header_container{
  background: #ffffff;
}
.header_container_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
}


.logo_area {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.top_social_menu{
  display: flex;
  justify-content: end;
}
.top_social_menu ul{
  display: flex;
  padding: 45px 0;
  margin: 0;
}
.top_social_menu ul li{
  color: #9C9C9C;
  font-size: 18px;
  line-height: 30px;
  padding-left: 20px;
  display: inline-block;
}
.top_social_menu ul li a{
  color: #9C9C9C;
  font-size: 18px;
  line-height: 30px;
}
.top_social_menu ul li a:hover {
  text-decoration: none;
  color: #E90606;
}

.info_wrap a {
  color: #E90606;
}
.info_wrap a:hover {
  color: #000000;
}


.header_mid_sec{
  background: #E90606;
  padding: 8px 0;
  margin-bottom: 30px;
}
.header_mid_sec p{
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  text-align: center;
}

.menu_sec{
  margin-top: 0;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  display: block;
}
.menu_sec.fixed{
  margin-top: 0;
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  padding: 0;
  width: 100%;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  z-index: 99;
  box-shadow: 0 6px 4px rgb(0 0 0 / 4%);
  left: 0;
  top: 0;
}

.main_menu{
  text-align: center;
}
.main_menu ul{
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_menu ul li{
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #ffffff;
  padding: 0 22px;
}
.main_menu ul li a{
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #ffffff;
}
.main_menu ul li a:hover, .main_menu ul li.current_page_item a {
  text-decoration: none;
  color: #000000;
}

.top_add_sec{
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.home_wrapper_sec{
  position: relative;
  overflow: hidden;
}
.left_add_box{
  position: absolute;
  left: 5.5%;
  top: 0;
}
.right_add_box{
  position: absolute;
  right: 5.5%;
  top: 0;
}


.home_slider_sec{
  margin-bottom: 45px;
}
.section_title_box{
  margin-bottom: 17px;
  border-bottom: #E90606 1px solid;
  width: 100%;
}
.section_title_box h2{
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  min-width: 115px;
  background: #E90606;
  padding: 0 8px;
  display: inline-block;
}

.stories_now_sec{
  margin-bottom: 45px;
}
.stories_now_box {
  min-height: 291px;
  margin-bottom: 15px;
}
.stories_now_img{
  margin-bottom: 15px;
  height: 171px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stories_now_img img{
  width: 100%;
}

.stories_now_title{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  padding-bottom: 15px;
  min-height: 110px;
}
.stories_now_title a{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}
.stories_now_title a:hover{
  color: #000000;
  text-decoration: none;
}
.read_full_story_sec a{
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #E90606;
  display: flex;
}
.read_full_story_sec a i {
  font-size: 17px;
  line-height: 27px;
  padding: 0 0 0 5px;
}
.read_full_story_sec a:hover{
  color: #000000;
  text-decoration: none;
}


/*  */

.banner_container{
  overflow: hidden;
}
.banner_container .slick-dots{
  position: absolute;
  left: 50px;
  bottom: 78px;
}
.banner_container .slick-dots li{
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  border: #ffffff 1px solid;
  font-size: 0;
  margin-bottom: 8px;
}
.banner_container .slick-dots li.slick-active{
  background: #E90606;
}
.banner_container .slick-dots li button{
  background: none;
  border: none;
}

.top_news_cont{
  position: absolute;
  left: 80px;
  bottom: 44px;
}
.top_news_cont h2{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 47px;
  color: #FFFFFF;
}
.top_news_cont h2 a{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 47px;
  color: #FFFFFF;
}
.top_news_cont h2 a:hover{
  color: #FFFFFF;
  text-decoration: none;
}
.top_news_cont p{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
}
.top_news_cont span{
  background: #E90606;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  padding: 0 8px;
}
.top_news_cont span a{
  background: #E90606;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.top_news_cont span a:hover{
  color: #FFFFFF;
  text-decoration: none;
}

.top_news_box{
  overflow: hidden;
}
.top_news_box img{
  width: 100%;
  max-height: 533px;
}


/*  */



.add_sec{
  margin-bottom: 45px;
}
.add_sec_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}
.add_sec_wrap img{
  width: 100%;
}




/* Add css for latest videos sec start */

.latest_videos_sec{
  margin-bottom: 45px;
}

/* Add css for latest videos sec ends */


/* Add css for trending sec start */

.trending_sec{
  margin-bottom: 45px;
}

.trending_container_box li{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  font-family: 'Poppins', sans-serif;
}
.trending_container_box li a:hover{
  text-decoration: none;
}
.trending_container_box li a .rpwwt-post-title{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 10px;
  display: block;
}
.trending_container_box li a:hover .rpwwt-post-title{
  color: #000000;
  text-decoration: none;  
}
.rpwwt-post-date{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #898989;
}
.trending_box_cont {
  padding-left: 0;
}
.trending_box_small{
  margin-bottom: 35px;
}


.trending_container_right .view_all_point{
  margin-top: 60px;
  margin-left: 130px;
  text-align: left;
}
.trending_container_right .view_all_point a{
  display: inline-block;
  background: #003359;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 18px;
}
.trending_container_right .view_all_point a:hover{
  text-decoration: none;
  background: #E90606;
}


.big_latest_img{
  margin-bottom: 20px;
}
.big_latest_img img{
  width: 100%;
}
.trending_container_right h2{
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 10px;
}
.trending_container_right h2 a{
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #000000;
}
.trending_container_right h2 a:hover{
  color: #000000;
  text-decoration: none;
}

.trending_container_right ul{
  padding: 0;
  margin: 0;
  display: flex;
}
.trending_container_right ul li{
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #898989;
  margin-right: 55px;
}




/* Add css for trending sec ends */


/* Add css for big add sec start */

.big_add_sec{
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Add css for big add sec ends */


/* Add css for World sec start */

.world_sec{
  margin-bottom: 45px;
}

/* Add css for World sec ends */


/* Add css for Entertainment sec start */

.entertainment_sec{
  margin-bottom: 45px;
}

/* Add css for Entertainment sec ends */



/* Add css for Sports sec start */

.sports_sec{
  margin-bottom: 45px;
}

/* Add css for Sports sec ends */



/* Add css for tab video Sec Start */


/* Latest Video tab css start  */

.latest_videos_container{
  background: #003359;
  padding: 45px 25px;
}
.latest_videos_container .resp-vtabs ul.resp-tabs-list {
  float: right;
  width: 30%;
}

.latest_diveo_tab_cont{
  padding-right: 0;
  position: relative;
  min-height: 98px;
}
.latest_diveo_tab_cont:before{
  position: absolute;
  right: -6px;
  bottom: 0;
  content: "";
  background: url(../images/batch.png) no-repeat 0 0;
  display: block;
  width: 14px;
  height: 19px;
}

.latest_diveo_tab_cont p{
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
.latest_diveo_tab_cont span{
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.latest_videos_container .resp-vtabs li.resp-tab-active {
  border: none;
  border-right: none;
  background-color: #E90606;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 11px 14px !important;
}
.latest_videos_container .resp-tab-item{
  background-color: #3C3C3C;
  margin-bottom: 5px !important;
}

.tab_cont_sec{
  position: relative;
}
.tab_cont_sec:before{
  position: absolute;
  right: -6px;
  bottom: 0;
  content: "";
  background: url(../images/batch.png) no-repeat 0 0;
  display: block;
  width: 14px;
  height: 19px;
}

.tab_cont_sec h2{
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
  color: #FFFFFF;
  padding-top: 10px;
}
.tab_cont_sec h2 a{
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
  color: #FFFFFF;  
}
.tab_cont_sec h2 a:hover{
  color: #FFFFFF;
  text-decoration: none;
}
.tab_cont_sec p{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #FFFFFF;
  padding-top: 10px;
}
.tab_cont_sec .video_box iframe{
  width: 100%;
}
.top_news_box .video_box iframe{
  width: 100%;
  height: 533px !important;
}

.latest_videos_container .resp-vtabs .resp-tabs-container{
  background: none;
  border: none;
}
.latest_videos_container .resp-tab-content{
  padding: 0;
}

.latest_videos_container .resp-vtabs .resp-tabs-list li{
  padding: 11px 14px !important;
  min-height: 121px;
}

.latest_videos_container .latest_diveo_tab_img img {
  width: 100%;
  min-height: 96px;
}


/* Latest Video tab css ends  */


/* Entertainment tab css start  */


.entertainment_container{
  background: #000000;
  padding: 45px 25px;
}
.entertainment_container .resp-vtabs ul.resp-tabs-list {
  float: right;
  width: 30%;
}

.latest_diveo_tab_cont p{
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

.entertainment_container .resp-vtabs li.resp-tab-active {
  border: none;
  border-right: none;
  background-color: #E90606;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 11px 14px !important;
}
.entertainment_container .resp-tab-item{
  background-color: #3C3C3C;
  margin-bottom: 5px !important;
}

.tab_cont_sec h2{
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
  color: #FFFFFF;
  padding-top: 10px;
}
.tab_cont_sec p{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #FFFFFF;
  padding-top: 10px;
}

.entertainment_container .resp-vtabs .resp-tabs-container{
  background: none;
  border: none;
}
.entertainment_container .resp-tab-content{
  padding: 0;
}

.entertainment_container .resp-vtabs .resp-tabs-list li{
  padding: 11px 14px !important;
}

.entertainment_container .latest_diveo_tab_box .latest_diveo_tab_img  img{
  width: 100%;
  min-height: 96px;
}

/* Entertainment tab css start  */


/* Add css for tab video Sec Ends */


.view_all_point{
  margin-top: 60px;
  text-align: center;
  width: 100%;
}
.view_all_point a{
  display: inline-block;
  background: #003359;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 18px;
}
.view_all_point a:hover{
  text-decoration: none;
  background: #E90606;
}




.footer_container{
  padding: 70px 0;
  background: #E5E5E5;
}

.footer_container p{
  color: #575757;
}

.footer_logo{
  margin-bottom: 15px;
}
/* .footer_logo img{
  width: 80%;
} */
.footer_menu{
  margin-bottom: 20px;
}
.footer_menu ul{
  padding: 0;
  margin: 0;
}
.footer_menu ul li{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #575757;
  padding: 0 6px;
  display: inline-block;
}
.footer_menu ul li a{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #575757;
}
.footer_menu ul li a:hover{
  text-decoration: none;
  color: #000000; 
}
.copy_text{
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.03em;
  /* text-transform: capitalize; */
  color: #575757;
  margin-bottom: 30px;
}

.footer_social_menu ul{
  padding: 0;
  margin: 0;
}
.footer_social_menu ul li{
  color: #8A8A8A;
  font-size: 20px;
  line-height: 30px;
  padding-right: 20px;
  display: inline-block;
}
.footer_social_menu ul li a{
  color: #8A8A8A;
  font-size: 20px;
  line-height: 30px;
}
.footer_social_menu ul li a:hover{
  text-decoration: none;
  color: #8A8A8A;
}



.footer_mid h2{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 15px;
}
.footer_mid ul{
  padding: 0;
  margin: 0;
}
.footer_mid ul li{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  color: #575757;
  font-family: 'Poppins', sans-serif;
}
.footer_mid ul li a{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  color: #575757;
  font-family: 'Poppins', sans-serif;
}
.footer_mid ul li a:hover{
  text-decoration: none;
  color: #000000;
}


.footer_contact h2{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 15px;  
}

.footer_contact input[type="text"]{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  color: #575757;
  background: transparent;
  border: none;
  border-bottom: 1px solid #A9A9A9;
  padding: 0;
  width: 100%;
  height: 40px;
}
.footer_contact input[type="email"]{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  color: #575757;
  background: transparent;
  border: none;
  border-bottom: 1px solid #A9A9A9;
  padding: 0;
  width: 100%;
  margin-top: 10px;
  height: 40px;
}
.footer_contact textarea{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px !important;
  color: #575757 !important;
  background: transparent;
  border: none !important;
  border-bottom: 1px solid #A9A9A9 !important;
  padding: 0 !important;
  width: 100%;
  height: 80px;
  resize: none;
  margin-top: 10px !important;
}
.footer_contact input[type="submit"]{
  display: inline-block;
  background: #003359;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 18px;
  border: none;
  margin-top: 20px;
  cursor: pointer;
}
.footer_contact input[type="submit"]:hover{
  text-decoration: none;
  background: #E90606; 
  color: #FFFFFF; 
}

.about_section {
  padding: 50px 0;
}

.news_details_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/* add css for inner page start */

.home_wrapper_sec.inner_wrapper{
  min-height: 600px;
}
.entry-header .entry-title{
  font-weight: 600;
  text-align: center;
  font-size: 45px !important;
}
.details_video{
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation.post-navigation{
  display: none !important;
}


/* add css for inner page ends */




.to-top {
  background: #E90606;
  position: fixed;
  bottom: 12px;
  padding: 8px 10px;
  cursor: pointer;
  right: 15px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 17px;
  line-height: 20px;
}
.to-top:hover {
  background: #003359;
}


.contact_us input[type="text"]{
  margin-bottom: 10px;
  margin-right: 10px;
}
.contact_us input[type="email"]{
  margin-bottom: 10px;
}
.contact_us textarea{
  margin-bottom: 10px;
}

.contact_info{
  padding-bottom: 30px;
}
.contact_info p{
  font-size: 1.4rem;
  line-height: 2.0rem;
  color: #000;
  padding-bottom: 10px;
}
.contact_info p i{
  padding-right: 6px;
  color: #E90606;
}

#c5_sitemap_wrapper ul.sub {
  width: 100%;
  float: left;
  padding: 0 0 20px;
  margin: 0;
}
.inner_container_sec #c5_sitemap_wrapper ul.sub.c5_col1 li.c5_child {
  width: 33%;
  text-transform: capitalize;
  padding-bottom: 10px;
  position: relative;
  padding: 0 0 0 22px;
}
.inner_container_sec #c5_sitemap_wrapper ul.sub.c5_col1 li.c5_child a{
  color: #000;
}
.inner_container_sec #c5_sitemap_wrapper ul.sub.c5_col1 li.c5_child a:hover{
  color: #E90606;
}
.inner_container_sec #c5_sitemap_wrapper ul.sub.c5_col1 li.c5_child:before{
  position: absolute;
  left: 0;
  top: 0;
  content: "\f178";
  font-family: 'FontAwesome';
  color: #E90606;
}
.sitemap-by-click5_pagination a{
  margin-right: 5px;
  margin-left: 5px;
}

.archive_subject ul{
  padding: 0;
}
.archive_subject ul li.categories{
  font-size: 2.2rem;
  line-height: 3.6rem;
  padding-bottom: 15px;
  color: #000;
  font-weight: 700;
}
.archive_subject ul li.categories ul li{
  width: 33%;
  float: left;
  position: relative;
  padding: 0 0 15px 22px;
}
.archive_subject ul li.categories ul li:before{
  position: absolute;
  left: 0;
  top: 0;
  content: "\f178";
  font-family: 'FontAwesome';
  color: #E90606;
  font-size: 1.2rem;
  line-height: 4.4rem;
}
.archive_subject ul li.categories ul li a{
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 400;
}
.archive_subject ul li.categories ul li a:hover{
  color: #E90606;
}

.archive_sec form{
  margin: 0 auto 50px auto;
}
.archive_month{
  margin: 0 0 50px 0;
}
.archive_month ul {
  padding: 0;
  width: 100%;
}
.archive_month ul li{
  width: 33%;
  float: left;
  position: relative;
  padding: 0 0 15px 22px;
}
.archive_month ul li:before{
  position: absolute;
  left: 0;
  top: 0;
  content: "\f178";
  font-family: 'FontAwesome';
  color: #E90606;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.archive_month ul li a{
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 400;
}
.archive_month ul li a:hover{
  color: #E90606;
}


.phone_wrap {
  display: flex;
  justify-content: end;
  align-items: center;
}
.phone_wrap p {
  padding: 0 0 0 5px;
  margin: 0;
  line-height: 36px;
}
.phone_wrap i {
  color: #ffffff;
}

.bar_menu {
  padding: 5px 0;
}
.bar_menu i {
  color: #ffffff;
  font-size: 25px;
}

.email_box {
  display: flex;
  align-items: center;
}
.email_box p {
  padding: 0 0 0 5px;
  margin: 0;
  line-height: 36px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #807f7f;
}
.email_box i {
  color: #807f7f;
  font-size: 13px;
}


/*  */

/* Menu Icon */
.menu-icon {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  z-index: 1001;
}

/* Fullscreen Overlay */
/* Open Icon */
.menu-icon {
  position: relative;
  top: 0;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  z-index: 0;
  color: black;
}

/* Fullscreen Menu */
.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-100%);
  transition: transform 0.5s ease-in-out;
  z-index: 1000;
}

/* Show Menu */
.fullscreen-menu.active {
  transform: translateY(0);
}

/* Close Icon */
.close-icon {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 35px;
  color: white;
  cursor: pointer;
}

/* Menu Links */
.fullscreen-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.fullscreen-menu ul li {
  margin: 40px 0;
}

.fullscreen-menu ul li a {
  color: white;
  text-decoration: none;
  font-size: 35px;
  transition: 0.3s;
}

.fullscreen-menu ul li.current_page_item a {
  color: #ff4d4d;
}

.fullscreen-menu ul li a:hover {
  color: #ff4d4d;
}

.footer_social_menu {
  margin-bottom: 10px;
}

/*  */

.stories_now_img iframe,
.stories_now_img video {
    width: 100%;
    height: auto;
}

.stories_now_img img {
    width: 100%;
    height: auto;
    display: block;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
    background: rgba(0,0,0,0.6);
    padding: 15px 20px;
    border-radius: 50%;
}

.header_bar_email {
  display: none;
}

.custom-single-wrapper .container {
  padding: 0;
}
.custom-single-wrapper img {
  margin-bottom: 30px;
}
.custom-single-wrapper h1 {
  line-height: 40px;
}
.custom-single-wrapper .post-meta {
  margin-bottom: 10px;
}

.featured-media {
  margin-bottom: 30px;
}

.send_review_area_box {
  background: #d9fdd3;
  border-radius: 10px;
}

.whatsapp-share-btn {
    color: #000000;
    font-weight: 500;
    font-size: 13px;
    line-height: 28px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.whatsapp-share-btn:hover {
    color: #029e41;
}

.top_add_box {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* ==========================================================================
   Helper classes
========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}





@media only screen and (max-width:767px) {

  .custom-single-wrapper {
    padding: 0 15px;
  }

.header_bar_email {
  display: block;
}

.phone_wrap p {
    padding: 0 0 0 5px;
    margin: 0;
    line-height: 36px;
    font-size: 14px;
}

.menu_sec{
  display: none;
}
.left_add_box{
  display: none;
}
.right_add_box{
  display: none;
}
.top_social_menu {
  display: flex;
  justify-content: center;
}
.header_container_wrap {
  display: initial;
}
.header_container {
  background: #ffffff;
  text-align: center;
}
.logo_area img {
  width: 60%;
  display: inline-block;
}
.top_social_menu ul {
  padding: 10px 0;
}
.top_social_menu ul li {
  padding-right: 15px;
}
.stories_now_sec {
  margin-bottom: 45px;
  padding: 0 15px;
}
.trending_sec {
  margin-bottom: 45px;
  padding: 0 15px;
}
.world_sec {
  margin-bottom: 45px;
  padding: 0 15px;
}
.entertainment_sec {
  margin-bottom: 45px;
  padding: 0 15px;
}
.sports_sec {
  margin-bottom: 45px;
  padding: 0 15px;
}
.home_slider_sec {
  margin-bottom: 45px;
  padding: 0 15px;
}
.top_add_sec {
  padding: 0 15px;
}

.big_add_sec img{
  width: 100%;
}

.trending_container_right .view_all_point {
  margin-top: 60px;
  margin-left: 0;
  text-align: center;
}
.trending_container_right ul li {
  margin-right: 20px;
}
.big_add_sec{
  padding: 0 15px;
}
.footer_container {
  padding: 35px 0;
  background: #E5E5E5;
}

.banner_container .slick-dots {
  position: absolute;
  left: -40px;
  bottom: 0;
}
.top_news_cont {
  position: absolute;
  left: 30px;
  bottom: 5px;
}

.top_news_cont h2{
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  padding-bottom: 5px;
  padding-right: 10px;
}
.top_news_cont h2 a{
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
}
.top_news_cont h2 a:hover{
  color: #FFFFFF;
  text-decoration: none;
}
.top_news_cont p{
  font-size: 12px;
  line-height: 15px;
}
.top_news_cont span{
  font-size: 12px;
  line-height: 23px;
  margin-bottom: 5px;
}
.top_news_cont span a{
  font-size: 12px;
  line-height: 23px;
}
.top_news_cont span a:hover{
  color: #FFFFFF;
  text-decoration: none;
}
.footer_left {
  margin-bottom: 40px;
}
.footer_mid {
  margin-bottom: 40px;
}

.latest_videos_container h2.resp-accordion{
  background-color: #3C3C3C;
}
.latest_videos_container h2.resp-accordion.resp-tab-active {
  background-color: #E90606 !important;
}

.entertainment_container {
  width: 100%;
}
.tab_cont_sec img {
  width: 100%;
}
.entertainment_container h2.resp-accordion{
  background-color: #3C3C3C;
}
.entertainment_container h2.resp-accordion.resp-tab-active {
  background-color: #E90606 !important;
}
.tab_cont_sec{
  padding: 10px;
}
.mob-menu-header-holder {
  display: contents !important;
}
.wpcf7-submit{
  margin-top: 10px;
}

.archive_month ul li {
  width: 100%;
}
.archive_subject ul li.categories ul li {
  width: 100%;
}


.email_box {
  display: none;
}
.footer_container .email_box {
  display: inline-flex;
}
/* .bar_menu {
  display: none;
} */
/* .phone_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.header_mid_sec .col-md-3 {
  /* width: 50%; */
  width: auto !important;
  padding: 0 10px;
}
.header_mid_sec .col-md-6 {
  display: none;
}
.menu-icon {
    position: relative;
    top: 0;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    z-index: 0;
    color: black;
    text-align: left;
    left: 4px;
}

.logo_area {
    display: flex;
    justify-content: center;
    padding: 10px 0 0 0;
}



}

@media screen and (min-width:360px) and (max-width:767px) {


}

@media screen and (min-width:412px) and (max-width:767px) {


.top_news_cont h2 a {
  font-size: 15px;
  line-height: 24px;
  color: #FFFFFF;
}


}

@media screen and (min-width:480px) and (max-width:767px) {




}

@media screen and (min-width:568px) and (max-width:767px) {

  

}

@media screen and (min-width:636px) and (max-width:767px) {

.top_news_cont {
  position: absolute;
  left: 30px;
  bottom: 15px;
}

}

@media screen and (min-width:732px) and (max-width:1024px) {



}

@media screen and (min-width:768px) and (max-width:1024px) {

.main_menu ul li {
  padding: 0 20px;
}
.left_add_box{
  display: none;
}
.right_add_box{
  display: none;
}
.top_add_sec {
  padding: 0 15px;
}
.big_add_sec {
  padding: 0 15px;
}
.big_add_sec img{
  width: 100%;
}
.footer_contact {
  margin-top: 30px;
}
.top_news_cont {
  position: absolute;
  left: 40px;
  bottom: 25px;
}

.top_news_cont h2 {
  font-size: 20px;
  line-height: 30px;
}
.top_news_cont h2 a {
  font-size: 20px;
  line-height: 30px;
}
.tab_cont_sec {
  position: relative;
  padding: 15px;
}
.latest_videos_container h2.resp-accordion{
  background-color: #3C3C3C;
}
.latest_videos_container h2.resp-accordion.resp-tab-active {
  background-color: #E90606 !important;
}

.entertainment_container {
  width: 100%;
}
.tab_cont_sec img {
  width: 100%;
}
.entertainment_container h2.resp-accordion{
  background-color: #3C3C3C;
}
.entertainment_container h2.resp-accordion.resp-tab-active {
  background-color: #E90606 !important;
}

.header_container_wrap {
  display: initial;
}
.top_social_menu {
  display: flex;
  justify-content: center;
}
.top_social_menu ul {
  display: flex;
  padding: 0 0 20px;
  margin: 0;
}



}

@media screen and (min-width:800px) and (max-width:1024px) {


}

@media screen and (min-width:900px) and (max-width:1024px) {


}

@media screen and (min-width:980px) and (max-width:1024px) {



}

@media screen and (min-width:1000px) and (max-width:1024px) {

  .top_news_cont {
    position: absolute;
    left: 75px;
    bottom: 48px;
}

}

@media screen and (min-width:1025px) and (max-width:1280px) {


.left_add_box{
  display: none;
}
.right_add_box{
  display: none;
}
.big_add_sec img{
  width: 100%;
}
.top_add_sec img{
  width: 100%;
}

.top_social_menu {
  display: initial;
  justify-content: normal;
  position: relative;
  right: 10%;
  top: 0;
}


}


@media screen and (min-width:1281px) and (max-width:1366px) {

  .top_social_menu {
    display: initial;
    justify-content: normal;
    position: relative;
    right: 10%;
    top: 0;
  }
  .left_add_box {
    position: absolute;
    left: -2%;
    top: 0;
}
.right_add_box {
  position: absolute;
  right: -2%;
  top: 0;
}

}



@media screen and (min-width:1500px) and (max-width:1999px) {


}

@media screen and (min-width:2000px) and (max-width:3000px) {


}

