      @import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
.section {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px 0;
}
.section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
  /*background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);*/
}


/*#section01 { background: url(https://www.nxworld.net/example/css-scroll-down-button/bg01.jpg) center center / cover no-repeat;}
#section02 { background: url(https://www.nxworld.net/example/css-scroll-down-button/bg02.jpg) center center / cover no-repeat;}
#section03 { background: url(https://www.nxworld.net/example/css-scroll-down-button/bg03.jpg) center center / cover no-repeat;}
#section04 { background: url(https://www.nxworld.net/example/css-scroll-down-button/bg04.jpg) center center / cover no-repeat;}
#section05 { background: url(https://www.nxworld.net/example/css-scroll-down-button/bg05.jpg) center center / cover no-repeat;}
#section06 { background: url(https://www.nxworld.net/example/css-scroll-down-button/bg06.jpg) center center / cover no-repeat;}
#section07 { background: url(https://www.nxworld.net/example/css-scroll-down-button/bg07.jpg) center center / cover no-repeat;}
#section08 { background: url(https://www.nxworld.net/example/css-scroll-down-button/bg08.jpg) center center / cover no-repeat;}
#section09 { background: url(https://www.nxworld.net/example/css-scroll-down-button/bg09.jpg) center center / cover no-repeat;}
#section10 { background: url(https://www.nxworld.net/example/css-scroll-down-button/bg10.jpg) center center / cover no-repeat;}*/

#thanks {
  background-color: #fff;
}
#thanks::after {
  content: none;
}
#thanks div {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#thanks h2 {
  margin-bottom: 60px;
  color: #333;
  font : normal 300 64px/1 'Josefin Sans', sans-serif;
  text-align: center;
  white-space: nowrap;
}
#thanks p {
  color: #333;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
}
#thanks p a {
  color: #333;
  text-decoration: none;
  transition: color .3s;
}
#thanks p a:hover {
  color: #888;
}
.demo .arrow-click {
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  padding-top: 60px;
}
.demo .arrow-click:hover {
  opacity: .5;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span{
  background: #c02027;
}

#section01 a {
  /*padding-top: 60px;*/
}
#section01 a span {
  /*position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;*/
}



.section a {
  /*padding-top: 60px;*/
}
.section a span {
  position: absolute;
  top: 75px;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 0 none;
  border-radius: 100%;
  box-sizing: border-box;
}
.section a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  border-left: 3px solid  #c02027;
  border-bottom: 3px solid  #c02027;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.arrow-click span:after {
  margin: -12px 0 0 -8px;
}
.arrow-click:hover span:after {
  margin: -9px 0 0 -8px;
}



#section03 a span {
  /*position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;*/
}
#section03 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  /*border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);*/
  box-sizing: border-box;
}
#section03 a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  /*-webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;*/
  box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}




#section04 a span {
  /*position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 1s infinite;
  animation: sdb04 1s infinite;
  box-sizing: border-box;*/
}
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}



#section05 a {
  /*padding-top: 70px;*/
}
#section05 a span {
  /*position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;*/
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}



#section06 a {
  /*padding-top: 70px;*/
}
#section06 a span {
  /*position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-animation: sdb06 1.5s infinite;
  animation: sdb06 1.5s infinite;
  box-sizing: border-box;*/
}
@-webkit-keyframes sdb06 {
  0% {
    -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb06 {
  0% {
    transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}



#section07 a {
  /*padding-top: 80px;*/
}
#section07 a span {
  /*position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 1s infinite;
  animation: sdb07 1s infinite;
  opacity: 0;
  box-sizing: border-box;*/
}
#section07 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#section07 a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#section07 a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



#section08 a {
  padding-top: 60px;
}
#section08 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section08 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
}



#section09 a {
  padding-top: 80px;
}
#section09 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section09 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#section09 a span::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 18px;
  height: 18px;
  content: '';
  margin-left: -9px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}



#section10 a {
  padding-top: 60px;
}
#section10 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 1s infinite;
  animation: sdb10 1s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.content-area {
  /*position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
  color: #000;
  font : normal 300 64px/1 'Josefin Sans', sans-serif;
  text-align: center;
  padding-top: calc(58px + 2.5em);
  padding: 0 40px;
}
.content-area p{
  font-size: 26px;
  line-height: 32px;
}
.content-area h1 {
  font-size: 60px;
  margin: 20px 0 70px;
  line-height: 24px;
  color:#000;
}
.content-area ol {
  font-size: 20px;
  text-align: left;
}
.content-area li {
  width: 50%;
  display: inline-block;
}
.section{
    text-align:center;
  }
/*.pagination {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.pagination ul {
  margin: 0;
  padding: 0;
}
.pagination li {
  list-style: none;
}
.pagination li a {
  display: block;
  width: 12px;
  height: 12px;
  border:solid 1px #ed2d92;
  border-radius: 50px;
  margin: 5px 0;
}
.pagination li a.active, .pagination li a:hover {
  background-color: #ed2d92;
}
.tags {
    display: inline;
    position: relative;
}
.tags:hover:after {
    background-color: #000333;
    border-radius: 5px;
    bottom: -10px;
    color: #fff;
    content: attr(title);
    left: -50px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
}
.tags:hover:before {
  content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #000333;
    bottom: -2px;
    left: -100%;
    position: absolute;
    z-index: 99;
}*/

#section0{
    display: block!important;
    padding-top: 0!important;
}
#section9 .btn{
    width:217px;
}
.dash_no_header.page-template-user_dashboard_search_result .header_wrapper,
.page-template-user_dashboard_search_result #section9,
.dash_no_header.page-template-user_dashboard_floor .header_wrapper,
.page-template-user_dashboard_floor #section9,
.dash_no_header.page-template-user_dashboard_invoices .header_wrapper,
.page-template-user_dashboard_invoices #section9,
.dash_no_header.page-template-user_dashboard_searches .header_wrapper,
.page-template-user_dashboard_searches #section9,
.dash_no_header.page-template-user_dashboard_favorite .header_wrapper,
.page-template-user_dashboard_favorite #section9,
.dash_no_header.page-template-user_dashboard_add .header_wrapper,
.page-template-user_dashboard_add #section9,
.dash_no_header.page-template-user_dashboard .header_wrapper,
.page-template-user_dashboard #section9,
.dash_no_header.page-template-user_dashboard_profile .header_wrapper,
.page-template-user_dashboard_profile #section9{
    display: none;
}

