@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap');
@import url('../elements.css');

body {
    font-family: 'Cairo', sans-serif;
    padding: 0;
    margin: 0;
    letter-spacing: -0.7px;
}

img {
    max-width: 100%;
}

a:focus, .button:focus, button:focus, .btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -webkit-transition: 1s;
    transition: 1s;
}

@media (max-width: 767px) {
    body {
        font-size: smaller;
    }
}

header {
    /*padding-bottom: 1vw;*/
    z-index: 50;
    width: 100%;
    border-top: 3px solid #040251;
    position: relative
}

    header.heade_fixed{
        position: fixed
    }

        header.heade_fixed .nav{
            background: rgba(239,239,239,0.92)
        }


        section {
            padding-top: 35px;
            padding-bottom: 35px;
        }

.arrow-right {
    width: 1.2vw;
}

.nav__nav-counter {
    /*margin: 20px;*/
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: right;
    /*height: 5vw;*/
    position: sticky;
    z-index: 50;
    color: #333745;
}

.nav {
    background: white;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    height: 5vw;
}

.nav__Login-btn {
    outline: none;
    padding: 0px 22px !important;
    text-align: center !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease 0s !important;
    margin: 0px 20px 0px 20px;
    border-radius: 7px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    color: #4d4d4d !important;
    border: 1px solid #4d4d4d;
    background: transparent;
}

    .nav__Login-btn:hover {
        color: #fff !important;
        border: 0px;
        background: #4d4d4d;
    }

.ml-auto {
    margin-right: auto !important;
}

@media (max-width: 767px) {
    .nav__Login-btn {
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        margin: 0px;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: right;
        color: rgba(0,0,0,.5) !important;
        border: 0px;
    }

        .nav__Login-btn:hover {
            color: rgba(0,0,0,.7) !important;
            border: 0px;
            background: transparent;
        }

    .nav__nav-counter {
        font-size: small;
    }
}

.comtactus__con > div{
    margin-bottom: 30px
}

.row {
    /* margin-bottom: 34px;*/
    margin: 0px
}

/**********************************footer*********************************/

.col_white_amrc {
    color: #333745;
}

footer {
    width: 100%;
    background-color: rgba(41,40,40,1);
    min-height: 250px;
    padding: 0px 0px 25px 0px;
}

.pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
}

footer p {
    color: #CCC;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.contct-us {
    color: #FFF;
    margin: 1vw 0vw;
}

.mb10 {
    padding-bottom: 15px;
}

.footer_ul_amrc {
    width: 100%;
    margin: 0px;
    list-style-type: none;
    padding: 5px 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

    .footer_ul_amrc li {
       /* float: right;*/
    }

        .footer_ul_amrc li a {
            color: #FFF;
        }

            .footer_ul_amrc li a:hover {
                color: #578ddd;
                text-decoration: none;
            }

.fleft {
    float: left;
}

.padding-right {
    padding-right: 10px;
}

.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

    .footer_ul2_amrc li p {
        display: table;
    }

    .footer_ul2_amrc li a:hover {
        text-decoration: none;
    }

    .footer_ul2_amrc li i {
        margin-top: 5px;
    }

.bottom_border {
    border-top: 1px solid #ced6da;
    /*padding-bottom: 20px;*/
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

    .foote_bottom_ul_amrc li {
        display: inline;
    }

        .foote_bottom_ul_amrc li a {
            color: #999;
            margin: 0 12px;
        }

.social_footer_ul {
    display: flex;
    padding: 0px;
    list-style-type: none;
    margin-bottom: 30px
}

    .social_footer_ul li {
        padding-left: 10px;
        padding-top: 10px;
        float: left;
    }

        .social_footer_ul li a {
            color: #fff;
            border: 1px solid #fff;
            padding: 8px;
            border-radius: 14%;
        }

            .social_footer_ul li a:hover {
                color: #fff;
                background-color: #578ddd;
            }

        .social_footer_ul li i {
            width: 20px;
            height: 20px;
            text-align: center;
        }

.owl-nav {
    display: none;
}
