.banner-carousel {
  margin-top: 0;
  margin-bottom: 0;
}
.banner-carousel .slick-list {
  width: 100%;
}
.banner-carousel .slick-track {
  padding-top: 30px;
  padding-bottom: 30px;
}
.banner-carousel .carousel-item {
  position: relative;
  background-color: #fff;
  color: #838282;
  display: flex;
  text-decoration: none;
  transition: 0.2s ease-out;
  z-index: 1;
}
.banner-carousel .carousel-item__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 15px;
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner-carousel .carousel-item__text p {
  margin: 0;
}
.banner-carousel .carousel-item__image {
  height: 120px;
}
.banner-carousel .carousel-item__image img {
  height: 100%;
}
.banner-carousel .carousel-item:hover {
  transition: 0.2s ease-in;
  transform: scale(1.04);
  z-index: 555;
}
.carouselTicker .carouselTicker__item {
  line-height: initial;
  text-align: initial;
  border: none;
  width: 550px;
  height: 100px;
}
@media (max-width: 991px) {
  .carouselTicker .carouselTicker__item {
    height: 200px;
    width: 300px;
  }
  .banner-carousel .slick-track {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .banner-carousel .carousel-item {
    width: 300px;
    height: 195px;
    flex-direction: column;
    justify-content: center;
  }
  .banner-carousel .carousel-item__image {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner-carousel .carousel-item__image img {
    width: 100%;
  }
  .banner-carousel .carousel-item__text {
    display: block;
  }
  .banner-carousel .carousel-item__text p {
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100px;
    -webkit-line-clamp: 3;
    display: block;
    display: -webkit-box;
    max-width: 300px;
  }
}
.light-green {
  color: #448c6d;
}
.light-green:hover {
  color: #448c6d;
}
.white-text {
  color: #fff;
}
.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
}
.btn-primary {
  background-color: #008d7f;
  color: #fff;
  border-color: #008d7f;
}
@media (min-width: 991px) {
  .space-between {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .flex-reverse {
    flex-wrap: wrap-reverse;
  }
}
.fx-market-data .market-data-item {
  display: flex;
}
.fx-market-data .market-data-item img {
  position: static;
}
.fx-market-data .market-data-item .service-title {
  margin-left: 20px;
}
.fx-market-data .market-icon {
  display: flex;
  justify-content: center;
}
.fx-market-data .market-icon img {
  width: 30px;
  height: 30px;
}
.fx-market-data .market-icon h4 {
  margin-top: 7px;
}
.fx-market-data .market-data-item-right .market-data-subitem {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .fx-market-data .market-data-item-right h4 {
    margin-top: 0;
    color: #1aa54e;
    line-height: 1.3;
  }
  .fx-market-data .market-data-item-right p {
    color: #083833;
    margin-bottom: 0;
  }
  .fx-market-data .market-data-item-right .margin-bottom {
    margin-bottom: 20px !important;
  }
  .fx-market-data .market-data-item-right .padding-right {
    padding-right: 10px;
  }
  .fx-market-data .market-data-item-right .padding-left {
    padding-left: 10px;
  }
  .fx-market-data .market-data-item-right .market-data-subitem {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #71bfbe;
    border-radius: 5px;
    padding: 10px;
  }
  .fx-market-data .market-data-item-right .row {
    display: flex;
    flex-wrap: wrap;
  }
  .fx-market-data .market-data-item-right .subitem-height {
    height: 100%;
  }
  .fx-market-data .market-data-item-right .revers {
    background-color: #71bfbe;
  }
  .fx-market-data .market-data-item-right .revers h4 {
    color: #083833;
  }
  .fx-market-data .market-data-item-right .revers p {
    color: #fff;
  }
}
html {
  height: 100%;
  overflow: auto;
  font-size: 16px;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: Barlow, sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden !important;
  color: #252631;
  font-size: 1rem;
  line-height: 1.5;
}
::selection {
  color: #fff;
  background: #9fdaf2;
}
::-moz-selection {
  color: #fff;
  background: #9fdaf2;
}
ul:not(.default) {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: #008d7f;
}
a:focus,
a:hover {
  color: #00685e;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Barlow;
  color: #008d7f;
}
h1 {
  font-size: 2.625rem;
  font-weight: 700;
  letter-spacing: -1.5px;
}
h2 {
  font-size: 2.625rem;
  line-height: 2.938rem;
  letter-spacing: -1.17px;
  font-weight: 400;
}
h3 {
  font-size: 1.75rem;
  line-height: 2rem;
  letter-spacing: -0.78px;
}
h4 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: -0.67px;
}
h5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: -0.56px;
}
img {
  border: none;
}
iframe {
  border: none;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
.scrollToDown,
.scrollToTop {
  bottom: 80px;
  border-radius: 4px;
  display: none;
  font-size: 32px;
  line-height: 45px;
  font-weight: 700;
  height: 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 999;
  color: #fff;
  background-color: #008d7f;
}
.scrollToDown {
  bottom: 120px;
  display: block;
}
.scrollToDownText {
  bottom: 120px;
  display: block;
  color: #008d7f;
  height: 50px;
  border-radius: 0;
  width: 105px;
  text-decoration: none;
  text-align: center;
  position: fixed;
  right: 106px;
  font-size: 14px;
  z-index: 999;
}
.scrollToDownText :hover {
  color: #29533d;
}
.scrollToDown:focus,
.scrollToDown:hover,
.scrollToTop:focus,
.scrollToTop:hover {
  background-color: #fff;
  text-decoration: none;
  outline: 0;
}
#header {
  float: left;
  display: inline;
  width: 100%;
}
.header-top {
  position: absolute;
  z-index: 2;
  background-color: #333;
  display: none;
  float: left;
  width: 100%;
  padding: 20px 0;
}
#search {
  margin: 0 auto;
  width: 70%;
}
#search input {
  background-color: #333;
  border: medium none;
  color: #fff;
  float: left;
  height: 100%;
  text-align: center;
  width: 90%;
}
#search button[type="submit"] {
  background: #333;
  border: medium none;
  color: #fff;
  height: 20px;
  width: 30px;
}
.header-bottom {
  background-color: rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid #e4e4e4;
  color: #949494;
  font-size: 12px;
  height: 40px;
  display: inline;
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 0 15px;
  transition: all 0.3s ease 0s;
}
.header-contact {
  display: inline;
  float: left;
  width: 100%;
}
.header-contact ul li {
  border-left: 1px solid #e4e4e4;
  display: inline-block;
  float: left;
  margin-right: 10px;
  padding: 10px 12px;
}
.header-contact ul li:last-child {
  border-right: 1px solid #e4e4e4;
}
.phone {
  font-size: 14px;
}
.phone i {
  margin-right: 5px;
}
.mail {
  font-size: 14px;
}
.mail i {
  margin-right: 5px;
}
.header-login {
  display: inline;
  float: left;
  text-align: right;
  width: 100%;
}
.login {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  color: #949494;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 5px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
#login-form {
  background-color: rgba(0, 0, 0, 0.7);
}
#login-form .modal-dialog {
  margin: 130px auto;
  width: 400px;
}
#login-content {
  border-radius: 0;
}
#login-content .modal-title {
  font-size: 20px;
}
#login-content .modal-title i {
  margin-right: 5px;
}
#login-content .form-group input {
  height: 35px;
  border-radius: 0;
}
#login-content .form-control:focus {
  box-shadow: none;
}
.loginbox label {
  float: left;
  width: 100%;
}
.loginbox label input {
  float: left;
  margin-right: 5px;
}
.loginbox label span {
  font-weight: 400;
}
.loginbox .signin-btn {
  border-radius: 0;
  margin-top: 10px;
  color: #fff;
}
.footer-box {
  text-align: left;
  font-size: 15px;
}
.footer-box a:focus,
.footer-box a:hover {
  text-decoration: none;
  outline: 0;
}
#signup-content {
  display: none;
}
#signup-content {
  border-radius: 0;
}
#signup-content .modal-title {
  font-size: 20px;
}
#signup-content .modal-title i {
  margin-right: 5px;
}
#signup-content .form-group input {
  height: 35px;
  border-radius: 0;
}
#signup-content .form-control:focus {
  box-shadow: none;
}
.signupbox span {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 10px;
}
.signupbox span a:hover {
  text-decoration: none;
  outline: 0;
}
#menu-area {
  background-color: #fff;
  float: left;
  width: 100%;
  position: relative;
}
.dropdown-menu > li > a.disabled {
  background-color: #d8d8d8;
}
.title-area {
  display: inline;
  float: left;
  padding: 0 150px;
  text-align: center;
  width: 100%;
}
.title-area .line {
  background-color: #777;
  display: inline-block;
  height: 2px;
  width: 60px;
}
.title-area p {
  color: #252631;
  line-height: 25px;
  margin-top: 20px;
}
.widgets-block-content {
  display: inline-block;
  width: 100%;
}
.widgets-block .title-area {
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}
.single-widgets-block {
  width: 100%;
}
.single-widgets-block:hover .widgets-block-icon {
  color: #444;
}
.single-widgets-block .widgets-block-icon {
  font-size: 35px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.feat-title {
  font-weight: 400;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-widgets-block:hover .feat-title {
  color: #444;
}
.single-widgets-block p {
  color: #555;
}
.widget-bv {
  font-size: 16px;
}
.BV_params {
  padding: 10px 0;
}
.BV_table {
  padding: 10px 0;
}
#about {
  background-color: #f8f8f8;
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}
#timeline-fm {
  background-color: #f8f8f8;
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}
.about-content {
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
  font-size: 14px;
}
.our-skill {
  display: inline;
  float: left;
  width: 100%;
  padding: 0 10px;
}
.our-skill h3 {
  position: relative;
}
.our-skill h3::after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 40px;
  width: 65px;
}
.our-skill-content {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 25px;
}
.our-skill-content p {
  margin-bottom: 5px;
}
.our-skill-content .progress {
  background-color: #f5f5f5;
  height: 30px;
  border-radius: 0;
  margin-bottom: 24px;
}
.our-skill-content .progressbar-back-text,
.our-skill-content .progressbar-front-text {
  font-size: 14px;
  height: 100%;
  line-height: 30px;
}
.progress-title {
  font-size: 15px;
  font-weight: 700;
  left: 20px;
  line-height: 29px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}
