html,
body {
  min-width: 290px;
  -ms-overflow-style: scrollbar;
}
body {
  background-color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #5f5f5f;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important;
}
h1,
.h1 {
  font-size: 34px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 22px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
}
::selection {
  background-color: rgba(46, 165, 204, 0.41);
}
::-moz-selection {
  background-color: rgba(46, 165, 204, 0.41);
}

/* Forms added by mdw */

.bg-gray {
  background-color: #e3e8ee;
}
.bg-gray,
.bg-gray a {
  color: #515151;
}

.submit-row {
  width: 100%;
  background: #f3f5f8;
  padding: 10px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
}


/* Card Control */
/*---------------------------------*/
.card-control {
  height: 100%;
  position: relative;
  float: right;
  padding: 0 15px;
}
.card-control:before {
  content: '';
  display: d-inline;
  height: 100%;
  left: -1em;
  position: relative;
}
.card-control > i,
.card-control > .badge,
.card-control > label {
  display: d-inline;
}


/* Card with tabs */
/*---------------------------------*/
.card-control .nav-tabs {
  display: inline-block;
  height: 40px;
  margin-top: 10px;
  vertical-align: bottom;
  border: 0;
}
.card-control .nav-tabs > li {
  margin-top: 1px;
  margin-right: 5px;
  height: 100%;
}
.card-control .nav-tabs > li > a {
  border-radius: 0;
  margin-right: 0;
  height: 100%;
  line-height: 40px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0 15px;
}
.card-control .nav-tabs > li:not(.active) {
  background-color: transparent;
  opacity: .6;
}
.card-control .nav-tabs > li:not(.active) a {
  color: inherit;
  border-bottom: 0 !important;
}
.card-control .nav-tabs > li:not(.active) a:hover {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: transparent;
}
.card-control .nav-tabs > .active > a {
  z-index: 1;
}

/* Card with progress bar */
/*---------------------------------*/
.card-control .progress {
  min-width: 150px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
/* Card with switch */
/*---------------------------------*/
.card-control .switchery {
  margin-left: 15px;
  vertical-align: middle;
}
/* Card with pager */
/*---------------------------------*/
.card-control .pager {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
}
/* Card with pagination */
/*---------------------------------*/
.card-control .pagination {
  margin: 0;
  border-radius: 0;
  vertical-align: middle;
}
.card-control .pagination > li > a,
.card-control .pagination > li > span {
  padding: 0 10px;
  border: 0 0 0 0;
  border-color: rgba(0, 0, 0, 0.09);
  box-shadow: none;
  height: 100%;
  line-height: 30px;
}
.card-control .pagination > li:not(.active):not(.disabled) > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.09);
}
.card-control .pagination > .disabled > a,
.card-control .pagination > .disabled > a:hover,
.card-control .pagination > .disabled > a:active {
  border-color: rgba(0, 0, 0, 0.09);
}
.card-control .pagination > li:not(.active) > a,
.pagination > li > a {
  background-color: transparent;
  color: inherit;
}
.card-control .pagination > li > a:hover,
.pagination > li > a:focus {
  box-shadow: none;
}
/* Card with pagination */
/*---------------------------------*/
.card-control .btn,
.card-control .dropdown-toggle.btn {
  border: 0;
}
.card-control .open > .btn,
.card-control .btn.active,
.card-control .btn:active {
  box-shadow: none !important;
}
.card-control .btn-default {
  background-color: transparent;
  color: inherit;
}
.card-control > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.card-control > .btn:last-child,
.card-control > .btn-group:last-child > .btn:first-child {
  border-bottom-right-radius: 0;
}

