*,
*::before,
*::after {
  box-sizing: border-box;
}

@font-face {
  font-family: BouquetTypeface;
  src: url("../font/Bouquet Typeface.otf");
}

@font-face {
  font-family: Ubuntu;
  src: url("../font/Ubuntu-Regular.ttf");
}

@font-face {
  font-family: DelaGothicOne;
  src: url("../font/DelaGothicOne-Regular.ttf");
}

@font-face {
  font-family: Prata;
  src: url("../font/Prata-Regular.ttf");
}

@font-face {
  font-family: Klara;
  src: url("../font/Karla-Bold.ttf");
}

@font-face {
  font-family: Qavo;
  src: url("../font/Qavo.otf");
}

@font-face {
  font-family: Lorin;
  src: url("../font/Lorin-Regular.otf");
}

@font-face {
  font-family: Anton;
  src: url("../font/Anton-Regular.ttf");
}

@font-face {
  font-family: Roboto;
  src: url("../font/Roboto-Regular.ttf");
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

html,body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; 
}

html
{
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2e3d62;
}

hr {
  overflow: visible; 
  box-sizing: content-box;
  height: 0;
}

p {
  line-height: 1.75;
}

a {
  cursor: pointer;
  color: #66CC9A;
  text-decoration: none;
}

a:hover {
  color: #58B387;
}

a.blue {
  color: #3e43e9;
}

a.blue:hover {
  color: #3e43e9;
}


/* Page Content */
.page-content {
  transition: width 0.25s ease, margin 0.25s ease;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.page-content .container-fluid {
  padding-right: 30px !important;
  padding-left: 30px !important;
}


/* General */
.bg-default {
  background-color: #f6f6f6 !important;
}

.text-primary {
  color: #01BEA0 !important;
}

.text-secondary {
  color: #151E3F !important;
}

.text-alt {
  color: #f6f6f6 !important;
}


.mt-0 {
  margin-top: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mtb30 {
  margin-bottom: 30px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}


section .container {
	padding: 25px 0;
}

.page-section {
}

.page-section h2.section-heading {
  font-family: "Anton", Sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 42px;
  margin: 0 0 20px;
  text-transform: capitalize;
}

.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 35px;
  text-transform: none;
}

.page-section-alternate {
  background-color:#282A2C;/*#f6f6f6; #0a2a6e;*/
}

.page-section-alternate h2.section-heading {
  color: #FECA13;
}

.page-section-primary {
  background-color:#131F49;  
}

.page-section-primary h2.section-heading {
  color: #fff;
}


.page-section-secondary {
  background-color:#F2F2F2;  
}

.page-section-primary h2.section-heading {
  color: #000;
}

.page-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  width: 100%;
  background-color: #131F49; /* #151E3F; #131F49;#000B76; */
}

.page-header {
  position: relative;
  top: 80px;
  color: #fff;
  z-index: 5;
}

.page-header h2.section-heading {
  color: #2e3d62;
}

section .page-content {
  margin-top: 30px;
}

.iframe-container{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* Label */

.form-control-label {
  font-size: .875rem;
  font-weight: 600;
  color: #959595;
}

.custom-file-label {
  color: #A9A9A9;
  margin-right: 15px;
  margin-left: 15px;
}

/* Buttons */
.btn {
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}

.btn-lg {
  padding: 5px 50px;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  color: #292929;
  background-color:#ffba00;
  border-color:#ffba00;
  font-weight: bold;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color:#fff;
  background-color:#4555b9;
  border-color: #4555b9;
}

.btn-secondary {
  color: #fff;
  background-color: transparent;
  border-color:#fff;
  text-transform: uppercase;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  color:#151E3F;
  background-color:#fff;
  border-color:#fff;
  font-weight: bold;
}

.btn-main {
  color: #292929;
  background-color:#ffba00;
  border-color:#ffba00;
  font-family: Roboto, Sans-serif;
  font-weight: bold;
  line-height: 24px;
}
.btn-main:hover,
.btn-main:focus,
.btn-main:active {
  color:#fff;
  background-color:#4555b9;
  border-color: #4555b9;
}

.btn-alternate {
  background-color: none;
  background-clip: padding-box;
  border: 1px solid #66CC9A;
  color: #66CC9A;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-weight: none;
  cursor: pointer;
} 

.btn-alternate:hover {
  background-color: #66CC9A;
  color: #fff;
} 

.btn-default {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-weight: none;
} 

.navbar {
  /*background-color: #f8f8f8;
  background-color: rgba(0, 0, 0, 0.22); */
  background: #282A2C;
  color: #404D81;
  width: 100%;
  padding: 0;
  z-index: 99;
}

.navbar .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #e5e5e5;
  background-color: #131F49;
}

.navbar .navbar-brand {
  color: #D6B740;
  font-size: 16px;
  font-weight: bold;
}

.yellow {
  color: #66CC9A;
}

.navbar .navbar-nav {
  align-items: center;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  padding: 0em 0.5em;
  letter-spacing: 1px;
  color: #DDD;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.navbar .navbar-nav .nav-item .nav-link.active {
  color: #FECA13; /*#0069d9;*/
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #FECA13;
}

.navbar .navbar-nav .nav-item {
  vertical-align: middle;
}

