/*
Template Name: Trader Kıymetli Madenler
Author: Venore Creative Worldwide
Email: info@venorecreative.com
*/

/* IMPORT CSS */
@import url(fonts.css);
@import url(normalize.css);
@import url(responsive.css);
/* IMPORT CSS */

/* CONFIGRATION */
:root {
  --font-text-family: "Montserrat", sans-serif;
  --font-text-weight: normal;
  --font-text-size-xs: 12px;
  --font-text-size-sm: 14px;
  --font-text-size-md: 16px;
  --font-text-size-lg: 20px;
  --font-text-size-xl: 24px;
  --font-text-size-xxl: 30px;
  --font-text-line-height: 1.4;

  --body-bg: #ffffff;
  --body-header-top-bg: #f5f8fd;
  --body-footer-bottom-bg: #252525;
  --menu-color: #0e6b87;
  --text-color: #2d3239;
  --black-color: #252525;
  --dark-gray-color: #252525;
  --gray-color: #1f2540;
  --trader-blue-color: #0e6b87;
  --trader-red-color: #e0171e;
  --white-color: #ffffff;
  --light-gray-to-blue-color: #e7eef8;
  --light-gray-to-gray-color: #e7eef8;
  --light-gray-to-dark-gray: #8d9093;
  --page-nav-pill-gray: #e7eef8;
  --gray-to-dark-gray-color: #f5f8fd;
  --gray-to-light-gray-color: #f5f8fd;
  --gray-to-gray-color: #f5f8fd;
  --orange-color: #ffcb00;
  --red-color: #db1919;
  --alb-color: #007b52;
  --green-color: #007b52;
  --box-color: #ffffff;
  --label-color: #575757;
  --desc-color: #707070;

  --border-color-light: #e7eef8;
  --border-color-dark: #cdd9ea;

  --scrollbar-bg: #f8f8f8;
  --scrollbar-thumb: var(--trader-blue-color);

  --border-radius-xs: 5px;
  --border-radius-sm: 10px;
  --border-radius-md: 15px;
  --border-radius-lg: 20px;
  --border-radius-xl: 25px;

  --box-shadow-other-xs: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  --box-shadow-other-sm: rgba(149, 157, 165, 0.2) 0px 7px 29px 0px;
  --box-shadow-other-md: rgba(149, 157, 165, 0.2) 0px 18px 50px -10px;
  --box-shadow-other-lg: rgba(149, 157, 165, 0.12) 0px 2px 4px 0px,
    rgba(149, 157, 165, 0.32) 0px 2px 16px 0px;
}
/* CONFIGRATION */

