.preloader {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;
}
i.req {
  color: #e41515;
}
ul {
  padding: 0;
  margin: 0;
}

/*--- end of preloader ---*/
/*------------------------------------------------------------
	Global Settings
-------------------------------------------------------------*/
* {
  outline: none;
}
.container-fluid {
  padding: 0 0 0 13px !important;
  margin: 0 !important;
}
.modal-open {
  overflow: hidden !important;
}
body.pkt-lrd-body {
  background: #6c757d;
  color: #4d5868;
  font-size: 14px;
  font-family: "IRANSans", sans-serif;
  /* margin: 0; */
  padding: 0;
  overflow: hidden !important;
  font-weight: 400;
  height: 100vh;
}


a {
  color: #303740;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

a.link {
  color: #da0b4e;
}
a.link:hover,
a.link:focus,
a:hover,
a:focus {
  color: #da0b4e;
}
a.text-success:focus,
a.text-success:hover {
  color: #2ea033 !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #da0b4e !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ff9b20 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #f33066 !important;
}
a.white-link {
  color: #ffffff;
}
a.white-link:hover,
a.white-link:focus {
  color: #263238;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block;
}

.img-rounded {
  border-radius: 4px;
}
.pkt-lrd-panel-sidebar,
.pkt-lrd-panel-content {
  padding: 0 !important;
  margin: 0 !important;
}

.pkt-lrd-panel-content {
  padding: 0;
  margin: 0;
}
.pkt-lrd-sidebar-logo-link {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
 
}
.pkt-lrd-sidebar-logo-link h6 {
  color: var(--pkt-lrd-user-acc-sidebar-site-color);
  
  margin-top: 10px;
}

.pkt-lrd-sidebar-logo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

html body.pkt-lrd-body .mdi:before,
html body.pkt-lrd-body .mdi-set {
  line-height: initial;
}
section {
  padding: 80px 0 80px;
  position: relative;
}
section.min-sec {
  padding: 80px 0 50px;
  position: relative;
}
p {
  line-height: 1.8;
}

.gray {
  background: #f4f5f7;
}
.gray-simple {
  background: #f7f9fc;
}
.mid-bg {
  background: #f9f4ef;
}
.bg-1 {
  background: #f7d0cb;
}
.bg-2 {
  background: #dde9ed;
}
.tbl {
  display: table;
}
.full-height {
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.no-ul-list {
  padding: 0;
}
.no-ul-list li {
  list-style: none;
}
.progress {
  margin-bottom: 1.5em;
}
.full-width {
  width: 100%;
}
p,
ul,
ol,
dl,
dt,
dd,
blockquote,
address {
  margin: 0 0 10px;
}
.owl-carousel .item {
  padding: 0 15px;
}
.explore-content p {
  font-size: 19px;
  font-family: "Work Sans", sans-serif;
  font-style: italic;
}
.explore-content h1,
.explore-content h2 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}
.shadow-0 {
  box-shadow: none !important;
}
.dn {
  display: none;
}
/*------------ GLobal Settings: Heading-------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #202124;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "vazir-bold", sans-serif;
}
.cl_2 {
  color: #242f65;
}
h5,
h6 {
  color: #202124;
}

.font-2 {
  font-family: "Poppins", sans-serif;
}

h1 {
  line-height: 40px;
  font-size: 32px;
}

h2 {
  line-height: 36px;
  font-size: 20px;
}

h3 {
  line-height: 30px;
  font-size: 24px;
}

h4 {
  line-height: 26px;
  font-size: 21px;
}

h5 {
  line-height: 22px;
  font-size: 18px;
}

h6 {
  line-height: 20px;
  font-size: 16px;
}
.lead {
  font-size: 20px !important;
}
.lead-i {
  font-family: "Work Sans", sans-serif;
  font-size: 22px !important;
  font-style: italic;
}
.display-5 {
  font-size: 3rem;
}

.display-6 {
  font-size: 36px;
}

.display-7 {
  font-size: 26px;
}

.box {
  border-radius: 4px;
  padding: 10px;
}

html body.pkt-lrd-body .dl {
  display: inline-block;
}

html body.pkt-lrd-body .db {
  display: block;
}

.no-wrap td,
.no-wrap th {
  white-space: nowrap;
}

/*------------ Global Settings: Ul List Style ----------------*/
ul.list-style {
  padding: 0;
  margin: 0;
}
ul.list-style li {
  margin-bottom: 1.2em;
  line-height: 1.5;
  list-style: none;
  padding-left: 30px;
  position: relative;
}
ul.list-style li:before {
  content: "\e64c";
  position: absolute;
  left: 0;
  font-size: 16px;
  top: 0;
  color: #da0b4e;
  font-family: "themify";
}
ul.list-style.style-2 li:before {
  content: "\e628" !important;
  color: #0273ff;
}

/*------------ Global Settings: Cutom Height ----------------*/

blockquote {
  font-size: 1.78571429em;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  border-left: 0;
}
blockquote {
  font-style: italic;
}
blockquote:not(:last-child) {
  margin-bottom: 1.04em;
}
/*------------ Global Settings: Common & List ----------------*/
ul:last-child {
  margin: 0;
}
.list-inline li {
  padding: 0 1em;
  margin-left: 0;
}
.list-inline li:first-child {
  padding-left: 0;
}
.list-inline li:last-child {
  padding-right: 0;
}
.list-inline.list-inline--narrow li {
  padding: 0 0.5em;
}
.list-inline.list-inline--wide li {
  padding: 0 2em;
}
.color--white {
  color: #fff !important;
}
.color--dark {
  color: #252525 !important;
}
.color--success {
  color: #4ebf56 !important;
}
.color--error {
  color: #e23636 !important;
}
.bg--dark {
  background: #1f2025 !important;
}
.bg--dark:not(.nav-bar):not(.bar) {
  color: #ffffff;
}
.bg--dark .boxed:not([class*="bg-"]),
.imagebg:not(.image--light) .boxed:not([class*="bg-"]),
.bg--dark .large-features-2,
.bg--dark .pr-table-box,
.bg--dark .veticle-large-features-box,
.bg--dark .large-features-box,
.bg--dark .packages_wrapping {
  background: none;
  color: #fff;
}
.bg--dark .boxed:not([class*="bg-"]).boxed--border,
.imagebg:not(.image--light) .boxed:not([class*="bg-"]).boxed--border {
  border-color: #2a2b31;
}

.bg--dark:not(.nav-bar):not(.bar) h1,
.bg--dark:not(.nav-bar):not(.bar) h2,
.bg--dark:not(.nav-bar):not(.bar) h3,
.bg--dark:not(.nav-bar):not(.bar) h4,
.bg--dark:not(.nav-bar):not(.bar) h5,
.bg--dark:not(.nav-bar):not(.bar) h6,
.bg--dark:not(.nav-bar):not(.bar) i,
.bg--dark:not(.nav-bar):not(.bar) span:not(.btn__text),
.bg--dark:not(.nav-bar):not(.bar) p {
  color: #ffffff;
}
.bg--dark:not(.nav-bar):not(.bar) a:not(.btn) {
  color: #fff;
}
.bg--site {
  background: #ffffff;
}
.bg--primary p,
.bg--primary span,
.bg--primary ul,
.bg--primary a:not(.btn) {
  color: #fff;
}
.bg--primary h1,
.bg--primary h2,
.bg--primary h3,
.bg--primary h4,
.bg--primary h5,
.bg--primary h6,
.bg--primary i {
  color: #fff;
}
.bg--primary .color--primary {
  color: #fff !important;
}
.bg--light {
  background: #fff;
}
.bg--light p,
.bg--light span,
.bg--light ul,
.bg--light a:not(.btn) {
  color: #666666;
}
.bg--light h1,
.bg--light h2,
.bg--light h3,
.bg--light h4,
.bg--light h5,
.bg--light h6,
.bg--light i {
  color: #252525;
}
.bg--error {
  background: #e23636;
}
.bg--success {
  background: #4ebf56;
}
.imagebg:not(.image--light) .bg--light p,
.imagebg:not(.image--light) .bg--light span,
.imagebg:not(.image--light) .bg--light ul,
.imagebg:not(.image--light) .bg--light a:not(.btn) {
  color: #666666;
}
.imagebg:not(.image--light) .bg--light h1,
.imagebg:not(.image--light) .bg--light h2,
.imagebg:not(.image--light) .bg--light h3,
.imagebg:not(.image--light) .bg--light h4,
.imagebg:not(.image--light) .bg--light h5,
.imagebg:not(.image--light) .bg--light h6,
.imagebg:not(.image--light) .bg--light i {
  color: #252525;
}
.imagebg:not(.image--light) .bg--secondary {
  background: rgba(250, 250, 250, 0.2);
}
.image-bg:not(.image-light) *:not(a) {
  color: #fff;
}

/*---------------- Global Element: data-overlay --------------*/
[data-overlay] {
  position: relative;
}
[data-overlay]:before {
  position: absolute;
  content: "";
  background: #052044;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.theme-ov[data-overlay]:before {
  background: linear-gradient(
    109.7deg,
    rgba(229, 0, 57, 1) 1.8%,
    rgba(162, 91, 182, 1) 90.2%
  );
}
[data-overlay] *:not(.container):not(.bg-img-holder) {
  z-index: 2;
}
[data-overlay].image--light:before {
  background: #fff;
}
[data-overlay].bg--primary:before {
  background: #4a90e2;
}
[data-overlay="1"]:before {
  opacity: 0.1;
}
[data-overlay="2"]:before {
  opacity: 0.2;
}
[data-overlay="3"]:before {
  opacity: 0.3;
}
[data-overlay="4"]:before {
  opacity: 0.4;
}
[data-overlay="5"]:before {
  opacity: 0.5;
}
[data-overlay="6"]:before {
  opacity: 0.6;
}
[data-overlay="7"]:before {
  opacity: 0.7;
}
[data-overlay="8"]:before {
  opacity: 0.8;
}
[data-overlay="9"]:before {
  opacity: 0.9;
}
[data-overlay="10"]:before {
  opacity: 1;
}
[data-overlay="0"]:before {
  opacity: 0;
}

.imagebg {
  position: relative;
}
.imagebg .container {
  z-index: 2;
}
.imagebg .container:not(.pos-absolute) {
  position: relative;
}
.imagebg:not(.image--light) h1,
.imagebg:not(.image--light) h2,
.imagebg:not(.image--light) h3,
.imagebg:not(.image--light) h4,
.imagebg:not(.image--light) h5,
.imagebg:not(.image--light) h6,
.imagebg:not(.image--light) p,
.imagebg:not(.image--light) ul,
.imagebg:not(.image--light) blockquote {
  color: #fff;
}
.imagebg:not(.image--light) .bg--white h1,
.imagebg:not(.image--light) .bg--white h2,
.imagebg:not(.image--light) .bg--white h3,
.imagebg:not(.image--light) .bg--white h4,
.imagebg:not(.image--light) .bg--white h5,
.imagebg:not(.image--light) .bg--white h6 {
  color: #252525;
}
.imagebg:not(.image--light) .bg--white p,
.imagebg:not(.image--light) .bg--white ul {
  color: #666666;
}
div[data-overlay] h1,
div[data-overlay] h2,
div[data-overlay] h3,
div[data-overlay] h4,
div[data-overlay] h5,
div[data-overlay] h6 {
  color: #fff;
}
div[data-overlay] p {
  color: #fff;
}
.parallax {
  overflow: hidden;
}
/**! 07. Icons **/
.icon {
  line-height: 1em;
  font-size: 3.14285714em;
}
.icon--xs {
  font-size: 1em;
}
.icon--sm {
  font-size: 2.35714286em;
}
.icon--lg {
  font-size: 5.57142857em;
}
.imagebg:not(.image--light) span {
  color: #fff;
}
/*------------ Global Settings: Spinner ----------------*/

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: text-bottom;
  border: 3px solid;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: text-bottom;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 30px;
  height: 30px;
}

