@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://p.typekit.net/p.css?s=1&k=rbk6snu&ht=tk&f=39113&a=113850475&app=typekit&e=css");

@font-face {
font-family:"attribute-mono";
src:url("https://use.typekit.net/af/ad877b/00000000000000007735bc61/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/ad877b/00000000000000007735bc61/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/ad877b/00000000000000007735bc61/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:500;font-stretch:normal;
}

.tk-attribute-mono { font-family: "attribute-mono",sans-serif; }
@font-face {
    font-family: 'Graphik Web';
    src: url('../../fonts/Graphik-SemiboldItalic-Web.woff2') format('woff2'),
         url('../../fonts/Graphik-SemiboldItalic-Web.woff') format('woff');
    font-weight:  600;
    font-style:   italic;
    font-stretch: normal;
  }
  
  @font-face {
    font-family: 'Graphik Web';
    src: url('../../fonts/Graphik-Semibold-Web.woff2') format('woff2'),
         url('../../fonts/Graphik-Semibold-Web.woff') format('woff');
    font-weight:  600;
    font-style:   normal;
    font-stretch: normal;
  }
  
  
  @font-face {
    font-family: 'Graphik Web';
    src: url('../../fonts/Graphik-Medium-Web.woff2') format('woff2'),
         url('../../fonts/Graphik-Medium-Web.woff') format('woff');
    font-weight:  500;
    font-style:   normal;
    font-stretch: normal;
  }
  
  @font-face {
    font-family: 'Graphik Web';
    src: url('../../fonts/Graphik-RegularItalic-Web.woff2') format('woff2'),
         url('../../fonts/Graphik-RegularItalic-Web.woff') format('woff');
    font-weight:  400;
    font-style:   italic;
    font-stretch: normal;
  }
  
  @font-face {
    font-family: 'Graphik Web';
    src: url('../../fonts/Graphik-Regular-Web.woff2') format('woff2'),
         url('../../fonts/Graphik-Regular-Web.woff') format('woff');
    font-weight:  400;
    font-style:   normal;
    font-stretch: normal;
  }
  @font-face {
    font-family: 'Regis';
    src: url('../../fonts/Regis-Regular.otf') format('opentype');
    font-weight:  400;
    font-style:   normal;
  }
  @font-face {
    font-family: 'Regis';
    src: url('../../fonts/Regis-SemiBold.otf') format('opentype');
    font-weight:  500;
    font-style:   normal;
  }

body {
    font-size: 14px;
    background: #faf6f4;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
    font-family: lato, 'Fira Sans', sans-serif;
    color: #000000;
}

*:hover {
    transition: all ease 0.5s;
}

input[type=text]:focus,
select:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}
input[type=checkbox].css-checkbox, input[type=radio].css-radio{
    outline-color: #0693e3;
    box-shadow: none;
}

button[type=submit] {
    cursor: pointer;
}

textarea {
    resize: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* -- header -- */
.logo img {
    max-width: 71px;
}

.brand_name h1 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    line-height: 34px;
    font-weight: 600;
}

.header_top .d-flex {
    align-items: center;
}

.lst_sec .cuntry_sec span,
.lst_sec .cuntry_sec,
.lst_sec .srch span {
    color: #000000;
}

.header_btm {
    background: #f1ebe5;
    height: 5px;
}

.header_btm ul.navbar-nav {
    margin: auto;
    padding-top: 8px;
    display: none;
}

.header_btm ul.navbar-nav li {
    display: inline-block;
}

.header_btm ul.navbar-nav li a {
    letter-spacing: 0;
    line-height: 17px;
}

/* -- search toggle -- */
.lst_sec .srch .fa {
    font-size: 20px;
}

.srch_toggle input {
    height: 45px;
    /* width: 379px !important; */
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: #FFFFFF;
    font-size: 14px;
    margin-right: 10px;
    color: #666666 !important;
    font-family: 'Graphik Web';
    font-weight: 400;
}

.srch_toggle form.form-inline {
    /* max-width: 870px; */
    margin: auto;
}

.srch_toggle form.form-inline .form-group {
    width: 65%;
    position: relative;
}

.srch_toggle form.form-inline .form-group input {
    width: 100%;
    padding-left: 55px;
}

.srch_toggle form.form-inline .form-group button.btn {
    width: 40%;
}

.srch_toggle form.form-inline button.btn.btn-primary {
    width: 35%;
    height: 45px;
    border-radius: 3px;
    background-color: #C10D19;
    border-color: #C10D19;
}

.srch_toggle {
    background: #f1ebe5;
    padding: 15px 0;
    /* opacity: 0; */
    transition: all ease 0.5s;
    position: absolute;
    width: 100%;
    z-index: 1;
    display: none;
}

/* -- filter dropdown -- */
.mid_wrap {
    padding: 80px 0 0 0;
}

.tab_grid:last-child {
    margin-bottom: 80px !important;
}

.mid_wrap form {}

.site_heading {
    margin-bottom: 60px;
    font-weight: 600;
}

.mid_wrap .dropdown {
    position: relative;
    margin-bottom: 20px;
}

