html,
body {
  margin: 0px;
  padding: 0px;
  /*font-family: "akrutioriashok-99normal";*/
}
@font-face {
/*  font-family: "akrutioriashok-99normal";
  src: url("../fonts/akrutioriashok99_normal-webfont.eot");
  src: url("../fonts/akrutioriashok99_normal-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/akrutioriashok99_normal-webfont.woff2") format("woff2"),
    url("../fonts/akrutioriashok99_normal-webfont.woff") format("woff"),
    url("../fonts/akrutioriashok99_normal-webfont.svg#akrutioriashok-99normal")
      format("svg");*/
  font-weight: normal;
  font-style: normal;
}

table {
  border-collapse: collapse;
  width: 100%;
}

p {
  margin-bottom: 5px;
}

.content {
    font-size: 18px;
    color: #000;
    word-break: break-all;
}
header {
  float: left;
  width: 100%;
}
.black_row_header_top {
  float: left;
  width: 100%;
  background-color: #000;
  padding: 0px 0px;
}
.black_row_header_top p {
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
}
.black_row_right_text {
  float: right;
  margin-right: 20px;
}
.black_row_left_text {
  float: left;
}
.black_row_right_text ul {
  list-style: none;
  padding: 0px;
  margin: 6px 0;
}
.black_row_right_text ul li {
  display: inline-block;
}
.black_row_right_text ul li a {
  margin-left: 4px;
  display: block;
}
.black_row_right_text ul li a i {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}
.logo_section {
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
  background: #fff;
  padding: 10px 0px;
}
.logo_section img {
  margin: 0 auto;
  width: 480px;
}
.navigation_menu-section {
  float: left;
  width: 100%;
  background-color: #d82028;
}

.logo_section .left-add img {
  float: left;
  width: 100%;
}

.logo_section .right-add img {
  float: right;
  width: 100%;
}
.navbar {
  padding: 0rem 0rem;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 19px;
}

.nav-item {
  padding-left: 42px;
}
.nav-item:nth-child(1) {
  padding-left: 0px;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgb(255, 231, 38);
  background-color: #c3050b;
}
.nav-link {
  display: block;
  padding: 14px 16px;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(255, 231, 38);
  background-color: #c3050b;
}

.marquee_section {
  float: left;
  width: 100%;
  background-color: #eeeeee;
  margin-top: 40px;
}
.marquee_section h4 {
    margin-bottom: 0px;
    background-color: #000;
    float: left;
    font-size: 24px;
    color: #ffff;
    padding: 12px 17px;
}
marquee {
  float: left;
  width: 82%;
  font-size: 20px;
}
marquee p {
  font-size: 22px;
  margin-top: 10.5px;
}
marquee p a{
  color: #000;
}
.contant_wrapper {
  float: left;
  width: 100%;
  clear: both;
  padding: 40px 0px;
}
.news_box {
  float: left;
  width: 100%;
  box-shadow: 2px 4px 10px #e4e4e4;
  padding: 10px 10px;
  margin-bottom:20px;
  background: #fff;
}
.news_box_contain {
  float: left;
  width: 100%;
}

.add-img {
  padding: 0 !important;
  box-shadow: unset !important;
}

.title {
  font-size: 26px;
  font-weight: bold;
  color: #d82028;
}
.news_image_box {
  float: left;
  width: 100%;
}
.news_caption {
  float: left;
  width: 100%;
}
.news_caption2 {
  padding: 5px 10px;
  height: 70px;
}
.big_text {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-top: 15px;
}
.date {
    font-size: 20px;
    color: #000;
    margin-top: 10px;
}
img {
  width: 100%;
}
.margin_top_0 {
  margin-top: 0px;
}
.news_caption ul {
  padding: 0px;
  list-style: none;
}
.news_caption ul a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.news_caption ul li a {
  font-size: 15px;
}
.news_caption ul li {
  border-bottom: 1px solid #bfbfbf;
  line-height: 36px;
}
.read_more {
    float: right;
    font-size: 24px;
    color: #d82028;
}
.big-image_news {
  overflow: hidden;
  height: 349px;
}
.big-image_news img {
  object-fit: cover;
  height: 100%;
}


.small_text {
  color: #000;
}
.btn_red {
    background-color: #d82028;
    color: #fff;
    padding: 7px 30px;
    float: left;
    font-size: 20px;
    margin-top: 18px;
    border: solid 1px #d82028;
    font-weight: 500;
}

.btn_red:hover {
  background-color: #fff;
  color: #000000;
  border: solid 1px #d82028;
  transition: all .8s ease;
}


.about_site_image {
  height: 251px;
  overflow: hidden;
  margin-bottom: 10px;
}
.about_site_image img{
  object-fit: cover;
  height: 100%;
}
.state_news_big {
  height: 210px;
  overflow: hidden;
}
.state_news_big img{
  object-fit: cover;
  height: 100%;
}


.state_news_box_bottom_small {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 20px;
}
.state_news_small_image {
  float: left;
  width: 100%;
  height: 132px;
}
.news_box_state {
  float: left;
  width: 100%;
  border-bottom: 1px solid #848484;
  padding-bottom: 23px;
  margin-bottom: 17px;
}

.border-bottom-0 {
  border-bottom: 0px;
  margin-bottom: 0;
  padding-bottom: 0px;
}
.latest_news_one_third {
  overflow: hidden;
  height: 165px;
}
.latest_news_one_third img {
  object-fit: cover;
  height: 100%;
}


.small_image_box {
  float: left;
  height: 121px;
  overflow: hidden;
}

.state_news_small_image img{
  object-fit: cover;
  height: 100%;
}


.bold_font {
  font-weight: bold;
  line-height: 24px
}
.margin_bottom {
    margin-bottom: 20px;
    font-size: 17px;
}
.national_news {
  overflow: hidden;
  height: 273px;
}

.national_news img{
  object-fit: cover;
  height: 100%;
}


.red_box {
  background-color: #d8232b;
  color: #fff;
  padding: 10px 10px;
  font-size: 20px;
  margin-bottom: 0;
}
.title_box {
  float: left;
  width: 100%;
  margin-top: 0px;
}
.popular_image_box {
  float: left;
  width: 100%;
}
.popular_news_box {
  float: left;
  width: 100%;
  border-bottom: 1px solid #868686;
  padding-bottom: 18px;
  margin-top: 22px;
}
.box1 {
  margin-top: 0 !important;
}
.margin_top {
  margin-top: 20px;
}
.form-control {
  display: block;
  width: 100% !important;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #8d8e8e;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 15px;
  float: left;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  float: left;
  margin-bottom: 14px;
}
.input-group-btn {
  float: left;
  width: 100%;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
   font-size: 20px;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
 
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #000;
  width: 100%;
  margin-top: 16px;
}

