

@import url('https://fonts.googleapis.com/css2?family=Engagement&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/*font-family: "Engagement", cursive;*/

.tagstyle{
       /*font-family: "Engagement", cursive !important;*/
    font-weight: 500;
    font-size: 30px;
    /*margin-top: -30px;*/
    color: #f7ee52;
    /*white-space: nowrap;*/
    /*text-shadow: 0px 1px 2px #fff;*/
}
.contact-info  {
    /*border: 1px solid #f7ee52!important;*/
    border: 1px solid #fdc218!important;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
}
@media screen and (min-width:1024px){
    .banner__content-heading{
        font-size:1.5rem;
        white-space:nowrap;
    }
    .tagstyle{
         font-size: 1.5rem;
    }
}
}
.banico{
    padding:7px;
    border:1px solid #fff;
    border-radius:25px;
    text-align:center!important;
    margin-bottom:10px;
} 
.banico img{
    border-radius:25px;
}
@media screen and (max-width:767px){
  .banico{
     border:none;
}   
}


.team__content{
    color:#fff!important;
}
.team__content span{
    color:#c50001;
}

.menu--style1 li a{
    transition:all linear 1s;
}

.menu--style1 li a:hover{
   color:#ffc43d!important;
}
.imgbor{
    padding:5px;
    border: 2px solid #00d094;
}
.contact-info a {
    display: block;
    font-size: 18px;
	
} 
.contact-info-1 h4, h3{
/*color: #f7ee52;*/
color: #fdc218;
	}


.list-custom ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-custom li {
  line-height: 1.5;
  text-indent: -30px;
  padding: 8px 0 8px 30px;
}

.list-custom li:before {
  float: left;
  display: block;
  content: '\2605';
  color: #ffd900;
  margin: 0 30px 0 0;
}

a.stretched-link {
    font-size: 16px;
    font-weight: 600;
}
.section-header--max50 {
    max-inline-size: 80ch;
    margin: 0 auto 48px auto;
}