.orange-dot-dividor {
  width: 100%;
  height: 1px;
  background: rgba(76, 73, 72, 0.5);
  position: relative; }
  .orange-dot-dividor:before, .orange-dot-dividor:after {
    width: 21px;
    height: 21px;
    content: "";
    position: absolute;
    background: #ed6d00;
    border-radius: 50%;
    z-index: 0;
    bottom: -10.5px; }
  .orange-dot-dividor:before {
    left: -10.5px; }
    @media (min-width: 992px) {
      .orange-dot-dividor:before {
        width: 10px;
        border-radius: 0 10px 10px 0;
        left: 0; } }
  .orange-dot-dividor:after {
    right: -10.5px; }

.inner-pagebanner {
  margin-top: -74px;
  margin-left: -65px;
  margin-right: -65px; }
  @media screen and (max-width: 991px) {
    .inner-pagebanner {
      display: none; } }
  .inner-pagebanner .bannerimage {
    height: 320px;
    position: relative;
    background: transparent center top no-repeat;
    background-size: cover; }
    .inner-pagebanner .bannerimage:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(62, 62, 62, 0.65);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .inner-pagebanner .bannerimage img {
      visibility: hidden; }

.pannel-content-box {
  padding: 55px 0px; }

.custom-plain-tab {
  margin-bottom: 40px; }
  .custom-plain-tab .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none; }
  .custom-plain-tab .nav-item {
    margin-right: 50px; }
  .custom-plain-tab .nav-link {
    border: none;
    padding: 3px 30px 3px 0;
    position: relative;
    text-transform: uppercase; }
    .custom-plain-tab .nav-link:before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 25px;
      height: 20px;
      background: url(../assets/img/icon/arrow-right.svg) center center no-repeat;
      background-size: 9px; }
    .custom-plain-tab .nav-link.active {
      border: none;
      color: #ed6d00;
      background: transparent; }
      .custom-plain-tab .nav-link.active:before {
        background-image: url(../assets/img/icon/arrow-dropdown.svg);
        background-size: auto 11px; }
    @media (max-width: 991px) {
      .custom-plain-tab .nav-link {
        color: #4c4948; } }

.main .content ul.nav {
  list-style: none;
  padding-left: 0; }
  @media (min-width: 992px) {
    .main .content ul.nav .visible-d {
      display: inline-block; } }
.main .address-wrap {
  position: relative;
  padding: 0px 44px 1rem 44px;
  margin-top: -74px; }
  @media (max-width: 991px) {
    .main .address-wrap {
      margin-top: 0;
      padding: 0; } }
  .main .address-wrap h4 {
    margin-bottom: 0.5em;
    font-weight: 600; }
  .main .address-wrap .color-orange {
    color: #ed6d00; }
.main .contact-wrap .com-contact ul {
  padding-left: 0; }
.main .aside:after {
  z-index: 2; }

.contact-form {
  /*&.theme-simple-line {
      .form-control, .custom-select {
          font-size: 18px;
      }
  }*/ }
  .contact-form .custom-form-label {
    top: 13px; }
  .contact-form .custom-select option[value=""] {
    display: none; }

.content .fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.content .fade:not(.show) {
  opacity: 0; }

.content .tab-content > .tab-pane {
  display: none; }

.content .tab-content > .active {
  display: block; }

@media (min-width: 992px) {
  .main.theme-light .content:before {
    opacity: 1; } }
@media (max-width: 991px) {
  .pannel-content {
    margin-left: -18px;
    margin-right: -18px;
    margin-top: 25px;
    padding-left: 18px;
    padding-right: 18px;
    background-color: #fff; }
    .pannel-content .pannel-content-box {
      padding-top: 30px; }

  .main .content .wrapper {
    padding-bottom: 0; } }

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