@charset "UTF-8";
html {
  font-size: 15px
}

body {
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  overflow-x: hidden !important
}

p {
  line-height: 26px
}

h1 {
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
  text-transform: uppercase
}

h2 {
  font-family: Montserrat, sans-serif;
  color: #222;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase
}

h2 span {
  font-weight: 600;
  color: #00bfff
}

h3 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  color: #333;
  font-weight: 600
}

h4 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  color: #333;
  font-weight: 600
}

h5 {
  color: #444
}

.top-headings-section {
  padding-bottom: 2rem
}

.top-headings-section p {
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  color: #555;
  max-width: 550px
}

.top-headings-section h2::after {
  display: block;
  height: 3px;
  font-weight: 700;
  background-color: #00bfff;
  content: " ";
  width: 100px;
  margin: 0 auto;
  margin-top: .5rem;
  margin-bottom: 1.5rem
}

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

.section-title {
  padding-left: 35px;
  position: relative;
  margin-bottom: 2.5rem
}

.section-title:before {
  top: 0;
  left: 0;
  bottom: 0;
  width: 15px;
  content: '';
  border-radius: 3px;
  position: absolute;
  background-color: #00bfff
}

.section-title h3 {
  font-size: 18px;
  color: #111;
  text-transform: uppercase
}

.section-title h2 {
  font-size: 28px;
  color: #00bfff;
  text-transform: uppercase
}

.section-title.col-md-5 {
  margin-left: 1rem
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto
}

.bg-white {
  background: #fff !important
}

.header-top {
  background: #00bfff;
  color: #7f8997;
  display: block;
  padding: 1rem 0
}

.header.head-tr {
  position: absolute;
  width: 100%;
  z-index: 99999
}

.header-top.head-tr {
  background: rgba(255, 255, 255, .06);
  color: #7f8997;
  display: block;
  padding: 1rem 0
}

@media screen and (min-width: 1025px) {
  .container-header {
    max-width: 1660px
  }

  #logo {
    margin-right: 0
  }
}

@media screen and (max-width: 767px) {
  .header-top {
    padding: 0
  }
}

.header-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto
}

.top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.header-top p {
  margin-right: 2rem;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0
}

.header-top p i {
  color: #fff;
  margin-right: .5rem;
  font-size: 1.3rem
}

.sticky, .sticky.head-tr {
  -webkit-animation: .6s ease-in-out 0s normal none 1 running fadeInDown;
  animation: .6s ease-in-out 0s normal none 1 running fadeInDown;
  background: #121b22 none repeat scroll 0 0;
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999
}

@media screen and (max-width: 991px) {
  .header.head-tr #main-menu {
    background: #fff;
    width: 100%
  }

  .header.head-tr #main-menu ul a {
    color: #000 !important
  }

  .sticky.head-tr {
    background: #121b22 none repeat scroll 0 0
  }

  .header.head-tr .button-menu {
    padding-right: 18px !important
  }

  .header.head-tr .button-menu {
    margin-bottom: 1rem !important
  }
}

.button-menu {
  border: 0;
  font-size: 1.5rem;
  margin: 0;
  padding: 0 .5rem;
  background: 0 0;
  color: #fff
}

.button-menu:focus {
  outline: 0
}

#main-menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%
}

#main-menu ul {
  padding: 0;
  list-style: none;
  margin: 1rem 0 0 0
}

#main-menu ul a {
  display: block;
  padding: .8rem 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border-top: 1px solid #e5e5e5;
  text-decoration: none
}

#main-menu ul a:hover, #main-menu ul li.active a {
  color: #00bfff
}

@-webkit-keyframes animate-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes animate-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.bg-1 {
  background: #00bfff;
  color: #fff;
  display: inline-block;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0
}

.bg-2 {
  background: #fff;
  color: #000;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.bg-3 {
  background: 0 0;
  color: #e54242;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0
}

.bg-4 {
  background: 0 0;
  color: #fff;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.box .button {
  float: left;
  min-width: 150px;
  max-width: 250px;
  display: block;
  margin-bottom: 0;
  padding: 1em 2em;
  border: 2px solid;
  background: 0 0;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale
}

.button:focus {
  outline: 0
}

.button > span {
  vertical-align: middle
}

.bg-1 .button {
  color: #fff;
  border-color: #fff
}

.bg-2 .button {
  color: #000 !important;
  border-color: #00bfff
}

.bg-2 .button:hover {
  color: #fff !important
}

.bg-4 .button {
  color: #fff;
  border-color: transparent
}

.bg-3 .button {
  color: #00bfff;
  border-color: #00bfff
}

.bg-3 .button:hover {
  border-color: #00bfff;
  color: #fff
}

@media screen and (max-width: 768px) {
  .bg-3 {
    padding-top: 1rem
  }
}

.button--size-s {
  font-size: 15px;
  font-weight: 700
}

.button--size-m {
  font-size: 16px
}

.button--size-l {
  font-size: 18px
}

.button--moema {
  padding: 1.5em 3em;
  border-radius: 50px;
  background: #7986cb;
  color: #fff;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s
}

.button--moema::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: .4;
  -webkit-transform: scale3d(.8, .5, 1);
  transform: scale3d(.8, .5, 1)
}

.button--moema:hover {
  -webkit-transition: background-color .1s .3s, color .1s .3s;
  transition: background-color .1s .3s, color .1s .3s;
  color: #eceff1;
  background-color: #3f51b5;
  -webkit-animation: anim-moema-1 .3s forwards;
  animation: anim-moema-1 .3s forwards
}

.button--moema:hover::before {
  -webkit-animation: anim-moema-2 .3s .3s forwards;
  animation: anim-moema-2 .3s .3s forwards
}

