/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: Ricardo Vinent
Author URI:  https://ricardovinent.com
Template: salient
Version: 1.0
*/
@font-face {
  font-family: 'myfont';
  src: url("fonts/subset-CiutadellaRounded-Regular.eot");
  src: url("fonts/subset-CiutadellaRounded-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/subset-CiutadellaRounded-Regular.woff2") format("woff2"), url("fonts/subset-CiutadellaRounded-Regular.woff") format("woff"), url("fonts/subset-CiutadellaRounded-Regular.ttf") format("truetype"), url("fonts/subset-CiutadellaRounded-Regular.svg#CiutadellaRounded-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'myfont';
  src: url("fonts/subset-CiutadellaRounded-Light.eot");
  src: url("fonts/subset-CiutadellaRounded-Light.eot?#iefix") format("embedded-opentype"), url("fonts/subset-CiutadellaRounded-Light.woff2") format("woff2"), url("fonts/subset-CiutadellaRounded-Light.woff") format("woff"), url("fonts/subset-CiutadellaRounded-Light.ttf") format("truetype"), url("fonts/subset-CiutadellaRounded-Light.svg#CiutadellaRounded-Light") format("svg");
  font-weight: 300;
  font-style: light;
  font-display: swap;
}

@font-face {
  font-family: 'myfont';
  src: url("fonts/subset-CiutadellaRounded-Medium.eot");
  src: url("fonts/subset-CiutadellaRounded-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/subset-CiutadellaRounded-Medium.woff2") format("woff2"), url("fonts/subset-CiutadellaRounded-Medium.woff") format("woff"), url("fonts/subset-CiutadellaRounded-Medium.ttf") format("truetype"), url("fonts/subset-CiutadellaRounded-Medium.svg#CiutadellaRounded-Medium") format("svg");
  font-weight: 500;
  font-style: medium;
  font-display: swap;
}

@font-face {
  font-family: 'myfont';
  src: url("fonts/subset-CiutadellaRounded-Semibold.eot");
  src: url("fonts/subset-CiutadellaRounded-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/subset-CiutadellaRounded-Semibold.woff2") format("woff2"), url("fonts/subset-CiutadellaRounded-Semibold.woff") format("woff"), url("fonts/subset-CiutadellaRounded-Semibold.ttf") format("truetype"), url("fonts/subset-CiutadellaRounded-Semibold.svg#CiutadellaRounded-Semibold") format("svg");
  font-weight: 600;
  font-style: bold;
  font-display: swap;
}

body {
  font-family: "myfont", helvetica, arial, sans-serif;
  font-size: 25px !important;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "myfont", helvetica, arial, sans-serif;
  color: #2F2F3D;
  line-height: 1.15 !important;
}

body h1, body h2 {
  font-weight: 500;
  letter-spacing: -0.5px;
}

body h4 {
  font-weight: normal;
  letter-spacing: -0.3px;
  line-height: 1.3 !important;
  color: #4F5970;
}

@media (max-width: 690px) {
  body h4 {
    font-size: 20px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.1px;
  }
}

@media (max-width: 480px) {
  body h4 {
    font-size: 19px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.1px;
  }
}

body p, body ul li {
  font-size: 20px !important;
  line-height: 1.3 !important;
}

@media (max-width: 1300px) and (min-width: 1000px) {
  body p, body ul li {
    font-size: 16px !important;
  }
}

@media (min-width: 1801px) {
  body p, body ul li {
    font-size: 22px !important;
  }
}

@media (min-width: 1601px) {
  body p, body ul li {
    font-size: 21px !important;
  }
}

@media (max-width: 690px) {
  body p, body ul li {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  body p, body ul li {
    font-size: 17px !important;
    opacity: 0.85;
  }
}

body ul li {
  padding-bottom: 15px;
}

body.material .wpb_content_element,
body.material .wpb_row {
  margin-bottom: 0.8em;
}

#ajax-content-wrap {
  background-color: black;
}

h1, h2 {
  margin-bottom: 10px;
}

h3 {
  padding-bottom: 0.8em;
  opacity: 0.75;
}

p {
  line-height: 1.2;
  padding-bottom: 0.8em;
}

.bold, strong, b {
  font-family: "myfont", helvetica, arial, sans-serif;
  font-weight: 500;
}

@media (max-width: 999px) {
  .only-desktop {
    display: none !important;
  }
}

@media (min-width: 1000px) {
  .only-desktop {
    display: block !important;
  }
}

@media (max-width: 999px) {
  .only-mobile {
    display: block !important;
  }
}

@media (min-width: 1000px) {
  .only-mobile {
    display: none !important;
  }
}

@media (max-width: 690px) {
  .hide-iphone {
    display: none !important;
  }
}

@media (min-width: 691px) {
  .hide-iphone {
    display: block !important;
  }
}

@media (max-width: 690px) {
  .only-iphone {
    display: block !important;
  }
}

@media (min-width: 691px) {
  .only-iphone {
    display: none !important;
  }
}

@media (max-width: 690px) {
  .hide-iphone-flex {
    display: none !important;
  }
}

@media (min-width: 691px) {
  .hide-iphone-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

body h1::before, body h2::before, body .row .col h1::before, body .row .col h2::before {
  content: "";
  background-color: #00E6D0;
  height: 3px;
  width: 20px;
  display: block;
  margin-bottom: 23px;
  margin-top: -24px;
}

@media (max-width: 1300px) and (min-width: 1000px) {
  body h1::before, body h2::before, body .row .col h1::before, body .row .col h2::before {
    height: 3px;
    width: 20px;
    margin-bottom: 10px;
    margin-top: -11px;
  }
}

@media (max-width: 999px) {
  body h1::before, body h2::before, body .row .col h1::before, body .row .col h2::before {
    height: 2px;
    width: 20px;
    margin-bottom: 15px;
    margin-top: -16px;
  }
}

body .br-line-centered h1::before, body .br-line-centered h2::before, body .row .col .br-line-centered h1::before, body .row .col .br-line-centered h2::before {
  margin: 0 auto;
  margin-bottom: 20px;
}

@media (max-width: 999px) {
  .js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box:hover {
    background-color: #293546 !important;
  }
  .js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box .inner:after {
    display: none;
  }
  .js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box:hover .inner > .heading-wrap {
    bottom: 0 !important;
  }
  .js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-fancy-box.hovered {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}

@media (max-width: 690px) {
  .br-milestones-row .br-experience-rotate {
    display: none !important;
  }
  .js body.material .br-row .br-milestones .nectar-milestone {
    margin-top: -31px;
  }
  .img-with-animation.br-calls-for-img {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .js body.material .br-logos-slider .nectar-flickity {
    margin-top: -40px;
  }
  .js body.material .br-milestones-row {
    margin-top: -165px;
  }
  .js body.material .br-milestones-row .br-experience-rotate {
    display: none !important;
  }
  .js body.material .br-milestones-row .br-mobile-zoom {
    zoom: 90%;
  }
  .js body.material .br-row.br-services-slide {
    margin-top: -100px !important;
  }
  .js body.material .br-row.br-projects-list {
    margin-top: -100px !important;
  }
  .js body.material #footer-outer #copyright[data-layout="centered"] {
    padding: 45px 17px;
  }
  .js body.material .img-with-aniamtion-wrap img.img-with-animation.br-partners-image {
    max-width: 150% !important;
    width: 150%;
    margin-left: -25%;
  }
  body[data-footer-reveal="1"][data-footer-reveal-shadow="large_2"] #footer-outer .row {
    padding-top: 70px;
  }
}

@media (max-width: 1300px) and (min-width: 1000px) {
  #header-outer #logo, #header-outer .logo-spacing {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #header-outer #logo img, #header-outer #header-outer .logo-spacing img {
    height: 34px !important;
  }
}

.js #header-outer[data-lhe="animated_underline"] #top nav > ul > li > a {
  margin-left: 23px;
  margin-right: 23px;
}