/*------------ GLobal Settings: Blockquote -------------*/
.clear {
  clear: both;
}

ol li {
  margin: 5px 0;
}

/*------------ GLobal Settings: Common Bg Style -------------*/
.bg-cover {
  background-size: cover !important;
  background-position: center !important;
}
.image-bg {
  background-size: cover !important;
  background-position: center !important;
}
.default-bg {
  background-size: initial !important;
  background-position: initial !important;
}
.image-bg-wrap {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.image-bg-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #182538;
  display: block;
  content: "";
  opacity: 0.8;
}

/*------------ GLobal Settings: vertical alignment -------------*/
html body.pkt-lrd-body .vt {
  vertical-align: top;
}

html body.pkt-lrd-body .vm {
  vertical-align: middle;
}

html body.pkt-lrd-body .vb {
  vertical-align: bottom;
}

/*-------------- GLobal Settings: Opacity ----------------*/
.op-8 {
  opacity: 0.8;
}

.op-7 {
  opacity: 0.7;
}

.op-5 {
  opacity: 0.5;
}

.op-3 {
  opacity: 0.3;
}

/*-------------- GLobal Settings: font weight ----------------*/
html body.pkt-lrd-body .font-bold {
  font-weight: 600;
}

html body.pkt-lrd-body .font-normal {
  font-weight: normal;
}

html body.pkt-lrd-body .f-style {
  font-style: normal;
}
/*-------------- GLobal Settings: Border ----------------*/
html body.pkt-lrd-body .b-0 {
  border: none !important;
}

html body.pkt-lrd-body .b-r {
  border-right: 1px solid #e0ecf5 !important;
}

html body.pkt-lrd-body .b-l {
  border-left: 1px solid #e0ecf5 !important;
}

html body.pkt-lrd-body .b-b {
  border-bottom: 1px solid #e0ecf5 !important;
}

html body.pkt-lrd-body .b-t {
  border-top: 1px solid #e0ecf5 !important;
}

html body.pkt-lrd-body .b-all {
  border: 1px solid #e0ecf5 !important;
}

/*-------------- GLobal Settings: Text Colors ----------------*/
.text-white {
  color: #ffffff !important;
}

.text-danger {
  color: #f33066 !important;
}

.text-muted {
  color: #8d97ad !important;
}

.text-warning {
  color: #ff9b20 !important;
}

.text-success {
  color: #2ea033 !important;
}

.text-info {
  color: #03a98a !important;
}

.text-inverse {
  color: #3e4555 !important;
}

html body.pkt-lrd-body .text-blue {
  color: #02bec9;
}

html body.pkt-lrd-body .text-purple {
  color: #7460ee;
}

html body.pkt-lrd-body .text-primary {
  color: #da0b4e !important;
}

html body.pkt-lrd-body .text-megna {
  color: #1dc8cd;
}

html body.pkt-lrd-body .text-dark {
  color: #8d97ad;
}

/*------------------------ Global Settings: Lists ------------------*/
.lists-4,
.lists-3,
.lists-2,
.lists-1 {
  margin: 0;
  padding: 0;
}
.lists-4 li,
.lists-3 li,
.lists-2 li,
.lists-1 li {
  list-style: none;
  margin: 1px 0 14px;
  line-height: 27px;
  margin-right: 22px;
  position: relative;
}
.lists-4 li:before,
.lists-3 li:before,
.lists-2 li:before,
.lists-1 li:before {
  font-family: "themify";
  margin: 0;
  position: relative;
  color: #66676b;
  float: right;
  margin-right: -22px;
  display: block;
}
.lists-4.color li:before,
.lists-3.color li:before,
.lists-2.color li:before,
.lists-1.color li:before {
  color: #d70040;
}
.lists-1 li:before {
  content: "\e71c";
  font-size: 13px;
}
.lists-2 li:before {
  content: "\e724";
  font-size: 13px;
}
.lists-3 li:before {
  content: "\e64c";
  font-size: 13px;
}
.lists-4 li:before {
  content: "\e65d";
  font-size: 13px;
}
/*------------- Global Settings: Avater --------------------*/
img.avatar-30 {
  max-width: 30px;
}
img.avatar-50 {
  max-width: 50px;
}
img.avatar-40 {
  max-width: 40px;
}
img.avatar-60 {
  max-width: 60px;
}
img.avatar-70 {
  max-width: 70px;
}
/*-------------- Global Settings: Alerts & Notification --------------*/
.alert-primary {
  color: #0055ff;
  background-color: #eaf1ff;
  border-color: #eaf1ff;
}
.alert-success {
  color: #2ea033;
  background-color: #e9ffeb;
  border-color: #e9ffeb;
}
.alert-warning {
  color: #ff9b20;
  background-color: #fff5e9;
  border-color: #fff5e9;
}
.alert-info {
  color: #08a7c1;
  background-color: #effdff;
  border-color: #effdff;
}
.alert-danger {
  color: #f33066;
  background-color: #ffe9e9;
  border-color: #ffe9e9;
}
.alert-dark {
  color: #3e4758;
  background-color: #eff4ff;
  border-color: #eff4ff;
}
.alert-secondary {
  color: #4b5d6f;
  background-color: #d6dfe8;
  border-color: #d6dfe8;
}
/*-------------- GLobal Settings: Background Colors ----------------*/
.bg-primary {
  background-color: #da0b4e !important;
}

.bg-success {
  background-color: #2ea033 !important;
}

.bg-info {
  background-color: #1ac790 !important;
}

.bg-warning {
  background-color: #ff9b20 !important;
}

.bg-danger {
  background-color: #f33066 !important;
}

.bg-orange {
  background-color: #ec2828 !important;
}

.bg-yellow {
  background-color: #fed700;
}

.bg-facebook {
  background-color: #3b5a9a;
}

.bg-twitter {
  background-color: #56adf2;
}

html body.pkt-lrd-body .bg-megna {
  background-color: #1dc8cd;
}

html body.pkt-lrd-body .bg-theme {
  background-color: #da0b4e;
}

html body.pkt-lrd-body .bg-inverse {
  background-color: #374158;
}

html body.pkt-lrd-body .bg-purple {
  background-color: #7460ee;
}

html body.pkt-lrd-body .bg-light {
  background-color: #f4f8fa !important;
}

html body.pkt-lrd-body .bg-light-primary {
  background-color: #f1effd;
}

html body.pkt-lrd-body .bg-light-success {
  background-color: #e8fdeb;
}

html body.pkt-lrd-body .bg-light-info {
  background-color: #cfecfe;
}

