/*-----------------------------------------------------------------------------------

    Template Name: Content Warrior 
    Template URI: http://content-warrior.com/
    Description: Content management system
    Author: VMI
    Author URI: https://vminteractive.co.uk
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

1. COMMON css 
2.HEADER css 
3.AUTHOR NEWS css
4.HIGHLIGHTS css
5.FEATURED NEWS css
6.VIDEO css 
7.MORE NEWS css
8.FOOTER css 
9.BANNER css 
10.NEWS css 
11.TRENDING NEWS css
12.INSTAGRAM css
13.POPULER css
14.TEAM css
15.BLOG css
16.CONTACT US css

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333;
  overflow-x: hidden;
}

body.dark-bg {
  background: #0e0e0e;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

[class*="col-lg"], [class*="col-md"], [class*="col-sm"], [class*="col-xs"] {
  display: inline-block;
  margin: 0 -4px 0 0;
  float: none;
  vertical-align: top;
}

/*** Placeholder ***/
::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b0b0b0;
}
:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b0b0b0;
}
::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b0b0b0;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b0b0b0;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b0b0b0;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b0b0b0;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus:-moz-placeholder {
  opacity: 0;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #000;
  padding: 0 68px;
  font-size: 18px;
  line-height: 60px;
  border-radius: 0px;
  color: #000;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: transparent;
  text-transform: uppercase;
}

.main-btn:hover {
  background-color: transparent;
  color: #f0f;
  border-color: #f0f;
}

.main-btn.main-btn-2 {
  background-color: #fff;
  color: #f0f;
  border-color: #f0f;
}

.main-btn.main-btn-2:hover {
  background-color: #f0f;
  border-color: #f0f;
  color: #fff;
}

/*===== section title Style =====*/
.section-title {
  position: relative;
  padding: 0 0 0 0;
  margin: 0 0 50px 0;
}

.section-title h2 {
  position: relative;
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  margin: 0 0 30px 0;
}

.section-title h2 i {
  position: absolute;
  left: -60px;
  top: 16px;
  font-size: 40px;
}

.section-title h2 span {
  padding: 12px 0 14px 0;
  display: block;
  font-weight: 300;
}

.section-title p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 30px 0;
}

.section-title strong {
  display: block;
  font-weight: 400;
  color: #f75422;
  font-size: 16px;
  line-height: 24px;
}

.section-title strong i {
  display: inline-block;
  padding: 0 5px 0 0;
}

.section-title strong a {
  display: inline-block;
  text-decoration: underline;
  color: #f75422;
  font-weight: 500;
}

#page-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1002;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
          box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  height: 70px;
  padding: 0 calc(24px / 2) 0 0;
}

.navbar-header .dropdown .show.header-item {
  background-color: #f8f9fa;
}

.navbar-brand-box {
  padding: 0 1.5rem;
  text-align: center;
  width: 250px;
}

.logo {
  line-height: 70px;
}

.logo .logo-sm {
  display: none;
}

.logo-light {
  display: none;
}

/* Search */
.app-search {
  padding: 0 0 20px 0;
}

.app-search .form-control {
  border: none;
  height: 38px;
  padding-left: 40px;
  padding-right: 20px;
  background-color: #f3f3f9;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 30px;
}

.app-search span {
  position: absolute;
  z-index: 10;
  font-size: 16px;
  line-height: 38px;
  left: 13px;
  top: 0;
  color: #74788d;
}

.megamenu-list li {
  position: relative;
  padding: 5px 0px;
}

.megamenu-list li a {
  color: #495057;
}

@media (max-width: 992px) {
  .navbar-brand-box {
    width: auto;
  }
  .logo span.logo-lg {
    display: none;
  }
  .logo span.logo-sm {
    display: inline-block;
  }
}

.page-content {
  padding: calc(70px + 24px) calc(24px / 2) 60px calc(24px / 2);
}

.header-item {
  height: 70px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #555b6d;
  border: 0;
  border-radius: 0px;
}

.header-item:hover {
  color: #555b6d;
}

.header-profile-user {
  height: 36px;
  width: 36px;
  background-color: #f6f6f6;
  padding: 3px;
}

.noti-icon i {
  font-size: 22px;
  color: #555b6d;
}

.noti-icon .badge {
  position: absolute;
  top: 12px;
  right: 4px;
}

.notification-item .media {
  padding: 0.75rem 1rem;
}

.notification-item .media:hover {
  background-color: #f6f6f6;
}

.dropdown-icon-item {
  display: block;
  border-radius: 3px;
  line-height: 34px;
  text-align: center;
  padding: 15px 0 9px;
  display: block;
  border: 1px solid transparent;
  color: #74788d;
}

.dropdown-icon-item img {
  height: 24px;
}

.dropdown-icon-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-icon-item:hover {
  border-color: #eff2f7;
}

.fullscreen-enable [data-toggle="fullscreen"] .bx-fullscreen::before {
  content: "\ea3f";
}

body[data-topbar="dark"] #page-topbar {
  background-color: #2a3042;
}

body[data-topbar="dark"] .navbar-header .dropdown .show.header-item {
  background-color: rgba(255, 255, 255, 0.05);
}

body[data-topbar="dark"] .navbar-header .waves-effect .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

body[data-topbar="dark"] .header-item {
  color: #e9ecef;
}

body[data-topbar="dark"] .header-item:hover {
  color: #e9ecef;
}

body[data-topbar="dark"] .header-profile-user {
  background-color: rgba(255, 255, 255, 0.25);
}

body[data-topbar="dark"] .noti-icon i {
  color: #e9ecef;
}

body[data-topbar="dark"] .logo-dark {
  display: none;
}

body[data-topbar="dark"] .logo-light {
  display: block;
}

body[data-topbar="dark"] .app-search .form-control {
  background-color: rgba(243, 243, 249, 0.07);
  color: #fff;
}

body[data-topbar="dark"] .app-search span,
body[data-topbar="dark"] .app-search input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body[data-sidebar="dark"] .navbar-brand-box {
  background: #2a3042;
}

body[data-sidebar="dark"] .logo-dark {
  display: none;
}

body[data-sidebar="dark"] .logo-light {
  display: block;
}

@media (max-width: 600px) {
  .navbar-header .dropdown {
    position: static;
  }
  .navbar-header .dropdown .dropdown-menu {
    left: 10px !important;
    right: 10px !important;
  }
}

@media (max-width: 380px) {
  .navbar-brand-box {
    display: none;
  }
}

body[data-layout="horizontal"] .navbar-brand-box {
  width: auto;
}

body[data-layout="horizontal"] .page-content {
  margin-top: 70px;
  padding: calc(55px + 24px) calc(24px / 2) 60px calc(24px / 2);
}

@media (max-width: 992px) {
  body[data-layout="horizontal"] .page-content {
    margin-top: 15px;
  }
}

/**** Footer Style ****/
footer {
  margin: 0;
  padding: 0;
}

footer .footer-top {
  margin: 0;
  padding: 50px 0 0;
  background: url(../images/footer-bg.png) no-repeat left bottom #fff;
}

footer .footer-top .footer-title {
  margin: 0;
  padding: 0;
}

footer .footer-top .footer-title h4 {
  font-size: 16px;
  line-height: 28px;
  color: #030d28;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 0 25px 0;
}

footer .footer-top .widget-footer {
  padding: 0 0 20px 0;
}