.nav-item .dropdown-item {
  color: #2E3D62;
  font-size: 90%;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  min-width: 10rem;
  /*margin: 20rem 0 0;*/
  padding: .5rem 0;
  list-style: none;
  text-align: left;
  border: 0 solid rgba(0, 0, 0, .15);
  border-radius: .4375rem;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar:not(.navbar-nav-hover) .dropdown-menu.show {
    animation: show-navbar-dropdown .25s ease forwards;
    pointer-events: auto;
    opacity: 1;
}

.navbar:not(.navbar-nav-hover) .dropdown-menu.close {
    display: block;
    animation: hide-navbar-dropdown .15s ease backwards;
}

.nav-buttons {
  margin-left: 20px;
}

.nav-btn {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0.2em 0.5em;
  letter-spacing: 1px;
}

.nav-btn:hover {
  color: #FECA13;
}

.nav-btn-border {
  border: 1px solid #DDD;
  padding: 5px 10px !important;
  margin: 0 10px;
}

.nav-btn-border:hover {
  border: 1px solid #FECA13 !important;
}


.navbar-expand-lg {
  flex-flow: row wrap;
}

.navbar2 {
  position: relative !important;
}

.navbar.navbar-shrink {
  /*background-color: rgba(255,255,255,0.95);*/
  padding-top: 0px;
  padding-bottom: 0px;
  /* background: #151E3F; #000B76; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  color: #fff;
  /* 
  animation-name: fadeInUp;
  animation-duration: 1s;
  */
}
/*
.navbar.navbar-shrink .navbar-brand {
  font-size: 1.25em;
}

.navbar-shrink .navbar-nav .nav-item .nav-link.active,
.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
  color: #66CC9A;
}

.navbar-shrink .navbar-nav .nav-item .nav-link {
  color: #fff;
}

.navbar-shrink .navbar-brand {
  color: #fff;
}

.navbar-shrink .navbar-toggler {
  background-color: #151E3F;
}
*/
.navbar-shrink .topbar {
  display: none;
}

.slogan {
  display: block;
  font-size: 10px;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
}

.topbar {
  background: #0f6fd5;
  padding: 12px 50px;
  display: block;
  height: 40px;
  z-index: 1099;
  width: 100%;
  position: absolute;
}

.topbar ul {
  list-style: none;
}

.topbar ul li {
  display:block;
  float:left;
  padding: 0 10px;
  font-size: 12px;
}

.topbar ul li a:hover {
  color: #3b3f42;
  text-decoration: none;
}

.topbar ul li i {
  margin-right: 5px;
}

.footer {
  background: #282A2C;
  padding: 40px 0 40px;
}

.footer-title h2 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Anton", Sans-serif;
  letter-spacing: 2px;
  color: #D6B740;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.footer-widget h2 {
  font-size: 25px;
  color: #D6B740;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.footer-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget ul li a {
  display: inline-block;
  color: #eee;
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-widget ul li a:hover {
  color: #fff;
}

h2.logo-title {
  color: #ffffff;
}

.logo {
  width: 153px;
  height: 50px;
}


.info {
  font-size: 14px;
  font-weight: 500;
  color: #ccc;
}

.info .address{
  margin-left: 20px;
}

.info a {
  color: #ccc;
}

.info a:hover {
  color: #FECA13;
  text-decoration: none;
}

.content {
  padding-bottom: 40px;
}

.copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.302);
  padding-top: 20px;
}

.copyright {
  font-size: 12px;
  text-transform: uppercase;
  color: #ccc;
}

.company {
  font-size: 11px;
  text-transform: uppercase;
  color: #ccc;
}
/*
.social-links a {
  display: inline-block;
  color: #ccc;
  font-size: 18px;
  margin: 25px 5px;
}
*/
.social-links i {
  margin-right: 10px;
}
.social-links a {
  display: block;
  color: #ccc;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 1rem;
  text-decoration: none;
}

.social-links a:hover {
  color: #FECA13;
}

.social-text{
  font-size: 14px;
  font-weight: 500;
  color: #ccc;
  margin-right: 10px;
}

/* Banner */
.banner{
  width: 100%;
  padding-top: 58px;
  /*background: #F6F6F6;*/
  /*
  background: rgb(243,243,243);
  background: -moz-linear-gradient(185deg, rgba(243,243,243,1) 0%, rgba(213,213,213,1) 36%, rgba(63,76,129,1) 76%);
  background: -webkit-linear-gradient(185deg, rgba(243,243,243,1) 0%, rgba(213,213,213,1) 36%, rgba(63,76,129,1) 76%);
  background: linear-gradient(185deg, rgba(243,243,243,1) 0%, rgba(213,213,213,1) 36%, rgba(63,76,129,1) 76%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#3f4c81",GradientType=1);
  */
  /*
  background: rgb(213,213,213);
  background: -moz-linear-gradient(185deg, rgba(213,213,213,1) 0%, rgba(243,243,243,1) 67%, rgba(255,255,255,1) 94%);
  background: -webkit-linear-gradient(185deg, rgba(213,213,213,1) 0%, rgba(243,243,243,1) 67%, rgba(255,255,255,1) 94%);
  background: linear-gradient(185deg, rgba(213,213,213,1) 0%, rgba(243,243,243,1) 67%, rgba(255,255,255,1) 94%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d5d5d5",endColorstr="#ffffff",GradientType=1);
  */
}

