/*------------------------------------------------------------------
Project: Digikon - NFT Digital Asset Marketplace HTML Template
Version: 1.1
Primary use: NFT Digital Asset
-------------------------------------------------------------------*/

/* Index of CSS
==================================================
1. Global styles

2. Header Section

3. Service Section /.service-section

4. About Section /.about_process

5. Pricing Section /.pricing-section

6. Call To Action Section /.calltoaction

7. Gallery Section /.work-section

8. Video Section /.video-section

9. Team Section /.author-section

10. Blog Section /.blog-section

11. Contact Section /.contact-section

12. Footer Section /.footer-section

[===== Single Page ===== ]

13. Blog Page / .blog_container
  
14. Sigle Blog Page / .single_blog_container

15. About page / .about_page

16. Gallery page / .work_section_page

17. Contact page / .contact_page

18. Testimonial Page /.testimonial-section

*/


/*----------------------------------------------------
    1. Global styles
------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Poppins:wght@400;500;600&display=swap');

@import url('../icon/pe-icon-7-stroke/css/pe-icon-7-stroke.css');
@import url('../css/font-awesome.min.css');

body {
  background: #0C0C0C;
  color: #A9AFC3;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;
  margin: 0;
  padding: 0;
  position: relative;
}

img {
  max-width: 100%;
}


/* === PARAGRAPH === */

p {
  margin: 0 0 10px;
}

b,
strong {
  font-weight: 600;
}

/* ===  Headings === */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  margin: 0 0 15px;
  padding: 0;
  transition: 0.3s;
  font-weight: 700;
}

h1 {
  font-size: 36px;
  line-height: 52px;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 900;
}

h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  line-height: 22px;
}

h5 {
  font-size: 20px;
  line-height: 28px;
}

h6 {
  font-size: 18px;
}

/* ## End: Headings ## */

/* === Hyperlink === */

a {
  color: #303030;
  /*transition*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a,
a>* {
  cursor: pointer;
  outline: medium none;
  text-decoration: none;
}

a:focus,
a:hover {
  outline: medium none;
  text-decoration: none;
  color: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

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

.pt-130 {
  padding-top: 130px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-50 {
  padding-bottom: 50px;
}



/* === Hyperlink === */

.btn.btn-fill {
  background: #fff;
}

.btn.btn-fill {
  color: #000;
}

.btn {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 22px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #fff;
}

section {
  background: #191C26;
}

.base-header {
  padding-bottom: 77px;
  margin: auto;
  text-align: left;
}


.base-header h3 {
  position: relative;
  text-transform: capitalize;
  font-weight: 900;
  margin-bottom: 0px;
  font-size: 36px;
  line-height: 1.1;
  color: #fff;
  margin-top: 0px;
}

.base-header h3::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background: #dd4142;
  opacity: .7;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
}

.base-header h3:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: -28px;
  transform: translateX(-50%);
  height: 8px;
  width: 8px;
  z-index: 9;
  border-radius: 50%;
  background: #dd4142;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

.base-header-left h3::after {
  left: 0%;
  transform: translateX(0%);
}

.base-header-left h3:before {
  left: 0%;
  margin-left: 0px;
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    -webkit-transform: translateX(70px);
    transform: translateX(70px)
  }
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../images/pre_loader.gif") no-repeat center center;
  color: #000;
}

.more-link:before {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #dd4142;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
}

.more-link:hover::before {
  height: 400%;
  opacity: 1;
}

.more-link:hover {
  color: #fff;
}

.more-link {
  display: inline-block;
  font-size: 16px;
  padding: 14px 40px 14px 40px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
}

.more-link {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #dd4142;
}

.owl-prev,
.owl-next {
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 99;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #333;
  opacity: 0;
}

.owl-theme .owl-controls .owl-nav div {
  padding-right: 20px;
}

.owl-theme .owl-controls .owl-nav .owl-prev {
  left: 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.owl-theme .owl-controls .owl-nav .owl-next {
  right: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.owl-nav {
  bottom: -50px;
  left: 0%;
}

.owl-prev {
  margin-left: 0;
}

.owl-nav div.owl-next {
  left: 60px;
  right: 20px;
}

.owl-nav div {
  color: #333;
  font-size: 19px;
  height: 50px;
  left: 0px;
  line-height: 36px;
  margin-top: -30px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: absolute;
  text-align: center;
  top: 50.5%;
  width: 50px;
  border-radius: 50%;
  padding-right: 0px !important;
  padding-top: 5px;
}

/*----------------------------------------------------
   2. Header Section
------------------------------------------------------*/


/*-----Navigationn Start-----*/

.menu_wrapper {
  background: transparent;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0px;
  padding: 20px 0px;
}

.menu_wrapper.menu_sticky {
  position: fixed;
  top: 0px;
  transition: .3s;
  background: #191C26;
  padding: 10px 0px;
  box-shadow: 0px 12px 21px rgba(19, 19, 19, 0.35);
}

.menu_wrapper .header_btn {
  min-width: 185px;
}

.header_btn .more-link {
  padding: 14px 29px 14px 29px;
  background: transparent;
  border: 1px solid #dd4142;
}

.menu_wrapper nav {
  position: relative;
  display: flex;
  max-width: 1172px;
  margin: 0 auto;
  height: 70px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
}

.menu_wrapper nav .logo {
  margin-right: auto;
}

nav .menu_content {
  display: flex;
  align-items: center;
  width: 100%;
}

nav .menu_content .links {
  display: flex;
}

.menu_content .logo a {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.menu_content .links li {
  list-style: none;
  line-height: 70px;
}

.menu_content .links li a,
.menu_content .links li label {
  color: #222;
  padding: 9px 17px;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}

.menu_content .links li a {
  color: #fff;
  transition: .3s;
}

.menu_content .links li ul a {
  color: #222;
}

.menu_content .links li a i {
  font-size: 10px;
  margin-left: 0px;
  font-weight: bold;
}

.menu_content .links li label i {
  font-size: 10px;
  margin-left: 0px;
  font-weight: bold;
}

.menu_content .links li label {
  display: none;
}

.menu_content .links li a:hover,
.menu_content .links li label:hover {
  background: transparent;
  color: #dd4142 !important;
  transform: translateX(5px);
  transition: .3s;
}

.menu_wrapper .search-icon,
.menu_wrapper .menu-icon {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  line-height: 70px;
  width: 70px;
  text-align: center;
  margin-right: 13px;
}

.menu_wrapper .search-icon i {
  font-size: 22px;
  z-index: 99;
  position: relative;
  top: 2px;
}

.menu_wrapper #show-search:checked~.search-icon i {
  position: absolute;
  right: 0px;
  top: 35%;
  margin-right: 35px;
}

.menu_wrapper .menu-icon {
  display: none;
}

.menu_wrapper #show-search:checked~.search-icon i::before {
  content: "\f00d";
}

.menu_wrapper .search-box {
  position: absolute;
  height: 100%;
  max-width: calc(100% - 20px);
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 9;
  left: 10px;
}

.menu_wrapper #show-search:checked~.search-box {
  opacity: 1;
  pointer-events: auto;
}

.search-box input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 17px;
  color: #A9AFC3;
  background: #181B25;
  padding: 0 100px 0 25px;
  border-radius: 5px;
}

.search-box input::placeholder {
  color: #A9AFC3;
}

.search-box .go-icon {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-46%);
  line-height: 60px;
  width: 70px;
  background: #191b1f;
  border: none;
  outline: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 99;
}

.menu_wrapper input[type="checkbox"] {
  display: none;
}

/* Dropdown Menu code start */
.menu_content .links ul {
  position: absolute;
  background: #fff;
  top: 80px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  width: 170px;
}

.menu_content .links li:hover>ul {
  top: 70px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

.menu_content .links ul li a {
  display: block;
  width: 100%;
  line-height: 30px;
  border-radius: 0px !important;
}

.menu_content .links ul ul {
  position: absolute;
  top: 0;
  right: calc(-100% + 8px);
}

.menu_content .links ul li {
  position: relative;
  border-bottom: 1px solid #f0e7e7;
}

.menu_content .links ul li:hover ul {
  top: 0;
}

/* Responsive code start */

@media only screen and (max-width: 992px) {
  .menu_wrapper .header_btn {
    display: none;
  }

  nav .menu_content {
    width: auto;
  }

  .menu_wrapper.menu_sticky {
    background: #121318;
  }

  .menu_wrapper .menu-icon {
    display: block;
    z-index: 9;
  }

  .menu_wrapper .menu-icon i {
    font-size: 22px;
    position: relative;
    top: 3px;
  }

  .menu_wrapper nav {
    max-width: 100%;
  }

  .menu_wrapper #show-menu:checked~.menu-icon i::before {
    content: "\f00d";
  }

  nav .menu_content .links {
    display: block;
    position: fixed;
    background: #121318;
    height: 100%;
    width: 100%;
    top: 90px;
    left: -100%;
    margin-left: 0;
    max-width: 350px;
    overflow-y: auto;
    padding-bottom: 100px;
    transition: all 0.3s ease;
  }

  nav #show-menu:checked~.menu_content .links {
    left: 0%;
  }

  .menu_content .links li {
    border-bottom: 1px solid #1f2228;
    padding-left: 24px;
  }

  .themelight .menu_content .links li {
    border-bottom: 1px solid #e9eef7;
  }

  .menu_content .links li a,
  .menu_content .links li label {
    line-height: 40px;
    display: block;
    padding: 4px 18px;
    cursor: pointer;
    color: #fff;
  }

  .menu_content .links li a.desktop-link {
    display: none;
  }

  /* dropdown responsive code start */
  .menu_content .links ul,
  .menu_content .links ul ul {
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
  }

  .menu_content .links #show-discover:checked~ul,
  .menu_content .links #show-home:checked~ul,
  .menu_content .links #show-community:checked~ul,
  .menu_content .links #show-services:checked~ul,
  .menu_content .links #show-pages:checked~ul,
  .menu_content .links #show-items:checked~ul {
    max-height: 100vh;
    width: auto;
  }

  .menu_content .links li ul li:last-child {
    padding-bottom: 15px;
    border-bottom: 1px solid transparent;
  }

  .menu_content .links ul li {
    padding: 0px 0px;
    border-bottom: 1px solid #1d1b1b;
    margin: 0px 20px;
  }

  .menu_content .links ul li a {
    line-height: 30px;
    border-radius: 5px !important;
    color: #fff;
  }

  .menu_wrapper .search-icon {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px) {

  .search-box input {
    font-size: 15px;
  }

  .search-box .go-icon {
    right: 30px;
  }

  .menu_wrapper .search-icon {
    width: 55px;
  }

  .menu_wrapper nav {
    padding: 0px 0px;
  }

  .menu_wrapper .menu-icon {
    width: 53px;
  }

  .menu_content .links li {
    padding-left: 1px;
  }

  nav .menu_content .links {
    max-width: 300px;
  }
}