.br-legalw {
  display: none;
}

#header-outer {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.494) !important;
}

@media (max-width: 1400px) and (min-width: 1000px) {
  #header-outer #logo img, #header-outer #header-outer .logo-spacing img {
    height: 38px;
  }
}

body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container > .menu > li a {
  font-family: "myfont", helvetica, arial, sans-serif;
  color: #00E6D0;
  line-height: 1.15 !important;
  font-weight: normal;
  font-size: 25px;
  margin-bottom: 5px;
}

@media (max-width: 690px) {
  body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container > .menu > li a {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container > .menu > li a {
    font-size: 18px;
  }
}

.js body #header-outer[data-lhe=animated_underline] #top nav > ul > li:not([class*=button_]) > a .menu-title-text:after {
  bottom: -10px;
}

.js #header-outer #top nav > ul > li.current-menu-item > a span {
  color: black !important;
  font-weight: 400;
}

.js #slide-out-widget-area ul.menu li.menu-item {
  margin-bottom: 7px;
}

.js #slide-out-widget-area ul.menu li.menu-item a {
  color: white;
  font-family: "myfont", helvetica, arial, sans-serif;
  font-size: 25px;
  margin-bottom: 5px;
  font-weight: normal;
}

@media (max-width: 690px) {
  .js #slide-out-widget-area ul.menu li.menu-item a {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .js #slide-out-widget-area ul.menu li.menu-item a {
    font-size: 22px;
    padding: 0;
    margin: 0;
    line-height: 1;
  }
}

.js #slide-out-widget-area ul.menu li.menu-item a:after {
  display: none;
}

.js #slide-out-widget-area ul.menu li.menu-item.current-menu-item a {
  color: #00E6D0 !important;
}

.js body .nectar-button {
  border-radius: 50px;
}

.js body .nectar-button span {
  font-family: "myfont", helvetica, arial, sans-serif;
  font-weight: bold;
  color: #2F2F3D;
  text-transform: uppercase;
  font-size: 16px;
}

@media (max-width: 1300px) and (min-width: 1000px) {
  .js body .nectar-button span {
    font-size: 14px;
  }
}

@media (max-width: 999px) {
  .js body .nectar-button span {
    font-size: 16px;
  }
}

@media (max-width: 690px) {
  .js body .nectar-button span {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .js body .nectar-button span {
    font-size: 12px;
  }
}

.js body .nectar-button.see-through {
  border-width: 1px;
}

.js body .nectar-button.has-icon.large {
  padding-right: 52px !important;
  padding-left: 56px !important;
  padding-top: 8px;
  padding-bottom: 7px;
}

.js body .nectar-button.see-through {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.js body .nectar-button.see-through i {
  -webkit-transform: translateY(-50%) translateX(-13px) !important;
          transform: translateY(-50%) translateX(-13px) !important;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  border-radius: 50px !important;
  padding-right: 52px !important;
  padding-left: 56px !important;
  padding-top: 8px;
  padding-bottom: 8px;
  min-width: 192px;
}

@media (max-width: 999px) {
  body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
    min-width: 0;
    padding: 8px 0;
    padding-right: 25px !important;
    padding-left: 38px !important;
  }
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3) i {
  -webkit-transform: translateY(-50%) translateX(-13px) !important;
          transform: translateY(-50%) translateX(-13px) !important;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}

@media (max-width: 999px) {
  body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3) i {
    font-size: 14px;
    right: 0;
  }
}