.why-choose-us {
  display: inline;
  float: left;
  width: 100%;
}
.why-choose-us h3 {
  position: relative;
}
.why-choose-us h3::after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 40px;
  width: 65px;
}
.why-choose-group {
  margin-top: 50px;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #ddd;
  border-radius: 0;
  color: #333;
  padding: 0;
}
.panel-title > a {
  color: #222;
  display: block;
  padding: 10px 15px;
}
.panel-title > a:focus,
.panel-title > a:hover {
  text-decoration: none;
  outline: 0;
}
.panel-title > a span {
  float: right;
  font-size: 20px;
}
.why-choose-group .panel-body p {
  color: #555;
  font-size: 15px;
  line-height: 22px;
}
.why-choose-img {
  display: inline-block;
  float: left;
  margin-right: 14px;
  margin-bottom: 3px;
  width: 20%;
}
.six-sec-ease-in-out {
  -webkit-transition: width 6s ease-in-out;
  -moz-transition: width 6s ease-in-out;
  -ms-transition: width 6s ease-in-out;
  -o-transition: width 6s ease-in-out;
  transition: width 6s ease-in-out;
}
#counter {
  background-attachment: fixed !important;
  background-image: url(../images/counter-bg.jpg);
  background-repeat: repeat;
  background-size: cover;
  color: #fff;
  display: inline;
  float: left;
  width: 100%;
}
.counter-overlay {
  background: rgba(15, 22, 30, 0.5) none repeat scroll 0 0;
  color: #fff;
  display: inline;
  float: left;
  padding: 90px 0;
  width: 100%;
}
.counter-area {
  display: inline;
  float: left;
  width: 100%;
}
.single-counter {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}
.single-counter .counter-icon {
  display: inline;
  float: left;
  width: 100%;
  color: #fff;
  font-size: 30px;
}
.single-counter .counter-no {
  color: #fff;
  display: inline;
  float: left;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  line-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-counter .counter-label {
  color: #fff;
  display: inline;
  float: left;
  font-size: 20px;
  width: 100%;
}
.single-counter .counter-label::after {
  content: "";
  height: 2px;
  margin: 8px auto;
  width: 35px;
  display: block;
}
#service {
  background-color: #fff;
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}
.service-content {
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}
.service-content .product-block {
  margin-bottom: 20px;
  height: auto;
}
.service-content .product-block .single-service {
  padding-left: 0;
}
.single-service {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  float: left;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 80px;
}
.link-btn {
  font-size: 0.83rem;
  margin-top: 15px;
  padding: 6px 22px;
  background-color: #008d7f;
  color: #fff;
  border-color: #008d7f;
  border-radius: 50px;
  font-family: Barlow;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.2s linear;
}
.link-btn:active,
.link-btn:focus,
.link-btn:hover {
  border-color: #008d7f;
  background-color: #4baea5;
}
.link-btn span {
  padding-right: 15px;
  position: relative;
}
.link-btn svg {
  position: relative;
}
.single-service-image img {
  width: 100%;
}
.service-icon {
  font-size: 50px;
  height: auto;
  left: 0;
  line-height: 50px;
  position: absolute;
  top: 5px;
  width: 60px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#service img[src="/images/icons/SafeMatch.png"] {
  height: 60px;
  width: 45px;
  margin-left: 12px;
}
.single-service:hover .service-icon {
  color: #222;
}
.service-title {
  transition: all 0.5s ease 0s;
}
.service-title:hover {
  color: #008d7f;
}
.service-title a:hover {
  text-decoration: none;
  cursor: pointer;
}
#pricing-table {
  background-color: #f8f8f8;
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}
.pricing-table-content {
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}
.single-table-price {
  background-color: #fff;
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
  border: 1px solid #ccc;
}
.price-header {
  background-color: #383838;
  color: #ccc;
  display: inline;
  float: left;
  width: 100%;
}
.price-title {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin-top: -5px;
  min-width: 150px;
  padding: 5px 15px;
  text-transform: uppercase;
}
.price {
  color: #fff;
  display: inline;
  float: left;
  font-size: 40px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
}
.price .price-up {
  font-size: 60%;
}
.price .price-down {
  font-size: 14px;
  text-transform: uppercase;
}
.price-article {
  display: inline;
  float: left;
  padding: 0 20px;
  width: 100%;
}
.price-article ul li {
  border-bottom: 1px solid #ccc;
  color: #555;
  padding: 15px 0;
}
.price-article ul li:last-child {
  border: none;
}
.price-footer {
  display: inline;
  float: left;
  width: 100%;
}
.purchase-btn {
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  margin-bottom: -10px;
  margin-top: 20px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.purchase-btn:focus,
.purchase-btn:hover {
  text-decoration: none;
  outline: 0;
  color: #fff;
}
.widgets-blockd-price .price-title {
  background-color: #383838;
}
.widgets-blockd-price .purchase-btn {
  color: #fff;
}
#our-team {
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}
.our-team-content {
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}
.single-team-member {
  border: 2px solid #f5f5f5;
  display: inline;
  float: left;
  margin-top: 65px;
  padding: 10px;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-team-member:hover {
  -webkit-box-shadow: 0 8px 6px -6px #000;
  -moz-box-shadow: 0 8px 6px -6px #000;
  box-shadow: 0 8px 6px -6px #000;
}
.team-member-img {
  background-color: #fff;
  margin-top: -65px;
  position: relative;
}
.team-member-img img {
  width: 50%;
}
.team-member-name {
  display: inline;
  float: left;
  padding: 25px 0 15px;
  width: 100%;
}
.team-member-name p {
  color: #222;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.team-member-name span {
  color: #222;
  font-size: 14px;
}
.single-team-member > p {
  color: #222;
  font-size: 14px;
  line-height: 20px;
  padding: 0 10px;
}
.single-team-member:hover .team-member-link {
  color: #fff;
}
.single-team-member:hover .team-member-link > a {
  color: #fff;
}
.team-member-link {
  background: #fff none repeat scroll 0 0;
  color: #555;
  bottom: -20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 60%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.team-member-link a {
  display: inline-block;
  padding: 8px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.team-member-link a:focus,
.team-member-link a:hover {
  display: inline-block;
  outline: 0;
}
#testimonial {
  background-attachment: fixed !important;
  background-image: url(../images/testimonial-1.jpg);
  background-repeat: repeat;
  background-size: cover;
  color: #fff;
  display: inline;
  float: left;
  width: 100%;
  padding: 70px 0;
}
#testimonial .title-area {
  padding: 0 50px;
}
#testimonial .title-area .title {
  font-size: 30px;
  line-height: 30px;
}
.testimonial-slider {
  display: inline;
  float: left;
  margin-top: 50px;
  text-align: center;
  width: 100%;
}
.single-slider {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
  outline: 0;
}
.testimonial-img {
  border-radius: 50%;
  height: 100px;
  margin: 0 auto 30px;
  text-align: center;
  width: 100px;
}
.testimonial-img img {
  width: 100%;
  border-radius: 50%;
}
.testimonial-content p {
  font-size: 15px;
}
.testimonial-content h6 {
  font-size: 15px;
  margin-top: 10px;
  display: inline-block;
}
.testimonial-content h6 span {
  margin-left: 3px;
}
.testimonial-slider .slick-dots li {
  border-radius: 50%;
  color: #fff;
}
.testimonial-slider .slick-dots li button::before {
  display: none;
}
#clients-brand {
  background-color: #fff;
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}
.clients-brand-area {
  display: inline;
  float: left;
  width: 100%;
}
.clients-brand-slide {
  margin-bottom: 0;
  width: 100%;
}
.clients-brand-slide .slick-slide {
  outline: 0;
}
.slick-initialized .slick-slide {
  max-height: 430px;
  overflow: hidden;
}
.single-brand {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  display: inline;
  float: left;
  height: 120px;
  padding-top: 47px;
  text-align: center;
  width: 100%;
}
.single-brand img {
  display: inline-block;
}
#latest-news {
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}
.latest-news-content {
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}
.blog-news-single {
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
  margin: 1%;
  padding-bottom: 20px;
  border: 1px solid #e7e7e7;
}
.blog-news-img {
  display: inline;
  float: left;
  height: 270px;
  width: 100%;
}
.blog-news-img img {
  width: 100%;
  height: 100%;
}
.blog-news-title {
  display: inline;
  float: left;
  padding: 20px 15px 15px;
  width: 100%;
}
.blog-news-title h2,
.blog-news-title h2 > a {
  color: #838282;
  font-family: Barlow;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 27px;
}
.blog-news-title h2 > a:hover {
  text-decoration: none;
  outline: 0;
}
.blog-news-title p {
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.blog-news-title .blog-author {
  text-transform: uppercase;
}
.blog-news-details {
  display: inline;
  float: left;
  padding: 0 15px;
  width: 100%;
}
.blog-news-details p {
  font-size: 14px;
}
.blog-more-btn {
  color: #838282;
  display: inline-block;
  font-size: 14px;
  margin-top: 15px;
  text-decoration: none;
}
.blog-more-btn:focus,
.blog-more-btn:hover {
  text-decoration: none;
  outline: 0;
}
.blog-more-btn i {
  margin-left: 5px;
}
#subscribe {
  background-attachment: fixed !important;
  background-image: url(/images/banners/global.jpg);
  background-repeat: repeat;
  background-size: cover;
  color: #fff;
  display: inline;
  float: left;
  width: 100%;
  transition: all 0.5s;
}
.subscribe-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 90px 0;
  float: left;
  width: 100%;
}
.subscribe-area {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}
.subscribe-area h2 {
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 22px;
}
.subscribe-area .fastmatch_descl {
  font-size: 14px;
}
.subscrib-form {
  margin: 0 auto;
  width: 600px;
  position: relative;
}
.subscrib-form input {
  border: medium none;
  border-radius: 4px;
  color: #444;
  font-size: 18px;
  height: 50px;
  outline: medium none;
  padding: 5px 105px 5px 10px;
  width: 100%;
}
.subscribe-btn {
  border: medium none;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  top: 0;
  letter-spacing: 0.5px;
  outline: medium none;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  width: 120px;
}
#single-page-header {
  background-attachment: fixed !important;
  background-image: url(../images/slider-5.jpg);
  background-repeat: repeat;
  background-size: cover;
  color: #fff;
  display: inline;
  float: left;
  width: 100%;
  margin-top: 0;
}
#single-page-header.ProductsPage {
  background-attachment: fixed !important;
  background-image: url(../images/products/overview.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -330px;
}
#single-page-header.GUI {
  background-attachment: fixed !important;
  background-image: url(../images/products/gui.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
#single-page-header.FastMatchECN {
  background-attachment: fixed !important;
  background-image: url(../images/products/ecn.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -390px;
}
#single-page-header.ListingsBanner {
  background-attachment: fixed !important;
  background-image: url(../images/products/global.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -350px;
}
#single-page-header.FeesBanner {
  background-attachment: fixed !important;
  background-image: url(../images/products/global.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -350px;
}
#single-page-header.FeaturesBanner {
  background-attachment: fixed !important;
  background-image: url(../images/products/global.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -350px;
}
#single-page-header.DisclosedMatch {
  background-attachment: fixed !important;
  background-image: url(../images/products/global.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -160px;
}
#single-page-header.ManageMatch {
  background-attachment: fixed !important;
  background-image: url(../images/products/managematch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -180px;
}
#single-page-header.AlgoMatch {
  background-attachment: fixed !important;
  background-image: url(../images/products/algo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -200px;
}
#single-page-header.MidMatch {
  background-attachment: fixed !important;
  background-image: url(../images/products/midmatch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -390px;
}
#single-page-header.SafeMatch {
  background-attachment: fixed !important;
  background-image: url(../images/products/safematch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -490px;
}
#single-page-header.MarketDataTech {
  background-attachment: fixed !important;
  background-image: url(../images/products/fx-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
}
#single-page-header.QuantResearch {
  background-attachment: fixed !important;
  background-image: url(../images/products/quantResearch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
}
.AlgoMatch .col-md-6.col-sm-6.col-xs-12:first-child,
.DisclosedMatch .col-md-6.col-sm-6.col-xs-12:first-child,
.FastMatchECN .col-md-6.col-sm-6.col-xs-12:first-child,
.GUI .col-md-6.col-sm-6.col-xs-12:first-child,
.ManageMatch .col-md-6.col-sm-6.col-xs-12:first-child,
.MarketDataTech .col-md-6.col-sm-6.col-xs-12:first-child,
.MidMatch .col-md-6.col-sm-6.col-xs-12:first-child,
.QuantResearch .col-md-6.col-sm-6.col-xs-12:first-child,
.SafeMatch .col-md-6.col-sm-6.col-xs-12:first-child {
  background-color: rgba(11, 36, 80, 0.5);
}
.FeaturesBanner .col-md-6.col-sm-6.col-xs-12:first-child,
.FeesBanner .col-md-6.col-sm-6.col-xs-12:first-child,
.TransparentBanner .col-md-6.col-sm-6.col-xs-12:first-child {
  background-color: transparent;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  background-color: rgba(39, 76, 119, 0.56);
  padding: 90px 0;
  float: left;
  width: 100%;
}
.single-page-header-left {
  display: inline;
  float: left;
  width: 100%;
}
.single-page-header-right {
  display: inline;
  float: left;
  width: 100%;
}
.single-page-header-right .breadcrumb {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  text-align: right;
}
.single-page-header-right .breadcrumb li a {
  color: #fff;
}
#portfolio {
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
  min-height: 400px;
  padding: 70px 0;
}
.portfolio-area {
  display: inline;
  float: left;
  width: 100%;
}
.portfolio-menu {
  display: inline;
  float: left;
  text-align: center;
  padding: 0 20px;
  width: 100%;
}
.portfolio-menu ul li {
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  padding: 6px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio-menu ul li.active,
.portfolio-menu ul li:hover {
  color: #fff;
}
#mixit-container .mix {
  display: none;
}
.portfolio-container {
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}
.single-portfolio {
  background-color: #ccc;
  display: inline;
  float: left;
  width: 25%;
}
.single-item > img {
  height: 220px;
  width: 100%;
}
.single-item {
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}
.single-item-content {
  color: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  padding-top: 55px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
}
.single-item:hover .single-item-content {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.single-item-content::after {
  content: "";
  height: 85%;
  left: 18px;
  top: 15px;
  width: 90%;
  position: absolute;
  z-index: -1;
}
.view-icon {
  color: #fff;
  font-size: 30px;
}
#blog-archive {
  background-color: #f8f8f8;
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}
.blog-archive-area {
  display: inline;
  float: left;
  width: 100%;
}
.blog-archive-left {
  display: inline;
  float: left;
  width: 100%;
}
.blog-archive-left .blog-news-single {
  margin-bottom: 30px;
}
.blog-archive-left .blog-news-img {
  height: 350px;
}
.blog-pagination {
  display: inline;
  float: left;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
}
.pagination-nav {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.pagination-nav li {
  display: inline-block;
}
.pagination-nav li a {
  color: #555;
  border: 1px solid #ccc;
  display: inline-block;
  margin: 0 5px;
  padding: 5px 13px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination-nav li a:focus,
.pagination-nav li a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.blog-side-bar {
  display: inline;
  float: left;
  width: 100%;
}
.sidebar-widget {
  display: inline;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.sidebar-widget > p {
  font-size: 14px;
}
.sidebar-widget ul > li > a {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
}
.search-group {
  display: inline;
  float: left;
  width: 100%;
  position: relative;
}
.search-group .blog-search-btn {
  border: medium none;
  color: #fff;
  font-size: 18px;
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}
.search-group input[type="search"] {
  height: 40px;
  outline: medium none;
  padding: 5px 10px 5px 55px;
  width: 100%;
}
.search-group input[type="search"]:focus {
  outline: 0;
}
.widget-title {
  color: #333;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
}
.widget-title::after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 30px;
}
.widget-catg li a {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.widget-catg li a:focus,
.widget-catg li a:hover {
  text-decoration: none;
  outline: 0;
}
.widget-catg li::before {
  content: "\f138";
  font-family: fontAwesome;
}
.tag-cloud {
  display: inline;
  float: left;
  width: 100%;
  text-align: left;
}
.tag-cloud a {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 8px;
  margin-right: 3px;
  padding: 5px 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tag-cloud a:focus,
.tag-cloud a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.widget-archive li a {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.widget-archive li a span {
  margin-left: 5px;
  display: inline-block;
}
.widget-archive li a:focus,
.widget-archive li a:hover {
  text-decoration: none;
}
.blog-single-details blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 20px;
}
.blog-single-details blockquote p {
  font-size: 18px;
}
.blog-single-details blockquote span {
  text-transform: uppercase;
  font-size: 16px;
}
.blog-single-details ol,
.blog-single-details ul {
  padding-left: 25px;
  margin-bottom: 20px;
}
.blog-single-details ul li {
  list-style: circle;
  margin-bottom: 5px;
}
.blog-single-details h1,
.blog-single-details h2,
.blog-single-details h3,
.blog-single-details h4,
.blog-single-details h5,
.blog-single-details h6 {
  color: #333;
}
.blog-single-details h3 {
  margin-top: 0;
}
.blog-single-bottom {
  display: inline;
  float: left;
  margin-top: 50px;
  padding: 10px 0;
  width: 100%;
}
.blog-single-tag {
  display: inline;
  font-size: 14px;
  float: left;
  width: 100%;
  text-align: left;
}
.blog-single-tag a {
  margin-left: 5px;
  color: #333;
}
.blog-single-tag a:focus,
.blog-single-tag a:hover {
  text-decoration: none;
  outline: 0;
}
.blog-single-social {
  display: inline;
  float: left;
  width: 100%;
  text-align: right;
}
.blog-single-social a {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  min-width: 30px;
  padding: 5px;
  text-align: center;
}
.blog-single-social a:focus,
.blog-single-social a:hover {
  text-decoration: none;
  outline: 0;
}
.blog-navigation-area {
  display: inline;
  float: left;
  width: 100%;
}
.blog-navigation-area {
  display: inline;
  float: left;
  margin-top: 20px;
  width: 100%;
}
.blog-navigation-prev {
  float: left;
  text-align: left;
}
.blog-navigation-prev a {
  border-left: 2px solid #ccc;
  display: inline-block;
  padding-left: 15px;
}
.blog-navigation-prev a:focus,
.blog-navigation-prev a:hover {
  text-decoration: none;
  outline: 0;
}
.blog-navigation-prev a > h5 {
  color: #222;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.blog-navigation-prev a > span {
  font-size: 14px;
}
.blog-navigation-next {
  float: right;
  text-align: right;
}
.blog-navigation-next a {
  border-right: 2px solid #ccc;
  display: inline-block;
  padding-right: 15px;
}
.blog-navigation-next a:focus,
.blog-navigation-next a:hover {
  text-decoration: none;
  outline: 0;
}
.blog-navigation-next a > h5 {
  color: #222;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.blog-navigation-next a > span {
  font-size: 14px;
}
.comments-box-area {
  display: inline;
  float: left;
  margin-top: 30px;
  padding: 20px 0;
  width: 100%;
}
.comments-box-area h2 {
  color: #333;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 10px;
  position: relative;
}
.comments-box-area h2::after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 42px;
  width: 50px;
}
.comments-box-area p {
  font-size: 15px;
}
.comments-form {
  margin-top: 10px;
}
.comments-form input {
  height: 40px;
  font-size: 16px;
  border-radius: 0;
}
.comments-form textarea {
  border-radius: 0;
  font-size: 16px;
  height: 200px;
  padding: 10px;
  width: 70%;
}
.comments-form .form-control:focus {
  box-shadow: none;
}
.comments-form .form-group {
  margin-bottom: 20px;
}
.comment-btn {
  padding: 10px 15px;
  outline: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #222;
  text-transform: uppercase;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.comment-btn:hover {
  color: #fff;
}
#contact {
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}
.cotact-area {
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}
.contact-area-left {
  display: inline;
  float: left;
  width: 100%;
}
.contact-area-left h4 {
  color: #333;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
}
.contact-area-left h4::after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 30px;
}
.contact-area-left p {
  font-size: 15px;
}
.contact-area-left .single-address {
  font-size: 15px;
  padding-right: 62px;
}
.contact-area-right {
  display: inline;
  float: left;
  width: 100%;
}
.contact-form textarea {
  width: 100%;
}
.contact-social {
  text-align: left;
  margin-top: 10px;
}
#google-map {
  display: inline;
  float: left;
  width: 100%;
}
#google-map iframe {
  margin-bottom: -5px;
}
#error {
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}
.errror-page-area {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}
.error-title {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 75px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 40px 50px;
}
.error-content {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}
.error-content span {
  font-size: 35px;
  font-weight: 300;
}
.error-content p {
  font-size: 18px;
  margin-top: 10px;
}
.error-content .error-home {
  color: #fff;
  display: inline-block;
  margin-top: 60px;
  padding: 10px 15px;
}
.login:focus,
.login:hover {
  background-color: transparent !important;
}
.read-more-btn:focus,
.read-more-btn:hover {
  background-color: #008d7f;
}
.title-area .title {
  color: #008d7f;
}
.single-feature .feature-icon {
  color: #008d7f;
}
.feat-title {
  color: #008d7f;
}
.our-skill h3 {
  color: #008d7f;
}
.our-skill h3::after {
  background-color: #008d7f;
}
.our-skill-content .progress-bar {
  background-color: #008d7f;
}
.why-choose-us h3 {
  color: #008d7f;
}
.why-choose-us h3::after {
  background-color: #008d7f;
}
.panel-title > a:focus,
.panel-title > a:hover {
  color: #008d7f;
}
.single-counter .counter-label::after {
  background-color: #008d7f;
}
.price-title {
  background-color: #008d7f;
}
.purchase-btn:focus,
.purchase-btn:hover {
  background-color: #008d7f;
  border-color: #008d7f;
}
.featured-price .price-header {
  background-color: #008d7f;
}
.featured-price .purchase-btn {
  background-color: #008d7f;
  border-color: #008d7f;
}
.team-member-img {
  border: 2px solid #008d7f;
}
.single-team-member:hover {
  border: 2px solid #008d7f;
}
.single-team-member:hover .team-member-link {
  background-color: #008d7f;
}
.team-member-link {
  border: 2px solid #008d7f;
}
.testimonial-content h6 span {
  color: #008d7f;
}
.testimonial-slider .slick-dots li {
  border: 1px solid #008d7f;
}
.blog-news-title h2 > a:hover {
  color: #008d7f;
}
.blog-news-title .blog-author:hover {
  color: #008d7f;
}
.blog-more-btn:focus,
.blog-more-btn:hover {
  color: #008d7f;
}
.subscribe-btn {
  background-color: #008d7f;
}
.scrollToDown,
.scrollToTop {
  background-color: #008d7f;
}
.scrollToDown:focus,
.scrollToDown:hover,
.scrollToTop:focus,
.scrollToTop:hover {
  color: #008d7f;
  border: 1px solid #008d7f;
}
.portfolio-menu ul li.active,
.portfolio-menu ul li:hover {
  background-color: #008d7f;
  border-color: #008d7f;
}
.single-item-content::after {
  border: 4px solid #008d7f;
}
.view-icon:hover {
  color: #008d7f;
}
.pagination-nav li a:focus,
.pagination-nav li a:hover {
  background-color: #008d7f;
  border-color: #008d7f;
}
.sidebar-widget ul > li > a:hover {
  color: #008d7f;
}
.search-group .blog-search-btn {
  background-color: #008d7f;
}
.search-group input[type="search"] {
  border: 1px solid #008d7f;
}
.search-group input[type="search"]:focus {
  border-color: #008d7f;
}
.widget-title::after {
  background-color: #008d7f;
}
.widget-catg li {
  color: #008d7f;
}
.widget-catg li a:focus,
.widget-catg li a:hover {
  color: #008d7f;
}
.tag-cloud a:focus,
.tag-cloud a:hover {
  background-color: #008d7f;
  border-color: #008d7f;
}
.widget-archive li a:focus,
.widget-archive li a:hover {
  color: #008d7f;
}
.blog-single-tag a:focus,
.blog-single-tag a:hover {
  color: #008d7f;
}
.blog-single-social a:focus,
.blog-single-social a:hover {
  color: #008d7f;
  border-color: #008d7f;
}
.blog-navigation-prev a > span {
  color: #008d7f;
}
.blog-navigation-next a > span {
  color: #008d7f;
}
.comments-form .form-control:focus {
  border-color: #008d7f;
}
.comments-box-area h2::after {
  background-color: #008d7f;
}
.comment-btn:hover {
  background-color: #008d7f;
  border-color: #008d7f;
}
.contact-area-left h4::after {
  background-color: #008d7f;
}
#login-content .form-control:focus {
  border-color: #008d7f;
}
.loginbox .signin-btn {
  background-color: #008d7f;
}
.footer-box a:focus,
.footer-box a:hover {
  color: #008d7f;
}
#signup-content .modal-title {
  color: #008d7f;
}
#signup-content .form-control:focus {
  border-color: #008d7f;
}
.signupbox span a:hover {
  color: #008d7f;
}
#login-content .modal-title {
  color: #008d7f;
}
.service-icon {
  color: #008d7f;
}
.footer-left p a:hover {
  color: #008d7f;
}
.footer-right a:hover {
  color: #008d7f;
}
.single-page-header-right .breadcrumb li {
  color: #008d7f;
}
.error-title {
  background-color: #008d7f;
  border: 2px solid #008d7f;
}
.error-content span {
  color: #008d7f;
}
.error-content .error-home {
  background-color: #008d7f;
}
.arrow-scroll {
  background-color: #94da33;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(156, 156, 156, 0.5);
  display: block;
  background-size: 14px;
  background-position: center 22px;
  height: 50px;
  width: 50px;
  border: 0;
  left: 48%;
  position: relative;
}
.arrow-scroll.ourproduct {
  top: -95px;
  left: 85%;
}
#service .textForArrow {
  position: relative;
  top: -105px;
  left: 82%;
  width: 145px;
  font-size: 14px;
}
.arrow-scroll.ourproduct:hover {
  background-color: #008d7f;
}
.arrow-scroll:hover {
  border-color: #838282;
}
.arrow-scroll img {
  width: 100%;
}
.section-border {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.section-color-grey {
  background-color: #f8f8f8;
}
.section-color-white {
  background-color: #fff;
}
.about-us-section .title {
  margin-top: 20px;
}
.about-us-section .about-us-item {
  margin-bottom: 40px;
}
.about-us-section .about-us-item__text-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.about-us-section img {
  width: 100%;
}
#about.section-color-white {
  background-color: #fff;
}
h3.quotes .h-icon {
  width: 18px;
  height: 18px;
  background: url(../images/icons.png) left -33px no-repeat;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.currency-listings table tr {
  border-top: 1px solid #ccc;
}
#recaptcha_response_field {
  border: 1px solid #ccc !important;
}
.specs h2 {
  margin-bottom: 9px;
}
.docs-menu-link {
  display: none;
}
.doc-links-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.5s;
}
.docs-link-item {
  margin-top: 65px;
}
.docs-link-item:first-child {
  margin-top: 0;
}
.doc-links-block .link-title {
  display: block;
  color: #94da33;
  font-size: 1.25em;
  line-height: 120%;
  margin-bottom: 19px;
}
.table-wrapper {
  overflow: auto;
}
.specs-content-wrapper {
  padding: 0 10px;
}
.specs h4 a {
  color: #008d7f;
}
.specs h4 {
  color: #008d7f;
}
.specs .btn-blue {
  margin-right: 14px;
}
.specs .doc-links-block .specs-content-wrapper {
  display: none;
}
.docs-menu-block h1 {
  font-size: 1em;
  padding-bottom: 10px;
}
.docs-menu-block {
  margin-bottom: 50px;
}
.specs-content-separate {
  border-bottom: 1px solid #69a6d3;
  width: 100%;
}
h1.content-wrapper-header {
  font-size: 1.7em;
}
.docs-menu > li {
  color: #40a99f;
  font-size: 0.875em;
  line-height: 110%;
  margin-bottom: 4px;
}
.docs-menu a {
  text-decoration: underline;
  display: block;
  padding: 3px 5px 2px;
  color: #40a99f;
}
.docs-submenu {
  display: none;
  color: #585858;
  font-size: 13px;
  padding: 11px 0 18px;
}
.docs-submenu li {
  margin-bottom: 1px;
}
.docs-submenu li a {
  padding: 3px 0 1px 20px;
}
.docs-submenu .docs-submenu a {
  padding-left: 40px;
}
.docs-submenu .docs-submenu .docs-submenu a {
  padding-left: 60px;
}
.specs-content h5,
.specs-content h5 + div {
  padding-left: 30px;
}
.docs-menu a.specs-link-active,
.docs-menu a:hover {
  background: #40a99f;
  color: #fff;
  text-decoration: none;
}
.specs-header {
  background-color: #f5f5f5;
  padding: 0 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  clear: both;
}
.specs-top-level {
  border: 1px solid #ddd;
}
.specs-content {
  font-size: 0.875em;
  line-height: 172%;
}
.specs-content h4 {
  font-size: 1.3em;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.specs-content h5 {
  font-size: 1em;
  color: #008d7f;
  line-height: 120%;
}
.specs-content h6,
.specs-content h6 + div {
  padding-left: 60px;
}
.specs-content h6 {
  font-size: 1em;
  font-weight: 700;
}
.specs-content .title-inner {
  font-weight: 700;
  font-size: 1em;
  padding-left: 90px;
}
.specs-content .title-inner + div {
  padding-left: 90px;
}
.specs-content td,
.specs-content th {
  padding: 5px 10px;
  border: 1px solid #ccc;
  vertical-align: top;
}
.tabs > .nav-tabs li {
  width: 25%;
  height: auto;
}
.specs-content .tabs > .nav-tabs li a {
  min-height: 85px;
}
.specs-content .tabs > .nav-tabs li {
  width: 25%;
  height: 85px;
}
.specs-content li {
  list-style-type: disc;
}
.specs-block {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 10px;
}
.specs-block:first-child {
  margin-top: 0;
  padding-top: 10px;
}
#LSP ul {
  margin-left: 20px;
}
.specs-block ul {
  margin-left: 20px;
}
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs > .nav-tabs {
  border-bottom: 0;
}
.pill-content > .pill-pane,
.tab-content > .tab-pane {
  display: none;
}
.pill-content > .active,
.tab-content > .active {
  display: block;
}
.tabs > .nav-tabs {
  border-bottom: 1px solid #008d7f;
}
.tabs > .nav-tabs > li > a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  color: #008d7f;
  border: 1px solid #008d7f;
  border-bottom: 1px solid transparent;
}
.tabs > .nav-tabs > li > a:focus,
.tabs > .nav-tabs > li > a:hover {
  border-color: #008d7f #008d7f #ddd #008d7f;
}
.tabs > .nav-tabs .active > a,
.tabs > .nav-tabs .active > a:focus,
.tabs > .nav-tabs .active > a:hover {
  border-color: #008d7f #008d7f transparent #008d7f;
  border-left-color: #fff;
  font-weight: 700;
  color: #fff;
  background-color: #008d7f;
}
.term_conditions {
  font-size: 14px;
}
.term_conditions h1 {
  color: #008d7f;
  margin-bottom: 20px;
  font-weight: 700;
  margin-top: 0;
  font-size: 30px;
}
.term_conditions h3 {
  color: #008d7f;
  font-size: 20px;
}
.term_conditions a {
  color: #40a99f;
}
.widget-split {
  border-right: 2px solid #e7e7e7;
}
.widget-split-left {
  border-left: 1px solid #e7e7e7;
}
.widget-common {
  padding: 0 10px;
}
.widget-common .h-icon,
.widget-common .h-text {
  color: #40a99f;
  font-size: 18px;
  font-weight: 700;
}
.widget-ma .last-update {
  float: right;
  text-align: right;
  font-size: 0.7em;
  color: #999;
  padding-right: 8px;
  line-height: 2.7em;
}
.volHight {
  color: #ff675c;
}
.widget-common thead th.volLow {
  color: #6ec64b;
}
.volLow {
  color: #6ec64b;
}
.widget-common .table-body {
  font-size: 0.66em;
}
.widget-common table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #e7e7e7;
}
.widget-common thead {
  border-bottom: 1px solid #e9e9e9;
}
.widget-common thead th {
  text-align: center;
  text-transform: uppercase;
  color: #009639;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 5px;
}
.widget-common table td {
  padding: 5px 4px;
  border-top: 1px solid #e9e9e9;
  box-sizing: border-box;
}
.widget-common .firstTHLatency,
.widget-common .symbol_ma {
  color: #008d7f;
}
.widget-common .symbol_ma:hover {
  cursor: pointer;
  text-decoration: underline;
}
.widget-common table tbody tr:hover {
  background: #e9e9e9;
}
.widget-common .latency table {
  text-align: center;
}
.widget-common .grey {
  color: #b8b8b8 !important;
}
.widget-bv .spread {
  color: #515151;
}
.widget-bv .table-title {
  color: #009639;
  font-size: 1em;
  float: left;
  line-height: 22px;
}
.widget-bv .ask .size,
.widget-bv .bid .table-title {
  float: right;
}
.widget-bv p.table-title,
.widget-bv table tr,
.widget-bv tbody tr:first-child {
  border: 0;
}
.lfw {
  float: left;
}
.rgw {
  float: right;
  text-align: right;
}
.BVWidgetСl input[type="text"] {
  color: #222;
  font-size: 13px;
  border: 1px solid #b4b4b4;
  height: 24px;
  line-height: initial;
  padding: 0 11px;
  box-sizing: border-box;
  width: 100%;
}
.BVWidgetСl input[type="button"] {
  background-color: #fff;
  color: #008d7f;
  font-size: 14px;
  float: right;
  margin-top: -23px;
  margin-right: 5px;
  position: relative;
  border: 0;
}
.removeWidget {
  background-color: #fff;
  color: #008d7f;
  font-size: 14px;
  border: 0;
}
.removeWidget {
  margin-top: 0;
  background: #f8f8f8;
}
.bv_size_left {
  float: left;
  margin-top: 3px;
  font-weight: 700;
}
.bv_size_right {
  float: right;
  margin-top: 3px;
  font-weight: 700;
}
.safeColumn .safeColumnCountDown {
  text-align: left;
  color: #008d7f;
  font-size: 1.2em;
}
#countDown {
  text-align: left;
  margin-top: 10px;
}
.safeColumn .safeMatchTimerBlock {
  padding: 16px 0 20px;
}
.safeColumn .safeMatchBottomTimer {
  margin-top: 20px;
  text-align: left;
  font-size: 0.8em;
  color: #000;
}
.safeColumn .safeMatchMainTimer {
  color: #94da33;
  font-size: 3em;
  margin-bottom: 15px;
  margin-top: 15px;
}
.safeMathDateBlock {
  text-align: left;
}
.safeMathDateBlock .date_safe,
.safeMathDateBlock .year {
  color: #bbb;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.86em;
  font-weight: 700;
  margin-top: 4px;
  max-width: 40%;
  margin-right: 5px;
}
.safeMatchDowloadLink a {
  text-align: left;
  color: #bbb;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.945em;
  font-weight: 700;
  text-transform: initial;
  position: absolute;
  bottom: 5px;
}
.widget-intraday .total_intraday_inner {
  float: right;
  color: #40a99f;
  font-weight: 700;
  font-size: 17px;
  line-height: 34px;
}
.widget-daily .total_dv_inner {
  float: right;
}
.widget-daily .total_dv_inner a {
  color: #40a99f;
  font-weight: 700;
  font-size: 13px;
}
.widget-large h3 {
  font-size: 1.375em;
}
.widget-large .table-block {
  margin-left: 200px;
}
.widget-large .table-block p {
  font-size: 10px;
  margin-top: 8px;
}
.widget-large h3.rotated {
  position: absolute;
  left: 19px;
  margin-left: -92px;
  bottom: 50%;
  margin-bottom: -22px;
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}
.widget tbody tr {
  border-top: 1px solid #dedede;
}
.widget th {
  padding: 5px 0 1px;
}
.widget tbody tr:first-child td {
  padding-top: 6px;
}
.widget td {
  padding: 2px 0;
}
.widget td:first-child,
.widget th:first-child {
  padding-left: 0;
}
.widget tbody tr:first-child {
  border-top: 1px solid #ccc;
}
.widget .col-month,
.widget .col-product {
  text-align: left;
}
.widget tbody td.col-product {
  color: #94da33;
  text-align: left;
}
.widget tbody .red {
  color: #fe1414;
}
.widget tbody .green {
  color: #2da501;
}
.widget .col-chart {
  width: 13px;
  padding-left: 7px;
}
.chart-link {
  display: block;
  width: 13px;
  height: 13px;
  background: url(../images/icons.png) -52px -33px no-repeat;
}
.currency-listings {
  max-width: 100%;
  padding: 15px 20px;
  margin: 0;
  width: auto;
  clear: both;
}
.currency-listings.widget table {
  text-align: center;
  font-size: 16px;
}
.currency-listings thead {
  color: #40a99f;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 120%;
}
.currency-listings table td,
.currency-listings table th {
  padding: 6px 0;
  text-align: center;
}
.currencies-delay .currency-listings table td:nth-child(even),
.currencies-delay .currency-listings table th:nth-child(even) {
  border-right: 1px solid #ccc;
}
.currencies-delay .currency-listings table td:nth-child(odd),
.currencies-delay .currency-listings table th:nth-child(odd) {
  padding-left: 10px;
}
.currencies-delay .currency-listings table td:nth-child(odd) {
  text-align: left;
}
.currency-listings tbody {
  font-size: 15px;
}
th.tg-sort-header {
  cursor: pointer;
}
th.tg-sort-header div {
  position: relative;
  padding-right: 15px;
}
.currency-listings table th.tg-sort-header div:after {
  content: "";
  color: #008d7f;
  float: right;
  display: inline-block;
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: #2e5e3e transparent;
  visibility: hidden;
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
  right: 0;
}
.currency-listings table th.tg-sort-header div:hover:after {
  visibility: visible;
}
.currency-listings table th.tg-sort-header div.asc:after,
.currency-listings table th.tg-sort-header div.asc:hover:after,
.currency-listings table th.tg-sort-header div.desc:after {
  visibility: visible;
  opacity: 0.4;
  color: #008d7f;
  z-index: 30;
}
.currency-listings table th.tg-sort-header div.desc:after {
  border-bottom: none;
  border-width: 5px 5px 0;
}
.widget-large table {
  text-align: left;
}
.widget-large table th {
  padding-bottom: 7px;
}
.widget-large table td {
  padding: 10px 0 9px;
  font-size: 12px;
}
.widget-large table tbody tr:nth-child(odd) {
  background: #ebebeb;
}
.widget-large td:first-child,
.widget-large th:first-child {
  padding-left: 23px;
}
.widget-large .col-chart {
  padding-right: 20px;
}
.widget-large .col-product {
  width: 150px;
}
.widget-large .col-product a {
  text-decoration: underline;
}
.widget-large .col-product a:hover {
  text-decoration: none;
}
.chart {
  line-height: 0;
  height: 330px;
  min-height: 0;
  max-height: none;
}
.widget-currency {
  display: block;
  width: 100%;
  max-width: 1180px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-align: center;
}
.widget-currency > span {
  white-space: nowrap;
  vertical-align: middle;
}
.widget-currency .down,
.widget-currency .up {
  vertical-align: top;
  display: inline-block;
  padding-right: 5px;
}
.widget-currency b {
  color: #008d7f;
}
.widget-currency .up {
  color: #30a500;
  margin-top: 0;
}
.widget-currency .up_number {
  color: #30a500;
  padding-left: 5px;
}
.widget-currency .down_number {
  color: #fc2413;
  padding-left: 5px;
}
.widget-currency .down {
  color: #fc2413;
}
.widgets-area.single-widget {
  width: 32.6%;
  font-size: 16px;
}
.widgets-area.single-widget .widget {
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  width: 100%;
}
.widget-bv .arrow {
  display: block;
  width: 16px;
  height: 24px;
}
.widget-bv .arrow_l {
  float: left;
  margin-right: 5px;
}
.widget-bv .arrow.red {
  background: url(../images/arrows_green_red.png) -16px 3px no-repeat;
}
.widget-bv .arrow.green {
  background: url(../images/arrows_green_red.png) 0 2px no-repeat;
}
.widget-bv .arrow_r {
  float: right;
  margin-left: 5px;
}
.widgets-area.single-widget .widget-title {
  max-width: 60%;
}
.total_intraday {
  font-size: 18px;
  line-height: 120%;
}
.widget_column {
  height: 260px;
}
.spread,
.symbol {
  display: inline-block;
  vertical-align: bottom;
  color: #008d7f;
  line-height: 120%;
}
.table-col p {
  border-top: 1px solid #ccc;
  padding: 2px 0;
}
.table-col p:first-child {
  border-top: 0;
}
.currency-dropdown-block {
  max-width: 50%;
  float: right;
  position: relative;
  font-size: 12px;
  visibility: visible;
  border-top: 2px solid #40a99f;
}
.news-item,
.news-with-widget {
  float: left;
}
.currency-dropdown-block .currency {
  display: block;
  position: relative;
  padding: 3px 17px;
  z-index: 11;
}
.buttons-row a,
.news-info .category,
.news-info .date {
  vertical-align: top;
  font-weight: 700;
}
.currency-dropdown-block .dropdown {
  visibility: hidden;
  position: absolute;
  right: 0;
  padding: 10px;
  z-index: 10;
  transition: all 0.5s;
  opacity: 0;
}
.currency-dropdown-block .currency.popup-link {
  transition: all 0.5s;
}
.currency-dropdown-block:hover .currency.popup-link {
  background: #f6f6f6;
  opacity: 1;
}
.currency-dropdown-block .dropdown:hover,
.currency-dropdown-block.hoverBlock .dropdown,
.currency-dropdown-block:hover .dropdown {
  visibility: visible;
  background: #f6f6f6;
  opacity: 1;
}
.currency-dropdown-block ul {
  height: 130px;
  overflow: auto;
}
.currency-dropdown-block li a {
  display: block;
  padding: 4px 10px;
}
.dWidgetsList {
  margin-top: -5px;
}
.widgetsBtn {
  max-width: 90px;
}
.currency-dropdown-block li a:hover {
  background: #40a99f;
  color: #fff;
}
.cf:after,
.cf:before {
  content: " ";
  display: table;
}
.cf:after,
.custom,
.widget-large,
footer,
nav {
  clear: both;
}
.doc-links-block.fixedNavigation {
  position: relative;
  top: 0;
}
.section-container {
  background-color: #fff;
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}
.item-title {
  color: #009639;
  font-weight: 700;
}
.map {
  float: right;
  position: relative;
}
.map img {
  width: 850px;
}
.map-point-wrapper {
  position: absolute;
}
.map-point {
  font-weight: 400;
  line-height: 19px;
  font-size: 1.125em;
  position: relative;
}
.map-point-wrapper.new-york {
  left: 240px;
  top: 137px;
}
.map-point-wrapper.london {
  left: 403px;
  top: 104px;
}
.map-point-wrapper.tokyo {
  left: 729px;
  top: 150px;
}
.map-point-wrapper.singapore-map {
  left: 550px;
  top: 233px;
}
.map-point-info {
  width: 155px;
  background: #fff;
  margin-top: 10px;
  font-size: 10px;
  padding: 5px;
  box-sizing: border-box;
  margin-left: -5px;
}
.map-point-icon {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 19px;
  background: url(../images/icons.png) -69px -61px no-repeat;
  margin-right: 8px;
}
.map-point.active .map-point-icon,
.map-point:hover .map-point-icon {
  background-position: -95px -61px;
}
.fastmatch-office-info {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 145%;
  margin-top: 0;
  margin-left: 0;
  color: #000;
}
.map + .fastmatch-office-info {
  display: block;
}
.global {
  margin-top: 40px;
  margin-bottom: 62px;
}
.global h2 {
  margin-bottom: 10px;
  text-transform: none;
  font-size: 22px;
  color: #008d7f;
}
.global .h-icon {
  width: 12px;
  height: 19px;
  background: url(../images/icons.png) -69px -61px no-repeat;
  margin-right: 7px;
  padding-right: 7px;
}
.global .map {
  float: none;
  width: 850px;
  padding-right: 0;
}
.global-info {
  text-align: justify;
  font-size: 1px;
  line-height: 0;
  border-top: 1px solid #ececec;
  padding-top: 28px;
  margin-top: 64px;
}
.global-info .left-col {
  margin-bottom: 27px;
}
.global-info .right-col {
  font-size: 16px;
  line-height: 138%;
}
.global-info:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  display: inline-block;
}
.widget-notifications {
  height: 60px;
  text-align: center;
  line-height: 60px;
  display: none;
}
.widget-notifications .notificationsSingle .notificationsText {
  height: 100%;
  font-family: Exo2, Arial, Helvetica, sans-serif;
  cursor: pointer;
}
.widget-notifications .notificationsClose {
  margin-right: 20px;
  float: right;
  line-height: 60px;
}
.widget-notifications .notificationsClose a {
  cursor: pointer;
  background: url(/templates/fastmatch/images/cross.png) no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}