.banner .img {
  position: absolute;
  right: 5%;
  top: -calc(100vh);
  z-index: 0;
}

.banner .search-form {
  width: 90%;
  max-width: 750px;
  height: auto;
  background: rgba(255,255,255,.90);
  padding: 25px !important;
  border-radius: 25px;
  z-index: 2;
  display: block;
}

.search-form h2.header {
  margin-bottom: 30px;
  color: #2e3d62;
}
	
.search-form label {
  color: #000;
}

.search-form label.title {
  display: inline-block;
  font-weight: bold;
}

.search-form button {
  padding-top: 3px;
  padding-bottom: 3px;
}

.sl-form {
  position: relative;
  margin: auto 30%;
  padding: 20px 0px;
}

.sl-form h2.header {
  margin-bottom: 30px;
  color: #2e3d62;
}

.sl-form .form-group label {
  position: absolute;
  left: 0;
  line-height: 40px;
  color: #52606d;
}

.sl-form .form-group label i {
  margin-left: 20px;
  color: #80868b;
}

.sl-form .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-bottom: .5rem;
}

.sl-form .form-group .custom-file-label {
  margin: 0px;
  padding: 0rem .75rem;
  line-height: 40px;
  color: #A9A9A9;
}

.sl-form .form-group .custom-file-label i {
  margin-right: 20px;
  margin-left: 10px;
}

.sl-form label input {
  padding-left: 35px;
}

.sl-form input + i {
  margin-left: -30px;
  position: absolute;
  cursor: pointer;
  line-height: 40px;
  color: #80868b;
}

.sl-form .form-control {
  display: inline-block;
  height: 40px;
  padding: 0 55px;
}

.sl-form .btn {
  margin-top: 40px;
  height: 50px;
}

.sl-form a.sl-link {
  color: #52606d;
  line-height: 50px;
  font-weight: bold;
}

.carousel-item {
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.carousel-item:after {
    /*background-color: rgba(0, 0, 0, 0.35);*/
    bottom: 0px;
    content: '';
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.carousel-caption {
  bottom: 0;
  position: absolute;
  top: 0;
  right: 15%;
  bottom: 0;
  left: 15%;
  z-index: 10;
  vertical-align: middle;
}

.carousel-caption .container {
  display: table;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.carousel-caption .content h1 {
  font-size: 60px;
  line-height: 70px;
  color: #fed136;
}

/* Side Bar */
.scroll-to-target {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #5B6D90;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 80;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.scroll-to-target i {
  font-size: 18px;
  line-height: 50px;
  color: #fff;
}

.scroll-to-target:hover {
  background: #404D81;
}

.scroll-to-top {
  display: none;
}

.icon-lg {
  margin-bottom: 10px;
  font-size: 46px;
  color: #fff;
}

.feature-box h4 {
  font-size: 22px;
  margin-bottom: 20px;
}

.feature-box p {
  color: #7c8595;
  font-size: 15px;
  line-height: 34px;
  font-weight: 400;
}

.page-section-alternate .feature-box h4 {
  color: #fff;
}

.page-section-alternate .feature-box p {
  color: #7c8595;
}

.slick-slide {
  margin-left: 1rem;
  margin-right: 1rem;
}

.slick-dots li.slick-active button:before {
  color: #58B387;
}

.slick-slide.slick-current.slick-active {
  opacity: 1;
  transition: opacity 0.3s;
}

.slick-prev:before, .slick-next:before {
  font-size: 35px;
  color: #282A2C;
}

.slick-prev {
  left: -35px;
}

.slick-next {
  right: -35px;
}

.slick-prev, .slick-next {
  font-size: 35px;
  z-index: 20;
}

.overlay {
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  opacity: 0.9;
  z-index: 98;
}

.wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  cursor: pointer;
}

.container-checkbox:hover input ~ .checkmark {
  background-color: #f5f5f5;
  border: 1px solid #888888; /* #96c8da */
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #3253ae;
  border: 1px solid #3253ae;
}

.container-checkbox input:checked:hover ~ .checkmark {
  background-color: #243882;
  border: 1px solid #243882;
}

/* When the checkbox is disabled, add a blue background */
.container-checkbox input:disabled ~ .checkmark {
  background-color: #e0e0e0 !important;
  border: 1px solid #aaaaaa !important;
  cursor: not-allowed;
}

.container-checkbox input:disabled ~ .checkmark:after {
  border-color: #aaaaaa;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 4px;
  top: 2px;
  width: 6px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-checkbox-label {
  line-height: 23px;
  margin-left: 25px;
  margin-top: 2px;
  margin-bottom: 5px;
  margin-right: 40px;
  position: relative;
  display: inline-block;
}

.container-radio {
  display: inline-block;
  position: absolute;
  min-height: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 7px;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  visibility: hidden;
  cursor: pointer;
  margin: 0px;
  top: 0;
  left: 0;
}

/* Create a custom radio button */
.container-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #aaaaaa;
  border-radius: 50%;
}

/* On mouse-over, add a background color */
.container-radio:hover input ~ .checkmark {
  background-color: #f5f5f5;
  border: 1px solid #888888;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #3253ae;
}

.container-radio input:checked:hover ~ .checkmark {
  background-color: #f5f5f5;
  border: 1px solid #243882;
}

/* When the radio button is disabled, add a blue background */
.container-radio input:disabled ~ .checkmark {
  background-color: #e0e0e0 !important;
  border: 1px solid #aaaaaa !important;
  cursor: not-allowed;
}

.container-radio input:disabled ~ .checkmark:after {
  background: #aaaaaa;
  border: 1px solid #aaaaaa !important;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3253AE;
}

.container-radio .checkmark:hover:after {
  background-color: #243882;
  border: 1px solid #243882;
}

.form-radio-label {
  line-height: 23px;
  margin-left: 25px;
  margin-top: 2px;
  margin-bottom: 15px;
  margin-right: 40px;
  position: relative;
  display: inline-block;
}

.form-control {
  margin-bottom: 5px;
}

.form-control:focus {
  border-color: #3c8dbc;
  box-shadow: none;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A9A9A9;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #A9A9A9;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #A9A9A9;
 }
 
 .currency {
  text-align: right;
 }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Slim Select */
.ss-main,
.ss-main .ss-multi-selected { 
  min-height: calc(1.5em + .75rem + 2px);
}

.ss-main .ss-multi-selected .ss-add{
  margin: 0 12px 0 0;
  align-items: center;
}

.ss-main .ss-multi-selected .ss-values .ss-value{
  font-size: 14px;
  padding: 2px 5px;
  margin: 5px 0px 5px 5px;
}

.ss-main .ss-multi-selected .ss-values .ss-disabled {
  color: #A9A9A9;
}

.ss-main .ss-single-selected {
  display: flex;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ss-main .ss-single-selected .placeholder .ss-disabled {
  color: #A9A9A9;
}

/* Switch toggle - https://codepen.io/JiveDig/pen/jbdJXR */
.switch-toggle {
	display: inline-flex;
	overflow: hidden;
	padding-right: 1px;
	min-height: calc(1.5em + .75rem + 2px);
}

.switch-toggle input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-toggle label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-toggle label:hover {
	cursor: pointer;
}

.switch-toggle input:checked + label {
	background-color: #404D81; /* #47CF73; #2c3e50; #a5dc86; */
	color: #fff;
	box-shadow: none;
}

.switch-toggle label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-toggle label:last-of-type {
	border-radius: 0 4px 4px 0;
}


.tooltip > .tooltip-inner {
  white-space: nowrap;
  -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 50%);
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 50%);
}

.tooltip > .tooltip-inner {
  background: #66CC9A !important;
  color: #fff !important;
  -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
}
.bs-tooltip-right > .arrow::before {
  border-right-color: #66CC9A !important;
}
.bs-tooltip-top .arrow::before {
  border-top-color: #66CC9A !important;
}
.bs-tooltip-bottom > .arrow::before {
  border-bottom-color: #66CC9A !important;
}
.bs-tooltip-left > .arrow::before {
  border-left-color: #66CC9A !important;
}

.tooltip > .arrow::after {
  -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%) !important;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%) !important;
}


