/****************************************************************************/
/********** COLORS & FONTS & MIXINS *****************************************/
/****************************************************************************/
/****************************************************************************/
/********** DEFAULTS ********************************************************/
/****************************************************************************/
/* Default styling */
html {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.4; }
  html ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #DFDFDF;
    letter-spacing: -0.5px; }
  html ::-moz-placeholder {
    /* Firefox 19+ */
    color: #DFDFDF;
    letter-spacing: -0.5px; }
  html :-ms-input-placeholder {
    /* IE 10+ */
    color: #DFDFDF;
    letter-spacing: -0.5px; }
  html :-moz-placeholder {
    /* Firefox 18- */
    color: #DFDFDF;
    letter-spacing: -0.5px; }
  html * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none; }
  html a {
    text-decoration: none;
    color: #F16623; }
    html a:hover {
      text-decoration: underline; }
  html img {
    display: block;
    max-width: 100%; }
  html input[type="text"],
  html input[type="password"],
  html input[type="email"],
  html input[type="tel"],
  html input[type="number"],
  html input[type="date"],
  html select,
  html textarea {
    padding: 12px 7px;
    width: 100%;
    border: 1px solid #DFDFDF;
    line-height: 1.2; }
  html input[type="file"] {
    padding: 12px 7px;
    border: 1px dashed #DFDFDF;
    width: 100%; }
  html input[type="checkbox"],
  html input[type="radio"] {
    width: 15px;
    height: 15px; }
  html h1, html h2, html h3, html h4, html h5, html h6 {
    color: #053365; }
  html h1 {
    font-size: 28px;
    line-height: 1.2;
    margin: 0; }
  html h2 {
    margin: 22px 0;
    line-height: 1.2;
    font-size: 22px; }
  html h3 {
    margin: 20px 0;
    line-height: 1.2;
    font-size: 20px; }
  html h4 {
    margin: 20px 0;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 600; }
  html h5 {
    margin: 20px 0;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 400; }
  html h6 {
    margin: 20px 0;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 400; }
  html code {
    background-color: #F7A881;
    font-family: inherit;
    padding: 0 5px; }
  html q,
  html blockquote {
    padding-left: 12px;
    border-left: 3px solid #E36B2F;
    display: block;
    margin: 15px 0; }
    html q:after, html q:before,
    html blockquote:after,
    html blockquote:before {
      display: none; }
    html q p,
    html blockquote p {
      margin-top: 10px;
      margin-bottom: 0;
      line-height: 1.4; }
    html q cite,
    html blockquote cite {
      margin-top: 15px;
      color: #636363;
      font-size: 12px;
      display: block; }
  html figure {
    display: block;
    margin: 25px 0; }
  html p {
    line-height: 1.6; }
  html hr {
    margin: 30px 0;
    border: 0;
    display: block;
    height: 1px;
    background-color: #DCDCDC; }
  html ul, html ol {
    font-family: "Open Sans", sans-serif;
    padding-left: 30px; }
  html .cbnp_default_page_container ul {
    list-style: none; }
    html .cbnp_default_page_container ul li {
      position: relative;
      line-height: 1.5;
      padding: 5px 0;
      font-weight: 600;
      font-size: 14px; }
      html .cbnp_default_page_container ul li:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f00c";
        font-size: 12px;
        font-weight: 900;
        position: absolute;
        top: 5px;
        line-height: 16px;
        left: -20px;
        margin-top: 5px; }
  html #main-content {
    overflow: hidden; }
  html .small-text {
    font-size: 14px; }
  html .btn-centered {
    text-align: center; }

/* Container */
.container {
  max-width: 320px;
  margin: 0 auto;
  padding: 0 10px; }

/* Css Table */
.cbnp_tbl {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .cbnp_tbl .cbnp_cell {
    display: table-cell;
    vertical-align: top; }

/* Clearfix */
.clearfix:after {
  content: "";
  display: table;
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both; }

/* Section */
.cbnp_section {
  line-height: 1.7;
  padding: 40px 0 35px; }
  .cbnp_section.gray_background {
    position: relative;
    background-color: #F2F2F2;
    border-bottom: 15px solid #FFFFFF; }
    .cbnp_section.gray_background:after {
      content: "";
      position: absolute;
      border-top: 15px solid #F2F2F2;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      bottom: -14px;
      left: 50%;
      margin-left: -13px; }
  .cbnp_section.after_gray_background {
    padding-top: 25px;
    padding-bottom: 10px; }
  .cbnp_section p {
    text-align: center; }
    .cbnp_section p:first-child {
      margin-top: 0; }
    .cbnp_section p:last-child {
      margin-bottom: 0; }
  .cbnp_section .cbnp_btn_container {
    margin-top: 20px; }

/* Page Main Title */
.cbnp_main_title {
  background-color: #F2F2F2;
  border-bottom: 15px solid #FFFFFF; }
  .cbnp_main_title .main_title {
    text-transform: uppercase; }
  .cbnp_main_title .container {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px; }
    .cbnp_main_title .container:after {
      content: "";
      position: absolute;
      border-top: 15px solid #F2F2F2;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      bottom: -14px;
      left: 10px; }

/* Breadcrumbs */
.breadcrumbs_container {
  margin-top: 5px;
  font-weight: 600;
  font-size: 14px; }
  .breadcrumbs_container i, .breadcrumbs_container span {
    color: #636363; }
  .breadcrumbs_container i {
    font-size: 12px; }

/* Default Page Container */
.cbnp_default_page_container {
  padding: 25px 0 35px; }
  .cbnp_default_page_container .page_content .container > *:first-child {
    margin-top: 0; }
  .cbnp_default_page_container .page_content .container > *:last-child {
    margin-bottom: 0; }

/* Sidebar */
aside.sidebar {
  margin: 25px 0 0; }
  aside.sidebar #sidebar > ul {
    list-style: none;
    padding-left: 0;
    margin: 0; }
  aside.sidebar li {
    display: block;
    margin: 25px 0; }
    aside.sidebar li:first-child {
      margin-top: 0; }
    aside.sidebar li:last-child {
      margin-bottom: 0; }
  aside.sidebar ul ul li {
    margin: 0; }
  aside.sidebar h2.widgettitle {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.5px;
    margin-top: 0;
    margin-bottom: 12px; }
  aside.sidebar #sidebar ul li {
    font-weight: 400; }
  aside.sidebar #sidebar ul li:before {
    display: none; }
  aside.sidebar #sidebar ul ul li:before {
    display: block; }

/* Buttons */
.cbnp_btn_container {
  margin-left: auto;
  margin-right: auto; }
  .cbnp_btn_container .btn {
    display: block;
    color: #FFFFFF;
    text-align: center;
    line-height: 16px;
    padding: 13px 15px; }
    .cbnp_btn_container .btn:hover {
      text-decoration: none; }
    .cbnp_btn_container .btn.primary {
      background-color: #053365;
      border: 1px solid #352822; }
    .cbnp_btn_container .btn.primary:hover {
      background-color: #F16623;
      border-color: #E36B2F; }
    .cbnp_btn_container .btn.secondary {
      background-color: #F16623;
      border: 1px solid #E36B2F; }
    .cbnp_btn_container .btn.secondary:hover {
      background-color: #053365;
      border-color: #352822; }
  .cbnp_btn_container i {
    font-size: 12px;
    margin-left: 10px; }

/* Slick Css */
.cbnp_section .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 99;
  color: transparent;
  background-color: transparent;
  border: 0;
  outline: none;
  overflow: hidden;
  width: 50px;
  height: 180px;
  cursor: pointer;
  font-size: 140px;
  line-height: 1;
  background-size: auto 70px;
  background-repeat: no-repeat; }
  .cbnp_section .slick-arrow.slick-prev {
    left: 0;
    background-image: url("../img/slider-arrow-left.png");
    background-position: center left 10px; }
  .cbnp_section .slick-arrow.slick-next {
    right: 0;
    background-image: url("../img/slider-arrow-right.png");
    background-position: center right 10px; }
  .cbnp_section .slick-arrow.slick-disabled {
    opacity: 0.5; }
.cbnp_section .slick-dots {
  padding-left: 0;
  margin: 25px auto 0;
  list-style: none;
  text-align: center;
  line-height: 0; }
  .cbnp_section .slick-dots li {
    display: inline-block;
    height: 5px;
    width: 40px;
    background-color: #CCCCCC;
    margin-left: 8px;
    -webkit-transform: skewX(-50deg);
    -moz-transform: skewX(-50deg);
    -ms-transform: skewX(-50deg);
    transform: skewX(-50deg); }
    .cbnp_section .slick-dots li:first-child {
      margin-left: 0; }
    .cbnp_section .slick-dots li.slick-active {
      background-color: #F16623; }
    .cbnp_section .slick-dots li button {
      display: none; }

/* Pagination */
.navigation.pagination {
  padding-top: 30px;
  border-top: 1px solid #CCCCCC; }
  .navigation.pagination .screen-reader-text {
    display: none; }
  .navigation.pagination span.page-numbers.placeholder {
    display: none; }
  .navigation.pagination .page-numbers {
    display: inline-block;
    border: 1px solid #F16623;
    background-color: #E36B2F;
    color: #FFFFFF;
    line-height: 35px;
    width: 35px;
    text-align: center;
    font-size: 18px;
    margin-right: 3px;
    margin-bottom: 5px; }
    .navigation.pagination .page-numbers:hover, .navigation.pagination .page-numbers.current {
      background-color: #053365;
      border-color: #352822;
      color: #FFFFFF;
      text-decoration: none; }

/****************************************************************************/
/********** HEADER **********************************************************/
/****************************************************************************/
body.home .main_header {
  background: #f12711;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #F2A000, #CB2E01);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #F2A000, #CB2E01);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  body.home .main_header .hh_divider_container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1; }
  body.home .main_header .home_header_divider {
    background: #f12711;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #F2A000, #CB2E01);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #F2A000, #CB2E01);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: absolute;
    left: -20px;
    right: 0;
    height: 100px;
    top: -48px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-16deg);
    -moz-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    transform: rotate(-16deg); }
body:not(.home) .main_header {
  padding-bottom: 10px;
  background: #f12711;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #F2A000, #CB2E01);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #F2A000, #CB2E01);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
body .main_header {
  padding: 10px 0 5px;
  position: relative;
  z-index: 99; }
  body .main_header:after {
    content: "";
    background: #f12711;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #F2A000, #C51B01);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #F2A000, #C51B01);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    -webkit-box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.5); }
  body .main_header .logo_menu a {
    display: inline-block;
    font-size: 0; }
  body .main_header .logo_menu img {
    display: inline-block;
    height: 45px;
    width: auto; }
  body .main_header .menu_icon {
    float: right;
    margin-top: 12px;
    cursor: pointer; }
    body .main_header .menu_icon div {
      width: 27px;
      height: 4px;
      background-color: #FFFCEA;
      margin: 5px 0; }
      body .main_header .menu_icon div:first-of-type {
        margin-top: 0; }
      body .main_header .menu_icon div:last-of-type {
        margin-bottom: 0; }

/* Menu */
.menu-main-menu-container,
.menu-main-menu-ro-container {
  display: none; }
  .menu-main-menu-container #main-menu,
  .menu-main-menu-ro-container #main-menu {
    list-style: none;
    position: fixed;
    z-index: 99;
    margin: 0;
    padding: 20px 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 280px;
    background-color: #053365;
    overflow-y: auto; }
    .menu-main-menu-container #main-menu > li a,
    .menu-main-menu-ro-container #main-menu > li a {
      padding-left: 20px;
      padding-right: 20px; }
    .menu-main-menu-container #main-menu li.current-page-parent > a,
    .menu-main-menu-container #main-menu li.current_page_parent > a, .menu-main-menu-container #main-menu > li.current-menu-item > a, .menu-main-menu-container #main-menu > li > a:hover,
    .menu-main-menu-ro-container #main-menu li.current-page-parent > a,
    .menu-main-menu-ro-container #main-menu li.current_page_parent > a,
    .menu-main-menu-ro-container #main-menu > li.current-menu-item > a,
    .menu-main-menu-ro-container #main-menu > li > a:hover {
      background-color: #F16623; }
    .menu-main-menu-container #main-menu a,
    .menu-main-menu-ro-container #main-menu a {
      font-size: 18px;
      color: #FFFFFF;
      display: block;
      padding: 7px 0;
      font-weight: 600; }
      .menu-main-menu-container #main-menu a:hover,
      .menu-main-menu-ro-container #main-menu a:hover {
        text-decoration: none; }
    .menu-main-menu-container #main-menu .sub-menu,
    .menu-main-menu-ro-container #main-menu .sub-menu {
      list-style: none;
      padding: 10px 10px 10px 40px;
      margin-top: 0; }
      .menu-main-menu-container #main-menu .sub-menu a,
      .menu-main-menu-ro-container #main-menu .sub-menu a {
        padding: 8px 0;
        line-height: 1.2;
        font-size: 16px;
        text-transform: initial; }
      .menu-main-menu-container #main-menu .sub-menu li.current-menu-item > a,
      .menu-main-menu-container #main-menu .sub-menu a:hover,
      .menu-main-menu-ro-container #main-menu .sub-menu li.current-menu-item > a,
      .menu-main-menu-ro-container #main-menu .sub-menu a:hover {
        color: #F16623; }
  .menu-main-menu-container.active,
  .menu-main-menu-ro-container.active {
    display: block; }
  .menu-main-menu-container.active:after,
  .menu-main-menu-ro-container.active:after {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5); }

/****************************************************************************/
/********** FOOTER **********************************************************/
/****************************************************************************/
footer .copyright {
  color: #AAAAAA;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #DCDCDC; }
footer .social_media {
  text-align: center;
  padding: 12px 0; }
footer .sm_item {
  display: inline-block;
  padding: 0 7px; }
  footer .sm_item a {
    background-color: #053365;
    color: #FFFFFF;
    display: block;
    width: 34px;
    text-align: center;
    padding: 7px 0; }
    footer .sm_item a:hover {
      background-color: #F16623; }

/****************************************************************************/
/********** HOMEPAGE ********************************************************/
/****************************************************************************/
/* Homepage Banner */
.home_banner h1 {
  color: #FFFFFF;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 10px;
  padding-top: 35px; }
.home_banner p {
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px; }
.home_banner .cbnp_btn_container {
  max-width: 230px; }
.home_banner .header_button {
  margin-top: 25px;
  margin-bottom: 25px; }
  .home_banner .header_button .btn {
    padding-top: 10px;
    padding-bottom: 10px; }

/* Services */
.cbnp_section.services .all_services {
  margin: 0 -7px;
  position: relative;
  z-index: 1; }
  .cbnp_section.services .all_services:before {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    top: 30px;
    height: 1px;
    z-index: -1;
    background-color: transparent;
    background-image: -webkit-linear-gradient(to right, #F16623 50%, rgba(255, 255, 255, 0) 0%);
    background-image: -moz-linear-gradient(to right, #F16623 50%, rgba(255, 255, 255, 0) 0%);
    background-image: -o-linear-gradient(to right, #F16623 50%, rgba(255, 255, 255, 0) 0%);
    background-image: linear-gradient(to right, #F16623 50%, rgba(255, 255, 255, 0) 0%);
    background-size: 11px 1px;
    background-repeat: repeat-x;
    background-position: top left; }
.cbnp_section.services .single_service {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 7px;
  letter-spacing: -1px;
  font-size: 14px;
  line-height: 1.2;
  color: #053365; }
  .cbnp_section.services .single_service.service1 .service_img {
    background-image: url("../img/service-1.png"); }
  .cbnp_section.services .single_service.service2 .service_img {
    background-image: url("../img/service-2.png"); }
  .cbnp_section.services .single_service.service3 .service_img {
    background-image: url("../img/service-3.png"); }
  .cbnp_section.services .single_service.service4 .service_img {
    background-image: url("../img/service-4.png"); }
.cbnp_section.services .service_img {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  background-color: #FFFFFF;
  background-size: 40px auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2); }

/* Articles */
.cbnp_section.articles {
  background-image: url("../img/bg-home-articles.png");
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat; }
  .cbnp_section.articles .articles_container {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2); }
  .cbnp_section.articles .single_article {
    outline: none; }
  .cbnp_section.articles .feat_img {
    height: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .cbnp_section.articles .article_title {
    text-align: center;
    font-size: 20px;
    padding: 0 10px; }
    .cbnp_section.articles .article_title a {
      color: #053365; }
      .cbnp_section.articles .article_title a:hover {
        color: #F16623; }
  .cbnp_section.articles .excerpt {
    line-height: 1.8;
    text-align: center;
    margin-bottom: 25px;
    padding: 0 15px; }
  .cbnp_section.articles .read_more {
    display: block;
    text-align: center;
    color: #C67524;
    font-weight: 600; }
    .cbnp_section.articles .read_more:hover {
      color: #053365;
      text-decoration: none; }
    .cbnp_section.articles .read_more i {
      font-size: 12px;
      margin-left: 10px; }
  .cbnp_section.articles .slick-dots {
    padding-bottom: 20px; }

/* Testimonials */
.cbnp_section.testimonials .single_testimonial {
  outline: none; }
.cbnp_section.testimonials .feat_img {
  height: 120px;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.cbnp_section.testimonials .testimonial_name {
  text-align: center;
  font-size: 20px;
  margin-bottom: 0; }
.cbnp_section.testimonials .company {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 15px; }
.cbnp_section.testimonials .excerpt {
  line-height: 1.8;
  text-align: center;
  padding: 0 15px; }
.cbnp_section.testimonials .slick-dots {
  margin-top: 15px; }

/****************************************************************************/
/********** SINGLE POST *****************************************************/
/****************************************************************************/
/* Post content */
.cbnp_default_page_container .single_image_meta {
  position: relative; }
.cbnp_default_page_container .meta_data {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 125px 10px 10px;
  font-size: 14px;
  line-height: 1; }
.cbnp_default_page_container .meta_date {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  height: 14px;
  white-space: nowrap;
  text-transform: capitalize;
  color: #363636; }
.cbnp_default_page_container .meta_category {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600; }
  .cbnp_default_page_container .meta_category a {
    color: #000000; }
    .cbnp_default_page_container .meta_category a:hover {
      color: #F16623;
      text-decoration: none; }
.cbnp_default_page_container .sep {
  margin: 0 5px;
  color: #363636; }
.cbnp_default_page_container .single_title {
  color: #053365; }
.cbnp_default_page_container .single_content .text {
  line-height: 1.7;
  font-size: 16px; }
  .cbnp_default_page_container .single_content .text p {
    margin: 25px 0; }
    .cbnp_default_page_container .single_content .text p:last-child {
      margin-bottom: 0; }
.cbnp_default_page_container .social_tags {
  padding: 30px 0;
  margin: 25px 0;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC; }
.cbnp_default_page_container .post_tags {
  padding-top: 15px; }
  .cbnp_default_page_container .post_tags .tags_intro {
    text-transform: uppercase;
    font-weight: 600; }
  .cbnp_default_page_container .post_tags span:not(.tags_intro) {
    background-color: #E8E8E8;
    margin-left: 8px;
    margin-top: 8px;
    display: inline-block;
    padding: 5px;
    font-size: 10px;
    font-weight: 600;
    vertical-align: bottom;
    line-height: 1; }
.cbnp_default_page_container .social_share .social_intro {
  text-transform: uppercase;
  font-weight: 600; }

/* Other posts */
.cbnp_section.other_posts {
  background-image: url("../img/bg-home-articles.png");
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  padding: 0;
  margin: 25px 0; }
  .cbnp_section.other_posts .articles_container {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2); }
  .cbnp_section.other_posts .single_article {
    outline: none; }
  .cbnp_section.other_posts .cbnp_section_title h2 {
    margin-bottom: 5px; }
  .cbnp_section.other_posts .feat_img {
    height: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .cbnp_section.other_posts .article_title {
    font-size: 20px;
    padding: 0 10px; }
    .cbnp_section.other_posts .article_title a {
      color: #053365; }
      .cbnp_section.other_posts .article_title a:hover {
        color: #F16623; }
  .cbnp_section.other_posts .excerpt {
    line-height: 1.8;
    margin-bottom: 25px;
    padding: 0 15px; }
  .cbnp_section.other_posts .read_more {
    padding: 0 15px;
    display: block;
    color: #C67524;
    font-weight: 600; }
    .cbnp_section.other_posts .read_more:hover {
      color: #053365;
      text-decoration: none; }
    .cbnp_section.other_posts .read_more i {
      font-size: 12px;
      margin-left: 10px; }
  .cbnp_section.other_posts .slick-dots {
    padding-bottom: 20px; }

/* Newsletter */
.cbnp_newsletter {
  letter-spacing: -0.5px;
  font-size: 14px; }
  .cbnp_newsletter .form_row {
    margin-top: 15px; }
    .cbnp_newsletter .form_row.cbnp_btn_container {
      margin-top: 25px;
      margin-bottom: 10px; }
    .cbnp_newsletter .form_row.checkbox {
      padding-left: 28px;
      position: relative; }
      .cbnp_newsletter .form_row.checkbox input[type="checkbox"] {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 5px;
        left: 0; }
    .cbnp_newsletter .form_row button {
      width: 100%;
      cursor: pointer;
      min-width: auto; }

/****************************************************************************/
/********** BLOG ************************************************************/
/****************************************************************************/
.cbnp_article {
  padding-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
  margin-top: 40px; }
  .cbnp_article:first-child {
    margin-top: 0; }
  .cbnp_article:last-child {
    border-bottom: none; }
  .cbnp_article .article_meta {
    position: relative; }
    .cbnp_article .article_meta.has_thumbnail {
      height: 180px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .cbnp_article .article_meta.no_thumbnail .meta_data {
      position: static;
      background-color: #F2F2F2;
      min-height: 34px; }
  .cbnp_article .article_title {
    letter-spacing: -0.5px; }
    .cbnp_article .article_title a {
      color: #053365; }
      .cbnp_article .article_title a:hover {
        color: #F16623;
        text-decoration: none; }
  .cbnp_article .cbnp_btn_container {
    margin-top: 25px; }

/****************************************************************************/
/********** CONTACT *********************************************************/
/****************************************************************************/
.cbnp_wcf7_container .contact_block_container:first-child {
  margin-top: 30px; }

.contact_gmap #contact-gmap-bucuresti,
.contact_gmap #contact-gmap-braila {
  width: 100%;
  display: inline-block; }

.contact_gmap #contact-gmap-braila {
  float: none; }

@media (max-width: 981px) {
  .contact_gmap #contact-gmap-bucuresti,
  .contact_gmap #contact-gmap-braila {
    width: 100%;
    margin: 10px auto;
    display: block; }

  .contact_gmap #contact-gmap-braila {
    float: none; } }
/****************************************************************************/
/********** SHORTCODES ******************************************************/
/****************************************************************************/
/* Title */
.cbnp_section_title {
  position: relative; }
  .cbnp_section_title h2 {
    font-size: 22px;
    line-height: 1.4;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-top: 0; }
  .cbnp_section_title .title_decoration {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .cbnp_section_title .title_decoration span {
      border-right: 6px solid transparent;
      border-top: 5px solid #F16623;
      display: inline-block;
      margin-right: 4px; }
      .cbnp_section_title .title_decoration span:last-child {
        margin-right: 0; }
  .cbnp_section_title.centered h2, .cbnp_section_title.centered .title_decoration {
    text-align: center; }
  .cbnp_section_title.initial h2 {
    text-transform: initial; }

/* List */
.cbnp_custom_list {
  margin: 40px 0; }
  .cbnp_custom_list br {
    display: none; }
  .cbnp_custom_list.gray_background {
    background-color: #F2F2F2;
    padding: 35px 0;
    position: relative; }
    .cbnp_custom_list.gray_background:before, .cbnp_custom_list.gray_background:after {
      content: "";
      background-color: inherit;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 3000px; }
    .cbnp_custom_list.gray_background:before {
      left: -2999px; }
    .cbnp_custom_list.gray_background:after {
      right: -2999px; }
  .cbnp_custom_list.about_us {
    border-bottom: 40px solid #FFFFFF; }
    .cbnp_custom_list.about_us .top_triangle {
      position: absolute;
      top: -1px;
      left: -5px;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 16px solid #FFFFFF; }
    .cbnp_custom_list.about_us .bottom_triangle {
      position: absolute;
      bottom: -34px;
      left: -22px;
      border-left: 34px solid transparent;
      border-right: 34px solid transparent;
      border-top: 35px solid #F2F2F2; }
      .cbnp_custom_list.about_us .bottom_triangle:after {
        content: "";
        position: absolute;
        height: 20px;
        width: 20px;
        left: 50%;
        margin-left: -10px;
        top: -40px;
        background-image: url("../img/zupria-mini.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
  .cbnp_custom_list .cbnp_section_title {
    margin-bottom: 30px; }
  .cbnp_custom_list .cbnp_list_item {
    position: relative;
    padding-left: 35px;
    padding-bottom: 15px;
    margin-top: 5px;
    overflow: hidden; }
    .cbnp_custom_list .cbnp_list_item:after {
      content: "";
      width: 2px;
      position: absolute;
      left: 12px;
      top: 35px;
      bottom: 0;
      background-color: transparent;
      background-image: -webkit-linear-gradient(#F16623 60%, rgba(255, 255, 255, 0) 0%);
      background-image: -moz-linear-gradient(#F16623 60%, rgba(255, 255, 255, 0) 0%);
      background-image: -o-linear-gradient(#F16623 60%, rgba(255, 255, 255, 0) 0%);
      background-image: linear-gradient(#F16623 60%, rgba(255, 255, 255, 0) 0%);
      background-size: 2px 12px;
      background-repeat: repeat-y;
      background-position: top right; }
  .cbnp_custom_list .cbnp_list_number {
    position: absolute;
    left: 1px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #F16623;
    border-color: #E36B2F;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF; }
  .cbnp_custom_list .cbnp_list_title {
    font-size: 20px;
    line-height: 25px;
    color: #053365;
    margin-bottom: 10px;
    font-weight: 600; }
  .cbnp_custom_list .cbnp_list_text {
    letter-spacing: -0.3px; }

/* Partners / Clients */
.cbnp_partners_container {
  position: relative; }
  .cbnp_partners_container .cbnp_partners {
    padding-top: 10px; }
  .cbnp_partners_container .single_partner a {
    display: block; }
  .cbnp_partners_container .single_partner img {
    margin: 0 auto; }
  .cbnp_partners_container .slick-arrow {
    position: absolute;
    top: -70px;
    width: 26px;
    height: 26px;
    overflow: hidden;
    color: transparent;
    background-color: #F16623;
    border: 1px solid #E36B2F;
    cursor: pointer;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; }
    .cbnp_partners_container .slick-arrow.slick-next {
      right: 0; }
    .cbnp_partners_container .slick-arrow.slick-prev {
      right: 32px; }
    .cbnp_partners_container .slick-arrow:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      color: #FFFFFF;
      line-height: 26px;
      text-align: center;
      font-size: 20px;
      z-index: 9; }
    .cbnp_partners_container .slick-arrow.slick-next:after {
      content: "\f105"; }
    .cbnp_partners_container .slick-arrow.slick-prev:after {
      content: "\f104"; }
  .cbnp_partners_container .slick-three-lines {
    padding-left: 0;
    margin: 35px auto 0;
    list-style: none;
    text-align: center;
    line-height: 0; }
    .cbnp_partners_container .slick-three-lines span {
      display: inline-block;
      height: 5px;
      width: 40px;
      background-color: #CCCCCC;
      margin-left: 8px;
      -webkit-transform: skewX(-50deg);
      -moz-transform: skewX(-50deg);
      -ms-transform: skewX(-50deg);
      transform: skewX(-50deg); }
      .cbnp_partners_container .slick-three-lines span:first-child {
        margin-left: 0; }
      .cbnp_partners_container .slick-three-lines span.slick-active {
        background-color: #F16623; }

/* Contact Block */
.contact_block_container {
  margin-top: 30px; }
  .contact_block_container:first-child {
    margin-top: 0; }
  .contact_block_container .cb_title {
    position: relative;
    min-height: 25px;
    margin-bottom: 3px; }
    .contact_block_container .cb_title h2 {
      margin: 0;
      font-size: 20px;
      font-weight: 600;
      line-height: 25px; }
    .contact_block_container .cb_title .cb_image {
      position: absolute;
      left: 0;
      top: 0;
      width: 25px;
      height: 25px;
      color: #FFFFFF;
      text-align: center;
      font-size: 14px;
      line-height: 25px;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      background-color: #F16623;
      border: 1px solid #E36B2F; }
      .contact_block_container .cb_title .cb_image.address:before {
        content: "\f3c5"; }
      .contact_block_container .cb_title .cb_image.email:before {
        content: "\f0e0"; }
      .contact_block_container .cb_title .cb_image.phone:before {
        content: "\f879"; }
      .contact_block_container .cb_title .cb_image.clock:before {
        content: "\f017"; }
      .contact_block_container .cb_title .cb_image.info:before {
        content: "\f05a"; }
      .contact_block_container .cb_title .cb_image.paper_plane:before {
        content: "\f1d8"; }
      .contact_block_container .cb_title .cb_image.clock {
        font-weight: 400; }
  .contact_block_container .cb_content {
    font-size: 14px; }
    .contact_block_container .cb_content br:first-child, .contact_block_container .cb_content br:last-child {
      display: none; }
  .contact_block_container .cb_title, .contact_block_container .cb_content {
    padding-left: 35px; }

/* Contact Page Map */
.contact_map {
  margin: 15px 0; }
  .contact_map #contact-map {
    height: 180px; }

/* Contact Form 7 */
div.wpcf7 {
  margin-top: 20px; }
  div.wpcf7 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #C4C4C4;
    letter-spacing: -0.5px; }
  div.wpcf7 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #C4C4C4;
    letter-spacing: -0.5px; }
  div.wpcf7 :-ms-input-placeholder {
    /* IE 10+ */
    color: #C4C4C4;
    letter-spacing: -0.5px; }
  div.wpcf7 :-moz-placeholder {
    /* Firefox 18- */
    color: #C4C4C4;
    letter-spacing: -0.5px; }
  div.wpcf7 .cbnp_form {
    margin-bottom: 15px; }
    div.wpcf7 .cbnp_form.checkbox {
      background-color: transparent;
      display: block;
      padding-left: 25px;
      position: relative; }
      div.wpcf7 .cbnp_form.checkbox .wpcf7-form-control-wrap {
        position: static; }
      div.wpcf7 .cbnp_form.checkbox .wpcf7-form-control {
        background-color: transparent; }
      div.wpcf7 .cbnp_form.checkbox .wpcf7-list-item {
        margin: 0; }
      div.wpcf7 .cbnp_form.checkbox label {
        display: block;
        line-height: 1.4;
        font-size: 14px; }
      div.wpcf7 .cbnp_form.checkbox input[type="checkbox"] {
        position: absolute;
        top: 5px;
        left: 0; }
      div.wpcf7 .cbnp_form.checkbox br {
        display: none; }
    div.wpcf7 .cbnp_form.cbnp_btn_container {
      margin-top: 17px;
      margin-bottom: 0; }
  div.wpcf7 .wpcf7-form-control {
    background-color: #F2F2F2;
    border-radius: 2px; }
    div.wpcf7 .wpcf7-form-control.wpcf7-radio {
      background-color: transparent; }
      div.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
        margin: 0; }
      div.wpcf7 .wpcf7-form-control.wpcf7-radio input[type="radio"] {
        vertical-align: middle;
        margin-right: 5px; }
  div.wpcf7 .wpcf7-submit {
    border-radius: 0;
    width: 100%;
    cursor: pointer; }
  div.wpcf7 .ajax-loader {
    display: none; }
  div.wpcf7 .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #C61D01; }
  div.wpcf7 .wpcf7-response-output {
    margin: 25px 0 0;
    border: 0;
    color: #FFFFFF;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.2; }
    div.wpcf7 .wpcf7-response-output.wpcf7-validation-errors, div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
      background-color: #C61D01; }
    div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
      background-color: #019316; }

/* Show services subpages */
.our_services_container {
  margin: 25px 0 40px; }
  .our_services_container .single_service {
    padding: 20px;
    margin-top: 35px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        /* &:hover {
            background-color: $orange;

            h2,
            .service_description,
            .cbnp_btn_container a {
                color: $white;
            }
            .cbnp_btn_container a:hover {
                border-color: $white;
            }
        } */ }
    .our_services_container .single_service:first-child {
      margin-top: 0; }
    .our_services_container .single_service .service_ft_img {
      height: 45px;
      background-size: contain;
      background-position: top left;
      background-repeat: no-repeat; }
    .our_services_container .single_service h2 {
      margin: 15px 0;
      font-weight: 600; }
      .our_services_container .single_service h2 a {
        color: #053365; }
        .our_services_container .single_service h2 a:hover {
          color: #F16623;
          text-decoration: none; }
    .our_services_container .single_service .service_description {
      font-size: 16px; }
    .our_services_container .single_service .cbnp_btn_container {
      margin-top: 25px; }
      .our_services_container .single_service .cbnp_btn_container a {
        display: inline-block;
        text-decoration: none;
        color: #C67524;
        border-bottom: 1px solid transparent; }
        .our_services_container .single_service .cbnp_btn_container a:hover {
          border-bottom-color: #C67524; }

/* Projects */
.projects_container {
  margin: 25px 0 35px; }
  .projects_container .single_project {
    margin-top: 30px; }
    .projects_container .single_project:first-child {
      margin-top: 0; }
  .projects_container .proj_img {
    height: 200px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .projects_container .proj_img a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .projects_container .proj_title h3 {
    margin: 5px 0 0; }
    .projects_container .proj_title h3 a {
      color: #053365;
      letter-spacing: -0.5px; }
      .projects_container .proj_title h3 a:hover {
        color: #F16623; }
  .projects_container .cbnp_btn_container {
    margin-top: 25px; }

/****************************************************************************/
/********** RESPONSIVE ******************************************************/
/****************************************************************************/
/*****************************************************/
/********** 381px + **********************************/
/*****************************************************/
/* Header */
@media (min-width: 381px) {
  body.home .main_header .home_header_divider {
    top: 0;
    left: 0;
    height: 66px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }
/* Homepage */
@media (min-width: 381px) {
  .cbnp_section.articles {
    background-image: none; }

  .home_banner p {
    margin-left: auto;
    margin-right: auto; } }
/* Blog */
@media (min-width: 381px) {
  .cbnp_section.other_posts {
    background-image: none; } }
/*****************************************************/
/********** 481px + **********************************/
/*****************************************************/
/* Defaults */
@media (min-width: 481px) {
  .container {
    max-width: 450px; } }
/*****************************************************/
/********** 768px + **********************************/
/*****************************************************/
/* Defaults */
@media (min-width: 768px) {
  html {
    font-size: 16px; }
    html ul {
      padding-left: 40px; }
    html .cbnp_default_page_container ul li {
      font-size: 15px; }
      html .cbnp_default_page_container ul li:before {
        margin-top: 4px; }

  .container {
    max-width: 740px; } }
/* Homepage */
@media (min-width: 768px) {
  .home_banner h1 {
    font-size: 30px; }
  .home_banner p {
    max-width: 500px; }

  .cbnp_section.vision p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
  .cbnp_section.vision .cbnp_btn_container {
    text-align: center; }
    .cbnp_section.vision .cbnp_btn_container a {
      display: inline-block; }

  .cbnp_section.articles .slick-arrow.slick-next,
  .cbnp_section.other_posts .slick-arrow.slick-next {
    right: 10px; }
  .cbnp_section.articles .slick-arrow.slick-prev,
  .cbnp_section.other_posts .slick-arrow.slick-prev {
    left: 10px; }
  .cbnp_section.articles .inner_content,
  .cbnp_section.other_posts .inner_content {
    padding: 0 10px; }
  .cbnp_section.articles .slick-list,
  .cbnp_section.other_posts .slick-list {
    margin: 0 -10px; }
  .cbnp_section.articles .articles_container,
  .cbnp_section.other_posts .articles_container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .cbnp_section.articles .single_article,
  .cbnp_section.other_posts .single_article {
    margin-bottom: 5px; }
    .cbnp_section.articles .single_article .feat_img.feat_img, .cbnp_section.articles .single_article .content,
    .cbnp_section.other_posts .single_article .feat_img.feat_img,
    .cbnp_section.other_posts .single_article .content {
      -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2); }
    .cbnp_section.articles .single_article .feat_img.feat_img,
    .cbnp_section.other_posts .single_article .feat_img.feat_img {
      height: 220px; }
    .cbnp_section.articles .single_article .content,
    .cbnp_section.other_posts .single_article .content {
      padding: 20px;
      margin-top: 15px; }
      .cbnp_section.articles .single_article .content h2.article_title,
      .cbnp_section.other_posts .single_article .content h2.article_title {
        margin-top: 0; }

  .testimonials_container {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; } }
/* Services */
@media (min-width: 768px) {
  .our_services_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; }
    .our_services_container .single_service {
      flex: 1 0 auto;
      width: 47.5%;
      margin-top: 0;
      margin-bottom: 36px; }
      .our_services_container .single_service:nth-of-type(2n+1) {
        margin-right: 5%; } }
/* Blog */
@media (min-width: 768px) {
  .cbnp_article .article_meta.has_thumbnail {
    height: 260px; } }
/*****************************************************/
/********** 981px + **********************************/
/*****************************************************/
/* Defaults */
@media (min-width: 981px) {
  .container {
    max-width: 960px; }

  .cbnp_custom_list {
    max-width: 850px; }

  .cbnp_btn_container .btn {
    display: inline-block;
    min-width: 350px; }

  .page_featured_image {
    height: 300px;
    margin-bottom: 25px;
    border: 1px solid #352822;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; } }
/* Menu */
@media (min-width: 981px) {
  body .main_header:after {
    display: none; }

  body .main_header {
    padding-top: 15px; }

  body:not(.home) .main_header {
    padding-bottom: 15px; }

  body.home .main_header .home_header_divider {
    display: none; }

  #primary_menu {
    display: none; }

  .menu-main-menu-container.active:after,
  .menu-main-menu-ro-container.active:after {
    display: none; }

  .main_header > .container {
    position: relative; }

  .logo_menu {
    position: absolute;
    left: 10px;
    top: -5px; }

  .menu-main-menu-container,
  .menu-main-menu-ro-container {
    display: block;
    padding-left: 120px; }
    .menu-main-menu-container #main-menu,
    .menu-main-menu-ro-container #main-menu {
      position: static;
      width: auto;
      padding: 0;
      background-color: transparent;
      text-align: right; }
      .menu-main-menu-container #main-menu > li,
      .menu-main-menu-ro-container #main-menu > li {
        display: inline-block; }
      .menu-main-menu-container #main-menu .sub-menu,
      .menu-main-menu-ro-container #main-menu .sub-menu {
        display: none; }
      .menu-main-menu-container #main-menu li.current-page-parent > a,
      .menu-main-menu-container #main-menu li.current_page_parent > a, .menu-main-menu-container #main-menu > li.current-menu-item > a, .menu-main-menu-container #main-menu > li > a:hover,
      .menu-main-menu-ro-container #main-menu li.current-page-parent > a,
      .menu-main-menu-ro-container #main-menu li.current_page_parent > a,
      .menu-main-menu-ro-container #main-menu > li.current-menu-item > a,
      .menu-main-menu-ro-container #main-menu > li > a:hover {
        background-color: transparent;
        position: relative; }
        .menu-main-menu-container #main-menu li.current-page-parent > a:after,
        .menu-main-menu-container #main-menu li.current_page_parent > a:after, .menu-main-menu-container #main-menu > li.current-menu-item > a:after, .menu-main-menu-container #main-menu > li > a:hover:after,
        .menu-main-menu-ro-container #main-menu li.current-page-parent > a:after,
        .menu-main-menu-ro-container #main-menu li.current_page_parent > a:after,
        .menu-main-menu-ro-container #main-menu > li.current-menu-item > a:after,
        .menu-main-menu-ro-container #main-menu > li > a:hover:after {
          content: "";
          position: absolute;
          width: 40px;
          height: 3px;
          bottom: 0;
          left: 50%;
          margin-left: -20px;
          background-color: #FFFFFF; } }
/* Footer */
@media (min-width: 981px) {
  footer {
    border-top: 1px solid #DCDCDC;
    padding: 22px 0; }
    footer:after {
      content: "";
      display: table;
      clear: both; }
    footer .copyright, footer .social_media {
      padding: 0;
      width: 50%;
      float: left; }
    footer .copyright {
      border-bottom: 0;
      text-align: left;
      padding-top: 7px; }
    footer .social_media {
      text-align: right; } }
/* Home */
@media (min-width: 981px) {
  .home_banner h1 {
    padding-top: 60px; }

  .home_banner .cbnp_btn_container {
    max-width: initial;
    text-align: center; }

  .cbnp_section.vision {
    padding: 60px 0 60px; }

  .cbnp_section.services .all_services {
    margin: 0 auto;
    max-width: 700px; }

  .cbnp_section.other_posts .excerpt,
  .cbnp_section.other_posts .article_title {
    padding: 0; }

  .cbnp_section.articles .single_article .content,
  .cbnp_section.other_posts .single_article .content {
    position: relative; }
    .cbnp_section.articles .single_article .content .read_more_container,
    .cbnp_section.other_posts .single_article .content .read_more_container {
      min-height: 30px;
      height: 30px; }
    .cbnp_section.articles .single_article .content a.read_more,
    .cbnp_section.other_posts .single_article .content a.read_more {
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px;
      padding: 0; }

  .home_banner p,
  .cbnp_section.vision p {
    max-width: 800px; } }
/* About Us */
@media (min-width: 981px) {
  .cbnp_partners .slick-list {
    margin: 0 -50px; }

  .single_partner.slick-slide {
    padding: 0 50px; } }
/* Contact */
@media (min-width: 981px) {
  .cbnp_contact_page_block > .wp-block-group__inner-container {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .cbnp_contact_page_block > .wp-block-group__inner-container .cbnp_contact_info_block,
    .cbnp_contact_page_block > .wp-block-group__inner-container .cbnp_wcf7_container {
      display: table-cell; }
    .cbnp_contact_page_block > .wp-block-group__inner-container .cbnp_contact_info_block {
      width: 40%; }
    .cbnp_contact_page_block > .wp-block-group__inner-container .cbnp_wcf7_container {
      width: 60%; }

  .contact_map #contact-map {
    height: 300px; }

  .cbnp_wcf7_container .contact_block_container:first-child {
    margin-top: 0; } }
/* Posts */
@media (min-width: 981px) {
  .cbnp_default_page_container .single_image_meta img {
    width: 100%; }

  .cbnp_article .article_meta.has_thumbnail {
    height: 360px; } }
/* Projects */
@media (min-width: 981px) {
  .projects_container {
    margin-left: -15px;
    margin-right: -15px; }
    .projects_container .single_project {
      float: left;
      width: 33.33%;
      margin: 0;
      text-align: center;
      padding: 0 15px; }
    .projects_container .cbnp_btn_container {
      clear: both;
      padding: 40px 15px 0; } }
/* Services */
@media (min-width: 981px) {
  .our_services_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; }
    .our_services_container .single_service {
      flex: 1 0 auto;
      width: 48.5%;
      margin-top: 0;
      margin-bottom: 36px; }
      .our_services_container .single_service:nth-of-type(2n+1) {
        margin-right: 3%; } }
/*****************************************************/
/********** 1200px + **********************************/
/*****************************************************/
/* Defaults */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px; }

  .sidebar_page_container {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
    .sidebar_page_container > .page_content, .sidebar_page_container > .sidebar {
      display: table-cell;
      vertical-align: top; }
    .sidebar_page_container .sidebar {
      width: 300px; }
    .sidebar_page_container .page_content {
      padding-right: 20px; }

  .page_featured_image {
    height: 450px; } }

/*# sourceMappingURL=main.css.map */
.ct-ultimate-gdpr-cookie-popup-modern.ct-ultimate-gdpr-cookie-bottomPanel .ct-ultimate-gdpr-cookie-buttons, .ct-ultimate-gdpr-cookie-popup-modern.ct-ultimate-gdpr-cookie-topPanel .ct-ultimate-gdpr-cookie-buttons {
    padding: 0;
    display: block !important;
    text-align: right;
}