@media (max-width: 1300px) {
  body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3) i {
    color: #2F2F3D;
    -webkit-transform: translateY(-53%) translateX(-13px) !important;
            transform: translateY(-53%) translateX(-13px) !important;
  }
}

@media (min-width: 1300px) {
  body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    border-radius: 50px !important;
    padding-right: 52px !important;
    padding-left: 56px !important;
    padding-top: 8px;
    padding-bottom: 7px;
    min-width: 192px;
    -webkit-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
    background-color: transparent !important;
    border: 1px solid #2F2F3D !important;
    background-color: white !important;
  }
  body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3) span {
    -webkit-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
    padding-left: 30px;
  }
  body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3) i {
    -webkit-transform: translateY(-50%) translateX(-35px) !important;
            transform: translateY(-50%) translateX(-35px) !important;
    opacity: 0;
    -webkit-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
    color: #2F2F3D;
    line-height: 1.6;
  }
  body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3):hover {
    background-color: #00FFE1 !important;
    color: #2F2F3D;
    border: 1px solid #00FFE1 !important;
  }
  body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3):hover span {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3):hover i {
    -webkit-transform: translateY(-50%) translateX(-25px) !important;
            transform: translateY(-50%) translateX(-25px) !important;
    opacity: 1;
  }
  body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3).br-smaill-button {
    background-color: #ebebeb !important;
    border: 0 !important;
    padding: 8px 40px !important;
  }
  body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3).br-smaill-button span {
    font-size: 18px;
    text-transform: none;
    font-weight: normal;
  }
}

@media (max-width: 1299px) {
  body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
    background-color: #00E6D0 !important;
    border: 0 !important;
    min-width: 170px;
    padding: 6px;
    color: #2F2F3D;
  }
  body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3).br-big-button {
    background-color: #2F2F3D !important;
  }
  body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3).br-big-button span, body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3).br-big-button i {
    color: #00E6D0;
  }
}

@media (max-width: 1299px) and (max-width: 999px) {
  body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3).br-big-button {
    min-width: 100%;
  }
}

@media (max-width: 1299px) and (max-width: 520px) {
  body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3).br-big-button {
    min-width: 100%;
  }
}

@media (min-width: 1000px) {
  .js body.material .container.main-content {
    max-width: 1450px;
  }
}

@media (min-width: 1300px) {
  .js body.material .container.main-content {
    max-width: 1320px;
  }
}

@media (min-width: 1600px) {
  .js body.material .container.main-content {
    max-width: 1550px;
  }
}

.js body.material .br-row {
  padding: 100px 0 !important;
}

@media (max-width: 1300px) and (min-width: 1000px) {
  .js body.material .br-row {
    padding: 80px 0 !important;
  }
}

@media (max-width: 999px) {
  .js body.material .br-row {
    padding: 160px 0 !important;
  }
}

@media (max-width: 690px) {
  .js body.material .br-row {
    padding: 120px 0 !important;
  }
}

@media (max-width: 480px) {
  .js body.material .br-row {
    padding: 120px 0 !important;
  }
}

.js body.material .br-row.br-row-first {
  padding-top: 0px !important;
}

@media (max-width: 1300px) and (min-width: 1000px) {
  .js body.material .br-row-first {
    margin-top: 0px !important;
  }
}

.js body.material .br-row-first {
  margin-top: 30px !important;
}

@media (min-width: 1601px) {
  .js body.material .br-row-first {
    margin-top: 90px !important;
  }
}

@media (max-width: 690px) {
  .js body.material .br-row-first {
    margin-top: 90px !important;
  }
}

@media (max-width: 480px) {
  .js body.material .br-row-first {
    margin-top: 60px !important;
  }
}

@media (min-width: 691px) {
  .js body.material .br-big-width {
    margin-left: -5% !important;
    width: 110%;
  }
}

.br-deg-left .row-bg.using-image {
  background-size: 50% !important;
  background-position: 0% -130px !important;
}

@media (min-width: 1800px) {
  .br-deg-left .row-bg.using-image {
    background-position: 0% -240px !important;
  }
}

@media (max-width: 999px) {
  .br-deg-left .row-bg.using-image {
    background-position: 0% 170px !important;
  }
}

.js body.material #ajax-content-wrap .br-services-slide.wpb_row .row-bg-wrap .row-bg {
  background-size: 50%;
  background-position: -15% 90% !important;
}

@media (min-width: 1600px) {
  .js body.material #ajax-content-wrap .br-services-slide.wpb_row .row-bg-wrap .row-bg {
    background-size: 800px;
  }
}

@media (min-width: 1900px) {
  .js body.material #ajax-content-wrap .br-services-slide.wpb_row .row-bg-wrap .row-bg {
    background-position: 7% 90% !important;
  }
}

@media (max-width: 690px) {
  .js body.material #ajax-content-wrap .br-services-slide.wpb_row .row-bg-wrap .row-bg {
    background-size: 80%;
    background-position: -55% 90% !important;
  }
}

.js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box {
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  background-color: #293546;
  border-radius: 40px;
}

@media (min-width: 1551px) {
  .js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box {
    min-height: 380px !important;
  }
}

@media (max-width: 1550px) and (min-width: 1301px) {
  .js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box {
    min-height: 290px !important;
    border-radius: 20px;
  }
}

@media (max-width: 1300px) and (min-width: 1000px) {
  .js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box {
    min-height: 240px !important;
    border-radius: 20px;
  }
}

@media (max-width: 999px) {
  .js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box {
    min-height: 400px !important;
    border-radius: 30px;
  }
}

