 #faq .flex-box {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 10px;
	    align-items: center;
    justify-content: center;
}

#faq .flex-box > .main {
    flex: 1 100%;
	font-size: 16px;
}


#faq .flex-box > .aside {
    flex: 1 12%;
    background-image: url(../images/faq/faq-icon.svg);
    background-position: top center;
    background-size: 70%;
    background-repeat: no-repeat;
    padding: 10px;
    background-origin: content-box;
    min-height: 80px;
}

@media (max-width: 767.98px) {
    #faq .flex-box > .aside {
        flex: 1 150px;
    }
}

#faq .ptitle { 
    margin-top: 10px;
    margin-bottom: 10px;
	font-family: roboto,sans-serif;
    font-size: 17px;
}

#faq .panel-default .panel-heading {
    background-image: none !important;
    background-color: #f5f5f5;
}

#faq .panel-heading {
    display: block;
    position: relative;
}

#faq .items {
    margin-bottom: 30px;
}

#faq .panel-heading:before,
#faq .panel-primary .panel-heading:before,
#faq .items .question:before,
#faq .items .answer:before,
#faq .ctitle:before,
#faq .questions-item > a:before,
#faq a.more:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: inherit;
    margin-right: 4px;
}

#faq .panel-heading:before {
    content: "\f0d7";
}

#faq .panel-primary .panel-heading:before {
    content: "\f0d8";
}

#faq .items .iquestion {
    font-weight: bold;
}
#faq ul.list-group .list-group-item ul{list-style: disc;}
#faq .items .question,
#faq .items .answer {
    display: inline-block;
    padding: 2px 4px;
    font-size: 80%;
    font-weight: normal;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

#faq .items .question:before {
    content: "\f128";
}

#faq .items .answer:before {
    content: "\f0a2";
}

#faq .subcats {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#faq .subcats .item {
    flex: 0 calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
	padding: 0 10px;
}

@media (max-width: 767.98px) {
    #faq .subcats .item {
        flex: 0 100%;
        margin-right: 0;
    }
}

#faq .subcats .item:nth-child(2n+0) {
    margin-right: 0;
}

#faq .ctitle {
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 0;
}

#faq .ctitle:after{display: none}

#faq .ctitle:before {
    content: "\f115"
}

#faq .questions-list {
    display: flex;
    flex-direction: column;
    padding: 4px 0;
    margin-bottom: 0;
}

#faq .questions-item {
    position: relative;
    display: block;
}

#faq .questions-item > a.question {
    display: flex;
    padding: 6px;
    border-bottom: 1px dotted #ddd;
    color: #333;
}

#faq .questions-item > a.question:hover span {
    text-decoration: underline;
}

#faq .questions-item:nth-child(odd) > a.question {
    background-color: #f5f5f5;
}

#faq .questions-item > a.question:before {
    content: "\f105";
}

#faq a.more {
    display: inline-block;
    padding: 6px;
}

#faq a.more:before {
    content: "\f101"
}

#faq .pages {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.faq-cat {
    margin-bottom: 22px;
    border-radius: 0px;
    background: rgba(8, 12, 36, 0.1);
    padding: 24px 20px 27px !important;
	margin-top: 20px;
}

.faq-cat ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.faq-cat a {
    position: relative;
    display: block;
    padding: 10px 20px 10px 15px;
    margin-bottom: -1px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #555; 
}

.faq-cat a:before,
.faq-cat a:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: inherit;
}

.faq-cat a:hover {
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.04) 100%);
}

.faq-cat .level-0 > li > a {
    color: #fff; 
    padding-left: 10px;
}

.faq-cat .level-0 > li.home > a {
    background: none;
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 22px;
    line-height: 18px;
    position: relative;
    display: inline-block;
    color: #000;
    border: none;
}

.faq-cat .level-1 > li > a {
    color: #555;
    background-color: #eeeeee;
    border-color: #ddd;
    padding-left: 10px;
} 
 