.mid_wrap .dropdown .dropdown-list {
    /* padding: 5px 0; */
    background: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    max-height: 223px;
    overflow-y: auto;
    background: #fff;
    display: none;
    z-index: 10;
}

.mid_wrap .dropdown .checkbox {
    opacity: 0;
    transition: opacity 0.2s;
}

.mid_wrap .dropdown .dropdown-label {
    display: block;
    height: 45px;
    font-size: 14px;
    line-height: 43px;
    background: #f6f6f6;
    border: 1px solid #7b7b80;
    padding: 0 40px 0 20px;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    color: #5e6167;
    overflow: hidden;
    font-weight: normal;
}

.mid_wrap .dropdown .dropdown-label:before {
    content: "\f078";
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.25s;
    transform-origin: center center;
    font-family: 'FontAwesome';
    font-size: 11px;
}

.mid_wrap .dropdown.open .dropdown-list {
    display: block;
}

.mid_wrap .dropdown.open .checkbox {
    transition: 2s opacity 2s;
    opacity: 1;
    margin: 0;
    padding: 5px 15px;
}

.mid_wrap .dropdown.open .dropdown-label:before {
    transform: translateY(-50%) rotate(-180deg);
}

.mid_wrap .checkbox {
    margin-bottom: 20px;
}

.mid_wrap .checkbox:last-child {
    margin-bottom: 0;
}

.mid_wrap .checkbox .checkbox-custom {
    display: none;
}

.mid_wrap .checkbox .checkbox-custom-label {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
}

.mid_wrap .checkbox .checkbox-custom+.checkbox-custom-label:before {
    content: "";
    background: white;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    margin-top: -2px;
}

.mid_wrap .checkbox .checkbox-custom:checked+.checkbox-custom-label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    height: 8px;
    padding: 2px;
    transform: rotate(45deg);
    text-align: center;
    border: solid #000;
    border-width: 0 2px 2px 0;
}

.mid_wrap .dropdown.open .checkbox:hover {
    background: #ebebeb;
}

.srch_drop {
    padding: 15px 15px 0;
}

.srch_drop span.fa {
    position: absolute;
    top: 25px;
    right: 25px;
}

.srch_drop input {
    background: #f6f6f6;
    margin-bottom: 10px;
}

.mid_wrap form .form-control,
.mid_wrap form select {
    background: #ffffff;
    border: 1px solid #cccccc;
    height: 45px !important;
    font-size: 14px;
    border-radius: 4px;
    color: #666666 !important;
    font-family: 'Graphik Web';
    font-weight: 400;
}

select#sel1 {
    font-size: 14px;
}

.mid_wrap form label {
    font-family: lato;
    color: #75757A;
    font-weight: 500;
}

span.fa.addon {
    color: #322A2A;
    font-size: 18px;
    position: absolute;
    top: 14px;
    left: 20px;
}

.srch_toggle span.fa {
    font-size: 18px;
}
.fa-search:before{
    -webkit-text-stroke: 1px white;
}

.srch_toggle.collapsed.pressed {
    display: block;
}

.header_top {
    overflow: hidden;
    padding: 15px 0;
}


.mid_wrap form input {
    padding-left: 40px !important;
}


.search_result span.res_btn {
    border: 1px solid #75757A;
    border-radius: 19.5px;
    color: #322A2A;
    font-size: 14px;
    line-height: 37px;
    display: inline-block;
    height: 39px;
    width: 171.5px;
    text-align: center;
}

.search_result {
    margin: -10px 0 30px;
}

.search_result a {
    padding-left: 32px;
    text-decoration: underline;
}

span.fa.fa-times {
    padding-left: 8px;
}

/* -- Table grid -- */
.output_wrap .tab_head {
    border-radius: 4px;
    background-color: #AB1A16;
    padding: 10px 20px;
}

