body, html{
    overflow-x: hidden !important;
        background-color: var(--mt-common-black-1);
}


.ml-250 {
  margin-left: 290px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ml-250 {
    margin-left: 0;
  }
}

.text-primary{
    color: #cf9f36 !important;
}


#back-to-top{
    color: #fff
}

.mt-hero-item-6 .mt-hero-title span{
    color: #cf9f36;
}

.card-box{
    background: rgb(224 185 86 / 1);
    border-radius: 1rem;
    padding: 40px;
}


.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(207 159 54 / 1) !important;
    background: rgb(207 159 54 / 1) !important;
}


.cms-content ul, .cms-content ol{
    padding-left: 20px;
}


.cms-content p{
    text-transform: initial !important;
}


.card-box-2 {
    background: url(../img/GradientBlur1.png) right bottom no-repeat rgb(12, 12, 12);
    border-radius: 1rem;
    padding: 40px;
    background-size: cover;
}


@media(max-width:991px){
    .mt-header-2-main-logo img{
        max-width: 250px;
        padding: 5px;
    }
}