footer .footer-top .contact {
  margin: 0;
}

footer .footer-top .contact p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  margin: 0 0 15px;
  color: #595d68;
}

footer .footer-top .contact strong {
  font-size: 16px;
  line-height: 34px;
  font-weight: 300;
  display: block;
  margin: 0 0 7px 0;
  color: #595d68;
}

footer .footer-top .contact strong em {
  font-style: normal;
  display: inline-block;
  font-weight: 500;
  padding: 0 5px 0 0;
}

footer .footer-top .contact strong a {
  color: #595d68;
}

footer .footer-top .contact strong a:hover {
  color: #f0f;
}

footer .footer-top .searches {
  margin: 0;
}

footer .footer-top .searches ul {
  padding: 0;
  margin: 0;
}

footer .footer-top .searches ul li {
  list-style: none;
  display: block;
  font-size: 16px;
  line-height: 34px;
  padding: 0 0 0 20px;
  position: relative;
  margin: 0 0 9px 0;
}

footer .footer-top .searches ul li:after {
  content: '\e90c';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  line-height: 34px;
  color: #8c8e95;
  font-family: 'icomoon';
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

footer .footer-top .searches ul li a {
  color: #8c8e95;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .footer-top .searches ul li a:hover {
  color: #f0f;
}

footer .footer-top .quick-links {
  margin: 0;
}

footer .footer-top .quick-links ul {
  padding: 0;
  margin: 0;
}

footer .footer-top .quick-links ul li {
  list-style: none;
  display: block;
  font-size: 16px;
  line-height: 34px;
  padding: 0 0 0 0;
  margin: 0 0 9px 0;
}

footer .footer-top .quick-links ul li a {
  color: #8c8e95;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .footer-top .quick-links ul li a:hover {
  color: #f0f;
}

footer .footer-top .follow-us {
  margin: 0;
}

footer .footer-top .follow-us ul {
  margin: 0;
  padding: 0;
}

footer .footer-top .follow-us ul li {
  width: auto;
  margin: 0;
  padding: 0 7px;
  list-style: none;
  display: inline-block;
  float: none;
}

footer .footer-top .follow-us ul li a {
  display: block;
  padding: 0;
  color: #8c8c8c;
  font-size: 24px;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .footer-top .follow-us ul li a:hover {
  color: #f0f;
}

footer .copyright {
  background: #2b2b33;
  padding: 15px 0;
  text-align: center;
}

footer .copyright p {
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  color: #fff;
  margin: 0;
}

footer .copyright p a {
  color: #f0f;
  font-weight: 500;
}

.metismenu {
  margin: 0;
}

.metismenu li {
  display: block;
  width: 100%;
}

.metismenu .mm-collapse {
  display: none;
}

.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}

.metismenu .mm-collapse.mm-show {
  display: block;
}

.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

.vertical-menu {
  width: 250px;
  z-index: 1001;
  background: #ffffff;
  bottom: 0;
  margin-top: 0;
  position: fixed;
  top: 70px;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
          box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.main-content {
  margin-left: 250px;
  overflow: hidden;
}

.main-content .content {
  padding: 0 15px 10px 15px;
  margin-top: 70px;
}

#sidebar-menu {
  padding: 10px 0 30px 0;
}

#sidebar-menu .mm-active > .has-arrow:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#sidebar-menu .has-arrow:after {
  content: "\e9e2";
  font-family: 'icomoon';
  display: block;
  float: right;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  font-size: 1rem;
}

#sidebar-menu ul li a {
  display: block;
  padding: .625rem 1.5rem;
  color: #545a6d;
  position: relative;
  font-size: 13px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#sidebar-menu ul li a i {
  display: inline-block;
  min-width: 1.75rem;
  padding-bottom: .125em;
  font-size: 1.25rem;
  line-height: 1.40625rem;
  vertical-align: middle;
  color: #7f8387;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#sidebar-menu ul li a:hover {
  color: #383c40;
}

#sidebar-menu ul li a:hover i {
  color: #383c40;
}

#sidebar-menu ul li .badge {
  margin-top: 4px;
}

#sidebar-menu ul li ul.sub-menu {
  padding: 0;
}

#sidebar-menu ul li ul.sub-menu li a {
  padding: .4rem 1.5rem .4rem 3.5rem;
  font-size: 13px;
  color: #545a6d;
}

#sidebar-menu ul li ul.sub-menu li a:hover {
  color: #383c40;
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu {
  padding: 0;
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
  padding: .4rem 1.5rem .4rem 4.5rem;
  font-size: 13px;
}

.menu-title {
  padding: 12px 20px !important;
  letter-spacing: .05em;
  pointer-events: none;
  cursor: default;
  font-size: 11px;
  text-transform: uppercase;
  color: #7f8387;
  font-weight: 600;
}

.mm-active {
  color: #556ee6 !important;
}

.mm-active > a {
  color: #556ee6 !important;
}

.mm-active > a i {
  color: #556ee6 !important;
}

.mm-active .active {
  color: #556ee6 !important;
}

.mm-active .active i {
  color: #556ee6 !important;
}

.mm-active > i {
  color: #556ee6 !important;
}

@media (max-width: 992px) {
  .vertical-menu {
    display: none;
  }
  .main-content {
    margin-left: 0 !important;
  }
  body.sidebar-enable .vertical-menu {
    display: block;
  }
}

.vertical-collpsed .main-content {
  margin-left: 70px;
}

.vertical-collpsed .navbar-brand-box {
  width: 70px !important;
}

.vertical-collpsed .logo span.logo-lg {
  display: none;
}

.vertical-collpsed .logo span.logo-sm {
  display: block;
}

.vertical-collpsed .vertical-menu {
  position: absolute;
  width: 70px !important;
  z-index: 5;
}

.vertical-collpsed .vertical-menu .simplebar-mask,
.vertical-collpsed .vertical-menu .simplebar-content-wrapper {
  overflow: visible !important;
}

.vertical-collpsed .vertical-menu .simplebar-scrollbar {
  display: none !important;
}

.vertical-collpsed .vertical-menu .simplebar-offset {
  bottom: 0 !important;
}

.vertical-collpsed .vertical-menu #sidebar-menu .menu-title,
.vertical-collpsed .vertical-menu #sidebar-menu .badge,
.vertical-collpsed .vertical-menu #sidebar-menu .collapse.in {
  display: none !important;
}

.vertical-collpsed .vertical-menu #sidebar-menu .nav.collapse {
  height: inherit !important;
}

.vertical-collpsed .vertical-menu #sidebar-menu .has-arrow:after {
  display: none;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a {
  padding: 15px 20px;
  min-height: 55px;
  -webkit-transition: none;
  transition: none;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:hover, .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:active, .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:focus {
  color: #383c40;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a i {
  font-size: 1.45rem;
  margin-left: 4px;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a span {
  display: none;
  padding-left: 25px;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
  position: relative;
  width: calc(190px + 70px);
  color: #556ee6;
  background-color: whitesmoke;
  -webkit-transition: none;
  transition: none;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a i {
  color: #556ee6;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a span {
  display: inline;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
  height: auto !important;
  -webkit-box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, 0.1);
          box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, 0.1);
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul ul {
  -webkit-box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, 0.1);
          box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, 0.1);
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 20px;
  position: relative;
  width: 190px;
  z-index: 6;
  color: #545a6d;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover {
  color: #383c40;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul ul {
  padding: 5px 0;
  z-index: 9999;
  display: none;
  background-color: #ffffff;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul ul li:hover > ul {
  display: block;
  left: 190px;
  height: auto !important;
  margin-top: -36px;
  position: absolute;
  width: 190px;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul ul li > a span.pull-right {
  position: absolute;
  right: 20px;
  top: 12px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul ul li.active a {
  color: #f8f9fa;
}

body[data-sidebar="dark"] .vertical-menu {
  background: #2a3042;
}

body[data-sidebar="dark"] #sidebar-menu ul li a {
  color: #a6b0cf;
}

body[data-sidebar="dark"] #sidebar-menu ul li a i {
  color: #6a7187;
}

