@import url(https://fonts.googleapis.com/css?family=Philosopher:400,700&display=swap&subset=cyrillic-ext);
@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap&subset=cyrillic,cyrillic-ext');*/
body {
  font-family: "Roboto", sans-serif;
  background: #fafafa;
  color: #535353;
  overflow-x: hidden;
}

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

.page_loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url("../img/spinner.gif") center no-repeat #fff;
  background-size: 60px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #535353;
}

a {
  color: #37404d;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #535353;
}

.form-control:focus {
  box-shadow: none;
}

p {
  font-size: 14px;
  line-height: 26px;
  color: #535353;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #37404d;
  font-family: "Roboto", sans-serif;
}

.heading-2 {
  margin-bottom: 30px;
}

.heading-2 h4 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 25px;
}

.heading-2 p {
  font-size: 15px;
  font-weight: 400;
}

.bordered-right {
  border-right: 1px solid rgba(22, 24, 27, 0.12);
}

.col-pad {
  padding: 0 0;
}

.col-pad-30 {
  padding: 0 30px;
}

.pad-minus-lr-15 {
  padding-top: 50px;
}

.mbl {
  margin: 0 0 30px 20px;
}

.mrb {
  margin: 0 20px 50px 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.hidden {
  display: none;
}

.form-inline .btn,
.form-inline .btn:active {
  padding: 0 17px;
  font-size: 15px;
  background: none;
  border: solid 1px transparent;
  color: #212121;
}

.form-inline .btn-2 {
  color: #fff;
}

.form-inline .btn:hover {
  background: none;
  border: solid 1px transparent;
}

.form-inline a {
  padding: 0 17px;
}

.btn {
  font-family: "Roboto", sans-serif;
  border-radius: 3px;
}

.btn-black {
  color: #fff;
  background-color: #3a3a3a;
  border-color: #3a3a3a;
}

.btn-black:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-round {
  border-radius: 30px;
}

.delay-02s {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.delay-03s {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.delay-04s {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.delay-05s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.delay-06s {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.delay-07s {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.delay-08s {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.delay-09s {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

.delay-1s {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.delay-12s {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.delay-15s {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}

.delay-17s {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}

.delay-20s {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

input[type=checkbox]:checked + label:before {
  content: "✓";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  color: #f3f3f3;
  text-align: center;
  line-height: 15px;
}

.form-check label, .radio label {
  min-height: 20px;
  padding-left: 30px;
  margin-bottom: 0;
  font-weight: 500;
  cursor: pointer;
}

.form-check label {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}

.form-check label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 0px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-check label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox-theme input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox {
  margin: 3px 0;
}

.map-content-sidebar .checkbox {
  margin: 3px;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  color: #535353;
  font-size: 13px;
  line-height: 22px;
  cursor: pointer;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 2px solid #cccccc;
  border-radius: 10%;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-content-box .checkbox label::before {
  border: none;
}

.checkbox-theme input[type=checkbox]:checked + label::before {
  background-color: #fff;
}

input[type=checkbox]:checked + label:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 16px;
  font-weight: 300;
}

.form-group .form-check {
  margin-left: 20px;
}

#page_scroller {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  cursor: pointer;
  color: #FFF;
  padding: 10px 11px;
  font-size: 12px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

/*Custom Anmation*/
.bgburns .slides li:nth-of-type(odd) .slide-background {
  animation: bgburnsEast 25s linear infinite alternate;
  -webkit-animation: bgburnsEast 25s linear infinite alternate;
}

.bgburns .slides li:nth-of-type(even) .slide-background {
  animation: bgburnsWest 25s linear infinite alternate;
  -webkit-animation: bgburnsWest 25s linear infinite alternate;
}

@keyframes bgburnsEast {
  from {
    transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
  }
  to {
    transform: scale(1.2) translateX(100px);
    -webkit-transform: scale(1.2) translateX(100px);
  }
}
@keyframes bgburnsWest {
  from {
    transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
  }
  to {
    transform: scale(1.2) translateX(-100px);
    -webkit-transform: scale(1.2) translateX(-100px);
  }
}
@media all and (max-width: 767px) {
  .flex-direction-nav {
    display: none;
  }
  .bgburns .slides li .slide-background {
    animation: none !important;
  }
}
.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

/** Option Panel **/
.option-panel {
  z-index: 9999;
  width: 215px;
  position: fixed;
  right: 0;
  top: 20%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 20px 15px;
  transition: all 1s ease;
}

.option-panel-collased {
  right: -215px;
}

.option-panel h2 {
  font-size: 13px;
  margin: 0 0 0 0;
  text-align: center;
  padding: 10px 0;
  font-weight: 500;
}

.option-panel .color-plate {
  width: 24px;
  height: 24px;
  float: left;
  margin: 3px;
  border-radius: 3px;
  cursor: pointer;
}

/** WEB SITE COLOR **/
.default-plate {
  background: #2048bb;
}

.blue-plate {
  background: #95c41f;
}

.yellow-plate {
  background: #ffb400;
}

.green-light-plate {
  background: #1abc9c;
}

.red-plate {
  background: #c31c1c;
}

.orange-plate {
  background: #F34B0A;
}

.yellow-light-plate {
  background: #eae328;
}

.green-light-2-plate {
  background: #0dcdbd;
}

.olive-plate {
  background: #b3c211;
}

.purple-plate {
  background: #8e44ad;
}

.blue-light-plate {
  background: #3c9dff;
}

.brown-plate {
  background: #A14C10;
}

.setting-button {
  position: absolute;
  font-size: 16px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  left: -50px;
  color: #fff;
  top: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
}

/** Option Panel **/
/** OVERVIEW BGI **/
/*.overview-bgi {*/
/*    position: relative;*/
/*}*/
/*.overview-bgi:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background-color: rgba(0, 0, 0, 0.6);*/
/*}*/
.overview .btn-border {
  padding: 5px 12px !important;
  border-radius: 3px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}

/** CONTENT AREA **/
.content-area {
  padding-bottom: 70px;
}

.content-area-2 {
  padding: 100px 0 70px;
}

.content-area-3 {
  padding-bottom: 84px;
}

.content-area-4 {
  padding: 100px 0 50px;
}

.content-area-5 {
  padding-bottom: 100px;
}

.content-area-6 {
  padding-bottom: 50px;
}

.content-area-7 {
  padding: 100px 0;
}

.content-area-8 {
  padding-top: 100px;
}

.content-area-9 {
  padding: 50px 0;
}

.content-area-10 {
  padding: 100px 0 40px;
}

.content-area-11 {
  padding: 100px 0 70px;
}

.content-area-12 {
  padding-bottom: 50px;
}

.content-area-13 {
  padding: 100px 0 50px;
}

.content-area-14 {
  padding: 100px 0 80px;
}

.content-area-15 {
  padding: 100px 0 40px;
}

.content-area-16 {
  padding: 100px 0 70px;
}

.content-area-17 {
  margin-bottom: 70px;
}

.content-area-18 {
  padding: 100px 0 20px;
}

.content-area-19 {
  padding: 184px 0 70px;
}

.content-area-20 {
  padding: 100px 0;
}

/** BTN COLOR **/
.btn-border-black {
  color: #000;
  border: solid 2px #fff;
}

.btn-border-white {
  color: #fff;
  border: solid 2px #fff;
}

.btn-border-white:hover {
  color: #fff;
  border: solid 2px #fff;
}

.btn-black {
  background: #000;
  border: solid 2px #000;
  color: #fff;
}

/** BTN **/
.btn-sm {
  padding: 7px 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.btn-md {
  cursor: pointer;
  padding: 12px 30px 10px;
  letter-spacing: 1.5px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
}

.btn-lg {
  cursor: pointer;
  padding: 14px 35px 12px;
  letter-spacing: 1.5px;
  font-size: 14px;
  font-weight: 400 !important;
  text-transform: uppercase;
}

.btn-white {
  cursor: pointer;
  padding: 12px 30px 10px;
  letter-spacing: 1.5px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
  background: #fff;
}

.btn-md-round {
  border-radius: 30px;
  border-color: #4a90e2;
}

.btn:focus, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none;
}

.signup-link {
  margin-top: 22px;
  margin-left: 10px;
  padding: 7px 20px;
  text-align: center;
}

.btn-white-sm-outline {
  color: #FFF;
  background: transparent;
  border: solid 2px #FFF;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 18px;
  font-size: 12px;
}

.btn-white-sm-outline:hover {
  color: #FFF;
  padding: 6px 19px;
}

.btn-white-lg-outline {
  color: #FFF;
  background: transparent;
  border: solid 2px #FFF;
  text-transform: uppercase;
  font-weight: 400;
  padding: 12px 33px 10px;
  font-size: 12px;
}

.btn-white-lg-outline:hover {
  color: #FFF;
}

.btn-theme-sm-outline {
  color: #FFF;
  border: solid 2px #FFF;
  background: transparent;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 18px;
  font-size: 12px;
}

.btn-theme-sm-outline:hover {
  color: #FFF;
  padding: 5px 18px;
}

/** SOCIAL MEDIA **/
.facebook:hover {
  color: #3b589e !important;
}

.twitter:hover {
  color: #56d7fe !important;
}

.linkedin:hover {
  color: #1c82ca !important;
}

.google:hover {
  color: #dc4e41 !important;
}

.rss:hover {
  color: #e78733 !important;
}

.instagram:hover {
  color: #fb3958 !important;
}

/** SOCIAL MEDIA BG **/
.facebook-bg {
  background: #4867aa;
}

.facebook-bg:hover {
  background: #3a5795;
}

.twitter-bg {
  background: #56d7fe;
}

.twitter-bg:hover {
  background: #2abced;
}

.google-bg {
  background: #dc4e41;
}

.google-bg:hover {
  background: #c83a2e;
}

.rss-bg {
  background: #e78733;
}

.rss-bg:hover {
  background: #d0782c;
}

.linkedin-bg {
  background: #1c82ca;
}

.linkedin-bg:hover {
  background: #036497;
}

/** MEGAMENU **/
.megamenu-li {
  position: static;
}

.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
}

.megamenu-area {
  padding: 30px 30px 5px;
  z-index: 2;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.megamenu-title {
  color: #535353;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.megamenu-section {
  margin-bottom: 25px;
}

.megamenu-area .dropdown-item {
  padding: 0px !important;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
}

.megamenu-section p {
  font-size: 14px;
  color: #777;
}

/** TOP HEADER **/
#top-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
  border-bottom: solid 1px #b7b7b7;
  background-color: rgba(0, 0, 0, 0.4);
}

#top-header a {
  color: #fff;
}

.top-header-bg-black {
  background: transparent;
}

.top-header .list-inline {
  padding: 7px 0;
}

.top-header .list-inline a {
  margin-right: 15px;
  font-size: 12px;
  letter-spacing: 1px;
}

.top-header .list-inline a i {
  margin-right: 5px;
}

.top-header .top-social-media li {
  padding: 0 4px;
  height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
}

.top-header .top-social-media li a {
  color: #fff;
}

#top-header-2 a {
  color: #fff;
}

/** MAIN HEADER **/
#main-header {
  width: 100%;
  background: #FFF;
  webkit-transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0.5s, left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s;
  transition: height 0.3s ease-out, background 0.3s ease-out, transform 0.5s, box-shadow 0.5s, left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.main-header {
  background: #FFF;
}

.main-header .navbar {
  padding: 0;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 30px 12px 27px;
  font-size: 13px;
  font-weight: 400;
  /*letter-spacing: 1px;*/
  border-bottom: solid 2px transparent;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

/*#main-header .navbar-expand-lg .navbar-nav .nav-link{
    color: #fff;
}*/
.main-header .logo img {
  height: 40px;
}

.main-header .logo {
  padding: 19px 0;
  margin-right: 50px;
  float: left;
}

a {
  transition: all 0.3s ease-in-out;
}

.dropdown-menu {
  min-width: 10rem;
  padding: 0;
  margin: -1px;
  font-size: 13px;
  color: #212529;
  border: 1px solid transparent;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, visibility 0.4s linear 0s;
}

.dropdown:hover > .dropdown-menu {
  /*display: block;*/
}

.dropdown .dropdown-item:hover > .dropdown-menu {
  /*display: block;*/
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, visibility 0.4s linear 0s;
}

.main-header .dropdown-menu a {
  padding: 12px 20px;
  color: #535353;
  transition: all 0.3s ease-in-out;
}

.main-header .dropdown-menu a:hover {
  background: #f5f5f5;
  transform: translateX(5px);
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 22px;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
}

.dropdown-submenu:hover > .dropdown-menu {
  /*display: block;*/
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, visibility 0.4s linear 0s;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
  color: #212121;
}

/*
.collapse.show{
    background: #fff;
}
*/
.open-offcanvas {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  height: 100%;
  /*display: none;*/
}

/** BANNER **/
#banner {
  position: relative;
}

.banner {
  font-family: "Roboto", sans-serif;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
}

.banner-bg {
  background: url("/assets/youth/images/youth-icon.png");
}

.item-bg {
  /*background: url("../img/banner-1.jpg");*/
  height: 100vh;
  /*animation: bgburnsEast 25s linear infinite alternate;
  -webkit-animation: bgburnsEast 25s linear infinite alternate;*/
}

.banner img {
  animation: bgburnsEast 25s linear infinite alternate;
  -webkit-animation: bgburnsEast 25s linear infinite alternate;
}

.banner-max-height img {
  max-height: 720px;
}

.banner .slider-mover-left {
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  z-index: 5;
  display: inline-block;
  right: -45px;
  text-align: center;
  background: #a5a5a5;
  border-radius: 5%;
}

.banner .slider-mover-right {
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  z-index: 5;
  display: inline-block;
  right: 10px;
  text-align: center;
  background: #a5a5a5;
  border-radius: 5%;
}

.banner .slider-mover-right i {
  font-size: 23px;
  line-height: 35px;
  color: #000;
}

.banner .slider-mover-left i {
  font-size: 23px;
  line-height: 35px;
  color: #000;
}

.banner .carousel-content {
  align-self: center !important;
  margin: 0px auto;
  color: #fff;
}

/*.banner .carousel-content-left {
    align-self: center !important;
    max-width: 800px;
    margin-left: 0px;
    text-align: left;
}*/
/*.banner .banner-slider-inner h1,
.banner .banner-slider-inner h2,
.banner .banner-slider-inner h3,
.banner .banner-slider-inner h4,
.banner .banner-slider-inner h5,
.banner .banner-slider-inner h6,
.banner .banner-slider-inner p{
    max-width: 800px;
}*/
.carousel-item .text-right {
  float: right;
}

.banner .banner-slider-inner h1 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: normal;
}

.banner .banner-slider-inner h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: uppercase;
}

.banner .banner-slider-inner h3 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: normal;
}

.banner .banner-slider-inner .max-w {
  max-width: 490px;
}

.banner .banner-slider-inner p {
  color: #fff;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.8;
  margin-bottom: 40px;
}

.banner .banner-slider-inner .text-p {
  margin-bottom: 30px;
}

.banner .banner-slider-inner h1 span {
  font-weight: 700;
}

.banner .banner-slider-inner .typed-text {
  font-size: 50px;
  margin-bottom: 30px;
}

.banner .banner-slider-inner {
  display: inline-block;
  text-shadow: none;
  right: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  bottom: 0;
  /*background-color: rgba(36, 42, 53, 0.7);*/
  background-color: rgba(36, 42, 53, 0.4);
  /*background-color: rgba(0,0,0,.6);*/
}

.banner .banner-slider-inner .btn {
  margin: 3px;
}

.banner .carousel-bg .carousel-item {
  height: 100vh;
  background: #3e4a5b;
}

.banner_video_bg {
  height: 100vh;
}

.pattern-overlay {
  /*background-color: rgba(0, 0, 0, 0.35);
  height: 100vh;*/
}

.banner_video_bg .carousel-item {
  height: 100vh;
}

#particles-banner {
  width: 100%;
  height: 100vh;
  background-color: rgba(36, 42, 53, 0.7);
  position: absolute;
}

#particles-banner-wrapper .banner-slider-inner {
  background-color: transparent;
}

/** SUB BANNER **/
.sub-banner {
  background: #1e3b95 !important;
  background-size: cover;
  height: 355px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-color: rgba(36, 42, 53, 0.7);
}

.sub-banner .breadcrumb-area h1 {
  margin: 0 0 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 34px;
  letter-spacing: 2px;
}

.sub-banner .breadcrumb-area {
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 48%;
  right: 0;
  left: 0;
  padding: 0 15px;
}

.sub-banner .breadcrumbs li {
  display: inline-block;
  list-style: none;
  font-size: 16px;
}

.sub-banner .breadcrumbs li a {
  color: #fff;
}

.sub-banner .breadcrumbs .active {
  margin-left: 5px;
  color: #fff;
}

.sub-banner .breadcrumbs .active:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 14px;
  margin-right: 10px;
  font-weight: 500;
}

/** MAIN TITLE **/
.main-title {
  text-align: center;
  margin-bottom: 50px;
}

.main-title h1 {
  font-weight: 600;
  color: #37404d;
  font-size: 34px;
  margin-bottom: 15px;
}

.main-title h1 span {
  font-weight: 500;
}

.main-title p {
  font-weight: 300;
  font-size: 19px;
  color: #808080;
  margin-bottom: 0;
}

/** OPTION BAR **/
.option-bar {
  border-radius: 0;
  height: 55px;
  margin-bottom: 15px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.option-bar .heading-icon {
  width: 55px;
  color: #fff;
  text-align: center;
  margin-right: 20px;
  display: inline-block;
  border-radius: 0;
  position: relative;
}

.option-bar h4 {
  line-height: 55px;
  display: inline-block;
  padding-right: 0;
  border-radius: 0;
  margin: 0;
}

.option-bar .heading-icon .icon-design {
  font-size: 20px;
  position: absolute;
  right: -7px;
  top: 16px;
}

.option-bar .heading {
  font-size: 17px;
}

.change-view-btn {
  margin-left: 5px;
  background: transparent;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
}

.active-view-btn {
  color: #fff !important;
  margin-left: 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.change-view-btn:hover {
  color: #fff;
}

.option-bar .sorting-options {
  margin: 9px 15px 0 0;
  text-align: right;
  width: 90px;
  float: right;
}

.option-bar .with-plus-btn {
  margin: 9px 15px 0 0;
  text-align: right;
  width: 120px;
  float: right;
}

.option-bar .search-area .search-fields {
  min-height: 35px;
  padding: 0;
  height: 35px;
  box-shadow: none;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
}

.option-bar .search-area .selectBox-dropdown .selectBox-arrow:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f078";
  line-height: 35px;
  color: #777;
  font-size: 12px;
}

.subtitle {
  margin-bottom: 20px;
  font-size: 14px;
  color: #9c9c9c;
}

.option-bar .search-area {
  width: 170px;
  margin-top: 10px;
  float: right;
}

/** PROPERTY BOX **/
.property-box {
  position: relative;
  margin-bottom: 30px;
  /*overflow: hidden;*/
}

.property-box:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.property-thumbnail {
  position: relative;
}

.property-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
  content: "";
  z-index: 9;
  background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0%, rgba(35, 35, 37, 0.45) 5%, rgba(22, 22, 23, 0) 15%, rgba(0, 0, 0, 0) 100%);
  border-radius: 4px 4px 0 0;
  opacity: 1;
}

.property-overlay {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay-link {
  color: #fff;
  border: 2px solid #FFF;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  text-align: center;
  margin: 3px;
  cursor: pointer;
  display: none;
}

.overlay-link:not([href]):not([tabindex]),
.overlay-link:not([href]):not([tabindex]):hover {
  color: #fff;
}

.overlay-link:hover {
  color: #fff;
}

.property-thumbnail:hover .property-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.property-thumbnail:hover .overlay-link {
  display: inline-block;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** PROPERTY BOX STARTED **/
.property-box {
  background: white;
  border: 1px solid rgba(40, 56, 144, 0.2);
  box-shadow: 0 0 14px -3px rgba(64, 113, 143, 0.27);
  transition: all 300ms ease;
}

.property-box .property-img {
  position: relative;
  display: block;
  /*overflow: hidden;*/
  font-family: "Roboto", sans-serif;
}

.property-box .property-img img {
  width: 100%;
  height: 100%;
}

.property-box .detail .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.property-box .detail .title a:hover {
  color: #4a4747;
}

.property-box .button, input[type=submit] {
  font-size: 11px;
  font-weight: 500;
  padding: 5px 14px;
  border-radius: 2px;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  letter-spacing: 1px;
}

.property-box .tag.featured {
  left: 15px;
  margin-top: 15px;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 6px 10px 4px 10px;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 500;
}

.property-box .tag {
  position: absolute;
}

.property-box .price-ratings-box {
  color: white;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 20;
  text-align: right;
}

.property-box .price-ratings-box .price {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  color: #fff;
}

.ratings {
  font-size: 10px;
  color: #ffc12b;
}

.property-box .detail {
  padding: 20px 20px 15px;
}

.property-box .detail .location {
  margin: 0 0 15px;
}

.property-box .detail .location a {
  font-size: 13px;
  color: #535353;
  font-weight: 400;
}

.property-box .detail .location a i {
  margin-right: 5px;
}

.property-box ul {
  margin: 0;
  padding: 0;
}

.property-box ul li {
  list-style: none;
  /*width: 50%;*/
  float: left;
  font-weight: 400;
  line-height: 35px;
  font-size: 13px;
}

.property-box ul li i {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
}

.property-box .footer {
  background: none;
  border-top: 1px solid #ebebeb;
  padding: 12px 20px;
  font-size: 13px;
  color: #656565;
}

.property-box .footer a {
  color: #656565;
}

.property-box .footer span {
  float: right;
}

.property-box .footer i {
  margin-right: 5px;
}

/** PROPERTY BOX 2 STARTED **/
.property-box-2 {
  background: #FFFFFF;
  margin-bottom: 30px;
  border: none;
  border-radius: 0;
}

.property-box-2:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.property-box-2 img {
  border-radius: 0;
  width: 100%;
}

.property-box-2 .detail {
  padding: 20px 20px;
  text-align: left;
}

.property-box-2 .detail p {
  font-size: 14px;
  margin: 0;
  color: #656565;
}

.property-box-2 .detail h5 {
  margin-bottom: 10px;
}

.property-box-2 .detail h5 a {
  font-size: 18px;
}

.property-box-2 .detail h4 {
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 12px;
}

/** PROPERTY BOX 3 STARTED **/
.property-box-3 {
  margin: 0 0 30px;
}

.property-box-3 .media-body {
  padding-right: 30px;
}

.property-box-3 img {
  width: 130px;
  height: 130px;
  border-radius: 3px;
  margin-right: 20px;
}

.property-box-3 h3 {
  font-size: 19px;
  margin-bottom: 10px;
}

.property-box-3 h5 {
  font-size: 14px;
  font-weight: 500;
}

.property-box-3 p {
  font-size: 14px;
  line-height: 25px;
  margin: 0;
}

/** PROPERTY BOX 4 STARTED **/
.property-box-4 {
  position: relative;
  overflow: hidden;
  color: #fff;
  margin-bottom: 30px;
}

.property-box-4 .property-img img {
  width: 100%;
}

.property-box-4 .text {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
  bottom: 20px;
  left: 0;
  right: 0;
  font-size: 13px;
  letter-spacing: 1px;
  z-index: 20;
}

.property-box-4 .text a {
  color: #fff;
}

/** PROPERTY BOX 5 **/
.property-box-5 {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  background: #fff;
}

.property-box-5:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.property-box-5 .property-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.property-box-5 .property-img img {
  width: 100%;
}

.property-box-5 .button, input[type=submit] {
  font-size: 11px;
  font-weight: 500;
  padding: 6px 14px 4px;
  border-radius: 2px;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  letter-spacing: 1px;
}

.property-box-5 .tag.featured {
  left: 30px;
  margin-top: 15px;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
}

.property-box-5 .tag {
  position: absolute;
}

.property-box-5 .price-ratings-box {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 20;
  text-align: right;
}

.property-box-5 .price-ratings-box .price {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.property-box-5 .price-ratings-box .ratings {
  font-size: 10px;
  color: #ffc12b;
}

.property-box-5 .detail {
  padding: 20px 30px 20px 25px;
}

.property-box-5 .detail .title {
  font-size: 19px;
  margin-bottom: 10px;
}

.property-box-5 .detail .title a:hover {
  color: #4a4747;
}

.p-box .detail .title {
  font-size: 22px;
}

.property-box-5 .detail .location {
  margin: 0 0 15px;
}

.property-box-5 .detail .location a {
  font-size: 13px;
  color: #535353;
}

.property-box-5 .detail .location a i {
  margin-right: 5px;
}

.property-box-5 .detail p {
  margin-bottom: 15px;
  line-height: 26px;
  font-size: 14px;
}

.property-box-5 .col-pad {
  padding: 0;
}

.property-box-5 ul li {
  list-style: none;
  margin-right: 25px;
  float: left;
  font-weight: 400;
  font-size: 13px;
}

.property-box-5 ul li:last-child {
  margin: 0;
}

.property-box-5 ul li i {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 600;
}

/** PROPERTY BOX 6 STARTED **/
.property-box-6 {
  background: #fff;
}

.property-box-6 img {
  width: 100%;
}

.property-box-6:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.property-box-6 .info {
  padding: 0 40px;
}

.property-box-6 ul {
  padding: 0;
  display: inline-block;
}

.property-box-6 .btn {
  margin-top: 15px;
}

.property-box-6 ul li {
  list-style: none;
  color: #666666;
  font-size: 14px;
  line-height: 35px;
}

.property-box-6 ul li i {
  margin-right: 10px;
}

.property-box-6 h3 {
  margin: 0 0 20px;
}

.property-box-6 p {
  margin-bottom: 20px;
}

/** PROPERTY BOX 7 STARTED **/
.property-box-7 {
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.property-box-7 img {
  width: 100%;
}

.property-box-7:hover {
  background: #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.property-box-7 .detail {
  padding: 20px 20px;
  background: #fff;
}

.property-box-7 .detail .title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.property-box-7 .detail .title a:hover {
  color: #4a4747;
}

.property-box-7 .detail .location {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
}

.property-box-7 .detail .location a {
  color: #535353;
}

.property-box-7 .detail .location i {
  margin-right: 5px;
}

.property-box-7 .facilities-list {
  padding: 15px 20px;
  background: #f7f7f7;
}

.property-box-7 .facilities-list li {
  list-style: none;
  /*float: left;*/
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
  margin-right: 25px;
}

.property-box-7 .facilities-list li span {
  display: table;
  font-weight: 500;
}

.property-box-7 .facilities-list li:last-child {
  margin: 0;
}

.property-box-7 .footer {
  background: #fff;
  padding: 0;
}

.property-box-7 .footer p {
  line-height: 48px;
  margin: 0 0 0 20px;
}

.property-box-7 .footer p i {
  margin-right: 5px;
}

.property-box-7 .footer ul li {
  display: inline-block;
  width: 48px;
  margin: 0 0 0 -4px;
}

.property-box-7 .footer ul li a {
  display: block;
  font-size: 18px;
  height: inherit;
  line-height: 48px;
  text-align: center;
  width: 48px;
  border-left: 1px solid #e5e5e5;
  text-decoration: none;
  color: #535353;
}

.property-box-7 .footer ul li a:hover {
  text-decoration: none;
}

.listing-badges {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}

.listing-badges .featured {
  float: left;
  transform: rotate(-45deg);
  left: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 12px;
  margin: 0;
  padding: 7px 10px;
  letter-spacing: 1.5px;
  font-weight: 400;
  color: #fff;
  box-shadow: 1px 2px 3px 0 rgba(2, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.5);
}

.property-box-7 .price-box {
  color: #fff;
  text-align: right;
  font-size: 15px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 20;
}

.property-box-7 .price-box span {
  font-weight: 500;
}

.property-thumbnail:before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0%, rgba(35, 35, 37, 0.45) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
  border-radius: 4px 4px 0 0;
  opacity: 1;
}

/** PROPERTY BOX 8 STARTED **/
.property-box-8 .detail {
  position: relative;
  float: left;
  width: 90%;
  margin: -30px 5% 30px 5%;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  z-index: 4;
}

.property-box-8 .detail .heading {
  padding: 20px;
}

.property-box-8 .detail h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.property-box-8 .date-box {
  position: absolute;
  top: 15px;
  font-size: 9px;
  color: #fff;
  text-align: center;
  right: 30px;
  letter-spacing: 1.5px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 6px 10px 4px 10px;
  border-radius: 2px;
  text-transform: uppercase;
}

.property-box-8 .detail .location {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
}

.property-box-8 .detail .location a {
  color: #535353;
}

.property-box-8 .properties-listing {
  text-align: center;
  border-top: 1px solid #ebebeb;
}

.property-box-8 .properties-listing span {
  color: #5a5959;
  float: left;
  line-height: 40px;
  text-align: center;
  width: 33.3%;
  font-size: 14px;
  border-right: 1px solid #ebebeb;
}

.property-box-8 .properties-listing span:last-child {
  border-right: 1px solid transparent;
}

/** USER PROFILE STARTED **/
.user-profile-box {
  background: #FFFFFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin: 0 auto 50px;
}

.user-page .heading {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
}

.user-profile-box .header {
  padding: 30px 20px 120px;
  text-align: center;
  position: relative;
  border: none;
  margin: 0;
  background: #1e3b95 !important;
  color: #efefef;
}

.user-profile-box .header h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 24px;
}

.user-profile-box .header h4 {
  font-size: 17px;
  color: #fff;
  font-weight: 300;
}

.user-profile-box .detail {
  padding-top: 100px;
}

.user-profile-box .profile-img {
  border-radius: 50%;
  background-clip: padding-box;
  border: 5px solid #fff;
  bottom: -75px;
  float: left;
  height: 160px;
  width: 160px;
  left: 50%;
  margin-left: -75px;
  position: absolute;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.user-profile-box .detail ul li .active {
  background: #fafafa;
  font-weight: 500;
}

.user-profile-box .detail ul li a:hover {
  background: #fafafa;
}

.user-profile-box .detail ul li a {
  border-bottom: 1px solid #f5f5f5;
  padding: 12px 20px;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.user-profile-box .detail ul li a i {
  margin-right: 10px;
  font-weight: 600;
}

.submit-property {
  overflow: hidden;
}

/** MY PROPERTIES  STARTED **/
.my-properties table {
  width: 100%;
}

.my-properties table thead tr th {
  background-color: #ececec;
  border: none;
  font-weight: 500;
  padding: 10px 10px 10px 0;
}

.my-properties table thead tr th:first-child {
  padding-left: 20px;
}

.my-properties table tbody tr td {
  border-top: none;
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 20px 20px 0;
  vertical-align: middle;
  font-size: 14px;
}

.my-properties table h2 {
  border: none;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 7px 0;
  padding: 0;
}

.my-properties table tbody tr td.image {
  width: 120px;
}

.my-properties table tbody tr td.image img {
  border-radius: 3px;
}

.my-properties table tbody tr td.actions .edit {
  float: left;
}

.my-properties table tbody tr td .inner figure {
  margin-bottom: 5px;
}

.my-properties table tbody tr td .inner figure i {
  font-size: 13px;
}

.my-properties table tbody tr td .price {
  font-size: 12px;
  font-weight: 500;
}

.my-properties table tbody tr td.actions {
  text-align: right;
}

.my-properties table tbody tr td.actions .edit i {
  transition: 0.4s;
  margin-right: 5px;
}

.my-properties table tbody tr td.actions a {
  padding: 0;
}

.my-properties table tbody tr td:last-child {
  padding-right: 5px;
}

.submit-property .contact-2 .form-control {
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  border: 1px solid #e8e8e8;
  background: #fff;
  outline: 0;
  color: #f6f6f6;
  height: 45px;
  border-radius: 3px;
}

.submit-property .contact-2 textarea {
  min-height: 150px;
}

.submit-property .search-area .form-control:focus {
  color: #f6f6f6;
  background-color: #fff;
  border: 1px solid #e8e8e8 !important;
}

.notification-box {
  padding: 25px;
  color: #2e86b2;
  background-color: #bae8ff;
}

.notification-box p {
  margin-bottom: 0;
}

.property-gallery {
  position: relative;
  border: 2px dashed #d0d0d0;
  border-radius: 3px;
  background: #fcfcfc;
  transition: all 0.3s linear;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  min-height: 150px;
  padding: 20px;
}

/** INTRO SECTION  STARTED **/
.intro-section {
  padding: 30px 0;
}

.intro-text h3 {
  font-size: 24px;
  margin: 0;
  line-height: 50px;
  color: #fff;
  font-weight: 300;
}

.intro-section .btn {
  background: #fff;
  float: right;
}

.intro-section .btn:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}

/** SERVICES INFO STARTED **/
.services-info {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #f1f2f3;
}

.services-info:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.services-info i {
  font-size: 40px;
  width: 58px;
}

.services-info h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin: 8px 0 10px;
}

.services-info p {
  margin: 0;
}

/** SERVICES INFO 2 STARTED **/
.services-info-2 {
  text-align: center;
  max-width: 305px;
  margin: 0 auto 30px;
}

.services-info-2 h5 {
  font-size: 18px;
  line-height: 22px;
  margin: 15px 0 15px;
}

.services-info-2 i {
  font-size: 40px;
  margin-bottom: 30px;
}

.services-info-2 h3 {
  font-size: 15px;
  line-height: 22px;
  margin: 15px 0 20px;
}

.svs .services-info-2 {
  margin: 0 auto 50px;
}

/** SERVICES INFO 3 STARTED **/
.services-info-3 {
  text-align: center;
  padding: 20px;
  border: 1px solid #f1f2f3;
  border-right: none;
}

.services-info-3:last-child {
  border: 1px solid #f1f2f3;
}

.services-info-3:hover {
  box-shadow: 0 1px 35px rgba(0, 0, 0, 0.07);
  background: white;
}

.services-info-3 i {
  font-size: 45px;
  margin-bottom: 20px;
}

.services-info-3 h5 {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin: 10px 0;
}

.services-info-3 p {
  font-size: 14px;
  margin: 0;
  line-height: 25px;
}

/** SERVICES INFO 5 STARTED **/
.services-info-5 {
  margin: 0 auto 30px;
  padding: 20px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  background: #fafafa;
}

.services-info-5 p {
  margin-bottom: 0;
}

.services-info-5 h5 {
  font-size: 18px;
  line-height: 22px;
  margin: 15px 0 15px;
}

.services-info-5 i {
  font-size: 40px;
  margin-bottom: 30px;
}

.services-info-5 h3 {
  font-size: 15px;
  line-height: 22px;
  margin: 15px 0 20px;
}

.svs .services-info-5 {
  margin: 0 auto 50px;
}

/** PARTNER AREA STARTED **/
.partner {
  text-align: center;
}

.partner .main-title {
  margin-bottom: 10px;
}

.partner .main-title h1 {
  font-size: 21px;
}

.multi-carousel {
  float: left;
  overflow: hidden;
  padding: 0 15px 15px;
  width: 100%;
  position: relative;
}

.multi-carousel .multi-carousel-inner {
  transition: 1s ease all;
  float: left;
}

.multi-carousel .multi-carousel-inner .item {
  float: left;
  cursor: pointer;
}

.multi-carousel .multi-carousel-inner .item > div {
  padding: 20px 15px 20px;
  margin: 10px;
  border: 1px solid #e6e7e8;
  color: #666;
  text-align: center;
}

.multi-carousel .multi-carousel-inner .item > div .carousel-img {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.multi-carousel .multi-carousel-inner .item > div .lead {
  font-size: 13px;
  font-weight: 500;
  color: #37404d;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}

.multi-carousel .multi-carousel-inner .item > div img {
  width: 130px; /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.multi-carousel .multi-carousel-inner .item:hover img { /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.multi-carousel .leftLst, .multi-carousel .rightLst {
  position: absolute;
  top: calc(50% - 20px);
}

.multi-carousel-indicator {
  width: 30px;
  height: 30px;
  line-height: 33px;
  z-index: 5;
  display: inline-block;
  right: 10px;
  text-align: center;
  background: #a5a5a5;
  border-radius: 5%;
  cursor: pointer;
}

.multi-carousel-indicator i {
  font-size: 20px;
  line-height: 22px;
  color: #333;
}

.multi-carousel .leftLst {
  left: 0;
}

.multi-carousel .rightLst {
  right: 0;
}

.multi-carousel .leftLst.over, .multi-carousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
  border: none;
}

/** PARTNER AREA ENDED **/
/** DROPZONE ENDED **/
.dropzone-design {
  border: 2px dashed #d0d0d0;
  min-height: 100px;
}

.dropzone-design, .dropzone-design * {
  box-sizing: border-box;
}

.dropzone-design {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone-design.dz-clickable {
  cursor: pointer;
}

.dropzone-design.dz-clickable * {
  cursor: default;
}

.dropzone-design.dz-clickable .dz-message, .dropzone-design.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone-design.dz-started .dz-message {
  display: none;
}

.dropzone-design.dz-drag-hover {
  border-style: solid;
}

.dropzone-design.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone-design .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone-design .dz-preview:hover {
  z-index: 1000;
}

.dropzone-design .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone-design .dz-preview.dz-file-preview .dz-image {
  border-radius: 3px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone-design .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone-design .dz-preview.dz-image-preview {
  background: white;
}

.dropzone-design .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}

.dropzone-design .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone-design .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone-design .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone-design .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone-design .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone-design .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone-design .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone-design .dz-preview .dz-details .dz-filename span, .dropzone-design .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone-design .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}

.dropzone-design .dz-preview .dz-image {
  border-radius: 3px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  transition: all 0.3s;
  display: block;
  z-index: 10;
}

.dropzone-design .dz-preview .dz-image img {
  display: block;
  filter: blur(0px);
  transition: all 0.4s;
}

.dropzone-design .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone-design .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone-design .dz-preview .dz-success-mark, .dropzone-design .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone-design .dz-preview .dz-success-mark svg, .dropzone-design .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone-design .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

.dropzone-design .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.dropzone-design .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}

.dropzone-design .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone-design .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}

.dropzone-design .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone-design .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone-design .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone-design .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.dropzone-design {
  position: relative;
  border: 2px dashed #d0d0d0;
  border-radius: 3px;
  background: #fcfcfc;
  transition: all 0.3s linear;
  display: inline-block;
  width: 100%;
}

.dropzone-design:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
  background-color: #66676b;
  opacity: 0;
  z-index: 10;
  transition: all 0.3s linear;
  border-radius: 3px;
}

.dropzone-design:hover:before {
  opacity: 0.4;
}

.dropzone-design .dz-message {
  text-align: center;
  margin: 50px 0;
  font-size: 17px;
  color: #4a4747;
  transition: all 0.3s linear;
  position: relative;
  z-index: 11;
}

.dropzone-design:hover .dz-message {
  color: #66676b;
}

.dz-message i {
  display: block;
  font-size: 32px;
  margin-bottom: 15px;
}

.dropzone-design .dz-default.dz-message span {
  display: inline;
  line-height: 117px;
}

/** SERVICES INFO 4 5STARTED **/
.services-info-4 {
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
}

.services-info-4 h5 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.services-info-4 h5 a {
  text-transform: uppercase;
}

.services-info-4 .detail {
  padding: 30px 20px;
}

.services-info-4 p {
  margin-bottom: 20px;
}

.services-info-4 .btn {
  letter-spacing: 1px;
  font-size: 12px;
  padding: 6px 25px;
}

/** MODAL BODY DESIGN STARTED**/
.property-modal .modal-left {
  background: #3a3a3a;
  padding: 0px;
  color: #fff;
}

.property-modal .modal-content {
  border: none;
  background: transparent;
}

.property-modal .modal-header {
  display: initial;
  padding: 0px 0px 10px;
  border: none;
}

.property-modal .modal-header .modal-title {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.property-modal .modal-header p {
  color: #fff;
  margin-bottom: 0px;
}

.property-modal .modal-header .close,
.property-modal .modal-header .close:focus {
  padding: 7px 11px;
  outline: none;
  margin: -40px -3px -15px auto;
  background: #3a3a3a;
  opacity: 1;
  font-size: 17px;
  color: #FFF;
  border-radius: 3px;
  cursor: pointer;
}

.property-modal .modal-body {
  padding: 0px 15px;
}

.modal-right {
  padding: 0px;
  height: 100%;
}

#modalCarousel .carousel-item {
  /*max-height: 240px;*/
}

.modal-left-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-left-content p {
  font-size: 13px;
  color: #fff;
}

.modal-left-content img {
  width: 100%;
}

.modal-left-content iframe {
  width: 398px !important;
}

.modal-left-content .control {
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  line-height: 30px;
  bottom: 0px;
  opacity: 0.3;
}

.modal-left-content .control:hover {
  opacity: 1;
}

.modal-left-content .control-prev {
  right: 30px;
}

.modal-left-content .control-next {
  right: 0px;
}

.modal-left-content .description {
  padding: 25px 25px 10px;
}

.modal-left-content .description h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
}

.modal-right-content .bullets {
  font-size: 13px;
  font-weight: 500;
  margin: 20px 0;
  -moz-columns: 2;
       columns: 2;
}

.modal-right-content .bullets li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
}

.modal-right-content .bullets li i {
  left: 0;
  position: absolute;
  top: 0;
}

#modalCarousel .carousel-item iframe {
  display: block;
}

