﻿
/*//////////////////////////////////////////////////////////////////
[ expand the container fluid ]*/
.container-fluid-maxx {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: auto;
    margin-left: auto;
}

/*//////////////////////////////////////////////////////////////////
[ padding utility - padding left ]*/
.pola-pl-13{
    padding-left:13px;
}

/*//////////////////////////////////////////////////////////////////
[ height percentage utility ]*/
.pola-h-5 {
    height: 5vh;
}
.pola-h-8 {
    height: 8vh;
}
.pola-h-10 {
    height: 10vh;
}
.pola-h-95 {
    height: 95vh;
}

/*//////////////////////////////////////////////////////////////////
[ width percentage utility ]*/
.pola-w-3 {
    width: 3vw;
}
.pola-w-4 {
    width: 4vw;
}
.pola-w-5{
    width:5vw;
}
.pola-w-17 {
    width: 17vw;
}
.pola-w-95{
    width:95vw;
}
.pola-w-96 {
    width: 96vw;
}

/*//////////////////////////////////////////////////////////////////
[ font size utility ]*/
.pola-f-13{
    font-size : 13px;
}
.pola-f-16 {
    font-size: 16px;
}