body[data-sidebar="dark"] #sidebar-menu ul li a:hover {
  color: #ffffff;
}

body[data-sidebar="dark"] #sidebar-menu ul li a:hover i {
  color: #ffffff;
}

body[data-sidebar="dark"] #sidebar-menu ul li ul.sub-menu li a {
  color: #79829c;
}

body[data-sidebar="dark"] #sidebar-menu ul li ul.sub-menu li a:hover {
  color: #ffffff;
}

body[data-sidebar="dark"].vertical-collpsed {
  min-height: 1760px;
}

body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
  background: #2e3548;
  color: #ffffff;
}

body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a i {
  color: #ffffff;
}

body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a {
  color: #79829c;
}

body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover {
  color: #ffffff;
}

body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul ul {
  background-color: #2a3042;
}

body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active {
  color: #ffffff !important;
}

body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active i {
  color: #ffffff !important;
}

body[data-sidebar="dark"] .mm-active {
  color: #ffffff !important;
}

body[data-sidebar="dark"] .mm-active > a {
  color: #ffffff !important;
}

body[data-sidebar="dark"] .mm-active > a i {
  color: #ffffff !important;
}

body[data-sidebar="dark"] .mm-active > i {
  color: #ffffff !important;
}

body[data-sidebar="dark"] .mm-active .active {
  color: #ffffff !important;
}

body[data-sidebar="dark"] .mm-active .active i {
  color: #ffffff !important;
}

body[data-sidebar="dark"] .menu-title {
  color: #6a7187;
}

body[data-layout="horizontal"] .main-content {
  margin-left: 0 !important;
}

body[data-sidebar-size="small"] .navbar-brand-box {
  width: 160px;
}

body[data-sidebar-size="small"] .vertical-menu {
  width: 160px;
  text-align: center;
}

body[data-sidebar-size="small"] .vertical-menu .has-arrow:after,
body[data-sidebar-size="small"] .vertical-menu .badge {
  display: none !important;
}

body[data-sidebar-size="small"] .main-content {
  margin-left: 160px;
}

body[data-sidebar-size="small"] .footer {
  left: 160px;
}

@media (max-width: 991.98px) {
  body[data-sidebar-size="small"] .footer {
    left: 0;
  }
}

body[data-sidebar-size="small"] #sidebar-menu ul li.menu-title {
  background-color: #2e3548;
}

body[data-sidebar-size="small"] #sidebar-menu ul li a i {
  display: block;
}

body[data-sidebar-size="small"] #sidebar-menu ul li ul.sub-menu li a {
  padding-left: 1.5rem;
}

body[data-sidebar-size="small"] #sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
  padding-left: 1.5rem;
}

body[data-sidebar-size="small"].vertical-collpsed .main-content {
  margin-left: 70px;
}

body[data-sidebar-size="small"].vertical-collpsed .vertical-menu #sidebar-menu {
  text-align: left;
}

body[data-sidebar-size="small"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a i {
  display: inline-block;
}

body[data-sidebar-size="small"].vertical-collpsed .footer {
  left: 70px;
}

body[data-sidebar="colored"] .vertical-menu {
  background-color: #556ee6;
}

body[data-sidebar="colored"] .navbar-brand-box {
  background-color: #556ee6;
}

body[data-sidebar="colored"] .navbar-brand-box .logo-dark {
  display: none;
}

body[data-sidebar="colored"] .navbar-brand-box .logo-light {
  display: block;
}

body[data-sidebar="colored"] .mm-active {
  color: #fff !important;
}

body[data-sidebar="colored"] .mm-active > a {
  color: #fff !important;
}

body[data-sidebar="colored"] .mm-active > a i {
  color: #fff !important;
}

body[data-sidebar="colored"] .mm-active > i, body[data-sidebar="colored"] .mm-active .active {
  color: #fff !important;
}

body[data-sidebar="colored"] #sidebar-menu ul li.menu-title {
  color: rgba(255, 255, 255, 0.6);
}

body[data-sidebar="colored"] #sidebar-menu ul li a {
  color: rgba(255, 255, 255, 0.6);
}

body[data-sidebar="colored"] #sidebar-menu ul li a i {
  color: rgba(255, 255, 255, 0.6);
}

body[data-sidebar="colored"] #sidebar-menu ul li a.waves-effect .waves-ripple {
  background: rgba(255, 255, 255, 0.1);
}

body[data-sidebar="colored"] #sidebar-menu ul li a:hover {
  color: #fff;
}

body[data-sidebar="colored"] #sidebar-menu ul li a:hover i {
  color: #fff;
}

body[data-sidebar="colored"] #sidebar-menu ul li ul.sub-menu li a {
  color: rgba(255, 255, 255, 0.5);
}

body[data-sidebar="colored"] #sidebar-menu ul li ul.sub-menu li a:hover {
  color: #fff;
}

body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
  background-color: #5e76e7;
  color: #fff;
}

body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a i {
  color: #fff;
}

body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active {
  color: #556ee6 !important;
}

body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li a:hover {
  color: #556ee6;
}

body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active {
  color: #556ee6 !important;
}

body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active > a {
  color: #556ee6 !important;
}

body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active > a i {
  color: #556ee6 !important;
}

.custom-accordion .accordion-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 7px;
  background-color: #f6f6f6;
  padding: 12px 20px;
  color: #495057;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom-accordion .accordion-list.collapsed i.accor-plus-icon:before {
  content: "\F0415";
}

.custom-accordion .accordion-list .accor-plus-icon {
  display: inline-block;
  font-size: 16px;
  height: 24px;
  width: 24px;
  line-height: 22px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
}

.custom-accordion a.collapsed i.accor-down-icon:before {
  content: "\F0140";
}

.custom-accordion .card-body {
  color: #74788d;
}

.badge[href]:hover, .badge[href]:focus {
  color: #fff;
}

.badge.bg-primary[href]:hover, .badge.bg-primary[href]:focus {
  background-color: #435fe3 !important;
}

.badge.bg-light {
  color: #495057;
}

.badge.bg-light[href]:hover, .badge.bg-light[href]:focus {
  color: #495057;
}

.badge-soft-primary {
  color: #556ee6;
  background-color: rgba(85, 110, 230, 0.18);
}

.badge-soft-primary[href]:hover, .badge-soft-primary[href]:focus {
  color: #556ee6;
  text-decoration: none;
  background-color: rgba(85, 110, 230, 0.4);
}

.badge.bg-secondary[href]:hover, .badge.bg-secondary[href]:focus {
  background-color: #6b6e82 !important;
}

.badge.bg-light {
  color: #495057;
}

