@charset "UTF-8";
/*
Theme Name: News Article Removal

*/



@font-face { font-family: 'JUST Sans ExBold'; src: url('fonts/JUSTSans-ExBd.eot'); src: url('fonts/JUSTSans-ExBd.eot?#iefix') format('embedded-opentype'), url('fonts/JUSTSans-ExBd.woff2') format('woff2'), url('fonts/JUSTSans-ExBd.woff') format('woff'), url('fonts/JUSTSans-ExBd.ttf') format('truetype'), url('fonts/JUSTSans-ExBd.svg#JUSTSans-ExBd') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'JUST Sans'; src: url('fonts/JUSTSans-Rg.eot'); src: url('fonts/JUSTSans-Rg.eot?#iefix') format('embedded-opentype'), url('fonts/JUSTSans-Rg.woff2') format('woff2'), url('fonts/JUSTSans-Rg.woff') format('woff'), url('fonts/JUSTSans-Rg.ttf') format('truetype'), url('fonts/JUSTSans-Rg.svg#JUSTSans-Rg') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'JUST Sans SmBd'; src: url('fonts/JUSTSans-SmBd.eot'); src: url('fonts/JUSTSans-SmBd.eot?#iefix') format('embedded-opentype'), url('fonts/JUSTSans-SmBd.woff2') format('woff2'), url('fonts/JUSTSans-SmBd.woff') format('woff'), url('fonts/JUSTSans-SmBd.ttf') format('truetype'), url('fonts/JUSTSans-SmBd.svg#JUSTSans-SmBd') format('svg'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'JUST Sans Bd'; src: url('fonts/JUSTSans-Bd.eot'); src: url('fonts/JUSTSans-Bd.eot?#iefix') format('embedded-opentype'), url('fonts/JUSTSans-Bd.woff2') format('woff2'), url('fonts/JUSTSans-Bd.woff') format('woff'), url('fonts/JUSTSans-Bd.ttf') format('truetype'), url('fonts/JUSTSans-Bd.svg#JUSTSans-Bd') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'JUST Sans Md'; src: url('fonts/JUSTSans-Md.eot'); src: url('fonts/JUSTSans-Md.eot?#iefix') format('embedded-opentype'), url('fonts/JUSTSans-Md.woff2') format('woff2'), url('fonts/JUSTSans-Md.woff') format('woff'), url('fonts/JUSTSans-Md.ttf') format('truetype'), url('fonts/JUSTSans-Md.svg#JUSTSans-Md') format('svg'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'JUST Sans lt'; src: url('fonts/JUSTSans-Lt.eot'); src: url('fonts/JUSTSans-Lt.eot?#iefix') format('embedded-opentype'), url('fonts/JUSTSans-Lt.woff2') format('woff2'), url('fonts/JUSTSans-Lt.woff') format('woff'), url('fonts/JUSTSans-Lt.ttf') format('truetype'), url('fonts/JUSTSans-Lt.svg#JUSTSans-Lt') format('svg'); font-weight: 300; font-style: normal; font-display: swap; }

:root{
--body-color: rgb(1, 15, 32);
--header: rgb(1, 15, 32); 
--black-color:rgba(0, 0, 0, 1);
--primary-color:rgb(234, 51, 49);
--second-primary-color: rgb(1, 15, 32);
--white-color:rgba(255, 255, 255, 1);

--body-font: 'JUST Sans lt';
--heading-font: 'JUST Sans Bd';
--font-semibold:'JUST Sans SmBd';
--font-medium:'JUST Sans Md';
--font-bold:'JUST Sans ExBold';
--font-regular:'JUST Sans';

}

html { scroll-behavior: smooth; }

/* ::selection{
color: var(--body-color);
background-color: var(--white-color);
} */
/* 1. Create a Clean Base
------------------------------------------------------------------------------*/

html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,input, textarea, option, .nobox 
{background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block;}

blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0; list-style-type: none;}
ul, ol {margin:0 0 0 0px;}
html, body{ border:none; -webkit-text-size-adjust:none;}


/* 2. Define Base Typography
------------------------------------------------------------------------------*/
body{padding: 0;margin: 0;font-family: var(--body-font); font-size: 16px; color: var(--body-color); line-height: 24px; box-sizing: border-box; overflow-x: hidden;}
*, *:after, *:before {box-sizing: border-box;}

svg path{ transition: all 0.3s; }

/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 {margin: 0; font-weight: normal;color: var(--header); line-height:1.2; font-family: var(--heading-font);}

/* Specific Header Settings */
h1,.h1 {font-size:50px;}
h2,.h2 {font-size:50px;}
h3,.h3 {font-size:34px;}
h4,.h4 {font-size:24px;}
h5,.h5 {font-size: 23px;}
h6,.h6 {font-size: 22px;}

/* Create the Default Paragraphs */
p {margin-bottom: 20px; }

/* Other Typo */
strong {font-weight: bold;}
hr {border:0 #000 solid; border-top-width: 1px; clear: both; height: 0;}
ol {list-style: decimal;}
ul {list-style: disc;}

/* 3. Images
------------------------------------------------------------------------------*/

/* Remove border around linked images */
img {max-width: 100%; border: 0; border-style: none;}

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a {text-decoration:none;transition: 0.5s; display: inline-block; color:var(--primary-color); }


/* 5. Forms
------------------------------------------------------------------------------*/
.button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] { font-family: var(--font-semibold);  font-weight: normal; margin: 0 0 0 0;  padding:10px 34px 10px 23px;  border-radius:3px; background-color:var(--primary-color); border: 1px solid transparent; display: inline-block; vertical-align: middle;  font-size: 14px; color: var(--white-color); line-height: 1.2; position: relative;outline: none;box-shadow: none;text-align: center;text-decoration: none;-webkit-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out; overflow: hidden; position: relative;z-index: 1;}
.button.button-border, a.button.button-border, button.button-border, html input[type="button"].button-border, input[type="reset"].button-border, input[type="submit"].button-border {background-color:transparent; color: var(--primary-color); border: 1px solid var(--primary-color);}

.button.button-border:after, a.button.button-border:after{border-radius:3px; content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-color: var(--primary-color); z-index: -2; transition: all .35s}
.button.button-border:hover:after, a.button.button-border:hover:after{width: 0%;}

.button:hover, a.button:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: var(--primary-color); border-color: var(--header); background-color: var(--header); color: var(--white-color); }

