
/*LOGO HEADER*/


body{
  font-family: "Ubuntu", sans-serif;
  color: #334249;
}

.logo1{
    position: absolute;
    top: 9px;
    font-weight: bold;
    font-family: 'Great Vibes', cursive;
  }
  .logo2{
    position: absolute;
  top: 52px;
  color: #ffffffde;
  font-weight: lighter;
  font-family: "Averia Libre", cursive;
  }


  /*BANNER*/

/*search box css start here*/
#carouselExampleFade,.carousel-item{
    height:80vh;
}
.search-sec{
    padding: 2rem;
}
.search-sec h3,.search-sec h2{
   font-family: 'Kaushan Script', cursive;
    color: #fff;
    text-align: center;
    padding: 0px 0px 20px 0px;
}
.search-slt{
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
.wrn-btn{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
@media (min-width: 992px){
    .search-sec{
        position: absolute;
        top: 50%;
        background: rgba(0, 0, 0, 0.22);
        left: 0px;
        /*! right: 0px; */
        margin-left: auto;
        margin-right: auto;
        transform: translate(0, 0);
        left: 50%;
        top: 44%;
        transform: translate(-50%,-50%);
    }
}
.firstinfo, .badgescard {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  
  .card {
    /*! width: 500px; */
    min-height: 100px;
     padding: 10px; 
    border-radius: 3px;
    background-color: white;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    margin: 10px 0px;
  }
 
  
  .badgescard {
    padding: 10px 20px;
    border-radius: 3px;
    background-color: #ECECEC;
    width: 480px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: -1;
    left: 10px;
    bottom: 10px;
    animation: animainfos 0.5s cubic-bezier(0.425, 1.04, 0.47, 1.105) 0.75s forwards;
  }
  .badgescard span {
    font-size: 1.6em;
    margin: 0px 6px;
    opacity: 0.6;
  }
  
  .firstinfo {
    flex-direction: row;
    z-index: 2;
    position: relative;
  }
  .firstinfo img {
    /*! border-radius: 50%; */
    width: 120px;
    height: 120px;
    /*! float: left; */
  }
  .firstinfo .profileinfo {
    padding: 0px 20px;
  }
  .firstinfo .profileinfo h1 {
    font-size: 1.8em;
  }
  .firstinfo .profileinfo h3 {
    font-size: 1.2em;
    color: #009688;
    font-style: italic;
  }
  .firstinfo .profileinfo p.bio {
    padding: 10px 0px;
    color: #5A5A5A;
    line-height: 1.2;
    font-style: initial;
  }
  .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 1px 5px !important;
  }
  @keyframes animatop {
    0% {
      opacity: 0;
      bottom: -500px;
    }
    100% {
      opacity: 1;
      bottom: 0px;
    }
  }
  @keyframes animainfos {
    0% {
      bottom: 10px;
    }
    100% {
      bottom: -42px;
    }
  }
  @keyframes rotatemagic {
    0% {
      opacity: 0;
      transform: rotate(0deg);
      top: -24px;
      left: -253px;
    }
    100% {
      transform: rotate(-30deg);
      top: -24px;
      left: -78px;
    }
  }

  /*END BANNER*/

.banner_content {
    position: relative;
    padding: 10px;
        padding-top: 10px;
    padding-top: 185px;
    margin: auto;
    text-align: center;
    background: transparent;
  }
  .banner_area {
    background: url(../images/slider/slider-2.png) no-repeat scroll center center;
        background-size: auto;
    min-height: 311px;
    position: relative;
    background-size: cover;
    z-index: 3;
  }
  .ad .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
  }
  
  .p-20{
  padding: 20px 0px;
  }
  .panel:last-child {
    border-bottom: none;
  }
  .ad .panel-group{
  margin: 0px !important;;
  }
  
  .panel-group > .panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
  }
  
  .panel-group .panel {
    border-radius: 0;
  }
  
  .panel-group .panel + .panel {
    margin-top: 0;
  }
  
  
  .panel-title a {
    display: block;
    padding: 16px;
    position: relative;
    font-size: 14px;
    /* font-weight: 700; */
  }
  .panel-heading a{font-size: 18px;padding: 10px 0px;}
  
  .panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
  }
  
  .panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    transition: border-radius 0.3s linear 0.2s;
  }
  
  .panel:last-child .panel-heading.active {
    border-radius: 0;
    transition: border-radius linear 0s;
  }
  /* #bs-collapse icon scale option */
  
  .panel-heading a:before {
    content: "\f106" !important;
    position: absolute;
    font-family:FontAwesome;
    right: 5px;
    top: 10px;
    font-size: 22px;
    transition: all 0.5s;
    transform: scale(1);
  }
  
  .panel-heading.active a:before {
    content: ' ';
    transition: all 0.5s;
    transform: scale(0);
  }
  .m-50{
    margin:100px 0px 50px 0px;
  }
  
  #bs-collapse .panel-heading a:after {
    content: ' ';
    font-size: 24px;
    position: absolute;
    font-family: FontAwesome;
    right: 5px;
    top: 10px;
    transform: scale(0);
    transition: all 0.5s;
  }
  
  #accordion .panel-heading.active a:after {
    content: "\f107" !important;
    transform: scale(1);
    transition: all 0.5s;
  }
  
  .panel-heading a.collapsed{
   content: "\f107" !important;
    transform: scale(1);
    transition: all 0.5s;
  }
  .panel-heading a{
    content: "\f107" !important;;
    transform: scale(1);
    transition: all 0.5s;
  
  }
  #accordion .panel-heading a.collapsed:before {
    content: "\f106";
    font-size: 22px;
    position: absolute;
    font-family:FontAwesome;
    right: 5px;
    top: 10px;
    transform: rotate(180deg);
    transition: all 0.5s;
  }
  
  #accordion .panel-heading.active a:before {
    transform: rotate(0deg);
    transition: all 0.5s;
  }
  .text-white{
  color: #fff !important;
  }
  
  #addfreind{
    display: none;;
  }









  .inputtext {
	outline: none !important;
	;
	/*! padding: 12px !important; */
	font-size: 15px !important;
	color: #212121 !important;
	width: 100% !important;
	letter-spacing: 1px !important;
	border: 1px solid #ece6e9;
	background: #f4f4f4;
	border-left: 3px solid #ece6e9 !important;	
	margin: 2px 0px;
	border-radius: 5px;
}
.btn-register{
  background: #d5d5d530;
  margin-right: 12px;
  border:1px solid transparent;
  border-radius: 5px !important;;
}
#signupform .form-group{
  margin: 0px !important;
}
.btn-register.active{
  background: #dddddddb;
  border-color: #dddddd9c;
}
.form-control {
	height: 40px !important;
}
.btn-checkbox input[type="radio"],.btn-checkbox input[type="checkbox"]{
    display: none;
}
.profile_list .form-control{
  height: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
  }
  #signupform .bootstrap-select > .dropdown-toggle{
    height: 40px;
    margin: 0px 0px 15px 0px;
  }
  #signupform .btn-group {
    display:     block;
  }
  .loader,
  .loader:after {
    border-radius:50%;
    width:10em;
    height:10em;
  }


  .loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
  }
  #loadingDiv {
    position: fixed;
    ;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1000;
  }
  @-webkit-keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
