


.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    

.content {
    padding-top: 1.1rem;
}



.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.feature-box-inner {
    min-height: 415px;
}

section {
    padding: 35px 0;
}

body{
    color:#000;
}

.social-icon-style3 li a {
    color: #000;
}
.footer-list li a {
   
    color: #fff;
}

footer{
    color:#fff;
}

.footer-bar {
color:#fff;
}



.footer-top-bar a {
    color: #fff;
}

.footer-top-bar a:hover, a:active {
    color: #86bc42;
    text-decoration: none;
}

.footer-list li a:hover, a:active {
    color: #86bc42;
    text-decoration: none;
}

.carousel-item {
    height: 87vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carouselhome{
    padding: 0px 0;
}

.bg-light-green {
    background-color: #a2dba2;
}

.section-heading {
    margin-bottom: 50px;
    text-align: left!important;
}

/*fontsize changes*/

body{
    font-size:16px;
}

h1 {
    font-size: 43px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 33px;
}

h4 {
    font-size: 31px;
}

h5 {
    font-size: 27px;
}

h6 {
    font-size: 23px;
}

.services-block-three > a {
    display: block;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    text-align: left;
    background: #fff;
    padding: 20px;
    position: relative;
   font-size: 20px;
}

.dataFont{
    font-size:20px;
}

.big{
    font-size:22px;
    font-weight:300;
}

.bigger{
    font-size:30px;
    font-weight:900;
}

.blog-grid{
    min-height:800px;
}

.text-capitalize {
    text-transform: none!important;
}