.faq-cat .level-0 > li.home > a:before {
    content: '';
    margin-right: 0;
}
.faq-cat .level-0 > li.home > a:after {
	content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    bottom: -16px;
    left: 0;
    background: #FB493D;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.faq-cat .level-0 > li.home > a .dot{
	position: absolute;
    height: 3px;
    width: 3px;
    background: #000;
    bottom: -14.5px;
    left: 65px;
}
.faq-cat .level-0 > li.home > a .dot:after{
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    bottom: 0px;
    left: 8px;
    background: #000;
}

.faq-cat li.active > a:after {
    float: right;
    margin-right: -10px;
    content: '\f006';
}

.faq-cat .level-0 > li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.faq-cat .level-0 > li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.faq-cat .level-0 li.items{
	list-style: none;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    margin-bottom: 10px;
    margin-top: 0px;
}
.faq-cat .level-0 li.items a{
	position: relative;
    color: #565969;
    padding: 11px 17px; 
    font-size: 16px;
    line-height: 19px;
    border-radius: 0px;
    background: rgba(8, 12, 36, 0.1);
}
.faq-cat .level-0 li.items a:hover{
	background: #0a6fb5;
    color: #fff;
}

div#services-catview {
    padding: 20px 10px;
    margin-bottom: 20px;
}
#services-catview .ptitle{
	font-family: roboto,sans-serif;
    font-size: 2.8rem;
    margin-top: 10px;
    margin-bottom: 10px;
}
.single-service-wrap { 
  z-index: 1;
  position: relative; 
}
 
.single-service-wrap:hover .details {
  background: #009541;
}
.single-service-wrap:hover .details p,
.single-service-wrap:hover .details h2 a {
  color: #fff;
}
.single-service-wrap:hover .details p {
  border-bottom-color: #fff;
}
.single-service-wrap:hover .details .btn-wrap .read-more-text {
  color: #fff;
}
.single-service-wrap:hover .details .btn-wrap .read-more-text span {
  background: #fff;
  color: #009541;
}
.single-service-wrap .thumb { 
  position: relative;
  z-index: 0;
} 
.single-service-wrap .thumb img {
  max-width: 100%;
  border-radius: 10px 10px 0 0;
}
.single-service-wrap .thumb .icon {
  height: 70px;
  width: 70px;
  background: #f1f1f1;
  border-radius: 50%;
  text-align: center;
  line-height: 68px;
  position: relative;
  right: 20px;
  margin-left: auto;
  -webkit-transform: translate(0, -50%);
	  transform: translate(0, -50%);
  margin-bottom: -70px;
}
.single-service-wrap .thumb .icon:before {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    content: "";
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
}
.single-service-wrap .thumb .icon img {
  width: auto;
  position: relative;
  z-index: 1;
  max-width: 60px;
}
.single-service-wrap .details {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 35, 90, 0.08);
  box-shadow: 0px 6px 30px rgba(0, 35, 90, 0.08);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
	padding: 40px 29px 30px;
}
.single-service-wrap .details h2 {
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; 
  line-height: 26px;
   min-height: 50px;
}
.single-service-wrap .details h2 a{ 
    font-size: 2.2rem;
	color: #000;
}
.single-service-wrap .details p {
  line-height: 26px;
  border-bottom: 1px solid rgba(8, 12, 36, 0.15);
  padding-bottom: 17px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 20px;
      font-family: roboto,sans-serif;
    font-size: 16px;
}
.single-service-wrap .details .btn-wrap .read-more-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #000;
}
.single-service-wrap .details .btn-wrap .read-more-text:after {
  display: none;
}
.single-service-wrap .details .btn-wrap .read-more-text span {
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 26px;
  border-radius: 50%;
  margin-left: auto;
  text-align: center;
  background: #009541;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #fff;
}
.read-more-text svg{
	font-size: 14px;
	width: 0.875em;
}
.service-pdesc{
	font-family: roboto,sans-serif;
    font-size: 1.6rem;
    line-height: 27px;
}
.service-pdesc ul{
	margin: 16px 0;
    padding: 0;
}
.service-pdesc ul li{
	position: relative;
    padding-left: 29px;
    line-height: 27px;
	list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
}
.service-pdesc ul li:after{
	content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background: #fff;
    border: 4px solid #428bca;
    height: 14px;
    width: 14px;
}
.menuservices-wrap{
	margin:0;
	padding: 0;
}
.menuservices-wrap .slick-list{overflow: initial;}
.menuservices-wrap .col-inner {
	position: relative;
    background: #fff;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; 
    margin: 5px 13px 36px;
    display: block;  
    padding: 0; 
    border-radius: 10px;
	text-align: center;
	-webkit-box-shadow: 0 0 22px 0 rgb(7 7 7 / 8%);
    -moz-box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08);
    box-shadow: 0 0 22px 0 rgb(7 7 7 / 8%); 
	-webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.menuservices-wrap .col-inner:hover{
	-webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}