html body.pkt-lrd-body .bg-light-extra {
  background-color: #ebf3f5;
}

html body.pkt-lrd-body .bg-light-warning {
  background-color: #fff8ec;
}

html body.pkt-lrd-body .bg-light-danger {
  background-color: #f9e7eb;
}

html body.pkt-lrd-body .bg-light-inverse {
  background-color: #f6f6f6;
}

html body.pkt-lrd-body .bg-light {
  background-color: #f5f7f9;
}

html body.pkt-lrd-body .bg-white {
  background-color: #ffffff;
}

html body.pkt-lrd-body .bg-whites {
  background-color: #f4f5f7;
}

html body.pkt-lrd-body .bg-red {
  background-color: #e21137;
}

html body.pkt-lrd-body .bg-green {
  background-color: #4caf50;
}

html body.pkt-lrd-body .bg-sky {
  background-color: #20b2c1;
}

html body.pkt-lrd-body .bg-blue {
  background-color: #03a9f4;
}

html body.pkt-lrd-body .bg-dark-blue {
  background-color: #192c48;
}

/*-------------- GLobal Settings: Labels ----------------*/
.label {
  padding: 3px 15px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
  font-size: 75%;
}

.label-rounded {
  border-radius: 60px;
}

.label-custom {
  background-color: #1dc8cd;
}

.label-success {
  background-color: #2ea033;
}

.label-info {
  background-color: #da0b4e;
}

.label-warning {
  background-color: #ff9b20;
}

.label-danger {
  background-color: #f33066;
}

.label-megna {
  background-color: #1dc8cd;
}

.label-primary {
  background-color: #da0b4e;
}

.label-purple {
  background-color: #7460ee;
}

.label-red {
  background-color: #fb3a3a;
}

.label-inverse {
  background-color: #3e4555;
}

.label-default {
  background-color: #f4f8fa;
}

.label-white {
  background-color: #ffffff;
}

.label-light-success {
  background-color: #e8fdeb;
  color: #da0b4e;
}

.label-light-info {
  background-color: #cfecfe;
  color: #da0b4e;
}

.label-light-warning {
  background-color: #fff8ec;
  color: #ff9b20;
}

.label-light-danger {
  background-color: #f9e7eb;
  color: #f33066;
}

.label-light-megna {
  background-color: #e0f2f4;
  color: #1dc8cd;
}

.label-light-primary {
  background-color: #f1effd;
  color: #da0b4e;
}

.label-light-inverse {
  background-color: #f6f6f6;
  color: #3e4555;
}

/*------------ GLobal Settings: Table ------------*/
.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid transparent;
  border-top: 0px !important;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f9fb;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 1px solid #f7f9fb;
}
.table tr th,
.table tr td {
  border-color: #eaeff5;
  padding: 12px 15px;
  vertical-align: middle;
}
.table.tbl-big tr th,
.table.tbl-big tr td {
  padding: 20px 15px;
}
.table.tbl-big.center tr th,
.table.tbl-big.center tr td {
  padding: 20px 15px;
  text-align: center;
}
table.table tr th {
  font-weight: 500;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e !important;
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

/*----------- Group Button ------------*/
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .btn-secondary a {
  box-shadow: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.btn-group .btn-secondary:first-child {
  border-left: none !important;
}
.btn-group .btn {
  border-radius: 0.3rem;
  overflow: hidden;
  padding: 0px;
}
.btn-group .btn a {
  padding: 1rem 1.5rem;
}
.nav-link.active,
.btn-group .btn-secondary:hover a,
.btn-group .btn-secondary:focus a,
.btn-group .btn-secondary .nav-link {
  color: #ffffff;
}
label.btn {
  border: none !important;
}
.btn-group .btn-secondary a {
  color: #fff !important;
  background-color: #122947 !important;
  border-radius: 0 !important;
}
.btn-group .btn-secondary .nav-link.active,
.btn-group .btn-secondary .nav-link:hover,
.btn-group .btn-secondary .nav-link:focus {
  color: #fff;
  background-color: #d70040 !important;
}

/*------------- GLobal Settings: Badge ----------------*/
.badge {
  font-weight: 400;
}

.badge-xs {
  font-size: 9px;
}

.badge-xs,
.badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.badge-success {
  background-color: #2ea033;
}

.badge-info {
  background-color: #da0b4e;
}

.badge-primary {
  background-color: #da0b4e;
}

.badge-warning {
  background-color: #ff9b20;
}

.badge-danger {
  background-color: #f33066;
}

.badge-purple {
  background-color: #7460ee;
}

.badge-red {
  background-color: #fb3a3a;
}

.badge-inverse {
  background-color: #3e4555;
}

/*------------- GLobal Settings: List-style-none ----------------*/
ul.list-style-none {
  margin: 0px;
  padding: 0px;
}

ul.list-style-none li {
  list-style: none;
}

ul.list-style-none li a {
  color: #8d97ad;
  padding: 8px 0px;
  display: block;
  text-decoration: none;
  font-size: 15.5px;
}
ul.list-style-none li a:hover {
  color: #da0b4e;
}

/*------------- GLobal Settings: dropdown ----------------*/
.dropdown-item {
  padding: 8px 1rem;
  color: #607394;
  font-size: 14px;
}

/*------------- GLobal Settings: Buttons ----------------*/
.btn {
  border: 2px solid transparent;
}
.btn {
  color: #ffffff;
  padding: 12px 25px;
  cursor: pointer;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  border-radius: 0.1rem;
}
a.btn-trans-video {
  font-size: 1em;
  padding: 0.8em 1.6em;
  color: #da0b4e;
}
a.btn-trans-video i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  background: #da0b4e;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 20px;
  box-shadow: 0px 0px 0px 12px rgb(179, 220, 255);
  -webkit-box-shadow: 0px 0px 0px 12px rgb(179, 220, 255);
}
.light-vid a.btn-trans-video {
  color: #ffffff;
}
.light-vid a.btn-trans-video i {
  background: #3583ff;
  color: #ffffff;
  box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.5);
}
.btn:hover {
  color: #ffffff;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #263238;
  padding: 10px 15px;
}

.btn-link .underline {
  border-bottom: 1px solid #263238;
}

.btn-link:hover {
  color: #da0b4e;
}

.btn-light {
  color: #263238;
  border: 1px solid #ffffff;
  border-radius: 4px;
  margin-bottom: 5px;
  background-color: #e5e7ed;
}

.btn-light:hover {
  background: #252c41;
  color: #ffffff !important;
  border-color: #252c41;
}

.btn-lg {
  padding: 0.8em 2em;
  border-radius: 0.4rem;
  font-size: 1.2em;
}

.btn-md {
  padding: 1em 1.5em;
  font-size: 1em;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 12px;
}

.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 10px;
}

.btn-circle {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 10px;
}

.btn-circle.btn-md {
  padding: 18px 0px;
  width: 60px;
  height: 60px;
  font-size: 20px;
}

.btn-circle.btn-sm {
  width: 35px;
  height: 35px;
  padding: 8px 10px;
  font-size: 14px;
}

.btn-circle.btn-lg {
  width: 70px;
  height: 70px;
  padding: 24px 15px;
  font-size: 20px;
  line-height: 23px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 14px 15px;
  font-size: 24px;
}

.btn-rounded {
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
}

.btn-arrow {
  position: relative;
}

.btn-arrow span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: transform;
}

.btn-arrow:hover span,
.btn-arrow:focus span {
  -webkit-transform: translate3d(-1rem, 0, 0);
  transform: translate3d(-1rem, 0, 0);
}

.btn-arrow i {
  position: absolute;
  width: 1.1em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: right, opacity;
}