@-webkit-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1)
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1)
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@-webkit-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.homepage-1 .how-it-works .serv-flex {
  -webkit-box-shadow: 0 0 1px #e7e7e7 !important;
  box-shadow: 0 0 1px #e7e7e7 !important;
  border: 1px solid #e7e7e7
}

section.welcome {
  padding: 6rem 0;
  background: #fff
}

.welcome-title h2 {
  color: #121b22;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: .8rem
}

.welcome-img {
  text-align: right
}

.welcome-title h2 span {
  color: #00bfff;
  font-weight: 800
}

.welcome-title h4 {
  color: #000;
  font-size: 22px;
  text-transform: uppercase
}

.welcome-title {
  padding-bottom: 17px
}

.welcome-content > p {
  color: #666;
  font-weight: 400
}

.welcome-content > p span {
  color: #666;
  font-size: 16px;
  font-weight: 600
}

@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(.2, .2);
    transform: scale(.2, .2);
    opacity: 0
  }
  50% {
    opacity: .9
  }
  100% {
    -webkit-transform: scale(.6, .6);
    transform: scale(.6, .6);
    opacity: 0
  }
}

@keyframes waves {
  0% {
    -webkit-transform: scale(.2, .2);
    transform: scale(.2, .2);
    opacity: 0
  }
  50% {
    opacity: .9
  }
  100% {
    -webkit-transform: scale(.6, .6);
    transform: scale(.6, .6);
    opacity: 0
  }
}

@media screen and (max-width: 575px) {
  .welcome-title h2 {
    font-size: 20px
  }

  .welcome-title h4 {
    font-size: 16px
  }

  .welcome-content > p span {
    font-size: 15px
  }
}

.box-shadow-1-hover:hover, .box-shadow-1.focus, .box-shadow-1:focus {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .06) !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .06) !important
}

.p-right-5 {
  padding-right: 5px !important
}

.agency-section {
  display: inline-block;
  width: 100%
}

.bg-all {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

section.top-location {
  padding: 6rem 0;
  background: #fff;
  text-align: center
}

.top-location .item {
  position: relative;
  overflow: hidden;
  text-align: left;
  cursor: pointer
}

.top-location .item:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 37, 46, 0)), color-stop(150%, #10252e));
  background: linear-gradient(to bottom, rgba(16, 37, 46, 0) 0, #10252e 150%)
}

.top-location h4 {
  font-weight: 600;
  font-size: 1.2rem;
  top: 27px;
  z-index: 9;
  color: #fff;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  position: relative
}

@media screen and (max-width: 400px) {
  .top-location h4 {
    font-size: .9rem
  }
}

.first-footer .top-footer {
  background: #303441;
  color: #333;
  padding: 6rem 0;
  border-top: 1px solid #e5e5e5
}

.first-footer .logo img {
  width: 180px;
  height: auto;
  margin-bottom: 1.6rem
}

@media screen and (max-width: 991px) {
  .first-footer .netabout {
    margin-bottom: 0
  }

  .first-footer .netabout p {
    margin-bottom: 2rem !important
  }
}

.first-footer .netabout h3 {
  margin-bottom: 2rem
}

.first-footer .netabout h3::after {
  display: block;
  height: 3px;
  font-weight: 700;
  background-color: #fff;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem
}

.first-footer .netabout p {
  margin-bottom: 1.5rem;
  font-weight: 400;
  color: rgba(245, 255, 255, .8)
}

.first-footer h3 {
  margin-bottom: 2rem;
  color: #fff
}

.first-footer .contactus h3::after {
  display: block;
  height: 3px;
  font-weight: 700;
  background-color: #00bfff;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem
}

.first-footer .contactus .info:last-child, .first-footer .contactus ul li:last-child {
  margin-bottom: 0 !important
}

@media screen and (max-width: 767px) {
  .first-footer .top-footer {
    padding-bottom: 6rem
  }
}

.first-footer .contactus .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .6rem
}

.first-footer .contactus .ti {
  margin-bottom: 0
}

.first-footer .contactus .info p {
  margin: 0;
  font-size: 15px;
  color: rgba(245, 255, 255, .8);
  margin-left: 1rem;
  line-height: 1.1;
  font-weight: 400
}

.first-footer .contactus ul li {
  margin-bottom: 1.1rem
}

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

.first-footer .contactus ul li .fa {
  font-size: 1rem;
  color: #fff
}

.navigation h3 {
  margin-bottom: 2rem
}

.first-footer .navigation h3::after {
  display: block;
  height: 3px;
  font-weight: 700;
  background-color: #00bfff;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem
}

@media screen and (max-width: 991px) {
  .first-footer .navigation h3 {
    margin-top: 0
  }

  .navigation ul {
    margin-bottom: 0
  }
}

@media screen and (max-width: 767px) {
  .first-footer .navigation h3 {
    margin-top: 3rem
  }
}

.navigation ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0
}

.navigation ul li {
  margin-bottom: 1rem;
  border-bottom: 1px dotted #666
}

.navigation ul li a {
  text-decoration: none;
  color: rgba(245, 255, 255, .8);
  font-weight: 400;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.navigation ul li a:hover {
  color: #fff
}

.navigation a {
  display: block;
  margin-bottom: .6rem
}

.first-footer .widget h3::after {
  display: block;
  height: 3px;
  font-weight: 700;
  background-color: #00bfff;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem
}

@media screen and (max-width: 991px) {
  .first-footer .widget {
    padding-top: 0 !important
  }

  .first-footer .widget h3 {
    margin-top: 3rem
  }
}

@media screen and (max-width: 768px) {
  .second-footer p {
    margin-bottom: 1rem !important
  }
}

.first-footer .email input[type=submit]:hover {
  background: rgba(245, 255, 255, .1)
}

@-webkit-keyframes shine {
  100% {
    left: 125%
  }
}

@keyframes shine {
  100% {
    left: 125%
  }
}

.second-footer {
  padding: 1.5rem 0;
  background: #303441;
  border-top: 1px solid rgba(245, 255, 255, .1);
  color: #fff
}

.second-footer h3 {
  margin: 0;
  font-weight: 300
}

.second-footer p {
  margin-top: .5rem;
  margin-bottom: 0;
  font-weight: 400
}

.second-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto
}

