/* Add WA floating button CSS */
.floating {
position: fixed;
width: 60px;
height: 60px;
bottom: 40px;
right: 100px;
background-color: #25d366;
color: #fff;
border-radius: 50px;
text-align: center;
font-size: 30px;
box-shadow: 2px 2px 3px #999;
z-index: 100;
}

.floating2 {
position: fixed;
width: 60px;
height: 60px;
bottom: 40px;
right: 180px;
background-color: #ff1538;
color: #fff;
border-radius: 50px;
text-align: center;
font-size: 30px;
box-shadow: 2px 2px 3px #999;
z-index: 100;
}
.fab-icon {
margin-top: 16px;
}
.lblbank{
  font-family: "Raleway",sans-serif;
  color:#fff;
  font-weight: bold;
  margin-top:10px;

}
.floating3 {
position: fixed;
width: 200px;
height: 60px;
bottom: 40px;
right: 260px;
background-color: #0060af;
color: #fff;
border-radius: 50px;
text-align: center;
font-size: 12px;
box-shadow: 2px 2px 3px #999;
z-index: 100;
}
.fab-icon {
margin-top: 16px;
}
#back-to-top {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 20px;
  margin: 0;
  padding: 0;  
  background-color: #009DFF;
  text-align: center;
  border-radius: 50%;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}


#back-to-top i {  
  margin-top: 16px;
  font-size: 30px;
  color: #fff;
}


.orchid-img{
  width: 150px;
  height: 100px;
}

.typography .social_links2{text-align:center}
@media (max-width: 767px){
  .typography  .social_links2{text-align:center;margin-top:20px}
  .slider_area .single_slider .slider_text  h1{ color:#c82127;font-family:"Gabriela",Georgia,sans-serif;font-size:70px;text-transform:capitalize;letter-spacing:2px;font-weight:400;margin-bottom:4px;-webkit-text-stroke-width: 2px; -webkit-text-stroke-color: #fff; }

    #back-to-top {
    position: fixed;
    width: 25px;
    height: 25px;
    bottom: 10px;
    right: 20px;
    margin: 0;
    padding: 0;  
    background-color: #009DFF;
    text-align: center;
    border-radius: 50%;
    box-shadow: 1px 1px 1px #999;
    z-index: 100;
  }

  #back-to-top i {  
    margin-top: 1px;
    font-size: 15px;
    color: #fff;
  }
  .floating {
    position: fixed;
    width: 25px;
    height: 25px;
    bottom: 10px;
    right: 50px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    }

    .floating2 {
    position: fixed;
    width: 25px;
    height: 25px;
    bottom: 10px;
    right: 80px;
    background-color: #ff1538;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    box-shadow: 1px 1px 1px #999;
    z-index: 100;
    }
    
    .lblbank{
      font-family: "Raleway",sans-serif;
      color:#fff;
      font-weight: bold;
      margin-top:1px;

    }
    .floating3 {
    position: fixed;
    width: 200px;
    height: 25px;
    bottom: 10px;
    right: 125px;
    background-color: #0060af;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
    box-shadow: 1px 1px 1px #999;
    z-index: 100;
    }
    .fab-icon {
    margin-top: 1px;
    }
	.about_area .about_thumb {text-align:center ;}
	.about_area .about_thumb img{width:30%; }
}
.typography .social_links2 ul li{display:inline-block}
.typography .social_links2 ul li a{color:#c82127;margin:0 10px;font-size:40px}
.typography .social_links2 ul li a:hover{color:#fff}
.typography span{color:#8f9195;font-size:18px;}
.single-image{  
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;  
  width: 100%;
  object-fit: cover;

}


@media (max-width: 991px){
  
    .slider_area .single_slider .slider_text  h1{ color:#c82127;font-family:"Gabriela",Georgia,sans-serif;font-size:80px;text-transform:capitalize;letter-spacing:2px;font-weight:400;margin-bottom:4px;-webkit-text-stroke-width: 2px; -webkit-text-stroke-color: #fff; }    
}
