#main-header-3,
.sidebar-navigation ul li ul,
.sidebar-navigation ul li ul li.selected.selected--last > a:before,
.sidebar-navigation ul li ul li.selected > a,
.sidebar-navigation ul li ul li:hover > a {
  background-color: transparent;
}
.nav-sidebar {
  width: 350px;
  position: fixed;
  top: 0;
  left: -350px;
  height: 100vh;
  z-index: 9999;
  background: #fff;
  color: #fff;
  transition: 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.nav-sidebar.active {
  left: 0;
}
.nav-sidebar .overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.nav-sidebar .overlay.active {
  display: block;
  opacity: 1;
}
.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#dismiss {
  text-align: center;
  background: 0 0;
  position: absolute;
  top: 24px;
  font-size: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#top-header-2,
.top-header-5 {
  background-color: #0c47a9 !important;
}
.sidebar-logo img {
  width: 133px;
}
.get-in-touch .get-in-touch-box i,
.get-social div {
  width: 40px;
  line-height: 36px;
  height: 40px;
  text-align: center;
}
.sidebar-navigation ul {
  margin: 0;
  padding: 0;
}
.sidebar-navigation ul li,
.sidebar-navigation ul li ul.open {
  display: block;
}
.sidebar-navigation ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 10px;
  text-decoration: none;
  color: #2e2e2e;
  letter-spacing: normal;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.sidebar-navigation .pt0 {
  padding-top: 0;
}
.sidebar-navigation ul li a em {
  font-size: 12px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  padding: 4.5px 5px 5.5px;
  border-radius: 5px;
  font-weight: 100;
  color: #777;
}
.sidebar-navigation ul li.selected > a,
.sidebar-navigation ul li:hover > a {
  background-color: transparent;
  color: #2e2e2e;
  border-color: rgba(255, 255, 255, 0.1);
}
.sidebar-navigation ul li ul {
  display: none;
}
.sidebar-navigation ul li ul li a {
  color: #2e2e2e;
  border-color: rgba(255, 255, 255, 0.1);
  font-size: 15px;
  font-weight: 500;
  padding: 6px;
  text-transform: inherit;
}
.get-in-touch,
.get-social,
.sidebar-logo,
.sidebar-navigation {
  border-bottom: 1px solid #00000024;
}
.sidebar-navigation ul li ul li.selected > a:before,
.sidebar-navigation ul li ul li:hover > a:before {
  margin-right: 10px;
}
.sidebar-navigation ul li ul li.selected.selected--last > a {
  background-color: #94aab0;
  color: #fff;
}
.sidebar-navigation {
  height: auto;
  margin: 0 auto;
  padding: 30px 20px 20px;
}
.sidebar-inner span {
  margin: 0 0 20px;
  padding: 0 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
  color: #000;
}
.sidebar-logo {
  padding: 20px 30px;
}
.get-in-touch,
.get-social {
  height: auto;
  margin: 0 auto;
  padding: 30px;
}
.get-social div {
  display: inline-block;
  font-size: 17px;
  margin-right: 2px;
  border-radius: 5%;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.get-in-touch h3,
.get-social span,
.main-header .navbar,
.main-header .navbar-expand-lg {
  padding: 0;
}
.get-in-touch .get-in-touch-box {
  margin-bottom: 10px;
}
.get-in-touch .get-in-touch-box i {
  background: #f1e6e6;
  margin-right: 15px;
  font-size: 16px;
  color: #2e2e2e;
  border-radius: 3px;
}
.get-in-touch .get-in-touch-box a {
  color: #2e2e2e;
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 0;
  font-weight: 400;
}
.top-header {
  z-index: 999;
}
.top-header .social-list li {
  margin: 0 5px;
}
.top-header .list-inline {
  padding: 13px 0;
}
.top-header .list-inline a {
  color: #fff;
  margin-right: 15px;
  font-size: 15px;
  font-weight: 400;
}
.top-header .list-inline a i {
  margin-right: 5px;
}
.top-header .list-inline a:last-child {
  margin-right: 0;
}
.top-header ul li {
  padding: 0;
  display: inline-block;
  text-align: center;
  line-height: 49px;
  color: #fff;
  font-size: 15px;
}
.top-header .top-social-media li a {
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 2px rgb(255 255 255 / 20%);
  box-shadow: 0 0 0 1px rgb(255 255 255 / 20%);
}
.th10 .top-social-media li a {
  -webkit-box-shadow: 0 0 0 2px rgb(255 255 255 / 20%);
  box-shadow: 0 0 0 1px rgb(255 240 240 / 48%);
}
#top-header-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 50px;
  z-index: 998;
  border-bottom: none;
}
#top-header-2::after {
  content: "";
  position: absolute;

  top: 0;
  left: -2%;
  width: 500px;
  height: 50.5px;
  z-index: -1;
}
#main-header-2 .container-fluid,
#top-header-2 .container-fluid,
.container-0-30,
.header-with-top2 .container-fluid,
.top-header-5 .container-fluid {
  padding: 0 30px;
}
#top-header-2 .top-social-media li a {
  color: #fff !important;
  font-size: 13px !important;
  text-transform: uppercase;
  font-weight: 400;
}
#top-header-2 .top-social-media li a:hover {
  color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top-header-3 {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.top-header-3 .top-logo img {
  height: 50px;
}
.top-header-3 .top-header-inner {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  padding: 25px 0;
  max-width: 640px;
  margin-left: auto;
}
.top-header-3 .top-header-inner .top-contact-item {
  display: flex;
  justify-content: center;
  position: relative;
}
.top-header-3 .top-header-inner .top-contact-item i {
  font-size: 40px;
  color: #fff;
  margin: 0 10px 0 0;
}
.top-header-3 .top-header-inner .top-contact-item p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Barlow Condensed", sans-serif;
  margin-top: 3px;
  color: #fff;
}
.top-header-3 .top-header-inner .top-contact-item .content a {
  font-size: 21px;
  line-height: 1.2;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
}
.top-header-3 .top-header-inner .top-contact-item::before {
  position: absolute;
  content: "";
  background: #9b9b9b85;
  width: 1px;
  height: 100%;
  right: -20%;
}
.header-with-tops .dropdown-toggle::after,
.main-header-5 .logos,
.top-header-3 .top-header-inner .top-contact-item.tci2::before {
  display: none;
}
#top-header-4 {
  position: initial;
  width: 100%;
  z-index: 999;
  background: #fff;
}
#top-header-4 .top-header-inner .top-contact-item .content a {
  color: #161616;
}
.main-header {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}
.main-header .container {
  position: relative;
}
.main-header .logos {
  padding: 0;
  margin-right: 50px;
  float: left;
}
.main-header .logos img {
  height: 80px;
  width: auto;
}
.main-header .btn-md {
  margin-top: 20px;
}
.header-transparent {
  position: absolute;
  z-index: 9;
  width: 100%;
  border-bottom: 1px solid rgba(220, 220, 220, 0.2);
}
.main-header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 40px 13px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #515151;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-header .navbar-expand-lg .navbar-nav .link-color:hover {
  background: 0 0;
}
.main-header .form-inline .submit {
  padding: 7px 22px;
  border-radius: 3px;
  font-size: 14px;
  margin-left: 15px;
  font-weight: 600;
}
.main-header .dropdown-menu {
  min-width: 12rem;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #212529;
  border: none;
  -webkit-transition: opacity 0.4s, visibility 0.4s linear,
    -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, visibility 0.4s linear,
    -webkit-transform 0.4s;
  border-radius: 0;
  border-top: 1px solid #f1f1f1;
}
.dropdown .dropdown-item:hover > .dropdown-menu {
  display: block;
  -webkit-transition: opacity 0.4s, visibility 0.4s linear,
    -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, visibility 0.4s linear,
    -webkit-transform 0.4s;
}
.main-header .dropdown-menu .dropdown-submenu .dropdown-menu {
  margin: -1px;
}
.main-header .dropdown-menu a {
  padding: 10px 20px;
  color: #535353;
  transition: 0.3s ease-in-out;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  background: 0 0 !important;
}
#main-header-1 .navbar-expand-lg .navbar-nav .nav-link,
#main-header-3 .navbar-expand-lg .navbar-nav .nav-link {
  letter-spacing: 0.5px;
  color: #515151;
  -webkit-transition: 0.5s;
  line-height: 20px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}
