/* Font Declaration
========================================= */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900");
/* Variables & Mixins
========================================= */
/* General Styles
========================================= */
html {
  font-size: 16px; }
  @media (max-width: 991px) {
    html {
      font-size: 14px; } }
  @media (max-width: 767px) {
    html {
      font-size: 12px; } }

body {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.3; }

.btn-round {
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 3rem;
  padding: 0.75rem 2rem;
  font-weight: 600;
  font-size: 1rem;
  min-width: 8rem;
  text-align: center;
  transition: all 0.5s; }

.btn-clear {
  background-color: transparent;
  color: #ffffff; }
  .btn-clear:hover {
    background-color: #ffffff;
    color: #e97a0b; }

.btn-filled {
  background-color: #ffffff;
  color: #e97a0b; }
  .btn-filled:hover {
    color: #ffffff;
    background-color: transparent; }

.hvr-border:before {
  background-color: #e97a0b; }

a {
  color: inherit;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }

a.btn-link {
  color: inherit;
  font-size: 1rem;
  font-weight: 600; }
  a.btn-link:hover {
    text-decoration: none; }
  a.btn-link:focus, a.btn-link:active, a.btn-link:hover {
    color: inherit; }

@-webkit-keyframes arrow {
  0%, 100% {
    bottom: 110%; }
  50% {
    bottom: 150%; } }

@keyframes arrow {
  0%, 100% {
    bottom: 110%; }
  50% {
    bottom: 150%; } }

.scroll-btn {
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 60px;
  min-height: 30px;
  font-size: 0.875rem;
  font-weight: 600; }
  .scroll-btn:focus, .scroll-btn:active, .scroll-btn:hover {
    color: inherit; }

.scroll-btn:after {
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  margin: auto;
  bottom: 100%;
  right: 0;
  left: 0;
  -webkit-animation: 3s arrow infinite ease;
  animation: 3s arrow infinite ease; }

.full-width-text-large {
  font-size: 175%; }
  .full-width-text-large strong {
    font-weight: 400; }

a.link-hvr-fx {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
  display: inline-block;
  overflow: hidden; }
  a.link-hvr-fx::after, a.link-hvr-fx::before {
    content: '';
    position: absolute;
    transition: transform .5s ease;
    right: 0;
    bottom: 0;
    background: #ffffff; }
  a.link-hvr-fx::after {
    width: 2px;
    height: 100%;
    transform: translateY(100%); }
  a.link-hvr-fx::before {
    width: 100%;
    height: 2px;
    transform: translateX(-100%); }
  a.link-hvr-fx > span {
    position: relative;
    color: inherit;
    text-decoration: none;
    line-height: 24px;
    display: block;
    padding: 10px; }
    a.link-hvr-fx > span::after, a.link-hvr-fx > span::before {
      content: '';
      position: absolute;
      transition: transform .5s ease;
      left: 0;
      top: 0;
      background: #ffffff; }
    a.link-hvr-fx > span::after {
      width: 2px;
      height: 100%;
      transform: translateY(-100%); }
    a.link-hvr-fx > span::before {
      width: 100%;
      height: 2px;
      transform: translateX(100%); }
  a.link-hvr-fx:hover::after, a.link-hvr-fx:hover::before {
    transform: translate(0, 0); }
  a.link-hvr-fx:hover > span::after, a.link-hvr-fx:hover > span::before {
    transform: translate(0, 0); }
  a.link-hvr-fx.hvr-fx-dark::after, a.link-hvr-fx.hvr-fx-dark::before {
    background: #e97a0b; }
  a.link-hvr-fx.hvr-fx-dark > span::after, a.link-hvr-fx.hvr-fx-dark > span::before {
    background: #e97a0b; }

/* Header and Navigation
========================================= */
header {
  position: relative;
  z-index: 20; }
  @media (min-width: 992px) {
    header .navbar-expand-lg {
      padding-top: 0.5rem !important; } }
  header h1 {
    height: 100px; }
    header h1 img {
      max-height: 100%; }
  header .navbar-toggler {
    margin-right: 1.5rem !important;
    border: none; }
    header .navbar-toggler:focus {
      outline: none; }
  @media (min-width: 992px) {
    header #navbarCollapse {
      height: 90px;
      z-index: 900;
      padding-top: 0.5rem; } }
  @media (max-width: 991px) {
    header #navbarCollapse {
      background-color: #efefef; } }
  @media (max-width: 991px) {
    header #navbarCollapse > ul {
      padding: 0 15px; } }
  header #navbarCollapse .nav-link:focus {
    outline: none; }
  header #navbarCollapse .primary-menu .nav-link {
    font-size: 1rem;
    color: #454545;
    padding-left: 22px; }
  header #navbarCollapse .primary-menu .social-nav {
    padding: 5px 22px; }
    header #navbarCollapse .primary-menu .social-nav .nav-link {
      padding: 5px; }
    header #navbarCollapse .primary-menu .social-nav .nav-item:not(.search) .fa {
      color: white;
      border-radius: 50%;
      font-size: 12px;
      width: 20px;
      height: 20px;
      text-align: center;
      padding-top: 4px; }
      header #navbarCollapse .primary-menu .social-nav .nav-item:not(.search) .fa.fa-facebook {
        background-color: #3b5998; }
      header #navbarCollapse .primary-menu .social-nav .nav-item:not(.search) .fa.fa-twitter {
        background-color: #3f99ff; }
    header #navbarCollapse .primary-menu .social-nav .search {
      padding-top: 5px; }
      header #navbarCollapse .primary-menu .social-nav .search .fa {
        color: #e97a0b; }
      header #navbarCollapse .primary-menu .social-nav .search .nav-link {
        margin-left: 22px;
        padding: 0px 15px 0 22px;
        border-left: 1px solid #e4e4e4;
        font-size: 22px; }
  header #navbarCollapse .primary-menu .megamenu .has-megamenu .megamenu-toggle::after {
    content: '\f0d7';
    font-family: FontAwesome;
    position: relative;
    left: 8px;
    color: #e97a0b; }
  header #navbarCollapse .primary-menu .megamenu .has-megamenu .megamenu-content {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #efefef;
    box-sizing: border-box;
    overflow: hidden;
    height: 0;
    padding: 0;
    transition: all 0.7s; }
    header #navbarCollapse .primary-menu .megamenu .has-megamenu .megamenu-content ul.nav {
      padding-top: 30px;
      padding-bottom: 30px;
      position: relative;
      width: 35%; }
    header #navbarCollapse .primary-menu .megamenu .has-megamenu .megamenu-content .has-submenu .submenu-toggle {
      position: relative;
      padding-right: 40px; }
      header #navbarCollapse .primary-menu .megamenu .has-megamenu .megamenu-content .has-submenu .submenu-toggle::after {
        content: '\e87a';
        font-family: Linearicons-Free;
        position: absolute;
        right: 20px;
        transition: all 0.5s;
        color: #e97a0b; }
      header #navbarCollapse .primary-menu .megamenu .has-megamenu .megamenu-content .has-submenu .submenu-toggle:hover::after {
        right: 5px; }
    header #navbarCollapse .primary-menu .megamenu .has-megamenu .megamenu-content .has-submenu .submenu {
      visibility: hidden;
      position: absolute;
      left: calc(100% + 20px);
      transition: left 1s;
      top: 0;
      width: 100%; }
      header #navbarCollapse .primary-menu .megamenu .has-megamenu .megamenu-content .has-submenu .submenu .nav-submenu {
        width: 100%; }
    header #navbarCollapse .primary-menu .megamenu .has-megamenu .megamenu-content .has-submenu:hover > .submenu {
      visibility: visible;
      left: 100%; }
  @media (max-width: 991px) {
    header #navbarCollapse .top-menu {
      padding-left: 0;
      margin-top: 1.25rem;
      margin-bottom: 1rem; } }
  header #navbarCollapse .top-menu .nav-item:last-child .nav-link {
    border-right: none; }
  header #navbarCollapse .top-menu .nav-item .nav-link {
    font-size: 1rem;
    border-right: 1px solid #797979;
    padding: 0 1.5rem;
    color: #7b7b7b;
    font-weight: 300; }
    @media (max-width: 991px) {
      header #navbarCollapse .top-menu .nav-item .nav-link {
        border: none;
        padding: 0.75rem;
        font-size: 1.125rem; } }
  header #navbarCollapse .mobile-accordion-menu {
    padding-top: 1rem; }
    header #navbarCollapse .mobile-accordion-menu .nav-link {
      padding: 1rem 0;
      font-size: 1.125rem; }
    header #navbarCollapse .mobile-accordion-menu ul.submenu {
      padding: 10px;
      display: none; }
    header #navbarCollapse .mobile-accordion-menu .has-submenu {
      position: relative; }
      header #navbarCollapse .mobile-accordion-menu .has-submenu > .nav-link {
        padding-right: 30px; }
        header #navbarCollapse .mobile-accordion-menu .has-submenu > .nav-link::after {
          color: #e97a0b;
          position: absolute;
          font-size: 20px;
          right: 9px;
          top: 2px;
          content: '\f0fe';
          font-family: FontAwesome; }
      header #navbarCollapse .mobile-accordion-menu .has-submenu > input.submenu-toggle {
        width: 25px;
        height: 25px;
        position: absolute;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border: none;
        outline: none;
        background-color: transparent;
        right: 5px;
        top: 5px;
        z-index: 1; }
        header #navbarCollapse .mobile-accordion-menu .has-submenu > input.submenu-toggle:checked + .nav-link::after {
          content: '\f146'; }
        header #navbarCollapse .mobile-accordion-menu .has-submenu > input.submenu-toggle:checked ~ ul.submenu {
          display: block; }

