/**/
.custom_slider .item {
  
  position: relative;
}

.custom_slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom_slider .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.6);*/
  display: flex;
  align-items: center;
}
.custom_slider .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}

.custom_slider .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
/*  border: 9px solid #fff;*/
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.custom_slider .item .cover .header-content h2 {
  font-weight: 300;
  
  color: #fff;
}

.custom_slider .item .cover .header-content h1 {
 
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}

.custom_slider .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}

.custom_slider .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.custom_slider .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.custom_slider .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.custom_slider .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.custom_slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.custom_slider .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.custom_slider .owl-nav .owl-prev:focus {
  outline: 0;
}
.custom_slider .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.custom_slider .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.custom_slider .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.custom_slider .owl-nav .owl-next:focus {
  outline: 0;
}
.custom_slider .owl-nav .owl-next:hover {
  background: #000 !important;
}
.custom_slider:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.custom_slider:hover .owl-next {
  right: 0px;
  opacity: 1;
}
/**/
.album_col:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 15px;
    border-width: 0  30px 30px 0;
    border-style: solid;
    border-color: #fff #fff #f5f5f5 #f5f5f5;
    background: #658E15;
    display: block;
    width: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}

.album_col img
  {
    max-width: 100%;
    min-width: 100%;
    height: 200px;
  
  }
  .album_col
  {
    margin:10px 0px;
    text-align: center;

  }
  .album_photo img
  {
    max-width: 90%;
    min-width: 90%;
    height: 150px;
  }
  .album_photo
  {
     margin:10px 0px;
    text-align: center;
  }

.user_profile_data img
{
  width: 150px;
  border-radius: 50%
}
/* The container */
.container_custom {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  margin-top: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container_custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #f5f5f5;
  border: 1px solid #ada3a3;
}

/* On mouse-over, add a grey background color */
.container_custom:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_custom input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_custom input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_custom .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.error
{
  color:red;
}
@media (min-width:768px){
  .user_profile_navbar
  {
    border-right: 1px solid black
  }
}
@media(min-width: 320px)
{
.custom_slider .item .cover .header-content h2{
  font-size: 14px;
}
.custom_slider .item .cover .header-content h1
{
   font-size: 16px;
}
.custom_slider .item .cover .header-content {
 
  padding: 0px;
 
}
.custom_slider .item .cover .header-content h4 {
  font-size: 13px;
 
}
.custom_slider .item 
{
 height: 100vh; 
}
.footer
{
  height: 5vh !important;
}
}
@media(min-width: 425px)
{
.custom_slider .item .cover .header-content h2{
  font-size: 14px;
}
.custom_slider .item .cover .header-content h1
{
   font-size: 16px;
}
.custom_slider .item .cover .header-content {
 
  padding: 0px;
 
}
.custom_slider .item .cover .header-content h4 {
  font-size: 13px;
 
}
}
@media(min-width: 768px)
{
.custom_slider .item .cover .header-content h2{
  font-size: 20px;
}
.custom_slider .item .cover .header-content h1
{
   font-size: 29px;
}
.custom_slider .item .cover .header-content {
 
  padding: 15px;
 
}
.custom_slider .item .cover .header-content h4 {
  font-size: 19px;
 
}
.custom_slider .item 
{
 height: 100vh; 
}
.footer
{
  height: 5vh !important;
}
}
@media(min-width: 992px)
{
.custom_slider .item .cover .header-content h2{
  font-size: 35px;
}
.custom_slider .item .cover .header-content h1
{
   font-size: 56px;
}
.custom_slider .item .cover .header-content {
 
  padding: 56px;
 
}
.custom_slider .item .cover .header-content h4 {
  font-size: 24px;
 
}

.custom_slider .item 
{
 height: 100vh; 
}
/*footer
{
  height: 5vh !important;
  z-index: 1 !important
}*/
}