


/*================================
 <--Start charina top Menu Area Css-->
==================================*/
.header_top_menu {
    background: #FFF7F3;
    padding: 11px 75px 11px;
}
/*menu text*/
.header_top_menu_text p {
    margin: 0;
    font-size: 14px;
    color: #1b3434;
    font-weight: 500;
}
.header_top_menu_text p i {
    font-size: 18px;
    color: #ED1C24;
    margin-right: 4px;
    display: inline-block;
}
/*menu title*/
.menu-text {
    margin-right: 25px;
    display: inline-block;
}
.menu-text p {
    font-size: 14px;
    color: #6e7a7a;
}
.menu-text i {
    color: #FE9F79;
    margin-right: 5px;
}
.header_top_menu_icon_inner {
    display: inline-block;
}
.header_top_menu_icon_inner ul li {
    display: inline-block;
    list-style: none;
}
.header_top_menu_icon_inner ul li a {
    font-size: 14px;
    margin: 0 6px;
    display: inline-block;
    color: #1b3434;
}
.header_top_menu_icon_inner ul li a:hover{
    color: #FE9F79;
}


/*================================
<-- Start charina Menu Area Css -->
==================================*/
.charina_nav_manu {
    transition: .5s;
    padding: 0 0 0 75px;
    border-bottom: 5px solid #f44237;
    position: relative;
    z-index: 2;
}
.style-three.charina_nav_manu {
    position: relative;
    margin-bottom: -100px;
    border-bottom: none;
}
.charina_nav_manu:before {
    position: absolute;
    content: "";
    left: 0;
    top: -67px;
    height: 175%;
    z-index: -1;
    width: 22%;
    background: #1B2B2B;
}
.charina_nav_manu.style-three:before {
    display: none;
}
.style-three .logo {
    position: relative;
    margin-top: 0;
}
/*Sticky*/
.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #fff!important;
    transition: .5s;
    z-index: 999;
}

.logo {
    position: relative;
    margin-top: -50px;
}

.sticky .logo {
    margin-top: 0;
}
.style-three.sticky .charina_menu > ul > li > a {
     color: #1b3434;
}

.style-three.sticky nav.charina_menu > ul > li > a span {
    color: #1b3434;
}

/* charina Menu Css*/

nav.charina_menu {
    text-align: center;
}

.style-three nav.charina_menu {
    text-align: right;
}

.charina_menu ul {
    list-style: none;
    display: inline-block;
}

.charina_menu>ul>li {
   display: inline-block;
   position: relative;
   z-index: 1;
}

.charina_menu > ul > li > a {
    display: inline-block;
    margin: 30px 16px;
    -webkit-transition: .5s;
    color: #1b3434;
    font-weight: 500;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.charina_menu ul li a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    bottom: -2px;
    left: 0;
    background: #FC7E4B;
    transition: 0.5s;
}

.style-three .charina_menu > ul > li > a {
    margin: 30px 15px;
    color: #fff;
}

.style-three nav.charina_menu > ul > li > a span {
    color: #fff;
}

nav.charina_menu > ul > li > a span {
    font-size: 14px;
    padding-left: 6px;
    color: #1b3434;
}

.charina_menu > ul > li > a:hover {
    color: #FC7E4B;
}

nav.charina_menu > ul > li > a:hover span {
   color: #FC7E4B; 
}

.charina_menu ul li a:hover::before{
    width: 100%;
}

/*header button*/

.header-button {
    margin-top: 7px;
    display: inline-block;
}

.header-button a {
    font-size: 16px;
    padding: 14px 42px;
    font-weight: 500;
    line-height: 26px;
    border-radius: 30px;
    color: #fff;
    background: #f44237;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}

.style-three .header-button a {
    font-size: 15px;
    padding: 14px 30px;
}

.style-three .header-button a i {
    padding-left: 5px;
}

.header-button a:before, .header-button a:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #53C99F;
    transition: .5s;
    z-index: -1;
}

.header-button a:before {
    transform: translateY(-100%);
}

.header-button a:after {
    transform: translateY(100%);
}

.header-button a i {
    padding-left: 6px;
}

/*header all hover*/
.header-button a:hover:before {
    transform: translateY(-50%);
}

.header-button a:hover:after {
    transform: translateY(50%);
}

.header-button a:hover {
    color: #1b3434;
}