/* OTHER COMPONENT */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb);
}
::-webkit-scrollbar-track {
  background: var(--scrollbar-bg);
}
* {
  margin: 0;
  padding: 0;
  font-family: inherit;
  outline: none !important;
  list-style: none !important;
}
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: antialiased;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  background-color: var(--body-bg) !important;
  color: var(--text-color) !important;
  font-family: var(--font-text-family) !important;
  font-size: var(--font-text-size-sm) !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: var(--font-text-size-lg);
  color: var(--text-color);
  font-family: var(--font-text-family) !important;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: var(--font-text-title-line-height);
}
p {
  color: var(--text-color);
  line-height: var(--font-text-line-height);
  margin-bottom: 0px;
}
a {
  color: var(--text-color);
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none !important;
  box-shadow: none !important;
}
a:hover {
  color: var(--text-color);
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}
a:focus {
  outline: none !important;
  box-shadow: none !important;
}
img {
  max-width: 100%;
}
button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none !important;
}
ul,
li,
ol {
  margin: 0;
  padding: 0;
}
fieldset {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
}
label {
  color: var(--text-color);
}
input:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
.fs-4 {
  font-size: 4px !important;
}
.fs-5 {
  font-size: 5px !important;
}
.fs-6 {
  font-size: 6px !important;
}
.fs-7 {
  font-size: 7px !important;
}
.fs-8 {
  font-size: 8px !important;
}
.fs-9 {
  font-size: 9px !important;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-17 {
  font-size: 17px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-19 {
  font-size: 19px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-21 {
  font-size: 21px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-23 {
  font-size: 23px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-25 {
  font-size: 25px !important;
}
.fs-26 {
  font-size: 26px !important;
}
.fs-27 {
  font-size: 27px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-29 {
  font-size: 29px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-31 {
  font-size: 31px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-33 {
  font-size: 33px !important;
}
.fs-34 {
  font-size: 34px !important;
}
.fs-35 {
  font-size: 35px !important;
}
.fs-36 {
  font-size: 36px !important;
}
.fs-37 {
  font-size: 37px !important;
}
.fs-38 {
  font-size: 38px !important;
}
.fs-39 {
  font-size: 39px !important;
}
.fs-40 {
  font-size: 40px !important;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.fw-normal {
  font-weight: normal !important;
}
.fw-bold {
  font-weight: bold !important;
}
.text-height-reset {
  line-height: 1 !important;
}
.text-height-0 {
  line-height: 1.2 !important;
}
.text-height-1 {
  line-height: 1.5 !important;
}
.text-height-2 {
  line-height: 2 !important;
}
.text-height-3 {
  line-height: 2.5 !important;
}
.text-height-4 {
  line-height: 3 !important;
}
.text-height-5 {
  line-height: 3.5 !important;
}
.text-justify {
  text-align: justify !important;
}
.m-6 {
  margin: 5rem !important;
}
.mt-6 {
  margin-top: 5rem !important;
}
.mb-6 {
  margin-bottom: 5rem !important;
}
.ml-6 {
  margin-left: 5rem !important;
}
.mr-6 {
  margin-right: 5rem !important;
}
.my-6 {
  margin: 5rem 0rem !important;
}
.mx-6 {
  margin: 0rem 5rem !important;
}
.m-7 {
  margin: 7rem !important;
}
.mt-7 {
  margin-top: 7rem !important;
}
.mb-7 {
  margin-bottom: 7rem !important;
}
.ml-7 {
  margin-left: 7rem !important;
}
.mr-7 {
  margin-right: 7rem !important;
}
.my-7 {
  margin: 7rem 0rem !important;
}
.mx-7 {
  margin: 0rem 7rem !important;
}
.mt-5px {
  margin-top: 5px !important;
}
.mt-10px {
  margin-top: 10px !important;
}
.mt-15px {
  margin-top: 15px !important;
}
.mt-20px {
  margin-top: 20px !important;
}
.mt-25px {
  margin-top: 25px !important;
}
.mt-30px {
  margin-top: 30px !important;
}
.mt-35px {
  margin-top: 35px !important;
}
.mt-40px {
  margin-top: 40px !important;
}
.mt-45px {
  margin-top: 45px !important;
}
.mt-50px {
  margin-top: 50px !important;
}
.mb-5px {
  margin-bottom: 5px !important;
}
.mb-10px {
  margin-bottom: 10px !important;
}
.mb-15px {
  margin-bottom: 15px !important;
}
.mb-20px {
  margin-bottom: 20px !important;
}
.mb-25px {
  margin-bottom: 25px !important;
}
.mb-30px {
  margin-bottom: 30px !important;
}
.mb-35px {
  margin-bottom: 35px !important;
}
.mb-40px {
  margin-bottom: 40px !important;
}
.mb-45px {
  margin-bottom: 45px !important;
}
.mb-50px {
  margin-bottom: 50px !important;
}
.ms-5px {
  margin-left: 5px !important;
}
.ms-10px {
  margin-left: 10px !important;
}
.ms-15px {
  margin-left: 15px !important;
}
.ms-20px {
  margin-left: 20px !important;
}
.ms-25px {
  margin-left: 25px !important;
}
.ms-30px {
  margin-left: 30px !important;
}
.ms-35px {
  margin-left: 35px !important;
}
.ms-40px {
  margin-left: 40px !important;
}
.ms-45px {
  margin-left: 45px !important;
}
.ms-50px {
  margin-left: 50px !important;
}
.me-5px {
  margin-right: 5px !important;
}
.me-10px {
  margin-right: 10px !important;
}
.me-15px {
  margin-right: 15px !important;
}
.me-20px {
  margin-right: 20px !important;
}
.me-25px {
  margin-right: 25px !important;
}
.me-30px {
  margin-right: 30px !important;
}
.me-35px {
  margin-right: 35px !important;
}
.me-40px {
  margin-right: 40px !important;
}
.me-45px {
  margin-right: 45px !important;
}
.me-50px {
  margin-right: 50px !important;
}

.pt-5px {
  padding-top: 5px !important;
}
.pt-10px {
  padding-top: 10px !important;
}
.pt-15px {
  padding-top: 15px !important;
}
.pt-20px {
  padding-top: 20px !important;
}
.pt-25px {
  padding-top: 25px !important;
}
.pt-30px {
  padding-top: 30px !important;
}
.pt-35px {
  padding-top: 35px !important;
}
.pt-40px {
  padding-top: 40px !important;
}
.pt-45px {
  padding-top: 45px !important;
}
.pt-50px {
  padding-top: 50px !important;
}
.pb-5px {
  padding-bottom: 5px !important;
}
.pb-10px {
  padding-bottom: 10px !important;
}
.pb-15px {
  padding-bottom: 15px !important;
}
.pb-20px {
  padding-bottom: 20px !important;
}
.pb-25px {
  padding-bottom: 25px !important;
}
.pb-30px {
  padding-bottom: 30px !important;
}
.pb-35px {
  padding-bottom: 35px !important;
}
.pb-40px {
  padding-bottom: 40px !important;
}
.pb-45px {
  padding-bottom: 45px !important;
}
.pb-50px {
  padding-bottom: 50px !important;
}
.ps-5px {
  padding-left: 5px !important;
}
.ps-10px {
  padding-left: 10px !important;
}
.ps-15px {
  padding-left: 15px !important;
}
.ps-20px {
  padding-left: 20px !important;
}
.ps-25px {
  padding-left: 25px !important;
}
.ps-30px {
  padding-left: 30px !important;
}
.ps-35px {
  padding-left: 35px !important;
}
.ps-40px {
  padding-left: 40px !important;
}
.ps-45px {
  padding-left: 45px !important;
}
.ps-50px {
  padding-left: 50px !important;
}
.pe-5px {
  padding-right: 5px !important;
}
.pe-10px {
  padding-right: 10px !important;
}
.pe-15px {
  padding-right: 15px !important;
}
.pe-20px {
  padding-right: 20px !important;
}
.pe-25px {
  padding-right: 25px !important;
}
.pe-30px {
  padding-right: 30px !important;
}
.pe-35px {
  padding-right: 35px !important;
}
.pe-40px {
  padding-right: 40px !important;
}
.pe-45px {
  padding-right: 45px !important;
}
.pe-50px {
  padding-right: 50px !important;
}
.p-6 {
  padding: 5rem !important;
}
.pt-6 {
  padding-top: 5rem !important;
}
.pb-6 {
  padding-bottom: 5rem !important;
}
.pl-6 {
  padding-left: 5rem !important;
}
.pr-6 {
  padding-right: 5rem !important;
}
.py-6 {
  padding: 5rem 0rem !important;
}
.px-6 {
  padding: 0rem 5rem !important;
}
.p-7 {
  padding: 7rem !important;
}
.pt-7 {
  padding-top: 7rem !important;
}
.pb-7 {
  padding-bottom: 7rem !important;
}
.pl-7 {
  padding-left: 7rem !important;
}
.pr-7 {
  padding-right: 7rem !important;
}
.py-7 {
  padding: 7rem 0rem !important;
}
.px-7 {
  padding: 0rem 7rem !important;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 0 !important;
}
.btn.focus,
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn:focus,
a:focus {
  outline: none !important;
}
.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
}
iframe {
  width: 100% !important;
  border: 0;
  display: block;
}
video {
  width: 100% !important;
}
.color-text {
  color: var(--text-color) !important;
}
.color-alb {
  color: var(--alb-color) !important;
}
.color-light-gray {
  color: var(--light-gray-to-dark-gray) !important;
}
.color-gray {
  color: var(--gray-color) !important;
}
.color-desc {
  color: var(--desc-color) !important;
}
.border-light {
  border: 1px solid var(--border-color-light) !important;
}
.border-light-down {
  border-bottom: 1px solid var(--border-color-light) !important;
}
.border-light-up {
  border-top: 1px solid var(--border-color-light) !important;
}
.border-dark {
  border: 1px solid var(--border-color-dark) !important;
}
.border-dark-down {
  border-bottom: 1px solid var(--border-color-dark) !important;
}
.border-dark-up {
  border-top: 1px solid var(--border-color-dark) !important;
}
.container,
.container-fluid,
.custom-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  width: 100%;
}
.swal2-title {
  font-size: var(--font-text-size-xl) !important;
  font-weight: 500;
  color: var(--text-color) !important;
}
.logo {
  width: 125px;
}
.flexCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexSpaceAround {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.flexSpaceBetween {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* OTHER COMPONENT */

/* CUSTOM BUTTON */
.btn-alb {
  font-weight: 600;
  font-size: var(--font-text-size-md);
  background: var(--alb-color);
  color: var(--white-color);
  padding: 15px 25px;
  border-radius: var(--border-radius-lg);
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  border: none;
  height: 56px;
}
.btn-alb:hover {
  transform: scale(1.1);
  text-decoration: none;
  color: var(--white-color);
  z-index: 1;
}
.btn-alb.sm:hover {
  transform: scale(1.03);
  text-decoration: none;
  color: var(--white-color);
  z-index: 1;
}
.btn-alb.nh:hover {
  transform: scale(1);
  text-decoration: none;
  color: var(--white-color);
  z-index: 1;
}
.btn-alb span {
  z-index: 1;
  position: relative;
}
.btn-alb i,
.btn-alb svg {
  margin-right: 5px;
  font-size: 13px;
  z-index: 1;
  position: relative;
}
/* CUSTOM BUTTON */

header.header {
  position: relative;
  padding: 25px 0px;
}
header.header nav.navbar {
  padding: 0 !important;
}
header.header .navbar-toggler-icon {
  position: absolute;
  top: 5px;
  right: 0px;
}
header.header .navbar-toggler-icon i {
  color: var(--trader-blue-color);
}
header.header .navbar-nav {
  margin-top: 15px;
}
header.header .navbar-nav .nav-item {
  margin-bottom: 3px;
}
header.header .navbar-nav .nav-item li {
  margin-left: 10px;
}
header.header .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  padding: 10px 20px 10px 20px;
  font-size: 13px;
  color: var(--menu-color);
  position: relative;
  border: 1px solid var(--menu-color);
}
header.header .navbar-nav .navbar li:hover,
header.header .navbar-nav .navbar li:active {
  background: #fff !important;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
}
header.header .navbar-nav .navbar li.show {
  background: #fff !important;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
}
header.header .mainMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.header .mainMenu .navMenu ul {
  margin-bottom: 0;
}
header.header .mainMenu .navMenu ul li {
  float: left;
}
header.header .mainMenu .navMenu ul li a {
  font-weight: 500;
  padding: 10px 20px 10px 20px;
  font-size: var(--font-text-size-md);
  color: var(--menu-color);
  position: relative;
}

footer.footer {
  position: relative;
  padding: 60px 0px;
  background: var(--trader-blue-color);
}
footer.footer .footerLogo {
  margin-bottom: 20px;
  text-align: center;
}
footer.footer .footerLogo img {
  width: 150px;
}
footer.footer .footerContact {
  padding: 25px 60px;
}
footer.footer .footerContact ul {
  margin-bottom: 0;
}
footer.footer .footerContact ul li {
  border-right: 1px solid var(--white-color);
  display: flex;
  align-items: center;
}
footer.footer .footerContact ul li.first {
  text-align: left;
}
footer.footer .footerContact ul li.middle {
  justify-content: center;
  text-align: center;
}
footer.footer .footerContact ul li.last {
  justify-content: center;
  border: none !important;
  text-align: right;
}
footer.footer .footerContact ul li .icon {
  /*width:10%;*/
  float: left;
}
footer.footer .footerContact ul li .icon i {
  font-size: 30px;
  color: var(--white-color);
}
footer.footer .footerContact ul li .desc {
  padding-left: 25px;
  /*width:90%;*/
  float: right;
  text-align: left;
}
footer.footer .footerContact ul li .desc a {
  text-decoration: none;
  font-weight: 400;
  font-size: var(--border-radius-md);
  color: var(--white-color);
  line-height: 1.3;
  position: relative;
}
footer.footer .footerContact ul li .desc a:hover {
  text-decoration: none;
  color: var(--white-color);
}
t1000.t1000 {
  position: relative;
  padding: 60px 0px;
  background: var(--trader-blue-color);
}
t1000.t1000 .t1000Logo {
  margin-bottom: 20px;
  text-align: center;
}
t1000.t1000 .t1000Logo img {
  width: 500px;
}
t1000.t1000 .t1000Contact {
  padding: 25px 60px;
}
t1000.t1000 .t1000Contact ul {
  margin-bottom: 0;
}
t1000.t1000 .t1000Contact ul li {
  border-right: 1px solid var(--white-color);
  display: flex;
  align-items: center;
}
t1000.t1000 .t1000Contact ul li.first {
  text-align: left;
}
t1000.t1000 .t1000Contact ul li.middle {
  justify-content: center;
  text-align: center;
}
t1000.t1000 .t1000Contact ul li.last {
  justify-content: center;
  border: none !important;
  text-align: right;
}
t1000.t1000 .t1000Contact ul li .icon {
  /*width:10%;*/
  float: left;
}
t1000.t1000 .t1000Contact ul li .icon i {
  font-size: 30px;
  color: var(--white-color);
}
t1000.t1000 .t1000Contact ul li .desc {
  padding-left: 25px;
  /*width:90%;*/
  float: right;
  text-align: left;
}
t1000.t1000 .t1000Contact ul li .desc a {
  text-decoration: none;
  font-weight: 3000;
  font-size: var(--border-radius-md);
  color: var(--white-color);
  line-height: 1.3;
  position: relative;
}
t1000.t1000 .t1000Contact ul li .desc a:hover {
  text-decoration: none;
  color: var(--white-color);
}

.section-title {
  position: relative;
}
.section-title .title {
  position: relative;
  font-size: var(--font-text-size-xxl);
  font-weight: 600;
  color: var(--text-color);
  line-height: 1;
}
.section-title .desc {
  position: relative;
  font-size: var(--font-text-size-md);
  font-weight: 400;
  color: var(--desc-color);
  line-height: 1.3;
  margin: 15px 0px;
}

.form-label {
  position: absolute;
  left: 38px;
  top: 15px;
  color: var(--label-color);
  background-color: #fff;
  z-index: 10;
  font-size: 16px;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  padding: 0px 5px;
}
.focused .form-label {
  transform: translateY(-125%);
  font-size: 1em;
  color: var(--alb-color) !important;
  padding: 0px 5px;
}
.form-label2 {
  position: absolute;
  left: 35px;
  top: -10px;
  color: var(--label-color);
  background-color: #fff;
  z-index: 10;
  font-size: 16px;
}
.focused .fc-effect {
  background: #eee !important;
}

.brand-info {
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  min-height: 300px;
}
.brand-info .brand-image {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
}
.brand-info .brand-image img {
  width: 100%;
  height: 100%;
  -ms-object-fit: cover;
  object-fit: cover;
}
.brand-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px !important;
  font-weight: 600;
  color: #383838;
  text-align: left;
  margin-bottom: 15px;
}
.brand-map {
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.brand-map iframe {
  width: 100% !important;
  height: 100% !important;
  border-radius: 10px !important;
}
.brand-contact li {
  margin-bottom: 10px;
}
.brand-contact li i {
  color: #383838;
  font-size: 13px;
}
.brand-contact li a {
  color: #383838;
  font-size: 15px;
}
.brand-contact li a:hover {
  color: #0d1c8d;
  font-size: 15px;
}

/* Table */

.tables {
  padding: 30px 0px 50px 0px;
}
.tables .sectionTitle h3 {
  font-size: 30px;
  font-weight: 600;
  color: var(--trader-blue-color) !important;
  margin-bottom: 25px;
}
.vu-table-wrapper {
  border-radius: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  height: 430px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.vu-table-wrapper,
.vu-table-wrapper .table {
  font-family: "Montserrat", sans-serif !important;
}
.vu-table-wrapper .item-name small {
  font-size: 14px;
  color: #fff !important;
}
.vu-table-wrapper .item-name strong {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #fff !important;
  line-height: 1.1 !important;
}
.vu-table-wrapper .moremajors {
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #fff !important;
  line-height: 1.1 !important;
  cursor: pointer !important;
}

@media (min-width: 993px) {
  .vu-table-wrapper .value {
    font-size: 20px !important;
  }
}
@media (max-width: 992px) {
  .vu-table-wrapper .value {
    font-size: 20px !important;
  }
}

.vu-table-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica,
    Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.vu-table-wrapper {
  padding: 15px;
}
.vu-table-wrapper .table {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica,
    Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px;
}
.vu-table-wrapper .tr {
  display: flex;
  position: relative;
}
.vu-table-wrapper .tr:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: #eee;
}
.vu-table-wrapper .tr:last-of-type:after {
  display: none !important;
}
.vu-table-wrapper .tr > * {
  flex: 1;
  text-align: right;
}
.vu-table-wrapper .tr > *:first-child {
  flex: 2;
  text-align: left;
}
.vu-table-wrapper .thead {
  position: relative;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}
.vu-table-wrapper .tbody tr:hover {
  border-bottom-color: #fff;
}
.vu-table-wrapper .tbody .tr {
  border-radius: 6px;
  align-items: center;
}
.vu-table-wrapper .td,
.vu-table-wrapper .vu-table-wrapper .th {
  padding: 8px 12px;
}
.vu-table-wrapper .thead .th {
  padding: 0px 12px;
}
.vu-table-wrapper .item-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.vu-table-wrapper .tbody .item-name {
  position: relative;
  width: 100%;
  padding-left: 25px;
}
.vu-table-wrapper .tbody .item-name.upIcon::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: url("../img/icon/up-icon.svg") no-repeat;
  background-size: 100% 100%;
  width: 17px;
  height: 30px;
}
.vu-table-wrapper .tbody .item-name.downIcon::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: url("../img/icon/down-icon.svg") no-repeat;
  background-size: 100% 100%;
  width: 17px;
  height: 30px;
}
.vu-table-wrapper .flags {
  width: 32px;
  margin-right: 12px;
}
.vu-table-wrapper .flags > .currency-flag:first-child {
  transform: translateX(40%);
}
.vu-table-wrapper .flags > .currency-flag:last-child {
  position: relative;
  z-index: 2;
  transform: translateY(-70%);
}
.vu-table-wrapper .flags > .metal-flag:first-child {
  transform: translateX(40%);
}
.vu-table-wrapper .flags > .metal-flag:last-child {
  position: relative;
  z-index: 2;
  transform: translateY(-70%);
}
.vu-table-wrapper .flags > .agricultural-flag:first-child {
  transform: translateX(40%);
}
.vu-table-wrapper .flags > .agricultural-flag:last-child {
  position: relative;
  z-index: 2;
  transform: translateY(-70%);
}
/*.vu-table-wrapper .flags > .index-flag:first-child { transform: translateX(40%)}*/
.vu-table-wrapper .flags > .index-flag:last-child {
  position: relative;
  z-index: 2;
  transform: translateY(-35%);
}
/*.vu-table-wrapper .flags > .stock-flag:first-child { transform: translateX(40%)}*/
.vu-table-wrapper .flags > .stock-flag:last-child {
  position: relative;
  z-index: 2;
  transform: translateY(-35%);
}
/*.vu-table-wrapper .flags > .energy-flag:first-child { position: relative; z-index: 2; transform: translateY(-35%)}*/
.vu-table-wrapper .flags > .energy-flag:last-child {
  position: relative;
  z-index: 2;
  transform: translateY(-35%);
}

.vu-table-wrapper .currency-flag {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-position: center;
}
.vu-table-wrapper .metal-flag {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-position: center;
}
.vu-table-wrapper .agricultural-flag {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-position: center;
}
.vu-table-wrapper .index-flag {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-position: center;
}
.vu-table-wrapper .energy-flag {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-position: center;
}
.vu-table-wrapper .stock-flag {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-position: center;
}
.vu-table-wrapper .item-name strong {
  font-size: 13px;
  color: #1e53e5;
}
.vu-table-wrapper .item-name small {
  font-size: 13px;
  color: #888;
}
.vu-table-wrapper .value {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.vu-table-wrapper .value.up {
  color: #fff;
}
.vu-table-wrapper .value.origin {
  color: #b0e031;
  font-weight: 600;
}

.dolar-logo {
  position: relative;
}
.dolar-logo img {
  width: 50px;
  height: 50px;
}
.baslik-name {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.table-action {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
.listbutton {
  background: none;
  position: relative;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 7px 10px;
  margin: 5px;
  border-radius: 5px;
}
.listbutton:hover,
.listbutton.active {
  background: #fff;
  border: 1px solid #fff;
  color: #0c1c8d;
}

.vu-table-wrapper .value.down {
  color: #fff;
}
.vu-table-wrapper .majorsbox {
  height: 0px;
  overflow: hidden;
}
.vu-table-wrapper .moremajors {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #00825a;
  cursor: pointer;
}
.vu-table-wrapper .moremajors.hidden {
  display: none;
}
.vu-table-wrapper .tbody {
  position: relative;
  overflow: hidden;
}
.vu-table-wrapper .tableLogo {
  border-radius: 35px;
  padding: 5px 40px 3px 10px;
  color: #00825a;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  right: -120px;
  z-index: 1;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: flex;
  justify-content: center;
}
.vu-table-wrapper .tableLogo:hover {
  transition: all 0.3s ease-in-out;
  right: -30px;
}
.vu-table-wrapper .tableLogo img {
  width: 15px;
  padding-right: 25px;
}
.vu-table-wrapper .up-anim {
  -webkit-animation: fadeIn 0.1s ease-in 1 forwards;
  animation: fadeIn 0.1s ease-in 1 forwards;
  opacity: 0;
  background-color: #008053;
}
.vu-table-wrapper .down-anim {
  -webkit-animation: fadeIn 0.1s ease-in 1 forwards;
  animation: fadeIn 0.1s ease-in 1 forwards;
  opacity: 0;
  background-color: #e03131;
}
.vu-table-wrapper .td .up-anime {
  animation: fadeIn 0.2s ease-in 1 forwards;
  opacity: 0;
  color: #fff;
  background-color: #008053;
  border-radius: 5px;
}
.vu-table-wrapper .td .down-anime {
  animation: fadeIn 0.2s ease-in 1 forwards;
  opacity: 0;
  color: #fff;
  background-color: #e03131;
  border-radius: 5px;
}
.vu-table-wrapper .flags .symbolchar-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ccc;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.vu-table-wrapper .flags .symbolchar-circle-initials {
  position: relative;
  top: 0px;
  font-size: 25px;
  line-height: 40px;
  color: #fff;
  font-family: "Courier New", monospace;
  font-weight: bold;
}

.vu-table-single-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica,
    Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.vu-table-single-wrapper {
  border: solid 1px #dedede;
  border-radius: 8px;
  padding: 12px;
}
.vu-table-single-wrapper .table {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica,
    Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  width: 100%;
  border-collapse: collapse;
}
.vu-table-single-wrapper .tr {
  display: flex;
  position: relative;
}
.vu-table-single-wrapper .tr:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}
.vu-table-single-wrapper .tr > * {
  flex: 1;
  text-align: right;
}
.vu-table-single-wrapper .tr > *:first-child {
  flex: 2;
  text-align: left;
}
.vu-table-single-wrapper .tbody tr:hover {
  border-bottom-color: #fff;
}
.vu-table-single-wrapper .tbody .tr {
  border-radius: 6px;
  align-items: center;
}
.vu-table-single-wrapper .tbody .tr:hover {
  background-color: #d4e4fd;
}
.vu-table-single-wrapper .td,
.vu-table-single-wrapper .vu-table-single-wrapper .th {
  padding: 8px 12px;
}
.vu-table-single-wrapper .flags {
  width: 32px;
  margin-right: 12px;
}
.vu-table-single-wrapper .flags > .currency-flag:first-child {
  transform: translateX(40%);
}
.vu-table-single-wrapper .flags > .currency-flag:last-child {
  position: relative;
  z-index: 2;
  transform: translateY(-70%);
}
.vu-table-single-wrapper .flags > .metal-flag:first-child {
  transform: translateX(40%);
}
.vu-table-single-wrapper .flags > .metal-flag:last-child {
  position: relative;
  z-index: 2;
  transform: translateY(-70%);
}
.vu-table-single-wrapper .flags > .agricultural-flag:first-child {
  transform: translateX(40%);
}
.vu-table-single-wrapper .flags > .agricultural-flag:last-child {
  position: relative;
  z-index: 2;
  transform: translateY(-70%);
}
/*.vu-table-single-wrapper .flags > .index-flag:first-child { transform: translateX(40%)}*/
.vu-table-single-wrapper .flags > .index-flag:last-child {
  position: relative;
  z-index: 2;
  transform: translateY(-35%);
}
/*.vu-table-single-wrapper .flags > .stock-flag:first-child { transform: translateX(40%)}*/
.vu-table-single-wrapper .flags > .stock-flag:last-child {
  position: relative;
  z-index: 2;
  transform: translateY(-35%);
}
/*.vu-table-single-wrapper .flags > .energy-flag:first-child { position: relative; z-index: 2; transform: translateY(-35%)}*/
.vu-table-single-wrapper .flags > .energy-flag:last-child {
  position: relative;
  z-index: 2;
  transform: translateY(-35%);
}

.vu-table-single-wrapper .currency-flag {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-position: center;
}
.vu-table-single-wrapper .metal-flag {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-position: center;
}
.vu-table-single-wrapper .agricultural-flag {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-position: center;
}
.vu-table-single-wrapper .index-flag {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-position: center;
}
.vu-table-single-wrapper .energy-flag {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-position: center;
}
.vu-table-single-wrapper .stock-flag {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-position: center;
}
.vu-table-single-wrapper .item-name strong {
  font-size: 13px;
  color: #1e53e5;
}
.vu-table-single-wrapper .item-name small {
  font-size: 12px;
  color: #888;
}
.vu-table-single-wrapper .value {
  font-size: 28px;
  font-weight: 700;
}
.vu-table-single-wrapper .value.up {
  color: #22ab94;
}
.vu-table-single-wrapper .value.down {
  color: #f7525f;
}
.vu-table-single-wrapper .tbody {
  position: relative;
  overflow: hidden;
}
.vu-table-single-wrapper .tableLogo {
  border-radius: 35px;
  padding: 5px 40px 3px 10px;
  color: #00825a;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  bottom: 36px;
  right: -120px;
  z-index: 1;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: flex;
  justify-content: center;
}
.vu-table-single-wrapper .tableLogo:hover {
  transition: all 0.3s ease-in-out;
  right: -30px;
}
.vu-table-single-wrapper .tableLogo img {
  width: 15px;
  padding-right: 25px;
}
.vu-table-single-wrapper .up-anim {
  -webkit-animation: fadeIn 0.1s ease-in 1 forwards;
  animation: fadeIn 0.1s ease-in 1 forwards;
  opacity: 0;
  background-color: #bbe2cf;
}
.vu-table-single-wrapper .down-anim {
  -webkit-animation: fadeIn 0.1s ease-in 1 forwards;
  animation: fadeIn 0.1s ease-in 1 forwards;
  opacity: 0;
  background-color: #ffcdd2;
}
.vu-table-single-wrapper .flags .symbolchar-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ccc;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.vu-table-single-wrapper .flags .symbolchar-circle-initials {
  position: relative;
  top: 0px;
  font-size: 25px;
  line-height: 40px;
  color: #fff;
  font-family: "Courier New", monospace;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .vu-table-wrapper .value {
    font-size: 15px !important;
  }
  .vu-table-single-wrapper .value {
    font-size: 20px !important;
  }
}

.scroolbar {
  background-color: var(--trader-blue-color);
  display: block;
  position: relative;
  padding: 5px;
  border-radius: 15px;
}

.symbol-content {
	position: relative;
	padding: 15px;
	border-radius: 10px;
	border: 2px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
  }
  .symbol-content .symbol-name {
	position: relative;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	line-height: 1;
	margin-bottom: 5px;
  }
  .symbol-content .symbol-desc {
	position: relative;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	margin-bottom: 0px;
  }
  .symbol-content .symbol-val {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	margin: 15px 0px 0px 0px;
  }
  .symbol-content.up {
	border: 2px solid #b0e031;
	background: rgb(176 224 49 / 25%);
  }
  .symbol-content.up .symbol-val {
	color: #b0e031;
  }
  .symbol-content.down {
	border: 2px solid #eb534c;
	background: rgb(255 66 67 / 25%);
  }
  .symbol-content.down .symbol-val {
	color: #eb534c;
  }
  .symbol-content.up::before {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	background: url("../img/icon/up-icon.svg") no-repeat;
	background-size: 100% 100%;
	width: 15px;
	height: 20px;
  }
  .symbol-content.down::before {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	background: url("../img/icon/down-icon.svg") no-repeat;
	background-size: 100% 100%;
	width: 15px;
	height: 20px;
  }


.brand-info{
  padding: 40px;
  border:1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  min-height: 300px;
}
.brand-info .brand-image{
  width: 100%;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
}
.brand-info .brand-image img{
  width: 100%;
  height: 100%;
  -ms-object-fit:cover;
  object-fit: cover;
}
.brand-title{
  font-family: 'Montserrat', sans-serif;
  font-size: 20px!important;
  font-weight: 600;
  color: #383838;
  text-align: left;
  margin-bottom: 15px;
}
.brand-map{
  height: 100%;
  border:1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.brand-map iframe{
  width: 100%!important;
  height: 100%!important;
  border-radius: 10px!important;
}
.brand-contact li{
  margin-bottom:10px;
}
.brand-contact li i{
  color:#383838;
  font-size: 13px
}
.brand-contact li a{
  color:#383838;
  font-size:15px;
}
.brand-contact li a:hover{
  color:#0D1C8D;
  font-size:15px;
}

/* /Table */

.bg-other {
  background: url("../img/other/bg-other.png") no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}


.section-title{
  position: relative;
}
.section-title .title{
  position: relative;
  font-size: var(--font-text-size-xxl);
  font-weight: 600;
  color: var(--text-color);
  line-height: 1;
}
.section-title .desc{
  position: relative;
  font-size: var(--font-text-size-md);
  font-weight: 400;
  color: var(--desc-color);
  line-height: 1.3;
  margin: 15px 0px;
}



section.slider{
  position: relative;
}
section.slider .mainSlider{
  position: relative;
}
section.slider .mainSlider .item{
  position: relative;
  height: 350px;
}
section.slider .mainSlider .item .slide-body{
  position: relative;
  padding: 30px 0px;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
section.slider .mainSlider .item .slide-body .sub-title{
  position: relative;
  font-size: var(--font-text-size-md);
  font-weight: 600;
  color: var(--white-color);
  line-height: 1;
  margin-bottom: 15px;
}
section.slider .mainSlider .item .slide-body .title{
  position: relative;
  font-size: var(--font-text-size-xxl);
  font-weight: 800;
  color: var(--white-color);
  line-height: 1;
  margin-bottom: 15px;
}
section.slider .mainSlider .item .slide-body .desc{
  position: relative;
  font-size: var(--font-text-size-sm);
  font-weight: 500;
  color: var(--white-color);
  line-height: 1.3;
  margin-bottom: 0px;
}
section.slider .mainSlider .item .slide-body .more{
  position: relative;
  margin-top: 15px;
  padding: 15px 50px;
  font-size: var(--font-text-size-sm);
  font-weight: 600;
  line-height: 1;
  border-radius: var(--border-radius-xs);
  background: var(--white-color);
  color: var(--trader-blue-color);
  text-align: center;
}
section.slider .mainSlider .item .slide-image{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
section.slider .mainSlider .item::after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgb(2,115,147);
  background: -moz-linear-gradient(90deg, rgba(2,115,147,1) 0%, rgba(9,155,211,0.6) 50%, rgba(152,237,255,0.2) 100%);
  background: -webkit-linear-gradient(90deg, rgba(2,115,147,1) 0%, rgba(9,155,211,0.6) 50%, rgba(152,237,255,0.2) 100%);
  background: linear-gradient(90deg, rgba(2,115,147,1) 0%, rgba(9,155,211,0.6) 50%, rgba(152,237,255,0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#027393",endColorstr="#98edff",GradientType=1);
}
section.slider .mainSlider .owl-item.active .slide-body {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

section.liveMarkets{
  position: relative;
  padding: 50px 0px;
}
section.liveMarkets .tablesContent{
  border-radius: var(--border-radius-md);
  background:var(--white-color);
  margin-top: 25px;
}
section.liveMarkets .tablesContent .sectionTitle{
  padding:15px 20px 10px 20px;
}
section.liveMarkets .tablesContent table{
  border:none!important;
}
section.liveMarkets .tablesContent table thead{
  background: var(--trader-blue-color);
  border:none!important;
}
section.liveMarkets .tablesContent table thead th{
  font-weight: 400;
  font-size: var(--font-text-size-md);
  color: var(--white-color);
  line-height: 1.3;
  padding-left: 20px;
  padding-right: 20px;
  border:none!important;
}
section.liveMarkets .tablesContent table tbody{
  border:none!important;
  padding-bottom:15px;
  height: 100px;
  overflow: scroll;
}
section.liveMarkets .tablesContent table tbody td b{
  font-weight: 600;
}
section.liveMarkets .tablesContent table tbody td{
  font-weight: 400;
  font-size: var(--font-text-size-md);
  color: var(--white-color);
  line-height: 1.3;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: middle;
  border:none!important;
}

section.aboutUs{
  position: relative;
  padding: 50px 0px;
}

section.newsletter{
  position: relative;
  padding: 50px 0px 100px 0px;
}
section.newsletter .sectionBody{
  position: relative;
}
section.newsletter .sectionBody input[type='email']{
  background: #EBF0F6;
  padding: 20px 200px 20px 60px;
  font-weight: 400;
  border-radius: 10px;
}
section.newsletter .sectionBody .newsletterBtn{
  position: absolute;
  top: 11px;
  right: 11px;
  border:none;
  padding: 15px 50px;
  font-size: var(--font-text-size-sm);
  font-weight: 600;
  line-height: 1;
  border-radius: var(--border-radius-xs);
  background: var(--trader-blue-color);
  color: var(--white-color);
  text-align: center;
}
section.newsletter .sectionBody img.inputImg{
  position: absolute;
  top: 24px;
  left: 30px;
}
