body {
    font-family: 'Poppins', sans-serif;
}

.bg_clr {
    background-color: #091326;
}

.head_container {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_mid {
    display: flex;
    align-items: center;
    justify-content: right;
}

.Nav_btn {
    color: white;
    text-decoration: none;
    border: 1px solid white;
    padding-inline: 10px;
    padding-block: 5px;
    border-radius: 6px;
}

.Nav_btn:hover {
    color: #0D6EFD;
    border: 1px solid #0D6EFD;
    transition: .5s;
}

nav .toggle_btn {
    background-color: #fff;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

.dropdown_menu li {
    line-height: 70px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown_menu li a {
    text-decoration: none;
    color: #fff;
}

.icon_hover,
.dropdown_menu li a:hover {
    color: #0D6EFD;
    transition: .5s;
}

.dropdown_menu {
    top: 6rem;
    left: 0px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(7px);
    display: none;
}

.showdropdown_menu {
    display: block;
}

.form_group {
    width: 100%;
    margin-bottom: 10px;
}

.form_field {
    border: 1px solid #0D6EFD;
    border-radius: 10px;
    outline: none;
    background-color: #091326;
    color: #0D6EFD;
}

.form_field:focus {
    border-color: #fff;
    color: #fff;
}

.form_btn {
    color: white;
    background-color: #0D6EFD;
    border: none;
    padding-block: 15px;
    padding-inline: 40px;
    border: 1px solid #0D6EFD;
    border-radius: 10px;
}

.form_btn:hover {
    background-color: transparent;
    color: #0D6EFD;
    transition: .5s;
}

.Email_font {
    font-size: 10px;
}

.Email_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Email_hover:hover {
    color: #fff;
    transition: .5s;
}

.fotter_bg_clr {
    background-color: #0a1831;
}

.fotter_icon {
    font-size: 13px;
}

.fotter_icon:hover {
    color: #0D6EFD !important;
    transition: .5s;
}

.fotter_contact:hover {
    color: #fff !important;
    transition: .5s;
}

.list_icon {
    list-style: none;
}

.top_btn:hover {
    color: #0D6EFD !important;
    transition: .5s;
}

.FONT_ADJUST{
    font-size: 14px;
}

.fotter_line{
    font-size: 12px;
}

.whatsapp_btn{
    position: fixed;
    width: 30px;
    height: 50px;
    bottom: 40px;
    right: 50px;
    font-size: 60px;
    color: #45C855;
}

.whatsapp_btn:hover{
    color: green;
}















@media only screen and (min-width: 320px) and (max-width: 479px) {
    .Nav_btn {
        display: none;
    }

    .Arrow_img {
        display: none;
    }

    .main_heading {
        font-size: 60px;
    }

    .Email_flex {
        display: block;
        text-align: center;
    }

    .Email_padd {
        padding-top: 25px;
    }

    .fotter_icon {
        font-size: 12px;
    }

    .fotter_heading {
        padding-top: 30px;
    }

    .fotter_line{
        font-size: 10px;
        padding-bottom: 15px;
        text-align: center;
    }
    
    .list_icon1{
        justify-content: center;
        padding-left: 0px;
    }
    
    .map_padding{
        padding-top: 50px;
    }
    
    .whatsapp_btn{
        right: 25px;
        bottom: 20px;
        font-size: 50px;
    }

}


@media only screen and (min-width: 480px) and (max-width: 768px) {
    .Arrow_img {
        display: none;
    }

    .main_heading {
        font-size: 60px;
    }

    .Email_hover {
        font-size: 15px !important;
    }

    .fotter_icon {
        font-size: 10px;
    }

    .fotter_line{
        font-size: 10px;
    }
    
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .Arrow_img {
        height: 300px;
        width: 250px;
    }

    .main_heading {
        font-size: 50px;
    }

    .Email_hover {
        font-size: 20px !important;
    }

    .fotter_icon {
        font-size: 10px;
    }

    .fotter_line{
        font-size: 10px;
    }

}


@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .dropdown_menu {
        padding-block: 20px !important;
    }

    .Arrow_img {
        height: 350px;
        width: 300px;
    }

}