* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}
body {
  font-size:16px;
  color:#93959e;
  line-height:26px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Rubik', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}
  @media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}
.large-container{
  max-width: 1550px;
  padding: 0px 15px;
  margin: 0 auto;
}
.container-fluid{
  padding: 0px;
  padding-left: 60px;
    padding-right: 60px;
}
.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}
.small-container{
  max-width:680px;
  margin:0 auto;
}
.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}
a{
  font-family: 'Rubik', sans-serif;
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
a:hover{
  text-decoration:none;
  outline:none;
}
input,button,select,textarea{
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
::-webkit-input-placeholder {
  color: inherit;
}
::-moz-input-placeholder {
  color: inherit;
}
::-ms-input-placeholder {
  color: inherit;
}
ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}
input{
  transition: all 500ms ease;
}
button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}
p{
  position: relative;
  font-family: 'Rubik', sans-serif;
  color: #93959e;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}
h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  color: #2d2929;
  margin: 0px;
  transition: all 500ms ease;
}
/* Preloader */
.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #1b1d21;
  z-index: 9999999;
}
.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #1b1d21;
  cursor: pointer;
  right: 20px;
  top: 20px;
  font-weight: 400;
}
.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}
.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading{
  color: #ffffff;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #ffffff;
}
.handle-preloader .animation-preloader .spinner{
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5); 
}
/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}
.centred{
  text-align: center;
}
.pull-left{
  float: left;
}
.pull-right{
  float: right;
}
figure{
  margin: 0px;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}
/** button **/
.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 17px;
  line-height: 25px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 15.5px 34px;
  text-transform: capitalize;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}
.theme-btn.btn-one{
  color: #ffffff;
  background-color: #d7a119;
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
}
.theme-btn:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
.theme-btn.btn-one:before{
  background-color: #1b1d21;
  color: #fff;
}
.theme-btn:hover:before{
  width: 100%;
}
.theme-btn span{
  margin-right: 10px;
  font-size: 18px;
  font-weight: 500;
}
.theme-btn.btn-two{
  color: #93959e;
  border: 1px solid #e5e7ec;
}
.theme-btn.btn-two:hover{
  color: #ffffff;
  border-color: #d7a119;
}
.theme-btn.btn-two:before{
  background-color: #d7a119;
}
.theme-btn.btn-three{
  color: #2d2929;
  border: 2px solid #fff;
  background-color: #ffffff;
}
.theme-btn.btn-three:before{
}
.theme-btn.btn-three:hover{
  color: #ffffff;
}
.pagination{
  position: relative;
  display: block;
}
.pagination li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.pagination li:last-child{
  margin: 0px !important;
}
.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-weight: 500;
  border: 1px solid #e5e7ec;
  background: #ffffff;
  text-align: center;
  color: #2d2929;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}
.pagination li a:hover,
.pagination li a.current{
  color: #fff;
}
.pagination li a i{
  font-weight: 700;
}
.sec-pad{
  padding: 80px 0px 80px 0px;
}
.sec-pad-2{
  padding: 120px 0px;
}
.mr-0{
  margin: 0px !important;
}
.scroll-top{
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  color: #ffffff;
  font-size: 40px;
  z-index: 99;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
  background: #d7a119;
}
.scroll-top.open {
  bottom: 50px;
}
.scroll-top:after, 
.scroll-top:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.scroll-top:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.sec-title{
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.sec-title h5{
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 13px;
  color: #000;
}
.sec-title h2{
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  margin: 0px;
}
.sec-title.light h2{
  color: #ffffff;
}
.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  box-shadow: 0 10px 20px 0px rgb(0 0 0 / 7%);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  background: #000;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/** header-top **/
.header-top{
  position: relative;
  background-color: #e4aa3e;
  padding: 11.5px 70px;
}
.header-top .info li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 15px;
  color: #000;
  margin-right: 40px;
  padding-left: 22px;
}
.header-top .info li:last-child{
  margin: 0px !important;
}
.header-top .info li a{
  display: inline-block;
  color: #000;
}
.header-top .info li a:hover{
}
.header-top .info li i{
  position: absolute;
  color: #000;
  left: 0px;
  top: 5px;
}
.header-top .info li:before{
  position: absolute;
  content: '';
  background-color: #000;
  width: 1px;
  height: 16px;
  top: 4px;
  right: -20px;
}
.header-top .info li:last-child:before{
  display: none;
}
.header-top .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}
.header-top .social-links li:last-child{
  margin: 0px !important;
}
.header-top .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #000;
}
.header-top .social-links li a:hover{
}
.header-top .social-links,
.header-top .sign-box{
  position: relative;
  float: left;
}
.header-top .social-links{
  margin-right: 60px;
}
.header-top .social-links:before{
  position: absolute;
  content: '';
  background-color: #000;
  width: 1px;
  height: 16px;
  right: -30px;
  top: 4px;
}
.header-top .sign-box a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #000;
}
.header-top .sign-box a:hover{
}
.header-top .sign-box a i{
  margin-right: 8px;
  color: #000;
}
/** header-lower **/
.header-lower{
  background-color: #000;
  position: relative;
}
.main-header .outer-box{
  position: relative;
  padding: 0px 70px;
}
.main-header .outer-box .main-box{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
	max-width: 1200px;
    margin: 0 auto;
}
.main-header .logo-box{
  position: relative;
  padding: 7px 0px;
}
.main-header .logo-box .logo{
  max-width: 290px;
}
.main-header .logo-box .logo img{
  width: 100%;
}
/** main-menu **/
.main-menu{
  float: left;
}
.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}
.main-menu .navigation{
  margin:0px;
}
.main-menu .navigation > li{
  position:inherit;
  float:left;
  z-index:2;
  padding:40px 0px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}
.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}
.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}
.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:17px;
  line-height:30px;
  font-weight:500;
  opacity:1;
  color: #fff;
  padding: 0px 20px;
  z-index:1;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}
