.text-body-lead-large{
  font-size:15px !important;
  color:#000 !important;
}
.text-body-excerpt{
  font-size:16px !important;
}
.ae-anno-announcement-wrapper{
  display:none;
}
.what-we-do-sec1{
    background: #e4edda;
    padding-bottom: 55px;
}
.stastical-home-style{
    background: #fde2e4;
    padding: 60px 0;
}
.home-newsletter-style{
    background: #e8f7f8;
}

.banner-hero.banner-1 .banner-imgs img{
  	height: 500px;
    object-fit: cover;
    object-position: center right;
    opacity: 1;
    border-radius: 15px 15px 15px 15px;
}
.banner-hero{
  padding: 20px 0 20px !important;
}

.banner-hero.banner-1 .banner-imgs{
 	height:400px !important; 
}
.banner-hero.banner-1 .banner-imgs img{
  height:300px !important;
}
.text-display-2{
  font-size:50px !important;
}
.btn.btn-default {
    background-color: #101828 !important;
  color:#fff;
      background-image: url(../imgs/template/icons/arrow-small-right-w.svg) !important;
}
.btn.btn-default:hover {
    background-color: #006D77 !important;
}

.social {
  position: fixed;
  top: 30%;
}

.social ul {
  list-style-type: none;
  padding: 0;
  transform: translatex(-270px);
}

.social ul li {
  display: block;
  margin: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 300px;
  text-align: right;
  padding: 10px;
  border-radius: 0 30px 30px 0;
  transition: all 1s;
  position:relative;
}
.social ul li:hover {
  transform: translatex(110px);
}

.social ul li a {
  color: white;
  text-decoration: none;
}
.social ul li span{
  margin-right:40px;
}
.social ul li img {
      position: absolute;
    height: 30px;
    transform: rotate(0deg);
    right: 7px;
    top: 7px;
}

.social ul li:hover i {
  transform: rotate(360deg);
  transition: all 1s;
}
.fUkvFL{
  margin-right:150px;
}
.eapp-click-to-call-window-show a:nth-of-type(2) {
  display: none;
}


.text-body-text line-right::before {
 content: "📞"; /* Emoji-based phone icon */
    font-size: 16px;
    margin-right: 5px;
    display: inline-block;
}

.text-body-text line-right {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}