#section9 ul,
#primary ul{
    list-style: none;
    margin: 0px;
}

#section9 .widget_recent_comments li:before,
#section9 .widget_pages li:before,
#section9 .widget_rss li:before,
#section9 .widget_text li:before,
#section9 .widget_recent_entries li:before,
#section9 .widget_categories li:before,
#section9 .widget_meta li:before,
#section9 .widget_archive li:before,
#section9 .widget_recent_comments li:before{
    margin-top:4px;
}

#section9 .social_sidebar_internal a,
#primary .social_sidebar_internal a {
    width: 41px;
    height: 41px;
    padding: 11px 0px;
    background-color: #f0f0f0;
    margin: 0px 10px 10px 0px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius:3px;
}

#section9 .social_sidebar_internal a{
    background-color: #323840;
}


#section9 .social_sidebar_internal a:hover,
#primary .social_sidebar_internal a:hover {
    background-color: #c02027;
    color: #fff;
}

#section9 .social_sidebar_internal i,
#primary .social_sidebar_internal i {
    font-size: 19px;
    color: #a6b3bb;
}

#section9 .social_sidebar_internal a:hover i,
#primary .social_sidebar_internal a:hover i{
    color: #fff;
}

#section9 .social_sidebar_internal a:hover{
    color:#fff;
}

#section9 .twitter_wrapper li a,
.twitter_wrapper li a{
    color:#fff!important;
    font-weight: bold;
}

#section9 .twitter_wrapper a{
    color: #fff;
}

#section9 #tw_control li{
    border: 1px solid #fff;
}

#section9 #calendar_wrap{
    background-color: #fff;
}

#section9 .widget_latest_title{
    color:#72777F;
}

#section9 .featured_title a{
    line-height:22px;
}

#section9 .menu > li {
    height: 100%;
}

#section9 .mortgage_calculator_div{
    background-color: #fff;
}

#section9{
    background-color: #000;
    color: #999999;
}
/*.home #section9 .fp-tableCell{
   display: block;
}
.home #section9{
    display: block!important;
}*/
 .home #section9 .fp-tableCell,  .home #section9{
  height:auto !important;
}

#section9.boxed_footer,
#section9.sticky_footer.boxed_footer{
    width: 1200px;
    left: 0;
    right: 0;
    margin: 0px auto;
}

#section9 a,
#section9 li a{
    color: #999999;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#section9 a:hover,
#section9 li a:hover{
    color: #1CA8DD;
    text-decoration: none;
}

#section9 .xoxo{
    padding-top: 45px;
}

.widget-title-footer{
    font-size: 14px;
    color: #f0f0f0;
    line-height: 22px;
    line-height:26px;
}

#section9 .widget-container li {
    margin-bottom: 4px;
    padding-bottom: 4px;
    border: none;
    vertical-align: top;
    line-height: 22px;
}

#section9 li a{
    border:none;
    line-height: 22px;
    font-size:13px;
}

#section9 .subfooter_menu  a{
    font-size: 12px;
    padding-bottom: 0px;
}


#section9 .loginwd_sidebar{
    background-color: #fff;
}

#section9 .category_list_widget .child_category {
    margin-top: 4px!important;
    padding-top: 0px;
}

#section9 .category_list_widget .category_no {
    float:none;
    margin-left:5px;
    color: #999999;
}
.home #section9{
  padding-bottom: 0;
}


.home .vc_row.arrow-click-row{
    position: absolute;
    text-align: center;
    position: absolute !important;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}

.home .vc_row.arrow-click-row a.arrow-click{
     position: static;
-webkit-transform: unset;
padding: 0;
transform: unset;
}
.home .section .vc_row.arrow-click-row a span{
    top:34px;
    display: block;
    position: static;
}
.home .section .vc_row .wpb_text_column{
    margin-bottom: 0;
}
.home .fp-tableCell >.wpb_column{
    position: static;
}
.home #section9.section{
  padding: 0;
}
.widget-title-footer{
    text-transform: uppercase;
}