.main-menu .navigation > li.dropdown > a{
  padding-right: 40px;
}
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  
}
.main-menu .navigation > li.dropdown > a span{
  position: relative;
  display: inline-block;
}
.main-menu .navigation > li.dropdown > a span:before{
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  top: 2px;
  right: -17px;
  font-size: 16px;
}
.main-menu .navigation > li > a:before{
  position: absolute;
  content: '';
  width: 10px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%) scale(0,0);
  bottom: -4px;
  transition: all 500ms ease;
  background-color: #e4aa3e;
}
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before{
  transform: translateX(-50%) scale(1,1);
}
.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:230px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  padding-bottom: 15px;
  filter: alpha(opacity=0);
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}
.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.main-menu .navigation > li:hover > ul > li{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.main-menu .navigation > li > ul > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}
.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding:7px 0px;
  line-height:24px;
  font-weight:400;
  font-size:15px;
  text-transform:capitalize;
  color:#2d2929;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{
}
.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
  border-bottom: none;
}
.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:7px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}
.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  right:100%;
  top:0%;
  width:230px;
  z-index:100;
  display:none;
  padding: 10px 0px;
  padding-bottom: 15px;
  filter: alpha(opacity=0);
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}
.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}
.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.main-menu .navigation > li > ul > li:hover > ul > li{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}
.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:7px 0px;
  line-height:24px;
  font-weight:400;
  font-size:15px;
  text-transform:capitalize;
  color:#2d2929;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover{
  
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}
.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  filter: alpha(opacity=100);
  top: 100%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0); 
}
.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}
.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
  
}
.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}
.menu-area .mobile-nav-toggler {
  /*position: relative;
  float: right;*/
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}
.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  background-color: #e4aa3e;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;  
}
@media only screen and (max-width: 499px){
  .menu-area .mobile-nav-toggler {
    margin-bottom: 0px !important;
  }
}
.main-header.style-two .menu-area .mobile-nav-toggler .icon-bar{
  background-color: #222;
}
.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}
/** megamenu-style **/
.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}
.main-menu .navigation li.dropdown .megamenu li h4{
  font-weight: 500;
  padding: 3px 0px;
  margin-bottom: 10px;
}
/** mobile-menu **/
.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}
.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}
.mobile-menu .navbar-collapse{
  display:block !important; 
}
.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 100px;
}
.mobile-menu-visible{
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}
.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}
.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #061a3a;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}
.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}
.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}
.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}
.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}
.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}
.mobile-menu .navigation li.current > a:before{
  height:100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  color: #ffffff;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}
.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}
.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}
.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}
.mobile-menu .social-links li a:hover{
  
}
div#mCSB_1_container{
  top: 0px !important;
}
.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}
.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}
.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}
.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}
.mobile-menu .contact-info ul li a:hover{
  
}
.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}
.main-header .outer-box{
  position: relative;
}
.main-header .sticky-header .logo-box{
  padding: 15.5px 0px !important;
}
.main-header .sticky-header .navigation > li{
  padding: 25px 0px !important;
}
.main-header .sticky-header .menu-right-content{
  margin-top: 11px !important;
}
/** banner-section **/
.banner-section{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 150px;
  padding-bottom: 60px;
}
.banner-section:before{
  position: absolute;
  content: '';
  /*background-color: #1d2534;*/
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
}
.banner-section .content-box{
  position: relative;
  display: block;
  margin-bottom: 100px;
}
.banner-section .content-box h2{
  position: relative;
  display: block;
  font-size: 55px;
  line-height: 65px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
}
.banner-section .content-box p{
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.tabs-box .tab.active-tab{
  display:block;  
}
.tabs-box .tab{
  transform:scale(0.98,0.98) translateY(0px);
}
.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}
.nice-select:after{
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  color: #808288;
  top: 0px;
  right: 25px;
  margin: 0px;
  font-weight: 700;
  border: none !important;
  transform: rotate(0deg) !important;
}
.nice-select{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  max-width: 100%;
  line-height: 50px;
  border: 1px solid #e5e7ec !important;
  font-size: 14px;
  color: #808288;
  font-weight: 400;
  background: transparent;
  border-radius: 5px;
  padding: 0px 20px;
  text-transform: uppercase;
}
.search-field .top-search .nice-select{
  padding: 0px 50px;
}
.search-field .top-search .column:last-child .nice-select{
  padding: 0px 20px;
}
.search-field{
  position: relative;
  display: block;
  z-index: 1;
}
.search-field .top-search{
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 15px 50px 0px rgb(0 0 0 / 10%);
}
.search-field .top-search .search-form{
  position: relative;
  padding: 25px 170px 32px 40px;
}
.search-field .top-search .form-group{
  position: relative;
  margin: 0px;
}
.search-field .top-search .form-group label{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #0f172b;
  margin-bottom: 7px;
}
.search-field .top-search .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e7ec;
  border-radius: 5px;
  padding: 10px 20px 10px 50px;
  font-size: 14px;
  color: #808288;
  transition: all 500ms ease;
}
.search-field .top-search .form-group .field-input,
.search-field .top-search .form-group .select-box{
  position: relative;
  min-height: 50px;
}
.search-field .top-search .form-group i{
  position: absolute;
  top: 19px;
  left: 20px;
  font-size: 14px;
  color: #808288;
  z-index: 1;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus{
  border: 1px solid #e5e7ec;
}
.nice-select .option{
  padding: 5px 20px 2px 20px !important;
}
.nice-select .option{
  background-color: transparent !important;
  padding: 4px 20px 4px 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400 !important;
  color: #808288;
}
.nice-select .list{
  padding: 20px 20px !important;
}
.search-field .top-search .search-btn{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 140px;
  height: 100%;
  text-align: center;
}
.search-field .top-search .search-btn button{
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  font-size: 17px;
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  border-radius: 0px 5px 5px 0px;
  transition: all 500ms ease;
  background: #e4aa3e;
}
.search-field .top-search .search-btn button:hover{
  background-color: #1b1d21 !important;
}
.search-field .top-search .search-btn button span{
  display: block;
  margin-top: 6px;
}
.search-field .tab-btn-box li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #0f172b;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 5px 5px 0px 0px;
  width: 120px;
  padding: 10px 10px;
  cursor: pointer;
  transition: all 500ms ease;
}
.search-field .tab-btn-box li.active-btn{
  color: #ffffff;
}
.search-field .advanced-search-text{
  position: relative;
  display: block;
  text-align: right;
  padding: 14px 0px 6px 0px;
}
.search-field .advanced-search-text h6{
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  padding-right: 17px;
}
.banner-section .search-field .advanced-search-text h6{
  color: #ffffff;
}
.search-field .advanced-search-text h6 i{
  position: relative;
  font-size: 18px;
  margin-right: 10px;
  top: 2px;
}
.search-field .advanced-search-text h6:before{
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  top: 2px;
  right: 0px;
}
.advanced-search{
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 45px 40px 34px 40px;
  box-shadow: 0 15px 50px 0px rgb(0 0 0 / 10%);
}
.search-field .advanced-search .form-group{
  position: relative;
  margin-bottom: 23px;
}
.search-field .advanced-search .select-box{
  position: relative;
  min-height: 50px;
}
.search-field .advanced-search label {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #0f172b;
  margin-bottom: 7px;
}
.search-field .advanced-search .range-box{
  position: relative;
  display: block;
  padding-top: 0px;
}
.search-field .advanced-search .range-box h6{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #0f172b;
  margin-bottom: 6px;
}
.ui-widget.ui-widget-content{
  border: none;
  height: 3px;
  background-color: #e5e7ec;
}
.ui-slider-horizontal .ui-slider-range{
}
.ui-slider .ui-slider-handle{
  position: absolute;
  content: '';
  top: -4px;
  width: 11px;
  height: 11px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0px;
}
.search-field .advanced-search .range-box input{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 6px;
}
.banner-section .inner-container{
  position: relative;
}
/** category-section **/
.category-section{
  position: relative;
  padding: 120px 0px 120px 0px;
  background-color: #ffffff;
}
.category-section .category-list li{
  position: relative;
  display: inline-block;
  float: left;
  width: 20%;
}
.category-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 210px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 34px 30px 35px 30px;
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
}
.category-block-one .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}
.category-block-one .inner-box:hover:before{
  height: 100%;
}
.category-section .category-block-one .inner-box{
  margin: 0 auto;
}
.category-section .inner-container{
  position: relative;
  margin: 0px -15px;
}
.category-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 12px;
  color: #93959e;
  transition: all 500ms ease;
}
.category-block-one .inner-box:hover .icon-box{
  color: #ffffff;
}
.category-block-one .inner-box h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 12px;
  transition: all 500ms ease;
}
.category-block-one .inner-box h5 a{
  display: inline-block;
  color: #2d2929;
}
.category-block-one .inner-box:hover h5 a{
  color: #ffffff;
}
.category-block-one .inner-box span{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  background-color: #f2f2f5;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}
.category-block-one .inner-box:hover span{
  background-color: rgba(255,255,255,0.1);
  color: #ffffff;
}
.category-section .more-btn{
  position: relative;
  margin-top: 50px;
}
.bg-color-1{
  background-color: #fff;
}
/** feature-section **/
.feature-section{
  position: relative;
}
.feature-section .sec-title h2{
  margin-bottom: 21px;
}
.feature-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 10px;
  transition: all 500ms ease;
}
.feature-block-one .inner-box{
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
}
.feature-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}
.feature-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}
.feature-block-one .inner-box .image-box .image::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255,.2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.feature-block-one .inner-box:hover .image-box .image::after {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.feature-block-one .inner-box .image-box .image img{
  width: 100%;
}
.feature-block-one .inner-box .image-box .image:before{
  position: absolute;
  content: '';
  background-color: #000000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.3;
  z-index: 1;
}
.feature-block-one .inner-box .image-box .batch{
  position: absolute;
  left: 30px;
  top: 0px;
  width: 30px;
  height: 42px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background-color: #f94c4c;
  z-index: 1;
}
.feature-block-one .inner-box .image-box .batch:before{
  position: absolute;
  content: '';
  background-color: #f94c4c;
  width: 14px;
  height: 4px;
  left: 0px;
  bottom: -4px;
  border-bottom-left-radius: 3px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}
.feature-block-one .inner-box .image-box .batch:after{
  position: absolute;
  content: '';
  background-color: #f94c4c;
  width: 14px;
  height: 4px;
  right: 0px;
  bottom: -4px;
  border-bottom-right-radius: 3px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
}
.feature-block-one .inner-box .image-box .category{
  position: absolute;
  left: 25px;
  top: 10px;
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 0px 14px;
  text-align: center;
  background-color: #f2b241;
  z-index: 1;
}
.feature-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 0px 30px 40px 30px;
}
.feature-block-one .inner-box .lower-content .author-info{
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
  padding: 15px 15px;
  margin-top: -35px;
  margin-bottom: 28px;
  min-height: 70px;
  z-index: 1;
}
.feature-block-one .inner-box .lower-content .author-info .author{
  position: relative;
  padding: 7px 0px 7px 52px;
}
.feature-block-one .inner-box .lower-content .author-info .author .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.feature-block-one .inner-box .lower-content .author-info .author .author-thumb img{
  width: 100%;
  border-radius: 50%;
}
.feature-block-one .inner-box .lower-content .author-info .author h6{
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
}
.feature-block-one .inner-box .lower-content .author-info .buy-btn a{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border-radius: 3px;
  background-color: #7360ff;
  padding: 0px 14px;
}
.feature-block-one .inner-box .lower-content .author-info .buy-btn a:hover{
}
.feature-block-one .inner-box .lower-content .author-info .buy-btn{
  margin-top: 7px;
}
.feature-block-one .inner-box .lower-content .title-text h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 7px;
}
.feature-block-one .inner-box .lower-content .title-text h4 a{
  display: inline-block;
  color: #2d2929;
}
.feature-block-one .inner-box .lower-content .price-box .price-info h6{
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #93959e;
  margin-bottom: 0px;
}
.feature-block-one .inner-box .lower-content .price-box .price-info h4{
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #d7a119;
}
.feature-block-one .inner-box .lower-content .price-box .other-option li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.feature-block-one .inner-box .lower-content .price-box .other-option li:last-child{
  margin: 0px !important;
}
.feature-block-one .inner-box .lower-content .price-box .other-option li a{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e7ec;
  border-radius: 4px;
  font-size: 20px;
  color: #a6a7af;
  text-align: center;
}
.feature-block-one .inner-box .lower-content .price-box .other-option{
  position: relative;
  margin-top: 5px;
}
.feature-block-one .inner-box .lower-content .price-box .other-option li a:hover{
  color: #ffffff;
}
.feature-block-one .inner-box .lower-content .price-box{
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.feature-block-one .inner-box .lower-content p{
  margin-bottom: 21px;
}
.feature-block-one .inner-box .lower-content .more-details{
  position: relative;
  display: block;
  margin-bottom: 24px;
}
.feature-block-one .inner-box .lower-content .more-details li{
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
  font-size: 14px;
  line-height: 24px;
  color: #93959e;
  padding-left: 28px;
}
.feature-block-one .inner-box .lower-content .more-details li i{
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 14px;
}

.feature-block-one .inner-box .lower-content .more-details li:last-child:before{
  display: none;
}
.feature-block-one .inner-box .lower-content .theme-btn{
  padding: 10.5px 23px;
}
.feature-section .sec-title{
  margin-bottom: 40px;
}
.feature-section .more-btn{
  position: relative;
  margin-top: 50px;
}
/** video-section **/
.video-section{
  position: relative;
  padding: 250px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.video-section:before{
  position: absolute;
  content: '';
  background-color: #1b1d21;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.6;
}
.video-section .video-btn a{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 100px;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
}
.video-section .video-btn a:after, 
.video-section .video-btn a:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.video-section .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}
/** deals-section **/
.deals-section{
  position: relative;
  background-color: #f9f9f9;
}
.deals-block-one .inner-box{
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 79px 50px 55px 50px;
  overflow: hidden;
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
}
.deals-block-one .inner-box .batch{
  position: absolute;
  right: 50px;
  top: 0px;
  width: 30px;
  height: 42px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background-color: #f94c4c;
  z-index: 1;
}
.deals-block-one .inner-box .batch:before{
  position: absolute;
  content: '';
  background-color: #f94c4c;
  width: 14px;
  height: 4px;
  left: 0px;
  bottom: -4px;
  border-bottom-left-radius: 3px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}
.deals-block-one .inner-box .batch:after{
  position: absolute;
  content: '';
  background-color: #f94c4c;
  width: 14px;
  height: 4px;
  right: 0px;
  bottom: -4px;
  border-bottom-right-radius: 3px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
}
.deals-block-one .inner-box .category{
  position: absolute;
  left: 50px;
  top: 10px;
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 0px 14px;
  text-align: center;
  background-color: #f2b241;
  z-index: 1;
}
.deals-block-one .inner-box .lower-content .title-text h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 7px;
}
.deals-block-one .inner-box .lower-content .title-text h4 a{
  display: inline-block;
  color: #2d2929;
}
.deals-block-one .inner-box .lower-content .title-text h4 a:hover{
}
.deals-block-one .inner-box .lower-content .price-box .price-info h6{
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #93959e;
  margin-bottom: 0px;
}
.deals-block-one .inner-box .lower-content .price-box .price-info h4{
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #d7a119;
}
.deals-block-one .inner-box .lower-content .other-option li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.deals-block-one .inner-box .lower-content .other-option li:last-child{
  margin: 0px !important;
}
.deals-block-one .inner-box .lower-content .other-option li a{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e7ec;
  border-radius: 4px;
  font-size: 20px;
  color: #a6a7af;
  text-align: center;
}
.deals-block-one .inner-box .lower-content .price-box .other-option{
  position: relative;
  margin-top: 5px;
}
.deals-block-one .inner-box .lower-content .other-option li a:hover{
  color: #ffffff;
}
.deals-block-one .inner-box .lower-content .price-box{
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.deals-block-one .inner-box .lower-content p{
  margin-bottom: 21px;
}
.deals-block-one .inner-box .lower-content .more-details{
  position: relative;
  display: block;
  margin-bottom: 26px;
}
.deals-block-one .inner-box .lower-content .more-details li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #93959e;
  padding-left: 28px;
  font-weight: 500;
  margin-right: 30px;
}
.deals-block-one .inner-box .lower-content .more-details li:last-child{
  margin: 0px !important;
}
.deals-block-one .inner-box .lower-content .more-details li i{
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 14px;
}
.deals-block-one .inner-box .lower-content .more-details li:before{
  position: absolute;
  content: '';
  background-color: #e5e7ec;
  width: 1px;
  height: 18px;
  top: 2px;
  right: -15px;
}
.deals-block-one .inner-box .lower-content .more-details li:last-child:before{
  display: none;
}
.deals-block-one .inner-box .lower-content .theme-btn{
  padding: 10.5px 23px;
}
.deals-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}
.deals-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}
.deals-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}
.deals-section .single-item .image-box{
  position: relative;
}
.deals-section .single-item .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.deals-section .single-item .image-box .image img{
  width: 100%;
  border-radius: 10px;
}
.nav-style-one .owl-nav button{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e5e7ec;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  color: #9799a2;
  background: transparent;
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease;
}
.nav-style-one .owl-nav button:hover{
  color: #ffffff;
}
.deals-section .owl-nav{
  position: absolute;
  top: -100px;
  right: 0px;
}
.deals-section .owl-nav .owl-prev{
  margin-right: 10px;
}
/** team-section **/
.team-section{
  position: relative;
}
.team-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
}
.team-section .single-item-carousel{
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}
.team-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}
.team-block-one{
  position: relative;
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}
.team-block-one .inner-box{
  position: relative;
  display: block;
}
.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.team-block-one .inner-box .image-box img{
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}
.team-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}
.owl-carousel .owl-item .team-block-one .inner-box:hover .image-box img{
  transform: scale(1);
}
.owl-carousel .owl-item.active .team-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}
.team-block-one .inner-box .image-box::before{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255,.2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.team-block-one .inner-box:hover .image-box::before{
  -webkit-animation: circle .95s;
  animation: circle .95s;
}
.owl-carousel .owl-item .team-block-one .inner-box:hover .image-box::before{
  -webkit-animation: none;
  animation: circle none;
}
.owl-carousel .owl-item.active .team-block-one .inner-box:hover .image-box::before{
  -webkit-animation: circle .95s;
  animation: circle .95s;
}
.team-block-one .inner-box .lower-content{
  position: relative;
  margin: 0px 30px;
}
.team-block-one .inner-box .lower-content .inner{
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 31px 30px 40px 30px;
  margin-top: -85px;
  z-index: 1;
  box-shadow: 0 15px 50px 0px rgb(0 0 0 / 10%);
  transition: all 500ms ease;
}
.owl-carousel .owl-item .team-block-one .inner-box .lower-content .inner{
  transform: scale(0,0);
}
.owl-carousel .owl-item.active .team-block-one .inner-box .lower-content .inner{
  transform: scale(1,1);
}
.team-block-one .inner-box .lower-content .inner h4{
  display: block;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 5px;
}
.team-block-one .inner-box .lower-content .inner h4 a{
  display: inline-block;
  color: #2d2929;
}
.team-block-one .inner-box .lower-content .inner h4 a:hover{
  color: #000;
}
.team-block-one .inner-box .lower-content .inner span{
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #93959e;
  margin-bottom: 11px;
}
.team-block-one .inner-box .lower-content .inner .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 3px;
}
.team-block-one .inner-box .lower-content .inner .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #9799a2;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #e5e7ec;
  border-radius: 5px;
}
.team-block-one .inner-box .lower-content .inner .social-links li a:hover{
  color: #ffffff;
}
.team-section .nav-style-one .owl-nav{
  position: absolute;
  bottom: 77px;
  width: 100%;
}
.team-section .nav-style-one .owl-nav button{
  position: absolute;
  background-color: #ffffff;
  border-color: #ffffff;
}
.team-section .nav-style-one .owl-nav .owl-prev{
  left: -80px;
}
.team-section .nav-style-one .owl-nav .owl-next{
  right: -80px;
}
.bg-color-2{
  background-color: #000;
}
/** cta-section **/
.cta-section{
  position: relative;
  padding: 55px 0px;
}
.cta-section .text h2{
  display: block;
  font-size: 40px;
  line-height: 55px;
  color: #ffffff;
  font-weight: 700;
}
.cta-section .btn-box{
  margin-top: 26px;
}
.cta-section .btn-box .theme-btn{
  width: 190px;
  padding: 15.5px 15px;
}
.cta-section .btn-box .btn-three{
  margin-right: 15px;
}
.cta-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}
@keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}
@-webkit-keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}
/** main-footer **/
.main-footer{
  position: relative;
}
.footer-top{
  position: relative;
  padding: 85px 0px 90px 0px;
}
.footer-top .widget-title{
  position: relative;
  display: block;
  margin-bottom: 22px;
}
.footer-top .widget-title h3{
  font-size: 26px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 500;
}
.footer-top p,
.footer-top a{
  color: rgba(255,255,255,0.5);
}
.footer-top a:hover{
  color: #d7a119;
}
.footer-top .about-widget .text p{
  line-height: 30px;
  margin-bottom: 30px;
}
.footer-top .about-widget .text p:last-child{
  margin-bottom: 0px;
}
.ml-70{
  margin-left: 70px;
}
.footer-top .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 8px;
}
.footer-top .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}
.footer-top .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  line-height: 30px;
}
.footer-top .links-widget .links-list li a:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 1px;
  left: 0px;
  bottom: 4px;
  transition: all 500ms ease;
}
.footer-top .links-widget .links-list li a:hover:before{
  width: 100%;
}
.footer-top .post-widget .post{
  position: relative;
  display: block;
  padding: 0px 0px 6px 115px;
  margin-bottom: 38px;
  min-height: 88px;
}
.footer-top .post-widget .post:last-child{
  margin-bottom: 0px;
}
.footer-top .post-widget .post .post-thumb{
  position: absolute;
  left: 0px;
  top: -2px;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}
