
.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: #446f35;
    text-decoration: none;
}

.footer-list li a:hover, a:active {
    color: #446f35;
    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;
}



.text-capitalize {
    text-transform: none!important;
}

.white{
    color:#ffffff;
}

a{
    font-weight:700;
}

.navbar-nav > li > a {
   
    text-transform: capitalize;
   
}

.features-flex-square-content h2 {
    color: #fff;
    letter-spacing: 0.75px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: normal;
}

.features-flex-square-content h2 a {
    color: #fff;
    letter-spacing: 0.75px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: normal;
}

.page-title-section.small ul li:last-child a {
    color: #86bc42;
}

.inner-title h2 {
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 600;
}

.backgroundgreen {
    background-color: #446f35;
    padding: 20px;
}

a:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.skip-main {
    background: #1c1c1c;
    color: #fff;
    height: 45px;
    left: 0;
    padding: 8px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
    font-size: 1.2em;
    /*border-bottom-right-radius: 25px;*/
    /*border-right: 5px solid rgba(250,250,250,.3);*/
    /*border-bottom: 5px solid rgba(250,250,250,.3);*/
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%), 0 5px 10px 0 rgb(0 0 0 / 19%);*/
}

 .skip-main:focus {
transform: translateY(0%);
 }

 .white a:hover{
     color: white;
     text-decoration: underline;
 }

/* Large rounded green border */
hr.new5 {
    border: 5px solid #446f35;
    border-radius: 3px;
}

.btn-success {
    color: #fff;
    background-color: #446f35;
    border-color: #446f35;
}

p a {
    text-decoration: underline;
}