/*header right button box*/
.header-right-button-box {
    display: inline-block;
    padding-left: 3px;
    position: relative;
    z-index: 1;
}
.header-right-button-box:before {
    position: absolute;
    content: "";
    right: -40px;
    top: 10px;
    width: 1px;
    height: 40px;
    background-color: rgba(27,52,52,0.10196078431372549);
}
.header-button2 {
    display: inline-block;
    padding-right: 12px;
    position: relative;
    top: -8px;
}
.header-button2 a i {
    font-size: 20px;
    width: 42px;
    height: 42px;
    line-height: 43px;
    text-align: center;
    background: #53C99F;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
}

.slider-button-title {
    display: inline-block;
}
.slider-button-title h6 {
    font-size: 14px;
    font-weight: 600;
    color: #1b3434;
    margin-top: 0;
}

.slider-button-title p {
    font-size: 14px;
    color: #6e7a7a;
    margin-bottom: 3px;
}


/*================================
<-- Start Sub Menu Style Css -->
==================================*/
.charina_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #f44237;
    opacity: 0;
}
.charina_menu ul li:hover>.sub-menu {
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 100%;
     opacity: 1;
 }
.charina_menu ul .sub-menu li {
     position: relative;
}
.charina_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: .1s;
    visibility: inherit !important;
    color: #1b3434 !important;
}
.charina_menu ul .sub-menu li:hover>a,
.charina_menu ul .sub-menu .sub-menu li:hover>a,
.charina_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.charina_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
     background:#f44237;
     color: #fff !important;
}

.charina_menu ul li .sub-menu li a:before {
    position: inherit !important;
}

/* sub menu 2 */
.charina_menu ul .sub-menu .sub-menu {
     left: 100%;
     top: 130%;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
}
.charina_menu ul .sub-menu li:hover>.sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}

/* sub menu 3 */
.charina_menu ul .sub-menu .sub-menu li {
    position: relative;
}
.charina_menu ul .sub-menu .sub-menu .sub-menu {
     right: 100%;
     left: auto;
     top: 130%;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
}
.charina_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}

/* sub menu 4 */
.charina_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}
.charina_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {
}
.charina_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}

.charina_menu li a:hover:before{
    width:101%;
}
.charina_nav_manu.sticky .logo_img {
    display: none;
}
.main_sticky {
    display: none;
}
.charina_nav_manu.sticky .main_sticky {
    display: inherit;
}
.mobile-menu.mean-container {
    overflow: hidden;
}
/*style two*/


/**=======================================
<-- Start charina Hero Section Css -->
=========================================**/