/* Tab */
.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-item .nav-link {
  color: #3F4C81;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  width: 100%;
  display: block;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
  background: none;
  color: #01BEA0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #01BEA0;
}

.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

/* Vertical Tab */
.nav-vertical {
  display: flex;
  flex-flow: column nowrap;
  border: none;
  padding-right: 15px;
  border-right: 1px solid #dee2e6; 
}

.nav-vertical .nav-item + .nav-item {
  margin-top: 0.25rem;
}

.nav-vertical.nav-tabs .nav-item {
  text-align: left;
}

.nav-vertical.nav-tabs .nav-item i {
  margin-right: .5rem;
}

.nav-vertical.nav-tabs .nav-link {
  white-space: nowrap;
  border: 1px;
  color: #3E4E81;
}

.nav-vertical.nav-tabs .nav-link:hover {
  background-color: #f7f7f7;
  border-color: transparent;
}

.nav-vertical.nav-tabs .nav-item.show .nav-link,
.nav-vertical.nav-tabs .nav-link.active {
  color: #01BEA0;
  border-left: 3px solid #01BEA0;
  border-radius: 0;
}

.nav-vertical.nav-tabs .nav-link.active:hover {
  background-color: #fff;
}

.nav-vertical.nav-tabs .card {
  border: none;
}

.nav-vertical.nav-tabs .card .card-header {
  display: none;
}

.nav-vertical.nav-tabs .card .collapse {
  display: block;
}

.tab-content {
  width: 100%;
  border: 0;
  padding: 0px 30px;
}

.tab-content .row{
  margin-top: 10px;
}