.go-up {
  position: fixed;
  bottom: 1.5rem;
  right: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  background: #00bfff;
  padding: .9rem;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  z-index: 99999;
  line-height: 0;
  display: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.go-up:focus, .go-up:hover {
  outline: 0;
  text-decoration: none;
  color: #fff
}

.bg-img3 {
  background-attachment: scroll;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4))), url(/assets/images/bg/video-poster2.png) no-repeat center top;
  background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(/assets/images/bg/video-poster2.png) no-repeat center top;
  border-radius: 8px;
  height: 700px;
  position: relative;
  z-index: 99
}

.m0a {
  margin: 0 auto
}

.homepage-2 #header.cloned {
  display: none
}

.homepage-2 .right-side {
  width: 140px
}

.homepage-2 .first-footer .top-footer {
  background: #fff;
  border-top: 1px solid #e5e5e5
}

.homepage-2 .w100 {
  width: 100% !important
}

.homepage-2 .range-slider .ui-widget-header {
  background: #687389
}

.range-slider .irs--round .irs-bar {
  background-color: #00bfff;
}

.range-slider .irs--round .irs-handle {
  border: 4px solid #00bfff;
}

@media only screen and (min-width: 992px) {
  .homepage-2 .first-footer .netabout p {
    width: 280px
  }
}

@media only screen and (max-width: 991px) {
  .homepage-2 #header.cloned {
    position: absolute
  }
}

.homepage-2 .btn:hover {
  background: #687389 !important
}

.login-and-register-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: auto;
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
  background: rgba(0, 0, 0, .81)
}

.login-and-register-form .main-register-holder {
  max-width: 600px;
  margin: 100px auto 50px;
  position: relative;
  z-index: 5
}

.login-and-register-form .main-register h3 {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 20px;
  padding: 20px 30px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #444;
  border-bottom: 1px solid #eee
}

.login-and-register-form .main-register h3 span {
  font-weight: 800;
  font-size: 18px;
  color: #121b22;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif
}

.login-and-register-form .main-register {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, .12)
}

.login-and-register-form .close-reg {
  position: absolute;
  background: #00bfff;
  top: 15px;
  right: 20px;
  border-radius: 100%;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.login-and-register-form .fa.fa-times {
  padding-left: 14px;
  text-align: center
}

.login-and-register-form .fa-close:before, .login-and-register-form .fa-times:before {
  content: "\f00d"
}

.login-and-register-form .close-reg:hover {
  background: #2f3b59
}

.login-and-register-form li {
  list-style: none
}

.login-and-register-form ul {
  list-style: none
}

.login-and-register-form #tabs-container {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding: 0 30px
}

.login-and-register-form .tab {
  float: left;
  width: 100%
}

.login-and-register-form .tabs-menu {
  float: left;
  padding-left: 0;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee
}

.login-and-register-form .tabs-menu li {
  float: left;
  margin-right: 20px
}

.login-and-register-form .tabs-menu li a {
  text-decoration: none;
  float: left;
  padding: 14px 35px;
  font-weight: 500;
  color: #494949;
  background: #eee;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.login-and-register-form .tabs-menu li a:hover {
  color: #fff;
  background: #00bfff
}

.login-and-register-form #tab-1 {
  display: block
}

.login-and-register-form .fl-wrap {
  float: left;
  width: 100%;
  position: relative
}

.homepage-3 .head-tr.bottom {
  background: 0 0;
  border: 0
}

.homepage-3 a.button.border, .homepage-4 .header-image .left .btn-white, a.button {
  background: #fff;
  color: #8731e8 !important
}

.homepage-3 .header-user-name, .homepage-3 .header-user-name:before {
  color: #fff
}

.homepage-3 #header.cloned.sticky .header-user-name, .homepage-3 #header.cloned.sticky .header-user-name:before, .homepage-3 #navigation.style-2.cloned .header-user-name, .homepage-3 #navigation.style-2.cloned .header-user-name:before {
  color: #666
}

.homepage-3 #navigation.style-1 ul li:hover {
  background: #8731e8
}

.homepage-3 .welcome-area {
  background: linear-gradient(-36deg, rgba(69, 40, 220, .8) 0, rgba(135, 49, 232, .8) 100%), url(/assets/images/bg/video-poster2.png) no-repeat scroll center center/cover
}

.homepage-3 .welcome-area {
  height: 840px;
  position: relative;
  z-index: 99
}

.homepage-3 .bg-overlay {
  position: relative;
  z-index: 0
}

.homepage-3 .bg-overlay::after, .homepage-3 .btn, .homepage-3 .btn:active {
  background: linear-gradient(-47deg, #4528dc 0, #8731e8 100%)
}

.homepage-3 .bg-overlay::after {
  opacity: .87;
  z-index: -1
}

.homepage-3 .range-slider .ui-widget-header {
  background: #963aff
}

.homepage-3 .btn:hover {
  background: #8731e8 !important
}

.homepage-3 img {
  display: inline-block;
  max-width: 100%;
  height: auto
}

.homepage-3 .sec-title {
  text-align: center;
  padding-bottom: 2rem
}

.homepage-3 .sec-title h2 {
  color: #111;
  font-weight: 600;
  text-transform: capitalize
}

.homepage-3 .sec-title h2 span {
  position: relative;
  color: #444;
  font-weight: 500
}

.homepage-3 .sec-title p {
  margin-top: 13px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  max-width: 550px
}

.homepage-3 .first-footer .top-footer {
  background: #232733
}

.homepage-3 .first-footer .navigation h3::after, .homepage-3 .first-footer .widget h3::after, .homepage-3 .go-up {
  background: #8731e8
}

.bg-white-3 {
  background: url(/assets/images/bg/bg-white-3.png) 0 0 repeat !important
}

.welcome-area {
  height: 500px;
  z-index: 1
}

@media (max-width: 575px) {
  .homepage-4 .header-image {
    padding: 100px 30px 70px 30px
  }
}

@media (max-width: 1024px) {
  .homepage-4 .header-image .left .btn-white, .homepage-4 a.button.border, a.button {
    margin-left: 20px
  }
}

@media (max-width: 991px) {
  .homepage-4 .header-image .left .btn-white, .homepage-4 a.button.border, a.button {
    margin-left: 0
  }
}

.homepage-4 .header-user-name, .homepage-4 .header-user-name:before {
  color: #fff
}

.homepage-4 #header.cloned.sticky .header-user-name, .homepage-4 #header.cloned.sticky .header-user-name:before, .homepage-4 #navigation.style-2.cloned .header-user-name, .homepage-4 #navigation.style-2.cloned .header-user-name:before {
  color: #666
}

