body{
   font-family: 'Jost', sans-serif;
}
.addressbox {border: 1px solid #bdd5ff;box-shadow: 0 10px 15px 0 rgb(23 104 221 / 10%);
  -webkit-box-shadow: 0 6px 15px 0 rgb(23 104 221 / 10%);padding: 10px; height: 100%;}

.addressbox i {
    text-align: center;
    font-size: 36px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 60px;
    height: 60px;
    background: #01225b;
    border-radius: 50px;
    color: #fff;
    line-height: 60px;
}
.addressbox p.text-center.hmbs {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #ff4852;
}
ul.navbar-nav.ml-auto.nav_customes .nav-item .nav-link {
    color: #002359;
    font-size: 17px; font-family: 'Jost', sans-serif;
}
ul.navbar-nav.ml-auto.nav_customes .nav-item .nav-link:hover {
    color: #ff4652;
}
.top_navs {
    border-bottom: 1px solid #102e64;
    box-shadow: 0px 0px 7px #102e64; background-color: #fff;
}
.why_main.pt-3 img {
    width: 100px;
}

.why_main {
    border: 1px solid #bdd5ff;
    box-shadow: 0 10px 15px 0 rgb(23 104 221 / 10%);
    -webkit-box-shadow: 0 6px 15px 0 rgb(23 104 221 / 10%);
}
.heading_banners {
    font-size: 50px;
    font-weight:600;
    text-transform: uppercase;
    color: #ff4652;
}
.heading_banners span {
    
    color: #102e64; font-weight: 800;
}
.btn_wtheme {
    color: #ff4852;
    border-radius: 50px;
    border: 2px solid #ff4852; background-color: #fff; padding: 6px 20px;
}
.btn_wtheme:hover {
    background: #112d66;
    color: #fff;
    border-color: #112d66;
}
.banner_sec{
}
.bg-section1 {
    background: #01225b;
}
.title_heading {
    font-size: 30px;
    font-weight: 800; color: #ff4852; position: relative;
}
.title_heading span {
    color: #01225b;
}
.title_heading:after {
    position: absolute;
    content: "";
    /* background: #112d66; */
    width: 200px;
    height: 3px;
    left: 50%;
    bottom: -7px;
    transform: translate(-50%);
    border-bottom: 2px dotted #ff4852;
}
.why_main p.card-description {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0 10px 0px;
    color: #ff4852;
}
.why_main {
    text-align: center;
    margin-top: 20px;
    padding: 0 10px;
}

.bg_about {
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    justify-content: center;
}
.bg_about p {
    font-size: 18px;
    color: #01225b;
    line-height: 24px; padding-bottom: 15px;
}
.why_main {
   
}
.why_main p{ color: #01225b; }
.bg_client {
    background: #fff;
    border-radius: 5px;
}
.project_box {
    text-align: center;
}
.project_box .round-box {
    background: #2f1c6a;
    border-radius: 50px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 30px;
    margin: 0 auto;
}
.project-roundtitle {
    color: #ff4852;
    font-size: 18px;
    margin-top: 15px; font-weight: 800;
  }
  .project-roundtitle span {
    color: #2f1c6a;
    font-size: 18px; font-weight: 400;
    margin-top: 0px;
    display: block;
}
.form_bg {
    background: #fff;
    border-radius: 4px;
}
footer {
    background: #1c4087;
}
.copyright {
    color: #b6b6b6;
}
.copyright a {
    color: #b6b6b6; text-decoration: none;
}
.bg_map {
    background: #fff;
    border-radius: 4px;
}
@media(max-width: 479px){
  .title_heading {
    font-size: 22px;
 }
}