@import url(https://fonts.googleapis.com/css?family=Pacifico);

body {
    padding: 0;
    margin: 0;
    /* font-family: 'Lato', sans-serif; */

    /* font-family: 'Noto Sans', sans-serif; */
    font-family: 'Montserrat', sans-serif;
}
.container {
    max-width: 1300px;
}
ul {
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}
a:hover {
    text-decoration: none;
}

:root {
    --theme_biue :#358eeb;
    --font_color : #0000008a;
    --theme_black : #222;
    --pure_white : #fff;
}

/* ==========header start============== */
.ml-auto {
    margin-left: auto;
}
header.header_area {
    background: var(--theme_black);
}
header.header_area .navbar, header.header_area .navbar-brand {
    padding: 0;
}
a.navbar-brand img {
    max-width: 160px;
}
header.header_area .navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 15px;
    color: var(--pure_white);
    font-size: 14px;
}
header.header_area .navbar-expand-lg .navbar-nav .nav-link:hover,
header.header_area .navbar-expand-lg .navbar-nav .nav-link.active {
    background: var(--theme_biue);
    transition: 0.5s;
}
/* ==========header close============== */



/* =========banner section start======= */
section.banner_sec {
    width: 100%;
    height: 280px;
    position: relative;
}
section.banner_sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.banner_wrapper h1 {
    text-transform: uppercase;
    color: var(--pure_white);
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 48px;
    margin-left: 5px;
    font-family: 'Lato', sans-serif;
}
.banner_wrapper h1 span {
    color: var(--theme_biue);
    padding: 10px;
    display: inline-block;
    position: relative;
    padding-right: 3px;
    margin: 0 7px 0 10px;
}
.banner_wrapper h1 span::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    transform: skewX(-19deg);
    z-index: -1;
}
.banner_wrapper p {
    color: var(--pure_white);
    font-weight: 200;
    font-size: 18px;
    margin-top: 15px;
    letter-spacing: 0.5px;
}

/* =========page search area start=========== */
section.page_search_area {
    position: relative;
    margin-top: -35px;
    padding-bottom: 50px;
}
form.search_inner {
    position: relative;
}
form.search_inner .form-control {
    height: 60px;
    border-radius: 0;
    background-color: #fff;
    padding: 10px 174px 10px 20px;
    box-shadow: 2px 2px 27px grey;
    border: 1px solid transparent;
}
.search_btn {
    position: absolute!important;
    top: 0;
    right: 0;
    background: var(--theme_biue);
    border-radius: 0px;
    height: 60px;
    padding: 10px 61px;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    color: var(--pure_white)!important;
    letter-spacing: 0.5px;
}
.btn {
    position: relative;
    overflow: hidden;
}
.btn:before {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}
.btn:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@keyframes shine {
    100% {
      left: 125%;
    }
}
/* =========page search area close=========== */


/* ========news feed section start=========== */
/* ====checkbox==== */
/* This css is for normalizing styles. You can skip this. */
/* *, .filter_item:before, .filter_item:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
    
  .form-group {
    display: block;
    margin-bottom: 15px;
  }
  
  .filter_item ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .filter_item ul li label {
    position: relative;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 400;
}
  
.filter_item ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid var(--theme_biue);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px;
}
  
.filter_item ul li input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid var(--theme_biue);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
} */
  /* ====checkbox=== */
  .thumb_title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
    background: var(--theme_biue);
    padding: 10px 10px;
    margin-bottom: 0px;
    font-size: 14px;
    color: var(--pure_white);
}
.filter_item b {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    background: #ccc;
    padding: 3px 0px;
    margin-bottom: 0px;
}
.filter_item_inner {
    border: 1px solid #ccc;
    height: 144px;
    overflow-y: scroll;
} 
.filter_item {
    margin-bottom: 15px;
}
.filter_item ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 5px;
}
.filter_item ul li {
    padding-left: 5px;
    margin: 6px 0;
}
.filter_item ul li:hover {
    background: #eee;
}
.filter_item .form-control {
    box-shadow: none;
    font-size: 12px;
}

