@font-face {
  font-family: "NeueHaasGroteskText Pro";
  src: url("../webfonts/NHaasGroteskTXPro-55Rg.eot");
  src: url("../webfonts/NHaasGroteskTXPro-55Rg.eot?#iefix") format("embedded-opentype"), url("../webfonts/NHaasGroteskTXPro-55Rg.woff2") format("woff2"), url("../webfonts/NHaasGroteskTXPro-55Rg.woff") format("woff"), url("../webfonts/NHaasGroteskTXPro-55Rg.ttf") format("truetype"), url("../webfonts/NHaasGroteskTXPro-55Rg.svg#NHaasGroteskTXPro-55Rg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueHaasGroteskText Pro Md";
  src: url("../webfonts/NHaasGroteskTXPro-65Md.eot");
  src: url("../webfonts/NHaasGroteskTXPro-65Md.eot?#iefix") format("embedded-opentype"), url("../webfonts/NHaasGroteskTXPro-65Md.woff2") format("woff2"), url("../webfonts/NHaasGroteskTXPro-65Md.woff") format("woff"), url("../webfonts/NHaasGroteskTXPro-65Md.ttf") format("truetype"), url("../webfonts/NHaasGroteskTXPro-65Md.svg#NHaasGroteskTXPro-65Md") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roslindale";
  src: url("../webfonts/Roslindale-TextMedium.eot");
  src: url("../webfonts/Roslindale-TextMedium.eot?#iefix") format("embedded-opentype"), url("../webfonts/Roslindale-TextMedium.woff2") format("woff2"), url("../webfonts/Roslindale-TextMedium.woff") format("woff"), url("../webfonts/Roslindale-TextMedium.ttf") format("truetype"), url("../webfonts/Roslindale-TextMedium.svg#Roslindale-TextMedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roslindale";
  src: url("../webfonts/Roslindale-TextSemiBold.eot");
  src: url("../webfonts/Roslindale-TextSemiBold.eot?#iefix") format("embedded-opentype"), url("../webfonts/Roslindale-TextSemiBold.woff2") format("woff2"), url("../webfonts/Roslindale-TextSemiBold.woff") format("woff"), url("../webfonts/Roslindale-TextSemiBold.ttf") format("truetype"), url("../webfonts/Roslindale-TextSemiBold.svg#Roslindale-TextSemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "NeueHaasGroteskText Pro Md";
  color: #5C5C5C;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  background: #fff;
  font-weight: 400;
}

* {
  border: medium none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roslindale";
}

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

a {
  text-decoration: none;
  outline: none !important;
}

a:hover {
  text-decoration: none;
  outline: none;
}

textarea {
  resize: none;
}

p {
  line-height: 25px;
  font-size: 16px;
  font-weight: 400;
  color: #242424;
}

.mt-8 {
  margin-top: 80px;
}

.main-title {
  position: relative;
  width: 100%;
  color: #000C11;
  font-size: 36px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-align: center;
}

.btn-warning {
  color: #000C11;
  background-color: #F7F377;
  border-radius: 4px;
  border-color: #F7F377;
  padding: 8px 20px !important;
  font-weight: 500 !important;
  font-size: 14px;
}
.btn-warning:hover {
  color: #000C11 !important;
  background-color: #F7F377 !important;
  border-color: #F7F377 !important;
}

.btn-outline-dark {
  color: #000C11;
  background-color: transparent;
  border-radius: 3px;
  padding: 7px 18px !important;
  font-weight: 400 !important;
  font-size: 14px;
  font-weight: 400;
}
.btn-outline-dark:hover {
  color: #fff;
  border-color: #000C11;
  background-color: #000C11;
}

.line {
  padding: 2px;
  border-top: 1px solid #000C11;
  border-bottom: 1px solid #000C11;
}

/*#######################*/
.add-prt {
  text-align: center;
}
.add-prt img {
  display: inline-block;
}

.top-prt {
  background-color: #E2AC3D;
  padding: 10px 0;
}
.top-prt p {
  font-size: 15px;
  color: #000C11;
  margin: 0;
  text-align: center;
}

.header-wrapper {
	transition: top 0.3s ease 0s;
	position: sticky;
	top: 0;
	height: auto;
	z-index: 9999;
  background-color: #fff;
  animation: smoothScroll 1s forwards;
}
.nav-up {
	top: -275px;
}

.mid-head {
  border-bottom: 1px solid #E2E2E2;
}
.mid-head .top-head-prt {
  border-bottom: 1px solid #E2E2E2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mid-head .top-head-prt .logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 222px;
}
.mid-head .top-head-prt .lft-nav-prt {
  display: flex;
  align-items: center;
}
.mid-head .top-head-prt .lft-nav-prt .hamberger {
  width: 50px;
  height: 76px;
  border-right: 1px solid #E2E2E2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mid-head .top-head-prt .lft-nav-prt .hamberger:before {
  position: absolute;
  content: "\f0c9";
  font-family: Fontawesome;
  font-size: 22px;
  color: #000C11;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 58px;
}
.mid-head .top-head-prt .lft-nav-prt .hamberger.active:before {
  content: "\f00d";
}
.mid-head .top-head-prt .lft-nav-prt .top-nav {
  margin: 0;
  padding: 0;
  display: flex !important;
}
.mid-head .top-head-prt .lft-nav-prt .top-nav li {
  font-size: 16px;
  font-weight: 500;
  margin: 0 28px;
}
.mid-head .top-head-prt .lft-nav-prt .top-nav li a {
  color: #000C11;
}
.mid-head .top-head-prt .lft-nav-prt .top-nav .dropdown-menu li {
  margin: 0;
  font-size: 14px;
}
.mid-head .top-head-prt .rt-login-prt {
  display: flex;
  align-items: center;
  justify-content: end;
}
.mid-head .top-head-prt .rt-login-prt .login-btn {
  font-size: 15px;
  font-weight: 500;
  color: #000C11;
  margin-right: 20px;
}
.mid-head .nav-prt {
  padding: 0;
}
.mid-head .statistic-prt {
  display: flex;
  align-items: center;
  padding: 8px 0;
  white-space: nowrap;
  overflow: hidden;
  width: 97%;
}
.mid-head .statistic-prt .stat-prt {
  display: inline-flex;
  animation: scroll 1800s linear infinite;
  animation-fill-mode: forwards;
  white-space: revert;
  width: min(0, 100vw);
}


.mid-head .statistic-prt .stat-prt .price-strip {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin: 0 6px;
}
.mid-head .statistic-prt .stat-prt .price-strip span {
  font-weight: 600;
  color: #000;
}
.mid-head .statistic-prt .stat-prt .price-strip i {
  font-size: 12px;
  margin: 0 4px;
  color: #06cb47;
}
.mid-head .statistic-prt .stat-prt .price-strip .fa-caret-down {
  color: #ff0606 !important;
}
.mid-head .statistic-prt .stat-prt .price-strip .price-wrapper {
  padding: 1px 2px;
  background-color: #e1ffeb;
  color: #242424;
  border-radius: 2px;
}
.mid-head .statistic-prt .stat-prt .price-strip .bg-red {
  background-color: #ffe4e4;
}

.controls {
  display: flex;
  align-items: center;
  transform: rotate(90deg);
  position: absolute;
  right: 20px;
  top: 170px;
}
.controls .scroll-btn {
  font-size: 18px;
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.controls .scroll-btn #play,
.controls .scroll-btn #pause {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  line-height: 0;
  opacity: 0;
  color: #000;
}
.controls .scroll-btn #play.active,
.controls .scroll-btn #pause.active {
  opacity: 1 !important;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Navigation Dropdown Menu --------------------------------*/
.navigation-menu {
  margin-right: 0;
  float: none;
  display: flex;
  justify-content: center;
}

.navigation-menu ul > li > a {
  color: #212121;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 45px !important;
  line-height: 15px;
  border-radius: 4px 4px 0 0;
}

.navigation-menu ul > li:hover > a,
.navigation-menu ul > li:focus > a,
.navigation-menu ul > li.active > a {
  color: #fff;
  background-color: #000C11;
}

.nav-dropdown {
  width: 100%;
  padding: 30px 50px;
  right: 0;
  margin: 0 auto;
  border: none;
  box-shadow: none;
  background-color: #000C11;
}

.nav-dropdown ul li {
  position: relative;
  padding-left: 15px;
}

.nav-dropdown ul li h6 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 15px;
  padding: 0;
}

.nav-dropdown ul li > a {
  padding: 8px 0 !important;
  color: #3a3a3a;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}

.nav-dropdown > ul > li > a:hover {
  padding-left: 0;
  color: #3a3a3a;
}

.nav-dropdown .lft-nav-lst li {
  padding-left: 25px !important;
  display: flex;
  align-items: center;
}
.nav-dropdown .lft-nav-lst li a {
  color: #fff;
}
.nav-dropdown .lft-nav-lst li:before {
  position: absolute;
  content: "\f058";
  font-family: Fontawesome;
  left: 0;
  font-size: 15px;
  color: #E2AC3D;
}

.mid-nav-prt {
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}
.mid-nav-prt .blo-img {
  height: 65px !important;
}
.mid-nav-prt .blog-lst-content p {
  font-size: 14px !important;
  color: #fff !important;
}
.mid-nav-prt .blog-lst-content h5 {
  font-size: 12px !important;
  margin: 6px 0 0 !important;
}

.nav-dropdown .btn-warning {
  color: #000C11 !important;
  background-color: #F7F377;
  border-radius: 4px !important;
  border-color: #F7F377;
  padding: 8px 20px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.bttm-head {
  background-color: #000C11;
  padding: 12px 0;
}
.bttm-head p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0 35px 0 0;
  text-transform: uppercase;
}
.bttm-head .count-bx {
  display: flex;
  align-items: baseline;
  margin: 0 35px 0 0;
}
.bttm-head .count-bx .number-bx {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  margin: 0 4px 0 0;
}
.bttm-head .count-bx span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

/*###### category menu css start #####*/
.mm-page {
  min-height: auto !important;
}

.mm-wrapper--position-left .mm-slideout, .mm-wrapper--position-right .mm-slideout {
  transform: inherit;
}

.mm-menu--offcanvas {
  position: absolute;
}

/*###### category menu css end #####*/
/*search css start*/
.hed-search .open-search {
  position: relative;
  color: #000C11;
  font-size: 25px;
  width: 50px;
  height: 75px;
  display: block;
  line-height: 75px;
  text-align: center;
  border-left: 1px solid #E2E2E2;
}

.form-search {
  position: absolute;
  top: 0%;
  right: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 30px 5%;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  transform: rotateX(-90deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #000;
}

.form-search input[type=search] {
  font-size: 30px;
  color: #5a5a5a;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding: 12px 10px;
  border: none;
  width: 100%;
  outline: none;
  background: transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.form-search button {
  background: transparent;
  border: none;
  position: absolute;
  z-index: 2;
  padding: 0;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.form-search button i {
  color: #000000;
  font-size: 30px;
}

.form-search.active {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0deg);
}

.close-overlay {
  opacity: 0;
  height: 0;
  width: 0;
}

.form-search.active + .close-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  cursor: url(../images/close-search-icn.png), auto;
  z-index: 1;
}

/*search css end*/
/* .header-wrapper.sticky {
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  top: 0;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
  animation: smoothScroll 1s forwards;
} */

/*####### animation #########*/
/* @keyframes smoothScroll {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
} */
/*####### animation end #########*/
.main-wrap {
  padding: 40px 0;
}

.live-bx {
  background-color: #F3F0E7;
  padding: 12px;
}
.live-bx h3 {
  font-size: 22px;
  font-weight: 500;
  color: #000C11;
  margin: 0;
  padding: 0 0 15px;
  text-align: center;
  border-bottom: 1px solid #CFCCC1;
}
.live-bx .coin-bx {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.live-bx .coin-bx img {
  margin-right: 8px;
}
.live-bx .coin-bx p {
  font-size: 15px;
  font-weight: 500;
  color: #000C11;
  line-height: 22px;
  margin: 0;
}
.live-bx .coin-bx p span {
  font-weight: 400;
  color: #707070;
  display: block;
}
.live-bx .coin-bx .price-prt {
  text-align: right;
}
.live-bx .coin-bx .price-prt h5 {
  font-size: 17px;
  font-weight: 500;
  color: #000C11;
  margin: 0;
}
.live-bx .coin-bx .price-prt .p-up {
  padding: 4px 6px;
  font-size: 14px;
  font-weight: 400;
  color: #00CB44;
  background-color: #E1FFEB;
  border-radius: 3px;
}
.live-bx .coin-bx .price-prt .p-down {
  padding: 4px 6px;
  font-size: 14px;
  font-weight: 400;
  color: #FF0000;
  background-color: #FFE4E4;
  border-radius: 3px;
}

.box1 {
  background-color: #F5F5F5;
  padding: 15px;
}
.box1 h3 {
  font-size: 19px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 600;
  color: #000C11;
  margin: 0;
}
.box1 h3 a{
  color: #000C11;
}
.box1 p {
  font-size: 15px;
  color: #707070;
  margin: 8px 0 0;
}
.box1 h4 {
  font-size: 15px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 500;
  color: #707070;
  margin: 8px 0 0;
}
.box1 h4 span {
  font-weight: 400;
  display: block;
}

.title1 {
  font-size: 23px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 600;
  color: #000C11;
  margin: 0;
}

.finance-bx {
  margin: 20px 0 0;
}
.finance-bx h4 {
  font-size: 14px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 600;
  color: #00CB44;
  margin: 0;
}
.finance-bx p {
  font-size: 16px;
  font-weight: 600;
  color: #000C11;
  margin: 8px 0 0;
}
.finance-bx h3 {
  font-size: 15px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 600;
  color: #707070;
  margin: 8px 0 0;
}
.finance-bx h3 span {
  font-weight: 400;
  margin-left: 30px;
}

.ban-prt .ban-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ban-prt h3 {
  font-size: 30px;
  font-weight: 600;
  color: #000C11;
  margin: 12px 0 0;
}

.ban-prt h3 a{
  color: #000C11;
}
.ban-prt p {
  font-size: 16px;
  color: #707070;
  margin: 10px 0 0;
}
.ban-prt h4 {
  font-size: 15px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 600;
  color: #707070;
  margin: 15px 0 0;
}
.ban-prt h4 span {
  font-weight: 400;
  margin-left: 30px;
}

.blo-content {
  margin: 0;
}
.blo-content h3 {
  font-size: 19px;
  font-weight: 600;
  color: #000C11;
  margin: 0;
}
.blo-content p {
  color: #707070;
  font-size: 15px;
  margin: 10px 0 0;
}
.blo-content h4 {
  font-size: 15px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 600;
  color: #707070;
  margin: 10px 0 0;
}
.blo-content h4 span {
  font-weight: 400;
  margin-left: 30px;
}

.bitcoin-bx {
  background-color: #F5F5F5;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bitcoin-bx .bitcoin-img {
  width: 45%;
  height: 158px;
  overflow: hidden;
}
.bitcoin-bx .bitcoin-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-wrap {
  padding: 30px 0;
  text-align: center;
}
.slide-wrap .slide-img {
  display: inline-block;
}

.signup-prt {
  background-color: #F3F0E7;
  padding: 20px;
}
.signup-prt .signup-lft-prt h3 {
  font-size: 30px;
  font-weight: 600;
  color: #000C11;
  margin: 0;
}
.signup-prt .signup-lft-prt a {
  font-size: 16px;
  font-weight: 400;
  color: #000C11;
  margin: 25px 0 0;
  display: inline-block;
}

.check-prt {
  width: 33.33%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.check-prt input {
  margin-right: 12px;
  width: 18px;
}
.check-prt h4 {
  font-size: 17px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 600;
  color: #707070;
  margin: 0;
}
.check-prt p {
  color: #707070;
  font-size: 14px;
  margin: 8px 0 0;
}

.newsletter-bx {
  position: relative;
  width: 100%;
}
.newsletter-bx input[type=email] {
  background-color: #fff;
  border: none;
  color: #5C5C5C;
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  line-height: 1;
  margin: 0;
  outline: medium none;
  padding: 5px 54px 5px 8px;
  width: 100%;
}
.newsletter-bx .search-icon {
  background-color: #000C11;
  font-size: 15px;
  font-weight: 400;
  border-radius: 0;
  padding: 13px 17px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.newsletter-bx p {
  font-size: 13px;
  color: #707070;
  margin: 8px 0 0;
}

.use-bx {
  background-color: #262626;
  padding: 35px;
}
.use-bx .use-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.use-bx .use-txt h3 {
  font-size: 34px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.use-bx .use-txt ul {
  margin: 15px 0 0;
  padding: 0;
}
.use-bx .use-txt ul li {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 18px 0;
  border-bottom: 1px solid #fff;
}
.use-bx .use-txt ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-title {
  font-size: 34px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 600;
  color: #000C11;
  margin: 0;
  text-align: center;
}

.blog-main {
  margin-bottom: 25px;
}
.blog-main .blog-img {
  width: 100%;
  height: 360px;
  overflow: hidden;
}
.blog-main .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-main h3 {
  font-size: 26px;
  font-weight: 600;
  color: #000C11;
  margin: 15px 0 0;
}
.blog-main h3 a{
  color: #000C11;
}
.blog-main p {
  font-size: 15px;
  color: #707070;
  margin: 15px 0 0;
}

.blog-lst-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-lst-bx .blo-img {
  width: 56%;
  height: 106px;
  overflow: hidden;
}
.blog-lst-bx .blo-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-lst-bx .blog-lst-content {
  width: 100%;
}
.blog-lst-bx .blog-lst-content p {
  font-size: 16px;
  color: #000C11;
  margin: 0;
}
.blog-lst-bx .blog-lst-content p a{
  color: #000C11;
}
.blog-lst-bx .blog-lst-content h5 {
  font-size: 14px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 400;
  color: #707070;
  margin: 8px 0 0;
}

.art-img {
  width: 100%;
  height: 285px;
  overflow: hidden;
}
.art-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

h2.resp-accordion {
  color: #217db8;
}

ul.resp-tabs-list {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
ul.resp-tabs-list li {
  float: left;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000C11;
  padding: 8px 0;
  margin: 0 22px 0 0;
  background-color: transparent;
  transition: all ease-in-out 0.3s;
  border: none;
  border-bottom: 2px solid transparent;
}
ul.resp-tabs-list li:hover {
  background-color: transparent;
  border-bottom: 2px solid #E2AC3D;
  color: #E2AC3D;
}
ul.resp-tabs-list li.resp-tab-active {
  background-color: transparent;
  border-bottom: 2px solid #E2AC3D;
  color: #E2AC3D;
  padding: 8px 0 !important;
}

.resp-tab-content {
  border: none;
  padding: 0;
}

.resp-tabs-container {
  margin-top: 35px;
  background-color: transparent;
}

.footer {
  background-color: #262626;
}
.footer .f-top {
  padding: 40px 0;
  border-bottom: 1px solid #444444;
}
.footer .f-top .footer-title {
  color: #fff;
  font-family: "NeueHaasGroteskText Pro Md";
  font-size: 27px;
  font-weight: 500;
  margin: 0 0 20px;
}
.footer .f-top .f-menu {
  margin: 0;
  padding: 0;
}
.footer .f-top .f-menu li {
  float: none;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 8px;
}
.footer .f-top .f-menu li a {
  color: #fff;
}
.footer .f-bttm {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .f-bttm .f-social {
  margin: 0;
  padding: 0;
}
.footer .f-bttm .f-social li {
  float: left;
  margin: 0 12px;
}
.footer .f-bttm .f-social li i {
  font-size: 16px;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
.footer .f-bttm .f-social li i:hover {
  color: #E2AC3D;
}
.footer .f-bttm .copyright {
  color: #646464;
  margin: 0;
}

/*############# Contact #############*/
.map-bx iframe {
  width: 100%;
  height: 340px;
  border: none;
  overflow: hidden;
}

.contact-bx h3 {
  font-size: 28px;
  font-weight: 600;
  color: #272727;
  margin: 0;
  padding: 0;
}
.contact-bx h3 span {
  color: #E2AC3D;
}
.contact-bx p {
  font-size: 16px;
  color: #455C66;
  margin: 15px 0 0;
}

.rd-mailform .form-group {
  margin: 0 0 12px;
}
.rd-mailform .form-group .form-control {
  border-radius: 4px;
  border: 1px solid #A7BAC2;
  height: 40px;
  background-color: transparent;
}
.rd-mailform .form-group textarea.form-control {
  height: 100px;
}

.title1 {
  font-size: 30px;
  font-weight: 600;
  color: #272727;
  margin: 0;
  padding: 0;
}
.title1 span {
  color: #E2AC3D;
}

.f-contact2 {
  margin: 20px 0 0;
  padding: 0;
}
.f-contact2 li {
  float: none;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  color: #272727;
}
.f-contact2 li a {
  color: #272727;
}
.f-contact2 li span {
  color: #455C66;
  font-size: 15px;
  font-weight: 400;
  display: block;
}
.f-contact2 li em {
  color: #455C66;
  font-size: 20px;
  font-weight: 600;
  display: block;
  font-style: normal;
}/*# sourceMappingURL=style.css.map */

/*###### New ######*/

.entry-title {
	font-size: 30px;
	margin-bottom: 20px;
}
.post-thumbnail {
	width: 70%;
  height: 400px;
}
.post-thumbnail img{
	width: 100%;
  height: 100%;
  object-fit: cover;
}
.entry-content {
	margin: 20px 0;
}
.comments-area {
	margin: 20px 0 0;
}
.comment-form p{
	margin: 10px 0;
}
.comment-form p label{
	width: 100%;
}
.comment-form input[type="text"],
.comment-form input[type="tel"],
.comment-form input[type="email"],
.comment-form input[type="url"]{
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	height: 45px;
	border-radius: 4px;
}
.comment-form input[type="submit"]{
	color: #000C11;
	background-color: #F7F377;
	border-radius: 4px;
	border-color: #F7F377;
	padding: 8px 20px !important;
	font-weight: 500 !important;
	font-size: 14px;
}
.comment-form textarea{
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	height: 160px;
	border-radius: 4px;
}

a {
  color: #000C11;
}

a hover{
  color: #000C11;
}

/*###### Bitcoin ######*/
.head-title {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.head-title .head-lft-prt {
  width: 70%;
}
.head-title .head-lft-prt h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.head-title .head-lft-prt h3 img {
  margin-right: 12px;
}
.head-title .head-lft-prt h4 {
  font-size: 17px;
  font-weight: 700;
  color: #5C5C5C;
  margin: 8px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.head-title .head-lft-prt h4 i {
  background-color: #A7BAC2;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
  margin-left: 12px;
}
.head-title .head-rt-prt {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: #DDD;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 7px;
}

.select-items div, .select-selected {
  color: #000;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-items {
  position: absolute;
  background-color: #ddd;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.graph-bx img {
  width: 100%;
}

.high-low-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 0 0;
}
.high-low-bx h3 {
  font-size: 20px;
  font-weight: 700;
  color: #020202;
  margin: 0;
  padding: 0;
}
.high-low-bx h3 span {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  display: block;
}
.high-low-bx .txt-red {
  color: #f00;
}
.high-low-bx .txt-red i {
  color: #f00;
}
.high-low-bx .txt-green {
  color: #26ad0b;
}
.high-low-bx .txt-green i {
  color: #26ad0b;
}

.video-main-bx {
  background-color: #f5f5f5;
}
.video-main-bx .video-bx iframe {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border: none;
}
.video-main-bx h5 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin: 0 0 10px;
  padding: 0;
}
.video-main-bx p {
  font-size: 14px;
  color: #3a3a3a;
  margin: 10px 0 0;
}

.bVwUzS tbody > tr:nth-child(2n+1) {
  background-color: #f5f5f5;
  height: 46px;
}

.bVwUzS thead {
  text-align: left;
  color: rgb(155, 155, 155);
}

.bVwUzS tbody {
  color: white;
}

.cnChvy {
  margin: 0px;
  font-family: "Neue Haas Grotesk Text Pro", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  color: #444444;
}

.iGiNHQ {
  margin: 0px;
  font-family: "Neue Haas Grotesk Text Pro", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: #020202;
}

.fa-caret-down{
  color: #FF0000 !important;
}
.fa-caret-up{
  color: #00CB44 !important;
}

/*######## 7-7-2023 ######*/

.ur-frontend-form input[type="submit"] {
  float: left !important;
}
#user-registration p {
  margin: 0 0 15px;
}
.user-registration-LostPassword.lost_password {
  margin: 30px 0 6px !important;
}
.livecoinwatch-widget-3 {
  width: 100% !important;
  margin: 0 !important;
}
.ur-frontend-form.ur-frontend-form--bordered form .input-text{
  border: 1px solid #c0c4d4 !important;
}
.user-registration form .input-text, 
.user-registration form select{
	border: 1px solid #c0c4d4 !important;
	background-color: #f0f1f5;
	height: 36px;
}
.ur-frontend-form .ur-button-container {
	display: block !important;
}
.ur-frontend-form button,
.ur-frontend-form button[type="submit"]{
	background-color: #E2AC3D;
}
.navigation-menu ul > li:hover > a.btn-warning,
.navigation-menu ul > li:focus > a.btn-warning {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #F7F377 !important;
}


.livecoinwatch-widget-1{
  width: 100% !important;
}
.blog-main ul{
  margin:0;
  padding: 0;
}
.blog-main ul li{
  float: none;
  font-size: 15px;
  font-weight: 400;
  color:#ccc;
  margin: 0 0 8px;
  padding-left: 25px;
  position: relative;
  display: flex;
  align-items: center;
}
.blog-main ul li:before{
  content: "\f192";
  position: absolute;
  font-family: Fontawesome;
  left:0;
  font-size: 14px;
  color: #E2AC3D;
  
}


.livecoinwatch div {
  display: flex;
  align-items: center;
}
.livecoinwatch div div:first-child {
  width: 60px !important;
}
.livecoinwatch div div:first-child img{
  margin: 0 !important;
}


/*# sourceMappingURL=style.css.map */