@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
      url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
      url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
      url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
      url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



body{
  font-family: 'Poppins';
  background-color: #f9f4f1;
}

body, div, p, li, ul, ol, span, strong, h1, h2, h3, h4, h5, h6{
  padding: 0px;
  margin: 0px;
}
button:focus, button:active, .btn-check:focus+.btn{
    outline: none;
    box-shadow: none !important;

}
a{
text-decoration: none;}
li, ul, ol{
list-style: none;}
button, button:focus, button:hover, button:active{
    outline: none;
}
img{
  max-width: 100%;
}

.col-mtb{
    margin: 15px 0;
}
.owl-carousel .owl-item img{
    max-width: 100%;
    width: auto;
}


.owl-nav button span{
    display: none;
}

.owl-nav button.owl-next::after {
    content: "\f054";
    font-size: 20px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #2C4193;
    border-radius:5px;
    border: 1px solid #2C4193;
    font-weight: 600;
    z-index: 3;
}
.owl-nav button.owl-prev::after {
    content: "\f053";
    font-size: 20px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #2C4193;
    border: 1px solid #2C4193;
    border-radius: 5px;
    font-weight: 600;
    z-index: 3;
    margin-right: 20px;
}
.owl-next.disabled::after, .owl-prev.disabled::after{
    border-color: #949FC8 !important ;
    background-color: #949FC8 !important;
}

.owl-nav{
    position: absolute;
    top: -105px;
    right: 0;
}

.fixed {
  animation: slide-down 0.4s;
  opacity: 1;
}

.header-chng{
  position: sticky;
    top: -2px;
    right: 0;
    left: 0;
    z-index: 1030;
  border-bottom: 0.5px solid #b2c3d3;

}


.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position:relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

.theme-but a{

  border-color: #2047ce;
  background-color: #2047ce;
  margin: 0px 10px;
  border-radius: 45px;

}

 .sign-but a{
  background-color: transparent;
  border: 2px solid #000;

}

.nav-item .nav-link{
  font-size: 16px;
  font-weight: 500;
  padding: 10px 25px;
  margin: 0px 6px;
}

.sign-but .nav-link {
  color: #2047ce;
}
.bg-thm {
  background-color: #f9f4f1;
  padding: 15px 30px;
}

.header-wapper .navbar-light .navbar-nav .theme-but .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 25px;
}

.dropdown-toggle::after {
  background-image: url(../images/arrow.svg);
  content: "";
  height: 14px;
  width: 14px;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  align-items: center;
  display: inline-flex;
  transition:  0.5s;
  transition-timing: ease-in-out !important;

}

.dropdown-toggle:hover.dropdown-toggle::after{
  transform: rotate(180deg);
}

.dropdown-content{
  padding: 10px;
  height: 100%;

  border-bottom: 0.5px solid #b2c3d3;
}


.dropdown-content h5{
    margin-bottom: 2px;
    color: #001b66;
    font-weight: 600;
    font-size: 14px;
}

.dropdown-content p{
    font-size: 12px;
    line-height: 1.57;
    font-weight: 300;
    margin-top: 4px;
}

.dropdown-wrapper {
  width: 30rem;
  padding: 20px 35px;
  border: 1px solid #b2c3d3;
  border-radius: .5rem;
  background-color: #f9f4f1;
  box-shadow: -2px 8px 30px -10px rgba(77,101,117,.25);
}
.dropdown-sec{
  width: fit-content;
  padding: 20px 35px;
  border: 1px solid #b2c3d3;
  border-radius: .5rem;
  background-color: #f9f4f1;
  box-shadow: -2px 8px 30px -10px rgba(77,101,117,.25);
}
 .dropdown-item{
  margin-bottom: 2px;
  color: #001b66;
  font-weight: 600;
  font-size: 14px;
}

.dropdown-sec .dropdown-item{
  border-bottom: 0.5px solid #b2c3d3;
  padding: 10px;
}


.dropdown-item.active, .dropdown-item:active {
  background-color: transparent;
  color:#2047ce;
  text-decoration: none;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent;
  color:#2047ce;
  text-decoration: none;
}

.banner-content{
  text-align: center;
  margin-top: 80PX;
}