.badge.bg-light[href]:hover, .badge.bg-light[href]:focus {
  color: #495057;
}

.badge-soft-secondary {
  color: #74788d;
  background-color: rgba(116, 120, 141, 0.18);
}

.badge-soft-secondary[href]:hover, .badge-soft-secondary[href]:focus {
  color: #74788d;
  text-decoration: none;
  background-color: rgba(116, 120, 141, 0.4);
}

.badge.bg-success[href]:hover, .badge.bg-success[href]:focus {
  background-color: #30b383 !important;
}

.badge.bg-light {
  color: #495057;
}

.badge.bg-light[href]:hover, .badge.bg-light[href]:focus {
  color: #495057;
}

.badge-soft-success {
  color: #34c38f;
  background-color: rgba(52, 195, 143, 0.18);
}

.badge-soft-success[href]:hover, .badge-soft-success[href]:focus {
  color: #34c38f;
  text-decoration: none;
  background-color: rgba(52, 195, 143, 0.4);
}

.badge.bg-info[href]:hover, .badge.bg-info[href]:focus {
  background-color: #3d9bef !important;
}

.badge.bg-light {
  color: #495057;
}

.badge.bg-light[href]:hover, .badge.bg-light[href]:focus {
  color: #495057;
}

.badge-soft-info {
  color: #50a5f1;
  background-color: rgba(80, 165, 241, 0.18);
}

.badge-soft-info[href]:hover, .badge-soft-info[href]:focus {
  color: #50a5f1;
  text-decoration: none;
  background-color: rgba(80, 165, 241, 0.4);
}

.badge.bg-warning[href]:hover, .badge.bg-warning[href]:focus {
  background-color: #f0ac39 !important;
}

.badge.bg-light {
  color: #495057;
}

.badge.bg-light[href]:hover, .badge.bg-light[href]:focus {
  color: #495057;
}

.badge-soft-warning {
  color: #f1b44c;
  background-color: rgba(241, 180, 76, 0.18);
}

.badge-soft-warning[href]:hover, .badge-soft-warning[href]:focus {
  color: #f1b44c;
  text-decoration: none;
  background-color: rgba(241, 180, 76, 0.4);
}

.badge.bg-danger[href]:hover, .badge.bg-danger[href]:focus {
  background-color: #f35757 !important;
}

.badge.bg-light {
  color: #495057;
}

.badge.bg-light[href]:hover, .badge.bg-light[href]:focus {
  color: #495057;
}

.badge-soft-danger {
  color: #f46a6a;
  background-color: rgba(244, 106, 106, 0.18);
}

.badge-soft-danger[href]:hover, .badge-soft-danger[href]:focus {
  color: #f46a6a;
  text-decoration: none;
  background-color: rgba(244, 106, 106, 0.4);
}

.badge.bg-pink[href]:hover, .badge.bg-pink[href]:focus {
  background-color: #e62c81 !important;
}

.badge.bg-light {
  color: #495057;
}

.badge.bg-light[href]:hover, .badge.bg-light[href]:focus {
  color: #495057;
}

.badge-soft-pink {
  color: #e83e8c;
  background-color: rgba(232, 62, 140, 0.18);
}

.badge-soft-pink[href]:hover, .badge-soft-pink[href]:focus {
  color: #e83e8c;
  text-decoration: none;
  background-color: rgba(232, 62, 140, 0.4);
}

.badge.bg-light[href]:hover, .badge.bg-light[href]:focus {
  background-color: #e1e7f0 !important;
}

.badge.bg-light {
  color: #495057;
}

.badge.bg-light[href]:hover, .badge.bg-light[href]:focus {
  color: #495057;
}

.badge-soft-light {
  color: #eff2f7;
  background-color: rgba(239, 242, 247, 0.18);
}

.badge-soft-light[href]:hover, .badge-soft-light[href]:focus {
  color: #eff2f7;
  text-decoration: none;
  background-color: rgba(239, 242, 247, 0.4);
}

.badge.bg-dark[href]:hover, .badge.bg-dark[href]:focus {
  background-color: #2b3035 !important;
}

.badge.bg-light {
  color: #495057;
}

.badge.bg-light[href]:hover, .badge.bg-light[href]:focus {
  color: #495057;
}

.badge-soft-dark {
  color: #343a40;
  background-color: rgba(52, 58, 64, 0.18);
}

.badge-soft-dark[href]:hover, .badge-soft-dark[href]:focus {
  color: #343a40;
  text-decoration: none;
  background-color: rgba(52, 58, 64, 0.4);
}

.rounded-pill {
  padding-right: .6em;
  padding-left: .6em;
}

.badge.bg-dark {
  color: #eff2f7;
}

.avatar-xs {
  height: 2rem;
  width: 2rem;
}

.avatar-sm {
  height: 3rem;
  width: 3rem;
}

.avatar-md {
  height: 4.5rem;
  width: 4.5rem;
}

.avatar-lg {
  height: 6rem;
  width: 6rem;
}

.avatar-xl {
  height: 7.5rem;
  width: 7.5rem;
}