.modal-right-content {
  padding: 30px;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.modal-right-content .price {
  float: right;
}

.modal-right-content h3 {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #37404d;
}

.modal-right-content dl {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 12px;
}

.modal-right-content dl dt {
  float: left;
  font-weight: 500;
}

.modal-right-content dl dd {
  text-align: right;
  margin-bottom: 8px;
}

.modal-right-content dl dt .btn-show {
  padding: 7px 20px;
  letter-spacing: 2px;
}

/** MODAL BODY DESIGN ENDED **/
/** TESTIMONIAL STARTED **/
.testimonial {
  padding: 80px 0 70px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial .testimonia-header {
  margin: 0 auto 40px;
}

.testimonial .testimonial-inner {
  max-width: 74%;
  margin: 0 auto;
}

.testimonial .testimonial-inner .carousel-inner {
  max-width: 600px;
  margin: 0 auto;
}

.testimonial .testimonial-inner .avatar {
  max-width: 120px;
  margin: 0 auto 20px;
}

.testimonial .testimonial-inner .author-name {
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

.testimonial .testimonial-inner .lead {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 30px;
  color: #e6e6e6;
  font-weight: 400;
}

.testimonial .testimonial-inner .carousel-item {
  margin-bottom: 40px;
}

.testimonial .testimonial-inner .testimonia-header h1 {
  color: #e6e6e6;
  font-weight: 600;
  font-size: 34px;
}

.testimonial .carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 100%;
}

.testimonial .carousel-indicators {
  bottom: 0;
}

/** TESTIMONIAL 2 STARTED **/
.testimonial-2 {
  padding: 100px 0 130px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-2 .testimonial-inner .carousel-item {
  margin-bottom: 30px;
}

.testimonial-2 .testimonial-inner .lead {
  font-size: 17px;
  margin: 0 0 15px;
  line-height: 30px;
  color: #fff;
}

.testimonial-2 .testimonia-header {
  margin: 0 auto 50px;
  text-align: center;
}

.testimonial-2 .testimonial-inner .testimonia-header h1 {
  color: #fff;
  font-weight: 600;
  font-size: 34px;
}

.testimonial-2 .testimonial-inner .author-name {
  font-weight: 500;
  margin-bottom: 5px;
  color: #fff;
}

.testimonial-2 .testimonial-inner ul li {
  display: inline-block;
  color: orange;
}

.testimonial-2 .slider-mover-left {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 100%;
  z-index: 5;
  display: inline-block;
  right: -30px;
  text-align: center;
  background: #a5a5a5;
  border-radius: 5%;
}

.testimonial-2 .slider-mover-left i {
  font-size: 20px;
  line-height: 30px;
  color: #000;
}

.testimonial-2 .slider-mover-right {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 100%;
  z-index: 5;
  display: inline-block;
  right: 0;
  background: #a5a5a5;
  text-align: center;
  border-radius: 5%;
}

.testimonial-2 .slider-mover-right i {
  font-size: 20px;
  line-height: 30px;
  color: #000;
}

.testimonial-2 .carousel-control-next, .carousel-control-prev {
  width: 0;
}

.testimonial-2 .testimonial-inner .rating li i {
  font-size: 13px;
}

/** TEAM STARTED 3**/
.testimonial-3 {
  background: #f1f1f1;
}

.testimonial-3 .testimonial-inner .testimonia-header h1 {
  color: #212121;
}

.testimonial-3 .testimonial-inner .lead {
  color: #535353;
}

.testimonial.testimonial-3 .lead {
  font-size: 18px;
}

.testimonial-3 .carousel-indicators li {
  width: 25px;
  height: 5px;
  background-color: #535353;
  border-radius: 10px;
}

.testimonial-3 .testimonial-inner .author-name {
  color: #212121;
}

.testimonial-3 .testimonial-inner .rating li {
  list-style: none;
  display: inline-block;
  color: orange;
  font-size: 11px;
}

.testimonial-3 .carousel-inner {
  position: relative;
  overflow: hidden;
  max-width: 500px;
  margin: 0 auto;
}

/** AGENT 1 STARTED **/
.agent-1 {
  margin-bottom: 50px;
  text-align: center;
}

.agent-1 .agent-photo img {
  height: 180px;
}

.agent-1 .agent-details {
  padding: 25px 0 0 0;
}

.agent-1 .agent-details h5 a {
  font-size: 19px;
}

.agent-1 .agent-details p {
  margin-bottom: 15px;
}

.agent-1 .agent-details .social-list li {
  display: inline-block;
}

.agent-1 .agent-details .social-list li a {
  margin: 0 10px;
  color: #535353;
}

/** AGENT 2 STARTED **/
.agent-2 {
  margin-bottom: 30px;
  background: #fff;
}

.agent-2:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.agent-2 .agent-photo img {
  width: 100%;
}

.agent-2 .agent-details {
  text-align: center;
  padding: 20px;
}

.agent-2 .agent-details h5 {
  margin-bottom: 12px;
  font-weight: 500;
}

.agent-2 .agent-details h5 a {
  font-size: 18px;
}

.agent-2 .agent-details p {
  margin-bottom: 15px;
}

.agent-2 .agent-details .social-list li {
  display: inline-block;
}

.agent-2 .agent-details .social-list li a {
  margin: 0 10px;
  color: #535353;
}

/** AGENT 3 STARTED **/
.agent-3 {
  max-width: 320px;
  margin: 0 auto 30px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.agent-3 .agent-photo img {
  position: relative;
}

.agent-3 .agent-details {
  padding: 25px 25px 20px;
  position: relative;
  float: left;
  width: 86%;
  margin: -80px 7% 30px 7%;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  z-index: 4;
}

.agent-3 .agent-details p {
  padding-left: 25px;
  position: relative;
  font-size: 13px;
  margin-bottom: 0;
  line-height: 30px;
}

.agent-3 .agent-details p a {
  color: #535353;
}

.agent-3 .agent-details p i {
  position: absolute;
  left: 0;
  line-height: 30px;
}

.agent-3 .agent-details h5 {
  margin-bottom: 15px;
}

.agent-3 .agent-details h5 a {
  font-size: 18px;
}

.agent-3 .agent-details h6 {
  font-size: 12px;
  color: #535353;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
}

/** AGENT 5 STARTED **/
.agent-5 {
  margin: 0 0 30px;
}

.agent-5 img {
  width: 160px;
  height: 160px;
  border-radius: 3px;
  margin-right: 20px;
}

.agent-5 .media-body {
  padding-right: 30px;
}

.agent-5 h3 {
  font-size: 21px;
  margin-bottom: 10px;
}

.agent-5 h5 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.agent-5 p {
  font-size: 14px;
  margin: 0;
}

/** AGENT PAGE STARTED **/
.agent-page .heading {
  margin-bottom: 25px;
  font-size: 19px;
  text-transform: uppercase;
}

.additional-details-list li {
  list-style: none;
  line-height: 36px;
  font-weight: 500;
  font-size: 15px;
}

.additional-details-list li span {
  margin-right: 10px;
  float: left;
  font-weight: 500;
}

.attachments a i {
  margin-right: 10px;
}

.agent-6 {
  margin-bottom: 60px;
}

.agent-6 .details h3 {
  font-weight: 500;
  margin: 10px 0 20px;
}

.agent-6 .details h3 a {
  font-size: 30px;
}

/** PRICING TABLES STARTED **/
.pricing {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.pricing .price-header {
  width: 100%;
  background: #fff;
  padding: 35px 20px;
}

.pricing .price-header .title {
  margin: 0 0 10px;
  font-size: 20px;
  color: #212121;
}

.pricing .price-header .price {
  font-size: 35px;
  font-weight: 300;
  margin: 0;
  color: #212121;
}

.pricing .content {
  padding: 20px 20px 30px;
  background: #f9f9f9;
}

.pricing .content ul {
  margin: 0 0 20px;
}

.pricing .content ul li {
  padding: 8px 0;
  font-size: 14px;
  color: #535353;
}

.pricing .btn {
  border-radius: 3px;
  padding: 6px 30px;
}

.pricing.featured .listing-badges {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}

.pricing.featured .listing-badges .featured {
  float: left;
  transform: rotate(-45deg);
  left: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 12.5px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #fff;
}

.pricing-tables .mrg-btn-76 {
  margin-bottom: 76px;
}

/** PRICING TABLES 3 STARTED **/
.pricing-3 {
  text-align: center;
  margin-bottom: 30px;
  padding: 30px 15px;
}

.pricing-3:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.pricing-3.popular {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.pricing-3 .title {
  font-size: 18px;
  margin: 0 0 20px;
  text-transform: uppercase;
  color: #212121;
}

.pricing-3 .content {
  padding: 25px 0;
}

.pricing-3 .content ul li {
  padding: 7px 0;
  font-size: 14px;
  color: #535353;
}

.pricing-3 .price {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #212121;
}

.pricing-3 .manth {
  font-weight: 500;
  font-size: 13px;
  color: #212121;
}

.pricing-3 .pricing-btn {
  border-radius: 3px;
  padding: 6px 30px;
}

/** CONTACT 1 STARTED **/
.contact-1 .form-control {
  width: 100%;
  padding: 10px 20px;
  font-size: 13px;
  border: 1px solid #e8e8e8;
  background: #e8e8e8;
  outline: 0;
  color: #f6f6f6;
  height: 45px;
  border-radius: 3px;
}

.contact-1 .form-control:focus {
  color: #495057;
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
  outline: 0;
  box-shadow: none;
}

.contact-1 .form-group {
  margin-bottom: 30px;
}

.contact-1 textarea {
  min-height: 200px;
}

.contact-1 .contact-info .media {
  margin-bottom: 30px;
}

.contact-1 .contact-info .media i {
  width: 55px;
  font-size: 20px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  border: 1px dashed #535353;
  text-align: center;
  margin-right: 25px;
}

.contact-1 .contact-info h3 {
  margin-bottom: 35px;
  font-weight: 500;
}

.contact-1 .contact-info .media h5 {
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.contact-1 .contact-info .media p {
  margin-bottom: 5px;
  font-size: 14px;
}

.contact-1 .contact-info .media p a {
  color: #535353;
}

.contact-1 .contact-info .media.mrg-btn-0 {
  margin-bottom: 0;
}

.contact-1 h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

/** CONTACT 2 STARTED **/
.contact-2 .contact-info {
  text-align: center;
}

.contact-2 h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.contact-2 .contact-info strong {
  font-weight: 500;
  font-size: 14px;
}

.contact-2 .contact-info i {
  font-size: 24px;
  margin-bottom: 20px;
  color: #212529;
}

.contact-2 .contact-info p {
  margin-bottom: 5px;
}

.contact-2 .contact-info .contact-info {
  margin: 10px 0 50px;
}

.contact-2 .form-control {
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  border: 1px solid #dedede;
  background: transparent;
  outline: 0;
  color: #f6f6f6;
  height: 45px;
  border-radius: 3px;
}

.contact-2 .form-control:focus {
  color: #495057;
  background-color: transparent;
  border: 1px solid #dedede;
  outline: 0;
  box-shadow: none;
}

.contact-2 .form-group {
  margin-bottom: 20px;
}

.contact-2 textarea {
  min-height: 240px;
}

/** CONTACT 3 STARTED **/
.contact-3 .contact-info h3 {
  margin-bottom: 30px;
  font-weight: 300;
}

.contact-3 .contact-info .contact-list {
  margin: 0 0 60px;
}

.contact-3 .contact-info .contact-list li {
  list-style: none;
  padding-left: 40px;
  font-size: 14px;
  position: relative;
  margin-bottom: 20px;
  color: #535353;
  line-height: 22px;
}

.contact-3 .contact-info .contact-list li i {
  left: 0;
  position: absolute;
  top: 0;
  line-height: 22px;
  font-size: 18px;
}

.contact-3 .contact-info .social-list {
  margin: 0 0 30px;
}

.contact-3 .contact-info .social-list li a {
  font-size: 16px;
  float: left;
  margin-right: 20px;
  color: #535353;
}

.contact-3 .form-control {
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  border: 1px solid #dedede;
  background: transparent;
  outline: 0;
  color: #f6f6f6;
  height: 45px;
  border-radius: 3px;
}

.contact-3 .form-control:focus {
  color: #495057;
  background-color: transparent;
  border: 1px solid #eee;
  outline: 0;
  box-shadow: none;
}

.contact-3 .form-group {
  margin-bottom: 20px;
  width: 100%;
}

.contact-3 textarea {
  min-height: 190px;
}

/** PAGES 404 **/
.pages-404 .pages-404-inner {
  text-align: center;
}

.pages-404 .pages-404-inner h1 {
  color: #eee;
  font-size: 250px;
  font-weight: 300;
  letter-spacing: 20px;
}

.pages-404 .pages-404-inner h5 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 300;
}

.pages-404 .pages-404-inner .btn {
  padding: 6px 30px;
  font-size: 12px;
}

.pages-404 .pages-404-inner .e404 {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  top: 50%;
  left: 50%;
}

/** FOOTER STARTED **/
.footer h4 {
  font-size: 19px;
  margin-bottom: 30px;
  color: rgba(150, 170, 233, 0.8);
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
}

.footer a {
  color: rgba(150, 170, 233, 0.8);
  font-size: 13px;
}

.footer a:hover {
  color: #717171;
}

.footer {
  background: #274cbf;
  padding: 40px 0 0;
}

.footer .footer-inner p {
  line-height: 27px;
  color: #7c7e83;
  font-size: 13px;
}

.footer .footer-inner .links li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  line-height: 20px;
}

.footer .footer-inner .links li a i {
  left: 0;
  position: absolute;
  top: 0;
  line-height: 22px;
}

.footer .footer-inner .contact-info li {
  margin-bottom: 15px;
  color: #7c7e83;
  font-size: 13px;
}

.footer .footer-inner .social-list {
  margin: 30px 0 0;
}

.footer .footer-inner .social-list li a {
  font-size: 14px;
  float: left;
  margin-right: 20px;
  color: #cccccc;
}

.footer .copy {
  padding: 10px 0;
  border-top: solid 1px #1b1b1b;
  margin: 20px 0 0;
  text-align: center;
}

.footer .footer-inner .gallery li {
  float: left;
}

.footer .footer-inner .gallery li img {
  margin: 0 10px 10px 0;
  width: 70px;
  border-radius: 1px;
}

.footer .footer-inner .Subscribe-box {
  padding: 20px 20px 10px;
  background: #151515;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.footer .footer-inner .Subscribe-box .btn-color {
  border: none;
}

.footer .footer-inner .Subscribe-box form .form-contact {
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  border: 1px solid #ebebeb;
  font-size: 13px;
  outline: none;
  border-radius: 2px;
}

.footer .footer-inner .Subscribe-box form .btn {
  padding: 11px 15px 10px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 2px;
}

.footer-item {
  margin-bottom: 10px;
}

/** BLOG CLASSIC STARTED **/
.blog-1 {
  border: none;
  margin-bottom: 30px;
  position: relative;
  background: #fff;
}

.blog-1:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.blog-1 img {
  border-radius: 0;
  width: 100%;
}

.blog-1 .detail h1 {
  margin-bottom: 10px;
}

.blog-1 .detail h2 a {
  font-size: 23px;
}

.blog-1 .detail h3 {
  margin-bottom: 10px;
  line-height: 20px;
}

.blog-1 .detail h3 a {
  font-size: 19px;
}

.blog-1 .detail {
  padding: 20px 20px 10px;
}

.blog-1 .detail .post-meta {
  margin: 15px 0;
  font-size: 14px;
}

.blog-1 .detail .post-meta span a i {
  margin-right: 5px;
}

.blog-1 .detail .post-meta span a {
  color: #535353;
}

.blog-1 .detail .post-meta span {
  margin-right: 20px;
}

.blog-1 .detail .post-meta span:last-child {
  margin: 0;
}

.blog-1 .date-box {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  letter-spacing: 1px;
  padding: 12px;
  text-align: center;
}

.blog-1 .date-box h5 {
  color: #fff;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
}

.blog-1 .btn-read-more {
  font-weight: 500;
  font-size: 11px;
  background: #e5e5e5;
  padding: 7px 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #5f5f5f;
}

.blog-1 .btn-read-more:hover {
  background: #d5d5d5;
  color: #444;
}

/** BLOG 2 STARTED **/
.blog-2 {
  position: relative;
}

.blog-2 .detail {
  position: relative;
  float: left;
  width: 90%;
  margin: -30px 5% 30px 5%;
  padding: 25px 25px 15px 25px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  z-index: 4;
}

.blog-2 .detail h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.blog-2 .detail h3 a:hover {
  color: #535353;
}

.blog-2 .post-meta {
  width: 100%;
  margin-bottom: 10px;
}

.blog-2 .detail .post-meta span {
  margin-right: 20px;
  font-size: 13px;
}

.blog-2 .detail p {
  font-size: 14px;
  margin-bottom: 0;
}

.blog-2 .date-box {
  position: absolute;
  top: 15px;
  font-size: 13px;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  padding-top: 13px;
  right: 19px;
}

.blog-2 .date-box::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 20px solid transparent;
  bottom: -20px;
  right: 0;
}

.blog-2 .date-box span {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  display: block;
  line-height: 22px;
  color: #fff;
}

.blog-2 .detail .post-meta span a i {
  margin-right: 5px;
}

/** BLOG 3 STARTED **/
.blog-3 {
  background: #fff;
  margin: 0 1px;
  margin-bottom: 30px;
}

.blog-3:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.blog-3 .date-box {
  position: absolute;
  font-size: 12px;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  padding-top: 13px;
  left: 15px;
  line-height: normal;
  top: 15px;
}

.blog-3 .date-box span {
  font-size: 16px;
  display: block;
}

.blog-3 .date-box::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 20px solid transparent;
  bottom: -20px;
  left: 0;
}

.blog-3 .detail {
  padding: 0 20px;
}

.blog-3 .detail h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.blog-3 .detail h3 a {
  font-size: 20px;
}

.blog-3 .detail .post-meta {
  margin: 15px 0;
  font-size: 13px;
}

.blog-3 .detail .post-meta span {
  margin-right: 20px;
}

.blog-3 .detail .post-meta span:last-child {
  margin: 0;
}

.blog-3 .detail p {
  margin-bottom: 0;
}

.blog-3 .detail .post-meta span a i {
  margin-right: 10px;
}

/** BLOG 4 STARTED **/
.blog-4 {
  margin: 0 1px;
  margin-bottom: 30px;
}

.blog-4 .bg {
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.blog-4 .detail {
  padding: 30px 0 30px 25px;
  background: #fff;
  left: -30px;
  position: relative;
}

.blog-4 .detail h4 {
  margin-bottom: 15px;
  font-size: 20px;
}

.blog-4 .detail p {
  margin-bottom: 0;
}

.blog-4 .detail .post-meta {
  margin: 15px 0;
  margin-bottom: 10px;
  font-size: 13px;
}

.blog-4 .detail .post-meta span {
  margin-right: 20px;
}

.blog-4 .detail .post-meta span:last-child {
  margin: 0;
}

.blog-4 .detail .post-meta span a i {
  margin-right: 10px;
}

/** PAGINATION STARTED **/
.pagination-box {
  margin-bottom: 25px;
}

.pagination {
  padding-left: 0;
  border-radius: 4px;
  display: inline-block;
}

.pagination li {
  display: inline-block;
}

.pagination > li > a, .pagination > li > span {
  border-radius: 0;
  margin: 0 5px 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0;
  line-height: 40px;
  border: none;
}

.pagination > li > a {
  color: #212529;
  font-size: 20px;
  background: #fff;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.pagination > li > .active {
  color: #fff;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.pagination > li > a:hover {
  color: #fff;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/** FORM SEARCH STARTED **/
.form-search {
  position: relative;
}

.form-search .form-control {
  border: 1px solid #eee;
  height: 45px;
}

.form-search .btn {
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 12px 9px 12px;
}

.show-more-options {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 20px;
  display: block;
  cursor: pointer;
}

.widget {
  margin-bottom: 20px;
  background: #fff;
  padding: 20px;
}

.sidebar-title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}

.sidebar {
  background: #fff;
}

/** Campare properties **/
.compare-properties {
  margin-bottom: 30px;
  border-radius: 0;
  border: none;
}

#compare-search {
  margin-bottom: 15px;
}

#compare-search .form-group {
  margin-bottom: 15px;
}

.compare-properties .card-img-top {
  border-radius: 0;
}

.compare-properties h5 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 500;
}

.compare-properties h6 {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
}

.compare-properties p {
  margin: 0;
}

.compare-properties p i {
  color: #ffc12b;
}

.comparison .heading h3 {
  font-size: 20px;
  margin: 0;
}

.comparison .heading {
  margin-bottom: 30px;
}

.comparison .faq-accordion .card-block {
  padding: 0;
}

.comparison .faq-accordion .card-title {
  font-size: 18px;
}

/** COMPARE TABLE **/
.compare-table tr {
  border: 1px solid #ececec;
}

.compare-table tr:first-child {
  border-top: none;
}

.compare-table tr td:first-child {
  width: 350px;
  background: #f8f9fa;
}

.compare-table tr td {
  box-sizing: border-box;
  font-size: 15px;
  padding: 20px 15px;
  text-align: center;
  width: 395px;
  font-weight: 500;
}

.compare-table tr td .fa-times {
  color: red;
}

.compare-table tr td .fa-check {
  color: green;
}

/** CATEGORIES STARTED **/
.categories ul li {
  line-height: 30px;
  font-size: 14px;
}

.categories ul li a {
  color: #535353;
}

.categories ul li span {
  float: right;
}

/** TAGS STARTED **/
.tags ul li a {
  float: left;
  margin: 0 5px 5px 0;
  padding: 6px 12px 4px;
  font-size: 11px;
  text-decoration: none;
  border: solid 1px #e4e4e4;
  background: #e4e4e4;
  text-transform: uppercase;
  color: #5f5f5f;
  letter-spacing: 1px;
  border-radius: 2px;
}

.tags ul li a:hover {
  color: #fff;
}

/** RECENT POSTS STARTED **/
.recent-posts .media h5 {
  margin-bottom: 7px;
  font-weight: 500;
}

.recent-posts .media h5 a {
  font-size: 17px;
}

.recent-posts .media img {
  width: 75px;
  border-radius: 2px;
  margin-right: 20px;
}

.recent-posts .media p {
  margin: 0;
  line-height: 24px;
  font-size: 13px;
}

.recent-posts .media p strong {
  font-weight: 500;
}

/** RECENT COMMENTS STARTED **/
.recent-comments img {
  width: 50px;
}

.recent-comments .media p {
  line-height: 23px;
  margin-bottom: 10px;
  font-size: 14px;
}

.recent-comments .media p span {
  font-weight: 500;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  background: #f9f6f6;
  border-left: 5px solid #212529;
}

blockquote p {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
}

blockquote footer {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000;
}

.tags-socal-box .social-list {
  float: right;
  text-align: right;
}

.tags-socal-box h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.tags-socal-box .social-list ul li {
  display: inline-block;
  margin-left: 20px;
}

.tags-socal-box .social-list ul li a {
  color: #535353;
}

.tags-socal-box .social-list ul li:first-child {
  margin: 0;
}

.tags-socal-box {
  margin-bottom: 10px;
}

/** COMMENT STARTED **/
.comment {
  margin: 0 0 60px 0;
  position: relative;
}

.comments-section h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.comment .comment-author {
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
}

.comments ul {
  list-style: none;
  margin: 0 0 0 80px;
  padding: 0;
}

.comment .comment-author a img {
  bottom: 2px;
  border-radius: 50%;
  display: block;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
}

.comment .comment-content {
  margin-left: 100px;
}

.comment .comment-meta-author {
  float: left;
  font-weight: 500;
  font-size: 14px;
}

.comment .comment-meta-reply {
  float: right;
  margin-left: 15px;
  font-size: 13px;
}

.comment .comment-meta-date {
  float: right;
  font-size: 13px;
}

.comment .comment-body {
  margin-top: 10px;
}

.comment .comment-rating {
  color: orange;
  margin-bottom: 5px;
  font-size: 12px;
}

/** SIMPLE CONTENT BOX **/
.simple-content {
  padding-top: 100px;
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.simple-content p {
  color: #eaeaea;
  font-weight: 300;
  line-height: 32px;
  font-size: 17px;
  margin-bottom: 20px;
}

.simple-content h1 {
  color: #eaeaea;
  margin-bottom: 30px;
  font-size: 30px;
}

/** SHOP BOX **/
.shop-box {
  text-align: center;
  border-radius: 0;
  border: none;
  margin-bottom: 30px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.shop-box img {
  width: 100%;
}

.shop-box .shop-details .btn {
  padding: 5px 20px;
  font-size: 11px;
  letter-spacing: 1px;
}

.shop-box .shop-details {
  padding: 30px 15px;
}

.shop-box .shop-details h4 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.shop-box .shop-details h3 a {
  font-size: 15px;
}

.shop-box .shop-details h3 {
  font-weight: 500;
  margin-bottom: 15px;
}

/** SHOP SLIDER **/
.shop-slider .carousel-control-next, .carousel-control-prev {
  width: 0;
}

/** SHOP SINGLE **/
.shop-single .shop-info h3 {
  font-weight: 500;
  margin-bottom: 25px;
  font-size: 24px;
}

.shop-single .shop-info p {
  line-height: 28px;
  font-size: 16px;
  padding: 10px 0;
}

.shop-single .shop-info .reviews-box {
  padding: 10px 0;
  border-top: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
  margin-bottom: 20px;
}

.shop-single .shop-info .reviews-box ul li {
  float: left;
  font-size: 12px;
  line-height: 25px;
}

.shop-single .shop-info .reviews-box .reviews {
  float: left;
  font-size: 11px;
  text-transform: uppercase;
  margin-left: 10px;
  line-height: 25px;
}

.shop-single .shop-info .reviews-box .reviews a {
  margin-right: 10px;
  padding-right: 10px;
  border-right: solid 1px #777;
  color: #535353;
}

.shop-single .shop-info .reviews-box .reviews a:last-child {
  border-right: solid 1px transparent;
  padding: 0;
  margin: 0;
}

.shop-single .selectBox-dropdown .selectBox-arrow {
  border-left: none;
}

.shop-single .shop-info .reviews-box .reviews a i {
  margin-right: 10px;
}

.shop-single .widget.shop-info {
  margin-bottom: 15px;
}

.shop-single .shop-info .reviews-box ul li i {
  margin-right: 3px;
  color: orange;
}

.shop-single .shop-info .price {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.shop-single .shop-info .price del {
  margin-right: 15px;
  color: #000;
}

.shop-single .horizontal ul li {
  line-height: 30px;
  width: 100%;
  font-size: 14px;
}

.shop-single .horizontal ul li span {
  width: 40%;
  float: left;
}

.shop-single .shop-info .form-control {
  width: 100% !important;
  padding: 10px 20px;
  font-size: 13px;
  border: 1px solid #eee;
  background: transparent;
  outline: 0;
  color: #777;
  height: 45px;
  border-radius: 3px;
}

.shop-single .shop-info .form-group {
  margin-bottom: 25px;
}

.shop-single .shop-info .btn-md {
  padding: 11px 20px;
}

/** SHOP CART **/
table {
  width: 100%;
}

.shop-header {
  margin-bottom: 30px;
}

.shop-table.cart .product-thumbnail, .shop-table.cart .product-name {
  padding-left: 0;
}

.shop-table.cart .product-thumbnail, .shop-table.cart .product-name a {
  text-transform: none;
  font-size: 14px;
}

.shop-table th {
  padding: 15px 0;
  border: none;
}

.shop-table.cart td, .shop-table.cart th {
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 13px;
}

.shop-table.cart .product-remove {
  padding-right: 0;
}

.shop-table td {
  border-top: 1px solid #ddd;
  padding: 40px 0;
}

.shop-table.cart .product-thumbnail img {
  width: 100px;
}

.shop-table.cart .qty {
  width: 60px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.shop-table input[type=text], input[type=email], textarea, input[type=password], input[type=tel] {
  border: 1px solid #e8e8e8;
  padding: 6px 15px;
  color: #777;
  max-width: 100%;
  outline: none;
}

.cart-total-box {
  padding: 25px;
}

.cart-total-box h5 {
  font-weight: 500;
  font-size: 18px;
}

.cart-total-box ul li {
  line-height: 33px;
  width: 100%;
  font-size: 14px;
}

.cart-total-box ul li span {
  margin-right: 0;
}

.cart-total-box .btn {
  padding: 12px 20px 10px;
  font-size: 12px;
}

/** SHOP CHECKOUT **/
.shop-checkout .form-group {
  margin-bottom: 30px;
}

.shop-checkout .form-control {
  padding: 10px 20px;
  font-size: 13px;
  border: 1px solid #eee;
  background: transparent;
  outline: 0;
  color: #535353;
  height: 45px;
  border-radius: 3px;
}

/** SHOP DETAILS **/
.shop-single .shop-title {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 22px;
}

.shop-details-content p {
  font-size: 14px;
  line-height: 28px;
}

.payment-box {
  margin-bottom: 30px;
}

.payment-box p {
  padding: 10px 0 0 20px;
}

/** Content form box STARTED **/
.content-box {
  background: #fff;
}

.content-form-box .form-control {
  width: 100%;
  padding: 10px 20px;
  font-size: 13px;
  border: 1px solid #efefef;
  outline: 0;
  color: #6c6c6c;
  height: 42px;
  border-radius: 3px;
}

.content-form-box .form-control:focus {
  color: #495057;
  background-color: #fff;
  border: 1px solid #efefef;
  outline: 0;
  box-shadow: none;
}

.content-form-box .form-group {
  margin-bottom: 25px;
}

.content-form-box .btn {
  cursor: pointer;
  padding: 11px 20px 10px;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  border-radius: 3px;
}

.login-header {
  font-weight: 500;
  margin: 0 0 20px;
  font-size: 22px;
  color: #515365;
}

.login-header h4 {
  font-size: 22px;
  color: #515365;
}

.login-header img {
  height: 30px;
}

.form-check {
  font-size: 13px;
}

.content-form-box {
  padding: 0 70px;
  left: 0;
  height: 100vh;
  display: table-cell;
  vertical-align: middle;
}

.content-form-box.forgot-box {
  display: inherit;
}

.content-form-box p {
  font-size: 13px;
  color: #80828e;
}

.form-check-label {
  font-size: 13px;
  color: #80828e;
}

.login-footer img {
  height: 40px;
}

.login-footer {
  padding: 20px;
  border-top: solid 1px #ececec;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.content-form-box.register-box .login-footer {
  width: 100%;
  position: inherit;
}

.content-form-box.forgot-box {
  width: 100%;
  position: inherit;
  bottom: 0;
}

.login-footer p {
  font-size: 13px;
  margin: 0;
}

.register-box {
  max-width: 450px;
}

.register-info {
  position: absolute;
  top: 30%;
  left: 0;
  padding: 30px 80px;
  text-align: right;
}

.register-info img {
  height: 50px;
  margin-bottom: 20px;
}

.register-info p {
  color: #dad9d9;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
}

.forgot-box {
  max-width: 420px;
  border-radius: 8px;
  background: #fff;
  padding: 50px;
}

/** FAQ **/
.faq-box {
  border: 1px solid transparent;
  border-radius: 0;
  margin-bottom: 0;
}

.faq-box h5 .btn-link {
  padding: 25px 20px;
  width: 100%;
  text-align: left;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #535353;
}

.faq-box .card-header {
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  border-bottom: solid 1px #d8d8d8;
}

.bd-none {
  border-bottom: none;
}

.faq-box .card-body p {
  line-height: 27px;
}

.faq-box .card-body span {
  font-size: 14px;
}

.faq-box .card-body span a {
  font-weight: 600;
}

.faq-accordion {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.faq-accordion .card {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #f1f2f3;
  background-color: #FFF;
}

.faq-accordion .card-header {
  padding: 25px 20px 20px 20px;
  background: #fff;
}

.faq-accordion .card-title {
  margin-bottom: 0;
  padding-right: 20px;
  letter-spacing: 0;
  font-size: 16px;
  cursor: pointer;
}

.faq-accordion .card-block {
  padding: 25px 20px 20px 20px;
}

.faq-accordion .card-header a:before {
  font-family: "FontAwesome";
  content: "\f077";
  font-size: 13px;
  font-weight: 300;
  margin-right: 20px;
}

.faq-accordion .card-header a.collapsed:before {
  content: "\f078";
  font-size: 13px;
  font-weight: 300;
  margin-right: 20px;
}

.faq-accordion .answer-helpful {
  font-size: 12px;
}

.faq-accordion .answer-helpful .yes {
  margin-left: 5px;
  color: #155724;
  font-size: 14px;
}

.faq-accordion .answer-helpful .no {
  margin-left: 5px;
  color: #721c24;
  font-size: 14px;
}

/** TYPOGRAPHY **/
.typography .mb-60 {
  margin-bottom: 40px;
}

.typography .heading {
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.typography p {
  font-size: 14px;
  margin: 0;
}

/** typography 2 start **/
.typography-2 .heading {
  text-transform: uppercase;
  margin: 20px 0;
}

.typography-2 .sd p {
  margin-bottom: 40px;
}

.hr-title.hr-long {
  width: 50%;
  margin: 7px auto 30px;
}

.hr-title {
  border-top-style: solid;
  border-top-width: 1px;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  margin: 10px 0;
  height: auto;
  color: #bbb;
}

.hr-title abbr {
  background-color: #fafafa;
  padding: 2px 10px;
  border-radius: 2px;
  position: relative;
  top: -10px;
  letter-spacing: 0.2em;
}

.typography-2 address {
  margin-bottom: 20px;
  font-style: normal;
  font-size: 14px;
  line-height: 26px;
  color: #535353;
}

.typography-2 .space {
  width: 100%;
  display: block;
  clear: both;
  height: 20px;
  position: relative;
  border-top: none;
}

/** PARTNERS BLOCK**/
.slick-slide img {
  width: 80%;
}

.slick-active img {
  /*filter: grayscale(100%);*/
}

.slick-current img {
  width: 100%;
  filter: grayscale(0%);
}

.slick-arrow {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  color: #777;
  cursor: pointer;
  outline: none;
}

.slick-prev {
  border: none;
  position: absolute;
  left: 0px;
  top: 20px;
}

.slick-prev:before {
  content: "\f053";
}

.slick-next {
  background: none;
  border: none;
  position: absolute;
  right: 0px;
  top: 20px;
}

.slick-next:before {
  content: "\f054";
}

/** COUNTERS **/
.counters {
  padding-top: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.counters.overview-bgi:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.counter-box {
  text-align: center;
  margin-bottom: 50px;
}

.counter-box i {
  font-size: 40px;
  color: #fff;
}

.counter-box h1 {
  color: #fff;
  font-weight: 500;
  margin: 20px 0;
}

.counter-box h5 {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}

/** ABOUT **/
.about-text ul li {
  list-style: none;
  color: #5a5959;
  font-size: 14px;
}

.about-text h3 {
  margin-bottom: 20px;
  font-size: 23px;
}

.properties-service-v img {
  width: 100%;
}

.about-text p b {
  font-weight: 500;
}

.about-text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
}

.about-text ul li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}

.about-text ul li i {
  left: 0;
  position: absolute;
  top: 0;
  line-height: 22px;
}

.about-us iframe, .modal-body iframe .element.style {
  height: 350px !important;
}

.about-us iframe, .modal-body iframe {
  width: 100%;
  border: none !important;
}

.properties-details-page .heading {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}

.properties-details-page iframe, .modal-body iframe .element.style {
  height: 350px;
}

.properties-details-page iframe, .modal-body iframe {
  width: 100%;
  border: none !important;
}

.properties-details-sliders .list-inline {
  white-space: nowrap;
  width: 100% !important;
}

.properties-details-sliders .carousel-indicators {
  position: static;
  left: initial;
  width: initial;
  margin-left: initial;
  margin-top: 0;
}

.properties-details-sliders .carousel-indicators a {
  cursor: pointer;
}

.properties-details-sliders .carousel-indicators > li {
  height: initial;
  text-indent: initial;
  margin-right: 0;
  margin-left: 0;
}

.dd.properties-details-sliders .carousel-indicators > li {
  width: initial;
  height: initial;
  text-indent: initial;
}

.smail-properties .list-inline-item {
  width: 20%;
}

.smail-properties .list-inline-item a img {
  width: 100%;
  border: none;
  border-radius: 0;
}

.properties-details-sliders .carousel-indicators > li.active img {
  opacity: 0.7;
}

.properties-details-sliders .right {
  position: absolute;
  right: 15px;
  top: 45%;
}

.properties-details-sliders .left {
  left: 10px;
  top: 47%;
  width: 30px;
  height: 30px;
  line-height: 33px;
  position: absolute;
  z-index: 5;
  display: inline-block;
  right: -30px;
  text-align: center;
  background: #a5a5a5;
  border-radius: 5%;
}

.properties-details-sliders .left i {
  font-size: 20px;
  color: #000;
}

.properties-details-sliders .right {
  right: 10px;
  top: 47%;
  width: 30px;
  height: 30px;
  line-height: 33px;
  position: absolute;
  z-index: 5;
  display: inline-block;
  text-align: center;
  background: #a5a5a5;
  border-radius: 5%;
}

.properties-details-sliders .right i {
  font-size: 20px;
  color: #000;
}

.list-inline-item:not(:last-child) {
  margin-right: 1px;
}

.smail-properties {
  width: 100%;
}

/** FLOOR PLANS STARTED **/
.floor-plans table {
  width: 100%;
  margin-bottom: 15px;
}

.floor-plans table {
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.floor-plans table tr:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.floor-plans table td {
  font-size: 13px;
}

.floor-plans table td, table th {
  padding: 10px 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}

/** TABBING BOX STARTED **/
.tabbing-box .tab-pane {
  padding-top: 50px;
}

.tabbing-box .nav-tabs {
  background: #fff;
  border-bottom: solid 1px #fff;
}

.tabbing-box .nav-tabs li {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  padding: 12px 18px;
  color: #37404d;
  border: none;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  border-radius: 0;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
  border-radius: 0;
  color: #fff;
}

/** FINANCING CALCULATOR STARTED **/
.financing-calculator .form-label {
  margin-bottom: 8px;
  font-size: 12px;
  text-transform: uppercase;
}

.financing-calculator .form-group {
  margin-bottom: 20px;
}

.financing-calculator .form-control {
  width: 100%;
  padding: 10px 20px;
  font-size: 13px;
  border: 1px solid #e8e8e8;
  background: #fff;
  outline: 0;
  color: #f6f6f6;
  height: 45px;
  border-radius: 3px;
}

.financing-calculator .form-control:focus {
  border: 1px solid #e8e8e8;
  background: #fff;
}

.location #map {
  width: 100%;
  height: 350px;
}

.heading-properties {
  margin-bottom: 15px;
}

.heading-properties h5 {
  font-size: 15px;
}

.heading-properties h3 {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 25px;
}

.heading-properties p {
  margin-bottom: 0;
}

.p-r {
  float: right;
  text-align: right;
}

.p-r i {
  color: #ffc12b;
}

.property-details ul li {
  font-weight: 400;
  line-height: 35px;
  font-size: 14px;
}

.property-details ul li strong {
  margin-right: 5px;
  font-weight: 500;
}

/** AMENITIES BOX STARTED **/
.amenities-box li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  color: #5a5959;
  font-size: 14px;
}

.amenities-box li i {
  left: 0;
  position: absolute;
  top: 0;
  font-weight: 500;
}

.features-opions ul li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  color: #5a5959;
  font-size: 14px;
}

.features-opions ul li i {
  left: 0;
  position: absolute;
  top: 0;
  font-weight: 500;
}

.af ul li i {
  font-size: 10px;
  line-height: 21px;
}

/** SELL YOUR PROPERTIES **/
.sell-your-properties {
  text-align: center;
  background: rgba(0, 0, 0, 0.04) url("../img/bg-photo-2.jpg") top left repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 30px 20px;
  margin: 40px 0;
}

.sell-your-properties h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.sell-your-properties p {
  color: #fff;
}

/** HELPING CENTER **/
.helping-center {
  background: rgba(0, 0, 0, 0.04) url("../img/bg-photo-2.jpg") top left repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 20px;
  margin: 40px 0;
  width: 100%;
}

.helping-center i {
  font-size: 75px;
  margin-right: 15px;
}

.helping-center h5 {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.helping-center h4 {
  margin: 0;
}

.helping-center h4 a {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}

.sidebar .social-list li {
  text-align: center;
  display: inline-block;
  list-style: none;
}

.sidebar .social-list li a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin: 2px 4px 2px 0;
  border-radius: 0%;
}

/** COMING SOON **/
.coming-soon {
  background: rgba(0, 0, 0, 0.04) url("../img/bg-photo-2.jpg") top left repeat;
  background-size: cover;
  top: 0;
  width: 100%;
  bottom: 0;
  opacity: 1;
  min-height: 100vh;
}

.coming-soon-inner .cm {
  position: absolute;
  top: 30%;
  left: 8%;
  width: 84%;
  right: 8%;
}

.coming-soon-inner .cmb {
  bottom: 30px;
  position: absolute;
  left: 8%;
  width: 84%;
  right: 8%;
}

.coming-soon-inner .cmt {
  top: 20px;
  position: absolute;
  left: 8%;
  width: 84%;
  right: 8%;
}

.coming-soon-inner {
  color: #fff;
}

.coming-soon-inner h1 {
  font-weight: 700;
  font-size: 100px;
  margin-bottom: 30px;
  color: #fff;
}

.coming-soon-inner ul li {
  display: inline-block;
  font-size: 16px;
  margin-left: 15px;
  float: right;
}

.coming-soon-inner ul li a {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  border-radius: 5px;
  text-align: center;
}

.coming-soon-inner .coming-form {
  max-width: 70%;
}

.coming-soon-inner .bordered-right {
  border-right: 1px solid #848484;
}

.coming-soon-inner .form-control {
  width: 69%;
  height: 42px;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 13px;
  outline: 0;
  border: 1px solid #ebebeb;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.coming-soon-inner .btn, .coming-soon-inner .btn:hover, .coming-soon-inner .btn:active {
  width: 31%;
  border-radius: 0;
  height: 42px;
  line-height: 42px;
  padding: 0 5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  color: #fff;
}

.coming-soon-counter div {
  display: inline-block;
  font-size: 40px;
  float: right;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px 20px;
  padding: 10px 0 15px;
  width: 30%;
  background: rgba(0, 0, 0, 0.7);
  text-shadow: 2px 2px rgba(12, 11, 11, 0.56);
  border-radius: 5px;
}

.coming-soon-counter div span {
  display: block;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
}

/** OVERVIEW START **/
.overview p {
  font-family: "Roboto", serif;
  font-size: 14px;
  position: relative;
  color: #fff;
  padding: 0 20px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 500;
}

.overview-box p {
  color: #333;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
}

.overview {
  z-index: 9;
  cursor: default;
  overflow: hidden;
  text-align: center;
  position: relative;
  margin-bottom: 16px;
  box-shadow: 0 0 3px #ddd;
}

.overview .mask, .overview .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 30%;
  left: 0;
}

.overview img {
  display: block;
  position: relative;
  width: 100%;
  height: 232px;
}

.overview .big-img {
  height: 480px;
}

.overview-box img {
  left: 10px;
  margin-left: -10px;
  position: relative;
  transition: all 0.6s ease-in-out;
  border: none;
}

.overview-box:hover > img {
  transform: scale(2) rotate(10deg);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.overview h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 16px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.8);
  text-shadow: none;
}

.overview-box h2 {
  color: #333;
  margin: 0 20px 0;
  background: transparent;
  transform: scale(0);
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.overview a.btn {
  display: inline-block;
  overflow: hidden;
  text-transform: uppercase;
}

.overview-box a.btn {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
  padding: 4px 20px;
}

.overview-box:hover h2,
.overview-box:hover p,
.overview-box:hover a.btn {
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.most-popular-places .col-pad {
  padding: 0 8px;
}

/** FULL PAGE SEARCH **/
#full-page-search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease-in-out;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 99999;
}

#full-page-search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#full-page-search input[type=search] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 28px;
}

#full-page-search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}

#full-page-search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  opacity: 1;
  padding: 10px 17px;
  font-size: 17px;
  outline: 0 auto -webkit-focus-ring-color;
  cursor: pointer;
  border-radius: 3px;
  background: #3a3a3a;
}

/** PORTFOLIO AREA START **/
.filteriz-navigation {
  padding: 0;
  margin: 0 0 26px 0;
  text-align: center;
}

.filteriz-navigation li {
  color: #535353;
  text-align: center;
  letter-spacing: 1px;
  padding: 5px 20px;
  margin: 0 2px 4px;
  border: 0;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.portfolio-item, .portfolio-item:focus {
  outline: none;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}

.portfolio-item img, .portfolio-item img:focus {
  outline: none;
  width: 100%;
  height: 100%;
}

.portfolio-item:hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.1;
  opacity: 0.1;
}

.portfolio-item:hover .portfolio-content {
  display: inline;
  transition-delay: 0.5s;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff !important;
  z-index: -999;
}

.portfolio-content {
  display: none;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.8s ease;
  text-transform: uppercase;
  color: #1c1c1c;
  height: 100%;
  position: absolute;
  right: 0;
}

.portfolio-content-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.portfolio-content p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
}