.btn-theme:hover{
  color: #ffffff;
}

.recent_post_height {
  overflow: hidden;
  height: 115px;
}

.recent_post_height img {
  object-fit: cover;
  height: 100%;
}


.slider-section {
  float: left;
  width: 100%;
  margin-top: 14px;
}
.slidr_image_height {
  overflow: hidden;
  height: 196px;
}

.slidr_image_height img{
  object-fit: cover;
  height: 100%;
}



.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: block;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: -60px;
  right: -3px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}
footer {
  float: left;
  width: 100%;
  background-color: #0e0e0e;
  padding: 50px 0px;
  overflow: hidden;
}
.footer_menu {
  float: left;
  width: 100%;
}
.footer_menu ul {
  padding: 0;
  margin: 0px;
  list-style: none;
}
.footer_menu ul li {
  line-height: 33px;
}
.footer_menu ul li a {
    color: #fff;
    font-size: 18px;
}
footer .big_text {
  color: #fff;
  font-weight: 500;
    font-size: 18px;
}
footer .small_text {
  font-size: 18px;
  color: #868686;
}
.margin_left {
  margin-left: 120px;
}
.social_links {
  float: left;
}
.social_links li {
  display: inline-block;
  margin-right: 6px;
}
.social_links li a {
  display: block;
}

.social_links li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
}

.base_footer {
    float: left;
    width: 100%;
    background-color: #000000;
    padding: 20px 0px;
    text-align: center;
    font-size: 18px;
    color: #606060;
}

.search-box {
  /* position: absolute; */
  top: 0;
  left: auto;
  /* transform: translate(-50%,-50%); */
  background: #353b48;
  height: 0;
  border-radius: 0;
  padding: 0;
}

.search-box:hover .search-txt {
  width: 200px;
  padding: 0px 14px;
}

.search-box:hover .search-btn {
  background: #d82028;
}
.search-btn {
    color: #fff !important;
    float: right;
    width: 52px;
    height: 52px;
    border-radius: 0;
    background: #d82028;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
}

.search-txt {
  border: none;
  outline: none;
  background: none;
  float: left;
  padding: 0;
  color: #000;
  font-size: 16px;
  line-height: 47px;
  width: 0;
  transition: width 400ms;
  background-color: #fff;
  margin-left: 0px;
  position: absolute;
  right: 48px;
}

.search_box_outer {
  float: right;
  position: relative;
}

.title2 {
  font-size: 22px;
}

/****************** breadcrumb-section ***********************/

.breadcrumb-section {
  background: url(../images/bg/news-bg.jpg) center no-repeat;
  /* background: #e0e0e0; */
  background-size: cover;
  padding: 130px 0px 40px;
  width: 100%;
  float: left;
  position: relative;
}

.breadcrumb-section::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000b8;
  height: 100%;
}

.breadcrumb-section h1 {
  margin-bottom: 0;
  font-size: 35px;
  color: #f9f9fa;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.breadcrumb-section h1:after {
  background: #d82028;
  height: 3px;
  content: "";
  display: block;
  width: 100px;
  margin: 0px 0px 0px;
}
.breadcrumb {
  background: none;
  border-radius: 0;
  padding: 4px 0;
  margin: 20px 0px 0px;
  float: right;
}
.breadcrumb > li {
  font-weight: 400;
}
.breadcrumb > li a {
    color: #ff000b;
    font-size: 24px;
    font-weight: 400;
}
.breadcrumb > .active {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    margin-left: 20px;
}
/****************** breadcrumb-section ***********************/

/****************** news section ***********************/

.news-section {
  width: 100%;
  float: left;
  padding: 80px 0;
}
.news-section .newser-block-post {
  margin-bottom: 30px;
  box-shadow: 0px 2px 12px #ccc;
}

.post-title-section {
  background: #fff;
  padding: 10px;
}

.news-section .newser-block-post .post-thumb-wrapper {
  position: relative;
}
.news-section .newser-block-post .post-thumb-wrapper img {
  margin: 0 auto;
  /* width: auto; */
}
/* .post-format-icon {
    background: rgba(0,0,0,0.3);
    color: #fff;
    display: inline-block;
    font-size: 17px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: 2px solid rgba(255,255,255,1);
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1;
} */

.category-tag {
  display: inline-block;
  font-size: 14px;
  left: 15px;
  line-height: 20px;
  vertical-align: middle;
  padding: 5px 10px;
  position: absolute;
  top: 15px;
  margin-bottom: 0px;
  background-color: #d82028;
  color: #fff;
}

.post-title-section .post-title-wrapper h4.post-title {
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 22px;
  font-weight: 600;
}

.post-title-section .post-title-wrapper h4.post-title a {
  color: #000;
  font-size: 22px;
}

.post-title-section .post-title-wrapper h4.post-title a:hover {
  color: #c3050b;
}

.post-meta-wrapper {
  margin-bottom: 15px;
}
.post-meta-wrapper .post-meta {
  display: block;
  margin: 0;
  list-style: none;
  padding: 0;
}
/* .post-meta-wrapper .post-meta li {
    padding-left: 0px;
    padding-right: 10px;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
.post-meta-wrapper .post-meta li a  {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
} */

.post-title-section .post-title-wrapper .post-date {
  font-size: 18px;
  color: #656565;
  margin-right: 8px;
  padding-right: 10px;
  /* border-right: 1px solid #676767; */
  /* line-height: 10px; */
  display: inline-block;
}
.post-title-section .post-meta {
  margin-bottom: 10px;
}

.post-title-section .post-meta p {
    color: #000;
    text-align: justify;
    font-size: 18px;
}

.img-scale-animate {
  margin-bottom: 0px;
  overflow: hidden;
}

/* .item-wrap .img-overlay{
    overflow: hidden;
} */

.img-scale-animate img {
  width: 100%;
  height: 100%;
  /* -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1.5s ease-out;
  -moz-transition: all 1.5s ease-out;
  -ms-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out; */
}
.img-scale-animate:hover img {
  /* -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); */
}

.img-scale-animate2 {
  margin-bottom: 0px;
  overflow: hidden;
  height: 190px;
}

/* .item-wrap .img-overlay{
    overflow: hidden;
} */

.img-scale-animate2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.mask-content-lg {
  bottom: 10px;
  left: 30px;
  padding-right: 30px;
  /* position: absolute; */
}
.mask-content-sm {
  /* position: absolute; */
  bottom: 5px;
  left: 25px;
  padding-right: 25px;
}

.title-style-2 {
  border-bottom: 2px solid #d82028;
  margin-bottom: 30px;
}
.rt-widget-title-holder {
  border-bottom: 2px solid #d82028;
}

