html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: 'Encode Sans Semi Expanded', sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 25px;
  background-color: #fff; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #da2028; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

section {
  padding: 80px 0;
  position: relative; }
  @media (max-width: 991px) {
    section {
      padding: 50px 0; } }

.btn {
  color: #fff;
  background-color: #da2028;
  border: 2px solid #da2028;
  padding: 14px 30px;
  font-size: 15px;
  border-radius: 5px;
  font-weight: 700;
  margin: 15px 0;
  text-transform: uppercase;
  font-family: 'Encode Sans Semi Expanded', sans-serif;
  letter-spacing: 3px; }
  @media (max-width: 991px) {
    .btn {
      letter-spacing: 1px; } }

.btn:hover {
  color: #fff;
  background-color: #21438f;
  border-color: #21438f;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.btn:focus {
  color: #fff !important;
  background-color: #21438f;
  border-color: #21438f; }

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn-.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #21438f;
  border-color: #21438f; }

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #fff;
  background-color: #21438f;
  border-color: #21438f; }

.title-h {
  font-size: 56px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0;
  font-family: 'Arya', sans-serif; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 38px;
      line-height: 38px;
      letter-spacing: 1px; } }

.little-h {
  font-size: 16px;
  color: #da2028;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Encode Sans Semi Expanded', sans-serif; }
  @media (max-width: 991px) {
    .little-h {
      font-size: 15px;
      letter-spacing: 1px; } }

.title-p {
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 30px;
  color: #333; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 18px;
      line-height: 24px; } }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

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

.link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.mobile-view {
  display: none !important; }
  @media (max-width: 991px) {
    .mobile-view {
      display: block !important; } }

.desctop-view {
  display: block; }
  @media (max-width: 991px) {
    .desctop-view {
      display: none !important; } }

/*****navbar start******/
.top-bar {
  width: 100%;
  z-index: 999;
  background-color: #21438f;
  padding: 4px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .top-bar p {
    position: relative;
    color: #f2f2f2;
    font-family: "Arsenal", sans-serif;
    padding-top: 0px;
    margin-bottom: 0;
    letter-spacing: 1px; }
    @media (max-width: 991px) {
      .top-bar p {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0;
        padding-top: 2px;
        margin-bottom: 2px; } }
  .top-bar a {
    color: #fff;
    display: inline-block; }
  .top-bar a:hover {
    color: #21438f; }

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 15px;
    background-color: #fff; }

  .navbar-toggle .svg-inline--fa {
    color: #da2028; }

  .attr-nav {
    display: none; } }
nav.navbar.bootsnav {
  background: #fff;
  z-index: 100; }
  @media (max-width: 991px) {
    nav.navbar.bootsnav {
      border-bottom: 1px solid #f2f2f2; } }

.navbar {
  min-height: 108px;
  z-index: 100; }
  @media (max-width: 991px) {
    .navbar {
      min-height: 100px; } }

.navbar-brand {
  padding: 2px 0px 0 10px; }
  @media (max-width: 991px) {
    .navbar-brand {
      padding: 5px; } }

.navbar-brand img {
  width: auto;
  margin-top: 1px;
  height: 70px; }
  @media (max-width: 991px) {
    .navbar-brand img {
      height: 50px;
      margin-top: 0px; } }

.caret {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: white;
    border-top: 5px solid #da2028;
    width: 250px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 27px 15px 30px 5px;
    font-weight: 400;
    font-size: 17px;
    font-family: 'Encode Sans Semi Expanded', sans-serif; } }
  @media (min-width: 991px) and (max-width: 1190px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 27px 10px 30px 5px;
      font-size: 14px; } }

@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #21438f; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #da2028; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 9px 15px;
    border-bottom: solid 1px #eee;
    color: #da2028;
    font-size: 17px;
    font-weight: 400;
    font-family: "Arya", sans-serif; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    background: #eee; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    font-weight: 400;
    font-family: "Arya", sans-serif;
    text-transform: uppercase;
    color: #21438f !important;
    padding: 14px 0;
    font-size: 19px; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 10px; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Arya", sans-serif;
    color: #da2028;
    font-size: 19px;
    padding: 7px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 35px -15px 10px -15px; } }