@media (max-width: 690px) {
  .js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box {
    min-height: 350px !important;
    border-radius: 25px;
  }
}

@media (max-width: 480px) {
  .js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box {
    min-height: 300px !important;
  }
}

.js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box:hover {
  background-color: #00FFE1;
}

.js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box .box-bg {
  opacity: .2;
}

.js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box .box-bg:after {
  background-color: transparent !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 15, 15, 0)), to(rgba(15, 15, 15, 0.75))) !important;
  background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, 0.75) 100%) !important;
}

.js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box .inner > .heading-wrap {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: -0.4px;
  line-height: 1.1;
  position: absolute;
  bottom: 0px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media (max-width: 1300px) and (min-width: 1000px) {
  .js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box .inner > .heading-wrap {
    font-size: 22px;
  }
}

@media (max-width: 999px) {
  .js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box .inner > .heading-wrap {
    font-size: 26px;
  }
}

@media (max-width: 690px) {
  .js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box .inner > .heading-wrap {
    font-size: 22px;
  }
}

.js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box .inner:after {
  font-family: icomoon !important;
  content: "\e909";
  font-size: 25px;
  position: absolute;
  left: -10px;
  opacity: 0;
  bottom: -10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 1300px) and (min-width: 1000px) {
  .js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box .inner:after {
    font-size: 22px;
  }
}

.js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box.hovered, .js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box.hovered .inner::after, .js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box:hover .inner::after {
  left: 0;
  opacity: 1;
}

.js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box.hovered .inner > .heading-wrap, .js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box:hover .inner > .heading-wrap {
  bottom: 30px;
}

.js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box.hovered .box-bg, .js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box:hover .box-bg {
  opacity: .2;
}

.js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box.hovered .box-bg:after, .js body.material #ajax-content-wrap .br-services-slide.wpb_row .nectar-flickity.nectar-carousel .cell .nectar-fancy-box:hover .box-bg:after {
  background-color: #00FFE1 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 15, 15, 0)), to(rgba(15, 15, 15, 0.75))) !important;
  background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, 0.75) 100%) !important;
}

.js body.material .br-row.br-deg-right .row-bg {
  background-size: 50%;
  opacity: 0.6;
}

.js body.material .br-row .br-milestones .img-with-aniamtion-wrap.looped-animation-rotate {
  position: absolute;
  width: 500px;
  max-width: 90%;
  top: -70px;
  margin-left: 50px;
  z-index: 0;
  opacity: 0.08;
}

.js body.material .br-row .br-milestones .nectar-milestone {
  padding: 0;
  margin: 0;
}

@media (min-width: 1301px) and (max-width: 1500px) {
  .js body.material .br-row .br-milestones .nectar-milestone.animated-in {
    margin-bottom: -10px;
  }
}

@media (max-width: 1300px) and (min-width: 1000px) {
  .js body.material .br-row .br-milestones .nectar-milestone.animated-in {
    margin-bottom: -20px;
  }
}

@media (max-width: 999px) {
  .js body.material .br-row .br-milestones .nectar-milestone.animated-in {
    margin-bottom: -5px;
  }
}

@media (max-width: 1300px) and (min-width: 1000px) {
  .js body.material .br-row .br-milestones .nectar-milestone {
    margin-bottom: -22px;
    -moz-transform: scale(0.87);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.8);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.87);
    /* -webkit-transform-origin: 0 0; */
    transform: scale(0.87);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

@media (max-width: 690px) {
  .js body.material .br-row .br-milestones .nectar-milestone {
    margin-top: -20px;
  }
}

@media (max-width: 480px) {
  .js body.material .br-row .br-milestones .nectar-milestone {
    margin-top: -33px;
  }
}

.js body.material .br-row .br-milestones .nectar-milestone .number.default .symbol-wrap span {
  font-family: "myfont", helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 35px;
  color: #2F2F3D;
  opacity: 0.8;
}

@media (max-width: 690px) {
  .js body.material .br-row .br-milestones .nectar-milestone .number.default .symbol-wrap span {
    font-size: 30px;
  }
}

.js body.material .br-row .br-milestones .nectar-milestone .number.default h3 {
  opacity: 1;
  padding: 0;
  margin: 0;
}

.js body.material .br-row .br-milestones .nectar-milestone .number.default h3 span {
  font-family: "myfont", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #2F2F3D;
}

@media (max-width: 690px) {
  .js body.material .br-row .br-milestones .nectar-milestone .number.default h3 span {
    font-size: 32px;
  }
}

.js body.material .br-row .br-milestones .nectar-milestone .subject {
  font-family: "myfont", helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 35px;
  letter-spacing: -0.8px;
  display: inline-block;
  color: #2F2F3D;
  position: absolute;
  left: 83px;
  margin-top: 33px;
  opacity: 0.8;
}

@media (max-width: 690px) {
  .js body.material .br-row .br-milestones .nectar-milestone .subject {
    font-size: 30px;
    left: 72px;
    margin-top: 34px;
  }
}

.js body.material .br-row .br-milestones .nectar-milestone:nth-child(4) .subject {
  left: 109px;
}

@media (max-width: 690px) {
  .js body.material .br-row .br-milestones .nectar-milestone:nth-child(4) .subject {
    left: 96px;
  }
}

.js body.material .br-row .br-milestones .nectar-milestone:nth-child(7) .subject {
  left: 131px;
}

@media (max-width: 690px) {
  .js body.material .br-row .br-milestones .nectar-milestone:nth-child(7) .subject {
    left: 117px;
  }
}

@media (min-width: 1900px) {
  .br-contact {
    margin-bottom: 40px !important;
  }
}

.br-contact .iwithtext {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  display: block;
}