.footer-top .post-widget .post .post-thumb img{
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}
.footer-top .post-widget .post:hover .post-thumb img{
  opacity: 0.5;
}
.footer-top .post-widget .post h5{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
.footer-top .post-widget .widget-title{
  margin-bottom: 35px;
}
.footer-top .contact-widget .info-list li{
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255,255,255,0.5);
}
.footer-top .contact-widget .info-list li i{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 20px;
   color: #d7a119;
}
.footer-top .contact-widget .info-list li a{
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
}
.footer-top .contact-widget .info-list li:first-child i{
  top: 7px;
}
.footer-top .contact-widget .widget-title{
  margin-bottom: 26px;
}
.footer-bottom{
  position: relative;
  display: block;
  background-color: #272a2f;
  padding: 12px 0px;
}
.footer-bottom .footer-logo{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -28px;
  z-index: 1;
}
.footer-bottom p,
.footer-bottom a{
  color: rgba(255,255,255,0.5);
}
.footer-bottom a:hover{
  color: #fff;
}
.footer-bottom .footer-nav li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}
.footer-bottom .footer-nav li:last-child{
  margin: 0px !important;
}
.footer-bottom .footer-nav li:before{
  position: absolute;
  content: '';
  background-color: rgba(255,255,255,0.5);
  width: 1px;
  height: 18px;
  top: 3px;
  right: -15px;
}
.footer-bottom .footer-nav li:last-child:before{
  display: none;
}
.page-title{
  position: relative;
  width: 100%;
  padding: 123px 0px 125px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-title h1{
  position: relative;
  display: block;
  font-size: 55px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 12px;
}
.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  padding-right: 15px;
  margin-right: 5px;
}
.page-title .bread-crumb li:last-child{
  padding: 0px !important;
  margin: 0px !important;
}
.page-title .bread-crumb li:before{
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  top: 0px;
  right: 0px;
  font-size: 18px;
}
.page-title .bread-crumb li a{
  color: #ffffff;
}
.page-title .bread-crumb li a:hover{
}
.page-title .bread-crumb li:last-child:before{
  display: none;
}
.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="tel"],
.default-form input[type="number"],
.default-form input[type="password"],
.default-form textarea{
  position: relative;
  display: block;
  width: 100% !important;
  height: 50px;
  border: 1px solid #e5e7ec;
  border-radius: 5px;
  font-size: 14px;
  color: #93959e;
  padding: 10px 20px;
  box-shadow: none;
  outline: none;
  transition: all 500ms ease;
}
.default-form textarea{
  height: 120px;
  resize: none;
}
.default-sidebar .agents-contact .form-group{
  margin-bottom: 10px;
}
.default-sidebar .agents-contact .form-group:last-child{
  margin-bottom: 0px;
}
.default-sidebar .agents-contact .form-group .theme-btn{
  display: block;
  width: 100%;
}
.default-form input:focus,
.default-form textarea:focus{
}
.page-title-two{
  position: relative;
  padding: 60px 0px;
}
.page-title-two h1{
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 12px;
}
.page-title-two .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #93959e;
  padding-right: 15px;
  margin-right: 5px;
}
.page-title-two .bread-crumb li:last-child{
  padding: 0px !important;
  margin: 0px !important;
}
.page-title-two .bread-crumb li a{
  color: #93959e;
}
.page-title-two .bread-crumb li a:hover{
}
.page-title-two .bread-crumb li:before{
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  top: 0px;
  right: 0px;
  font-size: 16px;
}
.page-title-two .bread-crumb li:last-child:before{
  display: none;
}
.property-page-section{
  position: relative;
  padding: 120px 0px;
}
.property-page-section .deals-block-one .inner-box{
  position: relative;
  padding: 34px 50px 42px 340px !important;
  min-height: 350px;
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
}
.property-page-section .deals-block-one .inner-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
}
.property-page-section .feature-block-one .inner-box{
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
}
.property-page-section .deals-block-one .image-box .buy-btn{
  position: absolute;
  left: 170px;
  top: 10px;
}
.property-page-section .deals-block-one .image-box .buy-btn a{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border-radius: 3px;
  background-color: #7360ff;
  padding: 0px 14px;
  z-index: 1;
}
.property-page-section .deals-block-one .image-box .buy-btn a:hover{
}
.property-page-section .deals-block-one .inner-box .batch{
  right: inherit;
  left: 30px;
}
.property-page-section .deals-block-one .inner-box .category{
  left: 70px;
}
.default-sidebar .filter-widget .select-box{
  min-height: 50px;
  margin-bottom: 10px;
}
.default-sidebar .filter-widget .theme-btn{
  display: block;
  width: 100%;
}
.default-sidebar .price-filter .input{
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.default-sidebar .price-filter .input input{
  position: relative;
  display: inline-block;
  font-size: 14px;
}
.property-page-section .item-shorting {
  position: relative;
  width: 100%;
  padding: 20px 25px;
  margin-bottom: 30px;
  border-bottom: none;
  background-color: #ffffff;
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
  border-radius: 10px;
}
.page-title-two .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 504px;
  height: 171px;
  background-repeat: no-repeat;
}
.page-title-two .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 466px;
  height: 154px;
  background-repeat: no-repeat;
}
/** property-details **/
.property-details{
  position: relative;
  padding: 120px 0px;
}
.property-details .top-details{
  position: relative;
  width: 100%;
  padding: 35px 30px;
  margin-bottom: 30px;
  border-bottom: none;
  background-color: #ffffff;
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
  border-radius: 10px;
}
.property-details .top-details .left-column h3{
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
}
.property-details .top-details .left-column .author-box{
  position: relative;
  padding-left: 52px;
  padding-right: 20px;
  margin-right: 20px;
}
.property-details .top-details .left-column .author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.property-details .top-details .left-column .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}
.property-details .top-details .left-column .author-box h6{
  font-size: 15px;
  line-height: 40px;
  font-weight: 500;
}
.property-details .top-details .left-column .rating li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 15px;
  line-height: 40px;
  margin-right: 4px;
  color: #f2b241;
}
.property-details .top-details .left-column .rating li:last-child{
  margin: 0px !important;
}
.property-details .top-details .right-column .price-inner .category li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.property-details .top-details .right-column .price-inner .category li:last-child{
  margin: 0px !important;
}
.property-details .top-details .right-column .price-inner .category li a{
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  padding: 0px 14px;
  border-radius: 3px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}
