
@import url("https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@2.36.0/tabler-icons.css");

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
        padding: 0 60px;
    }
}
.custom-slide{
    position: relative;
    z-index: 1;
    padding: 60px 0;
}
/* .custom-slide::after{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .7;
    z-index: -1;
} */
 .header-section .navbar .navbar-nav li {
    padding: 5px 10px;
}

.bg11{
    background-color: rgb(227 167 8);
}
.abt-area{position: relative;z-index: 1;background-size: cover;padding-bottom: 50px;padding-top: 50px;}
/* .abt-area:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(./images/imgshape.png);
    background-size: cover;
    z-index: -1;
} */

.people_trust .people_trust_thumb:after {
    background: rgb(227 167 8);
}
.people_trust{
    padding-top: 60px;
    padding-bottom: 60px;
}
.ptb50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.navbar-brand img {
    height: 60px;
}
.mobilebtn{
    display: none;
}

@media only screen and (max-width: 991px){
    .navbar-brand img {
    height: 50px;
}
.why-trade__part {
    padding-left: 0 !important;
}
}

@media only screen and (max-width: 470px){
    .nav_alt{
        display: none;
    }
    .mynav{
        justify-content: space-between;
        width: 100%;
    }
    .mobilebtn{
        display: block;
    }
    .custom-slide .row{
        flex-direction: column-reverse;
    }
    .display-two{
        font-size: 26px !important;
    }
    
.why-trade__thumbs.h-100.d-flex.align-items-end.ps-20.ps-sm-5.ps-lg-0 {
    padding-left: 0 !important;
    margin-top: 20px;
}
}