.btn-arrow:hover i,
.btn-arrow:focus i {
  opacity: 1;
  right: -2rem;
}
.btn-theme {
  background: #da0b4e;
  border-color: #da0b4e;
  color: #ffffff;
  transition: all ease 0.4s;
}
.btn-theme-2 {
  background: #3151b7;
  border-color: #3151b7;
  color: #ffffff;
  transition: all ease 0.4s;
}
.btn-theme-2:hover,
.btn-theme-2:focus {
  background: #da0b4e;
  border-color: #da0b4e;
  color: #ffffff !important;
}
.btn-outline-theme {
  color: #da0b4e;
  background-color: transparent;
  border: 2px solid #da0b4e;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-outline-theme:hover,
.btn-outline-theme:focus {
  color: #ffffff !important;
  background-color: #da0b4e;
  border-color: #da0b4e;
}
.btn-outline-theme-2 {
  color: #3151b7;
  background-color: transparent;
  border: 2px solid #3151b7;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-outline-theme-2:hover,
.btn-outline-theme-2:focus {
  color: #ffffff;
  background-color: #3151b7;
  border-color: #3151b7;
}
.btn-secondary,
.btn-secondary.disabled {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  background-color: #eef0f3;
  color: #8d97ad;
}

.btn-secondary:hover,
.btn-secondary.disabled:hover {
  color: #ffffff !important;
}

.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary.disabled.active,
.btn-secondary.disabled:active,
.btn-secondary.disabled:focus {
  color: #ffffff !important;
  background: #263238;
  border-color: #263238;
}

.btn-primary,
.btn-primary.disabled {
  background: #da0b4e;
  border: 1px solid #da0b4e;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-primary:hover,
.btn-primary.disabled:hover {
  background: #e05707;
  border: 1px solid #e05707;
  color: #ffffff !important;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus {
  background: #345bcb;
}

.btn-black {
  background: #263547 !important;
  color: #ffffff;
  border: 1px solid #263547 !important;
}

.btn-black:hover,
.btn-black:focus {
  background: #0f7dff;
  border: 1px solid #0f7dff;
}

.btn-success,
.btn-success.disabled {
  background: #2ea033;
  border: 1px solid #2ea033;
  color: #ffffff;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info.focus {
  background: #1ac790;
  border-color: #1ac790;
  color: #ffffff;
}

.btn-outline-info.active,
.btn-outline-info:active,
.btn-outline-info:focus {
  background: #1ac790;
}

.btn-outline-warning {
  color: #ff9b20;
  background-color: transparent;
  border-color: #ff9b20;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  background: #ff9b20;
  border-color: #ff9b20;
  color: #ffffff;
}

.btn-outline-warning.active,
.btn-outline-warning:active,
.btn-outline-warning:focus {
  background: #f1901a;
}

.btn-outline-danger {
  color: #f33066;
  background-color: transparent;
  border-color: #f33066;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  background: #f33066;
  border-color: #f33066;
  color: #ffffff;
}
.btn-outline-danger.active,
.btn-outline-danger:active,
.btn-outline-danger:focus {
  background: #d73e6b;
}

.btn-outline-red {
  color: #fb3a3a;
  background-color: transparent;
  border-color: #fb3a3a;
}

.btn-outline-red:hover,
.btn-outline-red:focus,
.btn-outline-red.focus {
  background: #fb3a3a;
  border-color: #fb3a3a;
  color: #ffffff;
}

.btn-outline-red.active,
.btn-outline-red:active,
.btn-outline-red:focus {
  background: #d73e6b;
}

.btn-outline-inverse {
  color: #3e4555;
  background-color: transparent;
  border-color: #3e4555;
}

.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse.focus {
  background: #3e4555;
  border-color: #3e4555;
  color: #ffffff;
}

.btn-outline-light:hover {
  color: #263238 !important;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #345bcb;
  border: 1px solid #345bcb;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
  background-color: #1fd628;
  border: 1px solid #1fd628;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
  background-color: #1ac790;
  border: 1px solid #1ac790;
  color: #ffffff;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus {
  background-color: #f1901a;
  border: 1px solid #f1901a;
  color: #ffffff;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
  background-color: #d73e6b;
  border: 1px solid #d73e6b;
  color: #ffffff;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
  background-color: #232a37;
  border: 1px solid #232a37;
  color: #ffffff;
}

/*----------- GLobal Settings: Video ------------------*/
.cover .video-block:not(:first-child):not(:last-child) {
  margin: 2.77em 0;
}
.video-play-icon {
  width: 6.42857143em;
  height: 6.42857143em;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  display: inline-block;
  border: 2px solid #ffffff;
  cursor: pointer;
  line-height: 6em;
  background: #ffffff;
  box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2);
}
.video-play-icon a {
  font-size: 3em;
  color: #da0b4e;
}
/*----------- GLobal Settings: Pagination ------------------*/
.pagination {
  display: table;
  padding-left: 0;
  border-radius: 4px;
  margin: 20px auto 0 !important;
}

.pagination > li > a,
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: right;
  padding: 0;
  margin: 5px;
  color: #5a6f7c;
  text-decoration: none;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #eaeff5;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > li > a:focus,
.pagination > li > a:hover {
  z-index: 2;
  color: #ffffff;
  cursor: pointer;
  background-color: #da0b4e;
  border-color: #da0b4e;
}

.pagination li:first-child a {
  background: #da0b4e;
  border: 1px solid #da0b4e;
  border-radius: 50% !important;
  color: #fff;
}

.pagination li:last-child a {
  background: #35434e;
  border: 1px solid #35434e;
  border-radius: 50% !important;
  color: #fff;
}
.pagination > li {
  display: inline;
}
.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #da0b4e;
  border-color: #da0b4e;
}
/*----------- Global Settings: Custom Checkbox & Radio Button ----------------*/
.checkbox-custom,
.radio-custom {
  opacity: 0;
  position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  cursor: pointer;
}
.checkbox-custom-label,
.radio-custom-label {
  position: relative;
}
.checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background: #fff;
  border: 2px solid #d8dfe6;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  padding: 2px;
  margin-left: 10px;
  text-align: center;
}

.radio-custom + .radio-custom-label:before {
  content: "";
  background: #fff;
  border: 2px solid #d8dfe6;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
  background: #da0b4e;
  border-radius: 2px;
  box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
  background: #da0b4e;
  box-shadow: inset 0px 0px 0px 4px #fff;
}
.company-brands label {
  font-weight: normal;
  color: #828f99;
  font-size: 15px;
}

.checkbox-custom:focus + .checkbox-custom-label,
.radio-custom:focus + .radio-custom-label {
  outline: none; /* focus style */
}
.company-brands input[type="checkbox"]:focus {
  outline: none;
}
.company-brands label:focus {
  outline: none;
}

/*----------- GLobal Settings: Custom Radio Button ------------*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  right: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-right: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #da0b4e;
  position: absolute;
  top: 3px;
  right: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*------------- GLobal Settings: Bootstrap 4 hack --------------*/
.card-columns {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.card-columns .card {
  margin-bottom: 30px;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

/*---------- GLobal Settings: Section Heading Style ---------*/
.sec-heading {
  margin-bottom: 2rem;
}
.sec-heading.lg {
  margin-bottom: 30px;
}
.sec-heading.center {
  text-align: center;
}
.sec-heading h2,
.sec-heading p {
  margin-bottom: 5px;
}
.sec-heading.light h2,
.sec-heading.light p {
  color: #ffffff;
}
.color-heading .sec-heading h2 {
  color: #d70040;
}
.sec-heading p {
  margin-bottom: 0;
  line-height: 1.2;
}
.sec-heading-flex {
  display: flex;
  width: 100%;
  margin-bottom: 1.5rem;
  align-items: center;
  position: relative;
}
.sec-heading-flex-one {
  flex: 1;
}
.sec-heading-flex-one h2 {
  margin-bottom: 0;
  font-size: 22px;
  font-family: "Playfair Display", serif;
}

.single-items {
  padding: 0 10px;
}
.property-slide,
.item-slide {
  margin: 0 -15px;
}
.sec-heading2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sec-left {
  flex: 1;
}
.sec-left h3 {
  font-size: 20px;
  margin-bottom: 0px;
}
.sec-right a {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.7;
}
/*------------ GLobal Settings: All Forms Style ---------------*/
.frm_submit_block {
  margin-bottom: 30px;
}
.form-control {
  height: 54px;
  border-radius: 4px;
  font-size: 14px;
  box-shadow: none;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e6eaf3;
  background-clip: initial;
}
.submit-form .form-control,
.submit-page .form-control,
.frm_submit_block .form-control {
  background: #f9fafc;
  border: 1px solid #ebedf5;
  border-radius: 3px;
  color: #646e77;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
.frm_submit_block h3 {
  margin-left: 10px;
}
.form-control.simple {
  background: #f2f3f5;
  border-color: #f2f3f5;
  border-radius: 4px;
}
.select2-container {
  width: 100% !important;
  z-index: 55;
}
span.select2-selection.select2-selection--single {
  padding-left: 15px;
  border-radius: 4px;
  border: 1px solid #e6eaf3;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 0;
  border: none;
  height: 54px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #16447d;
  font-weight: 500;
  line-height: 54px;
  text-align: right;
  padding: 0 15px 0 0;
  width: 100%;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 50px;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 20px;
}
.full_search_box.modern
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 29px;
}
.full_search_box.modern
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 29px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #647b9c transparent transparent transparent;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #647b9c;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  left: 14px;
  top: 1px;
}
.image-bg .form-control,
.bg--dark .form-control {
  color: #495057 !important;
}
select.form-control:not([size]):not([multiple]) {
  height: 56px;
}
select.form-control.fc-lg:not([size]):not([multiple]) {
  height: 62px;
}
.form-control.fc-lg {
  height: 62px;
}
textarea.form-control {
  height: 140px;
}
textarea.form-control.big {
  height: 180px;
}
.form-control::-webkit-input-placeholder {
  color: #647b9c;
  font-weight: 500;
}
.form-control:-ms-input-placeholder {
  color: #647b9c;
  font-weight: 500;
}
.form-control::placeholder {
  color: #647b9c;
  font-weight: 500;
}

/*------------- Form --------------*/

.frm_submit_block .select2-container--default .select2-selection--single {
  background-color: #f9fafc;
  border-radius: 0;
  border: none;
  height: 56px;
  border: 1px solid #ebedf5;
  border-radius: 4px;
  padding-left: 15px;
}
.frm_submit_block
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 55px;
}

