.HeaderMain {
    padding: 10px 15px;
}
.HeaderLogo {
    width: 150px;
}
.MainButton {
    background: #001466;
    padding: 10px;
    height: 40px;
    position: relative;
    display: flex;
    width: 140px;
    color: white;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.MainButton span {
    position: relative;
    z-index:2;
}
.MainButton:hover span {
    color:white;
}
.MainButton::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 30%;
    height: 100%;
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    background: #001e9b;
    z-index: 0;
}
.FooterNew {
    background: #001561;
}
.CardinFooter a {
    color: white;
    font-size: 14px;
}
.CardinFooter li{
    list-style:none;
    text-align:left;
}
.CardinFooter ul{
    padding:0;
}
.CardinFooter h4 {
    color: #f05454;
    font-size: 22px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
    margin-bottom: 15px;
}

.copyright-text {
    font-size: 20px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
    color: #104042;
}
.copyright-wrap {
    border-top: 1px solid #fff;
    text-align: center;
}

.social-links a {
    color: #fff;
    font-size: 22px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size:14px;
}



.main-menu ul li a{
    font-size:14px;
}

.description-text {
    color: white;
    line-height: 1.4;
}

.CopyRightLink {
    background: white;
    border-radius: 10px;
    color: #000000;
    font-size: 14px;
    background: white;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.CopyRightLink img {
    width: 80px;
    margin: 0 10px;
}

@media only screen and (max-width: 768px) {
  .CardinFooter h4 svg{
        display: none;
    }
    .CopyRightLink {
    display: inline-block;
}
.CardinFooter h4 {
        text-align: left;
    }
}






.LinkBox {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: right;
}
.CallNmail {
    font-size: 16px;
    color: #dfa500;
}
.HeaderKeyword {
    margin: 0;
    font-size: 16px;
    color: #dfa500;
}
.MenuTopHeader {
    background: #fffdef;
    padding: 5px 0;
    border-bottom: 1px solid #dfa500;
}

.main-menu ul li a:hover {
    color: #001466;
}
.TopSticky{
    position: sticky;
    top: 0;
    z-index: 45;
    background: white;
}

@media only screen and (max-width: 768px) {
    .HeaderKeyword{
        display:none;
    }
}