.welcome-area .video-icon {
  position: absolute;
  top: 50%;
  left: 70%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@-webkit-keyframes grow {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
  }
}

@keyframes grow {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
  }
}

.welcome-area.bg-overlay::after {
  z-index: -2
}

.welcome-area .shape-bottom {
  z-index: -1
}

.shape-bottom {
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  right: 0
}

.bg-overlay {
  position: relative;
  z-index: 0
}

.bg-overlay::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0
}

.bg-overlay::after {
  opacity: .9;
  z-index: -1
}

.bg-inherit {
  background: inherit !important
}

.homepage-4 #navigation.style-1 ul li:hover {
  background: #00bfff
}

.homepage-4 .bg-overlay::after, .homepage-4 .btn, .homepage-4 .btn:active {
  background: linear-gradient(148deg, #00bfff 0, #3e8fce 100%)
}

.homepage-4 .head-tr.bottom {
  background: 0 0;
  border: 0
}

.homepage-4 img {
  display: inline-block;
  max-width: 100%;
  height: auto
}

.header-user-name span:after {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  bottom: -5px;
  right: -5px;
  background-color: #38b653;
  display: block;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
  border-radius: 50%
}

.homepage-4 .header-image .left .btn-white, .homepage-4 a.button.border, a.button {
  background: #fff;
  color: #00bfff !important;
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, .2);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .2)
}

.homepage-4 .home18 .sec-title h2 {
  color: #00bfff
}

.homepage-4 .home18 .sec-title h2 span::before {
  background: #00bfff
}

.homepage-4 .btn:hover {
  background: #00bfff
}

.homepage-4 .first-footer .top-footer {
  background: #232733
}

.homepage-4 .first-footer .navigation h3::after, .homepage-4 .first-footer .widget h3::after, .homepage-4 .go-up {
  background: #00bfff
}

.homepage-4 .welcome-area .shape-bottom svg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.homepage-5 .range-slider .ui-widget-header {
  background: #3e4452
}

.homepage-5 .range-slider .ui-widget-header {
  background: #3e4452
}

.homepage-5 .sec-title {
  text-align: center;
  padding-bottom: 2rem
}

.homepage-5 .sec-title h2 {
  color: #111;
  font-weight: 600;
  text-transform: capitalize
}

.homepage-5 .sec-title h2 span {
  position: relative;
  color: #3e4452;
  font-weight: 600
}

.homepage-5 .sec-title p {
  margin-top: 13px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  max-width: 550px
}

button[disabled], html input[disabled] {
  cursor: default
}

.slider_amount {
  border: none;
  background: 0 0;
  padding: 0;
  margin-bottom: 10px;
  width: 100%;
  color: #fff
}

.ui-widget.ui-widget-content {
  border-radius: 2px;
  background: #fff;
  border: none
}

.ui-slider-horizontal {
  height: 10px
}

.ui-widget-header {
  background: #121b22
}

.homepage-3 .btn:active {
  background: linear-gradient(-47deg, #00bfff 0, #00bfff 100%)
}

.lang-wrap {
  float: right;
  margin-right: 0;
  position: relative;
  top: 0
}

.header-user-menu .lang-wrap ul {
  width: 100px;
  min-width: 0;
  left: -1px !important
}

.header-user-menu .lang-wrap ul li a {
  font-size: 15px;
  display: block;
  text-transform: capitalize
}

.header-user-menu .lang-wrap ul li {
  width: 55%
}

.show-lang {
  color: #fff;
  cursor: pointer;
  width: 100px;
  float: right;
  padding: 10px 10px 10px 0;
  position: relative;
  z-index: 106;
  font-size: 12px;
  border: 1px solid transparent
}

.show-lang span {
  position: relative;
  z-index: 2;
  float: left;
  margin-left: 10px
}

a.button {
  width: 150px
}

.homepage-12 .header-user-name, .homepage-12 .header-user-name:before {
  color: #fff
}

.homepage-12 .header-image {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url(/assets/images/bg/bg-21.jpg) no-repeat center top;
  background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(/assets/images/bg/bg-21.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 90vh;
  position: relative;
  z-index: 99
}

.homepage-12 .header-image .left .btn-white {
  background: #00bfff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 35px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
  -webkit-box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, .15);
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, .15)
}

.homepage-12 .header-image .left h1 {
  font-size: 30px;
  color: #fff;
  text-align: center
}

.homepage-12 .header-image .left p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  width: 100%
}

@media screen and (max-width: 991px) {
  .homepage-12 .header-image {
    padding: 0
  }

  .homepage-12 .header-image .left h1 {
    font-size: 26px
  }
}

@media screen and (min-width: 1024px) {
  .header-user-menu ul {
    left: -80px !important
  }
}