.metismenu{
  margin-left: 40px;
  list-style-type:disclosure-closed ;
}

.metismenu li a,.metismenu li{
  text-align: left;
  padding:5px 2px;
  color: #63666b;
}
.metismenu li a:hover{
  text-decoration: none;
}
.updateprofile_form .fieldlabels{
  font-weight: 500;
  margin-top:20px;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}
.gallery-image .panel-body{
  border:1px solid #ddd;
  text-align: center;
  width: 30%;
  padding: 30px 0px;  justify-content: center;
  text-align: center;
  margin: auto;
}
.gallery-image{
 
  
}
.mt-10{
  margin-top: 10px;
}

.gallery-image  .fa-plus{
  background: #000;
  border-radius: 100%;
  font-size: 20px;
  padding: 10px;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 17px;
  text-align: center;
  margin: auto;
  margin-top: 20px;
}

.welcome_title h1{
  font-size: 25px;
color: #2e3c43;
font-family: "Ubuntu", sans-serif;
font-weight: 500;
}


.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.quote-imgs-thumbs {
  /*! background: #eee; */
  /*! border: 1px solid #ccc; */
  border-radius: 0.25rem;
  margin: 1.5rem 0;
  padding: 0.75rem;
}
.quote-imgs-thumbs--hidden {
  display: none;
}
.img-preview-thumb {
  background: #fff;
  border: 1px solid #777;
  border-radius: 0.25rem;
  box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
  margin-right: 1rem;
  max-width: 140px;
  padding: 0.25rem;
}.fs-12 {
  font-size: 14px !important;
   color: #6d6e6f;
}
.pb-1, .py-1 {
  padding-bottom: .25rem !important;
}
.pt-1, .py-1 {
  padding-top: .25rem !important;
}
.fw-700{
  font-weight: 600 !important;
}
.fw-400{
  font-weight: 400px !important;
}.fs-10 {
  font-size:  14px !important;
}
.w-100{
  width: 100%;
}
.opacity-60 {
  opacity: 0.6 !important;
}
.matchblog h2{
  color: #6d6e6f;
  font-size: 20px;
  font-weight: bold;
}

