.ellipsis, .r--section-1 .feature-info p {
  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;
    margin-bottom: -140px;
    position: relative;
    z-index: 999; }
    header .logo img {
      width: 200px; }
  header .social-bar {
    padding: 5px 5px 8px 10px;
    background-color: #deefef;
    border-radius: 4px;
    border: 1px solid #f1eded; }
    header .social-bar .select-country {
      margin: -2px 0 0; }
      header .social-bar .select-country > li {
        font-size: 14px;
        font-weight: 600;
        color: #000;
        display: inline-block;
        vertical-align: middle;
        border-right: 1px solid #e0cbcb;
        padding: 0px 5px; }
        header .social-bar .select-country > li a {
          font-size: inherit;
          color: inherit;
          display: inline-block;
          text-decoration: none;
          padding: 0;
          margin-right: 4px; }
          header .social-bar .select-country > li a img, header .social-bar .select-country > li a i {
            display: inline-block;
            vertical-align: middle;
            padding-right: 5px;
            color: #f58634; }
        header .social-bar .select-country > li:last-child {
          border-right: none; }
  header .social {
    margin: 0; }
    header .social > li a {
      font-size: 24px;
      color: #f58634;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      background-color: #fff; }
      header .social > li a:hover {
        color: #00afef; }
      header .social > li a i.fa-facebook-f {
        color: #3b5998; }
      header .social > li a i.fa-twitter {
        color: #1ea1f3; }
      header .social > li a i.fa-linkedin-in {
        color: #007bb6; }
      header .social > li a i.fa-google-plus-g {
        color: #dc483c; }
  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: 15px;
          font-weight: bold;
          color: #000;
          padding: 15px 2px; }
        header .rxt-navigation > li.active, header .rxt-navigation > li:hover {
          background-color: #f58634;
          border-radius: 100px; }
        header .rxt-navigation > li li {
          text-align: left;
          border-bottom: 1px solid #dfe2e4; }
          header .rxt-navigation > li li a {
            font-size: 15px;
            color: #000;
            display: block;
            padding: 12px 15px;
            text-transform: capitalize;
            font-weight: 600; }
            header .rxt-navigation > li li a:hover {
              color: #f58634; }
          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: 300px;
        margin-top: 20px;
        background-color: #fff;
        -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: 6px;
        -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;
        text-transform: uppercase; }
        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: 12px; } }
  @media screen and (max-width: 991px) {
    header {
      position: relative;
      padding-top: 36px;
      border-bottom: 2px solid #134781; }
    header .logo img {
      width: 125px; }
    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: #151a42;
      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: rgba(255, 255, 255, 0.1); }
        header .rxt-navigation li:first-child {
          border-top-width: 1px; }
        header .rxt-navigation li a {
          display: block;
          font-size: 14px;
          color: #fff;
          padding: 10px 15px; }
        header .rxt-navigation li.active > a {
          background: #f58634; }
        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: #0e345f; }
          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 .social-bar-wrap {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding: 0;
      text-align: center; } }
  @media screen and (max-width: 575px) {
    header .logo {
      margin-bottom: 0px; }
      header .logo img {
        width: 80px; }
    header .rxt-nav-trigger {
      width: 32px; }
      header .rxt-nav-trigger > span {
        margin-bottom: 4px; }
        header .rxt-nav-trigger > span:first-child {
          width: 25px; } }

a {
  color: #00afef;
  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: #f58634;
    text-decoration: none; }

b, strong {
  font-weight: 500; }

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

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

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

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

.bg-secondary, .bg-red {
  background-color: #f58634 !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: #00afef; }
  .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: #00afef;
  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: #ed2f59;
    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: #252525;
  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: #f58634;
    text-decoration: none; }
  a.read-more1:after {
    content: "\f35a";
    font-weight: 500;
    display: inline-block;
    padding-left: 5px;
    color: #ed2f59;
    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;
      text-align: center;
      display: block;
      -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 i {
        background-color: #f58634;
        color: #fff;
        border-radius: 100%; }
      ul.social-icons li a:hover:before {
        border-color: #00afef;
        -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;
        width: 36px;
        height: 36px;
        border-radius: 100%;
        background-color: #4867aa;
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
        ul.social-icons li a i.fa-facebook-f {
          background-color: #4867aa; }
        ul.social-icons li a i.fa-twitter {
          background-color: #1da1f2; }
        ul.social-icons li a i.fa-linkedin-in {
          background-color: #0077b5; }
        ul.social-icons li a i.fa-google-plus-g {
          background-color: #db4b40; }

/* /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: #f58634; }
        ul.list-block.list-block-white > li a:hover:before {
          color: #00afef; }
  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; }

/* Footer */
footer {
  background: #e77211;
  padding: 60px 0 0;
  border-top: 8px solid #00afef; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #71380e;
      text-decoration: none; }
    footer a:focus {
      color: #71380e; }
  footer .f-title {
    font-size: 20px;
    color: #fff;
    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: #fff; }
    footer ul.quick-links li a {
      font-size: 15px;
      display: block;
      padding: 10px 5px 10px 15px;
      position: relative; }
      footer ul.quick-links li a:before {
        content: "\f101";
        color: #71380e;
        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: #000;
        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 #f9a159; }
  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 {
    background: #ed2f59;
    padding: 20px 0 20px;
    margin-top: 40px; }
  footer .footer-bottom .copyright {
    font-size: 15px;
    color: #fff; }

/* / 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: #00afef; }
      .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: #00afef; }
      .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 {
    left: 5%;
    top: 50%;
    right: inherit;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0px;
    bottom: inherit;
    -webkit-box-shadow: 0 7px 10px 0 rgba(255, 255, 255, 0.41);
    -moz-box-shadow: 0 7px 10px 0 rgba(255, 255, 255, 0.41);
    -ms-box-shadow: 0 7px 10px 0 rgba(255, 255, 255, 0.41);
    box-shadow: 0 7px 10px 0 rgba(255, 255, 255, 0.41);
    background-color: rgba(237, 47, 89, 0.9);
    border-radius: 5px;
    text-align: left;
    padding: 30px;
    max-width: 350px; }
  .banner-carousel a.read-more1 {
    color: #fde428; }
  .banner-carousel .owl-dots {
    display: none; }

/*services*/
.punch-line {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  position: relative;
  background-image: url(../images/punch-line.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(237, 47, 89, 0.9);
    z-index: -1; }

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

/*/gallery*/
.r--section-1 {
  position: relative;
  background-color: #091022; }
  .r--section-1 .img-side {
    left: 0;
    right: inherit;
    padding: 0;
    position: absolute !important;
    top: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 100; }
    .r--section-1 .img-side .img-holder {
      background-position: left center !important;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat !important; }
  .r--section-1 .feature-info p {
    height: 40px;
    -webkit-line-clamp: 2; }
  .r--section-1 a.button {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    vertical-align: bottom;
    letter-spacing: 1px; }
    .r--section-1 a.button:hover {
      text-decoration: none;
      color: #00afef; }
      .r--section-1 a.button:hover i {
        margin-left: 15px;
        background-color: #fff;
        color: #00afef; }
    .r--section-1 a.button i {
      text-align: center;
      font-size: 12px;
      vertical-align: middle;
      border: 1px solid #fff;
      border-radius: 50%;
      height: 22px;
      width: 22px;
      line-height: 20px;
      margin-left: 10px;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
      -webkit-transition: all 0.5s cubic-bezier(0.76, 0.46, 0.22, 1) 0s;
      -moz-transition: all 0.5s cubic-bezier(0.76, 0.46, 0.22, 1) 0s;
      -ms-transition: all 0.5s cubic-bezier(0.76, 0.46, 0.22, 1) 0s;
      transition: all 0.5s cubic-bezier(0.76, 0.46, 0.22, 1) 0s; }

/*services*/
.services-1 {
  position: relative;
  padding: 40px 0px 0px 0px; }
  .services-1:after {
    content: "";
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(../images/parlx5.jpg); }
  .services-1 [class*="col-"] .media {
    margin-bottom: 50px; }
    .services-1 [class*="col-"] .media i, .services-1 [class*="col-"] .media img {
      height: 125px;
      width: 125px;
      float: left;
      text-align: center;
      line-height: 58px;
      margin-right: 20px;
      font-size: 35px; }
    .services-1 [class*="col-"] .media .media-body {
      position: relative;
      padding-bottom: 40px; }
      .services-1 [class*="col-"] .media .media-body .h4, .services-1 [class*="col-"] .media .media-body h4 {
        font-size: 22px;
        color: #002e5b;
        letter-spacing: -.4px;
        font-weight: 600;
        margin: 0 0 16px; }
      .services-1 [class*="col-"] .media .media-body p {
        line-height: 25px;
        letter-spacing: 0;
        color: #777;
        margin-bottom: 0; }
      .services-1 [class*="col-"] .media .media-body:before {
        background-color: #f58634;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 5px;
        width: 19px; }

/*services*/
/*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; } }
@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 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: 30px !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; } }
@media screen and (max-width: 575px) {
  .banner-carousel .carousel-caption {
    padding: 8px; }
    .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 */