/*---------- Input Group -----------*/
.input-group .form-control {
  border-radius: 4px;
}
footer.style-2 {
  padding-top: 0;
}
.top-footer {
  padding: 3rem 0;
}
.foot-news-first h5 {
  margin: 0;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.top-footer .input-group-text {
  background: transparent;
  border: none;
  cursor: pointer;
}
.top-footer input.form-control {
  border: none;
  background: transparent !important;
  min-width: 270px;
}
.top-footer .input-group {
  background: transparent;
  border-radius: 4px;
}
.foot-news-last .input-group-text {
  color: #ffffff;
}
.top-footer .input-group {
  background: transparent;
  border-radius: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.top-footer .input-group .form-control {
  color: #ffffff;
}
.top-footer .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}
.top-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}
.top-footer .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}
.dark-footer .top-footer {
  border-bottom: 1px solid #333c56;
}
.dark-footer .input-group {
  background: #2c344c;
}
.dark-footer .input-group-text {
  color: #7482ad;
}
.dark-footer .top-footer input.form-control {
  color: #ffffff;
}
.dark-footer .foot-news-first h5 {
  color: #ffffff;
}
/**************************************
	Header Navigation Styles
***************************************/
/*---------- Alert Top ---------------*/
.alert.alert_top {
  background: #003783;
  padding: 0.55rem 1.25rem;
  margin: 0;
  font-size: 14px;
  border-radius: 0;
}
.alert_caption {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.alert_rate {
  display: inline-block;
  margin-left: 10px;
  font-size: 9px;
  color: #ffffff;
}
.alert_rate i.filled {
  color: #ff9800;
}
.alert_rate i {
  margin-right: 2px;
}
.alert_caption {
  color: #5ab2fe;
}
.alert_caption a {
  color: #ffffff;
}

.alert_caption p {
  margin: 0;
  display: inline-block;
}
.alert-dismissible .close {
  position: absolute;
  top: 7px;
  right: 15px;
  padding: 0.65rem 1.25rem;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  background: transparent;
}

/*----------- Navigation -------------*/
.nav-brand,
.nav-brand:focus,
.nav-brand:hover,
.nav-menu > li > a {
  color: #303740;
}

.menu__list,
.nav-dropdown,
.nav-menu,
ul {
  list-style: none;
}

.menu__link,
.navigation,
.navigation * {
  -webkit-tap-highlight-color: transparent;
}

.navigation,
.navigation * {
  box-sizing: border-box;
}

.navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-size: 14px;
}

.nav-toggle,
.navigation-hidden .nav-header {
  display: none;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
  letter-spacing: 0.1px;
}
.align-to-left {
  float: left;
  letter-spacing: 0.1px;
}

.nav-header {
  float: right;
}

.nav-brand {
  padding: 17px 15px;
  font-size: 24px;
  margin-left: 1rem;
  padding-right: 0;
  text-decoration: none !important;
}

