@media (min-width: 1400px) {
  .custom-container {
    max-width: 1320px
  }

  /* HEADER */
  header.header {
    position: relative;
    background: #0655a0;
    background: url("../images/header_bg.png") no-repeat;
    background-size: 100% 100%;
  }
  header.header .headerTop ul {
    margin-bottom: 0;
  }
  header.header .headerTop ul li {
  }
  header.header .headerTop ul li a {
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    font-size: 13px;
    color: #fff;
    position: relative;
    border-right: 1px solid #fff;
  }
  header.header .headerTop ul li a.last {
    border-right: none;
  }
  header.header nav.navbar {
    padding: 0 !important;
  }
  header.header .navbar-toggler-icon i {
    color: #0655a0;
  }
  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: #0c1c8d;
    position: relative;
  }
  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;
    padding: 25px 0;
    justify-content: space-between;
    align-items: center;
  }
  
  header.header .mainMenu .navLogo {
  }
  header.header .mainMenu .navMenu {
  }
  header.header .mainMenu .navExtra {
  }
  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: 600;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    color: #0c1c8d;
    position: relative;
  }
  /* HEADER */

  /* TABLES */
  section.tables {
    padding: 80px 0px;
  }
  section.tables .tablesContent {
    border-radius: 20px;
  }
  section.tables .tablesContent .sectionTitle {
    padding: 15px 20px 10px 20px;
  }
  section.tables .tablesContent .sectionTitle h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #383838;
    line-height: 1.2;
    text-align: center;
  }
  section.tables .tablesContent table {
    border: none !important;
  }
  section.tables .tablesContent table thead {
    background: #1659d9;
    border: none !important;
  }
  section.tables .tablesContent table thead th {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    padding-left: 20px;
    padding-right: 20px;
    border: none !important;
  }
  section.tables .tablesContent table tbody {
    border: none !important;
    padding-bottom: 15px;
    height: 100px;
    overflow: scroll;
  }
  section.tables .tablesContent table tbody td b {
    font-weight: 600;
  }
  section.tables .tablesContent table tbody td {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
    border: none !important;
  }
  section.tables .tablesContent table tbody tr:hover {
    background: rgb(22 89 217 / 50%);
  }
  /* TABLES */

  /* MAIN SLIDER */
  div.mainSlideContainer {
    padding: 60px 0px;
    position: relative;
  }
  div.mainSlideContainer .mainSlideContent {
  }

  div.mainSlideContainer .mainSlideContent .mainSlider {
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item {
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText {
    position: relative;
    padding: 10px 0px;
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 35px;
    color: #383838;
    line-height: 1.2;
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText h1 b {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 35px;
    color: #0c1c8d;
    line-height: 1.1;
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #383838;
    margin-top: 10px;
    line-height: 1.3;
  }
  div.mainSlideContainer .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  div.mainSlideContainer .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  div.mainSlideContainer .owl-item.active .slideImage {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
  }
  div.mainSlideContainer
    .mainSlideContent
    .mainSlider
    .item
    .slideText
    .moreBtn {
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideImage {
    position: relative;
    display: flex;
    justify-content: center;
  }
  /* MAIN SLIDER */

  /* MAIN CURRENCY SLIDE */
  div.currencySlideContainer {
  }
  div.currencySlideContainer .currencySlider {
  }
  div.currencySlideContainer .currencySlider .item {
    background: #edeff1;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    margin: 10px;
    transition: all 0.4s ease-in-out;
  }
  div.currencySlideContainer .currencySlider .item:hover {
    background: #0c1c8d;
    transition: all 0.4s ease-in-out;
  }
  div.currencySlideContainer .currencySlider .item:hover .slideImage p {
    color: #fff;
  }
  div.currencySlideContainer .currencySlider .item:hover .slideText p {
    color: #fff;
  }
  div.currencySlideContainer .currencySlider .item .slideImage {
    width: 30%;
    float: left;
    display: flex;
    align-items: center;
  }
  div.currencySlideContainer .currencySlider .item .slideImage img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
  }
  div.currencySlideContainer .currencySlider .item .slideImage p {
    margin-left: 5px;
    margin-bottom: 0px;
    font-size: 50px;
    color: #0c1c8d;
  }
  div.currencySlideContainer .currencySlider .item .slideText {
    width: 70%;
    float: right;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  div.currencySlideContainer .currencySlider .item .slideText p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #0c1c8d;
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 1.3;
  }
  div.currencySlideContainer .currencySlider .owl-nav {
    display: block !important;
    right: 0;
    font-size: 20px;
    color: #ccc;
  }
  div.currencySlideContainer .currencySlider .owl-prev {
    position: absolute;
    left: -30px;
    top: 31%;
    font-size: 15px !important;
    color: #57cad4 !important;
  }
  div.currencySlideContainer .currencySlider .owl-next {
    position: absolute;
    right: -30px;
    top: 31%;
    font-size: 15px !important;
    color: #57cad4 !important;
  }
  div.currencySlideContainer .owl-carousel .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  div.currencySlideContainer
    .owl-carousel
    .owl-nav
    [class*="owl-"].disabled:hover {
    background-color: #2e2e2e;
  }
  div.currencySlideContainer .owl-carousel {
    position: relative;
  }
  div.currencySlideContainer .owl-theme .owl-dots {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  div.currencySlideContainer .owl-theme .owl-dots .owl-dot.active span {
    background: #0c1c8d;
    width: 40px;
  }
  div.currencySlideContainer .owl-theme .owl-dots .owl-dot:hover span {
    background: #0c1c8d;
  }
  div.currencySlideContainer .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #383838;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
  }
  /* MAIN CURRENCY SLIDE */

  /* MAIN APP */
  section.app {
    padding: 80px 0px;
    background: url("../images/app_bg.png") no-repeat;
    background-size: cover;
    margin-top: 140px;
  }
  section.app .sectionTitle {
  }
  section.app .sectionTitle h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: right;
  }
  section.app .sectionTitle p.desc {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: right;
    line-height: 1.1;
  }
  section.app .platform {
    margin-top: 50px;
    margin-bottom: 10px;
    display: flex;
    justify-content: end;
  }
  section.app .platform img {
    width: 175px;
    float: left;
  }
  section.app .sectionImage {
    margin-top: -130px;
    margin-bottom: -100px;
  }
  section.app .sectionImage img {
    width: 100%;
  }
  /* MAIN APP */

  /* MAIN NEWS SLIDE */
  section.news {
    padding-top: 0px;
    position: relative;
  }
  section.news:before {
    content: "";
    background: url("../images/section_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 150px;
    left: 0px;
    width: 350px;
    height: 500px;
  }
  section.news .sectionTitle {
    text-align: center;
    margin-bottom: 30px;
  }
  section.news .sectionTitle h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: #383838;
  }
  section.news .sectionTitle p {
    font-size: 14px;
    color: #383838;
  }
  section.news .newsSlider {
    margin-top: 40px;
  }
  section.news .item {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;
  }
  section.news .item .sectionIcon {
    margin-bottom: 20px;
  }
  section.news .item .sectionIcon .sectionImage {
    border-radius: 10px;
    padding: 10px;
    background: #0c1c8d;
    width: max-content;
  }
  section.news .item .sectionIcon .sectionImage img {
  }
  section.news .item .sectionText {
  }
  section.news .item .sectionText h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #383838;
  }
  section.news .item .sectionText p {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #383838;
  }
  section.news .item .sectionText a {
    font-size: 14px;
    font-weight: 500;
    color: #f05945;
    text-decoration: underline;
  }
  section.news .item .sectionText a i {
    font-size: 12px;
    margin-left: 10px;
    text-decoration: none;
  }
  /* MAIN NEWS SLIDE */

  /* MAIN NEWSLETTER */
  section.newsletter {
    padding: 45px 0px;
    margin-top: 40px;
  }
  section.newsletter .sectionContent {
    padding: 70px 30px;
    background: url("../images/newsletter_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
  }
  section.newsletter .sectionTitle h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  section.newsletter .sectionTitle p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
  }
  section.newsletter .sectionBody input[type="email"] {
    background: #fff;
    padding: 25px 100px 25px 60px;
    font-weight: 400;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  section.newsletter .sectionBody .newsletterBtn {
    position: absolute;
    top: -3px;
    right: 20px;
    border: none;
    font-weight: 400;
    border-radius: 10px;
  }
  section.newsletter .sectionBody img.inputImg {
    position: absolute;
    top: 18px;
    left: 40px;
  }
  /* MAIN NEWSLETTER */

  /* MAIN ABOUT US */
  section.aboutUs {
    padding: 35px 0px;
  }
  section.aboutUs .sectionTitle {
    margin-bottom: 30px;
  }
  section.aboutUs .sectionTitle h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: #383838;
    text-align: center;
  }
  section.aboutUs .sectionTitle p {
    font-size: 14px;
    color: #383838;
  }
  section.aboutUs .sectionBody p {
    font-size: 14px;
    color: #383838;
  }
  /* MAIN ABOUT US */

  /* FOOTER */
  footer.footer {
    background: #043569;
    padding: 80px 0px;
  }
  footer.footer .footerLogo {
  }
  footer.footer .footerLogo img {
    margin-bottom: 25px;
  }
  footer.footer .footerLogo p {
    font-size: 18px;
    color: #fff;
  }
  footer.footer .footerNav {
  }
  footer.footer .footerNav p {
    color: #fff;
    font-size: 18px;
  }
  footer.footer .footerNav ul {
  }
  footer.footer .footerNav ul li {
    margin-bottom: 3px;
  }
  footer.footer .footerNav ul li i {
    color: #fff;
  }
  footer.footer .footerNav ul li a {
    color: #fff;
    font-size: 15px;
  }
  footer.footer .footerNav ul li a:hover {
    color: #fff;
    font-size: 15px;
  }
  
  .footerCopyright {
    background: #222;
  }
  .footerCopyright p {
    margin-top: 1rem;
    font-size: 13px;
    color: #fff;
  }
  /* FOOTER */
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .custom-container {
    max-width: 1140px
  }

  /* HEADER */
  header.header {
    position: relative;
    background: #0655a0;
    background: url("../images/header_bg.png") no-repeat;
    background-size: 100% 100%;
  }
  header.header .headerTop ul {
    margin-bottom: 0;
  }
  header.header .headerTop ul li {
  }
  header.header .headerTop ul li a {
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    font-size: 13px;
    color: #fff;
    position: relative;
    border-right: 1px solid #fff;
  }
  header.header .headerTop ul li a.last {
    border-right: none;
  }
  header.header nav.navbar {
    padding: 0 !important;
  }
  header.header .navbar-toggler-icon i {
    color: #0655a0;
  }
  
  header.header .navbar-nav .nav-item li {
    margin-left: 0px;
  }
  header.header .navbar-nav .nav-item li a{
      font-size: 12px;
      color: #0c1c8d;
  }
  header.header .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    font-size: 13px;
    color: #0c1c8d;
    position: relative;
  }
  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;
    padding: 25px 0;
    justify-content: space-between;
    align-items: center;
  }
  header.header .mainMenu .navLogo {
  }
  header.header .mainMenu .navMenu {
  }
  header.header .mainMenu .navExtra {
  }
  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: 600;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    color: #0c1c8d;
    position: relative;
  }
  /* HEADER */

  /* TABLES */
  section.tables {
    padding: 80px 0px;
  }
  section.tables .tablesContent {
    border-radius: 20px;
  }
  section.tables .tablesContent .sectionTitle {
    padding: 15px 20px 10px 20px;
  }
  section.tables .tablesContent .sectionTitle h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #383838;
    line-height: 1.2;
    text-align: center;
  }
  section.tables .tablesContent table {
    border: none !important;
  }
  section.tables .tablesContent table thead {
    background: #1659d9;
    border: none !important;
  }
  section.tables .tablesContent table thead th {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    padding-left: 20px;
    padding-right: 20px;
    border: none !important;
  }
  section.tables .tablesContent table tbody {
    border: none !important;
    padding-bottom: 15px;
    height: 100px;
    overflow: scroll;
  }
  section.tables .tablesContent table tbody td b {
    font-weight: 600;
  }
  section.tables .tablesContent table tbody td {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
    border: none !important;
  }
  section.tables .tablesContent table tbody tr:hover {
    background: rgb(22 89 217 / 50%);
  }
  /* TABLES */

  /* MAIN SLIDER */
  div.mainSlideContainer {
    padding: 60px 0px;
    position: relative;
  }
  div.mainSlideContainer .mainSlideContent {
  }

  div.mainSlideContainer .mainSlideContent .mainSlider {
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item {
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText {
    position: relative;
    padding: 10px 0px;
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 35px;
    color: #383838;
    line-height: 1.2;
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText h1 b {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 35px;
    color: #0c1c8d;
    line-height: 1.1;
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #383838;
    margin-top: 10px;
    line-height: 1.3;
  }
  div.mainSlideContainer .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  div.mainSlideContainer .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  div.mainSlideContainer .owl-item.active .slideImage {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
  }
  div.mainSlideContainer
    .mainSlideContent
    .mainSlider
    .item
    .slideText
    .moreBtn {
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideImage {
    position: relative;
    display: flex;
    justify-content: center;
  }
  /* MAIN SLIDER */

  /* MAIN APP */
  section.app {
    padding: 80px 0px;
    background: url("../images/app_bg.png") no-repeat;
    background-size: cover;
    margin-top: 140px;
  }
  section.app .sectionTitle {
  }
  section.app .sectionTitle h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: right;
  }
  section.app .sectionTitle p.desc {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: right;
    line-height: 1.1;
  }
  section.app .platform {
    margin-top: 50px;
    margin-bottom: 10px;
    display: flex;
    justify-content: end;
  }
  section.app .platform img {
    width: 175px;
    float: left;
  }
  section.app .sectionImage {
    margin-top: -130px;
    margin-bottom: -100px;
  }
  section.app .sectionImage img {
    width: 100%;
  }
  /* MAIN APP */

  /* MAIN CURRENCY SLIDE */
  div.currencySlideContainer {
  }
  div.currencySlideContainer .currencySlider {
  }
  div.currencySlideContainer .currencySlider .item {
    background: #edeff1;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    margin: 10px;
    transition: all 0.4s ease-in-out;
  }
  div.currencySlideContainer .currencySlider .item:hover {
    background: #0c1c8d;
    transition: all 0.4s ease-in-out;
  }
  div.currencySlideContainer .currencySlider .item:hover .slideImage p {
    color: #fff;
  }
  div.currencySlideContainer .currencySlider .item:hover .slideText p {
    color: #fff;
  }
  div.currencySlideContainer .currencySlider .item .slideImage {
    width: 30%;
    float: left;
    display: flex;
    align-items: center;
  }
  div.currencySlideContainer .currencySlider .item .slideImage img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
  }
  div.currencySlideContainer .currencySlider .item .slideImage p {
    margin-left: 5px;
    margin-bottom: 0px;
    font-size: 50px;
    color: #0c1c8d;
  }
  div.currencySlideContainer .currencySlider .item .slideText {
    width: 70%;
    float: right;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  div.currencySlideContainer .currencySlider .item .slideText p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #0c1c8d;
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 1.3;
  }
  div.currencySlideContainer .currencySlider .owl-nav {
    display: block !important;
    right: 0;
    font-size: 20px;
    color: #ccc;
  }
  div.currencySlideContainer .currencySlider .owl-prev {
    position: absolute;
    left: -30px;
    top: 31%;
    font-size: 15px !important;
    color: #57cad4 !important;
  }
  div.currencySlideContainer .currencySlider .owl-next {
    position: absolute;
    right: -30px;
    top: 31%;
    font-size: 15px !important;
    color: #57cad4 !important;
  }
  div.currencySlideContainer .owl-carousel .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  div.currencySlideContainer
    .owl-carousel
    .owl-nav
    [class*="owl-"].disabled:hover {
    background-color: #2e2e2e;
  }
  div.currencySlideContainer .owl-carousel {
    position: relative;
  }
  div.currencySlideContainer .owl-theme .owl-dots {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  div.currencySlideContainer .owl-theme .owl-dots .owl-dot.active span {
    background: #0c1c8d;
    width: 40px;
  }
  div.currencySlideContainer .owl-theme .owl-dots .owl-dot:hover span {
    background: #0c1c8d;
  }
  div.currencySlideContainer .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #383838;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
  }
  /* MAIN CURRENCY SLIDE */

  /* MAIN NEWS SLIDE */
  section.news {
    padding-top: 120px;
    position: relative;
  }
  section.news:before {
    content: "";
    background: url("../images/section_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 150px;
    left: 0px;
    width: 350px;
    height: 500px;
  }
  section.news .sectionTitle {
    text-align: center;
    margin-bottom: 30px;
  }
  section.news .sectionTitle h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: #383838;
  }
  section.news .sectionTitle p {
    font-size: 14px;
    color: #383838;
  }
  section.news .newsSlider {
    margin-top: 40px;
  }
  section.news .item {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;
  }
  section.news .item .sectionIcon {
    margin-bottom: 20px;
  }
  section.news .item .sectionIcon .sectionImage {
    border-radius: 10px;
    padding: 10px;
    background: #0c1c8d;
    width: max-content;
  }
  section.news .item .sectionIcon .sectionImage img {
  }
  section.news .item .sectionText {
  }
  section.news .item .sectionText h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #383838;
  }
  section.news .item .sectionText p {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #383838;
  }
  section.news .item .sectionText a {
    font-size: 14px;
    font-weight: 500;
    color: #f05945;
    text-decoration: underline;
  }
  section.news .item .sectionText a i {
    font-size: 12px;
    margin-left: 10px;
    text-decoration: none;
  }
  /* MAIN NEWS SLIDE */

  /* MAIN NEWSLETTER */
  section.newsletter {
    padding: 45px 0px;
    margin-top: 40px;
  }
  section.newsletter .sectionContent {
    padding: 70px 30px;
    background: url("../images/newsletter_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
  }
  section.newsletter .sectionTitle h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  section.newsletter .sectionTitle p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
  }
  section.newsletter .sectionBody input[type="email"] {
    background: #fff;
    padding: 25px 100px 25px 60px;
    font-weight: 400;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  section.newsletter .sectionBody .newsletterBtn {
    position: absolute;
    top: -3px;
    right: 20px;
    border: none;
    font-weight: 400;
    border-radius: 10px;
  }
  section.newsletter .sectionBody img.inputImg {
    position: absolute;
    top: 18px;
    left: 40px;
  }
  /* MAIN NEWSLETTER */

  /* MAIN ABOUT US */
  section.aboutUs {
    padding: 35px 0px;
  }
  section.aboutUs .sectionTitle {
    margin-bottom: 30px;
  }
  section.aboutUs .sectionTitle h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: #383838;
    text-align: center;
  }
  section.aboutUs .sectionTitle p {
    font-size: 14px;
    color: #383838;
  }
  section.aboutUs .sectionBody p {
    font-size: 14px;
    color: #383838;
  }
  /* MAIN ABOUT US */

  /* FOOTER */
  footer.footer {
    background: #043569;
    padding: 80px 0px;
  }
  footer.footer .footerLogo {
  }
  footer.footer .footerLogo img {
    margin-bottom: 25px;
  }
  footer.footer .footerLogo p {
    font-size: 18px;
    color: #fff;
  }
  footer.footer .footerNav {
  }
  footer.footer .footerNav p {
    color: #fff;
    font-size: 18px;
  }
  footer.footer .footerNav ul {
  }
  footer.footer .footerNav ul li {
    margin-bottom: 3px;
  }
  footer.footer .footerNav ul li i {
    color: #fff;
  }
  footer.footer .footerNav ul li a {
    color: #fff;
    font-size: 15px;
  }
  footer.footer .footerNav ul li a:hover {
    color: #fff;
    font-size: 15px;
  }
  footer.footer .footerSocial ul {
  }
  footer.footer .footerSocial ul li {
    float: left;
  }
  footer.footer .footerSocial ul li a {
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
  }
  footer.footer .footerSocial ul li a:hover {
    color: #fff;
    font-size: 15px;
  }
  .footerCopyright {
    background: #222;
  }
  .footerCopyright p {
    margin-top: 1rem;
    font-size: 13px;
    color: #fff;
  }
  /* FOOTER */
}

