@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@400;500;600;700&family=Roboto:wght@400;500&display=swap');



html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #53504b;
}

a {
  display: inline-block;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0 0 1.3em;
}

p {
  margin-bottom: 15px;
  line-height: 1.8em;
}
p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

img {
  max-width: 100%;
  height: auto;
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input:focus,
textarea:focus {
  outline: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: none;
  cursor: pointer;
}

input:not([type=checkbox]), textarea {
  padding: 12px 25px;
  width: 100%;
}

span {
  display: inline-block;
}

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
}

blockquote {
  background-color: #fbf3e6;
  padding: 20px;
  color: #53504b;
  border-radius: 3px;
  font-weight: 500;
  font-style: italic;
  position: relative;
}
blockquote .quote-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 120px;
  opacity: .1;
}

/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 100px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 100px;
  }
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-100 {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-100 {
    padding: 80px 0;
  }
}

.ptb-120 {
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 100px 0;
  }
}

.ptb-150 {
  padding: 150px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 0;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mt-10-none {
  margin-top: -10px;
}

.mt-20-none {
  margin-top: -20px;
}

.mt-30-none {
  margin-top: -30px;
}

.mt-40-none {
  margin-top: -40px;
}

.mt-50-none {
  margin-top: -50px;
}

.mt-60-none {
  margin-top: -60px;
}

.mt-80-none {
  margin-top: -80px;
}

.mt-100-none {
  margin-top: -100px;
}

.mt-120-none {
  margin-top: -120px;
}

.mt-150-none {
  margin-top: -150px;
}

.mb-10-none {
  margin-bottom: -10px;
}

.mb-20-none {
  margin-bottom: -20px;
}

.mb-30-none {
  margin-bottom: -30px;
}

.mb-40-none {
  margin-bottom: -40px;
}

.mb-50-none {
  margin-bottom: -50px;
}

.mb-60-none {
  margin-bottom: -60px;
}

.mb-80-none {
  margin-bottom: -80px;
}
@media only screen and (max-width: 575px) {
  .mb-80-none {
    margin-bottom: -40px;
  }
}

.mb-100-none {
  margin-bottom: -100px;
}

.mb-120-none {
  margin-bottom: -120px;
}

.mb-150-none {
  margin-bottom: -150px;
}

/*-------------------------------------------------
    [ ## color ]
*/
.bg--primary {
  background-color: #7367f0 !important;
}

.bg--secondary {
  background-color: #868e96;
}

.bg--success {
  background-color: #28c76f;
}

.bg--danger {
  background-color: #ea5455;
}

.bg--warning {
  background-color: #ff9f43;
}

.bg--info {
  background-color: #1e9ff2;
}

.bg--dark {
  background-color: #10163A;
}

.bg--base {
  background-color: #f5c784 !important;
}

.text--primary {
  color: #7367f0;
}

.text--secondary {
  color: #868e96;
}

.text--success {
  color: #28c76f;
}

.text--danger {
  color: #ea5455;
}

.text--warning {
  color: #ff9f43;
}

.text--info {
  color: #1e9ff2;
}

.text--dark {
  color: #10163A;
}

.text--base {
  color: #f5c784 !important;
}

.border--primary {
  border: #7367f0;
}

.border--secondary {
  border: 1px solid #868e96;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.border--base {
  border: 1px solid #e5e5e5 !important;
}

.section--bg {
  background-color: #f7f7f7;
}

.bg--gray {
  background-color: #fbf3e6;
}

.border--rounded {
  border-radius: 3px !important;
}

.border--capsule {
  border-radius: 100px;
}

.box-shadow {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  background-color: #eaf7e4;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #eaf7e4;
}

*::-webkit-scrollbar-button {
  background-color: #f5c784;
}

*::-webkit-scrollbar-thumb {
  background-color: #f5c784;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  padding: 10px 6px;
  background: linear-gradient(90deg, #dbac66 0%, #f9cb88 100%);
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 25px;
  z-index: 99;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}
.scrollToTop i {
  -webkit-animation: scroll-down 1s infinite;
  -moz-animation: scroll-down 1s infinite;
  -o-animation: scroll-down 1s infinite;
  animation: scroll-down 1s infinite;
  font-size: 15px;
  margin-bottom: 10px;
}
.scrollToTop span {
  display: block;
}

.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
}

.scrollToTop:hover, .scrollToTop:focus {
  color: #fff;
}

/*-------------------------------------------------
    [ ## Table ]
*/
.table-area {
  margin-top: -15px;
}

.custom-table {
  width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .custom-table thead {
    display: none;
  }
}
.custom-table thead tr {
  background: linear-gradient(90deg, #dbac66 0%, #f9cb88 100%);
}
.custom-table thead tr th {
  border: none;
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-family: 'Encode Sans', sans-serif;
  font-size: 14px;
  padding: 10px 30px;
}
.custom-table thead tr th:first-child {
  text-align: left;
}
.custom-table thead tr th:last-child {
  text-align: right;
}
.custom-table tbody tr {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.custom-table tbody tr:last-child {
  border-bottom: none;
}
.custom-table tbody tr td {
  border: none;
  font-weight: 600;
  text-align: center;
  color: #53504b;
  font-family: 'Encode Sans', sans-serif;;
  font-size: 14px;
  padding: 10px 30px;
}
.custom-table tbody tr td:first-child {
  text-align: left;
}
.custom-table tbody tr td:last-child {
  text-align: right;
}
.custom-table tbody tr td .author-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.custom-table tbody tr td .author-info .thumb {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}
.custom-table tbody tr td .author-info .thumb img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.custom-table tbody tr td .author-info .content {
  padding-left: 15px;
  width: calc(100% - 45px);
}
.custom-table tbody tr td .btn {
  border-radius: 3px;
  font-size: 12px;
  height: 40px;

}
@media only screen and (max-width: 1199px) {
  .custom-table tbody tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    border-bottom: 1px solid #e5e5e5;
  }
  .custom-table tbody tr td:last-child {
    border: none;
  }
  .custom-table tbody tr td::before {
    content: attr(data-label);
    margin-right: auto;
    color: #363636;
    width: 50%;
    text-align: left;
  }
  .custom-table tbody tr:nth-child(even) {
    background-color: #f7f7f7;   
  }
}

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
  display: none;
}

.swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 3px;
  width: 25px;
  border-radius: 0;
  background-color: #53504b;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f5c784;
}

.slider-next, .slider-prev {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #928e87;
  border-radius: 50%;
  color: #53504b;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-100%);
  cursor: pointer;
  margin-top: 60px;
  transition: all 0.3s;
}
.slider-next:hover, .slider-prev:hover {
  background-color: #f5c784;
  color: #fff;
}

.slider-next {
  margin-left: 10px;
}

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  float: right;
}
.pagination .page-item {
  text-align: center;
  padding: 3px;
}
.pagination .page-item a, .pagination .page-item span {
  width: 34px;
  height: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #928e87;
  color: #53504b;
  padding: 0;
  font-weight: 700;
  line-height: 30px;
  display: block;
  margin: 0;
}
.pagination .page-item.disabled span {
  background: transparent;
  border: 1px solid #928e87;
  color: #53504b;
}
.pagination .page-item .page-link {
  transition: all 0.3s;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background-color: #f5c784;
  border-color: transparent;
  color: #fff;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
  margin: 0;
  border: 0;
  margin-bottom: 50px;
  justify-content: center;
}
.nav-tabs .nav-link {
  padding: 8px 20px;
  border: none;
  font-weight: 700;
  font-size: 12px;
  background-color: #fbf3e6;
  border-radius: 3px;
  font-family: 'Encode Sans', sans-serif;;
  transition: all 0.3s;
}
.nav-tabs .nav-link:hover {
  background-color: #f5c784;
  color: #fff;
}
.nav-tabs .nav-link.active {
  background-color: #f5c784;
  color: #fff;
}
.nav-tabs .nav-link:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .nav-tabs .nav-link:not(:last-child) {
    margin-right: 5px;
  }
}

