/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 13px;
}

@font-face {
  font-family: "Gotham";
  src: url('../fonts/GothamMedium.otf');
}

body {
  overflow-x: hidden;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p {
  line-height: 1.75;
}

a {
  color: #0135ad;
}

a.active, a:active, a:focus, a:hover {
  opacity: 0.7;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section {
  padding: 100px 0;
}

section h2.section-heading {
  font-size: 26px;
  color: #0c0c13;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'Gotham';
}

.tbody-insights .insights-tr-odd:first-child {
  font-weight: 800;
}

.repots-table-th {
  font-size: 13px;
  font-weight: bold;
}

.repots-table-td {
  font-size: 11px;
  font-weight: normal;
}

.modal-section h4.section-heading {
  font-family: 'Gotham';
  font-size: 13px;
  color: #0135ad;
  text-transform: uppercase;
  margin: 10px 0;
}

.modal-section h2.section-heading {
  font-size: 26px;
  color: #0c0c13;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'Gotham';
  text-align: center;
}

section h4.section-heading {
  font-family: 'Gotham';
  font-size: 13px;
  color: #0135ad;
  margin: 45px auto 45px;
  text-transform: uppercase;
  font-weight: 400;
}

section h5.section-heading {
  height: 14px;
  font-family: 'Gotham';
  font-size: 13px;
  color: #0135ad;
  text-transform: uppercase;
  margin: 30px 0;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 300;
  margin-top: 25px;
  margin-bottom: 25px;
  text-transform: none;
  color: #393939;
  margin: 25px auto 20px;
  line-height: 30px;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.new-title {
  font-family: 'Gotham';
  font-size: 28px;
  color: #0135ad;
  line-height: 35px;
  margin-top: 21px;
}

.new-title-2 {
  font-family: 'Gotham';
  font-size: 44px;
  color: #0C0C13;
  line-height: 52px;
  margin-top: 21px;
}

.new-subheader {
  margin: 20px 0 44px 0;
}

.new-title a {
  color: #0135ad !important;
}

.new-title-2 a {
  color: #0C0C13 !important;
}

.new-content {
  font-family: 'Roboto Slab';
  font-size: 18px;
  font-weight: 300;
  color: #0C0C13;
  text-align: justify;
  line-height: 32px;
}

.new-content img {
  margin: 40px auto;
  max-width: 100%;
}

.new-content p {
  margin-top: 30px;
}

.new-content p strong {
  font-weight: 600;
}

.new-content p b {
  font-weight: 600;
}

.new-content h1 {
  margin-top: 20px;
  font-family: 'Gotham';
  font-size: 30px;
  color: #0135ad;
  line-height: 44px;
}


.new-content h5 {
  margin-top: 30px;
}

.back-to-news {
  color: #0C0C13;
  font-size: 15px;
  line-height: 16px;
  font-family: 'Gotham';
  text-transform: uppercase;
}

.back-to-news:hover {
  color: #0C0C13;
  opacity: 0.7;
}

.back-to-news img {
  margin-right: 15px;
}

.intro-lead-in a {
  color: white;
}

section.clients-videos .intro-text .intro-lead-in {
  font-size: 28px;
  font-family: 'Roboto Slab';
  max-width: 960px;
  color: #ffffff;
  font-weight: 100;
  text-align: center;
  margin: 0 auto 40px;
}

.logo-space {
  display: block !important;
  height: 40px;
}

.logo-space-top {
  height: 20px;
}

.logo-space-bottom {
  display: block !important;
  height: 20px;
}

@media (min-width: 768px) {
  .logo-space {
    display: none !important;
  }

  .logo-space-top {
    display: none !important;
  }

  .logo-space-bottom {
    display: none !important;
  }

  section {
    padding: 30px 0;
  }

  #about {
    margin-top: calc(100vh - 100px);
  }

  section.clients-videos .intro-text .intro-lead-in {
    font-size: 38px;
    font-family: 'Roboto Slab';
    max-width: 960px;
    color: #ffffff;
    font-weight: 100;
    text-align: center;
    margin: 0 auto 40px;
  }

  .login-btn {
    border: 1px solid white;
    width: 138px;
    text-align: center;
    height: 54px;
  }

  .login-btn:hover {
    background-color: #ffffff;
    opacity: 1;
    color: #0135ad !important;
    border: 1px solid #FFFFFF;
    transition: background-color 200ms linear, color 200ms linear;
  }

  section h3.section-subheading {
    width: 710px;
  }

}

::-moz-selection {
  background: #fed136;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav {
  background-color: #0135ad;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: #444;
  border: 0;
  background-color: #eee;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

#mainNav .navbar-brand {
  color: #fed136;
  font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 13px;
  font-weight: 400;
  padding: 0.75em 0;
  /*letter-spacing: 1px;*/
  font-family: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: white;
}

#mainNav2 {
  background-color: #0135ad;
}

#mainNav2 .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: #444;
  border: 0;
  background-color: #eee;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

#mainNav2 .navbar-brand {
  color: #fed136;
  font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
}