@media (min-width:992px) {
  .menu_wrapper nav {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .menu_wrapper nav {
    max-width: 1170px;
  }
}


/*-----Navigationn end-----*/


/*  Connect Wallet */
#connectWallet .modal-content {
  border-radius: 15px;
}

#connectWallet .modal-dialog {
  top: 100px;
}

#connectWallet .modal-header {
  background: #f4f4f5;
  padding: 12px 20px 16px;
  border-bottom: none;
  border-radius: 15px;
}

#connectWallet h5 {
  color: #222;
  font-weight: 700;
}

.wallet_body a {
  display: block;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 14px 18px;
  color: #fff;
  background: #dd4142;
}

.wallet_body a:hover {
  background: #ce3f3f;
}

.wallet_body {
  padding: 40px 40px 30px;
}

.wallet_body a i {
  float: right;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}




/*----------------------------------------------------
   3. Hero Section
------------------------------------------------------*/



.hero-section .row {
  align-items: flex-end;
  align-items: center;
}

.hero-section {
  background: #121318;
  background: url("../images/banner1.jpg");
  padding-bottom: 8px;
  padding-top: 85px;
  height: 800px;
  display: flex;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/slider_element1.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: FocuS 1s linear 1s infinite;
  animation: FocuS 1s linear 1s infinite;
}


/* ---- heading ---- */

.hero_text h2 {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 23px;
  font-size: 50px;
  line-height: 60px;
  margin-top: -10px;
}

.hero_text p {
  font-size: 17px;
  line-height: 27px;
  color: #A9AFC3;
  padding-right: 44px;
  margin-bottom: 30px;
  margin-top: -5px;
}

.hero_img {
  position: relative;
  float: right;
}


.slider_owl.owl-theme .owl-controls .owl-nav div {
  opacity: 0;
}

.slider_owl.owl-theme:hover .owl-controls .owl-nav>div {
  opacity: 1;
}

.slider_owl.owl-theme .owl-controls .owl-nav .owl-next {
  right: 2px;
  left: auto;
}

.slider_owl.owl-theme .owl-controls .owl-nav .owl-prev {
  left: 5px;
}

.slider_owl.owl-theme i {
  font-size: 30px;
  color: #fff;
}

.slider_owl.owl-theme i:hover {
  color: #dd4142;
}

.slider_owl .owl-dots {
  width: 100%;
  align-items: center;
  align-content: center;
  margin-right: 0px;
  right: 0px;
  justify-content: center;
  bottom: 45px;
  gap: 7px;
}

/* ellipse */

.ellipse1,
.ellipse7 {
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear;
}


.hero_ellipse_icon img {
  position: absolute;
}

.ellipse2,
.ellipse3,
.ellipse4,
.ellipse8 {
  -webkit-animation: moveBounce 3s linear infinite;
  animation: moveBounce 3s linear infinite;
}