@media screen and (max-width: 575px) {
  .homepage-12 .header-image .left h1 {
    font-size: 20px
  }
}

.video-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  overflow: hidden
}

@media only screen and (max-width: 991px) {
  a.button, a.button.border {
    width: 240px
  }
}

body.int_index3_bg {
  background-color: #0e0f21
}

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

a.button {
  background: #c18847
}

a.int_btn {
  text-decoration: none
}

.int_btn, .int_btn:focus {
  min-width: 140px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  outline: 0;
  border: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background: #c18847;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

.int_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 10% 0;
  transform-origin: 0 10% 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.int_btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
  transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.int_btn:hover {
  color: #fff;
  background: #555
}

body.int_white_bg {
  background-color: #fff
}

.bg-white-1 {
  background: url(/assets/images/bg/bg-pattern-dot.png) 0 0 repeat !important
}

.bg-white-2 {
  background: #f5f7fb !important
}

.int_white_bg .section-title h3 {
  color: #333
}

.int_white_bg .section-title h2 {
  color: #c18847
}

.int_white_bg .section-title:before {
  background: #c18847
}

.int_white_bg a.button.border, a.button {
  background: #c18847
}

.int_white_bg .bg-all {
  margin-top: 0
}

.int_white_bg .plan a.btn, .int_white_bg .plan-price {
  background: #c18847
}

.int_white_bg .plan-price:after {
  border-top-color: #c18847
}

.int_white_bg .first-footer .top-footer {
  border-top: 0
}

.int_white_bg .first-footer .contactus ul li .fa, .int_white_bg .first-footer h3, .int_white_bg .navigation ul li a {
  color: #333
}

.int_white_bg .first-footer .netabout p {
  color: #666
}

.int_white_bg .navigation ul li a:hover {
  color: #c18847
}

.int_white_bg .first-footer .navigation h3::after, .int_white_bg .first-footer .widget h3::after {
  background: #c18847
}

.int_white_bg .first-footer .contactus .info p {
  color: #666
}

.int_white_bg .second-footer p {
  color: #666
}

.int_white_bg .go-up {
  background: #c18847
}

.home-11 .header-user-name, .home-11 .header-user-name:before {
  color: #666 !important
}

.home-11 .sec-title {
  text-align: center;
  padding-bottom: 2rem
}

.home-11 .sec-title h2 {
  color: #111;
  font-weight: 600;
  text-transform: capitalize
}

.home-11 .sec-title h2 span {
  position: relative;
  color: #444;
  font-weight: 500
}

.home-11 .sec-title p {
  margin-top: 13px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  max-width: 550px
}

.homepage-1 .header-user-name, .homepage-1 .header-user-name:before {
  color: #fff
}

.homepage-6 .how-it-works .serv-flex {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .1)
}

@media only screen and (max-width: 767px) {
  .header-top.head-tr {
    display: none
  }
}

@-webkit-keyframes iconTop {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }
  25% {
    opacity: 0;
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%)
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }
}

@keyframes iconTop {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }
  25% {
    opacity: 0;
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%)
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px)
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px)
  }
}

@-webkit-keyframes rotateMe {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotateMe {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.house-details {
  font-size: 14px;
  font-weight: 400;
  color: #fff
}

.house-details > span {
  opacity: .5;
  display: inline-block;
  padding: 0 5px
}

.img-center {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.tab-content > .active {
  display: block
}

a.button {
  color: #fff !important
}

.homepage-6 .header-user-name, .homepage-6 .header-user-name:before {
  color: #fff
}

a.button {
  background: #00bfff;
  color: #fff !important
}

label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #000
}

@media screen and (max-width: 767px) {
  a.button {
    margin-top: 0
  }
}

textarea {
  width: 100%;
  height: 50px;
  padding: 9px;
  margin-bottom: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-weight: 400;
  color: #000;
  font-family: Lato, sans-serif;
  background: #f8f8f8
}

textarea {
  margin-bottom: 0;
  width: auto
}

.header-image.home-18 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url(/assets/images/bg/home-18.jpg) no-repeat center top;
  background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(/assets/images/bg/home-18.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed !important;
  width: 100%;
  height: 100vh
}

.header-image .left h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
  margin: 0;
  margin-bottom: 20px
}

.header-image .left p {
  font-size: 17px;
  width: 90%;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
  margin: 0
}

.header-image .left .btn-white {
  background: #f55d2c;
  display: inline-block;
  padding: 12px 35px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
  -webkit-box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, .15);
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, .15)
}

a.btn-white {
  text-decoration: none
}

@media (max-width: 991.98px) {
  .header-image {
    text-align: center;
    padding: 600px 30px
  }

  .header-image .left {
    margin-top: 150px;
    margin-bottom: 0
  }

  .header-image .left h1 {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 15px
  }
}

@media screen and (max-width: 767px) {
  .header-image.home-18 {
    height: 10vh
  }

  .header-image {
    padding: 350px 30px
  }

  .header-image .left {
    margin-top: 10px
  }

  .header-image .left h1 {
    font-size: 26px
  }

  .header-image .left p {
    font-size: 15px
  }

  .home18 .sec-title h2 {
    font-size: 24px !important
  }

  .home18 .sec-title h2 span::before {
    display: none
  }
}

section.how-it-works {
  background: #fff;
  padding: 4.6rem 0 2em 0
}

.how-it-works .serv-flex {
  background: #fff;
  color: #f55d2c;
  text-align: center;
  padding: 1.5rem;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1px #e7e7e7 !important;
  box-shadow: 0 0 1px #e7e7e7 !important;
  border: 1px solid #e7e7e7;
  -webkit-transition: .5s ease;
  transition: .5s ease
}

.how-it-works .serv-flex.arrow:after {
  display: none
}

.how-it-works .art-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.how-it-works article .fa {
  padding-right: 1rem;
  padding-bottom: .5rem;
  font-size: 4rem;
  text-align: left
}

