.navbar {
	background-color: #fff;
	border-bottom: 1px solid #f9f9f9;
}
body:not(.layout-4) .navbar .nav-item .nav-link,
body:not(.layout-4) .navbar .nav-link,
body:not(.layout-4) .navbar .navbar-brand,
body:not(.layout-4) .navbar .nav-link.nav-link-user {
	color: #000;
}
.navbar .navbar-brand {
	margin-right: 0 !important;
}

.no-login .main-content {
	padding-top: 100px;
}
.no-login .navbar {
	box-shadow: 0 4px 8px rgba(0,0,0,.03);
}

.navbar.navbar-secondary .navbar-nav > .nav-item > .nav-link {
	margin-left: 25px;
	margin-right: 25px;
}

.hero {
	padding: 0;
	display: inline-block;
	width: 100%;
	height: 350px;
	position: relative;
}

.hero.hero-sm {
	height: 300px;
}

.mt-4, .my-4 {
    margin-top: -4.5rem!important;
}

.btn-success, .btn-success.disabled {
    /* box-shadow: 0 2px 6px #a8f5b4; */
    background-color: #32b752;
    border-color: #349444;
    color: #fff;
}

.hero.hero-sm .hero-text {
	text-align: center;
	padding: 130px 0 0 0;
}
.hero.hero-sm + section {
	margin-top: -50px;
	z-index: 1;
}

.hero + section {
	margin-top: -140px;
}

.hero .hero-text {
	color: #fff;
	padding: 160px 220px 120px 220px;
	margin-top: -6.5rem!important;
}

.hero .hero-text h1 {
	font-size: 34px;
	margin-bottom: 14px;
}
.hero .hero-text .lead {
	font-size: 18px;
	font-weight: 400;
	opacity: .8;
	visibility: hidden;
}

.hero .btn.btn-cta {
    background-color: #064e46;
    color: #ffffff;
    padding: 10px 23px;
    border: 2px solid #fff;
}

.hero .btn.btn-cta:hover {
	background-color: transparent;
	border-color: #fff !important;
	color: #fff;
}

.hero .container {
	position: relative;
	z-index: 2;
}

body.layout-4 .navbar {
	left: 0;
	right: 0;
	box-shadow: none;
}
body.layout-4 .navbar .navbar-brand-outer {
	padding-right: 0;
}
body.layout-4 .navbar.transparent {
	background-color: transparent !important;
	border-bottom: none;
}
body.layout-4 .navbar.transparent .nav-item .nav-link {
	color: #fff;
}
body.layout-4 .navbar.transparent .btn {
	background-color: transparent;
	color: #fff;
	box-shadow: none;
	border: 2px solid #fff;
}
body.layout-4 .navbar.transparent .navbar-text {
	color: #fff !important;
}

#particles-js{ 
	position:absolute;
	width: 100%;
	height: 100%;
	background-color: #005e54;
}

.card-post .card-body p {
	font-size: 16px;
	line-height: 38px;
	letter-spacing: .2px;
}
.card-post .card-body {
	padding: 40px;
}

body.layout-3.no-login .main-content {
	padding-top: 100px;
}

@media (max-width: 1024px) {
	.navbar {
		background-color: #fff;
		left: 0;
		box-shadow: 0 4px 8px rgba(0,0,0,.03);
	}
	.main-content {
		padding-top: 100px;
	}
	body.layout-4 .navbar.transparent .nav-item .nav-link:not(.navbar-brand) {
		color: #000;
	}
}

@media (max-width: 768px) {
	.hero .hero-text {
		padding-left: 20px;
		padding-right: 20px;
	}
	.nav-collapse {
		width: auto !important;
		margin-right: auto;
	}
	.navbar .nav:last-child {
		width: auto !important;
	}
	.navbar-brand-outer {
		margin-right: auto;
		padding-right: 30px;
	}
}
.text-65 {
  font-size: 24px;
  line-height: 65px;
}

.gradient-bottom:after {
  bottom: 0;
  height: 60px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2), rgba(255, 255, 255, .5), rgba(255, 255, 255, 1));
}

.modal-icon {
  margin-right: 10px;
  font-size: 18px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
}

.phone {
  box-shadow: 0 0 15px rgba(0,0,0,.07);
  border-radius: 40px 40px 30px 30px;
	background-image: url('../img/phone-01.png');
	background-size: cover;
	height: 630px;
	width: 300px;
	padding: 65px 9px 114px 9px;
	margin: 0 auto;
}

.chat {
  height: 100%;
  font-family: 'Segoe UI';
  position: relative;
}

.chat-container {
  height: 100%;
}

/* User Bar */
.user-bar {
  height: 55px;
  background: #005e54;
  color: #fff;
  padding: 0 8px;
  font-size: 24px;
  position: relative;
  z-index: 1;
}