.col__featured-item{
	position: relative;
    border-radius: 0.25rem;
    overflow: hidden;
    z-index: 9;
    background: #ffffff; 
	padding: 35px 30px;
	margin: 30px 0;
}
[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.col__featured-item .bg-layer{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background-size: cover;
    transform: scale(0.5, 1);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: -1;
} 
.col__featured-item .bg-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.89;
    background: #009541;
}
.col__featured-item:hover .bg-layer, .col__featured-item.active .bg-layer {
    transform: scale(1, 1);
    opacity: 1;
}
.col__featured-icon img {
    position: relative;
    z-index: 9;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    color: #2a275e;
    display: inline-block;
    overflow: hidden;
	max-width: 70px;
	margin: 0 auto;
}
.menuservices-wrap .col-inner:hover .col__featured-icon img, .col__featured-item.active .col__featured-icon img{
	filter: brightness(0) invert(1);
}
.col__featured-desc .featured-title h4 a{
	font-size: 2rem;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 28px;
    display: block;
	font-family: "Roboto",Sans-serif;
    color: #2b2b2b; 
	    height: 45px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.col__featured-desc p.svc {
    font-size: 16px;
	font-family: roboto,sans-serif; 
    text-align: center;
    line-height: 26px;
    height: 82px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.col__featured-item .btn-link {
    font-size: 15px;
    color: #FFC300;
    font-weight: 600;
    text-transform: uppercase;
    font-family: poppins,Sans-serif;
}
 
.col__featured-item:hover h4 a, .col__featured-item:hover p, .col__featured-item.active h4 a, .col__featured-item.active p.svc
{
    color: #ffffff;
}

/***
==================================================
Services One
==================================================
***/
.services-one__single {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 10px 10px 16px;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}

.services-one__single .shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.12;
  z-index: 1;
}

.services-one__single .shape2 {
  position: absolute;
  top: 0;
  left: -25px;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}

.services-one__single:hover .shape2 {
  opacity: 0.08;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.services-one__single .shape3 {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  opacity: 0.08;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}

.services-one__single:hover .shape3 {
  opacity: 0.08;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.services-one__single-img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
} 

.services-one__single:hover .services-one__single-img::before {
  opacity: 1;
}

.services-one__single-img .overlay-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: -15px;
  right: 0;
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 10px;
  z-index: 10;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}

.services-one__single:hover .services-one__single-img .overlay-icon {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.services-one__single-img .overlay-icon .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px dashed #3cab41;
}
.services-one__single-img .overlay-icon .icon-box img{max-width: 66px}
.services-one__single-img .overlay-icon .icon-box span:before {
  position: relative;
  display: inline-block;
  color: #3cab41;
  font-size: 45px;
}

.services-one__single-img-bg {
  position: absolute;
  left: 0;
  right: -1px;
  bottom: -1px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  z-index: 5;
  overflow: hidden;
}

.services-one__single-img img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}

