/**/
* {
    margin: 0;
    padding: 0;
}
body {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    overflow-x: hidden;
    background-color: #fff;
}
html {
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
}
ul li {
    list-style: none;
}
.d-flex {
    display: flex;
}
.container {
    max-width: 1140px;
    margin: auto;
}
a.btn {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: #BB2E29;
    border-radius: 11px;
    padding: 10px 12px;
}
.container, .p-10 {
    padding: 10px;
}
.m-10 {
    margin: 10px;
}
.m-b-20 {
    margin-bottom: 20px;
}
img {
    width: 100%;
}
.p-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.p-20 {
    padding: 20px;
}
.ps-tb {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-con {
    max-width: 1280px;
    margin: auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 120px;
}
.our-mission .ps-tb{
    padding-bottom: 0;
}

span.sub-title {
    font-family: halyard-text;
    color: #000C48;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .8px;
}
h2.title {
    font-family: "halyard-display", sans-serif;
    color: #000C48;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    margin: 20px 0;
}
p.content {
    font-family: halyard-text;
    color: #2E2D31;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
}
.icon-box{
    opacity: 1 !important;
    transform: unset !important;
}
@media only screen and (max-width: 1024px) {
    .h2 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 991px) {
    .h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .p-tb-50 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 768px) {
    .h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .p-tb-50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .ps-tb {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    h2.title {
        font-size: 22px;
        line-height: 28.6px;
        margin: 20px 0 30px 0;;
    }
    p.content {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.16px;
    }
}
@media only screen and (max-width: 767px) {
    .ps-tb {
        padding-top: 40px;
        padding-bottom: 41px;
    }
   /* .ct-con.section-con.ps-tb{
        padding: 40px 20px;
    }/*
    
    h2.title {
        font-size: 24px;
        line-height: 30px;
        margin: 10px 0 30px 0;
    }
    /*main.site-main {
        padding-top: 85px!important;
    }*/
    .banner-con.d-flex.section-con {
        flex-direction: column-reverse !important;
    }
    .our-mission .om-con.d-flex.section-con.ps-tb{
        gap: 20px!important;
    }
    .our-mission .om-st-menu ul li a{
        line-height: 24px!important;
    }
    .border-right, .border-left {
        display: none;
    }
    .middle-image.d-flex{
        justify-content: center;
    }
    .middle-image.d-flex img{
        width: 80%!important;
    }

}
@media only screen and (max-width: 414px) {
    .h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .p-tb-50 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    h2.title {
        font-size: 22px;
        line-height: 28.6px;
        margin: 20px 0 30px 0;
    }
}
/**/


/*header Start*/


header {
    background: #FBF6ED;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
    will-change: transform, opacity;
}
main.site-main {
    padding-top: 0px;
}

header.scrolled {
    background-color: #fff;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
}
header .site-logo a img {
    width: 200px;
}
header .header-con.d-flex {
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
}
header.scrolled .header-con {
    padding-top: 10px;
    padding-bottom: 10px;
}
header.scrolled img.sticky-logo {
    width: 70px !important;
}
header img.sticky-logo {
    display: none;
}
header.scrolled img.sticky-logo {
    display: block;
    transition: 0.3s;
}
header.scrolled img.main-logo {
    display: none;
}
header.scrolled img.sticky-logo:hover {
    filter: brightness(0) contrast(100%);
}
.site-logo svg {
    height: clamp(50px, 4.8vw, 74px);
    max-height: 74px;
    width: auto;
}
.site-logo a:hover svg path[fill="#E4382A"],
.site-logo a:hover svg path[fill="#5481F5"] {
    fill: #000c48 !important;
}
/*header {
    background: #FBF6ED;
}
header.scrolled {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .11);
}
header .site-logo a img {
    width: 200px;
}
header .header-con.d-flex {
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
header.scrolled .header-con {
    padding-top: 10px;
    padding-bottom: 10px;
}
header.scrolled img.sticky-logo {
    width: 70px !important;
}
header img.sticky-logo {
    display: none;
}
header.scrolled img.sticky-logo {
    display: block;
    transition: 0.3s;
}
header.scrolled img.main-logo {
    display: none;
}
header.scrolled img.sticky-logo:hover {
    filter: brightness(0) contrast(100%);
}*/
header a.header-site-url.d-flex {
    font-family: halyard-text;
    color: #000C48;
    gap: 5px;
}
header a.header-site-url.d-flex:hover {
color: #324DB6;
}

.header-site-url .menuIconHover {
    display: none;
}

.header-site-url:hover .menuIcon {
    display: none;
}

.header-site-url:hover .menuIconHover {
    display: inline-block;
}

header a.header-site-url.d-flex img {
    /*width: 16px;
    height: 27.17px;*/
    padding-top: 2px;
}
header a.header-button {
    padding: 16px 40px;
    background: #E4382A;
    font-family: halyard-text;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: normal;
    border-radius: 2px;
}
header a.header-button:hover {
    background: #000c47;
}
header .header-right.d-flex {
    align-items: center;
    gap: 30px;
}
header .site-logo a {
    display: flex;
}
/*header End*/


/*.home-banner-sart*/
.home-banner {
    background: #FBF6ED;
}
.home-banner .banner-image {
    width: 55%;
}
.home-banner .banner-image img {
    width: 100%;
}
.home-banner .banner-content {
    width: 45%;
}
.home-banner .banner-con.d-flex.section-con {
    align-items: center;
}
.home-banner h1.bn-title {
    font-family: "freight-display-pro", serif;
    color: #000C48;
    font-size: 54px;
    line-height: 56px;
    font-weight: 700;
    letter-spacing: 0;
}
.home-banner p.bn-content {
    font-family: "halyard-text";
    font-weight: 300;
    font-size: 18px;
    margin: 20px 0;
    line-height: 27px;
}
.home-banner .banner-button a img {
    width: 11.69288158416748px;
    transition: transform 0.3s ease;
    display: inline-block;
}
.home-banner .banner-button a {
    color: #000C48;
    font-family: "halyard-text",sans-serif;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid #E4382A;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease-out;
    letter-spacing: 0.5px;
    line-height: 19.6px;
}
.home-banner .banner-button a:hover {
    font-family: "halyard-text",sans-serif;
    font-weight: 500;
    color: #000C47;
    border-bottom: 1px solid #000C47;
    letter-spacing: 0.5px;
}
.home-banner .banner-button a:hover img {
    transform: translate(5px);
}
.home-banner .banner-con.d-flex.section-con {
    align-items: center;
    gap: 20px;
}
.home-banner .banner-con {
    padding-top: 20px;
    padding-bottom: 40px;
}
/*.home-banner-end*/


/*our-mission-start*/
.our-mission .om-content {
    width: 55%;
}
.our-mission .om-st-menu {
    width: 38%;
    margin-top: 60px;
}
.our-mission .om-st-menu ul li a img {
    width: 13.96px;
    position: absolute;
    right: 10px;
    transition: 0.4s;
}
.our-mission .om-st-menu ul li a:hover img {
    transform: translateY(5px);
}
.our-mission .om-st-menu ul li {
    border-top: 1px solid #5481F5;
}
/*.our-mission .om-st-menu ul li:nth-child(2) {
    border-bottom: 1px solid #5481F5;
}*/
.our-mission .om-st-menu ul li a {
    font-family: halyard-text;
    color: #000C48;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    display: block;
    padding: 20px 0;
    padding-right: 30px;
    position: relative;
    transition: border-color 0.3s ease;
}
.our-mission .om-st-menu ul li:hover {
    border-top: 1px solid #000c47;
}
/*.our-mission .om-st-menu ul li:nth-child(2):hover {
    border-bottom: 1px solid #000c47;
}*/

.our-mission .om-con.d-flex.section-con.ps-tb {
    gap: 120px;
}
/*our-mission-end*/


/*strategic-priorities-start*/
.strategic-priorities .grid-row {
    display: grid;
    align-items: stretch;
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: repeat(2, 1fr);
}
.strategic-priorities .box {
    border: 2px solid #ECE0D0;
    padding: 20px 50px;
}
.strategic-priorities .box img {
    width: 70%;
}
.strategic-priorities .box h3 {
    font-family: halyard-display;
    color: #000C48;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
     margin-bottom: 8px;
}
.strategic-priorities .box p {
    font-family: halyard-text;
    color: #2E2D31;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
}
.strategic-priorities .sp-con.d-flex.section-con {
    gap: 20px;
}
.strategic-priorities .image-box-01, .image-box-02 {
    flex-direction: column;
    gap: 20px;
}
.strategic-priorities span.sub-title {
    position: relative;
    margin-top: 40px;
}
.strategic-priorities span.sub-title::after {
    position: absolute;
    content: '';
    background: #ECE0D0;
    width: 80px;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 10px;
}
.strategic-priorities .image-box-01, .image-box-02 {
    width: 50%;
}
/*strategic-priorities-end*/


.confront-threats {
    background: linear-gradient(117deg, #fff 19%, #FBF6ED 17%);
}
.confront-threats .icon {
    background: #000C48;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}
.ct-icon-box .icon-box:nth-child(1) .icon img {
    width: 24px;
}
.ct-icon-box .icon-box:nth-child(2) .icon img,
.ct-icon-box .icon-box:nth-child(3) .icon img,
.ct-icon-box .icon-box:nth-child(4) .icon img {
    width: 34px;
}

.confront-threats .icon-box .icon img {
    width: 34px;
}

.confront-threats .icon-box h3 {
    font-family: halyard-display;
    color: #000C48;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    margin: 15px 0;
}
.confront-threats .icon-box p {
    font-family: halyard-text;
    color: #2E2D31;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.14px;
}
.confront-threats .ct-content {
    width: 50%;
    padding-bottom: 40px;
}
.ct-icon-box .icon-box.section{
    padding-right: 30px;
}
.confront-threats .ct-icon-box {
    width: 80%;
    margin: auto;
}
.confront-threats .ct-icon-box {
    display: grid;
    align-items: stretch;
/*    grid-column-gap: 30px;*/
    grid-column-gap: 56px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}
.middle-image.d-flex img {
    width: 33.333%;
}
.wwa-con.section-con {
    width: 74%;
}
.wwa-middle {
    padding: 115px;
    background: #FBF6ED;
    margin: 30px 0;
}
.border-left, .border-right {
    width: 33.333%;
    border-top: 1px solid #324DB6;
}
.border-left {
    border-left: 1px solid #324DB6;
    height: 30px;
}
.border-right {
    border-right: 1px solid #324DB6;
    height: 30px;
}
.middle-image.d-flex {
    gap: 25px;
    align-items: center;
    margin-bottom: 30px;
}
.middle-box .box {
    width: 42%;
    padding: 48px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ECE0D0;
}
.middle-box .box p {
    font-family: halyard-text;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.16px;
    padding-bottom: 0px;
}
.middle-box .box img {
    margin-bottom: 20px;
    width: 75%;
}
.middle-box.d-flex {
    justify-content: space-between;
}
.bottom-content {
    width: 70%;
}
.bottom-counter {
    width: 30%;
    padding-top: 12px;
}
.wwa-bottom.d-flex {
    gap: 60px;
    padding-top: 50px;
}
.bottom-content h3 {
    font-family: "halyard-display", sans;
    color: #000C48;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
}
.counter-item.d-flex h4 {
    font-family: halyard-display;
    color: #324DB6;
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
}
.counter-item.d-flex p {
    font-family: halyard-display;
    color: #2E2D31;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}
.counter-text {
    display: flex;
    flex-direction: column;
    justify-content: center;    
}
.counter-text p{
    padding: 0px;
    padding-top: 10px;
}
.counter-item.d-flex {
    gap: 15px;
    align-items: center;
    border-left: 2px solid #324DB6;
    padding-left: 12px;
    margin-bottom: 25px;
    width: 100%;
}
.footer-con.d-flex.section-con {
    padding: 0px 50px;
    align-items: center;
}

/*Back to top button start*/
.scroll-top a.btn{
    padding: 15px 25px;
}
.scroll-top a.btn img{
    width: 18px!important;
    height: unset;
    margin-bottom: -4px;
    padding-left: 10px;
}
/*Back to top button end*/

/*donate start*/
.donate {
     background: #000C48;
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}
.donate h2.title {
    font-family: "freight-display-pro", serif;
    color: #fff;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    margin-top: 0;
}
.donate .dn-con.section-con {
    width: 50%;
    margin: auto;
    padding-top: 0;
}
.donate p.content {
    text-align: center;
    color: #fff;
    padding-bottom: 40px;
    margin: 0 auto;
    width: 65%;
}
.donate a.btn {
    padding: 18px 46px;
    background: #E4382A;
    font-family: halyard-text;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: normal;
    border-radius: 2px;
}
.donate a.btn:hover {
    color: #fff;
    background: #5481F5;
}
.donate .donate-btn {
    text-align: center;
}
/*donate end*/


/*contact-bar-start*/
.contact-bar {
    padding: 25px 0;
    background: #5481F5;
}
.contact-bar .section-con {
    padding-top: 0px;
}
.contact-bar p {
    padding-bottom: 0px;
}
.contact-bar:hover {
/*    background: #000C48;*/
    background: #324DB6;
}
.contact-bar .section-con p {
    text-align: center;
}
.contact-bar .section-con p {
    font-family: halyard-text;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.5px;
}
.contact-bar .section-con p a {
    color: #fff;
    text-decoration: underline;
}

.callout-sec .section-con{
    padding-top: 0;
}

.who-we-are .ps-tb{
    padding-bottom: 0;
}

/*footer start*/
footer {
    padding: 20px 0;
}
footer .footer-con.d-flex.section-con {
    justify-content: space-between;
}
footer .footer-con.d-flex.section-con a,
footer .footer-con.d-flex.section-con p {
    font-family: halyard-text;
    color: #000C48;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    position: relative;
    padding: 0px;
}
footer .footer-item {
    width: 33.333%;
}
footer .footer-con.d-flex.section-con a:hover {
    color: #5683f5;
}
footer .footer-con.d-flex.section-con a:after {
    position: absolute;
    content: '';
    width: 0;
    height: 1.1px;
    left: 0;
    bottom: -4px;
    background-image: linear-gradient(90deg, #5683f5, #5683f5);
    transition: .3s;
}
footer .footer-con.d-flex.section-con a:hover::after {
    width: 100%;
}
footer p.mdl {
    text-align: center;
}
footer p.last-child {
    text-align: right;
    text-transform: uppercase;
}

/*footer end*/

@media only screen and (min-width:1400px){
    .donate p.content {
        margin: 0 auto;
        width: 60%;
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 453px) {
.wwa-middle {
        padding: 60px 66px;
    }
}

@media screen and (max-width: 767px) and (min-width: 454px) {
.wwa-middle {
        padding: 60px 53px;
    }
}



@media only screen and (max-width: 767px) {
    .strategic-priorities .box img {
        width: 90%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .section-con{
        padding-left: 20px;
        padding-right: 20px;
    }
    header.scrolled img.sticky-logo {
        width: 60px !important;
    }
    header .header-con.d-flex {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .banner-con.d-flex.section-con {
        flex-direction: column;
    }
    .home-banner .banner-image,
    .home-banner .banner-content {
        width: 100%;
    }
    .home-banner h1.bn-title {
        font-size: 42px;
        line-height: 44px;
    }
    .our-mission .om-con {
        flex-direction: column;
    }
    .our-mission .om-content,
    .our-mission .om-st-menu {
        width: 100%;
        margin: 0;
    }
    .strategic-priorities .box {
        padding: 0;
        border: none;
        margin-bottom: 10px;
    }
    .strategic-priorities .box h3 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .strategic-priorities span.sub-title {
        margin-top: 20px;
    }
    .confront-threats .ct-content {
        width: 100%;
    }
    .confront-threats .ct-icon-box {
        width: 75%;
        grid-template-columns: repeat(2, 1fr);
    }
    .wwa-con.section-con {
        width: unset;
    }
    
    .middle-box .box {
        padding: 25px;
        text-align: center;
    }
    .wwa-bottom.d-flex {
        gap: 0px;
        flex-direction: column;
        padding-top: 20px;
    }
    .bottom-content, .bottom-counter {
        width: 100%;
    }
    .bottom-counter {
        display: grid;
        justify-content: center;
    }
    /*.counter-item.d-flex h4 {
        font-size: 48px;
    }*/
    .donate .dn-con.section-con {
        width: 100%;
        box-sizing: border-box;
        padding-top: 20px;
    }
    .icon-box{
        transform: unset !important;
    }
    .confront-threats {
        background: linear-gradient(100deg, #fff 0%, #FBF6ED 0%);
    }
    .footer-con {
        flex-direction: column;
    }
    .donate {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .contact-bar {
        padding: 25px 0;
    }
    .contact-bar .section-con p {
        font-size: 16px;
    }
    footer {
        padding: 0 25px!important;
    }
    footer .footer-item {
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
    }
    footer p.last-child {
        text-align: center;
    }
    .wwa-bottom p {
        font-size: 16px;
        line-height: 24px;
    }
    .scroll-top a.btn img {
        width: 14px !important;
    }
    .scroll-top a.btn {
        padding: 10px;
        font-size: 12px;
    }
    /*footer .footer-con.d-flex.section-con a, footer .footer-con.d-flex.section-con p {
        width: 100%;
        text-align: center;
    }*/
    .home-banner p.bn-content {
        font-size: 16px;
        padding-bottom: 0px;
    }
    header a.header-button,
    .donate a.btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    .footer-con.d-flex.section-con {
        padding-top: 30px;
    }
    .om-content h1 {
        font-size: 42px;
        line-height: 46px;
    }
    .our-donate .om-content h3{
        font-size: 22px;
        line-height: 28px;
    }
    .om-content p{
        font-size: 16px;
        line-height: 24px;
    }
    .who-we-are .wwa-con.section-con.ps-tb{
        padding-left: 0;
        padding-right: 0;
    }
    .who-we-are .wwa-con.section-con.ps-tb .wwa-top{
        padding-right: 20px;
        padding-left: 20px;
    }

     .donate p.content {
        width: 85%;
    }
}

@media only screen and (max-width: 766px) {
    /*.home-banner h1.bn-title {
        font-size: 30px;
        line-height: 40px;
    }*/
    .strategic-priorities .sp-con {
        flex-direction: column;
        padding-bottom: 0;
    }
    .strategic-priorities span.sub-title {
        margin-top: 0px;
    }
    .strategic-priorities .image-box-01, .image-box-02 {
        width: 100%;
    }
    .confront-threats .ct-content {
        padding-bottom: 20px;
    }
    .confront-threats .ct-icon-box {
        grid-template-columns: repeat(1, 1fr);
    }
    .donate {
        padding-top: 40px;
        padding-bottom: 60px;
        background-image: unset !important;
    }
    .donate h2.title {
        font-size: 42px;
        line-height: 44px;
        font-weight: 700;
    }
}

@media screen and (max-width: 1280px) and (min-width: 992px) {
    .wwa-middle {
        padding: 90px;
    }
    .middle-box .box {
        width: 45%;
        padding: 37px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .wwa-middle {
        padding: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .who-we-are .middle-box.d-flex {
        flex-direction: column;
    }
    .who-we-are .middle-box .box {
        width: 100%;
    }
    .who-we-are .icon-box.d-flex {
        justify-content: center;        
    }
    .who-we-are .icon-box.d-flex img {
        width: 30px;
    }
    .who-we-are .middle-box.d-flex {
        gap: 30px;
    }
    /*.who-we-are .counter-item.d-flex h4 {
        font-size: 38px;
    }*/
    .who-we-are .middle-box .box img {
        margin-bottom: 20px;
        width: 50%;
    }
    header a.header-site-url.d-flex {
        display: none;
    }

    .who-we-are .border-right, .who-we-are .border-left {
        display: none;
    }
    .who-we-are .middle-image.d-flex img {
        width: 60% !important;
    }
    .who-we-are .middle-image.d-flex {
        justify-content: center;
    }
}

@media only screen and (max-width: 414px) {
    header .site-logo a img {
        width: 160px;
    }
    /*.home-banner h1.bn-title {
        font-size: 28px;
        line-height: 35px;
    }*/
    .strategic-priorities .image-box-01, .image-box-02 {
        flex-direction: column;
        gap: 10px;
    }
    .who-we-are .middle-box .box img {
        margin-bottom: 20px;
        width: 80%;
    }
    .who-we-are .middle-box.d-flex {
        gap: 20px;
    }
    /*.who-we-are .counter-item.d-flex h4 {
        font-size: 36px;
    }*/
    
}

@media only screen and (max-width: 600px) {

     .scroll-top a.btn {
        padding: 9px;
        font-size: 10px;
    }
    .scroll-top {
        right: 0px;
        bottom: 150px;
    }

   
}





/**----------------------------------------
    START: Theme Animation CSS
    ----------------------------------------*/
    // circle animation
    @keyframes rotateImg {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    .shake-y {
        -webkit-animation: shakeY 2.5s ease-in-out infinite;
        animation: shakeY 2.5s ease-in-out infinite;
    }
    @keyframes shakeY {
        0% {
            -webkit-transform: translateY(10px);
            transform: translateY(10px);
        }
        50% {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
        }
        100% {
            -webkit-transform: translateY(10px);
            transform: translateY(10px);
        }
    }
    /* !END: Theme Animation CSS */


  /* Fade animations */
  .fade.animate {
    animation: fadeIn 1.5s forwards;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: scale(0.9); /* Optional slight zoom effect */
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  /* Fade Up */
  .fade-up.animate {
    animation: fadeUp 1.5s forwards;
  }

  @keyframes fadeUp {
    from {
      transform: translateY(100%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  /* Fade Down */
  .home-banner .fade-down.animate {
    animation: fadeDown 1s forwards;
    transform: translate3d(0, -2px, 0) !important;
    /*transform: translateY(5px) !important;*/
  }

  .fade-down.animate {
    animation: fadeDown 1.5s forwards;
  }

  @keyframes fadeDown {
    from {
      transform: translateY(-100%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  /* Fade Left */
  .fade-left.animate {
    animation: fadeLeft 1.5s forwards;
  }

  @keyframes fadeLeft {
    from {
      transform: translateX(100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }

  /* Fade Right */
  .fade-right.animate {
    animation: fadeRight 1.5s forwards;
  }

  @keyframes fadeRight {
    from {
      transform: translateX(-100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }

  /* Fade Up Right */
  .fade-up-right.animate {
    animation: fadeUpRight 1.5s forwards;
  }

  @keyframes fadeUpRight {
    from {
      transform: translate(30px, 30px);
      opacity: 0;
    }
    to {
      transform: translate(0, 0);
      opacity: 1;
    }
  }

  /* Fade Up Left */
  .fade-up-left.animate {
    animation: fadeUpLeft 1.5s forwards;
  }

  @keyframes fadeUpLeft {
    from {
      transform: translate(-30px, 30px);
      opacity: 0;
    }
    to {
      transform: translate(0, 0);
      opacity: 1;
    }
  }

  /* Fade Down Right */
  .fade-down-right.animate {
    animation: fadeDownRight 1.5s forwards;
  }

  @keyframes fadeDownRight {
    from {
      transform: translate(30px, -30px);
      opacity: 0;
    }
    to {
      transform: translate(0, 0);
      opacity: 1;
    }
  }

  /* Fade Down Left */
  .fade-down-left.animate {
    animation: fadeDownLeft 1.5s forwards;
  }

  @keyframes fadeDownLeft {
    from {
      transform: translate(-30px, -30px);
      opacity: 0;
    }
    to {
      transform: translate(0, 0);
      opacity: 1;
    }
  }

  /* Fade in from left */
  .fade-left-to-right {
    opacity: 0;
    transform: translateX(-50px);
    animation: fade-in 0.8s ease-in-out 1 forwards;
  }

  /* Fade in from right */
  .fade-right {
    opacity: 0;
    transform: translateX(50px);
    animation: fade-in 0.8s ease-in-out 1 forwards;
  }

  /* Fade up */
  .fade-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fade-in 0.8s ease-in-out 1 forwards;
  }

  /* Fade down */
  .fade-down {
    opacity: 0;
    transform: translateY(-30px);
    animation: fade-in 0.8s ease-in-out 1 forwards;
  }

  /* Common fade-in keyframes */
  @keyframes fade-in {
    to {
      opacity: 1;
      transform: translateX(0) translateY(0);
    }
  }

/* Banner image animation */
  .zoom-in {
    opacity: 0;
    transform: scale(0.9);
    animation: zoomIn 0.8s ease-in-out 1 forwards;
  }

  @keyframes zoomIn {
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