.main-header .dropdown-menu a:hover {
  background: 0 0;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.main-header .dropdown-toggle::after {
  top: 17px;
}
#main-header-1 {
  z-index: 999;
  top: 50px;
  background-color: #fff;
}
#main-header-1 .navbar-expand-lg .navbar-nav .nav-link {
  transition: 0.5s;
  padding: 42px 15px 34px;
  border-bottom: 3px solid transparent;
  border-radius: 0;
}
#main-header-1 .navbar-expand-lg .navbar-nav .submit-property {
  padding: 13px 25px 11px;
  border-radius: 0;
  margin: 27px 0 0 20px;
}
#main-header-1 .btn-5 {
  display: inline-block;
  position: relative;
  z-index: 5;
  transition: 0.7s;
  background: 0 0;
}
#main-header-1 .btn-5:before,
.btn-5:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: 0.7s;
}
#main-header-1 .btn-5:after,
.btn-5:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: 0.7s;
}
#main-header-1 .btn-5:hover:before,
.btn-5:hover:after {
  width: 100%;
}
#main-header-1 .btn-5:before,
#main-header-1 .btn-5:hover,
.btn-5:after {
  color: #fff !important;
}
#main-header-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: -3%;
  width: 22%;
  height: 100px;
  z-index: -1;
  background-color: #21526B !important;
  -webkit-transform: skew(23deg);
  transform: skew(23deg);
  border-radius: 0 10px 10px 0;
}
#main-header-3 {
  z-index: 999;
  top: 30px;
  box-shadow: none;
}
#main-header-3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 36px 15px 34px;
  transition: 0.5s;
}
#main-header-3 .header-inner {
  background: #fff;
  padding: 0 15px 0 25px;
}
#main-header-3 .logos {
  margin-right: 10px;
  padding: 25px 0;
}
#main-header-3 .logos img {
  height: 40px;
}
#main-header-4 {
  top: 50px;
  background: #fff;
}
.header-with-tops {
  position: relative;
  left: 0;
  z-index: 998;
  top: 50px;
  width: 100%;
}
#main-header-4 .contact-now {
  display: flex;
  align-items: center;
}
#main-header-4 .contact-now .left {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 100px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background-color: #0c47a9;
}
#main-header-4 .contact-now .right,
.main-header-5 .navbar-expand-lg .navbar-nav {
  padding-left: 10px;
}
#main-header-4 .contact-now .right h5 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  margin: 5px 0 3px;
}
#main-header-4 .contact-now .right h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
#main-header-4 .contact-now .right h4 a {
  color: #fff;
}
#main-header-4 .header-right {
  padding: 22.5px 0 22.5px 20px;
  width: 260px;
  margin-left: auto;
}
#main-header-4 .header-left {
  padding-left: 30px;
}
#main-header-4 .header-centar {
  margin-left: auto;
}
#main-header-4 .logos {
  padding: 25px 0;
  margin-right: 0;
}
#main-header-4 .navbar-expand-lg .navbar-nav .nav-link {
  line-height: 20px;
  font-size: 15px;
  font-weight: 600;
  color: #161616;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 42px 16px 35px;
  border-bottom: 3px solid transparent;
  border-radius: 0;
}
#main-header-4 .header-search .form-inline {
  margin: 20px 100px 0 auto;
}
.main-header-5 {
  width: 100%;
  transition: 0.3s;
  top: 110px !important;
  background: 0 0;
  box-shadow: none;
}
.main-header-5 .header-inner {
  background-color: #ffffff38 !important;
  box-shadow: 0 0 20px 0 rgb(0 6 91 / 6%);
  z-index: 999;
  top: 30px;
  background: #fff;
  padding: 0;
}
.main-header-5 .navbar-expand-lg .navbar-nav .nav-link {
  font-size: 15px;
  padding: 19px 16px 18.5px;
  text-transform: uppercase;
  color: #fff;
}
.main-header-5 .navbar-expand-lg .navbar-nav .h-icon {
  background: #fff !important;
  padding: 20px 25px 17.5px;
}
#main-header-6 .navbar-expand-lg .navbar-nav {
  padding-left: 0;
}
@media all and (min-width: 992px) {
  #main-header-2.sticky-header,
  .header-shrink,
  .sticky-header {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .sticky-header .nav-link::after {
    display: none !important;
  }
  #main-header-6.header-shrink .navbar-expand-lg .navbar-nav .nav-link,
  .sticky-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
  }
  .sticky-header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #fff !important;
  }
  .sticky-header .open-offcanvas {
    color: #fff;
    display: inline-block;
  }
  .header-shrink .navbar-expand-lg .navbar-nav .nav-link,
  .header-shrink .open-offcanvas {
    color: #515151;
  }
  .sticky-header {
    position: fixed;
    background: 0 0;
    top: 50px;
    z-index: 1000;
    width: 100%;
  }
  #main-header-2.sticky-header {
    top: 0;
    border-bottom: 1px solid rgba(220, 220, 220, 0.2);
  }
  .main-header-7.sticky-header {
    top: 50px !important;
    border-bottom: none;
    box-shadow: none;
  }
  .header-with-top2.sticky-header {
    border-bottom: none !important;
  }
  #main-header-4.sticky-header {
    border-bottom: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
  }
  .header-shrink {
    background: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    top: 0 !important;
  }
  #main-header-5.header-shrink .navbar-expand-lg .navbar-nav .nav-link {
    color: #f3f3f3;
  }
  #main-header-5.sticky-header {
    box-shadow: none;
  }
  .header-fixed.small {
    background: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    top: 0;
    z-index: 1000 !important;
  }
}
@media (max-width: 1200px) {
  #main-header-2 .navbar-expand-lg .navbar-nav .nav-link {
    letter-spacing: 0;
    padding: 40px 11px;
  }
  #main-header-1 .navbar-expand-lg .navbar-nav .submit-property {
    padding: 13px 22px 11px;
    margin: 27px 0 0;
  }
  .main-header .form-inline .submit {
    margin-left: 10px;
  }
  #main-header-2::after {
    width: 27%;
  }
  #main-header-4 .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 8px;
    padding-right: 8px;
  }
  #main-header-4 .contact-now .right h4 {
    font-size: 18px;
  }
  #main-header-4 .contact-now .right h5 {
    font-size: 12px;
  }
  #main-header-6 .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #fff !important;
  }
  #main-header-4 .header-right {
    width: 235px;
  }
}
@media (max-width: 992px) {
  .main-header .logos img {
    height: 70px;
    width: auto;
  }
  #main-header-2 .container-fluid,
  .header-with-top2 .container-fluid {
    padding: 0 15px;
  }
  .main-header .dropdown-menu {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
  }
  .main-header .navbar-expand-lg .navbar-nav .link-color {
    padding: 10px 15px !important;
    border-radius: 0;
    font-size: 14px;
    background: #f9f9f9 !important;
    border: transparent !important;
    margin: 0;
    color: #515151 !important;
  }
  .main-header .search-fields button {
    background: #efefef;
  }
  .main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 15px;
    background: #f9f9f9;
  }
  .main-header .navbar-expand-lg .navbar-nav .link-color:hover {
    background: #f9f9f9;
  }
  .main-header .dropdown-menu a {
    padding: 10px 30px;
  }
  .main-header .form-inline .submit {
    margin: 0 0 50px 10px;
    font-size: 12px;
  }
  .navbar-light .navbar-toggler {
    border: none !important;
    font-size: 18px;
    font-weight: 400;
  }
  .navbar-light .navbar-toggler span {
    color: #fff;
  }
  .navbar-light .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler {
    padding: 0 10px;
    width: 105px;
    color: #fff;
    height: 40px;
    outline: 0;
    border-radius: 0;
    font-weight: bold;
  }
  #main-header-4 .header-centar,
  #main-header-4 .header-right {
    display: none;
  }
  #main-header-4 .header-left {
    padding-left: 0;
  }
  #main-header-6 .navbar-toggler,
  .main-header-5 .navbar-toggler {
    border: 1px solid #fff !important;
    background: 0 0 !important;
  }
  #top-header-2::after {
    width: 480px;
  }
  #main-header-2.sticky-header {
    border-bottom: 1px solid rgba(220, 220, 220, 0.2);
  }
  .header-with-top2.sticky-header {
    border-bottom: none !important;
  }
  .header-with-top2 {
    background: #fff;
  }
  #main-header-3 .logos,
  #main-header-4 .logos {
    padding: 20px 0;
  }
  #main-header-3 {
    top: 15px;
  }
  #main-header-2::after {
    width: 30%;
    height: 80px;
  }
  .main-header .logos {
    padding: 5px 0;
  }
  #main-header-4 .navbar-expand-lg {
    padding: 0 30px;
  }
  .main-header-5 .logos {
    display: flex;
  }
  .main-header-5 {
    top: 0 !important;
  }
  .main-header-5 .header-inner {
    padding: 0;
    box-shadow: none;
  }
  #main-header-6 {
    background: #fff !important;
  }
  .sticky-header {
    position: fixed;
    background: 0 0;
    top: 0;
    z-index: 1000;
    width: 100%;
  }
  #main-header-3 .header-inner {
    background: #fff;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  #main-header-1,
  #main-header-4 {
    top: 0;
  }
  #main-header-2::after {
    width: 35%;
    left: -4%;
  }
  #top-header-2,
  .top-header,
  .top-header .d-none-768 {
    display: none;
  }
  #main-header-4 .navbar-expand-lg,
  #top-header-2 .container-fluid {
    padding: 0 15px;
  }
  #top-header-2 .top-social-media li a {
    font-size: 14px;
  }
  #top-header-2::after {
    width: 55%;
    -webkit-transform: skew(23deg);
    transform: skew(337deg);
  }
  .top-header .list-inline a {
    margin-right: 0;
  }
  .top-header .sign-in,
  .top-header .sign-in:hover {
    padding: 6px 9px;
  }
  .main-header .company-logo img {
    height: 40px;
  }
  .main-header {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  }
}
@media (max-width: 575px) {
  .top-header .n-575 {
    display: none;
  }
  #main-header-2::after {
    width: 46%;
  }
}
@media (min-width: 992px) {
  .animation-img {
    animation: 25s linear infinite alternate bgburnsEast;
    -webkit-animation: 25s linear infinite alternate bgburnsEast;
  }
  #main-header-2 .navbar-expand-lg .navbar-nav .nav-link:hover,
  #main-header-5 .navbar-expand-lg .navbar-nav .nav-link:hover,
  #main-header-6 .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #fff !important;
  }
}
@media (min-width: 768px) {
  .dropdown:hover > .dropdown-menu {
    max-width: 100%;
    margin: auto;
    opacity: 1;
    visibility: visible;
  }
  .dropdown .dropdown-item:hover > .dropdown-menu,
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
@media (min-width: 180px) {
  .header-fixed.small,
  .header-shrink {
    background: #fff !important;
    top: 0 !important;
  }
  #main-header-3.header-shrink,
  .header-shrink {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .header-shrink,
  .main-header-7.header-shrink {
    top: 0 !important;
  }
  .header-fixed.small {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
  }
  #main-header-5.small,
  #main-header-5.small .header-inner {
    background: #0c47a9 !important;
  }
  .header-shrink {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
}