.overview-box p {
  color: #333;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
}

.overview {
  z-index: 9;
  cursor: default;
  overflow: hidden;
  text-align: center;
  position: relative;
  margin-bottom: 16px;
  box-shadow: 0 0 3px #ddd;
}

.overview .mask, .overview .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 30%;
  left: 0;
}

.overview img {
  display: block;
  position: relative;
  width: 100%;
  height: 232px;
}

.overview .big-img {
  height: 480px;
}

.overview-box img {
  left: 10px;
  margin-left: -10px;
  position: relative;
  transition: all 0.6s ease-in-out;
  border: none;
}

.overview-box:hover > img {
  transform: scale(2) rotate(10deg);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.overview h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 18px;
  padding: 0 10px 5px;
  background: rgba(0, 0, 0, 0.8);
  margin: 20px 0 0 0;
  text-shadow: none;
}

.overview-box h2 {
  color: #333;
  margin: 0 20px 0;
  background: transparent;
  transform: scale(0);
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.overview a.btn {
  display: inline-block;
  overflow: hidden;
  text-transform: uppercase;
}

.overview-box a.btn {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
  padding: 4px 20px;
}

.overview-box:hover h2,
.overview-box:hover p,
.overview-box:hover a.btn {
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.most-popular-places .col-pad {
  padding: 0 8px;
}

/** VIEW ALL**/
.view-all ul {
  margin-bottom: 30px;
  text-align: center;
}

.view-all ul li {
  display: inline-block;
}

.view-all ul li a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.view-all ul li a:hover {
  color: #fff;
}

.view-all h3 {
  margin-bottom: 30px;
  text-align: center;
}

.view-section .form-search .form-control {
  border: 1px solid #eee;
  height: 45px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

/** BRAND BOX**/
.brand-box {
  text-align: center;
  padding: 20px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.brand-box:hover {
  box-shadow: none;
  background: #eee;
}

.brand-box h5 {
  font-weight: 500;
  margin: 10px 0 0;
  font-size: 14px;
}

.brand-box img {
  height: 50px;
}

/** SEARCH AREA 1**/
#search-area-1 {
  background: #e6e6e6;
  padding: 35px 0 5px;
}

#search-area-2 {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  z-index: 999;
  padding: 40px 0 10px;
}

#search-area-3 {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 999;
  padding: 40px 0 10px;
}

#search-area-4 {
  transition: all 0.4s;
  position: absolute;
  bottom: -84px;
  width: 100%;
}

#search-area-4 .search-area-inner {
  padding: 30px 30px 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
}

.search-area .search-fields {
  min-height: 45px;
  padding: 5px 5px 2px 0;
  box-shadow: none;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 3px;
  width: 100% !important;
  cursor: pointer;
}

.form-group label,
.checkbox label {
  font-size: 12px;
  font-weight: 500;
  color: #535353;
}

.search-area .search-fields button {
  border-radius: 1px;
  box-shadow: none;
  border: none;
  background: #fff;
}

.search-area .search-button {
  cursor: pointer;
  padding: 13px 20px;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFF;
  transition: 0.5s;
  border-radius: 2px;
  border: none;
  width: 100%;
}

.search-area .search-button:hover,
.search-area .search-button:focus {
  outline: none;
  color: #fff;
  box-shadow: none !important;
}

.search-area .selectBox-dropdown .selectBox-arrow {
  text-align: center;
  width: 36px;
}

.search-area .selectBox-dropdown .selectBox-arrow:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f078";
  line-height: 44px;
  color: #777;
  font-size: 12px;
}

.search-area .selectBox-dropdown .selectBox-label {
  padding: 2px 15px;
  display: initial;
  white-space: nowrap;
  overflow: hidden;
  line-height: 37px;
  font-size: 14px;
  color: #888;
  font-weight: 400;
}

.search-area .selectBox-options.selectBox-options-bottom {
  margin: 0;
  padding: 0;
}

.search-area .selectBox-options, .selectBox-options li a {
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 500;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}

.search-area .selectBox-options, .selectBox-options li:last-child {
  border-bottom: none;
}

/** SEARCH AREA 2 **/
.search-area-2 {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  z-index: 999;
  padding: 40px 0 10px;
}

.search-area-2 .search-fields {
  border: 1px solid #b1b1b1;
  background: transparent;
}

.search-area-2 .selectBox-dropdown .selectBox-label {
  color: #b1b1b1;
}

.search-area-2 .selectBox-dropdown .selectBox-arrow:before {
  color: #b1b1b1;
}

/** MAP classes **/
.search-area-3 {
  position: absolute;
  background-color: #fff;
  padding: 25px 25px 10px;
  max-width: 300px;
  width: 100%;
  top: 25%;
  right: 8%;
  z-index: 1;
  border-radius: 3px;
}

.search-area-3 h2 {
  margin-bottom: 0;
  font-size: 20px;
}

.search-area-3 .search-fields {
  background: transparent;
}

.search-area-3 .selectBox-dropdown .selectBox-label {
  color: #b1b1b1;
}

.search-area-3 .selectBox-dropdown .selectBox-arrow:before {
  color: #b1b1b1;
}

/** MAP classes **/
.map-content {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/** MAP **/
#contactMap {
  width: 100%;
  height: 350px;
}

.map {
  transition: 0.4s;
  height: 100%;
}

.contact-map-content .map-content {
  width: 250px;
}

.marker-loaded .map-marker {
  visibility: visible;
}

.map-properties .map-properties-list {
  margin: 0;
  padding: 0;
}

.map-properties .map-properties-list li {
  list-style: none;
  margin-bottom: 8px;
  color: #999;
}

.map-properties .map-properties-list li i {
  margin-right: 10px;
}

.cnt-bg-photo {
  background-size: cover;
  top: 0;
  min-height: 100vh;
  width: 100%;
  bottom: 0;
  max-height: 100%;
}

/** OFF-CANVAS MENU **/
body.off-canvas-sidebar-open {
  left: -375px;
  position: relative;
}

.off-canvas-sidebar-open .off-canvas-sidebar {
  transform: translateX(-375px);
}

