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

body {
  font-family: "Tenor Sans", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  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: #e15205; }

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: #e15205;
  border: 1px solid #7d2d03;
  font-family: "Tenor Sans", sans-serif;
  padding: 17px 50px 14px 50px;
  font-size: 18px;
  border-radius: 200px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-top: 15px;
  text-transform: uppercase;
  box-shadow: inset 0px 0px 25px #7d2d03;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  @media (max-width: 991px) {
    .btn {
      font-size: 16px;
      letter-spacing: 1px;
      padding: 17px 30px 14px 30px; } }

.btn:hover {
  color: #fff;
  box-shadow: inset 0px 0px 0px #61051a;
  border: 1px solid #e15205;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.btn:focus {
  color: #fff !important;
  background-color: #7d2d03;
  border-color: #7d2d03; }

.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: #7d2d03;
  border-color: #7d2d03; }

.header-title h3 {
  font-family: "Tenor Sans", sans-serif;
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 15px;
  margin-top: 10px;
  color: #555;
  font-weight: 800;
  letter-spacing: 2px;
  color: #222; }
  @media (max-width: 991px) {
    .header-title h3 {
      font-size: 33px !important;
      line-height: 38px !important; } }

.header-title h4 {
  font-family: "Alex Brush", cursive;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 0px;
  font-weight: 600;
  color: #e15205; }
  @media (max-width: 991px) {
    .header-title h4 {
      font-size: 30px !important;
      line-height: 38px; } }

.header-title h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 35px;
  margin-top: 10px;
  color: #555;
  font-weight: 200;
  letter-spacing: 2px;
  color: #666; }
  @media (max-width: 991px) {
    .header-title h5 {
      font-size: 20px !important;
      line-height: 27px !important; } }

.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; } }

/******navbar start*******/
.top_bar {
  height: 55px;
  background-color: transparent;
  position: fixed;
  top: 0;
  z-index: 98;
  width: 100%;
  padding: 10px 0 10px 0; }

.top-right {
  text-align: right; }
  @media screen and (max-width: 991px) {
    .top-right {
      text-align: left; } }

@media screen and (max-width: 991px) {
  .top_bar {
    display: block; } }
.top_bar .btn {
  padding: 13px 22px 13px 22px;
  font-family: "Tenor Sans", sans-serif;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 2px;
  margin-left: 6px;
  margin-top: 3px;
  min-width: 150px; }

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

/******** top bar end ********/
.navbar {
  min-height: 100px;
  z-index: 100; }
  @media (max-width: 991px) {
    .navbar {
      min-height: 60px; } }

nav.navbar.bootsnav {
  background: #fff;
  border-bottom: 1px solid #eee; }

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 12px;
    background: transparent; }

  .desctop-navbar {
    display: none; }

  nav.navbar.bootsnav .svg-inline--fa {
    color: #e15205; } }
nav.navbar.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 140px; }
  @media (max-width: 1150px) {
    nav.navbar.bootsnav .navbar-brand img.logo-large {
      height: 85px; } }

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

.navbar-brand img {
  width: auto;
  height: 80px;
  margin-top: 10px;
  z-index: 100; }
  @media (max-width: 991px) {
    .navbar-brand img {
      margin-top: 2px; } }

.caret {
  margin-left: 2px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    width: 230px;
    border-radius: 2px;
    padding: 0 10px;
    background: white;
    border: solid 1px #ccc;
    border-top: 5px solid #e15205;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
    margin-top: 8px; }

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

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 68px 0px 6px 32px;
    font-weight: 600;
    font-size: 15px;
    color: #e15205;
    font-family: "Tenor Sans", sans-serif;
    text-transform: uppercase; } }
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #222; }

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

  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: 10px 5px;
    color: #444;
    font-size: 16px;
    font-weight: 500; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #e15205;
    background-color: #f8f8f8; } }
@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: 600;
    text-transform: uppercase;
    font-size: 19px;
    color: #333 !important;
    font-family: "Tenor Sans", sans-serif;
    padding: 14px 0; }

  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;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0;
    font-family: "Tenor Sans", sans-serif; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 10px -15px; } }
.navbar-nav .mob-version {
  display: none; }
  @media (max-width: 992px) {
    .navbar-nav .mob-version {
      display: block; } }