.ellipse5 {
  top: 50%;
  right: 0%;
  margin-top: 40px;
  margin-right: 254px;
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.ellipse6 {
  right: 50%;
  top: 50%;
  margin-top: 138px;
  margin-right: -584px;
  -webkit-animation: FocuS 1s linear 1s infinite;
  animation: FocuS 1s linear 1s infinite;
}



@-webkit-keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(100px, 72px) rotate(72deg);
    transform: translate(100px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes FocuS {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes FocuS {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes FocuS2 {
  0% {
    opacity: 0;
  }

  75% {
    opacity: .3;
  }

  100% {
    opacity: 0;
  }
}

@keyframes FocuS2 {
  0% {
    opacity: 0;
  }

  75% {
    opacity: .3;
  }

  100% {
    opacity: 0;
  }
}


@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/*----------------------------------------------------
  About Us 
------------------------------------------------------*/

.about-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url(../images/bg.png) top left #191C26;
  background-repeat: no-repeat;
}



.about-section .row {
  align-items: center;
}

.about_text {
  padding-left: 70px;
}

.about_text h3 {
  font-size: 42px;
  line-height: 55px;
  margin-bottom: 23px;
  font-weight: 900;
  margin-top: -10px;
}

.about_text p {
  margin-bottom: 35px;
  line-height: 27px;
}

.about-section .col-md-6 {
  position: relative;
}


.abt_rating h4,
.abt_course h4 {
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: .5px;
}


/*----------------------------------------------------
  4. Collection Section
------------------------------------------------------*/

.collection-section {
  padding: 110px 0px 117px;
  background: #191C26;
  background: url(../images/bg.png) top right no-repeat #191C26;

}

.collection-section .col {
  padding: 0px;
}

.collection-item {
  display: flex;
  background: #131313;
  align-content: center;
  border-radius: 12px;
  align-items: flex-end;
  position: relative;
  z-index: -1;
}

.collection-item:after {
  position: absolute;
  content: "";
  background: #222;
  opacity: .2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.collection-section .slick-initialized .slick-slide {
  margin: 0px 15px !important;
  display: flex;
  margin-bottom: 40px !important;
}

#popula_cat {
  padding: 0px;
}

.collection_img img {
  border-radius: 10px;
  transform: scale(1);
  transition: .4s;
}

.collection_img {
  position: relative;
  overflow: hidden;

}

.collection-item:hover .collection_img img {
  transition: .4s;
  transform: scale(1.2) rotate(5deg);
}

.collection_img i {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  transform: scale(0) translate(-50%);
  opacity: 0;
  color: #fff;
  font-size: 20px;
  z-index: 99;
  transition: .4s;
  background: #dd4142;
  padding: 12px 12px;
  border-radius: 50%;
  margin-top: -22px;
}

.collection-item:hover .collection_img i {
  transform: scale(1) translate(-50%);
  transition: .4s;
  opacity: 1;
  color: #fff;
}

.collection_text {
  position: absolute;
  z-index: 9;
  text-align: center;
  display: flex;
  background: #090B12;
  align-items: center;
  border-radius: 50px;
  padding: 10px 10px;
  margin: auto;
  width: 73%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
  justify-content: center;
}

.collection_text img {
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 8px;
}

.collection_text a {
  margin: 0px;
  line-height: 15px;
  float: left;
  font-size: 16px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.collection_text span {
  font-size: 14px;
  margin-left: 10px;
  text-align: left;
  line-height: 18px;
}


.collection-item.slick-current h4 {
  color: #fff;
}

.collection-section .slick-arrow {
  position: absolute;
  right: 0px;
  font-size: 32px;
  top: -95px;
  color: #fff;
}

.collection-section .fa-long-arrow-right.slick-arrow {
  margin-right: 16px;
}

.collection-section .fa-long-arrow-left.slick-arrow {
  margin-right: 60px;
}

.collection-section .slick-arrow:hover {
  color: #dd4142 !important;
}


/*----------------------------------------------------
        Top Sellers Section
------------------------------------------------------*/
.topseller-section {
  background: url('../images/bg2.jpg');
  background-position: top center;
}

.tseller_item {
  position: relative;
  border: 1px solid #393f4f;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 30px;
}

.tseller_item:hover {
  border: 1px solid #dd4142 !important;
}

.tseller_text {
  position: absolute;
  top: 50%;
  padding-left: 70px;
  transform: translateY(-50%);
}

.tseller_item img {
  width: 60px;
  border: 1px solid #444242;
  border-radius: 50px;
  padding: 3px;
}

.tseller_item::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  width: 18px;
  height: 18px;
  bottom: 16px;
  left: 58px;
  border-radius: 50%;
  z-index: 1;
  background: #dd4142;
  color: #fff;
  line-height: 18px;
  font-size: 10px;
  text-align: center;
}

.tseller_num {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  margin-bottom: 0px;
  line-height: 25px;
  color: #FFFFFF;
  opacity: 0.1;
}


.tseller_text a h4 {
  margin-bottom: 2px;
  font-size: 16px;
}

.tseller_text h4:hover {
  color: #dd4142;
}

.tseller_text p {
  margin-bottom: 3px;
  font-size: 14px;
}

/*----------------------------------------------------
  5. Featured Courses Section
------------------------------------------------------*/

.discover-section {
  background: #121318;
}

.discover-section .base-header {
  text-align: center;
}

.discover_seller_img,
.discover_title,
.discover_price,
.discover_rating {
  padding: 0px 8px
}

.discover_item {
  padding: 15px 15px 18px;
  background: transparent;
  border-radius: 12px;
  border: 1px solid #393f4f;
  margin-bottom: 30px;
  transition: .4s;
}

.discover_item:hover {
  border: 1px solid#dd4142 !important;
  transition: .4s;
}

.discover_item img {
  width: 100%;
}

.discover_seller_img {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 15px;
}

.discover_seller_img img {
  width: 35px !important;
  display: inline-block !important;
  border-radius: 50%;
  margin-right: 3px;
}

.discover_seller_name {
  color: #fff;
  font-size: 14px;
  background: linear-gradient(180deg, #030304 0%, rgba(25, 28, 38, 0) 100%);
  margin-top: -43px;
  padding: 8px 16px 8px 12px;
  border-radius: 14px;
  border: 1px solid #393f4f;
  z-index: 9;
}

.discover_title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: .2px;
  margin-bottom: 16px;
  color: #fff;
}

a .discover_title:hover {
  color: #dd4142;
}

.feat_cour_p {
  font-size: 20px;
  color: #dd4142;
  font-weight: 500;
  letter-spacing: .2px;
}

.discover_price {
  padding-bottom: 20px;
  color: #A9AFC3;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 14px;
}

.discover_price:after {
  position: absolute;
  content: "";
  width: 68%;
  height: 4px;
  background: #181B25;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0%;
}

.discover_price i {
  color: #A9AFC3;
  margin-right: 5px;
  font-size: 16px;
}

.discover_price_bid i {
  font-size: 16px;
  position: relative;
}


.discover_rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.discover_rat i {
  margin: 0px 1px;
  color: #FFC107;
  font-size: 12px;
  position: relative;
  top: -1px;
}



.discover_rat i:last-child {
  margin-right: 2px;
}

.discover_rating a i {
  font-size: 20px;
  background: #dd4142;
  color: #fff;
  width: 37px;
  height: 37px;
  display: inline-block;
  border-radius: 50%;
  line-height: 37px;
  text-align: center;
}

.discover_rating a i:hover {
  background: #1F1F1E;
}

.discover-section .more-link {
  margin-top: 20px;
}


/*----------------------------------------------------
  live Auctions Section
------------------------------------------------------*/
.live_auctions_sec {
  padding-top: 110px;
  padding-bottom: 90px;
}

.live_auctions_sec .discover_price {
  margin-bottom: 20px;
}

.live_auctions_sec .discover_item {
  padding: 15px 15px 25px;
}

.live_auctions_sec .discover_rating a {
  background: #dd4142;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
}


.auction_count {
  display: grid;
  border: 1px solid #393f4f;
  padding: 12px 5px 14px 5px;
  border-radius: 10px;
  text-align: center;
  grid-template-columns: repeat(4, 1fr);
  margin: 0px 7px 15px;
}

.auction_count>div {
  font-size: 17px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  color: #fff;
}

.auction_count span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin-top: -3px;
  color: #A9AFC3;
}

/*  Dots */
.owl-dots {
  position: absolute;
  right: 50%;
  width: 100%;
  display: flex;
  gap: 12px;
  margin-right: 282px;
  bottom: 11px;
}

.owl-dots .owl-dot.active span {
  background: #dd4142;
  width: 25px;
}

.owl-dots .owl-dot span {
  width: 20px;
  background: #D9D9D9;
  height: 5px;
  border-radius: 8px;
  display: inline-block;
}

.owl-dot {
  display: inline-block;
}

/*----------------------------------------------------
  7. Learners Feedback Section
------------------------------------------------------*/
.lfeedback-section {
  padding-top: 130px;
  padding-bottom: 123px;
  background: #121318;
}


.lfeedback_img {
  width: 550px;
}

.lfeedback_img img {
  width: 100%;
}

.lfeedback-section .row {
  align-items: center;
}

.lfeedback-section .lfeedback_item {
  padding-left: 24px;
}

#lfeedback_cur {
  margin-top: -18px;
}

.lfeedback_text p {
  margin-top: -8px;
}

.lfeedback_text h4 {
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  margin-top: 23px;
  margin-bottom: 6px;
}

.lfeedback_text h5 {
  color: #A9AFC3;
  font-size: 15px;
  font-weight: 400;
}

.lfeedback-section .owl-dots {
  right: auto;
  width: auto;
  margin-right: 0px;
  bottom: -18px;
  left: 0%;
  margin-left: 37px;
}


/*----------------------------------------------------
  Client Section
------------------------------------------------------*/
.client-section .container-fluid {
  padding: 0px;
}

.client-section .slick-slide:hover img {
  opacity: .8;
}

.client-section .slick-slide img {
  width: 100%;
}

/*----------------------------------------------------
  9. Footer Section
------------------------------------------------------*/

footer.footer-section {
  width: 100%;
  padding: 98px 0 0 0;
  color: #fff;
  background: #121318 url(../images/footer-bg.png);
}

.footer-section .row {
  align-items: center;
  padding-bottom: 96px;
}

footer ul li {
  margin: 0px;
  padding: 0px;
  display: inline;
}

.quick_lnk ul {
  text-align: center;
}

.quick_lnk ul li {
  margin: 0px 13px;
}

.quick_lnk ul li a {
  font-weight: 700;
  color: #717173;
  font-family: 'Lato', sans-serif;
}

.quick_lnk ul li :hover {
  color: #dd4142;
}


.footer_socil ul li {
  margin: 0px 4px;
}

.footer_socil ul li a {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}

.footer_socil ul {
  text-align: right;
}

.footer_socil ul li a:hover {
  color: #fff !important;
  background: #dd4142;
}

.subfooter {
  text-align: center;
  background: #dd4142;
  padding: 32px 15px 38px;
}

.subfooter p {
  color: #fff;
  margin: 0px;
  font-size: 14px;
}

.subfooter p a {
  color: #fff;
}


/*----------------------------------------------------
   12. Work Flow Section Two
------------------------------------------------------*/
.workflow-section {
  padding-bottom: 120px;
  background-image: url("../images/work_flow.jpg");
  background-position: center;
  background-attachment: fixed;
}

.workflow_item i {
  font-size: 32px;
  width: 74px;
  height: 68px;
  background: #dd4142;
  color: #fff;
  text-align: center;
  line-height: 68px;
  border-radius: 8px;
  box-shadow: 5px 6px 20px 0px rgba(51, 44, 44, 0.42);
  transition: .4s;

}

.workflow_item h4 {
  margin-top: 28px;
  margin-bottom: 14px;
  font-size: 22px;
}

.workflow_item {
  text-align: center;
  padding: 45px 40px 32px;
  border-radius: 12px;
  transition: .4s;
  background: linear-gradient(180deg, #191C26 0%, rgba(25, 28, 38, 0) 100%);
}

.workflow_item:hover {
  background: linear-gradient(180deg, #080A12 0%, rgba(8, 10, 18, 0) 100%);
  transition: .4s;
}

.workflow_item:hover i {
  background: #dd4142;
  transition: .4s;
}


/*----------------------------------------------------
  14. Footer Section Two
------------------------------------------------------*/

.footer-section h5 {
  color: #fff;
  padding-bottom: 15px;
  font-size: 22px;
  position: relative;
}

.footer-section h5:after {
  background: #dd4142;
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 0px;
  bottom: 5px;
}

.footer-section ul li {
  display: block;
  text-align: left;
  margin-left: 0px;
  margin-bottom: 8px;
}

.footer-section ul li a {
  color: #A9AFC3;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.footer-section ul li a:hover {
  color: #dd4142;
}

.footer-section .foo_widget ul {
  margin-top: -6px;
}

.footer-section .footer_socil ul li {
  display: inline-block;
  text-align: left;
  margin-right: 4px;
}

.footer-section .footer_socil ul {
  text-align: left;
}

.footer-section .footer_socil ul li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #0C0C0C;
}

.footer_sub_form p {
  color: #A9AFC3;
  margin-bottom: 20px;
}

.footer_sub_form .con-field {
  border-radius: 50px;
  height: 45px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 20px;
  background: transparent;
  border: 2px solid #393f4f;
  color: #A9AFC3;
}

.footer_sub_form #message {
  height: 75px;
  resize: none;
  outline: none;
  padding-top: 7px;
}

.footer_sub_form .con-field::placeholder {
  color: #A9AFC3;
}

.footer_sub_form #submit-contact {
  font-size: 16px;
  background: #dd4142;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 12px 0px;
  font-weight: 500;
  width: 128px;
  margin-top: 0px;
  border: none;
}

.footer_sub_form #submit-contact:hover {
  background: #dd4142;
}

.footer_logo ul {
  margin-top: 17px;
  margin-bottom: 20px;
}

/* Subfooter */
.footer-section .container {
  border-bottom: 1px solid #2b2f3c;
}

.footer-section .subfooter {
  background: transparent;
  padding: 24px 15px 31px;
}

.footer-section .subfooter p {
  color: #A9AFC3;
}

.footer-section .subfooter p a {
  color: #A9AFC3;
}