.off-canvas-sidebar {
  background: #1b1d1f;
  position: fixed;
  right: -375px;
  top: 0;
  height: 100%;
  width: 375px;
  z-index: 999999;
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.off-canvas-sidebar-wrapper {
  width: auto;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.off-canvas-content, .off-canvas-header {
  padding-right: 30px;
  padding-left: 30px;
}

.off-canvas-content {
  padding-bottom: 30px;
}

.off-canvas-header {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: right;
}

.canvas-widget .menu {
  text-align: center;
  margin-top: 50px;
}

.canvas-widget .menu-item {
  margin-bottom: 25px;
}

.canvas-widget .menu-item a {
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.canvas-widget .menu-item a:hover {
  opacity: 0.8;
  transform: translateX(5px);
}

.canvas-widget .social-icons {
  text-align: center;
  margin-top: 80px;
}

.canvas-widget .social-icons > li {
  display: inline-block;
  margin: 10px;
}

.canvas-widget .social-icons > li a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.canvas-widget .social-icons > li a:hover {
  opacity: 0.8;
  transform: translateX(5px);
}

.close-offcanvas {
  font-size: 24px;
}

.bbb {
  background: none !important;
}

/** Slick slider start**/
.slick-slider-area {
  position: relative;
}

.slick-slide-item {
  padding: 0 15px;
}

.slick-arrow-buton {
  position: absolute;
  top: 43%;
}

.slick-arrow-buton {
  width: 35px;
  height: 35px;
  line-height: 35px;
  top: 43%;
  border-radius: 50px;
  color: #fff;
  position: absolute;
  z-index: 999;
  cursor: pointer;
  text-align: center;
  background: #ccc;
}

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

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

.slick-slide, .slick-slide:focus * {
  outline: none !important;
}

*:focus {
  outline: none !important;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.simple-slick-carousel.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.simple-slick-carousel.slick-dotted.slick-slider.dots-nav {
  margin-bottom: 30px;
}

.simple-slick-carousel .slick-dots {
  display: none !important;
}

.simple-slick-carousel.dots-nav .slick-dots {
  display: block !important;
}

.slick-dots li {
  position: relative;
  padding: 0;
  margin: 0 3px;
  display: inline-block;
  cursor: pointer;
}

.slick-dots li {
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  position: relative;
  outline: none;
  display: inline-block;
  margin: 0 3px;
  opacity: 1;
  border-radius: 50%;
  line-height: 0;
  box-shadow: inset 0 0 0 2px #777;
  transition: all 0.3s;
}

.slick-dots li button {
  display: none;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active {
  transition: all 0.3s;
}

.slick-dots li:after {
  position: absolute;
  height: 13px;
  width: 13px;
  display: block;
  content: "";
  top: 1px;
  left: 1px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}

.slick-dots li.slick-active:after {
  opacity: 1;
}

/** Slick slider end**/
/** MEDIA **/
@media (max-width: 1200px) {
  .property-box-3 .media-body {
    padding-right: 0;
  }
  .blog-4 .detail {
    padding: 20px 0 20px 20px;
  }
  .blog-4 .detail .post-meta span a i {
    margin-right: 5px;
  }
  .blog-4 .detail p {
    font-size: 14px;
    line-height: 22px;
  }
  .blog-4 .detail h4 {
    margin-bottom: 15px;
    font-size: 17px;
  }
  .coming-soon-inner .coming-form {
    max-width: 85%;
  }
  .content-form-box {
    padding: 40px 20px;
    height: inherit;
  }
  .content-form-box.forgot-box {
    margin: 50px auto 10px;
    border-radius: 3px;
    padding: 30px;
  }
  .search-area-3 {
    top: 22%;
  }
  .coming-soon-inner .cm {
    top: 25%;
  }
  .coming-soon-inner h1 {
    font-size: 80px;
  }
  .property-box-3 h3 {
    font-size: 17px;
  }
  .property-box-5 .detail {
    padding: 20px 27px 20px 20px;
  }
  .property-box-5 ul li i {
    margin-right: 0;
    font-size: 13px;
  }
  .property-box-5 ul li {
    font-size: 13px;
    margin-right: 10px;
  }
  .property-box-5 .detail .location {
    margin: 0 0 10px;
  }
  .property-box-6 h3 {
    margin: 0 0 15px;
    font-size: 22px;
  }
  .property-box-6 p {
    margin-bottom: 15px;
  }
  .property-box-6 .info {
    padding: 0 30px;
  }
  .comparison .heading h3 {
    font-size: 19px;
  }
  .banner .banner-slider-inner .typed-text {
    font-size: 40px;
  }
  .agent-5 .media-body {
    padding-right: 0;
  }
  .agent-5 h3 {
    font-size: 19px;
  }
  .main-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .open-offcanvas {
    padding: 18px 15px 15px;
  }
  .blog-4 .detail {
    padding: 25px 20px 20px 20px;
    left: 0;
  }
  .blog-4 img {
    width: 100%;
  }
  .blog-4 .detail p {
    line-height: 26px;
  }
  .blog-4 .detail h4 {
    font-size: 19px;
  }
  .blog-3 .photo img {
    width: 100%;
  }
  .blog-3 .detail {
    padding: 20px 20px;
  }
  .coming-soon-counter div {
    width: 40%;
  }
  .coming-soon-inner h1 {
    font-size: 60px;
  }
  .megamenu-section p {
    font-size: 12px;
  }
  .services-info-3.s-brd-2 {
    border-bottom: none;
  }
  .services-info-3.s-brd-1 {
    border: 1px solid #f1f2f3;
    border-bottom: none;
  }
  .compare-properties h5 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .map-content-left {
    padding: 20px 30px 20px 30px;
  }
  .map-content-right {
    padding: 20px 30px 20px 30px;
  }
  .recent-posts .media img {
    margin-right: 15px;
  }
  .agent-5 img {
    width: 130px;
    height: 130px;
  }
  .property-box-3 img {
    width: 110px;
    height: 110px;
  }
  #search-area-1 .form-group {
    margin-bottom: 10px;
  }
  #search-area-1 .selectBox-dropdown .selectBox-arrow {
    margin-right: 10px;
    width: auto;
  }
  #search-area-1 .selectBox-dropdown .selectBox-arrow {
    border-left: none;
  }
  #search-area-1 {
    padding: 30px 0 0;
  }
  #search-area-1 .range-slider {
    margin-top: 9px;
    margin-bottom: 30px;
  }
  #search-area-1 .selectBox-dropdown .selectBox-arrow:before {
    line-height: 37px;
    font-size: 10px;
  }
  #search-area-1 .selectBox-dropdown .selectBox-label {
    padding: 2px 10px;
    font-size: 13px;
  }
  .text-l {
    text-align: center;
  }
  .banner .banner-slider-inner h2 {
    font-size: 35px;
  }
  .navbar-collapse {
    margin: 0px -15px;
    background: #FFF;
  }
  .footer {
    padding-top: 80px;
  }
  .footer .copy {
    margin: 30px 0 0;
  }
  .hidden-mb-45 {
    margin-bottom: 45px;
  }
  .comparison .heading h3 {
    text-align: center;
  }
  .comparison .heading {
    margin-bottom: 20px;
  }
  #main-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
  }
  .main-header .navbar-expand-lg .navbar-nav .active .nav-link {
    background: #f9f9f9;
    border-bottom: solid 1px transparent;
  }
  .main-header .navbar-expand-lg .navbar-nav .nav-link:hover {
    background: #f9f9f9;
    border-bottom: solid 1px transparent;
  }
  .content-area {
    padding-bottom: 50px;
  }
  .content-area-2 {
    padding: 80px 0 50px;
  }
  .content-area-3 {
    padding-bottom: 64px;
  }
  .content-area-4 {
    padding: 80px 0 30px;
  }
  .content-area-5 {
    padding-bottom: 80px;
  }
  .content-area-6 {
    padding-bottom: 30px;
  }
  .content-area-7 {
    padding: 80px 0;
  }
  .content-area-8 {
    padding-top: 80px;
  }
  .content-area-9 {
    padding: 30px 0;
  }
  .content-area-10 {
    padding: 80px 0 30px;
  }
  .content-area-11 {
    padding: 80px 0 30px;
  }
  .content-area-12 {
    padding-bottom: 30px;
  }
  .content-area-13 {
    padding: 80px 0 30px;
  }
  .content-area-14 {
    padding: 80px 0 30px;
  }
  .content-area-14 {
    padding: 80px 0 60px;
  }
  .content-area-15 {
    padding: 80px 0 50px;
  }
  .content-area-16 {
    padding: 80px 0 50px;
  }
  .content-area-17 {
    margin-bottom: 50px;
  }
  .content-area-18 {
    padding: 80px 0 20px;
  }
  .content-area-19 {
    padding: 80px 0 50px;
  }
  .content-area-20 {
    padding: 80px 0;
  }
  .submit-property .mb-50 {
    margin-bottom: 35px;
  }
  .submit-property .heading {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .services-info-2 i {
    font-size: 30px;
  }
  .services-info-2 h5 {
    font-size: 16px;
    margin: 10px 0 10px;
  }
  .main-title {
    margin-bottom: 30px;
  }
  .main-title h1 {
    font-size: 30px;
  }
  .main-title p {
    font-size: 17px;
  }
  .testimonial {
    padding: 60px 0 50px;
  }
  .testimonial .testimonial-inner {
    margin: 0 auto;
    max-width: 100%;
  }
  .testimonial .testimonial-inner .testimonia-header h1 {
    font-size: 30px;
  }
  .testimonial-2 .testimonia-header {
    margin: 0 auto 30px;
  }
  .testimonial-2 .testimonial-inner .testimonia-header h1 {
    font-size: 30px;
  }
  .testimonial .testimonial-inner .lead {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
  }
  .testimonial .testimonia-header {
    margin: 0 auto 30px;
  }
  .testimonial .testimonia-header h1 {
    font-size: 30px;
  }
  .pricing.mrg-btn-60 {
    margin-bottom: 70px;
  }
  .contact-1 .contact-info .media i {
    width: 50px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin-right: 20px;
  }
  .properties-slider {
    margin-bottom: 40px;
  }
  .overview img {
    height: auto;
  }
  .services-info i {
    font-size: 30px;
    width: 50px;
  }
  .services-info h5 {
    font-size: 17px;
  }
  .pricing-tables .mrg-btn-76 {
    margin-bottom: 40px;
  }
  .testimonial-2 {
    padding: 80px 0 110px;
  }
  .sidebarmbl {
    margin-left: 0;
  }
  .about-text {
    margin-top: 40px;
  }
  .mrb {
    margin: 0 0 50px 0;
  }
  .mbl {
    margin: 0 0 30px 0;
  }
  .properties-list-fullwidth .property-box-5 .price-ratings-box {
    right: 30px;
  }
  .properties-list-fullwidth .property-box-5 .detail {
    padding: 20px 40px;
  }
  .banner .banner-slider-inner h1 {
    font-size: 40px;
  }
  .banner .slider-mover-left {
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: -40px;
  }
  .banner .slider-mover-left i {
    font-size: 22px;
    line-height: 30px;
  }
  .banner .slider-mover-right {
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 10px;
  }
  .banner .slider-mover-right i {
    font-size: 22px;
    line-height: 30px;
  }
  .navbar-light .navbar-toggler {
    border: none;
    font-size: 20px;
    font-weight: 100;
  }
  .navbar-toggler {
    padding: 0;
    width: 35px;
    height: 35px;
    font-size: 1rem;
    border-radius: 0;
    outline: none !important;
  }
  .main-header .logo img {
    height: 35px;
  }
  .main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 16px 15px 15px;
    font-size: 13px;
    border-bottom: solid 1px transparent;
  }
  .banner .banner-slider-inner {
    padding: 20px 15px;
    top: 0%;
  }
  .banner .banner-slider-inner h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .banner .banner-slider-inner h3 {
    margin-bottom: 20px;
    font-size: 35px;
  }
  .banner .banner-opt .banner-slider-inner h1 {
    font-size: 32px;
  }
  .banner .banner-opt .banner-slider-inner p {
    font-size: 14px;
  }
  .banner .banner-slider-inner p {
    color: #fff;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .banner .banner-slider-inner .text-p {
    margin-bottom: 20px;
  }
  .breadcrumb-area h1 {
    font-size: 35px;
  }
  .shop-infombl {
    margin-left: 0;
  }
  .shop-info {
    margin-top: 40px;
  }
  .media-pad-top-50 {
    padding-top: 50px;
  }
  .register-info {
    padding: 30px 40px;
  }
  .coming-soon-inner .coming-form {
    max-width: 100%;
  }
  .content-form-box {
    padding: 40px 20px;
    height: inherit;
    bottom: 120px;
  }
  .setting-button {
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: -40px;
  }
  .search-area .search-fields {
    min-height: 38px;
    padding: 0 5px 0 0;
  }
  .submit-property .contact-2 .form-control {
    padding: 10px 15px;
    height: 38px;
  }
  .search-area .selectBox-dropdown .selectBox-arrow:before {
    line-height: 38px;
  }
  .search-area .search-button {
    cursor: pointer;
    padding: 10px 20px 9px;
  }
  .shop-single .widget.shop-info {
    margin-bottom: 40px;
  }
  .pt-40 {
    padding-top: 40px;
  }
  .sidebar-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .sub-banner {
    height: 265px;
  }
  .sub-banner .breadcrumb-area {
    top: 40%;
  }
  .sub-banner .breadcrumb-area h1 {
    margin: 0 0 10px;
    font-size: 30px;
  }
  .sub-banner .breadcrumbs li {
    font-size: 16px;
  }
  .top-header .list-inline a {
    margin-right: 10px;
    font-size: 11px;
  }
  .top-header .top-social-media li {
    padding: 0 4px;
    height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 11px;
  }
  .property-box-5 ul li i {
    margin-right: 8px;
    font-size: 14px;
  }
  .property-box-5 ul li {
    margin-right: 20px;
  }
  .property-box-5 .detail .location {
    margin: 0 0 15px;
  }
  .p-box .price-ratings-box {
    right: 30px;
  }
  .p-box .detail {
    padding: 30px 40px 30px 40px;
  }
  .services-info-4 .detail {
    padding: 30px 15px;
  }
  .hedin-mb-30 {
    margin-bottom: 30px !important;
  }
  .hedin-mb-50 {
    margin-bottom: 50px;
  }
  .widget-2 {
    margin-bottom: 60px;
    background: #fff;
    padding: 20px;
  }
  .simple-content p {
    line-height: 28px;
    font-size: 15px;
  }
  .simple-content h1 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .simple-content .btn {
    margin: 2px;
  }
  .simple-content {
    padding-top: 60px;
  }
  .simple-content .btn-sm {
    padding: 6px 23px;
    margin: 2px 2px 0;
  }
  .property-box-6 .info {
    padding: 30px;
  }
  .intro-text h3 {
    font-size: 20px;
    line-height: inherit;
  }
  .intro-section img {
    height: 35px;
  }
  .intro-section .btn-md {
    padding: 6px 22px 5px;
    font-size: 13px;
    font-weight: 500;
  }
  .intro-section .btn {
    float: none;
  }
  .counter-box h1 {
    font-size: 36px;
    margin: 15px 0;
  }
  .counter-box i {
    font-size: 30px;
  }
  .faq-accordion .card-header {
    padding: 15px 20px;
  }
  .comparison .faq-accordion .card-title {
    font-size: 15px;
  }
  .btn-lg {
    padding: 11px 32px 9px;
  }
  .btn-white-lg-outline {
    padding: 10px 30px 8px;
  }
  .forgot-box {
    margin: 50px auto 10px;
    border-radius: 3px;
  }
}
@media (max-width: 768px) {
  .content-area {
    padding-bottom: 30px;
  }
  .content-area-2 {
    padding: 60px 0 30px;
  }
  .content-area-3 {
    padding-bottom: 44px;
  }
  .content-area-4 {
    padding: 60px 0 10px;
  }
  .content-area-5 {
    padding-bottom: 60px;
  }
  .content-area-6 {
    padding-bottom: 10px;
  }
  .content-area-7 {
    padding: 60px 0;
  }
  .content-area-8 {
    padding-top: 60px;
  }
  .content-area-9 {
    padding: 10px 0;
  }
  .content-area-10 {
    padding: 60px 0 10px;
  }
  .content-area-11 {
    padding: 60px 0 10px;
  }
  .content-area-12 {
    padding-bottom: 30px;
  }
  .content-area-13 {
    padding: 60px 0 30px;
  }
  .content-area-14 {
    padding: 60px 0 60px;
  }
  .content-area-15 {
    padding: 60px 0 30px;
  }
  .content-area-16 {
    padding: 60px 0 30px;
  }
  .content-area-17 {
    margin-bottom: 30px;
  }
  .content-area-18 {
    padding: 60px 0 20px;
  }
  .content-area-19 {
    padding: 60px 0 30px;
  }
  .content-area-20 {
    padding: 60px 0;
  }
  .blog-list .details {
    padding: 25px 20px 20px;
  }
  .agent-6 .details h3 {
    margin: 10px 0 10px;
  }
  .agent-6 .details h3 a {
    font-size: 25px;
  }
  .main-title h1 {
    margin-bottom: 10px;
  }
  .blog-3 img {
    height: 350px;
  }
  .blog-4 img {
    height: 350px;
  }
  .content-box {
    margin: 50px auto 10px;
    max-width: 400px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 0;
    display: inline-block;
  }
  .properties-details-sliders .left {
    left: 5px;
  }
  .properties-details-sliders .right {
    right: 5px;
  }
  .svs .services-info-2 {
    margin: 0 auto 30px;
  }
  .typography .mb-50 {
    margin-bottom: 35px;
  }
  .services-info-3.s-brd-3 {
    border-bottom: none;
  }
  .sub-banner .breadcrumb-area h1 {
    font-size: 25px;
  }
  .blog-1 .detail h2 a {
    font-size: 21px;
  }
  .blog-1 .detail .post-meta span {
    margin-right: 15px;
  }
  .sub-banner .breadcrumbs .active {
    margin-left: 5px;
  }
  .sub-banner .breadcrumbs .active:before {
    margin-right: 7px;
  }
  .pagination > li > a, .pagination > li > span {
    margin: 0 2px 5px;
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
  }
  .cart-total-box {
    padding: 20px;
  }
  .shop-table.cart td, .shop-table.cart th {
    padding-left: 0;
  }
  .shop-table.cart .product-thumbnail, .shop-table.cart .product-name a {
    font-size: 13px;
  }
  .notification-box {
    padding: 20px;
  }
  .notification-box h3 {
    font-size: 25px;
  }
  .shop-table.cart .product-thumbnail img {
    width: 70px;
  }
  .faq-accordion .card-header {
    padding: 13px 20px;
  }
  .faq-accordion .card-header a.collapsed:before {
    margin-right: 10px;
  }
  .faq-accordion .card-title {
    font-size: 15px;
  }
  .faq-accordion .card-title {
    padding-right: 0;
  }
  .intro-section {
    padding: 15px 0 20px;
  }
  .testimonial .testimonial-inner .avatar {
    max-width: 100px;
  }
  .filteriz-navigation li {
    padding: 4px 15px;
    margin: 0 1px 4px;
    font-size: 12px;
    font-weight: 500;
  }
  #search-area-1 .selectBox-dropdown .selectBox-label {
    padding: 2px 12px;
    font-size: 13px;
  }
  .btn-white {
    padding: 9px 20px 7px;
    font-size: 13px;
  }
  .banner .banner-slider-inner h2 {
    font-size: 27px;
  }
  .t-center {
    text-align: center;
  }
  .t-right {
    text-align: center;
  }
  .t-left {
    text-align: center;
  }
  .property-modal .modal-header .modal-title {
    font-size: 19px;
  }
  .banner .banner-slider-inner h3 {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .footer {
    padding-top: 60px;
  }
  .footer .copy {
    margin: 0;
  }
  .footer h4 {
    margin-bottom: 20px;
  }
  .option-bar .heading {
    font-size: 14px;
  }
  .main-title {
    margin-bottom: 25px;
  }
  .main-title h1 {
    font-size: 25px;
  }
  .overview .big-img {
    height: auto;
  }
  .contact-2 .contact-info .contact-info {
    margin-bottom: 30px;
  }
  .contact-2 .contact-info i {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .heading-2 h4 {
    font-size: 22px;
  }
  .overview .mask, .overview .content {
    top: 35% !important;
  }
  #main-header {
    top: 0;
  }
  .widget-2 {
    margin-bottom: 40px;
  }
  .tabbing-box .tab-pane {
    padding-top: 40px;
  }
  .testimonial .testimonial-inner .testimonia-header h1 {
    font-size: 25px;
  }
  .testimonial .testimonia-header {
    margin: 0 auto 25px;
  }
  .testimonial-2 .testimonial-inner .testimonia-header h1 {
    font-size: 25px;
  }
  .testimonial-2 .testimonial-inner {
    text-align: center;
  }
  .testimonial-2 .testimonia-header {
    margin: 0 auto 25px;
  }
  .testimonial-2 .avatar {
    max-width: 110px;
    margin: 0 auto 20px;
  }
  .testimonial-2 .testimonial-inner .lead {
    font-size: 15px;
    line-height: 28px;
  }
  .contact-1 .contact-info {
    margin-top: 50px;
  }
  .contact-1 .contact-info h3 {
    margin-bottom: 35px;
    font-size: 23px;
  }
  .contact-1 .form-group {
    margin-bottom: 20px;
  }
  .contact-3 .contact-info .contact-list {
    margin: 0 0 40px;
  }
  .contact-3 .contact-info h3 {
    margin-bottom: 20px;
    font-size: 23px;
  }
  .pages-404 .pages-404-inner h1 {
    font-size: 130px;
    font-weight: 500;
  }
  .pages-404 .pages-404-inner h5 {
    font-size: 22px;
  }
  .property-box-5 .price-ratings-box {
    right: 30px;
  }
  .property-box-5 .col-pad {
    padding: 0 15px;
  }
  .property-box-5 .detail {
    padding: 30px 20px;
  }
  .property-box-5 ul li {
    line-height: 30px;
  }
  .services .col-pad-30 {
    padding: 30px;
  }
  .comments ul {
    margin: 0;
  }
  .comment {
    margin: 0 0 40px 0;
  }
  .comment .comment-content {
    margin-left: 80px;
  }
  .tags-socal-box .social-list {
    float: none;
    text-align: left;
    margin-top: 20px;
  }
  .property-box ul li {
    font-size: 13px;
  }
  .pricing-tables .mrg-btn-76 {
    margin-bottom: 30px;
  }
  .testimonial-2 {
    padding: 60px 0 90px;
  }
  .property-box-5 .tag.featured {
    left: 15px;
    margin-top: 15px;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .property-box-5 .price-ratings-box {
    right: 15px;
  }
  .properties-list-fullwidth .property-box-5 .price-ratings-box {
    right: 15px;
  }
  .properties-list-fullwidth .property-box-5 .detail {
    padding: 20px 20px;
  }
  .banner .banner-slider-inner h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .banner .banner-slider-inner {
    padding: 10px 12px;
    top: 0%;
  }
  .banner .banner-opt .banner-slider-inner h1 {
    font-size: 20px;
  }
  .banner .banner-opt .banner-slider-inner p {
    line-height: 22px;
    font-size: 14px;
    max-width: 90%;
    margin: 0px auto;
    margin-bottom: 5px;
  }
  .banner .btn-md {
    padding: 9px 15px;
    font-size: 12px;
  }
  .btn-lg {
    padding: 7px 25px 5px;
    letter-spacing: 0.5px;
    line-height: 24px;
  }
  .btn-white-lg-outline {
    padding: 5px 23px 3px;
  }
  .breadcrumb-area h1 {
    font-size: 28px;
  }
  .sub-banner .breadcrumbs li {
    font-size: 16px;
  }
  button:focus {
    outline: 0 auto -webkit-focus-ring-color;
  }
  .banner .slider-mover-right i {
    font-size: 20px;
    line-height: 40px;
  }
  .banner .slider-mover-left i {
    font-size: 20px;
    line-height: 40px;
  }
  .banner .slider-mover-right {
    width: 20px;
    height: 40px;
    line-height: 40px;
    right: 0;
    border-radius: 5px 0 0 5px;
  }
  .banner .slider-mover-left {
    width: 20px;
    height: 40px;
    line-height: 40px;
    right: -20px;
    border-radius: 0 5px 5px 0;
  }
  .shop-single .shop-info h3 {
    font-size: 20px;
  }
  .heading-properties h3 {
    font-size: 20px;
  }
  .heading-properties p {
    font-size: 13px;
  }
  .coming-soon-counter div {
    font-size: 30px;
    width: 21%;
    margin: 0 5px 30px 10px;
    float: none;
  }
  .coming-soon-inner {
    text-align: center;
  }
  .coming-soon-counter div span {
    font-size: 12px;
  }
  .coming-soon-inner .coming-form {
    max-width: 70%;
    margin: 0 15% 20px;
  }
  .coming-soon-inner .form-control {
    width: 100%;
    border-radius: 3px;
  }
  .coming-soon-inner .btn {
    width: 50%;
    margin: auto;
    margin-top: 10px;
    border-radius: 3px;
  }
  .coming-soon-inner .btn:hover {
    width: 50%;
    border-radius: 3px;
  }
  .coming-soon-inner h1 {
    font-size: 35px;
  }
  .coming-soon-inner .cm {
    position: absolute;
    top: 15%;
    left: 3%;
    width: 94%;
    right: 3%;
  }
  .coming-soon-inner ul li {
    margin-left: 5px;
    float: none;
  }
  .register-box {
    margin: auto;
  }
  .content-form-box {
    position: static;
    left: 0;
    bottom: 40px;
    padding: 30px 30px;
    display: inherit;
    max-width: 450px;
  }
  .content-form-box.register-box {
    margin: 50px auto 10px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding-bottom: 0;
  }
  .login-footer {
    padding: 20px 15px;
    position: inherit;
    left: 0;
    bottom: 0;
  }
  .blog-1 .date-box {
    top: 12px;
    right: 12px;
    padding: 8px;
  }
  .blog-1 .date-box h5 {
    font-size: 11px;
  }
  .compare-properties p i {
    font-size: 12px;
  }
  .setting-button {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    left: -35px;
    color: #fff;
  }
  .blog-1 .detail .post-meta {
    margin: 10px 0 15px;
    font-size: 12px;
  }
  .tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    padding: 9px 13px;
  }
  .tabbing-box .nav-tabs li {
    font-size: 11px;
  }
  .sub-banner {
    height: 240px;
  }
  #search-area-1 {
    padding: 30px 0 0;
  }
  .property-description.pt-40 {
    padding-top: 20px;
  }
  .widget {
    margin-bottom: 0;
  }
  .hdn-mb-30 {
    margin-bottom: 30px;
  }
  .properties-details-page .mb-60 {
    margin-bottom: 40px;
  }
  .helping-center {
    margin: 20px 0;
  }
  .hedin-mb-30 {
    margin-bottom: 10px !important;
  }
  .sell-your-properties {
    margin: 20px 0;
  }
  .properties-details-page .heading {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .simple-content img {
    margin-top: 50px;
  }
  .simple-content {
    text-align: center;
  }
  .property-box-6 .info {
    padding: 30px 20px;
  }
  .intro-text h3 {
    margin: 5px 0 10px;
  }
  .intro-text h3 {
    font-size: 17px;
  }
  .intro-section {
    text-align: center;
  }
  .my-properties table tbody tr td.image {
    width: 30px;
  }
  .my-properties table tbody tr td.image img {
    width: 100%;
  }
  .my-properties table thead tr th:first-child {
    padding-left: 10px;
  }
  .my-properties table thead tr th {
    font-size: 12px;
    font-weight: 500;
  }
  .my-properties table h2 {
    border: none;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 7px 0;
    padding: 0;
  }
  .my-properties table tbody tr td {
    padding: 20px 10px 20px 0;
    font-size: 13px;
  }
  .option-bar .heading-icon {
    margin-right: 10px;
  }
  .banner .carousel-content {
    padding: 0 25px;
  }
  .banner .banner-slider-inner .typed-text {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .setting-button {
    display: none;
  }
}
@media (max-width: 500px) {
  .banner img {
    height: 270px;
  }
  .coming-soon-counter div {
    margin: 0 3px 15px;
  }
  .hdn {
    display: none;
  }
  .btn-lg {
    padding: 4px 17px;
    letter-spacing: 0.7px;
    font-size: 11px !important;
  }
  .btn-white-lg-outline {
    padding: 3px 17px;
    font-size: 11px !important;
  }
  .main-header .logo img {
    height: 30px;
  }
  .main-header .logo {
    padding: 12px 0;
    margin-right: 20px;
  }
  .banner .banner-slider-inner {
    padding: 10px 10px;
    top: 0%;
  }
  .navbar-toggler {
    width: 30px;
    height: 30px;
  }
  .banner .btn-md {
    padding: 7px 12px;
    font-size: 10px;
  }
  .banner .banner-slider-inner .btn {
    margin: 0 0 5px;
  }
  .banner .banner-slider-inner h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .banner .banner-slider-inner p {
    margin-bottom: 15px;
  }
  .banner .banner-slider-inner .text-p {
    margin-bottom: 15px;
  }
  .banner .banner-opt .banner-slider-inner h1 {
    font-size: 20px;
  }
  .banner .banner-opt .banner-slider-inner p {
    line-height: 22px;
    font-size: 14px;
    max-width: 90%;
    margin: 0px auto;
    margin-bottom: 5px;
  }
  .sub-banner {
    height: 270px;
  }
  .breadcrumb-area h1 {
    font-size: 24px;
  }
  .sub-banner .breadcrumbs li {
    font-size: 14px;
  }
  .sidebar {
    background: transparent;
  }
  .media-pad-top-50 {
    padding-top: 50px;
  }
  .carousel-inner img {
    width: 100%;
  }
  .widget {
    margin-bottom: 40px;
    padding: 0;
    background: transparent;
  }
  .widget-2 {
    margin-bottom: 40px;
    padding: 0;
    background: transparent;
  }
  .sidebar {
    background: transparent;
  }
  .sell-your-properties {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 30px 20px;
    width: 100%;
    margin: 20px 0 40px;
  }
  .helping-center {
    background: rgba(0, 0, 0, 0.04) url("../img/bg-photo-2.jpg") top left repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 20px;
    width: 100%;
  }
  .sub-banner {
    height: 200px;
  }
}
@media (min-width: 991px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown .dropdown-item:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  .sticky-header {
    position: fixed;
    background: transparent;
    top: 0px;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid rgba(220, 220, 220, 0.2);
  }
  .header-with-top {
    top: 40px;
  }
  .sticky-header .nav-link::after {
    display: none !important;
  }
  .sticky-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
  }
  .sticky-header .open-offcanvas {
    color: #fff;
    display: inline-block;
  }
  .header-shrink {
    background: #fff;
    transition: 0.5s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    top: 0px !important;
  }
  .header-shrink .navbar-expand-lg .navbar-nav .nav-link {
    color: #515151;
  }
  .header-shrink .open-offcanvas {
    color: #515151;
  }
  .hide-carat .nav-link::after {
    display: none !important;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .banner .banner-slider-inner h1 {
    margin-bottom: 30px;
    font-size: 50px;
    margin-top: 44px;
  }
  .property-box ul li i {
    margin-right: 5px;
  }
  .blog-3 .detail .post-meta {
    margin: 10px 0;
  }
  .blog-3 .detail p {
    line-height: 24px;
  }
  .blog-3 .detail h3 {
    margin-bottom: 10px;
  }
  .blog-3 .detail h3 a {
    font-size: 18px;
  }
  .property-box-5 .detail p {
    margin-bottom: 5px;
  }
  .banner .banner-slider-inner p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .property-box-2 .detail {
    padding: 20px 15px;
  }
  .property-box-2 .detail h5 a {
    font-size: 17px;
  }
}
.btn-theme {
  color: #FFF;
  background: #274cbf;
  border: solid 1px #274cbf;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}

.btn-theme:hover {
  color: #FFF;
  background: #2646a7;
  border: solid 1px #2646a7;
}

.btn-white:hover {
  color: #fff;
  background: #274cbf;
}

.btn-white {
  color: #274cbf;
}

.modal-right-content .bullets li i {
  color: #274cbf;
}

.top-header-bg {
  background: #274cbf;
}

.form-inline a:hover {
  color: #274cbf;
}

.show-more-options, .show-more-options:hover {
  color: #274cbf !important;
}

.overview .btn-border:hover {
  border: solid 2px #2646a7;
  background: #2646a7;
}

.categories ul li a:hover {
  color: #274cbf;
}

.checkbox-theme input[type=checkbox]:checked + label::before {
  background-color: #274cbf;
  border-color: #274cbf;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #274cbf;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
  background-color: #274cbf;
}

#page_scroller {
  background: #274cbf;
}

.setting-button {
  background: #274cbf;
}

.overview .btn-border {
  color: #274cbf;
  border: solid 2px #274cbf;
}

.overview .btn-border:hover {
  border: solid 2px #2646a7;
  background: #2646a7;
}

.btn-white-sm-outline:hover {
  background: #2646a7;
  border: solid 1px #2646a7;
}

.btn-white-lg-outline:hover {
  background: #2646a7;
  border: solid 2px #2646a7;
}

.btn-color {
  background: #274cbf;
  border-color: #274cbf;
}

.btn-color:hover {
  background: #2646a7;
  border-color: #2646a7;
}

.btn-color:not([disabled]):not(.disabled).active, .btn-color:not([disabled]):not(.disabled):active, .show > .btn-color.dropdown-toggle {
  color: #fff;
  background-color: #2646a7;
  border-color: #2646a7;
  box-shadow: none;
}

.btn-theme-sm-outline {
  color: #2646a7 !important;
  border: solid 2px #2646a7;
}

.btn-theme-sm-outline:hover {
  background: #2646a7;
  border: solid 2px #2646a7;
}

.btn-border {
  color: #274cbf;
  border: solid 1px #274cbf;
}

.btn-border:not([disabled]):not(.disabled).active, .btn-border:not([disabled]):not(.disabled):active, .show > .btn-border.dropdown-toggle {
  color: #fff;
  background-color: #274cbf;
  border-color: #274cbf;
  box-shadow: none;
}

.leaflet-container a {
  color: #274cbf;
}

.btn-border:hover {
  color: #fff;
  border: solid 1px #2646a7;
  background: #2646a7;
}

.coming-soon-inner .btn, .coming-soon-inner .btn:hover, .coming-soon-inner .btn:active {
  background: #274cbf;
}

.megamenu-area .dropdown-item:hover {
  color: #274cbf;
}

.main-header .navbar-expand-lg .navbar-nav .active .nav-link {
  color: #274cbf !important;
  border-bottom: solid 2px #274cbf;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover {
  border-bottom: solid 2px #274cbf;
  color: #274cbf !important;
}

.main-header .dropdown-menu a:hover {
  background: transparent;
  color: #274cbf;
}

.sub-banner .breadcrumbs li a:hover {
  color: #274cbf;
}

.sub-banner-2 .breadcrumbs li a:hover {
  color: #274cbf;
}

.option-bar h4 {
  color: #274cbf;
}

.option-bar .heading-icon {
  background: #274cbf;
}

.option-bar h4 {
  color: #274cbf;
}

.option-bar .heading-icon .icon-design {
  color: #274cbf;
}

.change-view-btn {
  color: #274cbf;
  border: solid 1px #274cbf;
}

.active-view-btn {
  background: #274cbf;
  border: solid 1px #274cbf;
}

.change-view-btn:hover {
  border: solid 1px #274cbf;
  background: #274cbf;
}

.overlay-link:hover {
  background: #274cbf;
  border: 2px solid #274cbf;
}

.property-box .detail .title a {
  color: #274cbf;
}

.property-box-2 .detail h4 {
  color: #274cbf;
}

.property-box-3 h5 span {
  color: #274cbf;
}

.property-box-5 .detail .title a {
  color: #274cbf;
}

.services-info i {
  color: #274cbf;
}

.services-info-3 i {
  color: #274cbf;
}

.services-info-2 i {
  color: #274cbf;
}

.attachments a:hover {
  color: #274cbf;
}

.user-profile-box .detail ul li .active {
  color: #274cbf;
}

.user-profile-box .detail ul li a:hover {
  color: #274cbf;
}

.blog-2 .date-box {
  background: #274cbf;
}

.blog-3 .photo .date-box {
  background: #274cbf;
}

.services-info-5 i {
  color: #274cbf;
}

.blog-3 .date-box::after {
  border-left: 15px solid #274cbf;
}

.blog-2 .detail .post-meta span a i {
  color: #274cbf;
}

.blog-2 .date-box::after {
  border-right: 15px solid #274cbf;
}

.blog-2 .detail h3 a {
  color: #274cbf;
}

.faq-accordion .card-header:before {
  color: #274cbf;
}

.property-box-6 ul li i {
  color: #274cbf;
}

.intro-section {
  background: #274cbf;
}

.modal-left-content .control {
  background: #274cbf;
}

.modal-right-content .price {
  color: #274cbf;
}

.slick-dots li.slick-active {
  box-shadow: inset 0 0 0 6px #274cbf;
}

.slick-dots li:after {
  background-color: #274cbf;
}

.testimonial .carousel-indicators .active {
  background-color: #274cbf;
}

.carousel-indicators .active {
  background-color: #274cbf;
}

.pricing.featured .listing-badges .featured {
  background: #274cbf;
}

.pricing-3 .featured {
  color: #274cbf;
}

.pages-404 .pages-404-inner h5 {
  color: #274cbf;
}

.blog-1 .date-box {
  background: #274cbf;
}

.pagination > li > .active {
  background: #274cbf;
}

.pagination > li > a:hover {
  background: #274cbf;
}

.tags ul li a:hover {
  border: solid 1px #274cbf;
  background: #274cbf;
}

.latest-tweet p a {
  color: #274cbf;
}

.shop-box .shop-details h4 {
  color: #274cbf;
}

.form-check a {
  color: #274cbf;
}

.form-check a:hover {
  color: #2646a7;
}

.login-footer p a {
  color: #274cbf;
}

.login-footer p a:hover {
  color: #2646a7;
}

.property-box-7 .detail .title a {
  color: #274cbf;
}

.price-box span {
  color: #274cbf;
}

.listing-badges .featured {
  background: #274cbf;
}

.property-box-7 .footer ul li a:hover {
  color: #274cbf;
}

.about-text ul li i {
  color: #274cbf;
}

.amenities-box li i {
  color: #274cbf;
}

.features-opions ul li i {
  color: #274cbf;
}

.helping-center i {
  color: #274cbf;
}

.filteriz-navigation li:hover {
  color: #274cbf;
}

li.active.btn.filtr-button.filtr {
  color: #274cbf;
}

.view-all ul li a:hover {
  background: #274cbf;
}

.brand-box-2 h5 a {
  color: #274cbf;
}

.min-value {
  color: #274cbf;
}

.max-value {
  color: #274cbf;
}

.range-slider .ui-slider .ui-slider-handle {
  background: #274cbf;
}

.range-slider .ui-slider .ui-slider-handle {
  border: 2px solid #274cbf;
}

.range-slider .ui-widget-header {
  background-color: #274cbf;
}

.map-marker:hover {
  background-color: #274cbf;
  cursor: pointer;
}

.map-marker:hover:before {
  border-color: #274cbf transparent transparent transparent;
}

.map-marker.featured:hover {
  background-color: #274cbf;
}

.map-marker.featured:hover:before {
  border-color: #274cbf transparent transparent transparent;
}

.map-marker .icon {
  border: 3px solid #274cbf;
}

.marker-active .map-marker {
  background-color: #274cbf;
}

.marker-active .map-marker:before {
  border-color: #274cbf transparent transparent transparent;
}

.map-properties .address i {
  color: #274cbf;
}

.map-properties-btns .border-button-theme {
  color: #274cbf !important;
}

.map-properties-btns .border-button-theme:hover {
  color: #fff !important;
}

.map-properties .map-content h4 a {
  color: #274cbf;
}

.map-properties .map-properties-fetures span i {
  color: #274cbf;
}

.dropzone-design:hover {
  border: 2px dashed #274cbf;
}

.faq-accordion .card-header a:before {
  color: #274cbf;
}

/** MEDIA **/
@media (max-width: 992px) {
  .main-header .navbar-expand-lg .navbar-nav .active .nav-link {
    color: #274cbf !important;
  }
  .main-header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #274cbf !important;
  }
  .navbar-light .navbar-toggler {
    color: #274cbf;
  }
  .main-header .navbar-expand-lg .navbar-nav .active .nav-link {
    border-bottom: solid 1px #274cbf;
  }
  .main-header .navbar-expand-lg .navbar-nav .nav-link:hover {
    border-bottom: solid 1px #274cbf;
  }
}
@media (min-width: 991px) {
  .sticky-header .navbar-expand-lg .navbar-nav .active .nav-link {
    color: #fff !important;
    border-bottom: solid 2px transparent;
  }
  .sticky-header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #fff !important;
    border-bottom: solid 2px transparent;
    opacity: 0.8;
  }
  .header-shrink .navbar-expand-lg .navbar-nav .active .nav-link {
    color: #515151 !important;
  }
  .header-shrink .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #515151 !important;
  }
  .header-shrink .btn-white-sm-outline {
    color: #274cbf;
    border: solid 2px #274cbf;
  }
}
.main-header .logo {
  padding: 0 !important;
}
.main-header .logo img {
  height: 55px !important;
}

.logo img {
  height: 55px !important;
}

.volunteer-bg {
  background: rgba(0, 0, 0, 0.04) url(../img/slide-bg.jpg) top left repeat !important;
}

.event-bg {
  background: rgba(0, 0, 0, 0.04) url(../img/event-bg.jpg) top left repeat !important;
}

.landing-buttons {
  z-index: 100;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 10px;
  margin-top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.landing-buttons .landing-button {
  margin: 30px;
}
.landing-buttons .landing-button-icon {
  transform: scale(1) translateZ(0);
  transition: all 0.2s linear;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0);
}
.landing-buttons .landing-button-icon svg {
  height: 50px;
  transition: all 0.2s linear;
  fill: rgba(255, 255, 255, 0.8);
}
.landing-buttons .landing-button-text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8) !important;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}
.landing-buttons .landing-button:hover {
  cursor: pointer;
}
.landing-buttons .landing-button:hover-icon {
  background-color: rgba(0, 0, 0, 0.8);
}
.landing-buttons .landing-button:hover-icon svg {
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.9));
  transform: scale(1.15) translateY(-10px) translateZ(0);
  transition: all 0.2s linear;
  fill: #fff;
}

footer.footer {
  background: #1e3b95 !important;
}
footer.footer a {
  color: rgba(192, 204, 242, 0.8) !important;
}
footer.footer a:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}
footer.footer .link-wrapper {
  display: flex;
}
footer.footer .link-wrapper .links:first-child {
  margin-right: 20px;
}
footer.footer .footer-info {
  display: flex;
  flex-direction: column;
}
footer.footer .footer-info p {
  color: rgba(192, 204, 242, 0.8);
  line-height: 20px;
  font-size: 14px;
}
footer.footer .footer-info img {
  margin-top: auto;
  height: 60px;
  opacity: 0.8;
  width: 225px;
}
footer.footer h4 {
  color: rgba(200, 211, 244, 0.9) !important;
}
footer.footer h4:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 2px;
  width: 40px;
  background: #FFD801;
}
footer.footer .copy {
  background: #1a337f !important;
  border-top: solid 0px #274cbf;
}
footer.footer .copy .footer-inner {
  display: flex;
  padding: 6px 12px;
  color: rgba(150, 170, 233, 0.8);
  font-size: 13px;
}
footer.footer .copy .footer-inner .developer {
  margin-left: auto;
  color: rgba(150, 170, 233, 0.8);
}
footer.footer .copy .footer-inner .developer a {
  color: #eaeefb;
}
footer.footer .contact-info {
  display: flex;
  background: url(../img/footer-map.png) 5px center no-repeat;
}
footer.footer .contact-info ul {
  flex: 1;
}
footer.footer .contact-info ul li {
  padding-right: 20px;
  color: rgba(150, 170, 233, 0.8) !important;
}
footer.footer .social-list {
  margin-top: 5px !important;
}
footer.footer .social-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 1px rgba(150, 170, 233, 0.8);
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
footer.footer .social-list a:hover {
  border-color: #ffffff;
}
footer.footer .social-list a i {
  font-size: 16px;
}

