html,body {font-family: 'Inter', sans-serif; margin: 0px; padding: 0px;}
.first_image img{
    HEIGHT: AUTO !IMPORTANT;
    WIDTH: 102% !IMPORTANT;
    OBJECT-FIT: cover;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #000000d1;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    text-align: center;
}

.sidenav .foam_section {
    float: left;
    width: 44%;
    position: relative;
}
.sidenav input {
    display: inline-block;
    width: 100%;
    height: calc(3.9em + -0.25rem + 4px);
    padding: 0.375rem 1.75rem 0.375rem 1.2rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.sidenav .submit_btn {
    border: 0px;
    outline: 0;
    margin: 10px 0;
    background-color: #ec1822;
    color: #fff;
    display: flex;
    width: 42px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    line-height: initial;
    height: 42px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 100px;
    letter-spacing: 1px;
    margin-bottom: 11px;
    float: left;
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: 8px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;

}

.sidenav a:hover{
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.search_box {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}














.dark-mode {
  background-color: #22262b;
  color: white;

}
.main_news_section .small, small {
    font-size: 14px !important;
}
header {

 background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: top 0.2s ease-in-out;
    z-index: 100;
}
.dark-mode .newsletter_right_section input {
    background-color: white;
    color: #ffffff;
}



.news_cateroy_section .primary_news_section_right_caption {margin-bottom: 25px;}
.about_news .main_news_title {

    margin-bottom: 19px;
}
.active {
    color: #ec1822 !important;
}
.footer_social li {display: inline-block;}
.footer_social li .fa {font-size: 25px; color: #f7f7f7;}
.footer_social li {margin-right: 10px;}

.margin_title_reduse {margin-bottom: 16px !important;}
.our_aim_section {
    float: left;
    width: 100%;
    border-top: 1px solid #ececec;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-top: 25px;
}

input {
    display: inline-block;
    width: 100%;
    height: calc(1.9em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
}



.submit_btn {
    border: 0px;
    outline: 0;
    margin: 10px 0;
    background-color: #ec1822;
    color: #fff;
    display: flex;
    width: 213px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    line-height: initial;
    height: 48px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 100px;
    letter-spacing: 1px;
    margin-bottom: 11px;
    float: left;
    margin-top: 32px;
}


textarea {
    display: inline-block;
    width: 100%;
    padding: 1rem 1.75rem 0.375rem 0.75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    letter-spacing: 1px;
}
textarea:focus, textarea:active {
    outline: 0;
    border-color: red;
}
input:focus, input:active {
    outline: 0;
    border-color: red;
}
.news_image_section_main {overflow: hidden;}
.news_sperate_box {margin-top: 15px;}

.news_inner_primary {margin-top: 130px;}
.breadcrub_section {
    float: left;
    width: 100%;
    padding-top: 16px;
}
.news_image_section_main {
    float: left;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 35px;
}
.main_news_caption_inner {float: left; width: 100%;}

.profile_section_box {
    float: left;
    width: 100%;
    background-color: #f3f7f9;
    padding: 12px;
    margin-top: 25px;
    margin-bottom: 27px;
    display: flex;
    align-items: center;
}

.profile_square_image_section {float: left; width: 80px; height: 80px; overflow: hidden; object-fit: cover;}
.profile_caption_right {float: left; margin-left: 20px;}
.profile_caption_right h4 {font-size: 20px; letter-spacing: 1px; font-weight: 700;}
.profile_caption_right .news_paragraph {margin-bottom: 0px;}

.profile_caption_right .social_main_news_section .fa {
    font-size: 21px;
}
.next_pre_btn_section a {
    font-size: 14px;
    color: #adb1b5;
    letter-spacing: 1px;
}




.next_pre_btn_section {
    float: left;
    width: 100%;
    border-top: 1px solid #dee2e6!important;
    border-bottom: 1px solid #dee2e6!important;
    padding: 28px 0px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.comment_section_news {float: left; width: 100%;}
.small_title_main {font-size: 22px; font-weight: 800; letter-spacing: 1px;}

.comment_box_section {
    float: left;
    width: 100%;
    border: 1px solid #efefef;
    padding: 15px;
    margin-top: 14px;
    margin-bottom: 23px;


}

.reply_box {
    float: right;
    width: 92%;
    background-color: #f5f5f5;
    padding: 15px 19px;
}
.related_post_section {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 26px;
}

.related_post_section .news_caption_heading {
    font-size: 16px; margin-bottom: 8px;
 
}

.related_post_section .primary_news_section_left img {
    width: 416px !important;
    height: 156px !important;
    overflow: hidden !important;
}

.dark-mode .title_a{
    color: #fff !important;
}

.title_a{
    color: #000 !important;
}


.comment_caption {float: left; width: 100%;}
.comment_caption .news_paragraph {
    font-size: 14px;
    margin-bottom: 7px;
}
.comment_caption  a {    font-size: 14px;
    margin-bottom: 7px; letter-spacing: 1px; color: #FF3D40;}



.comment_image_section {width: 50px; height: 50px; background-color: #FF3D40; border-radius: 100px; overflow: hidden; object-fit: cover; float: left;}
.comment_image_caption {
    float: left;
    margin-left: 15px;
    margin-top: 8px;
}
.commentr_name {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
}
.date {
    color: #565656;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.profile_caption_right .social_main_news_section {
    float: left;
    width: 100%;
    margin-top: 9px;
    margin-bottom: 7px;
}


.social_main_news_section .fa {font-size: 25px;}
.main_news_section {
    float: left;
    width: 100%;
    padding-right: 20px;
}
.padding_right {padding-right: 20px;}



.main_news_title {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 31px;
}
.social_main_news_section {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.social_main_news_section ul {list-style: none; margin: 0px; padding: 0px;}
.social_main_news_section ul li {
    display: inline-block;
    margin-right: 5px;
}

.breadcrumb-item {letter-spacing: 1px; font-size: 14px; color: #ec1822 !important;}
.breadcrumb-item  a {letter-spacing: 1px; font-size: 14px; color: #ec1822 !important;}

.dark-mode  .news_caption_heading {

	color: #fff;}

.dark-mode .news_paragraph {
    color: #9d9d9d;

}
.dark-mode .list-unstyled li a {

    color: #9d9d9d !important;

}
.dark-mode .wsmenu>.wsmenu-list>li>a {
  
    color: #b5b5b5;
   
}

.dark-mode .sidebar_border {
    border-left: 1px solid #414141;
}
.dark-mode header {
    border-bottom: 1px solid #414141;

}
.dark-mode footer {

    background-color: #22262b;
  
}
.dark-mode .copyright_section {

    background-color:#22262b;
   
}
.dark-mode hr.example-ads {
    background-color: #2b2f35;

}
.dark-mode  .dark_mode_logo {display: none;}

.dark-mode .light_mode {display: block;}

.light_mode {display: none;}

.dark-mode header {
	background-color: #22262b;}


.dark-mode .commentr_name {

    color: #fff;
}
.dark-mode  .reply_box .commentr_name {

    color: #000 !important;
}

.dark-mode input {

    background-color: transparent; color: #ffffff;

}
.contact_information_section img {
    width: 23% !important;
    margin-bottom: 20px;
}
.contact_information_section ul {list-style: none; margin: 0px;padding: 0px;}
.contact_information_section ul li a {
    color: #565656;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 27px;
}
.contact_information_section ul li {
    line-height: 20px;
    margin-bottom: 12px;
}
.contact_information_section .fa {    margin-right: 11px;
}


.dark-mode textarea {

    background-color: transparent; color: #ffffff;

}
.contact_ad {margin-bottom: 50px;}

.contact_information_section {
    float: left;
    width: 100%;
    background-color: #f3f7f9;
    padding: 30px;
    margin-top: 30px;
}


.news_top_section_main {
    float: left;
    width: 100%;
    margin-top: 130px;
    margin-bottom: 22px;
}
.wsmenu>.wsmenu-list>li>a:hover {color: #ec1822;}




.left_news_block_section {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.main_boxes_siderbar_news {float: left; width: 100%;}
.item_contect_section {
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between; 
}

.social_header {
    padding: 17px 0px !important;
}



.footer_main_section .list-unstyled li a {
        font-size: 12px;
    color: #b8c2c3 !important;
    letter-spacing: 0.5px;
    margin-top: 7px;
}

.social_header  li a img {width: 1rem !important;}
.margin_left_ul {
    padding-left: 30px !important;
}


.item_news_title_section h3 {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.6px;
}
.news_silder_bar_image {
    float: left;
    width: 23%;
}

hr.example-ads {
    background-color: #f3f7f9;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    height: auto;
    margin: 0;
    opacity: 1;
    padding: 1.5rem 0;
    text-align: center; border: 0px;
}
hr.example-ads:before {
    content: "Advertisement here";
}
.ad {margin-top: 20px;float: left; width: 100%;}





.item_news_title_section .small, small {
	font-size: 12px !important;}

.primary_news_section_left img {width: 416px !important; height: 233px !important; overflow: hidden !important ; }

.item_news{flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
    align-items: center; float: left; width: 100%;
    padding: 6px 0;
    border-bottom: 2px solid #cbcbcb;
    margin: 0 !important;}

.main_boxes_siderbar_news {
    margin-top: 0;
    margin-bottom: 1rem;
}

.margin_top_side {margin-top: 0;
    margin-bottom: 1rem;}
select:focus, select:active {
    outline: 0;
    border-color: red;
}

.categories .list li {
    margin: 0 !important;
    border-bottom: 2px solid #cbcbcb;
    padding: 5px 2px;
    text-transform: uppercase;
}
.categories .list li .number {
    float: right;
}


.widget-content {float: left; width: 100%;}
select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}



.lebel_news_section {float: left; width: 100%;}
.news_silder_bar_image img {
    width: 85px !important;
    height: 85px !important;
    overflow: hidden;
    object-fit: cover !important;
}
.number_section {
    float: left;
    width: 12%;
    text-align: center;
    margin-bottom: 0;
}
.number_section h4 {
    font: normal 700 40px inter;
    position: relative;
    top: 0;
}

.item_news_title_section {
    float: left;
    width: 65%;
}

.left_news_block_section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.primary_news_left_section {
    float: left;
    width: 100%;
    padding-bottom: 45px;
}
.primary_news_section_right_caption {float: left; width: 100%;}
.news_caption_heading {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.4px;
    color: #000;
    margin-top: 9px;
    margin-bottom: 19px;
}
.primary_news_left_section .title{margin-bottom: 20px;}
.news_paragraph {
    color: #565656;
    font-size: 15px;
    letter-spacing: 0.5px;
}
header {border-bottom: 1px solid #ececec;
    float: left;
    width: 100%;}

a {text-decoration: none !important;}

.primary_news_section_right_caption .jt-icon {
    display: inline-block;
    height: 17px !important;
    vertical-align: 0;
    width: 15px !important;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    margin-right: 7px;
    position: relative;
    top: 2px;
}




.title {
    padding-right: 5px;
    position: relative;
    background: border-box;
    padding-right: 5px;
    position: relative;
    font: bold 20px Playfair Display, sans-serif;
    color: #212121;
    color: #212121;
    padding-bottom: 0;
    position: relative;
    /* margin-bottom: 24px; */
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Inter Tight';
    background-color: #ec1822;
    color: #fff;
    padding: 3px 12px 3px;
    height: 100%;
    display: inline-block; letter-spacing: 1px;
}

.title {

    text-transform: uppercase;
}
.news_section_inner_box {
    float: left;
    width: 100%;
    margin-bottom: 44px;
}

.primary_news_section_left {float: left; width: 100%;}










.post-categories a {
    padding: 2px 8px;
    color: #fff;
    background: #ec1822;
    line-height: 1.2;
    position: relative;
    z-index: 2;
     font-family: 'Playfair Display', serif;
    font-size: 12px;
    font-weight: 700; text-decoration: none; letter-spacing: 1px;
    text-transform: uppercase;
}
 .entry-title a{
    font-size: 30px !important;
    line-height: 36px !important;
}
.entry-title a {
    text-align: left;
    font: normal bold 42px Playfair Display;
    text-transform: capitalize;
    margin: 0;
    color: #fff;
    text-decoration: none;
    font-weight: 700 !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0.8px;
}
.text {
    padding: 60px 30px 20px;
}
.post-categories {
    margin-bottom: 5px;
}
.small, small {
    font-size: .875em;
    letter-spacing: 0.5px;
}
 .left_news_block_section .item-meta {
    font-size: 12px;
    margin-top: 7px; color: #FFF !important;
}
.jt-icon {
    display: inline-block;
    height: 14px !important;
    vertical-align: -0.15em;
    width: 12px !important;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    margin-right: 7px;
}
.left_news_block_section .content {

    float: left;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
	background-color: transparent;
    background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .9) 100%);
    background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .9) 100%);
    background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .9) 100%);
    background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .9) 100%);
    background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .9) 100%);
}

.block_center {float: left; width: 100%;}
.block_center .entry-title a{    text-align: left;
    font: normal bold 42px Playfair Display;
    text-transform: capitalize;
    margin: 0;
    font-size: 18px !important;
    line-height: 23px !important;
    font-weight: 700 !important;
    text-overflow: ellipsis; letter-spacing: 1px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.block_sperte {float: left; width: 100%;}

.padding_left_block {padding-left: 0px;}




 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}




.footer-form {
    width: 300px;
    height: 47px;
    position: relative;
    float: right;
}

 .is-vishidden {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
}
.newsletter_right_section input[type=email] {
    width: 100%;
    border-radius: 24px;
    padding-right: 45px;
    position: relative;
    top: 0;
    outline: 0;
    font-weight: 500;
    font-size: 15px;
    height: 47px;
    padding-left: 22px;
    letter-spacing: 0.6px;
}
.newsletter_right_section  input {
    display: block;
    border: 2px solid #fff!important;
}
.newsletter_right_section label {
    cursor: pointer;
}



.widget-title {
    border-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #ec1822;
    height: 100%;
}
 .widget-title {
    font-size: 13px !important;
}
 .widget-title {
    font-weight: 300;
    text-transform: uppercase;
}

.widget-title span {
    padding-right: 5px;
    position: relative;
    background: border-box;

    padding-right: 5px;
    position: relative;
    font: bold 20px  Playfair Display, sans-serif;
    color: #212121;
    color: #212121;
    padding-bottom: 0;
    position: relative;
    /* margin-bottom: 24px; */
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Inter Tight';
    background-color: #ec1822;
    color: #fff;
    padding: 3px 12px 0;
    height: 100%;
    display: inline-block;
}

 .widget-title span:after {
    left: 13px;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    transform-origin: left bottom;
    transform: skewX(24deg);
    background-color: #ec1822;
    z-index: -1;
}

.padding_right_primary {padding-right: 0px;}

















.btn_bottom {float: left; width: 100%;}

.btn_bottom a {
    border: 0px;
    outline: 0;
    margin: 10px 0;
    background-color: #ec1822;
    color: #fff;
    display: flex;
    width: 300px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    line-height: initial;
    height: 48px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 100px;
    letter-spacing: 1px;
}

.news_sider_bar_section {float: left; width: 100%;}

.sidebar_border {
    border-left: 1px solid #ececec;
}
.popular_post_section {float: left; width: 100%;}



.newsletter_right_section input[type="submit"] {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.newsletter_right_section svg {
    position: absolute;
    right: 9px;
    top: 8px;
    cursor: pointer;
}

.newsletter_right_section {float: left; width: 100%;}

.news_letter_section_red {
    float: left;
    width: 100%;
    padding: 41px 0;
    background-color: #b70b19;
}
.newsletter_left_section {float: left; width: 100%;}
.newsletter_left_section p {
    font-size: 28px;
    letter-spacing: 2px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 0;
}



footer {float: left; width: 100%; background-color: #000; padding: 50px 0px;}
.footer_main_section {float: left; width: 100%;}
.footer_box {float: left; width: 100%;}

.footer_title {text-transform: uppercase; position: relative;
    color: #fff; font-size: 13px; font-weight: 800; letter-spacing: 1px;}

.footer_title:after {
    content: "";
    display: block;
    width: 50px;
    border-bottom: 2px solid #ec1822;
    margin-top: 10px;
}
.margin_left_footer_box {margin-left: 30px;}


.footer_paragraph {
    font-size: 12px;
    color: #b8c2c3;
    letter-spacing: 0.5px;
    margin-top: 18px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-top: 13px;
}


.list-unstyled li a {
    font-size: 15px;
    color: #4b4b4b !important;
    letter-spacing: 0.5px;
    margin-top: 2px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-unstyled li a:hover {color: #ec1822 !important;}


.lebels {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lebels li {
    display: inline-block;
    margin: 0 0.3em 0.3em 0;
    padding: 0;
}

 .lebels li a {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: #6f6f6f;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    min-width: 4em;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 0.25em; text-decoration: none;
}
 .lebels li a:hover {
    color: #ffffff;
    background-color: #ec1822;
    border: 1px solid #ec1822;
}


.copyright_section {
    float: left;
    width: 100%;
    background-color: #000;
    color: #98a5a7;
    padding: 20px 0px;
    padding-top: 0;
}
.copyright_section p {text-align: center;     font-size: 12px;
    color: #b8c2c3;
    letter-spacing: 0.5px;
    margin-top: 18px;
}
.copyright_section a {color: #ec1822; text-decoration: none;}
















@media(max-width:1366px){
	.item_news_title_section .small, small {
    font-size: 11px !important;
}
.main_news_title {
    font-size: 34px;
 
}		
}

@media(max-width:768px){
.mobile_btn {
    float: right;
    margin-right: 34px;
    margin-top: 27px;
    position: absolute;
    right: 0;
}
	
	.dark-mode .wsmenu>.wsmenu-list {

    background: #21252a;
   
}
		.dark-mode .wsmenu>.wsmenu-list>li>a {

    border-bottom-color: rgb(255 255 255 / 13%);

}
	
	
	
	
	.mobile_btn.fa, .fas {
    font-weight: 900;
    font-size: 21px;
    color: #a9a9a9;
}
	
	.dark-mode .light_mode {
    display: block;
    margin: 0 auto;
}
	 .dark-mode .wsmobileheader {
    height: 73px;
    background-color: #22262b;
}
	 .dark-mode .wsmobileheader {
  
    box-shadow: 0 0 1px rgb(255 255 255 / 57%);
}
	
	
	.main_news_section {
    float: left;
    width: 100%;
    padding-right: 0;
}
	.smllogo a img {width: 18% !important;}
	.wsmobileheader {

    height: 83px;
    background-color: #ffffff;
   
}
.wsanimated-arrow {
    cursor: pointer;
    padding: 3px 24px 17px 0px;
    margin: 36px 0 0 36px;
}

	.container {
    max-width: 700px;
}
	.padding_left_block {
    padding-left: 12px;
}
	
	.thumb {float: left; width: 100%;}	
	.left_news_block_section {
   
    margin-bottom: 21px;
}
	.news_top_section_main .m-0 {margin: auto !important;}
	.news_top_section_main .p-0 {padding: 0px 12px !important;}
	
	.news_caption_heading {
    font-size: 19px;
   
}
	.margin_left_footer_box {
    margin-left: 0;
}
	.footer_box {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
	footer {
  
    padding-bottom: 18px;
}
	.newsletter_left_section p {
    font-size: 21px;

    text-align: center;
}
.newsletter_right_section {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px auto;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}	
.news_letter_section_red {
    float: left;
    width: 100%;
    padding: 41px 0;
    background-color: #b70b19;
    padding-bottom: 14px;
    padding-top: 26px;
}	
	.sidebar_border {
    border-top: 1px solid #ececec;
    border-left: 0;
    padding-top: 39px;
}
	.ad {
    margin-top: 8px;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.entry-title a {
    font-size: 25px !important;
    line-height: 36px !important;
}	
	.number_section {
    float: left;
    width: auto;
    text-align: left;
    margin-bottom: 0;
}
	
.item_contect_section {
    float: left;

    width: 100%;
}	
	.news_silder_bar_image img {
    width: 85px !important;
    height: 85px !important;
    overflow: hidden;
    object-fit: cover !important;
    float: right;
}
.primary_news_section_left img {
    width: 100% !important;
    height: auto !important;
    overflow: hidden !important;
}
.related_post_section .primary_news_section_left img {
    width: 100% !important;
    height: auto !important;
    overflow: hidden !important;
}	
.primary_news_section_right_caption {
    float: left;
    width: 100%;
    margin-bottom: 19px;
    margin-top: 10px;
}	
	
.main_news_title {
    font-size: 25px;
}	
	.contact_d {display: none;}	
	
	.breadcrub_section {
    float: left;
    width: 100%;
    padding-top: 0;
}
.contact_information_section {
    float: left;
    width: 100%;
    background-color: #f3f7f9;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 41px;
}
	
	.contact_information_section ul li a {
    color: #565656;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 27px;
}
	header .margin_left_ul {
    padding-left: 0px !important;
}
.wsmenu>.wsmenu-list>li>a {
   
    justify-content: unset;
}
.dark-mode .sidebar_border {
    border-left: 0px solid #414141;
}	
.mobile_btn	
	
	
	
}

@media(max-width:600px){
	
	.container {
    max-width: 550px;
}
	.wsmobileheader {
    height: 73px;
    background-color: #ffffff;
}
	.smllogo a img {
    width: 19% !important;
}
.reply_box {
 
    margin-top: 24px;
}	
}

@media(max-width:480px){
	
	.wsanimated-arrow {
    cursor: pointer;
    padding: 3px 24px 17px 0px;
    margin: 34px 0 0 36px;
}
	
.mobile_btn {
    float: right;
    margin-right: 32px;
    margin-top: 27px;
    position: absolute;
    right: 0; 
}
	.mobile_btn.fa, .fas {
    font-weight: 900;
    font-size: 21px;     color: #a9a9a9;
}
	
	
	.profile_caption_right h4 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
}
	.commentr_name {
    font-size: 16px;
   
}
	.ad_section_x .padding_right {
    padding-right: 0;
}
	
	
	
.padding_right_primary {
    padding-right: 12px;
}
	.main_news_title {
    font-size: 20px;
}
	.breadcrub_section {
    float: left;
    width: 100%;
    padding-top: 22px;
}
	
	.entry-title a {
    font-size: 19px !important;
    line-height: 26px !important;
}
	.btn_bottom a {
    border: 0px;
    outline: 0;
    margin: 10px 0;
    background-color: #ec1822;
    color: #fff;
    display: flex;
    width: 210px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    line-height: initial;
    height: 44px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 100px;
    letter-spacing: 1px;
    font-size: 15px;
}
	
	.container {
    max-width: 430px;
}
	.smllogo a img {
    width: 24% !important;
}
	.news_paragraph {

    font-size: 14px;

}
.contact_information_section img {
    width: 36% !important;
    margin-bottom: 20px;
}	
.contact_information_section ul li a {
    color: #565656;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 27px;
}	
	.contact_information_section ul li {
    line-height: 20px;
    margin-bottom: 7px;
}
.newsletter_left_section p {
    font-size: 17px;
    text-align: center;
}	
	.news_inner_primary {
    margin-top: 100px;
}
.submit_btn {
    border: 0px;
    outline: 0;
    margin: 10px 0;
    background-color: #ec1822;
    color: #fff;
    display: flex;
    width: 173px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    line-height: initial;
    height: 48px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 100px;
    letter-spacing: 1px;
    margin-bottom: 11px;
    float: left;
    margin-top: 32px;
}	
	
	
}

@media(max-width:414px){
	
	.main_news_title {
    font-size: 19px;
}
	.list-unstyled li a {
    font-size: 14px;
  
}
	
	
	.news_top_section_main {
    float: left;
    width: 100%;
    margin-top: 110px;
    margin-bottom: 22px;
}
	.block_center .entry-title a {
    text-align: left;
    font: normal bold 42px Playfair Display;
    text-transform: capitalize;
    margin: 0;
    font-size: 15px !important;
    line-height: 23px !important;
    font-weight: 700 !important;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
	
	
	.news_caption_heading {
    font-size: 17px;
}
	.entry-title a {
    font-size: 17px !important;
    line-height: 26px !important;
}
	.container {
    max-width: 360px;
}
.smllogo a img {
    width: 28% !important;
}
	.news_paragraph {

    font-size: 14px;

}
.contact_information_section img {
    width: 36% !important;
    margin-bottom: 20px;
}	
.contact_information_section ul li a {
    color: #565656;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 27px;
}	
	.contact_information_section ul li {
    line-height: 20px;
    margin-bottom: 7px;
}
.newsletter_left_section p {
    font-size: 16px;
    text-align: center;
}	
	.news_inner_primary {
    margin-top: 100px;
}
.submit_btn {
    border: 0px;
    outline: 0;
    margin: 10px 0;
    background-color: #ec1822;
    color: #fff;
    display: flex;
    width: 173px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    line-height: initial;
    height: 48px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 100px;
    letter-spacing: 1px;
    margin-bottom: 11px;
    float: left;
    margin-top: 32px;
}	
	
	
}

@media(max-width:375px){
	
	.padding_right_primary {
    padding-right: 12px;
}
	
.smllogo a img {
    width: 30% !important;
}
}





