body{
    font-family: 'Roboto Condensed',sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000!important;
}
div.body{
    width: 100%;
    min-height: 500px;
}
/*Font Family*/
.fontWeightRobotoThin{ font-family: Roboto; font-weight: 100; }
.fontWeightRobotoLight{ font-family: Roboto; font-weight: 300; }
.fontWeightRobotoNormal{ font-family: Roboto; font-weight: 400; }
.fontWeightRobotoSemiBold{ font-family: Roboto; font-weight: 500; }
.fontWeightRobotoBold{ font-family: Roboto; font-weight: 700; }

.fontWeightRobotoThin{ font-family: Roboto Condensed; font-weight: 100; }
.fontWeightRobotoLight{ font-family: Roboto Condensed; font-weight: 300; }
.fontWeightRobotoNormal{ font-family: Roboto Condensed; font-weight: 400; }
.fontWeightRobotoSemiBold{ font-family: Roboto Condensed; font-weight: 500; }
.fontWeightRobotoBold{ font-family: Roboto Condensed; font-weight: 700; }


/*Colors CSSs*/
.colorfff{ color: #fff; }
.color000{ color: #000; }
.color111{ color: #111; }
.color222{ color: #222; }
.color333{ color: #333; }
.color555{ color: #555; }
.color666 { color: #666; }
.color777 { color: #777; }
.color888 { color: #888; }
.color999 { color: #999; }
.coloraaa { color: #aaa; }
.colorccc { color: #ccc; }
.colorddd { color: #ddd; }
.coloreee { color: #eee; }
.color212121 { color: #212121; }
.colorB28601 { color: #656565; }
.color717171 { color: #717171; }
.color1F1F1F { color: #1F1F1F; }

.cllor5F5F5F { color: #5F5F5F; }
.color535353{ color: #535353;}
.color545454{ color: #545454;}
.color868686{ color: #868686;}
.color858585{ color: #858585;}
.color262B55{ color: #262B55;}
.color457EC5{ color: #457EC5;}

.fsize10{ font-size: 10px;}
.fsize12{ font-size: 12px; }
.fsize13{ font-size: 13px; }
.fsize14{ font-size: 14px; }
.fsize16{ font-size: 16px; }
.fsize18{ font-size: 18px; }
.fsize20{ font-size: 20px; }
.fsize24{ font-size: 24px; }
.fsize36{ font-size: 36px; }

.fontItalics{ font-style: italic;}
.fontBold{ font-weight: bold;}
.lineThrough{ text-decoration: line-through;}
.backgroundColor{ background-color: #fff; }
.text-underline { text-decoration: underline;}
.text-uppercase { text-transform: uppercase;}

.m-0{ margin: 0;}
.p-0{ padding: 0;}


/*Line Height CSSs*/
.lineHeight1pointZeroPoint9em{ line-height: 0.9em; }
.lineHeight1em{ line-height: 1em; }
.lineHeight1point1em{ line-height: 1.1em; }
.lineHeight1point2em{ line-height: 1.2em; }
.lineHeight1point3em{ line-height: 1.3em; }
.lineHeight1point4em{ line-height: 1.4em; }
.lineHeight1point5em{ line-height: 1.5em; }
.lineHeight1point6em{ line-height: 1.6em; }
.lineHeight1point7em{ line-height: 1.7em; }
.lineHeight1point8em{ line-height: 1.8em; }
.lineHeight1point9em{ line-height: 1.9em; }

/*Letter Specing*/
.letterSpacing1{letter-spacing: 1px; }
.letterSpacing2{letter-spacing: 2px; }
.letterSpacing3{letter-spacing: 3px; }

.setBackground{
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Headings CSSs*/
.sectionHeading h1{
    font-size: 36px;
    margin: 0;
    padding: 0;
}
.sectionHeading h2{
    font-size: 24px;
    margin: 0;
    padding: 0;
}
.sectionHeading h3{
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.sectionHeading h4{
    font-size: 16px;
    margin: 0;
    padding: 0;
}

/*Media CSSs*/
@media(max-width: 767px){
    /*Headings CSSs*/
    .sectionHeading h1{
        font-size: 26px;
    }
    .sectionHeading h2{
        font-size: 18px;
    }
    .sectionHeading h3{
        font-size: 16px;
    }
    .text-center-xs{ text-align: center;}
    
}
@media(min-width: 768px) and (max-width: 990px){ 
    /*Headings CSSs*/
    .sectionHeading h1{
        font-size: 26px;
    }
    
    .text-center-sm{ text-align: center;}
}
@media(min-width: 991px) and (max-width: 1199px){
    
}
@media(min-width: 1200px){ 
    
}