.cooperator-section {
  background: #ffffff;
  padding: 40px 0 60px;
}
.cooperator-section .cooperator:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  height: 100%;
  width: 100px;
  z-index: 10;
  background: linear-gradient(to right, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0) 100%);
}
.cooperator-section .cooperator:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  height: 100%;
  width: 100px;
  z-index: 10;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 100%);
}
.cooperator-section .cooperator .coop-item a {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooperator-section .cooperator .coop-item a img {
  max-height: 100px;
  max-width: 90%;
  width: auto !important;
}

.special-header {
  text-align: center;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.special-header .special-title {
  font-family: "Philosopher", sans-serif;
  text-align: center;
  line-height: 1 !important;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  background-color: #fff;
  color: #555;
  z-index: 10;
  position: relative;
  padding: 0 15px;
  font-size: 30px;
}
.special-header .special-title.bg-grey {
  background-color: #FAFAFA;
}
.special-header:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  z-index: 1;
  background-color: #ddd;
}

.property-img {
  overflow: hidden;
  height: 200px;
}

.property-box .tag.featured {
  left: -3px !important;
  margin-top: 8px !important;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 6px 10px 4px 10px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 500;
  box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px 14px 14px 3px;
  font-style: italic;
}
.property-box .tag.featured.green {
  background-color: rgba(39, 186, 120, 0.99) !important;
}
.property-box .tag.featured.red {
  background-color: rgba(235, 77, 75, 0.99) !important;
}
.property-box .tag.featured.done {
  background-color: rgba(149, 175, 192, 0.99) !important;
}

.vol-description {
  font-size: 13px;
  line-height: 20px;
  color: #888888;
}

.blog-1 .thumb {
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #363636;
}
.blog-1 .date-box {
  background: rgba(39, 76, 191, 0.8);
}

.property-box ul li.description {
  line-height: 20px;
  font-size: 14px;
}

.app-section {
  background: #ffffff url(../img/app-bg.png) 50% 119% no-repeat;
  position: relative;
  padding: 40px 0;
}
.app-section .switchable__text {
  padding-top: 80px;
}
.app-section img {
  height: 400px;
}
.app-section .app a {
  border: solid 2px #6d798c;
  border-radius: 10px;
  padding: 5px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #57606f;
  margin: 20px 10px 0;
  transition: all 0.4s;
}
.app-section .app a img {
  height: 28px;
  margin-right: 10px;
}

.home-init {
  padding: 50px 0 30px;
}
.home-init .sidebar-title {
  color: #555;
  position: relative;
  margin-bottom: 40px;
}
.home-init .sidebar-title:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 3px;
  width: 30px;
  background: #274cbf;
  border-radius: 2px;
}
.home-init .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #ababab;
  padding-left: 0;
}
.home-init .nav-link.active {
  background: transparent;
  color: #274cbf;
}
.home-init .nav-link:hover {
  background: transparent;
  color: #274cbf;
}
.home-init .carousel-inner .carousel-item {
  height: 275px;
  overflow: hidden;
  border-radius: 5px;
}
.home-init .carousel-inner .carousel-item img {
  height: 275px;
  border-radius: 5px !important;
  width: auto;
}
.home-init .home-news-info {
  padding: 10px 0 0;
}
.home-init .home-news-info h5 {
  font-size: 16px;
  color: #274cbf;
  margin-bottom: 0;
}
.home-init .home-news-info p {
  color: #274cbf;
  font-size: 11px;
}
.home-init .home-news-info p i {
  margin-right: 5px;
}

.event-list .media {
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.event-list .media:last-child {
  border-bottom: 0;
}
.event-list .media > a {
  max-width: 100px;
  overflow: hidden;
  display: inline-flex;
  margin-right: 10px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
}
.event-list .media h5 {
  font-size: 14px;
}
.event-list .media h5:hover a {
  color: #274cbf;
}
.event-list img {
  height: 66px;
}
.event-list p {
  font-size: 11px;
  font-weight: 300;
}

.top-social {
  display: flex;
  flex-direction: column;
}
.top-social ul {
  display: flex;
  height: 60px;
  margin-bottom: 30px;
}
.top-social ul li {
  flex: 1;
  margin: 5px;
  margin-top: 0;
}
.top-social ul li:first-child {
  margin-left: 0;
}
.top-social ul li:last-child {
  margin-right: 0;
}
.top-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border-radius: 4px;
}
.top-social ul li a i {
  font-size: 30px;
  color: #ffffff;
}
.top-social ul li a.fb {
  background: #3B5997;
}
.top-social ul li a.tw {
  background: #3EB3E5;
}
.top-social ul li a.yt {
  background: #C63D2D;
}
.top-social iframe {
  max-width: 100% !important;
  border-radius: 4px;
}

footer.footer {
  background: #007fc2 !important;
}

footer.footer h4 {
  color: #ffffff !important;
}

footer.footer .footer-info p {
  color: #ffffff;
  line-height: 20px;
  font-size: 14px;
}

footer.footer a {
  color: #ffffff !important;
}

footer.footer .contact-info ul li {
  padding-right: 20px;
  color: #ffffff !important;
}

footer.footer .copy .footer-inner {
  display: flex;
  padding: 6px 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}

footer.footer .copy {
  background: #002f49 !important;
  border-top: solid 0px #274cbf;
}

footer.footer .copy .footer-inner .developer {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.8);
}

.special-header .special-title {
  font-family: "Philosopher", sans-serif;
  text-align: center;
  line-height: 1 !important;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  background-color: #FFF;
  color: #555;
  z-index: 10;
  position: relative;
  padding: 0 15px;
  font-size: 30px;
}

.special-header .special-title-gray {
  font-family: "Philosopher", sans-serif;
  text-align: center;
  line-height: 1 !important;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  background-color: #FAFAFA;
  color: #555;
  z-index: 10;
  position: relative;
  padding: 0 15px;
  font-size: 30px;
}

.services-info-2 i {
  color: #0285C9;
}

.sub-banner .breadcrumb-area h1 {
  margin: 0 0 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  color: #0085CA;
  font-size: 34px;
  letter-spacing: 2px;
}

.sub-banner .breadcrumb-area h1 {
  margin: 0 0 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  color: #0085CA;
  font-size: 34px;
  letter-spacing: 2px;
}

.sub-banner .breadcrumbs li a {
  color: #0085CA;
}

.sub-banner .breadcrumbs .active {
  margin-left: 5px;
  color: #0085CA;
}

.page-heading.volunteer-about-heading {
  background-color: #0085CA;
  position: relative;
}

.page-heading.volunteer-about-heading::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 350px;
  width: 1920px;
  background-image: url("/assets/youth/images/svg/page-heading-volunteer.svg");
}

.page-heading.volunteer-about-heading .breadcrumb-area .breadcrumbs {
  color: #0bc0d7;
}

.page-heading.volunteer-about-heading .breadcrumb-area .breadcrumbs a {
  color: #0bc0d7;
}

.dataform-body {
  flex: 1;
  overflow-x: hidden;
  padding: 0px;
}

h5.widget-heading {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1a57aa;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 28px;
}
h5.widget-heading::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  height: 2px;
  background-color: #FFD801;
  width: 40px;
}

.home-news-big-title {
  margin-top: 10px;
}
.home-news-big-title a {
  color: #0b2549;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: normal;
}
.home-news-big-title a:hover {
  color: #274cbf;
}

.home-online-lesson {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #F98012;
  background: rgba(249, 128, 18, 0.1);
  padding: 5px;
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  cursor: pointer;
}
.home-online-lesson-icon {
  width: 70px;
  margin-right: 10px;
}
.home-online-lesson-link h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: #F98012;
  padding-bottom: 6px;
}
.home-online-lesson-link p {
  font-family: "Roboto Condensed", Sans-Serif;
  font-size: 13px;
  line-height: 13px;
  color: #6b769d;
}

#msg {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
  transition: 0.25s ease-in-out;
}
#msg .error {
  color: #e74c3c;
}
#msg .success {
  color: #1abc9c;
}

.ivu-form .ivu-form-item-label {
  padding: 10px 10px 0 0 !important;
}

.ivu-form-item {
  margin-bottom: 14px !important;
}

