
/*@font-face {
    font-family: 'nexa-bold';
    src: url('../fonts/nexa_bold-webfont.woff2') format('woff2'),
         url('../fonts/nexa_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nexa-light';
    src: url('../fonts/nexa_light-webfont.woff2') format('woff2'),
         url('../fonts/nexa_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

body {
  /*font: 400 15px/1.8 'nexa-light', Lato, sans-serif;*/
  color: #50557d;
}
.h2, h2 {
  font-size: 30px;
  color: #50557d;
}
h3, h4 {
  margin: 10px 0 30px 0;
  letter-spacing: 2px;      
  font-size: 20px;
  color: #50557d;
}
.nav > li {
  position: relative;
  display: block;
  min-width: 70px;
  text-align: center;
}
.navbar-nav > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
.container {
  padding: 80px 95px;
}
.person {
    border: 10px solid transparent;
    margin-bottom: 0;
    width: auto;
    height: 55px;
    opacity: 0.7;
}
.person:hover {
  border-color: #f1f1f1;
}
.carousel-inner img {
    /*-webkit-filter: grayscale(90%);
    filter: grayscale(90%);*/ /* make all photos black and white */ 
    width: 100%; /* Set width to 100% */
    margin: auto;
}
.carousel-caption h3 {
    color: #fff !important;
}

.bg-1 {
    background: #2d2d30;
    color: #bdbdbd;
    background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ),   url(../images/stock.jpg);
    background-size: 100% 100%;
    min-height: 400px;
}
  .bg-1 h3 {color: #fff;}
  .bg-1 p { }
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail p {
    margin-top: 15px;
    color: #555;
  }
  .btn {
    padding: 10px 20px;
    background-color: #333;
    color: #f1f1f1;
    border-radius: 0;
    transition: .2s;
  }
  .btn:hover, .btn:focus {
    border: 1px solid #333;
    background-color: #fff;
    color: #000;
  }
  .modal-header, h4, .close {
    color: #333 !important;
    text-align: center;
    font-size: 30px;
  }
  .modal-header, .modal-body {
    padding: 40px 50px;
  }
  .nav-tabs li a {
    color: #777;
  }
  #googleMap {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }  
  .navbar {
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;
    background-color: #2d2d3010; /* #2d2d30; */
    border: 0;
    font-size: 11px !important;
    letter-spacing: 0;
    opacity: 0.9;
  }
  .navbar li a, .navbar .navbar-brand { 
    color: #ffffff !important;
  }
  .navbar-nav li a:hover {
    color: #fff !important;
  }
  .navbar-nav li.active a {
    color: #fff !important;
    background-color: #29292c !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
  }
  .open .dropdown-toggle {
    color: #fff;
    background-color: #555 !important;
  }
  .dropdown-menu li a {
    color: #000 !important;
  }
  .dropdown-menu li a:hover {
    background-color: red !important;
  }
  footer {
    font-size: 13px;
    color: #000;
  }
  footer a {
    color: #000;
  }
  footer a:hover {
    color: #777;
    text-decoration: none;
  }  
  .form-control {
    border-radius: 0;
  }
  textarea {
    resize: none;
  }

.banner_content {
    color: #fff;
    position: absolute;
    top: 20%;
    z-index: 500;
    left: 10%;
    font-family: 'Roboto', 'Lato', sans-serif;
}
.banner_content h2 {
  margin-top: 60px;
  font-size: 30px;
  font-weight: 400;
  font-family: 'Roboto', 'Lato', sans-serif;
  line-height: 38px;
  color: #fff;
}
.banner_content p {
    max-width: 680px;
    font-size: 16px;
    margin: 25px 0px 45px;
}
.banner_content .primary-btn {
    display: inline-block;
    background: -webkit-linear-gradient(to right, #0ba9ff 0%, #56d9ff 51%, #0ba9ff 100%);
    background: -moz-linear-gradient(to right, #0ba9ff 0%, #56d9ff 51%, #0ba9ff 100%);
    background: -ms-linear-gradient(to right, #0ba9ff 0%, #56d9ff 51%, #0ba9ff 100%);
    background: -o-linear-gradient(to right, #0ba9ff 0%, #56d9ff 51%, #0ba9ff 100%);
    background: linear-gradient(to right, #0ba9ff 0%, #56d9ff 51%, #0ba9ff 100%);
    background-size: 200% auto;
    padding: 0px 38px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 50px;
    outline: none !important;
    box-shadow: 0px 0px 15px rgba(108, 39, 255, 0.3);
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#pgvideo{
  background: #f2f2f2;
}
#pg-line{
  background: #d6d9e4;
  padding: 5px 0 0;
  font-size: 13px;
}
#pg-line2{
  padding: 5px 0 0;
  font-size: 13px;
}
#trade_services{
  background-image: url(../images/blug-bg.png);
  background-size: 100% 100%;
  color: #ffffff;
}
#trade_services h2{
  color: #ffffff;
}
#trade_services .container {
  padding: 40px 95px;
}
.wrap_services{
  padding: 0 65px;
}
.icon-service {
  width: auto;
  height: 90px;
  margin: 25px 0;
}
.icon-partner {
  width: 100%;
  max-width: 200px;
  max-height: 200px;
  margin: 20px 0;
  text-align: center;
}
.signup-btn {
  background: #d5a741 !important;
  border-radius: 5px !important;
  padding: 0px 51px !important;
  font-size: 18px !important;
  text-transform: none !important;
  font-family: inherit !important;
  line-height: 35px !important;
  /*font-family: 'nexa-light', sans-serif !important;*/
}
.pglogo{
  width: 45px;
  margin: -5px 0 0 0;
}
.explore-btn {
  background: #a3aaba;
  padding: 1px 10px;
  margin: 0 5px 5px;
  border-radius: 5px;
}
.h-darker{
  background: #070916;
}
.logo-smaller {
  /*width: auto;
  height: 42px;
  margin-top: -10px;*/
}
#income{
  font-family: 'Roboto', 'Lato', sans-serif;
  color: #ffffff;
}
.income-title{
  color: #fff;
}
.income-detail{
  font-size: 22px;
}
.income-detail a{
  color: #ffffff;
}
#download-app{
  background-image: url(../images/blug-bg.png);
  background-size: 100% 100%;
  color: #ffffff;
}
#download-app h2 {
  color: #fff;
}
#download-app .container {
  padding: 40px 95px;
}
.flink-group{
  list-style: none;
  padding: 20px 0;
  height: auto;
}
.flink-group-item{
  list-style-type: none;
  float: left;
  margin: 0 35px 0 0;
}
.socials{
  list-style: none;
  padding: 0;
}
.social-item{
  list-style-type: none;
  float: left;
  margin: 0 4px 0 0;
}
.social-item a{
  
}
.social-item img{
  width: 22px;
}
.up-arrow {
  padding: 2px 7px;
  border: 1px solid #000;
  float: right;
}
#pgvideo iframe {
  width: 100%;
  max-width: 560px;
}
.navbar-nav > li > a {
  font-weight: bold;
}
.content-section{
  margin-bottom: 35px;
}
.content-section-inside{
  padding-top: 20px;
}
.news-item-first{
  padding-top: 20px;
}
.news-item{
  padding-top: 50px;
}
.search-box {
  width: 100%;
  max-width: 500px;
  border: none;
  background: #d6d9e4;
  padding: 10px;
  border-radius: 4px;
}