.title-style-2 h3.widgettitle {
    background: #d82028;
    text-transform: capitalize;
    z-index: 2;
    display: inline-block;
    padding: 6px 20px 6px 20px;
    position: relative;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 0px;
    line-height: 1.4;
}
.title-style-2 h3.widgettitle span {
  position: absolute;
  content: "";
  top: 0;
  right: -8px;
  border-top: 8px solid #d82028;
  border-right: 8px solid transparent;
}

.single-activities .media-body p {
    
    font-size: 18px;
}

.rt-news-box .rt-news-box-widget {
  position: relative;
  margin-top: 30px;
  border-bottom: 2px solid #d82028;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}
.rt-news-box .media a.post-img-holder {
  width: 35%;
  margin-right: 15px;
  height: 90px;
  overflow: hidden;
}

.rt-news-box .media a.post-img-holder img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.img-opacity-hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(225, 225, 225, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}

.rt-news-box .post-date-dark ul {
  line-height: 1;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.rt-news-box .post-date-dark ul li {
    color: #757272;
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 17px;
    border: none;
}
.rt-news-box .post-date-dark ul li i {
  padding-right: 7px;
}
.rt-news-box .media-body h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-top: 9px;
  margin-bottom: 0px;
}
.rt-news-box .media-body h3 a {
    color: #111111;
    text-align: justify;
    font-size: 18px;
}
.rt-news-box .media-body h3 a:hover {
  color: #c3050b;
}



/* gallery */
.gallery-section {
  padding: 50px 0;
  clear: both;
}
.gallery_album_div {
  position: relative;
  float: left;
  width: 100%;
  border: solid 1px #eee;
  padding: 0;
}
.gallery_album_div a {
  background: #f5f5f5;
  display: block;
  float: left;
  width: 100%;
  color: #000;
}
.gallery_album_div a:hover {
  background: #1b9ce0;
  color: #fff;
}
.gallery_album_div img {
  width: 100%;
  height: 100%;
  position: relative;
}
.gallery_album_div span {
  float: left;
  padding: 15px;
  width: 100%;
  text-align: left;
  margin-top: 0px;
  min-height: 127px;
}
.gallery_album_div .container {
  position: relative;
  width: 100%;
  padding: 0;
}
.gallery_album_div .image {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
}
.gallery_album_div .overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #000000b0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}
.gallery_album_div .container:hover .overlay {
  bottom: 0;
  height: 100%;
}
.gallery_album_div .text a {
  background: none;
  color: #fff;
}
.gallery_album_div .text a:hover {
  background: none;
  color: #fff;
}
.gallery_album_div .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}






.masonry {
  /* Masonry container */
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 2em;
  /* font-size: 20px; */
}


.item {
  display: inline-block;
  background: #fff;
  margin: 0 0 1.5em;
  /*width: 25%;*/
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #ccc;
}
.item img {
  max-width: 100%;
}