.how-it-works article img {
  padding-right: 1rem;
  padding-bottom: .5rem;
  width: 100px;
  height: 100px;
  text-align: center
}

.how-it-works .sec-title {
  margin-left: .5rem
}

.how-it-works .sec-title h2 span {
  font-weight: 600;
  color: #111
}

.how-it-works .sec-title img {
  position: relative;
  width: 151px;
  height: 26px
}

.how-it-works article h3 {
  color: #222;
  margin: 1.7rem 0 .2rem
}

.how-it-works article p {
  color: #666;
  margin-top: 1rem;
  margin-bottom: 0
}

.how-it-works .service-1 .serv:hover, .how-it-works .service-2 .serv:hover {
  cursor: all-scroll
}

@media screen and (max-width: 767px) {
  .how-it-works .service-1 .serv {
    margin-bottom: 2rem
  }

  .how-it-works .service-1 .serv:last-child {
    margin-bottom: 0
  }

  .how-it-works .service-1 .serv.mb-0.pt {
    margin-top: 0 !important
  }
}

@media screen and (max-width: 991px) {
  .how-it-works .service-1 .serv.mb-0 {
    margin-bottom: 0
  }

  .how-it-works .service-1 .serv.mb-0.pt {
    margin-top: 2rem
  }

  .how-it-works .serv-flex:after {
    display: none
  }
}

.home18 .sec-title {
  text-align: center
}

.home18 .sec-title h2 {
  font-size: 28px;
  color: #f55d2c
}

.home18 .sec-title h2 span {
  position: relative;
  color: #111
}

.home18 .sec-title h2 span::before {
  position: absolute;
  width: 50px;
  height: 1px;
  background: #f55d2c;
  top: 18px;
  content: "";
  left: -60px
}

.home18 .sec-title p {
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  max-width: 550px
}

.int_white_bg.h19 .go-up, .int_white_bg.h19 .plan a.btn, .int_white_bg.h19 .plan-price, .int_white_bg.h19 .section-title:before {
  background: #293046
}

.int_white_bg.h19 a.button.border, a.button {
  background: #293046
}

.int_white_bg.h19 .section-title h2 {
  color: #293046
}

.int_white_bg.h19 .plan, .int_white_bg.h19 .plan ul li {
  border: 1px dashed #293046 !important
}

.int_white_bg.h19 .first-footer .navigation h3::after, .int_white_bg.h19 .first-footer .widget h3::after {
  background: #293046
}

.int_white_bg.h19 .navigation ul li a:hover {
  color: #293046
}

.int_white_bg.h19 .plan-price:after {
  border-top-color: #293046
}

.int_white_bg.h19 .plan ul li:first-child {
  border-top: 0 !important
}

.int_white_bg.h19 .plan ul li:last-child {
  border-bottom: 0 !important
}

.int_white_bg.h19 .header-user-name, .int_white_bg.h19 .header-user-name:before {
  color: #fff
}

.int_white_bg.h19 #header.cloned.sticky .header-user-name, .int_white_bg.h19 #header.cloned.sticky .header-user-name:before, .int_white_bg.h19 #navigation.style-2.cloned .header-user-name, .int_white_bg.h19 #navigation.style-2.cloned .header-user-name:before {
  color: #666
}

.h19 .sec-title {
  text-align: center;
  padding-bottom: 2rem
}

.h19 .sec-title h2 {
  color: #111;
  font-weight: 600;
  text-transform: capitalize
}

.h19 .sec-title h2 span {
  position: relative;
  color: #444;
  font-weight: 500
}

.h19 .sec-title p {
  margin-top: 13px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  max-width: 550px
}

a.button {
  background: #f5b200
}

.homepage-23 .head-tr.bottom {
  background: 0 0;
  border: 0
}

.homepage-23 a.button.border, a.button {
  background: #fff;
  color: #274abb !important
}

.homepage-23 .header-user-name, .homepage-23 .header-user-name:before {
  color: #fff
}

.homepage-23 #header.cloned.sticky .header-user-name, .homepage-23 #header.cloned.sticky .header-user-name:before, .homepage-23 #navigation.style-2.cloned .header-user-name, .homepage-23 #navigation.style-2.cloned .header-user-name:before {
  color: #666
}

.homepage-23 #navigation.style-1 ul li:hover {
  background: #274abb
}

.homepage-23 .welcome-area {
  background: linear-gradient(-36deg, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .2) 100%), url(/assets/images/bg/bg-23.jpg) no-repeat scroll center center/cover
}

.homepage-23 .welcome-area {
  height: 100vh;
  position: relative;
  z-index: 99
}

.homepage-23 .bg-overlay {
  position: relative;
  z-index: 0
}

.homepage-23 .bg-overlay::after, .homepage-23 .btn, .homepage-3 .btn:active {
  background: linear-gradient(-47deg, #274abb 0, #274abb 100%)
}

.homepage-23 .bg-overlay::after {
  opacity: .87;
  z-index: -1
}

.homepage-23 .range-slider .ui-widget-header {
  background: #274abb
}

.homepage-23 img {
  display: inline-block;
  max-width: 100%;
  height: auto
}

.homepage-24 .header-image {
  background: url(/assets/images/bg/bg-home-24.jpg) no-repeat center bottom;
  height: 90vh;
  border-bottom: 1px solid #e5e5e5
}

.homepage-24 #header {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2)
}

.homepage-24 .header-image .left h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 60px;
  color: #333;
  margin: 0;
  margin-bottom: 20px
}

.homepage-24 .image-24 {
  padding-bottom: 190px
}

.homepage-24 .header-image .left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #666;
  margin: 0
}

.homepage-24 .header-image .left .btn-white {
  background: #00bfff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 35px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  -webkit-box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, .15);
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, .15);
  margin-right: 60px
}