/* Style the tab */
.ui-widget.ui-widget-content {
  border: 0 !important;
}
.ui-tabs-anchor {
  /*font-family: Nexa-light;*/
  font-size: 22px;
  color: #50557d !important;
  background: #ffffff;
  padding: 1px 7px !important;
}
.ui-tabs-active .ui-tabs-anchor {
  /*font-family: Nexa-light;*/
  font-size: 22px;
  color: #50557d !important;
  background: #d6d9e4;
  padding: 1px 7px !important;
}
.ui-tabs .ui-tabs-nav {
  border-bottom: 1px solid #50557d !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  background: none !important;
  border-radius: 0 !important;
  padding: 45px 25px 0 25px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 0px solid #aaa !important;
  border-bottom: 1px solid #434772 !important;
}
.ui-widget {
  font-size: 14px;
}
.ui-widget-content {
  color: #50557d;
}
.hr-line2{
    margin-top: 3px !important;
    border-top: 1px solid #434772 !important;
}
.text-small {
  font-size: 12px !important;
  padding: 0;
  margin: 5px 8px !important;
}
.text-small a{
  color: #ffffff;
}
 
.btn-default {
  background: #ADACAC ;
  border-radius: 33px;
  text-transform: uppercase;
}
.btn-submit {
  background: #434772;
  border-radius: 33px;
  text-transform: uppercase;
}
.signup-form {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.signup-form label.terms input[type=checkbox]{
  height: 10px !important;
  
}

.signup-form input, 
.signup-form select{
  border-radius: 6px;
  padding: 10px 15px;
  height: 45px;
}



.contact-country label {
  clear: both;
  width: 100%;
  padding: 10px 30px;
}
.contact-country p-title {
  margin: 0;
}
.contact-country p {
  font-size: 13px !important;
  line-height: 20px;
}
.contact-country-detail {
  padding-left: 5px;
  padding-right: 5px;
}
.p-icon {
  max-width: 50px;
  max-height: 60px;
  margin: 0 0 15px 0;
}
.menu-active {
  background: url(../images/menu-bg.png) no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
  filter: brightness(70%);
}

@media (min-width: 1200px){ 
  .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
  }
  .banner_content {
    top: 30%;
    left: 15%;
  }
}

@media (max-width: 1200px){ 
  .container {
    padding: 20px 30px;
  }
  footer .row {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 1100px){ 
  footer .col-lg-5,
  footer .col-lg-4,
  footer .col-lg-3,
  footer .col-lg-2,
  footer .col-md-5,
  footer .col-md-4,
  footer .col-md-3 {
    padding: 0;
  }
}

@media (max-width: 800px){ 
  .copyright {
    margin: 20px 0 0;
  }
}

@media (max-width: 768px){ 
  .navbar {
    background-color: transparent;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: none;
    background: #0d0d0d;
  }
  .pglogo {
    width: 36px;
    margin: -10px 0 0 0;
  }
  .navbar-default .navbar-toggle {
    border-color: #ffffff50;
  }
  .dropdown-menu > li > a {
    color: #ffffff !important;
  }
}
@media (max-width: 600px) {
  .container {
    padding: 20px 10px;
  }
  .copyright {
    padding: 20px 10px;
  }
  .carousel-caption {
    display: none;  
  }
  .banner_content{
    display: none;
  }
}