@media only screen and (max-width: 320px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (max-width: 575px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (min-width: 1201px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}



.pagination-sec {
  margin-top: 30px;
}

.pagination-sec ul {
  margin: 0;
  padding: 0;
}
.pagination-sec ul li {
  list-style: none;
}

.justify-content-center {
  -moz-flex-pack: left !important;
  -webkit-flex-pack: left !important;
  justify-content: left !important;
}

.pagination-sec ul .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination-sec ul li .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.blog-pagination .page-link {
  margin-left: -6px;
  color: #403a34;
  border: none;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.28);
  height: 40px;
  width: 40px;
  margin: 0 5px;
  text-align: center;
  line-height: 24px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.pagination-sec ul li .page-link {
  font-size: 18px;
  font-weight: 600;
}

.pagination-sec ul li .page-link:hover {
  z-index: 2;
  color: #ffffff;
  text-decoration: none;
  background-color: #c3050b;
  border-color: #dee2e6;
}

.pagination-sec ul .page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #c3050b;
}

.pagination-sec ul li a i {
  line-height: 25px;
  font-size: 18px;
}

/* .post-meta-wrapper .post-meta li:nth-child(n+3) {
    float: right;
} */

/****************** news section End *******************/

/*************** news-details-section *********************/

.news-details-section{
  width: 100%;
  float: left;
  padding: 80px 0;
}
.news-details-layout1 {
  position: relative;
}

.topic-box-top-sm {
  position: absolute;
  left: 30px;
  margin-top: 20px;
}
.topic-box-sm {
  display: inline-block;
  position: relative;
  color: #fff;
  height: 26px;
  padding: 0 15px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  z-index: 2;
}

.topic-box-sm:before {
  z-index: 1;
  content: "";
  top: 0;
  right: -8px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid #e53935;
  border-right: 8px solid transparent;
}
.topic-box-sm:after {
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #e53935;
} 

h2.title-semibold-dark {
  font-weight: 600;
  font-size: 30px;
}

.post-info-dark{
  padding: 0;
}
.post-info-dark li {
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 2px solid #dcdcdc;
    line-height: 1;
}
ul.post-info-dark li a {
  font-size: 14px;
  color: #444;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
ul.post-info-dark li a i {
  margin-right: 15px;
}

.news-details-layout1 p {
  line-height: 28px;
  text-align: justify;
}

blockquote {
  display: inline-block;
  padding: 30px 15px 35px 80px;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  border-left: 3px solid #e53935;
  margin: 20px 0;
}
.bg-accent {
  background-color: #f8f8f8;
}
blockquote i {
 
  position: absolute;
  left: 35px;
  top: 25px;
  color: #e53935;
  font-size: 36px;
  z-index: 1;
  font-family: fontawesome;
}



/* ul.blog-tags {
  margin-bottom: 30px;
  margin-top: 30px;
}
ul.blog-tags li:first-child {
  border: 1px solid #e53935;
  padding: 3px 15px;
  background-color: #e53935;
  color: #fff;
  font-size: 14px;
}
ul.blog-tags li a {
  border: 1px solid #dcdcdc;
  display: block;
  padding: 3px 10px;
  color: #444;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
} */



.post-share-area {
  width: 100%;
  float: left;
  padding: 20px;
  background-color: #f8f8f8;
  margin-top: 20px;
}


.title-section {
  /* width: 100%;
  float: left; */
  margin: 20px 0;
} 
.title-section h3{
color: #000000;
font-size: 18px;
font-weight: 600;
float: left;
padding-right: 15px;
}
.title-section span a{
  color: #d82028;
  }
.title-section span a:hover{
color: #000000;
}

.post-share-area p {
  font-size: 18px;
  font-weight: 600;
}
ul.item-inline {
  overflow: hidden;
  padding: 0;
  margin-top: 20px;
}
ul.item-inline li {
  margin-right: 3px;
  float: left;
  display: inline-block;
  margin-bottom: 3px;
}
.post-share-area ul.social-default li a {
  display: block;
  height: 44px;
  line-height: 42px;
  width: 48px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.post-share-area ul.social-default li a.facebook {
  background: #516eab;
  border: 2px solid #516eab;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.post-share-area ul.social-default li a.facebook:hover {
  background: 0 0;
  color: #516eab;
}



.post-share-area ul.social-default li a.twitter {
  background: #29c5f6;
  border: 2px solid #29c5f6;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.post-share-area ul.social-default li a.twitter:hover {
  background: 0 0;
  color: #29c5f6;
}


.post-share-area ul.social-default li a.google {
  background: #eb4026;
  border: 2px solid #eb4026;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.post-share-area ul.social-default li a.google:hover {
  background: 0 0;
  color: #eb4026;
}





.post-share-area ul.social-default li a.pinterest {
  background: #ca212a;
  border: 2px solid #ca212a;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.post-share-area ul.social-default li a.pinterest:hover {
  background: 0 0;
  color: #ca212a;
}




.post-share-area ul.social-default li a.rss {
  background: #ef6c00;
  border: 2px solid #ef6c00;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.post-share-area ul.social-default li a.rss:hover {
  background: 0 0;
  color: #ef6c00;
}



.post-share-area ul.social-default li a.linkedin {
  background: #1976d2;
  border: 2px solid #1976d2;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.post-share-area ul.social-default li a.linkedin:hover {
  background: 0 0;
  color: #1976d2;
}
.news-details-img2 {
  float: left;
  width: 100%;
  margin-right: 30px;
  overflow: hidden;
  height: 320px;
}
.news-details-img2 img{
  float: left;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news-details-img2 video{
  width: 100%;
  height: 320px;
}

.related-post{
  width: 100%;
  float: left;
}
.related-post .title_box h3{
  color: #000;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 20px;
  background: none;
}


/*************** news-details-section *********************/


/*************** aboutus-section *************************/

.aboutus-section{
  width: 100%;
  float: left;
  padding: 80px 0;
  background: #fff;
}

.about-text-detail {
  width: 100%;
  float: left;
  position: relative;
}


.about-text-detail .about-text {
  margin-left: -200px;
  background: #fff none repeat scroll 0 0;
  box-shadow: 5px 8px 15px -1px #d6d2d2;
  padding: 30px 30px;
}
.div-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
}

.activities-area{
  width: 100%;
  float: left;
  padding:80px 0 0;
}

.activities-area .border-img {
  position: relative;
  display: block;
}

.activities-area .activities-area-about {
  position: relative;
  padding-left: 20px;
}

.activities-area .activities-area-about h2 {
  color: #101010;
  font-size: 26px;
  letter-spacing: 0px;
  font-weight: 500;
  margin: 0 0 25px;
  text-transform: uppercase;
}

.activities-area .activities-area-about .single-activities {
  margin-bottom: 10px;
  position: relative;
  right: 10px;
}
.media:first-child {
  margin-top: 0;
}

.activities-area .activities-area-about .single-activities .media .pull-left {
  margin-right: 0px;
}

.activities-area .activities-area-about .single-activities .media .pull-left a {
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  text-align: center;
  font-size: 35px;
  line-height: 70px;
  transition: all 0.5s ease 0s;
}

.activities-area .activities-area-about .single-activities .media .pull-left a i {
  color: #d82028;
  font-size: 40px;
  margin-right: 20px;
  vertical-align: top;
  margin-top: 10px;
  margin-left: 10px;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.activities-area .activities-area-about .single-activities .media .media-body h4.media-heading a {
  font-size: 24px;
  line-height: 1.5;
  color: #101010;
  display: block;
  transition: all 0.5s ease 0s;
  font-weight: 700;
}
/*************** aboutus-section *************************/


/************** contact-us-section ************************/
.contact-us-section{
 width: 100%;
 float: left;
 padding: 80px 0;
 background: #f5f5f5;
}


/* .contact-us-section .contact-info:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  height: -webkit-calc(100% - 10px);
  height: -moz-calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid #da0000;
  border-bottom: 0px;
 
} */

.contact-us-section .contact-info span {
  color: #ffffff;
}

.contact-us-section .contact-info {
  position: relative;
  float: left;
  width: 100%;
  padding: 40px 20px 90px;
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 14px -6px #757575;
-moz-box-shadow:0px 4px 14px -6px #757575;
box-shadow:0px 4px 14px -6px #757575;
height: 225px;
}


.contact-us-section .contact-info span {
  position: absolute;
  left: 0px;
  right: 0px;
  margin:0 auto;
  bottom: -45px;
  font-size: 32px;
  line-height: 60px;
  z-index: 1;
  float: left;
  /* margin: 3px 10px 0px 0px; */
  font-size: 28px;
  width: 30px;
  text-align: center;
}
.contact-us-section .contact-info .icon-pointer {
  margin-bottom: 10px;
}
.contact-us-section .contact-info h6 {
    color: #000000;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
}

.contact-info p {
    
    font-size: 18px;
}

.contact-info a{
  color: #000;
  font-size: 18px;
}
.contact-info a:hover{
  color: #da0000;
}

.contact-us-section .contact-info:after {
  content: "";
  position: absolute;
  background: #da0000;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: -30px;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 5px 5px 8px -3px #656565;
  -moz-box-shadow:5px 5px 8px -3px #656565;
  box-shadow:5px 5px 8px -3px #656565;
  transition: all 0.5s ease-in-out 0s;
  transform-style: preserve-3d;
}
.contact-us-section .contact-info:hover:after {
  transform: perspective(0px) rotateX(0deg) rotate(-45deg);
  -webkit-box-shadow: -5px 5px 16px -5px #656565;
  -moz-box-shadow:-5px 5px 16px -5px #656565;
  box-shadow:-5px 5px 16px -5px #656565;
}

.contact-form-section {
  margin-top: 90px;
  width: 100%;
  float: left;
}
.contact-form-section .contact-form {
  width: 100%;
  float: left;
  background: #fff;
  padding: 30px 20px;
}

.contact-form-section .contact-form form .form-group input{
  border: 1px solid #8d8e8e;
  color: #000000;
  height: 45px;
}
.contact-form-section .contact-form form .form-group input:focus{
outline: unset;
box-shadow: unset;
}
.contact-form-section .contact-form form .form-group textarea{
  border: 1px solid #8d8e8e;
  color: #000000;
  font-size: 18px;
  height: 165px;
  resize: none;
}

.contact-form-section .contact-form form .form-group textarea:focus{
  outline: unset;
  box-shadow: unset;
  }


/************** contact-us-section End ************************/



@media (max-width: 1920px) {
  /* .container {
    max-width: 1760px;
  } */
}


@media (max-width: 1600px) {
  /* .container {
    max-width: 1550px;
  } */
  .nav-item {
    padding-left: 23px;
  }
  marquee {
    float: left;
    font-size: 18px;
  }

  .big-image_news {
    overflow: hidden;
    height: 298px;
  }
  .about_site_image {
    height: 207px;
    overflow: hidden;
  }
  .news_caption ul li {
    border-bottom: 1px solid #bfbfbf;
    line-height: 32px;
  }
    
  .state_news_big {
    height: 183px;
    overflow: hidden;
  }
  .big_text {
    font-size: 18px;
    color: #000;
    font-weight: bold;
  }
    .read_more {
    float: right;
    font-size: 22px;
    color: #d82028;
}    

    .content {
    font-size: 17px;
    line-height: 25px;
}
.news_box {
  padding: 15px;
}
    
.contact-us-section .contact-info {
    
    height: 210px;
}
    
.title-style-2 h3.widgettitle {
    background: #d82028;
    text-transform: capitalize;
    z-index: 2;
    display: inline-block;
    padding: 6px 20px 6px 20px;
    position: relative;
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 0px;
    line-height: 1.4;
}    
    

.marquee_section h4 {
    margin-bottom: 0px;
    background-color: #000;
    float: left;
    font-size: 22px;
    color: #ffff;
    padding: 12px 17px;
}
  
.title {
    font-size: 24px;
    font-weight: bold;
    color: #d82028;
} 
    

footer .big_text {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
    
footer .small_text {
    font-size: 16px;
    color: #868686;
}    

.footer_menu ul li a {
    color: #fff;
    font-size: 17px;
}  
    
.base_footer {
    float: left;
    width: 100%;
    background-color: #000000;
    padding: 20px 0px;
    text-align: center;
    font-size: 17px;
    color: #606060;
}
    
.black_row_header_top p {
    color: #fff;
    font-size: 17px;
    margin-top: 15px;
} 
    
.breadcrumb-section h1 {
    margin-bottom: 0;
    font-size: 32px;
    color: #f9f9fa;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
}
    
.breadcrumb-section h1:after {
    background: #d82028;
    height: 3px;
    content: "";
    display: block;
    width: 90px;
    margin: 0px 0px 0px;
}
    
.breadcrumb > li a {
    color: #ff000b;
    font-size: 23px;
    font-weight: 400;
}
    
.breadcrumb > .active {
    color: #ffffff;
    font-size: 23px;
    font-weight: 400;
    margin-left: 20px;
}    
    
    .btn {
        
        font-size: 18px;
    }    
    
.post-title-section .post-title-wrapper .post-date {
  font-size: 16px;
  color: #656565;
  margin-right: 8px;
  padding-right: 10px;
  /* border-right: 1px solid #676767; */
  /* line-height: 10px; */
  display: inline-block;
}    
    
.about-text-detail .about-text {
    
    padding: 20px 30px;
} 
    
.activities-area .activities-area-about .single-activities .media .media-body h4.media-heading a {
    font-size: 22px;
    line-height: 1.5;
    color: #101010;
    display: block;
    transition: all 0.5s ease 0s;
    font-weight: 700;
}    
 
.single-activities .media-body p {
    font-size: 17px;
}
    
.contact-us-section .contact-info h6 {

    font-size: 26px;
}
    
.contact-info p {
    font-size: 17px;
}
    
 
.btn_red {
    background-color: #d82028;
    color: #fff;
    padding: 7px 30px;
    float: left;
    font-size: 18px;
    margin-top: 18px;
    border: solid 1px #d82028;
    font-weight: 500;
}   
    
    
    

}


@media  (max-width: 1440px) {
  /************ home *******************/
  /* .container {
    max-width: 1350px;
} */

.logo_section img {
  width: 400px;
}

.news_caption ul li a {
  font-size: 15px;
}
.big_text {
  font-size: 16px;
}
.news_box {
  padding: 15px;
}
.social_links li a i{
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.small_image_box {
  float: left;
  height: 168px;
  overflow: hidden;
}
content {
  font-size: 15px;
  line-height: 26px;
}
/************ home *******************/


/************ About *******************/
.breadcrumb-section h1 {
  font-size: 30px;
}
.about-text-detail .about-text {
  margin-left: -430px;
  padding: 20px 20px;
}

.aboutus-section {
  padding: 50px 0;
}
/************ About *******************/


/************ Contact Us *******************/

.contact-us-section {
  padding: 50px 0;
}

.contact-us-section .contact-info {
  padding: 40px 10px 40px;
  height: 200px;
}

.news_caption2 {
    padding: 5px 10px;
    height: 100px;
}    


/************ Contact Us *******************/


/************ News *******************/
.post-title-section .post-title-wrapper h4.post-title a {
  font-size: 18px;
}
h2.title-semibold-dark {
  font-size: 24px;
}
.news-details-section {
  width: 100%;
  float: left;
  padding: 50px 0;
}

.news-section {
  padding: 50px 0;
}

/************ News *******************/


/************ Video *******************/

/************ Video *******************/

.marquee_section h4 {
    margin-bottom: 0px;
    background-color: #000;
    float: left;
    font-size: 20px;
    color: #ffff;
    padding: 12px 17px;
}
    
.content {
    font-size: 16px;
    line-height: 25px;
}
    
.title {
    font-size: 22px;
    font-weight: bold;
    color: #d82028;
}
    

.date {
    font-size: 18px;
    color: #000;
    margin-top: 10px;
}
    
.big_text {
    font-size: 17px;
    color: #000;
    font-weight: bold;
}
    
.content {
    font-size: 16px;
    line-height: 22px;
}
    
.read_more {
    float: right;
    font-size: 21px;
    color: #d82028;
}
    
.post-title-section .post-meta p {
    color: #000;
    text-align: justify;
    font-size: 17px;
}
    
.title-style-2 h3.widgettitle {
    background: #d82028;
    text-transform: capitalize;
    z-index: 2;
    display: inline-block;
    padding: 6px 20px 6px 20px;
    position: relative;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 1.4;
}    
    
.single-activities .media-body p {
    font-size: 16px;
}
    
.contact-us-section .contact-info h6 {
    font-size: 24px;
}
    
 .contact-us-section .contact-info span {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: -45px;
    font-size: 32px;
    line-height: 50px;
    z-index: 1;
    float: left;
    /* margin: 3px 10px 0px 0px; */
    font-size: 25px;
    width: 30px;
    text-align: center;
}
    
 .contact-us-section .contact-info:after {
    content: "";
    position: absolute;
    background: #da0000;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -30px;
    width: 50px;
    height: 50px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 5px 5px 8px -3px #656565;
    -moz-box-shadow: 5px 5px 8px -3px #656565;
    box-shadow: 5px 5px 8px -3px #656565;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
}
    
.breadcrumb > .active {
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;
    margin-left: 20px;
}    
    
.breadcrumb > li a {
    color: #ff000b;
    font-size: 23px;
    font-weight: 400;
}    
    
    


}

@media  (max-width: 1366px) {
  /************ home *******************/
  /* .container {
    max-width: 1350px;
} */
  /* marquee {
    width: 86%;
} */
.logo_section img {
  width: 400px;
}
.title {
    font-size: 21px;
}
    
.contact-us-section .contact-info h6 {
    font-size: 23px;
}    
    
    
  .btn {
    font-size: 16px;
}
    
    .about-text  p {
        
        font-size: 14px;
    }
    
activities-area .activities-area-about .single-activities .media .media-body h4.media-heading a {
    font-size: 20px;
    line-height: 1.5;
    color: #101010;
    display: block;
    transition: all 0.5s ease 0s;
    font-weight: 700;
}
    
.single-activities .media-body p {
    font-size: 15px;
}
    

    
.news_caption ul li a {
  font-size: 15px;
}
.big_text {
  font-size: 16px;
}
.news_box {
  padding: 15px;
}
social_links li a i {
    width: 26px;
    height: 27px;
    line-height: 28px;
}
    
 .date {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}   
    
    
   .read_more {
    float: right;
    font-size: 18px;
    color: #d82028;
} 

.content {
  font-size: 16px;
  line-height: 20px;
}

.small_image_box {
  float: left;
  height: 168px;
  overflow: hidden;
}
.marquee_section h4 {
  padding: 8px 12px;
}

.margin_top {
  margin-top: 10px;
}

.popular_news_box {
  padding-bottom: 10px;
}
    
.red_box {
    background-color: #d8232b;
    color: #fff;
    padding: 10px 10px;
    font-size: 20px;
    margin-bottom: 0;
}  

/************ home *******************/


/************ About *******************/
.breadcrumb-section h1 {
  font-size: 28px;
}
.about-text-detail .about-text {
  margin-left: -430px;
  padding: 20px 20px;
}
    
.breadcrumb-section h1:after {
    background: #d82028;
    height: 3px;
    content: "";
    display: block;
    width: 80px;
    margin: 0px 0px 0px;
}
    
footer .big_text {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}
    
footer .small_text {
    font-size: 15px;
    color: #868686;
}    

.aboutus-section {
  padding: 50px 0;
}
    
.base_footer {
    float: left;
    width: 100%;
    background-color: #000000;
    padding: 15px 0px;
    text-align: center;
    font-size: 16px;
    color: #606060;
}
    
.footer_menu ul li a {
    color: #fff;
    font-size: 15px;
}    
    
/************ About *******************/


/************ Contact Us *******************/

.contact-us-section {
  padding: 50px 0;
}

.contact-us-section .contact-info {
    padding: 40px 10px 40px;
    height: 175px;
}
    
.form-control {
    display: block;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #8d8e8e;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 15px;
    float: left;
}
    
 .btn_red {
    background-color: #d82028;
    color: #fff;
    padding: 7px 30px;
    float: left;
    font-size: 16px;
    margin-top: 18px;
    border: solid 1px #d82028;
    font-weight: 500;
}   
    
    
 .contact-form-section .contact-form form .form-group textarea {
    border: 1px solid #8d8e8e;
    color: #000000;
    font-size: 16px;
    height: 165px;
    resize: none;
}   
    
    


/************ Contact Us *******************/


/************ News *******************/
.post-title-section .post-title-wrapper h4.post-title a {
    font-size: 17px;
}
h2.title-semibold-dark {
  font-size: 24px;
}
.news-details-section {
  width: 100%;
  float: left;
  padding: 50px 0;
}

.news-section {
  padding: 50px 0;
}
    
.wsmenu>.wsmenu-list>li>a {
    padding: 15px 10px;
    font-size: 14px;
}
    
 .black_row_header_top p {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}
    
 .black_row_right_text ul li a i {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}
    
.social_links li a i {
    width: 26px;
    height: 28px;
    line-height: 28px;
}    
    

.search-btn {
    color: #fff !important;
    float: right;
    width: 52px;
    height: 45px;
    border-radius: 0;
    background: #d82028;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
} 
    
    
.marquee_section h4 {
    margin-bottom: 0px;
    background-color: #000;
    float: left;
    font-size: 18px;
    color: #ffff;
    padding: 12px 17px;
}    
    
 .post-title-section .post-meta p {
    color: #000;
    text-align: justify;
    font-size: 16px;
}   
    
.breadcrumb > li a {
    color: #ff000b;
    font-size: 25px;
    font-weight: 400;
}
    
.breadcrumb > .active {
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    margin-left: 20px;
}    
    
.rt-news-box .post-date-dark ul li {
    color: #757272;
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 15px;
    border: none;
}
    
    
.title-style-2 h3.widgettitle {
    background: #d82028;
    text-transform: capitalize;
    z-index: 2;
    display: inline-block;
    padding: 6px 20px 6px 20px;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.4;
}    
    

/************ News *******************/


/************ Video *******************/

/************ Video *******************/



}

@media (min-width: 1200px) {
.container {
    max-width: 100%;
    padding: 0 200px;
}
       }



@media  (max-width: 1280px) {

.wsmenu>.wsmenu-list>li>a {
    padding: 15px 6px;
    font-size: 13px;
}    
    

.wsmenu>.wsmenu-list>li {
  padding-right: 8px;
}
.wsmenu>.wsmenu-list>li>a .wsarrow:after {
  right: -5px;
  top: 20px;
}
    

}



@media  (max-width: 1200px) {

  /************ home *******************/
  /* .container {
    max-width: 1150px;
} */
  /* marquee {
    width: 82%;
} */
.logo_section img {
  width: 400px;
}

.news_caption ul li a {
  font-size: 15px;
}
.big_text {
  font-size: 15px;
}
.news_box {
  padding: 15px;
}
.social_links li a i{
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.news_caption ul li {
  line-height: 22px;
  padding: 5px;
}

.title {
    font-size: 20px;
}
    
.post-title-section .post-title-wrapper .post-date {
    font-size: 14px;
    color: #656565;
    margin-right: 8px;
    padding-right: 10px;
    /* border-right: 1px solid #676767; */
    /* line-height: 10px; */
    display: inline-block;
}    
    
    .wsmenu>.wsmenu-list>li>a .wsarrow:after {
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 7px solid;
    content: "";
    float: right;
    right: -10px;
    height: 0;
    margin: 0 0 0 15px;
    position: absolute;
    text-align: right;
    top: 25px;
    width: 0;
}
    
.wsmenu>.wsmenu-list>li>a {
    padding: 15px 6px;
    font-size: 13px;
}    
 
 .marquee_section h4 {
    margin-bottom: 0px;
    background-color: #000;
    float: left;
    font-size: 16px;
    padding: 12px 17px;
}
    
.content {
    font-size: 13px;
    line-height: 20px;
}
    
.title {
    font-size: 22px;
}
    
.read_more {
    float: right;
    font-size: 17px;
}
    
.date {
    font-size: 15px;
    margin-top: 10px;
}    
    
    
/************ home *******************/


/************ About *******************/
.breadcrumb-section h1 {
  font-size: 30px;
}
.about-text-detail .about-text {
    margin-left: -224px;
    padding: 5px 10px;
}

.aboutus-section {
  padding: 50px 0;
}
/************ About *******************/


/************ Contact Us *******************/

.contact-us-section {
  padding: 50px 0;
}

.contact-us-section .contact-info {
  padding: 40px 10px 40px;
  height: 200px;
}



/************ Contact Us *******************/


/************ News *******************/
.post-title-section .post-title-wrapper h4.post-title a {
    font-size: 16px;
}
h2.title-semibold-dark {
  font-size: 24px;
}
.news-details-section {
  width: 100%;
  float: left;
  padding: 50px 0;
}

.post-title-section .post-meta p {
    color: #000;
    text-align: justify;
    font-size: 15px;
}
    
.news-section {
  padding: 50px 0;
}
    
    
.title-style-2 h3.widgettitle {
    background: #d82028;
    text-transform: capitalize;
    z-index: 2;
    display: inline-block;
    padding: 6px 20px 6px 20px;
    position: relative;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 1.4;
}
    
.rt-news-box .media-body h3 a {
    color: #111111;
    text-align: justify;
    font-size: 13px;
}
    
.footer_menu ul li a {
    color: #fff;
    font-size: 14px;
}
    
footer .big_text {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
    
.base_footer {
    float: left;
    width: 100%;
    background-color: #000000;
    padding: 15px 0px;
    text-align: center;
    font-size: 14px;
    color: #606060;
} 
    
 .activities-area .activities-area-about .single-activities .media .media-body h4.media-heading a {
    font-size: 20px;
    line-height: 1.5;
    color: #101010;
    display: block;
    transition: all 0.5s ease 0s;
    font-weight: 700;
}
    
    .single-activities .media-body p {
    font-size: 14px;
}
    
.contact-us-section .contact-info h6 {
    font-size: 21px;
}
    
.contact-info p {
    font-size: 15px;
}
    
.contact-form-section .contact-form {
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px 15px;
    min-height: 348px;
}  
.contact-form-section .contact-form form .form-group input {
    border: 1px solid #8d8e8e;
    color: #000000;
    height: 40px;
}    
    




}

@media  (max-width: 1024px) {

  /* .container {
    max-width: 100%;
} */
/************ home *******************/

marquee {
  width: 82%;
}
.marquee_section {
  margin-top: 20px;
}
    
.contact-info p {
    font-size: 16px;
}    
    
.contact-us-section .contact-info h6 {
    font-size: 20px;
}    
    
.red_box {
    background-color: #d8232b;
    color: #fff;
    padding: 10px 10px;
    font-size: 18px;
    margin-bottom: 0;
}    

    .content {
    font-size: 15px;
    line-height: 20px;
}    

.logo_section img {
width: 400px;
}

.news_caption ul li a {
font-size: 15px;
}
.big_text {
    font-size: 14px;
}
.news_box {
padding: 15px;
}
.social_links li a i{
width: 30px;
height: 30px;
line-height: 30px;
}

/************ home *******************/


/************ About *******************/
.breadcrumb-section h1 {
font-size: 30px;
}
.about-text-detail .about-text {
  margin-left:0px;
  padding: 15px 15px;
}

.aboutus-section {
padding: 50px 0;
}
/************ About *******************/


/************ Contact Us *******************/

.contact-us-section {
padding: 50px 0;
}

.contact-us-section .contact-info {
padding: 40px 10px 40px;
height: 200px;
}

 

/************ Contact Us *******************/


/************ News *******************/
.post-title-section .post-title-wrapper h4.post-title a {
font-size: 18px;
}
h2.title-semibold-dark {
font-size: 24px;
}
.news-details-section {
width: 100%;
float: left;
padding: 50px 0;
}

.news-section {
padding: 50px 0;
}

/************ News *******************/


/************ Footer *******************/
.footer_menu ul li a {
  font-size: 13px;
}
.social_links li a i{
  width: 25px;
  height: 25px;
  line-height: 25px;
}
/************ Footer *******************/


.read_more {
    float: right;
    font-size: 17px;
    color: #d82028;
}    
 
footer .small_text {
    font-size: 14px;
    color: #868686;
}
    
.black_row_right_text ul li a i {
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 15px;
}    
    
    

}


@media  (max-width: 991px){
  /* .container {
    max-width: 960px;
} */

.black_row_left_text {
  display: none;
}

marquee {
  width: 81%;
}

.black_row_header_top2{
display: block !important;
}

.black_row_header_top{
  display: none;
}
.black_row_header_top {
  padding: 4px 0px;
}

.logo_section {
  margin-top: 55px;
}
.marquee_section {
  margin-top: 0;
}
marquee {
  width: 77%;
}

}


@media  (max-width: 768px) {
  /* .container {
    max-width: 720px;
} */

 /************ home Section*******************/
marquee {
  width: 75%;
}
    
.content {
    font-size: 15px;
    line-height: 20px;
}    
    
.breadcrumb > .active {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin-left: 20px;
} 
    
 .breadcrumb > li a {
    color: #ff000b;
    font-size: 20px;
    font-weight: 400;
}   
    
 .btn_red {
    background-color: #d82028;
    color: #fff;
    padding: 6px 40px;
    float: left;
    font-size: 15px;
    margin-top: 18px;
    border: solid 1px #d82028;
    font-weight: 500;
}   
    
    
.breadcrumb-section h1 {
    font-size: 25px;
}    
    
.logo_section img {
  width: 280px;
}
.title {
  font-size: 18px;
}
.news_caption ul li a {
  font-size: 14px;
}

.big_text {
  font-size: 16px;
}
.margin_top_0 {
  margin-top: 20px;
}
.margin_left {
  margin-left: 0px;
}

.news_caption3{
margin-top: 0;
}

.social_links li {
  margin-bottom: 10px;
}
.about_site_image {
  height: 140px;
}
.latest_news_one_third {
  height: 90px;
}
.big-image_news {
  height: 150px;
}
.state_news_big {
  height: 120px;
}
.state_news_small_image {
  height: 120px;
}
.national_news {
  height: 120px;
}
 /************ home Section*******************/


 /************ contact Section*******************/
 .contact-us-section .contact-bottom {
margin-top: 60px;
}

 /************ contact Section*******************/


 /************ News News-details Section*******************/

 .rt-news-box-widget .media {
  display: -ms-flexbox;
  display: inline-block;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}


.rt-news-box-widget .media-body {    
  margin-top: 10px;
}

.rt-widget-title-holder {
  border-bottom: 2px solid transparent;
}
h2.title-semibold-dark {
  font-size: 22px;
}
.title-section h3 {
  width: 100%;
}
 /************ News news-details Section*******************/


 /************ video Video-details Section*******************/
 .news-details-img2 {
  margin-right: 30px;
  height: auto;
}
.news-details-img2 video {
  height: auto;
}
 /************video  Video-details Section*******************/


}

@media  (max-width: 714px) {

  .container {
    max-width: fit-content;
}


}


@media  (max-width: 600px) {
 /************ home Section*******************/
 marquee {
  width: 69%;
}
.contant_wrapper {
  padding: 20px 0px;
}
.news_box {
  padding: 10px;
}
    
.contact-info p {
    font-size: 15px;
}
    
.news_box_contain {
  margin-bottom: 15px;
}
.news_caption {
  margin-top: 8px;
}

.big_text {
  font-size: 16px;
}
.title {
  font-size: 17px;
}
.marquee_section h4 {
  padding: 8px 20px;
  font-size: 18px;
}

.about-text p {
    font-size: 14px;
}
    
.contact-us-section .contact-info h6 {
    font-size: 18px;
}    
    
.activities-area .activities-area-about .single-activities .media .media-body h4.media-heading a {
    font-size: 18px;
    line-height: 1.5;
    color: #101010;
    display: block;
    transition: all 0.5s ease 0s;
    font-weight: 700;
}    
    
    .news_caption2 {
  height: auto;
}
.footer_menu.margin_left {
  margin-top: 20px;
}

.logo_section .left-add img {
  display: none;
}
 /************ home Section*******************/


 /************ about Section*******************/

 .breadcrumb {
  float: left;
  margin: 10px 0px 0px;
}
    
.content {
    font-size: 15px;
    line-height: 20px;
}

 .read_more {
    font-size: 18px;
}   
    
 .title-style-2 h3.widgettitle {
  
     font-size: 15px;
}  
   
.btn {
    font-size: 14px;
}    
   
footer .big_text {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}
    
footer .small_text {
    font-size: 14px;
    color: #868686;
}    
    
.btn_red {
    background-color: #d82028;
    color: #fff;
    padding: 6px 40px;
    float: left;
    font-size: 15px;
    margin-top: 18px;
    border: solid 1px #d82028;
    font-weight: 500;
}
    
.search-btn {
    color: #fff !important;
    float: right;
    width: 52px;
    height: 40px;
    border-radius: 0;
    background: #d82028;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
}    
    
.breadcrumb-section h1 {
    font-size: 24px;
}
.breadcrumb-section {
  padding: 100px 0px 20px;
}
/************ about Section*******************/


 /************ contact Section*******************/

 .contact-us-section .contact-bottom {
  margin-top: 0px;
  }

  .contact-us-section .contact-info {
    padding: 30px 10px 60px;
    height: auto;
    margin-bottom: 60px;
}

.contact-form-section .contact-form {
  padding: 15px 10px;
}

.contact-form-section {
  margin-top: 30px;
}
 /************ contact Section*******************/


 /************ News News-details Section*******************/
 h2.title-semibold-dark {
  font-size: 20px;
}
 /************ News news-details Section*******************/


 /************ video Video-details Section*******************/

 /************video  Video-details Section*******************/
}


@media  (max-width: 576px){
  /* .container {
    max-width: 540px;
} */

/************ home Section*******************/
marquee {
  width: 65%;
}
.contant_wrapper {
  padding: 20px 0px;
}
.news_box {
  padding: 10px;
}
.news_box_contain {
  margin-bottom: 15px;
}
.news_caption {
  margin-top: 8px;
}

.content {
  font-size: 14px;
  line-height: 20px;
}
.big_text {
  font-size: 15px;
}
.title {
  font-size: 18px;
}
.marquee_section h4 {
  padding: 8px 20px;
  font-size: 18px;
}
.read_more {
  font-size: 20px;
}

table {
  border-collapse: collapse;
  width: 100% !important;
  font-size: 14px !important;
}


 /************ home Section*******************/


 /************ about Section*******************/


/************ about Section*******************/


 /************ contact Section*******************/


 /************ contact Section*******************/


 /************ News News-details Section*******************/

 /************ News news-details Section*******************/


 /************ video Video-details Section*******************/

 /************video  Video-details Section*******************/


}


@media  (max-width: 480px) {
/************ home Section*******************/
marquee {
  width: 62%;
}
.contant_wrapper {
  padding: 20px 0px;
}
.news_box {
  padding: 10px;
}
.news_box_contain {
  margin-bottom: 15px;
}
.news_caption {
  margin-top: 8px;
}
    
.search-btn {
    color: #fff !important;
    float: right;
    width: 55px;
    height: 40px;
    border-radius: 0;
    background: #d82028;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
}    

.content {
  font-size: 14px;
  line-height: 20px;
}
.big_text {
  font-size: 13px;
}
.title {
  font-size: 18px;
}
.marquee_section h4 {
  padding: 8px 6px;
  font-size: 15px;
}
.read_more {
  font-size: 20px;
}
 /************ home Section*******************/


 /************ about Section*******************/


/************ about Section*******************/


 /************ contact Section*******************/


 /************ contact Section*******************/


 /************ News News-details Section*******************/

 /************ News news-details Section*******************/


 /************ video Video-details Section*******************/

 /************video  Video-details Section*******************/
}


@media  (max-width: 375px){
/************ home Section*******************/
marquee {
  width:70%;
}
.marquee_section h4 {
  padding: 8px 6px;
  font-size: 15px;
}
 /************ home Section*******************/


 /************ about Section*******************/


/************ about Section*******************/


 /************ contact Section*******************/


 /************ contact Section*******************/


 /************ News News-details Section*******************/

 /************ News news-details Section*******************/


 /************ video Video-details Section*******************/

 /************video  Video-details Section*******************/


 table {
  font-size: 12px !important;
}


}


@media  (max-width: 320px){
/************ home Section*******************/
marquee {
  width: 60%;
}
.marquee_section h4 {
  padding: 8px 6px;
  font-size: 15px;
}
.black_row_right_text ul li a {
margin-left: 3px;
}


.search-txt {
  margin-left: 15px;
}
 /************ home Section*******************/


 /************ about Section*******************/


/************ about Section*******************/


 /************ contact Section*******************/


 /************ contact Section*******************/


 /************ News News-details Section*******************/

 /************ News news-details Section*******************/


 /************ video Video-details Section*******************/

 /************video  Video-details Section*******************/

 table {
  font-size: 11px !important;
}

}