.homepage-24 .header-user-name, .homepage-24 .header-user-name:before {
  color: #666
}

@media (max-width: 991.98px) {
  .homepage-24 .header-image .left {
    margin-top: 0;
    margin-bottom: 80px
  }

  .homepage-24 .header-image .left h1 {
    font-size: 26px
  }

  .homepage-24 .header-image {
    padding: 500px 30px
  }

  .homepage-24 .image-24 {
    padding-bottom: 0
  }
}

@media (max-width: 576px) {
  .homepage-24 .header-image .left {
    margin-top: 0;
    margin-bottom: 80px
  }

  .homepage-24 .header-image .left h1 {
    font-size: 20px;
    line-height: 30px
  }

  .homepage-24 .header-image {
    padding: 100px 30px
  }
}

section.headings-2 {
  padding: 60px 0 55px 0;
  background: #f5f7fb
}

h4.widget_author__name {
  color: #222
}

.list-inline-item:not(:last-child) {
  margin-right: 1px
}

.form-control[readonly] {
  background: #fff
}

.input-group-btn:not(:first-child) > .btn {
  background: #fff;
  -webkit-transition: all ease .4s;
  transition: all ease .4s
}

.input-group-btn:not(:first-child) > .btn:hover {
  background: #00bfff;
  color: #fff
}

@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(.2, .2);
    transform: scale(.2, .2);
    opacity: 0
  }
  50% {
    opacity: .9
  }
  100% {
    -webkit-transform: scale(.6, .6);
    transform: scale(.6, .6);
    opacity: 0
  }
}

@keyframes waves {
  0% {
    -webkit-transform: scale(.2, .2);
    transform: scale(.2, .2);
    opacity: 0
  }
  50% {
    opacity: .9
  }
  100% {
    -webkit-transform: scale(.6, .6);
    transform: scale(.6, .6);
    opacity: 0
  }
}

.list-inline {
  line-height: 15px
}

.p0 {
  padding: 0 !important
}

.m0 {
  margin: 0 auto
}

.pr1 {
  padding-right: 1px
}

.pr1 {
  padding-right: 1px
}

.w100 {
  width: 100% !important
}

.white {
  color: #fff !important
}

h2.white span {
  color: #fff !important;
  margin-bottom: 20px
}

h2.white {
  margin-top: 20px;
  margin-bottom: 20px
}

@media screen and (max-width: 575px) {
  h2.white span {
    line-height: 37px
  }
}

a.button {
  background-color: #00bfff;
  color: #fff !important
}

.db-top-header {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .3)
}

.db-top-header #header.cloned.sticky {
  visibility: hidden
}

a.button {
  background: #1ec38b;
  padding: 9px 20px;
  border-radius: 50px;
  border: 1px solid transparent;
  color: #fff !important;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (min-width: 1366px) {
  a.button {
    display: none
  }

  a.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.header-user-menu {
  float: right;
  position: relative;
  top: 10px;
  margin-left: 0;
  margin-right: 50px
}

.header-user-name {
  position: relative;
  float: left;
  cursor: pointer;
  color: #666;
  -webkit-transition: .2s;
  transition: .2s;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 10px;
  font-weight: 400
}

.header-user-name:before {
  font-family: FontAwesome;
  content: "\f0d7";
  position: absolute;
  color: #666;
  bottom: 1px;
  font-size: 13px;
  right: -16px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.header-user-name span {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: visible;
  top: 0;
  left: -55px
}

.header-user-name span img {
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, .2);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .2);
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.header-user-menu ul {
  margin: 10px 0 0 0;
  opacity: 0;
  list-style: none;
  visibility: hidden;
  position: absolute;
  min-width: 150px;
  top: 40px;
  left: -80px;
  z-index: 1;
  padding: 10px 0;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #eee
}

.header-user-menu ul li {
  float: left;
  width: 100%;
  padding: 4px 0
}

.header-user-menu ul li a {
  color: #50596e;
  float: left;
  width: 100%;
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
  text-align: left;
  padding: 6px 15px
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

@media screen and (max-width: 320px) {
  #logo img {
    width: 55px;
    margin-right: 35px
  }
}

.features-tag {
  background-color: #eaedf3;
  border-radius: 0 2px 2px 0;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2727272727;
  margin: 2px 15px 5px 0;
  padding: 3px 7px;
  position: relative
}

.features-tag:before {
  border-top: 10px solid transparent;
  border-left: 9px solid #eaedf3;
  border-bottom: 10px solid transparent;
  height: 0;
  position: absolute;
  top: 0;
  right: -8px;
  width: 0
}

.features-tag:after {
  background-color: #fff;
  border-radius: 50%;
  height: 4px;
  position: absolute;
  top: 8px;
  right: -2px;
  width: 4px
}

.features-tag:after, .features-tag:before {
  content: ""
}

.side-list ul {
  margin: 0;
  padding: 0
}

.side-list ul li {
  list-style: none;
  padding: 10px 5px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px dashed #eaeff5
}

.side-list ul li:last-child, .side-list.no-border ul li {
  border-bottom: none
}

@media screen and (max-width: 991px) {
  .box.bg-2 img {
    width: 30%
  }
}

section.pricing-table {
  padding: 6rem 0;
  background: #fff
}

.plan {
  background: #fff;
  border: 1px solid #dedede
}

.plan-name {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  display: block;
  font-size: 24px;
  line-height: 47px;
  font-weight: 800;
  padding: 20px 0;
  color: #000
}

.plan-price {
  font-size: 48px;
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative;
  background: #00bfff;
  color: #fff
}

.plan-price:after {
  bottom: -30px;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-width: 15px;
  border-top-color: #00bfff;
  left: 50%;
  margin-left: -16px
}

.plan ul {
  background: #fff;
  padding: 0;
  margin-bottom: 0
}

.plan ul li {
  border-top: 1px dashed #dedede;
  padding: 12px 29px;
  font-weight: 500
}

.plan ul li:first-child {
  border-top: 0 !important
}

.plan a.btn {
  color: #fff;
  background: #00bfff;
  border: 0;
  margin: 25px 0;
  padding: 8px 30px
}

.plan a.btn:hover {
  background: #121b22;
  color: #fff
}

@media screen and (max-width: 991px) {
  .plan {
    margin-bottom: 40px
  }
}

#login .login, #register .login {
  width: 430px;
  padding: 45px 60px 60px;
  overflow-y: auto;
  background-color: #fff
}