.hero-section {
    background: url(assets/images/slider/hero-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 800px;
    width: 100%;
}
/*hero icon*/
.hero-icon {
    padding: 0 0 45px;
}
/*hero title*/
.hero-title h1 {
    font-size: 60px;
    color: #fff;
    line-height: 75px;
    margin-top: 0;
}
.hero-title p
{
    color: white;
    font-size: 19px;
}
.hero-title h1 span {
    font-family: 'Lobster';
    color: #FD7E4B;
    font-weight: 400;
}

.hero-sub-title h5 {
    font-size: 21px;
    font-family: lobster;
    color: #FDEEEE;
    font-weight: 400;
    margin: 0 0 24px;
}

/*hero button*/
.hero-button {
    display: inline-block;
    padding-right: 18px;
    margin-top: 48px;
}
.hero-button a {
    padding: 16px 41px;
    font-weight: 500;
    border-radius: 35px;
    color: #fff;
    background: #53C99F;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.hero-button a:before, .hero-button a:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #FE7F4C;
    transition: .5s;
    z-index: -1;
}
.hero-button a:before {
    transform: translateY(-100%);
}
.hero-button a:after {
    transform: translateY(100%);
}
.hero-button a i {
    font-size: 13px;
    padding-left: 4px;
}
/*button hover*/
.hero-button a:hover:before {
    transform: translateY(-49%);
}
.hero-button a:hover:after {
    transform: translateY(50%);
}
/*button style two*/


/*button hover*/


/*owl nav carousel */
.owl-nav {
    top: 50%;
    left: 70px;
    position: absolute;
    width: 70px;
    height: 61px;
}
.owl-prev {
    background: url(assets/images/slider/prev1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.owl-next {
    background: url(assets/images/slider/next1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    margin-top: 22px;
}
.owl-prev i, .owl-next i {
    position: relative;
    left: 24px;
    top: 20px;
    color: #fff;
    font-size: 18px;
}
.hero_list.owl-carousel .owl-item img {
    display: inline-block !important;
}


.hero3 {
    background: url(assets/images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 920px;
}


/*--==============================================->
  <!-- Start charina Section Title -->
 ==================================================-*/
.charina-section-title h4 {
    font-size: 34px;
    font-weight: 400;
    color: white;
    line-height: 40px;
    font-family: 'Lobster';
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
}

.charina-section-title h1 {
    font-size: 42px;
    line-height: 52px;
}
.charina-section-title h1 span {
    color: #f44237;
}
h1.section-text {
    margin-top: 0;
}
.charina-section-title p {
    /* padding: 25px 0 0; */
    line-height: 28px;
    font-size: 16px;
}
/*section hover*/
.charina-section-title h4:hover:before {
    width: 100%;
}
/*other style*/
.text-center.charina-section-title h4:before {
    left: 0;
    right: 0;
    margin: auto;
}
/*--==============================================->
  <!-- Start charina about Section Title -->
 ==================================================-*/
.about-section {
    background: url(assets/images/resource/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 90px;
    position: relative;
}

/*about thumb*/
.about-thumb {
    margin: 0 0 0 -300px;
}
/*charina description*/
.charina-description {
    background: #FFF2ED;
    padding: 18px 25px 6px;
    border-radius: 5px;
    border-left: 5px solid #FE7F4C;
    margin-top: 27px;
}
.charina-description p {
    font-size: 18px;
    color: #1b3434;
    line-height: 30px;
    font-family: 'Manrope';
    font-weight: 500;
}
.charina-description p span {
    color: #f44237;
}

/*charina check list*/
.charina-check-list {
    padding: 35px 0 0;
}
.charina-check-list p {
    margin-bottom: 11px;
}
.charina-check-list p i {
    color: #53C99F;
    font-size: 20px;
    display: inline-block;
    margin-right: 7px;
}
p.charina-icon i {
    color: #f44237;
}
/*charina button */
.charina-button a {
    padding: 15px 40px;
    font-weight: 500;
    background: #f44237;
    border-radius: 30px;
    color: #fff;
    margin-top: 25px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.charina-button a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #160100;
    border-radius: 30px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}
.charina-button a i {
    font-size: 13px;
    margin-left: 5px;
}
.charina-button a:hover:before {
    transform: scale(1);
}

/*about shape*/
.about-shape {
    position: absolute;
    right: 10%;
    bottom: 23%;
}

.about-shape2 {
    position: absolute;
    right: 8%;
    top: 11%;
}


/*counter title*/
.about-counter-title h2 {
    font-size: 40px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Lobster';
    display: inline-block;
    color: #fff5f1;
}
.counter-text2 p {
    font-weight: 600;
    color: #fff5f1;
}

/*about items*/
.charina-about-items {
    padding: 17px 0 0;
}

.items-icon {
    float: left;
    padding-right: 30px;
}
/*about item content*/
.about-item-content {
    overflow: hidden;
}
.about-item-content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 0;
}
.about-item-content p {
    font-size: 15px;
    width: 75%;
    padding: 8px 0 10px;
}
.upp.charina-button a {
    margin-top: 7px;
}


/*--==============================================->
  <!-- Start charina donate Section Css -->
 ==================================================-*/
.events-section {
    background: url(assets/images/BGG.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 82px 0 80px;
}
 .project-single-box {
    text-align: center;
    margin-bottom: 30px;
}
/*proejct title*/
.project-title h3 {
    font-size: 24px;
    font-weight: 700;
    padding: 17px 0 0;
    color: #fff;
}




/**====================================================
--< charina call to action Css -->
======================================================**/
.call-to-action {
    background: url(assets/images/resource/call-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0 60px;
}
.call-to-action-box {
    margin-bottom: 30px;
}
/*call to icon*/
.call-to-icon {
    float: left;
    margin-right: 25px;
}
/*call to title*/
.call-to-title h2 {
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    margin-top: 0;
}
/*call to desc*/
.call-to-desc p {
    color: #fff;
    padding: 25px 0 20px;
}
/*call to button*/
.call-to-button a {
    padding: 14px 34px;
    font-weight: 500;
    color: #1b3434;
    background: #fff;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.call-to-button a i {
    font-size: 13px;
    color: #f44237;
    padding-left: 4px;
    transition: .5s;
}
.call-to-button a:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #53C99F;
    border-radius: 30px;
    transition: .5s;
    z-index: -1;
}
/*upper style*/
.upper.call-to-button a:before {
    background: #FD7E4B;
}
.upper.call-to-button a i {
    color: #53C99F;
}
/*all hover*/
.call-to-button a:hover {
    color: #fff;
}
.call-to-button a:hover i {
    color: #fff;
}
.call-to-button a:hover:before {
    width: 100%;
    left: 0;
}

/*call to action style two*/
.style-two.call-to-action {
    background: url(assets/images/seize.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 145px 0 140px;
}

.row.call-bg {
    position: relative;
}

.style-two.call-to-action .charina-button a {
    padding: 15px 32px;
    margin-top: 0;
}

/*call to shape*/
.call-to-shape {
    position: absolute;
    right: 30%;
    top: -30px;
}

/***Call to action style two***/
.style-three.call-to-action {
    background: url(assets/images/resource/counter-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 90px 0 100px;
}



/**====================================================
--< charina service section Css -->
======================================================**/
.service-section {
    background: url(assets/images/experiencedifference.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 30px 70px;
}
/*service box*/
.service-single-box {
    padding: 20px 0 0px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
}
/*service icon*/
.service-icon img {
    transition: .5s;
}
/*service title*/
.service-title h3 {
    font-size: 20px;
    line-height: 30px;
    padding: 14px 0 16px;
    transition: .5s;
}
/*service desc*/
.service-desc p {
    font-size: 15px;
    border-bottom: 1px solid rgba(27,52,52,0.10196078431372549);
    padding: 0 10px 35px;
    margin-bottom: 14px;
    line-height: 26px;
}

/*service button*/
.service-button a {
    font-size: 14px;
    font-weight: 500;
    color: #1b3434;
    text-align: left;
    display: inherit;
    padding: 0 23px 0;
    transition: .5s;
    float: left;
}
.right-arrow a {
    display: inherit;
    font-size: 18px;
    text-align: right;
    padding: 0 23px 0 0;
    color: #f44237;
}
/*service all hover*/
.service-button a:hover {
    color: #f44237;
}
.service-title h3:hover {
    color: #f44237;
}
.service-single-box:hover .service-icon img {
    transform: rotateY(180deg);
}
/*upper box & hover*/
.upper .right-arrow a {
    color: #53C99F;
}
.upper .service-button a:hover {
    color: #53C99F;
}
.upper .service-title h3:hover {
    color: #53C99F;
}
/*upper2 box & hover*/
.upper2 .right-arrow a {
    color: #19C7EB;
}
.upper2 .service-button a:hover {
    color: #19C7EB;
}
.upper2 .service-title h3:hover {
    color: #19C7EB;
}

/*service section style two*/
.service-section.style-two {
    background: #FFF7F5;
}
/**====================================================
--< charina events section Css -->
======================================================**/

.events-section {
    padding: 100px 0 80px;
    border-bottom: 1px solid rgba(27,52,52,0.10196078431372549);
    position: relative;
}

.vertical-slide {
    position: relative;
    z-index: 1;
}

div#slide {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
}

.events-single-box {
    display: inline-flex;
    align-items: center;
    background-color: rgba(254,127,76,0.10196078431372549);
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

/*event content*/
.events-content {
    padding: 22px 30px 5px 30px;
    text-align: left;
}
.event-title p
{
    color: #504848;
    padding-top: 5px;
    font-weight: 500;
}
/*event text*/
.event-text p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 11px;
    color: #1b3434;
}
.event-text p i {
    color: #fe7f4c;
    padding-right: 6px;
}
.event-text p span {
    padding-left: 15px;
}
/*evetn title*/
.event-title h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    transition: .5s;
}
.event-title h3 a {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    transition: .5s;
    display: inline-block;
}
/*event button*/
.event-button a {
    font-size: 14px;
    font-weight: 500;
    line-height: 68px;
    color: #1b3434;
    display: inline-block;
    transition: .5s;
}
.event-button a i {
    font-size: 13px;
    color: #f44237;
    padding-left: 4px;
    transition: .5s;
}
.event-date {
    position: absolute;
    right: -57px;
    top: 42%;
}
.event-date span {
    padding: 4px 22px;
    font-size: 14px;
    background: #FD7E4B;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    transform: rotate(-90deg);
    font-weight: 300;
}
/*hover*/
.event-title h3 a:hover {
    color: #FD7E4B;
}
.event-button a:hover {
    color: #FD7E4B;
}
/* event box upper & hover*/
.upper.events-single-box {
    background-color: rgba(83,201,159,0.10196078431372549);
}
.upper .event-text p i {
    color: #53C99F;
}
.upper .event-button a i {
    color: #53C99F;
}
.upper .event-title h3:hover {
    color: #53C99F;
}
.upper .event-button a:hover {
    color: #53C99F;
}
.upper .event-date span {
    background: #53C99F;
}
/* event box upper2 & hover*/
.upper2.events-single-box {
    background-color: rgba(26,199,236,0.10196078431372549);
}
.upper2 .event-text p i {
    color: #19C7EB;
}
.upper2 .event-button a i {
    color: #19C7EB;
}
.upper2 .event-title h3:hover {
    color: #19C7EB;
}
.upper2 .event-button a:hover {
    color: #19C7EB;
}
.upper2 .event-date span {
    background: #19C7EB;
}

.events-box {
    max-width: 685px;
    height: 230px;
    background: rgba(254,127,76,0.10196078431372549);
    position: relative;
    z-index: 1;
}

.events-carts {
    display: flex;
}

/* common css up */

.swiper-container.swiper {
    height: 50vh;
}

.swiper-pagination-bullet {
    width: 17px !important;
    height: 17px !important;
    border: 2px solid #FD7E4B;
    background: none;
    opacity: 1 !important;
}
.swiper-pagination {
    top: 46% !important;
    right: 0px !important;
}


/*event shape*/
.event-shape {
    position: absolute;
    left: 10%;
    top: 17%;
}

/***events section style two***/


.style-two.events-section {
    padding: 80px 50px 70px;
    border-bottom: 0;
}
.style-two .events-single-box {
    display: inline-block;
    background: url(assets/images/resource/events1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    padding: 8px 10px 25px;
}

.style-two .events-single-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: rgba(26,199,236,0.8);
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 5px;
}
/*event title*/
.style-two .event-title h4 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}
.style-two .event-title h4 span {
    font-size: 38px;
    font-weight: 400;
    background: #ffff;
    color: #1AC7EC;
    font-family: 'Lobster';
    height: 66px;
    width: 66px;
    line-height: 66px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    margin-right: 15px;
}
.style-two .event-title h3 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    transition: .5s;
    color: #fff;
    padding: 17px 140px 30px 0;
    position: relative;
    margin-bottom: 25px;
}
.style-two .event-title h3:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    height: 2px;
    opacity: .3;
}
.style-two .event-title h3:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    height: 2px;
    width: 70px; 
    transition: .5s;
}
.style-two .event-title h3 a {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
}
/*event text*/
.style-two .event-text p span {
    padding-left: 20px;
}
.style-two .event-text p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.style-two .event-text p i {
    color: #fff;
}

/*upper box*/
.style-two .upper.events-single-box {
    background: url(assets/images/resource/events2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.style-two .upper.events-single-box:before {
    background: rgba(254,127,76,0.8);
}
.style-two .upper .event-title h4 span {
    color: #FE7F4C;
}

/*upper box2*/
.style-two .upper2.events-single-box {
    background: url(assets/images/resource/events3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.style-two .upper2.events-single-box:before {
    background: rgba(83,201,159,0.8);
}
.style-two .upper2 .event-title h4 span {
    color: #53C89E;
}

/*all hover*/
.style-two .events-single-box:hover .event-title h3:after {
    width: 100%;
}
.style-two .upper2 .event-title h3:hover {
    color: #fff;
}
.style-two .upper .event-title h3:hover {
    color: #fff;
}


/***Event style two***/
.style-three.events-section {
    padding: 100px 0 100px;
    border-bottom: 0;
    position: relative;
}
.donate-section.event-details {
    padding: 100px 0 70px;
}
.donate-section.blog-details {
    padding: 100px 0;
}
.style-three .events-single-box {
    background-color: #fff;
    filter: drop-shadow(0px 5px 25px rgba(203,211,211,0.3));
    padding: 20px 20px 20px;
}
/*event thumb*/
.events-thumb {
    position: relative;
    z-index: 1;
}
/*thumb button*/
.thumb-button {
    position: absolute;
    top: 20px;
    left: 20px;
}
.thumb-button span {
    padding: 8px 16px;
    font-size: 15px;
    background: #FD7E4B;
    color: #fff;
    border-radius: 4px;
    display: table-caption;
    line-height: 21px;
    text-align: center;
}

/*event content*/
.style-three.events-content {
    padding: 22px 20px 0 20px;
}
.style-three .event-title h3 {
    line-height: 32px;
}
.style-three .event-title h3 a {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    transition: .5s;
}
.style-three .event-discription p {
    padding: 17px 0 11px;
}
.style-three .event-text p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 12px;
    color: #545454; 
}
.style-three .event-title h3 a:hover {
    color: #FD7E4B;
}
/*--==============================================->
  <!-- Start charina brand Section Css -->
 ==================================================-*/
.brand-section {
    padding: 100px 0 100px;
}

/**====================================================
--< charina feature section Css -->
======================================================**/
.feature-section {
    background: url(assets/images/resource/feature-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0px 0 100px;
}
.row.feature-bg {
    margin-top: -60px;
    z-index: 22;
    position: relative;
    padding: 0 0 60px;
}
.feature-section.style-two .row.feature-bg {
    margin-top: -135px;
    z-index: 22;
    position: relative;
    padding: 0;
}
/*feature single box*/
.feature-single-box {
    padding: 30px 0 30px;
    border-radius: 4px;
    filter: drop-shadow(0px 10px 15px rgba(187,187,187,0.2));
    background-color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}
.feature-single-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    width: 0;
    height: 5px;
    margin: auto;
    background: #53C99F;
    border-radius: 4px 4px 0 0;
    transition: .5s;
}
/*feature title*/
.feature-title h3 {
    font-size: 24px;
    line-height: 30px;
    padding: 22px 0 0;
    transition: .5s;
    font-weight: 700;
}
/*feature desc*/
.feature-description p {
    padding: 17px 80px 3px;
    font-weight: 900;
    font-size: 18px;
}
/*featue button*/
.feature-button a {
    font-weight: 500;
    transition: .5s;
}
.feature-button a i {
    color: #53c99f;
    padding-left: 7px;
    font-size: 18px;
    position: relative;
    top: 2px;
}

/*feature all hover*/
.feature-button a:hover {
    color: #53c99f;
}
.feature-title h3:hover {
    color: #53C99F;
}
.feature-single-box:hover:before {
    width: 100%;
}

/*Upper box*/
.upper.feature-single-box:before {
    background: #FD7E4B;
}
.upper .feature-button a i {
    color: #FD7E4B;
}
.upper .feature-button a:hover {
    color: #FD7E4B;
}
.upper .feature-title h3:hover {
    color: #FD7E4B;
}

/*Upper2 box*/
.upper2.feature-single-box:before {
    background: #1BC7ED;
}
.upper2 .feature-button a i {
    color: #1BC7ED;
}
.upper2 .feature-button a:hover {
    color: #1BC7ED;
}
.upper2 .feature-title h3:hover {
    color: #1BC7ED;
}
/*tabe*/

.tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}
.active {
    z-index: 1;
    visibility: visible;
    text-align: center;
}
/* tabs menu*/
.tabs li {
    display: inline-block;
    list-style: none;
    line-height: 38px;
    margin: 0 0 30px;
    position: relative;
}
.tabs li button {
    padding: 6px 32px;
    background-color: #f44237 !important;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin-right: 20px;
    outline: none;
    transition: all 0.2s ease-in-out;
    border-radius: 30px !important;
}
li.current:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    right: 30px;
    bottom: -7px;
    height: 15px;
    margin: auto;
    width: 16px;
    background: #f44237;
    transform: rotate(45deg);
}

.tabs li a {
    padding: 6px 32px;
    background-color: #f44237 !important;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin-right: 20px;
    outline: none;
    transition: all 0.2s ease-in-out;
    border-radius: 30px !important;
}
/*tab child*/
.tabs li:nth-child(2) button {
    background: #53C99F !important;
}
.tabs li:nth-child(3) button {
    background: #1BC7ED !important;
}
.tabs li:nth-child(4) button {
    background: #FFD016 !important;
}
.tabs li:nth-child(2).current:before{
    background: #f44237 !important;
}
.tabs li:nth-child(3).current:before{
    background: #1BC7ED !important;
}
.tabs li:nth-child(4).current:before{
    background: #FFD016 !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f44237 !important;
}
/*Style two*/

.tabs li:nth-child(2) a  {
    background: #53C99F !important;
}
.tabs li:nth-child(3) a {
    background: #1BC7ED !important;
}
.tabs li:nth-child(4) a {
    background: #FFD016 !important;
}
.tabs li:nth-child(2).current:before{
    background: #53C99F !important;
}
.tabs li:nth-child(3).current:before{
    background: #1BC7ED !important;
}
.tabs li:nth-child(4).current:before{
    background: #FFD016 !important;
}



/*--==============================================->
  <!-- Start charina volunteer Section Css -->
 ==================================================-*/
.volunteers-section {
    padding: 100px 0 60px;
}

.volunteer-single-box {
    text-align: center;
    margin-bottom: 30px;
}
/*volunteer thumb*/
.volunteer-thumb {
    position: relative;
    z-index: 1;
}
/*social icon*/
.volunteer-social-icon {
    position: absolute;
    left: 84px;
    bottom: 102px;
    transition: .7s;
    transform: scale(0);
}
.volunteer-social-icon ul li {
    display: inline-block;
    list-style: none;
    letter-spacing: 19px;
}
.volunteer-social-icon ul li a {
    color: #fff;
    transition: .5s;
    display: inline-block;
}

/*volunteer title*/
.volunteer-title h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    padding: 16px 0 0;
    transition: .5s;
}
/*volunteer text*/
.volunteer-text span {
    color: #FD7E4B;
    font-weight: 500;
    padding: 5px 0 0;
    display: inline-block;
}
/* all hover*/

.volunteer-title h2:hover {
    color: #FD7E4B;
}
.volunteer-social-icon ul li a:hover {
    color: #FD7E4B;
}
.volunteer-single-box:hover .volunteer-thumb:before {
    transform: scale(1);
}
.volunteer-single-box:hover .volunteer-social-icon {
    transform: scale(1)
}

/*upper box*/
.upper .volunteer-text span {
    color: #53C99F;
}
.upper .volunteer-social-icon ul li a:hover {
    color: #53C99F;
}
.upper .volunteer-title h2:hover {
    color: #53C99F;
}
/*upper2 box*/
.upper2 .volunteer-text span {
    color: #39CFEE;
}
.upper2 .volunteer-social-icon ul li a:hover {
    color: #39CFEE;
}
.upper2 .volunteer-title h2:hover {
    color: #39CFEE;
}
/*upper3 box*/
.upper3 .volunteer-text span {
    color: #FFD944;
}
.upper3 .volunteer-social-icon ul li a:hover {
    color: #FFD944;
}
.upper3 .volunteer-title h2:hover {
    color: #FFD944;
}

/*voluteers section style two*/
.style-two.volunteers-section {
    padding: 100px 0 70px;
}



/*--==============================================->
  <!-- Start charina counter Section Css -->
 ==================================================-*/
.counter-section {
    background: url(assets/images/resource/counter-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 90px 0 80px;
}

.counter-single-box {
    margin-bottom: 30px;
}
.counter-thumb {
    position: relative;
}

.counter-title {
    position: absolute;
    bottom: 36px;
    left: 29px;
}

/*counter title*/
.counter-title h1 {
    font-size: 38px;
    display: inline-block;
    font-family: 'Lobster';
    color: #fff;
    font-weight: 400;
}
h1.counter-title2 {
    display: inline-block;
    font-family: 'Lobster';
}
.counter-text p {
    padding: 23px 0 0;
}


/*Counter Section style two*/
.counter-section.style-two {
    background: #fff;
    padding: 100px 0 70px;
    border-bottom: 1px solid rgba(27,52,52,0.10196078431372549);
}

/*counter single box*/
.style-two .counter-single-box {
    margin-bottom: 30px;
    background: rgba(83,201,159,0.10196078431372549);
    padding: 40px 40px 15px;
    border-radius: 4px;
}

/*counter icon*/
.counter-icon {
    float: left;
    padding-right: 18px;
}
/*counter title*/
.counter-title2 h1 {
    font-size: 50px;
    display: inline-block;
    font-family: 'Lobster';
    color: #53c99f;
    font-weight: 400;
    margin-top: 0;
}
.style-two .counter-text p {
    padding: 22px 0 0;
    font-size: 18px;
    font-weight: 500;
}

/*upper box*/
.counter-single-box.up {
    margin-top: 20px;
    margin-bottom: 0;
}
.counter-single-box.upper {
    background: #FFF2EC;
}
.upper .counter-title2 h1 {
    color: #FD7E4B;
}
/*upper2 box*/
.counter-single-box.upper2 {
    background: #FFFAE7;
    margin-top: 20px;
}
.upper2 .counter-title2 h1 {
    color: #FCD111;
}
/*upper3 box*/
.counter-single-box.upper3 {
    background: #E7F9FD;
}
.upper3 .counter-title2 h1 {
    color: #18C9EB;
}

/*--==============================================->
  <!-- Start charina footer Section Css -->
 ==================================================-*/

.footer-section {
    background-color: #fff2ed;
    padding: 100px 0 85px;
}
.row.footer-bg {
    position: relative;
}

/*widget company information*/
.company-info-desc p {
    opacity: 0.502;
    color: #fff;
    padding: 33px 0 0;
}

/*footer button*/
.footer-button a {
    padding: 14px 39px;
    font-weight: 500;
    color: #fff;
    background: #FD7E4B;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 22px;
}
.footer-button a i {
    padding-left: 6px;
}
.footer-button a:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #53C99F;
    border-radius: 30px;
    transition: .5s;
    z-index: -1;
}

.footer-button a:hover:before {
    width: 100%;
    left: 0;
}
/* widget nav manu*/

/*widget title*/
h4.widget-title {
    font-size: 22px;
    color: #172526;
    position: relative;
    display: inline-block;
    padding: 0 0 14px;
    margin-bottom: 43px;
}
h4.widget-title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
    width: 40px;
    height: 2px;
    background: #FD7E4B;
    transition: .5s;
}
h4.widget-title:hover:before {
    width: 100%;
}
/* widget list*/
ul.footer-widget-list li {
    display: block;
    list-style: none;
}
ul.footer-widget-list li a {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    opacity: 0.600;
    transition: .5s;
    padding: 10px 0 5px;
    display: inline-block;
    font-weight: 500;
}
ul.footer-widget-list li a i {
    font-size: 12px;
    padding-right: 8px;
}
ul.footer-widget-list li:hover a {
    color: #FD7E4B;
}

/* widget contact info*/
.footer-wedget-title h5 {
    font-size: 18px;
    color: #172526;
    font-weight: 600;
    padding: 0px 0 11px;
}
/*footer desc*/
.footer-info-desc {
    padding: 0 0 16px;
}
.footer-info-desc p {
    font-size: 15px;
    color: #172526;
    margin-bottom: 0;
    line-height: 26px;
}
/*footer widget thumb*/
.footer-widget-thumb {
    display: grid;
    grid-template-columns: repeat(3, 4fr);
    padding: 14px 0 0;
    grid-gap: 15px;
}

.footer-widget-thumb .items img {
    cursor: pointer;
}
/*footer buttom area*/
.footer-bottom-area {
    background: #172526;
    padding: 20px 0 4px;
}
.footer-bottom-content-copy p {
    color: #fff;
    opacity: .602;
}
.footer-bottom-menu ul li {
    display: inline-block;
    list-style: none;
    font-size: 15px;
}

.footer-bottom-menu ul li a {
    display: inline-block;
    font-size: 15px;
    padding: 0 0px 0px 28px;
    color: #fff;
    opacity: .602;
    transition: .5s;
    font-weight: 500;
}
.footer-bottom-menu ul li a:hover{
    color: #FD7E4B;
}
/*footer shape*/
.footer-shape {
    position: absolute;
    bottom: -45px;
    left: -60px;
}
.footer-shape2 {
    position: absolute;
    top: 0;
    right: -120px;
}

/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(253,127,75,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
.search-popup{
    width: 100%;
}
.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #f44237;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #f44237;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}
.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}
.search-box-btn {
    display: inline-block;
}
.search-box-btn.search-box-outer a {
    position: relative;
    top: -16px;
    left: -36px;
}
.search-box-btn i {
    display: inline-block;
    color: #000000;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
}
.upp.search-box-btn i {
    color: #9E9FA1;
}
.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1;
}
.upp.search-box-btn.search-box-outer span i {
    color: #9E9FA1;
}
.flaticon-multiply:before {
    content: inherit;
}
button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}
span.flaticon-multiply i {
    display: inline-block;
    color: #fff;
}

/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

/*------back-to-top------------*/

.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(253, 127, 75, 0.2);
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #FD7E4B;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
  color: #FD7E4B;
}

.prgoress_indicator:hover ::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: #FF3C00;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}



.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  .tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
  }
  .tab input:checked ~ .tab__content {
    max-height: 11rem;
  }
  
  /* Visual styles */
  .accordion {
    color: #6c757d00;
    border: 2px solid;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .tab__label,
  .tab__close {
    display: flex;
    color: white;
    background: #cb5c56;
    cursor: pointer;
  }
  .tab__label {
    justify-content: space-between;
    padding: 1rem;
    font-size: 18px;
  }
  .tab__label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.35s;
  }
  .tab input:checked + .tab__label::after {
    transform: rotate(270deg);
  }
  .tab__content p {
    margin: 0;
    padding: 5px;
    color: black;
  }
  .tab__close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }
  .accordion--radio {
    --theme: var(--secondary);
  }
  
  /* Arrow animation */
  .tab input:not(:checked) + .tab__label:hover::after {
    animation: bounce .5s infinite;
  }
  @keyframes bounce {
    25% {
      transform: rotate(90deg) translate(.25rem);
    }
    75% {
      transform: rotate(90deg) translate(-.25rem);
    }
  }
  