nav.navbar.bootsnav .btn {
  margin-left: 0px !important; }

nav.navbar-fixed.bootsnav .btn {
  padding: 13px 15px !important;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 15px;
  border-radius: 4px;
  font-family: "News Cycle", sans-serif;
  margin: 14px 10px 0 0px;
  font-weight: 600;
  letter-spacing: 2px;
  background-color: transparent;
  border: 2px solid #21438f;
  color: #21438f; }
  @media (max-width: 1260px) {
    nav.navbar-fixed.bootsnav .btn {
      padding: 8px 7px;
      font-size: 14px;
      font-weight: 500; } }
  @media (max-width: 1010px) {
    nav.navbar-fixed.bootsnav .btn {
      padding: 8px 6px; } }
  @media (max-width: 768px) {
    nav.navbar-fixed.bootsnav .btn {
      margin-right: 0px; } }

nav.no-background.bootsnav .btn {
  padding: 13px 15px !important;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 15px;
  display: inline-block;
  font-family: "News Cycle", sans-serif;
  margin: 14px 10px 0 0px;
  font-weight: 600;
  letter-spacing: 2px;
  background-color: transparent;
  border: 2px solid  #fff;
  border-radius: 4px;
  color: #fff; }
  @media (max-width: 1260px) {
    nav.no-background.bootsnav .btn {
      padding: 8px 7px;
      font-size: 14px;
      font-weight: 500; } }
  @media (max-width: 1010px) {
    nav.no-background.bootsnav .btn {
      padding: 8px 6px; } }
  @media (max-width: 768px) {
    nav.no-background.bootsnav .btn {
      margin-right: 0px; } }

nav.navbar.bootsnav .btn:hover {
  background-color: #da2028;
  border: 2px solid #da2028;
  color: #fff; }

nav.navbar.bootsnav ul.nav > li > .mobile-a {
  width: 240px;
  background: #da2028;
  color: #fff !important;
  display: none; }
  @media (max-width: 992px) {
    nav.navbar.bootsnav ul.nav > li > .mobile-a {
      display: block; } }

nav.no-background.bootsnav .logo1 {
  display: inline-block !important; }

nav.navbar-fixed.bootsnav .logo1 {
  display: none; }

nav.no-background.bootsnav .logo2 {
  display: none !important; }

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block; }

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important; }

  nav.no-background.bootsnav .logo2 {
    display: inline-block !important; } }
nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 80px;
  margin-top: 2px; }
  @media (max-width: 1190px) {
    nav.no-background.bootsnav .navbar-brand img.logo-large {
      height: 60px; } }

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 55px;
    width: auto;
    margin-top: 0; } }
/******navbar end**********/
/*****hero start*********/
.hero {
  position: relative;
  min-height: 80vh;
  overflow: hidden; }
  @media (max-width: 991px) {
    .hero {
      min-height: 65vh; } }
  .hero .hero-box {
    margin-top: 37vh; }
    @media (max-width: 991px) {
      .hero .hero-box {
        margin-top: 28vh; } }
  .hero .back {
    background-color: rgba(0, 13, 26, 0.5); }
  .hero h1 {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6); }
  .hero h2 {
    color: #fff;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    margin-bottom: 35px;
    margin-top: 25px;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 28px; }
    @media (max-width: 991px) {
      .hero h2 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 15px;
        margin-bottom: 5px; } }
  @media (max-width: 400px) {
    .hero .btn {
      margin-bottom: 30px; } }

/***************hero end******/
/*********** about start ********/
.services-home .sub-page-img {
  height: 25px;
  margin-right: 12px;
  width: 25px; }

.services-home .recent-box {
  padding: 15px;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.25); }
.services-home .recent-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 220px;
  margin-bottom: 20px; }
  @media (max-width: 400px) {
    .services-home .recent-img {
      height: 180px; } }