.widget-notifications .notificationsComment {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 150px;
  height: 100px;
  top: 0;
  right: 50%;
  background: #fff;
  text-align: center;
  padding: 5px;
}
.widget-notifications .notificationsSingle {
  width: 100%;
  height: 100%;
}
.widget-notifications .notificationsSingle.green {
  background-color: #b7da64;
}
.widget-notifications .notificationsSingle.red {
  background-color: #ffb3ad;
}
.widget-notifications .notificationsSingle.yellow {
  background-color: #fffd90;
}
.widget-notifications .notificationsNothing {
  font-family: Exo2, Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.currentStateIcon {
  background: url(/templates/fastmatch/images/current_state.png) no-repeat;
  margin-right: 5px;
}
.notificationsTable .firstRow {
  width: 250px;
  padding-right: 10px;
  font-weight: 700;
  text-align: right;
}
.notificationsTable .firstRow.currentState {
  color: #009639;
  font-size: 17px;
}
.notificationsTable td,
.notificationsTable th {
  border-right: 1px solid #f5f3f4;
  height: 35px;
  font-size: 14px;
}
.notificationsTable th {
  text-transform: uppercase;
  text-align: center;
}
.notificationsTable td {
  border-top: 1px solid #f5f3f4;
  border-bottom: 1px solid #f5f3f4;
  padding-left: 20px;
}
.notificationsTable {
  width: 100%;
  border-collapse: collapse;
}
.notificationsTable .Down {
  background-color: #ffb3ad;
}
.notificationsTable .Warning {
  background-color: #fffd90;
}
.notificationsTable .Running {
  background-color: #b7da64;
}
.notificationsTable .notificationCommentDiv {
  position: relative;
}
.notificationsTable .city .notificationComment {
  display: none;
  position: absolute;
  z-index: 9999;
  min-width: 150px;
  min-height: 100px;
  top: 0;
  background: #f5f3f4;
  text-align: center;
  padding: 5px;
}
.sendNotificationForm .sendNotificationRow {
  margin-bottom: 20px;
  display: table-row;
}
.sendNotificationForm .sendNotificationCell {
  display: table-cell;
  padding-bottom: 20px;
  vertical-align: middle;
}
.sendNotificationForm {
  margin-top: 20px;
  display: table;
  width: 100%;
  margin-left: 25%;
}
.sendNotificationRow select {
  width: 300px;
}
.sendNotificationRow textarea {
  width: 300px;
  height: 70px;
}
.sendNotificationWraper {
  margin-top: 40px;
}
.sendNotificationWraper h1 {
  color: #009639;
  text-align: center;
}
.sendNotificationWraper .sendNotificationMessageBlock {
  text-align: center;
  margin-top: 20px;
  height: 50px;
  line-height: 50px;
  display: none;
  font-size: 25px;
  font-weight: 700;
}
.widget-notifications-new {
  display: none;
  max-height: 468px;
  overflow: auto;
  background-color: #fff;
  color: #000;
  border: 4px solid #40a99f;
  margin-bottom: 50px;
}
.notificationsSingleNew {
  font-size: 14px;
  padding: 10px 15px 10px 10px;
}
.highcharts-contextmenu hr {
  margin: 0;
}
#menu-area.fixedMenu {
  max-height: 150px;
  position: fixed;
  top: 0;
  z-index: 1000;
}
#slider.fixedMenuPadding {
  padding-top: 80px;
}
.fa-external-link {
  cursor: pointer;
  position: relative;
  top: 2px;
}
.fa-bar-chart,
.fa-line-chart,
.fa-pie-chart {
  font-size: 17px;
}
#service.productspage {
  padding: 0 0 40px 0;
}
.productspage .single-product-item {
  padding-bottom: 20px;
}
.productspage ul {
  list-style-type: disc;
  padding-left: 20px;
}
.productspage li {
  line-height: 27px;
}
.productspage .single-product-item > b {
  padding-bottom: 20px;
  display: block;
  color: #008d7f;
}
.access-methods .single-service {
  padding-left: 120px;
}
.access-methods .single-service .service-icon {
  height: 80px;
  width: 80px;
  top: 10%;
}
.contact-us ul {
  padding-right: 46px;
}
.contact-us .about-content {
  margin-top: -10px;
  margin-bottom: 65px;
}
.contact-us .about-content h3 {
  margin-top: 0;
}
.about-city a {
  color: #838282;
}
.our-skill-content a {
  color: #008d7f;
}
.about-city a:hover {
  color: #008d7f;
}
.height_ac {
  height: 140px;
}
.about-city {
  padding-left: 10px;
  line-height: 26px;
}
.about-city span {
  color: #008d7f;
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}
.bvmidpoint {
  font-weight: 700;
  color: #009639;
}
.bvspead {
  font-weight: 700;
  padding-right: 17px;
  color: #009639;
}
.btn_wrapp {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 0;
}
.days_btns {
  display: inline-block;
  width: 200px;
  margin: 2px auto 0;
  height: 34px;
}
.days_btn {
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  height: 50px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #40a99f;
  padding: 5px;
  margin-left: 2%;
  cursor: pointer;
  border: 1px solid #40a99f;
  transform: perspective(1px) translateZ(0);
}
.days_btn.selected {
  background-color: #fff;
  text-decoration: none;
  outline: 0;
  color: #40a99f;
  border: 1px solid #40a99f;
}
.days_btn:focus,
.days_btn:hover {
  background-color: #fff;
  text-decoration: none;
  outline: 0;
  color: #008d7f;
  border: 1px solid #008d7f;
}
.days_btn.collapseall {
  display: block;
  width: 200px;
  margin-bottom: 15px;
  height: auto;
}
.BVWidgetСl .days_btn {
  position: relative;
  z-index: 1000;
  top: 15px;
  font-size: 13px;
  margin-left: 5px;
}
.BVWidgetСl .bvTable .ask {
  padding-right: 10px;
  padding-left: 10px;
}
.BVWidgetСl .bvTable .bid {
  padding-left: 10px;
  padding-right: 10px;
}
.partner-block a {
  line-height: 76px;
  text-align: center;
  display: block;
}
.partner-block a img {
  display: inline-block;
}
.partner-block .col-md-12 {
  padding-bottom: 2%;
}
.social-icon a i {
  font-size: 32px;
  color: #008d7f;
  margin-right: 5px;
}
.social-icon a:hover i {
  color: #94da33;
}
.tableFees {
  margin-bottom: 140px;
  margin-top: 20px;
}
.tableFees.march2017 {
  margin-bottom: 0;
}
.tableFees.specs-content td {
  vertical-align: middle;
  text-align: center;
}
.emailSendLoading,
.emailSendMessage {
  background-color: #dcdcdc;
  z-index: 100;
  display: none;
}
.sendEmailsWraper h2 {
  color: #009639;
  text-align: center;
}
.sendNotificationCell input[type="submit"] {
  bottom: 60px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 0;
  color: #fff;
  background-color: #008d7f;
}
#email_list {
  padding: 5px;
  margin: 10px;
}
#email_bcc {
  padding: 5px;
}
.pagination {
  padding: 25px 0;
  text-align: center;
  border-top: 1px solid #e4e4e4;
  width: 100%;
}
.pagination a {
  display: inline-block;
  vertical-align: middle;
  color: #161616;
  font-size: 0.875em;
  font-weight: 700;
  padding: 0 6px;
}
.pagination a.active {
  color: #fff;
  background: #94da33;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.pagination a.next,
.pagination a.prev {
  position: relative;
  font-size: 24px;
  color: #333;
  line-height: 79%;
}
.pagination a.next.disabled,
.pagination a.prev.disabled {
  color: #cfcfcf;
}
.pagination a.prev {
  float: left;
}
.pagination a.next {
  float: right;
}
.linkindinNews {
  float: right;
  font-size: 30px;
  position: relative;
  top: -20px;
  right: -13px;
  color: #008d7f;
}
.linkindinblog {
  top: inherit;
  right: 15px;
  position: absolute;
  bottom: 10px;
}
.blog-news-img .linkindinNews {
  top: 0;
  right: 0;
}
.awards2017 {
  position: absolute;
  right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 300px;
  padding-right: 10px;
  z-index: 200;
  background: #fff;
  width: 220px;
  cursor: pointer;
}
#poem .modal-title {
  font-weight: 700;
}
.separator hr {
  border-bottom: 1px solid #838282;
}
@media (max-width: 991px) {
  .separator hr {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  #poem .modal-dialog {
    width: 645px;
  }
}
#poem .modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
@media (max-width: 1600px) {
  #single-page-header.ProductsPage {
    background-position: 0 -150px;
  }
  #single-page-header.AlgoMatch {
    background-position: 0 -100px;
  }
  #single-page-header.FastMatchECN {
    background-position: 0 -485px;
  }
  #single-page-header.FeaturesBanner,
  #single-page-header.FeesBanner,
  #single-page-header.ListingsBanner {
    background-position: 0 -250px;
  }
}
@media (max-width: 1535px) {
  #single-page-header.SafeMatch {
    background-position: 0 -400px;
  }
}
@media (max-width: 1440px) {
  .arrow-scroll.ourproduct {
    top: -200px;
    left: 93%;
  }
  #service .textForArrow {
    top: -205px;
    left: 92%;
    width: 106px;
  }
  #single-page-header.SafeMatch {
    background-position: 0 -300px;
  }
  #single-page-header.FastMatchECN {
    background-position: 0 -400px;
  }
  #single-page-header.FeaturesBanner,
  #single-page-header.FeesBanner,
  #single-page-header.ListingsBanner {
    background-position: 0 -120px;
  }
  .single-slide img {
    margin-top: -200px;
  }
}
@media (max-width: 1330px) {
  #single-page-header.FastMatchECN {
    background-position: 0 -300px;
  }
  .single-slide img.transparency {
    margin-top: -200px;
  }
  .single-slide img.super_tech {
    margin-top: -200px;
  }
  .slide-article {
    padding-left: 0;
    padding-right: 220px;
  }
  .slide-article p {
    font-size: 21px;
  }
}
@media (max-width: 1280px) {
  #single-page-header.MidMatch {
    background-position: 0 -210px;
  }
  #single-page-header.FeaturesBanner {
    background-position: 0 -160px;
  }
  #single-page-header.ProductsPage {
    background-position: 0 -100px;
  }
  #single-page-header.SafeMatch {
    background-position: 0 -200px;
  }
  .main-nav li {
    margin: 0 3px;
  }
  .slide-article .slider_title,
  .slide-article h1 {
    font-size: 40px;
  }
  .blog-news-title h2,
  .blog-news-title h2 > a {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .slide-article {
    padding-top: 0;
  }
  .slide-article p {
    font-size: 19px;
  }
  .single-slide img {
    margin-top: -100px;
  }
  #single-page-header.ManageMatch {
    background-position: 0 -70px;
  }
  #single-page-header.FastMatchECN {
    background-position: 0 -200px;
  }
  .specs-content .nav.nav-tabs li {
    height: 85px;
  }
  .tabs > .nav-tabs > li > a {
    height: 100%;
  }
  .arrow-scroll.ourproduct {
    top: -260px;
    left: 93%;
  }
  #service .textForArrow {
    top: -275px;
    left: 92%;
    width: 106px;
  }
  .main .map {
    width: 473px;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-top: 52px;
    padding-right: 0;
  }
  .main .map img {
    width: 473px;
  }
  .main .map-point-wrapper.new-york {
    left: 129px;
    top: 68px;
  }
  .main .map-point-wrapper.london {
    left: 222px;
    top: 49px;
  }
  .main .map-point-wrapper.tokyo {
    left: 403px;
    top: 74px;
  }
  .map-point-info {
    width: 120px;
    font-size: 9px;
  }
  .new-york .map-point-info {
    margin-left: -32px;
  }
  .tokyo .map-point-info {
    margin-left: -55px;
  }
  .global {
    margin: 0 0 13px;
    padding: 15px 0 0;
    border-top: 1px solid #ececec;
  }
  .global h2 {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 21px;
  }
  .global-info h2 {
    margin-left: 0;
  }
  .global-info {
    border-top: none;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 23px;
  }
  .global .map {
    width: 100%;
  }
  .fastmatch-office-info {
    line-height: 163%;
  }
  .fastmatch-office-info:after,
  .fastmatch-office-info:before {
    content: " ";
    display: table;
  }
  .fastmatch-office-info:after {
    clear: both;
  }
  .fastmatch-office-info .left-col {
    float: left;
    width: 48%;
    margin-right: 2%;
  }
  .fastmatch-office-info .right-col {
    width: 48%;
    float: right;
    text-align: right;
    line-height: 163%;
  }
  .fastmatch-office-info .right-col .wrapper {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .fastmatch .social {
    clear: both;
    margin-top: 3px;
    margin-left: 15px;
  }
  .global .fastmatch-office-info {
    width: 100%;
    font-size: 16px;
    margin-bottom: 12px;
  }
  .map {
    overflow-x: scroll;
  }
  .global {
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .slick-initialized .slick-slide {
    max-height: 500px;
  }
}
@media (max-width: 1024px) {
  .slide-article {
    padding-top: 36px;
    padding-left: 21px;
    padding-right: 335px;
  }
  #service .textForArrow {
    top: -680px;
    left: 92%;
    width: 80px;
  }
  .arrow-scroll.ourproduct {
    top: -673px;
    left: 93%;
  }
  #single-page-header.SafeMatch {
    background-position: 0 -100px;
  }
}
@media (max-width: 1023px) {
  .awards2017 {
    height: 430px;
    width: 316px;
  }
}
@media (max-width: 991px) {
  #single-page-header.FastMatchECN {
    background-position: 0 -150px;
  }
  .single-slide img {
    margin-top: 0;
  }
  .single-slide img.transparency {
    margin-top: -50px;
  }
  .single-slide img.super_tech {
    margin-top: -50px;
  }
  #single-page-header.ProductsPage {
    background-position: -150px -100px;
  }
  #single-page-header.MidMatch {
    background-position: 0 -150px;
  }
  #single-page-header.AlgoMatch {
    background-position: -100px 0;
  }
  #single-page-header.ManageMatch {
    background-position: 0 -20px;
  }
  #single-page-header.FeaturesBanner,
  #single-page-header.FeesBanner,
  #single-page-header.ListingsBanner {
    background-position: 0 0;
  }
  .arrow-scroll.ourproduct {
    top: -20px;
    left: 49%;
  }
  #service .textForArrow {
    top: 23px;
    left: 57%;
    width: 160px;
  }
  .main-nav li {
    padding: 0;
  }
  .slide-article {
    padding-left: 10px;
    padding-right: 335px;
    padding-top: 15px;
  }
  .slide-article .slider_title,
  .slide-article h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .slide-article p {
    color: #fff;
    margin-bottom: 40px;
  }
  .why-choose-us {
    margin-top: 20px;
  }
  .single-counter {
    margin-bottom: 30px;
  }
  .single-table-price {
    margin-bottom: 40px;
  }
  .single-team-member {
    margin-bottom: 50px;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
  .blog-news-single {
    margin-bottom: 30px;
  }
  .title-area {
    padding: 0 100px;
  }
  .single-portfolio {
    width: 33.33%;
  }
  .single-item-content::after {
    width: 87%;
  }
  .blog-side-bar {
    margin-top: 50px;
  }
  .contact-area-right {
    margin-top: 40px;
  }
  .specs-content .nav.nav-tabs li {
    height: 120px;
  }
}
@media (max-width: 860px) {
  #single-page-header.ProductsPage {
    background-position: -220px -35px;
  }
  #single-page-header.SafeMatch {
    background-position: 0 0;
  }
  .header-bottom {
    padding: 0;
  }
  .header-contact ul li:last-child {
    display: none;
  }
  .slider-img {
    display: none;
  }
  .slide-article {
    padding-top: 10px;
  }
  .title-area {
    padding: 0 30px;
  }
  .single-widgets-block {
    padding: 0 15px;
  }
  .single-page-header-left {
    text-align: center;
  }
  .single-page-header-right .breadcrumb {
    text-align: center;
    margin-top: 20px;
  }
  .portfolio-menu {
    padding: 0;
  }
  .portfolio-menu ul li {
    margin: 0 3px 10px;
    padding: 6px 10px;
  }
  .blog-single-tag {
    text-align: center;
  }
  .blog-single-social {
    text-align: center;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  #single-page-header .container,
  #single-page-header.smallSlider .container {
    min-height: 130px;
  }
  #single-page-header.FeaturesBanner .container,
  #single-page-header.FeesBanner .container,
  #single-page-header.ListingsBanner .container,
  #single-page-header.smallSlider .container {
    min-height: 130px;
  }
}
@media (max-width: 768px) {
  .slide-article {
    padding-right: 265px;
    padding-left: 40px;
  }
  .slide-article p {
    font-size: 17px;
    line-height: 30px;
  }
  .awards2017 {
    height: 300px;
    width: 220px;
  }
  .slick-initialized .slick-slide {
    max-height: 300px;
  }
  .single-slide img.transparency {
    margin-top: 0;
  }
  .specs-content .nav.nav-tabs li {
    height: 140px;
    line-height: 100px;
    font-size: 12px;
    min-width: 80px;
  }
  #single-page-header.FastMatchECN {
    background-position: -300px -250px;
  }
  #single-page-header.ProductsPage {
    background-position: -390px -175px;
  }
  #single-page-header.ManageMatch {
    background-position: -400px -35px;
  }
  #single-page-header.MidMatch {
    background-position: -140px -150px;
  }
  #single-page-header.SafeMatch {
    background-position: 0 -70px;
  }
  #single-page-header.FeaturesBanner,
  #single-page-header.FeesBanner,
  #single-page-header.ListingsBanner {
    background-position: -50px -120px;
  }
  #single-page-header.FeaturesBanner {
    background-position: -250px -120px;
  }
  #search input {
    width: 85%;
  }
  .BVWidgetСl .days_btn {
    top: -8px;
  }
  .docs-menu-link {
    display: none;
    vertical-align: middle;
    min-height: 25px;
    font-family: Exo2, Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #333;
    padding-left: 44px;
    background: url(../images/menu-link.png) left -1px no-repeat;
  }
  .doc-links-block {
    float: none;
    width: auto;
    border-right: none;
  }
  .single-slide img.pricing {
    min-width: 150%;
  }
}
@media (max-width: 767px) {
  .scrollToTop {
    display: none !important;
  }
  .blog-news-single {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  .tableFees {
    overflow: auto;
  }
  .awards2017 {
    position: relative;
    right: 0;
    height: auto;
    width: 140px;
    margin: 0 auto;
    display: block;
  }
  .slide-article {
    padding-right: 40px;
  }
}
#modal-article-video .modal-backdrop.in {
  filter: alpha(opacity=7);
  opacity: 0.7;
}
#modal-article-video .modal-content {
  background: 0 0;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#modal-article-video .modal-dialog {
  -webkit-transform: translate(0, 15%);
  -ms-transform: translate(0, 15%);
  -o-transform: translate(0, 15%);
  transform: translate(0, 15%);
}
#modal-article-video .modal-body {
  border: 1px solid #fff;
  border-radius: 5px;
  background: #fff;
  padding: 10px;
}
#modal-article-video .modal-body video {
  width: 100%;
}
#modal-article-video .modal-header {
  border: none;
  padding: 25px 25px 15px 25px;
  text-align: right;
}
#modal-article-video .modal-header button {
  position: relative;
  right: -28px;
}
#modal-article-video .modal-footer,
#modal-article-video .modal-header {
  border: 0;
}
#modal-article-video .modal-header .close {
  float: none;
  margin: 0;
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
}
@media (min-width: 768px) {
  #modal-article-video .modal-dialog {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .single-widgets-block {
    margin: 0 15px;
  }
  #single-page-header.AlgoMatch,
  #single-page-header.DisclosedMatch,
  #single-page-header.FastMatchECN,
  #single-page-header.FeaturesBanner,
  #single-page-header.FeesBanner,
  #single-page-header.ListingsBanner,
  #single-page-header.ManageMatch,
  #single-page-header.MidMatch,
  #single-page-header.ProductsPage,
  #single-page-header.SafeMatch {
    background-position: 0 0;
  }
  #single-page-header.MidMatch {
    background-position: -320px -120px;
  }
  .specs-content .nav.nav-tabs li {
    height: 140px;
    line-height: 140px;
    font-size: 13px;
    min-width: 110px;
  }
  .doc-links-block {
    margin-bottom: 20px;
  }
  .tabs > .nav-tabs li {
    width: 50%;
  }
  .single-slide img {
    width: auto;
    max-width: 120%;
  }
  .single-slide img.pricing {
    min-width: 150%;
  }
  .scrollToDown,
  .scrollToDownText {
    display: none !important;
  }
  .slide-article {
    padding-left: 20px !important;
  }
  .contact-us {
    font-size: 0.8em;
  }
  .productspage li {
    line-height: 19px;
    font-size: 12px;
  }
  #search input {
    width: 85%;
  }
  .slide-article .slider_title,
  .slide-article h1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .slide-article p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }
  .read-more-btn {
    font-size: 14px;
    padding: 8px 14px;
  }
  .main-slider .slick-next,
  .main-slider .slick-prev {
    top: 0;
    width: 40px;
  }
  .title-area .title {
    font-size: 25px;
    line-height: 26px;
    padding-bottom: 0;
  }
  .title-area {
    padding: 0;
  }
  .title-area p {
    line-height: 23px;
    font-size: 15px;
  }
  .single-widgets-block p {
    font-size: 14px;
  }
  .our-skill-content p {
    font-size: 14px;
  }
  .why-choose-group .panel-body p {
    font-size: 14px;
  }
  .subscrib-form {
    width: 100%;
  }
  #login-form .modal-dialog {
    width: 350px;
  }
  .overlay {
    padding: 50px 0;
  }
  .single-portfolio {
    width: 50%;
  }
  .single-item-content::after {
    width: 85%;
  }
  .portfolio-menu ul li {
    padding: 4px 5px;
    font-size: 12px;
  }
  .blog-archive-left .blog-news-img {
    height: 320px;
  }
  .blog-navigation-prev {
    margin-bottom: 10px;
  }
  .fastmatch-office-info .left-col {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .fastmatch-office-info .right-col {
    width: auto;
    float: none;
    text-align: left;
  }
  .global .fastmatch-office-info {
    margin-bottom: 40px;
  }
  .main .map {
    width: 320px;
    padding-right: 0;
  }
  .main .map img {
    width: 320px;
  }
  .main .map-point {
    font-size: 0.75em;
  }
  .main .map-point-icon {
    margin-right: 0;
  }
  .main .map-point-wrapper.new-york {
    left: 82px;
    top: 42px;
  }
  .main .map-point-wrapper.london {
    left: 151px;
    top: 29px;
  }
  .main .map-point-wrapper.tokyo {
    left: 271px;
    top: 43px;
  }
  .map-point-info {
    font-size: 8px;
    line-height: 140%;
    width: 100px;
    margin-left: -34px;
  }
  .new-york .map-point-info {
    margin-left: -67px;
  }
  .tokyo .map-point-info {
    margin-left: -50px;
  }
  #service .textForArrow {
    left: 60%;
    top: 16px;
    font-size: 12px;
    width: 108px;
  }
  .arrow-scroll {
    background-position: center 18px;
    height: 40px;
    width: 40px;
  }
  .main-slider .slick-next,
  .main-slider .slick-prev {
    top: 10px;
  }
  .blog-news-single {
    padding: 10px !important;
  }
}
@media (max-width: 360px) {
  .single-slide img.super_tech,
  .single-slide img.transparency {
    min-width: 130%;
  }
  .contact-us {
    font-size: 0.7em;
  }
  .single-slide {
    height: 200px;
  }
  .main-slider {
    height: auto;
  }
  .single-slide img {
    height: 100%;
  }
  .phone {
    font-size: 12px;
  }
  .header-contact ul li {
    margin-right: 0;
    padding: 10px 8px;
  }
  .slide-article {
    padding-top: 0;
    padding-left: 0;
  }
  .slide-article p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .slide-article .slider_title,
  .slide-article h1 {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .read-more-btn {
    font-size: 12px;
    padding: 5px 8px;
  }
  #testimonial .title-area {
    padding: 0;
  }
  .subscribe-area h2 {
    font-size: 25px;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
  .subscrib-form input {
    font-size: 15px;
    height: 40px;
  }
  .subscribe-btn {
    font-size: 15px;
    height: 40px;
    width: 95px;
  }
  #login-form .modal-dialog {
    width: 320px;
  }
  #search input {
    font-size: 14px;
  }
  .overlay {
    padding: 20px 0;
  }
  .single-portfolio {
    width: 100%;
  }
  .single-item-content::after {
    left: 15px;
    width: 92%;
  }
  .portfolio-menu ul li {
    padding: 4px 5px;
    font-size: 12px;
  }
  .blog-archive-left .blog-news-img {
    height: 250px;
  }
  .comments-form textarea {
    width: 100%;
  }
  .header-contact {
    margin-left: -10px;
  }
  .header-contact ul li {
    border: none;
  }
  .phone {
    font-size: 12px;
    width: 135%;
  }
  #service .textForArrow {
    left: 62%;
    top: 23px;
    width: 80px;
  }
  .notificationsTable td,
  .notificationsTable th {
    font-size: 10px;
    padding: 0;
  }
  .notificationsTable .firstRow.currentState {
    font-size: 10px;
  }
}
@media all and (max-width: 768px) {
  .currency-listings {
    padding: 5px 0;
  }
  .currency-listings thead {
    font-size: 0.875em;
  }
}
@media all and (max-width: 710px) {
  .currency-listings {
    padding: 5px;
  }
  .currency-listings tbody,
  .currency-listings.widget table {
    font-size: 1rem;
  }
  .currency-listings table td,
  .currency-listings table th {
    padding: 1px 0;
  }
}
@media all and (max-width: 550px) {
  .currency-listings {
    padding: 2px;
  }
  .currency-listings.widget table {
    font-size: 11px;
  }
  .currency-listings tbody {
    font-size: 10px;
  }
  .currency-listings tbody,
  .currency-listings.widget table {
    font-size: 0.875rem;
  }
}
@media (max-width: 320px) {
  .widget-common .h-icon,
  .widget-common .h-text {
    font-size: 16px;
  }
  .widget-intraday .total_intraday_inner {
    font-size: 17px;
    line-height: 34px;
  }
  .currency-dropdown-block .currency {
    padding: 3px 10px;
  }
  #login-form .modal-dialog {
    width: 300px;
  }
  .footer-box {
    font-size: 14px;
  }
  .header-contact ul li {
    padding: 10px 0 10px 3px;
  }
  .subscribe-area h2 {
    font-size: 22px;
  }
  .single-item-content::after {
    width: 91%;
  }
  .blog-archive-left .blog-news-img {
    height: 220px;
  }
  #service .textForArrow {
    left: 64%;
    top: 23px;
    width: 80px;
  }
  .widget-common thead th {
    font-size: 9px;
  }
  .widget-common .table-body {
    font-size: 0.6em;
  }
}
.modal-open,
.modal-open .modal {
  padding-right: 0 !important;
}
#system-message {
  margin: 0 auto;
  width: 100%;
  position: relative;
  height: 20px;
  display: block;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sub_new {
  color: #cc2d34;
  font-size: 9px;
}
.menu_sup {
  position: relative;
}
.dropdown-menu .menu_sup {
  left: 0;
}
.no-margin {
  margin: 0 !important;
}
.international {
  border-top: 1px solid grey;
}
.international h3 {
  color: #838282;
  margin-left: 20px;
}
.international p {
  margin-left: 40px;
}
.searchField .form-control:focus {
  border-color: #94da33;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #94da33;
}
.searchField input {
  outline: 0;
}
.js-tape-tcv {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.2),
    1px -1px 0 rgba(0, 0, 0, 0.2), -1px 0 0 rgba(0, 0, 0, 0.2),
    1px 0 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2),
    0 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.widgets-block.intraday_daily {
  padding-top: 30px;
}
.navbar-default {
  background-color: #fff;
  border-color: #fff;
  margin-bottom: 0;
}
.navbar-default .features-text {
  margin-top: 15px;
  position: absolute;
  right: 5px;
}
.navbar-default .features-text .link-btn {
  background-color: transparent;
  color: #252631;
  font-size: 0.75rem;
}
@media (max-width: 1286px) {
  .navbar-default .features-text {
    margin-top: -11px;
    right: 5px;
  }
}
@media (max-width: 1150px) {
  .navbar-default .features-text {
    margin-top: -62px;
    right: 80px;
  }
}
@media (max-width: 769px) {
  .navbar-default .features-text {
    margin-top: -62px;
    right: 65px;
  }
}
@media (max-width: 600px) {
  .navbar-default .features-text {
    margin-top: 0;
    right: 0;
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 0.75rem;
  }
  .navbar-default .features-text .link-btn {
    margin-top: 10px;
  }
}
.navbar-default .navbar-nav > li .dropdown-menu {
  border-top: 2px solid #008d7f;
}
.navbar-default .navbar-nav > li .dropdown-menu li {
  padding: 0;
}
.navbar-default .navbar-nav > li .dropdown-menu li a {
  color: #333;
  font-family: Barlow;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1.1px;
  line-height: 1rem;
  padding: 8px 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
}
.navbar-default .navbar-nav > li .dropdown-menu li a:focus,
.navbar-default .navbar-nav > li .dropdown-menu li a:hover {
  background-color: transparent;
  color: #008d7f;
}
.navbar-default .navbar-nav > li .dropdown-menu li.active > a {
  border-bottom: 2px solid #40a99f;
}
@media (max-width: 1150px) {
  .navbar-default .navbar-nav > li .dropdown-menu {
    right: auto;
    left: 0;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #333;
  display: inline-block !important;
  font-family: Barlow;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1.1px;
  line-height: 1rem;
  text-transform: uppercase;
  width: 100%;
  vertical-align: top;
  padding: 30px 4px 30px;
}
@media (min-width: 1287px) and (max-width: 1666px) {
  .navbar-default .navbar-nav > li > a.two-words-item {
    max-width: 110px;
    padding-top: 20px;
    padding-bottom: 0;
    text-align: center;
  }
}
@media (min-width: 1151px) and (max-width: 1286px) {
  .navbar-default .navbar-nav > li > a.two-words-item {
    padding-top: 10px;
    max-width: 80px;
    padding-bottom: 10px;
  }
}
.navbar-default .navbar-nav > li > a > div {
  height: 100%;
}
.navbar-default .navbar-nav > li > a::before {
  background-color: transparent;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 0;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  border-top: 0 solid #94da33;
  background: 0 0;
  color: #008d7f !important;
}
.navbar-default .navbar-nav > li > a:focus .search-label,
.navbar-default .navbar-nav > li > a:hover .search-label {
  color: #008d7f !important;
}
.navbar-default .navbar-nav > li > a:focus::before,
.navbar-default .navbar-nav > li > a:hover::before {
  width: 100%;
  background-color: #008d7f;
}
@media (max-width: 1572px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1416px) {
  .navbar-default .navbar-nav > li > a {
    padding: 30px 2px 30px;
  }
}
@media (max-width: 1330px) {
  .navbar-default .navbar-nav > li > a {
    padding: 30px 0 30px;
  }
}
@media (max-width: 1286px) {
  .navbar-default .navbar-nav > li > a {
    padding: 20px 0 20px;
  }
}
@media (max-width: 1150px) {
  .navbar-default .navbar-nav > li > a {
    padding: 0;
  }
}
.navbar-default .navbar-nav > li.active > a {
  background-color: transparent;
  color: #008d7f;
}
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active > a:hover {
  background-color: transparent;
  color: #008d7f;
}
.navbar-default .navbar-nav > li.active > a::before {
  width: 100%;
  background-color: #008d7f;
}
.navbar-default .navbar-nav li {
  padding: 5px 0;
  position: relative;
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav li {
    padding-top: 10px;
  }
}
@media (max-width: 1150px) {
  .navbar-default .navbar-nav li .navbar-nav li {
    padding: 0;
  }
}
.navbar-default .navbar-brand {
  font-family: Barlow;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 15px 0 15px;
}
.navbar-default .navbar-brand > img {
  height: 60px !important;
  display: block;
}
@media (min-width: 1286px) {
  .navbar-default .navbar-brand > img {
    margin-top: 15px;
  }
}
@media (max-width: 1287px) {
  .navbar-default .navbar-brand > img {
    height: 40px !important;
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .navbar-default .navbar-brand > img {
    padding-bottom: 0;
  }
}
@media (max-width: 1150px) {
  .navbar-default .navbar-brand > img {
    height: 40px !important;
  }
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  text-decoration: none;
  outline: 0;
}
.navbar-default .navbar-toggle {
  border-color: #008d7f;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #008d7f;
}
.navbar-default .system_status.green {
  color: #30a500;
}
.navbar-default .system_status.gray {
  color: #b8b8b8;
}
.navbar-default .system_status.red {
  color: #fc2413;
}
.navbar-default .system_status.yellow {
  color: #fffd90;
}
.navbar-default .loginBlock {
  font-size: 20px;
  height: 35px;
}
.navbar-default .loginBlock a {
  width: inherit !important;
}
.navbar-default .loginBlock a.search-icon .fa {
  font-size: 20px;
  text-align: center;
  color: #008d7f !important;
}
.navbar-default .loginBlock .search-label {
  display: none;
}
@media (max-width: 1150px) {
  .navbar-default .loginBlock {
    height: 55px;
  }
  .navbar-default .loginBlock a {
    width: 100% !important;
  }
  .navbar-default .loginBlock a.search-icon .fa {
    text-align: left;
    font-size: 15px;
  }
  .navbar-default .loginBlock .search-label {
    display: inline-block;
  }
  .navbar-default .loginBlock .login {
    border: none;
  }
}
@media (min-width: 1287px) {
  .navbar-default {
    height: 100px;
  }
}
.menu-bottom {
  background-color: #41b6e6;
}
.menu-bottom-list .current > a {
  color: #003934;
  background-color: initial;
  border-bottom: 2px solid #41b6e6;
}
.menu-bottom-list #0066b2 li {
  padding: 0 5px;
}
.menu-bottom-list li > a {
  font-size: 0.875rem;
  letter-spacing: 1.75px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.menu-bottom-list li > a:focus,
.menu-bottom-list li > a:hover {
  color: #003934;
  background-color: transparent;
}
.menu-bottom .dropdown-menu li {
  padding: 3px 0;
}
.menu-bottom .dropdown-menu li a {
  color: #41b6e6;
}
.menu-bottom .dropdown-menu .active > a {
  color: #0066b2;
}
.menu-bottom .dropdown-menu .active > a:hover {
  background-color: transparent;
}
.menu-bottom #search-icon {
  color: #fff;
}
.menu-bottom #search-icon:hover {
  color: #003934;
}
@media (max-width: 860px) {
  .navbar-brand {
    margin-top: 0;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: #fff;
  }
}
@media (max-width: 360px) {
  .navbar-default .navbar-toggle {
    padding: 8px 6px;
  }
}
@media (max-width: 919px) {
  .navbar-brand {
    height: auto;
  }
}
@media (max-width: 767px) {
  .navbar-default {
    height: auto;
  }
  .navbar-brand {
    padding: 5px 15px;
  }
}
@media (max-width: 1150px) {
  .navbar-default .navbar-toggle {
    display: block;
  }
  .navbar-right .dropdown-menu {
    right: auto;
    left: auto;
  }
  .fixedMenu .navbar-collapse.collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    display: none !important;
  }
  .fixedMenu .navbar-collapse.collapse.in {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .fixedMenu .navbar-right {
    float: left !important;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-default {
    height: auto;
  }
  .navbar-default .navbar-header {
    float: none;
  }
  .navbar-default .navbar-right {
    width: 100%;
    float: left !important;
  }
  .navbar-default .navbar-nav {
    padding-top: 5px;
  }
}
#footer {
  color: #fff;
  background-color: #333836;
  display: inline;
  float: left;
  padding: 0 0 30px 0;
  width: 100%;
  position: relative;
}
#footer .footer-block {
  margin-top: 20px;
}
#footer .footer-block > img {
  position: absolute;
  left: 25px;
  top: 10px;
  height: 60px;
}
@media (min-width: 1200px) {
  #footer {
    padding: 0 0 30px 0;
  }
  #footer .footer-block > img {
    top: 10px;
  }
}
.footer-left {
  display: flex;
  justify-content: space-between;
}
.footer-left .copyright {
  margin-left: 50px;
}
.footer-left p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.footer-left p a {
  color: #5c5c5c;
}
.footer-left p a:hover {
  text-decoration: none;
  outline: 0;
}
.footer-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  float: right;
}
.footer-right span {
  line-height: 1.2;
}
.footer-right a {
  color: #fff;
  font-size: 13px;
  padding: 0 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-brand-colors {
  height: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer-brand-colors .col:nth-of-type(1) {
  background-color: #8fd9f7;
}
.footer-brand-colors .col:nth-of-type(2) {
  background-color: #00adf0;
}
.footer-brand-colors .col:nth-of-type(3) {
  background-color: #00a3a3;
}
.footer-brand-colors .col:nth-of-type(4) {
  background-color: #008f8f;
}
.footer-brand-colors .col:nth-of-type(5) {
  background-color: #008f8f;
}
.footer-brand-colors .col:nth-of-type(6) {
  background-color: #00ab4f;
}
.footer-brand-colors .col:nth-of-type(7) {
  background-color: #008f8f;
}
.footer-brand-colors .col:nth-of-type(8) {
  background-color: #008f8f;
}
.footer-brand-colors .col:nth-of-type(9) {
  background-color: #00a34d;
}
.footer-brand-colors .col:nth-of-type(10) {
  background-color: #75c25c;
}
@media (max-width: 1600px) {
  #footer .footer-block {
    padding-left: 220px;
  }
  #footer .footer-block > .container {
    width: 100%;
    margin-left: 0;
  }
  #footer .footer-block > .container .row .col-md-6:last-child {
    max-width: 476px;
  }
}
@media (max-width: 1199px) {
  #footer .footer-block > img {
    display: none;
  }
  #footer .footer-block > .container {
    width: auto;
    min-width: 950px;
    margin-left: auto;
  }
  #footer .footer-left img,
  #footer .footer-left p {
    display: inline-block;
  }
  #footer .footer-left img {
    height: 40px;
    margin-top: -10px;
    margin-right: 5px;
  }
}
@media (max-width: 1199px) {
  #footer .footer-block > .container {
    min-width: 0;
  }
  #footer .footer-block > .container .col-md-6 {
    width: 100%;
    text-align: center;
    max-width: none !important;
    overflow: auto;
  }
  #footer .footer-block > .container .col-md-6:first-child {
    margin-bottom: 10px;
  }
  #footer .footer-block > .container .col-md-6 .footer-left {
    margin-top: 20px;
  }
  #footer .footer-block > .container .col-md-6 .footer-right {
    text-align: center;
    min-width: 0;
  }
}
@media (max-width: 768px) {
  #footer .footer-block {
    padding-left: 0;
  }
  #footer .footer-left {
    text-align: center;
  }
  #footer .footer-right {
    justify-content: center;
    float: none;
  }
  #footer .footer-right a {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  #footer .row img {
    display: none;
  }
}
@media (max-width: 480px) {
  .footer-left {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-right a {
    font-size: 14px;
  }
  .footer-right {
    text-align: center;
  }
}
@media (max-width: 320px) {
  .footer-left p {
    font-size: 12px;
  }
  .footer-right a {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .footer-left {
    flex-direction: column;
    width: 100%;
  }
  .footer-left .copyright {
    margin-left: 0;
  }
}
.widgets-block {
  background-color: #fff;
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
  overflow: hidden;
}
.widgets-block.section-color-grey {
  background-color: #f8f8f8;
}
.widgets-block .single-widgets-block p {
  font-size: 14px;
}
.widgets-block .widgets-block-content {
  display: inline-block;
  width: 100%;
}
.widgets-block .widgets-block .title-area {
  padding-bottom: 15px;
}
.widgets-block .single-widgets-block {
  width: 100%;
}
.widgets-block .single-widgets-block:hover .widgets-block-icon {
  color: #444;
}
.widgets-block .single-widgets-block .widgets-block-icon {
  font-size: 35px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.widgets-block .single-widgets-block:hover .feat-title {
  color: #444;
}
.widgets-block .single-widgets-block p {
  color: #555;
}
.widgets-block .widgets-blockd-price .price-title {
  background-color: #383838;
}
.widgets-block .widgets-blockd-price .purchase-btn {
  color: #fff;
}
@media (max-width: 860px) {
  .widgets-block .single-widgets-block {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .widgets-block .widget-split {
    border: 0;
  }
  .widgets-block .widget-common h3 {
    overflow: hidden;
  }
  .widgets-block .widget-common h3 .h-text {
    float: left;
  }
  .widgets-block .widget-common h3 .total_intraday_inner {
    line-height: normal;
  }
  .widgets-block .widget-common.widget-daily h3 {
    min-height: 32px;
  }
  .widgets-block .widget-common.widget-daily .h-text {
    margin-top: 6px;
  }
  .widgets-block .widget-common.widget-daily .total_dv_inner {
    float: left;
  }
  .widgets-block .days_btns {
    float: right;
    width: auto;
  }
  .widgets-block .days_btns > span {
    margin: 0;
  }
  .widgets-block .widget-common .h-icon {
    float: left;
    margin-right: 5px;
  }
  .widgets-block .single-widgets-block {
    padding: 0;
    margin-left: 0;
  }
  #mostactive .h-text i {
    margin-left: 5px;
  }
  #bookViewerWidget > .row {
    max-width: 600px;
    margin: 0 auto;
  }
  #bookViewerWidget > .row .widget-split-left {
    border: none;
  }
  #bookViewerWidget .BV_param {
    overflow: auto;
  }
  #bookViewerWidget .BV_param .bvmidpoint,
  #bookViewerWidget .BV_param .bvspead {
    float: left;
  }
  #bookViewerWidget .BV_param .midpoint,
  #bookViewerWidget .BV_param .spread {
    float: right;
  }
  #bookViewerWidget .symbol_currency {
    overflow: visible;
    min-height: 20px;
  }
  #bookViewerWidget .symbol_currency .symbol {
    float: left;
  }
}
#bookviewer > .container > .row {
  margin-left: 0;
  margin-right: 0;
}
#mostactive .widget-common thead th {
  text-align: left;
  padding-left: 5px;
}
#mostactive .widget-common .latency table thead th {
  text-align: center;
}
@media (min-width: 1050px) {
  #mostactive > .container {
    min-width: 1050px;
  }
}
@media (min-width: 992px) and (max-width: 1049px) {
  #mostactive .col-md-4 {
    width: 100%;
  }
  #mostactive .col-md-4 .widgets-block-content {
    max-width: 700px;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 597px) and (max-width: 767px) {
  .widgets-block .widget-daily .total_dv_inner a {
    margin-left: 30px;
    margin-right: 25px;
  }
}
@media (max-width: 596px) {
  .widgets-block .widget-daily .total_dv_inner a {
    margin-right: 55px;
  }
}
@media (max-width: 370px) {
  .widgets-block .widget-common .table-body {
    font-size: 0.6em;
  }
  .widgets-block .widget-common table td {
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media (max-width: 340px) {
  .widgets-block .widget-common .h-icon,
  .widgets-block .widget-common .h-text {
    font-size: 16px;
  }
  .widgets-block .widget-intraday .total_intraday_inner {
    font-size: 17px;
    line-height: 34px;
  }
}
@media (min-width: 768px) {
  .widget-metric {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .widget-metric .block {
    width: 200px;
  }
  .widget-metric .block .widget-metrics-values time {
    margin-left: 34px;
  }
}
@media (max-width: 767px) {
  .widget-metric {
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    max-width: 400px;
  }
  .widget-metric .block {
    width: 185px;
  }
  .widget-metric .block .widget-metrics-values time {
    margin-left: 20px;
  }
}
@media (max-width: 380px) {
  .widget-metric {
    gap: 5px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
    max-width: 185px;
  }
  .widgets-block .single-widgets-block {
    margin-left: 0;
  }
}
.delayed-label {
  color: red;
  margin-top: 10px;
}
.widget-metric {
  display: grid;
  width: 655px;
  grid-auto-flow: row;
  margin: 0 auto;
}
.widget-metric .block {
  color: #fff;
  height: 200px;
}
.widget-metric .block .widjet-badge {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  height: 30px;
  width: 185px;
  background-color: #fff;
  letter-spacing: 0.1rem;
}
.widget-metric .block .widjet-badge .widjet-badge-text {
  display: inline-block;
  margin-top: 4px;
  margin-left: 10px;
  text-transform: uppercase;
}
.widget-metric .block .widget-metrics-values {
  padding-left: 10px;
}
.widget-metric .block .widget-metrics-values .heading-metrics-values {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 1.3;
  padding-top: 5px;
}
.widget-metric .block .widget-metrics-values .heading-metrics-values::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  height: 1px;
  width: 50px;
  top: 50px;
}
.widget-metric .block .widget-metrics-values time {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  text-shadow: none;
  margin-top: 9px;
  padding: 3px;
}
.widget-metric .block .widget-metrics-values .widget-metrics-values-params {
  margin-top: 15px;
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.widget-metric
  .block
  .widget-metrics-values
  .widget-metrics-values-params
  span {
  font-size: 13px;
  line-height: 1.3;
}
.widget-metric
  .block
  .widget-metrics-values
  .widget-metrics-values-params
  span
  strong {
  font-size: 23px;
}
#block-fillrates {
  background-color: #345066;
}
#block-fillrates .widjet-badge .widjet-badge-text {
  color: #345066;
}
#block-fillrates-rrt {
  background-color: #2b665f;
}
#block-fillrates-rrt .widjet-badge .widjet-badge-text {
  color: #2b665f;
}
#block-platform-arc {
  background-color: #429446;
}
#block-platform-arc .widjet-badge .widjet-badge-text {
  color: #429446;
}
#block-platform-arc .widget-metrics-values .block-platform-arc-values {
  display: flex;
  flex-direction: column;
}
#block-platform-arc .widget-metrics-values .block-platform-arc-values span {
  line-height: 1.1;
}
#block-firm-volumes {
  background-color: #8ecf3f;
}
#block-firm-volumes .widjet-badge .widjet-badge-text {
  color: #8ecf3f;
  letter-spacing: 0.5px;
}
#block-trading-banks {
  background-color: #64b5e2;
}
#block-trading-banks .widjet-badge .widjet-badge-text {
  color: #64b5e2;
  letter-spacing: -0.5px;
}
#block-gfxc-lps {
  background-color: #548c85;
}
#block-gfxc-lps .widjet-badge .widjet-badge-text {
  color: #548c85;
}
#block-gfxc-lps time {
  display: inline-block;
  color: gray;
  font-size: 10px;
  text-shadow: none;
  margin-top: 90px;
  margin-left: 45px;
}
.operating_procedures {
  padding-top: 30px;
}
.operating_procedures h1:not(.content-wrapper-header) {
  color: #008d7f;
  font-weight: 700;
}
.operating_procedures h2 {
  font-size: 1.3em;
  padding-bottom: 5px;
  margin-bottom: 0;
  font-weight: 700;
  color: #008d7f;
}
.operating_procedures h3 {
  font-size: 1.1em;
  font-weight: 700;
  color: #008d7f;
}
.operating_procedures div.col-md-12 p {
  text-indent: 40px;
}
.operating_procedures div.col-md-12 p.table-definition {
  text-indent: 0;
  padding-left: 40px;
}
.operating_procedures div.col-md-12 p.note {
  padding-left: 40px;
}
.operating_procedures div.col-md-12 ul li p {
  text-indent: 0;
}
.operating_procedures .content-start {
  margin-top: 30px;
}
.operating_procedures .underline {
  text-decoration: underline;
}
.operating_procedures .italic {
  font-style: italic;
}
.operating_procedures .bold {
  font-weight: 700;
}
.operating_procedures a {
  color: #448c6d;
}
.operating_procedures table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.operating_procedures table td,
.operating_procedures table th {
  border: 1px solid #ddd;
  padding: 8px;
}
.operating_procedures table td:not(:first-child),
.operating_procedures table th {
  text-align: center;
}
.operating_procedures table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.operating_procedures table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #008d7f;
  color: #fff;
}
@media (max-width: 500px) {
  .operating_procedures a {
    word-wrap: break-word;
  }
  .operating_procedures .table-wrapper {
    overflow-x: scroll;
  }
  .operating_procedures div.col-md-12 p {
    text-indent: 15px;
  }
  .operating_procedures div.col-md-12 p.table-definition {
    padding: 0;
  }
}
.singapore_operating_procedures .col-md-12 {
  min-height: 455px;
}
.widgets-block.section-border.statement {
  padding: 10px 40px 35px;
}
.widgets-block.section-border.statement .docsDownloadDocumentItesm a {
  margin-top: 15px;
  font-size: 25px !important;
}
.widgets-block.section-border.statement .doc-label {
  font-weight: 600;
  font-size: 35px;
}
.widgets-block.section-border.statement .docsDowloadDocument {
  text-align: center;
}
@media (max-width: 767px) {
  .widgets-block.section-border.statement {
    padding-left: 20px;
    padding-right: 20px;
  }
  .widgets-block.section-border.statement .doc-label {
    font-size: 20px;
  }
}
.privacy_shield_link {
  color: #008d7f;
}
.privacy_shield_link:focus,
.privacy_shield_link:hover {
  color: #008d7f;
}
#slider {
  display: inline;
  float: left;
  width: 100%;
}
#single-page-header {
  padding-top: 43px;
}
.main-slider {
  display: inline;
  float: left;
  margin-bottom: 0;
  width: 100%;
}
.main-slider .slick-list {
  height: 100%;
}
.single-slide {
  float: left;
  display: inline;
  width: 100%;
}
.single-slide img {
  width: 100%;
}
@media (max-width: 991px) {
  .single-slide img {
    width: 150%;
  }
}
.single-slide img.super_tech {
  margin-top: -400px;
}
@media (max-width: 991px) {
  .single-slide img.super_tech {
    margin-top: -300px;
  }
}
@media (max-width: 767px) {
  .single-slide img.super_tech {
    margin-top: -250px;
  }
}
@media (max-width: 725px) {
  .single-slide img.super_tech {
    margin-top: -150px;
  }
}
@media (max-width: 650px) {
  .single-slide img.super_tech {
    margin-top: -50px;
  }
}
@media (max-width: 510px) {
  .single-slide img.super_tech {
    margin-top: 0;
  }
}
.slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.home-slider .slick-prev,
.main-slider .slick-prev,
.slider .slick-prev {
  left: 0;
}
.home-slider .slick-next,
.main-slider .slick-next,
.slider .slick-next {
  right: 0;
}
.home-slider .slick-next,
.home-slider .slick-prev,
.main-slider .slick-next,
.main-slider .slick-prev,
.slider .slick-next,
.slider .slick-prev {
  background-color: rgba(0, 0, 0, 0.3);
  top: 10px;
  height: 80px;
  width: 80px;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.home-slider .slick-prev::before,
.main-slider .slick-prev::before {
  content: "\f104";
  font-family: fontAwesome, sans-serif;
  font-size: 50px;
}
.home-slider .slick-next::before,
.main-slider .slick-next::before {
  color: #00685e;
  content: "\f105";
  font-family: fontAwesome, sans-serif;
  font-size: 50px;
}
.main-slider .slick-dots,
.slider .slick-dots {
  bottom: 10px;
}
.main-slider .slick-dots li,
.slider .slick-dots li {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}
.main-slider .slick-dots li button::before,
.slider .slick-dots li button::before {
  font-size: 10px;
  line-height: 23px;
}
.main-slider .slick-dots li button::before,
.slider .slick-dots li button::before {
  color: #008d7f;
}
.slide-article {
  display: inline;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 36px;
  width: 100%;
}
.slide-article .slider_title,
.slide-article h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
  margin-top: 20px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .slide-article .slider_title,
  .slide-article h1 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 35px;
  }
}
@media (max-width: 510px) {
  .slide-article .slider_title,
  .slide-article h1 {
    margin-top: 5px;
    font-size: 30px;
  }
}
.slide-article p {
  color: #fff;
  margin-left: 20px;
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 35px;
}
.slide-article p span.list-item {
  display: list-item;
}
@media (max-width: 1100px) {
  .slide-article p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 510px) {
  .slide-article p {
    font-size: 15px;
    line-height: 20px;
  }
}
.read-more-btn {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  padding: 12px 22px;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.read-more-btn:focus,
.read-more-btn:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.slider-img {
  display: inline;
  float: left;
  padding: 0 30px;
  width: 100%;
}
.home-slider .slick-next:hover,
.home-slider .slick-prev:hover,
.main-slider .slick-next:hover,
.main-slider .slick-prev:hover,
.slider .slick-next:hover,
.slider .slick-prev:hover {
  background-color: #008d7f;
}
.press-releases {
  text-align: center;
}
.press-releases h1 {
  font-size: 24px;
  display: inline-block;
  font-weight: 700;
  color: #80bb46;
}
.press-releases.widgets-block.section-border.statement {
  padding-bottom: 10px;
}
.press-releases .slick-slide {
  text-align: center;
}
.press-releases .slick-slide:focus {
  outline: 0 !important;
}
.press-releases .slick-dots {
  bottom: -25px;
}
.press-releases .slick-dots li {
  background-color: transparent;
}
.press-releases .message a {
  font-weight: 600;
  font-size: 32px;
  color: #80bb46;
}
.press-releases .message a:focus,
.press-releases .message a:hover {
  color: #80bb46;
}
.home-slider-section {
  margin-top: 158px;
}
/*@media (max-width: 1287px) {
  .home-slider-section {
    margin-top: 100px;
  }
}*/
@media (max-width: 1150px) {
  .home-slider-section {
    margin-top: 100px;
  }
}
/*
@media (max-width: 600px) {
  .home-slider-section {
    margin-top: 120px;
  }
}*/
.home-slider {
  width: 100%;
  margin-bottom: 15px;
}
.home-slider .slick-list {
  width: 100%;
}
.home-slider .slick-track {
  width: 100%;
}
.home-slider .slick-prev {
  background-color: #00685e;
  right: 80px;
  display: block;
  left: initial;
  bottom: initial;
}
@media (max-width: 1150px) {
  .home-slider .slick-prev {
    top: 10px;
    right: 50px;
    width: 50px;
    height: 50px;
  }
}
.home-slider .slick-next {
  background-color: #fff;
  right: 0;
  display: block;
  left: initial;
  bottom: initial;
}
@media (max-width: 1150px) {
  .home-slider .slick-next {
    top: 10px;
    width: 50px;
    height: 50px;
  }
}
.home-slider-item.video-slide.slick-slide.slick-current.slick-active {
  height: 450px !important;
  max-height: 450px !important;
}

.home-slider-item video {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 760px) {
  .home-slider-item video {
    height: 235px;
    top: 25%;
  }
}

@media (min-width: 760px) {
  .home-slider-item video {
    height: 450px;
  }
}
.home-slider-item {
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-slider-item__bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.home-slider-item__block {
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .home-slider-item__block {
    padding-left: 35px;
    padding-right: 35px;
    left: 0;
    transform: translate(0, -50%);
  }
}
@media (max-width: 767px) {
  .home-slider-item__block h2 {
    font-size: 22px;
  }
}
.home-slider-item .link-btn {
  font-size: 0.83rem;
  margin-top: 15px;
  padding: 6px 22px;
  background-color: #fff;
  color: #008d7f;
  border-color: #008d7f;
  border-radius: 50px;
  font-family: Barlow;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.2s linear;
}
.home-slider-item .link-btn:hover {
  color: #fff;
  background-color: #07272d;
  border-color: #07272d;
  transition: 0.2s linear;
}
.home-slider-item .link-btn:hover svg > g > g > path {
  fill: #fff;
}
.home-slider-item .link-btn span {
  position: relative;
  padding-right: 15px;
}
.home-slider-item .link-btn svg {
  position: relative;
}
.singapore .row {
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  min-height: 350px;
}
.singapore .row .col-md-12:not(:last-child) {
  margin-bottom: 40px;
}
.singapore .row a {
  color: #008d7f;
  font-size: 25px;
}
.fee-access-form {
  width: 100%;
  height: 455px;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fee-access-form form {
  display: block;
  margin: 0 auto;
  width: 200px;
  margin-top: -80px;
}
.legal_docs hr {
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
}
.legal_docs .row {
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  min-height: 350px;
  margin-bottom: 20px;
}
.legal_docs .row .header {
  text-align: center;
}
.legal_docs .row .header h1 {
  color: #008d7f;
  margin-top: 0;
  margin-bottom: 0;
}
.legal_docs .row .header.col-md-12 {
  margin-bottom: 31px;
}
.legal_docs .row .content {
  padding-top: 30px;
  padding-left: 30px;
}
.legal_docs .row .content hr {
  width: 93%;
  margin-left: 27px;
  margin-bottom: 15px;
}
.legal_docs .row .content .col-md-12:not(:last-child) {
  margin-bottom: 40px;
}
.legal_docs .row .content a {
  color: #008d7f;
  font-size: 25px;
}
.fxheader {
  display: flex;
  background-color: #008d7f;
  color: #fff;
  min-height: 49px;
  align-items: center;
  cursor: pointer !important;
}
.fxheader:hover {
  color: #fff;
  text-decoration: none;
  background-color: #066e64;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.fxheader:focus {
  color: #fff;
}
.fxheader-left {
  border-bottom-left-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
}
.fxheader-right {
  border-bottom-right-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
}
.fxblock {
  color: #008d7f;
}
.contat-request {
  text-align: center;
  margin-bottom: 10px;
}
.fxline {
  border: 0;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
}
.header-divider {
  position: relative;
}
.header-divider::after {
  content: "";
  position: absolute;
  right: 0px;
  width: 10px;
  height: 49px;
  background-color: #fff;
}
.market-icon-fx {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  margin-top: 60px;
  gap: 20px;
}

.market-icon-fx img {
  height: 70px;
  width: 70px;
}

.market-icon-fx img:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}
.market-icon-fx img:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}
.market-icon-fx figure {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #008d7f;
}

.market-icon-fx figure a {
  text-decoration: none;
}
.highcharts-empty-series {
  opacity: 0;
}
