body {
  padding-top: 60px;
}

.navbar_inner {
    padding: 20px 42px 10px 42px;
    align-items: center;
    position: fixed;
    width: 100%;
    background: white;
    z-index: 999;
    top: 0;
}


.navbar_inner{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.position-relative.d-flex.justify-content-center.anim_box.home_top_box.right-hero-part {
  margin-top: 75px;
}

@media screen and (max-width:1400px){
    .position-relative.d-flex.justify-content-center.anim_box.home_top_box.right-hero-part {
      margin-top: 0px;
    }
}

.box-bg img {
    width: 520px;
    height: auto;
}

/*.hero_box {*/
/*  height: 450px !important;*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/

/*.hero {*/
/*  height: 550px !important;*/
/*  margin-top: 3%;*/
/*}*/