/*Input Your Custom CSS Here*/
.f-heading {
    margin: 7px 0;
}
.text-warning {
    color: #fab909;
}
.text-center{
	text-align: center !important;
}
.p-0{padding: 0 !important}
.pl-0{padding-left:0 !important;}	
.pr-0{padding-right: 0 !important}
.pt-0{padding-top: 0 !important}
.pb-0{padding-bottom: 0 !important}
.mb-5{margin-bottom: 3rem !important}
.img-flow{    height: 200px;
    max-height: 200px;
    overflow: hidden;}
   .service-heading{padding:5px; text-align: center;}
 .rounded-t-l-2{border-top-left-radius: 2rem}
  .rounded-t-r-2{border-top-right-radius: 2rem}
 .about-sec .service2-inner:before{background: #fff;}
 .about-sec .service2-inner{ box-shadow: 0px 4px 10px #333;}
 .team-overlay .content{
 	position: absolute;
    top: 0%;
    width: 100%;
    left: 10px;
    padding: 1rem 3rem;
 }
 .team-overlay .content a{padding: .5rem 1.75rem; text-decoration: none;}
 .border-2{border-width:2px;}
 .border-outline-blue{border-color:#020e2a; border-style: groove;}
 .team-overlay .content a:hover{color:#fff; background:#020e2a; }