.ellipsis {
  display: block;
  display: -webkit-box;
  height: 100px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

header {
  /* rxt main navigation */
  /* / rxt main navigation */ }
  header .logo {
    display: block;
    padding: 0px 0; }
    header .logo img {
      width: 230px; }
  header .track-now {
    padding: 7px 15px;
    margin-bottom: 22px; }
    header .track-now .form-control {
      font-size: 14px;
      min-width: 250px; }
  header .rxt-navigation-wrap {
    margin-top: 0px;
    background-color: #603a16; }
  header .toggle-input {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    margin: 0; }
  @media screen and (min-width: 992px) {
    header [class*="mobOnly-"] {
      display: none !important; }
    header .rxt-navigation {
      position: relative;
      z-index: 9999;
      display: flex;
      justify-content: space-around;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      header .rxt-navigation > li {
        flex: 1 1 auto;
        text-align: center; }
        header .rxt-navigation > li > a {
          display: block;
          font-size: 20px;
          color: #fff;
          padding: 12px 2px; }
        header .rxt-navigation > li.active, header .rxt-navigation > li:hover {
          color: #f79321; }
        header .rxt-navigation > li li {
          text-align: left;
          border-bottom: 1px solid #dc811a; }
          header .rxt-navigation > li li a {
            font-size: 15px;
            color: #fff;
            display: block;
            padding: 12px 15px;
            text-transform: capitalize;
            font-weight: 600; }
            header .rxt-navigation > li li a:hover {
              color: #593b21; }
          header .rxt-navigation > li li ul {
            top: 0;
            left: 100%;
            margin: 0 0 0 20px; }
          header .rxt-navigation > li li.has-sub > a:before, header .rxt-navigation > li li ul + a:before {
            content: "\f105";
            left: 100%;
            top: 50%;
            right: auto;
            margin: 0 0 0 -15px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
          header .rxt-navigation > li li:last-child {
            border-bottom: 0; }
      header .rxt-navigation ul {
        visibility: hidden;
        opacity: 0;
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 0;
        top: 100%;
        width: 275px;
        margin-top: 20px;
        background-color: #f79321;
        -webkit-box-shadow: 0 2px 40px 0 rgba(43, 132, 210, 0.41);
        -moz-box-shadow: 0 2px 40px 0 rgba(43, 132, 210, 0.41);
        -ms-box-shadow: 0 2px 40px 0 rgba(43, 132, 210, 0.41);
        box-shadow: 0 2px 40px 0 rgba(43, 132, 210, 0.41);
        border-radius: 0px;
        -webkit-transition: ease all 0.3s;
        -moz-transition: ease all 0.3s;
        -ms-transition: ease all 0.3s;
        transition: ease all 0.3s;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8); }
      header .rxt-navigation li {
        position: relative; }
        header .rxt-navigation li.has-sub > a:before, header .rxt-navigation li ul + a:before {
          font-size: 12px;
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          margin: -18px auto 0;
          content: "\f0d7";
          color: #1d1d1d;
          font-weight: 900;
          font-family: Font Awesome\ 5 Free;
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1; }
        header .rxt-navigation li:hover > ul {
          visibility: visible;
          opacity: 1;
          margin: 0;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); } }
  @media screen and (max-width: 1199px) {
    header .rxt-navigation > li > a {
      font-size: 18px; } }
  @media screen and (max-width: 991px) {
    header {
      position: relative;
      padding-top: 0px;
      border-bottom: 2px solid #134781; }
    header .logo img {
      width: 200px; }
    header .rxt-nav-trigger {
      display: block;
      width: 40px;
      cursor: pointer; }
      header .rxt-nav-trigger > span {
        display: block;
        height: 3px;
        border-radius: 3px;
        background: #303030;
        margin-bottom: 6px;
        -webkit-transition: ease all 0.3s;
        -moz-transition: ease all 0.3s;
        -ms-transition: ease all 0.3s;
        transition: ease all 0.3s; }
        header .rxt-nav-trigger > span:first-child {
          width: 30px;
          margin-left: auto; }
        header .rxt-nav-trigger > span:last-child {
          margin-bottom: 0; }
      header .rxt-nav-trigger:hover {
        animation-name: rubberBand;
        animation-duration: 1s;
        animation-fill-mode: both; }
        header .rxt-nav-trigger:hover > span {
          background: #134781; }
    header .rxt-navigation-wrap {
      padding: 40px 0 20px;
      display: block;
      position: fixed;
      z-index: 999999;
      left: 0;
      top: 0;
      bottom: 0;
      width: 280px;
      height: 100%;
      overflow: auto;
      background: #f79321;
      box-sizing: border-box;
      -webkit-transition: ease all 0.3s;
      -moz-transition: ease all 0.3s;
      -ms-transition: ease all 0.3s;
      transition: ease all 0.3s; }
      header .rxt-navigation-wrap .container {
        padding: 0; }
      header .rxt-navigation-wrap .mobOnly-social-links {
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: center; }
        header .rxt-navigation-wrap .mobOnly-social-links li {
          display: inline-block;
          vertical-align: middle; }
          header .rxt-navigation-wrap .mobOnly-social-links li a {
            display: inline-block;
            color: #fff;
            padding: 10px; }
    header .mobOnly-menu-close {
      display: block;
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 22px;
      color: #efefef;
      opacity: 0.6;
      cursor: pointer;
      -webkit-transition: ease all 0.3s;
      -moz-transition: ease all 0.3s;
      -ms-transition: ease all 0.3s;
      transition: ease all 0.3s; }
      header .mobOnly-menu-close:hover, header .mobOnly-menu-close:focus {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
    header .rxt-navigation {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      header .rxt-navigation li {
        position: relative;
        border-width: 0 0 1px;
        border-style: solid;
        border-color: #d67404; }
        header .rxt-navigation li:first-child {
          border-top-width: 1px; }
        header .rxt-navigation li a {
          display: block;
          font-size: 18px;
          color: #fff;
          padding: 10px 15px; }
        header .rxt-navigation li.active > a {
          background: #593b21; }
        header .rxt-navigation li.has-sub:before {
          content: "\f067";
          color: #e2e2e2;
          position: absolute;
          top: 13px;
          right: 0;
          width: 40px;
          text-align: center;
          font-weight: 900;
          font-family: Font Awesome\ 5 Free;
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1; }
        header .rxt-navigation li.has-sub > a {
          border-right: 1px solid rgba(255, 255, 255, 0.1);
          margin-right: 40px; }
        header .rxt-navigation li.has-sub ul {
          display: none;
          list-style-type: none;
          margin: 0;
          padding: 0; }
          header .rxt-navigation li.has-sub ul li a {
            padding-left: 20px; }
          header .rxt-navigation li.has-sub ul li ul a {
            padding-left: 25px; }
        header .rxt-navigation li.has-sub:hover, header .rxt-navigation li.has-sub:focus {
          background: #593b21; }
          header .rxt-navigation li.has-sub:hover:before, header .rxt-navigation li.has-sub:focus:before {
            content: "\f068";
            color: #fff; }
          header .rxt-navigation li.has-sub:hover > ul, header .rxt-navigation li.has-sub:focus > ul {
            display: block; }
    header .rxt-nav-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 9998;
      background: rgba(0, 0, 0, 0.5); }
    header .rxt-navigation-wrap {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
      header .rxt-navigation-wrap:target {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
        header .rxt-navigation-wrap:target + .rxt-nav-overlay {
          display: block; }
    header [class*="col-"] {
      position: static; }
    header .track-now {
      padding: 7px 15px;
      margin-bottom: 22px; }
      header .track-now .form-control {
        min-width: auto; } }
  @media screen and (max-width: 767px) {
    header .top-space-mobile {
      padding-top: 77px; }
    header .track-now {
      padding: 5px 15px 10px 15px !important;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background-color: #593b21 !important; }
      header .track-now h6, header .track-now .h6 {
        margin-bottom: 5px !important; }
      header .track-now .btn-dark:not(:disabled):not(.disabled).active, header .track-now .btn-dark:not(:disabled):not(.disabled):active, header .track-now .show > .btn-dark.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500; }
      header .track-now .btn-dark:not(:disabled):not(.disabled).active:focus, header .track-now .btn-dark:not(:disabled):not(.disabled):active:focus, header .track-now .show > .btn-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
      header .track-now .btn-dark {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107; }
      header .track-now .btn-dark:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00; } }
  @media screen and (max-width: 575px) {
    header .logo img {
      width: 160px; }
    header .rxt-nav-trigger {
      width: 32px; }
      header .rxt-nav-trigger > span {
        margin-bottom: 4px; }
        header .rxt-nav-trigger > span:first-child {
          width: 25px; } }
  @media screen and (max-width: 350px) {
    header .logo img {
      width: 125px; } }

a {
  color: #f79321;
  text-decoration: none;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s; }
  a:hover {
    color: #593b21;
    text-decoration: none; }

b, strong {
  font-weight: 500; }

p:last-child {
  margin-bottom: 0; }

.primary-color, .blue-color {
  color: #f79321 !important; }

.secondary-color, .red-color, .font-red {
  color: #593b21 !important; }

.bg-primary, .bg-blue {
  background-color: #f79321 !important; }

.bg-secondary, .bg-red {
  background-color: #593b21 !important; }

.bg-light2 {
  background-color: #eee !important; }

/*title*/
.h1.title1, h1.title1, .h2.title1, h2.title1, .h3.title1, h3.title1, .h4.title1, h4.title1, .h5.title1, h5.title1 {
  position: relative;
  margin-bottom: 35px;
  color: #f79321; }
  .h1.title1:after, h1.title1:after, .h2.title1:after, h2.title1:after, .h3.title1:after, h3.title1:after, .h4.title1:after, h4.title1:after, .h5.title1:after, h5.title1:after {
    background-color: #c5c5c5;
    bottom: -15px;
    content: "";
    height: 2px;
    left: 0;
    width: 30px;
    position: absolute;
    z-index: 0; }

.h1.title2, h1.title2, .h2.title2, h2.title2, .h3.title2, h3.title2, .h4.title2, h4.title2, .h5.title2, h5.title2 {
  padding-bottom: 20px;
  font-weight: 700;
  color: #593b21;
  letter-spacing: -.4px;
  margin-bottom: 25px;
  position: relative; }
  .h1.title2:before, h1.title2:before, .h2.title2:before, h2.title2:before, .h3.title2:before, h3.title2:before, .h4.title2:before, h4.title2:before, .h5.title2:before, h5.title2:before {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #f79321;
    left: 50%;
    height: 6px;
    width: 35px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

/* / title*/
/*box-shadow*/
.box-shadow1 {
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

/* / box-shadow*/
/*read-more*/
a.read-more1 {
  color: #593b21;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px; }
  a.read-more1:hover, a.read-more1:active, a.read-more1:visited {
    color: #f79321;
    text-decoration: none; }
  a.read-more1:after {
    content: "\f35a";
    font-weight: 500;
    display: inline-block;
    padding-left: 5px;
    color: #c7c7c7;
    font-family: Font Awesome\ 5 Free; }

/* /read-more*/
/*social-icons*/
ul.social-icons {
  margin: 0 -4px; }
  ul.social-icons li {
    display: inline-block;
    margin: 0 4px; }
    ul.social-icons li a {
      position: relative;
      font-size: 16px;
      color: #fff;
      padding: 0;
      border-radius: 100%;
      text-align: center;
      display: block;
      width: 36px;
      height: 36px;
      background-color: #f79321;
      -webkit-transition: ease all 0.3s;
      -moz-transition: ease all 0.3s;
      -ms-transition: ease all 0.3s;
      transition: ease all 0.3s; }
      ul.social-icons li a:before, ul.social-icons li a:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border: 2px solid transparent;
        border-radius: 100%;
        -webkit-transition: ease all 0.3s;
        -moz-transition: ease all 0.3s;
        -ms-transition: ease all 0.3s;
        transition: ease all 0.3s; }
      ul.social-icons li a:hover {
        background-color: #593b21;
        color: #fff; }
        ul.social-icons li a:hover:before {
          border-color: #f79321;
          -webkit-transform: scale(1.4);
          -moz-transform: scale(1.4);
          -ms-transform: scale(1.4);
          transform: scale(1.4); }
        ul.social-icons li a:hover:after {
          border-color: #fff;
          -webkit-transform: scale(2);
          -moz-transform: scale(2);
          -ms-transform: scale(2);
          transform: scale(2);
          opacity: 0; }
      ul.social-icons li a i {
        line-height: 36px; }

/* /social-icons*/
/* Section */
section:not(.initial), .section:not(.initial) {
  padding: 30px 0;
  /* RXT Last section in the page */ }
  section:not(.initial) + section:not(.initial):not([class*="bg-"]), .section:not(.initial) + section:not(.initial):not([class*="bg-"]), section:not(.initial) + .section:not(.initial):not([class*="bg-"]), .section:not(.initial) + .section:not(.initial):not([class*="bg-"]) {
    padding-top: 0; }
  section:not(.initial)[class*="bg-"] + section:not(.initial), .section:not(.initial)[class*="bg-"] + section:not(.initial), section:not(.initial)[class*="bg-"] + .section:not(.initial), .section:not(.initial)[class*="bg-"] + .section:not(.initial) {
    padding-top: 30px; }
  section:not(.initial):last-of-type:not([class*="bg-"]), .section:not(.initial):last-of-type:not([class*="bg-"]) {
    padding-bottom: 30px; }
  section:not(.initial) .inner-section:first-child:not([class*="bg-"]), .section:not(.initial) .inner-section:first-child:not([class*="bg-"]) {
    padding-top: 0; }
  section:not(.initial) .inner-section:last-child:not([class*="bg-"]), .section:not(.initial) .inner-section:last-child:not([class*="bg-"]) {
    padding-bottom: 0; }
section.initial.bg-color + section.initial.bg-color, .section.initial.bg-color + section.initial.bg-color, section.initial.bg-color + .section.initial.bg-color, .section.initial.bg-color + .section.initial.bg-color {
  padding-top: 30px; }
section.initial.bg-color .inner-section:first-child:not([class*="bg-"]), .section.initial.bg-color .inner-section:first-child:not([class*="bg-"]) {
  padding-top: 0; }
section.initial.bg-color .inner-section:last-child:not([class*="bg-"]), .section.initial.bg-color .inner-section:last-child:not([class*="bg-"]) {
  padding-bottom: 0; }
section.bg-color, .section.bg-color {
  background: #f8f8f8; }

.inner-section:not(.initial) {
  padding: 30px 0; }
  .inner-section:not(.initial) + .inner-section:not(.initial):not([class*="bg-"]) {
    padding-top: 0; }
  .inner-section:not(.initial)[class*="bg-"] + .inner-section:not(.initial) {
    padding-top: 30px; }

/* Section */
/* list styles */
ul {
  margin-bottom: 1.429rem; }
  ul.list-caret {
    list-style-type: none;
    padding: 0; }
    ul.list-caret > li {
      position: relative;
      font-size: 14px;
      padding-left: 1.5em;
      margin-bottom: 9px; }
      ul.list-caret > li:before {
        content: "\f0da";
        font-size: 1.4em;
        color: #468ce9;
        position: absolute;
        left: 0;
        top: 0.04em;
        font-weight: 900;
        font-family: Font Awesome\ 5 Free;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        -webkit-transition: ease all 0.3s;
        -moz-transition: ease all 0.3s;
        -ms-transition: ease all 0.3s;
        transition: ease all 0.3s; }
      ul.list-caret > li a {
        font-size: inherit; }
      ul.list-caret > li:last-child {
        margin-bottom: 0; }
      ul.list-caret > li:hover:before {
        left: 0.3em; }
  ul.list-block {
    list-style-type: none;
    padding: 0; }
    ul.list-block > li {
      margin-bottom: 10px; }
      ul.list-block > li a {
        position: relative;
        display: block;
        font-size: 18px;
        padding: 10px 10px 10px 32px; }
        ul.list-block > li a:before {
          content: "\f0a9";
          font-size: 0.9em;
          font-weight: 900;
          font-family: Font Awesome\ 5 Free;
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1;
          position: absolute;
          top: 50%;
          left: 6px;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: ease all 0.3s;
          -moz-transition: ease all 0.3s;
          -ms-transition: ease all 0.3s;
          transition: ease all 0.3s; }
        ul.list-block > li a:hover:before {
          left: 9px; }
      ul.list-block > li:last-child {
        margin-bottom: 0; }
    ul.list-block.list-block-white > li {
      background: #fff; }
      ul.list-block.list-block-white > li a {
        color: #593b21; }
        ul.list-block.list-block-white > li a:hover:before {
          color: #f79321; }
  ul:last-child {
    margin-bottom: 0; }

/* list styles */
/* Flaxible content */
.tbl {
  display: table;
  width: 100%;
  table-layout: auto; }

.tbl .cell {
  display: table-cell;
  vertical-align: middle; }

.tbl .cell.v-top {
  vertical-align: top; }

.tbl .cell.v-bottom {
  vertical-align: bottom; }

.support-ticket-footer {
  background-color: #593b21;
  padding: 20px 0px;
  color: #fff; }

.support-ticket-footer ul {
  padding: 0px;
  list-style: none; }

.support-ticket-footer ul li {
  display: inline-block;
  font-size: 15px;
  padding-right: 15px; }

.support-ticket-footer ul li a {
  color: #fff; }

.support-ticket-footer ul li a i {
  padding-right: 5px;
  font-size: 25px;
  vertical-align: middle; }

.support-ticket-footer ul li a:hover {
  color: #fde428; }

.support-ticket-footer .btn-lg {
  padding: .9rem 2rem; }

/* Footer */
footer {
  background: #f6f6f8;
  padding: 60px 0 0; }
  footer a {
    color: #000; }
    footer a:hover {
      color: #593b21;
      text-decoration: none; }
    footer a:focus {
      color: #593b21; }
  footer .f-title {
    font-size: 18px;
    color: #593b21;
    margin: 0 0 20px; }
  footer .f-title i {
    margin-right: 5px; }
  footer p + .f-title, footer footer a + .f-title, footer footer ul + .f-title {
    margin-top: 30px; }
  footer p i, footer footer a i, footer footer ul i {
    color: inherit; }
  footer .vw-all-eve {
    font-size: 12px;
    color: #ff6600; }
  footer .vw-all-eve i {
    margin-left: 5px; }
  footer .vw-all-eve:hover {
    color: #fff; }
  footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    footer ul li {
      color: #afafaf; }
    footer ul.quick-links li a {
      font-size: 13px;
      display: block;
      padding: 10px 5px 10px 15px;
      position: relative; }
      footer ul.quick-links li a:before {
        content: "\f101";
        font-weight: 700;
        font-family: Font Awesome\ 5 Free;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transition: ease all 0.3s;
        -moz-transition: ease all 0.3s;
        -ms-transition: ease all 0.3s;
        transition: ease all 0.3s;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      footer ul.quick-links li a:hover:before {
        color: #593b21;
        left: 3px; }
  footer ul.recent-events > li {
    display: table;
    width: 100%;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid #2d2d2d; }
  footer ul.recent-events > li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0; }
  footer ul.recent-events .image {
    display: table-cell;
    vertical-align: top;
    width: 116px;
    padding-right: 15px; }
  footer ul.recent-events .image img {
    max-width: 100%;
    display: block; }
  footer ul.recent-events .con {
    display: table-cell;
    vertical-align: top; }
  footer ul.recent-events .con .eve-title {
    font-size: 12px;
    line-height: 1.5; }
  footer ul.recent-events .con .eve-title {
    height: 40px;
    -webkit-line-clamp: 2; }
  footer ul.recent-events .con .date {
    font-size: 12px;
    color: #808080;
    margin-top: 2px; }
  footer ul.connect-us-links {
    margin-bottom: 20px; }
  footer ul.connect-us-links li {
    border-bottom: 1px solid #e4e4e4; }
  footer ul.connect-us-links li a {
    font-size: 13px;
    position: relative;
    display: block;
    padding: 5px 0 5px 20px;
    word-break: break-all; }
  footer ul.connect-us-links li a i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  footer ul.f-btm-links li {
    display: inline-block;
    vertical-align: top; }
  footer ul.f-btm-links li a {
    font-size: 13px;
    padding: 0 12px;
    position: relative; }
  footer ul.f-btm-links li a:before {
    content: "";
    position: absolute;
    left: -4px;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #afafaf;
    margin-top: 1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  footer ul.f-btm-links li:first-child a {
    padding-left: 0; }
  footer ul.f-btm-links li:first-child a:before {
    display: none; }
  footer ul.f-btm-links li:last-child a {
    padding-right: 0; }
  footer .footer-bottom {
    border-top: 1px solid #ececec;
    padding: 20px 0px; }
  footer .footer-bottom .copyright {
    font-size: 14px;
    color: #696969; }

/* / Footer */
/* carousel settings */
.nav-dot.owl-carousel:not(.initial) {
  padding-bottom: 0px;
  z-index: 9; }
  .nav-dot.owl-carousel:not(.initial) .owl-dots {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; }
    .nav-dot.owl-carousel:not(.initial) .owl-dots .owl-dot {
      outline: none;
      width: 16px;
      height: 16px;
      border: 2px solid transparent;
      box-sizing: border-box;
      background: #fff;
      cursor: pointer;
      display: inline-block;
      margin-right: 10px;
      border-radius: 100%;
      -webkit-transition: ease all 0.3s;
      -moz-transition: ease all 0.3s;
      -ms-transition: ease all 0.3s;
      transition: ease all 0.3s; }
      .nav-dot.owl-carousel:not(.initial) .owl-dots .owl-dot.active, .nav-dot.owl-carousel:not(.initial) .owl-dots .owl-dot:hover {
        border-color: #fff;
        background: #f79321; }
      .nav-dot.owl-carousel:not(.initial) .owl-dots .owl-dot.active:hover {
        cursor: default; }
      .nav-dot.owl-carousel:not(.initial) .owl-dots .owl-dot:last-child {
        margin-right: 0; }
  .nav-dot.owl-carousel:not(.initial) .owl-nav > button {
    outline: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .nav-dot.owl-carousel:not(.initial) .owl-nav > button span {
      position: relative;
      display: inline-block;
      font-size: 30px;
      line-height: 36px;
      color: #fff;
      width: 40px;
      height: 40px;
      text-align: center;
      border-radius: 100%;
      border: 1px solid rgba(255, 255, 255, 0.5);
      -webkit-transition: ease all 0.6s;
      -moz-transition: ease all 0.6s;
      -ms-transition: ease all 0.6s;
      transition: ease all 0.6s; }
      .nav-dot.owl-carousel:not(.initial) .owl-nav > button span:before {
        content: "";
        background: #fff;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 100%;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: ease all 0.3s;
        -moz-transition: ease all 0.3s;
        -ms-transition: ease all 0.3s;
        transition: ease all 0.3s; }
    .nav-dot.owl-carousel:not(.initial) .owl-nav > button.owl-prev {
      left: 10px; }
    .nav-dot.owl-carousel:not(.initial) .owl-nav > button.owl-next {
      right: 10px; }
    .nav-dot.owl-carousel:not(.initial) .owl-nav > button.disabled span {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
    .nav-dot.owl-carousel:not(.initial) .owl-nav > button:hover span {
      color: #f79321; }
      .nav-dot.owl-carousel:not(.initial) .owl-nav > button:hover span:before {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }

/* / carousel settings */
/*background*/
.background-after {
  position: relative;
  z-index: -1;
  background: url(../images/dbc-bg-img.jpg) no-repeat center center;
  background-size: cover; }
  .background-after:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(19, 71, 129, 0.75); }

/* /background*/
.banner-carousel {
  position: relative; }
  .banner-carousel .carousel-caption {
    background-color: rgba(239, 139, 26, 0.9);
    text-align: center;
    padding: 10px 15px;
    margin: auto;
    top: 0;
    bottom: inherit;
    left: 0;
    right: inherit; }
  .banner-carousel a.read-more1 {
    color: #fde428; }
  .banner-carousel .owl-dots {
    display: none; }

/*services*/
.punch-line {
  text-align: center;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  position: relative;
  background-image: url(../images/slider3.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
  .punch-line:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(96, 58, 22, 0.95);
    z-index: -1; }
  .punch-line h5, .punch-line .h5 {
    color: #fff; }
  .punch-line .number {
    color: #f79321 !important;
    font-size: 50px;
    font-weight: 700; }
  .punch-line i {
    color: #fff;
    font-size: 30px;
    margin-bottom: 5px; }

/*services*/
/*gallery*/
.gallery-2 {
  padding-bottom: 0px !important; }

/*/gallery*/
.service-box-1 {
  text-align: center;
  margin-bottom: 20px; }
  .service-box-1 img {
    width: 250px;
    height: 250px;
    border-radius: 98px;
    margin: 0px auto 20px;
    border: 5px solid #ffebd4;
    -webkit-box-shadow: 0 11px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 11px 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 11px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 11px 15px rgba(0, 0, 0, 0.2); }
  .service-box-1 .card-body {
    padding: 0px; }

/*services*/
.about-wrap {
  border-top: 3px solid #593b21;
  text-align: center;
  position: relative;
  z-index: 1;
  background: url(../images/about-bg.png) no-repeat center center;
  background-size: cover; }
  .about-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(230, 136, 29, 0.9); }

/*Css place bellow*/
@media screen and (max-width: 1200px) {
  .tbl.tbl-md-full {
    display: block; }

  .tbl.tbl-md-full .cell {
    display: block; }

  .tbl.tbl-md-full .cell.text-right {
    text-align: left;
    margin-top: 20px; } }
@media screen and (max-width: 991px) {
  .social {
    display: none !important; }

  .testimonials1 [class*="col-"] {
    width: 100%; }
    .testimonials1 [class*="col-"] img {
      margin: auto; }
    .testimonials1 [class*="col-"] .lead {
      font-size: 1rem; }

  footer {
    padding: 50px 0 0; }

  footer .row.f-row-wrap > [class*="col-"] {
    margin-bottom: 30px; }

  footer .row.f-row-wrap > [class*="col-"]:last-child {
    margin-bottom: 0; }

  .tbl.tbl-sm-full {
    display: block; }

  .tbl.tbl-sm-full .cell {
    display: block; }

  .tbl.tbl-sm-full .cell.text-right {
    text-align: left;
    margin-top: 20px; }

  .support-ticket-footer ul li {
    margin-bottom: 10px; }

  .service-box-1 img {
    width: 200px;
    height: 200px;
    border-radius: 100px; } }
@media screen and (max-width: 767px) {
  .banner-carousel .carousel-caption {
    padding: 10px 15px;
    left: 0; }
    .banner-carousel .carousel-caption .h1, .banner-carousel .carousel-caption h1 {
      margin: 0px;
      display: block;
      display: -webkit-box;
      height: 30px;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 24px; }
    .banner-carousel .carousel-caption .h3, .banner-carousel .carousel-caption h3 {
      font-size: 16px;
      margin-bottom: 0px; }
    .banner-carousel .carousel-caption p {
      display: block;
      display: -webkit-box;
      height: 50px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 0px; }
  .banner-carousel .owl-nav {
    display: none; }
  .banner-carousel .owl-dots {
    display: block;
    bottom: 0px !important; }
    .banner-carousel .owl-dots .owl-dot {
      background-color: #593b21 !important;
      border: 2px solid #e4e0da !important; }
      .banner-carousel .owl-dots .owl-dot.active {
        background-color: #f79321 !important; }

  footer .quick-links[class*="col-"] {
    float: left;
    width: 50%; }

  footer .footer-bottom {
    text-align: center;
    padding: 25px 0; }

  footer .footer-bottom .tbl.tbl-xs-full .cell.text-right {
    text-align: center !important;
    margin-top: 10px; }

  .tbl.tbl-xs-full .cell {
    display: block; }

  .tbl.tbl-xxs-full {
    display: block; }

  .tbl.tbl-xxs-full .cell {
    display: block; }

  .tbl.tbl-xxs-full .cell.text-right {
    text-align: left;
    margin-top: 20px; }

  .support-ticket-footer {
    text-align: center; }

  .support-ticket-footer ul li {
    margin-bottom: 10px; } }
@media screen and (max-width: 575px) {
  .banner-carousel .carousel-caption {
    padding: 5px 10px; }
    .banner-carousel .carousel-caption h2, .banner-carousel .carousel-caption .h2 {
      font-size: 16px; }

  header .social-bar {
    padding: 5px 0px 8px 0px; }
    header .social-bar .select-country > li {
      font-size: 12px; }

  footer .quick-links[class*="col-"] {
    float: none;
    width: 100%; } }

/*# sourceMappingURL=main.css.map */
.address {
    width: 100%;
}
.table-responsive.new-table-main.table-bordered td {
    width: 70%;
}