.offcanvas-info {
    background: #1695c5db;
}
.icon-investor{
    width: 2.2rem;
    height: 2.2rem;
}
.pdf-row {
    padding: 0.5rem 1rem;
}
.timeline-img{
    height: 600px !important;
    width: auto !important;
}
@media (min-width: 1024px){
    .inv-col {
		width: 20%;
	}
    .investor_card{
        padding: 1rem 1rem;
        width: auto;
        height: 69px;
        border-radius: 50%; 
    }   
    .post-category {
        height: 45px;
    }
    .service-card {
        height: 540px;
    }
    figure.overlay img{
        height: 250px !important;
    }
}
.team_card{
    height: 210px;
}
.text-justify{
    text-align: justify !important;
}
.owl-nav {
    display: none;
}
.owl-dots{
    display: none;
}
body{
    font-family: "THICCCBOI", sans-serif! important;
    font-size: 0.85rem !important;
    color : #60697b !important;
    line-height: 1.7 !important;
}
.title{
    font-size: 1rem;
}
.navbar{
    margin-bottom: 0 !important;
}
.breadcrumb>li{
    display: flex !important;
}
.breadcrumb{
    background-color: transparent !important;
}
.navbar-brand{
    height: unset !important;
}
.card-body{
    padding : 12px 25px;
}
.stock_frame{
    /* height: 280px;  */
    /* margin-top: -160px; 
    margin-left: -24px;     */
    height: 455px;
    margin-top: -261px; 
    margin-left: -64px; 
    width: 100%;
    pointer-events: none;
}
.frame_cls{
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border: 1px solid #ddd;
}
.valueframe{
    /* height: 408px;
    margin-top: -361px;
    margin-left: -64px;
    width: 79%;
    pointer-events: none; */
    /* height: 417px;
    margin-top: -355px;
    margin-left: -65px;
    width: 84%;
    pointer-events: none; */
    height: 414px;
    margin-top: -300px;
    margin-left: -65px;
    width: 84%;
    pointer-events: none;
}
.carousel-inner>.item>img{
    height: 500px !important;
}
.formtxt{
    height : 50px !important;
}
/* .header_container{
    margin-right: unset !important;
} */
@media only screen and (max-width: 586px) and (min-width: 320px){
    .carousel-inner>.item>img{
        height: 200px !important;
    }     
    .navbar-nav .nav-link{
        padding-right: 15px;
        padding-left: 15px;
    }
    .stock_frame{
        height: 372px;
        margin-top: -108px;
        margin-left: 0;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .carousel-inner>.item>img{
        height: 400px !important;
    }    
    .offcanvas-nav{
        width: 15rem !important;
    } 
    .navbar-nav{
        float: none !important;
    }
    .service-card{
        height : 400px;
    }
    .stock_frame{
        height: 312px;
        margin-top: -95px;
        margin-left: 0;
    }
}