.banner-content h1{
    color: #001b66;
    font-size: 47px;
    line-height: 1.14;
    font-weight: 400;
    margin: 40px 0px;

}
.banner-content p{
  font-size: 16px;
    font-weight: 200;
    line-height: 26px;
    padding: 0px 150px;
}

.account-sec {
  border: 3px solid #2047ce;
  background-color: #f9f4f1;
  color: #232426;
}

.account-heading h4{
  font-size: 32px;
  line-height: 1.33;
  font-weight: 700;
}

.account-heading {
  margin: 70px;
}

.free-sign-but {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2047ce;
}

.free-sign-but a{
  text-decoration: none;
    border-color: #f69870;
    background-color: #f69870;
    color: #001b66;
    padding: 10px 15px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 15px;
}

.free-sign-but a:hover {
  border-color: #e28c67;
  background-color: #e28c67;
}

.account-warpper{
  margin-top: 50px;
}

.cash-heading h5{
    color: #232426;
    font-size:30px;
    line-height: 1.33;
    font-weight: 700;
}
.cash-heading p {
  font-size: 15px;
  font-weight: 200;
  line-height: 26px;
}

.cash-werpper{
  margin-top: 50px;
}

.cash-heading ol li {
  margin: 10px 20px;
  list-style: auto;
}

.report-img{
  display: flex;
  justify-content: center;
}

.report-img img{
  width: 50%;
}

.Benefits-sec ul li{
  margin-bottom: 0.5rem;
  padding-left: 1.75rem;
  background-image: url(../images/right-icon.svg);
  background-position: 0 4px;
  background-size: 15px;
  background-repeat: no-repeat;
  list-style-type: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/mines-icon.svg);
  transform: rotate(-180deg);
}

.accordion-button::after {

  background-image: url(../images/plus-icon.svg);
}

.accordion-item {
  background-color: transparent !important;
  border: 1px solid rgba(0,0,0,.125);
}

.accordion-item .accordion-button {
  background-color: transparent;
}

.accordion-item {

  border-bottom: 0.5px solid #b2c3d3;
  border-top: none;
  border-left: none;
  border-right: none;

}

.accordion-header button {
  font-family: Dinerodisplay,sans-serif;
  color: #232426;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}

.Benefits-sec ul li{
  line-height: 28px;
}

.Benefits-sec p a,.Benefits-sec ul li a{
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  color: #000;
}

.Benefits-sec p a,.Benefits-sec ul li a:hover{
  color: #2047ce;
}

.footer-content img{
  margin: 10px 0px;
}

.footer-content ul{
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-content ul li{
  margin-right: 10px;
}

.footer-warpper{
  background-color: #2047ce;
  color: #fff;
  text-align: center;
  padding: 15px 0px;
  margin-top: 30px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../images/menu-icon.svg");

}

.navbar-light .navbar-toggler {
  border: none;
}


.repote-wrapper{
  background-color: #2047ce;
  margin-top: 10px !important;
}

.repote-sec h4{
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding: 10px 0px;
}

.logo-sec-report{
  display: flex;
  justify-content: space-between;
}

.logo-contant tr{
  border: transparent !important;
}

.logo-sec-wrapper{
  margin-top: 20px ;
}

.Brealdown-table {
  margin: 15px 0px;
}
.Brealdown-table table {
  background-color: #fff;
  border: 1px solid #000;
}


.Brealdown-table .account-heading h4{
  padding: 10px 10px !important;
}

.Brealdown-table .table>:not(caption)>*>* {
 border-bottom: none !important;
}

.total-operating{
  border-bottom: 1px solid #000;
}


.tabal-footer ul{
  display: flex;
  align-items: center;
}

.tabal-footer ul li{
  margin-left: 10px;
}

.footer-but{
  display: flex;
  align-items: center;
}

.footer-but .free-sign-but{
   background-color: transparent;
   margin-left: 15px;
   margin-top: 16px;
}

.footer-but .free-sign-but a{
  background-color: #EE7337 ;
  border-radius: 0px;
  color: #fff;
}

.indicators-table {
  width: 70%;
}

.indicators{
  background-color: #F9F850;
  border: 1px solid #000;
  border-bottom: none;

}

.indicators h4{
  color: #000;
}

/*.matplotlib-sec{
  border-top: 1px solid #000;
  padding-top: 30px;
}*/

.report-sec{
  border-bottom: 8px solid #EE7337;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