/*----------------------------------------------------
  15.  Single Page
------------------------------------------------------*/

/* Single Page Header
================================= */

.single-header {
  position: relative;
  text-align: center;
  color: #fff;
  height: 700px;
  background: transparent url("../images/work_flow.jpg");
  color: #FFF;
  box-sizing: border-box;
  height: 340px;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  position: relative;
}

.single-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/slider_element1.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: FocuS 1s linear 1s infinite;
  animation: FocuS 1s linear 1s infinite;
}

.single-header .col-sm-12 {
  display: flex;
  flex-direction: column;
  height: 340px;
  justify-content: center;
  padding-top: 82px;
}

.single-header h4 {
  color: #A9AFC3;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: -25px;
  font-weight: 500;
  z-index: 9;
}

.single-header h4 span {
  margin: 0px 4px 0px 2px;
  font-style: italic;
}

.single-header h4 a {
  color: #fff;
}

.single-header h4 a i {
  margin-right: 3px;
  font-size: 14px;
  position: relative;
  top: -1px;
}

.single-header h3 {
  color: #fff;
  text-transform: capitalize;
  font-size: 55px;
  letter-spacing: 0px;
  padding-bottom: 8px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  margin-top: -35px;
  z-index: 9;
}

.single-header h4 a:hover {
  color: #fff;
}

/*----------------------------------------------------
  16.  Blog Page 
------------------------------------------------------*/

/* Blog Wrap */
.blog_container {
  padding: 120px 0px;
  background: #121318;
}

.blog_wrp {
  margin-bottom: 50px;
}

.blog_wrp img {
  border-radius: 12px;
}

.blog_wrp h4 {
  margin-top: 27px;
  font-size: 30px;
  color: #fff;
  line-height: 38px;
  margin-bottom: 9px;
}

.blog_meta span {
  margin-right: 15px;
  color: #6E7788;
}

.blog_meta i {
  font-size: 16px;
  color: #dd4142;
  position: relative;
  top: 1px;
  margin-right: 5px;
  font-weight: bold;
}

.blog_wrp p {
  font-size: 15px;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 28px;
}

.blog_read {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog_read span {
  color: #6E7788;
}

.blog_read span i {
  color: #dd4142;
  font-weight: bold;
  position: relative;
  top: 2px;
}



.blog_read .more-link:hover {
  color: #fff;
}

.blog_soc_sh a {
  width: 30px;
  height: 30px;
  background: #191C26;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #ECF0FB;
  margin-right: 3px;
}

.blog_soc_sh a:hover {
  background: #dd4142;
  color: #fff;
}

/*  Pagination */

.blog_pagi li {
  display: inline-block;
  text-align: center;
}

.blog_pagi li a {
  /*! border: 1px solid #fff; */
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 50%;
  line-height: 45px;
  margin: 0px 3px;
  color: #fff;
  font-size: 18px;
  background: #181B25;
}

.blog_pagi {
  text-align: left;
  display: block;
  width: 100%;
}

.blog_pagi li a.current {
  background: #dd4142;
  color: #fff;
  border: 0px solid transparent;
}

.blog_pagi li a:hover {
  background: #dd4142;
  color: #fff;
  /*! border: 0px solid transparent; */
}

/*  Blog Widget */
/* -- Widget Area */

.widget-area {
  text-align: center;
  padding-left: 40px;
}

/* - Widget */

.widget {
  display: inline-block;
  margin-bottom: 45px;
  width: 100%;
  padding: 30px;
  border: 1px solid #393f4f;
  border-radius: 12px;
}

/* - Widget Search */

.widget {
  margin-bottom: 30px;
}

.widget-search {
  display: block;
  border: 1px solid #F2F1F0;
  padding: 8px 8px;
  border: 1px solid #393f4f;
  background: transparent;
  border-radius: 12px;
}

.widget-search .input-group {
  position: relative;
  width: 100%;
}

.widget-search .input-group input {
  font-weight: 400;
  color: #A9AFC3;
  font-size: 15px;
  background: transparent;
  box-shadow: none;
  border: 0px solid #393f4f;
  height: 54px;
  border-radius: 12px !important;
  width: calc(100% - 72px);
  position: relative;
  right: 0px;
  padding-left: 20px;
  outline: none;
  flex: inherit;
}

.widget-search .input-group input::placeholder {
  color: #A9AFC3;
}

.widget-search .input-group button {
  background: #dd4142;
  border: medium none;
  font-size: 22px;
  color: #fff;
  padding: 10px 12px;
  border-radius: 12px;
  height: 100%;
  width: 65px;
  position: absolute;
  right: 0px;
  line-height: 20px;
}

.input-group-btn {
  left: 0px;
}

/* - Widget Title */

.widget .widget-title:after {
  position: absolute;
  background: #dd4142;
  bottom: 0;
  width: 65px;
  height: 2px;
  content: "";
  left: 0;
}

.widget .widget-title {
  font-size: 22px;
  text-transform: capitalize;
  text-align: left;
  letter-spacing: 0px;
  margin: -5px 0px 30px;
  position: relative;
  padding: 0px 0px 8px;
  position: relative;
}

/* - Categories Type */

.categories-type li {
  padding: 4px 10px;
  letter-spacing: 0.5px;
  color: #dd4142;
  list-style: square;
}

.widget-post-categories .categories-type {
  text-align: left;
  display: inline-block;
  margin-top: -10px;
  width: 100%;
  margin-left: 15px;
}

.categories-type li a {
  color: #A9AFC3;
}

.categories-type li:hover a {
  color: #dd4142;
}

.categories-type li span {
  float: right;
  clear: both;
  color: #A9AFC3;
}

/* - Recent Post */

.wiget-recent-post {
  padding: 30px;
}

.recnt_pst_imge {
  width: 100px;
  margin-right: 15px;
  flex-basis: auto;
}

.recnt_pst_imge img {
  height: 75px;
  object-fit: cover;
}

.recent-post-box {
  display: inline-block;
  padding-bottom: 20px;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.recent-post-box:last-of-type {
  border-bottom: none;
  padding-bottom: 0px;
}

.recent-title {
  text-align: left;
  flex: 1;
}

.recent-title>a {
  margin-top: 0px;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
}

.recent-title>a:hover {
  text-decoration: underline;
}

.recent-title>span {
  font-size: 13px;
  color: #A9AFC3;
  margin-top: -8px;
  margin-bottom: 0px;
}

.recent-title>span i {
  color: #dd4142;
  margin-right: 4px;
}

/* - Widget Tags */

.widget-tags {
  text-align: left;
  width: 100%;
  margin-bottom: 0px;
}

.widget-tags .widget-title {
  display: inline-block;
  width: 100%;
}

.widget-tags>a {
  color: #A9AFC3;
  text-decoration: none;
  padding: 5px 13px;
  display: inline-block;
  margin-bottom: 8px;
  font-size: 13px;
  background: #181B25;
  border-radius: 5px;
  margin-right: 5px;
}

.widget-tags>a:hover {
  color: #fff;
  border-color: #dd4142;
  background: #dd4142;
}


/*----------------------------------------------------
  17.  Single Blog Page 
------------------------------------------------------*/

/* marked */
.blog_wrp .marked {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0px;
  margin-top: -7px;
  background: #181B25;
  padding: 40px 40px 28px;
  border-radius: 5px;
  position: relative;
}


.blog_wrp .marked i {
  color: #dd4142;
  margin-bottom: 25px;
  margin-left: 5px;
}

/* Author */

.post_author {
  text-align: center;
  position: relative;
}

.post_author h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 10px;
}

.author_social {
  margin-top: 12px;
}

.author_social a {
  font-size: 18px;
  color: #6E7788;
  margin: 0px 4px;
}

.author_social a:hover {
  color: #dd4142;
}

.post_author:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #1f2226;
  left: 0px;
  top: 0px;
  margin-top: 40px;
}

.post_author img {
  position: relative;
  z-index: 9;
  border-left: 15px solid #121318;
  border-right: 15px solid #121318;
}

/* Comments */
.single_blog_container .comment_imgg {
  width: 137px;
  margin-right: 20px;
}

.single_blog_container .comment_cont_wrp {
  position: relative;
}

.list-comments {
  padding-top: 0px;
}

.commenter-title {
  display: flex;
}

.comments-section-title {
  position: relative;
  margin-top: 25px;
  margin-bottom: 30px;
}

.comments-section-title:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #1f2226;
  left: 0px;
  top: 0px;
  margin-top: 26px;
}

.comments-section-title h4 {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  position: relative;
  z-index: 9;
  background: #121318;
  display: table;
  margin: auto;
  padding: 15px 12px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: .5px;
  color: #fff;
}

.comments {
  padding: 0px;
  margin: 0px;
  margin-top: -40px;
}