.property-details .top-details .right-column .price-inner .category li:first-child a{
  background-color: #f2b241;
}
.property-details .top-details .right-column .price-inner .category li:last-child a{
  background-color: #000000;
}
.property-details .top-details .right-column .price-inner .category{
  margin-right: 20px;
}
.property-details .top-details .right-column .price-inner .price-box h3{
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  color: #000000;
}
.property-details .top-details .right-column .price-inner{
  position: relative;
  margin-bottom: 0px;
}
.property-details .top-details .right-column .other-option li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.property-details .top-details .right-column .other-option li:last-child{
  margin: 0px !important;
}
.property-details .top-details .right-column .other-option li a{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e7ec;
  border-radius: 3px;
  font-size: 20px;
  color: #989aa3;
  text-align: center;
}
.property-details .top-details .right-column .other-option li a:hover{
  color: #ffffff;
}
.property-details .carousel-inner{
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.property-details .carousel-inner .image-box{
  position: relative;
  display: block;
  border-radius: 10px;
}
.property-details .carousel-inner .image-box img{
  width: 100%;
  border-radius: 10px;
}
.property-details .carousel-inner .image-box:before{
  position: absolute;
  content: '';
  background-color: #000000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.3;
  z-index: 1;
  border-radius: 10px;
}
.property-details .carousel-inner .owl-nav{
  position: absolute;
  top: 50%;
  width: 100%;
}
.property-details .carousel-inner .owl-nav button{
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #9799a2;
  background-color: #ffffff;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease;
}
.property-details .carousel-inner .owl-nav .owl-prev{
  left: 20px;
}
.property-details .carousel-inner .owl-nav .owl-next{
  right: 20px;
}
.property-details .carousel-inner .owl-nav button:hover{
  color: #ffffff;
}
.property-details-content{
  position: relative;
  display: block;
}
.property-details-content .title-box{
  position: relative;
  display: block;
  padding-bottom: 18px;
  margin-bottom: 28px;
}
.property-details-content .title-box:before{
  position: absolute;
  content: '';
  background-color: #e5e7ec;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
}
.property-details-content .title-box:after{
  position: absolute;
  content: '';
  background-color: #e5e7ec;
  width: calc(100% - 90px);
  height: 1px;
  left: 0px;
  bottom: -4px;
}
.property-details-content .title-box h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.property-details-content .content-widget{
  position: relative;
  width: 100%;
  padding: 43px 30px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
  border-radius: 10px;
}
.property-details-content .content-widget:last-child{
  margin-bottom: 0px;
}
.property-details-content .discription-box .text p{
  margin-bottom: 26px;
}
.property-details-content .discription-box .text p:last-child{
  margin-bottom: 0px;
}
.property-details-content .details-box .list li{
  position: relative;
  display: block;
  float: left;
  width: 33.333%;
  font-size: 16px;
  color: #0f172b;
  margin-bottom: 11px;
}
.property-details-content .details-box .list li span{
  color: #808288;
}
.property-details-content .details-box{
  padding-bottom: 32px;
}
.property-details-content .amenities-box .list li{
  position: relative;
  display: block;
  float: left;
  width: 50%;
  margin-bottom: 19px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 500;
}
.property-details-content .amenities-box .list li:before{
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  left: 0px;
  top: 4px;
  border-radius: 50%;
  border: 2px solid #d7a119;
}
.property-details-content .amenities-box .list li:after{
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  left: 5px;
  top: 9px;
  border-radius: 50%;
  background-color: #d7a119;
}
.property-details-content .amenities-box{
  padding-bottom: 24px;
}
.accordion-box .block{
  position: relative;
  display: block;
  border-radius: 5px;
  margin-bottom: 10px;
  border: 1px solid #e5e7ec;
  transition: all 500ms ease;
}
.accordion-box .block:last-child{
  margin-bottom: 0px;
}
.accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: 21px;
  right: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active .icon-outer{
  transform: rotate(180deg);
}
.accordion-box .block .acc-btn{
  position: relative;
  display: block;
  padding: 16px 55px 14px 30px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 5px;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #2d2929;
  margin: 0px;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active h5{
  
}
.accordion-box .block .acc-content{
  position:relative;
  display:none;
  padding: 23px 30px 39px 30px;
  border-top: 1px solid #e5e7ec;
}
.accordion-box .block .acc-content.current{
  display:block;  
}
.accordion-box .block .acc-content p{
  margin-bottom: 33px;
}
.accordion-box .block .acc-content .image-box{
  position: relative;
  display: block;
  text-align: center;
}
.property-details-content .floorplan-inner .title-box{
  margin-bottom: 34px;
}
.property-details-content .location-box .info{
  position: relative;
  display: block;
  padding-bottom: 15px;
}
.property-details-content .location-box .info li{
  position: relative;
  display: block;
  float: left;
  width: 33.333%;
  font-size: 16px;
  margin-bottom: 11px;
}
.property-details-content .location-box .info li span{
  color: #0f172b;
}
.property-details-content #contact-google-map{
  position: relative;
  width: 100%;
  height: 310px;
  border-radius: 10px;
  overflow: hidden;
}
.property-details-content .nearby-box .single-item{
  position: relative;
  padding-left: 37px;
  margin-bottom: 15px;
}
.property-details-content .nearby-box .single-item:last-child{
  margin-bottom: 0px;
}
.property-details-content .nearby-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 1px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  border-radius: 3px;
}
.property-details-content .nearby-box .single-item h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #0f172b;
  margin-bottom: 11px;
}
.property-details-content .nearby-box .single-item .text h6{
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #0f172b;
  margin-bottom: 0px;
}
.property-details-content .nearby-box .single-item .text h6 span{
  font-weight: 400;
  color: #808288;
}
.property-details-content .nearby-box .single-item .rating li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 15px;
  margin-right: 4px;
  color: #f2b241;
}
.property-details-content .nearby-box .single-item .rating li:last-child{
  margin: 0px !important;
}
.property-details-content .nearby-box .single-item .box{
  position: relative;
  display: block;
  margin-bottom: 6px;
}
.property-details-content .nearby-box .single-item .box:last-child{
  margin-bottom: 0px;
}
.property-details-content .form-group{
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.property-details-content .form-group.message-btn{
  margin-bottom: 0px;
  padding-top: 15px;
}
.property-details-content .form-group input[type='text'],
.property-details-content .form-group input[type='email'],
.property-details-content .form-group input[type='tel'],
.property-details-content .form-group textarea{
  position: relative;
  display: block;
  width: 100% !important;
  height: 42px;
  font-size: 16px;
  color: #808288;
  border-bottom: 1px solid #e5e7ec;
  transition: all 500ms ease;
}
.property-details-content .form-group input:focus,
.property-details-content .form-group textarea:focus{
}
.property-details-content .form-group textarea{
  height: 120px;
  resize: none;
}
.property-details-content .form-group i{
  position: absolute;
  right: 0px;
  top: 22px;
  font-size: 13px;
  color: #808288;
  z-index: 1;
}
.ui-datepicker table {
  background: #fff;
  border: 1px solid #e5e5e5;
}
.property-details-content .ui-widget.ui-widget-content{
  background-color: transparent !important;
}
#ptTimeSelectCntr .ui-widget.ui-widget-content{
  border: none !important;
  padding: 0px !important;
}
#ptTimeSelectCntr{
  border: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