.output_wrap .tab_head p {
    font-family: lato;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.output_wrap .tab_grid p {
    color: #0C0C0C;
    font-family: 'Graphik', 'sans-serif';
    font-weight: 400;
}

.output_wrap .grid_row .cont_sec h3 {
    font-family: lato;
    color: #141414;
    font-size: 20px;
    font-weight: 700;
}

.output_wrap .grid_row .cont_sec h3 a {
    font-family: 'Graphik Web';
    color: #141414 !important;
    font-size: 20px;
    font-weight: 500 !important;
    line-height: 24px;
}
.output_wrap .grid_row .cont_sec h3 a:hover {
    color: #AB1A16 !important;
    text-decoration: none;
}

.output_wrap .grid_row .cont_sec p {
    font-family: 'Graphik Web';
    color: #4A3D3D;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.output_wrap .theme_btn {
    display: none;
    font-family: lato;
    font-weight: 900;
    color: #ffffff;
    border: 1px solid;
    border-radius: 6px;
    background-color: #CB0132;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 20px;
}

.output_wrap .theme_btn:hover {
    background: #b30000;
    color: #fff;
}

.output_wrap .tab_grid {
    /* border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.13), 0 3px 7px 0 rgba(0, 0, 0, 0.12); */
    padding: 25px 20px;
    margin-top: 12px;
    border-bottom: 1px solid #9D9490;
}

.output_wrap .tab_grid .grid_row {
    width: 100%;
    float: left;
}

.output_wrap .tab_grid .grid_row .img_sec {
    width: 17%;
    float: left;
    padding-right: 25px;
}

.output_wrap .tab_grid .grid_row .cont_sec {
    width: 83%;
    float: left;
}

.output_wrap .tab_grid.img_no .grid_row .cont_sec {
    width: 100%;
}

.btn_block {
    max-width: 200px;
    border-radius: 0px;
    background-color: #C01D19;
    text-transform: uppercase;
    display: block;
    margin: 80px auto;
    font-size: 20px;
    font-weight: 500;
    padding: 12px 5px;
    color: #fff !important;
    font-family: 'attribute-mono', 'sens-serif';
}

/* -- footer -- */
.mid_ftr {
    background: none;
    padding: 30px 0;
}

.mid_ftr ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.social_icon p {
    justify-content: flex-end;
    font-size: 23px;
}

.social_icon p a {
    justify-content: flex-end;
    font-size: 23px;
    padding: 8px;
}

.ftr_logo_sec span {
    padding-left: 30px;
}

.mid_ftr ul li {
    display: inline-block;
    padding: 5px 15px 5px 0;
}

.btm_ftr .d-flex>div {
    margin-right: 40px;
}

.btn1 a {
    border: 1px solid;
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
}

.btn1 a span.fa {
    padding-left: 40px;
}

.img_logo img {
    width: 109px;
    filter: invert(1);
}

footer .top_ftr {
    border-top: none;
    padding: 30px 0;
    position: relative;
    background-color: transparent !important;
}

footer .top_ftr img {
    width: 122px;
    height: 60px;
}

/* -- Inner Page -- */
.side_row,
.left1,
.right1 {
    float: left;
}

.side_row {
    width: 100%;
    border-bottom: 1px solid #DEDEDE;
    margin-top: 18px;
}

.left1 {
    width: 35%;
}

.right1 {
    width: 65%;
}
.left1.see-more-from-pub{
    width: 38% !important;
}
.right1.see-more-from-sponsor{
    width: 62% !important;
}
.see-more-from-sponsor p{
    padding-left: 7px !important;
}
.see-more-from-sponsor a{
    text-decoration: underline !important;
}

.brdcrumb ul {
    padding: 0;
    list-style: none;
}

.brdcrumb ul li {
    display: inline-block;
    color: #75757A;
}

.brdcrumb {
    margin: 50px 0;
}

.site_content p {
    line-height: 33px;
    font-size: 20px;
    margin-bottom: 3rem;
}

.cat_detail_wrap .site_heading {
    margin-bottom: 25px;
    font-family: 'Regis';
    font-weight: 400;
    font-size: 46px;
    color: #000000;
}

.cat_detail_wrap .col-md-9 {
    padding-right: 74px;
}

.side_bar img {
    margin-bottom: 20px;
}

.right1 a {
    color: #000000 !important;
}

.right1 span.fa {
    font-size: 21px;
    padding-right: 20px;
}

.register_form {
    background: #fafbfc;
    padding: 25px;
}

.form_wrap {
    padding: 35px;
}

.register_form .form_wrap label {
    font-size: 16px;
    font-weight: 600;
}

.register_form .form_wrap .form-control {
    height: 51px !important;
    border: 1px solid #aaa;
    padding: 17px 7px;
}

.register_form .form_wrap button {
    background: #5cb85c;
    margin: 20px 0;
    width: 260px;
    padding: 20px;
    border: 1px solid #5cb85c;
    font-size: 26px;
    font-weight: normal;
}

.minus_mr {
    margin-top: -15%;
}

.resp_img_blck {
    display: none;
}

.tab_grid.list-view .grid_row .btn-primary:focus {
    box-shadow: none;
}

.tab_grid.list-view .grid_row .btn-primary:not(:disabled):not(.disabled):hover {
    color: #CB0132;
    border: 1px solid #CB0132;
    background: #ffffff;
}

.social_icon {
    display: flex;
    max-height: 517px;
    margin-top: 41px;
}

.social_icon .follow_us {
    padding: 12px;
    color: white;
}

.category-list .dropdown button::after,
.publisher-list .dropdown button::after {
    right: 15px !important;
}

.form-row input,
.form-row button {
    font-family: lato;
    font-weight: 500;
}

.btn_block.load-more {
    font-family: lato;
    font-weight: 900;
}

.side_row .left1 strong {
    font-family: 'Graphik Web';
    font-weight: 500;
    font-size: 14px;
    color: #322A2A !important;
    line-height: 21px;
}

.side_row .right1 p {
    font-family: 'Graphik Web';
    font-weight: 400;
    font-size: 14px;
    color: #000000 !important;
    line-height: 21px;
    padding-left: 10px;
}
.switch img{
    /* filter: invert(1) !important; */
    font-family: 'Graphik Web';
}
.navbar-expand-md .navbar-toggler{
    display: none !important;
}
.arn-copyrights, .img_logo span a{
    font-family: 'Graphik Web' !important;
    font-weight: 400 !important;
    color: #000000 !important;
}