@media (max-width: 480px) {
  .br-contact .iwithtext .iwt-icon {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
}

.br-contact .iwithtext .iwt-icon img {
  width: 105px !important;
}

@media (max-width: 999px) {
  .br-contact .iwithtext .iwt-icon img {
    width: 80px !important;
  }
}

@media (max-width: 480px) {
  .br-contact .iwithtext .iwt-icon img {
    width: 100px !important;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}

.br-contact .iwithtext .iwt-text {
  padding-left: 140px;
  font-size: 29px;
  letter-spacing: -0.7px;
  font-weight: 500;
  line-height: 1.2;
  color: #2F2F3D;
}

@media (max-width: 1300px) and (min-width: 1000px) {
  .br-contact .iwithtext .iwt-text {
    font-size: 27px;
  }
}

@media (max-width: 999px) {
  .br-contact .iwithtext .iwt-text {
    font-size: 28px;
    letter-spacing: -0.5px;
    padding-left: 100px;
  }
}

@media (max-width: 480px) {
  .br-contact .iwithtext .iwt-text {
    padding-left: 0;
    text-align: center;
    font-size: 22px;
  }
}

#footer-outer {
  padding: 0 20px;
}

@media (min-width: 1000px) {
  #footer-outer {
    padding: 0 7%;
  }
}

#footer-outer #footer-widgets .container {
  padding: 0;
}

@media (max-width: 999px) {
  #footer-outer #footer-widgets .container {
    padding: 0 30px;
  }
}

@media (min-width: 1000px) and (max-width: 1800px) {
  #footer-outer #footer-widgets .container {
    height: calc(100vh - 400px);
    min-height: 400px;
  }
}

@media (min-width: 1801px) {
  #footer-outer #footer-widgets .container {
    padding-top: 40px;
    height: calc(80vh - 430px);
    min-height: 500px;
  }
}

@media (max-width: 480px) {
  #footer-outer #footer-widgets .container {
    padding: 0 15px;
  }
}

#footer-outer #footer-widgets .container #media_image-2 {
  max-width: 138px;
}

#footer-outer #footer-widgets .container #media_image-2 a:hover {
  opacity: 1;
}

@media (max-width: 690px) {
  #footer-outer #footer-widgets .container #media_image-2 {
    max-width: 135px;
  }
}

#footer-outer #footer-widgets .container #text-2 .textwidget p {
  font-size: 26px;
  line-height: 1.3;
  opacity: 0.9;
}

@media (max-width: 999px) {
  #footer-outer #footer-widgets .container #text-2 .textwidget p {
    font-size: 22px;
  }
}

#footer-outer #footer-widgets .container #text-3 p {
  text-align: right;
}

@media (max-width: 690px) {
  #footer-outer #footer-widgets .container #text-3 p {
    text-align: left;
  }
}

#footer-outer #footer-widgets .container #text-3 p strong {
  font-size: 160%;
  max-width: 360px;
  line-height: 1.1;
  display: inline-block;
  letter-spacing: -0.9px;
  color: #00FFE1;
}

@media (max-width: 999px) {
  #footer-outer #footer-widgets .container #text-3 p strong {
    font-size: 30px;
    max-width: 280px;
  }
}

@media (max-width: 690px) {
  #footer-outer #footer-widgets .container #text-3 p strong {
    font-size: 25px;
    letter-spacing: 0;
    max-width: 200px;
  }
}

#footer-outer #footer-widgets .container #custom_html-2 #social-in-menu a {
  display: inline-block;
  padding: 8px !important;
}

#footer-outer #footer-widgets .container #custom_html-2 #social-in-menu a i {
  font-size: 22px;
  -webkit-transition: color .3s;
  transition: color .3s;
}

#footer-outer #footer-widgets .container #custom_html-2 #social-in-menu a:hover {
  opacity: 1;
}

#footer-outer #footer-widgets .container #custom_html-2 #social-in-menu a:hover i {
  color: #00FFE1;
}

#footer-outer #footer-widgets .container #custom_html-2 .buttons.sf-menu {
  float: right;
}

@media (max-width: 690px) {
  #footer-outer #footer-widgets .container #custom_html-2 .buttons.sf-menu {
    float: left;
  }
}

#footer-outer #footer-widgets .container #custom_html-2 .br-bositive {
  text-align: right;
  opacity: 0.8;
  padding-top: 10px !important;
  margin-bottom: -10px;
}

@media (max-width: 690px) {
  #footer-outer #footer-widgets .container #custom_html-2 .br-bositive {
    text-align: left;
  }
}

#footer-outer #copyright {
  opacity: 0.7;
}

#footer-outer #copyright .container {
  padding: 0;
}

#footer-outer #copyright .col.span_5 {
  max-width: 100% !important;
}

#footer-outer #copyright .col.span_5 div, #footer-outer #copyright .col.span_5 a {
  font-size: 17px;
}

#footer-outer #copyright .br-copy {
  position: absolute;
  color: white;
  opacity: 1;
}

#footer-outer #copyright a.br-privacity, #footer-outer #copyright a.br-privacity {
  color: white !important;
  text-decoration: underline;
  float: right;
  padding-left: 15px;
}

@media (max-width: 999px) {
  #footer-outer #copyright a.br-privacity, #footer-outer #copyright a.br-privacity, #footer-outer #copyright .br-copy {
    font-size: 90%;
  }
}

@media (max-width: 800px) {
  #footer-outer #copyright a.br-privacity, #footer-outer #copyright a.br-privacity, #footer-outer #copyright .br-copy {
    font-size: 18px !important;
  }
}