.comments_name {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.comments li {
  list-style: outside none none;
}

.comments li .comment {
  padding: 35px 0px 32px;
  margin-bottom: 0px;
  margin-top: 0px;
  display: flex;
}

.comments li .comment img.comment-avatar {
  border-radius: 50%;
}

.comments li .comment strong.commenter-title {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  display: block;
  color: #8B8B8B;
}

.comments li .comment strong.commenter-title a {
  font-size: 18px;
  color: #2b343b;
  font-family: 'Muli', sans-serif;
}

.comments li .comment span.comment-date {
  font-size: 13px;
  margin-top: 0px;
  text-transform: capitalize;
  margin-right: auto;
  margin-left: 15px;
  color: #6E7788;
}


.comments li .comment .comment-reply {
  transition: all 0.5s ease 0s;
  font-size: 13px;
  text-transform: capitalize;
  color: #dd4142;
}

.comments li .comment span.comment-reply:hover {
  background: transparent;
  color: #dd4142;
}

.comments li .comment p:last-child {
  margin-bottom: 0px;
}

.comments li>ul {
  padding-left: 30px;
  border-top: 1px solid #1f2226;
  border-bottom: 1px solid #1f2226;
}

.comments li .comment p {
  margin-top: 3px;
}

/*  Blog Comments Form */

.comments-section-title2 {
  border-top: 1px solid #1f2226;
  padding-top: 30px;
  margin-bottom: 25px;
}

.comments-section-title2 span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.blog-contact {
  padding: 0px;
}

.blog-contact .comment-form {
  position: inherit;
  margin-top: 20px;
  padding: 0;
  box-shadow: none;
}

.blog-contact .form-control {
  color: #555;
  background-color: #f3f3f3;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 1px;
  box-shadow: none;
  line-height: 2.429;
}

.blog-contact .form-group {
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 0px;
}

.form-control:focus {
  border: 1px solid #fff;
  border: 1px solid #dd4142;
  box-shadow: none;
  border-left: 3px solid #dd4142;
}

.blog-contact textarea {
  line-height: 20px !important;
}

.blog-contact #contact-form .con-field {
  line-height: 32px;
  margin-bottom: 20px;
}

.blog-contact #contact-form textarea {
  padding-top: 15px !important;
  height: 150px;
}

.blog-contact #contact-form .con-field {
  outline: inherit;
  border-width: medium medium 1px;
  border-style: none none solid;
  border-color: -moz-use-text-color -moz-use-text-color #dd4142;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  width: 100%;
  margin-bottom: 20px;
  padding: 5px 15px;
  padding-top: 5px;
  line-height: 39px;
  border: 1px solid #181B25;
  background: #181B25;
  border-radius: 5px;
  color: #A9AFC3;

}

.blog-contact .submit-contact {
  padding: 0 39px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: capitalize;
  display: inline-block;
  overflow: hidden;
  outline: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: white;
  position: relative;
  margin: 0px 0px 0px 0px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  background: #dd4142;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
}

.blog-contact .submit-contact:hover {
  background: #dd4142;
}

/*----------------------------------------------------
  18. Single Course Page
------------------------------------------------------*/

.single_items {
  padding: 120px 0px;
  background: #121318;
}

.single_items .col-lg-8 {
  padding-right: 40px;
}

.single_items_img {
  position: relative;
}

.single_items_img span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #dd4142;
  color: #fff;
  padding: 6px 15px;
  font-size: 15px;
  border-radius: 4px;
}

.single_items_wrap h4 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 26px;
  margin-bottom: 16px;
  line-height: 1.1;
}

.single_items_wrap .items_bids .tseller_num {
  margin-top: 0px;
  color: #fff;
  opacity: 1;
}

.single_items_meta {
  display: grid;
  align-items: center;
  font-size: 14px;
  grid-template-columns: 39px auto 1fr 1fr;
}

.single_items_meta img {
  width: 39px;
  height: 39px;
  border-radius: 50%;
}

.single_items_meta p {
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 20px;
  font-weight: 500;
}

.sin_cour_rat {
  margin-left: auto;
}

.sin_cour_rat i {
  color: #FFC107;
  font-size: 11px;
}

.sin_cour_rat i:first-child {
  margin-left: 6px;
}

.sin_cour_rat i:last-child {
  margin-right: 3px;
}

.single_items_meta .sin_cour_stu i {
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-right: 3px;
  color: #dd4142;
}

.single_items_tab {
  margin-top: 25px;
}

.single_items_tab ul li button {
  background: transparent !important;
  border: none;
  padding: 7px 50px;
  color: #A9AFC3;
  border-right: 1px solid #303742 !important;
  border-radius: 0px !important;
  outline: none;
  font-weight: 600;
}

.single_items_tab ul li button.active {
  color: #dd4142 !important;
}

.single_items_tab ul li:last-child button {
  border-right: 1px solid transparent !important;
}

.single_items_tab ul {
  padding: 16px 0px;
  background: #181B25;
  border-radius: 10px;
  display: flex;
  justify-content: space-evenly;
}

/* tab content */

.single_items_tab_cont {
  margin-top: 30px;
}

.single_items_tab_cont span {
  font-size: 19px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}

.single_items_tab_cont p {
  margin-bottom: 24px;
}

.share_course a {
  background: #191C26;
  color: #A9AFC3;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  margin-right: 4px;
  transition: .3s;
}

.share_course a:hover {
  background: #dd4142;
  color: #fff;
  transition: .3s;
}

.share_course {
  margin-top: 40px;
}

.share_course span {
  margin-bottom: 20px;
}

/*  Right Sidebar */

.widget-item-details h2 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 20px;
  margin-top: -18px;
}

.widget-item-details h2 span {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  position: relative;
  top: 5px;
  margin-left: 15px;
}

.widget-item-details h2:after {
  position: absolute;
  content: "";
  width: 48px;
  height: 2px;
  bottom: 0px;
  background: #dd4142;
  left: 0px;
}

.course-detail-list {
  display: flex;
  justify-content: space-between;
  color: #A9AFC3;
  font-size: 16px;
  margin-bottom: 10px;
}

.course-detail-list i {
  margin-right: 10px;
  color: #A9AFC3;
  font-size: 15px;
}

.widget-item-details a {
  margin-top: 23px;
}

.widget-auction-count h3,
.widget-event-quote h3,
.widget-item-bid h3,
.widget-event-map h3 {
  position: relative;
  padding-bottom: 14px;
}

.widget-auction-count h3:after,
.widget-event-quote h3:after,
.widget-event-map h3:after,
.widget-item-bid h3:after {
  position: absolute;
  content: "";
  width: 48px;
  height: 2px;
  bottom: 0px;
  background: #dd4142;
  left: 0px;
}

.widget-auction-count span {
  color: #A9AFC3;
  font-size: 13px;
}

.rel-course-box a {
  font-size: 16px;
  color: #A9AFC3;
  display: block;
}

.rel-course-box {
  margin-bottom: 7px;
}

.widget-auction-count {
  margin-top: 44px;
  margin-bottom: 50px;

}

.widget-auction-count .auction_count>div {
  font-size: 22px;
}

.widget-auction-count .auction_count {
  margin: 25px 0px 20px;
  padding: 16px 5px 14px 10px;
}

.item_bid_form {
  position: relative;
}

.item_bid_dollar {
  position: absolute;
  bottom: 14px;
  font-size: 18px;
  color: #A9AFC3;
}

.widget-item-bid input {
  display: block;
  width: 100%;
  background: transparent;
  font-size: 16px;
  color: #A9AFC3;
  line-height: 1.2;
  padding: 15px 0px 15px 18px;
  border: none;
  outline: none;
  margin-bottom: 20px;
  border-bottom: 2px solid #242222;
}

.widget-item-bid input:focus,
.widget-item-bid input:active {
  background: transparent;
  outline: none;
}

.widget-item-bid input::placeholder {
  color: #A9AFC3;
  background: transparent;
}

/*   Bids  Tab */
.row.items_bids {
  margin-bottom: -25px;
}

.items_bids .tseller_num {
  color: #fff;
  font-size: 16px;
  margin-top: 2px;
  line-height: 24px;
}