.services-one__single:hover .services-one__single-img img {
  transform: scale(1);
}

.services-one__single-content {
  position: relative;
  display: block;
  padding-top: 30px;
}

.services-one__single-content h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.services-one__single-content h2 a {
  color: #5a5a5a;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-one__single-content h2 a:hover {
  color: #3cab41;
}

.services-one__single-content p {
  padding: 14px 16px 0;
}
/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
  position: relative;
  display: block;
  background-color: #eef0f6;
  overflow: hidden; 
}

.services-three-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1497px;
  height: 746px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.services-three-dot-1 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.services-three-dot-1 img {
  width: auto;
}

.services-three-dot-2 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.services-three-dot-2 img {
  width: auto;
}

.services-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px; 
}

.services-three__img-box {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.services-three__img {
  position: relative;
  display: block;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  overflow: hidden;
} 

.services-three__single:hover .services-three__img:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.services-three__img img {
  width: 100%;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__single:hover .services-three__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.services-three__single:hover .services-three__icon img{filter: brightness(0) invert(1);}

.services-three__icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 120px;
  width: 120px;
  background-color: #ffb400;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

.services-three__icon:before {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: "";
  background-color:#fff;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}
.services-three__icon img{max-width: 66px;}
.services-three__single:hover .services-three__icon:before {
  background-color: #ffb400;
}

.services-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__single:hover .services-three__icon span {
  color: #fff;
}

.services-three__bubble {
  position: absolute;
  bottom: -3px;
  left: -16px;
  right: -7px;
  z-index: 2;
}

.services-three__bubble img {
  width: 100%;
}

.services-three__content {
  position: relative;
  display: block; 
  text-align: center;
  padding: 20px 40px 40px; 
}

.services-three__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0;
}

.services-three__title a {
  color: #5a5a5a;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__single:hover .services-three__title a {
  color: #ffb400;
}

.services-three__text {
    padding-top: 16px;
    height: 84px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px
}

.services-three__btn-box {
  position: relative;
  display: block;
}

.services-three__btn {
  position: relative;
  display: block;
  background-color: #e4e5ea;
  font-size: 12px;
  color: #7b7d83;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  border-radius: 25px;
  padding: 10px 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__btn:hover {
  background-color:#ffb400;
  color: #fff;
}
@-webkit-keyframes float-bob-x-2 {
  0% {
    transform: translateX(-30px) translateY(-50%);
  }

  50% {
    transform: translateX(-10px) translateY(-50%);
  }

  100% {
    transform: translateX(-30px) translateY(-50%);
  }
}

@keyframes float-bob-x-2 {
  0% {
    transform: translateX(-30px) translateY(-50%);
  }

  50% {
    transform: translateX(-10px) translateY(-50%);
  }

  100% {
    transform: translateX(-30px) translateY(-50%);
  }
}

.float-bob-x-2 {
  -webkit-animation-name: float-bob-x-2;
  animation-name: float-bob-x-2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.zoom-fade-2 {
  animation-name: zoom-fade-2;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: zoom-fade-2;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: zoom-fade-2;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: zoom-fade-2;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: zoom-fade-2;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade-2 {
  0% {
      transform: scale(0.9) translateX(-50%) translateY(-50%);
  }

  50% {
      transform: scale(1) translateX(-50%) translateY(-50%);
  }

  100% {
      transform: scale(0.9) translateX(-50%) translateY(-50%);
  }
}

@keyframes zoom-fade-2 {
  0% {
      transform: scale(0.9) translateX(-50%) translateY(-50%);
  }

  50% {
      transform: scale(1) translateX(-50%) translateY(-50%);
  }

  100% {
      transform: scale(0.9) translateX(-50%) translateY(-50%);
  }
}