#mainNav2 .navbar-brand.active, #mainNav2 .navbar-brand:active, #mainNav2 .navbar-brand:focus, #mainNav2 .navbar-brand:hover {
  color: #fec503;
}

#mainNav2 .navbar-nav .nav-item .nav-link {
  font-size: 13px;
  font-weight: 400;
  padding: 0.75em 0;
  /*letter-spacing: 1px;*/
  font-family: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

#mainNav2 .navbar-nav .nav-item .nav-link {
  color: white;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 40px;
    padding-bottom: 25px;
    /*-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;*/
    border: none;
    background-color: transparent;
  }

  #mainNav2 {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }

  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  #mainNav2 .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
    line-height: 1.7;
  }

  #mainNav2 .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
    line-height: 2;
  }

  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    height: 84px;
    border-bottom: 1px solid rgba(12, 12, 19, 0.1);
  }

  #mainNav2.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    height: 94px;
    border-bottom: 1px solid rgba(12, 12, 19, 0.1);
  }

  /*#mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }*/
  #mainNav.navbar-shrink ul li a {
    color: #0135ad !important;
  }

  #mainNav.navbar-shrink .nav-link .nav-link-lang {
    color: #0135ad !important;
  }

  #mainNav.navbar-shrink .brand-logo-color {
    display: block;
  }

  #mainNav.navbar-shrink .brand-logo-white {
    display: none;
  }

  #mainNav.navbar-shrink .nav-item-subscribe {
    display: block;
  }

  #mainNav.navbar-shrink ul li .login-btn {
    background-color: #ffffff;
    color: #0135AD !important;
    border: 1px solid #0135AD;
  }

  #mainNav.navbar-shrink ul li .login-btn:hover {
    background-color: #0135AD;
    color: #ffffff !important;
    border: 1px solid #0135AD;
    transition: background-color 200ms linear;
  }

  #mainNav.navbar-shrink .subscribe-btn {
    border: 1px solid;
    width: 138px;
    text-align: center;
    height: 54px;
    background-color: #0135AD;
    color: white !important;
  }

  #mainNav.navbar-shrink .subscribe-btn:hover {
    opacity: 0.7;
    transition: opacity 200ms linear;
  }

}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/logos/background1.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead-mobile {
  background-image: url("../img/logos/solili-background-img.jpg");
}

header.masthead-chile {
  background-image: url("../img/logos/backgroundChile.png");
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 40px;
  font-family: 'Gotham'
}

header.masthead .intro-text .intro-heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 45px;
  font-family: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 200px;
    padding-bottom: 20px;
  }

  header.masthead .intro-text .intro-lead-in {
    font-size: 13px;
    line-height: 40px;
    margin-bottom: 40px;
    font-family: 'Gotham';
  }

  header.masthead .intro-text .intro-heading {
    font-size: 44px;
    font-weight: 700;
    line-height: 62px;
    margin-bottom: 44px;
    font-family: 'Gotham';
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: white;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }

  .news-list {
    padding-left: 60px;
  }

  .subscribec {
    width: 75%;
  }
}

.portfolio-modal .modal-dialog {
  max-width: none;
  height: 100%;
  margin: 0;
}

.portfolio-modal .modal-content {
  min-height: 100%;
  padding: 44px 0;
  text-align: center;
  border: none;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.modal-header {
  border-bottom: none;
}

/*.modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}*/

.modal .close-modal {
  width: 100%;
  cursor: pointer;
  text-align: right;
  font-size: 24px;
}

.modal .close-modal:hover {
  opacity: 0.3;
}

.modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 20px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #222222;
}

.modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 20px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #222222;
}

.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #f1f1f1;
}

.timeline > li {
  position: relative;
  min-height: 44px;
  margin-bottom: 44px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #f1f1f1;
  border-radius: 100%;
  background-color: #fed136;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }

  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }

  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }

  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }

  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }

  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }

  .new-title {
    font-family: 'Gotham';
    font-size: 38px;
    color: #0135ad;
    line-height: 44px;
    margin-top: 21px;
  }

}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }

  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }

  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }

  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }

  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }

  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }

  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }

  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }

  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.team-member {
  margin-bottom: 44px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid white;
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

footer {
  padding: 35px 0;
  text-align: center;
  background-color: #0135ad;
  color: white;
}

footer .footer-container {
  max-width: 1140px;
  margin: 0 auto;
}

footer span.copyright {
  font-size: 13px;
  line-height: 40px;
  text-transform: none;
  font-family: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;

}

footer ul.quicklinks {
  font-size: 13px;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

footer ul.quicklinks li {
  margin-right: 40px !important;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 26px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  outline: none;
}

.text-primary {
  color: #fed136 !important;
}

.btn-primary {
  font-weight: 700;
  color: white;
  border-color: #fed136;
  background-color: #fed136;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.btn-primary.focus, .btn-primary:focus {
  color: white;
  border-color: #b48b01;
  background-color: #fec503;
}

.btn-primary:hover {
  color: white;
  border-color: #f6bf01;
  background-color: #fec503;
}

.btn-primary.active, .btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  border-color: #fed136;
  background-color: #fed136;
}

.btn-primary .badge {
  color: #fed136;
  background-color: white;
}

.btn-xl {
  font-size: 13px;
  padding: 20px 25px;
  border-radius: 0px;
  color: #0135ad;
  border: 1px solid #ffffff;
  background-color: white;
  font-family: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  height: 54px;
  line-height: 1.0;
}

.btn-xl-dark {
  font-size: 13px;
  padding: 20px 25px;
  border-radius: 0px;
  color: #ffffff;
  border: 1px solid #0135ad;
  background-color: #0135ad;
  font-family: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  height: 54px;
  line-height: 1.0;
}

.btn-xl-dark:hover {
  color: #0135AD;
  border-color: #0135AD;
  background-color: white;
  opacity: 1;
  transition: background-color 200ms linear, color 200ms linear;
}

.btn-xl.focus, .btn-xl:focus {
  color: #0135ad;
  background-color: white;
}

.btn-xl:hover {
  color: white;
  border-color: #FFFFFF;
  background-color: transparent;
  opacity: 1;
  transition: background-color 200ms linear, color 200ms linear;
}

.btn-xl.active, .btn-xl:active,
.open > .btn-xl.dropdown-toggle {
  color: white;
}

.btn-xl.active.focus, .btn-xl.active:focus, .btn-xl.active:hover, .btn-xl:active.focus, .btn-xl:active:focus, .btn-xl:active:hover,
.open > .btn-xl.dropdown-toggle.focus,
.open > .btn-xl.dropdown-toggle:focus,
.open > .btn-xl.dropdown-toggle:hover {
  color: white;
}

.btn-xl.active, .btn-xl:active,
.open > .btn-xl.dropdown-toggle {
  background-image: none;
}

.btn-xl.disabled.focus, .btn-xl.disabled:focus, .btn-xl.disabled:hover, .btn-xl[disabled].focus, .btn-xl[disabled]:focus, .btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl.focus,
fieldset[disabled] .btn-xl:focus,
fieldset[disabled] .btn-xl:hover {
  border-color: #fed136;
  background-color: #fed136;
}

.btn-xl .badge {
  color: #fed136;
  background-color: white;
}

.divider {
  width: 1px;
  height: 62px;
  opacity: 0.2;
  background-color: #0c0c13;
  margin: 0 auto;
}

.divider-header {
  width: 1px;
  height: 62px;
  background-color: #FFFFFF;
  margin: 40px auto 40px;
}

.new-date {
  opacity: 0.5;
  font-family: 'Gotham';
  font-size: 13px;
  color: #0135ad;
  text-transform: uppercase;
  margin-right: 14px;
}

.new-date2 {
  opacity: 0.5;
  font-family: 'Gotham';
  font-size: 13px;
  color: #0C0C13;
  text-transform: uppercase;
  margin-right: 14px;
}

.new-source {
  height: 14px;
  font-family: 'Gotham';
  font-size: 13px;
  color: #0135ad;
  text-transform: uppercase;
  margin-left: 14px;
}

.new-source2 {
  height: 14px;
  font-family: 'Gotham';
  font-size: 13px;
  color: #0C0C13;
  text-transform: uppercase;
  margin-left: 14px;
}

.new-container {
  margin-top: 44px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(12, 12, 19, 0.2);
}

.new-detail-container {
  padding-bottom: 70px;
}

.new-detail-container .section-heading {
  margin-top: 130px;
  text-transform: uppercase;
  color: #0135AD;
  font-size: 15px;
}

.new-detail-container a {
  color: #0135ad;
}

.new-subheader i {
  color: #0C0C13;
  margin-left: 25px;
  font-size: 24px;
}

.all-news {
  font-family: 'Gotham';
  font-size: 15px;
  color: #0c0c13;
  text-transform: uppercase;
  margin-top: 20px;
}

.newsc {
  margin-top: 20px;
}

.contact-info {
  font-family: 'Roboto Slab';
  font-size: 18px;
  color: #0c0c13;
  line-height: 32px;
  font-weight: 300;
  margin-top: 10px;
}

.on-gmaps {
  font-family: 'Gotham';
  font-size: 15px;
  color: #0c0c13;
  text-transform: uppercase;
  margin-top: 30px;
  text-align: right;
}

section.clients-videos {
  text-align: center;
  color: white;
  background-image: url("../img/logos/clientes.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.clients-videos .intro-text {
  padding-top: 40px;
  padding-bottom: 0px;
}

section.clients-videos .intro-text .position-lead-in {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 63px;
  font-family: 'Gotham';
  text-transform: uppercase;
  opacity: 0.5;
}

section.clients-videos .intro-text .intro-heading {
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 25px;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.customers img {
  margin-bottom: 97px;
}

.video {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.new-divider {
  margin-bottom: -5px;
}

.news-categories .filter-label {
  font-family: "Gotham";
  color: #0135ad;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 40px;
  border-top: 1px solid rgba(12, 12, 19, 0.5);
  padding-top: 30px;
  margin-top: 80px;

}

.news-categories .section-heading {
  margin-top: 130px;
  text-transform: uppercase;
  height: 14px;
  font-family: 'Gotham';
  font-size: 13px;
  color: #0135ad;
  text-transform: uppercase;
}

.news-categories ul {
  font-family: "Gotham";
  list-style-type: none;
  padding-left: 0px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(12, 12, 19, 0.5);
}

.news-zero {
  border-bottom: 1px solid rgba(12, 12, 19, 0.5);
  height: 82px;
}

.news-zero2 {
  height: 108px;
}

.news-categories ul a {
  color: #333;
  text-transform: uppercase;
  font-size: 12px;
}

.news-paginator {
  text-align: center;
  font-family: "Gotham";
  color: #0135ad;
  margin-top: 40px;
}

.news-paginator .arrow-left {
  margin-right: 30px;
}

.news-paginator .arrow-right {
  margin-left: 30px;
}

.col-container {
  padding-left: 40px;
}

.all-news img {
  margin-left: 15px;
  margin-bottom: -1px;
}

.on-gmaps i {
  margin-left: 15px;
}

ul.ml-auto li:not(:last-child) {
  margin-right: 30px;
}

#contact {
  margin-bottom: 70px;
}

#customers {
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding: 0 !important;
  }

  .inisghts-container {
    max-width: 1400px;
    margin: 0 auto;
  }
}

.brand-logo-color {
  display: none;
}

.nav-item-subscribe {
  display: none;
}

.play-btn {
  width: 70px;
  height: 70px;
  background-color: white;
  border-radius: 100%;
  margin: 0 auto 70px;
}

.play-btn:hover {
  opacity: 0.7;
}

.play-btn img {
  padding: 29px 0 0 3px;
  width: 12px !important;
  margin: 0 auto;
}

input {
  font-family: "Gotham";
}

.form-radio,
.form-group {
  position: relative;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.form-inline > .form-group,
.form-inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}

.form-help {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  color: #b3b3b3;
  font-size: 0.8rem;
}

.checkbox .form-help, .form-radio .form-help, .form-group .form-help {
  position: absolute;
  width: 100%;
}

.checkbox .form-help {
  position: relative;
  margin-bottom: 1rem;
}

.form-radio .form-help {
  padding-top: 0.25rem;
  margin-top: -1rem;
}

.form-group input {
  height: 1.9rem;
}

.form-group textarea {
  resize: none;
}

.form-group select {
  width: 100%;
  font-size: 1rem;
  height: 1.6rem;
  padding: 0.125rem 0.125rem 0.0625rem;
  background: none;
  border: none;
  line-height: 1.6;
  box-shadow: none;
}

.form-group .control-label {
  position: absolute;
  top: 0.25rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #979797;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  font-family: "Roboto Slab";
  font-weight: 300;
  font-size: 18px;
  opacity: 0.5;
}

.form-group .control-label-errors {
  position: absolute;
  top: 2.3rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #D0021B;
  font-size: 0.7rem;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  font-family: 'Roboto Slab';
}

.form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #999;
  display: block;
}

.form-group .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #0135AD;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}

.form-group input,
.form-group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
  font-family: "Roboto Slab" !important;
  font-weight: 300;
}

.form-group input[type="file"] {
  line-height: 1;
}

.form-group input[type="file"] ~ .bar {
  display: none;
}

.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
  color: #333;
}

.form-group select ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group input:valid ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label,
.form-group textarea:focus ~ .control-label,
.form-group textarea:valid ~ .control-label,
.form-group textarea.form-file ~ .control-label,
.form-group textarea.has-value ~ .control-label {
  font-size: 0.8rem;
  color: gray;
  top: -1rem;
  left: 0;
}

.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
}

.form-group select:focus ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
  color: #0135AD;
}

.form-group select:focus ~ .bar::before,
.form-group input:focus ~ .bar::before,
.form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}

.checkbox label,
.form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: #333;
  display: block;
}

.checkbox input,
.form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}

.radio {
  margin-bottom: 1rem;
}

.radio .helper {
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #999;
}

.radio .helper::before, .radio .helper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
}

.radio .helper::after {
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: #0135AD;
  border-color: #0135AD;
}

.radio label:hover .helper {
  color: #0135AD;
}

.radio input:checked ~ .helper::after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.radio input:checked ~ .helper::before {
  color: #0135AD;
}

.checkbox {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.checkbox .helper {
  color: #999;
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  -webkit-transition: border-color 0.28s ease;
  transition: border-color 0.28s ease;
}

.checkbox .helper::before, .checkbox .helper::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: #0135AD;
  display: block;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 0.25rem;
  content: '';
  -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}

.checkbox .helper::before {
  top: 0.65rem;
  left: 0.38rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #fff;
}

.checkbox .helper::after {
  top: 0.3rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkbox label:hover .helper {
  color: #0135AD;
}

.checkbox input:checked ~ .helper {
  color: #0135AD;
}

.checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
  opacity: 1;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
}

.checkbox input:checked ~ .helper::after {
  height: 0.5rem;
}

.checkbox input:checked ~ .helper::before {
  height: 1.2rem;
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: 1rem;
}

.has-error .legend.legend, .has-error.form-group .control-label.control-label {
  color: #d9534f;
}

.has-error.form-group .form-help,
.has-error.form-group .helper, .has-error.checkbox .form-help,
.has-error.checkbox .helper, .has-error.radio .form-help,
.has-error.radio .helper, .has-error.form-radio .form-help,
.has-error.form-radio .helper {
  color: #d9534f;
}

.has-error .bar::before {
  background: #d9534f;
  left: 0;
  width: 100%;
}

.button {
  position: relative;
  background: currentColor;
  border: 1px solid currentColor;
  font-size: 1.1rem;
  color: #4f93ce;
  margin: 3rem 0;
  padding: 0.75rem 3rem;
  cursor: pointer;
  -webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
  transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.button span {
  color: #fff;
  position: relative;
  z-index: 1;
}

.button::before {
  content: '';
  position: absolute;
  background: #071017;
  border: 50vh solid #1d4567;
  width: 30vh;
  height: 30vh;
  border-radius: 50%;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 0;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.button:hover {
  color: #0135AD;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.button:active::before, .button:focus::before {
  -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}

.button:focus {
  outline: none;
}

.nav-link-dark {
  color: #0135ad !important;
}

.login-btn2 {
  border: 1px solid #0135ad;
  width: 138px;
  text-align: center;
  height: 54px;
  color: #0135ad !important;
}

.login-btn2:hover {
  background-color: #0135ad;
  color: #ffffff !important;
  transition: background-color 200ms linear, color 200ms linear;
}

.main-container {
  max-width: 1140px;
  margin: 0 auto;
}

.body-auth {
  background: url("../img/logos/BG_Signin.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}

.auth-form {
  margin: 0px auto;
  width: 500px;
  text-align: center;
  padding: 44px;
  background-color: white;
  margin-top: 60px;
}

.auth-form h4.section-heading {
  color: #0135AD;
  font-family: Gotham;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.auth-form h2.section-heading {
  color: #0C0C13;
  font-family: Gotham;
  font-size: 26px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px;
}

.auth-form form {
  text-align: left;
}

.error {
  color: #D0021B;
  opacity: .7;
  font-size: 12px;
  line-height: 16px;
}

.forgot-password {
  color: #0C0C13;
  text-align: center;
  font-family: Gotham;
  font-size: 13px;
  line-height: 14px;
  margin: 0 auto;
}

.forgot-password:hover {
  opacity: 0.7;
  color: #0C0C13;
}

.request-sent {
  display: none;
}

.request-sent .bcircle {
  text-align: center;
  width: 70px;
  height: 70px;
  background-color: #0135AD;
  border-radius: 100%;
  margin: 0 auto;
}

.request-sent .bcircle i {
  font-size: 40px;
  color: white;
  margin-top: 15px;
}

.request-sent .rmsg {
  margin-top: 45px;
  color: #0C0C13;
  font-family: 'Roboto Slab';
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
}

.modal-content {
  border-radius: 0;
}

.news-updates {
  font-size: 38px;
  font-family: 'Gotham';
}

.new-summary {
  margin-top: 30px;
}

.new-category {
  font-size: 14px;
  padding: 30px 0;
  color: #0135ad;
  text-transform: uppercase;
  font-family: Gotham;
  border-bottom: 1px solid rgba(12, 12, 19, 0.2);
}

.selected-category {
  opacity: 0.7;
}

.modal-content {
  border: 0px solid rgba(0, 0, 0, .2);
}

.carousel-txt {
  border: 1px solid #0135AD;
  background-color: #FFFFFF;
  padding: 44px 44px 70px 44px;
  width: 500px;
  margin-top: -320px;
  margin-left: 500px;
  position: absolute;
  height: 300px;
}

.carousel-txt h4 {
  color: #0135AD;
  font-family: Gotham;
  font-size: 38px;
  text-align: left;
}

.carousel-txt p {
  color: #393939;
  font-family: "Roboto Slab";
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 20px;
  text-align: left;
  margin-bottom: 15px;
}

.carousel-nav {
  width: 100px;
  height: 88px;
  background-color: #E6EBF7;
  font-size: 44px;
  border: 1px solid #0135AD;
}

.owl-prev .carousel-nav {
  border-right: 1px solid rgba(1, 53, 173, 0.5);
}

.owl-next .carousel-nav {
  border-left: none;
}

.owl-nav {
  position: absolute;
  left: 800px;
  bottom: 316px;
}

.owl-theme .owl-nav [class*=owl-] {
  padding: 0px !important;
  margin: 0px !important;

}

#about .owl-dots {
  position: absolute;
  left: 545px;
  bottom: 70px;
}

.owl-theme .owl-dots .owl-dot span {
  background: white !important;
  border: 1px solid #0135AD;

}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #0135AD !important;
}

.hidden {
  display: none;
}

.footer-container a {
  color: white;
}

.rectangle-count {
  height: 88px;
  width: 84px;
  background-color: #0135AD;
  color: white;
  font-family: Gotham;
  font-size: 15px;
  line-height: 88px;
  font-weight: 100;
  position: absolute;
  left: 786px;
  bottom: 319px;
  z-index: 1;
}

.carousel-nav img {
  padding: 25px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.fa-play:before {
  content: "\f04b";
}

.forgot-password-group {
  color: #0135AD;
  font-family: "Roboto Slab";
  font-size: 12px;
  line-height: 32px;
  text-align: right;
  margin-top: -40px;
}

.forgot-password-group a:hover {
  color: #0135AD;
}

.footer-container .ql-terms {
  text-align: left;
}

.footer-container .ql-copy {
  text-align: right;
}

.subscribe-container {
  width: 70%;
}

@media (max-width: 500px) {
  .auth-form {
    width: 100%;
    padding: 30px 20px;
    margin-top: 10px;
  }

  .auth-container {
    margin: 0px 10px;
  }
}

@media (max-width: 767px) {
  .footer-container .ql-terms {
    text-align: center;
  }

  .footer-container .ql-terms .list-inline-item:last-child {
    margin-right: 0px !important;
  }

  .footer-container .ql-copy {
    text-align: center;
  }

  .footer-container .ql-copy .list-inline-item {
    margin-right: 0px !important;
  }

  .subscribe-container {
    width: 100%;
    margin-bottom: 44px;
  }

  .news-list {
    padding: 15px;

  }

  .main-container {
    padding: 10px;
  }

  .subscribec {
    width: 100%;
  }

  #clients-logos img {
    margin-top: 20px;
    width: 50%;
  }

}

@media (min-width: 1000px) {
  .mcarousel {
    display: none;
  }

  .carousel {
    display: block;
  }
}

@media (max-width: 1000px) {
  .carousel {
    display: none;
  }

  .mcarousel {
    display: block;
  }

  .carousel-txt {
    border: 1px solid #0135AD;
    background-color: #FFFFFF;
    padding: 30px 30px 44px 30px;
    width: 100%;
    margin-top: 88px;
    margin-left: 0px;
    position: relative;
    height: 300px;
  }

  #about .owl-dots {
    display: none;
  }

  .owl-nav {
    position: relative;
    left: -30%;
    bottom: 300px;
  }

  .rectangle-count {
    left: 15px;
    position: absolute;
    bottom: 300px;
  }

  .owl-nav {
    position: absolute;
    left: 84px;
    bottom: 296px;
  }

}

.nav-link-lang a {
  color: white !important;
}

.nav-link-lang a.selected {
  opacity: 0.7;
}

.nav-link-lang-dark a {
  color: #0135AD !important;
}

.nav-link-lang-dark a.selected {
  opacity: 0.7;
  color: #0135AD !important;
}

.navbar-toggler {
  border-radius: 0;
}

#owl-carousel {
  margin: 0 auto;
  max-width: 1000px;
}

#owl-carousel .item img {
  width: 800px;
}

.post-container {
  margin-top: 40px;
}

@media only screen
and (max-width: 768px) {
  .news-categories .section-heading {
    margin-top: 30px;
  }

  .new-detail-container .section-heading {
    margin-top: 30px;
  }

  #customers {
    margin-top: -80px;
  }

  #section-videos [class*=col-] {
    padding: 0 -15px;
  }

  #mainNav2 .navbar-nav .nav-item .nav-link {
    color: white !important;
  }

  .nav-link-lang-dark a {
    color: white !important;
  }

  .nav-link-lang-dark a.selected {
    color: white !important;
  }

  .login-btn2 {
    color: #0135ad !important;
    width: 138px;
    text-align: left;
  }
}

#section-videos {
  padding: 0;
}

#section-videos [class*=col-] {
  padding: 0;
}

#section-videos a .info {
  position: absolute;
  bottom: 3%;
  left: 3%;
  z-index: 1;
}

#section-videos a .info .round-play {
  width: 3em;
  height: 3em;
  float: left;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .7);
  position: relative;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

#section-videos a .info .round-play i {
  font-size: 1em;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-35%, -50%);
  -ms-transform: translate(-35%, -50%);
  transform: translate(-35%, -50%);
  top: 50%;
  color: #0135AD;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.fa-play:before {
  content: "\f04b";
}

#section-videos a .info p {
  float: left;
  margin-left: 20px;
  margin-top: -8px;
  font-weight: 400 !important;
  color: #7b90ab;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#section-videos a .info p span {
  font-size: 14px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#section-videos a .img-in::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, .2);*/
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.img-in img {
  width: 100%;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.clearfix {
  display: block;
}

#section-videos p strong {
  font-family: Gotham;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
}

#section-videos p span {
  font-family: Gotham;
  text-transform: uppercase;
  color: white;
  font-size: 10px;
}

@media only screen
and (min-width: 1000px)
and (max-width: 1200px) {
  .owl-nav {
    left: 700px;
  }

  .rectangle-count {
    left: 616px;
  }

  .carousel-txt {
    margin-left: 400px;
  }

}

.products-section {
  margin-top: 30px;
}

.products-section h3 {
  margin: 40px 0;
  font-size: 20px;
  color: #0135ad;
  text-transform: uppercase;
}

.products-section p {
  font-size: 16px;
  font-weight: 300;
  color: #393939;
  line-height: 30px;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#video_overlays {
  position: absolute;
  width: 100%;
  z-index: 2;
}

#video_overlays video {
  width: 100%;
  z-index: 1;
}

.map-section {
  border-top: 1px solid rgba(12, 12, 19, 0.2);
}

.map-section #map {
  height: 600px;
}

.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay-video {
  position: absolute;
  width: 100%;
  line-height: 1.5;
  text-align: center;
}

.table-insights .insights-tr-even {
  background-color: rgba(1, 53, 173, 0.05);
}

.table-insights .insights-tr-odd {
  background-color: #FFFFFF;
}

.table-insights th {
  border-top: 0;
  text-align: left;
  padding: 0.35rem;
  background-color: white;
}

.g-mb-30 {
  margin-bottom: 30px;
}

.g-mt-30 {
  margin-top: 30px;
}

.heading-active {
  color: #333333;
}

.heading-insights {
  margin-left: 20px;
}

.news-updates a:hover {
  color: #0135ad;
}

.tbody-insights td {
  border-top: none;
  padding: .35rem;
}

.report-title {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #333333;
  margin-top: 21px;
}

.strong-insights {
  font-weight: 800;
}

.insights-tr-total {
  border-top: 2px solid #444444;
}

.heading-inactive a {
  color: #cccccc;
}

.categories-item {
  padding-bottom: 10px;
}

.g-pl-10 {
  padding-left: 10px;
}

.g-mt-20 {
  margin-top: 20px;
}

.g-mt-40 {
  margin-top: 40px;
}

.item-country {
  font-size: 16px !important;
  font-weight: bold;
}

.insights-markets:hover {
  color: #aaaaaa;
}

.share-section {
  margin: 20px 0;
  font-size: 16px;
  color: #0135ad;
  font-family: Gotham, Helvetica, Times;
}

.share-section a:hover {
  color: #333333;
}

.share-link {
  display: none;
}

.cursor-pointer {
  cursor: pointer !important;
}

.tfa-validation-form input {
  text-align: center;
  font-size: 1.2em;
}

.phone-2fa-form .country {
  margin-top: 0.4rem;
}

.heading-2fa {
  text-transform: none !important;
}