.items_bids .tseller_num span {
  color: #A9AFC3;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}

.items_bids .tseller_text p {
  color: #A9AFC3;
  font-size: 14px;
}



/* Item Page - live auctions */
.itempg_liveauctions {
  background-color: #191C26;
}

/*----------------------------------------------------
  19. About Page
------------------------------------------------------*/
/*  Funfacts Section */
.funfacts-section {
  background: #191C26;
  padding: 120px 0px;
}

.funfacts_item {
  background: #dd4142;
  background: linear-gradient(180deg, #080A12 0%, rgba(8, 10, 18, 0) 100%);
  text-align: center;
  padding: 30px 10px 26px;
  border-radius: 10px;
  transition: .3s;
}

.funfacts_item i {
  font-size: 50px;
  color: #fff;
}

.funfacts_item:hover {
  background: linear-gradient(180deg, #dd4142 0%, rgba(223, 139, 29, 0) 100%);
  transition: .3s;
}

.funfacts_item span {
  margin: 0;
  color: #A9AFC3;
  font-size: 16px;
}

.funfacts_item h2 {
  margin-bottom: -2px;
  font-size: 30px;
  margin-top: 14px;
  color: #fff;
}

/*  learner feedback section */
.about_pg_lfeedback {
  padding-bottom: 130px;
}

/*  Call to action section */
.cta-section {
  padding-bottom: 130px;
}

.cta_wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  background: #E3EEEA;
  border-radius: 12px;
  padding: 80px 100px;
}

.cta_text {
  padding-right: 140px;
}

.cta_text h3 {
  color: #1F1F1E;
  font-size: 42px;
  margin-bottom: 25px;
}

.cta_text p {
  color: #717173;
  font-size: 16px;
  line-height: 26px;
}

/*----------------------------------------------------
  20. Contact Page
------------------------------------------------------*/

.contact-section {
  padding-top: 120px;
  background: #121318;
  padding-bottom: 112px;
}

.contact-section .contact-form {
  margin-top: 0px;
  background: #181B25;
  position: inherit;
  box-shadow: none;
  padding: 40px 40px;
  border-radius: 10px;
}

.contact-section .contact_wrp {
  padding: 0px;
  background: transparent;
  position: relative;
}

.map-container iframe {
  width: 100%;
  height: 500px;
  border: none;
  margin-top: 100px;
  filter: invert(90%);
  -webkit-filter: invert(90%);
}

.contact-section .contact-form .con-field {
  border: 1px solid #2a2a2d;
}

.contact-section .contact-form textarea {
  height: 163px;
}

.contact_pg_address {
  padding: 35px 40px 40px;
  background: #181B25;
  border-radius: 10px;
}

.contact_pg_address h3 {
  margin-bottom: 27px;
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 38px;
  margin-top: -2px;
}

.single_con_add p {
  margin-top: -10px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
  font-size: 18px;
}

.contact_pg_address .single_con_add {
  overflow: hidden;
  margin-bottom: 0px;
  margin-top: 15px;
  padding: 10px 0px;
}

.contact_pg_address .single_con_add a {
  float: left;
  color: #515050;
  height: 70px;
}

.contact_pg_address .single_con_add a i {
  font-size: 27px;
  margin-top: -5px;
  color: #A9AFC3;
  border: 1px solid #A9AFC3;
  border-radius: 50%;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}

.contact_pg_address .single_con_add span {
  display: block;
  padding-left: 45px;
  line-height: 1.6;
}


/* Contact social */
.contact_social {
  margin-top: 24px;
}

.contact_social a {
  font-size: 15px;
  background: #393f4f;
  color: #fff;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
  margin-right: 6px;
  border: 1px solid #393f4f;
}

.contact_social a:hover {
  background: #dd4142;
  border: 1px solid #dd4142;
}

/*  Contact Form */
.contact-form h3 {
  position: relative;
  text-transform: capitalize;
  font-weight: 900;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1.1;
  color: #fff;
  margin-top: -7px;
}

.contact-form {
  background: #181B25;
  padding: 40px 40px;
  border-radius: 10px;
}

.contact-form h4 {
  font-size: 26px;
  font-weight: 700;
}

.contact-form p {
  margin-bottom: 26px;
  margin-top: 20px;
}

.contact-form #contact-form .con-field {
  outline: inherit;
  width: 100%;
  margin-bottom: 20px;
  padding: 5px 25px;
  line-height: 48px;
  border: 1px solid #393f4f;
  background: transparent;
  border-radius: 5px;
  color: #A9AFC3;
}

.testi-section .contact-form #contact-form .con-field {
  border: 1px solid #e3dddd;
}

.contact-form #contact-form::-webkit-input-placeholder {
  color: #9B9BA3;
  font-size: 14px;
  text-align: left;
}

.contact-form #contact-form:-moz-placeholder {
  color: #9B9BA3;
  font-size: 14px;
  text-align: left;
}

.contact-form #contact-form::-moz-placeholder {
  color: #9B9BA3;
  font-size: 14px;
  text-align: left;
}

.contact-form #contact-form:-ms-input-placeholder {
  color: #9B9BA3;
  font-size: 14px;
  text-align: left;
}

.contact-form textarea {
  line-height: 16px !important;
  padding-top: 20px !important;
  height: 140px;
}

.submit-contact {
  padding-right: 40px;
  padding-left: 40px;
  height: 55px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: capitalize;
  display: inline-block;
  overflow: hidden;
  outline: none;
  border: none;
  color: white;
  position: relative;
  background: #dd4142;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  font-family: 'Poppins', sans-serif;
}

.submit-contact:hover {
  background: linear-gradient(135deg, #dd4142 10%, #dd4142 100%);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.contact-form #contact-form #msg {
  color: #f54337;
}


/*----------------------------------------------------
  21. Courses Page
------------------------------------------------------*/
.discover-section.course-page {
  padding: 130px 0px;
}

/*----------------------------------------------------
  22. Login Page & Registration Page
------------------------------------------------------*/

.account-section {
  padding: 130px 0px;
}

.reg_wrap {
  border: 1px solid #393f4f;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 110px;
  padding: 70px;
  align-items: center;
}

.login-form input,
.registration-form input {
  height: 55px;
  width: 100%;
  margin-bottom: 20px;
  padding: 5px 20px;
  border-radius: 3px;
  border: 1px solid #393f4f;
  outline: none;
  background: transparent;
  border-radius: 5px;
  color: #A9AFC3;
}

.login-form h2,
.registration-form h2 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 900;
}

.login-form .submit,
.registration-form .submit {
  width: 100%;
  padding: 12px 30px;
  color: #fff;
  background: #dd4142;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: auto;
  text-align: center;
  margin-top: 10px;
}

.login-form .submit:hover,
.registration-form .submit:hover {
  opacity: .8;
}

.submit-area .more-link::before {
  transform: translateX(-50%) translateY(-50%) rotate(164deg);
}

.login-form .submit {
  margin-bottom: 5px;
}

.lost_pass {
  margin-bottom: 15px;
  margin-top: -3px;
  font-size: 14px;
}

.forget {
  color: #6E7788;
}


.lost_pass:hover a {
  color: #dd4142;
}

#rem-checkbox-input {
  float: left;
  height: 17px !important;
  width: 17px !important;
  margin-right: 8px;
  margin-top: 5px;
}

/*  Middle Border */
.account-section .registration-form {
  position: relative;
}

.account-section .login-form {
  border-radius: 5px;
}


.account-section .registration-form {
  border-radius: 5px;
}

/*  Term & Condition */

/*  Term  and Condition */
.signup_checkout {
  margin-top: 30px;
}

.term-and-condition {
  display: flex;
  margin-bottom: 5px;
  margin-top: -5px;
}

.term-and-condition label {
  font-size: 14px;
  margin-left: 0px;
  margin-top: 5px;
  line-height: 1.5;
}



.term-and-condition input {
  float: left;
  height: 17px !important;
  width: 17px !important;
  margin-right: 8px;
  margin-top: 6px;
}

.term-and-condition a {
  color: #6E7788;
}



.term-and-condition a:hover {
  color: #dd4142;
}




/*----------------------------------------------------
    Teacher Page 
------------------------------------------------------*/
.author-section {
  background: #121318;
  padding-top: 120px;
  padding-bottom: 90px;
}

.author-section .col-sm-12 {
  margin-bottom: 30px;
}

.author-section .col-sm-12 {
  transition: .3s;
}

.author-section .col-sm-12:hover {
  transition: .3s;
  position: relative;
  transform: translateY(-10px);
}

.author-info {
  background: #181B25;
  text-align: center;
  padding: 40px 15px 25px;
  position: relative;
  border-radius: 0px 0px 10px 10px;
}

.author-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}

.author-social ul li {
  display: inline-block;
  margin: 0px 1px;
}

.author-social {
  text-align: center;
  margin-top: -10px;
  margin-top: -57px;
  margin-bottom: 17px;
}

.author-info h4 {
  font-size: 20px;
  margin-bottom: 3px;
}

.author-social ul li a {
  background: #dd4142;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 40px;
  font-size: 15px;
}

.author-social ul li:hover a {
  background: #fff;
  color: #dd4142;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out;
  animation: pulsePrimary 1s 1 ease-in-out;
}

.author-info p {
  margin: 0px;
  color: #A9AFC3;
}

.author-info p:hover {
  color: #dd4142;
}


/*  Animation  */
@-webkit-keyframes pulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(93, 182, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(93, 182, 255, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 69, 0, 0);
    box-shadow: 0 0 0 20px rgba(255, 69, 0, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 69, 0, 0);
    box-shadow: 0 0 0 0 rgba(255, 69, 0, 0);
  }
}

@keyframes pulsePrimary {
  0% {
    box-shadow: 0 0 0 0 rgba(93, 182, 255, 0.4);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(255, 69, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 69, 0, 0);
  }
}

/* Become Instractor */

.teacher_partner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0px 12px;
  margin-top: 75px;
}

.teacher_partner .partner_col {
  background: #dd4142;
  padding: 60px 20px 60px 50px;
  border-radius: 10px 0px 0px 10px;
}

.teacher_partner .partner_col:last-child {
  background: #fff;
  border-radius: 0px 10px 10px 0px;
}

.teacher_partner .partner_col:first-child {
  color: #fff;
}

.teacher_partner .partner_col:first-child h2 {
  color: #fff;
}

.teacher_partner .partner_col:first-child a {
  border: 1px solid #fff;
}

.teacher_partner .partner_col:first-child a:hover {
  border: 1px solid #1F1F1E;
}

.teacher_partner h2 {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 30px;
  margin-top: 9px;
}

.teacher_partner span {
  margin-top: -7px;
  display: block;
  font-size: 18px;
}

/*----------------------------------------------------
    Single Teacher Page 
------------------------------------------------------*/

.single-author-section {
  padding: 120px 0px 100px;
  background: #121318;
}

.authorr_avatar {
  text-align: center;
}

.authorr_avatar h3 {
  font-size: 22px;
  margin-top: -3px;
  margin-bottom: 6px;
}

.authorr_avatar span {
  display: block;
}

.authorr_left {
  /*! padding: 20px; */
  border: 1px solid #393f4f;
  border-radius: 10px;
}

.authorr_social {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 30px;
}

