.grad1 {
    height: 70px;
    width: auto;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(#e87817, rgb(255, 242, 217), white, #57b038);
    /* Standard syntax (must be last) */
}

.grad2 {
    width: auto;
    background-image: linear-gradient(#e87817, rgb(255, 242, 217), white, #7be855);
    margin: 0px 20px 20px 20px;
    padding: 30px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 3px 23px 0 rgba(0, 0, 0, 0.19);
}


/*toggler icon*/

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v41/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

button:focus {
    outline: none !important;
}

.nav-items {
    font-size: 14px;
    text-align: center;
    color: rgb(5, 5, 128);
    font-family: open sans;
    font-weight: 540;
}

.pad-0 {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.active {}

.nav-align {
    padding-right: 1rem;
    padding-left: 1rem;
    color: #291770;
}

.active_clr {
    color: #f1c576 !important;
    border-top: 2px solid #f1c576;
    border-bottom: 2px solid;
    padding-top: 18px !important;
}

.font-weight-600 {
    font-weight: 600;
}

.navbar-nav1 {
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
}

.navbar-nav1 :hover {
    color: rgb(4, 4, 168);
}

.clr-blue {
    color: #291770;
}

.index1 {
    z-index: 9999;
}

.index-999 {
    z-index: 999;
}

.btns {
    font-weight: 500;
}

.btns1 {
    font-weight: 500;
}

.width1 {
    color: white;
    border: none;
    padding: 13px;
}

.left {
    width: 100%;
}


/* footer styles */

.type-none {
    list-style-type: none;
}

.font-weight-600 {
    font-weight: 600;
}

.fa-facebook-foot {
    padding: 7px;
    font-size: 22px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.pad-foot {
    padding: 0px 0px 10px 0px;
    line-height: 30px;
    font-size: 13px;
    margin-top: 20px;
    font-weight: 600;
}

.pad-foot li a {
    color: rgb(68, 67, 67);
}

.pad-foot li a:hover {
    color: #291770;
}

.font-500 {
    font-weight: 500;
    font-size: 15px;
    color: #291770 !important;
}

.footer p {
    font-size: 12px;
    text-align: justify;
    font-weight: 500;
    color: black;
}

.foot-pad {
    padding-left: 43px;
}

.pl-28 {
    padding-left: 28px;
}

.footer2 {
    background-color: #4e4e4edb;
}

.foots {
    background-color: #f1f1f1;
    padding: 7px 10px 0px 0px;
    margin-top: 20px;
    font-size: 12px;
}

.w-400 {
    width: 170px;
}

.social-icons a {
    padding: 6px;
    margin-top: 20px;
}

.social:hover {
    color: #291770;
}

.social {
    color: #332f6a;
}

.clr-lblue {
    color: #332f6a !important;
}

.clr-in {
    color: #332f6a;
}


/* header border styles */

.nav_dropdown:hover .nav_dropdown-content {
    display: block;
}

.nav_dropdown-content a:hover {
    background: #332f6a1f;
}

.nav_dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.nav_dropdown-content {
    z-index: 1111;
}

.nav_dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}


/*// header border styles */

@media only screen and (max-width:480px) {
    .width1 {
        padding: 2px 5px 3px 5px;
    }
}

@media only screen and (max-width: 980px) {
    .navbar-nav1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 3px;
        list-style: none;
        box-shadow: 0 10px 16px -12px #0a0e19;
        border-bottom: 2px solid #57b038;
        line-height: 21px;
        font-size: 14px;
        font-weight: 700;
        /* background-image: linear-gradient(rgba(151, 115, 49, 0.411),rgba(255, 242, 217, 0.288),white,rgba(5, 151, 5, 0.288));*/
        background-color: #ffffffdb;
    }
    .grad1 {
        height: 50px;
    }
}

@media only screen and (max-width:774px) {
    .navbar-nav1 {
        font-size: 12px !important;
        font-weight: 600;
    }
    .btns1 {
        font-size: 10px;
    }
}

@media only screen and (min-width:774px) and (max-width: 980px) {
    .navbar-nav1 {
        line-height: 25px !important;
    }
}

@media only screen and (max-width:400px) {
    .map {
        width: 100%;
    }
}

@media only screen and (max-width:500px) {
    .pad-0 {
        margin-top: 23px !important;
    }
}