#login {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.add_bottom_15 {
  margin-bottom: 15px
}

.add_bottom_30 {
  margin-bottom: 30px
}

#login .float-left {
  float: left !important
}

#login .float-right {
  float: right !important;
  margin-top: 0 !important
}

#login .btn_1.rounded, a.btn_1.rounded {
  border-radius: 25px !important
}

#login .btn_1.full-width, a.btn_1.full-width {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  margin-bottom: 5px
}

#login .btn_1, a.btn_1 {
  border: none;
  background: #00bfff;
  cursor: pointer;
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 3px
}

#login a.btn_1:hover {
  background: #121b22
}

#login .add_top_10 {
  margin-top: 16px
}

#login .text-center {
  text-align: center !important
}

@media screen and (max-width: 767px) {
  #login .login, #register .login {
    width: 100%
  }
}

.headings-7 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 44, 95, .7)), to(rgba(32, 51, 100, .7))), url(/assets/images/bg/coming-soon.jpg) no-repeat center top;
  background: linear-gradient(rgba(58, 44, 95, .7), rgba(32, 51, 100, .7)), url(/assets/images/bg/coming-soon.jpg) no-repeat center top;
  color: #fff;
  background-size: cover;
  background-attachment: fixed !important;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.headings-7 .email input[type=submit]:hover {
  background: #121b22;
  border: 1px solid #fff
}

.font-16 {
  font-size: 16px;
  margin-right: 2rem
}

.font-36 {
  font-size: 36px
}

.headings-8 {
  background: url(/assets/images/bg/bg-under.jpg) no-repeat center top;
  color: #fff;
  background-size: cover;
  background-attachment: fixed !important;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.headings-8 .email input[type=submit]:hover {
  background: #121b22;
  border: 1px solid #fff
}

.font-16 {
  font-size: 16px
}

.font-36 {
  font-size: 36px
}

label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #000
}

#preloader {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999
}

#status, .status-mes {
  background-image: url(/assets/images/preloader.gif);
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px
}

.status-mes {
  background: 0 0;
  left: 0;
  margin: 0;
  text-align: center;
  top: 65%
}

.info-box-img {
  width: 180px;
  margin-right: 20px;
  float: left
}

.info-box p {
  color: #000
}

.filter {
  min-height: 300px;
  background: #cbd8e3;
  padding-bottom: 40px
}

.filter-header {
  background: #48a0dc
}

.filter label {
  display: block
}

.filter label.label-submit {
  visibility: hidden;
  display: inline-block
}

.filter-item {
  float: left;
  margin-right: 2.6%;
  width: 23%
}

.filter-item-7 {
  width: 31.6%
}

.filter-item-7:nth-child(3) {
  margin-right: 0
}

.filter-item-7:nth-last-child(4) {
  width: 23%
}

.filter-item-7:nth-last-child(3) {
  width: 23%
}

.filter-item-7:nth-last-child(2) {
  width: 23%
}

.filter-item-7:last-child {
  width: 23%;
  margin-right: 0
}

.filter-item .area-filter {
  width: 48.5%;
  float: left
}

.filter-item .area-filter.filter-1 {
  margin-right: 3% !important
}

.area-filter:nth-last-child(2) {
  margin-right: 0
}

.filter-item .button {
  width: 100% !important;
  cursor: pointer;
  color: #fff
}

@media screen and (max-width: 991px) {
  .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 200px
  }

  .info-box-img {
    width: 100%;
    margin-bottom: 1rem
  }

  .info-box h4 {
    font-size: 1.2rem;
    text-align: center
  }

  .info-box p {
    font-size: 13px;
    text-align: center
  }
}

input[type=file] {
  background: #fff;
  border: none;
  padding: 5px 0 5px 0;
  width: auto;
  display: inline-block
}

input[type=checkbox], input[type=radio] {
  width: auto;
  margin-right: 5px
}

textarea {
  height: 130px
}

input.border, textarea.border {
  border: 1px solid rgba(0, 0, 0, .15)
}

.form-block label {
  display: block
}

[data-animate] {
  opacity: 0
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 3rem
  }

  h2 {
    font-size: 1.6rem
  }

  .second-footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .second-footer .container h3 {
    margin-bottom: .8rem
  }
}

@media screen and (max-width: 1024px) {
  .header-top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .top-info {
    margin-bottom: 1rem
  }

  #navigation {
    margin-left: 0
  }
}

@media screen and (max-width: 992px) {
  h3 {
    font-size: 1.2rem
  }

  .header-top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .top-info {
    margin-bottom: 1rem
  }
}

@media screen and (max-width: 576px) {
  body {
    font-size: 15px
  }

  h1 {
    font-size: 1.6rem
  }

  .section-title h3 {
    font-size: 16px
  }

  .section-title h2 {
    font-size: 26px
  }

  .first-footer h2 {
    margin-top: 2rem
  }

  .font-36 {
    font-size: 26px
  }
}

.range-slider {
  width: 200px;
  top: -25px;
  position: relative;
  margin: 0 auto
}

div#slider {
  display: none !important
}

.slider_amount {
  color: #00bfff;
  font-size: 24px
}

.range-slider .ui-widget-content {
  background-color: #e8e8e8 !important
}

.welcome-intro h1 {
  text-transform: inherit
}