.authorr_social a {
  color: #A9AFC3;
  font-size: 16px;
  margin: 0px 3px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #181B25;
  border: 1px solid #181B25;
}

.authorr_achieve {
  border-top: 1px solid #393f4f;
  border-bottom: 1px solid #393f4f;
  display: grid;
  grid-gap: 5px;
  justify-content: space-around;
  text-align: center;
  padding: 30px 15px 30px 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.authorr_achieve_list:nth-child(2) {
  margin-left: -16px;
}

.authorr_social a:hover {
  color: #fff;
  border: 1px solid #dd4142;
  background: #dd4142;
}

.authorr_achieve_list i {
  font-size: 25px;
  background: #dd4142;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
}

.authorr_achieve_list h3 {
  margin-top: 0px;
  margin-bottom: -3px;
  font-size: 25px;
}

.authorr_achieve .more-link {
  background: #dd4142;
  border: 1px solid #dd4142;
}

.authorr_about {
  padding: 25px 25px 20px;
}

.authorr_about h3 {
  margin-bottom: 11px;
  font-size: 25px;
}

.authorr_avatar img {
  padding: 25px;
  border-radius: 30px !important;
}

.author_link_copy {
  position: relative;
  padding: 0px 25px;
  margin-top: 12px;
}

.author_link_copy button {
  position: absolute;
  right: 40px;
  top: 6px;
  box-shadow: none;
  border: none;
  line-height: 30px;
  color: #A9AFC3;
  font-size: 18px;
  background: #121318;
  height: 80%;
}

.author_link_copy input {
  background: transparent !important;
  border: 1px solid #393f4f !important;
  border-radius: 30px;
  height: 48px;
  outline: none;
  padding-left: 20px;
  color: #A9AFC3;
  opacity: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: break-word;
  cursor: default;
}

.author_link_copy input::placeholder {
  color: #A9AFC3;
}

.author_link_cop .form-control::placeholder {
  color: #A9AFC3 !important;
  opacity: 1;
  background: rgba(166, 175, 189, 0.3) !important;
}

.author_link_cop .form-control::selection {
  background: rgba(166, 175, 189, 0.3) !important;
  text-shadow: none;
}


/* Course Tab */

.teach_single_items_tab ul {
  text-align: left;
}


.teach_single_items_tab ul li button.nav-link {
  background: transparent !important;
  border: none;
  font-size: 25px;
  color: #fff;
  padding: 0px 25px 0px 0px;
  border-radius: 0px;
  margin-right: 25px;
  border-right: 1px solid #717173 !important;
  font-weight: 500;
  outline: none;
}

.teach_single_items_tab ul li .nav-link.active {
  color: #dd4142;
}

.teach_single_items_tab ul {
  border: none;
  margin-bottom: 30px;
}

.teach_single_items_tab ul li:last-child button.nav-link {
  border: none !important;
}

/* Review Tab */
.teacher_review .col-sm-12 {
  margin-bottom: 25px;
}

.teacher_review .lfeedback_text {
  background: #fff;
  border-radius: 10px;
  padding: 28px 30px 10px;
}

.teacher_star {
  color: #e1d517;
  margin-bottom: 20px;
}

.teacher_review .lfeedback_text h4 {
  margin-top: 15px;
  margin-bottom: 6px;
}

/*----------------------------------------------------
    Course Category Page 
------------------------------------------------------*/
/*  Category Filter */

.discover_section_two {
  padding: 130px 0px;
  background: #121318;
}

.cat_search_filter {
  display: grid;
  grid-template-columns: 1fr .7fr auto;
  grid-gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.cat_search .widget.widget-search {
  margin-bottom: 0px;
  padding: 5px 5px;
}

.cat_search .widget-search .input-group input {
  height: 45px;
  width: calc(100% - 50px);
}

.cat_search .widget-search .input-group input::placeholder {
  color: #A9AFC3;
}

.cat_selectbox .form-select {
  height: 56px;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #393f4f;
  border-radius: 10px;
  color: #A9AFC3;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}

.cat_search .widget-search .input-group button {
  padding: 10px 10px;
  width: 45px;
}


/*  Category Left Sidebar */

.discovertw_sidebar>div {
  margin-bottom: 30px;
  background: #181B25;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #181B25;
}

.course_cat_title {
  font-size: 22px;
  margin-bottom: 20px;
}

.discovertw_sidebar ul li>div {
  margin-bottom: 4px;
}

.discovertw_sidebar ul li label {
  font-size: 16px;
  margin-left: 0px;
  color: #A9AFC3;
  position: relative;
}

.discovertw_sidebar ul li input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-top: 5px;
  position: absolute;
  opacity: 0;
}

.discovertw_sidebar ul li input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.cat-check-input+label::before,
.instructor-check-input+label::before,
.language-check-input+label::before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  background: #A9AFC3;
  border-radius: 2px;
  margin-top: 2px;
}

.cat-check-input:checked+label::after,
.instructor-check-input:checked+label::after,
.language-check-input:checked+label::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 13px;
  background: #121318;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #121318, 4px 0 0 #121318, 4px -2px 0 #121318, 4px -4px 0 #121318, 4px -6px 0 #121318, 4px -8px 0 #121318;
  transform: rotate(45deg);
}