.services-home .recent .recent-text {
  padding: 10px 15px 20px 20px !important; }
.services-home .sub-page-ul {
  list-style: none;
  padding-left: 0px;
  margin: 0 !important; }
  .services-home .sub-page-ul li {
    margin-bottom: 8px;
    display: block !important;
    border: none !important;
    padding: 0px 8px;
    line-height: 30px;
    font-size: 18px;
    font-family: "Arya", sans-serif; }
  .services-home .sub-page-ul a {
    color: #333; }
  .services-home .sub-page-ul a:hover {
    color: #da2028; }
.services-home .sub-page-img {
  height: 25px;
  margin-right: 12px;
  width: 25px !important;
  transform-style: unset  !important;
  display: inline-block !important; }

.box-link {
  text-decoration: underline;
  display: block;
  margin-left: 10px;
  margin-top: 20px;
  color: #21438f;
  font-weight: 700; }

/********* about  start*******/
.about {
  padding: 120px 0 110px 0; }
  @media (max-width: 768px) {
    .about {
      padding: 60px 0; } }
  .about .about-img1 {
    height: 450px; }
    @media (max-width: 768px) {
      .about .about-img1 {
        height: 220px;
        margin-bottom: 15px; } }
  .about .about-img2 {
    height: 450px; }
    @media (max-width: 768px) {
      .about .about-img2 {
        height: 220px;
        margin-bottom: 15px; } }
  .about .about-div {
    padding-right: 0;
    padding-left: 30px; }
    @media (max-width: 991px) {
      .about .about-div {
        padding-left: 15px;
        padding-right: 15px; } }
  .about .btn {
    margin-bottom: 20px; }

/******** about end ********/
/********* about end ********/
.testimonial {
  overflow: hidden; }

.services-home .services-img {
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1; }
  @media (max-width: 768px) {
    .services-home .services-img {
      height: 220px; } }
.services-home .services-box {
  overflow: hidden;
  padding: 0px 0 0 0;
  position: relative;
  margin: 10px 5px 20px 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.45); }
  .services-home .services-box h3 {
    color: #333;
    font-size: 25px;
    line-height: 30px;
    min-height: 60px;
    margin-bottom: 0;
    font-family: "News Cycle", sans-serif;
    font-weight: 600;
    letter-spacing: 0px; }
  .services-home .services-box .btn {
    margin-top: 0;
    font-size: 15px; }
  .services-home .services-box a {
    font-family: "Arya", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600; }
.services-home .services-box:hover .services-img {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1); }
.services-home .services-text {
  padding: 10px 15px 30px 15px;
  overflow: hidden;
  z-index: 2; }
.services-home .owl-nav {
  position: absolute;
  top: 35%;
  left: -35px;
  right: -35px; }
  @media (max-width: 768px) {
    .services-home .owl-nav {
      left: 5px;
      right: 5px; } }
.services-home .owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 4px 2px;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  background: transparent;
  opacity: 1; }
  @media (max-width: 768px) {
    .services-home .owl-theme .owl-controls .owl-nav [class*=owl-] {
      width: 14px; } }
.services-home .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  opacity: .7; }
.services-home .owl-prev {
  float: left; }
.services-home .owl-next {
  float: right; }
.services-home .owl-theme .owl-dots .owl-dot.active span, .services-home .owl-theme .owl-dots .owl-dot:hover span {
  background: #da2028; }

/********* services end *********/
/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 30vh 0; }
  @media (max-width: 992px) {
    .cta {
      padding: 80px 0; } }
  .cta .back {
    background-color: rgba(0, 13, 26, 0.3); }
  .cta .title-p {
    padding-bottom: 5px; }
  .cta .cta-box {
    padding: 80px;
    background-color: rgba(255, 255, 255, 0.78); }
    @media screen and (max-width: 768px) {
      .cta .cta-box {
        padding: 20px 15px; } }

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%; } } }
/******** cta end ********/
/******* testimonials start **********/
.testimonials .owl-theme .owl-controls {
  text-align: left;
  margin-left: -5px; }
