@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body{font-family: 'Poppins', sans-serif !important;}
.text-theme{color:#f0501d !important;}
.bg-theme{background: #f0501d !important;}
.btn-theme{background: #f0501d !important;color:#fff !important;}
.btn:hover{background: #FF6347 !important;color:#fff !important;}
.text-white{color:#fff !important;}
.bg-white{background: #fff !important;}
.text-dark{color:#000 !important;}
.text-over{color:#fff;}
.navbar-nav .nav-link{transition: all .5s;}
.navbar-nav .nav-link:hover{color:#f0501d !important;}
 .bg-blur{background-color: #fff !important;}
.bg_img{background:rgba(0,0,0,.1)url("../../assets/img/bg_online.jpg");background-size: cover;background-position: center;background-blend-mode: darken;}
.bg-building{background:rgba(0,0,0,.5)url("../../assets/img/building.jpg");background-size: cover;background-position: center;background-blend-mode: darken;}
.timeline-steps {display: flex;justify-content: center;flex-wrap: wrap;}
.timeline-steps .timeline-step {align-items: center;display: flex;flex-direction: column;position: relative;margin: 1rem;}
#cardContainer .card{padding: 15px !important;border:1px solid #f0501d !important;display: none;}
li{list-style: none !important;}
 .item_category_list li a{padding: 5px 10px !important;}
.col-lg-4 {flex: 0 0 auto;width: 30% !important;margin: 20px 20px !important;}
.to-top {opacity:0;pointer-events: none;transition: all .4s;}
.to-top.active {pointer-events: auto;opacity:1;
}

@media (min-width:991.5px) {
    .timeline-steps .timeline-step:not(:last-child):after {content: "";display: block;border-top: .25rem dotted #f0501d;width: 7.46rem;position: absolute;left: 7.5rem;top: .3125rem}
    .timeline-steps .timeline-step:not(:first-child):before {content: "";display: block;border-top: .25rem dotted #f0501d;width: 7.46rem;position: absolute;right: 7.5rem;top: .3125rem}
}
.timeline-steps .timeline-content {width: 14rem;text-align: center;}
.timeline-steps .timeline-content .inner-circle {border-radius: 1.5rem;height: 1rem;width: 1rem;display: inline-flex;align-items: center;justify-content: center;background-color: #f0501d;}
.timeline-steps .timeline-content .inner-circle:before {content: "";background-color: #f0501d;display: inline-block;height: 3rem;width: 3rem;min-width: 3rem;border-radius: 6.25rem;opacity: .5;}
@media(max-width:991.5px){
	.bg_img{height: auto !important;}
	.timeline-steps .timeline-content {width: 100% !important;text-align: center;}
    .col-lg-4 {flex: 0 0 auto;width: 90% !important;margin:10px auto !important;}
  .bg_img{background:rgba(0,0,0,.1)url("../../assets/img/bg_online3.jpg");background-size: cover;background-position: center;background-blend-mode: darken;}
}