@media (min-width: 992px) and (max-width: 1199px) {
  .custom-container {
    max-width: 960px
  }

  .vu-table-wrapper .value {
    font-size: 15px !important;
  }

  /* HEADER */
  header.header {
    position: relative;
    background: #0655a0;
    background: url("../images/header_bg.png") no-repeat;
    background-size: 100% 100%;
  }
  header.header img.logo {
    margin-top: 20px;
    height: 50px;
    width: auto !important;
  }
  header.header .headerTop ul {
    margin-bottom: 0;
  }
  header.header .headerTop ul li {
  }
  header.header .headerTop ul li a {
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    font-size: 13px;
    color: #fff;
    position: relative;
    border-right: 1px solid #fff;
  }
  header.header .headerTop ul li a.last {
    border-right: none;
  }
  header.header nav.navbar {
    padding: 0 !important;
  }
  header.header .navbar-toggler-icon {
    position: absolute;
    top: 25px;
    right: 0px;
  }
  header.header .navbar-toggler-icon i {
    color: #0c1c8d;
  }
  
  header.header .navbar-nav .nav-item li {
    margin-left: 0px;
  }
  header.header .navbar-nav .nav-item li a{
      font-size: 12px;
      color: #0c1c8d;
  }
  header.header .navbar-nav .nav-item {
    margin-bottom: 3px;
  }
  header.header .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    font-size: 13px;
    color: #0c1c8d;
    position: relative;
    border: 1px solid #0c1c8d;
  }
  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;
    padding: 25px 0;
    justify-content: space-between;
    align-items: center;
  }
  header.header .mainMenu .navLogo {
  }
  header.header .mainMenu .navMenu {
  }
  header.header .mainMenu .navExtra {
  }
  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: 600;
    padding: 10px 20px 10px 20px;
    font-size: 14.5px;
    color: #fff;
    position: relative;
  }
  header.header ul.navbar-nav {
    margin-top: 10px;
  }
  .addHidden {
    display: none;
  }
  /* HEADER */

  /* TABLES */
  section.tables {
    padding: 80px 0px;
  }
  section.tables .tablesContent {
    border-radius: 20px;
  }
  section.tables .tablesContent .sectionTitle {
    padding: 15px 20px 10px 20px;
  }
  section.tables .tablesContent .sectionTitle h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #383838;
    line-height: 1.2;
    text-align: center;
  }
  section.tables .tablesContent table {
    border: none !important;
  }
  section.tables .tablesContent table thead {
    background: #1659d9;
    border: none !important;
  }
  section.tables .tablesContent table thead th {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    padding-left: 20px;
    padding-right: 20px;
    border: none !important;
  }
  section.tables .tablesContent table tbody {
    border: none !important;
    padding-bottom: 15px;
    height: 100px;
    overflow: scroll;
  }
  section.tables .tablesContent table tbody td b {
    font-weight: 600;
  }
  section.tables .tablesContent table tbody td {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
    border: none !important;
  }
  section.tables .tablesContent table tbody tr:hover {
    background: rgb(22 89 217 / 50%);
  }
  /* TABLES */

  /* MAIN APP */
  section.app {
    padding: 80px 0px;
    background: url("../images/app_bg.png") no-repeat;
    background-size: cover;
    margin-top: 140px;
  }
  section.app .sectionTitle {
  }
  section.app .sectionTitle h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: right;
  }
  section.app .sectionTitle p.desc {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: right;
    line-height: 1.1;
  }
  section.app .platform {
    margin-top: 50px;
    margin-bottom: 10px;
    display: flex;
    justify-content: end;
  }
  section.app .platform img {
    width: 175px;
    float: left;
  }
  section.app .sectionImage {
    margin-top: -50px;
  }
  section.app .sectionImage img {
    width: 100%;
  }
  /* MAIN APP */

  /* MAIN SLIDER */
  div.mainSlideContainer {
    padding: 60px 0px;
    position: relative;
  }
  div.mainSlideContainer .mainSlideContent {
  }

  div.mainSlideContainer .mainSlideContent .mainSlider {
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item {
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText {
    position: relative;
    padding: 10px 0px;
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 25px;
    color: #383838;
    line-height: 1.2;
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText h1 b {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 25px;
    color: #0c1c8d;
    line-height: 1.1;
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #383838;
    margin-top: 10px;
    line-height: 1.3;
  }
  div.mainSlideContainer .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  div.mainSlideContainer .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  div.mainSlideContainer .owl-item.active .slideImage {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
  }
  div.mainSlideContainer
    .mainSlideContent
    .mainSlider
    .item
    .slideText
    .moreBtn {
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideImage {
    position: relative;
    display: flex;
    justify-content: center;
  }
  /* MAIN SLIDER */

  /* MAIN CURRENCY SLIDE */
  div.currencySlideContainer {
  }
  div.currencySlideContainer .currencySlider {
  }
  div.currencySlideContainer .currencySlider .item {
    background: #edeff1;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    margin: 10px;
    transition: all 0.4s ease-in-out;
  }
  div.currencySlideContainer .currencySlider .item:hover {
    background: #0c1c8d;
    transition: all 0.4s ease-in-out;
  }
  div.currencySlideContainer .currencySlider .item:hover .slideImage p {
    color: #fff;
  }
  div.currencySlideContainer .currencySlider .item:hover .slideText p {
    color: #fff;
  }
  div.currencySlideContainer .currencySlider .item .slideImage {
    width: 30%;
    float: left;
    display: flex;
    align-items: center;
  }
  div.currencySlideContainer .currencySlider .item .slideImage img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: none;
  }
  div.currencySlideContainer .currencySlider .item .slideImage p {
    margin-left: 5px;
    margin-bottom: 0px;
    font-size: 50px;
    color: #0c1c8d;
  }
  div.currencySlideContainer .currencySlider .item .slideText {
    width: 70%;
    float: right;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  div.currencySlideContainer .currencySlider .item .slideText p {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #0c1c8d;
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 1.3;
  }
  div.currencySlideContainer .currencySlider .owl-nav {
    display: block !important;
    right: 0;
    font-size: 20px;
    color: #ccc;
  }
  div.currencySlideContainer .currencySlider .owl-prev {
    position: absolute;
    left: -30px;
    top: 31%;
    font-size: 15px !important;
    color: #57cad4 !important;
  }
  div.currencySlideContainer .currencySlider .owl-next {
    position: absolute;
    right: -30px;
    top: 31%;
    font-size: 15px !important;
    color: #57cad4 !important;
  }
  div.currencySlideContainer .owl-carousel .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  div.currencySlideContainer
    .owl-carousel
    .owl-nav
    [class*="owl-"].disabled:hover {
    background-color: #2e2e2e;
  }
  div.currencySlideContainer .owl-carousel {
    position: relative;
  }
  div.currencySlideContainer .owl-theme .owl-dots {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  div.currencySlideContainer .owl-theme .owl-dots .owl-dot.active span {
    background: #0c1c8d;
    width: 40px;
  }
  div.currencySlideContainer .owl-theme .owl-dots .owl-dot:hover span {
    background: #0c1c8d;
  }
  div.currencySlideContainer .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #383838;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
  }
  /* MAIN CURRENCY SLIDE */

  /* MAIN NEWS SLIDE */
  section.news {
    padding-top: 120px;
    position: relative;
  }
  section.news:before {
    content: "";
    background: url("../images/section_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 150px;
    left: 0px;
    width: 350px;
    height: 500px;
  }
  section.news .sectionTitle {
    text-align: center;
    margin-bottom: 30px;
  }
  section.news .sectionTitle h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #383838;
  }
  section.news .sectionTitle p {
    font-size: 12px;
    color: #383838;
  }
  section.news .newsSlider {
    margin-top: 40px;
  }
  section.news .item {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    background: #fff;
  }
  section.news .item .sectionIcon {
    margin-bottom: 20px;
  }
  section.news .item .sectionIcon .sectionImage {
    border-radius: 10px;
    padding: 10px;
    background: #0c1c8d;
    width: max-content;
  }
  section.news .item .sectionIcon .sectionImage img {
  }
  section.news .item .sectionText {
  }
  section.news .item .sectionText h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #383838;
  }
  section.news .item .sectionText p {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: 400;
    color: #383838;
  }
  section.news .item .sectionText a {
    font-size: 12px;
    font-weight: 500;
    color: #f05945;
    text-decoration: underline;
  }
  section.news .item .sectionText a i {
    font-size: 10px;
    margin-left: 10px;
    text-decoration: none;
  }
  /* MAIN NEWS SLIDE */

  /* MAIN NEWSLETTER */
  section.newsletter {
    padding: 45px 0px;
    margin-top: 40px;
  }
  section.newsletter .sectionContent {
    padding: 70px 30px;
    background: url("../images/newsletter_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
  }
  section.newsletter .sectionTitle h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  section.newsletter .sectionTitle p {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
  }
  section.newsletter .sectionBody input[type="email"] {
    background: #fff;
    padding: 25px 100px 25px 60px;
    font-weight: 400;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  section.newsletter .sectionBody .newsletterBtn {
    position: absolute;
    top: -3px;
    right: 20px;
    border: none;
    font-weight: 400;
    border-radius: 10px;
  }
  section.newsletter .sectionBody img.inputImg {
    position: absolute;
    top: 18px;
    left: 40px;
  }
  /* MAIN NEWSLETTER */

  /* MAIN ABOUT US */
  section.aboutUs {
    padding: 35px 0px;
  }
  section.aboutUs .sectionTitle {
    margin-bottom: 30px;
  }
  section.aboutUs .sectionTitle h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #383838;
    text-align: center;
  }
  section.aboutUs .sectionBody p {
    font-size: 12px;
    color: #383838;
  }
  /* MAIN ABOUT US */

  /* FOOTER */
  footer.footer {
    background: #043569;
    padding: 80px 0px;
  }
  footer.footer .footerLogo {
  }
  footer.footer .footerLogo img {
    margin-bottom: 25px;
  }
  footer.footer .footerLogo p {
    font-size: 16px;
    color: #fff;
  }
  footer.footer .footerNav {
  }
  footer.footer .footerNav p {
    color: #fff;
    font-size: 16px;
  }
  footer.footer .footerNav ul {
  }
  footer.footer .footerNav ul li {
    margin-bottom: 3px;
  }
  footer.footer .footerNav ul li i {
    color: #fff;
  }
  footer.footer .footerNav ul li a {
    color: #fff;
    font-size: 12px;
  }
  footer.footer .footerNav ul li a:hover {
    color: #fff;
    font-size: 12px;
  }
  footer.footer .footerSocial ul {
  }
  footer.footer .footerSocial ul li {
    float: left;
  }
  footer.footer .footerSocial ul li a {
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
  }
  footer.footer .footerSocial ul li a:hover {
    color: #fff;
    font-size: 15px;
  }
  /* FOOTER */
}

@media (min-width: 768px) and (max-width: 991px){
  .custom-container {
    max-width: 720px
  }

  /* HEADER */
  header.header {
    position: relative;
    background: #0655a0;
    background: url("../images/header_bg.png") no-repeat;
    background-size: 100% 100%;
  }
  header.header img.logo {
    margin-top: 20px;
    height: 50px;
    width: auto !important;
  }
  header.header .headerTop ul {
    margin-bottom: 0;
  }
  header.header .headerTop ul li {
  }
  header.header .headerTop ul li a {
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    font-size: 13px;
    color: #fff;
    position: relative;
    border-right: 1px solid #fff;
  }
  header.header .headerTop ul li a.last {
    border-right: none;
  }
  header.header nav.navbar {
    padding: 0 !important;
  }
  header.header .navbar-toggler-icon {
    position: absolute;
    top: 25px;
    right: 0px;
  }
  header.header .navbar-toggler-icon i {
    color: #0c1c8d;
  }
  
  header.header .navbar-nav .nav-item li {
    margin-left: 0px;
  }
  header.header .navbar-nav .nav-item li a{
      font-size: 12px;
      color: #0c1c8d;
  }
  header.header .navbar-nav .nav-item {
    margin-bottom: 3px;
  }
  header.header .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    font-size: 13px;
    color: #0c1c8d;
    position: relative;
    border: 1px solid #0c1c8d;
  }
  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;
    padding: 25px 0;
    justify-content: space-between;
    align-items: center;
  }
  header.header .mainMenu .navLogo {
  }
  header.header .mainMenu .navMenu {
  }
  header.header .mainMenu .navExtra {
  }
  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: 600;
    padding: 10px 20px 10px 20px;
    font-size: 14.5px;
    color: #fff;
    position: relative;
  }
  header.header ul.navbar-nav {
    margin-top: 10px;
  }
  .addHidden {
    display: none;
  }
  /* HEADER */

  /* TABLES */
  section.tables {
    padding: 80px 0px;
  }
  section.tables .tablesContent {
    border-radius: 20px;
  }
  section.tables .tablesContent .sectionTitle {
    padding: 15px 20px 10px 20px;
  }
  section.tables .tablesContent .sectionTitle h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #383838;
    line-height: 1.2;
    text-align: center;
  }
  section.tables .tablesContent table {
    border: none !important;
  }
  section.tables .tablesContent table thead {
    background: #1659d9;
    border: none !important;
  }
  section.tables .tablesContent table thead th {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    padding-left: 20px;
    padding-right: 20px;
    border: none !important;
  }
  section.tables .tablesContent table tbody {
    border: none !important;
    padding-bottom: 15px;
    height: 100px;
    overflow: scroll;
  }
  section.tables .tablesContent table tbody td b {
    font-weight: 600;
  }
  section.tables .tablesContent table tbody td {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
    border: none !important;
  }
  section.tables .tablesContent table tbody tr:hover {
    background: rgb(22 89 217 / 50%);
  }
  /* TABLES */

  /* MAIN APP */
  section.app {
    padding: 80px 0px;
    background: url("../images/app_bg.png") no-repeat;
    background-size: cover;
    margin-top: 140px;
  }
  section.app .sectionTitle {
  }
  section.app .sectionTitle h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: right;
  }
  section.app .sectionTitle p.desc {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: right;
    line-height: 1.1;
  }
  section.app .platform {
    margin-top: 50px;
    margin-bottom: 10px;
    display: flex;
    justify-content: end;
  }
  section.app .platform img {
    width: 175px;
    float: left;
  }
  section.app .sectionImage {
    margin-top: -50px;
  }
  section.app .sectionImage img {
    width: 100%;
  }
  /* MAIN APP */

  /* MAIN SLIDER */
  div.mainSlideContainer {
    padding: 60px 0px;
    position: relative;
  }
  div.mainSlideContainer .mainSlideContent {
  }

  div.mainSlideContainer .mainSlideContent .mainSlider {
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item {
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText {
    position: relative;
    padding: 10px 0px;
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 25px;
    color: #383838;
    line-height: 1.2;
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText h1 b {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 25px;
    color: #0c1c8d;
    line-height: 1.1;
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #383838;
    margin-top: 10px;
    line-height: 1.3;
  }
  div.mainSlideContainer .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  div.mainSlideContainer .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  div.mainSlideContainer .owl-item.active .slideImage {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
  }
  div.mainSlideContainer
    .mainSlideContent
    .mainSlider
    .item
    .slideText
    .moreBtn {
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideImage {
    position: relative;
    display: flex;
    justify-content: center;
  }
  /* MAIN SLIDER */

  /* MAIN CURRENCY SLIDE */
  div.currencySlideContainer {
  }
  div.currencySlideContainer .currencySlider {
  }
  div.currencySlideContainer .currencySlider .item {
    background: #edeff1;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    margin: 10px;
    transition: all 0.4s ease-in-out;
  }
  div.currencySlideContainer .currencySlider .item:hover {
    background: #0c1c8d;
    transition: all 0.4s ease-in-out;
  }
  div.currencySlideContainer .currencySlider .item:hover .slideImage p {
    color: #fff;
  }
  div.currencySlideContainer .currencySlider .item:hover .slideText p {
    color: #fff;
  }
  div.currencySlideContainer .currencySlider .item .slideImage {
    width: 30%;
    float: left;
    display: flex;
    align-items: center;
  }
  div.currencySlideContainer .currencySlider .item .slideImage img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: none;
  }
  div.currencySlideContainer .currencySlider .item .slideImage p {
    margin-left: 5px;
    margin-bottom: 0px;
    font-size: 50px;
    color: #0c1c8d;
  }
  div.currencySlideContainer .currencySlider .item .slideText {
    width: 70%;
    float: right;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  div.currencySlideContainer .currencySlider .item .slideText p {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #0c1c8d;
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 1.3;
  }
  div.currencySlideContainer .currencySlider .owl-nav {
    display: block !important;
    right: 0;
    font-size: 20px;
    color: #ccc;
  }
  div.currencySlideContainer .currencySlider .owl-prev {
    position: absolute;
    left: -30px;
    top: 31%;
    font-size: 15px !important;
    color: #57cad4 !important;
  }
  div.currencySlideContainer .currencySlider .owl-next {
    position: absolute;
    right: -30px;
    top: 31%;
    font-size: 15px !important;
    color: #57cad4 !important;
  }
  div.currencySlideContainer .owl-carousel .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  div.currencySlideContainer
    .owl-carousel
    .owl-nav
    [class*="owl-"].disabled:hover {
    background-color: #2e2e2e;
  }
  div.currencySlideContainer .owl-carousel {
    position: relative;
  }
  div.currencySlideContainer .owl-theme .owl-dots {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  div.currencySlideContainer .owl-theme .owl-dots .owl-dot.active span {
    background: #0c1c8d;
    width: 40px;
  }
  div.currencySlideContainer .owl-theme .owl-dots .owl-dot:hover span {
    background: #0c1c8d;
  }
  div.currencySlideContainer .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #383838;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
  }
  /* MAIN CURRENCY SLIDE */

  /* MAIN NEWS SLIDE */
  section.news {
    padding-top: 120px;
    position: relative;
  }
  section.news:before {
    content: "";
    background: url("../images/section_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 150px;
    left: 0px;
    width: 350px;
    height: 500px;
  }
  section.news .sectionTitle {
    text-align: center;
    margin-bottom: 30px;
  }
  section.news .sectionTitle h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #383838;
  }
  section.news .sectionTitle p {
    font-size: 12px;
    color: #383838;
  }
  section.news .newsSlider {
    margin-top: 40px;
  }
  section.news .item {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    background: #fff;
  }
  section.news .item .sectionIcon {
    margin-bottom: 20px;
  }
  section.news .item .sectionIcon .sectionImage {
    border-radius: 10px;
    padding: 10px;
    background: #0c1c8d;
    width: max-content;
  }
  section.news .item .sectionIcon .sectionImage img {
  }
  section.news .item .sectionText {
  }
  section.news .item .sectionText h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #383838;
  }
  section.news .item .sectionText p {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: 400;
    color: #383838;
  }
  section.news .item .sectionText a {
    font-size: 12px;
    font-weight: 500;
    color: #f05945;
    text-decoration: underline;
  }
  section.news .item .sectionText a i {
    font-size: 10px;
    margin-left: 10px;
    text-decoration: none;
  }
  /* MAIN NEWS SLIDE */

  /* MAIN NEWSLETTER */
  section.newsletter {
    padding: 45px 0px;
    margin-top: 40px;
  }
  section.newsletter .sectionContent {
    padding: 70px 30px;
    background: url("../images/newsletter_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
  }
  section.newsletter .sectionTitle h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  section.newsletter .sectionTitle p {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
  }
  section.newsletter .sectionBody input[type="email"] {
    background: #fff;
    padding: 25px 100px 25px 60px;
    font-weight: 400;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  section.newsletter .sectionBody .newsletterBtn {
    position: absolute;
    top: -3px;
    right: 20px;
    border: none;
    font-weight: 400;
    border-radius: 10px;
  }
  section.newsletter .sectionBody img.inputImg {
    position: absolute;
    top: 18px;
    left: 40px;
  }
  /* MAIN NEWSLETTER */

  /* MAIN ABOUT US */
  section.aboutUs {
    padding: 35px 0px;
  }
  section.aboutUs .sectionTitle {
    margin-bottom: 30px;
  }
  section.aboutUs .sectionTitle h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #383838;
    text-align: center;
  }
  section.aboutUs .sectionBody p {
    font-size: 12px;
    color: #383838;
  }
  /* MAIN ABOUT US */

  /* FOOTER */
  footer.footer {
    background: #043569;
    padding: 80px 0px;
  }
  footer.footer .footerLogo {
  }
  footer.footer .footerLogo img {
    margin-bottom: 25px;
  }
  footer.footer .footerLogo p {
    font-size: 16px;
    color: #fff;
  }
  footer.footer .footerNav {
  }
  footer.footer .footerNav p {
    color: #fff;
    font-size: 16px;
  }
  footer.footer .footerNav ul {
  }
  footer.footer .footerNav ul li {
    margin-bottom: 3px;
  }
  footer.footer .footerNav ul li i {
    color: #fff;
  }
  footer.footer .footerNav ul li a {
    color: #fff;
    font-size: 12px;
  }
  footer.footer .footerNav ul li a:hover {
    color: #fff;
    font-size: 12px;
  }
  footer.footer .footerSocial ul {
  }
  footer.footer .footerSocial ul li {
    float: left;
  }
  footer.footer .footerSocial ul li a {
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
  }
  footer.footer .footerSocial ul li a:hover {
    color: #fff;
    font-size: 15px;
  }
  /* FOOTER */
}

@media (min-width: 576px) and (max-width: 767px){
  .custom-container {
    max-width: 540px
  }

  /* HEADER */
  header.header {
    position: relative;
    background: #0655a0;
    background: url("../images/header_bg.png") no-repeat;
    background-size: 100% 100%;
  }
  header.header img.logo {
    margin-top: 20px;
    height: 50px;
    width: auto !important;
  }
  header.header .headerTop ul {
    margin-bottom: 0;
  }
  header.header .headerTop ul li {
  }
  header.header .headerTop ul li a {
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    font-size: 13px;
    color: #fff;
    position: relative;
    border-right: 1px solid #fff;
  }
  header.header .headerTop ul li a.last {
    border-right: none;
  }
  header.header nav.navbar {
    padding: 0 !important;
  }
  header.header .navbar-toggler-icon {
    position: absolute;
    top: 25px;
    right: 0px;
  }
  header.header .navbar-toggler-icon i {
    color: #0c1c8d;
  }
  
  header.header .navbar-nav .nav-item li {
    margin-left: 0px;
  }
  header.header .navbar-nav .nav-item li a{
      font-size: 12px;
      color: #0c1c8d;
  }
  header.header .navbar-nav .nav-item {
    margin-bottom: 3px;
  }
  header.header .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    font-size: 13px;
    color: #0c1c8d;
    position: relative;
    border: 1px solid #0c1c8d;
  }
  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;
    padding: 25px 0;
    justify-content: space-between;
    align-items: center;
  }
  header.header .mainMenu .navLogo {
  }
  header.header .mainMenu .navMenu {
  }
  header.header .mainMenu .navExtra {
  }
  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: 600;
    padding: 10px 20px 10px 20px;
    font-size: 14.5px;
    color: #fff;
    position: relative;
  }
  header.header ul.navbar-nav {
    margin-top: 10px;
  }
  .addHidden {
    display: none;
  }
  /* HEADER */

  /* TABLES */
  section.tables {
    padding: 80px 0px;
  }
  section.tables .tablesContent {
    border-radius: 20px;
    margin-bottom: 25px;
  }
  section.tables .tablesContent .sectionTitle {
    padding: 15px 20px 10px 20px;
  }
  section.tables .tablesContent .sectionTitle h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #383838;
    line-height: 1.2;
    text-align: center;
  }
  section.tables .tablesContent table {
    border: none !important;
  }
  section.tables .tablesContent table thead {
    background: #1659d9;
    border: none !important;
  }
  section.tables .tablesContent table thead th {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    padding-left: 20px;
    padding-right: 20px;
    border: none !important;
  }
  section.tables .tablesContent table tbody {
    border: none !important;
    padding-bottom: 15px;
    height: 100px;
    overflow: scroll;
  }
  section.tables .tablesContent table tbody td b {
    font-weight: 600;
  }
  section.tables .tablesContent table tbody td {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
    border: none !important;
  }
  section.tables .tablesContent table tbody tr:hover {
    background: rgb(22 89 217 / 50%);
  }
  /* TABLES */

  /* MAIN APP */
  section.app {
    padding: 80px 0px;
    background: url("../images/app_bg.png") no-repeat;
    background-size: cover;
    margin-top: 140px;
  }
  section.app .sectionTitle {
    margin-top: 50px;
  }
  section.app .sectionTitle h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  section.app .sectionTitle p.desc {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1.1;
  }
  section.app .platform {
    margin-top: 50px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
  }
  section.app .platform img {
    width: 175px;
    float: left;
  }
  section.app .sectionImage {
    margin-top: 0px;
  }
  section.app .sectionImage img {
    width: 100%;
  }
  /* MAIN APP */

  /* MAIN SLIDER */
  div.mainSlideContainer {
    padding: 60px 0px;
    position: relative;
  }
  div.mainSlideContainer .mainSlideContent {
  }

  div.mainSlideContainer .mainSlideContent .mainSlider {
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item {
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText {
    position: relative;
    padding: 10px 0px;
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 25px;
    color: #383838;
    line-height: 1.2;
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText h1 b {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 25px;
    color: #0c1c8d;
    line-height: 1.1;
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #383838;
    margin-top: 10px;
    line-height: 1.3;
  }
  div.mainSlideContainer .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  div.mainSlideContainer .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  div.mainSlideContainer .owl-item.active .slideImage {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
  }
  div.mainSlideContainer
    .mainSlideContent
    .mainSlider
    .item
    .slideText
    .moreBtn {
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideImage {
    display: none;
  }
  /* MAIN SLIDER */

  /* MAIN CURRENCY SLIDE */
  div.currencySlideContainer {
  }
  div.currencySlideContainer .currencySlider {
  }
  div.currencySlideContainer .currencySlider .item {
    background: #edeff1;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    margin: 10px;
    transition: all 0.4s ease-in-out;
  }
  div.currencySlideContainer .currencySlider .item:hover {
    background: #0c1c8d;
    transition: all 0.4s ease-in-out;
  }
  div.currencySlideContainer .currencySlider .item:hover .slideImage p {
    color: #fff;
  }
  div.currencySlideContainer .currencySlider .item:hover .slideText p {
    color: #fff;
  }
  div.currencySlideContainer .currencySlider .item .slideImage {
    width: 30%;
    float: left;
    display: flex;
    align-items: center;
  }
  div.currencySlideContainer .currencySlider .item .slideImage img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
  }
  div.currencySlideContainer .currencySlider .item .slideImage p {
    margin-left: 5px;
    margin-bottom: 0px;
    font-size: 50px;
    color: #0c1c8d;
  }
  div.currencySlideContainer .currencySlider .item .slideText {
    width: 70%;
    float: right;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  div.currencySlideContainer .currencySlider .item .slideText p {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #0c1c8d;
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 1.3;
  }
  div.currencySlideContainer .currencySlider .owl-nav {
    display: block !important;
    right: 0;
    font-size: 20px;
    color: #ccc;
  }
  div.currencySlideContainer .currencySlider .owl-prev {
    position: absolute;
    left: -30px;
    top: 31%;
    font-size: 15px !important;
    color: #57cad4 !important;
  }
  div.currencySlideContainer .currencySlider .owl-next {
    position: absolute;
    right: -30px;
    top: 31%;
    font-size: 15px !important;
    color: #57cad4 !important;
  }
  div.currencySlideContainer .owl-carousel .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  div.currencySlideContainer
    .owl-carousel
    .owl-nav
    [class*="owl-"].disabled:hover {
    background-color: #2e2e2e;
  }
  div.currencySlideContainer .owl-carousel {
    position: relative;
  }
  div.currencySlideContainer .owl-theme .owl-dots {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  div.currencySlideContainer .owl-theme .owl-dots .owl-dot.active span {
    background: #0c1c8d;
    width: 40px;
  }
  div.currencySlideContainer .owl-theme .owl-dots .owl-dot:hover span {
    background: #0c1c8d;
  }
  div.currencySlideContainer .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #383838;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
  }
  /* MAIN CURRENCY SLIDE */

  /* MAIN NEWS SLIDE */
  section.news {
    padding-top: 120px;
    position: relative;
  }
  section.news:before {
    content: "";
    background: url("../images/section_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 150px;
    left: 0px;
    width: 350px;
    height: 500px;
  }
  section.news .sectionTitle {
    text-align: center;
    margin-bottom: 30px;
  }
  section.news .sectionTitle h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #383838;
  }
  section.news .sectionTitle p {
    font-size: 12px;
    color: #383838;
  }
  section.news .newsSlider {
    margin-top: 40px;
  }
  section.news .item {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    background: #fff;
  }
  section.news .item .sectionIcon {
    margin-bottom: 20px;
  }
  section.news .item .sectionIcon .sectionImage {
    border-radius: 10px;
    padding: 10px;
    background: #0c1c8d;
    width: max-content;
  }
  section.news .item .sectionIcon .sectionImage img {
  }
  section.news .item .sectionText {
  }
  section.news .item .sectionText h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #383838;
  }
  section.news .item .sectionText p {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: 400;
    color: #383838;
  }
  section.news .item .sectionText a {
    font-size: 12px;
    font-weight: 500;
    color: #f05945;
    text-decoration: underline;
  }
  section.news .item .sectionText a i {
    font-size: 10px;
    margin-left: 10px;
    text-decoration: none;
  }
  /* MAIN NEWS SLIDE */

  /* MAIN NEWSLETTER */
  section.newsletter {
    padding: 45px 0px;
    margin-top: 40px;
  }
  section.newsletter .sectionContent {
    padding: 70px 30px;
    background: url("../images/newsletter_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
  }
  section.newsletter .sectionTitle h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  section.newsletter .sectionTitle p {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
  }
  section.newsletter .sectionBody input[type="email"] {
    background: #fff;
    padding: 25px 100px 25px 60px;
    font-weight: 400;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  section.newsletter .sectionBody .newsletterBtn {
    position: absolute;
    top: -3px;
    right: 20px;
    border: none;
    font-weight: 400;
    border-radius: 10px;
  }
  section.newsletter .sectionBody img.inputImg {
    position: absolute;
    top: 18px;
    left: 40px;
  }
  /* MAIN NEWSLETTER */

  /* MAIN ABOUT US */
  section.aboutUs {
    padding: 35px 0px;
  }
  section.aboutUs .sectionTitle {
    margin-bottom: 30px;
  }
  section.aboutUs .sectionTitle h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #383838;
    text-align: center;
  }
  section.aboutUs .sectionBody p {
    font-size: 12px;
    color: #383838;
  }
  /* MAIN ABOUT US */

  /* FOOTER */
  footer.footer {
    background: #043569;
    padding: 80px 0px;
  }
  footer.footer .footerLogo {
  }
  footer.footer .footerLogo img {
    margin-bottom: 25px;
  }
  footer.footer .footerLogo p {
    font-size: 16px;
    color: #fff;
  }
  footer.footer .footerNav {
  }
  footer.footer .footerNav p {
    color: #fff;
    font-size: 16px;
  }
  footer.footer .footerNav ul {
  }
  footer.footer .footerNav ul li {
    margin-bottom: 3px;
  }
  footer.footer .footerNav ul li i {
    color: #fff;
  }
  footer.footer .footerNav ul li a {
    color: #fff;
    font-size: 12px;
  }
  footer.footer .footerNav ul li a:hover {
    color: #fff;
    font-size: 12px;
  }
  footer.footer .footerSocial ul {
  }
  footer.footer .footerSocial ul li {
    float: left;
  }
  footer.footer .footerSocial ul li a {
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
  }
  footer.footer .footerSocial ul li a:hover {
    color: #fff;
    font-size: 15px;
  }
  /* FOOTER */
}

@media (min-width: 481px) and (max-width: 575px){
  .custom-container {
    max-width: 100%;
  }

  .dolar-logo{
    justify-content: center!important;
    margin-bottom: 20px;
  }
  .table-action{
    justify-content: center!important;
  }
  
  /* HEADER */
  header.header {
    position: relative;
    background: #0655a0;
    background: url("../images/header_bg.png") no-repeat;
    background-size: 100% 100%;
  }
  header.header img.logo {
    margin-top: 20px;
    height: 50px;
    width: auto !important;
  }
  header.header .headerTop ul {
    margin-bottom: 0;
  }
  header.header .headerTop ul li {
  }
  header.header .headerTop ul li a {
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    font-size: 13px;
    color: #fff;
    position: relative;
    border-right: 1px solid #fff;
  }
  header.header .headerTop ul li a.last {
    border-right: none;
  }
  header.header nav.navbar {
    padding: 0 !important;
  }
  header.header .navbar-toggler-icon {
    position: absolute;
    top: 25px;
    right: 0px;
  }
  header.header .navbar-toggler-icon i {
    color: #0c1c8d;
  }
  
  header.header .navbar-nav .nav-item li {
    margin-left: 0px;
  }
  header.header .navbar-nav .nav-item li a{
      font-size: 12px;
      color: #0c1c8d;
  }
  header.header .navbar-nav .nav-item {
    margin-bottom: 3px;
  }
  header.header .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    font-size: 13px;
    color: #0c1c8d;
    position: relative;
    border: 1px solid #0c1c8d;
  }
  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;
    padding: 25px 0;
    justify-content: space-between;
    align-items: center;
  }
  header.header .mainMenu .navLogo {
  }
  header.header .mainMenu .navMenu {
  }
  header.header .mainMenu .navExtra {
  }
  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: 600;
    padding: 10px 20px 10px 20px;
    font-size: 14.5px;
    color: #fff;
    position: relative;
  }
  header.header ul.navbar-nav {
    margin-top: 10px;
  }
  .addHidden {
    display: none;
  }
  /* HEADER */

  /* TABLES */
  section.tables {
    padding-top: 80px;
  }
  section.tables .tablesContent {
    border-radius: 20px;
    margin-bottom: 25px;
  }
  section.tables .tablesContent .sectionTitle {
    padding: 15px 20px 10px 20px;
  }
  section.tables .tablesContent .sectionTitle h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #383838;
    line-height: 1.2;
    text-align: center;
  }
  section.tables .tablesContent table {
    border: none !important;
  }
  section.tables .tablesContent table thead {
    background: #1659d9;
    border: none !important;
  }
  section.tables .tablesContent table thead th {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    padding-left: 20px;
    padding-right: 20px;
    border: none !important;
  }
  section.tables .tablesContent table tbody {
    border: none !important;
    padding-bottom: 15px;
    height: 100px;
    overflow: scroll;
  }
  section.tables .tablesContent table tbody td b {
    font-weight: 600;
  }
  section.tables .tablesContent table tbody td {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
    border: none !important;
  }
  section.tables .tablesContent table tbody tr:hover {
    background: rgb(22 89 217 / 50%);
  }
  /* TABLES */

  /* MAIN APP */
  section.app {
    padding: 80px 0px;
    background: url("../images/app_bg.png") no-repeat;
    background-size: cover;
    margin-top: 140px;
  }
  section.app .sectionTitle {
    margin-top: 50px;
  }
  section.app .sectionTitle h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  section.app .sectionTitle p.desc {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1.1;
  }
  section.app .platform {
    margin-top: 50px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
  }
  section.app .platform img {
    width: 175px;
    float: left;
  }
  section.app .sectionImage {
    margin-top: 0px;
  }
  section.app .sectionImage img {
    width: 100%;
  }
  /* MAIN APP */

  /* MAIN SLIDER */
  div.mainSlideContainer {
    padding: 60px 0px;
    position: relative;
  }
  div.mainSlideContainer .mainSlideContent {
  }

  div.mainSlideContainer .mainSlideContent .mainSlider {
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item {
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText {
    position: relative;
    padding: 10px 0px;
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 25px;
    color: #383838;
    line-height: 1.2;
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText h1 b {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 25px;
    color: #0c1c8d;
    line-height: 1.1;
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #383838;
    margin-top: 10px;
    line-height: 1.3;
  }
  div.mainSlideContainer .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  div.mainSlideContainer .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  div.mainSlideContainer .owl-item.active .slideImage {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
  }
  div.mainSlideContainer
    .mainSlideContent
    .mainSlider
    .item
    .slideText
    .moreBtn {
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideImage {
    display: none;
  }
  /* MAIN SLIDER */

  /* MAIN CURRENCY SLIDE */
  div.currencySlideContainer {
  }
  div.currencySlideContainer .currencySlider {
  }
  div.currencySlideContainer .currencySlider .item {
    background: #edeff1;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    margin: 10px;
    transition: all 0.4s ease-in-out;
  }
  div.currencySlideContainer .currencySlider .item:hover {
    background: #0c1c8d;
    transition: all 0.4s ease-in-out;
  }
  div.currencySlideContainer .currencySlider .item:hover .slideImage p {
    color: #fff;
  }
  div.currencySlideContainer .currencySlider .item:hover .slideText p {
    color: #fff;
  }
  div.currencySlideContainer .currencySlider .item .slideImage {
    width: 30%;
    float: left;
    display: flex;
    align-items: center;
  }
  div.currencySlideContainer .currencySlider .item .slideImage img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
  }
  div.currencySlideContainer .currencySlider .item .slideImage p {
    margin-left: 5px;
    margin-bottom: 0px;
    font-size: 50px;
    color: #0c1c8d;
  }
  div.currencySlideContainer .currencySlider .item .slideText {
    width: 70%;
    float: right;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  div.currencySlideContainer .currencySlider .item .slideText p {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #0c1c8d;
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 1.3;
  }
  div.currencySlideContainer .currencySlider .owl-nav {
    display: block !important;
    right: 0;
    font-size: 20px;
    color: #ccc;
  }
  div.currencySlideContainer .currencySlider .owl-prev {
    position: absolute;
    left: -30px;
    top: 31%;
    font-size: 15px !important;
    color: #57cad4 !important;
  }
  div.currencySlideContainer .currencySlider .owl-next {
    position: absolute;
    right: -30px;
    top: 31%;
    font-size: 15px !important;
    color: #57cad4 !important;
  }
  div.currencySlideContainer .owl-carousel .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  div.currencySlideContainer
    .owl-carousel
    .owl-nav
    [class*="owl-"].disabled:hover {
    background-color: #2e2e2e;
  }
  div.currencySlideContainer .owl-carousel {
    position: relative;
  }
  div.currencySlideContainer .owl-theme .owl-dots {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  div.currencySlideContainer .owl-theme .owl-dots .owl-dot.active span {
    background: #0c1c8d;
    width: 40px;
  }
  div.currencySlideContainer .owl-theme .owl-dots .owl-dot:hover span {
    background: #0c1c8d;
  }
  div.currencySlideContainer .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #383838;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
  }
  /* MAIN CURRENCY SLIDE */

  /* MAIN NEWS SLIDE */
  section.news {
    padding-top: 120px;
    position: relative;
  }
  section.news:before {
    content: "";
    background: url("../images/section_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 150px;
    left: 0px;
    width: 350px;
    height: 500px;
  }
  section.news .sectionTitle {
    text-align: center;
    margin-bottom: 30px;
  }
  section.news .sectionTitle h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #383838;
  }
  section.news .sectionTitle p {
    font-size: 12px;
    color: #383838;
  }
  section.news .newsSlider {
    margin-top: 40px;
  }
  section.news .item {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    background: #fff;
  }
  section.news .item .sectionIcon {
    margin-bottom: 20px;
  }
  section.news .item .sectionIcon .sectionImage {
    border-radius: 10px;
    padding: 10px;
    background: #0c1c8d;
    width: max-content;
  }
  section.news .item .sectionIcon .sectionImage img {
  }
  section.news .item .sectionText {
  }
  section.news .item .sectionText h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #383838;
  }
  section.news .item .sectionText p {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: 400;
    color: #383838;
  }
  section.news .item .sectionText a {
    font-size: 12px;
    font-weight: 500;
    color: #f05945;
    text-decoration: underline;
  }
  section.news .item .sectionText a i {
    font-size: 10px;
    margin-left: 10px;
    text-decoration: none;
  }
  /* MAIN NEWS SLIDE */

  /* MAIN NEWSLETTER */
  section.newsletter {
    padding: 45px 0px;
    margin-top: 40px;
  }
  section.newsletter .sectionContent {
    padding: 70px 30px;
    background: url("../images/newsletter_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
  }
  section.newsletter .sectionTitle h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  section.newsletter .sectionTitle p {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
  }
  section.newsletter .sectionBody input[type="email"] {
    background: #fff;
    padding: 25px 100px 25px 60px;
    font-weight: 400;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  section.newsletter .sectionBody .newsletterBtn {
    position: absolute;
    top: -3px;
    right: 20px;
    border: none;
    font-weight: 400;
    border-radius: 10px;
  }
  section.newsletter .sectionBody img.inputImg {
    position: absolute;
    top: 18px;
    left: 40px;
  }
  /* MAIN NEWSLETTER */

  /* MAIN ABOUT US */
  section.aboutUs {
    padding: 35px 0px;
  }
  section.aboutUs .sectionTitle {
    margin-bottom: 30px;
  }
  section.aboutUs .sectionTitle h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #383838;
    text-align: center;
  }
  section.aboutUs .sectionBody p {
    font-size: 12px;
    color: #383838;
  }
  /* MAIN ABOUT US */

  /* FOOTER */
  footer.footer {
    background: #043569;
    padding: 80px 0px;
  }
  footer.footer .footerLogo {
  }
  footer.footer .footerLogo img {
    margin-bottom: 25px;
  }
  footer.footer .footerLogo p {
    font-size: 16px;
    color: #fff;
  }
  footer.footer .footerNav {
  }
  footer.footer .footerNav p {
    color: #fff;
    font-size: 16px;
  }
  footer.footer .footerNav ul {
  }
  footer.footer .footerNav ul li {
    margin-bottom: 3px;
  }
  footer.footer .footerNav ul li i {
    color: #fff;
  }
  footer.footer .footerNav ul li a {
    color: #fff;
    font-size: 12px;
  }
  footer.footer .footerNav ul li a:hover {
    color: #fff;
    font-size: 12px;
  }
  footer.footer .footerSocial ul {
  }
  footer.footer .footerSocial ul li {
    float: left;
  }
  footer.footer .footerSocial ul li a {
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
  }
  footer.footer .footerSocial ul li a:hover {
    color: #fff;
    font-size: 15px;
  }
  /* FOOTER */
}

@media (max-width: 480px){
  .custom-container {
    max-width: 100%;
  }
  
  .vu-table-wrapper .table{
    overflow-x: scroll;
  }
  .vu-table-wrapper .thead{
    overflow-x: scroll!important;
    min-width: 400px;
  }
  .vu-table-wrapper .tbody{
    overflow: auto!important;
    overflow-x: scroll!important;
    min-width: 400px;
  }
  .dolar-logo{
    justify-content: center!important;
    margin-bottom: 20px;
  }
  .table-action{
    justify-content: center!important;
  }

  /* HEADER */
  header.header {
    position: relative;
    background: #0655a0;
    background: url("../images/header_bg.png") no-repeat;
    background-size: 100% 100%;
  }
  header.header img.logo {
    margin-top: 20px;
    height: 50px;
    width: auto !important;
  }
  header.header .headerTop ul {
    margin-bottom: 0;
  }
  header.header .headerTop ul li {
  }
  header.header .headerTop ul li a {
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    font-size: 13px;
    color: #fff;
    position: relative;
    border-right: 1px solid #fff;
  }
  header.header .headerTop ul li a.last {
    border-right: none;
  }
  header.header nav.navbar {
    padding: 0 !important;
  }
  header.header .navbar-toggler-icon {
    position: absolute;
    top: 25px;
    right: 0px;
  }
  header.header .navbar-toggler-icon i {
    color: #0c1c8d;
  }
  header.header .navbar-nav .nav-item li {
    margin-left: 0px;
  }
  header.header .navbar-nav .nav-item li a{
      font-size: 12px;
      color: #0c1c8d;
  }
  header.header .navbar-nav .nav-item {
    margin-bottom: 3px;
  }
  header.header .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    font-size: 13px;
    color: #0c1c8d;
    position: relative;
    border: 1px solid #0c1c8d;
  }
  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;
    padding: 25px 0;
    justify-content: space-between;
    align-items: center;
  }
  header.header .mainMenu .navLogo {
  }
  header.header .mainMenu .navMenu {
  }
  header.header .mainMenu .navExtra {
  }
  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: 600;
    padding: 10px 20px 10px 20px;
    font-size: 14.5px;
    color: #fff;
    position: relative;
  }
  header.header ul.navbar-nav {
    margin-top: 10px;
  }
  .addHidden {
    display: none;
  }
  /* HEADER */

  /* TABLES */
  section.tables {
    padding-top: 80px;
  }
  section.tables .tablesContent {
    border-radius: 20px;
    margin-bottom: 25px;
  }
  section.tables .tablesContent .sectionTitle {
    padding: 15px 20px 10px 20px;
  }
  section.tables .tablesContent .sectionTitle h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #383838;
    line-height: 1.2;
    text-align: center;
  }
  section.tables .tablesContent table {
    border: none !important;
  }
  section.tables .tablesContent table thead {
    background: #1659d9;
    border: none !important;
  }
  section.tables .tablesContent table thead th {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    padding-left: 20px;
    padding-right: 20px;
    border: none !important;
  }
  section.tables .tablesContent table tbody {
    border: none !important;
    padding-bottom: 15px;
    height: 100px;
    overflow: scroll;
  }
  section.tables .tablesContent table tbody td b {
    font-weight: 600;
  }
  section.tables .tablesContent table tbody td {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
    border: none !important;
  }
  section.tables .tablesContent table tbody tr:hover {
    background: rgb(22 89 217 / 50%);
  }
  /* TABLES */

  /* MAIN APP */
  section.app {
    padding: 80px 0px;
    background: url("../images/app_bg.png") no-repeat;
    background-size: cover;
    margin-top: 140px;
  }
  section.app .sectionTitle {
    margin-top: 50px;
  }
  section.app .sectionTitle h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  section.app .sectionTitle p.desc {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1.1;
  }
  section.app .platform {
    margin-top: 50px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
  }
  section.app .platform img {
    width: 175px;
    float: left;
  }
  section.app .sectionImage {
    margin-top: 0px;
  }
  section.app .sectionImage img {
    width: 100%;
  }
  /* MAIN APP */

  /* MAIN SLIDER */
  div.mainSlideContainer {
    padding: 60px 0px;
    position: relative;
  }
  div.mainSlideContainer .mainSlideContent {
  }

  div.mainSlideContainer .mainSlideContent .mainSlider {
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item {
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText {
    position: relative;
    padding: 10px 0px;
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 25px;
    color: #383838;
    line-height: 1.2;
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText h1 b {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 25px;
    color: #0c1c8d;
    line-height: 1.1;
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideText p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #383838;
    margin-top: 10px;
    line-height: 1.3;
  }
  div.mainSlideContainer .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  div.mainSlideContainer .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  div.mainSlideContainer .owl-item.active .slideImage {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
  }
  div.mainSlideContainer
    .mainSlideContent
    .mainSlider
    .item
    .slideText
    .moreBtn {
  }
  div.mainSlideContainer .mainSlideContent .mainSlider .item .slideImage {
    display: none;
  }
  /* MAIN SLIDER */

  /* MAIN CURRENCY SLIDE */
  div.currencySlideContainer {
  }
  div.currencySlideContainer .currencySlider {
  }
  div.currencySlideContainer .currencySlider .item {
    background: #edeff1;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    margin: 10px;
    transition: all 0.4s ease-in-out;
  }
  div.currencySlideContainer .currencySlider .item:hover {
    background: #0c1c8d;
    transition: all 0.4s ease-in-out;
  }
  div.currencySlideContainer .currencySlider .item:hover .slideImage p {
    color: #fff;
  }
  div.currencySlideContainer .currencySlider .item:hover .slideText p {
    color: #fff;
  }
  div.currencySlideContainer .currencySlider .item .slideImage {
    width: 30%;
    float: left;
    display: flex;
    align-items: center;
  }
  div.currencySlideContainer .currencySlider .item .slideImage img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
  }
  div.currencySlideContainer .currencySlider .item .slideImage p {
    margin-left: 5px;
    margin-bottom: 0px;
    font-size: 50px;
    color: #0c1c8d;
  }
  div.currencySlideContainer .currencySlider .item .slideText {
    width: 70%;
    float: right;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  div.currencySlideContainer .currencySlider .item .slideText p {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #0c1c8d;
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 1.3;
  }
  div.currencySlideContainer .currencySlider .owl-nav {
    display: block !important;
    right: 0;
    font-size: 20px;
    color: #ccc;
  }
  div.currencySlideContainer .currencySlider .owl-prev {
    position: absolute;
    left: -30px;
    top: 31%;
    font-size: 15px !important;
    color: #57cad4 !important;
  }
  div.currencySlideContainer .currencySlider .owl-next {
    position: absolute;
    right: -30px;
    top: 31%;
    font-size: 15px !important;
    color: #57cad4 !important;
  }
  div.currencySlideContainer .owl-carousel .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  div.currencySlideContainer
    .owl-carousel
    .owl-nav
    [class*="owl-"].disabled:hover {
    background-color: #2e2e2e;
  }
  div.currencySlideContainer .owl-carousel {
    position: relative;
  }
  div.currencySlideContainer .owl-theme .owl-dots {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  div.currencySlideContainer .owl-theme .owl-dots .owl-dot.active span {
    background: #0c1c8d;
    width: 40px;
  }
  div.currencySlideContainer .owl-theme .owl-dots .owl-dot:hover span {
    background: #0c1c8d;
  }
  div.currencySlideContainer .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #383838;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
  }
  /* MAIN CURRENCY SLIDE */

  /* MAIN NEWS SLIDE */
  section.news {
    padding-top: 120px;
    position: relative;
  }
  section.news:before {
    content: "";
    background: url("../images/section_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 150px;
    left: 0px;
    width: 350px;
    height: 500px;
  }
  section.news .sectionTitle {
    text-align: center;
    margin-bottom: 30px;
  }
  section.news .sectionTitle h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #383838;
  }
  section.news .sectionTitle p {
    font-size: 12px;
    color: #383838;
  }
  section.news .newsSlider {
    margin-top: 40px;
  }
  section.news .item {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    background: #fff;
  }
  section.news .item .sectionIcon {
    margin-bottom: 20px;
  }
  section.news .item .sectionIcon .sectionImage {
    border-radius: 10px;
    padding: 10px;
    background: #0c1c8d;
    width: max-content;
  }
  section.news .item .sectionIcon .sectionImage img {
  }
  section.news .item .sectionText {
  }
  section.news .item .sectionText h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #383838;
  }
  section.news .item .sectionText p {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: 400;
    color: #383838;
  }
  section.news .item .sectionText a {
    font-size: 12px;
    font-weight: 500;
    color: #f05945;
    text-decoration: underline;
  }
  section.news .item .sectionText a i {
    font-size: 10px;
    margin-left: 10px;
    text-decoration: none;
  }
  /* MAIN NEWS SLIDE */

  /* MAIN NEWSLETTER */
  section.newsletter {
    padding: 45px 0px;
    margin-top: 40px;
  }
  section.newsletter .sectionContent {
    padding: 70px 30px;
    background: url("../images/newsletter_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
  }
  section.newsletter .sectionTitle h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  section.newsletter .sectionTitle p {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
  }
  section.newsletter .sectionBody input[type="email"] {
    background: #fff;
    padding: 25px 100px 25px 60px;
    font-weight: 400;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  section.newsletter .sectionBody .newsletterBtn {
    position: absolute;
    top: -3px;
    right: 20px;
    border: none;
    font-weight: 400;
    border-radius: 10px;
  }
  section.newsletter .sectionBody img.inputImg {
    position: absolute;
    top: 18px;
    left: 40px;
  }
  /* MAIN NEWSLETTER */

  /* MAIN ABOUT US */
  section.aboutUs {
    padding: 35px 0px;
  }
  section.aboutUs .sectionTitle {
    margin-bottom: 30px;
  }
  section.aboutUs .sectionTitle h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #383838;
    text-align: center;
  }
  section.aboutUs .sectionBody p {
    font-size: 12px;
    color: #383838;
  }
  /* MAIN ABOUT US */

  /* FOOTER */
  footer.footer {
    background: #043569;
    padding: 80px 0px;
  }
  footer.footer .footerLogo {
  }
  footer.footer .footerLogo img {
    margin-bottom: 25px;
  }
  footer.footer .footerLogo p {
    font-size: 16px;
    color: #fff;
  }
  footer.footer .footerNav {
  }
  footer.footer .footerNav p {
    color: #fff;
    font-size: 16px;
  }
  footer.footer .footerNav ul {
  }
  footer.footer .footerNav ul li {
    margin-bottom: 3px;
  }
  footer.footer .footerNav ul li i {
    color: #fff;
  }
  footer.footer .footerNav ul li a {
    color: #fff;
    font-size: 12px;
  }
  footer.footer .footerNav ul li a:hover {
    color: #fff;
    font-size: 12px;
  }
  footer.footer .footerSocial ul {
  }
  footer.footer .footerSocial ul li {
    float: left;
  }
  footer.footer .footerSocial ul li a {
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
  }
  footer.footer .footerSocial ul li a:hover {
    color: #fff;
    font-size: 15px;
  }
  /* FOOTER */
}