/*  Category Pagination */
.sin-page-navigation .pagination {
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.sin-page-navigation .pagination li a {
  height: 45px;
  width: 45px;
  margin-right: 5px;
  border: 0;
  border-radius: 5px;
  background-color: #181B25;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  transition: all .4s ease;
  display: block;
  color: #fff;
  font-size: 18px;
}

.sin-page-navigation .pagination li a.active {
  background: #dd4142;
  color: #fff;
}

.sin-page-navigation .pagination li a:hover {
  background: #dd4142 !important;
  color: #fff !important;
}



/* --------------------------------------------
   Discover Page Three
------------------------------------------------ */

.work-section .row .col-xs-12:nth-child(4) {
  margin-left: 16.7%;
}

.work-section .row .col-xs-12:nth-child(5) {
  margin-left: -16.7%;
}

.work-section .row .col-md-6 {
  max-width: 33.33%;
}

/* Work items ------------------*/
.gallery-section {
  background: #121318;
}

.projects-titles {
  list-style: outside none none;
  text-align: center;
  margin-bottom: 45px;
  width: 100%;
}

.projects-titles li {
  color: #A9AFC3;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  transition: all 0.3s ease 0s;
  margin-left: 5px;
  text-transform: uppercase;
  position: relative;
  padding: 10px 40px;
  border: 1px solid #393f4f;
  font-size: 15px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.projects-titles li.active {
  color: #FFF;
  background: #dd4142;
  border: 1px solid transparent;
}



/* --------------------------------------------
    Activity Page
------------------------------------------------ */
.activity-section .items_bids .tseller_num {
  margin-top: 0px;
  opacity: 1;
}

.activity-section ul li input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-top: 5px;
  position: absolute;
  opacity: 0;
}

.activity-section .course_cat_check label {
  position: relative;
  margin-bottom: 5px;
}

.activity-section .widget-filter {
  margin-top: 30px;
}

.activity_sidebar {
  position: sticky;
  top: 150px;
}

/* --------------------------------------------
    Not Found Page
------------------------------------------------ */

.notfound-section {
  text-align: center;
  padding: 100px 0px;
}

.notfound_wrap img {
  width: 400px;
  margin-bottom: 26px;
}

.notfound_wrap h2 {
  font-size: 45px;
  line-height: 1.2;
}

.notfound_wrap p {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 40px;
}


/* --------------------------------------------
    Item Create Page 
------------------------------------------------ */


.item_create .authorr_achieve {
  border: none;
  border-top: 1px solid #393f4f;
}

.upload_file {
  position: relative;
}

.upload_file .custom-file-label {
  position: absolute;
  width: 100%;
  left: 0px;
  margin-top: 2px;
  border: 1px solid #393f4f;
  height: 60px;
  border-radius: 5px;
  padding-left: 25px;
  color: #5E6580;
  line-height: 57px;
}

.upload_file input {
  opacity: 0;
  z-index: 99;
  position: relative;
}

/* --------------------------------------------
    Connect Wallet page
------------------------------------------------ */
.connectWallet-section {
  padding-bottom: 90px;
  padding-top: 110px;
}

.connectWallet-section .wallet_body {
  padding: 0px;
}

.wallet_box a i {
  font-size: 35px;
  line-height: 32px;
  display: block;
  width: 100%;
  margin-bottom: 14px;
}

.wallet_box {
  display: block;
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 28px 30px 19px;
  color: #fff;
  background: linear-gradient(180deg, #080A12 0%, rgba(8, 10, 18, 0) 100%);
  margin-bottom: 30px;
}


.wallet_box:hover {
  background: linear-gradient(180deg, #dd4142 0%, rgba(223, 139, 29, 0) 100%);
  transition: .3s;
}

.connectWallet-section .wallet_body a {
  display: block;
  margin-bottom: 7px;
  border-radius: 10px;
  padding: 0px;
  color: #fff;
  background: transparent;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

/* --------------------------------------------
    Home Page Two
------------------------------------------------ */
.discover_slider {
  padding: 204px 0px 90px;
  position: relative;
}

.discover_slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/slider_element1.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: FocuS 1s linear 1s infinite;
  animation: FocuS 1s linear 1s infinite;
}

.discover_slider .discover_price::after {
  display: none;
}

.discover_slider .discover_title {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
}

.discover_slider .discover_price {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.discover_slider .owl-prev,
.discover_slider .owl-next {
  opacity: 0;
  transform: translateY(-50%);
  margin-top: -47px;
}


.discover_slider:hover .owl-nav button {
  opacity: 1;
}

.discover_slider .owl-next {
  left: auto;
  right: -3px;
  transform: translateX(-60px);
}

.discover_slider .owl-prev {
  left: 2px;
  transform: translateX(50px);
}

.discover_slider:hover .owl-nav .owl-prev {
  transform: translateX(0px);
}

.discover_slider:hover .owl-nav .owl-next {
  transform: translateX(-30px);
}

.discover_slider .owl-nav i {
  font-size: 25px;
  background: #191C26;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  box-shadow: 5px 6px 20px 0px rgba(28, 26, 26, 0.35);
}

.discover_slider .owl-nav i:hover {
  background: #dd4142;
}

/*----------------------------------------------------
    6. Process Section
------------------------------------------------------*/
.process-section {
  padding-top: 115px;
  padding-bottom: 105px;
}


.process-section .angle_icon {
  background: url("../images/shape1.png");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 161px;
  margin-top: 2px;
  left: 0px;
  margin-left: 0px;
}

.process-section .row {
  position: relative;
}

.img_process {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.img_process img {
  border-radius: 50%;
  border: 1px solid #dd4142;
}

.process-item:hover .img_process span {
  background: #fff;
  color: #dd4142;
  bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.process-item:hover .img_process {
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}

.process-section .img_process span {
  position: absolute;
  right: 50%;
  background: #dd4142;
  border-radius: 50%;
  box-shadow: 0px 2px 3px 0px #a78f8f;
  width: 40px;
  line-height: 38px;
  text-align: center;
  margin-right: -70px;
  bottom: 0px;
  color: #fff;
  border: 1px solid #dd4142;
  transition: all 0.3s ease-in-out;
  height: 40px;
}

.process_text h4 {
  margin-top: 25px;
  margin-bottom: 12px;
}

.process_text {
  text-align: center;
}

.process-item {
  text-align: center;
}

.angle_icon {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 32px;
  margin-right: -70px;
  opacity: .1;
}


/* --------------------------------------------
    Home Page Light
------------------------------------------------ */
.themelight .hero-section {
  background: #f6f9fe;
}

.themelight {
  background: #f6f9fe;
}

.themelight .single-header {
  background: #f6f9fe;
}

.themelight .single-header::before {
  background-image: url(../images/slider_element1.png);
  opacity: .1 !important;
}

.themelight section {
  background: #fff;
}

.themelight .hero_text h2,
.themelight .more-link,
.themelight .menu_content .links li a,
.themelight h3,
.themelight .base-header h3,
.themelight .workflow_item h4,
.themelight .tseller_text a h4,
.themelight .discover_title,
.themelight .discover_seller_name,
.themelight .collection_text a,
.themelight .auction_count>div,
.themelight .footer-section h5,
.themelight .collection-section .fal,
.themelight .menu_wrapper .search-icon i,
.themelight .single-header h4 a,
.themelight .course_cat_title,
.themelight .activity-section .course_cat_check label,
.themelight .discovertw_sidebar ul li label,
.themelight .widget-item-details h2,
.themelight .widget-item-details h2 span,
.themelight .single_items_wrap h4,
.themelight .single_items_wrap .items_bids .tseller_num {
  color: #121318;
}

.themelight .hero_text p,
.themelight .about_text p,
.themelight p,
.themelight .discover_price,
.themelight .discover_rating,
.themelight span,
.themelight .auction_count>div span,
.themelight .footer-section ul li a,
.themelight .footer_sub_form p,
.themelight .footer-section .subfooter p a,
.themelight .footer-section .subfooter p,
.themelight .single-header h4,
.themelight .single-header h4 a:hover,
.themelight .cat_item_count,
.themelight .cat_search .widget-search .input-group input::placeholder,
.themelight .cat_selectbox .form-select,
.themelight .items_bids .tseller_num span,
.themelight .items_bids .tseller_text p,
.themelight .single_items_tab ul li button {
  color: #3E4455;
}


.themelight .contact_pg_address,
.themelight .contact-section .contact-form,
.themelight .discovertw_sidebar>div,
.themelight .single_items_tab ul,
.themelight .itempg_liveauctions {
  background: #f6f9fe;
}

.themelight .widget,
.themelight .widget-search,
.themelight .discovertw_sidebar>div,
.themelight .cat_selectbox .form-select {
  border: 1px solid #e1e7f2;
}

/* Navigation */
.themelight .menu_wrapper.menu_sticky {
  background: #f6f9fe;
  box-shadow: 0px 12px 21px rgba(232, 217, 217, 0.35);
}

.themelight .menu_wrapper #show-search:checked~.search-icon i {
  color: #fff;
}

.themelight .more-link:hover {
  color: #fff;
}

.themelight .menu_wrapper .menu-icon {
  color: #121318;
}

.themelight nav .menu_content .links {
  background: #f6f9fe;
}

.themelight .menu_content .links ul li a,
.themelight .menu_content .links li label {
  color: #121318;
}

/*  Hero Section */
.themelight .about-section {
  background-color: #fff;
  background: url(../images/bg3.png) top left #fff;
}

.themelight .hero-section::before {
  -webkit-animation: FocuS2 1s linear 1s infinite;
  animation: FocuS2 1s linear 1s infinite;
}

/*  Work Flow */
.themelight .workflow-section {
  background: #f6f9fe;
}

.themelight .workflow_item {
  background-image: linear-gradient(to top, #f7faff, #fafbff, #fcfcff, #fefeff, #ffffff);
}

.themelight .workflow_item:hover {
  background: linear-gradient(180deg, #dd4142 0%, rgba(255, 44, 44, 0.46) 100%);
}

.themelight .workflow_item:hover h4 {
  color: #fff;
}

.themelight .workflow_item:hover p {
  color: #ddd;
}

.themelight .workflow_item i {
  box-shadow: 5px 6px 20px 0px rgba(51, 44, 44, 0.17);
}

/* Top Seller */
.themelight .topseller-section {
  background: #fff;
}

.themelight .tseller_item {
  border: 1px solid #e1e7f2;
  background: #f6f9fe;
}

.themelight .tseller_num {
  color: #060606;
}

/* 
Featured Assets
 */
.themelight .discover-section {
  background: #f6f9fe;
}

.themelight .discover_seller_name {
  background: #f6f9fe;
  border: 1px solid #dae2f0;
}

.themelight .discover_item {
  border: 1px solid #e1e7f2;
}

.themelight .discover_price::after {
  background: #e1e7f2;
}


/* Collection */

.themelight .collection-section {
  padding: 110px 0px 117px;
  background: #191C26;
  background: url(../images/bg3.png) top right no-repeat #fff;
}

.themelight .collection_text {
  background: #f6f9fe;
  border: 1px solid #e1e7f2;
}

.themelight .live_auctions_sec .discover_rating a span {
  color: #fff;
}

.themelight .auction_count {
  border: 1px solid #e1e7f2;
}

/* Footer */
.themelight footer.footer-section {
  width: 100%;
  padding: 98px 0 0 0;
  color: #fff;
  background: #f6f9fe url(../images/footer-bg.png);
}

.themelight .footer_sub_form .con-field {
  border: 2px solid #e1e7f2;
  color: #141415;
}

.themelight .footer_sub_form .con-field::placeholder {
  color: #141415;
}

.themelight .footer-section .container {
  border-bottom: 1px solid #e1e7f2;
}

.themelight .footer_socil ul li a {
  background: #dd4142;
  color: #fff;
}

.themelight .footer-section ul li a:hover {
  color: #dd4142;
}

/*   Single Pages Light */

/* contact page Light */
.themelight .contact_pg_address .single_con_add a i {
  color: #dd4142;
  border: 1px solid #dd4142;
}

.themelight .contact-form #contact-form .con-field {
  border: 1px solid #ccd2db;
}

.themelight .contact-form #contact-form .con-field::placeholder {
  color: #3E4455;
}

.themelight .map-container iframe {
  filter: inherit;
  -webkit-filter: inherit;
}

/*  Discover Page Light */
.themelight .discover-section {
  background: #fff;
}

.themelight .sin-page-navigation .pagination li a {
  color: #121318;
  background: #f6f9fe;
}

.themelight .projects-titles li.active span {
  color: #FFF;
}

/* Item Details Light */
.themelight .single_items {
  background: #fff;
}

.themelight .widget-item-bid input {
  border-bottom: 2px solid #e1e7f2;
}

.themelight .single_items_tab ul li button {
  border-right: 1px solid #e1e7f2 !important;
}

.themelight .course-detail-list i {
  color: #dd4142;
}

.themelight .share_course a {
  color: #fff;
}

.themelight .itempg_liveauctions {
  background: #f6f9fe;
}

/* --------------------------------------------
    Home Page Two Light
------------------------------------------------ */
.themelight .discover_slider::before {
  -webkit-animation: FocuS2 1s linear 1s infinite;
  animation: FocuS2 1s linear 1s infinite;
}

.themelight .discover-section.discover_slider {
  background: #f6f9fe;
}

.themelight .discover-section.discover_light {
  background: #f6f9fe;
}

.themelight .discover-section.live_auctions_light {
  background: #f6f9fe;
}