﻿.homePageContentAlign {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.homePageContentImg{
    width:100%;
    height:100%;
}
.applicationFields {
    color: white !important;
    background-color: black;
    padding: 10px;
    opacity: 0.8;
}
.newsConnectionUpperTitle{
    font-size:24px;
    display:block;
}
.newsConnectionLowerTitle {
    font-size: 14px;
    display: block;
}
.leftMenuActive {
    background-color: #eee !important;
}
.menuActive {
    border-bottom: 2px solid #f2a030;
}
.projectVideos{
    margin-bottom:30px;
}
.font-15 {
    font-size: 15px !important;
}
.font-16{
    font-size:16px !important;
}
#callnowbutton {
    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 2147483647;
    width: 40%;
    right: 100px;
    bottom: 0;
    height: 40px;
    bOrder-top: 1px solid #2dc62d;
    bOrder-bottom: 1px solid #006700;
    text-shadow: 0 1px #006700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 200%;
    overflow: hidden;
    padding-right: 20px;
    background: #009900;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 650px) {
    #callnowbutton {
        display: block;
        position: fixed;
        text-decoration: none;
        z-index: 2147483647;
        width: 80%;
        right: 0;
        bottom: 0;
        height: 90px;
        bOrder-top: 1px solid #2dc62d;
        bOrder-bottom: 1px solid #006700;
        text-shadow: 0 1px #006700;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 200%;
        overflow: hidden;
        padding-right: 20px;
        background: #009900;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.menu-txtCapitalize{
    text-transform:capitalize !important;
}
.text-orange{
    color:#f1a030 !important;
}
.float-right{
    float:right !important;
}
.text-black {
    color: #000 !important;
}
.margin-top-30{
	margin-top:30px;
}