@media (max-width: 800px) and (max-width: 480px) {
  #footer-outer #copyright a.br-privacity, #footer-outer #copyright a.br-privacity, #footer-outer #copyright .br-copy {
    font-size: 16.5px !important;
  }
}

@media (max-width: 800px) {
  #footer-outer #copyright .br-copy {
    margin-top: 60px;
    opacity: 0.5;
    text-align: center;
    width: 100%;
  }
  #footer-outer #copyright a.br-privacity, #footer-outer #copyright a.br-privacity {
    margin-bottom: 40px;
    float: none;
    text-align: left;
    padding: 0;
    margin-right: 10px;
    display: inline-block;
  }
}

@media (max-width: 480px) {
  #footer-outer #copyright a.br-privacity, #footer-outer #copyright a.br-privacity {
    padding: 0;
    margin: 0;
    margin-right: 10px;
    line-height: 1;
    float: left;
    margin-bottom: 12px;
  }
  #footer-outer #copyright .br-copy {
    margin: 0;
    bottom: -50px;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  #footer-outer #copyright {
    margin-bottom: 40px;
  }
}

.js .nectar-global-section.before-footer #contact {
  margin-bottom: 0;
}

@media (min-width: 1440px) and (max-width: 1649px) {
  .br-header-slider .nectar-flickity.nectar-carousel[data-format=default][data-spacing*=px]
.flickity-slider .cell {
    padding: 0 50px !important;
  }
}

@media (min-width: 1650px) {
  .br-header-slider .nectar-flickity.nectar-carousel[data-format=default][data-spacing*=px]
.flickity-slider .cell {
    padding-left: calc(50vw - 750px);
    padding-right: calc(50vw - 750px);
  }
}

@media (min-width: 1000px) and (max-width: 1439px) {
  .br-header-slider .flickity-slider .cell {
    padding: 0 50px !important;
  }
}

@media (max-width: 999px) {
  .br-header-slider .flickity-slider .cell {
    max-width: 800px;
  }
  .br-header-slider .flickity-slider .cell img {
    margin-top: -20px !important;
  }
}

@media (max-width: 690px) {
  .br-header-slider .flickity-slider .cell img {
    margin-bottom: 25px !important;
  }
}

@media (max-width: 480px) {
  .br-header-slider .flickity-slider .cell img {
    width: 140% !important;
    margin-left: -13px !important;
    margin-top: -45px !important;
    margin-bottom: 25px !important;
  }
}

.br-header-slider .br-tag h4 {
  font-weight: 500;
  margin-bottom: 20px !important;
  color: #4F5970;
}

@media (max-width: 480px) {
  .br-header-slider .br-tag h4 {
    margin-bottom: 10px !important;
    margin-top: -10px;
  }
}

.br-header-slider.br-deg-left .row-bg {
  background-size: 50%;
  opacity: 0.8;
  background-position: 0% 0px !important;
}

@media (min-width: 1900px) {
  .br-header-slider.br-deg-left .row-bg {
    background-position: 0% 90% !important;
  }
}

.br-header-slider .flickity-page-dots {
  padding-left: unset;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto !important;
  display: block;
  position: relative;
  margin-top: -140px !important;
  /*
        @media (min-width: 1000px) {
            padding-left: 50px;
            bottom: 40px !important;
        }

        @media (min-width: 1440px) {
            padding-left: unset;
            max-width: fit-content;
            margin: 0 auto !important;
            display: block;
            position: relative;
            margin-top: 30px !important;
        }

        */
}

@media (max-width: 999px) {
  .br-header-slider .flickity-page-dots {
    padding-left: unset;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto !important;
    display: block;
    position: relative;
    margin-top: -180px !important;
  }
}

@media (max-width: 690px) {
  .br-header-slider .flickity-page-dots {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media (max-width: 480px) {
  .js body.material .br-text-column-slider {
    margin-left: 0px !important;
    padding-left: 10px !important;
  }
}

.br-logo-for-slider {
  position: absolute;
  pointer-events: none;
  width: 100%;
  margin-top: -400px !important;
  padding-left: calc(50vw - 750px);
  padding-right: calc(50vw - 750px);
}

@media (max-width: 1300px) and (min-width: 1000px) {
  .br-logo-for-slider {
    margin-top: -480px;
  }
}

@media (min-width: 1801px) {
  .br-logo-for-slider {
    margin-top: -450px;
  }
}

@media (max-width: 999px) {
  .br-logo-for-slider {
    margin-top: -500px;
  }
}

@media (max-width: 999px) {
  .br-logo-for-slider {
    display: none;
  }
}

.br-logo-for-slider .column-image-bg {
  background-size: 360px !important;
  background-repeat: no-repeat;
  right: -50px;
  opacity: 0.8;
}

@media (max-width: 1300px) and (min-width: 1000px) {
  .br-logo-for-slider .column-image-bg {
    background-size: 220px !important;
  }
}

.br-logo-for-slider.br-logo-grey {
  margin-top: -370px !important;
}

.br-logo-for-slider.br-logo-grey .vc_column-inner {
  right: -5%;
}

@media (max-width: 1300px) and (min-width: 1000px) {
  .br-logo-for-slider.br-logo-grey {
    margin-top: -320px !important;
  }
  .br-logo-for-slider.br-logo-grey .vc_column-inner {
    right: -40px;
    top: -60px;
  }
}

@media (min-width: 1801px) {
  .br-logo-for-slider.br-logo-grey .vc_column-inner {
    right: -100px;
    top: 61px;
  }
}

@media (max-width: 999px) {
  .br-logo-for-slider.br-logo-grey {
    display: none;
  }
}

@media (max-width: 690px) {
  .wpb_row.br-logos-slider .flickity-slider .cell {
    margin: 0 8px !important;
  }
  .wpb_row.br-logos-slider .flickity-slider .cell img {
    width: 105% !important;
  }
}

.js body.material .br-top-image-services.img-with-animation {
  margin-right: -230px;
  width: 836px !important;
  max-width: none;
}

@media (max-width: 1300px) and (min-width: 1000px) {
  .js body.material .br-top-image-services.img-with-animation {
    width: 750px !important;
  }
}

@media (max-width: 999px) {
  .js body.material .br-top-image-services.img-with-animation {
    margin-right: 0;
    width: 120% !important;
    margin-left: -10%;
    max-width: none;
    margin-top: 50px;
    margin-bottom: -80px;
  }
}

@media (max-width: 480px) {
  .js body.material .br-top-image-services.img-with-animation {
    width: 110% !important;
    margin-left: -5%;
  }
}

.js .br-list-services p {
  font-size: 22px !important;
  line-height: 1.3 !important;
  letter-spacing: -0.3px;
  padding-bottom: 14px;
}

@media (max-width: 1300px) and (min-width: 1000px) {
  .js .br-list-services p {
    font-size: 18px !important;
  }
}

@media (max-width: 690px) {
  .js .br-list-services p {
    font-size: 19px !important;
    line-height: 1.2 !important;
  }
}

.js .br-services-concepts .br-ticker-wrap .br-ticker__item {
  background: #2F2F3D;
  color: #00FFE1;
}

.js .br-calls-for-row .img-with-aniamtion-wrap {
  position: absolute;
}

@media (min-width: 1000px) {
  .js .br-calls-for-row .img-with-aniamtion-wrap {
    right: 10%;
    top: -20px;
  }
}

.js .br-calls-for-row .img-with-aniamtion-wrap .br-calls-for-img {
  width: 250px !important;
}

@media (max-width: 999px) {
  .js .br-calls-for-row .img-with-aniamtion-wrap {
    left: 50px;
    right: auto;
  }
}

.js .br-calls-for-row .br-calls-titles {
  margin-top: 90px;
  position: relative;
}

.js .br-calls-for-row .br-calls-titles h4 {
  line-height: 1.2 !important;
  font-size: 44px;
}

@media (max-width: 1300px) and (min-width: 1000px) {
  .js .br-calls-for-row .br-calls-titles h4 {
    font-size: 35px;
  }
}

@media (max-width: 999px) {
  .js .br-calls-for-row .br-calls-titles h4 {
    font-size: 40px;
    text-align: left !important;
    line-height: 1.4 !important;
  }
}

@media (max-width: 690px) {
  .js .br-calls-for-row .br-calls-titles h4 {
    font-size: 32px !important;
    margin-top: -90px;
  }
}

@media (max-width: 480px) {
  .js .br-calls-for-row .br-calls-titles h4 {
    font-size: 30px !important;
  }
}

/*
.js body .wpb_row.br-projects-list {

    .post-area {

        .posts-container {

           article {
            
            .content-inner {

                a {
                    span.post-featured-img img {
                        max-width: 40%;
                    }
                }

                .article-content-wrap {

                    max-width: 40%;
                    width: 40%;
                    float: right;
                }
            }
           }
        }
    }
}
*/
.js body .wpb_row.br-projects-list .row-bg-wrap .row-bg {
  background-size: 50%;
}

.js body .wpb_row.br-projects-list .br-portfolio-project img.br-image-portfolio {
  border-radius: 50px;
}

.js body .wpb_row.br-projects-list .br-portfolio-project .br-tag a {
  background: #2F2F3D;
  color: #00FFE1;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 2px 25px;
  padding-top: 4px;
  line-height: 1.7;
  opacity: 1;
  border-radius: 30px;
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: -5px;
}

.js body .wpb_row.br-projects-list .br-portfolio-project .br-portfolio-title h2::before {
  margin-top: 0;
}

.js body .wpb_row.br-projects-list .br-portfolio-project .br-portfolio-patro p {
  color: #2F2F3D;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 110%;
  letter-spacing: 1.5px;
  margin-top: -13px;
  margin-bottom: 23px !important;
}

@media (max-width: 690px) {
  .js body .wpb_row.br-projects-list .br-portfolio-project .br-portfolio-patro p {
    font-size: 80%;
  }
}

.js body .wpb_row.br-projects-list .br-portfolio-project .br-portfolio-cities p {
  color: #4F5970;
  text-transform: uppercase;
  margin-top: -10px;
  font-size: 70% !important;
  font-weight: 500;
}

@media (max-width: 690px) {
  .js body .wpb_row.br-projects-list .br-portfolio-project .br-portfolio-cities p {
    font-size: 60% !important;
  }
}

@media (max-width: 690px) {
  .js body .wpb_row.br-projects-list .br-portfolio-project .br-portfolio-desc p {
    font-size: 80%;
  }
}

@media (max-width: 480px) {
  .js body .wpb_row.br-projects-list .br-portfolio-project .br-portfolio-desc p {
    font-size: 85%;
  }
}

.js body .wpb_row.br-projects-list .br-portfolio-project .nectar-button {
  border: 0;
  background: grey;
}

@media (max-width: 999px) {
  .js body .wpb_row.br-projects-list .br-portfolio-project .br-image-col {
    padding: 0px;
    margin-bottom: 60px;
  }
  .js body .wpb_row.br-projects-list .br-portfolio-project .br-text-col {
    padding: 0 40px;
  }
}

@media (max-width: 999px) and (max-width: 480px) {
  .js body .wpb_row.br-projects-list .br-portfolio-project .br-image-col {
    padding: 0px 20px;
    margin-bottom: 40px;
  }
}

@-webkit-keyframes br-ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes br-ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.br-ticker-wrap {
  width: 100%;
  overflow: hidden;
  height: 4rem;
  padding-left: 10%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  padding-bottom: 70px;
}

.br-ticker-wrap .br-ticker {
  display: inline-block;
  height: 4rem;
  padding-left: 10%;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 0%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 3800px;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: br-ticker;
  animation-name: br-ticker;
  -webkit-animation-duration: 80s;
  animation-duration: 80s;
}

.br-ticker-wrap .br-ticker__item {
  display: inline-block;
  padding: 10px 50px;
  line-height: 1;
  font-size: 23px;
  color: #2F2F3D;
  background: #00FFE1;
  border-radius: 60px;
  margin-right: 35px;
  letter-spacing: -0.6px;
}

.br-scroll-lateral #br-ticker-container {
  margin-left: -30vw;
  width: 150vw;
}

@media (min-width: 1000px) {
  .img-with-aniamtion-wrap .br-partners-image {
    margin-left: 150px;
    width: 817px;
    max-width: 1000px !important;
  }
}

@media (max-width: 1400px) {
  .img-with-aniamtion-wrap .br-partners-image {
    margin-left: 100px;
    max-width: 800px !important;
  }
}

@media (max-width: 1200px) {
  .img-with-aniamtion-wrap .br-partners-image {
    margin-left: 0px;
    max-width: 660px !important;
  }
}

@media (max-width: 999px) {
  .img-with-aniamtion-wrap .br-partners-image {
    margin-left: -10%;
    width: 120%;
    max-width: 120% !important;
    margin-top: 50px;
  }
}

@media (max-width: 999px) and (max-width: 480px) {
  .img-with-aniamtion-wrap .br-partners-image {
    margin-top: 20px;
  }
}

@media (max-width: 1300px) and (min-width: 1000px) {
  .br-ticker-wrap .br-ticker__item {
    font-size: 19px;
  }
}

@media (max-width: 999px) {
  .br-ticker-wrap .br-ticker__item {
    font-size: 22px;
  }
}

@media (max-width: 690px) {
  .br-ticker-wrap .br-ticker__item {
    font-size: 19px;
  }
}

@media (max-width: 480px) {
  .br-ticker-wrap .br-ticker__item {
    font-size: 16px;
  }
}

.br-rounded-image {
  border-radius: 65px;
}

@media (min-width: 1801px) {
  .br-rounded-image {
    border-radius: 65px;
  }
}

@media (max-width: 999px) {
  .br-rounded-image {
    margin-left: -10%;
    width: 120%;
    max-width: 120% !important;
    margin-bottom: 50px !important;
    margin-top: 50px !important;
    border-radius: 50px;
  }
}

@media (max-width: 690px) {
  .br-rounded-image {
    margin-left: -5%;
    width: 110%;
    max-width: 110% !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    border-radius: 30px;
  }
}

/*  Anterior
.br-people-column {

  .br-people-image {}

  h4 strong {}

  p {}

  .button_social_group {

    a {

      color: $grey-dark !important;

      
      font-size: 18px;
      margin-right: 7px;

      @media (max-width:999px)  {font-size: 16px;}

      &:hover {color: $main-color !important;
      }

    .fa-twitter {}

    .fa-linkedin {}

    .fa-envelope {}

    }
  }
}

.br-team-big-row {

  #br-team-column-row {

    max-width: 23%;
    margin-right: 2%;
    float: left;


    @media (max-width:1300px)  {

      max-width: 31%;
      margin-right: 2%;

    }

    @media (max-width:999px)  {
      max-width: 46%;
      margin-right: 4%;
    }

    @media (max-width:690px)  {
     
    }

    @media (max-width:480px)  {
      max-width: 100%;
      margin-right: 0%;
    }


  }
}
*/
.br-people-column h4 {
  font-size: 19px;
}

@media (max-width: 999px) and (min-width: 690px) {
  .br-people-column h4 {
    font-size: 22px;
  }
}

.br-people-column p {
  margin-top: -5px;
}

@media (max-width: 999px) and (min-width: 690px) {
  .br-people-column p {
    font-size: 18px;
  }
}

.br-people-column .button_social_group {
  margin-left: -5px;
  margin-top: -10px;
}

.br-people-column .button_social_group a {
  color: #2F2F3D !important;
  font-size: 19px;
  margin-right: 7px;
}

@media (max-width: 999px) {
  .br-people-column .button_social_group a {
    font-size: 18px;
  }
}

.br-people-column .button_social_group a:hover {
  color: #00E6D0 !important;
}

.br-people-column .button_social_group a .fa-twitter {
  display: none;
}

.br-team-big-row #br-team-column-row {
  max-width: 17%;
  margin-right: 3%;
  float: left;
  min-height: 570px;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}

@media (max-width: 1600px) {
  .br-team-big-row #br-team-column-row {
    min-height: 470px;
  }
}

@media (max-width: 1300px) {
  .br-team-big-row #br-team-column-row {
    max-width: 18%;
    margin-right: 2%;
  }
}

@media (max-width: 999px) {
  .br-team-big-row #br-team-column-row {
    max-width: 29%;
    margin-right: 4%;
  }
}

@media (max-width: 690px) {
  .br-team-big-row #br-team-column-row {
    max-width: 46%;
    margin-right: 4%;
    min-height: 410px;
  }
}

@media (max-width: 480px) {
  .br-team-big-row #br-team-column-row {
    max-width: 100%;
    margin-right: 0%;
    min-height: auto;
    padding-bottom: 50px !important;
  }
}
/*# sourceMappingURL=style.css.map */