.testimonials .owl-theme .owl-dots .owl-dot.active span, .testimonials .owl-theme .owl-dots .owl-dot:hover span {
  background: #21438f; }
.testimonials .little-h {
  margin-top: 30px; }
  @media (max-width: 991px) {
    .testimonials .little-h {
      margin-top: 15px; } }

.testimonial {
  margin: 0 00px; }

.testimonial .description {
  padding: 20px 0px 0px 0px;
  margin-bottom: 0px;
  font-size: 15px;
  color: #333;
  line-height: 24px;
  position: relative; }
  @media (max-width: 768px) {
    .testimonial .description {
      padding: 20px 0px 0px 0px;
      font-size: 17px;
      line-height: 24px; } }

.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #da2028;
  margin-top: 30px;
  font-family: "Arya", sans-serif; }

.testimonials .about-large {
  height: 560px;
  margin-right: 20px; }
  @media (max-width: 768px) {
    .testimonials .about-large {
      height: 220px;
      margin: 10px 0 0 0; } }
.testimonials .about-small {
  height: 270px;
  margin: 0px -10px 20px 40px; }
  @media (max-width: 768px) {
    .testimonials .about-small {
      height: 220px;
      margin: 10px 0; } }

/******* testimonials end **********/
/*****tc- footer start******/
.tc-footer {
  padding-top: 80px;
  position: relative; }
  .tc-footer .back {
    background: rgba(242, 242, 242, 0.85); }
  .tc-footer a {
    color: #333;
    font-family: "Arya", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px; }
    @media (max-width: 991px) {
      .tc-footer a {
        line-height: 30px;
        font-size: 15px; } }
  .tc-footer a:hover {
    color: #21438f; }
  .tc-footer ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
    margin-top: 0px; }
  .tc-footer li {
    display: inline-block;
    margin: 7px 15px; }
    @media (max-width: 991px) {
      .tc-footer li {
        margin: 0px 5px; } }
  .tc-footer p {
    color: #333;
    font-size: 15px;
    font-family: "Arya", sans-serif;
    line-height: 30px;
    margin-top: 0px; }
    @media (max-width: 991px) {
      .tc-footer p {
        line-height: 20px;
        font-size: 14px; } }
  .tc-footer img {
    width: 95%;
    margin-top: 0px;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .tc-footer img {
        margin-bottom: 30px; } }