.bcp-search {
  position: absolute;
  width: 100%;
  top: 100%;
  background-color: #ffffff;
  z-index: 20; }
  .bcp-search .search-form-wrapper {
    padding: 15px 0; }

.bcp-search .search-form-wrapper form.search-form {
  background-color: #ededed;
  border-left: 2px solid #e97a0b; }
  .bcp-search .search-form-wrapper form.search-form input {
    flex-grow: 1;
    padding: 0.5rem;
    border: none;
    height: 50px;
    background-color: transparent; }
    .bcp-search .search-form-wrapper form.search-form input:focus {
      outline: none; }
    .bcp-search .search-form-wrapper form.search-form input[type=submit] {
      font-family: FontAwesome;
      color: #e97a0b;
      font-size: 1.5rem; }
  .bcp-search .search-form-wrapper form.search-form button {
    color: #e97a0b;
    font-size: 1.5rem; }

form.bcp-search-form {
  background-color: #ededed; }
  form.bcp-search-form ul {
    display: flex;
    margin-bottom: 0;
    padding-left: 0; }
    form.bcp-search-form ul li:first-child {
      flex-grow: 1; }
  form.bcp-search-form input {
    flex-grow: 1;
    padding: 0.5rem;
    border: none;
    height: 50px;
    background-color: transparent; }
    form.bcp-search-form input:focus {
      outline: none; }
    form.bcp-search-form input[type=submit] {
      font-family: FontAwesome;
      color: #e97a0b;
      font-size: 1.5rem; }
  form.bcp-search-form button {
    font-size: 1.5rem; }

/* Footer and Copyright
========================================= */
footer {
  background-color: #f5f5f5;
  padding: 1.25rem 0;
  margin-top: 1.25rem;
  color: #585858; }
  footer p {
    color: inherit; }
  footer .footer-content {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 0.5rem; }
    footer .footer-content p {
      font-size: 1rem; }
    footer .footer-content .footer-logo {
      width: 90px; }
      footer .footer-content .footer-logo img {
        max-height: 100%; }
    footer .footer-content .footer-widget-area {
      padding-top: 3.5rem; }
      @media (max-width: 576px) {
        footer .footer-content .footer-widget-area {
          padding-top: 0.5rem; } }
      footer .footer-content .footer-widget-area ul.nav {
        margin-left: -1rem;
        -ms-flex-direction: column !important;
        flex-direction: column !important; }
      footer .footer-content .footer-widget-area a {
        color: #585858; }
        footer .footer-content .footer-widget-area a.nav-link {
          padding-top: 0.25rem;
          padding-bottom: 0.25rem; }
  footer .copyright {
    padding-top: 1.25rem; }

.btn-back-to-top {
  background-color: transparent;
  border: 2px solid #e97a0b;
  color: #e97a0b;
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 1.5rem;
  height: 30px;
  width: 40px;
  border-radius: 30px;
  line-height: 25px;
  display: inline-block;
  padding: 0;
  text-align: center;
  display: none; }
  @media (max-width: 575px) {
    .btn-back-to-top {
      bottom: 50px; } }
  .btn-back-to-top:hover {
    background-color: #e97a0b;
    color: #ffffff; }
  .btn-back-to-top:focus, .btn-back-to-top:active {
    outline: none;
    box-shadow: none;
    border: 2px solid #e97a0b;
    background-color: transparent;
    color: #e97a0b; }

.share-btn-wrapper {
  display: inline-block;
  font-size: 2rem;
  position: relative;
  color: #585859;
  border: 1px solid #585859;
  width: 44px;
  border-radius: 44px; }
  @media (max-width: 576px) {
    .share-btn-wrapper {
      position: fixed;
      bottom: 0;
      left: 0;
      border-radius: 0;
      width: 100%;
      background-color: #ffffff;
      border: none;
      border-top: 1px solid #ccc;
      z-index: 10; } }
  .share-btn-wrapper .share-button-toggle {
    background-color: transparent;
    color: #e97a0b;
    border: none;
    box-shadow: none;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    padding: 0; }
    @media (max-width: 576px) {
      .share-btn-wrapper .share-button-toggle {
        display: none; } }
  .share-btn-wrapper .share-btn-collapse {
    width: 100%;
    min-width: auto;
    border: none;
    box-shadow: none;
    position: relative; }
    @media (max-width: 576px) {
      .share-btn-wrapper .share-btn-collapse {
        display: flex !important;
        width: 100%; } }
    .share-btn-wrapper .share-btn-collapse .share-btn {
      display: block;
      width: 30px;
      text-align: center;
      font-size: 1rem;
      height: 30px;
      margin: 0 auto;
      line-height: 30px;
      transition: all 0.75s; }
      @media (max-width: 576px) {
        .share-btn-wrapper .share-btn-collapse .share-btn {
          border-right: 1px solid #ccc;
          flex-grow: 1;
          font-size: 2rem;
          height: 40px;
          line-height: 40px; } }
      .share-btn-wrapper .share-btn-collapse .share-btn:last-child {
        margin-bottom: 5px; }
        @media (max-width: 576px) {
          .share-btn-wrapper .share-btn-collapse .share-btn:last-child {
            margin: 0;
            border-right: 0; } }
      .share-btn-wrapper .share-btn-collapse .share-btn:hover {
        background-color: #e97a0b;
        color: #ffffff;
        border-radius: 50%; }
        @media (max-width: 576px) {
          .share-btn-wrapper .share-btn-collapse .share-btn:hover {
            border-radius: 0; } }

/* Our websites
========================================= */
#our-websites-modal {
  background-color: #ffffff; }
  #our-websites-modal .modal-dialog {
    max-width: 100%;
    width: 100%; }
  #our-websites-modal .modal-title {
    font-size: 1.75rem;
    font-weight: 700; }
  #our-websites-modal .modal-content {
    border: none;
    border-radius: 0; }
  #our-websites-modal .navigation-link-wrapper {
    padding: 1rem; }
    #our-websites-modal .navigation-link-wrapper .navigation-link {
      padding-top: 1rem;
      padding-bottom: 1rem; }

/* Home page
========================================= */
.home-hero {
  min-height: calc(100vh - 95px);
  background-size: cover;
  background-position: center;
  color: #ffffff; }
  .home-hero .hero-content {
    padding-top: 5rem; }
    .home-hero .hero-content .btn-round {
      background-color: #ffffff;
      color: #e97a0b; }
      .home-hero .hero-content .btn-round:hover {
        background-color: transparent;
        color: #ffffff; }
  .home-hero h2 {
    font-size: 3.75rem;
    margin-bottom: 1.25rem;
    font-weight: 900; }
  .home-hero p {
    font-size: 1.5rem;
    margin-bottom: 2.25rem; }

.home-section-title, .page-section-title {
  padding: 1.5rem 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767px) {
    .home-section-title, .page-section-title {
      display: block;
      width: 100%; } }
  .home-section-title h2, .page-section-title h2 {
    font-size: 3rem;
    font-weight: 400;
    color: #323232;
    padding: 0.5rem 1.25rem 0.2rem 0;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .home-section-title h2, .page-section-title h2 {
        padding-bottom: 0.5rem; } }
  .home-section-title p, .page-section-title p {
    font-size: 1.25rem;
    color: #505050;
    padding-left: 2rem;
    margin-bottom: 0;
    font-weight: 300; }
    @media (max-width: 767px) {
      .home-section-title p, .page-section-title p {
        padding-left: 0;
        padding-top: 1rem; } }

.home-section#news .home-section-content {
  padding: 0 1rem; }
  .home-section#news .home-section-content .news-left {
    padding: 2rem;
    background-color: #e97a0b;
    color: #ffffff; }
    @media (min-width: 768px) {
      .home-section#news .home-section-content .news-left {
        min-height: 675px; } }
    .home-section#news .home-section-content .news-left h3 {
      font-weight: 700;
      font-size: 2.25rem;
      margin-bottom: 0.5rem; }
    .home-section#news .home-section-content .news-left ul li {
      background-color: inherit;
      border-color: #ffffff;
      padding: 1.25rem 0; }
      .home-section#news .home-section-content .news-left ul li h4 {
        font-weight: 600;
        font-size: 1.1875rem;
        margin-bottom: 0;
        padding-bottom: 8px; }
      .home-section#news .home-section-content .news-left ul li p {
        font-weight: 300;
        font-size: 1.125rem;
        margin-bottom: 0;
        line-height: 1.2; }
      .home-section#news .home-section-content .news-left ul li a {
        color: inherit; }
        .home-section#news .home-section-content .news-left ul li a:hover {
          text-decoration: none; }
  .home-section#news .home-section-content .news-right {
    background-color: #f0f0f0; }
    @media (min-width: 768px) {
      .home-section#news .home-section-content .news-right .row {
        height: 50%; } }
    .home-section#news .home-section-content .news-right .row .col-sm-6 {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 250px;
      padding: 0;
      overflow: hidden;
      position: relative; }
      @media (min-width: 768px) {
        .home-section#news .home-section-content .news-right .row .col-sm-6 {
          height: 100%; } }
      .home-section#news .home-section-content .news-right .row .col-sm-6 h4 {
        transition: all 0.5s;
        font-weight: 600;
        font-size: 1.5rem;
        color: #ffffff;
        padding: 1.25rem;
        margin: 0;
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0.8) 100%); }
      .home-section#news .home-section-content .news-right .row .col-sm-6 .btn-link {
        color: #e97a0b; }
    .home-section#news .home-section-content .news-right .row.news-first .col-sm-6 {
      box-shadow: none;
      padding: 1.25rem; }
      .home-section#news .home-section-content .news-right .row.news-first .col-sm-6 h4 {
        color: #2b2b2b;
        background: none;
        padding: 0;
        padding-bottom: 8px;
        position: static; }
      .home-section#news .home-section-content .news-right .row.news-first .col-sm-6 p {
        font-weight: 300;
        font-size: 1.25rem;
        color: #434343;
        line-height: 1.2; }
    .home-section#news .home-section-content .news-right .row.news-second a {
      display: block;
      height: 100%;
      overflow: hidden; }
      .home-section#news .home-section-content .news-right .row.news-second a .home-news-thumb {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.5s ease-in-out; }
      .home-section#news .home-section-content .news-right .row.news-second a h4 {
        position: absolute;
        bottom: 0;
        width: 100%; }
      .home-section#news .home-section-content .news-right .row.news-second a:hover .home-news-thumb {
        transform: scale(1.1); }
      .home-section#news .home-section-content .news-right .row.news-second a:hover h4 {
        color: #e97a0b; }