input[type="search"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea {padding:18px 24px; font-family: var(--body-font);  font-size: 18px; background-color:#fff; letter-spacing: 0;width: 100%; color:var(--body-color); text-transform: none; filter: alpha(opacity=100); border: 1px solid rgba(0, 0, 0, 0.15);border-radius: 0px;-webkit-border-radius: 0px;-moz-border-radius:0px; line-height:18px; box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;outline: none !important; width: 100%;-webkit-appearance: none;-moz-appearance: none;appearance: none; resize: none;}

input::-webkit-input-placeholder {color:  #777777;opacity:1;} 
input:-moz-placeholder {color: #777777; opacity:1;} 
input::-moz-placeholder {color:  #777777; opacity:1; } 
input:-ms-input-placeholder {color:  #777777;opacity:1;} 
textarea::-webkit-input-placeholder {color:  #777777; opacity:1; } 
textarea:-moz-placeholder {color: #777777; opacity:1; } 
textarea::-moz-placeholder {color:  #777777; opacity:1; } 
textarea:-ms-input-placeholder {color:  #777777;opacity:1; }

/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 1px solid transparent;}

textarea{ min-height: 120px; }
/* 6. Tables
------------------------------------------------------------------------------*/

/* Table Fixes */
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: right; font-weight: normal;}


/* 7. Framework
------------------------------------------------------------------------------*/
/* container */
.container{max-width: 1300px; width: 100%; padding-left: 50px; padding-right: 50px; margin: 0 auto;}
.row{display: flex;flex-wrap: wrap; margin-left: -15px; margin-right: -15px;}
.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position: relative; width: 100%; padding-right: 15px; padding-left: 15px; }


.col-4 {max-width: 35%;}
.col-6{max-width: 65%;}
.col-3 {max-width: 33.33%;}
.col-2 {max-width: 50%;}
.col-1 {max-width: 100%;}


.d-flex{ display:flex;}
.flex-wrap{flex-wrap:wrap;}
.justify-content-start{justify-content:flex-start;}
.justify-content-center{justify-content:center;}
.justify-content-end{justify-content:flex-end;}
.justify-content-between{justify-content:space-between;}
.align-items-start{align-items: flex-start;}
.align-items-center{align-items: center;}
.align-items-end{align-items: flex-end;}
.row-reverse{flex-direction: row-reverse;}
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.font-light {font-weight: 300;}
.table {width: 100%;}

.common_color{ color: var(--primary-color); }
a.button{ display: inline-flex; align-items: center; gap: 5px;}
a.button::after{ content: ''; position: relative; top: 0px; flex-shrink: 0; width: 8px; height: 8px; background-image: url(images/play.png); background-repeat: no-repeat; background-size: contain; background-position:center; }

/* Sub_menu */
ul li ul.sub-menu { padding-left: 0 !important; gap: 0 ; white-space: nowrap; background-color: var(--primary-color); display: block; border-radius: 5px; flex-direction: column; gap: 0; position: absolute; margin: 0; z-index: 3; margin-top: 11px; text-align: center; transform: scaleY(0);transition: all 0.3s ease; transform-origin: top; box-shadow: rgba(50, 50, 93, 0.15) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
ul li:hover > ul.sub-menu { transform: scaleY(1); }
ul li ul.sub-menu li{ padding: 10px 15px; display: block; border-bottom: 1px solid #fff; }
ul li ul.sub-menu li:last-child{ border-bottom: 0; }
ul li ul.sub-menu li a{ color: var(--header); text-align: left; display: block; }
ul li ul.sub-menu li a:hover{ color: var(--white-color); }
ul li ul.sub-menu li a::before{ display: none; }

header{ padding: 16px 0; position: relative; }
.header_inr{ display: flex; align-items: center; justify-content: space-between;  }
.header_right{ display: flex; align-items: center; justify-content: flex-end; gap: 40px; }
header nav ul{ display: flex; align-items: center; justify-content: flex-end; gap: 40px; }
header nav ul li a{ font-size: 16px; font-family: var(--font-regular); color: var(--body-color); position: relative; }
header nav > ul li a::before{ content: ''; position: absolute; height: 2px; background-color: var(--primary-color); left: 0; bottom: 0; transition: all 0.3s; transform-origin: bottom center; width: 100%; transform: scale(0); }
header nav > ul li a:hover:before{ transform: scale(1);  }
.header_btn a.button{ background-image: none; padding: 10px 25px; font-size: 16px; line-height: 1.2; background-color: var(--body-color); color: var(--white-color); }
.header_btn a.button:hover{ background-color: var(--primary-color); border-color: var(--primary-color); }
.header_btn a.button::after{ display: none; }
.header_logo{ width: 146px; line-height: 0;  }
.home .header_logo{ opacity: 0; visibility: hidden; }
.home header{ position: absolute; width: 100%; left: 0; top: 0; z-index: 1; }

.Banner{ position: relative; background-image: url(images/banner_bg.png); background-position: center; background-size: cover; padding: 96px 0; }
.banner_inr{ display: flex; align-items: flex-start; justify-content: space-between; position: relative; gap: 20px; }
.banner_content{ max-width: 50%; width: 100%; text-align: left; font-size: 14px; line-height: 26px; }
.banner_content .banner_logo{ width: 218px; line-height: 0; padding-bottom: 15px; }
.banner_content .banner_logo img{ width: 100%; height: 100%; }
.banner_content h2{ font-size: 20px; line-height: 34px; color: var(--header); font-family: var(--font-regular); padding: 0 0 21px; }
.banner_img { max-width: 50%; width: 100%; overflow: hidden; }
.banner_img .banner_img_box{ position: absolute; bottom: auto; right: auto; line-height: 0; }
.about{ padding: 90px 0 30px; position: relative; }
.about .block_box{ max-width: 900px; width: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 20px; }
.about .block_box p{ margin-bottom: 0; }

.about_inr{ padding-top: 57px; gap: 15px; align-items: center; justify-content: space-between; }
.about_inr .about_item{ max-width: 43%; width: 100%; line-height: 0; }
.about_inr .about_item .about_img{ position: relative; width: 100%; height: 100%; overflow: hidden; }
.about_content{ max-width: 55%; width: 100%; font-size: 20px; line-height: 34px; }
.about_content h2{ padding: 0 0 30px; }

.articles{ position: relative; padding: 20px 0 50px; text-align: center; } 
.articles h2{ padding-bottom: 25px; }
.articles_inr{ display: flex; justify-content: space-around; flex-wrap: wrap; margin: 0 -36px; gap: 38px 0; }
.articles_item{ max-width: 33.33%; width: 100%; padding: 0 36px; }
.articles_item .articles_item_box{ text-align: left; position: relative; }
.articles_item .articles_item_box .articles_img{ width: 100%; line-height: 0; height: 217px; margin-bottom: 25px; border-radius: 3px; overflow: hidden;  }
.articles_item .articles_item_box .articles_img img{ width: 100%; height: 100%; object-fit: cover; }
.articles_item .articles_item_box h3{ font-size: 20px; line-height: 1.3; font-family: var(--font-medium); padding: 0 0 15px; }
.articles_item .articles_item_box p:last-child{ margin-bottom: 0; }

.articles_btn{ display: block; padding-top: 30px; }

.guides{ padding: 50px 0; background-image: url(images/guides_bg.png); background-position: center; background-size: cover; background-repeat: no-repeat; text-align: center; }
.guides h2{ padding: 0 0 28px; }
.guides_inr{ display: flex; align-items: center; justify-content: space-between;  gap: 20px; }
.guides_item{ max-width: 25%; width: 100%; text-align: center; }
.guides_item .guides_item_box{ position: relative; width: 100%; }
/* .guides_item .guides_item_box p:last-child{ margin-bottom: 0; } */
.guides_img_box{ margin: 0 auto; width: 211px; height: 211px; background-color: #fff; border-radius: 50%; border: 4px solid var(--primary-color); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; position: relative; }
.guides_item .guides_item_box h3{ font-size: 20px; line-height: 1.3; font-family: var(--font-medium); padding: 0 0 12px; }
.guides_img_box::before{ content: ''; position: absolute; left: 100%; top: 50%; transform: translateY(-50%); background-image: url(images/arrows.png); background-repeat: no-repeat; background-size: contain; background-position: center; width: 100px; height: 17px; }
.guides_item:last-child .guides_img_box::before{ display: none; }

.editorial{ padding: 50px 0; position: relative; overflow: hidden; }
.editorial::before{ content: ''; position: absolute; width: 380px; height: 411px;  background-image: url(images/icon-logo.png); background-position: center; background-repeat: no-repeat; top: 20px; right: 40px; }
.editorial .editorial_inr{ display: flex; align-items: center; gap: 40px; justify-content: space-between; max-width: 910px; width: 100%; margin: 0 auto; }
.editorial_img{ max-width: 22%; width: 100%; line-height: 0; }
.editorial_img img{ width: 100%; height: 100%; object-fit: contain; }
.editorial_content{ max-width: 78%; width: 100%; font-size: 20px; font-family: var(--font-regular); line-height: 34px; }
.editorial_content h3{ color: var(--primary-color); padding: 0 0 15px; font-family: var(--font-medium); line-height: 34px; }

footer{ background-color: var(--header); color: var(--white-color); position: relative; }
footer .footer_top{ padding: 15px 0; text-align: center; font-size: 26px;  background-color: var(--primary-color); }
footer .footer_top a{ font-family: var(--font-semibold); color: var(--white-color); }
footer .footer_top a:hover{ color: var(--header); }
.footer_inr{ padding: 20px 0; text-align: center; display: flex; align-items: start; justify-content: center; gap: 10px; }
.footer_inr label{ font-size: 16px; font-family: var(--font-regular); padding-top: 7px; }
.footer_inr input[type="email"]{ width: 578px; height: 38px; border-radius: 3px; padding: 8px 20px; display: block; margin-bottom: 3px;  }
.footer_inr input[type="submit"].button,input[type="submit"].button{ background-image: url(images/play.png); background-repeat: no-repeat; background-size: 8px; background-position:80% 15px;}
.footer_inr input[type="submit"]:hover.button{ border-color: #fff; }
.footer_inr .search{ display: flex; align-items: flex-start; gap: 10px; }
.search span{ display: flex; flex-direction: column; align-items: flex-start; font-size: 14px; line-height: 26px; color: rgba(255, 255, 255, 0.278);}
footer nav{ padding: 20px 0px; }
footer nav ul{ justify-content: center; align-items: center; gap: 36px; }
footer nav ul li a{ color: #fff; font-size: 16px; font-family: var(--font-regular); text-transform: capitalize; }
footer nav ul li a:hover{ color: var(--primary-color); }
.copyright{ text-align: center; font-size: 16px; color: rgba(255, 255, 255, 0.278);  line-height: 1.625; padding: 15px 0; border-top: 1px solid rgba(255, 255, 255, 0.18); }

.inner_banner { font-size: 20px; font-family: var(--font-regular); color: var(--header); padding: 45px 0; text-align: left; background-image: url(images/inner_banner_bg.png); background-repeat: no-repeat; background-size: cover; background-position: center; }
.inner_banner h1{ padding: 0 0 0; line-height: 1.3; }
.inner_banner p:last-child{ margin: 0 0 0 ; }
.about_page .about_inr{ padding-top: 0; align-items: inherit; }
.about_page .about_inr .about_content h2 { padding: 0 0 20px; }
.cover{ padding: 20px 0 0; display: flex; justify-content: center; flex-wrap: wrap; margin: 0 -36px; gap: 41px 0; }
.cover_item{ padding: 0 36px; width: 33.33%; }
.cover_box{ border-width: 1px; border-color: rgb(228, 228, 228); border-style: solid; border-radius: 3px; padding: 27px; display: flex; gap: 15px; justify-content: space-between; font-size: 20px; font-family: var(--font-medium); line-height: 26px; color: var(--header); }
.cover_box img { width: 48px; height: auto; object-fit: contain;  }
.cover_box p:last-child{ margin-bottom: 0; }
.cover_div{ padding: 60px 0 0; text-align: center; font-size: 20px; font-family: var(--font-regular); }
.cover_div h2{ padding: 0 0 10px; }
.our_editorial .container{ font-size: 20px; line-height: 34px; max-width: 1036px; width: 100%; margin: 0 auto;  }
.our_editorial h2{ padding: 0 0 0; }
.our_editorial span.common_color{ font-size: 20px; line-height: 26px; font-family: var(--font-medium); }

.independent{ padding: 50px 0; font-family: var(--body-font); }
.independent h2{ text-align: center; padding: 0 0 20px; }
.independent .about_content{ max-width: 57%; }
.independent .about_inr .about_item{ max-width: 40%;}
.independent .cover{ margin: 0 -10px; }
.independent .cover_item{ max-width: 25%; padding: 0 10px; }
.independent .cover_box{ display: block; padding: 0; border: none; text-align: center; }
.independent .cover_img_box{ margin: 0 auto; display: block; margin: 0 auto 20px;  width: 211px; height: 211px; border-radius: 50%; overflow: hidden; }
.independent .cover_img_box img{ width: 100%; height: 100%; object-fit: cover; }
.Featured_article{ padding: 50px 0; font-size: 20px; line-height: 34px; font-family: var(--body-font); }
.featured_inr{ display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; }
.featured_inr h2{ width: 100%; padding: 0 0 0px; text-align: center; }
.featured_item{ max-width: 41%; width: 100%; }
.featured_right{ max-width: 55%; width: 100%; font-size: 16px; line-height: 24px; }
.featured_item .featured_box{ height: 100%; }
.featured_right h3{ font-size: 20px; line-height: 26px; font-family: var(--font-medium); display: block; padding: 0 0 10px; }
.featured_item .featured_box img{ width: 100%; height: 100%; object-fit: cover; }
.featured_right p.common_color{ margin-bottom: 10px; }
.featured_right p span{ color: var(--body-color); }
.Block_page .articles_item_box p{ margin-bottom: 15px; }
.Block_page .articles_item_box p.common_color{ margin-bottom: 5px; }
.Block_page .articles_item_box p.common_color span{ color: var(--body-color); }

.editorial h2{ text-align: center; padding: 0 0 15px; }
.topic_inr{ padding: 20px 0 60px; display: flex; align-items: center; justify-content: center; gap: 26px 38px; flex-wrap: wrap; }
.topic_item{ width: fit-content; }
.topic_item .topic_box{ background-color: transparent; transition: all 0.5s;  border-width: 1px; border-color: rgb(228, 228, 228); border-style: solid; border-radius: 3px; padding: 20px 35px; font-size: 20px; font-family: var(--font-medium); color: var(--body-color); }
.topic_item a.topic_box:hover{ background-color: var(--body-color); color: var(--white-color); }
section.editorial.topic_sec::before{ top: auto; bottom: -90px; }

.contact{ padding: 50px 0; font-size: 20px; line-height: 34px; }
.contact h3{ font-family: var(--font-semibold); padding: 0 0 5px; }
.contact_inr{ display: flex; align-items: flex-start; justify-content: space-between; gap: 50px;  }
.contact_item{ max-width: 45%; width: 100%; }
.contact_item p{ margin-bottom: 0px; }
.contact_item H3{ font-size: 24px; }
.contact_item a{ margin-bottom: 25px; color: var(--body-color); font-family: var(--font-medium); text-decoration: underline; transition: all 0.5s; }
.contact_item a:hover{ color: var(--primary-color); }
.contact_item p:last-child{ line-height: 24px; }
.contact_item p:last-child span{ font-size: 14px; line-height: 24px; }
.contact_form{ max-width: 50%; width: 100%; }
.contact_form_box{ border-width: 1px; border-color: rgb(228, 228, 228); border-style: solid; border-radius: 3px; padding: 35px; }
.contact_form_box .input_fild{ padding: 0 0 15px; }
.contact_form_box .input_fild:last-child{ padding: 0 0 0; }
.contact_form_box .input_fild input{ width: 100%; height: 45px;   border-width: 1px; border-color: rgb(232, 232, 232); border-style: solid; border-radius: 3px; }
.contact_form_box .input_fild label{ display: block; padding: 0 0 5px; }
.contact_form_box input[type="submit"].button{ height: 45px; }
input[type="submit"].button { background-image: url(images/play.png); background-repeat: no-repeat; background-size: 8px; background-position: 80% 17px; }

/* block_details */
.block_details{ padding: 24px 0; position: relative; }
.block_details .container{ display: flex; gap: 40px; justify-content: space-between; }
.block_details .block_details_inr ul{ display: flex; align-items: center; gap: 20px; justify-items: flex-start; }
.block_details .block_details_inr h2{ font-family: var(--font-semibold); font-size: 30px; padding: 15px 0 25px; }
.block_details .block_details_inr h3{ font-size: 24px; line-height: 26px; padding: 10px 0 5px; font-family: var(--font-medium); }
.block_details_inr{ max-width: 70%; width: 100%; text-align: left; font-size: 20px; line-height: 34px; }
.block_details_inr strong{ text-decoration: underline; }
.single_img{ margin-bottom: 15px; width: 100%;  }
.block_details_inr .right-img{ float: right; width: fit-content; margin: 0 0 25px 20px; }
.block_details_inr .left-img{ float: left; width: fit-content; margin: 0 20px 25px 0px; }
.clr{ clear: both; }
.box_content{position: relative; padding: 50px 40px 30px 40px; border-radius: 3px;  background-color: rgb(245, 245, 245); }
.box_content strong{ display: block; text-decoration: none; padding: 0 0 5px; position: relative; }
.box_content::before{ content: ''; position: absolute; left: 0; top: 50px; background-color: var(--primary-color); width: 5px; height: 33px; }
aside{ max-width: 30%; width: 100%; position: relative; }
aside article{ width: 100%; border-width: 1px; border-color: rgb(232, 232, 232); margin-bottom: 20px; border-style: solid; border-radius: 3px; background-color: rgb(255, 255, 255);}
aside article ul{ display: block; padding: 10px 30px 10px 50px; }
aside article ul li{ position: relative; padding: 20px 0; font-size: 20px; border-bottom: 1px solid rgb(232, 232, 232); }
article h3{ padding: 15px 23px; font-size: 24px; line-height: 34px;font-family: var(--font-semibold); border-left: 3px solid var(--primary-color);  background-color: rgb(227, 227, 227); }
aside article ul li:last-child{ border-bottom: 0; }
aside article ul li::before{ content: ''; position: absolute; width: 5px; height: 5px; background-color: var(--header); border-radius: 50%; left: -22px; top: 50%; transform: translateY(-50%); }
aside article:last-child{ margin-bottom: 0; }
.aside_main{ padding: 14px 30px; }
.aside-box{ font-size: 16px; display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid rgb(232, 232, 232); } 
.aside-box img{ border-radius: 3px; width: 78px; object-fit: cover; }
.aside_main .aside-box:last-child{ border-bottom: 0; }
article .aside_btn{ padding: 30px; display: flex; align-items: center; justify-content: flex-start; gap: 12px 10px; flex-wrap: wrap; }
article .aside_btn a{ padding: 12px 20px;   border-width: 1px;
  border-color: rgb(228, 228, 228);
  border-style: solid; color: var(--body-color); transition: all 0.3s; border-radius: 3px; background-color: rgb(255, 255, 255); font-size: 13px; font-family: var(--font-medium);}
article .aside_btn a:hover{ background-color: var(--header); color: var(--white-color); }
article:last-child{ padding: 40px 30px; text-align: center;  }
article:last-child strong{ font-size: 26px; font-family: var(--font-bold); padding: 0 0 15px; display: block; }
article:last-child a{width: 100%; justify-content: center; }

.articles_item .articles_item_box h3 a{ color: var(--header); }
.articles_item .articles_item_box h3 a:hover{ color: var(--primary-color); }
