.fa{
  /* color: #17478c; */
}
.about-quote{
color:#021c42ad;
}
.priority a{
  color:white;
  font-size: 20px;
        font-weight: 600;
        color: #021C42;
        letter-spacing: 0.6px;
        transition: all 200ms ease;

}
.btn-container{
  margin: auto;
        height: 80px;
        width: 200px;
}
section {
padding-top: 90px;
/* padding-bottom: 90px; */
}
.readmore{
width: 150px;
height: 46px;
border-radius: 3px;
background: #17478c;
border:#17478c;
text-align: center;
margin: 0 auto;
margin-top: 41px;
box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
display: block;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
line-height: 46px;
color: #FFFFFF;
}
.readmore:hover{
  box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}

#youicon {
position: relative;
}
.blog_post_meta ul li {
display: inline-block;
position: relative;
color:#021C42;
}

#youicon:before {
content: "";
/* background: rgba(0, 0, 0, 0.20); */
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
}

#youicon .container {
padding-top: 72px;
position: relative;
text-align: center;
}

#youicon h1 {
margin: 0 0 10px 0;
font-size: 48px;
font-weight: 700;
line-height: 56px;
color: #fff;
}

#youicon h2 {
color: #eee;
margin-bottom: 40px;
font-size: 24px;
}

#youicon .play-btn {
width: 94px;
height: 94px;
margin: 0 auto;
background: radial-gradient(#ff0000 50%, rgb(28 105 239 / 40%) 52%);
border-radius: 50%;
display: block;
overflow: hidden;
position: relative;
}

#youicon .play-btn::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-40%) translateY(-50%);
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 15px solid #fff;
z-index: 100;
transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#youicon .play-btn::before {
content: "";
position: absolute;
width: 120px;
height: 120px;
animation-delay: 0s;
animation: pulsate-btn 3s;
animation-direction: forwards;
animation-iteration-count: infinite;
animation-timing-function: steps;
opacity: 1;
border-radius: 50%;
border: 5px solid rgba(0, 153, 97, 0.7);
top: -15%;
left: -15%;
background: rgba(198, 16, 0, 0);
}

#youicon .play-btn:hover::after {
border-left: 15px solid #ff0000;
transform: scale(20);
}

#youicon .play-btn:hover::before {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-40%) translateY(-50%);
width: 0;
height: 0;
border: none;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 15px solid #fff;
z-index: 200;
animation: none;
border-radius: 0;
}

@media (min-width: 1024px) {
#youicon {
background-attachment: fixed;
}
}

@media (max-width: 768px) {
#youicon h1 {
font-size: 28px;
line-height: 36px;
}

#youicon h2 {
font-size: 18px;
line-height: 24px;
margin-bottom: 30px;
}
}

@keyframes pulsate-btn {
0% {
transform: scale(0.6, 0.6);
opacity: 1;
}

100% {
transform: scale(1, 1);
opacity: 0;
}
}
#youicon h1 span {
color: #f04f51;
}
