@font-face {
    font-family: 'aganlight';
    src: url('../../assets/fonts/agane_45_light-webfont.woff2') format('woff2'),  url('../../assets/fonts/agane_45_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aganregular';
    src: url('../../assets/fonts/agane_55_roman-webfont.woff2') format('woff2'),  url('../../assets/fonts/agane_55_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aganbold';
    src: url('../../assets/fonts/agane_65_bold-webfont.woff2') format('woff2'),  url('../../assets/fonts/agane_65_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aganextra_bold';
    src: url('../../assets/fonts/agane_75_extra_bold-webfont.woff2') format('woff2'),  url('../../assets/fonts/agane_75_extra_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Libre Baskerville'), local('LibreBaskerville-Regular'), url(https://fonts.gstatic.com/s/librebaskerville/v7/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNXaxMaC82U-ro.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Libre Baskerville'), local('LibreBaskerville-Regular'), url(https://fonts.gstatic.com/s/librebaskerville/v7/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNZaxMaC82U.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Libre Baskerville Bold'), local('LibreBaskerville-Bold'), url(https://fonts.gstatic.com/s/librebaskerville/v7/kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTgY5KcC-wLOjAUw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Libre Baskerville Bold'), local('LibreBaskerville-Bold'), url(https://fonts.gstatic.com/s/librebaskerville/v7/kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTgY3KcC-wLOj.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.fonts {
    font-family: 'aganlight';
    font-family: 'aganregular';
    font-family: 'aganbold';
    font-family: 'aganextra_bold';
}
body {
    font-family: 'Noto Sans' !important;
}
a:hover{
    text-decoration: underline !important;
}
/*=======================================================
      HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #252525;
    font-family: 'Noto Sans' !important;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 30px !important;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
    font-weight: bold;
}
/* Arif Fix */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/*=======================================================
      BTN STYLE
========================================================*/
.btn {
    border: none;
    color: #fff;
    display: inline-block;
    padding: 13px 20px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 0px;
    background: #202020;
    position: relative;
    z-index: 1;
}
.btn:hover {
    background: #000;
    color: #fff;
}
.btn-border {
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
    color: #202020;
    border: 1px solid #202020;
}
.btn-border:hover {
    background: #202020;
    color: #fff;
}
#content {
    background: #fff;
    position: relative;
    z-index: 1;
}
/*-------------------- Navigation classic ---------------------*/
.navbar-classic {
}
.navbar-classic.navbar-light .navbar-nav .nav-link {
    color: #181825;
    padding: 12px 16px;
}
.navbar-classic .navbar-nav .nav-item {
}
.navbar-classic .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    color: #181825;
    padding: 10px 15px;
    line-height: 20px;
    border: 1px solid #000;
    text-transform: uppercase;
}
.navbar-classic .navbar-nav .nav-item .nav-link i {
    margin-right: 5px;
}
.navbar-classic .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
    background: #000;
}
.navbar-expand-lg .navbar-collapse {
    display: block !important;
    flex-grow: inherit;
}
.navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
    color: #3544ee;
}
.navbar-classic.navbar {
    padding: 18px 0px;
}
.navbar-classic .dropdown-toggle::after {
    margin-top: 1px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: -2px;
    content: "\f107";
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    color: #bdbebf;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    margin-right: 15px;
    font-size: 13px;
    float: right;
    display: none;
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #f1f1f6;
    border-radius: 0px;
}
.navbar-brand {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 2px;
    margin-right: initial;
    line-height: inherit;
    white-space: nowrap;
    color: #181825;
    font-size: 24px;
}
.header-classic .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 16rem;
    padding: 12px;
    margin: 18px 0px;
    font-size: 1rem;
    color: #808294;
    text-align: left;
    list-style: none;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 2px;
    -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
}
.header-classic .dropdown-item {
    display: block;
    width: 100%;
    padding: 7px 15px;
    clear: both;
    font-weight: 400;
    color: #dfdfdf;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    line-height: 18px;
}
.header-classic .dropdown-item:focus, .dropdown-item:hover {
}
.header-classic .dropdown-item:focus .dropdown-toggle::after, .dropdown-item:hover.dropdown-toggle::after {
    color: #4955ef;
}
.br-right {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 0px;
}