.home-section#what-we-do .service-card {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  margin-top: 15px;
  margin-bottom: 30px; }
  .home-section#what-we-do .service-card.service-card-rtl {
    background-position: left; }
    .home-section#what-we-do .service-card.service-card-rtl .service-card-content {
      padding: 3rem 0 6rem 3rem; }
      @media (max-width: 991px) {
        .home-section#what-we-do .service-card.service-card-rtl .service-card-content {
          padding: 15px;
          padding-bottom: 6rem; } }
  @media (max-width: 991px) {
    .home-section#what-we-do .service-card {
      background-image: none !important; } }

.home-section#navigate {
  padding: 3.75rem 0; }
  .home-section#navigate h2 {
    font-weight: 700;
    font-size: 3.5rem;
    color: #ffffff; }
  .home-section#navigate .navigation-link-wrapper {
    margin-left: -5px;
    margin-right: -5px; }
    .home-section#navigate .navigation-link-wrapper .navigation-link {
      padding: 5px; }

.service-card {
  color: #ffffff;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  margin-bottom: 30px; }
  .service-card .service-card-content {
    padding: 4rem 3rem 6rem 0; }
    @media (max-width: 991px) {
      .service-card .service-card-content {
        padding: 15px;
        padding-bottom: 6rem; } }
  .service-card .scroll-btn {
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0; }
  .service-card .service-card-title {
    font-weight: 900;
    font-size: 3.75rem;
    margin-bottom: 1.75rem; }
  .service-card .service-card-description {
    font-weight: 300;
    font-size: 1.25rem;
    font-style: italic;
    margin-bottom: 2.75rem; }
  .service-card .service-card-btns {
    margin-bottom: 3rem; }
  @media (max-width: 575px) {
    .service-card .service-card-case-studies .row {
      margin: 0; } }
  @media (max-width: 575px) {
    .service-card .service-card-case-studies .col-sm {
      padding: 1.5rem 0; } }
  .service-card .service-card-case-studies .col-sm:first-child {
    border-right: 1px solid #ffffff; }
    @media (max-width: 575px) {
      .service-card .service-card-case-studies .col-sm:first-child {
        border-right: none;
        border-bottom: 1px solid #ffffff; } }
  .service-card .service-card-case-studies h4 {
    font-weight: 400;
    font-size: 1.25rem;
    color: #d4d4d4; }
  .service-card .service-card-case-studies h5 {
    font-weight: 700;
    font-size: 1.5rem; }
  .service-card .service-card-case-studies .btn-link {
    font-size: 0.75rem;
    margin-right: auto; }

.mikrotik-banner {
  margin-bottom: 30px; }
  .mikrotik-banner a {
    display: inline-block; }

.social-feed .social-feed-item-wrapper {
  min-height: 365px;
  padding-top: 15px;
  padding-bottom: 15px; }
  .social-feed .social-feed-item-wrapper .social-feed-item {
    padding: 20px;
    height: 100%;
    background-color: #ECECEC;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .social-feed .social-feed-item-wrapper .social-feed-item p {
      font-weight: 300;
      font-size: 1.3rem; }
      .social-feed .social-feed-item-wrapper .social-feed-item p small {
        font-weight: 300; }
    .social-feed .social-feed-item-wrapper .social-feed-item .fa {
      font-size: 1.75rem; }
      .social-feed .social-feed-item-wrapper .social-feed-item .fa.fa-instagram {
        color: #ffffff; }
      .social-feed .social-feed-item-wrapper .social-feed-item .fa.fa-facebook-square {
        color: #3A6BBD; }
      .social-feed .social-feed-item-wrapper .social-feed-item .fa.fa-twitter {
        color: #69BCE1; }
    .social-feed .social-feed-item-wrapper .social-feed-item.insta-one {
      background-image: url(../images/instagram-img1.png); }
    .social-feed .social-feed-item-wrapper .social-feed-item.insta-two {
      background-image: url(../images/instagram-img2.png); }
    .social-feed .social-feed-item-wrapper .social-feed-item.insta-three {
      background-image: url(../images/instagram-img3.png); }

/* Who we are
========================================= */
.page-header {
  min-height: 540px;
  height: 80vh;
  position: relative;
  padding: 6.25rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff; }
  .page-header .page-title {
    font-size: 3.75rem;
    font-weight: 900; }
  .page-header .page-description {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.2; }
  .page-header .scroll-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%); }

.bcp-breadcrumb {
  padding: 1rem 0;
  font-size: 0.75rem; }
  .bcp-breadcrumb a {
    display: inline-block;
    padding: 0 0.5rem;
    font-weight: 300;
    font-size: inherit; }
    .bcp-breadcrumb a::after {
      content: "/";
      position: relative;
      left: 0.5rem; }
  .bcp-breadcrumb span.current {
    font-weight: 300;
    font-size: inherit;
    display: inline-block;
    margin-left: 0.5rem;
    color: #e97a0b; }

.counter-block {
  margin-top: 1rem;
  margin-bottom: 3rem; }
  .counter-block .counter-block-title {
    font-weight: 400;
    font-size: 1.25rem;
    color: #595959; }
  .counter-block .counter-block-content .counter-block-item {
    border-top: 1px solid transparent;
    height: 125px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
    .counter-block .counter-block-content .counter-block-item .item-count {
      margin-top: auto;
      font-size: 3.75rem;
      font-weight: 400;
      line-height: 1;
      margin-bottom: 0; }
    .counter-block .counter-block-content .counter-block-item .item-description {
      font-weight: 300; }

.box-content {
  padding: 30px;
  background-color: #F2F2F2;
  background-color: #F2F2F2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .box-content.box-content-invert {
    color: #ffffff; }
    .box-content.box-content-invert .box-title {
      color: inherit; }
  .box-content .box-title {
    font-weight: 700;
    font-size: 1.275rem;
    color: #595959; }
  .box-content .box-description {
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.3; }
  .box-content .col-sm-6 {
    margin-bottom: 30px; }
    .box-content .col-sm-6 .box-content {
      height: 100%; }

[class^='col'] > .box-content {
  height: 100%; }

.box-content-wrapper .box-content.box-content-invert {
  color: #ffffff; }

.box-content-wrapper .box-content .box-title {
  font-weight: 600;
  font-size: 1.5rem; }

.box-content-wrapper .box-content .box-description:last-child {
  margin-bottom: 0; }

.box-content-wrapper [class^='col'] {
  margin-bottom: 30px; }
  .box-content-wrapper [class^='col'] > .box-content {
    height: 100%; }

.mission-vision-boxes .box-content.box-content-invert {
  color: #ffffff; }

.mission-vision-boxes .box-content.subsidiary-map {
  padding: 0; }

.mission-vision-boxes .box-content .box-title {
  font-weight: 600;
  font-size: 0.875rem;
  color: #585859; }

.mission-vision-boxes .col-sm-6 {
  margin-bottom: 30px; }
  .mission-vision-boxes .col-sm-6 .box-content {
    height: 100%; }

.management-team-section {
  padding: 1.25rem 0; }
  .management-team-section .team-section-title {
    font-weight: 600;
    color: #595959;
    font-size: 1.5rem; }
  .management-team-section .team-section-description {
    font-weight: 300;
    font-size: 1.125rem; }
  .management-team-section .row:nth-child(2) {
    position: relative;
    z-index: 20; }

.management-team .management-team-member {
  border-radius: 0;
  border: none;
  cursor: pointer;
  margin-bottom: 20px; }
  .management-team .management-team-member .team-member-image {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }
  .management-team .management-team-member[aria-expanded=true] .team-member-image {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%); }
  .management-team .management-team-member[aria-expanded=true]::after {
    content: "";
    width: 20px;
    border-width: 20px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%); }
  .management-team .management-team-member .card-body {
    padding: 0.75rem; }
  .management-team .management-team-member .team-member-name {
    font-weight: 700;
    font-size: 1.25rem; }
  .management-team .management-team-member .team-member-position, .management-team .management-team-member .team-member-organization {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 0.875rem; }

.management-team .owl-nav .owl-prev, .management-team .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  cursor: pointer; }

.management-team .owl-nav .owl-prev {
  transform: translate(-50%, -50%);
  left: 0; }
  .management-team .owl-nav .owl-prev .fa {
    padding-right: 5px; }
  .management-team .owl-nav .owl-prev.disabled {
    display: none; }

.management-team .owl-nav .owl-next {
  right: 0;
  transform: translate(50%, -50%); }
  .management-team .owl-nav .owl-next .fa {
    padding-left: 5px; }
  .management-team .owl-nav .owl-next.disabled {
    display: none; }

.management-team .owl-nav .fa {
  font-size: 2.5rem;
  display: inline-block;
  height: 2.75rem;
  width: 2.75rem;
  padding-left: .25rem;
  text-align: center;
  background-color: #c7c7c7;
  color: #ffffff;
  border-radius: 50%; }

#team-memeber-descriptions {
  margin-top: -20px; }

.team-memeber-description {
  background-color: #F2F2F2;
  font-weight: 300;
  font-size: 1.25rem; }

.values {
  padding: 2rem 0;
  color: #ffffff; }
  .values .values-content-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3.75rem 15px; }
    .values .values-content-wrapper h3 {
      font-weight: 700;
      font-size: 1.5rem; }

.policies {
  padding: 1rem 0; }
  .policies .col-md-6 {
    margin: 1rem 0; }

.who-we-are-child {
  font-size: 1.25rem;
  font-weight: 300; }
  .who-we-are-child .full-width-text-large {
    font-size: 175%; }
    @media (max-width: 767px) {
      .who-we-are-child .full-width-text-large {
        font-size: 150%; } }

/* What we do
========================================= */
.what-we-do-template.service-card {
  margin-bottom: 0; }
  .what-we-do-template.service-card .service-card-description {
    font-weight: 400;
    font-style: normal; }
  .what-we-do-template.service-card .service-card-sub-title {
    color: #C3C3C3;
    font-size: 1.125rem;
    font-weight: 600; }
  .what-we-do-template.service-card .service-card-activity-list {
    font-weight: 600;
    font-size: 1.5rem; }
    .what-we-do-template.service-card .service-card-activity-list .service-card-activity-list-item {
      width: 50%; }
      @media (max-width: 767px) {
        .what-we-do-template.service-card .service-card-activity-list .service-card-activity-list-item {
          width: 100%; } }
      .what-we-do-template.service-card .service-card-activity-list .service-card-activity-list-item .service-card-activity-list-item-link:hover {
        color: #ccc; }
    .what-we-do-template.service-card .service-card-activity-list .technology-list {
      width: 60%; }
      @media (max-width: 767px) {
        .what-we-do-template.service-card .service-card-activity-list .technology-list {
          width: 100%; } }
    .what-we-do-template.service-card .service-card-activity-list .technology-list-even {
      width: 40%; }
      @media (max-width: 767px) {
        .what-we-do-template.service-card .service-card-activity-list .technology-list-even {
          width: 100%; } }

.what-we-do-template-content article {
  font-weight: 300;
  font-size: 1.275rem; }

.what-we-do-template-content .full-width-text-large {
  font-size: 175%; }
  .what-we-do-template-content .full-width-text-large strong {
    font-weight: 400; }

.what-we-do-template-content .what-we-do-children > div {
  overflow: hidden; }

.what-we-do-template-content .what-we-do-children .what-we-do-child {
  height: 265px;
  margin-bottom: 30px;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .what-we-do-template-content .what-we-do-children .what-we-do-child a {
    height: 100%;
    overflow: hidden;
    position: relative; }
    .what-we-do-template-content .what-we-do-children .what-we-do-child a .what-we-do-child-thumb {
      height: 100%;
      width: 100%;
      object-fit: cover;
      transition: all 0.5s; }
    .what-we-do-template-content .what-we-do-children .what-we-do-child a .what-we-do-child-content {
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 30%, rgba(0, 0, 0, 0.8) 100%);
      padding: 1.25rem;
      color: #ffffff;
      margin-bottom: 0;
      line-height: 1.2;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .what-we-do-template-content .what-we-do-children .what-we-do-child a .what-we-do-child-content a {
        transition: all 0.5s ease-in-out;
        display: inline-block; }
        .what-we-do-template-content .what-we-do-children .what-we-do-child a .what-we-do-child-content a:hover {
          color: #e97a0b; }
      .what-we-do-template-content .what-we-do-children .what-we-do-child a .what-we-do-child-content .content-title {
        font-weight: 600;
        font-size: 1.25rem;
        display: inline-block; }
    .what-we-do-template-content .what-we-do-children .what-we-do-child a:hover .what-we-do-child-thumb {
      transform: scale(1.1); }
    .what-we-do-template-content .what-we-do-children .what-we-do-child a:hover .what-we-do-child-content {
      color: #e97a0b; }
  .what-we-do-template-content .what-we-do-children .what-we-do-child:only-child:not(.last) {
    height: 560px; }
    @media (max-width: 767px) {
      .what-we-do-template-content .what-we-do-children .what-we-do-child:only-child:not(.last) {
        height: 265px; } }

.case-studies-section .case-study-card {
  padding: 0.5rem;
  border-radius: 0; }
  .case-studies-section .case-study-card .case-study-thumbnail {
    border: none;
    border-radius: 0; }
  .case-studies-section .case-study-card .case-study-card-content {
    padding: 0; }
    .case-studies-section .case-study-card .case-study-card-content p {
      margin-bottom: 0; }
    .case-studies-section .case-study-card .case-study-card-content .case-study-title {
      font-size: 1.15rem;
      font-weight: 600;
      padding: 0.5rem;
      margin-bottom: 0;
      height: 82px; }

.case-studies .owl-nav button {
  position: absolute; }
  .case-studies .owl-nav button:focus {
    outline: none; }
  .case-studies .owl-nav button.owl-prev, .case-studies .owl-nav button.owl-next {
    font-size: 3.5rem;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5); }
    .case-studies .owl-nav button.owl-prev.disabled, .case-studies .owl-nav button.owl-next.disabled {
      opacity: 0; }
  .case-studies .owl-nav button.owl-next {
    right: 0px;
    top: 35%;
    bottom: 35%; }
  .case-studies .owl-nav button.owl-prev {
    left: 0px;
    top: 35%;
    bottom: 35%; }

.what-we-do-child-template {
  padding: 0;
  overflow: hidden; }
  .what-we-do-child-template .page-header-content {
    width: 100%;
    padding: 1.75rem;
    margin-top: auto;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff; }
    @media (max-width: 767px) {
      .what-we-do-child-template .page-header-content {
        padding-bottom: 3rem; } }
    .what-we-do-child-template .page-header-content .page-title {
      font-size: 3.125rem;
      font-weight: 600; }
    .what-we-do-child-template .page-header-content .page-description {
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 1.3; }

.what-we-do-child-template-content {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.3; }
  .what-we-do-child-template-content img {
    border: 1px solid transparent;
    padding: 5px; }

.bcp-gallery-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.bcp-gallery .owl-item > a > img {
  transition: all 0.5s; }

.bcp-gallery .owl-item > a:hover > img {
  background-color: #e97a0b; }

.bcp-gallery .owl-nav button {
  position: absolute; }
  .bcp-gallery .owl-nav button:focus {
    outline: none; }
  .bcp-gallery .owl-nav button.owl-prev, .bcp-gallery .owl-nav button.owl-next {
    font-size: 3.5rem;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.4); }
    .bcp-gallery .owl-nav button.owl-prev.disabled, .bcp-gallery .owl-nav button.owl-next.disabled {
      opacity: 0; }
  .bcp-gallery .owl-nav button.owl-next {
    right: 6px;
    top: 6px;
    bottom: 6px; }
  .bcp-gallery .owl-nav button.owl-prev {
    left: 6px;
    top: 6px;
    bottom: 6px; }

.bcp-video-gallery-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.bcp-video-gallery-section a {
  position: relative;
  display: block; }
  .bcp-video-gallery-section a::after {
    content: "\f144";
    font-family: FontAwesome;
    font-size: 2.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.connect-with-us-section {
  padding: 3rem 0;
  color: #ffffff; }
  .connect-with-us-section p {
    font-size: 225%;
    font-weight: 600; }

/* News
========================================= */
.news-page-header {
  min-height: 430px;
  height: auto; }

.news-archive-list {
  position: relative; }
  .news-archive-list .news-archive-select {
    background-color: transparent;
    font-size: 1.2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    position: relative;
    z-index: 15;
    padding: 5px 10px; }
    .news-archive-list .news-archive-select:focus {
      outline: none;
      box-shadow: none;
      background-color: transparent; }
  .news-archive-list::after {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #e97a0b;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 10;
    font-size: 22px; }

.news-listing .news-card {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  height: 100%; }
  .news-listing .news-card .news-date {
    border-bottom: 1px solid #595959;
    padding: 1rem 0;
    font-weight: 700;
    font-style: italic;
    font-size: 1.125rem; }
  .news-listing .news-card .news-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: 100%; }
    .news-listing .news-card .news-content .row {
      height: 100%; }
      .news-listing .news-card .news-content .row > [class^='col'] {
        display: flex;
        flex-direction: column; }
        .news-listing .news-card .news-content .row > [class^='col'] img {
          align-self: start; }
  .news-listing .news-card .news-title {
    font-size: 1.75rem; }
  .news-listing .news-card .news-excerpt {
    font-size: 1.2rem;
    font-weight: 300; }
  .news-listing .news-card .read-news {
    margin-top: auto; }

.news-single-content .news-content .news-title {
  font-size: 2.5rem;
  color: #E57300; }

.news-single-content .news-content .news-featured-image {
  width: 100%;
  padding: 1rem 0 2rem; }

.news-single-content .news-content p, .news-single-content .news-content li, .news-single-content .news-content a {
  font-size: 1.25rem;
  font-weight: 300; }

.news-single-content .news-content blockquote {
  font-size: 1.25rem;
  font-weight: 400;
  font-style: italic; }

.post-navigation {
  display: flex;
  padding: 20px 0; }
  .post-navigation a {
    font-size: 1.5rem;
    font-weight: 600; }
    .post-navigation a:hover {
      text-decoration: none; }

/* Partners
========================================= */
.partner-page-content .page-section-content {
  padding: 1.5rem 0; }
  @media (max-width: 575px) {
    .partner-page-content .page-section-content .order-1 {
      padding-bottom: 30px; } }

.partner-page-content .logo-box {
  margin: -15px 0; }

.partner-page-content .logo-box-full-width {
  padding: 15px 0; }

.partner-page-content .partner-logo-wrapper {
  padding: 15px; }

.partner-page-content .partner-logo {
  min-height: 160px;
  display: flex; }
  .partner-page-content .partner-logo img {
    max-width: 100%;
    height: auto;
    margin: auto; }

.partner-page-content .box-content .box-title {
  font-size: 1.5rem;
  font-weight: 700; }

.partner-page-content .box-content h4 {
  font-size: 1rem;
  font-weight: 700; }

.partner-page-content .box-content .contact-number {
  font-size: 1.75rem;
  font-weight: 700; }

/* Careers
========================================= */
.careers-page-header {
  min-height: 230px;
  height: auto; }

.career-descriptions .career-description-box {
  border-right: 1px solid transparent;
  text-align: center; }
  @media (max-width: 576px) {
    .career-descriptions .career-description-box {
      border: none; } }
  .career-descriptions .career-description-box:last-child {
    border: none; }
  .career-descriptions .career-description-box h3 {
    font-size: 2.125rem;
    margin-bottom: 1.5rem; }
  .career-descriptions .career-description-box p {
    font-size: 1.125rem;
    font-weight: 300; }

.open-posotions-section-title {
  padding: 3rem 0; }
  .open-posotions-section-title h3 {
    color: #323232;
    font-size: 2.5rem; }
  .open-posotions-section-title p {
    font-size: 1.25rem;
    font-weight: 300; }

.open-positions-listing {
  padding-bottom: 3rem; }
  .open-positions-listing .open-position-card {
    padding: 1rem 0;
    height: 100%;
    display: flex;
    flex-direction: column; }
    .open-positions-listing .open-position-card .open-position-title {
      border-bottom: 1px solid #595959;
      padding: 1rem 0;
      font-weight: 600;
      font-size: 1.25rem; }
    .open-positions-listing .open-position-card .open-position-department {
      font-size: 1.75rem;
      font-weight: 300; }
    .open-positions-listing .open-position-card .open-position-description {
      font-size: 1.2rem;
      font-weight: 300;
      padding-bottom: 1.125rem; }
    .open-positions-listing .open-position-card .btn-link {
      margin-top: auto; }
  .open-positions-listing .load-more-positions {
    padding-top: 5rem; }

.careers-single-content h1, .careers-single-content h2, .careers-single-content h3, .careers-single-content h4, .careers-single-content h5, .careers-single-content h6 {
  color: #595959;
  margin: 1rem 0;
  font-weight: 600; }

.careers-single-content p, .careers-single-content li {
  font-size: 1.25rem;
  font-weight: 300; }

.careers-single-content .job-title {
  font-size: 2rem;
  color: #323232;
  font-weight: 400; }

.careers-single-content .full-width-text-large p {
  font-size: inherit;
  font-weight: inherit; }

.careers-single-content .post-navigation {
  border-top: 1px solid #d8d8d8;
  margin-top: 5rem; }

/* Contact
========================================= */
.contact-page-header {
  padding: 2.5rem 0; }
  .contact-page-header h2 {
    font-weight: 600;
    font-size: 2.75rem; }
  .contact-page-header p {
    padding-top: 1rem;
    font-weight: 300;
    font-size: 1.375rem; }

.contact-page-content .contact-map {
  position: relative;
  border: 1px solid #ccc; }

.contact-page-content .contact-map-container {
  height: 550px; }
  @media (max-width: 767px) {
    .contact-page-content .contact-map-container {
      height: 250px; } }

.contact-page-content .contact-map-control {
  position: absolute;
  width: 350px;
  left: 20px;
  top: 0;
  background-color: #ececec;
  border-radius: 0;
  border: none; }
  @media (max-width: 767px) {
    .contact-page-content .contact-map-control {
      position: relative;
      width: 100%;
      left: 0; } }
  .contact-page-content .contact-map-control .card-header {
    background-color: #ececec;
    border-radius: 0;
    border: none; }
    .contact-page-content .contact-map-control .card-header h5 {
      font-weight: 300; }
    .contact-page-content .contact-map-control .card-header button {
      background-color: transparent;
      border: none;
      position: relative; }
      @media (max-width: 767px) {
        .contact-page-content .contact-map-control .card-header button {
          display: none; } }
      .contact-page-content .contact-map-control .card-header button:focus {
        box-shadow: none; }
      .contact-page-content .contact-map-control .card-header button::after {
        content: '\f067';
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        top: 0;
        color: #e97a0b; }
      .contact-page-content .contact-map-control .card-header button[aria-expanded="true"]::after {
        content: '\f068'; }
  .contact-page-content .contact-map-control .card-body {
    background-color: #ececec; }
    @media (max-width: 767px) {
      .contact-page-content .contact-map-control .card-body {
        display: none; } }
  .contact-page-content .contact-map-control .card-footer {
    background-color: #ececec;
    border-radius: 0;
    border: none;
    padding: 1.25rem; }
    .contact-page-content .contact-map-control .card-footer .custom-location-select {
      background-color: #ffffff;
      position: relative;
      z-index: 10; }
      .contact-page-content .contact-map-control .card-footer .custom-location-select::after {
        content: "";
        width: 15px;
        height: 15px;
        border: 2px solid #595959;
        position: absolute;
        right: 15px;
        top: 40%;
        transform: translateY(-50%) rotate(45deg);
        transform-origin: center;
        border-top: none;
        border-left: none; }
      .contact-page-content .contact-map-control .card-footer .custom-location-select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: transparent;
        border: none;
        width: 100%;
        padding: 0.5rem 2.5rem 0.5rem 1rem;
        font-weight: 600;
        position: relative;
        z-index: 15; }
        .contact-page-content .contact-map-control .card-footer .custom-location-select select:focus {
          outline: none; }

.contact-form-wrapper h5 {
  padding-top: 2.25rem;
  margin-bottom: 1.5rem; }

.contact-form-wrapper .custom-box {
  margin-bottom: 1.5rem; }
  .contact-form-wrapper .custom-box [type="radio"]:not(:checked),
  .contact-form-wrapper .custom-box [type="radio"]:checked {
    /*Hide radio & checkbox*/
    position: absolute;
    left: -9999px; }
    .contact-form-wrapper .custom-box [type="radio"]:not(:checked) + label,
    .contact-form-wrapper .custom-box [type="radio"]:checked + label {
      /*styling label*/
      position: relative;
      cursor: pointer;
      display: inline-block;
      margin-right: 1em;
      line-height: 14px;
      font-size: 1.125rem;
      font-weight: 300; }
      .contact-form-wrapper .custom-box [type="radio"]:not(:checked) + label:before,
      .contact-form-wrapper .custom-box [type="radio"]:checked + label:before {
        /*styling label*/
        content: '';
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-right: .5em;
        background: #c7c2c3;
        vertical-align: middle;
        color: transparent;
        font-size: 2.25em;
        transition: .6s;
        text-align: center; }
      .contact-form-wrapper .custom-box [type="radio"]:not(:checked) + label:hover:before,
      .contact-form-wrapper .custom-box [type="radio"]:checked + label:hover:before {
        background: #968d8f; }
    .contact-form-wrapper .custom-box [type="radio"]:not(:checked):disabled + label:before,
    .contact-form-wrapper .custom-box [type="radio"]:checked:disabled + label:before {
      /*styling label - disabled */
      background: #eceaea; }
  .contact-form-wrapper .custom-box [type="radio"]:checked + label:before {
    /*styling label - checked*/
    background: #fff;
    box-shadow: inset 0 0 0 5px #e97a0b; }
  .contact-form-wrapper .custom-box [type="radio"]:checked + label:hover:before {
    background: #884706; }
  .contact-form-wrapper .custom-box [type="radio"]:checked:disabled + label:before {
    /*styling label - disabled + checked */
    background: #eceaea;
    color: #c7c2c3; }
  .contact-form-wrapper .custom-box [type="radio"]:not(:checked) + label:before,
  .contact-form-wrapper .custom-box [type="radio"]:checked + label:before {
    /*styling label -radio*/
    border-radius: 50%;
    font-size: 150%; }
  .contact-form-wrapper .custom-box [type="radio"]:checked + label:before {
    /*mark - radio*/ }

.contact-form label {
  font-size: 1.125rem;
  margin-bottom: 1rem; }
  .contact-form label sup {
    font-size: 1rem;
    top: 0; }

.contact-form .wpcf7-form-control-wrap {
  width: 100%;
  display: inline-block; }

.contact-form input:not([type='submit']) {
  width: 100%;
  height: 55px;
  padding: 15px;
  margin-bottom: 1rem; }

.contact-form textarea {
  width: 100%;
  padding: 15px;
  resize: none;
  margin-bottom: 1.5rem; }

.contact-form .btn-clear {
  border-color: #e97a0b;
  color: #e97a0b; }
  .contact-form .btn-clear:hover {
    background-color: #e97a0b;
    color: #ffffff; }

@media (min-width: 767px) {
  .faq-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 6.5rem; } }

.faq {
  background-color: #f3f3f2;
  padding: 40px;
  height: 100%; }
  .faq h3 {
    font-size: 20px;
    font-weight: 700;
    color: #585859; }
  .faq #accordion .card {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-top: 1px solid #c5c5c4; }
    .faq #accordion .card .card-header {
      background-color: transparent;
      border: none;
      padding-left: 0; }
      .faq #accordion .card .card-header h5 {
        padding: 0; }
        .faq #accordion .card .card-header h5 .btn-link {
          width: 100%;
          text-align: left;
          color: #333;
          padding-left: 0;
          padding-right: 30px;
          font-size: 1.25rem;
          font-weight: 300;
          position: relative;
          white-space: normal; }
          .faq #accordion .card .card-header h5 .btn-link:hover, .faq #accordion .card .card-header h5 .btn-link:focus {
            text-decoration: none; }
          .faq #accordion .card .card-header h5 .btn-link::after {
            content: "\e881";
            font-family: Linearicons-Free;
            font-size: 1.75rem;
            color: #e97a0b;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%); }
          .faq #accordion .card .card-header h5 .btn-link[aria-expanded=true]::after {
            content: "\e882"; }
    .faq #accordion .card .card-body {
      padding-left: 0;
      font-size: 1.125rem;
      font-weight: 300; }

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