/*=====================Start Header=======================*/
.headerTopbar {
    background: #1A1C4B;
    padding: 7px 0px;
}

.headerTopbar ul {
    display: flex;
    justify-content: end;
    margin: 0;
}

.headerTopbar ul li {
    margin-left: 27px;
    list-style: none;
    font-size: 16px;
    color: white;
}

.headerTopbar ul li a {
    text-decoration: none;
    color: white;
    font-weight: 500;
}

.headerTopbar ul li a:hover {
    color: #A71E33
}


.mainHeaderbar {
    display: flex;
    justify-content: space-between;
    position: relative;
}
#site-navigation{
    position: unset;
}
#primary-menu {
    margin: auto;
}
#primary-menu li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 35px;
    line-height: 60px;
}

#primary-menu li a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

#primary-menu li a:hover {
    text-decoration: none;
    color: #A71E33;
    font-size: 16px;
    font-weight: 700;
}

#primary-menu li:last-child > a {
    background: #A71E33;
    color: white;
    padding: 14px 11px;
    border-radius: 6px;
    font-size: 20px;
}
#primary-menu li:last-child > a:hover {
    background: #1A1C4B;
}

/*=====================End Header=======================*/


/*=====================Start Footer=======================*/
.footer-copy-right-bx {
    padding: 9px;
    background: #A71E33;
    /* background: linear-gradient(180deg, #A71E33 -62%, #1B1C4B 100%); */
    justify-content: center;
    display: flex;
    text-align: center;
}

.footer-copy-right-bx p {
    color: white;
    margin: auto;
    font-size: 16px;
}
.footer-copy-right-bx a {
    color: white;
    font-size: 16px;
    text-decoration: none;
}
.footer-copy-right-bx a:hover {
    color: #1A1C4B;
}
.site-footer-bx {
    background: #1a1c4b;
    padding: 90px 0px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.footerTopBar {
    margin-bottom: 90px;
    background: linear-gradient(to right, #ffffff 40%, rgba(255, 255, 255, 0.8) 48%, rgba(255, 255, 255, 0.4) 56%, rgba(255, 255, 255, 0) 65%), url(https://cherryontopmoving.com/wp-content/themes/cherryontopmoving/assets/images/footer/topFooterImage.png);
    background-size: unset;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 34px 39px;
    border-radius: 16px;
}

.topFooterDescription {
    color: #1B1C4B;
    font-size: 18px;
    font-weight: 400;
}

.topFooterRight h4 {
    color: #1B1C4B;
    font-size: 36px;
    font-weight: 700;
}
.topFooterRight {
    color: #1B1C4B;
    font-size: 18px;
    font-weight: 400;
}
.FooterLinkBt {
    gap: 18px;
    display: flex;
}

.FooterLinkBt a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 6px;
    border: 3px solid transparent;

    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(38deg, #1B1C4B, #A71E33) border-box;

    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Hover */
.FooterLinkBt a:hover {
    background:
        linear-gradient(38deg, #A71E33, #1B1C4B) padding-box,
        linear-gradient(38deg, #A71E33, #1B1C4B) border-box;

    color: #fff;
}


.site-footer-bx h3 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 14px;
}

.footerMenuList ul,
.footerContactList ul{
    margin: 0px;
    padding: 0px;
}

.footerMenuList ul li a {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.15px;
    text-align: unset;
    text-transform: capitalize;
    position: relative;
    padding-left: 18px;
    text-decoration: none;
}

.footerMenuList ul li a:after {
    content: '\f078';
    font-family: FontAwesome;
    position: absolute;
    left: -10px;
    top: 0px;
    bottom: 0px;
    font-size: 11px;
    font-weight: 400;
    transform: rotate(267deg);
    color: #ffffff;
}

.footerMenuList ul li a:hover{
    color: #A71E33;
}


.footerContactList ul li a {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.15px;
    text-align: unset;
    text-transform: capitalize;
    position: relative;
    text-decoration: none;
}



.footerContactList ul li a:hover{
    color: #A71E33;
}

.footerLogoImage {
    width: calc(100% - 114px);
}

.footerSiteInfo p {
    color: #ffffff;
    margin-top: 18px;
    font-size: 15px;
}
.footer-social {
    display: flex;
    gap: 18px;
}
.footer-social img {
    width: 42px;
}