@media (min-width: 992px) {
    .header-classic .dropdown .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in
    }
    .header-classic .dropdown:hover > .dropdown-menu {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }
    .header-classic .dropdown-submenu:hover .dropdown-menu {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }
}
.header-classic .dropdown-submenu {
    position: relative;
}
.header-classic .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 17px;
    top: 25px;
}
.header-classic .dropdown-submenu .dropdown-menu {
    top: 0px;
    left: 100%;
    margin-left: 13px;
    margin-right: .1rem;
}
.header-classic .caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.header-classic .mega-dropdown {
    position: unset;
}
.header-classic .mega-dropdown-menu {
    width: 100%;
    position: absolute;
    top: 60px;
    margin: 0px;
    border: none;
    max-width: 840px;
    padding: 30px;
}
.header-classic .mega-dropdown-menu ul {
    list-style: none;
}
.header-classic .nav-dropitem-arrow {
    position: relative;
    font-size: 12px;
    opacity: 0;
    padding-right: 10px;
}
.header-classic .nav-dropitem-arrow i {
    position: absolute;/* top: -1px;
        */
}
.header-classic .dropdown-item:focus, .dropdown-item:hover {
}
.header-classic .dropdown-item:hover .nav-dropitem-arrow {
}
.header-classic .navbar-classic .navbar-toggler, .navbar-boxed .navbar-toggler {
    padding: 17px 15px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #eaeaf0;
    border-radius: .25rem;
    position: relative;
}
/* mobile menu css */
.header-classic .navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0px;
}
.header-classic .navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #f1f1f6;
}
.header-classic .navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}
.header-classic .navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0px;
}
.header-classic .navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #f1f1f6;
}
.header-classic .navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}
.header-classic .navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0px;
}
.header-classic .navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #495bfb;
}
.header-classic .navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}
.header-classic .icon-bar {
    width: 21px;
    height: 3px;
    background-color: #3544ee;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: 4px
}
.header-classic .navbar-toggler:focus {
    outline: 0px;
}
.header-classic .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 190%;
    background-color: #3544ee;
}
.header-classic .navbar-toggler .middle-bar {
    opacity: 0;
}
.header-classic .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% -80%;
    background-color: #3544ee;
}
.header-classic .navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    background-color: #3544ee;
}
.header-classic .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}
.header-classic .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
    background-color: #3544ee;
}
.srch-btn {
    text-transform: uppercase;
    float: left;
    margin-left: 20px;
}
.srch-btn ul li a {
    padding: 13px 15px;
}
.srch-btn ul li a:hover {
    background: #000;
    color: #fff;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}
.srch-btn:hover {
}
.srch-btn i {
    margin-right: 10px;
}
.search-inside {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .9);
    z-index: 9999999;
    display: none;
}
.search-inside .search-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.search-inside .search-close {
    position: absolute;
    right: 50px;
    color: #fff;
    top: 50px;
    font-size: 30px;
    cursor: pointer;
    z-index: 500;
}
.search-inside .search {
    display: inline-block;
    width: 100%;
    position: relative;
}
.search-inside .position-center-center {
    width: 100%;
    padding: 0 20px;
}
.search-inside .search input {
    background: none;
    font-size: 20px;
    color: #fff;
    text-align: left;
    height: 60px;
    width: 100%;
    border: none;
    padding: 0 0px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.search-inside .search input:focus {
    outline: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.search-inside .search button {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    line-height: 36px;
    margin-top: 0px;
    font-size: 60px;
    background: none;
}
.search-inside .search button i {
    font-size: 30px;
}
.search-inside .search button:hover {
    color: #fff;
}
.header-classic .logo {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 20px;
    width: 160px;
    margin: 0 auto;
    z-index: 2;
}
.header-classic .add-nav {
    border: 2px solid #85c808;
    padding: 10px 20px;
    margin-top: 30px;
    width: 100%;
    display: inline-block;
    position: relative;
}
.header-classic .add-nav h5 span {
    color: #85c808;
    text-decoration: underline;
}
.header-classic .add-nav h5 small {
    font-weight: 400;
    color: #dfdfdf;
    margin-left: 20px;
}
.header-classic .add-nav h5 {
    font-size: 16px;
    margin: 0px;
    color: #fff;
}
.header-classic .add-nav img {
    float: right;
    max-width: 100px;
    position: absolute;
    right: 50px;
    bottom: 0px;
}
/*=======================================================
			Nav Overlay
========================================================*/
.mobile-navigation {
    display: none;
}
.mobile-navigation .logo-mobile {
    margin: 0 auto;
}
.mobile-navigation {
    width: 100%;
    background: #fff;
    display: inline-block;
    min-height: 60px;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mobile-navigation ul {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.mobile-navigation .tille-head {
    font-size: 40px;
    color: #f5f5f5;
    position: absolute;
    top: -20px;
    font-weight: 800;
    left: 0px;
    z-index: -1;
}
.logo-fly {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100px;
    width: 140px;
    line-height: 100px;
    z-index: 9999999;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.fly-nac-icon {
    padding: 30px;
    position: fixed;
    right: 0px;
    top: 0px;
    height: 100px;
    width: 100px;
    z-index: 9999999;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.fly-nac-icon .toggle-button {
    position: relative;
    height: 20px;
    width: 36px;
    cursor: pointer;
    z-index: 99999;
}
.fly-nac-icon .nav-right {
    padding-right: 25px;
}
.fly-nac-icon .bar {
    background-color: #252839;
    display: block;
    width: 100%;
    height: 3px;
    border: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
.fly-nac-icon .bar + .bar {
    margin-top: 5px;
}
.fly-nac-icon .toggle-button:hover {
    opacity: 1;
}
.fly-nac-icon .toggle-active .bar {
    background-color: #000;
}
.fly-nac-icon .toggle-active .bar + .bar {
    margin-top: 7px;
}
.fly-nac-icon .toggle-active .top {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
}
.fly-nac-icon .toggle-active .middle {
    opacity: 0;
}
.fly-nac-icon .toggle-active .bottom {
    -webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
}
.fly-nav .overlay {
    position: fixed;
    background: #fff;
    left: 0;
    top: 0px;
    margin-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
}
.fly-nav .nav-active {
    opacity: 1;
    visibility: visible;
    height: 100%;
    z-index: 9999;
    overflow-y: scroll;
}
.fly-nav ::-webkit-scrollbar {
    width: 5px;
}
.fly-nav ::-webkit-scrollbar-track {
    background: #fff;
}
.fly-nav ::-webkit-scrollbar-thumb {
    background: #000;
}
.fly-nav ::-webkit-scrollbar-thumb:hover {
    background: #000;
}
.fly-nav .overlay ul {
    display: inline-block;
    position: relative;
    text-align: center;
    list-style: none;
    padding: 0;
    width: 100%;
}
.fly-nav .position-center-center {
    width: 100%;
    z-index: 99;
}
.fly-nav .overlay ul li {
    text-align: left;
    padding: 0 20px;
}
.fly-nav .overlay ul li a {
    color: #000;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid #e6e6e6;
}
.fly-nav .overlay ul li ul li a:hover:before {
    width: 100%;
}
.fly-nac-icon .container {
    position: relative;
}
.fly-nav .search-mobile {
    border-bottom: 1px solid #2e2e2e;
    margin-bottom: 20px;
}
.fly-nav .search-mobile {
    padding: 0 20px;
    position: relative;
}
.fly-nav .search-mobile i {
    position: absolute;
    left: 20px;
    line-height: 50px;
}
.fly-nav .search-mobile input {
    border: none;
    width: 100%;
    height: 50px;
    padding-left: 20px;
}
.fly-nav .botton-info {
    position: absolute;
    bottom: 40px;
    left: 0px;
    width: 100%;
    color: #fff;
}
.fly-nav .botton-info p {
    color: #fff;
    margin: 0px;
}
.fly-nav .botton-info a {
    color: #fff;
    margin-left: 20px;
    font-size: 14px;
    display: inline-block;
}
.fly-nav.in-cet {
    text-align: center;
}
.fly-nav.in-cet ul li {
    display: inline-block;
    width: auto;
    margin: 0 20px;
}
.fly-nav.in-cet .panel-collapse {
    position: absolute;
    width: 100%;
    max-width: 250px;
    text-align: left;
}
.fly-nav.in-cet .overlay ul li ul {
    padding-left: 10px;
    text-align: left;
    background: rgba(0, 0, 0, 0.8);
}
.fly-nav.in-cet .overlay ul li ul li {
    width: 100%;
    display: inline-block;
}
.header-relative {
    position: relative;
}
.fly-nac-icon.for-all {
    background: none;
    box-shadow: none;
    position: relative;
    padding: 0px;
    height: auto;
    width: auto;
    float: left;
}
.fly-nac-icon.for-all .bar {
    height: 2px;
}
.fly-nac-icon.for-all .toggle-button {
    height: 16px;
    width: 20px;
    margin: 0px;
}
.mobile-navigation {
    display: none;
}
.fast-link h5 {
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin: 0px 15px 0px;
}
.fast-link {
    display: inherit;
    margin-top: 20px;
}
.fast-link li {
    display: inline-block;
    margin-right: 20px;
}


.curency-head {
	position: relative;
	border-top: 1px solid #202020;
	border-bottom: 1px solid #202020;
	margin-top: 10px;
	padding: 7px 35px;
	max-height: 40px;
	visibility: hidden;
	display: flex;
	padding-right: 195px;
}
.curency-head .all-cur-link {
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
}
.curency-head .lnk-wrap {
	padding-left: 40px;
	line-height: 25px;
}
.curency-head.without-urls .lnk-wrap {
	display: none;
}
.curency-head.without-urls {
	padding-right: 35px;
}
.curency-head .owl-stage-outer {
	max-height: 25px;
}
.curency-head .item a {
	display: flex;
}
.curency-head .item img {
	height: 25px;
	width: auto !important;
	margin-left: 3px;
}
.curency-head .item span {
	color: #202020;
	padding: 0 3px;
}
.curency-head .item span:nth-child(1) {
	font-size: 14px;
	line-height: 23px;
	font-weight: 700;
	text-transform: uppercase;
}
.curency-head .item span:nth-child(2) {
	font-size: 12px;
	line-height: 25px;
}
.curency-head .item span:nth-child(3) {
	font-size: 12px;
	line-height: 25px;
}
.curency-head .owl-prev {
	position: absolute;
	left: -30px;
	top: 0px;
	line-height: 23px !important;
	border: 0px !important;
	background: none !important;
	height: 100%;
	font-size: 26px !important;
}
.curency-head .owl-next {
	position: absolute;
	right: -30px;
	top: 0px;
	line-height: 23px !important;
	border: 0px !important;
	background: none !important;
	height: 100%;
	font-size: 26px !important;
}
.curency-head .owl-nav .fa {
	display: none;
}
.curency-head .p_percent.p_down {
	color: #FF4B55 !important;
}
.curency-head .p_percent.p_up {
	color: #34C700 !important;
}

.jnews-dark-mode .curency-head .item span {
	color: var(--j-link-txt-color);
}

.naws-head .all-cur {
    position: absolute;
    right: 0px;
    font-size: 14px;
    top: 0px;
    color: #202020;
    line-height: 40px;
    text-transform: uppercase;
}
/*=======================================================
      Position Center Center
========================================================*/
.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*=======================================================
      HEADING
========================================================*/
.heading {
    margin: 0 auto;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}
.heading h2 {
    margin-bottom: 20px;
}
.heading h6 {
    margin: 0px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-transform: none;
    position: relative;
}
.heading h4 {
    font-weight: 500;
    color: #2d3a4b;
    margin: 0px;
    font-size: 26px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.heading p {
    max-width: 800px;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto;
}
.heading span {
    display: inline-block;
    max-width: 800px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    font-style: italic;
}
/*=======================================================
			Blog Section
========================================================*/
.main-content {
    background: #fff;
    padding: 50px 0;
}
.p-l-0 {
    padding-left: 0px;
}
.p-r-0 {
    padding-right: 0px;
}
.feature-post.blog-post {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}
.feature-post.blog-post article {
    padding-bottom: 10px;
}
.feature-post.blog-post h3 {
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 0px;
}
.blog-post.with-img h5 {
    min-height: 66px;
    margin: 10px 0px 10px 0px;
}
.blog-post .post-img {
    margin-bottom: 15px;
}
.feature-post.blog-post article p {
    font-size: 16px;
    margin: 10px 0px 10px 0px;
}
.blog-post article {
    color: #212529;
}
.blog-post article h5 a {
    display: inline-block;
    width: 100%;
    font-size: 18px;
}
.blog-post article h5 {
    line-height: 22px;
    font-size: 16px;
    letter-spacing: -0.3px;
    min-height: 65px;
    margin: 10px 0px 10px 0px;
	max-height: 65px;
	overflow: hidden;
}
.blog-post article {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
    min-height: 160px;
}
.first_row {
    margin-bottom: 20px;
}
.first_featured_block {
    min-height: 215px;
}
.blog-post article span {
    font-size: 12px;
    margin-right: 15px;
    color: #AEAEAE;
}
.jnew-dark-mode .blog-post article span {
    color: #ffffff;
}
.blog-post article p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.2px;
    margin: 10px 0px 10px 0px;
}
.blog-post article span a {
    /*color: #000;*/
    text-transform: uppercase;
}
.jnew-dark-mode .blog-post article span a {
    color: #ffffff;
    text-transform: uppercase;
}
.special-artical {
    border: 1px solid #202020;
    position: relative;
    padding-top: 20px;
}
.jnews-dark-mode .special-artical .tittle {
    color: #fff !important;
    background: var(--j-bg-color);
}
.jnews-dark-mode .blog-post article {
    border-bottom: 1px dashed #fff !important;
}
.jnews-dark-mode .special-artical {
    border: 1px solid #ffffff;
}
.jnews-dark-mode .special-artical li h4 a {
    color: #ffffff;
}
.special-artical ul {
    overflow-y: scroll;
    height: 420px;
    position: relative;
    padding: 20px;
    padding-top: 0px;
}
.blog-post{
    margin-bottom:20px
}
.special-artical:before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 9;
    height: 70px;
    left: 0px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.jnews-dark-mode .special-artical:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.special-artical .tittle {
    position: absolute;
    top: -35px;
    left: 10px;
    padding: 5px 10px;
    padding-right: 20px;
    font-size: 14px;
    background: #fff;
    text-transform: uppercase;
    color: #1A1A1A;
    font-weight: normal;
    font-family: 'aganregular';
    z-index: 2;
}
.special-artical li h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}
.special-artical li h4 a {
    color: #202020;
    font-family: 'Libre Baskerville', serif;
}
.special-artical li {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.special-artical li span {
    font-weight: 300;
    font-size: 12px;
    margin-right: 10px;
}
.side-bar-blog {
    margin-bottom: 30px;
}
.side-bar-blog ::-webkit-scrollbar {
    width: 5px;
}
.side-bar-blog ::-webkit-scrollbar-track {
    background: #fff;
}
.side-bar-blog ::-webkit-scrollbar-thumb {
    background: #000;
}
.side-bar-blog ::-webkit-scrollbar-thumb:hover {
    background: #000;
}
.side-bar-blog fieldset {
    margin-top: 0px;
    border: 1px solid #E4E4E4;
    padding: 20px;
    margin-bottom: 30px;
}
.main-heading {
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}
.main-heading:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 100%;
    bottom: 31px;
    right: 0px;
    z-index: -1;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
    border-top: 1px dashed rgba(0, 0, 0, 0.5);
}
.jnews-dark-mode .main-heading:before {
    border-bottom: 1px dashed #ffffff !important;
    border-top: 1px dashed #ffffff !important;
}
.main-heading:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 100%;
    bottom: 35px;
    right: 0px;
    z-index: -1;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
.jnews-dark-mode .main-heading:after {
    border-bottom: 1px dashed #ffffff !important;
}
.main-heading h1,
.main-heading h3 {
    position: relative;
    background: #fff;
    padding-right: 20px;
    display: inline-block;
}
.jnews-dark-mode .main-heading h1,
.jnews-dark-mode .main-heading h3 {
    background: #1A1A1A;
    color: #ffffff;
}
.main-heading h3 {
	font-size: 2.25em;
	margin: .67em 0 .5em;
	line-height: 1.25;
	letter-spacing: -.02em;
}
.add-unit {
    margin-bottom: 30px;
}
.side-bar-blog legend {
    display: block;
    width: inherit;
    padding: 0 10px;
    margin-left: -10px;
    font-size: 14px;
    background: #fff;
    text-transform: uppercase;
    color: #000;
}
.bitcoin-calculater .dropdown .dropdown-toggle {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #D7D7D7;
}
.bitcoin-calculater .dropdown .dropdown-toggle::after {
    float: right;
    margin-top: 8px;
}
.bitcoin-calculater .btn {
    width: 100%;
    margin-top: 20px;
}
.bitcoin-calculater .dropdown-menu {
    width: 100%;
    min-width: 100%;
    margin-top: -2px;
    border-radius: 0px;
}
.bitcoin-calculater .dropdown-item {
    font-size: 12px;
}
.bitcoin-calculater .dropdown img {
    width: 16px;
    height: 16px;
}
.bitcoin-calculater .dropdown i {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.more-new-link {
    color: #000000;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: right;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
    margin-top: 0px;
    /* display: flex; */
    top: -20px;
    position: relative;
}
/* Botton Info widget */


.bottom-info-footer p {
    margin: 10px 0 !important;
    color: #333333;
    display: inline-block;
}
.bottom-info-footer {
    border-top: 2px solid rgba(133, 200, 8, 0.8);
    background: #fff;
    padding: 15px 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 99;
}
.jnews-dark-mode .bottom-info-footer {
    background: #1A1A1A;
}
.bottom-navi ul li:hover {
    color: lightgreen !important;
}
.bottom-info-footer .btn {
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
}
.bottom-info-footer .btn-right {
    float: right;
}
.bottom-info-footer .primy-color {
    color: #85c808;
}
.bottom-info-footer .line-trhogh {
    text-decoration: line-through;
}
/* Bottom navigation menu */
.bottom-navi {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
    background: #fff;
    padding: 10px 15px;
}
.bottom-navi ul {
    display: flex;
}
.bottom-navi ul li span {
    display: inline-block;
    width: 100%;
}
.bottom-navi ul li a {
    font-size: 10px;
    display: inline-block;
    width: 100%;
}
.bottom-navi ul li a svg {
    fill: #202020;
}
.bottom-navi ul li a.active svg {
    fill: #85C808;
}
.bottom-navi ul li a.active span {
    color: #85C808;
}
.bottom-navi ul li {
    width: 20%;
    text-align: center;
}
.menu-container {
    font-size: 15px;
    color: #181825;
    border: 1px solid #000;
    text-transform: uppercase;
}
/*.menu-container .menu-dropdown-icon li a:hover{*/
/*    color:#ffffff;*/
/*}*/

.menu {
    display: contents;
}
.menu-mobile {
    display: none;
    padding: 20px;
}
.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}
.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}
.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}
.menu > ul:before, .menu > ul:after {
    content: "";
    display: table;
}
.menu > ul:after {
    clear: both;
}
.menu > ul > li {
    float: left;
    /*background: #e9e9e9;*/
    padding: 0;
    margin: 0;
}
.menu-dropdown-icon {
    /* position:relative; */
}
.menu-dropdown-icon:before {
    content: "\f0c9";
    font-weight: 900;
    font-family: Font Awesome 5 Free;
    color: #000;
    position: absolute;
    left: 0px;
    top: 0px;
}
.menu > ul > li a {
    text-decoration: none;
    padding: 0.7em 1em;
    display: block;
}
.menu > ul > li a:hover {
    background: #000;
    color: #fff;
    text-decoration: none !important;
}
/*.menu > ul > li:hover {*/
/*    background: #000000;*/
/*}*/
/*.menu > ul > li a:hover,.menu > ul > li a:visited, .menu > ul > li a:focus {*/
/*    color: #ffffff;*/
/*}*/

.menu > ul > li > ul {
    display: block !important;
    width: 100%;
    background: #000;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    visibility: hidden;
    opacity: 0;
    padding: 30px;
    max-width: 845px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.menu > ul > li:hover ul {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
.menu > ul > li > ul:before, .menu > ul > li > ul:after {
    content: "";
    display: table;
}
.menu > ul > li > ul:after {
    clear: both;
}
.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}
.menu > ul > li > ul > li a {
    color: #ffffff;
    padding: .2em 0;
    width: 95%;
    display: block;
    font-size: 14px;
    /*border-bottom: 1px solid #ffffff;*/
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    color: #dfdfdf;
}
.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before, .menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}
.menu > ul > li > ul > li > ul:after {
    clear: both;
}
.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 5px 0;
    margin: 0;
    font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a {
    border: 0;
}
.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}

/* Ã¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œ
Mobile style's
Ã¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œ */

@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}
.jeg_post_title a {
    color: #212121;
    transition: color .2s;
    line-height: 22px;
    font-size: 16px;
    letter-spacing: -0.3px;
}
.jnews_category_header_top {
    margin-top: 55px;
}

.jnews-dark-mode .jeg_header .jeg_search_expanded .jeg_search_modal_expand {
	background: var(--j-bg-color);
}
.jnews-dark-mode .jeg_header .jeg_search_expanded .jeg_search_modal_expand .jeg_search_input {
	color: var(--j-link-txt-color);
	border-bottom-color: #DFDFDF;
}
.jnews-dark-mode .jeg_search_expanded .jeg_search_modal_expand .jeg_search_button .fa {
	color: rgba(255, 255, 255, 0.3);
}
.jnews-dark-mode .jeg_header .jeg_search_expanded .jeg_search_modal_expand .jeg_search_input:focus + .jeg_search_button .fa {
	color: var(--j-link-txt-color);
}
.jnews_header_top_ads {
	z-index: 5 !important;
}