/*-------------------------------------------------
    [ ## card ]
*/
.custom--card {
  border: none;
  background: #fff;
  box-shadow: 0 0 10px #00000017;
}
.custom--card .card-header {
  background: linear-gradient(90deg, #dbac66 0%, #f9cb88 100%);
  padding: .7rem 1.6rem;
  border: none;
}
.custom--card .card-header .card-title {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 700;
}
.custom--card .card-header .card-title i {
  margin-right: 5px;
}
.custom--card .card-header .card-btn a {
  font-size: 12px;
  padding: 5px 15px;
  font-weight: 600;
}
.custom--card .card-header .card-btn a i {
  margin-right: 5px;
}
.custom--card .card-body {
  padding: 20px 30px;
}
@media only screen and (max-width: 991px) {
  .custom--card .card-body {
    padding: 20px;
  }
}
.custom--card .card-body .card-form-wrapper label {
  font-size: 14px;
}
.custom--card .card-body .card-form-wrapper input {
  border: 1px solid #f5c784;
  padding: 10px 20px;
  height: 45px;
  font-size: 13px;
  color: #53504b;
  background-color: rgba(245, 199, 132, 0.2);
}
.custom--card .card-body .card-form-wrapper input::placeholder {
  color: #53504b;
}
.custom--card .card-body .card-form-wrapper textarea {
  height: auto;
  min-height: 120px;
  color: #53504b;
}
.custom--card .card-body .card-form-wrapper .submit-btn {
  margin-top: 10px;
  padding: 12px 30px;
}

.modal-content {
  border: 2px solid #f5c784;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.5em;
  color: #53504b;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-family: 'Encode Sans', sans-serif;;
}

h1 {
  font-size: 50px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.section-header {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .section-header {
    margin-bottom: 50px;
  }
}
.section-header.left {
  margin-bottom: 40px;
}
.section-header.left .horizontal-gradient {
  margin: 15px 0;
}
.section-header .section-title {
  margin-bottom: 0;
  position: relative;
}
.section-header .horizontal-gradient {
  background: linear-gradient(90deg, #dbac66 0%, #f9cb88 100%);
  height: 4px;
  border-radius: 4px;
  display: block;
  width: 55px;
  margin: 10px auto;
}
input[type="submit"]:hover {
  color: #fff;
}

button, input[type="button"], input[type="reset"], input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 0px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.btn-rounded {
  border-radius: 3px;
}

.btn-capsule {
  border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
  background-color: #7367f0;
}

.btn--secondary {
  background-color: #868e96;
}

.btn--success {
  background-color: #28c76f;
}

.btn--danger {
  background-color: #ea5455;
}

.btn--warning {
  background-color: #ff9f43;
}

.btn--info {
  background-color: #1e9ff2;
}

.btn--dark {
  background-color: #10163A;
}

.badge--primary {
  background-color: #7367f0;
}

.badge--secondary {
  background-color: #868e96;
}

.badge--success {
  background-color: #28c76f;
}

.badge--danger {
  background-color: #ea5455;
}

.badge--warning {
  background-color: #ff9f43;
}

.badge--info {
  background-color: #1e9ff2;
}

.badge--dark {
  background-color: #10163A;
}

.border--primary {
  border: 1px solid #7367f0;
}

.border--secondary {
  border: 1px solid #868e96;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.badge {
  font-weight: 700;
  border-radius: 999px;
  padding: 5px 10px 3px 10px;
}

.btn--base {
  position: relative;
  background: #f9cb88;
  border: 1px solid transparent;
  color: #fff;
  padding: 12px 30px;
  border-radius: 5px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn--base.active {
  background: transparent;
  position: relative;
  border: 1px solid #fff;
}
.btn--base.active:focus, .btn--base.active:hover {
  background: transparent;
  color: #fff;
}
.btn--base:focus, .btn--base:hover {
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .btn--base {
    padding: 6px 20px;
    font-size: 14px;
  }
}

.custom-btn {
  color: #f5c784 !important;
  font-family: 'Encode Sans', sans-serif;;
  font-weight: 700;
  font-size: 12px;
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  outline: none;
}

input:not([type=checkbox]), textarea {
  padding: 12px 20px;
}
input::placeholder, textarea::placeholder {
  color: #53504b;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 120px;
}

input,
select,
textarea {
  border: 1px solid #928e87;
  vertical-align: baseline;
  font-size: 100%;
  color: #53504b;
}

label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

/*-------------------------------------------------
    [ ## Forms ]
*/
select {
  outline: none;
  cursor: pointer;
}

option {
  color: #53504b;
}

.input-group {
  margin-bottom: 15px;
}
.input-group input {
  border-radius: 5px 0 0 5px;
  height: 45px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: rgba(245, 199, 132, 0.2);
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group-append input {
  border-radius: 5px 0 0 5px;
  border: 1px solid #f5c784;
  background-color: rgba(245, 199, 132, 0.2);
}

.input-group-text {
  border: none;
  font-size: 14px;
  background: linear-gradient(90deg, #dbac66 0%, #f9cb88 100%);
  color: #fff;
  height: 45px;
  font-weight: 500;
}

.custom-check-group {
  display: block;
  margin-bottom: 12px;
}
.custom-check-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custom-check-group input:checked + label::before {
  background-color: #f5c784;
}
.custom-check-group input:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 7px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-check-group label {
  position: relative;
  cursor: pointer;
}
.custom-check-group label::before {
  content: '';
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #f5c784;
  border-radius: 3px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  top: -2px;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  border: 1px solid #928e87;
  font-size: 14px;
  height: 50px;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #928e87;
}

.form--control {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  height: 45px;
  color: #53504b;
  border-radius: 5px;
  font-size: 15px;
  font-family: 'Encode Sans', sans-serif;;
  font-weight: 500;
  padding: 10px 15px;
  width: 100%;
}
.form--control:focus {
  background-color: transparent;
  border: 1px solid #928e87;
  box-shadow: none;
  color: #53504b;
}
.form--control::placeholder {
  color: #53504b;
}

.form--control.form-control[type="file"] {
  line-height: 42px;
  padding: 0 12px;
}
.radio-item {
  border: 1px solid #928e87;
  border-radius: 3px;
  padding: 15px 20px;
}

.radio-item [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.radio-item [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-item [type="radio"]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #53504b;
  margin: 0;
}

.radio-item [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #53504b;
  margin: 0;
}

.radio-item [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #928e87;
  border-radius: 100%;
  background: #fff;
}

.radio-item [type="radio"]:checked + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #f5c784;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-item [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #928e87;
  border-radius: 100%;
  background: #fff;
}

.radio-item [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #f5c784;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-item [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.select2-container {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

.selection {
  width: 100%;
}

.select2-selection--single {
  width: 100%;
  height: 45px !important;
  outline: none;
  background: transparent !important;
  font-size: 15px;
  box-shadow: none;
  padding: 10px 10px;
  border-radius: 5px;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #928e87 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-selection--single span {
  margin: 0;
  width: 100%;
  color: #53504b;
  line-height: initial;
  font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 22px;
  right: 7px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #53504b transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #53504b transparent;
}

.submit-btn {
  padding: 12px 20px;
  color: #fff;
  background: linear-gradient(90deg, #dbac66 0%, #f9cb88 100%);
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  font-family: 'Encode Sans', sans-serif;;
}
@media only screen and (max-width: 991px) {
  .submit-btn {
    padding: 10px 20px;
  }
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-base {
  position: relative;
}

.bg-overlay-base:after {
  content: "";
  position: absolute;
  background-color: #fdf7ed;
  opacity: .5;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg-overlay-base > div {
  position: relative;
  z-index: 2;
}

@keyframes scroll-down {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}
@keyframes building-move {
  0% {
    transform: translateY(740px);
  }

  100% {
    transform: none;
  }
}
@keyframes big-ben-move {
  0% {
    transform: translateY(740px);
  }

  20% {
    transform: translateY(740px);
  }

  100% {
    transform: none;
  }
}
@keyframes train-move {
  0% {
    transform: translateX(1200px);
  }

  100% {
    transform: translateX(-5000px);
  }
}
@keyframes horizontal-move {
  0% {
    transform: rotateZ(5deg);
  }

  50% {
    transform: rotateZ(-5deg);
  }

  100% {
    transform: rotateZ(5deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@keyframes shakes {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(40px);
  }

  100% {
    transform: translateX(0px);
  }
}
@keyframes up_down {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  background-color: #fff;
}

.preloader.loaded {
  opacity: 0;
  visibility: hidden;
}

.preloader.loaded .triangle,
.preloader.loaded .pen {
  animation: none;
}

.preloader-body {
  text-align: center;
}

.preloader-body p {
  position: relative;
  right: -8px;
}

.wrapper-triangle {
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  width: 304px;
  height: 250px;
  transform: translate(-50%, -50%);
}

.line-triangle {
  position: absolute;
  width: 250px;
  height: 54px;
  border: 1px solid transparent;
  transform-origin: 0 100%;
}

.line-triangle:nth-last-of-type(1) {
  left: 313px;
  bottom: -21px;
  transform: rotate(-120deg);
  transform-origin: 0 100%;
}

.line-triangle:nth-last-of-type(2) {
  left: 156px;
  top: -54px;
  transform: rotate(120deg);
  transform-origin: 0 100%;
}

.line-triangle:nth-last-of-type(3) {
  top: 217px;
  left: 0;
}

.triangle:nth-of-type(1) {
  animation: tri1 1.5s linear infinite;
}

@keyframes tri1 {
  0% {
    opacity: 0;
  }

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.triangle:nth-of-type(2) {
  animation: tri2 1.5s linear infinite;
}

@keyframes tri2 {
  0% {
    opacity: 0;
  }

  14.28571% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.triangle:nth-of-type(3) {
  animation: tri3 1.5s linear infinite;
}

@keyframes tri3 {
  0% {
    opacity: 0;
  }

  28.57143% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.triangle:nth-of-type(4) {
  animation: tri4 1.5s linear infinite;
}

@keyframes tri4 {
  0% {
    opacity: 0;
  }

  42.85714% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.triangle:nth-of-type(5) {
  animation: tri5 1.5s linear infinite;
}

@keyframes tri5 {
  0% {
    opacity: 0;
  }

  57.14286% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.triangle:nth-of-type(6) {
  animation: tri6 1.5s linear infinite;
}

@keyframes tri6 {
  0% {
    opacity: 0;
  }

  71.42857% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.triangle:nth-of-type(7) {
  animation: tri7 1.5s linear infinite;
}

@keyframes tri7 {
  0% {
    opacity: 0;
  }

  85.71429% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.triangle {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border: 31px solid transparent;
  border-bottom: 54px solid #f5c784;
  animation: tri 1.5s linear infinite;
}

.triangle:nth-of-type(1) {
  left: 0px;
}

.triangle:nth-of-type(2) {
  left: 31px;
}

.triangle:nth-of-type(3) {
  left: 63px;
}

.triangle:nth-of-type(4) {
  left: 94px;
}

.triangle:nth-of-type(5) {
  left: 125px;
}

.triangle:nth-of-type(6) {
  left: 156px;
}

.triangle:nth-of-type(7) {
  left: 188px;
}

.triangle:nth-child(even) {
  transform: rotate(180deg);
  top: 0;
}

.triangle:nth-child(1) {
  animation: none;
}

.line:nth-child(2) .triangle:nth-child(1):before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -22px;
  bottom: -77px;
  background: transparent;
  border: 13px solid transparent;
  border-bottom: 21px solid #F1ECDB;
  animation: tri 1.5s linear infinite;
}

.pen {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 312.5px;
  transform-origin: 50% 0;
  animation: move 1.5s cubic-bezier(0, 0, 0.5, 0.85) infinite;
}

@keyframes tri {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes move {
  0% {
    transform: scale(2.45);
  }

  100% {
    transform: scale(0.5);
  }
}
.row > * {
  position: relative;
}

@media (min-width: 1480px) {
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 575px) {
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media only screen and (max-width: 575px) and (max-width: 400px) {
  .col-xs-6 {
    width: 100%;
  }
}

::selection {
  background-color: #000;
  color: #fff;
}

.list-group .list-group-item {
  padding: 12px 0;
  border: none;
  border-bottom: 1px dashed #e5e5e5;
}
.list-group .list-group-item:last-child {
  border-bottom: none !important;
}

/*-------------------------------------------------
    [ ## Header ]
*/
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .header-section {
    background-color: linear-gradient(90deg, #dbac66 0%, #f9cb88 100%);
  }
  .header-section .header-top-area .container {
    max-width: 100%;
  }
}

.header {
  background-color: transparent;
  width: 100%;
  z-index: 99;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
.header.active {
  transform: translateY(0%);
  position: fixed;
  top: 0;
  left: 0;
  animation-name: fadeInDown;
  animation-duration: 1s;
  transition: all 1s;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
.header-section.header-fixed .header-top-area {
  display: none !important;
}
.header-section.header-fixed .header-bottom-area {
  border-bottom: 2px solid #f5c784;
}

.header-bottom-area {
  position: relative;
  background-color: transparent;
}
.header-bottom-area .navbar-expand-lg {
  background-color: transparent;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .header-bottom-area .navbar-collapse {
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse {
    background-color: #fdf7ed !important;
    padding: 0 !important;
  }
  .header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 0;
  }
  .header-bottom-area .menu_has_children .sub-menu {
    display: none !important;
  }
  .header-bottom-area .menu_has_children .sub-menu li {
    width: 100%;
  }
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: block !important;
    position: static;
    width: 100%;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}
.header-bottom-area .navbar-collapse .main-menu li {
  position: relative;
  padding-right: 40px;
}
@media only screen and (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li {
    padding-right: 0;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child {
  margin-right: 0;
}
.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
  position: absolute;
  content: "\f107";
  top: 23px;
  right: 20px;
  color: #fff;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size: 13px;
  transition: all 0.3s;
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children:hover::before {
  transform: rotate(180deg);
}
@media (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
    right: 5px;
  }
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
    top: 12px;
    right: 15px;
  }
}
.header-bottom-area .navbar-collapse .main-menu li a {
  position: relative;
  padding: 22px 0 22px 0;
  font-weight: 500;
  align-items: center;
  display: inline-block;
  font-size: 15px;
  transition: all 0.3s;
  color: #fff;
  z-index: 9;
}
@media only screen and (max-width: 1400px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 12px 15px !important;
    display: block;
  }
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse {
    padding-bottom: 15px !important;
  }
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 105%;
  left: 0;
  width: 170px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border-top: 2px solid #f5c784;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -9;
  margin-left: 0;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0;
  padding-right: 0;
  transition: all ease 0.5s;
  position: relative;
  z-index: 2;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
  color: #363636;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  color: #363636;
  width: 100%;
  padding: 5px 20px;
  font-size: 14px;
  display: block;
  transition: all ease 0.3s;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::after {
  position: unset;
  content: none;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu .header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a {
  padding: 8px 20px;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    background-color: #ffffff12;
    border-top: none;
  }
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
    color: #fff;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.site-logo {
  max-width: 200px;
}
@media only screen and (max-width: 991px) {
  .site-logo {
    max-width: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .header-social {
    margin-left: 12px;
    margin-bottom: 20px;
  }
}
.header-social li {
  display: inline-block;
}
.header-social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  background-color: #928e87;
  font-size: 13px;
  border-radius: 5px;
  transition: all 0.5s;
}
.header-social li a:hover, .header-social li a.active {
  background: linear-gradient(to right, #ffcd6f 0%, #e75cde 50%, #4b39ee 100%);
  color: #fff;
}
.header-social li + li {
  margin-left: 5px;
}

.header-action {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  margin-left: 35px;
}
@media only screen and (max-width: 991px) {
  .header-action {
    margin-left: 12px;
  }
}
.header-action a {
  padding: 5px 20px;
  margin: 5px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #f5c784;
  font-size: 30px;
}
@media only screen and (max-width: 1199px) {
  .navbar-toggler span {
    font-size: 22px;
  }
}

.header-right {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 991px) {
  .header-right {
    margin-bottom: 20px;
  }
}
.header-right button, .header-right input[type="button"], .header-right input[type="reset"], .header-right input[type="submit"] {
  background-color: transparent;
  padding: 0;
}

.header-user-thumb {
  width: 35px;
}
.header-user-thumb img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.header-user-content {
  padding-left: 10px;
}
.header-user-content span {
  color: #fff;
  font-family: 'Encode Sans', sans-serif;;
  font-size: 12px;
  font-weight: 700;
}

.header-user-icon {
  padding-left: 7px;
  color: #fff;
}

.dropdown-menu.dropdown-menu--sm {
  min-width: 12rem;
}

.dropdown-menu {
  pointer-events: none;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  display: block;
  opacity: 0;
  visibility: hidden;
  border: none;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}

.dropdown-menu.show {
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  opacity: 1;
  visibility: visible;
}

.dropdown-menu__item {
  border-bottom: 1px solid #928e87;
}
.dropdown-menu__item:last-child {
  border: none;
}
.dropdown-menu__item .dropdown-menu__icon {
  color: #53504b;
}
.dropdown-menu__item .dropdown-menu__caption {
  padding-left: 10px;
  font-size: 12px;
  color: #53504b;
  font-family: 'Encode Sans', sans-serif;;
  font-weight: 700;
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
  position: relative;
  padding-top: 185px;
  padding-bottom: 130px;
  z-index: 9;
}
@media only screen and (max-width: 1199px) {
  .banner-section {
    padding-top: 150px;
    padding-bottom: 70px;
  }
}
.banner-section::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #131748;
  opacity: 0.65;
  z-index: -1;
}

.banner-section .banner-content {
  width: 75%;
  position: relative;
  z-index: 9;
}
.banner-content .title {
  color: #fff;
}
@media (max-width: 1399px) {
  .banner-content .title {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .banner-content .title {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .banner-content .title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-section .banner-content {
    width: 100%;
  }
}
.banner-section .banner-content .title {
  margin-bottom: 20px;
  line-height: 1.4;
}
.banner-section .banner-content .sub-title {
  font-size: 20px;
  line-height: 1.4;
  color: #f1f1f1;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-content .sub-title {
    font-size: 16px;
  }
}
.banner-section .banner-content .sub-title span {
  font-weight: 500;
  color: #f5c784;
}
.banner-section .banner-content .banner-btn {
  margin: -7px;
  margin-top: 30px;
}
.banner-section .banner-content .banner-btn a {
  margin: 7px;
}


.banner-widget {
  background: #fff;
  border: 4px solid #e4b874;
  box-shadow: 0 0 10px #00000017;
  padding: 30px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .banner-widget {
    padding: 20px 15px;
  }
}
.banner-widget .banner-widget-header {
  margin-bottom: 20px;
}
.banner-widget .sub-title {
  margin-bottom: 8px;
  font-weight: 500;
}
.banner-widget-form .terms-area {
  margin-top: 20px;
}
.banner-widget-form .terms-area p {
  font-size: 14px;
  font-weight: 600;
}

.inner-banner-section {
  padding-top: 120px;
  padding-bottom: 40px;
}

.inner-banner-section .title {
  margin-bottom: 35px;
}

.breadcrumb-area {
  margin-bottom: -20px;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  justify-content: center;
  display: inline-block;
  background-color: #53504b;
  padding: 10px 60px;
  border-radius: 999px;
}

.breadcrumb li {
  color: #53504b;
  font-family: 'Encode Sans', sans-serif;;
  display: inline-block;
}

.breadcrumb-item a {
  font-weight: 700;
  font-size: 14px;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-item a {
    font-size: 12px;
  }
}

.breadcrumb-item.active {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-item.active {
    font-size: 12px;
  }
}

.breadcrumb-item.active::before {
  content: "\f101";
  font-family: 'Line Awesome Free';
  font-weight: 600;
  color: #F5C784;
  font-size: 14px;
  left: 0;
  top: 1px;
  position: relative;
}
/*------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
  background-color: #53504b;
  background-position: top center !important;
  background-size: unset !important;
}
.footer-section-top .container {
  padding-top: 35px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-section-middle {
  padding-top: 40px;
  padding-bottom: 50px;
}
.social-link-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -3px -5px;
}
.social-link-list li {
  padding: 3px 5px;
}
.social-link-list li a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.05);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s;
}
.social-link-list li a:hover {
  background-color: #10D078;
  color: #fff;
  border-color: #10D078;
}
.footer-widget__title {
  position: relative;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.footer-widget__title::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #10D078;
}
.short-link-list li {
  padding: 7px 0;
}
.short-link-list li:first-child {
  padding-top: 0;
}
.short-link-list li:last-child {
  padding-bottom: 0;
}
.short-link-list li a {
  color: #fff;
}
.footer-contact-list {
  margin: -10px 0;
}
.footer-contact-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
}
.footer-contact-list li .icon {
  width: 40px;
  color: #28c76f;
}
.footer-contact-list li .icon i {
  font-size: 22px;
}
.footer-contact-list li .content {
  width: calc(100% - 40px);
  padding-left: 10px;
}

.footer-contact-list li .content .title {
  color: rgb(231, 231, 231);
  font-size: 14px;
  margin-bottom: 5px;
}
.footer-contact-list li .content .sub-title {
  color: #fff;
}
.accepted-processors {
  padding: 40px 0;
  background-color: #11241a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.brand-wrapper {
  overflow: hidden;
}

.brand-item {
  display: inline-block;
  border: 2px solid #f6cb86;
  border-radius: 4px;
}

.footer-list li {
  color: #fff;
  font-size: 15px;
  display: inline-block;
}
.footer-list li + li {
  margin-left: 20px;
}

.copyright-wrapper {
  background-color: #423f3a;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .copyright-area {
    display: block;
    text-align: center;
  }
}
.copyright-area p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Testimonial-block
--------------------------------------------------------------*/
.client-section {
  background-position: left top !important;
  background-size: unset !important;
  position: relative;
  overflow: hidden;
}
.client-section .client-element {
  position: absolute;
  top: -17%;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .client-section .client-element {
    display: none;
  }
}

.client-slider-inner {
  margin: -20px;
}

.client-slider {
  overflow: hidden;
  padding: 20px;
}

.client-item {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .client-item {
    padding: 60px 20px 20px 20px;
  }
}

.client-thumb-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.client-thumb-area .content {
  width: calc(100% - 70px);
  padding-left: 25px;
}

.client-thumb {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  z-index: 2;
}
.client-thumb::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  background-color: #f5c784;
  width: 108%;
  height: 108%;
  left: 0;
  top: 0;
  z-index: -1;
}
.client-thumb img {
  width: 100%;
  display: block;
  border-radius: 50%;
}

.client-content {
  margin-top: 22px;
}

.client-content .client-quote {
  position: absolute;
  top: -20px;
  right: 8%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background: #5a4728;
  background: linear-gradient(90deg, #5a4728 0%, #735f3f 100%);
  border-radius: 4px;
  color: #e7bd7d;
  font-size: 35px;
  z-index: 9;
}

.client-content .title {
  margin-bottom: 0;
}
.client-content .sub-title {
  font-size: 13px;
  font-weight: 600;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### service block ]
*/
.services-section {
  background-position: right top !important;
  background-size: unset !important;
}

.service-item {
  background: #fff;
  box-shadow: 0 0 10px #00000017;
  padding: 30px;
  border-radius: 5px;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .service-item {
    padding: 10px 20px 20px 20px;
  }
}
.service-item:hover {
  transform: translateY(-7px);
}

.service-item-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}

.service-item-header .title {
  width: calc(100% - 40px);
  padding-left: 10px;
}

.service-icon {
  font-size: 36px;
  color: #f5c784;
  order: -1;
  width: 40px;
}

.service-content p {
  font-size: 14px;
}

/*-------------------------------------------------
    [ ### how-it-works block ]
*/
.how-it-works-section {
  position: relative;
  overflow: hidden;
}

.how-it-works-area {
  counter-reset: work;
}

@media (max-width: 1199px) {
  .how-it-works-card .how-it-works-item::after {
    top: 15px;
    right: 15px;
    font-size: 30px;
  }
}

.how-it-works-item {
  position: relative;
  z-index: 2;
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 5px 15px #00000003;
  transition: all 0.3s;
}

.how-it-works-item:hover {
  transform: translateY(-5px);
}

.how-it-works-card .how-it-works-item::after {
  position: absolute;
  counter-increment: work;
  content: "0"counter(work);
  top: 20px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-family: 'Encode Sans', sans-serif;
  font-weight: 700;
  color: #10D078;
  opacity: 0.13;
}

.how-it-works-icon {
  font-size: 56px;
  color: #fff;
  width: 95px;
  height: 95px;
  background-color: #10D078;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .how-it-works-icon {
    width: 75px;
    height: 75px;
    font-size: 38px;
  }
}

.how-it-works-content {
  margin-top: 15px;
}

.how-it-works-content .title {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .how-it-works-content .title {
    font-size: 16px;
  }
}

.how-it-works-content .horizontal-gradient {
  background: linear-gradient(90deg, #dbac66 0%, #f9cb88 100%);
  height: 4px;
  border-radius: 4px;
  display: block;
  width: 80px;
  margin: 15px auto;
}

/*-------------------------------------------------
    [ ### overview block ]
*/
.overview-section {
  background-position: right top !important;
  background-size: unset !important;
}

.overview-content {
  width: 70%;
}
@media only screen and (max-width: 991px) {
  .overview-content {
    width: 100%;
  }
}

.overview-chart {
  background: #fff;
  box-shadow: 0 0 10px #00000017;
  border-radius: 5px;
}
@media only screen and (max-width: 991px) {
  .overview-chart {
    animation: none;
  }
}

/*-------------------------------------------------
    [ ### work block ]
*/
.work-thumb {
  position: relative;
  z-index: 2;
}
.work-thumb::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #f5fffcc4;
  border-radius: 37% 63% 60% 40% / 34% 46% 54% 66%;
  z-index: -1;
}
.work-thumb img {
  animation: up_down 3s linear infinite;
}
@media only screen and (max-width: 575px) {
  .work-thumb img {
    animation: none;
  }
}

.work-item-wrapper {
  margin-bottom: -30px;
}
.work-item-wrapper .work-item {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .work-item-wrapper .work-item {
    display: block !important;
    text-align: center;
  }
}

.work-icon {
  width: 45px;
  height: 45px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e4b874;
  border-radius: 5px;
  font-size: 24px;
  color: #f5c784;
}

.work-details {
  width: calc(100% - 45px);
  padding-left: 15px;
  margin-top: -8px;
}
@media only screen and (max-width: 575px) {
  .work-details {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}

/*-------------------------------------------------
    [ ### faq block ]
*/
.faq-section {
  position: relative;
}
.faq-section .faq-element {
  position: absolute;
  right: 10%;
  animation: scroll-down 2.5s linear infinite;
}
@media only screen and (max-width: 991px) {
  .faq-section .faq-element {
    display: none;
  }
}

.faq-wrapper {
  margin-bottom: -30px;
}
.faq-wrapper .faq-item {
  background-color: #fff;
  border: 1px solid #e4b874;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 30px;
  transition: all 0.3s;
}
.faq-wrapper .faq-item .faq-title {
  font-size: 16px;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .faq-wrapper .faq-item .faq-title {
    font-size: 16px;
  }
}
.faq-wrapper .faq-item .faq-title .title {
  width: calc(100% - 40px);
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0;
}
.faq-wrapper .faq-item .faq-content {
  display: none;
  margin-top: 20px;
}
.faq-wrapper .faq-item .faq-content p {
  font-size: 14px;
}
.faq-wrapper .faq-item .right-icon {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #f5c784;
  border-radius: 50%;
  position: relative;
}
.faq-wrapper .faq-item .right-icon::before, .faq-wrapper .faq-item .right-icon::after {
  position: absolute;
  content: '';
  background: #fff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-wrapper .faq-item .right-icon::before {
  width: 2px;
  height: 16px;
  top: 50%;
  left: 50%;
}
.faq-wrapper .faq-item .right-icon::after {
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
}
.faq-wrapper .faq-item.active .faq-content {
  display: block;
}
.faq-wrapper .faq-item.active.open .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-wrapper .faq-item.open .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

/*-------------------------------------------------
    [ ### statistics block ]
*/
.statistics-item {
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
  .statistics-item {
    margin: 0;
  }
}
.statistics-item p {
  padding-bottom: 20px;
  font-weight: 500;
}

.statistics-icon {
  margin: -55px 0 0 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background: #5a4728;
  border-radius: 4px;
  color: #fff;
  font-size: 35px;
}

.odo-area .odo-title {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 0;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .odo-area .odo-title {
    font-size: 26px;
  }
}

.statistics-footer {
  margin-top: 30px;
}
.statistics-footer .title {
  color: #fff;
}
.statistics-footer span {
  color: #f5c784;
}

/*-------------------------------------------------
    [ ### contact block ]
*/
.contact-section {
  background-position: top center !important;
}

.contact-info-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.contact-info-item .contact-info-icon {
  width: 65px;
  height: 65px;
  background-color: #28c76f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}
.contact-info-item .contact-info-content {
  width: calc(100% - 65px);
  padding-left: 20px;
}

.contact-form-area {
  background: #fff;
  box-shadow: 0 0 10px #00000017;
  padding: 30px;
  border-radius: 5px;
}
.contact-form-area .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  .contact-form-area label {
    width: 100%;
  }
  .contact-form-area {
    padding: 15px;
    overflow: hidden;
  }
}
.contact-form-area input {
  font-size: 12px;
}
@media only screen and (max-width: 575px) {
  .contact-form-area input {
    width: 100%;
  }
}
.contact-form-area textarea {
  font-size: 12px;
}

.map-area {
  height: 100%;
}

.map-area iframe {
  width: 100%;
  min-height: 550px;
  height: 100%;
}

@media (max-width: 575px) {
  .map-area iframe {
    min-height: 450px;
  }
}

/*-------------------------------------------------
    [ ### account block ]
*/
.account-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 0 10px #00000017;
  border-radius: 15px;
  overflow: hidden;
}

.account-left {
  position: relative;
  overflow: hidden;
  background: #f5c784;
  padding: 30px;
  width: 45%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.account-left::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #131748;
  opacity: 0.65;
  z-index: -1;
}
.account-left .account-change {
  width: 100%;
  text-align: center;
}
.account-left .account-change p {
  font-size: 24px;
  font-weight: 700;
}

.account-right {
  padding: 30px;
  position: relative;
  width: 55%;
}

.account-header {
  margin-bottom: 15px;
}

.account-form-wrapper.style--two .account-left {
  width: 50%;
}
.account-form-wrapper.style--two .account-right {
  width: 50%;
}

@media (max-width: 991px) {
  .account-left .account-change p {
    font-size: 18px;
  }
  .account-form-wrapper .account-left,
  .account-form-wrapper .account-right,
  .account-form-wrapper.style--two .account-left,
  .account-form-wrapper.style--two .account-right {
    width: 100%;
  }
  .account-right {
    padding: 20px;
  }
}

/*-------------------------------------------------
    [ ### dashboard block ]
*/
.dashboard-area-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
}
.dashboard-right-sidebar {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.dashboard-right-sidebar-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #11241a;
  padding: 10px 15px;
}

.dashboard-right-title {
  font-size: 18px;
  margin-bottom: 0;
  padding-right: 10px;
  color: #fff;
}
.dashboard-right-btn a {
  background-color: #28c76f29;
  color: #28c76f;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 3px;
  transition: all 0.3s;
}
.dashboard-right-btn a:hover {
  background-color: #28c76f;
  color: #fff !important;
}
.recent-trans-list, 
.recent-message-list {
  padding: 0 15px;
}
.recent-single-trans {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed #e5e5e5;
}

.recent-single-trans:first-child {
  padding-top: 0;
}
.recent-single-trans:last-child {
  border-bottom: none;
}

.recent-single-trans .content {
  width: calc(100% - 120px);
}
.recent-single-trans .content .title {
  font-size: 14px;
  margin-bottom: 0;
}
.recent-single-trans .content span {
  font-size: 14px;
}
.recent-single-trans .amount {
  width: 120px;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
}

.recent-single-trans.amount--plus .amount {
  color: #28c76f;
}

.recent-single-trans.amount--plus .amount::before {
  content: '+';
}
.recent-single-trans.amount--minus .amount {
  color: #F44336;
}

.recent-single-trans.amount--minus .amount::before {
  content: '-';
}


.recent-single-message {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed #e5e5e5;
}

.recent-single-message:first-child {
  padding-top: 0;
}
.recent-single-message:last-child {
  border-bottom: none;
}

.recent-single-message .content {
  width: calc(100% - 40px);
}
.recent-single-message .content .title {
  font-size: 14px;
  margin-bottom: 0;
}
.recent-single-message .content span {
  font-size: 14px;
}
.recent-single-message .view-btn {
  width: 40px;
  text-align: right;
  font-size: 20px;
  color: #28c76f;
}


.page-container {
  width: 100%;
  height: 100%;
}
.page-container.show .sidebar-menu {
  width: 60px;
}
.page-container.show .sidebar-menu .sidebar-main-menu li.has-sub {
  background-color: transparent;
}
.page-container.show .sidebar-menu .sidebar-main-menu li.has-sub a::before {
  display: none;
}
.page-container.show .sidebar-menu .sidebar-main-menu li:hover a span:not(.badge) {
  visibility: visible;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.page-container.show .sidebar-menu .sidebar-main-menu li a .title {
  display: none;
}
.page-container.show .sidebar-menu .sidebar-main-menu li .title {
  display: none;
}
.page-container.show .sidebar-menu .sidebar-main-menu li .sidebar-submenu {
  position: absolute;
  left: 60px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  min-width: 220px;
  transition: all ease .5s;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 10px #00000017;
  display: block;
}
.page-container.show .sidebar-menu .sidebar-main-menu li .sidebar-submenu a {
  display: flex;
}
.page-container.show .sidebar-menu .sidebar-main-menu li .sidebar-submenu .title {
  display: block !important;
}
.page-container.show .sidebar-menu .sidebar-main-menu li ul li a {
  padding-left: 20px;
}
.page-container.show .sidebar-menu .sidebar-main-menu li ul li .sidebar-submenu .title {
  display: block !important;
}
.page-container.show .sidebar-menu .sidebar-main-menu li:hover .sidebar-submenu {
  visibility: visible !important;
  opacity: 1 !important;
}
.page-container.show .footer-social li + li {
  margin-left: 0;
  margin-top: 10px;
}
.page-container.show .footer-area p {
  display: none;
}
.page-container.show .logo-env {
  display: block;
  padding: 20px;
}
.page-container.show .logo-env .logo {
  overflow: hidden;
  width: 0;
}
.page-container.show .logo-env .sidebar-collapse {
  display: block;
  padding: 0;
  right: 5px;
}
.page-container.show .copyright-area p {
  display: none;
}
.page-container.show .copyright-area .footer-social li + li {
  margin-left: 0;
  margin-top: 10px;
}
.page-container.show .body-wrapper {
  margin-left: 60px;
}
.page-container .sidebar-menu {
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 10px #00000017;
  z-index: 999;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .page-container .sidebar-menu {
    width: 100%;
    position: relative;
    min-height: 0px;
    display: block;
    border-bottom: 1px solid #f5c784;
  }
}
.page-container .sidebar-menu::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 12%;
  border-bottom: 1px solid #f5c784;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .page-container .sidebar-menu::before {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .page-container .sidebar-menu .sidebar-main-menu {
    display: none;
    margin-bottom: 0;
  }
}
.page-container .sidebar-menu .sidebar-main-menu li {
  position: relative;
  font-size: 14px;
}
.page-container .sidebar-menu .sidebar-main-menu li.active a {
  background-color: rgba(245, 199, 132, 0.1);
  color: #f5c784;
}
.page-container .sidebar-menu .sidebar-main-menu li.active ul li a {
  background-color: transparent;
}
.page-container .sidebar-menu .sidebar-main-menu li.has-sub.active a {
  color: #53504b;
}
.page-container .sidebar-menu .sidebar-main-menu li.has-sub.active a::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.page-container .sidebar-menu .sidebar-main-menu li.has-sub a::before {
  position: absolute;
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #f5c784;
  font-size: 14px;
  right: 20px;
  top: 10px;
}
.page-container .sidebar-menu .sidebar-main-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  font-weight: 600;
  border-radius: 60px 0 0 60px;
  z-index: 2;
  transition: all 0.3s;
  margin-bottom: 10px;
}
.page-container .sidebar-menu .sidebar-main-menu li a:hover {
  background-color: rgba(245, 199, 132, 0.1);
  color: #f5c784;
}
.page-container .sidebar-menu .sidebar-main-menu li a i {
  margin-right: 8px;
  font-size: 24px;
}
.page-container .sidebar-menu .sidebar-main-menu li ul {
  position: relative;
  display: none;
  z-index: 1;
}
.page-container .sidebar-menu .sidebar-main-menu li ul li:last-child {
  border: none;
}
.page-container .sidebar-menu .sidebar-main-menu li ul li a {
  padding-left: 40px;
}
.page-container .sidebar-menu .sidebar-main-menu li ul li a::before {
  display: none;
}
.page-container .sidebar-menu .sidebar-menu-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
@media only screen and (max-width: 991px) {
  .page-container .sidebar-menu .sidebar-menu-inner {
    display: block;
    min-height: auto;
  }
}
.page-container .sidebar-menu .logo-env {
  width: 100%;
  padding: 20px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .page-container .sidebar-menu .logo-env .sidebar-collapse {
    display: none;
  }
}
.page-container .sidebar-menu .logo-env .sidebar-mobile-menu {
  display: none;
}
@media only screen and (max-width: 991px) {
  .page-container .sidebar-menu .logo-env .sidebar-mobile-menu {
    display: block;
  }
}
.page-container .sidebar-menu .logo-env .sidebar-collapse, .page-container .sidebar-menu .logo-env .sidebar-mobile-menu {
  position: relative;
}
.page-container .sidebar-menu .logo-env .sidebar-collapse a, .page-container .sidebar-menu .logo-env .sidebar-mobile-menu a {
  font-size: 30px;
  color: #f5c784;
}

.sidebar-submenu.open {
  display: block !important;
}

.sidebar-single-menu.open .sidebar-submenu li.open a {
  position: relative !important;
}

.sidebar-single-menu.open .sidebar-submenu li.open a::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: linear-gradient(90deg, #dbac66 0%, #f9cb88 100%);
}

.body-wrapper {
  margin-left: 250px;
  padding: 20px;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .body-wrapper {
    margin-left: 0;
  }
}

.body-header-area button, .body-header-area input[type="button"], .body-header-area input[type="reset"], .body-header-area input[type="submit"] {
  background-color: transparent;
}

.body-header-left .title {
  font-size: 20px;
  margin-bottom: 0;
}
.body-header-left .title a {
  font-size: 16px;
  transition: all 0.3s;
}
.body-header-left .title a:hover {
  color: #f5c784;
}
@media only screen and (max-width: 991px) {
  .body-header-left .title {
    font-size: 18px;
  }
}

.header-user-thumb {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  background: linear-gradient(90deg, #dbac66 0%, #f9cb88 100%);
  box-shadow: 0 0 10px #00000017;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
}

.dropdown-menu.dropdown-menu--sm {
  min-width: 12rem;
}

.dropdown-menu {
  pointer-events: none;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px) translateX(-140px);
  -ms-transform: scale(0.75) translateY(-21px) translateX(-140px);
  transform: scale(0.75) translateY(-21px) translateX(-140px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  display: block;
  opacity: 0;
  visibility: hidden;
  border: none;
  background: #fff;
  box-shadow: 0 0 10px #00000017;
}

.dropdown-menu.show {
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  opacity: 1;
  visibility: visible;
}

.dropdown-menu__item {
  border-bottom: 1px solid #f5c784;
}
.dropdown-menu__item:last-child {
  border: none;
}
.dropdown-menu__item .dropdown-menu__icon {
  margin-top: -5px;
  color: #f5c784;
  font-size: 18px;
}
.dropdown-menu__item .dropdown-menu__caption {
  padding-left: 10px;
  font-size: 14px;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper {
  display: block;
  position: relative;
}
.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview {
  width: 100%;
  height: 250px;
  border-radius: 0;
}
.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview .profilePicPreview {
  width: 100%;
  height: 250px;
  border-radius: 3px 3px 0 0;
  border: none;
  background-color: #f5c784;
  position: relative;
}

.profile-thumb-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 3rem;
}
@media only screen and (max-width: 767px) {
  .profile-thumb-content {
    display: block;
    text-align: center;
    padding: 0;
  }
}
.profile-thumb-content .profile-thumb {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-top: -100px;
}
.profile-thumb-content .profile-thumb .avatar-preview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.profile-thumb-content .profile-thumb .avatar-preview .profilePicPreview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #f5c784;
  background: #fff;
  box-shadow: 0 0 10px #00000017;
  background-size: cover;
  background-repeat: no-repeat;
}
.profile-thumb-content .profile-thumb .avatar-edit {
  position: absolute;
  bottom: 0;
  right: 0;
}
.profile-thumb-content .profile-thumb .avatar-edit .profilePicUpload {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.profile-thumb-content .profile-thumb .avatar-edit label {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #53504b;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0 10px #00000017;
}
.profile-thumb-content .profile-content {
  transform: translateY(-32px);
}
@media only screen and (max-width: 1580px) {
  .profile-thumb-content .profile-content {
    transform: none;
  }
}
.profile-thumb-content .profile-content .username {
  font-size: 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .profile-thumb-content .profile-content .username {
    color: #53504b;
  }
}
.profile-thumb-content .profile-content .user-info-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px -10px;
}
@media only screen and (max-width: 767px) {
  .profile-thumb-content .profile-content .user-info-list {
    justify-content: center;
  }
}
.profile-thumb-content .profile-content .user-info-list li {
  margin: 5px 10px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
  color: #53504b;
  font-family: 'Encode Sans', sans-serif;;
}
.profile-thumb-content .profile-content .user-info-list li i {
  font-size: 20px;
  margin-right: 5px;
  color: #f5c784;
}

.dashboard-item {
  background: #fff;
  box-shadow: 0 0 10px #00000017;
  border-radius: 5px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
  height: 100%;
}
.dashboard-item::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(245, 199, 132, 0.2);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -1;
}
.dashboard-item::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #f5c784;
  border-radius: 5px;
  z-index: -1;
}
.dashboard-item:hover {
  transform: translateY(-7px);
}

.dash-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0px 8px;
  background: linear-gradient(90deg, #dbac66 0%, #f9cb88 100%);
  font-family: 'Encode Sans', sans-serif;;
  color: #fff !important;
  font-size: 10px;
  font-weight: 700;
  border-radius: 3px;
}

.dashboard-icon {
  color: #f5c784;
  font-size: 30px;
  margin-bottom: 10px;
}

.dashboard-content .title {
  font-size: 12px;
  text-transform: uppercase;
}
.dashboard-content .num {
  font-size: 14px;
}

.plan-widget {
  background-color: #fff;
  padding: 25px 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}
.plan-widget .title {
  margin-bottom: 25px;
}

.plan-widget-list li {
  font-weight: 700;
  padding-bottom: 15px;
}
.plan-widget-list li i {
  margin-right: 5px;
}
.plan-widget-list li span {
  float: right;
  color: #f5c784;
  font-weight: 600;
}

.plan-list {
  margin-bottom: -20px;
}
.plan-list li {
  background-color: #fff;
  padding: 10px 30px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 15px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  margin-bottom: 20px;
}
.plan-list li:nth-of-type(even)::before {
  width: 50%;
}
.plan-list li::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background-color: #f5c784;
  clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 0 0);
  z-index: -1;
}
.plan-list li span {
  float: right;
  color: #53504b;
  font-weight: 700;
}

.growth-chart {
  height: 320px;
}

.chart-area {
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 30px 15px 15px;
}

@media (max-width: 1199px) and (max-width: 575px) {
  .chart-wrapper {
    overflow: hidden;
    overflow-x: auto;
  }
}

@media (max-width: 1199px) and (max-width: 575px) {
  .chart-container {
    width: 600px;
  }
}

.payment-item {
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px #00000017;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
}
.payment-item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
@media only screen and (max-width: 499px) {
  .payment-item {
    display: block;
    text-align: center;
  }
}
.payment-item::after {
  position: absolute;
  content: '';
  top: 0;
  left: 35%;
  width: 1px;
  height: 100%;
  background-color: #f5c784;
}
@media only screen and (max-width: 1799px) {
  .payment-item::after {
    display: none;
  }
}

.payment-badge {
  top: -1px;
  right: -1px;
  width: 40px;
  height: 40px;
  position: absolute;
  border-right: 50px solid #f5c784;
  border-bottom: 50px solid transparent;
}
.payment-badge i {
  right: -44px;
  top: 0;
  color: #fff;
  bottom: auto;
  font-size: 16px;
  line-height: 30px;
  position: absolute;
}

.payment-thumb {
  width: 200px;
}
.payment-thumb img {
  width: 100%;
}
@media only screen and (max-width: 499px) {
  .payment-thumb {
    width: 100%;
  }
}

.payment-preview-item .payment-thumb {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .payment-preview-item .payment-thumb {
    width: 200px;
  }
}
@media only screen and (max-width: 499px) {
  .payment-preview-item .payment-thumb {
    width: 100%;
  }
}
.payment-preview-item .payment-content {
  width: 620px;
}
@media only screen and (max-width: 1799px) {
  .payment-preview-item .payment-content {
    width: calc(100% - 300px);
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .payment-preview-item .payment-content {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 499px) {
  .payment-preview-item .payment-content {
    width: 100%;
    padding-top: 20px;
  }
}

.payment-content {
  width: 450px;
}
@media only screen and (max-width: 1699px) {
  .payment-content {
    width: calc(100% - 200px);
    padding-left: 20px;
  }
}
@media only screen and (max-width: 499px) {
  .payment-content {
    width: 100%;
    padding-top: 20px;
  }
}

.payment-list li {
  padding-bottom: 10px;
  font-size: 14px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f5c784;
  font-weight: 600;
}
.payment-list li span {
  font-weight: 700;
}

.footer-area {
  padding: 20px 0;
  border-top: 1px solid #f5c784;
}
@media only screen and (max-width: 991px) {
  .footer-area {
    display: none;
  }
}
.footer-area p {
  font-weight: 600;
  margin-top: 10px;
  font-size: 13px;
}

.footer-social li {
  width: 30px;
  height: 30px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  background: linear-gradient(90deg, #dbac66 0%, #f9cb88 100%);
  color: #fff;
  font-size: 12px;
  transition: all 0.3s;
}

.footer-social li + li {
  margin-left: 10px;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### blog block ]
*/
.blog-section {
  background-position: right top !important;
  background-size: unset !important;
  position: relative;
  overflow: hidden;
}
.blog-section .blog-element {
  position: absolute;
  top: -17%;
  left: 0;
}

.blog-item {
  background: #fff;
  box-shadow: 0 0 10px #00000017;
  border-radius: 10px;
  transition: all 0.3s;
  overflow: hidden;
}

.blog-item img{
  width: 100%;
}

.blog-item:hover {
  transform: translateY(-7px);
}

.blog-content {
  padding: 20px;
}
.blog-content .title {
  font-size: 16px;
}
.blog-content span {
  font-size: 14px;
}

.blog-post {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.blog-details-section .blog-thumb {
  height: 400px;
}
.blog-details-section .blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-details-section .blog-content .title {
  font-size: 24px;
}

.blog-social-area {
  background: #fff;
  box-shadow: 0 0 10px #00000017;
  margin-top: 30px;
  padding: 20px;
  border-radius: 10px;
}
.blog-social-area .title {
  margin-bottom: 0;
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .blog-social-area .title {
    margin-bottom: 10px;
  }
}
.blog-social-area .blog-social li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 35px;
  background: linear-gradient(90deg, #dbac66 0%, #f9cb88 100%);
  color: #fff;
  text-align: center;
  font-size: 13px;
  border-radius: 5px;
}
.blog-social-area .blog-social li + li {
  margin-left: 5px;
}

.widget-box {
  background: #fff;
  box-shadow: 0 0 10px #00000017;
  padding: 20px;
  border-radius: 10px;
}
.widget-box .widget-title {
  border-bottom: 1px solid #928e87;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-weight: 600;
}

.popular-widget-box {
  margin-bottom: -10px;
}

.single-popular-item {
  margin-bottom: 10px;
}
.single-popular-item .popular-item-thumb {
  width: 90px;
  border-radius: 5px;
  overflow: hidden;
}
.single-popular-item .popular-item-content {
  width: calc(100% - 90px);
  padding-left: 10px;
}
.single-popular-item .popular-item-content .title {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 600;
}
.single-popular-item .popular-item-content .blog-date {
  font-size: 13px;
  font-weight: 500;
}

.ticket-reply-single {
  padding: 12px 0;
}
.ticket-reply-single:first-child {
  padding-top: 0;
}
.ticket-reply-single:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.ticket-reply-single .top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.ticket-reply-single .top .left {
  width: calc(100% - 30px);
}
.ticket-reply-single .top .right {
  width: 30px;
}
.ticket-reply-single .top .right .btn {
  padding: 4px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.ticket-reply-single .top .right .btn i {
  margin: 0;
}
.ticket-reply-single .reply-box {
  padding: 20px;
  border-radius: 8px;
  background-color: #f4f5f6;
  border: 1px solid #e5e5e5;
}
@media (max-width: 480px) {
  .ticket-reply-single .reply-box {
      padding: 15px;
  }
}
.ticket-reply-single .reply-box .left p,
.ticket-reply-single .reply-box .left span {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.ticket-reply-single .reply-box .name {
  font-size: 18px;
}

.admin-reply.ticket-reply-single .reply-box {
  background-color: #ffd9671a;
}

.ticket-attach-file {
  padding: 2px 10px;
  background-color: #5352ed24;
  border-radius: 3px;
  color: #5352ed;
  font-size: 13px;
}

.ticket-reply-inbox {
  position: relative;
  border: 1px solid #e5e5e547;
  border-radius: 5px;
  height: 160px;
}

.ticket-reply-inbox textarea {
  height: 110px;
  resize: none;
  border: none;
}
.ticket-reply-inbox textarea:focus {
  box-shadow: none;
}
.ticket-reply-inbox .ticket-reply-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.ticket-reply-inbox .ticket-reply-attachment {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-color: #f1f1f1;
  padding: 3px 10px;
  color: #777;
  border-radius: 3px;
  font-size: 14px;
}

@media (max-width: 360px) {
  .ticket-reply-inbox {
      height: 200px;
  }
  .ticket-reply-inbox .ticket-reply-btn,
  .ticket-reply-inbox .ticket-reply-attachment {
      width: calc(100% - 20px);
  }
  .ticket-reply-inbox .ticket-reply-attachment {
      bottom: 54px;
  }
}

.attachment-area {
  display: none;
}

.ticket-reply-inbox textarea:focus{
  border: none;
}


.msg-option {
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #e4e3e3;
  border-top: none;
}
.msg-option__group {
  display: flex;
  align-items: center;
  padding: 5px;
}
.msg-option__content {
  border: 1px solid #e4e3e3;
}
.msg-option__input {
  background: transparent;
  border: none;
  height: auto;
  padding: 8px 20px !important;
}
.msg-option__input:focus {
  background: transparent;
  border: none;
  box-shadow: none;
}
.msg-option__button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  background: #7367f0;
  color: #fff;
  transition: all .3s ease
}
.msg-option__button:hover {
  color: #fff;
}
.msg-list__item {
  margin-bottom: 15px;
}
.msg-list__item:last-child {
  margin-bottom: 0;
}
.msg-send {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.msg-send__content {
  color: #fff;
  padding: 15px;
  font-size: 14px;
  text-align: right;
  background: #7367f0;
  border-radius: 10px;
  display: inline-block;
  max-width: 60ch;
  min-width: 60ch;
}
.msg-send__history {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.msg-send__history-item {
  color: #6e6e6e;
  font-size: 12px;
  margin-right: 15px;
}
.msg-send__history-item:first-child {
  position: relative;
}
.msg-send__history-item:first-child::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #6e6e6e;
}
.msg-send__history-item:last-child {
  margin-right: 0;
}

.msg-receive {
  display: flex;
  flex-direction: column;
}
.msg-receive__content {
  color: #6e6e6e;
  padding: 15px;
  font-size: 14px;
  background: #fafafa;
  border-radius: 10px;
  display: inline-block;
  max-width: 60ch;
}
.msg-receive__history {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.msg-receive__history-item {
  color: #6e6e6e;
  font-size: 12px;
  margin-right: 15px;
}
.msg-receive__history-item:first-child {
  position: relative;
}
.msg-receive__history-item:first-child::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #6e6e6e;
}
.msg-receive__history-item:last-child {
  margin-right: 0;
}
.inbox_msg {
clear: both;
overflow: hidden;
}
.top_spac{
  margin: 20px 0 0;
}


.recent_heading {
  float: left;
  width:40%;
}

.headind_srch{
  padding:10px 29px 10px 20px;
  overflow:hidden;
  border-bottom:1px solid #c4c4c4;
}

.recent_heading h4 {
color: #05728f;
font-size: 21px;
margin: auto;
}

.chat_ib h5{
  font-size:15px;
  color:#464646;
  margin:0 0 8px 0;
}
.chat_ib h5 span{
  font-size:13px;
  float:right;
}
.chat_ib p{
  font-size:14px;
  color:#989898;
  margin:auto
}
.chat_img {
float: left;
width: 11%;
}
.chat_ib {
float: left;
padding: 0 0 0 15px;
width: 88%;
}

.chat_people{
  overflow:hidden;
  clear:both;
}
.chat_list {
border-bottom: 1px solid #c4c4c4;
margin: 0;
padding: 18px 16px 10px;
}
.inbox_chat {
  height: 550px;
  overflow-y: scroll;
}

.active_chat{
  background:#ebebeb;
}

.incoming_msg_img {
display: inline-block;
width: 6%;
}
.received_msg {
display: inline-block;
padding: 0 0 0 10px;
vertical-align: top;
width: 92%;
}
.received_withd_msg p {
background: #e7e7e7 none repeat scroll 0 0;
border-radius: 3px;
color: #646464;
font-size: 14px;
margin: 0;
padding: 5px 10px 5px 12px;
width: 100%;
}
.time_date {
color: #747474;
display: block;
font-size: 10px;
margin: 3px 0 0;
}
.received_withd_msg {
  width: 70%;
}
.mesgs {
float: left;
padding: 40px;
}

.sent_msg p {
background: #7367f0 none repeat scroll 0 0;
border-radius: 3px;
font-size: 14px;
margin: 0; color:#fff;
padding: 5px 10px 5px 12px;
width:100%;
}
.outgoing_msg{
  overflow:hidden;
  margin:26px 0 26px;
}
.sent_msg {
  float: right;
width: 70%;
  text-align: right;
}
.input_msg_write input {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
color: #4c4c4c;
font-size: 15px;
min-height: 48px;
width: 100%;
}

.type_msg {
  border-top: 1px solid #c4c4c4;
  position: relative;
}
.msg_send_btn {
background: #05728f none repeat scroll 0 0;
border: medium none;
border-radius: 50%;
color: #fff;
cursor: pointer;
font-size: 17px;
height: 33px;
position: absolute;
right: 0;
top: 11px;
width: 33px;
}
.messaging {
  background: #fff;
}
.msg_history {
height: 550px;
overflow-y: auto;
box-shadow: none;
border: 1px solid #e4e3e3;
}