.footer-copyright {
  margin-top: 0px;
  padding: 0;
  color: #e6e6e6;
  font-size: 13px; }
  @media (max-width: 991px) {
    .footer-copyright {
      padding: 0px 15px 20px 15px;
      margin-top: 30px; } }
  .footer-copyright .svg-inline--fa {
    display: inline-block;
    border: 1px solid #da2028;
    background-color: #da2028;
    color: #fff;
    width: 34px;
    height: 34px;
    padding: 7px;
    margin: 0 5px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .footer-copyright .svg-inline--fa:hover {
    padding: 4px; }
  .footer-copyright hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #999; }
  .footer-copyright a {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px; }
    @media (max-width: 991px) {
      .footer-copyright a {
        line-height: 20px;
        font-size: 14px; } }

/*****tc-footer end******/
/**********CONTACT PAGE START*********/
.contact .contact-info ul {
  list-style: none;
  padding-left: 0; }
.contact .contact-info li {
  font-size: 17px;
  line-height: 35px; }
.contact .contact-info p {
  padding-bottom: 10px; }
.contact .contact-info a {
  color: #333; }
.contact .contact-info a:hover {
  color: #da2028; }
.contact .contact-info .svg-inline--fa {
  color: #da2028;
  margin-right: 10px;
  width: 25px; }

.contact-right {
  padding-left: 30px; }
  @media screen and (max-width: 768px) {
    .contact-right {
      padding-left: 0; } }

form {
  padding-top: 70px; }
  form p {
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
    letter-spacing: 1px; }

input, textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  outline: none;
  border-radius: 0; }

select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  outline: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  letter-spacing: 1px;
  background-color: #fff;
  height: 50px; }

::-webkit-input-placeholder {
  /* Edge */
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  letter-spacing: 1px; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  letter-spacing: 1px; }

::placeholder {
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  letter-spacing: 1px; }

form {
  padding-top: 70px; }
  form p {
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
    letter-spacing: 1px; }

.tc-header {
  min-height: 50vh;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .tc-header {
      min-height: 40vh; } }
  .tc-header .back {
    background: rgba(26, 26, 26, 0.3); }

.reviews-page .review-img {
  height: 60px;
  width: auto;
  margin-bottom: 20px; }
.reviews-page .inner-cta h5 {
  font-family: "Arya", sans-serif;
  font-size: 20px;
  color: #da2028;
  margin-top: 35px;
  opacity: .85; }

.inner-cta {
  padding: 40px 50px;
  background-color: rgba(81, 112, 255, 0.09);
  margin: 15px 0; }
  @media screen and (max-width: 768px) {
    .inner-cta {
      padding: 20px 15px; } }

.communities .recent-box {
  width: calc(33% - 15px);
  vertical-align: top;
  margin: 10px 7px;
  display: inline-block;
  text-align: left; }
  @media screen and (max-width: 1100px) {
    .communities .recent-box {
      width: calc(49% - 20px); } }
  @media screen and (max-width: 650px) {
    .communities .recent-box {
      width: calc(100% - 0px);
      margin: 8px 0px; } }

.inner-h {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  font-family: 'Arya', sans-serif; }
  @media (max-width: 991px) {
    .inner-h {
      font-size: 38px;
      line-height: 38px;
      letter-spacing: 1px; } }

.communities-detail .recent-box ul {
  list-style: none;
  padding-left: 0;
  margin: 20px 0 25px 0; }

.communities-detail .recent-box li {
  display: inline-block;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 0px 8px;
  line-height: 30px;
  font-size: 16px; }
  @media (max-width: 350px) {
    .communities-detail .recent-box li {
      padding: 0px 4px; } }

.communities-detail .recent-box li span {
  font-size: 14px; }
  @media (max-width: 350px) {
    .communities-detail .recent-box li span {
      font-size: 12px; } }

.communities-detail .recent-box .recent-icon {
  display: inline-block;
  width: 24px;
  height: 100%;
  margin-right: 4px; }
  @media (max-width: 350px) {
    .communities-detail .recent-box .recent-icon {
      width: 20px; } }

.communities-detail .recent-img {
  height: 200px; }

.communities-detail .recent-box {
  background-color: #fff;
  padding: 20px;
  text-align: center; }
  @media (max-width: 350px) {
    .communities-detail .recent-box {
      padding: 15px; } }
  .communities-detail .recent-box .back-img {
    background-size: contain; }

.floor-plans-page .table > tbody > tr > td, .floor-plans-page .table > tbody > tr > th, .floor-plans-page .table > tfoot > tr > td, .floor-plans-page .table > tfoot > tr > th, .floor-plans-page .table > thead > tr > td, .floor-plans-page .table > thead > tr > th {
  padding: 8px 0;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #fff;
  font-size: 15px; }
.floor-plans-page table {
  margin-top: 20px; }

.model-homes .recent-box {
  text-align: center; }

.example-image {
  background-size: cover;
  background-position: center;
  height: 250px;
  margin: 5px 5px;
  width: calc(25% - 15px);
  display: inline-block; }
  @media screen and (max-width: 999px) {
    .example-image {
      height: 250px;
      margin: 5px 5px;
      width: calc(50% - 15px); } }
  @media screen and (max-width: 500px) {
    .example-image {
      height: 210px;
      margin: 5px 0px;
      width: calc(100% - 0px); } }

.recent-box {
  position: relative; }

.recent-box:hover {
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1);
  background-color: rgba(81, 112, 255, 0.04); }

.available-homes-page .recent-box {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); }
.available-homes-page .recent-box .back-img {
  background-size: cover; }

.scrolling-box {
  height: 3350px; }

@media (max-width: 768px) {
  .scrolling-box {
    display: none; } }