nav.navbar.bootsnav ul.nav > .mob-version > a {
  color: #e15205 !important;
  font-weight: 600; }

@media (max-width: 992px) {
  nav.navbar.bootsnav.no-full .navbar-collapse {
    height: auto !important;
    max-height: none  !important; } }
@media screen and (max-width: 1100px) and (min-width: 992px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    padding: 68px 0px 6px 20px; } }

/******navbar end**********/
/*****hero start*********/
.hero {
  min-height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    .hero {
      min-height: 85vh;
      padding-bottom: 30px; } }
  .hero .hero-box {
    padding-left: 40px;
    margin-top: 75vh; }
    @media (max-width: 991px) {
      .hero .hero-box {
        margin: 33vh 0px 50px 00px;
        padding-left: 0px; } }
    .hero .hero-box h1 {
      color: #fff;
      font-size: 45px;
      line-height: 52px;
      font-weight: 600;
      font-family: "Tenor Sans", sans-serif;
      text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
      margin-top: 0px;
      margin-left: 0px;
      letter-spacing: 1px; }
      @media (max-width: 991px) {
        .hero .hero-box h1 {
          font-size: 30px;
          line-height: 30px; } }

.hero .back {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0.05) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0.05) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0.05) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */ }

#str {
  width: 100%;
  padding: 0px;
  height: auto;
  font-size: 45px;
  line-height: 50px;
  font-family: 'Alex Brush', cursive;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  letter-spacing: 4px;
  margin: 0px auto;
  color: #fff;
  background: transparent; }
  @media (max-width: 991px) {
    #str {
      font-size: 25px;
      line-height: 30px;
      margin-bottom: 15px; } }

/***************hero end******/
/**************************/
.slider #owlCarousel,
.slider .owl-stage-outer,
.slider .owl-stage,
.slider .owl-item {
  height: 620px; }
  @media (max-width: 991px) {
    .slider #owlCarousel,
    .slider .owl-stage-outer,
    .slider .owl-stage,
    .slider .owl-item {
      height: 300px; } }

.slider .owl-item-bg {
  height: 620px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (max-width: 991px) {
    .slider .owl-item-bg {
      height: 300px; } }

.slider {
  width: 100%;
  height: 620px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  box-shadow: 8px 7px 35px rgba(0, 0, 0, 0.2); }
  @media (max-width: 991px) {
    .slider {
      height: 300px; } }

.slider #owlCarousel {
  width: 100%;
  overflow: hidden;
  position: relative; }

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

.slider .owl-nav {
  position: absolute;
  top: 48%;
  left: 10px;
  right: 10px; }
  @media (max-width: 768px) {
    .slider .owl-nav {
      left: 5px;
      right: 5px;
      top: 40%; } }
.slider .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) {
    .slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
      width: 14px; } }
.slider .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  opacity: .9; }
.slider .owl-prev {
  float: left; }
.slider .owl-next {
  float: right; }