.avatar-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #556ee6;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.avatar-group {
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.avatar-group .avatar-group-item {
  margin-left: -12px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.avatar-group .avatar-group-item:hover {
  position: relative;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.bg-primary.bg-soft {
  background-color: rgba(85, 110, 230, 0.25) !important;
}

.bg-secondary.bg-soft {
  background-color: rgba(116, 120, 141, 0.25) !important;
}

.bg-success.bg-soft {
  background-color: rgba(52, 195, 143, 0.25) !important;
}

.bg-info.bg-soft {
  background-color: rgba(80, 165, 241, 0.25) !important;
}

.bg-warning.bg-soft {
  background-color: rgba(241, 180, 76, 0.25) !important;
}

.bg-danger.bg-soft {
  background-color: rgba(244, 106, 106, 0.25) !important;
}

.bg-pink.bg-soft {
  background-color: rgba(232, 62, 140, 0.25) !important;
}

.bg-light.bg-soft {
  background-color: rgba(239, 242, 247, 0.25) !important;
}

.bg-dark.bg-soft {
  background-color: rgba(52, 58, 64, 0.25) !important;
}

.breadcrumb-item > a {
  color: #495057;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Material Design Icons";
}

button, a {
  outline: none !important;
}

.btn-rounded {
  border-radius: 30px;
}

.btn-dark, .btn-secondary {
  color: #eff2f7 !important;
}

.btn-outline-light {
  color: #212529;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle, .btn-outline-dark:hover, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle, .btn-dark:hover {
  color: #eff2f7;
}

.btn-group-example .btn {
  position: relative;
}

.btn-group-example .btn:first-child::before {
  display: none;
}

.btn-group-example .btn:before {
  content: "OR";
  position: absolute;
  font-size: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background-color: #74788d;
  color: #eff2f7;
  border: 1px solid #fff;
  left: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.btn-label {
  position: relative;
  padding-left: 44px;
}

.btn-label .label-icon {
  position: absolute;
  width: 32px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-label.btn-light .label-icon {
  background-color: rgba(52, 58, 64, 0.1);
  border-right: 1px solid rgba(52, 58, 64, 0.2);
}

.card {
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
          box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.card-drop {
  color: #495057;
}

.card-title {
  font-size: 15px;
  margin: 0 0 7px 0;
  font-weight: 600;
}

.card-title-desc {
  color: #74788d;
  margin-bottom: 24px;
}

.button-items {
  margin-left: -8px;
  margin-bottom: -12px;
}

.button-items .btn {
  margin-bottom: 12px;
  margin-left: 8px;
}

.mfp-popup-form {
  max-width: 1140px;
}

.bs-example-modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}

[dir="rtl"] .modal-open {
  padding-left: 0px !important;
}

.icon-demo-content {
  text-align: center;
  color: #adb5bd;
}

.icon-demo-content i {
  display: block;
  font-size: 24px;
  margin-bottom: 16px;
  color: #74788d;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.icon-demo-content .col-lg-4 {
  margin-top: 24px;
}

.icon-demo-content .col-lg-4:hover i {
  color: #556ee6;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.grid-structure .grid-container {
  background-color: #f8f9fa;
  margin-top: 10px;
  font-size: .8rem;
  font-weight: 500;
  padding: 10px 20px;
}

.card-radio {
  background-color: #fff;
  border: 2px solid #f6f6f6;
  border-radius: 0.25rem;
  padding: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-radio:hover {
  cursor: pointer;
}

.card-radio-label {
  display: block;
}

.card-radio-input {
  display: none;
}

.card-radio-input:checked + .card-radio {
  border-color: #556ee6 !important;
}

.navs-carousel .owl-nav {
  margin-top: 16px;
}

.navs-carousel .owl-nav button {
  width: 30px;
  height: 30px;
  line-height: 28px !important;
  font-size: 20px !important;
  border-radius: 50% !important;
  background-color: rgba(85, 110, 230, 0.25) !important;
  color: #556ee6 !important;
  margin: 4px 8px !important;
}

.dropdown-menu {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  -webkit-animation-name: DropDownSlide;
          animation-name: DropDownSlide;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  margin: 0;
  position: absolute;
  z-index: 1000;
}

.dropdown-menu.show {
  top: 100% !important;
}

.dropdown-menu-end[style] {
  left: auto !important;
  right: 0 !important;
}

.dropdown-menu[data-popper-placement^=right], .dropdown-menu[data-popper-placement^=top], .dropdown-menu[data-popper-placement^=left] {
  top: auto !important;
  -webkit-animation: none !important;
          animation: none !important;
}

@-webkit-keyframes DropDownSlide {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes DropDownSlide {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@media (min-width: 600px) {
  .dropdown-menu-lg {
    width: 320px;
  }
  .dropdown-menu-md {
    width: 240px;
  }
}

.dropdown-divider {
  border-top-color: #eff2f7;
}

.dropdown-mega {
  position: static !important;
}

.dropdown-megamenu[style] {
  padding: 20px;
  left: 20px !important;
  right: 20px !important;
}

.dropdown-mega-menu-xl {
  width: 40rem;
}

.dropdown-mega-menu-lg {
  width: 26rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.47rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: shade-color(#ced4da, 10%);
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-webkit-input-placeholder {
  color: #74788d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #74788d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #74788d;
  opacity: 1;
}

.form-control::placeholder {
  color: #74788d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #eff2f7;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.47rem 0.75rem;
  margin: -0.47rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #495057;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: all color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out ease-out 0s;
  -webkit-transition: all color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out ease-out 0s;
  transition: all color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out ease-out 0s;
  transition: all color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out ease-out 0s;
  transition: all color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out ease-out 0s, -webkit-box-shadow 0.15s ease-in-out ease-out 0s;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: shade-color(#eff2f7, 5%);
}

.form-control::-webkit-file-upload-button {
  padding: 0.47rem 0.75rem;
  margin: -0.47rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #495057;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: all color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out ease-out 0s;
  -webkit-transition: all color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out ease-out 0s;
  transition: all color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out ease-out 0s;
  transition: all color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out ease-out 0s;
  transition: all color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out ease-out 0s, -webkit-box-shadow 0.15s ease-in-out ease-out 0s;
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: shade-color(#eff2f7, 5%);
}

[type="tel"]::-webkit-input-placeholder,
[type="url"]::-webkit-input-placeholder,
[type="email"]::-webkit-input-placeholder,
[type="number"]::-webkit-input-placeholder {
  text-align: left;
}

[type="tel"]:-ms-input-placeholder,
[type="url"]:-ms-input-placeholder,
[type="email"]:-ms-input-placeholder,
[type="number"]:-ms-input-placeholder {
  text-align: left;
}

[type="tel"]::-ms-input-placeholder,
[type="url"]::-ms-input-placeholder,
[type="email"]::-ms-input-placeholder,
[type="number"]::-ms-input-placeholder {
  text-align: left;
}

[type="tel"]::placeholder,
[type="url"]::placeholder,
[type="email"]::placeholder,
[type="number"]::placeholder {
  text-align: left;
}

.form-check {
  position: relative;
  text-align: left;
}

.form-check-right {
  padding-left: 0;
  display: inline-block;
  padding-right: 1.5em;
}

.form-check-right .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}

.form-check-right .form-check-label {
  display: block;
}

.form-checkbox-outline .form-check-input {
  border-width: 2px;
  background-color: #fff;
}

.form-checkbox-outline .form-check-input:active {
  -webkit-filter: none;
          filter: none;
}

.form-checkbox-outline .form-check-input:checked {
  background-color: #fff !important;
}

.form-checkbox-outline .form-check-input:checked[type=checkbox] {
  background-image: none;
}

.form-checkbox-outline .form-check-input:checked:after {
  position: absolute;
  content: '\F012C';
  font-family: "Material Design Icons";
  top: -4px !important;
  left: 1px;
  /*rtl: -4px */
  font-size: 16px;
  color: #343a40;
}

.form-radio-outline .form-check-input {
  border-width: 2px;
  background-color: #fff;
}

.form-radio-outline .form-check-input:active {
  -webkit-filter: none;
          filter: none;
}

.form-radio-outline .form-check-input:checked {
  background-color: #fff !important;
}

.form-radio-outline .form-check-input:checked[type=checkbox] {
  background-image: none;
}

.form-radio-outline .form-check-input:checked:after {
  position: absolute;
  content: '\F0765';
  font-family: "Material Design Icons";
  top: 6px !important;
  left: 4px;
  font-size: 6px;
}

.form-check-primary .form-check-input:checked {
  background-color: #556ee6;
  border-color: #556ee6;
}

.form-radio-primary .form-check-input:checked {
  border-color: #556ee6;
  background-color: #556ee6;
}

.form-radio-primary .form-check-input:checked:after {
  color: #556ee6;
}

.form-check-secondary .form-check-input:checked {
  background-color: #74788d;
  border-color: #74788d;
}

.form-radio-secondary .form-check-input:checked {
  border-color: #74788d;
  background-color: #74788d;
}

.form-radio-secondary .form-check-input:checked:after {
  color: #74788d;
}

.form-check-success .form-check-input:checked {
  background-color: #34c38f;
  border-color: #34c38f;
}

.form-radio-success .form-check-input:checked {
  border-color: #34c38f;
  background-color: #34c38f;
}

.form-radio-success .form-check-input:checked:after {
  color: #34c38f;
}

.form-check-info .form-check-input:checked {
  background-color: #50a5f1;
  border-color: #50a5f1;
}

.form-radio-info .form-check-input:checked {
  border-color: #50a5f1;
  background-color: #50a5f1;
}

.form-radio-info .form-check-input:checked:after {
  color: #50a5f1;
}

.form-check-warning .form-check-input:checked {
  background-color: #f1b44c;
  border-color: #f1b44c;
}

.form-radio-warning .form-check-input:checked {
  border-color: #f1b44c;
  background-color: #f1b44c;
}

.form-radio-warning .form-check-input:checked:after {
  color: #f1b44c;
}

.form-check-danger .form-check-input:checked {
  background-color: #f46a6a;
  border-color: #f46a6a;
}

.form-radio-danger .form-check-input:checked {
  border-color: #f46a6a;
  background-color: #f46a6a;
}

.form-radio-danger .form-check-input:checked:after {
  color: #f46a6a;
}

.form-check-pink .form-check-input:checked {
  background-color: #e83e8c;
  border-color: #e83e8c;
}

.form-radio-pink .form-check-input:checked {
  border-color: #e83e8c;
  background-color: #e83e8c;
}

.form-radio-pink .form-check-input:checked:after {
  color: #e83e8c;
}

.form-check-light .form-check-input:checked {
  background-color: #eff2f7;
  border-color: #eff2f7;
}

.form-radio-light .form-check-input:checked {
  border-color: #eff2f7;
  background-color: #eff2f7;
}

.form-radio-light .form-check-input:checked:after {
  color: #eff2f7;
}

.form-check-dark .form-check-input:checked {
  background-color: #343a40;
  border-color: #343a40;
}

.form-radio-dark .form-check-input:checked {
  border-color: #343a40;
  background-color: #343a40;
}

.form-radio-dark .form-check-input:checked:after {
  color: #343a40;
}

.form-check-label {
  cursor: pointer;
  margin-bottom: 0;
}

.form-switch-md {
  padding-left: 2.5rem;
  min-height: 24px;
  line-height: 24px;
}

.form-switch-md .form-check-input {
  width: 40px;
  height: 20px;
  left: -0.5rem;
  position: relative;
}

.form-switch-md .form-check-label {
  vertical-align: middle;
}

.form-switch-lg {
  padding-left: 2.75rem;
  min-height: 28px;
  line-height: 28px;
}

.form-switch-lg .form-check-input {
  width: 48px;
  height: 24px;
  left: -0.75rem;
  position: relative;
}

.input-group-text {
  margin-bottom: 0px;
}

.font-size-10 {
  font-size: 10px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-13 {
  font-size: 13px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-17 {
  font-size: 17px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.fw-medium {
  font-weight: 500;
}

.font-weight-semibold {
  font-weight: 600;
}

.social-list-item {
  height: 2rem;
  width: 2rem;
  line-height: calc(2rem - 4px);
  display: block;
  border: 2px solid #adb5bd;
  border-radius: 50%;
  color: #adb5bd;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.social-list-item:hover {
  color: #74788d;
  background-color: #eff2f7;
}

.w-xs {
  min-width: 80px;
}

.w-sm {
  min-width: 95px;
}

.w-md {
  min-width: 110px;
}

.w-lg {
  min-width: 140px;
}

.w-xl {
  min-width: 160px;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.alert-dismissible .btn-close {
  font-size: 10px;
  padding: 1.05rem 1.25rem;
  background: transparent escape-svg(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#000'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>")) center/1em auto no-repeat;
}

.nav-tabs > li > a, .nav-pills > li > a {
  color: #495057;
  font-weight: 500;
}

.nav-pills > a {
  color: #495057;
  font-weight: 500;
}

.nav-tabs-custom {
  border-bottom: 2px solid #f6f6f6;
}

.nav-tabs-custom .nav-item {
  position: relative;
  color: #343a40;
}

.nav-tabs-custom .nav-item .nav-link {
  border: none;
}

.nav-tabs-custom .nav-item .nav-link::after {
  content: "";
  background: #556ee6;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.nav-tabs-custom .nav-item .nav-link.active {
  color: #556ee6;
}

.nav-tabs-custom .nav-item .nav-link.active:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.vertical-nav .nav .nav-link {
  padding: 24px 16px;
  text-align: center;
  margin-bottom: 8px;
}

.vertical-nav .nav .nav-link .nav-icon {
  font-size: 24px;
}

.pagination-rounded .page-link {
  border-radius: 30px !important;
  margin: 0 3px !important;
  border: none;
  width: 32px;
  height: 32px;
  padding: 0;
  text-align: center;
  line-height: 32px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}

#status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}

.spinner-chase {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-animation: spinner-chase 2.5s infinite linear both;
          animation: spinner-chase 2.5s infinite linear both;
}

.chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: chase-dot 2.0s infinite ease-in-out both;
          animation: chase-dot 2.0s infinite ease-in-out both;
}

.chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #556ee6;
  border-radius: 100%;
  -webkit-animation: chase-dot-before 2.0s infinite ease-in-out both;
          animation: chase-dot-before 2.0s infinite ease-in-out both;
}

.chase-dot:nth-child(1) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.chase-dot:nth-child(1):before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.chase-dot:nth-child(2) {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

.chase-dot:nth-child(2):before {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

.chase-dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.chase-dot:nth-child(3):before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.chase-dot:nth-child(4) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.chase-dot:nth-child(4):before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.chase-dot:nth-child(5) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.chase-dot:nth-child(5):before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.chase-dot:nth-child(6) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.chase-dot:nth-child(6):before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

@-webkit-keyframes spinner-chase {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-chase {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes chase-dot {
  80%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes chase-dot {
  80%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  100%, 0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  100%, 0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media print {
  .vertical-menu,
  .right-bar,
  .page-title-box,
  .navbar-header,
  .footer {
    display: none !important;
  }
  .card-body,
  .main-content,
  .right-bar,
  .page-content,
  body {
    padding: 0 0;
    margin: 0;
  }
  .card {
    border: 0;
  }
  .print-address {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }
  .print-text {
    text-align: right;
  }
}

.progress-sm {
  height: 5px;
}

.progress-md {
  height: 8px;
}

.progress-lg {
  height: 12px;
}

.progress-xl {
  height: 16px;
}

.custom-progess {
  position: relative;
}

.custom-progess .progress-icon {
  position: absolute;
  top: -12px;
}

.custom-progess .progress-icon .avatar-title {
  background: #fff;
}

.animated-progess {
  position: relative;
}

.animated-progess .progress-bar {
  position: relative;
  border-radius: 6px;
  -webkit-animation: animate-positive 2s;
          animation: animate-positive 2s;
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

/* =============
   General
============= */
html {
  position: relative;
  min-height: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  color: #495057;
}

a {
  text-decoration: none !important;
}

label {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.blockquote {
  padding: 10px 20px;
  border-left: 4px solid #f6f6f6;
}

.blockquote-reverse {
  border-left: 0;
  border-right: 4px solid #f6f6f6;
  text-align: right;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
  }
}

.row > * {
  position: relative;
}

.table th {
  font-weight: 600;
}

.table .table-light {
  color: #495057;
  border-color: #eff2f7;
}

.table-bordered {
  border: 1px solid #eff2f7;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eff2f7;
}

.table-nowrap th, .table-nowrap td {
  white-space: nowrap;
}

.shipping-table {
  background: #fff;
  border: 1px solid #ccc;
}

.new-table {
  position: relative;
  overflow: hidden;
}

.new-table tbody tr {
  position: relative;
  height: 80px;
  vertical-align: top;
}

.new-table tbody tr td .next-line {
  position: absolute;
  height: 50px;
  width: 100%;
  left: 0;
  padding: 7px 0 10px 87px;
}

span.invoice strong {
  width: 110px;
  display: inline-block;
}

span.prescriber strong {
  width: 180px;
  display: inline-block;
}

.question-table thead {
  background: #ccc;
}

.question-holder {
  overflow: hidden;
}

.question-holder .question-row {
  display: block;
  padding: 5px 15px;
}

.question-holder .question-row .question {
  display: inline-block;
  width: 80%;
  padding: 0 15px 0 0;
  vertical-align: top;
}

.question-holder .question-row .question ul {
  margin: 0 0 10px 0;
  padding: 0;
}

.question-holder .question-row .question ul li {
  position: relative;
  padding: 0 0 0 20px;
  list-style: none;
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

.question-holder .question-row .question ul li:after {
  position: absolute;
  content: '';
  left: 2px;
  top: 7px;
  background: #556ee6;
  width: 10px;
  height: 10px;
}

.question-holder .question-row .answer {
  display: inline-block;
  width: 19%;
  vertical-align: top;
}

.question-row:nth-child(odd) {
  background: #e8e8e8;
}

.question-row p {
  font-size: 14px;
}

.question-row h5 {
  font-size: 15px;
}

ul.print-list {
  text-align: center;
  margin: 0 0 30px;
}

ul.print-list li {
  display: inline-block;
  margin: 0 15px;
}

.card-text {
  font-size: 14px;
  line-height: 24px;
}

.gender-select span.select2 {
  width: 100% !important;
}

.form-check i {
  position: absolute;
  left: -5px;
  top: -7px;
  font-size: 36px;
  color: #46c899;
  font-weight: bold;
}

.blog-post {
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.blog-post .img-holder {
  float: left;
  width: 270px;
  margin-right: 20px;
}

.blog-holder.grid .blog-post .img-holder {
  float: none;
  width: auto;
  margin: 0;
}

.loader-holder {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 99999;
}

#loading {
  -webkit-animation: rotation 2.5s infinite linear;
  width: 80px;
  margin-top: 15%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

.mb-3 {
  position: relative;
}

.errorMsg {
  position: absolute;
  right: 9px;
  bottom: -20px;
  font-size: 12px;
  color: #f00;
}

.table-edits input.discount-price {
  border: 0;
  pointer-events: none;
}

.table-edits input.discount-price.has-border {
  border: 1px solid #ced4da;
  pointer-events: visible;
}

.cat-table {
  border: 1px solid #eff2f7;
  padding: 0;
}

.dz-close-mark {
  position: absolute;
  top: -3px;
  right: -3px;
  z-index: 99;
}

.dz-close-mark i {
  font-size: 20px;
  color: #f00;
  width: 20px;
  height: 20px;
  border: 1px solid #f00;
  border-radius: 50%;
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
  padding: 0;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.waves-float:active {
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

.waves-effect.waves-primary .waves-ripple {
  background-color: rgba(85, 110, 230, 0.4);
}

.waves-effect.waves-success .waves-ripple {
  background-color: rgba(52, 195, 143, 0.4);
}

.waves-effect.waves-info .waves-ripple {
  background-color: rgba(80, 165, 241, 0.4);
}

.waves-effect.waves-warning .waves-ripple {
  background-color: rgba(241, 180, 76, 0.4);
}

.waves-effect.waves-danger .waves-ripple {
  background-color: rgba(244, 106, 106, 0.4);
}

.mini-stats-wid .mini-stat-icon {
  overflow: hidden;
  position: relative;
}

.mini-stats-wid .mini-stat-icon:before, .mini-stats-wid .mini-stat-icon:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 54px;
  background-color: rgba(255, 255, 255, 0.1);
  left: 16px;
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
  top: -5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.mini-stats-wid .mini-stat-icon::after {
  left: -12px;
  width: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.mini-stats-wid:hover .mini-stat-icon::after {
  left: 60px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}

@keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}

@keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}

@keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

@keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

@keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.spin {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.spin-hover:hover {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.tada {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}

.tada-hover:hover {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}

.flashing {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}

.flashing-hover:hover {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}

.burst {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}

.burst-hover:hover {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}

.fade-up {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}

.fade-up-hover:hover {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}

.fade-down {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}

.fade-down-hover:hover {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}

.fade-left {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}

.fade-left-hover:hover {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}

.fade-right {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}

.bx-fade-right-hover:hover {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}

.bx-xs {
  font-size: 1rem !important;
}

.bx-sm {
  font-size: 1.55rem !important;
}

.bx-md {
  font-size: 2.25rem !important;
}

.bx-fw {
  font-size: 1.2857142857em;
  line-height: .8em;
  width: 1.2857142857em;
  height: .8em;
  margin-top: -0.2em !important;
  vertical-align: middle;
}

.bx-lg {
  font-size: 3rem !important;
}

.bx-pull-left {
  float: left;
  margin-right: 0.3em !important;
}

.bx-pull-right {
  float: right;
  margin-left: 0.3em !important;
}

.bx-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
}

.bx-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
}

.bx-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
}

.bx-flip-horizontal {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
}

.bx-flip-vertical {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
}

.bx-border {
  padding: .25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: .25em;
}

.bx-border-circle {
  padding: .25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

/* 1170px to 980px or 768px */
@media screen and (max-width: 1366px) {
  [class*="col-lg"], [class*="col-md"], [class*="col-sm"], [class*="col-xs"] {
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    float: none;
  }
  .wrapper {
    overflow: hidden;
  }
  .header .contact-info ul li {
    margin: 0 0 0 20px;
  }
  .banner-holder:after {
    display: none;
  }
  .banner-holder .banner-slider ul {
    width: 60%;
    padding-left: 5%;
    top: 36%;
  }
  .banner-holder .banner-slider ul .slick-dots {
    left: 35px;
    top: 6%;
  }
  .banner-holder .banner-slider ul li .text-holder h2 {
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 20px;
  }
  .banner-holder .banner-slider ul li .text-holder h2 span {
    font-size: 45px;
  }
  .banner-holder .banner-slider ul li .text-holder h2 p {
    font-size: 16px;
    line-height: 24px;
  }
  .banner-holder .banner-slider ul li .text-holder h2 p strong {
    font-size: 20px;
  }
  .tabs-holder {
    top: 20%;
    width: 40%;
  }
  .tabs-holder ul.nav li a {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 30px;
  }
  .tabs-holder .tab-content .tab-pane h4 {
    margin-bottom: 10px;
  }
  .tabs-holder .tab-content .tab-pane .field-set {
    padding-bottom: 15px;
  }
  .tabs-holder .tab-content .tab-pane .field-set label {
    margin-bottom: 10px;
  }
  .tabs-holder .tab-content .tab-pane .field-set .advance-btn {
    padding: 10px 0;
  }
  .tabs-holder .tab-content .tab-pane .field-set .advance-btn:after {
    top: 10px;
  }
  .tabs-holder .tab-content .tab-pane .field-set .search-btn {
    margin: 0;
  }
  .tabs-holder .tab-content .tab-pane .field-set p {
    padding: 0;
  }
  .banner-holder .scroll {
    bottom: 15%;
  }
  .trending-property {
    margin: 0;
    padding: 30px 0 0 0;
  }
  .slider-property-1 {
    width: 100%;
  }
  .slider-property-1 .slick-list {
    padding: 0;
  }
  .slider-property-1 .slick-list:after {
    display: none;
  }
  .slider-property-1 button {
    right: 2%;
  }
  .slider-property-1 button.slick-prev {
    right: 6%;
  }
  .slider-property-1 .slick-dots,
  .testimonial-section .testimonial-slider .slick-dots {
    left: 0;
    width: 100%;
  }
  .hot-property .thumb-slider-box .caption-side {
    display: none;
  }
  .masonary-gallery ul li {
    width: 33.33%;
  }
  .masonary-gallery ul li .box-holder .img-holder {
    width: 47%;
  }
  .client-logo {
    margin: 0;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .header .contact-info ul {
    display: none;
  }
  .tabs-holder .tab-content {
    padding: 15px 20px;
  }
  .tabs-holder .tab-content .tab-pane .field-set p {
    display: none;
  }
  .section-title h2 i {
    display: none;
  }
  .masonary-gallery ul li .box-holder .img-holder {
    width: 45%;
  }
  .hot-property .thumb-slider-box .slider-holder .slider-detail li.slick-active .text-holder,
  .hot-property .thumb-slider-box .slider-holder .slider-detail li .item .text-holder {
    width: 50%;
    padding: 87px 60px;
  }
  .hot-property .thumb-slider-box .slider-holder .slider-detail li.slick-active .img-holder,
  .hot-property .thumb-slider-box .slider-holder .slider-detail li .item .img-holder {
    width: 50%;
  }
  .testimonial-section .testimonial-slider .slick-list {
    padding: 60px 0 !important;
  }
  .client-logo li {
    padding: 0 10px;
  }
}

/* 980px to 768px */
/* If Required */
@media screen and (max-width: 980px) {
  .services-section .box-holder .box-item {
    margin: 0 0 20px 0;
  }
  .hot-property .thumb-slider-box .slider-holder .slider-detail li.slick-active .text-holder, .hot-property .thumb-slider-box .slider-holder .slider-detail li .item .text-holder {
    width: 100%;
    padding: 65px 50px;
  }
  .hot-property .thumb-slider-box .slider-holder .slider-detail li.slick-active .img-holder, .hot-property .thumb-slider-box .slider-holder .slider-detail li .item .img-holder {
    width: 100%;
  }
  .hot-property .thumb-slider-box .slider-holder .slider-thumb {
    width: 100%;
    text-align: center;
    left: 0;
  }
  .masonary-gallery ul li {
    width: 50%;
  }
  .masonary-gallery ul li .box-holder .img-holder {
    width: 100%;
    margin: 0;
  }
  .header .right-header .add-listing {
    padding: 20px;
  }
  .banner-holder .banner-slider ul li .text-holder p,
  .banner-holder .scroll,
  .tabs-holder .tab-content .tab-pane .field-set:nth-child(5) {
    display: none;
  }
  .banner-holder .banner-slider ul {
    width: 95%;
    top: 15%;
  }
  .banner-holder .banner-slider ul .slick-dots {
    left: 20px;
    top: 13%;
  }
  .tabs-holder {
    top: 50%;
    width: 94%;
  }
  .tabs-holder .tab-content .tab-pane .field-set {
    width: 32%;
    display: inline-block;
  }
  .tabs-holder .tab-content .tab-pane .field-set:nth-child(4) {
    width: 97%;
  }
  .hot-property .thumb-slider-box .slider-holder .slider-thumb li {
    float: none;
    display: inline-block;
  }
  .map-holder .map-form form,
  .newsletter .box label,
  .client-logo li a img {
    width: 100%;
  }
  .testimonial-section .testimonial-slider li.slick-current .box {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .testimonial-section .testimonial-slider .slick-list {
    padding: 30px 0 !important;
  }
  .client-logo li {
    width: 19%;
  }
}

/* 767px to 480px */
@media screen and (max-width: 768px) {
  .services-section .box-holder .box-item {
    margin: 0 0 20px 0;
  }
  .hot-property .thumb-slider-box .slider-holder .slider-detail li.slick-active .text-holder, .hot-property .thumb-slider-box .slider-holder .slider-detail li .item .text-holder {
    width: 100%;
    padding: 65px 50px;
  }
  .hot-property .thumb-slider-box .slider-holder .slider-detail li.slick-active .img-holder, .hot-property .thumb-slider-box .slider-holder .slider-detail li .item .img-holder {
    width: 100%;
  }
  .hot-property .thumb-slider-box .slider-holder .slider-thumb {
    width: 100%;
    text-align: center;
    left: 0;
  }
  .masonary-gallery ul li {
    width: 50%;
  }
  .masonary-gallery ul li .box-holder .img-holder {
    width: 100%;
    margin: 0;
  }
  .header .right-header .add-listing {
    padding: 20px;
  }
  .banner-holder .banner-slider ul li .text-holder p,
  .banner-holder .scroll,
  .tabs-holder .tab-content .tab-pane .field-set:nth-child(5) {
    display: none;
  }
  .banner-holder .banner-slider ul {
    width: 95%;
    top: 15%;
  }
  .banner-holder .banner-slider ul .slick-dots {
    left: 20px;
    top: 13%;
  }
  .tabs-holder {
    top: 50%;
    width: 94%;
  }
  .tabs-holder .tab-content .tab-pane .field-set {
    width: 32%;
    display: inline-block;
  }
  .tabs-holder .tab-content .tab-pane .field-set:nth-child(4) {
    width: 97%;
  }
  .hot-property .thumb-slider-box .slider-holder .slider-thumb li {
    float: none;
    display: inline-block;
  }
  .map-holder .map-form form,
  .newsletter .box label,
  .client-logo li a img {
    width: 100%;
  }
  .testimonial-section .testimonial-slider li.slick-current .box {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .testimonial-section .testimonial-slider .slick-list {
    padding: 30px 0 !important;
  }
  .client-logo li {
    width: 19%;
  }
}

/* 767px to 480px */
@media screen and (max-width: 767px) {
  .header .right-header {
    width: 50%;
    position: relative;
    top: -65px;
    float: right;
  }
  .banner-holder .banner-slider {
    display: none;
  }
  .tabs-holder {
    top: 23%;
  }
  .testimonial-section .testimonial-slider li.slick-current .box {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .map-holder .map-box {
    pointer-events: none;
  }
}

/* 480px to 320px */
@media screen and (max-width: 667px) {
  .header .right-header ul {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .masonary-gallery ul li,
  .property-box .text-holder {
    width: 100%;
  }
  .map-holder .map-form {
    top: -70px;
  }
  .map-holder .map-form form input[type="submit"] {
    left: 22%;
  }
  .slider-property-2 .slick-dots {
    left: 0;
    width: 100%;
  }
  .banner-holder {
    min-height: 600px;
  }
  .tabs-holder .tab-content .tab-pane .field-set {
    width: 100%;
  }
  .header .right-header .add-listing {
    font-size: 0;
  }
  .header .right-header .add-listing i {
    padding: 0;
  }
}

@media screen and (max-width: 380px) {
  .tabs-holder .tab-content .tab-pane .field-set:nth-child(4) {
    width: 100%;
  }
  .tabs-holder .tab-content .tab-pane .field-set .advance-btn:after {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */