.location
{
    display: flex;
    gap: 12px;
}

.navbar-nav{
    margin-left: 35%;
}

.navbar-brand img{
    margin-left: 95px;
}

.loc_add
 a{
    color: #9b9b9b;
    transition: all 0.5s ease;
 }

.abt_img_1{
    margin-top:140px;
}


 #aboutLayout1 .list-items li{

    margin-bottom: 20px;
 }

 .loc_add a:hover{
    color: #2D60AD    ;
 }

 .list-items-white li{
    color: #000000;
 }

 .service-item{
    height: 392px;
 }

 .ftl img{
    width: 60%;
    margin: 0px 0px 0px 55px;
    background-color: white;
 }
 /* .fa-thumb-tack:before {
    content: "\f08d";
    color:#2D60AD;
} */
/* .fa-phone:before {
    content: "\f095";
    color:#2D60AD;
} */
/* .fa-envelope:before {
    content: "\f0e0";
    color:#2D60AD;
}
.fa-envelope.im:before {
    content: "\f0e0";
    color: #1bc1cc;
} */
.bg-gray {
    background-color: #edf3f4 !important;
  }
.abs1{
    display: flex;
    align-items: center;
    justify-content: center;
    row-gap: 10px !important;
}

.vm{
    max-width: 100%;
}

.blog-item .blog__content {
    width: 100%;
    height: 140px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-top: 27px;
    padding-left: 30px;
    margin-right: 59px;
    margin-top: -40px;
    border-radius: 4px 4px 4px 4px;
}
.blog-item .blog__title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #1bc1cc;
}


.blog-item .blog__title a:hover {
    color: #1bc1cc;
}

.heading__desc {
    color: #383838;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0;
}

.icoo .fa{
    border-radius: 29px;
    background: #005cc3;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    color:#fff;
}


.feature-list-item:hover .icoo .fa{
    color: #fff !important;
}

.feature-list-item:hover .icoo .fa{
    background-color: #fff;
    color: #005cc3 !important;
}

.feature__content{
    text-align: center;
}

a.feature__desc{
    line-height: 50px;
}

.contact__form-panel-header p{
    color:#4e4f51;
}

.footer__widget-about img{
    background: #fff;
    padding: 20px;
    border-radius: 22px;
    margin-bottom: 30px;
}

.text-white{
    color:#fff;
}

.loc_icon
i{
    color: #005cc3;
}

.loc_add a{
    color:#fff;
}