/* ====central area======= */
section.news_feed_section .col-sm-8 {
    padding: 0;
}
a.article_img {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    /* border-radius: 16px; */
}
a.article_img img {
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.article_item:hover a.article_img img {
    transform: scale(1.2);
    transition: all 0.5s;
}
.article_wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0000009e;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: capitalize;
    opacity: 0;
    transition: 0.2s;
}
a.article_img:hover .article_wrapper {
    opacity: 1;
    transition: 0.2s;
}
.article_info {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 15px;
    background: #0000004f;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.5px;
}
article.article_item {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 15px;
}
.article_timing {
    font-size: 12px;
}
.article_body {
    padding: 15px 0px;
}
a.article_title {
    display: block;
    color: #4b5664;
    text-decoration: none;
    margin: 5px 0px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.5s;
}
a.article_title:hover {
    color: var(--theme_biue);
    transition: 0.5s;
}
.article_body p {
    font-size: 14px;
    font-weight: 300;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
.para_multi .article_body p {
    -webkit-line-clamp: 10;
}
ul.btn_groups {
    display: flex;
    list-style: none;
    gap: 3px;
    margin-top: 10px;
}
.readmore {
    background-color: var(--theme_biue);
    color: var(--pure_white)!important;
    padding: 5px 10PX;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 0;
    line-height: 1;
}
.news_feed_sec {
    column-count: 3;
    gap: 15px;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 999;
    background: #fff;
}
/* ======related premium=== */
ul.premium_listing {
    border: 1px solid #ccc;
    padding: 0px 5px;
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
ul.premium_listing li:last-child a {
    border-bottom: none;
}
ul.premium_listing li a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    line-height: 20px;
    display: block;
    padding: 7px 0px;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
    text-align: center;
    transition: 0.5s;
}
ul.premium_listing li a:hover {
    color: var(--theme_biue);
    transition: 0.5s;
}
.more_result {
    background-color: var(--theme_biue);
    border-radius: 0;
    color: #fff!important;
    line-height: 1;
    padding: 10px 20px;
    display: table;
    margin: 30px auto 0;
}

/* ----new check box----- */
.filter_item_inner ul li input {
    appearance: none;
    position: relative;
    margin: 10px 80px 10px 0px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #16161614;
    box-shadow: inset 0px 0px 4px 3px #348eeb73;
    /* background-image: repeating-linear-gradient(
        45deg, #f0f0f0 7%, white 14%, #f0f0f0 21%
    ); */
    margin: 0px;
    outline: none;
}

.filter_item_inner ul li input::before {
    content: "";
    position: absolute;
    margin-left: -36px;
    margin-top: -36px;
    width: 0px;
    height: 0px;
    border-radius: 2px;
    transform: rotate(-45deg);
    transition: 200ms ease-in-out;
    -webkit-tap-highlight-color: transparent;
    margin: 0px;
    outline: none;
}
.filter_item_inner ul li input:checked::before {
    width: 23px;
    height: 11px;
    margin-top: -8px;
    margin-left: 0px;
    box-shadow: inset 3px -3px #348eeb, -1px 1px 1px #348eeb96;
    -webkit-tap-highlight-color: transparent;
    margin: 0px;
    outline: none;
}

.filter_item_inner ul li input::after {
    content: attr(text);
    position: absolute;
    width: 120px;
    margin-left: 50px;
    margin-top: -8px;
    font-size: 13.5px;
    color: #000;
    /* text-shadow: 2px 2px #777dc9; */
    -webkit-tap-highlight-color: transparent;
    margin: 0px;
    outline: none;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
}


/* ----new check box----- */
/* ========news feed section close=========== */


/* ========footer start===================== */
.footer_area {
    background-color: #000;
    padding: 60px 0px 30px;
    margin-top: 30px;
}
.brand_img img {
    max-width: 150px;
}
ul.quick_links {
    display: grid;
    gap: 10px;
    list-style: none;
}
ul.quick_links li a {
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 200;
    font-size: 14px;
    display: block;
    transition: 0.52s;
}
ul.quick_links li a:hover {
    transform: translateX(5px);
    transition: 0.52s;
}
.subscribe_area {
    position: relative;
    margin-top: 30px;
}
.subscribe_area .form-control {
    border-radius: 44px;
    outline: none;
    box-shadow: none;
}
.subscribe_btn {
    border-radius: 44px;
    background-color: var(--theme_biue);
    color: var(--pure_white)!important;
    text-transform: capitalize;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400;
    font-size: 14px;
    height: 38px;
    box-shadow: none;
    padding: 8px 30px;
    letter-spacing: 0.5px;
}
.quick_question b {
    color: #fff;
    font-weight: 200;
    display: block;
    margin-bottom: 10px;
}
.quick_question small {
    color: #d9d8d8;
    font-weight: 200;
}
.social_bar ul {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 15px 0px 50px;
}
.social_bar ul a {
    display: inline-block;
}
.copy-right span {
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    display: block;
}
/* ========footer close===================== */

/* ========fixed searh btn start============ */
.fixed_search {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: -100%;
    z-index: 99999;
    background: #fff;
    padding: 10px 10px 10px 6px;
    border-top-right-radius: 44px;
    border-bottom-right-radius: 44px;
    box-shadow: 0px 6px 16px 5px rgb(0 0 0 / 27%);
    transition: 0.5s;
}
.sticky_header {
    left: 0;
    transition: 0.5s;
}
.fixed_search_btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #000;
    cursor: pointer;
    transition: 0.5s;
}
.fixed_search_btn:hover {
    color: var(--theme_biue);
    transition: 0.5s;
}
.fixed_search_btn::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px dashed var(--theme_biue);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 50%;
    animation: example 5s linear 2s infinite ;
    z-index: -1;
}
@keyframes example {
    0%   {transform: rotate(0deg);}
    50%   {transform: rotate(180deg);}
    100% {transform: rotate(360deg);}
  }
  .fixed_search_bg {
    width: 100%;
    height: 100vh;
    background: #000000a1;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 999;
    transition: 0.6s;
}
.show-fixed-bg {
    left: 0;
    transition: 0.4s;
}
.fixed_search_area {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 50%;
    z-index: 9999;
    transition: 0.5s;
}
.show-Fixed-search {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s;
}

.big_box {
    width: 1000px;
    height: 200px;
    border: 1px solid #ddd;
    display: flex;
}
.small_box {
    width: 400px;
    height: 150px;
    background-color: #000;
}
div#show_check_box label {
    pointer-events: none;
}


.article_img{
    padding:5px;
    border-left: 1px solid #e6e1e1;
    border-top: 1px solid #e6e1e1;
    border-right: 1px solid #e6e1e1;
    /* border-top-left-radius: 20px;
    border-top-right-radius: 20px; */
}

.article_body{
    padding:5px;
    border-left: 1px solid #e6e1e1;
    border-bottom: 1px solid #e6e1e1;
    border-right: 1px solid #e6e1e1;
    /* border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; */
}