.text_left
{
    text-align: left;
} 

.text_ceneter
{
    text-align: center;
}

.width_pls
{
    width: 100% !important;
}

.m-0
{
    margin: 0px;
}


.head
{
    font-size: 4vw;
    color: darkblue;
}

.head_gold
{
    font-size: 4vw;
    color: gold;
}

/* ------------------------------------------------------------------------- */

.p_2
{
    color: #ffffff;
    font-size: 1.5vw;
}

.sub-head{
    font-size: 1.6vw;
    color: #ffffb3;
}
/* ----------------------------------------------------------------------- */
#BG {
    width: 102%;
    height: 101vh;
    position: fixed;
    left: -7px;
    top: -6px;
    filter: blur(4px);
}

#mainFooter {
    width: 100% !important;
}

.section
{
    position: relative;
}

.top_baner img{
    width: 100%;
    filter: blur(3px);
    -webkit-filter: blur(2px);
}

.top_baner p{
    position: relative;
    top: -37vw;
    transform: translate(0%, 12%);
    backdrop-filter: blur(5px);
    color: #02176a;
    font-size: 2vw;
    padding: 3vw 0px;
    /* left: 2.5%; */
    background: #ffffff38;
    border-radius: 25px;
}

/* section 4 */


.section-Expertise
{
    top: -25vw;
    transform: translate(0%, 12%);
    margin: auto;
    /* left: 3px; */
    background: #ffffff30;
    backdrop-filter: blur(6px);
    border-radius: 25px;
}

.section-why
{
    top: -12vw;
    transform: translate(0%, 12%);
    margin: auto;
    /* left: 3px; */
    /* background: #7f22222e; */
    background: #025ba92e;
    backdrop-filter: blur(6px);
    border-radius: 25px;
    box-shadow: 0 0 14px #7575ae;
}

.section-why img
{
    width: 82%;
    box-shadow: 6px 4px 5px 0px #38383a;
    border-radius: 20px;
}
.section-why img
{
    position: relative;
    top: -20px;
}

.bot_baner
{
    top: 25px;
}

.bot_baner img
{
    width: 92%;
    opacity: 0.9;
    box-shadow: 0 0 12px 10px #ffffff47;
    border-radius: 25px;
    filter: blur(1px);
    -webkit-filter: blur(1px);
}

.bot_baner p{
    position: relative;
    top: -33vw;
    left: 2vw;
    transform: translate(3%, -18%);
    font-size: 3vw;
    backdrop-filter: blur(10px);
    width: 90%;
    border-radius: 25px;
    background: #ffffff26;
    color: #200000;
}
/*  ------------------ meida screan ----------------------------- */

@media(orientation : landscape)
{

}

@media(orientation: portrait)
{
    .sub-head {
        font-size: 3.6vw;
    }
    .p_2 {
        font-size: 3.5vw;
    }
    .section-why
    {
        top: -12vw !important;
    }
    .bot_baner {
        top: 50px;
    }
}