#ui-datepicker-div.ui-widget-content {
  background: #fff none repeat scroll 0 0;
  border: none !important;
  color: #252525;
  font-size: 14px;
  border-radius: 0px;
  width: 270px;
  padding: 0px !important;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: #151515 none repeat scroll 0 0;
  border: 2px solid #252525;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
}
.ui-datepicker td a {
  color: #000000 !important;
  text-align: center;
  background-image: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #f9f9f9 !important;
}
.ui-state-highlight, 
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight{
  border: 1px solid #333333 !important;
  background: #333333 !important;
  color: #ffffff !important;
}
.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
  border-radius: 30%;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
  transition: all 500ms ease;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
  right: 5px;
}
.ui-datepicker .ui-datepicker-prev:hover, 
.ui-datepicker .ui-datepicker-next:hover {
  top: 7px;
  background: #fff;
  border: none;
}
.ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 0.4em;
  width: 100%;
  z-index: 99999999;
}
.ui-datepicker th {
  border: medium none;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active{
  background: #43c3ea;
  color: #fff;
  border-color: #43c3ea;
}
.property-sidebar .author-widget .author-box{
  position: relative;
  padding-left: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.property-sidebar .author-widget .author-box:before{
  position: absolute;
  content: '';
  background-color: #e5e7ec;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
}
.property-sidebar .author-widget .author-box:after{
  position: absolute;
  content: '';
  background-color: #e5e7ec;
  width: calc(100% - 90px);
  height: 1px;
  left: 0px;
  bottom: -4px;
}
.property-sidebar .author-widget .author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 2px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.property-sidebar .author-widget .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}
.property-sidebar .author-widget .author-box .inner h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 8px;
}
.property-sidebar .author-widget .author-box .inner .info li{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 9px;
  padding-left: 24px;
}
.property-sidebar .author-widget .author-box .inner .info li:last-child{
  margin-bottom: 0px;
}
.property-sidebar .author-widget .author-box .inner .info li i{
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 14px;
  color: #d7a119;
}
.property-sidebar .author-widget .author-box .inner .info li a{
  font-weight: 500;
  color: #d7a119;
}
.property-sidebar .author-widget .author-box .inner .info li a:hover{
  text-decoration: underline;
}
.property-sidebar .author-widget .author-box .inner .info{
  position: relative;
  margin-bottom: 14px;
}
.property-sidebar .author-widget .author-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  text-align: center;
  padding: 7px 19px;
  text-align: center;
  background: transparent;
}
.property-sidebar .author-widget .author-box .btn-box a:hover{
  color: #ffffff;
  background-color: #2dbe6c;
}
.property-details-content .form-group input:focus,
.property-details-content .form-group textarea:focus{
  border-color: #2dbe6c !important;
}
.property-sidebar .author-widget .author-box .btn-box a{
  color: #2dbe6c;
  border: 1px solid #2dbe6c;
}
.property-sidebar .author-widget{
  padding-top: 38px;
}
.property-sidebar .author-widget .default-form .theme-btn{
  display: block;
  width: 100%;
  padding: 10.5px 30px;
}
.property-sidebar .author-widget .default-form .form-group:last-child{
  margin-bottom: 0px;
}
.funfact-section{
    background-color: #f1f1f1;
    padding-top: 50px;
    padding-bottom: 50px;
}
.property-details .similar-content{
  position: relative;
  display: block;
  padding-top: 93px;
  margin-top: 100px;
  border-top: 1px solid #e5e7ec;
}
.property-details .similar-content .title{
  position: relative;
  display: block;
  margin-bottom: 32px;
}
.property-details .similar-content .title h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.property-details .similar-content .feature-block-one .inner-box {
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
}
.property-details .slider-content{
  position: relative;
}
.property-details .slider-content .slider-pager{
  position: absolute;
  left: 0px;
  bottom: 20px;
  padding: 0px 20px;
}
.property-details .slider-content .slider-pager .thumb-box li{
  position: relative;
  display: inline-block;
  float: left;
  width: 20%;
  z-index: 1;
}
.property-details .slider-content .slider-pager .thumb-box li a{
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.property-details .slider-content .slider-pager .thumb-box li:last-child a{
  margin: 0px !important;
}
.property-details .slider-content .slider-pager .thumb-box li figure{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transform: all 500ms ease;
}
.property-details .slider-content .slider-pager .thumb-box li figure img{
  width: 100%;
  border-radius: 10px;
}
.property-details .slider-content .slider-pager .thumb-box li figure:before{
  position: absolute;
  content: '';
  background-color: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.2;
  border-radius: 10px;
  transition: all 500ms ease;
}
.property-details .slider-content .slider-pager .thumb-box li a.active figure:before{
  opacity: 0;
}
.property-details .slider-content .slider-pager .thumb-box li figure:after{
  position: absolute;
  content: '';
  border: 5px solid #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  border-radius: 10px;
  transition: all 500ms ease;
}
.property-details .slider-content .slider-pager .thumb-box li a.active figure:after{
  opacity: 1;
}
.property-details-three .product-image{
  position: relative;
  padding-right: 390px;
}
.property-details-three .slider-content .slider-pager{
  left: inherit;
  right: 0px;
  top: 0px;
  width: 370px;
  padding: 0px;
  bottom: inherit;
}
.property-details-three .slider-content .slider-pager .thumb-box li{
  width: 33%;
}
.property-details-three .slider-content .slider-pager .thumb-box li a,
.property-details-three .slider-content .slider-pager .thumb-box li:last-child a{
  margin: 0px 5px 10px 5px !important;
}
.property-details-three .slider-content .slider-pager .thumb-box li figure:after{
 border-color: #d7a119 !important;
}
.property-details-three .slider-content .slider-pager .thumb-box li img{
  height: 85px;
}
.pb-210{
  padding-bottom: 210px;
}
.property-details-four{
  padding-top: 0px;
}
.property-details-four .top-details{
  margin-top: -84px;
  z-index: 1;
  margin-bottom: 80px;
}
.pb-0{
  padding-bottom: 0px;
}
.about-section .inner-container{
  position: relative;
  padding-bottom: 120px;
}
.feature-style-three.service-page{
  padding: 120px 0px 90px 0px;
}
.feature-style-three.service-page .feature-block-two .inner-box{
  margin-bottom: 30px;
}
.feature-style-three.service-page .feature-block:nth-child(3) .feature-block-two .inner-box .icon-box {
  color: #f95757;
}
.feature-style-three.service-page .feature-block:nth-child(3) .feature-block-two .inner-box .icon-box:before{
  background-color: #f95757;
}
.feature-style-three.service-page .feature-block:nth-child(4) .feature-block-two .inner-box .icon-box {
  color: #1398ff;
}
.feature-style-three.service-page .feature-block:nth-child(4) .feature-block-two .inner-box .icon-box:before{
  background-color: #1398ff;
}
.feature-style-three.service-page .feature-block:nth-child(5) .feature-block-two .inner-box .icon-box {
  color: #d74eff;
}
.feature-style-three.service-page .feature-block:nth-child(5) .feature-block-two .inner-box .icon-box:before{
  background-color: #d74eff;
}
.feature-style-three.service-page .feature-block:last-child .feature-block-two .inner-box .icon-box {
  color: #17c7d2;
}
.feature-style-three.service-page .feature-block:last-child .feature-block-two .inner-box .icon-box:before{
  background-color: #17c7d2;
}
/** properties-section **/
.properties-section{
  position: relative;
  padding: 120px 0px;
}
.properties-section .table-outer{
  overflow-x: auto;
  position: relative;
  width: 100%;
}
.properties-section .properties-table{
  min-width: 1170px;
  width: 100%;
  border: 1px solid #e5e7ec;
  border-radius: 5px;
}
.properties-section th{
  position: relative;
  padding: 20px 20px;
  font-size: 18px;
  line-height: 28px;
  color: #93959e;
  font-weight: 500;
  border-right: 1px solid #e5e7ec;
}
.properties-section th:last-child{
  border-right: none;
}
.properties-section th .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 13px;
}
.properties-section th .image-box img{
  width: 100%;
  border-radius: 10px;
}
.properties-section th .image-box:before{
  position: absolute;
  content: '';
  background-color: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.3;
}
.properties-section th .title{
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #2d2929;
  margin-bottom: 3px;
}
.properties-section th .price{
  position: relative;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 0px;
}
.properties-section tbody tr:nth-child(2n+1){
  background-color: #fafbfc;
}
.properties-section tbody tr{
  border-top: 1px solid #e5e7ec;
}
.properties-section tbody tr td{
  padding: 16px 15px;
  border-right: 1px solid #e5e7ec;
}
.properties-section tbody tr td:last-child{
  border: none;
}
.properties-section tbody tr td p{
  font-size: 15px;
  font-weight: 500;
}
.properties-section tbody tr td p i.yes{
  color: #2dbe6c;
}
.properties-section tbody tr td p i.no{
  color: #f94c4c;
}
.pt-120{
  padding-top: 120px;
}
.pb-90{
  padding-bottom: 90px;
}
.category-section.category-page .category-block-one .inner-box{
  margin-bottom: 30px;
}
/** career-page-section **/
.career-page-section{
  position: relative;
}
.career-page-section .sec-title{
  margin-right: 50px;
}
.career-page-section .sec-title h2{
  margin-bottom: 31px;
}
.career-page-section .sec-title p{
  margin-bottom: 26px;
}
.career-page-section .accordion-box .block.active-block{
  box-shadow: 0 15px 40px 0px rgb(0 0 0 / 8%);
  border-color: #ffffff;
}
.career-page-section .accordion-box .block{
  margin-bottom: 20px;
}
.career-page-section .accordion-box .block:last-child{
  margin-bottom: 0px;
}
.career-page-section .accordion-box .block .acc-btn h5{
  font-size: 20px;
}
.career-page-section .accordion-box .content-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 19px;
  padding-top: 11px;
}
.career-page-section .accordion-box .content-box .list-style-one{
  margin-bottom: 15px;
}
.career-page-section .accordion-box .block .acc-content p{
  margin-bottom: 14px;
}
.career-page-section .accordion-box .block .theme-btn{
  margin-top: 15px;
  padding: 10.5px 30px;
}
.gallery-style-one{
  position: relative;
  padding: 114px 0px 90px 0px;
}
.sortable-masonry .filters{
  position: relative;
  display: block;
  margin-bottom: 50px;
}
.sortable-masonry .filters .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #93959e;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e5e7ec;
  border-radius: 5px;
  padding: 11px 28px;
  transition: all 500ms ease;
  margin: 0px 3.5px;
}
.sortable-masonry .filters .filter-tabs li:hover,
.sortable-masonry .filters .filter-tabs li.active{
  color: #ffffff;
}
.gallery-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.gallery-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.gallery-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background-color: #1b1d21;
}
.gallery-block-one .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}
.gallery-block-one .inner-box:hover .image-box .image img{
  opacity: 0.2;
  transform: scale(1.05);
}
.gallery-block-one .inner-box .image-box a{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) scale(0,0);
  font-size: 60px;
  line-height: 60px;
  color: #fff;
}
.gallery-block-one .inner-box:hover .image-box a{
  transform: translate(-50%,-50%) scale(1,1);
}
.gallery-style-two{
  position: relative;
}
.gallery-style-two .owl-carousel .owl-stage-outer{
  overflow: visible;
}
.gallery-block-two .inner-box{
  position: relative;
  display: block;
}
.gallery-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  opacity: 0.4;
  transition: all 500ms ease;
}
.gallery-block-two .inner-box .image-box img{
  width: 100%;
  border-radius: 10px;
}
.owl-item.active .gallery-block-two .inner-box .image-box{
  opacity: 1;
}
.gallery-style-two .owl-dots{
  margin-top: 40px;
}
/** error-section **/
.error-section{
  position: relative;
  padding: 100px 0px 120px 0px;
}
.error-section .inner-box .theme-btn-one i{
  margin-right: 10px;
}
.error-section .inner-box .error-image{
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}
.error-section .inner-box h1{
  font-size: 200px;
  line-height: 200px;
  font-weight: 700;
  margin-bottom: 10px;
}
.error-section .inner-box h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
  color: #808288;
  margin-bottom: 60px;
}
/** contact-info-section **/
.contact-info-section{
  position: relative;
}
.info-block-one .inner-box{
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 96px 55px 65px 55px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
  transition: all 500ms ease;
}
.info-block-one .inner-box:hover{
  transform: translateY(-10px);
}
.info-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 26px;
  color: #f2b241;
  z-index: 1;
}
.info-block:nth-child(2) .info-block-one .inner-box .icon-box{
}
.info-block:last-child .info-block-one .inner-box .icon-box{
  color: #f94c4c;
}
.info-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background-color: #f2b241;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  top: -24px;
  right: -33px;
  opacity: 0.2;
  z-index: -1;
  transition: all 500ms ease;
}
.info-block-one .inner-box:hover .icon-box:before{
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0.05;
}
.info-block:nth-child(2) .info-block-one .inner-box .icon-box:before{
}
.info-block:last-child .info-block-one .inner-box .icon-box:before{
  background-color: #f94c4c;
}
.info-block-one .inner-box h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 21px;
  transition: all 500ms ease;
}
.info-block-one .inner-box p{
  font-size: 16px;
  line-height: 26px;
  color: #a0a1a8;
}
.info-block-one .inner-box p a{
  color: #a0a1a8;
}
.info-block-one .inner-box p a:hover{
}
.contact-section .google-map-area{
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
}
.contact-section .google-map-area #contact-google-map{
  width: 100%;
  height: 540px;
}
.agency-content-side .agents-block-one .inner-box .image-box{
  border: 1px solid #e5e7ec;
  border-radius: 10px;
}
.agency-content-side .agents-block-two .inner-box .image-box{
  border: 1px solid #e5e7ec;
  border-radius: 50%;
}
.agency-details-content .agents-block-one .inner-box .image-box{
  border: 1px solid #e5e7ec;
  border-radius: 10px;
}
.default-sidebar{
  position: relative;
  display: block;
}
.default-sidebar .widget-title{
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.default-sidebar .widget-title h5{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #0f172b;
  font-weight: 500;
}
.default-sidebar .agents-search .form-group{
  position: relative;
  display: block;
  min-height: 50px;
  margin-bottom: 10px;
}
.default-sidebar .agents-search .form-group:last-child{
  margin-bottom: 0px;
}
.default-sidebar .agents-search .form-group input[type='text']{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e7ec;
  border-radius: 5px;
  font-size: 14px;
  color: #93959e;
  padding: 10px 20px;
  transition: all 500ms ease;
}
.default-sidebar .agents-search .form-group .nice-select{
  text-transform: none;
  border: 1px solid #e5e7ec !important;
}
.default-sidebar .agents-search .form-group .nice-select:after{
  color: #93959e;
}
.default-sidebar .agents-search .form-group button{
  display: block;
  width: 100%;
}
.default-sidebar .sidebar-widget{
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 25px 30px 30px 30px;
  box-shadow: 0 15px 25px 0px rgb(0 0 0 / 8%);
}
.default-sidebar .sidebar-widget:last-child{
  margin-bottom: 0px;
}
.default-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.default-sidebar .category-widget .category-list li:last-child{
  margin-bottom: 0px;
}
.default-sidebar .category-widget .category-list li a{
  position: relative;
  display: block;
  font-size: 14px;
  color: #93959e;
  padding-left: 23px;
}
.default-sidebar .category-widget .category-list li a:hover{
}
.default-sidebar .category-widget .category-list li a span{
  float: right;
}
.default-sidebar .category-widget .category-list li a:before{
  position: absolute;
  content: '';
  border: 2px solid #d2d4d9;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 0px;
  top: 5px;
  transition: all 500ms ease;
}
.default-sidebar .category-widget .category-list li a:after{
  position: absolute;
  content: '';
  background: #d2d4d9;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 5px;
  top: 10px;
  transition: all 500ms ease;
}
.default-sidebar .category-widget .category-list li a:hover:before{
}
.default-sidebar .category-widget .category-list li a:hover:after{
}
.default-sidebar .feature-block-one .inner-box{
  box-shadow: 0 15px 25px 0px rgb(0 0 0 / 8%);
}
.default-sidebar .owl-carousel .owl-stage-outer{
  overflow: visible;
}
.default-sidebar .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}
.default-sidebar .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}
.default-sidebar .feature-block-one .inner-box .lower-content{
  padding-top: 23px;
}
.default-sidebar .featured-widget .owl-dots{
  position: absolute;
  top: -40px;
  right: 0px;
}
.default-sidebar .featured-widget{
  overflow: hidden;
}
