html {
  overflow-x: hidden;
}
html body {
  font-family: "Poppins" !important;
  width: 100%;
  overflow-x: hidden;
  color: #363848 !important;
}


/* --------- */
/* Page Head */
/* --------- */
.cv-page-head {
  text-align: center;
  color: #fff;
  background-color:  #787ff6;
  padding: 140px 0 230px 0;
  position: relative;
  
  background-size: cover;
  background-position: center;
}
.cv-page-head .container {
  position: relative;
  z-index: 2;
}
.cv-page-head .title {
  font-size: 32px;
  margin-bottom: 20px;
}
.cv-page-head::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /* background-color: rgba(243, 41, 51, 0.7); */
  position: absolute;
  left: 0;
  top: 0;
}
.cv-breadcrumb .breadcrumb-item {
  color: #fff;
  font-weight: 300;
}
.cv-breadcrumb .breadcrumb-item::before {
  color: #fff;
}
.cv-breadcrumb .breadcrumb-item a {
  color: #fff;
}

.cv-page-content-margin {
  margin-top: -160px;
  margin-bottom: 60px;
  position: relative;
}

.cv-card {
  background-color: #fff;
  box-shadow: 0 0 12px rgba(62, 53, 120, 0.1);
  padding: 20px;
  border-radius: 20px;
}


.cv-page-profile .cv-card {
  border-radius: 8px;
  margin-bottom: 15px;
}

.cv-profile-menu .list .link {
  background-color: rgba(249, 249, 249, 0.8);
  color: #363848 !important;
  font-size: 14px;
  border-radius: 8px;
  padding: 10px;
  margin: 5px 0;
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  position: relative;
}
.cv-profile-menu .list .link:hover {
  background-color: #f1f1f1;
}



