*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
    color: inherit;
}

body {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #77797e;
    background-color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.overfooter .gap-70{
    gap: 70px;
}

.overfooter h4{
    font-weight: 400;
    border-left: 1px solid #29314a;
    padding: 0 0 0 30px;
    position: relative;
    color: white;
    font-size: 20px;
    line-height: 130%;
    margin: 0;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}

.overfooter .socials{
    gap: 15px;
    position: relative;
    z-index: 9;
}

.overfooter .socials a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    display: block;
    color: #0c142e;
    transition: all 0.4s ease-in-out;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    &:hover{
        color: #fff;
        background-color: #ff3726;
    }
}

.overfooter{
    background-color: rgb(17, 26, 54);
    padding: 30px 0;
}
footer{
    background-color: #0C142E;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.footer::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url('./img/bg-light-footer.png');
    background-position: center center;
    background-size: cover;
    z-index: -1;
    opacity: 0.04;
    background-repeat: no-repeat;
}

.footer_bottom{
    border-top: 1px solid #2d344a;
    padding: 30px 0;
    color: #8E94A5;
}

.footer_card{
    position: relative;
    margin-top: 30px;
    min-width: 300px;
}

.footer_card.shape_map::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(./img/shape-map.png);
    background-position: center center;
    z-index: -1;
    opacity: 0.04;
    background-repeat: no-repeat;
}

.footer_card h4{
    font-weight: bold;
    color: white;
    font-size: 20px;
    line-height: 130%;
    font-family: "Lexend", sans-serif;
    margin: 0 0 30px 0;
    padding: 0;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}

.footer_card p{
    color: #8E94A5;
    margin: 0;
}

.footer_card ul{
    margin-top: 20px;
}

.footer_card ul li:not(:last-child){
    margin-bottom: 20px;
}

.footer_card ul li{
    color: white;
}

.footer_card ul li i{
    color: #ff3726;
    margin-right: 10px;
    font-size: 20px;
}

.footer_content{
    padding: 50px 0 80px;
    position: relative;
    z-index: 9;
}

.topheader{
    background-color: #005cb5;
    padding: 10px 60px;
    position: relative;
    z-index: 9;
    border-top: 3px solid #005cb5;
}

.topheader::before{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 285px;
    content: "";
    background-color: white;
    z-index: -1;
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
}

.topheader .contact_list{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 180px;
}

.topheader .contact_list div{
    color: #d4eaff;
    font-size: 14px;
}

.topheader .contact_list div i{
    color: #ff3726;
    margin-right: 10px;
}

.topheader .header_top_right{
    display: flex;
    align-items: center;
    gap: 70px;
}

.topheader .header_top_right .link{
    font-size: 14px;
    color: #d4eaff;
}

.topheader .socials{
    gap: 25px;
}

.topheader .socials a{
    color: #fff;
    font-size: 14px;
}

.header{
    position: relative;
    background-color: white;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
    z-index: 999;
    border-bottom: 3px solid #ff3726;
}

.header .header_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.header_left{
    display: flex;
    align-items: center;
    gap: 80px;
}

.header_right{
    gap: 15px;
    align-items: center;
    display: flex;
}

.header_right .icon{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    color: #ff3726;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.header_right_content p{
    color: #77797e;
    font-size: 14px;
    margin: 0;
}

.header_right_content h6{
    font-size: 16px;
    color: #0c142e;
    font-weight: 600;
    line-height: 145%;
    text-transform: capitalize;
    padding: 0;
}

.wp-nav-menu li{
    position: relative;
    list-style: none;
    display: inline-block;
    margin-inline-end: 60px;
    padding: 20px 0;
}
.wp-nav-menu li a{
    transition: all 0.3 ease-in-out;
}
.wp-nav-menu li a:hover{
    color: #0C142E;
}

.header .menu-toggle{
    display: none;
}


.close_side{
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: #ff3726;
    position: relative;
    z-index: 9;
    cursor: pointer;
    color: white;
    border: none;
}

.side_menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 400px;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    text-align: left;
    transform: translateX(470px);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    border-left: 1px solid #005cb5;
    overflow: hidden;
    z-index: 99999999999;
    transition: all .6s cubic-bezier(.77,0,.175,1);
}

.side_menu_wrapper{
    position: relative;
    height: 100%;
    padding: 30px 30px;
}

.side_menu.active {
    transform: translateX(0);
}

.side_menu_list{
    display: none;
}

.side_menu .nav{
    width: 100%;
    display: block;
}

.side_menu .nav li{
    width: 100%;
    padding: 10px 0;
    color: #0c142e;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid #e3e3e3;
}

.side_contact{
    margin-top: 20px;
}

.side_contact h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    font-family: "Lexend", sans-serif;
    margin: 0px;
    padding: 0;
    color: #0c142e;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}

.side_contact ul{
    margin-top: 20px;
}

.side_contact ul li{
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
    align-items: center;
    display: flex;
}

.side_contact ul li .contact_icon{
    margin-right: 20px;
    color: #ff3726;
}

.side_menu .socials{
    margin-top: 30px;
    gap: 10px;
    align-items: center;
    display: flex;
}

.side_menu .socials a{
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    display: block;
    background: transparent;
    color: #77797e;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    text-align: center;
    border: 1px solid #e3e3e3;
}

.side_menu .socials a:hover{
    background-color: #ff3726;
    color: white;
}

.logo_img{
    height: 76px;
}

@media (max-width:1400px){
    .topheader::before{
        display: none;
    }

    .topheader .contact_list{
        margin: 0;
    }
}

@media(max-width: 1200px){
    .wp-nav-menu{
        display: none;
    }

    .side_menu_list{
        display: block;
    }

    .header_right{
        display: none;
    }

    .header .menu-toggle{
        display: block;
        border: none;
        background: none;
    }

    .header .menu-toggle i{
        font-size: 40px;
        color: #0c142e;
    }
}

@media(max-width:992px){
    .overfooter_content{
        flex-wrap: wrap;
        gap: 25px;
        justify-content: center;
        flex-direction: column;
    }

    .topheader{
        display: none;
    }

    
}

@media(max-width:768px){
    .overfooter .overfooter_content h4{
        padding-left: 0;
        border: none;
        font-size: 18px;
    }
}