body {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

img {
    outline: none;
    line-height: 0;
    border: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

@font-face {
    font-family: 'swiss721lightbt58d029633bb32';
    src: url('../fonts/swiss721lightbt58d029633bb32.eot');
    src: url('../fonts/swiss721lightbt58d029633bb32.eot') format('embedded-opentype'), url('../fonts/swiss721lightbt58d029633bb32.woff2') format('woff2'), url('../fonts/swiss721lightbt58d029633bb32.woff') format('woff'), url('../fonts/swiss721lightbt58d029633bb32.ttf') format('truetype'), url('../fonts/swiss721lightbt58d029633bb32.svg#swiss721lightbt58d029633bb32') format('svg');
}

.cls-top-part {}

.cls-top-part ul {
    display: inline-block;
}

.cls-top-part ul li {
    display: block;
    float: left;
    background: #cbe1c8;
    padding: 10px 0px;
}

.cls-top-part ul li.cls-donate {
    background: #265a22;
    position: relative;
    padding: 0px;
}

.cls-top-part ul li.cls-donate:after {
    content: "";
    width: 100%;
    height: 20px;
    bottom: -20px;
    left: 0;
    position: absolute;
    background: #265a22;
    border-radius: 0 0 15px 15px;
}

.cls-top-part ul li.cls-donate a {
    color: #fff;
    padding-bottom: 0;
    padding-top: 20px;
}

.cls-top-part ul li a {
    display: block;
    color: #255122;
    padding: 0px 18px;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
    border-right: 2px solid #013700;
}

.cls-top-part ul li:last-child a {
    border-right: 0px;
}

.cls-top-part ul li:first-child a {
    border-right: 0px;
}

.cls-top-part .cls-search {
    display: inline-block;
    vertical-align: top;
}

.cls-search {
    margin: 10px 0 0 25px;
}

.cls-search input {
    padding: 0 10px;
    height: 28px;
    width: 173px;
    border: 1px solid #a9a9a9;
    background: #fff;
    color: #333;
}

.cls-search button {
    border-radius: 3px;
    height: 28px;
    line-height: 28px;
    background: #0c3b04;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 0 15px;
    border: 0;
}

.cls-search button:hover {
    background: #265a22;
}

.cls-caption h3 {
    margin-top: 0;
    color: #265a22;
    text-align: right;
    font: 900 italic 26px/28px Arial;
}

.cls-caption span {
    display: block;
    font-size: 16px;
    font-style: normal;
}

.cls-logo {
    display: inline-block;
    margin-top:-40px;
}


/*--------------navigation banner section-----------------*/

.navbar-nav > li a {
    color: #13550a;
    font-family: 'swiss721lightbt58d029633bb32';
}

.navbar-nav > li:hover a,
.navbar-nav > li.active a,
.navbar-nav > li.open a {
    color: #fff;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(38, 90, 34, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(38, 90, 34, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(38, 90, 34, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(38, 90, 34, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(38, 90, 34, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(38, 90, 34, 1) 50%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

#navbar {
    margin-top: 15px;
}

.navbar-nav > li:last-child a {
    border-right: 0;
}

.navbar-nav > li a {
    font-size: 19px;
    transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    border-right: 1px solid #265a22;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-nav > li span {
    transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    display: block;
}

.navbar-nav > li ul {
    margin-left: -5px;
}

.navbar-nav > li ul li a {
    transform: none;
    border-right: 0px;
}

.navbar-nav > li.open ul li a {
    background: none;
    background-color: #fff;
    color: #000;
}

.navbar-nav > li.open ul li a:hover {
    background-color: #1e581c;
    color: #fff;
}

.dropdown-menu {
    padding: 0px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    left: 100%;
	top:-2px;
    margin-left: 0px;
	
}

.dropdown-submenu > .dropdown-menu>li>a{
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

/*--------------navigation banner section end-----------------*/


/*--------------slider banner section-----------------*/

.carousel-control.left,
.carousel-control.right {
    background: none;
    display: none;
}

.banner-cls .carousel-caption {
    right: auto;
    left: 20px;
    padding-bottom: 30px;
    text-align: left;
    bottom: 50%;
}

.carousel-indicators li {
    background: #a8a8a8;
}

.carousel-indicators li.active {
    background: #1e581c;
}

.banner-cls .carousel-caption {
    color: #1e581c;
    font: 30px/35px arial;
    text-shadow: none;
}

.banner-cls .carousel-caption p {
    color: #444444;
    font: 20px/35px arial;
    text-shadow: none;
    margin-bottom: 0;
}

.banner-cls .carousel {
    height: auto;
    margin: 0;
}

.banner-cls .carousel .item {
    height: 390px;
}

.banner-cls img {}

.bx-wrapper {
    margin-bottom: 0;
    border: none;
    box-shadow: none;
}

.bx-wrapper .bx-pager {
    padding: 0;
    bottom: 18px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #a9a9a9;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #265a22;
}

.banner-cls .banner-txt h4 {
    color: #1e581c;
    font: 45px/50px arial;
    text-shadow: none;
}

.banner-cls .banner-txt p {
    color: #444444;
    font: 30px/45px arial;
    text-shadow: none;
    margin-bottom: 0;
}

.banner-cls .banner-txt {
    position: absolute;
    left: 20px;
    top: 25%;
}


/*--------------slider banner section end-----------------*/

.cls-contact {
    background: #d7f8d0;
    margin: 10px auto 45px;
    padding: 15px;
    overflow: hidden;
}

.img-cls,
.txt-cls {
    display: table-cell;
    vertical-align: middle;
    color: #0c3b04;
}

.txt-cls a {
    color: #0c3b04;
}

.txt-cls {
    padding-left: 5px;
    font: 900 18px/25px arial;
}

.txt-cls a {
    font-weight: normal;
    text-decoration: underline;
}

.txt-cls a:hover {
    text-decoration: none;
}

.cls-articles {
    margin: 0px -15px;
}

.cls-articles h4 {
    margin-top: 0px;
}

.cls-articles .cls-recent ul,
.cls-articles .cls-news ul {
    min-height: 270px;
}

.cls-articles h4 {
    background: #265a22;
    font-weight: normal;
    color: #fff;
    padding: 20px;
    font-family: 'swiss721lightbt58d029633bb32';
    font-size: 26px;
}

.cls-articles ul {
    background: #d7f8d0;
    width: 100%;
    padding: 15px 20px;
}

.cls-articles .cls-recent ul li {
    font-size: 16px;
    color: #333;
    background: url(../images/right-sign.png) no-repeat 0 0;
    padding: 0 0 25px 40px;
    font-family: 'swiss721lightbt58d029633bb32';
}

.cls-articles h4 span {
    display: block;
    font-size: 33px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.cls-articles .cls-news ul li {
    color: #333;
    background: url(../images/bulet-img.png) no-repeat 0 5px;
    padding: 0 0 15px 15px;
    font-family: 'swiss721lightbt58d029633bb32';
}

.cls-articles .cls-forum ul li {
    display: inline-block;
    font-family: 'swiss721lightbt58d029633bb32';
    font-size: 16px;
    padding-right: 30px;
}

.cls-articles .cls-forum ul li:last-child {
    padding-right: 0px;
}

.cls-articles .cls-forum ul li label {
    font-weight: normal;
    color: #1e581c;
}

.cls-articles .cls-forum ul li a {
    display: block;
}

.cls-articles .cls-forum ul li a:hover img {
    opacity: 0.8;
}

.cls-articles .cls-forum ul {
    text-align: center;
}


/*--------------Footer section-----------------*/

.cls-footer-top-part {
    border-top: 1px solid #2f622c;
    border-bottom: 1px solid #2f622c;
    padding-top: 45px;
    margin-top: 20px;
    overflow: hidden;
}

.cls-footer-top-part .cls-nav ul li,
.cls-footer-top-part .cls-information ul li {
    margin-bottom: 15px;
}

.cls-footer-top-part .cls-nav ul li a,
.cls-footer-top-part .cls-information ul li a {
    font-size: 16px;
    color: #272727;
    text-decoration: none;
    font-family: 'swiss721lightbt58d029633bb32';
}

.cls-footer-top-part .cls-nav ul li a:hover,
.cls-footer-top-part .cls-information ul li a:hover {
    color: #265a22;
}

.cls-footer-top-part h4 {
    color: #265a22;
    font-family: 'swiss721lightbt58d029633bb32';
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
}

.cls-footer-top-part .cls-social ul li {
    display: inline-block;
    margin-right: 6px;
}

.cls-footer-top-part .cls-social ul li a {
    display: block;
}

.cls-footer-top-part .cls-social ul li a:hover img {
    opacity: 0.8;
}

.cls-footer-top-part .cls-news {
    background: #265a22;
    color: #fff;
}

.cls-footer-top-part .cls-news h5 {
    color: #fff;
    text-align: center;
    font-family: 'swiss721lightbt58d029633bb32';
    font-weight: bold;
    font-size: 22px;
}

.cls-footer-top-part .cls-news input {
    width: 228px;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    border: 0;
    margin-bottom: 10px;
    background: #d7f8d0;
    color: #333;
}

.cls-footer-top-part .cls-news label {
    width: 100%;
    font-family: 'swiss721lightbt58d029633bb32';
}

.cls-footer-top-part .cls-news button {
    background: #479e3f;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    margin: 10px 0 15px;
    border: 0;
    border-radius: 3px;
}

.cls-footer-top-part .cls-news button:hover {
    background: #fff;
    color: #479e3f;
}

.cls-bottom-txt {}

.cls-bottom-txt h5 {
    font-family: 'swiss721lightbt58d029633bb32';
    font-weight: bold;
    font-size: 20px;
    color: #33652f;
    text-align: center;
    line-height: 30px;
    border-bottom: 1px solid #2f622c;
    padding: 20px 0;
}

.cls-copy-part {
    padding: 15px 0 40px;
    color: #333333;
    font-family: 'swiss721lightbt58d029633bb32';
    font-size: 16px;
}
@media only screen and (min-width:1199px) {
    .container{
        width:95%;
    }
    .img-cls img{
        width:80%;
    }


}

@media only screen and (max-width:1199px) {
    .container {
        width: 93%;
        padding: 0px;
    }
    .cls-search {
        margin: 20px 0px 0px 0px;
    }
    .navbar-nav > li a {
        font-size: 13px;
    }
    .cls-articles .cls-forum ul li {
        padding-right: 0px;
    }
    .cls-logo{
        margin-top: -140px;
    }
    .cls-caption{
        margin-top: -80px;
    }
    .img-cls img{
        width:90%;
    }
     .txt-cls{
        font: 900 14px/18px arial;
    }
}

@media only screen and (max-width:991px) {
    .container {
        width: 90%;
        padding: 0px;
    }
    .navbar-nav > li a {
        font-size: 11px;
        padding: 10px 5px;
    }
    .cls-txt-con {
        margin-bottom: 30px;
    }
    .cls-logo{
        margin-top: 20px;
    }
    .cls-caption{
        margin-top: 20px;
    }
    .img-cls img{
        width:100%;
    }
}

@media only screen and (max-width:768px) {
    .container {
        width: 85%;
    }
    .cls-top-part {
        text-align: center;
    }
    .cls-top-part ul li a {
        padding: 5px 10px;
        font-size: 12px;
    }
    .cls-top-part ul li.cls-donate a {
        font-size: 12px;
        padding: 15px 25px 10px 20px;
    }
    .cls-top-part ul li.cls-donate:after {
        height: 10px;
        bottom: -10px;
    }
    .cls-top-part .cls-search {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin: 30px 0;
        text-align: center;
    }
    .cls-bottom-txt h5 br {
        display: none;
    }
    .cls-bottom-txt h5 {
        font-size: 16px;
    }
    .cls-logo-part,
    .cls-caption,
    .cls-caption h3 {
        text-align: center;
    }
    .cls-footer-top-part {
        text-align: center;
    }
    .cls-social {
        margin-bottom: 20px;
    }
    .cls-articles h4 span {
        display: inline-block;
        margin-left: 10px;
        font-size: 18px;
    }
    .cls-articles h4 {
        padding: 10px 20px;
    }
    .cls-articles .cls-recent ul,
    .cls-articles .cls-news ul {
        min-height: 10px;
    }
    .img-cls img {
        width: 50px;
        height: auto;
    }
    .txt-cls {
        font-size: 13px;
        line-height: normal;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .navbar-toggle {
        background: #265a22;
    }
    .navbar-nav > li a,
    .navbar-nav > li span {
        transform: none;
        border: 0;
    }
    .banner-cls .banner-txt h4 {
        font-size: 30px;
        line-height: normal;
    }
    .banner-cls .banner-txt p {
        font-size: 20px;
        line-height: normal;
    }
    .navbar-nav {
        background: #d7f8d0;
    }
    .cls-logo {
        margin-bottom: 10px;
        display: block;
    }
    .cls-caption span {
        font-weight: normal
    }
    #navbar{
        margin-top: 31px;
    }
    .navbar-collapse.in{
        overflow-y:unset;
    }
    .navbar-toggle{
        margin-right: 0px;
    }
}

@media only screen and (max-width:568px) {
    .banner-cls .banner-txt h4 {
        font-size: 20px;
        line-height: normal;
    }
    .banner-cls .banner-txt p {
        font-size: 10px;
        line-height: normal;
    }
    .bx-wrapper .bx-pager.bx-default-pager a {
        height: 10px;
        width: 10px;
        border-radius: 50%;
    }
    .container {
        width: 80%;
    }
    .cls-articles h4 {
        font-size: 22px;
    }
    .cls-articles .cls-recent ul li {
        font-size: 14px;
    }
    .cls-footer-top-part {
        padding-top: 20px;
        margin-top: 10px;
    }
    .cls-footer-top-part .cls-nav ul li a,
    .cls-footer-top-part .cls-information ul li a {
        font-size: 14px;
    }
    .cls-top-part ul li.cls-donate a {
        font-size: 11px;
        padding: 15px 15px 10px 15px;
    }
    .cls-top-part ul li{
        padding: 5px 0px;
    }
    .cls-top-part ul li a{
        padding: 5px 7px;
    }
    .banner-cls .banner-txt{
        top:-10px;
    }
    .cls-bottom-txt h5{
        font-size:13px;
        line-height: 25px;
    }
    .cls-copy-part{
        font-size:12px;
    }
    .cls-contact{
        padding-bottom: 20px;
        margin-bottom: 20px
    }
    .cls-copy-part{
        padding:20px 0px;
    }

}
@media only screen and (max-width:480px) {
    .cls-top-part ul li{
        float: none;
        display: block;
        width:200px;
    }
    .cls-top-part ul li a{
        border-right:0px;
    }
}