.tab-content .heading {
  font-size: .75rem;
  padding-top: .25rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* Table */
.table {
  border-collapse: separate;
  border-spacing: 0 0.5em;
}
.table th,
.table td{
  font-size: 14px;
  border-top: none;
}
.table th {
  color: #3F4C81;
}
.table tbody tr {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 0 rgb(43 43 43 / 10%), 0 11px 6px -7px rgb(43 43 43 / 10%);
  box-shadow: 0 0 5px 0 rgb(43 43 43 / 10%), 0 11px 6px -7px rgb(43 43 43 / 10%);
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.table td {
  color: #52606d;
}
.table td i {
  color: #CACACA;
}


/* List */
.list .card {
  margin: 0;
}

.list .card-body{
  margin: 0;
  padding: 0;
}

.list .card-body .col {
  padding: 0;
}

.list .card-body .img {
  width: 100%;
  max-width: 250px;
  height: 200px;
  object-fit: cover;
}

.list .property {
  display: flex;
}

.list .property .details {
  display: flex;
  padding: 15px;
  width: 100%;
}

.list .property .details .detail-1 {
  position: relative;
  margin-right: 20px;
  width: 100%;
}

.list .property .details .detail-2 {
  position: relative;
  padding: 10px 10px;
  width: 200px;
  height: 100%;
  text-align: right;
}

/* Grid */
.grid .card {
  margin: 0;
  display: flexbox;
}

.grid .card-body{
  margin: 0;
  padding: 0;
  position: relative;
}

.grid .card-body .col {
  padding: 0;
}

.grid .property .img-container {
  width: 100%;
  height: 200px;
  display: block;
  text-align: center;
}

.grid .property .img-container img {
  margin: 15px 0;
  display: inline !important;
  border-radius: 5px;
}

.grid .property .details {
  padding: 5px 15px;
  display: flex; 
  flex-direction: column;
}

.grid .property .details .detail-1 {
  order: 2;
  position: relative;
  width: 100%;
  min-height: 200px;
}

.grid .property .details .detail-1 .address {
  font-size: 14px;
}

.grid .property .details .attributes {
  bottom: 30px;
}

.grid .property .details .detail-2 {
  order: 1;
  display: block;
  width: 100%;
  margin: 10px 0;
}

.grid .property .details .detail-2 .price {
  font-size: 22px;
  text-align: center;
  margin: 0px;
}

.grid .property .details .detail-2 .type {
  display: none;
}

/* Content */
.property {
  cursor: pointer;
}

.property .details .date {
  color: #66CC9A;
  font-size: 14px;
  font-weight: 600;
}

.property .details .address {
  color: #3F4C81;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 30px 10px 0;
}

.property .details .description {
  color: #959595;
  font-size: 14px;
}

.property .details .attributes {
  color: #959595;
  display: flex;
  position: absolute;
  bottom: 5px;
}

.property .details .attributes .item {
  color: #959595;
  font-size: 14px;
  justify-content: center;
  text-align: center;
  margin-right: 25px;
}

.property .details .attributes i {
  color: #CCCCCC;
  font-size: 18px;
  display: block;
}

.property .details .attributes i:hover {
  color: #66CC9A;
}

.property .type {
  color: #fafafa;
  padding: 1px 1px;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  padding: 1px 15px;
  text-align: left;
}
.property .residential {
  background: #3EC98A;
  border: 1px solid #3EC98A;
  border-radius: 15px;
}
.property .commercial {
  background: #225991;
  border: 1px solid #225991;
  border-radius: 15px;
}
.property .industrial {
  background: #FF6867;
  border: 1px solid #FF6867;
  border-radius: 15px;
}

.property .price {
  color: #3F4C81;
  font-size: 20px;
  font-weight: 600;
  text-align: right;
  margin-top: 20px;
}

.property .details .action {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 5px;
  z-index: 80;
}

.property .details .action .item {
  color: #CCCCCC;
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
}

.property .details .action .item i {
  color: #CCCCCC;
  font-size: 16px;
  margin-right: 5px;
  font-weight: 600;
}

.property .details .action .item.active i {
  color: #66CC9A;
}

.property .details .action .item .count{
  display: inline-block;
}


/* Property details */
.property-details {
  color: #959595;
  font-size: 16px;
}

.property-details .content {
  margin: 0px 100px;
}

.container-img {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 58vw;
  max-height: 350px;
  overflow: hidden;
  margin: 10px auto;
  z-index: 0;
  background: #f2f3f4;
}

.container-img img {
  width: auto;
  height: 100%;
}

.property-details .title{
  color: #3F4C81;
  font-size: 16px;
  font-weight: 600;
}

.property-details .title:after {
  position: absolute;
  content: "";
  height: 3px;
  background-color: #3F4C81;
  width: 25px;
  left: 15px;
  top: 25px;
  }

.property-details .refnum {
  color: #66CC9A;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.property-details .address {
  color: #3F4C81;
  margin-top: 10px;
  margin-bottom: 10px;
}

.property-details .description {
  color: #959595;
  font-size: 14px;
}

.property-details .price {
  color: #3F4C81;
  font-size: 20px;
  font-weight: 600;
}

.property-details .attributes {
  color: #959595;
  display: flex;
}

.property-details .attributes .item {
  color: #959595;
  font-size: 14px;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
  margin-left: 15px;
}

.property-details .attributes i {
  color: #CCCCCC;
  font-size: 18px;
  display: block;
}

.property-details .attributes i:hover {
  color: #66CC9A;
}

.property-details .info {
  color: #959595;
  display: flex;
  margin-bottom: 15px;
}

.property-details .info .item {
  font-size: 14px;
  color: #3F4C81;
  margin-right: 15px;
  margin-left: 15px;
}

.property-details .info i {
  color: #CCCCCC;
  font-size: 18px;
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.property-details .info i:hover {
  color: #66CC9A;
}

.property-details .info a {
  color: #3F4C81;
  text-decoration: none;
}

.property-details .info a:hover {
  color: #66CC9A;
}

.thumbnail {
  width: 150px;
  height: 100px;
}

.carousel-video {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.carousel-video .carousel-inner .carousel-item {
  /*display: flex;*/
  background: #fff;
  height: 100%;
}

.carousel-video .carousel-inner .carousel-item .content {
  width: 40%;
  padding: 20px;
  background: #f6f6f6;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  z-index: 80;
  margin: 0 20px;
}

.carousel-video .carousel-inner .carousel-item .title {
  color: #3F4C81;
  font-size: 20px;
  font-weight: 600;
}

.carousel-video .carousel-inner .carousel-item .description {
  color: #959595;
  font-size: 16px;
  margin: 20px 0;
}

.carousel-video .carousel-inner .carousel-item:after {
  background: none;
}

.carousel-video.vertical .carousel-inner{
  width: 80%;
}

.carousel-video .carousel-indicators {
  position: absolute;
  background: #fff; /*f2f3f4;*/
  display: flex;
  margin: 0px;
  overflow-y: scroll;
  left: unset;
}

.carousel-video.vertical .carousel-indicators {
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  overflow-y: scroll;
  width: 19%;
  height: 100%;
}

.carousel-video .carousel-inner .carousel-item .video {
  width: 100%;
}

/*
.carousel-video .carousel-inner .carousel-item .content {
  width: 39.9%;
}
*/

.carousel-video .carousel-indicators > .content:first-child {
  margin-left: 0;
}

.carousel-video .carousel-indicators > .content:last-child {
  margin-right: 0;
}

.carousel-video .carousel-indicators .content.active {
  background: #66CC9A;
}
.carousel-video .carousel-indicators .content {
  padding: 10px;
  cursor: pointer;
}

.carousel-video .carousel-indicators .content img{
  width: 155px;
  height: 100px;
  margin: 0 5px;
}

.carousel-video .carousel-indicators .content.active .description{
  color: #fff;
}
.carousel-video .carousel-indicators .content .description{
  color: #959595;
  font-size: 14px;
  padding: 5px 10px;
  text-align: left;
}

/* List Pagination */
ul.pagination li {
  margin-left: 8px;
  margin-right: 8px;
}

ul.pagination li a {
  color: #3F4C81;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

ul.pagination li a.active {
  color: #3EC98A;
  font-weight: bold;
  cursor: default;
}

ul.pagination li a:hover:not(.active) {
  color: #66CC9A;
}


/* Accordian */
.card {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	margin: 15px 0px;
}

.card-header{
  padding: 0;
  border: none;
  background: transparent;
}

.card-header .btn {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  display: block;
  padding: 10px 26px;
  text-align: left;
  text-decoration: none;
  color: #2e3d62;
  border: none;
  width: 100%
}

.card-header .btn i {
  display:block;
  float:right;
  font-size: 20px;
  padding: 11px;
  color: #fff;
  background-color: #131F49;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.card-body {
  color: #2e3d62;
  font-size: 18px;
}

/* SVG Styling */
.svg-page {
  position: absolute;
  top: -30px;
}

.svg-page2 {
  position: absolute;
  top: 300px;
}

.svg-banner {
  margin-top: 0px;
  margin-bottom: -180px;
}

.svg-ads {
  margin-top: -50px;
  margin-bottom: -80px;
}

.svg-featured{
  margin-top: -30px;
  margin-bottom: -150px;
}

.svg-footer {
  margin-top: -50px;
}


/* Customize FullCalendar Styling */
.fc {
  border: 1.5px solid #aaa; /* #ebe9f1; */
  border-radius: .428rem;
  color: #5E5873;
}

.fc table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  border-color: #ebe9f1;
  background-color: #fff;
}

.fc thead tr.fc-first {
  background-color: #fcfcfc;
}

.fc-border-separate tr th {
  border-top: 1px solid #cdcdcd !important;
  border-bottom: 1px solid #cdcdcd !important;
  font-weight: bold;
}

.fc-day-header {
  font-weight: bold !important;
}

.fc-header-title {
  margin-top: 0px;
}

.fc-header-title h2{
  font-size: 20px;
}

.fc-header .fc-button{
  margin: 0px 0px;
}

.fc-header .fc-button:hover {
  background: none;
}

.fc-button-prev .fc-text-arrow, .fc-button-next .fc-text-arrow {
  font-weight: normal;
}

.fc-button-today {
  display: none;
}

.fc-state-default {
  border: 0px;
  color: #6e6b7b;
}

.fc-week .fc-day > div .fc-day-number {
  min-width: 19px;
  min-height: 19px;
}

.fc-week .fc-day:hover .fc-day-number{
  background-color: inherit !important;
  color: inherit;
}

.fc-state-highlight > div > div.fc-day-number{
  background-color: inherit !important;
  color: inherit;
}

.fc-week .fc-day.fc-state-highlight:hover .fc-day-number{
  background-color: inherit !important;
}

.fc-today {
  background-color: #f8f8f8 !important;
}

.fc-event {
  font-weight: 600;
  font-size: 12px;
  border-radius: 3px;
  background-color: rgba(0,207,232,.12) !important;
  border: 1px solid rgba(0,207,232,.32);
  color: #00cfe8;
  padding: .25rem .5rem;
}

.fc-event.info {
  background-color: rgba(115,103,240,.12) !important;
  border: 1px solid rgba(115,103,240,.32);
  color: #7367f0 !important;
  padding: .25rem .5rem;
}

.fc-event.important {
  background-color: rgba(234,84,85,.1) !important;
  border: 1px solid rgba(234,84,85,.32);
  color: #EA5455!important;
  padding: .25rem .5rem;
}

.fc-event.success {
  background-color: rgba(40,199,111,.1) !important;
  border: 1px solid rgba(40,199,111,.32);
  color: #28C76F!important;
  padding: .25rem .5rem;
}


#external-events {
	float: left;
	width: 150px;
	padding: 0 10px;
	text-align: left;
	}

#external-events h4 {
	font-size: 16px;
	margin-top: 0;
	padding-top: 1em;
	}

.external-event { /* try to mimick the look of a real event */
	margin: 10px 0;
	padding: 2px 4px;
	background: #3366CC;
	color: #fff;
	font-size: .85em;
	cursor: pointer;
	}

#external-events p {
	margin: 1.5em 0;
	font-size: 11px;
	color: #666;
	}

#external-events p input {
  margin: 0;
  vertical-align: middle;
}