.hr-listing {
  margin-top: 0; }
  @media (max-width: 991px) {
    .hr-listing {
      margin-bottom: 0;
      border: none; } }

.listing2-page {
  padding-top: 20px; }
  @media (max-width: 991px) {
    .listing2-page {
      padding-top: 0; } }
  .listing2-page .example-image {
    background-size: cover;
    background-position: center;
    height: 250px;
    margin-bottom: 6px;
    width: 100%;
    margin: 0; }
  .listing2-page .example-image-bigg {
    background-size: cover;
    background-position: center;
    height: 450px;
    margin-bottom: 6px; }
  .listing2-page .example-padd {
    padding-left: 3px;
    padding-right: 3px; }
  .listing2-page .photo-bottom {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 4px 20px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    border-radius: 40px;
    cursor: pointer; }
    .listing2-page .photo-bottom p {
      color: #fff;
      margin-bottom: 0;
      font-size: 14px; }
    .listing2-page .photo-bottom .svg-inline--fa {
      margin-right: 9px; }
  .listing2-page .photo-bottom:hover {
    background-color: rgba(0, 0, 0, 0.75); }
  .listing2-page .photo-bottom2 {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3px;
    left: 3px;
    height: 250px;
    cursor: pointer; }
    .listing2-page .photo-bottom2 p {
      color: #fff;
      margin-bottom: 0;
      font-size: 30px;
      line-height: 50px;
      text-align: center;
      margin-top: 90px;
      font-weight: 500; }
    .listing2-page .photo-bottom2 .svg-inline--fa {
      margin-right: 9px; }

.listing2-title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  font-family: 'Arya', sans-serif;
  margin: 40px 0 20px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  color: #21438f; }

.listing2-right .btn, .listing-fixed .btn {
  padding: 11px 25px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-right: 8px;
  min-width: 200px; }

.table-listing .table > tbody > tr > td, .table-listing .table > tbody > tr > th, .table-listing .table > tfoot > tr > td, .table-listing .table > tfoot > tr > th, .table-listing .table > thead > tr > td, .table-listing .table > thead > tr > th {
  border-top: none;
  font-size: 16px; }
  @media (max-width: 500px) {
    .table-listing .table > tbody > tr > td, .table-listing .table > tbody > tr > th, .table-listing .table > tfoot > tr > td, .table-listing .table > tfoot > tr > th, .table-listing .table > thead > tr > td, .table-listing .table > thead > tr > th {
      width: 100vw;
      display: block;
      padding: 4px 0; } }
.table-listing form {
  padding: 20px; }

.listing-fixed {
  position: fixed;
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  top: 0;
  width: 100%;
  left: 0px;
  margin-top: 108px;
  padding-bottom: 20px;
  z-index: 5; }
  @media (max-width: 991px) {
    .listing-fixed {
      position: relative;
      margin-top: 0; } }

.div-sep {
  height: 250px; }
  @media (max-width: 991px) {
    .div-sep {
      height: 0; } }

.scrolling-box {
  display: block;
  height: 1095px;
  overflow-y: scroll;
  text-align: center;
  width: 100%; }
  @media (max-width: 991px) {
    .scrolling-box {
      display: none; } }

.listing2-right #accordion .panel-body {
  padding: 20px 0px 10px 5px;
  border-top: none;
  font-size: 18px;
  line-height: 26px;
  color: #333;
  position: relative; }

.listing2-right #accordion .panel-title a {
  display: block;
  padding: 8px 30px 19px 40px;
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 25px;
  color: #222;
  overflow: hidden;
  position: relative; }
  @media (max-width: 991px) {
    .listing2-right #accordion .panel-title a {
      padding: 8px 15px 4px 35px;
      font-size: 22px; } }

.listing2-right #accordion .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 5px;
  margin-top: 10px;
  position: relative; }

.listing2-right #accordion .panel-body h2 {
  font-size: 22px; }