#searchform .panel{
  border:1px solid #ddd;
  border-radius: 3px;
  padding: 20px;
}

#searchform .panel-heading{
 padding: 20px 0px 10px 0px; 
}

#searchform .dropdown-toggle{
  margin:5px 0px;
}

.avatar img{
  border-radius: 100%;
width: 60px;
  height: 60px;
}

.table-responsive .form-inline{
  display: block !important;
}
table caption {
	padding: .5em 0;
}

table.dataTable th,
table.dataTable td {
  white-space: nowrap;
}

.p {
  text-align: center;
  padding-top: 140px;
  font-size: 14px;
}


#toast {
  visibility: hidden;
  max-width: 50px;
  height: 50px;
  /*margin-left: -125px;*/
  margin: auto;
  background-color: #8bc53d;
  color: #fff;
  text-align: center;
  border-radius: 2px;

  position: fixed;
  z-index: 1;
  left: 0;right:0;
  bottom: 30px;
  font-size: 17px;
  white-space: nowrap;
}
#toast #img{
width: 50px;
height: 50px;  
  float: left;  
  padding-top: 16px;
  padding-bottom: 16px;  
  box-sizing: border-box;
  
  background-color:#8bc53d;
  color: #fff;
}
#toast #desc{
  color: #fff;
  padding: 16px;  
  overflow: hidden;
white-space: nowrap;
}
#dataTable_wrapper .form-control{
  margin-bottom: 10px !important;;
}

#toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes expand {
  from {min-width: 50px} 
  to {min-width: 350px}
}

@keyframes expand {
  from {min-width: 50px}
  to {min-width: 350px}
}
@-webkit-keyframes stay {
  from {min-width: 350px} 
  to {min-width: 350px}
}

@keyframes stay {
  from {min-width: 350px}
  to {min-width: 350px}
}
@-webkit-keyframes shrink {
  from {min-width: 350px;} 
  to {min-width: 50px;}
}

@keyframes shrink {
  from {min-width: 350px;} 
  to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 60px; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 60px; opacity: 0;}
}








/*ADMIN PROFILE VIEW*/


 /* The side navigation menu */
 .sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0px;
  background-color: #fff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 0px; /* Place content 60px from the top */
  margin-left: 100px;
  border: 1px solid #ddd;
}

/* The navigation menu links */
.sidenav a.closebtn {
  /*! padding: 15px; */
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  width: 40px;
  height: 40px;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  margin-left: 50px;
  z-index: 1000;
  background: #000;
  border-radius: 100%;
  text-align: center;
  font-weight: bold;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition:1s all ease-in-out;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} 



/**/
table caption {
	padding: .5em 0;
}

table.dataTable th,
table.dataTable td {
  white-space: nowrap;
}

.p {
  text-align: center;
  padding-top: 140px;
  font-size: 14px;
}

.responsive-table .form-inline{
  display: block !important;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
  float: right;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
  float: right;
}
.dataTables_length{
  float: left;;
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
  padding: 5px 10px !important;
  line-height: normal;
  vertical-align: middle;
}
.mt-100{
  margin-top: 100px;
}

#mySidenav .panel-heading{
  padding: 10px 0px 7px 0px;
  font-weight: bold;
  color:#000;
}



.ole,
.elo {
 
  padding: 4px 18px;
  display: inline-block;
  font-size: 1.2em;
  border-radius: 4px;
  border:0;
  cursor: pointer;
  color: #000;
  font-size: 13px;
  display: block;
}

.one {
  background: #79ab37d4;
}

.two {
  background: #ba3a3ac7;
  font-size: 12px;
}
.three{
  background: #9da7a9;
}

.ole:hover,
.elo:hover {
  background: #988e8e;
}