.password-strength-group {
  display: block;
  width: 100%;
}
.password-strength-group .meter {
  width: 83%;
  display: inline-block;
}
.password-strength-group .message {
  width: 16%;
  display: inline-block;
  font-size: 14px;
  text-align: right;
  color: #52606d;
}


/* Medias */
@media (min-width: 1200px) {
  .property .details .description {
    text-overflow: ellipsis;
    overflow: hidden; 
    width: 100%; 
    white-space: nowrap;
  }
}

@media (max-width: 992px){
  .navbar {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
  }
  .navbar .navbar-brand {
    font-size: 1.75em;
    transition: all 0.3s;
  }
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .navbar {
    background: #131F49;
  }
  .search-form {
    width: 90%;
  }

  .banner {
    padding-top: 100px;
  }
  
  .banner .search-form {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }

  .banner .img {
    display: none;
  }

  /* Content */
  .page-body-wrapper {
    padding-top: 0px !important;
  }
  .page-content .container-fluid {
    padding: 0 30px !important;
  }
  .property-details .content {
    margin: 0px 0px;
  }
  .property-details .title {
    margin-bottom: 20px;
  }
  .property .details .description {
    margin-bottom: 20px;
  }

   /* Grid */
   .grid .property .details .attributes {
    bottom: 0px;
    position: relative;
  }

  /* List */
  .list .property {
    display: flex;
    flex-direction: column;
  }
  .list .card-body .img {
    width: 100%;
    max-width: initial;
  }
  .list .property .details .address {
    margin-bottom: 10px;
  }
  .list .property .details .attributes {
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .dropdown-hover:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  section .container {
    padding: 10px 10px !important;
  }
  section .page-content {
    margin-top: 0px;
  }

  .page-section h2.section-heading{
    font-size: 25px;
  }
  
  .navbar {
    background: #131F49;
  }
  .fixed-top {
    position: relative;
  }

  .copyright-area .text-right{
    text-align: left !important;
  }

  .banner {
    padding-top: 0px;
  }

  .banner .search-form {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }

  .banner .img {
    display: none;
  }
	
  .carousel-item {
  	height: 200px;
  }

  .carousel-caption .content h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .carousel-caption .content .caption {
    font-size: 20px;
  }
  .carousel-caption .content .btn {
    margin-top: 15px;
  }

  /* Content */
  .page-body-wrapper {
    padding-top: 0px !important;
  }
  .page-content .container-fluid {
    padding: 0 30px !important;
  }
  .property-details .content {
    margin: 0px 0px;
  }
  .property-details .title {
    margin-bottom: 20px;
  }
  .property .details .description {
    margin-bottom: 20px;
  }

  /* Grid */
  .grid .property .details .attributes {
    bottom: 0px;
    position: relative;
  }
  
  /* List */
  .list .property {
    display: flex;
    flex-direction: column;
  }
  .list .card-body .img {
    width: 100%;
    max-width: initial;
  }
  .list .property .details .address {
    margin-bottom: 10px;
  }
  .list .property .details .attributes {
    position: relative;
  }
}

/* Landscape phones and down */
@media (max-width: 480px) {
  body {
    font-size: 16px;
  }

  section .container {
    padding: 10px 10px !important;
  }
  section .page-content {
    margin-top: 0px;
  }

  .page-section h2.section-heading{
    font-size: 25px;
  }

  /* General */  
  .switch-toggle {
    margin-top: 5px;
  }
	
  .carousel-item {
  	height: 200px;
  }

  /* Navigation */
  .navbar .container{
    padding: 5px 20px !important;
  }

  .navbar .navbar-nav .nav-item {
    background-color: #151E3F;
  }

  .scroll-to-target {
    display: none !important;
  }

  .banner {
    height: initial;
  }
  .banner .content {
    margin-top: 20px;
  }

  .card-header .btn{
    font-size: 16px;
  }

  .sl-form {
    margin: 20px 0;
  }

  /* Calendar */
  .fc-event,
  .fc-event.important,
  .fc-event.info,
  .fc-event.success {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50%;
    padding: 0;
  }
  .fc-event-time {
    display: none;
  }
  .fc-event-title {
    display: none;
    position: absolute;
    width: 180px;
    left: 15px;
  }
  .fc-event:hover .fc-event-title {
    display: block;
  }
  .fc-week .fc-day > div .fc-day-number {
    padding: 1px;
  }
  .fc-day div,
  .fc-day-content div {
    min-height: 15px !important;
  }

  /* Carousel */
  .carousel-caption .content {
    font-size: 15px;
    padding-top: 60px;
  }
  
  .carousel-caption .content .caption {
    font-size: 12px;
  }
  
  .carousel-caption .content .btn {
    margin-top: 10px;
  }

  .grid .card-body .img {
    height: 150px;
  }

  /* Content */
  .page-body-wrapper {
    padding-top: 0px !important;
  }
  .page-content .container-fluid {
    padding: 0 15px !important;
  }
  .property-details .content {
    margin: 0px 0px;
  }
  .property-details .title {
    margin-bottom: 20px;
  }

  .property .details .address {
    margin: 10px 0;
  }
  .property .details .description {
    text-overflow: ellipsis;
    overflow: hidden; 
    width: 100%; 
    white-space: nowrap;
    margin-bottom: 20px;
  }
  .property .details .attributes {
    width: 100%;
    flex-direction: row;
    position: relative;
  }
  .property .details .attributes .item {
    margin-right: 15px;
  }

  .slick-prev {
    left: -10px;
  }

  .slick-next {
    right: 10px;
  }

  /* Grid */
  .grid .property .details .attributes {
    bottom: 0px;
    position: relative;
  }

  /* List */
  .list .property {
    display: flex;
    flex-direction: column;
  }
  .list .card-body .img {
    width: 100%;
    max-width: initial;
  }
  .list .property .details {
    display: flex;
    flex-direction: column;
    height: initial;
  }
  .list .property .details .address {
    margin-bottom: 10px;
  }
  .list .property .details .attributes {
    position: relative;
  }
  .list .property .details .action {
    top: -10px;
    right: 0;
  }
  .list .property .details .detail-1 {
    order: 2;
  }
  .list .property .details .detail-2 {
    order: 1;
    display: block;
    width: 100%;
  }
  .list .property .details .detail-2 .price {
    font-size: 22px;
    text-align: center;
    margin: 0px;
    display:block;
  }
  .list .property .details .detail-2 .type {
    display: none;
  }

  /* Video */
  .carousel-video {
    margin: 0 auto;
    width: 90%;
  }
  .carousel-video .carousel-inner .carousel-item {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .carousel-video .carousel-inner .carousel-item .video,
  .carousel-video .carousel-inner .carousel-item .content {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .carousel-video .carousel-inner .carousel-item .content {
    padding: 5px 10px;
  }
  .carousel-video .carousel-inner .carousel-item .description {
    margin: 10px 0;
  }
  .carousel-video .carousel-inner .carousel-item .title {
    font-size: 16px;
  }

  /* footer */
  .footer {
    padding: 20px 0;
  }

  .footer .logo {
    display: none;
  }

  .footer-title h2 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .footer-widget h2 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .footer .content {
    padding-bottom: 10px;
  }

  /* svg */

  .svg-page {
    top: 149px;
  }
  .svg-banner {
    margin-top: -2px;
    margin-bottom: 10px;
  }
  .svg-ads {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .svg-featured{
    margin-top: -30px;
    margin-bottom: -60px;
  }
  .svg-footer {
    margin-top: 0px;
    margin-bottom: -25px;
  }
}

/* Scrollbar */
/* Works on Firefox */
div {
  scrollbar-width: thin;
  scrollbar-color: #404D81 #fff;
}

/* Works on Chrome, Edge, and Safari */
div::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

div::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 30px;
}

div::-webkit-scrollbar-thumb {
  background-color: #404D81;
  border-radius: 30px;
}

/* Images */
.bg1-rb {
  background-image: url("../img/banner/image1.png");
  background-position: right bottom; /*Positioning*/
  background-repeat: no-repeat; /*Prevent showing multiple background images*/
  background-size: 30%;
}

.bg1-lt {
  background-image: url("../img/banner/image1.png");
  background-position: left top; /*Positioning*/
  background-repeat: no-repeat; /*Prevent showing multiple background images*/
  background-size: 30%;
}

.bg1-cc {
  background-image: url("../img/banner/auction-r.png");
  background-position: center; /*Positioning*/
  background-repeat: no-repeat; /*Prevent showing multiple background images*/
  background-size: 50%;
}

.bg2-cc {
  background-image: url("../img/banner/auction-l.png");
  background-position: center; /*Positioning*/
  background-repeat: no-repeat; /*Prevent showing multiple background images*/
  background-size: 50%;
}

.bg3-cc {
  background-image: url("../img/banner/auction-lr.png");
  background-position: center; /*Positioning*/
  background-repeat: no-repeat; /*Prevent showing multiple background images*/
  background-size: contain;
}

.success-auction-img {
  width: 100%;
  height: auto;
  border-radius: .25rem;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}