.index-form {
  background-color: rgba(242, 242, 242, 0.7);
  padding: 70px 40px 40px 40px; }
  @media (max-width: 991px) {
    .index-form {
      padding: 40px 15px 30px 15px; } }
  .index-form h4 {
    display: inline-block;
    margin-top: 30px;
    margin: 30px 15px; }
    @media (max-width: 991px) {
      .index-form h4 {
        margin: 5px 3px; } }
    .index-form h4 a {
      font-size: 14px;
      color: #444; }
    .index-form h4 a:hover {
      color: #e15205; }
  .index-form img {
    width: 100%;
    margin-bottom: 20px; }
  @media (max-width: 991px) {
    .index-form .btn {
      margin-bottom: 20px; } }

input, textarea {
  width: 100%;
  padding: 11px 15px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  outline: none;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.65); }

select {
  width: 100%;
  padding: 11px 15px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  outline: none;
  border-radius: 0;
  font-size: 13px;
  color: #e15205;
  background-color: rgba(255, 255, 255, 0.65); }

input[type=file] {
  border: none;
  padding: 10px 0; }

::-webkit-input-placeholder {
  /* Edge */
  font-size: 13px;
  color: #e15205; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 13px;
  color: #e15205; }

::placeholder {
  font-size: 13px;
  color: #e15205; }

/*****************/
.about p, .about h3, .about h4 {
  padding-right: 50px; }
  @media (max-width: 991px) {
    .about p, .about h3, .about h4 {
      padding-right: 0; } }
.about .btn {
  margin-top: 30px; }
  @media (max-width: 991px) {
    .about .btn {
      margin-bottom: 30px; } }

/******* intro start ***********/
.intro .title-p {
  color: #111;
  padding-bottom: 50px;
  letter-spacing: 2px;
  font-size: 30px;
  line-height: 39px;
  font-weight: 300; }

@media (max-width: 991px) {
  .intro .title-p {
    font-size: 22px;
    line-height: 28px; } }
.video-img {
  width: 100%;
  height: 620px;
  position: relative;
  box-shadow: -1px 7px 25px rgba(0, 0, 0, 0.4);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media (max-width: 768px) {
  .video-img {
    height: 260px; } }
.play-img {
  width: 190px;
  margin-top: 210px; }

@media (max-width: 768px) {
  .play-img {
    margin-top: 60px;
    width: 140px; } }
.intro-video {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00b7ea+0,009ec3+100;Blue+3D+%2315 */
  background: #7d2d03;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, #7d2d03 0%, #e15205 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, #7d2d03 0%, #e15205 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #7d2d03 0%, #e15205 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 );
  /* IE6-9 */
  padding-top: 0;
  margin-top: -400px;
  height: 402px; }

@media (max-width: 991px) {
  .intro-video {
    margin-top: -180px;
    height: 180px; } }
/****** intro end ***********/
.cta {
  position: relative;
  padding: 120px 0;
  background-attachment: fixed; }
  .cta .back {
    background: rgba(0, 0, 0, 0.2); }

/*****tc- footer start******/
.tc-footer {
  padding-top: 100px;
  position: relative;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .tc-footer {
      text-align: center;
      padding-top: 50px; } }
  @media (max-width: 991px) {
    .tc-footer .back {
      background-color: white; } }
  .tc-footer .footer-right {
    text-align: right; }
  .tc-footer .footer-title {
    color: #e15205;
    font-family: "Tenor Sans", sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1px;
    margin-top: 20px; }
    @media (max-width: 991px) {
      .tc-footer .footer-title {
        margin: 30px 0 10px 0; } }
  .tc-footer a {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px; }
    @media (max-width: 991px) {
      .tc-footer a {
        line-height: 20px;
        font-size: 16px; } }
  .tc-footer a:hover {
    color: #e15205;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .tc-footer ul {
    list-style: none;
    padding-left: 0px; }
  .tc-footer p {
    color: #222;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 0px; }
    @media (max-width: 991px) {
      .tc-footer p {
        line-height: 20px;
        font-size: 14px; } }
  .tc-footer img {
    width: 80%;
    margin-top: 15px;
    margin-bottom: 40px; }
    @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 #e15205;
    color: #e15205;
    width: 34px;
    height: 34px;
    padding: 7px;
    margin: 0 5px; }
  .footer-copyright .svg-inline--fa:hover {
    background-color: #e15205;
    color: #fff; }
  .footer-copyright hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e15205; }
  .footer-copyright a {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px; }
    @media (max-width: 991px) {
      .footer-copyright a {
        line-height: 20px;
        font-size: 14px; } }

/*****tc-footer end******/
.tc-header {
  min-height: 55vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center; }
  @media (max-width: 991px) {
    .tc-header {
      min-height: 35vh; } }

.bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.15); }

/******* contact page start ********/
.contact-page ul {
  list-style: none;
  padding-left: 0; }
.contact-page li {
  margin-top: 7px; }
.contact-page a {
  color: #333;
  font-size: 16px; }
.contact-page a:hover {
  color: #e15205; }
.contact-page .svg-inline--fa {
  width: 20px;
  margin-right: 7px;
  color: #e15205; }
.contact-page form {
  margin-top: 15px; }

/******* contact page end **********/
.newslatter-page h2 {
  font-size: 24px;
  margin-top: 10px; }
.newslatter-page .news-box {
  padding: 20px;
  border: 1px solid #ccc;
  margin-bottom: 30px; }
.newslatter-page .btn {
  margin-top: 20px;
  padding: 12px 55px;
  font-size: 15px; }

.login-page {
  padding: 200px 0 130px  0; }
  @media (max-width: 766px) {
    .login-page {
      padding: 150px 0 100px  0; } }

.login-page input {
  width: 100%;
  margin-bottom: 20px;
  padding: 13px 15px; }

.login-box {
  overflow: hidden;
  background-color: #fff;
  box-shadow: -2px 5px 35px rgba(0, 0, 0, 0.15); }

.login-form {
  padding: 40px 45px 20px 30px; }

.login-page h4 {
  margin-top: 40px;
  font-size: 15px; }

.login-page h1 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #e15205; }
  @media (max-width: 1050px) {
    .login-page h1 {
      margin-bottom: 20px;
      font-size: 38px; } }

@media (max-width: 767px) {
  .login-box .back-img {
    display: none; }

  .login-form {
    padding: 20px 20px 20px 20px; } }
@media (max-width: 766px) {
  .sign-h3 {
    font-size: 17px;
    margin-top: 0; } }

/*********** DOCUMENTS START **********/
.maxwidth {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  background-color: #fff; }

.ux-vertical-tabs {
  position: relative;
  display: flex; }

.ux-vertical-tabs .tabs {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }

.ux-vertical-tabs .tabs button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 1.2rem;
  width: 100%;
  outline: none;
  text-align: left;
  cursor: pointer;
  border: 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 15px;
  color: #333;
  transition: background 250ms ease; }

.ux-vertical-tabs .tabs button:first-child {
  border-top: 1px solid #ddd; }

.ux-vertical-tabs .tabs button:hover {
  background: rgba(139, 148, 129, 0.1); }

.ux-vertical-tabs .tabs button.active {
  background: transparent;
  border-right: 0;
  color: #222; }

.ux-vertical-tabs .tabs button.empty {
  flex: 1;
  border: 0;
  border-right: 1px solid #ddd;
  pointer-events: none; }

.ux-vertical-tabs .tabs button:hover.empty {
  background: none; }

.ux-vertical-tabs .tabs button span {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ccc;
  transform: translateX(1rem);
  opacity: 0;
  transition: all 350ms ease; }

.ux-vertical-tabs .tabs button:hover span {
  transform: translateX(0);
  opacity: 1; }

.ux-vertical-tabs .tabs button.active span {
  transform: translateX(0);
  border-left: 6px solid #e15205;
  opacity: 1; }

.ux-vertical-tabs .maincontent {
  flex: 1;
  border: 1px solid #ddd;
  border-left: 0;
  padding: 0 20px 20px 20px;
  overflow: hidden; }

.ux-vertical-tabs .maincontent .tabcontent {
  display: none; }

.ux-vertical-tabs .maincontent .tabcontent.active {
  display: flex;
  flex: 1;
  position: relative; }

.ux-vertical-tabs .btn {
  font-size: 12px;
  padding: 11px 25px 11px 25px;
  margin: 15px 0; }
  @media (max-width: 768px) {
    .ux-vertical-tabs .btn {
      margin-top: 5px;
      margin-bottom: 10px; } }

.ux-vertical-tabs h3 {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #e15205; }

.ux-vertical-tabs p {
  font-size: 15px; }

.ux-text {
  width: 100%; }

@media (max-width: 50rem) {
  .ux-vertical-tabs {
    flex-direction: column;
    background: none; }

  .ux-vertical-tabs .tabs {
    width: 100%; }

  .ux-vertical-tabs .tabs button.empty {
    display: none; }

  .ux-vertical-tabs .maincontent {
    border: 1px solid #ccc;
    border-top: 0; }

  .ux-vertical-tabs .tabs button {
    padding: 1rem; }

  .ux-vertical-tabs .tabs button.active {
    background: #eee; }

  .ux-vertical-tabs .tabs button span {
    transform: rotate(90deg); }

  .ux-vertical-tabs .tabs button:hover span {
    transform: rotate(90deg); }

  .ux-vertical-tabs .tabs button.active span {
    transform: rotate(90deg); }

  .ux-vertical-tabs .maincontent {
    padding: 1rem; } }
/*********** DOCUMENTS END *************/
.number-page .number-page h5 {
  background-color: rgba(121, 82, 0, 0.05);
  padding: 12px 15px;
  width: 100%;
  font-family: "Tenor Sans", sans-serif;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px; }
.number-page ul {
  margin-bottom: 30px; }
.number-page li {
  margin-bottom: 4px; }

/**************** AMENITIES START **********/
.community-page .video-img {
  width: 100%;
  height: 350px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 1px -2px 25px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .community-page .video-img {
      height: 260px; } }

.community-page .play-img {
  width: 140px;
  margin-top: 110px; }
  @media (max-width: 768px) {
    .community-page .play-img {
      margin-top: 60px;
      width: 140px; } }

.amenities-gallery .example-image {
  background-size: cover;
  background-position: center;
  height: 250px;
  margin-top: 30px; }
  @media (max-width: 768px) {
    .amenities-gallery .example-image {
      height: 200px;
      margin-top: 15px; } }

.amenities-page p {
  padding-right: 20px; }
.amenities-page .btn {
  margin: 20px 0; }
.amenities-page .amenities-gallery {
  margin-top: 60px; }
.amenities-page ul {
  list-style: none;
  padding-left: 0; }
.amenities-page h2 {
  margin-top: 5px; }

/*************AMENITIES END ************/
.about-page span {
  color: #e15205; }
.about-page .about-ul {
  padding-left: 25px; }
  .about-page .about-ul li {
    margin-bottom: 12px; }

.team-page .team-box {
  margin-bottom: 30px; }
.team-page .team-info {
  padding: 15px 5px 10px 15px;
  background: rgba(121, 82, 0, 0.06); }
  .team-page .team-info h3 {
    margin-top: 0;
    margin-bottom: 7px;
    color: #7d2d03;
    font-size: 21px; }
.team-page .team-img {
  height: 320px;
  background-position: top; }
.team-page ul {
  list-style: none;
  padding-left: 0; }
.team-page li {
  margin-bottom: 5px; }
.team-page a {
  color: #333;
  font-size: 14px;
  font-family: "Open Sans", sans-serif; }
.team-page a:hover {
  color: #e15205; }

.results tr[visible='false'],
.no-result {
  display: none; }

.results tr[visible='true'] {
  display: table-row; }

.directory-table .table > tbody > tr > td, .directory-table .table > tbody > tr > th, .directory-table .table > tfoot > tr > td, .directory-table .table > tfoot > tr > th, .directory-table .table > thead > tr > td, .directory-table .table > thead > tr > th {
  font-size: 14px; }

.tablesorter-default tr.odd td {
  background-color: #fff; }

.tablesorter-default tr.even td {
  background-color: rgba(121, 82, 0, 0.06); }

.tablesorter-default tr.odd td.primary {
  background-color: rgba(121, 82, 0, 0.06); }

.tablesorter-default td.primary, .tablesorter-default tr.even td.primary {
  background-color: rgba(121, 82, 0, 0.06); }

.tablesorter-default .header, .tablesorter-default .tablesorter-header {
  padding: 4px 20px 4px 8px; }

.directory-table .table > tbody > tr > td, .directory-table .table > tbody > tr > th, .directory-table .table > tfoot > tr > td, .directory-table .table > tfoot > tr > th, .directory-table .table > thead > tr > td, .directory-table .table > thead > tr > th {
  font-family: "Tenor Sans", sans-serif;
  padding: 10px 20px 10px 8px; }

.lowncare-div {
  background: rgba(121, 82, 0, 0.06);
  padding: 15px 20px 10px 20px;
  margin-top: 20px;
  margin-right: 20px; }

.lowncare-div h3 {
  font-weight: 800;
  font-size: 22px;
  margin-top: 0px; }

.lowncare-div a {
  color: #e15205; }

.lowncare-div a:hover {
  color: #333; }

@media (max-width: 991px) {
  .lowncare-div {
    margin-right: 0px; } }
.dashboard-right .title-inner {
  background-color: rgba(121, 82, 0, 0.06);
  padding: 15px 10px; }

.sidebar-profile {
  background-color: rgba(121, 82, 0, 0.06);
  padding: 20px 20px 5px 20px;
  margin-top: 20px; }

.sidebar-profile a {
  color: #8b9481; }

.sidebar-profile a:hover {
  color: #fff; }

.general-page .general-link {
  color: #e15205; }
.general-page .general-link:hover {
  color: #7d2d03; }
.general-page span {
  text-decoration: underline; }

.parking-page .btn {
  margin-bottom: 15px; }

.parking-page img {
  height: 100px;
  width: auto;
  margin: 30px auto; }
  @media (max-width: 767px) {
    .parking-page img {
      height: auto;
      width: 100%;
      margin: 10px 0; } }

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