.user-bar:after {
  content: "";
  display: table;
  clear: both;
}

.user-bar div {
  float: left;
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}

.user-bar .actions {
  float: right;
  margin: 0 0 0 20px;
  background-image: url('../img/icons.png');
  width: 90px;
  height: 55px;
}

.user-bar .avatar {
  margin: 0 0 0 5px;
  width: 36px;
  height: 36px;
  display: inline-block;
}

.user-bar .avatar img {
  border-radius: 50%;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: top;
}

.user-bar .name {
  font-size: 17px;
  font-weight: 600;
  text-overflow: ellipsis;
  letter-spacing: 0.3px;
  margin: 0 0 0 8px;
  overflow: hidden;
  white-space: nowrap;
  width: 90px;
}

.user-bar .status {
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}

/* Conversation */
.conversation {
  height: calc(100% - 12px);
  position: relative;
  background: #efe7dd url("../img/whatsapp.jpg") repeat;
  z-index: 0;
}

.conversation ::-webkit-scrollbar {
  transition: all .5s;
  width: 5px;
  height: 1px;
  z-index: 10;
}

.conversation ::-webkit-scrollbar-track {
  background: transparent;
}

.conversation ::-webkit-scrollbar-thumb {
  background: #b3ada7;
}

.conversation .conversation-container {
  height: calc(100% - 68px);
  box-shadow: inset 0 10px 10px -10px #000000;
  overflow-x: hidden;
  padding: 0 16px;
  margin-bottom: 5px;
}

.conversation .conversation-container:after {
  content: "";
  display: table;
  clear: both;
}

/* Messages */

.message code {
  color: #262626;
  font-family: 'Monospace', 'Courier New';
}

.message {
  color: #262626;
  clear: both;
  line-height: 20px;
  font-size: 14px;
  padding: 6px 7px 8px 9px;
  position: relative;
  margin: 8px 0;
  max-width: 85%;
  word-wrap: break-word;
  z-index: -1;
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
}

.message:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.metadata {
  display: inline-block;
  float: right;
  padding: 0 0 0 7px;
  position: relative;
  bottom: -4px;
}

.metadata .time {
  color: rgba(0, 0, 0, .45);
  font-size: 11px;
  display: inline-block;
}

.metadata .tick {
  display: inline-block;
  margin-left: 2px;
  position: relative;
  top: 4px;
  height: 16px;
  width: 16px;
}

.metadata .tick svg {
  position: absolute;
  transition: .5s ease-in-out;
}

.metadata .tick svg:first-child {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(800px) rotateY(180deg);
          transform: perspective(800px) rotateY(180deg);
}

.metadata .tick svg:last-child {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(800px) rotateY(0deg);
          transform: perspective(800px) rotateY(0deg);
}

.metadata .tick-animation svg:first-child {
  -webkit-transform: perspective(800px) rotateY(0);
          transform: perspective(800px) rotateY(0);
}

.metadata .tick-animation svg:last-child {
  -webkit-transform: perspective(800px) rotateY(-179.9deg);
          transform: perspective(800px) rotateY(-179.9deg);
}

.message:first-child {
  margin: 16px 0 8px;
}

.message.received {
  background: #fff;
  border-radius: 0px 5px 5px 5px;
  float: left;
}

.message.received .metadata {
  padding: 0 0 0 16px;
}

.message.received:after {
  border-width: 0px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
  top: 0;
  left: -10px;
}

.message a {
	color: #0000ff;
	text-decoration: underline;
}

.message.sent {
  background: #e1ffc7;
  border-radius: 5px 0px 5px 5px;
  float: right;
}

.message.sent:after {
  border-width: 0px 0 10px 10px;
  border-color: transparent transparent transparent #e1ffc7;
  top: 0;
  right: -10px;
}

.toolbar {
	width: 100%;
	height: 40px;
	background-color: #fdfdff;
	border: 1px solid #e4e6fc;
	border-radius: 3px;
	margin-bottom: 5px;
}

.toolbar .item {
	float: left;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	font-weight: 600;
	cursor: pointer;
	transition: all .5s;
	text-align: center;
}

.toolbar .item.disabled {
	pointer-events: none;
}

.toolbar .item:first-child {
	border-radius: 3px 0 0 0;
}

.toolbar .item:hover {
	background-color: #6777ef;
	color: #fff;
}

.chat-change {
  position: absolute;
  bottom: -35px;
  left: 10px;
  right: 10px;
  z-index: 1;
}
.chat-change .btn {
  margin: 5px;
  flex: 1;
}


.nav-pills .nav-item .nav-link {
	font-size: 13px;
	color: #000;
}
.nav-pills .nav-item .nav-link i {
  width: 15px;
  text-align: right;
  margin-right: 15px !important;
  font-size: 14px !important;
}

