.navbar-brand img{
    width: 190px;
    max-height: 100% !important;
}
.nav-link{
    color: #344051 !important;
    font-weight: 500;
    font-family: "Inter";
    /* font-size: 1rem !important; */
}
/* .nav-link.active{
    background: #0EA86A;
    border: 0px solid #CED2DA;
    border-radius: 8px;
    color: #fff !important;
} */
.navbar-nav .nav-link.active{
    border: none !important;
}
.banner h1{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    color: #004246;
    padding-bottom: 1rem;
    margin-bottom: 0;
}
.banner p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #344051;
    margin-bottom: 0;
}
.banner .btns{
    margin-top: 25px;
    margin-bottom: 25px;
}
.banner .btns .btn{
    border-radius: 8px;
    max-width: 155px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
}
.banner .btns .btn:hover{
    background-color: #344051;
    color: #fff;
}
.banner .btns .lrn_more{
    background: #0EA86A;
    color: #fff;
}
.banner .btns .contct_us_btn{
    color: #344051;
    border: 1px solid #cbcbcb;
}
.our_services h2, .get_strtd h2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #141C24;
}
.our_services p, .get_strtd p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #141C24;
}
.our_services .services{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
.our_services .rprt_serv, .our_services .edt_serv, .our_services .cnslt_serv{
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.our_services .rprt_serv img, .our_services .edt_serv img, .our_services .cnslt_serv img{
    width: 20px;
}
.our_services .rprt_serv h5, .our_services .edt_serv h5, .our_services .cnslt_serv h5{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    /* margin-top: 1rem; */
    margin-left: 10px;
}
.our_services .rprt_serv p, .our_services .edt_serv p, .our_services .cnslt_serv p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    width: 90%;
}
.get_strtd .benefits{
    justify-content: space-evenly;
    margin-top: 25px;
    margin-bottom: 25px;
}
.get_strtd .benefits p{
    margin-left: 10px;
}
.get_strtd .benefits figure{
    width: 36px;
    height: 36px;
    background: #F0F6FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.get_strtd .gt_strtd_btn{
    width: 160px;
    background: #344051;
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.get_strtd .gt_strtd_btn:hover{
    color: #344051;
    background: #fff;
    border: 1px solid #cbcbcb;
}
footer ul{
    padding-left: 0;
}
footer li.li_hd{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #141C24;
    margin-top: 0 !important;
}
footer li{
    list-style: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #344051;
    margin-top: 15px;
    margin-bottom: 5px;
}



































@media(min-width:992px){
    .navbar-nav .nav-link{
        padding: 0;
    }
    .nav-link.active{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}