.top-bar {
  background: #0085CA;
}
.top-bar-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.top-bar-container .slogan {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
}
.top-bar-container .top-bar-right {
  list-style: none;
  display: flex;
}
.top-bar-container .top-bar-right li {
  display: flex;
  align-items: center;
}
.top-bar-container .top-bar-right li a {
  padding: 6px 4px;
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.top-bar-container .top-bar-right li a i {
  margin-right: 4px;
  color: #7DB8FF;
  transition: color 300ms ease-in-out;
  font-size: 15px;
}
.top-bar-container .top-bar-right li a span {
  color: rgba(255, 255, 255, 0.8) !important;
  transition: color 300ms ease-in-out;
  font-size: 12px;
}
.top-bar-container .top-bar-right li a:hover i {
  color: white;
}
.top-bar-container .top-bar-right li a:hover span {
  color: #fcb040 !important;
}

.header {
  margin: 0;
  padding: 0;
  top: 0;
  position: sticky;
  width: 100%;
  background-color: white;
  z-index: 9999;
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
.header-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header-main .main-logo {
  margin: 12px 0;
}
.header-main .main-logo img {
  height: 55px;
  width: auto;
}
.header-main .main-menu {
  list-style: none;
  display: flex;
}
.header-main .main-menu .nav-item .nav-link {
  text-transform: uppercase;
  color: #0b2549;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  position: relative;
  padding: 10px 0;
  margin-left: 16px;
  transition: color 300ms ease;
}
.header-main .main-menu .nav-item .nav-link::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 0;
  left: 0;
  bottom: -4px;
  background: linear-gradient(to right, #0bc0d7 33%, #5197f6 33%, #5197f6 66%, #4323A7 66%);
  transition: all 500ms ease 0s;
}
.header-main .main-menu .nav-item .nav-link.volunteer.active {
  color: #4323A7;
}
.header-main .main-menu .nav-item .nav-link.volunteer.active::after {
  width: 100%;
}
.header-main .main-menu .nav-item .nav-link.part-time.active {
  color: #0B4F2C;
}
.header-main .main-menu .nav-item .nav-link.part-time.active::after {
  width: 100%;
  background: linear-gradient(to right, #99c7b5 33%, #338F6C 33%, #338F6C 66%, #0B4F2C 66%);
}
.header-main .main-menu .nav-item .nav-link.online-lesson.active {
  color: #5F58CC;
}
.header-main .main-menu .nav-item .nav-link.online-lesson.active::after {
  width: 100%;
  background: linear-gradient(to right, #CED5FC 33%, #9980FA 33%, #9980FA 66%, #5F58CC 66%);
}
.header-main .main-menu .nav-item .nav-link.legal.active {
  color: #b33939;
}
.header-main .main-menu .nav-item .nav-link.legal.active::after {
  width: 100%;
  background: linear-gradient(to right, #e8c3c3 33%, #e0afaf 33%, #e0afaf 66%, #992d34 66%);
}
.header-main .main-menu .nav-item .nav-link.news.active {
  color: #576574;
}
.header-main .main-menu .nav-item .nav-link.news.active::after {
  width: 100%;
  background: linear-gradient(to right, #C8D6E5 33%, #89939d 33%, #89939d 66%, #576574 66%);
}
.header-main .main-menu .nav-item .nav-link.event.active {
  color: #FED22B;
}
.header-main .main-menu .nav-item .nav-link.event.active::after {
  width: 100%;
  background: linear-gradient(to right, #FFE9E3 33%, #FED22B 33%, #FED22B 66%, #C45F3F 66%);
}
.header-main .main-menu .nav-item .nav-link.blog.active {
  color: #4380cc;
}
.header-main .main-menu .nav-item .nav-link.blog.active::after {
  width: 100%;
  background: linear-gradient(to right, #7DB8FF 33%, #54a0ff 33%, #54a0ff 66%, #4380cc 66%);
}
.header-main .main-menu .nav-item.has-sub {
  position: relative;
}
.header-main .main-menu .nav-item.has-sub ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  top: 50px;
  transition: all 300ms ease;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  z-index: 1;
}
.header-main .main-menu .nav-item.has-sub ul li {
  width: 210px;
  display: flex;
  border-bottom: 1px solid rgba(38, 125, 244, 0.3);
  transition: background-color 300ms ease;
  cursor: pointer;
  background-color: #fff;
}
.header-main .main-menu .nav-item.has-sub ul li a {
  -webkit-text-stroke: 0 transparent;
  text-transform: none;
  font-size: 14px;
  line-height: 32px;
  padding: 8px 10px 8px 16px;
  color: #267DF4;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  transition: color 300ms ease;
  width: 100%;
}
.header-main .main-menu .nav-item.has-sub ul li a.pod-cast-link {
  color: #00908c;
}
.header-main .main-menu .nav-item.has-sub ul li a.videos-link {
  color: #e84393;
}
.header-main .main-menu .nav-item.has-sub:hover ul {
  opacity: 1;
  visibility: visible;
}
.header-main .main-menu .nav-item:hover .nav-link {
  color: #274cbf;
}
.header-main .main-menu .nav-item:hover .nav-link::after {
  width: 100%;
}
.header-main .main-menu .nav-item:hover .nav-link.part-time {
  color: #0B4F2C;
}
.header-main .main-menu .nav-item:hover .nav-link.part-time::after {
  width: 100%;
  background: linear-gradient(to right, #99c7b5 33%, #338F6C 33%, #338F6C 66%, #0B4F2C 66%);
}
.header-main .main-menu .nav-item:hover .nav-link.online-lesson {
  color: #5F58CC;
}
.header-main .main-menu .nav-item:hover .nav-link.online-lesson::after {
  width: 100%;
  background: linear-gradient(to right, #CED5FC 33%, #9980FA 33%, #9980FA 66%, #5F58CC 66%);
}
.header-main .main-menu .nav-item:hover .nav-link.legal {
  color: #b33939;
}
.header-main .main-menu .nav-item:hover .nav-link.legal::after {
  width: 100%;
  background: linear-gradient(to right, #e8c3c3 33%, #e0afaf 33%, #e0afaf 66%, #992d34 66%);
}
.header-main .main-menu .nav-item:hover .nav-link.news {
  color: #576574;
}
.header-main .main-menu .nav-item:hover .nav-link.news::after {
  width: 100%;
  background: linear-gradient(to right, #C8D6E5 33%, #89939d 33%, #89939d 66%, #576574 66%);
}
.header-main .main-menu .nav-item:hover .nav-link.event {
  color: #FED22B;
}
.header-main .main-menu .nav-item:hover .nav-link.event::after {
  width: 100%;
  background: linear-gradient(to right, #FFE9E3 33%, #FED22B 33%, #FED22B 66%, #C45F3F 66%);
}
.header-main .main-menu .nav-item:hover .nav-link.blog {
  color: #4380cc;
}
.header-main .main-menu .nav-item:hover .nav-link.blog::after {
  width: 100%;
  background: linear-gradient(to right, #7DB8FF 33%, #54a0ff 33%, #54a0ff 66%, #4380cc 66%);
}
.header-main .btn-mobile-menu {
  display: flex;
  align-items: center;
}
.header-main .btn-mobile-menu i {
  font-size: 24px;
  color: #274cbf;
}

.profile-popover {
  padding: 0;
  top: 37px !important;
  z-index: 9999 !important;
  border: 1px solid rgba(64, 113, 143, 0.25) !important;
  box-shadow: 0 0 14px -3px rgba(64, 113, 143, 0.27) !important;
}
.profile-popover .header-profile {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.profile-popover .header-profile .header-profile-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #C8D6E5;
  padding: 8px;
}
.profile-popover .header-profile .header-profile-info .el-avatar {
  box-shadow: 0 0 14px -3px rgba(64, 113, 143, 0.27) !important;
}
.profile-popover .header-profile .header-profile-info .name-container {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
}
.profile-popover .header-profile .header-profile-info .name-container h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #3A55CE;
  text-shadow: 1px 1px 2px rgba(107, 118, 157, 0.5);
}
.profile-popover .header-profile .header-profile-info .name-container small {
  color: #3A55CE;
  font-size: 11px;
  font-weight: 400;
}
.profile-popover .header-profile ul {
  list-style: none;
  width: 100%;
  margin-bottom: 10px;
}
.profile-popover .header-profile ul li {
  position: relative;
  padding: 0 !important;
  float: left;
  width: 100%;
}
.profile-popover .header-profile ul li a {
  width: 100% !important;
  display: flex;
  align-items: center;
  padding: 0 16px;
  width: 200px;
  cursor: pointer;
  height: 42px;
  min-width: 42px;
}
.profile-popover .header-profile ul li a span {
  color: #212121 !important;
}
.profile-popover .header-profile ul li a:hover {
  background: #f4f5f6;
  outline: 0;
  text-decoration: none;
}
.profile-popover .popper__arrow {
  top: -7px !important;
  border-bottom-color: rgba(64, 113, 143, 0.25) !important;
  box-shadow: 0 0 14px -3px rgba(64, 113, 143, 0.27) !important;
}
.profile-popover .popper__arrow::after {
  border-bottom-color: #C8D6E5 !important;
}

.offcanvas-template .crud-page-header {
  display: none;
}
.offcanvas-template .crud-page-body {
  overflow: auto !important;
  position: initial;
  height: auto;
}

.paperModalBox {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.paperModalBox .modal-page-header {
  display: flex;
  align-items: center;
  position: relative;
  height: 56px;
  cursor: move;
  border-bottom: solid 1px #dedede !important;
}
.paperModalBox .modal-page-header .left-actions {
  flex: 1;
  padding-left: 20px;
}
.paperModalBox .modal-page-header .left-actions h3.modal-page-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  color: #dc3545;
}
.paperModalBox .modal-page-header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 100%;
}
.paperModalBox .modal-page-header-actions .custom-actions {
  display: flex;
  align-items: center;
}
.paperModalBox .modal-page-header-actions .custom-actions .ivu-form-item {
  margin-bottom: 0;
}
.paperModalBox .modal-page-header-actions .default-actions {
  display: flex;
  align-items: center;
  margin-left: 10px;
  height: 100%;
}
.paperModalBox .modal-page-header-actions .default-actions .action-msg {
  padding: 0 5px;
  font-size: 12px;
}
.paperModalBox .modal-page-header-actions .default-actions .action-msg.success {
  color: #1abc9c;
}
.paperModalBox .modal-page-header-actions .default-actions a {
  color: #454545;
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: solid 1px #dedede;
}
.paperModalBox .modal-page-header-actions .default-actions a i {
  font-size: 17px;
}
.paperModalBox .modal-page-header-actions .default-actions a:hover {
  background: #fafafa;
  color: #dc3545 !important;
}
.paperModalBox .modal-page-header-actions .default-actions a.disabled {
  color: #999999;
}
.paperModalBox .modal-page-header-actions .default-actions a.disabled:hover {
  cursor: not-allowed;
}
.paperModalBox .with-content-center {
  display: flex;
  justify-content: center;
}
.paperModalBox .modal-page-body {
  flex: 1;
  height: calc(100% - 56px);
  overflow-y: auto;
  background: #f1f1f1;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.paperModalBox .modal-page-body .modal-body-container {
  margin-top: 15px;
  width: 600px;
}
.paperModalBox .modal-page-body .modal-body-container .modal-body-container-title {
  padding: 10px 0;
}
.paperModalBox .modal-page-body .modal-body-container .modal-body-container-body {
  background-color: white;
  border-radius: 5px;
  padding: 20px;
  margin: 20px;
}

.page-list-fullwidth {
  background: rgba(38, 125, 244, 0.05);
  padding: 60px 0;
}

.page-heading.blog-heading {
  background-color: #54a0ff;
  position: relative;
}
.page-heading.blog-heading::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 350px;
  width: 1920px;
  background-image: url("/assets/youth/images/svg/page-heading-blog.svg");
}
.page-heading.blog-heading .breadcrumb-area .breadcrumbs {
  color: #ffef69;
}
.page-heading.blog-heading .breadcrumb-area .breadcrumbs a {
  color: #ffef69;
}

.blog-list {
  border: 1px solid rgba(64, 113, 143, 0.25);
  border-radius: 6px;
  box-shadow: 0 0 14px -3px rgba(64, 113, 143, 0.27);
  margin: 0 0 30px 0;
  background: #ffffff;
  transition: all 200ms ease;
  min-height: 225px;
}
.blog-list .photo {
  position: relative;
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-image: var(--org-logo);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.blog-list .photo.no-image {
  background-image: url("/assets/youth/images/svg/no-image-organization.svg");
}
.blog-list .photo .social-list {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 14px 10px;
  text-align: center;
  border-bottom-left-radius: 5px;
  background: rgba(38, 125, 244, 0.6);
  transition: all 200ms ease;
}
.blog-list .photo .social-list ul li {
  list-style: none;
  display: inline-block;
}
.blog-list .photo .social-list ul li a {
  margin: 0 10px;
  color: #fff;
}
.blog-list .details {
  padding: 20px 20px 0 20px;
  position: relative;
  height: 100%;
}
.blog-list .details h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #1a57aa;
}
.blog-list .details .contact {
  margin-top: 15px;
}
.blog-list .details .contact ul li {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
  margin-bottom: 8px;
}
.blog-list .details .contact ul li img {
  width: 30px;
  margin-right: 8px;
}
.blog-list .details .contact ul li .blog-contact-item {
  display: flex;
  flex-direction: column;
}
.blog-list .details .contact ul li .blog-contact-item-title {
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
}
.blog-list .details .contact ul li .blog-contact-item-value {
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
  color: #6b769d;
}
.blog-list .details .contact ul li .blog-contact-item-value.no-data {
  font-style: italic;
  font-size: 12px;
  font-weight: 400;
  color: #6b769d;
}
.blog-list .details .contact ul li .blog-contact-item-value:hover {
  color: #267DF4;
}
.blog-list:hover {
  border-color: rgba(38, 125, 244, 0.5);
  box-shadow: 0 3px 8px 0 rgba(189, 216, 251, 0.9);
}
.blog-list:hover .photo .social-list {
  background: rgba(22, 75, 146, 0.6);
}

.blog-detail {
  border: 1px solid rgba(64, 113, 143, 0.25);
  border-radius: 6px;
  box-shadow: 0 0 14px -3px rgba(64, 113, 143, 0.27);
  margin: 0 0 30px 0;
  background: #ffffff;
  transition: all 200ms ease;
  min-height: 225px;
}
.blog-detail .photo {
  position: relative;
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-image: var(--org-logo);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.blog-detail .photo.no-image {
  background-image: url("/assets/youth/images/svg/no-image-organization.svg");
}
.blog-detail .photo .social-list {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 10px;
  text-align: center;
  border-bottom-left-radius: 5px;
  background: rgba(38, 125, 244, 0.6);
  transition: all 200ms ease;
}
.blog-detail .photo .social-list ul li {
  list-style: none;
  display: inline-block;
}
.blog-detail .photo .social-list ul li a {
  margin: 0 10px;
  color: #FFD801;
  font-size: 18px;
}
.blog-detail .details {
  padding: 20px 20px 0 20px;
  position: relative;
  height: 100%;
}
.blog-detail .details h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #1a57aa;
}
.blog-detail .details .company-brief-info {
  margin-top: 20px;
}
.blog-detail .details .company-brief-info ul {
  margin-bottom: 20px;
}
.blog-detail .details .company-brief-info ul li {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
  margin-bottom: 14px;
}
.blog-detail .details .company-brief-info ul li img {
  width: 32px;
  margin-right: 14px;
}
.blog-detail .details .company-brief-info ul li .blog-contact-item {
  display: flex;
  flex-direction: column;
}
.blog-detail .details .company-brief-info ul li .blog-contact-item-title {
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
}
.blog-detail .details .company-brief-info ul li .blog-contact-item-value {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: #1a57aa;
}
.blog-detail .details .company-brief-info ul li .blog-contact-item-value.no-data {
  font-style: italic;
  font-weight: 400;
  color: #6b769d;
}
.blog-detail .details .contact {
  margin-top: 15px;
}
.blog-detail .details .contact ul li {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  margin-bottom: 12px;
}
.blog-detail .details .contact ul li img {
  width: 30px;
  margin-right: 14px;
}
.blog-detail .details .contact ul li .blog-contact-item {
  display: flex;
  flex-direction: column;
}
.blog-detail .details .contact ul li .blog-contact-item-title {
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
}
.blog-detail .details .contact ul li .blog-contact-item-value {
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
  color: #6b769d;
}
.blog-detail .details .contact ul li .blog-contact-item-value:hover {
  color: #267DF4;
}
.blog-detail:hover {
  border-color: rgba(38, 125, 244, 0.5);
  box-shadow: 0 3px 8px 0 rgba(189, 216, 251, 0.9);
  background-color: rgba(255, 255, 255, 0.5);
}

.blog-tabs {
  background-color: #ffffff;
  box-shadow: 0 0 14px -3px rgba(64, 113, 143, 0.27);
  border: 1px solid rgba(64, 113, 143, 0.25);
  transition: all 200ms ease;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.blog-tabs .el-tabs__header {
  background-color: white;
}
.blog-tabs .el-tabs__active-bar {
  display: none;
}
.blog-tabs .el-tabs__nav {
  width: 100%;
}
.blog-tabs .el-tabs__item {
  transition: all 300ms ease;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  width: 25%;
}
.blog-tabs .el-tabs__item .tab-header {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
  line-height: inherit;
  position: relative;
}
.blog-tabs .el-tabs__item .tab-header span {
  color: #1a57aa;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 300ms ease;
  z-index: 2;
}
.blog-tabs .el-tabs__item .tab-header .tabs-svg {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  fill: #d3e5fc;
  opacity: 0.6;
  transition: all 300ms ease;
  z-index: 1;
}
.blog-tabs .el-tabs__item.is-active {
  background-image: linear-gradient(130deg, #267DF4, rgba(38, 125, 244, 0.55));
  padding: 0 10px;
}
.blog-tabs .el-tabs__item.is-active .tab-header {
  position: relative;
}
.blog-tabs .el-tabs__item.is-active .tab-header .tabs-svg {
  fill: #d3e5fc;
  opacity: 0.4;
}
.blog-tabs .el-tabs__item.is-active .tab-header span {
  color: white;
}
.blog-tabs .el-tabs__item.is-active .tab-header span::first-letter {
  color: #FFD801;
}
.blog-tabs .el-tabs__item.is-active::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  opacity: 1;
  transition: all 300ms ease;
  background-color: #FFD801;
}
.blog-tabs .el-tabs__item.is-active:hover p {
  color: #1e64c3;
}
.blog-tabs .el-tabs__item.is-top:last-child {
  padding-right: 20px;
}
.blog-tabs .el-tabs__item.is-top:nth-child(2) {
  padding-left: 10px;
}
.blog-tabs .el-tabs__item::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFD801;
  height: 2px;
  opacity: 0;
  transition: all 300ms ease;
}
.blog-tabs .el-tabs__item:hover p .tabs-svg {
  opacity: 1;
}
.blog-tabs .el-tabs__item:hover p span {
  color: #267DF4;
}
.blog-tabs .el-tabs__item:hover::after {
  opacity: 1;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content {
  padding: 20px 30px 10px 30px;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-item {
  background-color: #ffffff;
  border: 1px solid rgba(38, 125, 244, 0.2);
  border-radius: 4px;
  transition: all 300ms ease;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-item-title {
  width: 30%;
  min-height: 100px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin: 20px 0;
  border-right: 2px solid #FFD801;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-item-title img, .blog-tabs .el-tabs__content .el-tab-pane .tab-content-item-title svg {
  margin-bottom: 10px;
  width: 60px;
  height: 60px;
  fill: #267DF4;
  opacity: 0.7;
  transition: all 300ms ease;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-item-title span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #6b769d;
  text-align: center;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-item-content {
  width: 70%;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #6b769d;
  padding: 20px;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-item-content.no-data {
  font-style: italic;
  color: #6b769d;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-item:hover {
  border: 1px solid rgba(38, 125, 244, 0.5);
  box-shadow: 0 2px 15px rgba(38, 125, 244, 0.2);
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-item:hover .tab-content-item-title img, .blog-tabs .el-tabs__content .el-tab-pane .tab-content-item:hover .tab-content-item-title svg {
  opacity: 1;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content .org-news-list {
  display: flex;
  flex-direction: column;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content .org-news-list-container {
  display: flex;
  background-color: #ffffff;
  border: 1px solid rgba(38, 125, 244, 0.2);
  border-radius: 4px;
  transition: all 300ms ease;
  margin-bottom: 20px;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content .org-news-list-container .org-news-list-img {
  width: 200px;
  height: auto;
  margin-right: 20px;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content .org-news-list-container .org-news-list-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  font-family: "Roboto", sans-serif;
  padding: 20px 20px 20px 0;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content .org-news-list-container .org-news-list-content .org-news-list-title {
  font-size: 14px;
  font-weight: 500;
  color: #0f3261;
  line-height: 16px;
  margin-bottom: 10px;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content .org-news-list-container .org-news-list-content .org-news-list-description {
  color: #6b769d;
  font-size: 13px;
  line-height: 20px;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content .org-news-list-container .org-news-list-content .org-news-list-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content .org-news-list-container .org-news-list-content .org-news-list-meta .published-at {
  display: flex;
  align-items: center;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content .org-news-list-container .org-news-list-content .org-news-list-meta .published-at i {
  margin-right: 4px;
  color: #0f3261;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content .org-news-list-container .org-news-list-content .org-news-list-meta .published-at span {
  color: #267DF4;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content .org-news-list-container:hover {
  border: 1px solid rgba(38, 125, 244, 0.5);
  box-shadow: 0 2px 15px rgba(38, 125, 244, 0.2);
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-volunteer {
  display: flex;
  background-color: #ffffff;
  border: 1px solid rgba(38, 125, 244, 0.2);
  border-radius: 4px;
  transition: all 300ms ease;
  margin-bottom: 20px;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-volunteer-img {
  width: 240px;
  height: auto;
  margin-right: 20px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-volunteer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
  font-family: "Roboto", sans-serif;
  padding: 20px 20px 20px 0;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-volunteer-content-title {
  font-size: 14px;
  font-weight: 500;
  color: #0f3261;
  line-height: 16px;
  margin-bottom: 10px;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-volunteer-content-description {
  color: #6b769d;
  font-size: 13px;
  line-height: 20px;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-volunteer-content-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-volunteer-content-meta .published-at {
  display: flex;
  align-items: center;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-volunteer-content-meta .published-at i {
  margin-right: 4px;
  color: #0f3261;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-volunteer-content-meta .published-at span {
  color: #267DF4;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-volunteer:hover {
  border: 1px solid rgba(38, 125, 244, 0.5);
  box-shadow: 0 2px 15px rgba(38, 125, 244, 0.2);
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-part-time-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
  font-family: "Roboto", sans-serif;
  padding: 20px;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-part-time-content-title {
  font-size: 14px;
  font-weight: 500;
  color: #0f3261;
  line-height: 16px;
  margin-bottom: 10px;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-part-time-content-description {
  color: #6b769d;
  font-size: 13px;
  line-height: 20px;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-part-time-content-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-part-time-content-meta .published-at {
  display: flex;
  align-items: center;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-part-time-content-meta .published-at i {
  margin-right: 4px;
  color: #0f3261;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-part-time-content-meta .published-at span {
  color: #267DF4;
}
.blog-tabs .el-tabs__content .el-tab-pane .tab-content-part-time:hover {
  border: 1px solid rgba(38, 125, 244, 0.5);
  box-shadow: 0 2px 15px rgba(38, 125, 244, 0.2);
}
.blog-tabs:hover {
  border-color: rgba(38, 125, 244, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 8px 0 rgba(189, 216, 251, 0.9);
}

.org-contact-info {
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid rgba(64, 113, 143, 0.25);
  border-radius: 6px;
  box-shadow: 0 0 14px -3px rgba(64, 113, 143, 0.27);
  margin-bottom: 30px;
  transition: all 300ms ease;
}
.org-contact-info .contact {
  margin-top: 15px;
}
.org-contact-info .contact ul li {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  margin-bottom: 12px;
}
.org-contact-info .contact ul li img {
  width: 30px;
  margin-right: 14px;
}
.org-contact-info .contact ul li .blog-contact-item {
  display: flex;
  flex-direction: column;
}
.org-contact-info .contact ul li .blog-contact-item-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #1a57aa;
}
.org-contact-info .contact ul li .blog-contact-item-value {
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  color: #6b769d;
}
.org-contact-info .contact ul li .blog-contact-item-value.no-data {
  color: #6b769d;
  font-style: italic;
  font-weight: 400;
}
.org-contact-info .contact ul li .blog-contact-item-value:hover {
  color: #267DF4;
}
.org-contact-info .contact ul li:last-child {
  margin-bottom: 0;
}
.org-contact-info:hover {
  border-color: rgba(38, 125, 244, 0.5);
  box-shadow: 0 3px 8px 0 rgba(189, 216, 251, 0.9);
  background-color: rgba(255, 255, 255, 0.5);
}

.page-heading.volunteer-heading {
  background-color: #4323A7;
  position: relative;
}
.page-heading.volunteer-heading::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 350px;
  width: 1920px;
  background-image: url("/assets/youth/images/svg/page-heading-volunteer.svg");
}
.page-heading.volunteer-heading .breadcrumb-area .breadcrumbs {
  color: #0bc0d7;
}
.page-heading.volunteer-heading .breadcrumb-area .breadcrumbs a {
  color: #0bc0d7;
}

.list-option-bar.volunteer {
  border-color: rgba(67, 35, 167, 0.3);
  box-shadow: 0 3px 8px 0 rgba(67, 35, 167, 0.2);
}
.list-option-bar.volunteer .list-option-bar-title-icon {
  background: #4323a7;
}
.list-option-bar.volunteer .list-option-bar-title-icon svg {
  fill: #0bc0d7;
}
.list-option-bar.volunteer .list-option-bar-title-text span {
  color: rgba(67, 35, 167, 0.85);
}
.list-option-bar.volunteer .list-option-bar-title-text .total-item {
  color: #0bc0d7;
}
.list-option-bar.volunteer .list-option-bar-select .select-area .select-location.volunteer .el-input__inner {
  border-color: rgba(67, 35, 167, 0.3);
  color: #0bc0d7;
}
.list-option-bar.volunteer .list-option-bar-select .select-area .select-location.volunteer .el-input__inner:focus {
  border-color: #4323a7;
}
.list-option-bar.volunteer .list-option-bar-select .select-area .select-location.volunteer .el-input__inner::-moz-placeholder {
  color: #0bc0d7;
}
.list-option-bar.volunteer .list-option-bar-select .select-area .select-location.volunteer .el-input__inner::placeholder {
  color: #0bc0d7;
}
.list-option-bar.volunteer .list-option-bar-select .select-area .select-location.volunteer .el-input__inner:-ms-input-placeholder {
  color: #0bc0d7;
}
.list-option-bar.volunteer .list-option-bar-select .select-area .select-location.volunteer .el-input__inner::-moz-placeholder {
  color: #0bc0d7;
}
.list-option-bar.volunteer .list-option-bar-select .select-area .select-location.volunteer .el-input__inner::-webkit-input-placeholder {
  color: #0bc0d7;
}
.list-option-bar.volunteer .list-option-bar-select .select-area .select-location.volunteer .el-input .el-select__caret {
  color: rgba(67, 35, 167, 0.3);
  transition: color 300ms ease;
}
.list-option-bar.volunteer .list-option-bar-select .select-area .select-location.volunteer:hover .el-input__inner {
  border-color: rgba(67, 35, 167, 0.7);
}
.list-option-bar.volunteer .list-option-bar-select .select-area .select-location.volunteer:hover .el-input .el-select__caret {
  color: rgba(67, 35, 167, 0.7);
}
.list-option-bar.volunteer .list-option-bar-select .change-layout .change-layout-btn {
  color: #4323A7;
  border-color: #4323A7;
}
.list-option-bar.volunteer .list-option-bar-select .change-layout .change-layout-btn:hover {
  background: rgba(67, 35, 167, 0.8);
  color: white;
}
.list-option-bar.volunteer .list-option-bar-select .change-layout .active-layout-btn {
  background: rgba(67, 35, 167, 0.8);
  border: 1px solid #4323A7;
  color: #FFD801;
}
.list-option-bar.volunteer:hover {
  border-color: rgba(67, 35, 167, 0.6);
}
.list-option-bar.volunteer:hover .list-option-bar-title-icon svg {
  fill: #FFD801;
}

.select-location-popper.volunteer .el-select-dropdown__item {
  color: #6b769d;
}
.select-location-popper.volunteer .el-select-dropdown__item.selected {
  color: rgba(67, 35, 167, 0.8);
}
.select-location-popper.volunteer .el-select-dropdown__item:hover {
  color: #4323a7;
  background-color: rgba(11, 192, 215, 0.2);
}

.no-item.volunteer .no-item-text p {
  color: #4323A7;
}

.list-box.volunteer {
  border-color: rgba(67, 35, 167, 0.3);
}
.list-box.volunteer .list-box-img .list-box-overlay {
  background: rgba(67, 35, 167, 0.9);
}
.list-box.volunteer .list-box-detail .title {
  color: rgba(67, 35, 167, 0.9);
}
.list-box.volunteer .list-box-detail .description {
  border-left-color: #0bc0d7;
}
.list-box.volunteer .list-box-meta .reg-time i, .list-box.volunteer .list-box-meta .created-at i, .list-box.volunteer .list-box-meta .user-link i {
  color: #0bc0d7;
}
.list-box.volunteer .list-box-meta .reg-time span, .list-box.volunteer .list-box-meta .created-at span, .list-box.volunteer .list-box-meta .user-link span {
  color: rgba(67, 35, 167, 0.9);
}
.list-box.volunteer:hover {
  border-color: rgba(67, 35, 167, 0.6);
  box-shadow: 0 3px 8px 0 rgba(67, 35, 167, 0.2);
}
.list-box.volunteer:hover .list-box-img-thumbnail .list-box-overlay .overlay-link:hover {
  color: #4323A7;
}

.list-box-list.volunteer {
  border-color: rgba(67, 35, 167, 0.3);
}
.list-box-list.volunteer .list-box-img .list-box-overlay {
  background: rgba(67, 35, 167, 0.9);
}
.list-box-list.volunteer .list-box-content .list-box-detail .title {
  color: rgba(67, 35, 167, 0.9);
}
.list-box-list.volunteer .list-box-content .list-box-detail .description {
  border-left-color: #0bc0d7;
}
.list-box-list.volunteer .list-box-content .list-box-meta .reg-time i, .list-box-list.volunteer .list-box-content .list-box-meta .created-at i, .list-box-list.volunteer .list-box-content .list-box-meta .user-link i {
  color: #0bc0d7;
}
.list-box-list.volunteer .list-box-content .list-box-meta .reg-time span, .list-box-list.volunteer .list-box-content .list-box-meta .created-at span, .list-box-list.volunteer .list-box-content .list-box-meta .user-link span {
  color: rgba(67, 35, 167, 0.9);
}
.list-box-list.volunteer .list-box-content .list-box-meta .read-more-link.volunteer span, .list-box-list.volunteer .list-box-content .list-box-meta .read-more-link.volunteer i {
  color: rgba(67, 35, 167, 0.8);
}
.list-box-list.volunteer .list-box-content .list-box-meta .read-more-link.volunteer::after {
  background-color: #0bc0d7;
}
.list-box-list.volunteer:hover {
  border-color: rgba(67, 35, 167, 0.6);
  box-shadow: 0 3px 8px 0 rgba(67, 35, 167, 0.2);
}
.list-box-list.volunteer:hover .list-box-img-thumbnail .list-box-overlay .overlay-link:hover {
  color: #4323A7;
}

.paginate-youth.volunteer.is-background .el-pagination__sizes .el-input__inner {
  color: #0bc0d7;
  border-color: rgba(67, 35, 167, 0.4);
}
.paginate-youth.volunteer.is-background .el-pagination__sizes .el-input__inner:focus {
  border-color: #4323a7;
}
.paginate-youth.volunteer.is-background .el-pagination__sizes .el-select__caret {
  color: rgba(67, 35, 167, 0.3);
}
.paginate-youth.volunteer.is-background .el-pagination__sizes:hover .el-input__inner {
  border-color: rgba(67, 35, 167, 0.7);
}
.paginate-youth.volunteer.is-background .el-pagination__sizes:hover .el-select__caret {
  color: rgba(67, 35, 167, 0.7);
}
.paginate-youth.volunteer.is-background .el-pager li {
  border-color: rgba(67, 35, 167, 0.4);
  color: #4323A7;
}
.paginate-youth.volunteer.is-background .el-pager li:not(.disabled).active {
  background-color: #4323A7;
  color: #0bc0d7;
}
.paginate-youth.volunteer.is-background .el-pager li:not(.disabled):hover {
  background-color: rgba(67, 35, 167, 0.8);
  color: white;
}
.paginate-youth.volunteer.is-background .btn-next, .paginate-youth.volunteer.is-background .btn-prev {
  border-color: rgba(67, 35, 167, 0.4);
  color: #0bc0d7;
}
.paginate-youth.volunteer.is-background .btn-next:hover, .paginate-youth.volunteer.is-background .btn-prev:hover {
  background-color: rgba(67, 35, 167, 0.7);
  color: #0bc0d7;
}
.paginate-youth.volunteer.is-background .btn-prev:disabled, .paginate-youth.volunteer.is-background .btn-next:disabled {
  border-color: rgba(67, 35, 167, 0.3);
  background-color: rgba(67, 35, 167, 0.1);
  color: #0bc0d7;
}
.paginate-youth.volunteer.is-background .el-pagination__jump .el-input__inner {
  color: #0bc0d7;
  border-color: rgba(67, 35, 167, 0.4);
}
.paginate-youth.volunteer.is-background .el-pagination__jump .el-input__inner:focus {
  border-color: #4323a7;
}
.paginate-youth.volunteer.is-background .el-pagination__jump:hover .el-input__inner {
  border-color: rgba(67, 35, 167, 0.7);
}

.page-heading.part-time-heading {
  background-color: #338F6C;
  position: relative;
}
.page-heading.part-time-heading::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 350px;
  width: 1920px;
  background-image: url("/assets/youth/images/svg/page-heading-part-time.svg");
}
.page-heading.part-time-heading .breadcrumb-area .breadcrumbs {
  color: #F7E2CA;
}
.page-heading.part-time-heading .breadcrumb-area .breadcrumbs a {
  color: #F7E2CA;
}

.list-option-bar.part-time {
  border-color: rgba(51, 143, 108, 0.3);
  box-shadow: 0 3px 8px 0 rgba(51, 143, 108, 0.2);
}
.list-option-bar.part-time .list-option-bar-title-icon {
  background: #338f6c;
}
.list-option-bar.part-time .list-option-bar-title-icon svg {
  fill: #F7E2CA;
}
.list-option-bar.part-time .list-option-bar-title-text span {
  color: rgba(51, 143, 108, 0.9);
}
.list-option-bar.part-time .list-option-bar-title-text .total-item {
  color: #bba36e;
}
.list-option-bar.part-time .list-option-bar-select .select-area .select-location.part-time .el-input__inner {
  border-color: rgba(51, 143, 108, 0.4);
  color: #bba36e;
}
.list-option-bar.part-time .list-option-bar-select .select-area .select-location.part-time .el-input__inner:focus {
  border-color: #338f6c;
}
.list-option-bar.part-time .list-option-bar-select .select-area .select-location.part-time .el-input__inner::-moz-placeholder {
  color: #bba36e;
}
.list-option-bar.part-time .list-option-bar-select .select-area .select-location.part-time .el-input__inner::placeholder {
  color: #bba36e;
}
.list-option-bar.part-time .list-option-bar-select .select-area .select-location.part-time .el-input__inner::-moz-placeholder {
  color: #bba36e;
}
.list-option-bar.part-time .list-option-bar-select .select-area .select-location.part-time .el-input__inner::-webkit-input-placeholder {
  color: #bba36e;
}
.list-option-bar.part-time .list-option-bar-select .select-area .select-location.part-time .el-input .el-select__caret {
  color: rgba(51, 143, 108, 0.4);
}
.list-option-bar.part-time .list-option-bar-select .select-area .select-location.part-time:hover .el-input__inner {
  border-color: #338f6c;
}
.list-option-bar.part-time .list-option-bar-select .select-area .select-location.part-time:hover .el-input .el-select__caret {
  color: #338f6c;
}
.list-option-bar.part-time .list-option-bar-select .change-layout .change-layout-btn {
  color: #338F6C;
  border-color: #338F6C;
}
.list-option-bar.part-time .list-option-bar-select .change-layout .change-layout-btn:hover {
  background: rgba(51, 143, 108, 0.8);
  color: white;
}
.list-option-bar.part-time .list-option-bar-select .change-layout .active-layout-btn {
  background: rgba(51, 143, 108, 0.8);
  border-color: #338F6C;
  color: #FFD801;
}
.list-option-bar.part-time:hover {
  border-color: #338f6c;
}
.list-option-bar.part-time:hover .list-option-bar-title-icon svg {
  fill: #FFD801;
}

.select-location-popper.part-time .el-select-dropdown__item {
  color: #6b769d;
}
.select-location-popper.part-time .el-select-dropdown__item.selected {
  color: rgba(51, 143, 108, 0.8);
}
.select-location-popper.part-time .el-select-dropdown__item:hover {
  color: #338f6c;
  background-color: rgba(11, 192, 215, 0.1);
}

.no-item.part-time .no-item-text p {
  color: #338F6C;
}

.list-box.part-time {
  border-color: rgba(51, 143, 108, 0.3);
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 20px;
}
.list-box.part-time .part-time-title {
  width: 150px;
  min-height: 100px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin: 20px 0;
  border-right: 2px solid #FFD801;
}
.list-box.part-time .part-time-title img, .list-box.part-time .part-time-title svg {
  margin-bottom: 10px;
  width: 60px;
  height: 60px;
  fill: #338F6C;
  opacity: 0.7;
  transition: all 300ms ease;
}
.list-box.part-time .part-time-title span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #bba36e;
  text-align: center;
}
.list-box.part-time .part-time-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
  font-family: "Roboto", sans-serif;
  padding: 20px;
}
.list-box.part-time .part-time-content-title {
  font-size: 14px;
  font-weight: 500;
  color: #338F6C;
  line-height: 16px;
  margin-bottom: 10px;
}
.list-box.part-time .part-time-content-description {
  color: #6b769d;
  font-size: 13px;
  line-height: 20px;
}
.list-box.part-time .part-time-content-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.list-box.part-time .part-time-content-meta .published-at {
  display: flex;
  align-items: center;
}
.list-box.part-time .part-time-content-meta .published-at i {
  margin-right: 4px;
  color: #bba36e;
}
.list-box.part-time .part-time-content-meta .published-at span {
  color: #338F6C;
}
.list-box.part-time .part-time-content-meta .read-more-link {
  display: flex;
  align-items: center !important;
  margin-right: 10px;
  color: #338F6C;
  position: relative;
}
.list-box.part-time .part-time-content-meta .read-more-link i {
  margin-left: 2px;
}
.list-box.part-time .part-time-content-meta .read-more-link span {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  transition: color 250ms ease;
}
.list-box.part-time .part-time-content-meta .read-more-link::after {
  position: absolute;
  content: "";
  bottom: -1px;
  height: 2px;
  width: 20px;
  background-color: #FFD801;
  transition: width 250ms ease;
}
.list-box.part-time .part-time-content-meta .read-more:hover .read-more-link span {
  color: #0B4F2C;
}
.list-box.part-time .part-time-content-meta .read-more:hover .read-more-link::after {
  width: 100%;
}
.list-box.part-time.detail {
  padding: 20px;
}
.list-box.part-time:hover {
  border-color: rgba(51, 143, 108, 0.6);
  box-shadow: 0 3px 8px 0 rgba(51, 143, 108, 0.2);
}
.list-box.part-time:hover .part-time-content-item-title img, .list-box.part-time:hover .part-time-content-item-title svg {
  opacity: 1;
}

.paginate-youth.part-time.is-background .el-pagination__sizes .el-input__inner {
  color: #bba36e;
  border-color: rgba(51, 143, 108, 0.4);
}
.paginate-youth.part-time.is-background .el-pagination__sizes .el-input__inner:focus {
  border-color: #338f6c;
}
.paginate-youth.part-time.is-background .el-pagination__sizes .el-select__caret {
  color: rgba(67, 35, 167, 0.3);
}
.paginate-youth.part-time.is-background .el-pagination__sizes:hover .el-input__inner {
  border-color: rgba(51, 143, 108, 0.9);
}
.paginate-youth.part-time.is-background .el-pagination__sizes:hover .el-select__caret {
  color: rgba(51, 143, 108, 0.9);
}
.paginate-youth.part-time.is-background .el-pager li {
  border-color: rgba(51, 143, 108, 0.4);
  color: #338F6C;
}
.paginate-youth.part-time.is-background .el-pager li:not(.disabled).active {
  background-color: #338F6C;
  color: white;
}
.paginate-youth.part-time.is-background .el-pager li:not(.disabled):hover {
  background-color: rgba(51, 143, 108, 0.8);
  color: white;
}
.paginate-youth.part-time.is-background .btn-next, .paginate-youth.part-time.is-background .btn-prev {
  border-color: rgba(51, 143, 108, 0.4);
  color: #bba36e;
}
.paginate-youth.part-time.is-background .btn-next:hover, .paginate-youth.part-time.is-background .btn-prev:hover {
  background-color: rgba(51, 143, 108, 0.7);
  color: white;
}
.paginate-youth.part-time.is-background .btn-prev:disabled, .paginate-youth.part-time.is-background .btn-next:disabled {
  border-color: rgba(51, 143, 108, 0.3);
  background-color: rgba(51, 143, 108, 0.1);
  color: #bba36e;
}
.paginate-youth.part-time.is-background .el-pagination__jump .el-input__inner {
  color: #bba36e;
  border-color: rgba(51, 143, 108, 0.4);
}
.paginate-youth.part-time.is-background .el-pagination__jump .el-input__inner:focus {
  border-color: #338f6c;
}
.paginate-youth.part-time.is-background .el-pagination__jump:hover .el-input__inner {
  border-color: rgba(51, 143, 108, 0.7);
}

.page-heading.learning-heading {
  background-color: #9980FA;
  position: relative;
}
.page-heading.learning-heading::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 350px;
  width: 1920px;
  background-image: url("/assets/youth/images/svg/page-heading-learning.svg");
}
.page-heading.learning-heading .breadcrumb-area .breadcrumbs {
  color: #FABA1C;
}
.page-heading.learning-heading .breadcrumb-area .breadcrumbs a {
  color: #FABA1C;
}

.list-option-bar.learning {
  border-color: rgba(153, 128, 250, 0.5);
  box-shadow: 0 3px 8px 0 rgba(153, 128, 250, 0.3);
}
.list-option-bar.learning .list-option-bar-title-icon {
  background: #9980fa;
}
.list-option-bar.learning .list-option-bar-title-icon svg {
  fill: white;
}
.list-option-bar.learning .list-option-bar-title-text span {
  color: #5f58cc;
}
.list-option-bar.learning .list-option-bar-title-text .total-item {
  color: #9980FA;
}
.list-option-bar.learning .list-option-bar-select .change-layout .change-layout-btn {
  color: #9980FA;
  border-color: #9980FA;
}
.list-option-bar.learning .list-option-bar-select .change-layout .change-layout-btn:hover {
  background: rgba(95, 88, 204, 0.8);
  color: white;
}
.list-option-bar.learning .list-option-bar-select .change-layout .active-layout-btn {
  background: rgba(95, 88, 204, 0.8);
  border: 1px solid #9980FA;
  color: #FFD801;
}
.list-option-bar.learning:hover {
  border-color: #9980fa;
}
.list-option-bar.learning:hover .list-option-bar-title-icon svg {
  fill: #FFD801;
}

.select-location-popper.learning .el-select-dropdown__item {
  color: #6b769d;
}
.select-location-popper.learning .el-select-dropdown__item.selected {
  color: #5f58cc;
}
.select-location-popper.learning .el-select-dropdown__item:hover {
  color: #5f58cc;
  background-color: rgba(153, 128, 250, 0.2);
}

.o-lesson {
  display: inline-block;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #9980FA;
  margin-bottom: 30px;
  transition: all 250ms ease;
}
.o-lesson-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}
.o-lesson-title h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: Comfortaa, cursive;
  color: #FABA1C;
  transition: all 250ms ease;
}
.o-lesson-title img {
  width: 40px;
  margin-right: 10px;
}
.o-lesson .lesson-page-img {
  width: 100%;
  min-width: 350px;
}
.o-lesson:hover {
  border-color: #5F58CC;
  box-shadow: 2px 3px 8px 0 rgba(153, 128, 250, 0.3);
}

.list-box.learning {
  border-color: rgba(153, 128, 250, 0.5);
}
.list-box.learning .list-box-img .list-box-overlay {
  background: rgba(153, 128, 250, 0.9);
}
.list-box.learning .list-box-detail .title {
  color: #5f58cc;
}
.list-box.learning .list-box-detail .description {
  border-left-color: #FABA1C;
}
.list-box.learning .list-box-meta {
  min-height: 76px;
}
.list-box.learning .list-box-meta .reg-time i, .list-box.learning .list-box-meta .created-at i, .list-box.learning .list-box-meta .user-link i {
  color: #FABA1C;
}
.list-box.learning .list-box-meta .reg-time span, .list-box.learning .list-box-meta .created-at span, .list-box.learning .list-box-meta .user-link span {
  color: rgba(153, 128, 250, 0.9);
}
.list-box.learning:hover {
  border-color: #9980fa;
  box-shadow: 0 3px 8px 0 rgba(153, 128, 250, 0.3);
}
.list-box.learning:hover .list-box-img-thumbnail .list-box-overlay .overlay-link:hover {
  color: #9980FA;
}

.list-box-list.learning {
  border-color: rgba(153, 128, 250, 0.5);
}
.list-box-list.learning .list-box-img .list-box-overlay {
  background: rgba(153, 128, 250, 0.9);
}
.list-box-list.learning .list-box-content .list-box-detail .title {
  color: #5f58cc;
}
.list-box-list.learning .list-box-content .list-box-detail .description {
  border-left-color: #FABA1C;
}
.list-box-list.learning .list-box-content .list-box-meta .reg-time i, .list-box-list.learning .list-box-content .list-box-meta .created-at i, .list-box-list.learning .list-box-content .list-box-meta .user-link i {
  color: #FABA1C;
}
.list-box-list.learning .list-box-content .list-box-meta .reg-time span, .list-box-list.learning .list-box-content .list-box-meta .created-at span, .list-box-list.learning .list-box-content .list-box-meta .user-link span {
  color: rgba(153, 128, 250, 0.9);
}
.list-box-list.learning .list-box-content .list-box-meta .read-more-link.learning span, .list-box-list.learning .list-box-content .list-box-meta .read-more-link.learning i {
  color: #5f58cc;
}
.list-box-list.learning .list-box-content .list-box-meta .read-more-link.learning::after {
  background-color: #FABA1C;
}
.list-box-list.learning:hover {
  border-color: #9980fa;
  box-shadow: 0 3px 8px 0 rgba(153, 128, 250, 0.3);
}
.list-box-list.learning:hover .list-box-img-thumbnail .list-box-overlay .overlay-link:hover {
  color: #9980FA;
}

.paginate-youth.learning.is-background .el-pagination__sizes .el-input__inner {
  color: #5F58CC;
  border-color: rgba(153, 128, 250, 0.5);
}
.paginate-youth.learning.is-background .el-pagination__sizes .el-input__inner:focus {
  border-color: #9980fa;
}
.paginate-youth.learning.is-background .el-pagination__sizes .el-select__caret {
  color: rgba(67, 35, 167, 0.3);
}
.paginate-youth.learning.is-background .el-pagination__sizes:hover .el-input__inner {
  border-color: #9980fa;
}
.paginate-youth.learning.is-background .el-pagination__sizes:hover .el-select__caret {
  color: #9980fa;
}
.paginate-youth.learning.is-background .el-pager li {
  border-color: rgba(153, 128, 250, 0.5);
  color: #5F58CC;
}
.paginate-youth.learning.is-background .el-pager li:not(.disabled).active {
  background-color: #5F58CC;
  color: #FABA1C;
}
.paginate-youth.learning.is-background .el-pager li:not(.disabled):hover {
  background-color: #5F58CC;
  color: white;
}
.paginate-youth.learning.is-background .btn-next, .paginate-youth.learning.is-background .btn-prev {
  border-color: rgba(153, 128, 250, 0.5);
  color: #FABA1C;
}
.paginate-youth.learning.is-background .btn-next:hover, .paginate-youth.learning.is-background .btn-prev:hover {
  background-color: #5f58cc;
  color: #FABA1C;
}
.paginate-youth.learning.is-background .btn-prev:disabled, .paginate-youth.learning.is-background .btn-next:disabled {
  border-color: rgba(153, 128, 250, 0.3);
  background-color: rgba(153, 128, 250, 0.1);
  color: #FABA1C;
}
.paginate-youth.learning.is-background .el-pagination__jump .el-input__inner {
  color: #5F58CC;
  border-color: rgba(153, 128, 250, 0.5);
}
.paginate-youth.learning.is-background .el-pagination__jump .el-input__inner:focus {
  border-color: #9980fa;
}
.paginate-youth.learning.is-background .el-pagination__jump:hover .el-input__inner {
  border-color: #9980fa;
}

.page-heading.legal-heading {
  background-color: #b33939;
  position: relative;
}
.page-heading.legal-heading::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 350px;
  width: 1920px;
  background-image: url("/assets/youth/images/svg/page-heading-law.svg");
}
.page-heading.legal-heading .breadcrumb-area .breadcrumbs {
  color: #FABA1C;
}
.page-heading.legal-heading .breadcrumb-area .breadcrumbs a {
  color: #FABA1C;
}

.list-option-bar.legal {
  border-color: rgba(179, 57, 57, 0.3);
  box-shadow: 0 3px 8px 0 rgba(179, 57, 57, 0.2);
}
.list-option-bar.legal .list-option-bar-title-icon {
  background: #b33939;
}
.list-option-bar.legal .list-option-bar-title-icon svg {
  fill: white;
}
.list-option-bar.legal .list-option-bar-title-text span {
  color: rgba(153, 45, 52, 0.85);
}
.list-option-bar.legal .list-option-bar-title-text .total-item {
  color: #085A95;
}
.list-option-bar.legal .list-option-bar-select .select-area .select-location.legal .el-input__inner {
  border-color: rgba(179, 57, 57, 0.3);
  color: #085A95;
}
.list-option-bar.legal .list-option-bar-select .select-area .select-location.legal .el-input__inner:focus {
  border-color: rgba(179, 57, 57, 0.6);
}
.list-option-bar.legal .list-option-bar-select .select-area .select-location.legal .el-input__inner::-moz-placeholder {
  color: #085A95;
}
.list-option-bar.legal .list-option-bar-select .select-area .select-location.legal .el-input__inner::placeholder {
  color: #085A95;
}
.list-option-bar.legal .list-option-bar-select .select-area .select-location.legal .el-input__inner:-ms-input-placeholder {
  color: #085A95;
}
.list-option-bar.legal .list-option-bar-select .select-area .select-location.legal .el-input__inner::-moz-placeholder {
  color: #085A95;
}
.list-option-bar.legal .list-option-bar-select .select-area .select-location.legal .el-input__inner::-webkit-input-placeholder {
  color: #085A95;
}
.list-option-bar.legal .list-option-bar-select .select-area .select-location.legal .el-input .el-select__caret {
  color: rgba(179, 57, 57, 0.3);
  transition: color 300ms ease;
}
.list-option-bar.legal .list-option-bar-select .select-area .select-location.legal:hover .el-input__inner {
  border-color: rgba(179, 57, 57, 0.6);
}
.list-option-bar.legal .list-option-bar-select .select-area .select-location.legal:hover .el-input .el-select__caret {
  color: rgba(179, 57, 57, 0.7);
}
.list-option-bar.legal .list-option-bar-select .change-layout .change-layout-btn {
  color: #b33939;
  border-color: #b33939;
}
.list-option-bar.legal .list-option-bar-select .change-layout .change-layout-btn:hover {
  background: rgba(179, 57, 57, 0.9);
  color: white;
}
.list-option-bar.legal .list-option-bar-select .change-layout .active-layout-btn {
  background: rgba(179, 57, 57, 0.9);
  border: 1px solid #b33939;
  color: #FFD801;
}
.list-option-bar.legal:hover {
  border-color: rgba(179, 57, 57, 0.6);
}
.list-option-bar.legal:hover .list-option-bar-title-icon svg {
  fill: #ffda79;
}

.select-location-popper.legal .el-select-dropdown__item {
  color: #6b769d;
}
.select-location-popper.legal .el-select-dropdown__item.selected {
  color: rgba(179, 57, 57, 0.8);
}
.select-location-popper.legal .el-select-dropdown__item:hover {
  color: #b33939;
  background-color: rgba(224, 175, 175, 0.2);
}

.no-item.volunteer .no-item-text p {
  color: #b33939;
}

.list-box.legal {
  border-color: rgba(179, 57, 57, 0.3);
  box-shadow: 0 3px 8px 0 rgba(179, 57, 57, 0.05);
}
.list-box.legal .list-box-img .list-box-overlay {
  background: rgba(179, 57, 57, 0.9);
}
.list-box.legal .list-box-detail {
  height: 100px;
}
.list-box.legal .list-box-detail .title {
  color: rgba(8, 90, 149, 0.9);
}
.list-box.legal .list-box-meta {
  min-height: 73px;
}
.list-box.legal .list-box-meta .reg-time i, .list-box.legal .list-box-meta .created-at i, .list-box.legal .list-box-meta .user-link i {
  color: #b33939;
}
.list-box.legal .list-box-meta .reg-time span, .list-box.legal .list-box-meta .created-at span, .list-box.legal .list-box-meta .user-link span {
  color: #b33939;
}
.list-box.legal:hover {
  border-color: rgba(179, 57, 57, 0.6);
  box-shadow: 0 3px 8px 0 rgba(179, 57, 57, 0.2);
}
.list-box.legal:hover .list-box-img-thumbnail .list-box-overlay .overlay-link:hover {
  color: #b33939;
}

.list-box-list.legal {
  border-color: rgba(179, 57, 57, 0.3);
}
.list-box-list.legal .list-box-img .list-box-overlay {
  background: rgba(179, 57, 57, 0.9);
}
.list-box-list.legal .list-box-content .list-box-detail .title {
  color: rgba(8, 90, 149, 0.9);
}
.list-box-list.legal .list-box-content .list-box-meta .reg-time i, .list-box-list.legal .list-box-content .list-box-meta .reg-time span, .list-box-list.legal .list-box-content .list-box-meta .created-at i, .list-box-list.legal .list-box-content .list-box-meta .created-at span, .list-box-list.legal .list-box-content .list-box-meta .user-link i, .list-box-list.legal .list-box-content .list-box-meta .user-link span {
  color: #b33939;
}
.list-box-list.legal .list-box-content .list-box-meta .read-more-link.legal span, .list-box-list.legal .list-box-content .list-box-meta .read-more-link.legal i {
  color: rgba(179, 57, 57, 0.8);
}
.list-box-list.legal .list-box-content .list-box-meta .read-more-link.legal::after {
  background-color: #085A95;
}
.list-box-list.legal.detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}
.list-box-list.legal.detail .legal-main {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.list-box-list.legal.detail .legal-main .list-box-img {
  border-top-right-radius: 0;
}
.list-box-list.legal.detail .legal-main .list-box-img-thumbnail {
  border-top-right-radius: 0;
}
.list-box-list.legal.detail .legal-main .list-box-content {
  border-left: none;
  margin-left: 0;
}
.list-box-list.legal.detail .legal-main .list-box-content .list-box-detail {
  height: auto;
  padding: 20px 0;
}
.list-box-list.legal.detail .legal-pdf {
  width: 96%;
}
.list-box-list.legal.detail .legal-pdf iframe {
  height: 894px;
  width: 100%;
}
.list-box-list.legal:hover {
  border-color: rgba(179, 57, 57, 0.6);
  box-shadow: 0 3px 8px 0 rgba(179, 57, 57, 0.2);
}
.list-box-list.legal:hover .list-box-img-thumbnail .list-box-overlay .overlay-link:hover {
  color: #b33939;
}

.paginate-youth.legal.is-background .el-pagination__sizes .el-input__inner {
  color: #085A95;
  border-color: rgba(179, 57, 57, 0.3);
}
.paginate-youth.legal.is-background .el-pagination__sizes .el-input__inner:focus {
  border-color: #b33939;
}
.paginate-youth.legal.is-background .el-pagination__sizes .el-select__caret {
  color: rgba(179, 57, 57, 0.3);
}
.paginate-youth.legal.is-background .el-pagination__sizes:hover .el-input__inner {
  border-color: rgba(179, 57, 57, 0.6);
}
.paginate-youth.legal.is-background .el-pagination__sizes:hover .el-select__caret {
  color: rgba(179, 57, 57, 0.6);
}
.paginate-youth.legal.is-background .el-pager li {
  border-color: rgba(179, 57, 57, 0.3);
  color: #b33939;
}
.paginate-youth.legal.is-background .el-pager li:not(.disabled).active {
  background-color: #b33939;
  color: #ffda79;
}
.paginate-youth.legal.is-background .el-pager li:not(.disabled):hover {
  background-color: #b33939;
  color: white;
}
.paginate-youth.legal.is-background .btn-next, .paginate-youth.legal.is-background .btn-prev {
  border-color: rgba(179, 57, 57, 0.3);
  color: #b33939;
}
.paginate-youth.legal.is-background .btn-next:hover, .paginate-youth.legal.is-background .btn-prev:hover {
  background-color: #b33939;
  color: #ffda79;
}
.paginate-youth.legal.is-background .btn-prev:disabled, .paginate-youth.legal.is-background .btn-next:disabled {
  border-color: rgba(179, 57, 57, 0.3);
  background-color: rgba(179, 57, 57, 0.1);
  color: #b33939;
}
.paginate-youth.legal.is-background .el-pagination__jump .el-input__inner {
  color: #085A95;
  border-color: rgba(179, 57, 57, 0.3);
}
.paginate-youth.legal.is-background .el-pagination__jump .el-input__inner:focus {
  border-color: rgba(179, 57, 57, 0.6);
}
.paginate-youth.legal.is-background .el-pagination__jump:hover .el-input__inner {
  border-color: rgba(179, 57, 57, 0.6);
}

.news-box {
  overflow: hidden;
  margin: 0 0 30px 0;
  border: 1px solid rgba(0, 133, 202, 0.2);
  box-shadow: 0 0 14px -3px rgba(64, 113, 143, 0.27);
  transition: all 300ms ease;
}
.news-box-overlay {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.news-box-overlay::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  transition: 0.9s ease;
  z-index: 1;
  opacity: 0;
  background-color: #0085CA;
}
.news-box-overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: 0.9s ease;
  z-index: 1;
  opacity: 0;
  background-color: #0085CA;
}
.news-box-overlay-thumbnail {
  position: relative;
  overflow: hidden;
}
.news-box-overlay-thumbnail img {
  width: 100%;
  height: 260px;
  transform: scale(1.01);
  transition: all 0.7s ease;
}
.news-box-overlay-thumbnail .news-box-overlay-icon-box a {
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -17px;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  color: #fff;
  font-size: 25px;
  z-index: 2;
  transition: all 0.9s ease;
  transform: scale(0);
}
.news-box-content {
  text-align: left;
  padding: 20px 20px 10px 20px;
  background-color: #fff;
}
.news-box-content .featured-title h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-box-content .featured-title h5 a {
  color: #0085CA;
}
.news-box-content .news-box-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.news-box-content .news-box-footer a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #0B9946;
}
.news-box-content .news-box-footer .post-meta {
  font-size: 14px;
  padding: 4px 0;
}
.news-box-content .news-box-footer .post-meta .post-date {
  font-family: "Montserrat", sans-serif;
  position: relative;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 100px;
  top: auto;
  left: auto;
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
  padding: 6px;
  border-radius: 3px;
  background-color: rgba(132, 205, 164, 0.6);
  color: #115439;
}
.news-box:hover {
  border-color: rgba(0, 133, 202, 0.5);
  box-shadow: 0 3px 8px 0 rgba(189, 216, 251, 0.9);
  background-color: rgba(255, 255, 255, 0.5);
}
.news-box:hover .news-box-overlay::before, .news-box:hover .news-box-overlay::after {
  height: 100%;
  opacity: 0.7;
}
.news-box:hover .news-box-overlay-thumbnail img {
  transform: scale(1.07) rotate(0.5deg);
}
.news-box:hover .news-box-overlay-thumbnail .news-box-overlay-icon-box a {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.news-box:hover .news-box-content .featured-title h5 a {
  color: #fcb040;
}
.news-box:hover .news-box-content .news-box-footer a {
  color: #0085ca;
}

.page-heading.knowledge-heading {
  background-color: #c8d6e5;
  position: relative;
}
.page-heading.knowledge-heading::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 350px;
  width: 1920px;
  background-image: url("/assets/youth/images/svg/page-heading-knowledge.svg");
}
.page-heading.knowledge-heading .breadcrumb-area .breadcrumbs {
  color: #3A55CE;
}
.page-heading.knowledge-heading .breadcrumb-area .breadcrumbs a {
  color: #3A55CE;
}

.list-box.news {
  border-color: rgba(200, 214, 229, 0.5);
}
.list-box.news .list-box-img {
  height: auto;
}
.list-box.news .list-box-content {
  padding: 20px;
}
.list-box.news .list-box-content .title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 10px 0;
  color: #3a55ce;
  border-left: 2px solid #3FC7A7;
  padding-left: 10px;
}
.list-box.news .list-box-content-meta {
  margin-top: 20px;
  border-bottom: 1px solid #c8d6e5;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.list-box.news .list-box-content-meta .meta-left, .list-box.news .list-box-content-meta .meta-right {
  width: 50%;
}
.list-box.news .list-box-content-meta .meta-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.list-box.news .list-box-content-meta .meta-content {
  display: flex;
  align-items: center;
  color: #00908c;
}
.list-box.news .list-box-content-meta .meta-content i {
  color: #3a55ce;
  margin-right: 5px;
}
.list-box.news .list-box-content-meta .meta-content span {
  color: #00908c;
}
.list-box.news .list-box-content-meta .meta-content.link span {
  color: #00908c;
  transition: color 250ms ease;
}
.list-box.news .list-box-content-meta .meta-content.link:hover span {
  color: #3A55CE;
}
.list-box.news .list-box-content .description {
  flex-direction: column;
  padding-left: 0;
  border-left: none;
}
.list-box.news .list-box-content .description p {
  font-size: 13px;
  text-align: justify;
}
.list-box.news .list-box-content .description p em {
  display: block;
  text-align: center;
}
.list-box.news .list-box-content .description p img {
  width: 100% !important;
  height: auto !important;
}
.list-box.news .list-box-content .description ol {
  padding: 20px 0 20px 40px;
}
.list-box.news .list-box-content .description ol li {
  font-size: 13px;
}
.list-box.news .list-box-content .description address {
  display: block;
  text-align: right;
  font-weight: 500;
}
.list-box.news:hover {
  border-color: #c8d6e5;
  box-shadow: 0 3px 8px 0 rgba(58, 85, 206, 0.2);
}
.share-modal .modal-page-body iframe {
  width: 100%;
}

.page-heading.event-heading {
  background-color: #eab953;
  position: relative;
}
.page-heading.event-heading::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 350px;
  width: 1920px;
  background-image: url("/assets/youth/images/svg/page-heading-event.svg");
}
.page-heading.event-heading .breadcrumb-area .breadcrumbs {
  color: #10ac84;
}
.page-heading.event-heading .breadcrumb-area .breadcrumbs a {
  color: #10ac84;
}

.page-heading.pod-cast-heading {
  background-color: #00cec9;
  position: relative;
}
.page-heading.pod-cast-heading::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 350px;
  width: 1920px;
  background-image: url("/assets/youth/images/svg/page-heading-podcast.svg");
}
.page-heading.pod-cast-heading .breadcrumb-area .breadcrumbs {
  color: #00908c;
}
.page-heading.pod-cast-heading .breadcrumb-area .breadcrumbs a {
  color: #00908c;
}

.list-option-bar.pod-cast {
  border-color: rgba(0, 206, 201, 0.5);
  box-shadow: 0 3px 8px 0 rgba(0, 206, 201, 0.2);
}
.list-option-bar.pod-cast .list-option-bar-title-icon {
  background: #00cec9;
}
.list-option-bar.pod-cast .list-option-bar-title-icon svg {
  fill: white;
}
.list-option-bar.pod-cast .list-option-bar-title-text span {
  color: #00908c;
}
.list-option-bar.pod-cast .list-option-bar-title-text .total-item {
  color: #00cec9;
}
.list-option-bar.pod-cast .list-option-bar-select .change-layout .change-layout-btn {
  color: #00cec9;
  border-color: #00cec9;
}
.list-option-bar.pod-cast .list-option-bar-select .change-layout .change-layout-btn:hover {
  background: #00908c;
  border-color: #00908c;
  color: white;
}
.list-option-bar.pod-cast .list-option-bar-select .change-layout .active-layout-btn {
  background: #00908c;
  border: 1px solid #00908c;
  color: #FFD801;
}
.list-option-bar.pod-cast:hover {
  border-color: #00cec9;
}
.list-option-bar.pod-cast:hover .list-option-bar-title-icon svg {
  fill: #FFD801;
}

.list-box.pod-cast {
  border-color: rgba(0, 206, 201, 0.5);
}
.list-box.pod-cast .list-box-img .list-box-overlay {
  background: rgba(0, 206, 201, 0.9);
}
.list-box.pod-cast .list-box-detail .title {
  color: #00908c;
}
.list-box.pod-cast .list-box-detail .description {
  border-left-color: #FFD801;
}
.list-box.pod-cast .list-box-meta {
  min-height: 76px;
}
.list-box.pod-cast .list-box-meta .reg-time i, .list-box.pod-cast .list-box-meta .created-at i, .list-box.pod-cast .list-box-meta .views i {
  color: #00cec9;
}
.list-box.pod-cast .list-box-meta .reg-time span, .list-box.pod-cast .list-box-meta .created-at span, .list-box.pod-cast .list-box-meta .views span {
  color: rgba(0, 144, 140, 0.9);
}
.list-box.pod-cast.detail .pod-cast-main {
  display: flex;
  align-items: flex-start;
  padding: 10px 20px;
}
.list-box.pod-cast.detail .pod-cast-main img.pod-cast-icon {
  width: 150px;
  height: 150px;
  padding: 20px;
}
.list-box.pod-cast.detail .pod-cast-main .pod-cast-content {
  border-left: 1px solid rgba(107, 118, 157, 0.2);
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  padding: 10px 20px 10px 40px;
}
.list-box.pod-cast.detail .pod-cast-main .pod-cast-content-title {
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  line-height: 20px;
  color: #00908c;
}
.list-box.pod-cast.detail .pod-cast-main .pod-cast-content-description {
  font-size: 14px;
  color: #6b769d;
  line-height: 18px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(107, 118, 157, 0.2);
}
.list-box.pod-cast.detail .pod-cast-main .pod-cast-content-meta {
  padding-top: 10px;
}
.list-box.pod-cast.detail .pod-cast-main .pod-cast-content-meta ul li {
  color: #6b769d;
}
.list-box.pod-cast.detail .pod-cast-main .pod-cast-content-meta ul li i {
  color: #00908c;
}
.list-box.pod-cast.detail .pod-cast-main .pod-cast-content-meta ul li span {
  font-weight: 500;
  color: #00908c;
}
.list-box.pod-cast:hover {
  border-color: #00cec9;
  box-shadow: 0 3px 8px 0 rgba(0, 206, 201, 0.3);
}
.list-box.pod-cast:hover .list-box-img-thumbnail .list-box-overlay .overlay-link:hover {
  color: #00908c;
}

.list-box-list.pod-cast {
  border-color: rgba(0, 206, 201, 0.5);
}
.list-box-list.pod-cast .list-box-img .list-box-overlay {
  background: rgba(0, 206, 201, 0.9);
}
.list-box-list.pod-cast .list-box-content .list-box-detail .title {
  color: #00908c;
}
.list-box-list.pod-cast .list-box-content .list-box-detail .description {
  border-left-color: #FFD801;
}
.list-box-list.pod-cast .list-box-content .list-box-meta .reg-time i, .list-box-list.pod-cast .list-box-content .list-box-meta .created-at i, .list-box-list.pod-cast .list-box-content .list-box-meta .views i {
  color: #00cec9;
}
.list-box-list.pod-cast .list-box-content .list-box-meta .reg-time span, .list-box-list.pod-cast .list-box-content .list-box-meta .created-at span, .list-box-list.pod-cast .list-box-content .list-box-meta .views span {
  color: rgba(0, 144, 140, 0.9);
}
.list-box-list.pod-cast .list-box-content .list-box-meta .read-more-link.pod-cast span, .list-box-list.pod-cast .list-box-content .list-box-meta .read-more-link.pod-cast i {
  color: #00908c;
}
.list-box-list.pod-cast .list-box-content .list-box-meta .read-more-link.pod-cast::after {
  background-color: #FABA1C;
}
.list-box-list.pod-cast:hover {
  border-color: #00cec9;
  box-shadow: 0 3px 8px 0 rgba(0, 206, 201, 0.3);
}
.list-box-list.pod-cast:hover .list-box-img-thumbnail .list-box-overlay .overlay-link:hover {
  color: #00908c;
}

.paginate-youth.pod-cast.is-background .el-pagination__sizes .el-input__inner {
  color: #00908c;
  border-color: rgba(0, 206, 201, 0.5);
}
.paginate-youth.pod-cast.is-background .el-pagination__sizes .el-input__inner:focus {
  border-color: #00cec9;
}
.paginate-youth.pod-cast.is-background .el-pagination__sizes .el-select__caret {
  color: rgba(0, 144, 140, 0.3);
}
.paginate-youth.pod-cast.is-background .el-pagination__sizes:hover .el-input__inner {
  border-color: #00cec9;
}
.paginate-youth.pod-cast.is-background .el-pagination__sizes:hover .el-select__caret {
  color: #00cec9;
}
.paginate-youth.pod-cast.is-background .el-pager li {
  border-color: rgba(0, 206, 201, 0.5);
  color: #00908c;
}
.paginate-youth.pod-cast.is-background .el-pager li:not(.disabled).active {
  background-color: #00908c;
  color: #FABA1C;
}
.paginate-youth.pod-cast.is-background .el-pager li:not(.disabled):hover {
  background-color: #00908c;
  color: white;
}
.paginate-youth.pod-cast.is-background .btn-next, .paginate-youth.pod-cast.is-background .btn-prev {
  border-color: rgba(0, 206, 201, 0.5);
  color: #FABA1C;
}
.paginate-youth.pod-cast.is-background .btn-next:hover, .paginate-youth.pod-cast.is-background .btn-prev:hover {
  background-color: #00908c;
  color: #FABA1C;
}
.paginate-youth.pod-cast.is-background .btn-prev:disabled, .paginate-youth.pod-cast.is-background .btn-next:disabled {
  border-color: rgba(0, 206, 201, 0.3);
  background-color: rgba(0, 206, 201, 0.1);
  color: #FABA1C;
}
.paginate-youth.pod-cast.is-background .el-pagination__jump .el-input__inner {
  color: #00908c;
  border-color: rgba(0, 206, 201, 0.5);
}
.paginate-youth.pod-cast.is-background .el-pagination__jump .el-input__inner:focus {
  border-color: #00cec9;
}
.paginate-youth.pod-cast.is-background .el-pagination__jump:hover .el-input__inner {
  border-color: #00cec9;
}

.select-location-popper.pod-cast .el-select-dropdown__item {
  color: #6b769d;
}
.select-location-popper.pod-cast .el-select-dropdown__item.selected {
  color: #00908c;
}
.select-location-popper.pod-cast .el-select-dropdown__item:hover {
  color: #00908c;
  background-color: rgba(0, 206, 201, 0.2);
}

.vb .vb-dragger {
  z-index: 5;
  width: 5px;
  right: 0;
}
.vb .vb-dragger .vb-dragger-styler {
  backface-visibility: hidden;
  transform: rotate3d(0, 0, 0, 0);
  transition: background-color 100ms ease-out, margin 100ms ease-out, height 100ms ease-out;
  background-color: rgba(38, 125, 244, 0.3);
  margin: 5px 0 5px 0;
  border-radius: 20px;
  height: calc(100% - 10px);
  display: block;
}
.vb .vb-dragger:hover .vb-dragger-styler {
  background-color: rgba(38, 125, 244, 0.5);
  margin: 0;
  height: 100%;
}
.vb .vb-scrolling-phantom .vb-dragger .vb-dragger-styler {
  background-color: rgba(48, 121, 244, 0.3);
}
.vb .vb-dragging-phantom .vb-dragger .vb-dragger-styler {
  background-color: rgba(38, 125, 244, 0.3);
}
.vb .vb-dragging .vb-dragger .vb-dragger-styler {
  background-color: rgba(38, 125, 244, 0.3);
  margin: 0;
  height: 100%;
}
.widget-last-content-container {
  position: relative;
  padding: 0 2px 10px 10px;
  border: 1px solid rgba(38, 125, 244, 0.3);
  border-radius: 6px;
  background-color: white;
  height: var(--widget-height);
  margin-bottom: 15px;
  transition: all 300ms ease;
  box-shadow: 0 0 14px -3px rgba(64, 113, 143, 0.27);
}
.widget-last-content-container .title-section {
  margin: 0 -3px 10px -10px;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(38, 125, 244, 0.3);
  transition: all 300ms ease;
}
.widget-last-content-container .title-section img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.widget-last-content-container .title-section span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #267DF4;
}
.widget-last-content-container .content-container {
  height: calc(var(--widget-height) - 100px);
}
.widget-last-content-container .content-container .vuebar-content {
  height: calc(var(--widget-height) - 100px);
  width: 100%;
  padding-top: 10px;
}
.widget-last-content-container .content-container .vuebar-content .widget-last {
  display: flex;
  flex-direction: row;
  border-radius: 6px;
  margin-bottom: 24px;
  margin-right: 8px;
  border: 1px solid rgba(38, 125, 244, 0.3);
  background-color: white;
}
.widget-last-content-container .content-container .vuebar-content .widget-last-image {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 300ms ease;
  min-width: 120px;
  height: 120px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.widget-last-content-container .content-container .vuebar-content .widget-last-content {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.widget-last-content-container .content-container .vuebar-content .widget-last-content .widget-last-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 10px;
  color: #555;
  margin-bottom: 0;
  text-transform: none;
  line-height: 14px;
  transition: color 300ms ease;
}
.widget-last-content-container .content-container .vuebar-content .widget-last-content .widget-last-meta ul {
  padding-left: 10px;
}
.widget-last-content-container .content-container .vuebar-content .widget-last-content .widget-last-meta ul li {
  line-height: 14px;
  color: #6b769d;
}
.widget-last-content-container .content-container .vuebar-content .widget-last-content .read-more {
  position: absolute;
  bottom: -5px;
  right: -3px;
}
.widget-last-content-container .content-container .vuebar-content .widget-last.podCast {
  border-color: rgba(153, 128, 250, 0.5);
}
.widget-last-content-container .content-container .vuebar-content .widget-last.podCast .widget-last-title {
  color: #192a56;
}
.widget-last-content-container .content-container .vuebar-content .widget-last.podCast .read-more-link span, .widget-last-content-container .content-container .vuebar-content .widget-last.podCast .read-more-link i {
  color: #6b769d;
}
.widget-last-content-container .content-container .vuebar-content .widget-last.podCast:hover {
  box-shadow: 0 3px 8px 0 rgba(153, 128, 250, 0.3);
}
.widget-last-content-container .content-container .vuebar-content .widget-last.lesson {
  border-color: rgba(0, 206, 201, 0.5);
}
.widget-last-content-container .content-container .vuebar-content .widget-last.lesson .widget-last-title {
  color: #00908c;
}
.widget-last-content-container .content-container .vuebar-content .widget-last.lesson .read-more-link span, .widget-last-content-container .content-container .vuebar-content .widget-last.lesson .read-more-link i {
  color: #00cec9;
}
.widget-last-content-container .footer-section {
  margin: 0 -2px 0 -10px;
  position: relative;
  border-top: 1px solid rgba(38, 125, 244, 0.3);
}
.widget-last-content-container .footer-section .read-more {
  position: absolute;
  right: 0;
  bottom: -26px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 4px 10px 0 0;
}
.widget-last-content-container .footer-section .read-more span {
  font-size: 13px;
  font-weight: 500;
}
.widget-last-content-container .footer-section .read-more i {
  margin-left: 4px;
  font-size: 13px;
}
.widget-last-content-container .footer-section .read-more:hover span {
  font-weight: 500;
}
.widget-last-content-container.podCast {
  border-color: rgba(153, 128, 250, 0.5);
}
.widget-last-content-container.podCast .title-section {
  border-bottom-color: rgba(153, 128, 250, 0.5);
}
.widget-last-content-container.podCast .title-section span {
  color: #5f58cc;
}
.widget-last-content-container.podCast .footer-section {
  border-top-color: rgba(153, 128, 250, 0.5);
}
.widget-last-content-container.podCast .footer-section span, .widget-last-content-container.podCast .footer-section i {
  color: #5F58CC;
}
.widget-last-content-container.podCast:hover {
  border-color: #9980fa;
  box-shadow: 0 3px 8px 0 rgba(153, 128, 250, 0.3);
}
.widget-last-content-container.lesson {
  border-color: rgba(0, 206, 201, 0.5);
}
.widget-last-content-container.lesson .title-section {
  border-bottom-color: rgba(0, 206, 201, 0.5);
}
.widget-last-content-container.lesson .title-section span {
  color: #00908c;
}
.widget-last-content-container.lesson .footer-section {
  border-top-color: rgba(0, 206, 201, 0.5);
}
.widget-last-content-container.lesson .footer-section span, .widget-last-content-container.lesson .footer-section i {
  color: #00908c;
}
.widget-last-content-container.lesson:hover {
  border-color: #00cec9;
  box-shadow: 0 3px 8px 0 rgba(0, 206, 201, 0.3);
}
.widget-last-content-container.news {
  border-color: rgba(0, 206, 201, 0.5);
}
.widget-last-content-container.news .title-section {
  border-bottom-color: rgba(0, 206, 201, 0.5);
}
.widget-last-content-container.news .title-section span {
  color: #00908c;
}
.widget-last-content-container.news .footer-section {
  border-top-color: rgba(0, 206, 201, 0.5);
}
.widget-last-content-container.news .footer-section span, .widget-last-content-container.news .footer-section i {
  color: #00908c;
}
.widget-last-content-container.news:hover {
  border-color: #00cec9;
  box-shadow: 0 3px 8px 0 rgba(0, 206, 201, 0.3);
}
.widget-last-content-container:hover {
  border-color: rgba(38, 125, 244, 0.5);
  box-shadow: 0 3px 8px 0 rgba(189, 216, 251, 0.9);
}
.widget-last-content-container:hover .title-section-left {
  border-bottom: 1px solid rgba(38, 125, 244, 0.4);
}

.el-carousel__container {
  height: 720px;
}
.el-carousel__indicators li button {
  padding: 3px 18px !important;
}

.el-form {
  padding-bottom: 10px;
}
.el-form .el-form-item {
  margin-bottom: 14px;
}
.el-form .el-form-item__label {
  font-size: 13px;
  color: #274cbf;
  margin-bottom: 4px;
}
.el-form .el-form-item__content .el-select .el-input__inner {
  padding-left: 10px !important;
}
.el-form .el-form-item__content .el-select .el-input__suffix i.el-select__caret {
  color: #8ca8dd;
}
.el-form .el-form-item__content .el-select .el-input__suffix i.is-reverse {
  color: #0074f2;
}
.el-form .el-form-item__content .el-input__inner {
  padding: 0 10px;
  border-radius: 6px;
  border: 1px solid rgba(38, 125, 244, 0.3);
}
.el-form .el-form-item__content .el-input ::-moz-placeholder {
  color: #8ca8dd;
  font-size: 12px;
}
.el-form .el-form-item__content .el-input ::placeholder {
  color: #8ca8dd;
  font-size: 12px;
}
.el-form .el-form-item__content .el-input ::-webkit-input-placeholder {
  color: #8ca8dd;
  font-size: 12px;
}
.el-form .el-form-item__content .el-input :-ms-input-placeholder {
  font-size: 12px;
  color: #8ca8dd;
}
.el-form .el-form-item__content .el-input__prefix i {
  color: rgba(38, 125, 244, 0.5);
}
.el-form .el-form-item__content .el-input__inner:focus {
  border-color: #409EFF;
}
.el-form .el-form-item__content .el-date-editor {
  border-radius: 6px;
  border-color: #bacbea;
}
.el-form .el-form-item__content .el-date-editor i.el-icon-date, .el-form .el-form-item__content .el-date-editor .el-range-separator {
  color: #8ca8dd;
}
.el-form .el-form-item__content .el-date-editor .el-range-input {
  color: #0a91ff;
}
.el-form .el-form-item__content .el-date-editor .el-range-input::-moz-placeholder {
  font-size: 12px;
  color: #8ca8dd;
}
.el-form .el-form-item__content .el-date-editor .el-range-input::placeholder {
  font-size: 12px;
  color: #8ca8dd;
}
.el-form .el-form-item__content .el-date-editor:focus, .el-form .el-form-item__content .is-active {
  border-color: #409EFF !important;
}
.el-form .el-form-item:hover .el-form-item__content .el-input__inner {
  border: 1px solid #267df4;
}
.el-form .el-form-item:hover .el-form-item__content .el-input__prefix i {
  color: #267df4;
}
.el-form .el-form-item:focus-within .el-form-item__label {
  color: #0074f2;
}
.el-form .form-check {
  margin-bottom: 10px;
}
.el-form .form-check .el-radio .el-radio__inner {
  border-color: #bacbea;
}
.el-form .form-check .el-radio .el-radio__input.is-checked .el-radio__inner {
  border-color: #409EFF;
}
.el-form .form-check .el-radio .el-radio__label {
  color: #638dbb;
}
.el-form .form-check .el-radio .el-radio__input.is-checked + .el-radio__label {
  color: #0074f2;
}
.el-form .filter-form-button button {
  outline: none;
}
.el-form .filter-form-button .el-button--default {
  border-color: #bacbea;
  margin-right: 10px;
}
.el-form .filter-form-button .el-button--default i, .el-form .filter-form-button .el-button--default span {
  color: #8ca8dd;
}
.el-form .filter-form-button .el-button--default:hover {
  border-color: #409EFF !important;
}
.el-form .filter-form-button .el-button--default:hover i, .el-form .filter-form-button .el-button--default:hover span {
  color: #0074f2;
}
.el-form .filter-form-button .el-button--primary {
  border-color: #409EFF !important;
}
.el-form .filter-form-button .el-button--primary i, .el-form .filter-form-button .el-button--primary span {
  color: #409EFF;
}
.el-form .filter-form-button .el-button--primary:hover {
  background-color: #0074f2;
}
.el-form .filter-form-button .el-button--primary:hover i, .el-form .filter-form-button .el-button--primary:hover span {
  color: rgba(255, 255, 255, 0.9);
}
.el-form .filter-form-button .el-button--primary:visited i, .el-form .filter-form-button .el-button--primary:visited span, .el-form .filter-form-button .el-button--primary:focus i, .el-form .filter-form-button .el-button--primary:focus span {
  color: rgba(255, 255, 255, 0.9);
}
.el-form .el-select-dropdown__list li {
  padding: 0 10px;
  font-size: 13px;
}
.el-form .el-select-dropdown__list li:hover {
  background-color: #e8edf8;
}
.el-form .el-select-dropdown__list li:hover span {
  color: #409EFF;
}
.el-form .el-date-range-picker {
  max-width: 646px;
  width: 100%;
  min-width: 300px;
  overflow-x: scroll;
}

.page-heading.videos-heading {
  background-color: #d03c84;
}
.page-heading.videos-heading::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 350px;
  width: 1920px;
  background-image: url("/assets/youth/images/svg/page-heading-video1.svg");
}
.page-heading.videos-heading .breadcrumb-area .breadcrumbs {
  color: #fcecf4;
}
.page-heading.videos-heading .breadcrumb-area .breadcrumbs a {
  color: #fcecf4;
}

.list-option-bar.video {
  border-color: rgba(232, 67, 147, 0.5);
  box-shadow: 0 3px 8px 0 rgba(232, 67, 147, 0.2);
}
.list-option-bar.video .list-option-bar-title-icon {
  background: #e84393;
}
.list-option-bar.video .list-option-bar-title-icon svg {
  fill: white;
}
.list-option-bar.video .list-option-bar-title-text span {
  color: #d03c84;
}
.list-option-bar.video .list-option-bar-title-text .total-item {
  color: rgba(232, 67, 147, 0.5);
}
.list-option-bar.video .list-option-bar-select .select-area .select-location.videos .el-input__inner {
  border-color: rgba(179, 57, 57, 0.3);
  color: #085A95;
}
.list-option-bar.video .list-option-bar-select .select-area .select-location.videos .el-input__inner:focus {
  border-color: rgba(179, 57, 57, 0.6);
}
.list-option-bar.video .list-option-bar-select .select-area .select-location.videos .el-input__inner::-moz-placeholder {
  color: #085A95;
}
.list-option-bar.video .list-option-bar-select .select-area .select-location.videos .el-input__inner::placeholder {
  color: #085A95;
}
.list-option-bar.video .list-option-bar-select .select-area .select-location.videos .el-input__inner:-ms-input-placeholder {
  color: #085A95;
}
.list-option-bar.video .list-option-bar-select .select-area .select-location.videos .el-input__inner::-moz-placeholder {
  color: #085A95;
}
.list-option-bar.video .list-option-bar-select .select-area .select-location.videos .el-input__inner::-webkit-input-placeholder {
  color: #085A95;
}
.list-option-bar.video .list-option-bar-select .select-area .select-location.videos .el-input .el-select__caret {
  color: rgba(179, 57, 57, 0.3);
  transition: color 300ms ease;
}
.list-option-bar.video .list-option-bar-select .select-area .select-location.videos:hover .el-input__inner {
  border-color: rgba(179, 57, 57, 0.6);
}
.list-option-bar.video .list-option-bar-select .select-area .select-location.videos:hover .el-input .el-select__caret {
  color: rgba(179, 57, 57, 0.7);
}
.list-option-bar.video .list-option-bar-select .change-layout .change-layout-btn {
  color: #e84393;
  border-color: #e84393;
}
.list-option-bar.video .list-option-bar-select .change-layout .change-layout-btn:hover {
  background: #d03c84;
  border-color: #d03c84;
  color: white;
}
.list-option-bar.video .list-option-bar-select .change-layout .active-layout-btn {
  background: #d03c84;
  border: 1px solid #d03c84;
  color: #FFD801;
}
.list-option-bar.video:hover {
  border-color: #e84393;
}
.list-option-bar.video:hover .list-option-bar-title-icon svg {
  fill: #FFD801;
}

.list-box.video {
  border-color: rgba(232, 67, 147, 0.5);
}
.list-box.video .list-box-img .list-box-overlay {
  background: rgba(232, 67, 147, 0.9);
}
.list-box.video .list-box-detail .title {
  color: #d03c84;
}
.list-box.video .list-box-detail .description {
  display: block;
  text-align: left;
  border-left-color: #FFD801;
}
.list-box.video .list-box-detail .description p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 16px;
}
.list-box.video .list-box-meta {
  min-height: 56px;
  color: #6b769d;
}
.list-box.video .list-box-meta .created-at {
  border-top: 1px solid #ebebeb;
}
.list-box.video .list-box-meta .created-at i, .list-box.video .list-box-meta .views i {
  color: #e84393;
}
.list-box.video .list-box-meta .created-at span, .list-box.video .list-box-meta .views span {
  color: rgba(208, 60, 132, 0.9);
}
.list-box.video.detail {
  padding: 10px 20px;
}
.list-box.video.detail .pod-cast-main {
  display: flex;
  align-items: flex-start;
  padding: 10px 20px;
}
.list-box.video.detail .pod-cast-main img.pod-cast-icon {
  width: 150px;
  height: 150px;
  padding: 20px;
}
.list-box.video.detail .pod-cast-main .pod-cast-content {
  border-left: 1px solid rgba(107, 118, 157, 0.2);
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  padding: 10px 20px 10px 40px;
}
.list-box.video.detail .pod-cast-main .pod-cast-content-title {
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  line-height: 20px;
  color: #00908c;
}
.list-box.video.detail .pod-cast-main .pod-cast-content-description {
  font-size: 14px;
  color: #6b769d;
  line-height: 18px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(107, 118, 157, 0.2);
}
.list-box.video.detail .pod-cast-main .pod-cast-content-meta {
  padding-top: 10px;
}
.list-box.video.detail .pod-cast-main .pod-cast-content-meta ul li {
  color: #6b769d;
}
.list-box.video.detail .pod-cast-main .pod-cast-content-meta ul li i {
  color: #00908c;
}
.list-box.video.detail .pod-cast-main .pod-cast-content-meta ul li span {
  font-weight: 500;
  color: #00908c;
}
.list-box.video:hover {
  border-color: #e84393;
  box-shadow: 0 3px 8px 0 rgba(232, 67, 147, 0.3);
}
.list-box.video:hover .list-box-img-thumbnail .list-box-overlay .overlay-link:hover {
  color: #d03c84;
}

.list-box-list.video {
  border-color: rgba(232, 67, 147, 0.5);
}
.list-box-list.video .list-box-img {
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
}
.list-box-list.video .list-box-img-thumbnail {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.list-box-list.video .list-box-img .list-box-overlay {
  background: rgba(232, 67, 147, 0.9);
}
.list-box-list.video .list-box-content .list-box-detail .title {
  color: #d03c84;
}
.list-box-list.video .list-box-content .list-box-detail .description {
  display: block;
  text-align: left;
  border-left-color: #FFD801;
}
.list-box-list.video .list-box-content .list-box-detail .description p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 16px;
}
.list-box-list.video .list-box-content .list-box-meta {
  color: #6b769d;
}
.list-box-list.video .list-box-content .list-box-meta .reg-time i, .list-box-list.video .list-box-content .list-box-meta .created-at i, .list-box-list.video .list-box-content .list-box-meta .views i {
  color: #e84393;
}
.list-box-list.video .list-box-content .list-box-meta .reg-time span, .list-box-list.video .list-box-content .list-box-meta .created-at span, .list-box-list.video .list-box-content .list-box-meta .views span {
  color: rgba(208, 60, 132, 0.9);
}
.list-box-list.video .list-box-content .list-box-meta .read-more-link.video span, .list-box-list.video .list-box-content .list-box-meta .read-more-link.video i {
  color: #d03c84;
}
.list-box-list.video .list-box-content .list-box-meta .read-more-link.video::after {
  background-color: #FABA1C;
}
.list-box-list.video:hover {
  border-color: #e84393;
  box-shadow: 0 3px 8px 0 rgba(232, 67, 147, 0.3);
}
.list-box-list.video:hover .list-box-img-thumbnail .list-box-overlay .overlay-link:hover {
  color: #d03c84;
}

.paginate-youth.pod-cast.is-background .el-pagination__sizes .el-input__inner {
  color: #00908c;
  border-color: rgba(0, 206, 201, 0.5);
}
.paginate-youth.pod-cast.is-background .el-pagination__sizes .el-input__inner:focus {
  border-color: #00cec9;
}
.paginate-youth.pod-cast.is-background .el-pagination__sizes .el-select__caret {
  color: rgba(0, 144, 140, 0.3);
}
.paginate-youth.pod-cast.is-background .el-pagination__sizes:hover .el-input__inner {
  border-color: #00cec9;
}
.paginate-youth.pod-cast.is-background .el-pagination__sizes:hover .el-select__caret {
  color: #00cec9;
}
.paginate-youth.pod-cast.is-background .el-pager li {
  border-color: rgba(0, 206, 201, 0.5);
  color: #00908c;
}
.paginate-youth.pod-cast.is-background .el-pager li:not(.disabled).active {
  background-color: #00908c;
  color: #FABA1C;
}
.paginate-youth.pod-cast.is-background .el-pager li:not(.disabled):hover {
  background-color: #00908c;
  color: white;
}
.paginate-youth.pod-cast.is-background .btn-next, .paginate-youth.pod-cast.is-background .btn-prev {
  border-color: rgba(0, 206, 201, 0.5);
  color: #FABA1C;
}
.paginate-youth.pod-cast.is-background .btn-next:hover, .paginate-youth.pod-cast.is-background .btn-prev:hover {
  background-color: #00908c;
  color: #FABA1C;
}
.paginate-youth.pod-cast.is-background .btn-prev:disabled, .paginate-youth.pod-cast.is-background .btn-next:disabled {
  border-color: rgba(0, 206, 201, 0.3);
  background-color: rgba(0, 206, 201, 0.1);
  color: #FABA1C;
}
.paginate-youth.pod-cast.is-background .el-pagination__jump .el-input__inner {
  color: #00908c;
  border-color: rgba(0, 206, 201, 0.5);
}
.paginate-youth.pod-cast.is-background .el-pagination__jump .el-input__inner:focus {
  border-color: #00cec9;
}
.paginate-youth.pod-cast.is-background .el-pagination__jump:hover .el-input__inner {
  border-color: #00cec9;
}

.select-location-popper.videos .el-select-dropdown__item {
  color: #6b769d;
}
.select-location-popper.videos .el-select-dropdown__item.selected {
  color: #00908c;
}
.select-location-popper.videos .el-select-dropdown__item:hover {
  color: #d03c84;
  background-color: rgba(232, 67, 147, 0.2);
}

.z-index-2 {
  z-index: 2;
}

.page-heading {
  height: 350px;
  width: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
}
.page-heading::after {
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  height: 350px;
  z-index: 1;
}
.page-heading .breadcrumb-area h1 {
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Comfortaa", cursive;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}
.page-heading .breadcrumb-area .breadcrumbs {
  list-style: none;
  color: #ffffff;
  font-family: "Comfortaa", cursive;
}
.page-heading .breadcrumb-area .breadcrumbs li {
  display: inline-block;
  list-style: none;
  font-size: 15px;
}
.page-heading .breadcrumb-area .breadcrumbs li a {
  color: #ffffff;
}
.page-heading .breadcrumb-area .breadcrumbs li.active::before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 14px;
  margin-right: 6px;
  margin-left: 6px;
  font-weight: 500;
  color: #ffffff;
}

.list-option-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  border: 1px solid rgba(38, 125, 244, 0.4);
  box-shadow: 0 3px 8px 0 rgba(38, 125, 244, 0.2);
  background: white;
  border-radius: 6px;
  transition: all 300ms ease;
}
.list-option-bar-title {
  display: flex;
  align-items: center;
  position: relative;
}
.list-option-bar-title-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #267DF4;
}
.list-option-bar-title-icon svg {
  width: 48px;
  height: 48px;
  fill: white;
  opacity: 0.8;
  transition: all 300ms ease;
  z-index: 1;
}
.list-option-bar-title-text {
  display: flex;
  flex-direction: column;
}
.list-option-bar-title-text span {
  color: #1e64c3;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 300ms ease;
  padding-left: 20px;
  z-index: 2;
}
.list-option-bar-title-text .total-item {
  padding-left: 20px;
  line-height: 12px;
  font-size: 12px;
}
.list-option-bar-title-text .total-item .total-number {
  padding-left: 3px;
  padding-right: 3px;
  font-size: 12px;
}
.list-option-bar-select {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
}
.list-option-bar-select .select-area .select-location .el-input__inner {
  border: 1px solid rgba(38, 125, 244, 0.4);
  color: #1e64c3;
  font-weight: 500;
}
.list-option-bar-select .select-area .select-location .el-input__inner::-moz-placeholder {
  color: #1e64c3;
}
.list-option-bar-select .select-area .select-location .el-input__inner::placeholder {
  color: #1e64c3;
}
.list-option-bar-select .select-area .select-location .el-input__inner:-ms-input-placeholder {
  color: #1e64c3;
}
.list-option-bar-select .select-area .select-location .el-input__inner::-moz-placeholder {
  color: #1e64c3;
}
.list-option-bar-select .select-area .select-location .el-input__inner::-webkit-input-placeholder {
  color: #1e64c3;
}
.list-option-bar-select .select-area .select-location .el-input .el-select__caret {
  color: rgba(38, 125, 244, 0.4);
  transition: all 250ms ease;
}
.list-option-bar-select .select-area .select-location:hover .el-input__inner {
  border: 1px solid rgba(38, 125, 244, 0.7);
}
.list-option-bar-select .select-area .select-location:hover .el-input .el-select__caret {
  color: rgba(38, 125, 244, 0.7);
}
.list-option-bar-select .change-layout {
  margin-left: 10px;
  display: flex;
}
.list-option-bar-select .change-layout .change-layout-btn {
  border-radius: 3px;
  color: #267DF4;
  border: 1px solid #267DF4;
  background: transparent;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  transition: all 300ms ease;
}
.list-option-bar-select .change-layout .change-layout-btn i {
  font-size: 16px;
}
.list-option-bar-select .change-layout .change-layout-btn:hover {
  background: rgba(38, 125, 244, 0.8);
  color: white;
}
.list-option-bar-select .change-layout .active-layout-btn {
  background: rgba(38, 125, 244, 0.8);
  border: 1px solid #267DF4;
  color: #FFD801;
}
.list-option-bar:hover {
  border-color: rgba(38, 125, 244, 0.7);
}
.list-option-bar:hover .list-option-bar-title-icon svg {
  fill: #FFD801;
}

.no-item {
  display: flex;
  align-items: center;
  margin-top: 40px;
  font-size: 16px;
  height: 350px;
  width: 100%;
  position: relative;
}
.no-item-text {
  display: flex;
  flex-direction: column;
  left: 240px;
  position: absolute;
}
.no-item-text p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  color: #274cbf;
  margin-bottom: 20px;
}
.no-item-text span {
  font-size: 14px;
  line-height: 20px;
  color: #6b769d;
  width: 200px;
}
.no-item .bg-img {
  position: absolute;
  bottom: 0;
  left: 40%;
}
.no-item .bg-img img {
  width: 447px;
  height: 293px;
}
.no-item.slider {
  margin-top: 0;
  height: 480px;
  background-color: #d3dce6;
}
.no-item.slider .bg-img {
  bottom: auto;
}

.select-location-popper .el-select-dropdown__item {
  font-size: 13px;
  color: #6b769d;
  height: 30px;
  line-height: 30px;
}
.select-location-popper .el-select-dropdown__item.selected {
  color: #267DF4;
}
.select-location-popper .el-select-dropdown__item:hover {
  color: #267DF4;
  background-color: #e9f2fd;
}

.list-box {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 0 30px 0;
  background: #ffffff;
  border: 1px solid rgba(64, 113, 143, 0.25);
  border-radius: 6px;
  box-shadow: 0 0 14px -3px rgba(64, 113, 143, 0.27);
  transition: all 200ms ease;
}
.list-box-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.list-box-img-thumbnail {
  height: 220px;
  max-width: 100%;
  background-image: var(--box-img);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: all 0.9s ease;
}
.list-box-img-thumbnail .list-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 125, 244, 0.9);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.8s ease;
}
.list-box-img-thumbnail .list-box-overlay::after {
  content: "";
  position: absolute;
  width: 0;
  height: 200%;
  left: 0;
  top: -76%;
  margin: -5px 0 0 -5px;
  transform-origin: 0 0;
  transform: rotate(30deg);
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.list-box-img-thumbnail .list-box-overlay .overlay-link {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 18px;
  text-align: center;
  margin: 3px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  transition: all 400ms ease-in-out;
  z-index: 1;
}
.list-box-detail {
  padding: 20px;
  height: 156px;
}
.list-box-detail .title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #267DF4;
  margin: 0 0 10px 0;
}
.list-box-detail .description {
  font-size: 13px;
  line-height: 17px;
  color: #6b769d;
  border-left: 2px solid #FFD801;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.list-box .list-box-meta {
  min-height: 95px;
  height: auto;
  padding: 0 20px 10px 20px;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.list-box .list-box-meta .reg-time {
  display: flex;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid rgba(107, 118, 157, 0.3);
  color: #6b769d;
}
.list-box .list-box-meta .reg-time i {
  margin-right: 4px;
  color: #267DF4;
}
.list-box .list-box-meta .reg-time span {
  margin-left: 4px;
  color: #267DF4;
  font-weight: 500;
}
.list-box .list-box-meta .created-at {
  display: flex;
  align-items: center;
  color: #6b769d;
}
.list-box .list-box-meta .created-at i {
  margin-right: 4px;
  color: #267DF4;
}
.list-box .list-box-meta .created-at span {
  margin-left: 4px;
  color: #267DF4;
  font-weight: 500;
}
.list-box .list-box-meta .user-link {
  display: inline;
  color: #6b769d;
}
.list-box .list-box-meta .user-link i {
  margin-right: 4px;
  color: #267DF4;
}
.list-box .list-box-meta .user-link span {
  margin-left: 4px;
  color: #267DF4;
  font-weight: 500;
}
.list-box:hover {
  border-color: rgba(38, 125, 244, 0.5);
  box-shadow: 0 3px 8px 0 rgba(189, 216, 251, 0.9);
}
.list-box:hover .list-box-img-thumbnail {
  transform: scale(1.2);
}
.list-box:hover .list-box-img-thumbnail .list-box-overlay {
  opacity: 1;
}
.list-box:hover .list-box-img-thumbnail .list-box-overlay::after {
  width: 86%;
}
.list-box:hover .list-box-img-thumbnail .list-box-overlay .overlay-link {
  display: flex;
}
.list-box:hover .list-box-img-thumbnail .list-box-overlay .overlay-link:hover {
  background: #ffffff;
  color: #267DF4;
}

.list-box-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin: 0 0 30px 0;
  background: #ffffff;
  border: 1px solid rgba(64, 113, 143, 0.25);
  border-radius: 6px;
  box-shadow: 0 0 14px -3px rgba(64, 113, 143, 0.27);
  transition: all 200ms ease;
  width: 100%;
}
.list-box-list .list-box-img {
  width: 33%;
  height: 220px;
  overflow: hidden;
  position: relative;
}
.list-box-list .list-box-img-thumbnail {
  height: 220px;
  max-width: 100%;
  background-image: var(--box-img);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  transition: all 0.9s ease;
}
.list-box-list .list-box-img-thumbnail .list-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 125, 244, 0.9);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.8s ease;
}
.list-box-list .list-box-img-thumbnail .list-box-overlay::after {
  content: "";
  position: absolute;
  width: 0;
  height: 200%;
  left: 0;
  top: -76%;
  margin: -5px 0 0 -5px;
  transform-origin: 0 0;
  transform: rotate(30deg);
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.list-box-list .list-box-img-thumbnail .list-box-overlay .overlay-link {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 18px;
  text-align: center;
  margin: 3px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  transition: all 400ms ease-in-out;
  z-index: 1;
}
.list-box-list .list-box-content {
  display: flex;
  flex-direction: column;
  width: 66%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(107, 118, 157, 0.3);
}
.list-box-list .list-box-content .list-box-detail {
  padding: 20px 20px 0 0;
  height: 150px;
}
.list-box-list .list-box-content .list-box-detail .title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #267DF4;
  margin: 0 0 10px 0;
}
.list-box-list .list-box-content .list-box-detail .description {
  font-size: 13px;
  line-height: 17px;
  color: #6b769d;
  border-left: 2px solid #FFD801;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.list-box-list .list-box-content .list-box-meta {
  padding: 0 20px 10px 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(107, 118, 157, 0.3);
}
.list-box-list .list-box-content .list-box-meta .reg-time {
  display: flex;
  align-items: center;
  padding-top: 10px;
  color: #6b769d;
}
.list-box-list .list-box-content .list-box-meta .reg-time i {
  margin-right: 4px;
  color: #267DF4;
}
.list-box-list .list-box-content .list-box-meta .reg-time span {
  margin-left: 4px;
  color: #267DF4;
  font-weight: 500;
}
.list-box-list .list-box-content .list-box-meta .user-link .no-data {
  font-style: italic;
  color: #6b769d;
  font-weight: 400;
}
.list-box-list .list-box-content .list-box-meta .user-link, .list-box-list .list-box-content .list-box-meta .created-at {
  display: flex;
  align-items: center;
  color: #6b769d;
}
.list-box-list .list-box-content .list-box-meta .user-link i, .list-box-list .list-box-content .list-box-meta .created-at i {
  margin-right: 4px;
  color: #267DF4;
}
.list-box-list .list-box-content .list-box-meta .user-link span, .list-box-list .list-box-content .list-box-meta .created-at span {
  margin-left: 4px;
  color: #267DF4;
  font-weight: 500;
}
.list-box-list:hover {
  border-color: rgba(38, 125, 244, 0.5);
  box-shadow: 0 3px 8px 0 rgba(189, 216, 251, 0.9);
}
.list-box-list:hover .list-box-img-thumbnail {
  transform: scale(1.2);
}
.list-box-list:hover .list-box-img-thumbnail .list-box-overlay {
  opacity: 1;
}
.list-box-list:hover .list-box-img-thumbnail .list-box-overlay::after {
  width: 86%;
}
.list-box-list:hover .list-box-img-thumbnail .list-box-overlay .overlay-link {
  display: flex;
}
.list-box-list:hover .list-box-img-thumbnail .list-box-overlay .overlay-link:hover {
  background: #ffffff;
  color: #267DF4;
}

.read-more {
  position: absolute;
  bottom: 0;
  right: 0;
}
.read-more-link {
  display: flex;
  align-items: center !important;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #267DF4;
  position: relative;
}
.read-more-link i {
  margin-left: 2px;
}
.read-more-link span {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  transition: color 350ms ease;
}
.read-more-link::after {
  position: absolute;
  content: "";
  bottom: -1px;
  height: 2px;
  width: 20px;
  background-color: #FFD801;
  transition: width 350ms ease;
}
.read-more:hover .read-more-link span {
  color: #1e64c3;
}
.read-more:hover .read-more-link::after {
  width: 100%;
}

.paginate-youth {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.paginate-youth.is-background .el-pagination__total {
  color: #6b769d;
}
.paginate-youth.is-background .el-pagination__sizes .el-input__inner {
  color: #267DF4;
  font-weight: 500;
  border: 1px solid rgba(38, 125, 244, 0.3);
}
.paginate-youth.is-background .el-pagination__sizes .el-input__inner:focus {
  border: 1px solid #267df4;
}
.paginate-youth.is-background .el-pagination__sizes .el-select__caret {
  color: rgba(38, 125, 244, 0.7);
  transition: all 250ms ease;
}
.paginate-youth.is-background .el-pagination__sizes:hover .el-input__inner {
  border: 1px solid #267df4;
}
.paginate-youth.is-background .el-pagination__sizes:hover .el-select__caret {
  color: #267df4;
}
.paginate-youth.is-background .el-pager li {
  background-color: white;
  border: 1px solid #267DF4;
  height: 28px;
  line-height: 27px;
  color: #267DF4;
  transition: all 250ms ease;
}
.paginate-youth.is-background .el-pager li:not(.disabled).active {
  background-color: #267DF4;
  color: #FFD801;
}
.paginate-youth.is-background .el-pager li:not(.disabled):hover {
  background-color: rgba(38, 125, 244, 0.8);
  color: white;
}
.paginate-youth.is-background .btn-next, .paginate-youth.is-background .btn-prev {
  background-color: white;
  border: 1px solid #267DF4;
  color: #267DF4;
  transition: all 250ms ease;
}
.paginate-youth.is-background .btn-next:hover, .paginate-youth.is-background .btn-prev:hover {
  background-color: rgba(38, 125, 244, 0.7);
  color: white;
}
.paginate-youth.is-background .btn-prev:disabled, .paginate-youth.is-background .btn-next:disabled {
  border: 1px solid rgba(38, 125, 244, 0.3);
  background-color: rgba(38, 125, 244, 0.1);
  color: rgba(38, 125, 244, 0.3);
}
.paginate-youth.is-background .el-pagination__jump {
  color: #6b769d;
}
.paginate-youth.is-background .el-pagination__jump .el-input__inner {
  color: #267DF4;
  font-weight: 500;
  border: 1px solid rgba(38, 125, 244, 0.3);
}
.paginate-youth.is-background .el-pagination__jump .el-input__inner:focus {
  border: 1px solid #267df4;
}
.paginate-youth.is-background .el-pagination__jump:hover .el-input__inner {
  border: 1px solid #267df4;
}

.paginate-page-select .el-select-dropdown__item {
  font-size: 13px;
  color: #6b769d;
  height: 30px;
  line-height: 30px;
}
.paginate-page-select .el-select-dropdown__item.selected {
  color: #267df4;
}
.paginate-page-select .el-select-dropdown__item:hover {
  color: #267df4;
  background-color: rgba(38, 125, 244, 0.1);
}

.bg-photo {
  background: var(--bg-main-image) center center no-repeat, url(/assets/youth/images/svg/bg-login.svg) left top no-repeat;
  background-size: 1000px, cover;
  min-height: calc(100vh - 113px);
  position: relative;
}
.bg-photo .login-info {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%);
  padding: 30px;
  max-width: 600px;
}
.bg-photo .login-info h3 {
  color: white;
}
.bg-photo .login-info p {
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.form-box {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 113px);
}
.form-box .logo-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  width: 300px;
}
.form-box .logo-login img {
  width: 140px;
  margin-bottom: 20px;
  margin-top: -40px;
}
.form-box .logo-login h1 {
  width: 100%;
  color: #267DF4;
  text-transform: uppercase;
  font-family: "Comfortaa", cursive;
  font-size: 18px;
  font-weight: bolder;
  padding-bottom: 6px;
  padding-left: 12px;
  border-bottom: 1px dashed #67a4f7;
  margin-bottom: 8px;
  position: relative;
}
.form-box .logo-login h1::before {
  content: "";
  width: 4px;
  height: 28px;
  background-color: #267DF4;
  position: absolute;
  left: 0;
  margin-right: 10px;
}
.form-box .logo-login p {
  font-family: "Comfortaa", cursive;
  font-size: 11px;
  line-height: 14px;
  color: #6b769d;
}
.form-box .login-form {
  width: calc(100% - 100px);
  max-width: 300px;
}
.form-box .login-form .el-form-item {
  position: relative;
  outline: none;
}
.form-box .login-form .el-form-item .el-form-item__content .el-input__inner {
  padding: 0 30px;
  outline: none;
}
.form-box .login-form .el-form-item .el-form-item__content .el-form-item__error {
  font-size: 11px;
  padding-top: 2px;
  padding-left: 10px;
}
.form-box .login-form .el-form-item label {
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 0;
}
.form-box .login-form .el-form-item .showPass {
  width: 38px;
  height: 32px;
  position: absolute;
  right: 10px;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  color: rgba(11, 192, 215, 0.8);
  outline: none;
  transition: all 300ms ease;
}
.form-box .login-form .el-form-item .showPass span {
  font-weight: 400;
  line-height: 14px;
}
.form-box .login-form .el-form-item .showPass:hover {
  color: #274cbf;
}
.form-box .login-form .el-form-item.login-btn-container {
  height: 33px;
  margin-top: 20px;
}
.form-box .login-form .el-form-item.login-btn-container .el-form-item__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-box .login-form .el-form-item.login-btn-container .login-btn-next {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  outline: none;
  background: #267df4;
  border: 1px solid #267DF4;
  width: 140px;
  position: relative;
}
.form-box .login-form .el-form-item.login-btn-container .login-btn-next i {
  position: absolute;
  left: 12px;
  font-size: 16px;
  transition: all 250ms ease;
}
.form-box .login-form .el-form-item.login-btn-container .login-btn-next span {
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  text-transform: uppercase;
  transition: all 300ms ease;
}
.form-box .login-form .el-form-item.login-btn-container .login-btn-next:hover {
  background: #3b8af5;
  border: 1px solid #267DF4;
}
.form-box .login-form .el-form-item.login-btn-container .login-btn-next:hover i {
  transform: scale(1.3, 1.3);
}
.form-box .login-form .el-form-item.login-btn-container .login-btn-next:hover span {
  color: #ffffff;
}
.form-box .login-form .el-form-item.login-btn-container .login-btn-loading {
  display: flex;
  align-items: center;
  padding: 8px 20px 8px 20px;
  outline: none;
  background: #d3e5fc;
  border: 1px solid #92bef9;
  transition: all 300ms ease;
}
.form-box .login-form .el-form-item.login-btn-container .login-btn-loading i {
  font-size: 16px;
  color: #267DF4;
  margin-right: 3px;
  transition: 200ms ease-in;
}
.form-box .login-form .el-form-item.login-btn-container .login-btn-loading span {
  margin-left: 0;
  font-size: 14px;
  color: #267DF4;
}
.form-box .login-form .actions {
  display: flex;
  justify-content: space-between;
  height: 24px;
}
.form-box .login-form .actions .register {
  color: #1853BB;
  font-size: 13px;
  font-weight: 500;
  outline: none;
}
.form-box .login-form .actions .register i {
  margin-right: 5px;
}
.form-box .login-form .actions .register:hover {
  text-decoration: none;
  color: #0a91ff;
}
.form-box .login-form .actions .forgot-password {
  color: #1853BB;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  outline: none;
}
.form-box .login-form .actions .forgot-password:hover {
  text-decoration: none;
  color: #0a91ff;
}

.share {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #c8d6e5;
}
.share i {
  color: #267DF4;
  font-size: 18px;
  margin-right: 6px;
}
.share span {
  color: #6b769d;
  font-weight: 500;
  font-size: 15px;
}
.share iframe {
  border: none;
  height: 60px;
  width: 100%;
  overflow: hidden;
}

.page-heading {
  height: 250px;
  width: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
}

.page-heading::after {
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  height: 250px;
  z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .list-box .list-box-detail {
    min-height: 185px;
  }
  .list-box .list-box-meta {
    padding: 0 10px 10px 10px;
  }
  .widget-last-content-container .content-container .vuebar-content .widget-last-image {
    min-width: 100px;
  }
  .widget-last-content-container .content-container .vuebar-content .widget-last-content .widget-last-title {
    padding: 8px;
  }
  .widget-last-content-container .content-container .vuebar-content .widget-last-content .widget-last-meta ul {
    padding-left: 8px;
  }
  .widget-last-content-container .content-container .vuebar-content .widget-last-content .widget-last-meta ul li {
    line-height: 15px;
  }
}
@media (max-width: 991.98px) {
  .main-menu {
    display: none !important;
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 6;
    width: 300px;
    padding: 0;
    margin: 0;
    background: #ffffff;
    display: flex !important;
    flex-direction: column;
    overflow-y: auto;
  }
  .mobile-menu .mobile-main-title, .mobile-menu .mobile-contact-title {
    margin: 30px 20px 10px 14px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
  }
  .mobile-menu .mobile-main-title i, .mobile-menu .mobile-contact-title i {
    color: #274cbf;
    font-size: 28px;
    margin-right: 10px;
  }
  .mobile-menu .mobile-main-title span, .mobile-menu .mobile-contact-title span {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: rgba(85, 85, 85, 0.9);
  }
  .mobile-menu .mobile-main-title::after, .mobile-menu .mobile-contact-title::after {
    position: absolute;
    content: "";
    bottom: 2px;
    height: 2px;
    left: 38px;
    width: 36px;
    background: rgba(38, 125, 244, 0.6);
  }
  .mobile-menu .mobile-contact-title {
    margin-bottom: 30px;
  }
  .mobile-menu ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
  }
  .mobile-menu ul li {
    cursor: pointer;
    margin-right: 40px;
  }
  .mobile-menu ul li .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 20px 10px 30px;
  }
  .mobile-menu ul li .nav-link svg {
    width: 20px;
    height: 20px;
    margin-right: 14px;
    z-index: 2;
  }
  .mobile-menu ul li .nav-link span {
    font-family: "Roboto", sans-serif;
    transition: all 500ms ease;
    font-size: 15px;
    font-weight: 500;
    color: rgba(85, 85, 85, 0.9);
    z-index: 2;
  }
  .mobile-menu ul li .nav-link.home svg {
    fill: #0899ac;
  }
  .mobile-menu ul li .nav-link.home span {
    color: #0899ac;
  }
  .mobile-menu ul li .nav-link.home.active::after {
    width: 100%;
    background: #e6f8fb;
  }
  .mobile-menu ul li .nav-link.volunteer svg {
    fill: #4323A7;
  }
  .mobile-menu ul li .nav-link.volunteer span {
    color: #4323A7;
  }
  .mobile-menu ul li .nav-link.volunteer.active::after {
    width: 100%;
    background: #d9d3ed;
  }
  .mobile-menu ul li .nav-link.part-time svg {
    fill: #128348;
  }
  .mobile-menu ul li .nav-link.part-time span {
    color: #128348;
  }
  .mobile-menu ul li .nav-link.part-time.active::after {
    width: 100%;
    background: rgba(208, 233, 220, 0.9);
  }
  .mobile-menu ul li .nav-link.online-lesson svg {
    fill: #5F58CC;
  }
  .mobile-menu ul li .nav-link.online-lesson span {
    color: #5F58CC;
  }
  .mobile-menu ul li .nav-link.online-lesson.active::after {
    width: 100%;
    background: rgba(206, 213, 252, 0.5);
  }
  .mobile-menu ul li .nav-link.videos svg {
    fill: #e84393;
  }
  .mobile-menu ul li .nav-link.videos span {
    color: #d03c84;
  }
  .mobile-menu ul li .nav-link.videos.active::after {
    width: 100%;
    background: rgba(232, 67, 147, 0.3);
  }
  .mobile-menu ul li .nav-link.legal svg {
    fill: #992d34;
  }
  .mobile-menu ul li .nav-link.legal span {
    color: #992d34;
  }
  .mobile-menu ul li .nav-link.legal.active::after {
    width: 100%;
    background: rgba(239, 215, 215, 0.7);
  }
  .mobile-menu ul li .nav-link.news svg {
    fill: #576574;
  }
  .mobile-menu ul li .nav-link.news span {
    color: #576574;
  }
  .mobile-menu ul li .nav-link.news.active::after {
    width: 100%;
    background: rgba(200, 214, 229, 0.5);
  }
  .mobile-menu ul li .nav-link.event svg {
    fill: #cba822;
  }
  .mobile-menu ul li .nav-link.event span {
    color: #cba822;
  }
  .mobile-menu ul li .nav-link.event.active::after {
    width: 100%;
    background: #fef6d4;
  }
  .mobile-menu ul li .nav-link.blog svg {
    fill: #4b90e5;
  }
  .mobile-menu ul li .nav-link.blog span {
    color: #4b90e5;
  }
  .mobile-menu ul li .nav-link.blog.active::after {
    width: 100%;
    background: #dcecff;
  }
  .mobile-menu ul li .nav-link::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    background: transparent;
    transition: all 500ms ease;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    z-index: 1;
  }
  .mobile-menu ul li:hover .nav-link.home::after {
    width: 100%;
    background: #e6f8fb;
  }
  .mobile-menu ul li:hover .nav-link.volunteer::after {
    width: 100%;
    background: #d9d3ed;
  }
  .mobile-menu ul li:hover .nav-link.part-time::after {
    width: 100%;
    background: rgba(208, 233, 220, 0.9);
  }
  .mobile-menu ul li:hover .nav-link.online-lesson::after {
    width: 100%;
    background: rgba(206, 213, 252, 0.5);
  }
  .mobile-menu ul li:hover .nav-link.videos::after {
    width: 100%;
    background: rgba(232, 67, 147, 0.3);
  }
  .mobile-menu ul li:hover .nav-link.legal::after {
    width: 100%;
    background: rgba(239, 215, 215, 0.7);
  }
  .mobile-menu ul li:hover .nav-link.news::after {
    width: 100%;
    background: rgba(200, 214, 229, 0.5);
  }
  .mobile-menu ul li:hover .nav-link.event::after {
    width: 100%;
    background: #fef6d4;
  }
  .mobile-menu ul li:hover .nav-link.blog::after {
    width: 100%;
    background: #dcecff;
  }
  .mobile-menu ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .mobile-menu .mobile-social {
    display: flex;
    align-items: center;
    flex-direction: row !important;
    margin-left: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mobile-menu .mobile-social a {
    cursor: pointer;
    margin-right: 20px;
  }
  .mobile-menu .mobile-social a i {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    padding: 6px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid transparent;
    transition: all 300ms ease;
  }
  .mobile-menu .mobile-social a i.ti-twitter {
    color: rgba(0, 172, 238, 0.99);
    border: 1px solid rgba(0, 172, 238, 0.99);
  }
  .mobile-menu .mobile-social a i.ti-facebook {
    color: #3b5998;
    border: 1px solid #3b5998;
  }
  .mobile-menu .mobile-social a i.ti-email {
    color: #ee845c;
    border: 1px solid #ee845c;
  }
  .mobile-menu .mobile-social a:hover i.ti-twitter {
    color: white;
    border-radius: 50%;
    background: rgba(0, 172, 238, 0.99);
    border: 1px solid rgba(0, 172, 238, 0.99);
  }
  .mobile-menu .mobile-social a:hover i.ti-facebook {
    color: rgba(255, 255, 255, 0.99);
    border-radius: 50%;
    border: 1px solid #3b5998;
    background-color: #3b5998;
  }
  .mobile-menu .mobile-social a:hover i.ti-email {
    color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    border: 1px solid #ee845c;
    background-color: #ee845c;
  }
  .mobile-menu .contact-address {
    display: flex;
    flex-direction: column;
    margin: 0 30px 20px 30px;
    position: relative;
  }
  .mobile-menu .contact-address-title {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed rgba(107, 118, 157, 0.5);
    padding-bottom: 4px;
    margin-bottom: 4px;
  }
  .mobile-menu .contact-address-title i {
    font-size: 20px;
    color: #6b769d;
    margin-right: 8px;
  }
  .mobile-menu .contact-address-title span {
    font-family: "Roboto", sans-serif;
    color: #6b769d;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
  }
  .mobile-menu .contact-address p {
    font-size: 13px;
    line-height: 17px;
    color: #6b769d;
  }
  .mobile-menu .contact-address a {
    display: flex;
    align-items: center;
  }
  .mobile-menu .mobile-close {
    position: fixed;
    top: 10px;
    left: 260px;
    opacity: 0;
    animation: 800ms ease 0s normal forwards 1 fadein;
  }
  .mobile-menu .mobile-close i {
    width: 28px;
    height: 28px;
    color: #267df4;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    border: 1px solid #267df4;
    border-radius: 50%;
    transition: all 300ms ease;
  }
  .mobile-menu .mobile-close:hover i {
    color: #274cbf;
    border: 1px solid rgba(39, 76, 191, 0.99);
  }
  @keyframes fadein {
    0% {
      opacity: 0;
    }
    66% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .mobile-nav-enter-active, .mobile-nav-leave-active {
    transition: all 400ms ease;
  }
  .mobile-nav-enter, .mobile-nav-leave-to {
    left: -300px;
    opacity: 0;
  }
  .mobile-nav-enter-to, .mobile-nav-leave {
    left: 0;
  }
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: background-color 300ms ease;
  }
  .overlay.active {
    display: block;
  }
  .list-box-list .list-box-img {
    width: 50%;
    min-height: 220px;
    height: auto;
  }
  .list-box-list .list-box-img-thumbnail {
    width: 100%;
    min-height: 240px;
  }
  .list-box-list .list-box-content {
    width: 50%;
  }
  .list-box-list .list-box-content .list-box-detail {
    min-height: 150px;
    height: auto;
  }
  .list-box-list .list-box-content .list-box-meta {
    margin-top: 10px;
  }
  .list-box-list .list-box-content .list-box-meta .user-link {
    display: inline;
  }
  .banner .banner-slider-inner {
    z-index: 1;
  }
  .home-init .carousel-inner .date-box {
    z-index: 1;
  }
  .special-header, .slick-slider {
    z-index: 1;
  }
  .property-box .tag.featured, .property-thumbnail:before {
    z-index: 1;
  }
  .el-carousel__container {
    height: 480px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .list-box .list-box-detail {
    min-height: 195px;
    height: auto;
  }
  .blog-list .photo {
    min-height: 260px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
  .blog-list .photo .social-list {
    bottom: 0;
    right: 0;
    left: 0;
    border-bottom-left-radius: 0;
  }
  .blog-list .details {
    padding-bottom: 20px;
  }
  .blog-list .details .contact ul li img {
    margin-right: 12px;
  }
}
@media (max-width: 767.98px) {
  .top-bar-container {
    justify-content: flex-end !important;
  }
  .top-bar-container .top-bar-contact {
    display: none !important;
  }
  .list-option-bar {
    flex-direction: column;
  }
  .list-option-bar-title {
    border-bottom: 1px solid rgba(38, 125, 244, 0.2);
  }
  .list-option-bar-title-icon {
    border-bottom-left-radius: 0;
  }
  .list-option-bar-select {
    padding: 10px;
  }
  .list-box-list {
    flex-direction: column;
  }
  .list-box-list .list-box-img {
    width: 100%;
  }
  .list-box-list .list-box-content {
    width: 100%;
  }
  .list-box.pod-cast.detail .pod-cast-icon, .list-box.video.detail .pod-cast-icon {
    display: none;
  }
  .list-box.pod-cast.detail .pod-cast-content, .list-box.video.detail .pod-cast-content {
    border-left: none !important;
    padding: 10px 0 !important;
  }
  .list-box-detail {
    height: 132px;
  }
  .list-box-list.legal.detail .legal-main .list-box-img {
    display: none;
  }
  .el-carousel__container {
    height: 380px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-list .photo {
    min-height: 260px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
  .blog-list .photo .social-list {
    bottom: 0;
    right: 0;
    left: 0;
    border-bottom-left-radius: 0;
  }
  .blog-list .details {
    padding-bottom: 20px;
  }
  .blog-list .details .contact ul li img {
    margin-right: 12px;
  }
}
@media (max-width: 575.98px) {
  .blog-list-fullwidth {
    padding: 80px 30px;
  }
  .blog-list-fullwidth .blog-list .photo {
    min-height: 260px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
  .blog-list-fullwidth .blog-list .photo .social-list {
    right: 0;
    left: 0;
    bottom: 0;
    border-bottom-left-radius: 0;
  }
  .share i, .share span {
    display: none;
  }
  .el-carousel__container {
    height: 300px !important;
  }
}
@media (max-width: 420.98px) {
  .el-carousel__container {
    height: 260px !important;
  }
}