/* PANELS */
/*======================================*/
.card {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.075);
  border-radius: 0;
  border: 0;
  margin-bottom: 24px;
}
.card hr {
  border-color: rgba(0, 0, 0, 0.1);
}
.card .card-bg-cover {
  max-height: 180px;
  overflow: hidden;
}
.card .card-bg-cover img {
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
}
.card.remove {
  opacity: 0;
  -webkit-transition: opacity, 0.5s;
  transition: opacity, 0.5s;
}
.card .alert {
  border-radius: 0;
}
.card.card-bg-img {
  position: relative;
}
.card .card-bg-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.card .card-bg-wrap > img {
  position: absolute;
  top: 0;
  left: 0;
}
.card .card-bg-wrap + .card-body {
  position: relative;
}
.card-media {
  box-shadow: 0 -50px 20px -10px rgba(0, 0, 0, 0.2);
  padding: 10px 15px 15px 140px;
  position: relative;
}
.card-media-img {
  position: absolute;
  width: 96px;
  height: 96px;
  left: 20px;
  top: -48px;
}
.card-media-heading {
  color: #fff;
  position: absolute;
  top: -2.7em;
}
.card .card-header ,
.card > :first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.card .card-footer,
.card > :last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.card-body-full {
  margin-left: -20px;
  margin-right: -20px;
}
.card-body {
  padding: 25px 20px;
}
.card-body .row,
.card-body .form-horizontal .form-group {
  margin-left: -8px;
  margin-right: -8px;
}
.card-trans {
  border-color: transparent;
  box-shadow: none;
}
.card-header {
  position: relative;
  height: 50px;
  padding: 0;
  background-color: #dddddd;
}
.card-title {
  font-weight: bold;
  padding: 0 20px 0 20px;
  font-size: 1.416em;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-default.card-colorful {
  background-color: #e0e5ec;
  color: #515151;
}
.card-default .card-header {
  background-color: #e0e5ec;
  border-color: #f0f2f6;
}
.card-footer {
  background-color: #f4f5f7;
  color: #5f5f5f;
  border-color: #eef0f2;
  position: relative;
}

.withimg {
  width: 100%;
  overflow:hidden;
  padding: 0px;
  margin: 0px;
}

#discover {
  position: relative;  
}

#bttnimg {
  position: 'absolute',
  right: 5,
  top: 5,
  max-width: 750px;
}

.image_container {
  position: relative;
  text-align: center;
  color: white;
  width: 30%;
  border: 1;
}

/* Bottom left text */
.bottom-left {
  position: relative;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 0%;
  left: 5%;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 0%;
  right: 0%;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.magazine-news-img {
	overflow: hidden;
	max-height: 200px;
	position: relative;
}

.magazine-page span.magazine-badge {
	top: 0;
	left: 0;
	color: #fff;
	font-size: 14px;
	padding: 2px 8px;
	position: absolute;
	font-style: inherit;
}

/* Top right text */
.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 8px;
}

.magazine-page span.magazine-badge-default {
	background: #7f8c8d;
}
.magazine-page span.magazine-badge-red {
	background: #e74c3c;
}
.magazine-page span.magazine-badge-green {
	background: #2ecc71;
}
.magazine-page span.magazine-badge-blue {
	background: #3498db;
}

.label-red {
	background: #e74c3c;
}

.profile-head {
    transform: translateY(3rem)
}

.cover {
    background-image: url(../images/banner-image-3.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

body {
    background: #654ea3;
    background: linear-gradient(to right, #ffffff, #ffffff);
    min-height: 100vh;
    overflow-x:hidden;
}

.head-white {
  color: #ffffff;
  padding: 10px 30px;
}


/*Profile
------------------------------------*/
.profile .list-group i {
	min-width: 20px;
	margin-right: 5px;
	text-align: center;
}

.profile .heading-sm-v2 {
	font-size: 16px;
}

.profile .profile-body {
	padding: 20px;
	background: #f7f7f7;
}

/*Scrollbar*/
.mCustomScrollbar {
	height: 320px; 
}

/*Panel Title Box*/
.profile .panel-profile {
	border: none;
	margin-bottom: 0;
	box-shadow: none;
}
.profile .panel-profile.no-bg {
	background: inherit;
}

.profile .panel-heading {
	color: #585f69;
	background: #fff;
	padding: 7px 15px;
	border-bottom: solid 3px #f7f7f7;
}

.profile .panel-heading-v2.overflow-h i.pull-right,
.profile .panel-heading.overflow-h i.pull-right {
	top: 7px;
	position: relative;
}

.profile .panel-heading-v2.overflow-h i.pull-right,
.profile .panel-heading.overflow-h a i {
	color: #777;
}

.profile .panel-heading-v2.overflow-h i.pull-right,
.profile .panel-heading.overflow-h a:hover i {
	color: #555;
}

.profile .panel-title {
	font-size: 16px;
}

/*Profile Blog
------------------------------------*/
.profile .blog-border {
	border: 1px solid #f0f0f0;
}

.profile .profile-blog {
	padding: 20px;
	background: #fff;
}

.profile .profile-blog img {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 20px;
}

.profile .profile-blog hr {
	margin: 12px 0 10px;
}

.profile .name-location {
	overflow: hidden;
}

.profile .name-location strong {
	color: #555;
	display: block;
	font-size: 16px;
}

.profile .name-location span a {
	color: #555;
}

.profile .name-location span a:hover {
	color: #72c02c;
}

.profile .name-location span i {
	color: #72c02c;
	font-size: 18px;
	margin-right: 5px;
}

.profile-img {
	width: 150px;
	margin-right: 5px;
}


