/* = Breadcrumb = */
.image-overlay {
  position: relative;
}
.image-overlay:before {
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  background-color: #000927;
}
:focus {
  outline: none !important;
}
ul.bao-content-list {
  list-style: none;
  padding-left: 30px;

}
ul.bao-content-list li {
  position: relative;
  margin-bottom: 5px;
  font-size: 16px;
}
ul.bao-content-list li:before {
  top: 0;
  left: -30px;
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
/* 20. Preloader */
#preloader {
  background-color: #000D38;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}
#loading-center{
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  position: absolute;
  transform: translate( -50%, -50% );
}
.object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}
#object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
#object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;

}

@-webkit-keyframes object_one {
75% { -webkit-transform: scale(0); }
}

@keyframes object_one {

  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

}

@-webkit-keyframes object_two {


  75% { -webkit-transform: scale(0); }


}

@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform:  scale(0);
  }

}

@-webkit-keyframes object_three {

  75% { -webkit-transform: scale(0); }

}

@keyframes object_three {

  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

}

.slider-style-three .custom.tparrows,
.slider-style-two .custom.tparrows {
  height: 80px !important;
  background: rgba(255, 255, 255, 0.2) !important;
  transition: all .3s linear !important;
}
.slider-style-three .custom.tparrows:hover,
.slider-style-two .custom.tparrows:hover {
  width: 80px !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.slider-style-three .tp-rightarrow.custom.tparrows:hover,
.slider-style-two .tp-rightarrow.custom.tparrows:hover {
   transform: matrix(1, 0, 0, 1, -80, -40) !important;
}
.slider-style-three .tp-leftarrow.custom.tparrows:hover,
.slider-style-two .tp-leftarrow.custom.tparrows:hover {
   transform: matrix(1, 0, 0, 1, 0, -40) !important;
}
.tp-leftarrow:before {
  content: "\f060"  !important;
}
.tp-rightarrow:before {
  content: "\f061"  !important;
}
.tparrows:before {
  color: #ffffff !important;
  line-height: 80px !important;
  font-family: "Font Awesome 5 Pro" !important;
}
.tparrows:hover:before {
  color: #ffffff !important;
}
rs-module [class*=" fa-"]:before {
  font-family: "Font Awesome 5 Pro" !important;
}

/* - Scroll To Top 
=============================================================================*/
#scroller {
    right: 0;
    z-index: 1;
    color: #fff;
    width: 50px;
    bottom: 30px;  
    height: 50px;
    display: none;
    position: fixed;  
    cursor: pointer;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #00aeff;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5b7d9a;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #5b7d9a;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #5b7d9a;
}
:-moz-placeholder { /* Firefox 18- */
  color: #5b7d9a;
}
::placeholder {
  color: #5b7d9a;
}

/* - Portfolio
=============================================================================*/
.portfolio-active .owl-nav .owl-prev,
.portfolio-active .owl-nav .owl-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-active .owl-prev,
.portfolio-active .owl-next {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background: #fff;
  border-radius: 50%;
  font-size: 20px;
  color: #ff7a21;
  left: -110px;
  transition: .3s linear;
  z-index: 1;
}
.portfolio-active .owl-prev::before,
.portfolio-active .owl-next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: -moz-linear-gradient( 0deg, rgb(255,93,13) 0%, rgb(242,74,0) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,93,13) 0%, rgb(242,74,0) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,93,13) 0%, rgb(242,74,0) 100%);
  transition: .3s linear;
  opacity: 0;
  z-index: -1;
}
.portfolio-active .owl-next {
  left: auto;
  right: -110px;
}
.portfolio-active .owl-next:hover,
.portfolio-active .owl-prev:hover {
  color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(255, 122, 33, 0.4);
}
.portfolio-active .owl-next:hover::before,
.portfolio-active .owl-prev:hover::before {
  opacity: 1;
}


/* - Toggle Menu
=============================================================================*/
.tm-widget {
  margin-bottom: 50px;
  margin-top: 30px;
}
.toggle-menu-logo {
  width: 150px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.extra-info h4 {
  margin-bottom: 30px;
}
.tm-widget ul li:before,
.tm-widget ul li a {
  color: #ffffff;
}