.deatils ul li a,
.indicate a,
.logo h1 a,
.nav-button,
.nav-dropdown > li > a,
.nav-menu > li > a,
nav a {
  text-decoration: none;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.deatils ul li a,
.indicate a,
.menu__link:focus,
.menu__link:hover,
nav a,
nav a:focus,
nav a:hover {
  outline: 0;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 15px;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70798b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #1c2138;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.8s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70798b;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.nav-menu > li {
  display: inline-block;
  text-align: right;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #2d3454;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #2d3454;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li > a {
  padding: 25px 12px;
  display: inline-block;
  transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu > li > a {
  height: auto;
  width: 100%;
  color: #787fa0;
  padding: 12px 15px 12px 26px;
}

.nav-menu > .active > a,
.nav-menu > .focus > a,
.nav-menu > li:hover > a {
  color: #d70040 !important;
}

.nav-menu > li > a > [class*="ion-"],
.nav-menu > li > a > i {
  width: 18px;
  height: 16px;
  line-height: 16px;
  top: 1px;
  position: relative;
}

.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;

  border: none !important;
}
.nav-menu + .nav-menu > li:first-child {
  position: relative;
}
.nav-menu + .nav-menu.dhsbrd > li:first-child:before {
  display: none;
}
.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa,
.nav-menu.nav-menu-social > li > a > .fas {
  font-size: 15px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-right: 6px;
  margin-top: 6px;
  float: left;
  transition: all 0.3s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: border 0.3s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron,
.nav-menu > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #d70040 #d70040 transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70798b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: color 0.3s;
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #d70040;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type="search"],
.nav-search-inner input[type="text"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: 0;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="search"],
.navigation-portrait .nav-search-inner input[type="text"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70798b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.nav-button,
.nav-text {
  display: inline-block;
  font-size: 14px;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background-color: #d70040;
  transition: opacity 0.3s;
}

.nav-button:focus,
.nav-button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  color: #70798b;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 250px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  right: 100%;
}

.nav-menu > li .nav-dropdown {
  border: none;
  padding: 15px;
  background: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
  -webkit-box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
}
.nav-menu > li > .nav-dropdown:before {
  background-color: #ffffff;
  content: "";
  width: 22px;
  height: 22px;
  left: 27px;
  top: -12px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
}
.nav-dropdown > li {
  width: 100%;
  float: right;
  clear: both;
  position: relative;
  text-align: right;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 14px 10px 14px 20px;
  border-bottom: 1px solid #e4e8ec;
  display: inline-block;
  color: #4d5662;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nav-dropdown > li:last-child > a {
  border-bottom: none;
}
.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  padding-right: 20px;
  color: #d70040;
}
.social-icon a i,
.social-icons a i {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 16px;
}

.nav-dropdown > .focus > a,
.nav-dropdown > li:hover > a {
  color: #da0b4e;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait
  .nav-dropdown
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  left: 15px;
  top: 16px;
  position: absolute;
}

.menu__list,
.navbar,
nav a {
  position: relative;
}

.navigation-portrait .submenu-indicator {
  left: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navigation-portrait
  .nav-dropdown
  .submenu-indicator
  .submenu-indicator-chevron {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-dropdown > .focus > a .submenu-indicator-chevron,
.nav-dropdown > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #d70040 #d70040 transparent;
}

.navigation-landscape .nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape
  .nav-dropdown-left
  .submenu-indicator
  .submenu-indicator-chevron {
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

nav a {
  display: inline-block;
}

.header {
  background: #fff;
  z-index: 4;
}

.header-top {
  padding: 1em 0;
  background: #05222a;
}

.indicate {
  float: left;
}

.deatils {
  float: right;
}

.indicate a {
  font-size: 1.1em;
  color: #c6c7c7;
  vertical-align: middle;
}

.deatils ul li i,
.indicate i {
  font-size: 1.2em;
  color: #888f90;
  vertical-align: middle;
}

.indicate i {
  margin-right: 0.5em;
}

.deatils ul li {
  display: inline-block;
  margin: 0 5px;
}

.deatils ul li i {
  margin-right: 0.5em;
}

.deatils ul li a {
  font-size: 1.1em;
  color: #c6c7c7;
  vertical-align: middle;
}

.social-icons {
  float: right;
  margin-top: 0.7em;
}

.logo h1 a {
  color: #fff;
  font-size: 1.3em;
}

.logo span {
  display: block;
  font-size: 0.32em;
  letter-spacing: 4px;
}

.header-bottom {
  padding: 1em 0;
}

.navbar-nav {
  float: left;
  margin: 0;
}

.navbar-default {
  background: #fff;
  border: none !important;
}

.navbar-default .navbar-nav > li > a {
  color: #05222a;
  font-size: 1.3em;
  font-weight: 900;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #02b875;
  background-color: #fff;
}

.navbar {
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #05222a;
  background-color: #fff;
}

.menu__list {
  -webkit-flex-wrap: inherit;
  flex-wrap: inherit;
}

.menu__item {
  display: block;
  margin: 1em 0;
}

.menu__link {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}

.menu--francisco .menu__item {
  margin: 0 1.5em;
}

.menu--francisco .menu__link {
  position: relative;
  /* overflow: hidden; */
  height: 3em;
  padding: 1em 0;
  text-align: center;
  color: #b5b5b5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.menu--francisco .menu__link:focus,
.menu--francisco .menu__link:hover {
  color: #929292;
}

.menu--francisco .menu__item--current .menu__link {
  color: #02b875;
}

.menu--francisco .menu__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  opacity: 0;
  background: #02b875;
  -webkit-transform: translate3d(0, -3em, 0);
  transform: translate3d(0, -3em, 0);
  -webkit-transition: -webkit-transform 0s 0.3s, opacity 0.2s;
  transition: transform 0s 0.3s, opacity 0.2s;
}

.menu--francisco .menu__item--current .menu__link::before,
.menu--francisco .menu__link:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.1s;
  transition: transform 0.5s, opacity 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menu--francisco .menu__helper {
  display: block;
  pointer-events: none;
}

.menu--francisco .menu__item--current .menu__helper,
.menu__link:hover .menu__helper {
  -webkit-animation: anim-francisco 0.3s forwards;
  animation: anim-francisco 0.3s forwards;
}

@-webkit-keyframes anim-francisco {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes anim-francisco {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.nav-menu.nav-menu-social > li.login_click {
  border-radius: 2px;
  top: 19px;
  position: relative;
  height: 45px;
  padding: 0px;
  margin-left: 10px;
}
.nav-menu.nav-menu-social > li.login_click.style-2 {
  border-radius: 4px;
  min-width: 140px;
  top: 17px;
  position: relative;
  height: 46px;
}
.nav-menu.nav-menu-social > li.login_click a {
  top: 0px;
  padding: 30px 20px;
  color: #ffffff !important;
}
.nav-menu.nav-menu-social > li.login_click.dark-bg {
  background: #2e3654;
}

.nav-menu.nav-menu-social > li.login_click.bg-whit {
  background: #ffffff !important;
}

.nav-menu.nav-menu-social > li.login_click.bg-whit a {
  color: #333333 !important;
}
.nav-brand img {
  max-width: 120px;
  position: relative;
  top: 0px;
}
.nav-menu.nav-menu-social > li.login_click {
  border-radius: 4px;
  top: 14px;
  position: relative;
  height: 42px;
  padding: 0 5px;
  margin-right: 10px;
  background: #131b31;
  border: 1px solid #131b31;
}
.nav-menu.nav-menu-social > li.login_click.search {
  border-radius: 4px;
  top: 15px;
  position: relative;
  height: 42px;
  padding: 0 5px;
  margin-left: 10px;
  background: transparent;
  border: none;
}
.login_click.search .form-inline.addons .form-control {
  border-radius: 0 3px 3px 0;
  height: 42px;
  font-size: 13px;
}
.login_click.search .form-inline.addons button {
  border-radius: 3px 0 0 3px;
  height: 42px;
  padding: 0 0 0 15px;
}
.nav-menu.nav-menu-social > li.login_click.bg-green {
  background: #00ba74;
  border: 1px solid #00ba74;
}
.nav-menu.nav-menu-social > li.login_click.bg-red {
  background: #da0b4e;
  border: 1px solid #da0b4e;
}
.nav-menu.nav-menu-social > li.login_click.bg-blue {
  background: #2983f5;
  border: 1px solid #2983f5;
}
.nav-menu.nav-menu-social > li.login_click.light {
  transition: all ease 0.4s;
  background: #ffffff;
  border: 1px solid rgba(100, 123, 156, 0.3) !important;
}
.nav-menu.nav-menu-social > li.login_click.light a {
  color: #da0b4e !important;
}
.nav-menu.nav-menu-social > li.login_click.light.green a {
  color: #202b44 !important;
}
.nav-menu.nav-menu-social > li.login_click.light:hover,
.nav-menu.nav-menu-social > li.login_click.light:focus {
  background: #da0b4e;
  border-color: #da0b4e !important;
}
.nav-menu.nav-menu-social > li.login_click.light:hover a,
.nav-menu.nav-menu-social > li.login_click.light:focus a {
  color: #ffffff !important;
}
/*--------- Dashboard Dropdown ----------*/
.btn-group.account-drop {
  position: relative;
  padding: 19px 15px;
}
.account-drop .dropdown-menu a {
  padding: 0.6rem 0;
  font-size: 14px;
}
.account-drop .dropdown-menu {
  top: 60px !important;
  right: 0 !important;
  background: #fff;
  box-shadow: none;
  border: solid 1px #ebedf3;
  min-width: 200px;
  left: initial !important;
  padding: 0.4rem 1rem;
}
/*----------Dark Menu --------*/
@media (min-width: 992px) {
  .nav-menu.nav-menu-social > li.login_click.bg-white {
    background: #ffffff !important;
  }
  .nav-menu.nav-menu-social > li.login_click.bg-white a {
    color: #333333 !important;
  }
  .header.header-fixed {
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    background: #ffffff;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
  }
  .header.head-shadow {
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
  }
  .nav-menu.nav-menu-social > li.login_click a {
    top: -10px;
  }
  .nav-menu.nav-menu-social > li.login_click a {
    /* top: 0; */
    padding: 20px 15px;
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
  }
  .nav-menu.nav-menu-social > li.login_click.style-2 a {
    top: -16px;
  }
  .header.header-dark {
    background-color: #1f263e;
  }
  .header.header-dark .nav-brand,
  .header.header-dark .nav-brand:focus,
  .header.header-dark .nav-brand:hover,
  .header.header-dark .nav-menu > li > a {
    color: #ffffff;
  }

  .header.header-dark .nav-menu > li .nav-dropdown {
    background: #232b46;
  }
  .header.header-dark .nav-dropdown > li > a {
    border-bottom: 1px solid #2e3654;
  }
  .header.header-dark .nav-menu > li > .nav-dropdown:before {
    background-color: #232b46;
  }

  /*------ transparent --------*/
  .header.header-transparent {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    z-index: 4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header.header-transparent.header-fixed {
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    background: #ffffff;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
  }
  .header.header-transparent .nav-brand,
  .header.header-transparent .nav-brand:focus,
  .header.header-transparent .nav-brand:hover,
  .header.header-transparent .nav-menu > li > a {
    color: #ffffff;
  }
  .header.header-transparent.header-fixed .nav-brand,
  .header.header-transparent.header-fixed .nav-brand:focus,
  .header.header-transparent.header-fixed .nav-brand:hover,
  .header.header-transparent.header-fixed .nav-menu > li > a {
    color: #404656;
  }
  .change-logo .nav-brand.fixed-logo {
    display: none;
  }
  .change-logo.header-fixed .nav-brand.fixed-logo {
    display: block;
  }
  .change-logo.header-fixed .nav-brand.static-logo {
    display: none;
  }

  .dark-text .nav-brand,
  .header-transparent.dark-text .nav-brand:focus,
  .header-transparent.dark-text .nav-brand:hover,
  .header-transparent.dark-text .nav-menu > li > a {
    color: #404656;
  }
  .header-transparent.dark-text .nav-menu > li > a:hover,
  .header-transparent.dark-text .nav-menu > li > a:focus {
    color: #d70040;
  }
}

/*--------------- List Style ------------------*/
.education_block_list_layout {
  position: relative;
  width: 100%;
  align-items: center;
  display: flex;
  align-items: center;
  border: 1px solid #e8ebf1;
  background: #ffffff;
  border-radius: 0.4rem;
  margin-bottom: 30px;
  padding: 1rem;
}
.education_block_list_layout .education_block_thumb {
  width: 200px;
  height: 180px;
  margin: 0;
  border-radius: 0.4rem;
  overflow: hidden;
}
.education_block_list_layout .education_block_thumb img {
  width: 100%;
  align-items: center;
  object-fit: cover;
  height: 100%;
}
.education_block_list_layout .list_layout_ecucation_caption {
  display: block;
  width: auto;
  flex: 1;
}
.education_block_list_layout .education_block_body .bl-title {
  font-size: 17px;
  line-height: 1.2;
  margin: 0;
}
.education_block_list_layout .education_block_body .bl-title a {
  color: #2d3954;
}
.education_block_list_layout .course_rate_system {
  display: flex;
  align-items: center;
  /* width: 100%;*/
}
.education_block_list_layout .course_ratting {
  margin-left: 12px;
}
.education_block_list_layout .course_ratting i {
  font-size: 10px;
  color: #ccd4e6;
}
.education_block_list_layout .course_ratting i.filled {
  color: #ff9800;
}
.education_block_list_layout .course_reviews_info {
  font-size: 12.5px;
  font-weight: 400;
}
.education_block_list_layout .course_reviews_info strong {
  font-size: 16px;
  margin-right: 1px;
}
.education_block_list_layout .course_reviews_info strong.mid {
  color: #ff9800;
}
.education_block_list_layout .course_reviews_info strong.good {
  color: #11b176;
}
.education_block_list_layout .course_reviews_info strong.high {
  color: #8bc34a;
}
.course_reviews_info strong.poor {
  color: #e91e63;
}
.education_block_list_layout .education_block_footer {
  padding: 0.5rem 1.5rem;
  border: none;
}
.education_block_list_layout .cources_info_style3 ul li {
  width: 100%;
  flex: 0 0 100%;
}
.education_block_list_layout .cources_info_style3 {
  padding: 0;
  margin: 0;
}
.education_block_list_layout .cources_price {
  position: relative;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  font-size: 20px;
  font-weight: bold;
  color: #203675;
  font-family: vazir;
}
.education_block_list_layout .less_offer {
  margin-right: 8px;
  font-size: 13px;
  /* font-weight: 400; */
  opacity: 0.5;
  text-decoration: line-through;
}
.education_block_list_layout .education_block_body {
  padding: 0 20px 20px;
}

/*----------- Modern Btn Style ------------*/
.btn.btn-modern {
  background: rgba(218, 11, 78, 0.1);
  transition: all ease 0.4s;
  color: #da0b4e;
  border-radius: 6px;
  height: 54px;
  padding: 0 25px 0 5px;
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: center;
}
.btn.btn-modern span {
  height: 44px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.4s;
  position: relative;
  background: #da0b4e;
  border-radius: 4px;
  color: #ffffff;
  margin-right: 20px;
}
.btn.btn-modern:hover,
.btn.btn-modern:focus {
  background: #da0b4e;
  color: #ffffff;
}
.btn.btn-modern:hover span,
.btn.btn-modern:focus span {
  background: #ffffff;
  color: #da0b4e;
}

/*------------ Arrow Slide Style ---------------*/
.singles_items {
  padding: 0 10px;
}
.singles_items_border_bottom {
  border-bottom: 3px solid #28a745;
}
.slick-next,
.slick-prev {
  top: -35px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: all ease 0.4s;
  border: 1px solid #f0f3fb;
}
.slick-prev {
  right: 55px;
  left: auto;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 15px;
  line-height: 1;
  opacity: 1;
  color: #515c7b;
  font-family: themify;
  content: "\e649";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before {
  content: "\e64a";
}

/*----------- Arrow Middle -------------*/
.arrow_middle .slick-next,
.arrow_middle .slick-prev {
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  z-index: 1;
  opacity: 0;
  transition: all ease 0.4s;
  background: #ffffff !important;
  border-radius: 50%;
}
.arrow_middle .slick-prev {
  right: 0;
  left: 15px;
}
.arrow_middle:hover .slick-next,
.arrow_middle:hover .slick-prev,
.arrow_middle:focus .slick-next,
.arrow_middle:focus .slick-prev {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  text-align: center;
  opacity: 0.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #23b39f;
  border-radius: 50px;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
  background: #da0b4e;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #da0b4e;
}

/*----------------------- Slide Featured Course In Tab -----------------*/
.nav-tabs.side-cates {
  border-bottom: 1px solid #dde2f1;
}
.side-cates .nav-link {
  padding: 10px 15px !important;
}
.side-cates .nav-link {
  padding: 10px 15px !important;
  border: none !important;
  background: transparent !important;
  color: #3f4752;
  opacity: 1;
}
.nav-tabs.side-cates .nav-item.show .nav-link,
.nav-tabs.side-cates .nav-link.active {
  color: #da0b4e;
}
a.btn-br-more {
  background: transparent;
  border: 1px solid #c8cedc;
  padding: 12px 20px;
  border-radius: 4px;
  background: #ffffff;
}
/*----------- Course category overlay ------------*/
.course_overlay_cat {
  border: none;
  margin-bottom: 25px;
  border-radius: 0.2rem;
  overflow: hidden;
}
.course_overlay_cat .course_overlay_cat_thumb {
  width: 100%;
  padding: 0px;
  display: inline-block;
  height: 100%;
}
.course_overlay_cat_thumb a {
  display: inline-block;
  position: relative;
  width: 100%;
}
.course_overlay_cat_thumb a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #1b2338;
  transition: 0.4s all ease;
  opacity: 0.8;
  border-radius: 0.4rem;
}
.course_overlay_cat_thumb img {
  height: 100%;
  max-height: 196px;
  object-fit: cover;
  width: 100%;
}
.course_overlay_cat_caption {
  width: 100%;
  position: absolute;
  bottom: 40px;
  margin: 0 auto;
  right: 30px;
}

.course_overlay_cat_caption h4 {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 1;
  /* letter-spacing: 1px;*/
}
.course_overlay_cat_caption h4 a {
  color: #ffffff !important;
}
.course_overlay_cat_caption span {
  font-size: 12px;
  color: #ffffff;
  margin-top: 0px;
}

/*------------- Accordion ---------------*/
.collapsible-link::before {
  content: "";
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  left: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: "";
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded="true"]::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded="true"]::before {
  transform: rotate(180deg);
}
.card-header {
  position: relative;
}
.card {
  border-color: #e8edf7;
  margin-bottom: 10px;
}
.accordion_title {
  text-transform: capitalize;
  font-size: 16px;
}
/*------------- Page Title -------------*/
.page-title {
  text-align: center;
}
.breadcrumb-title {
  margin: 0;
}
.breadcrumb-ol {
  box-shadow: none;
  list-style: none;
}
.page_sidebar {
  position: relative;
  width: 90%;
  margin-bottom: 30px;
  border: 2px solid #e6ebf1;
  border-radius: 0.4rem;
  padding: 2rem 1rem;
}
.ordering {
  text-align: right;
}
.btn-custom.dropdown-toggle {
  background: #ffffff;
  border: 2px solid #e6ebf1;
  border-radius: 4px;
  color: #647b9c !important;
  font-size: 14px;
}
/*--------------- Offscreen Overlay ------------*/
.filter-sidebar {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow: hidden;
  transition: 0.5s;
  padding-top: 20px;
  padding-bottom: 2rem;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}
.filter-sidebar .show-hide-sidebar {
  padding: 10px 30px 10px 20px;
  overflow-y: scroll;
  position: relative;
  width: calc(100% + 11px);
  min-height: 300px;
  display: block;
  height: 100%;
}
.filter-sidebar .ur-detail-wrap {
  padding: 0 1.4em 2em 1.4em;
}
.filter-sidebar .closebtn {
  position: relative;
  font-size: 36px;
  margin-left: 00px;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  padding: 0;
  color: #2d4767;
}
.filt-head {
  display: flex;
  padding: 0 1rem 1rem 1.5rem;
  flex-wrap: wrap;
  align-items: center;
}
.filt-head .filt-first {
  flex: 1;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.filter_wraps {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
div#main2 {
  margin-left: 5px;
}
#main2 .filter_open {
  font-size: 14px;
  cursor: pointer;
  left: auto;
  line-height: 42px;
  overflow: hidden;
  letter-spacing: 0;
  padding: 0 18px;
  position: relative;
  right: 0;
  text-align: center;
  top: 38px;
  z-index: 1;
  top: 0px;
  color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
}
#main2 .filter_open.relative {
  position: relative;
  width: 100%;
  height: 50px;
  right: 0;
  display: inline-block;
}
.btn.arrow-btn.filter_open span {
  margin-left: 28px;
}
.btn.arrow-btn.filter_open:before {
  right: 45px;
}
.btn.btn-loader {
  background: #ffffff;
  color: #da0b4e;
  border: 2px solid #c9cddc;
  border-radius: 4px;
  height: 54px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 40px;
  font-weight: 600;
  transition: all ease 0.4s;
  font-family: vazir;
}
.btn.btn-loader:hover,
.btn.btn-loader:focus {
  background: #da0b4e;
  color: #ffffff;
  border: 2px solid #da0b4e;
}

button.close {
  width: 30px;
  height: 30px;
  font-size: 11px;
  align-items: center;
  justify-content: center;
  background: #e5e8ef;
  border-radius: 50%;
  text-shadow: none;
  opacity: 1;
  padding: 0;
  padding: 0 !important;
  cursor: pointer !important;
  margin: 0 !important;
}
h4.modal-header-title {
  margin: 2rem auto 2rem;
  text-align: center;
  display: block;
  font-size: 24px;
  font-weight: 400;
}
.login-form .form-control {
  border-radius: 4px;
}
.login-form .input-with-gray .form-control {
  background: #f4f5f7;
}
.login-form .input-with-gray.light .form-control {
  background: rgba(17, 175, 109, 0.1);
  color: #11af6d;
  border-color: rgba(17, 175, 109, 0.2);
}
.login-form .input-with-gray.light .form-control::-webkit-input-placeholder {
  color: #11af6d;
}
.login-form .input-with-gray.light .form-control:-ms-input-placeholder {
  color: #11af6d;
}
.login-form .input-with-gray.light .form-control::placeholder {
  color: #11af6d;
}
.mf-link {
  flex: 1;
}
.mf-link i {
  margin-right: 10px;
}

/*------------------ Course Design -----------------*/
.dashboard_single_course {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 20px 30px 20px;
  border-bottom: 1px solid #dadfea;
}
.dashboard_single_course_thumb {
  width: 280px;
  height: 220px;
  border-radius: 0.3rem;
  position: relative;
  overflow: hidden;
  transition: all ease 0.4s;
}
.dashboard_single_course_thumb img {
  height: 100%;
  object-fit: cover;
}
.dashboard_single_course_thumb:before {
  background: #0f1621;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  position: absolute;
  content: "";
  border-radius: 0.3rem;
  transition: all ease 0.4s;
  opacity: 0;
}
.dashboard_action {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  top: 45%;
  opacity: 0;
  transition: all ease 0.4s;
}
.dashboard_action .btn.btn-ect {
  padding: 7px 25px;
  background: rgba(255, 255, 255, 0.2);
  margin: 4px;
  color: #ffffff;
  border-radius: 50px;
}
.dashboard_single_course_caption {
  width: 100%;
  flex: 1;
  padding-right: 20px;
  position: relative;
}
.dashboard_single_course_head {
  display: flex;
  align-items: center;
  width: 100%;
}
.dashboard_single_course_head_flex {
  flex: 1;
}
.dashboard_course_title {
  font-size: 16px;
  margin-bottom: 2px;
}
.dashboard_rats {
  display: flex;
  align-items: center;
}
.dashboard_rating {
  margin-left: 10px;
}
.dashboard_rating i {
  font-size: 12px;
}
.dashboard_rating i.filled {
  color: #ff9800;
}
.dashboard_single_course_des {
  margin-top: 1rem;
}
.progress-bar {
  height: 5px;
}
.dashboard_single_course_progress {
  display: flex;
  align-items: center;
  width: 100%;
}
.dashboard_action.circle .btn.btn-ect {
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  margin: 4px;
  color: #ffffff;
  border-radius: 50px;
  width: 44px;
  height: 44px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
}
.dashboard_action.circle .btn.edit {
  background: #2196f3;
}
.dashboard_action.circle .btn.view {
  background: #8bc34a;
}
.dashboard_action.circle .btn.delete {
  background: #da0b4e;
}
.dashboard_single_course_progress_1 {
  flex: 1;
  padding-left: 8rem;
}
.dashboard_single_course:hover .dashboard_action,
.dashboard_single_course:focus .dashboard_action {
  opacity: 1;
}
.dashboard_single_course:hover .dashboard_single_course_thumb:before,
.dashboard_single_course:focus .dashboard_single_course_thumb:before {
  opacity: 0.7;
}

span.payment_status {
  padding: 5px 15px;
  border-radius: 3px;
  font-size: 13px;
  background: #f4f5f7;
}
.dash_action_link {
  display: inline-block;
  width: 100%;
}
.dash_action_link a {
  background: #f4f5f7;
  padding: 5px 15px;
  font-size: 13px;
  display: inline-block;
}

span.payment_status.complete {
  color: #459e49;
  background: rgba(69, 158, 73, 0.1);
}
span.payment_status.pending {
  color: #2196f3;
  background: rgba(33, 150, 243, 0.1);
}
span.payment_status.hold {
  background: rgba(166, 97, 218, 0.1);
  color: #a661da;
}
span.payment_status.cancel {
  background: rgba(233, 30, 99, 0.1);
  color: #e91e63;
}
.dash_action_link a.view {
  background: rgba(0, 150, 136, 0.1);
  color: #009688;
}
.dash_action_link a.cancel {
  background: rgba(233, 30, 99, 0.1);
  color: #e91e63;
}
.table tr th,
.table tr td {
  border-color: #e3ecf5 !important;
  padding: 15px 20px;
}
/*------------ Dashboard Side --------------*/
.breadcrumb-box {
  background-color: var(--pkt-lrd-user-acc-header-bg);
  height: 60px;
  padding: 0;
  margin: 0;
  border-right: solid 1px #f4f5f7;
  border-left: solid 1px #f4f5f7;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-inline-start: 15px;
}
.breadcrumb-box .nav {
  height: inherit;
  display: inline-flex;
  align-items: center;
}
.breadcrumb-box a {
  color: #000000;
  background-color: transparent;
}
.breadcrumb-nav {
  display: inline-flex;
}
.breadcrumb-ol.simple {
  padding: 0;
  box-shadow: none;
}
.breadcrumb-ol .breadcrumb-item a {
  color: #da0b4e;
}
.breadcrumb-item.active {
  color: #202124;
  font-weight: 500;
}

.breadcrumb-item-avatar {
  height: inherit;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  font-style: bold;
  color: var(--pkt-lrd-user-acc-header-username-color);
}

.breadcrumb-item-avatar img {
  border-radius: 50%;
  margin-inline-end: 10px;
}

.dashboard-navbar,
.dashboard-wraper {
  position: relative;
  width: 100%;
  padding: 1em 0;
  background: var(--pkt-lrd-user-acc-sidebar-bg);
  box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
  -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
  /* border-radius: 0.4rem; */
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #ffffff #ffffff;
  scrollbar-width: thin;
}
.d-user-avater {
  text-align: center;
  margin: 0 0 1em 0;
}
.d-user-avater img {
  max-width: 120px;
  border-radius: 50%;
  margin-bottom: 8px;
}
.d-user-avater h4 {
  margin: 10px 0 3px 0;
  font-size: 17px;
}
.d-navigation ul {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid #f4f5f7;
}
.d-navigation ul li {
  list-style: none;
  padding: 0;
  margin-bottom: 5px;
  background-color: var(--pkt-lrd-user-acc-sidebar-item-bg);
}


.d-navigation ul li a {
  padding: 3px 0;
  color: var(--pkt-lrd-user-acc-sidebar-item-color);
  /*font-size: 13px;*/
  /* border-radius: 0.3rem; */
  padding: 14px 15px;
  display: inline-block;
  /*font-weight: 600;*/
}
.d-navigation ul li.active > a {
  color: var(--pkt-lrd-user-acc-sidebar-item-active-color) !important;
  /* active menu */
  background: var(--pkt-lrd-user-acc-sidebar-item-active-bg);
}

.d-navigation ul li a:hover,
.d-navigation ul li a:focus {
  color: var(--pkt-lrd-user-acc-sidebar-item-hover-color) !important;
  /* active menu */
  background: var(--pkt-lrd-user-acc-sidebar-item-hover-bg);
}

.d-navigation ul li a i {
  margin-inline-end: 10px;
}
ul.nav.nav-second-level.collapse {
  display: none;
}
ul.nav.nav-second-level.collapse.show {
  display: block;
}
.nav-second-level li {
  display: block;
  width: 100%;
}
.d-navigation ul li a {
  width: 100%;
}
.nav-second-level li a {
  color: #787e94 !important;
}
.d-navigation ul li a span {
  font-size: 12px;
  float: left;
  top: 5px;
  position: relative;
}
.d-navigation ul li.active a span:before {
  content: "\e64b";
}

.dashboard_stats_wrap {
  display: inline-block;
  padding: 0;
  height: 130px;
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  /* overflow: hidden; */
  transition: 0.3s;
  cursor: default;
}
.dashboard_stats_wrap_content {
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}

.dashboard_stats_wrap_content h4 {
  font-size: 35px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  color: #22374e;
  letter-spacing: 1px;
}
.dashboard_stats_wrap_content span {
  margin-top: 4px;
  line-height: 24px;
  display: inline-block;
}
.dashboard_stats_wrap-icon {
  position: absolute;
  right: 10px;
  top: 20%;
  opacity: 0.1;
  color: #657aa1;
  transform: translateY(-20%);
  font-size: 80px;
}
.dashboard_stats_wrap-icon {
  font-size: 65px;
}
.dashboard_stats_wrap.widget-1 {
  background-color: rgba(27, 175, 101, 0.1);
}
.dashboard_stats_wrap.widget-2 {
  background-color: rgba(243, 159, 0, 0.1);
}
.dashboard_stats_wrap.widget-3 {
  background-color: rgba(0, 39, 88, 0.1);
}
.dashboard_stats_wrap.widget-4 {
  background-color: rgba(206, 2, 75, 0.1);
}
.dashboard_stats_wrap.widget-5 {
  background-color: rgba(166, 113, 206, 0.1);
}
.dashboard_stats_wrap.widget-6 {
  background-color: rgba(58, 157, 236, 0.1);
}
.widget-1 .dashboard_stats_wrap_content span,
.widget-1 .dashboard_stats_wrap-icon {
  color: #1baf65;
}
.widget-2 .dashboard_stats_wrap_content span,
.widget-2 .dashboard_stats_wrap-icon {
  color: #f39f00;
}
.widget-3 .dashboard_stats_wrap_content span,
.widget-3 .dashboard_stats_wrap-icon {
  color: #002758;
}
.widget-4 .dashboard_stats_wrap_content span,
.widget-4 .dashboard_stats_wrap-icon {
  color: #ce024b;
}
.widget-5 .dashboard_stats_wrap_content span,
.widget-5 .dashboard_stats_wrap-icon {
  color: #a671ce;
}
.widget-6 .dashboard_stats_wrap_content span,
.widget-6 .dashboard_stats_wrap-icon {
  color: #3a9dec;
}
.content-box-01-full {
  display: block;
  padding: 1rem 0.8rem;
  background: #ffffff;
  border-radius: 0.4rem;
}

/*-------------------------------------------------
  New Home Pages Design   
--------------------------------------------------*/

html,
body.pkt-lrd-body {
  padding: 0 !important;
  margin: 0 !important;
}
.pkt-lrd-responsive-menu-toggle i {
  color: var(--pkt-lrd-user-acc-header-toggle-color);
}
.pkt-lrd-header-icons-wraper {
  display: flex;
  margin-inline-end: 5px;
}
.pkt-lrd-header-icon {
  margin-inline-end: 10px;
  font-size: 24px;
}
.pkt-lrd-header-logout-icon i {
  color: var(--pkt-lrd-user-acc-header-logout-color);
}

.pkt-lrd-header-admin-icon i {
  color: var(--pkt-lrd-user-acc-header-admin-color);
}

.pkt-lrd-sidebar-admin-link {
   background-color: #00ba74;
   text-align: center;
   height: 50px;
   line-height: 50px;
}
.pkt-lrd-sidebar-admin-link a {
  color: #ffffff;
  font-size: 16px;
  color: #ffffff;
}
/*=========================================
	Responsiveness Designs
=========================================*/

@media (min-width: 992px) {
  .banner-search .form-group {
    height: 75px;
  }
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }
  .vw-lg-50 {
    width: 50vw !important;
  }
  .page_title h2 {
    font-size: 60px;
    line-height: 1.2;
  }
  .details_single h2 {
    font-size: 22px;
  }
  .hide-92 {
    display: none;
  }
  p.description {
    line-height: 1.8;
    max-width: 850px;
    margin: 0 auto;
  }
  .overlio {
    margin-top: -120px;
  }
}

@media (max-width: 992px) {
  .nav-dropdown > li > a {
    border-bottom: 1px solid #2d3454;
    color: #787fa0;
  }
  .nav-menu.nav-menu-social > li.login_click.search {
    display: none;
  }
  .filter_wraps {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
  .submenu-indicator-chevron {
    border-color: transparent #787fa0 #787fa0 transparent;
  }
  .nav-menu > li .nav-dropdown {
    background: transparent;
    padding: 0px;
  }
  .nav-menu > li > .nav-dropdown:before {
    display: none;
  }
}

@keyframes successToast {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100;
  }
}

@keyframes errorToast {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100;
  }
}