.listing2-right #accordion .panel-title a:before, .listing2-right #accordion .panel-title a.collapsed:before, .listing2-right #accordion .panel-title a:after, .listing2-right #accordion .panel-title a.collapsed:after {
  top: 2px;
  left: 2px;
  color: #da2028;
  font-size: 30px; }
  @media (max-width: 991px) {
    .listing2-right #accordion .panel-title a:before, .listing2-right #accordion .panel-title a.collapsed:before, .listing2-right #accordion .panel-title a:after, .listing2-right #accordion .panel-title a.collapsed:after {
      left: 5px; } }

.listing2-right #accordion .panel-heading:before {
  content: "";
  width: 40px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
  @media (max-width: 991px) {
    .listing2-right #accordion .panel-heading:before {
      width: 30px; } }

.listing2-page .listing2-right {
  margin-left: 15px; }
  @media (max-width: 991px) {
    .listing2-page .listing2-right {
      margin-left: 0; } }

.row-after-fixed {
  height: 70px; }
  @media (max-width: 991px) {
    .row-after-fixed {
      height: 0; } }

.listing4-box {
  background-color: #fff; }

.listing-final .listing-final-ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0; }
  .listing-final .listing-final-ul li {
    display: inline-block;
    margin: 0 15px; }
    @media (max-width: 768px) {
      .listing-final .listing-final-ul li {
        margin: 0 10px;
        font-size: 16px; } }

.inner-top {
  background: rgba(0, 0, 0, 0.9);
  height: 240px; }
  @media (max-width: 768px) {
    .inner-top {
      height: 100px; } }

.listing4-box .title-h {
  margin-top: 30px;
  color: #21438f;
  font-family: "Arsenal", sans-serif; }

.listing2-right form {
  margin-top: 20px;
  background-color: #ecf2f9;
  padding: 25px 15px;
  border-radius: 5px; }
  @media screen and (max-width: 991px) {
    .listing2-right form {
      padding: 20px 15px; } }
.listing2-right input {
  outline: none;
  border: 1px solid #c6d9ec;
  width: 100%;
  padding: 11px 15px;
  height: 52px;
  margin-bottom: 15px;
  box-shadow: none; }
  @media screen and (max-width: 991px) {
    .listing2-right input {
      margin-bottom: 10px; } }
.listing2-right textarea {
  border: none;
  outline: none;
  border: 1px solid #c6d9ec;
  width: 100%;
  padding: 7px 15px;
  margin-bottom: 0px; }

.links-box {
  background-color: rgba(198, 217, 236, 0.2);
  margin-bottom: 30px;
  padding: 30px 40px; }
  @media screen and (max-width: 991px) {
    .links-box {
      margin-bottom: 15px;
      padding: 20px 15px; } }
  .links-box h4 {
    margin-top: 0;
    border-bottom: none;
    color: #333; }
  .links-box h5 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
    color: #21438f; }
  .links-box hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #ddd; }
  .links-box p {
    margin-bottom: 5px; }
  .links-box .svg-inline--fa {
    margin-right: 4px;
    width: 20px; }

.listing2-right iframe {
  height: 320px; }
  @media screen and (max-width: 650px) {
    .listing2-right iframe {
      height: 200px; } }

.slider-listing {
  width: 100%;
  height: 250px;
  position: relative;
  z-index: 3;
  overflow: hidden; }
  @media (max-width: 768px) {
    .slider-listing {
      height: 300px;
      overflow: visible; } }

.slider-listing #owlCarousel,
.slider-listing .owl-stage-outer,
.slider-listing .owl-stage,
.slider-listing .owl-item-bg,
.slider-listing .owl-item {
  height: 250px; }
  @media (max-width: 768px) {
    .slider-listing #owlCarousel,
    .slider-listing .owl-stage-outer,
    .slider-listing .owl-stage,
    .slider-listing .owl-item-bg,
    .slider-listing .owl-item {
      height: 250px; } }

.slider-listing .owl-item {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden; }

.slider-listing .owl-item-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }

.owl-carousel .owl-stage {
  margin: 0 auto; }

.owl-carousel .owl-item {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto; }

/*# sourceMappingURL=style.css.map */
