@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular');
    src: local('Roboto-Regular'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'RobotoSlab-Bold';
    src: url('../fonts/RobotoSlab-Bold');
    src: local('RobotoSlab-Bold'), url('../fonts/RobotoSlab-Bold.woff') format('woff'), url('../fonts/RobotoSlab-Bold.ttf') format('truetype');
}

body{
     margin:0;
     padding:0;
     color: #000000;
    font-family: 'Roboto-Regular';
    font-size: 16px;
}
p {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
   font-family: 'Roboto-Regular';
}
h1, h2, h3, h4, h5, h6{
     color: #000000;
     font-family: 'RobotoSlab-Bold';
    margin-top: 10px;
}
h1{
    font-size: 24px;
    color: #000000;
}
h2{
    font-size: 20px;
    color: #000000;
}
h3{
    font-size: 24px;
    color: #0053ab;
}
h4{
    font-size: 20px;
    color: #0053ab;
}
h5{
    font-size: 20px;
    color: #00551b;
}
h6{
    font-size: 20px;
    color: #ffd200;
}

a{
    color: #0f58a7;
}
a:focus, a:hover{
	text-decoration:none;
}
.logo {
    padding: 0px 0px;
    display: block;
    width: 100%;
}
.top-header {
    background-color: #ffffff;
}
.navbar-nav.breadcrumb > li + li:before{
    display: none;
}
.navbar-header .attr-nav {
    display: none;
}
nav.navbar.bootsnav{
    background-color: #0f4f96;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #ffffff;
    font-weight: 100 !important;
    padding: 20px 10px;
    font-size: 16px;
    font-family: 'RobotoSlab-Bold';
    text-shadow: none;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li{
    background-color: #0f4f96;
    color: #fff;
    font-family: 'RobotoSlab-Bold';
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li:hover{
    background-color: #008000;
    color: #fff;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
    background-color: inherit !important;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
    padding:0px !important;
    border:none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    padding:10px 10px;
    font-size: 14px;
    font-weight: 100 !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #ffffff;
    padding: 6px 10px 2px 10px;
    cursor: pointer;
}
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
.attr-nav > ul > li > a {
    color: #ffffff;
    padding: 18px 10px;
}
.carousel-indicators{
    display: none;
}
.carousel-caption{
    background-color: rgb(15 79 150 / 80%);
    width: 350px;
    left: 0;
    right: auto;
    top: 0;
    height: 100%;
    padding: 25px 20px;
    text-align: left;
}
.carousel-control.left, .carousel-control.right {
    bottom: auto;
    top: 50%;
}
.carousel-caption h1 {
    color: #ffffff;
    text-shadow: none;
    margin: 0px;
    font-size: 30px;
    line-height: 1.3;
}
.carousel-caption a{
    width: auto;
    height: auto;
    line-height: inherit;
    padding: 12px 30px;
    font-size: 15px;
    background-color: #008000;
    border-radius: 5px;
    margin-top: 30px;
   font-family: 'Roboto-Regular';
}
.carousel-caption a:hover{
    background-color: #ffd200;
    color: #000000;
}
.carousel-caption p{
    margin: 20px 0px 15px;
   font-family: 'Roboto-Regular';
    font-size: 16px;
}
.helpline-block {
    background-color: #ffffff;
    padding: 50px 0px 50px;
}
.help-heading{
    position: relative;
    margin-bottom: 80px;
}
.help-heading:before{
    content: "";
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 75px;
    height: 2px;
    background-color: #0f4f96;
    margin: 0px auto;
    text-align: center;
}
.help-heading h1 {
    text-align: center;
    font-size: 36px;
    margin: 0px;
    padding-bottom: 30px;
}
.help-line {
    width: 80%;
    border-width: 1px;
    border-color: #e0e0e8;
}
 .help-info .f-icon {
    width: 120px;
    height: 120px;
    font-size: 60px;
    line-height: 120px;
    position: relative;
    color: #008000;
    padding: 10px 20px;
    text-align: center;
}
.help-info .f-icon.icon-mod-1 {
    display: inline-block;
}
.help-caption {
    margin-top: 54px;
}
.help-info .f-icon .fa{
  position: relative;
  overflow: hidden;
}
.icon-mod-1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: inline-block;
    border: 1px solid #d7d7d7;
    transition: .4s;
    transform: rotate(45deg);
}
.icon-mod-1:hover:after {
    transform: rotate(-90deg);
}
.help-info .f-icon.icon-mod-1 .fa-pencil-square-o {
    padding-left: 15px;
}
.help-info .f-icon.icon-mod-1 .fa-desktop {
    padding-left: 6px;
}
.help-info {
    text-align: center;
}
.help-info h3 {
    color: #172541;
    margin: 0px 0px 20px;
    font-size: 20px;
}
.help-info p {
    color: #565872;
}
.read-btn .read-icon {
    margin-left: 10px;
}
.read-btn{
    width: 100%;
    position: relative;
    text-align: center;
}
.read-btn a {
    font-family: 'RobotoSlab-Bold';
    background-color: #0041a7;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 250px;
    transition: all 0.3s ease;
}
.read-btn a:hover{
     background-color: #43ae3c;
}
.help-info:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 220px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
}
.right-line:after{
    display: none;
}
.about-block {
    padding: 50px 0px;
}
.about-block .help-heading, .News-block .help-heading, .newsletter-block .help-heading {
    margin-bottom: 30px;
}
.about-block .help-heading h1, .newsletter-block .help-heading h1{
    color: #ffffff; 
}
.abt-right p {
    color: #000000;
    line-height: 25px;
    letter-spacing: 0.2px;
}
.abt-right h1 {
    margin-top: 0px;
    font-size: 36px;
    margin-bottom: 10px;
}
.abt-right h5 {
   font-family: 'Roboto-Regular';
    margin-bottom: 15px;
}
.abt-right {
    padding-left: 30px;
    padding-top: 30px;
    position: relative;
}
.hiring-link {
    position: absolute;
    right: 0px;
    top: 0px;
}
.abt-left .img-responsive{
    width: 100%;
}
.info-link a {
    color: #ffffff;
    background-color: #0f4f96;
    padding: 10px 10px;
    display: inline-block;
    margin-top: 10px;
    transition: all 0.3s ease;
    border: 1px solid #ffffff;
    width: 150px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.info-link a:hover{
    background-color: #008000;
    color: #ffffff;
}
.slider-block {
    background-color: #dcdddf;
}
.hist-block {
    background: #eaf3ff;
    padding: 50px 0px;
}
.News-block {
    padding: 50px 0px 25px;
}
.news-content {
    box-shadow: 0 17px 35px rgb(74 74 115 / 10%), 0px 5px 15px rgb(0 0 0 / 7%);
    margin-bottom: 35px;
}
.news-content .inner-text h3 {
    font-size: 18px;
    font-family: 'Roboto-Regular';
    line-height: 1.3;
    text-align: center;
}
.inner-text {
    padding: 10px 15px;
}
.news-content .inner-text h4 {
    font-size: 14px;
    color: #bababa;
    line-height: 24px;
}
.news-btn a {
    border: 2px solid #008000;
    background-color: transparent;
    color: #008000;
    padding: 12px 10px;
    width: 280px;
    display: block;
    text-align: center;
    margin: 0px auto;
    font-family: 'RobotoSlab-Bold';
    text-transform: uppercase;
    border-radius: 5px;
    letter-spacing: 1px;
    transition: all 0.2s linear;
}
.news-btn a:hover{
     border: 2px solid #0f58a7;
    background-color: #0f58a7;
    color: #ffffff;
}
.newsletter-block{
    padding: 70px 0px;
}
.newsletter-block {
    padding: 70px 0px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.newsletter-block:before{
    content: "";
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.31);
}
.newsletter-block .more-info {
    text-align: center;
}
.newsletter-block .more-info p {
    font-size: 20px;
    color: #ffffff;
}
.more-info .input-group {
    width: 350px;
    margin: 0px auto;
}
.input-group-btn .btn {
    background: #008000 none repeat scroll 0 0;
    border: 1px solid #008000;
    font-size: 15px;
}
#newsletterForm .form-control {
    height: 40px;
    padding: 15px 12px 15px;
}
.input-group-btn .btn {
    padding: 8px 20px;
}
footer{
    border: none;
}
.top-footer{
    background-color: #f3f3f3;
    padding: 40px 0px;
}
.footer-title{
        margin-bottom: 20px;
    color: #000000;
    border-bottom: 1px solid #c0c0c0;
    position: relative;
}
.footer-title:before {
    content: "";
    position: absolute;
    top: 27px;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #008000;
}
.contact-info .add-list i {
    color: #0f4f96;
    margin-right: 5px;
    font-size: 20px;
    float: left;
}
.contact-info .add-list .ph-icon {
    display: table-cell;
}
.contact-info .add-list li{
    margin-bottom: 15px;
}
.shop-list .social li a {
    width: 45px;
    height: 45px;
    background: #c9c9c9;
    display: block;
    color: #666666;
    border-radius: 250px;
    padding: 9px 17px;
    font-size: 20px;
    transition: all 0.3s linear;
}
.shop-list .social li a:hover{
    background: #008000;
    color: #ffffff;
}
.footer-logo h3 {
    color: #008000;
    font-size: 20px;
    line-height: 26px;
}
.shop-list ul li a {
    color: #565872;
    font-size: 16px;
    text-transform: initial;
}
.more-info address {
    margin-bottom: 0px;
}
.more-info address p {
    padding-bottom: 0px;
}
.shop-list .social li a {
    width: 45px;
    height: 45px;
    background: #0f4f96;
    display: block;
    color: #fff;
}
.phones a {
    color: #565872;
    position: relative;
    bottom: 5px;
}
.copy p, .power p a {
    color: #ffffff;
}
.copy p, .power p{
    margin: 0px;
}
.bottom-footer{
    padding: 15px 0px 10px;
    background-color: #0f4f96;
}
.power p{
    color: #ffffff;
}

.imgborder img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin: 0 10px 10px 10px;
    box-shadow: #000 2px 2px 5px;
    }

.page-section img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin: 0 10px 10px 10px;
    box-shadow: #000 2px 2px 5px;
    }
    .blog_list_page .vision img {
    margin: 0px;
}
.page-section ul li{
   margin-bottom: 10px;
}
.page-section h1:first-child{
    font-size: 36px;
    margin-bottom: 20px;
}
.donate-btn .btn-primary {
    color: #fff;
    background-color: #0f4f96;
    border-color: #0f4f96;
    padding: 8px 20px;
    margin-left: 20px;
    letter-spacing: 1px;
    width: auto;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s linear;
}
.donate-btn .btn-primary:hover {
    color: #fff;
    background-color: #008000;
    border-color: #008000;
}
.donate-btn {
    margin-top: 45px;
}
body.modal-open {
    padding: 0px !important;
}
.board_dire img {
    margin-left: 0px;
    float: left;
}
.board_dire .board_content {
    display: table-cell;
    padding-left: 20px;
}
.board_dire .board_content h3 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 20px;
}
.board_dire .board_content p {
    margin-bottom: 0px;
}
.board_dire .board_content p strong {
    font-size: 18px;
}
.board_dire {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.cont-img {
    width: 100%;
    float: left;
    margin-top: 25px;
}


/*--Resources--*/

.member-left, .resource-direct {
    width: 100%;
    float: left;
}
.resource-direct .search-box {
    float: left;
    margin-top: 10px;
}
.resource-direct .search-box input {
    padding-left: 15px;
    font-style: normal;
}
.resource-direct .form-control {
    float: left;
    width: 300px;
    margin-top: 15px;
    margin-left: 20px;
}
.resource-direct #search-button {
    float: left;
    width: 125px;
    padding: 8px 10px;
    background-color: #F5D202;
    color: #000000;
    text-transform: uppercase;
    font-style: normal;
    border-color: #F5D202;
    margin-left: 20px;
    margin-top: 12px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.resource-direct #search-button:hover {
    background-color: #008000;
    color: #ffffff;
    border-color: #008000;
}

.top_paging {
    width: 100%;
    float: left;
    margin-top: 10px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}
.top_paging li a {
    font-weight: 600;
}
.member-content h1:first-child {
    font-size: 30px;
}
.listing-content .mem-compny {
    font-size: 24px;
    color: #fe230a;
}
.member-content .listing-content h1.mem-compny {
    font-size: 24px;
    color: #fe230a;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 10px;
}
.listing-content h1.mem-compny a{
    color: #008000;
}
.listing-content {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.listing-content .mem-title {
    font-weight: 700;
}
.member-right-content .cat-list li {
    border-bottom: 1px dotted #bcbcbc;
    margin-bottom: 10px;
    padding-bottom: 3px;
}
.member-right-content .cat-list{
    padding-left: 0px;
    color: #10167f;
    list-style-type: none;
}
.mdetails {
    padding-left: 0px;
}
.remove_element {
    display: none;
}
.menu-info .panel-default>.panel-heading a::before {
    position: absolute;
    width: 12px;
    height: 2px;
    content: '';
    background-color: #0f4f96;
    right: 25px;
    top: 50%;
}
.menu-info .panel-default a.collapsed::after {
    position: absolute;
    width: 2px;
    height: 12px;
    content: '';
    background-color: #0f4f96;
    right: 30px;
    top: 54%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu-info .panel-default>.panel-heading a {
    text-align: left;
    display: block;
    width: 100%;
    position: relative;
    padding: 10px 15px;
}
.menu-info .panel-default > .panel-heading {
    padding: 0px;
}
.menu-info .panel-default{
    margin-bottom: 20px;
}
.menu-info {
    margin-top: 20px;
}
/*--our-gallery--*/
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #0f4f96;
    margin-bottom: 25px;
  }
  
  .hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 2em;
    text-align: center;
  }
  
  .hovereffect img {
    display: block;
    position: relative;
    margin:0px;
    opacity: 0.3;
    max-width: none;
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
  }
  
  .hovereffect h2 {
    color: #fff;
    position: relative;
    font-size: 36px;
    background-color: transparent;
    padding: 0px;
    text-align: center;
    opacity: 1;
    padding-bottom: 12px;
    border-bottom: 2px solid #fff;
    margin-bottom: 25px;
}
  
  .hovereffect .overlay:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0.5;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
  }
  
  .hovereffect a, .hovereffect p {
    color: #FFF;
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }

  .hovereffect .overlay p {
    font-size: 17px;
    letter-spacing: 0.2px;
    line-height: 26px;
}
  
  .hovereffect:hover img{
    filter: alpha(opacity=60);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  
/*  .hovereffect:hover .overlay:before,
  .hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2  {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }*/
  /*--gallery-end--*/

.comment-info {
    max-width: 100%;
}
.service-form-block {
    margin-top: 20px;
}
.app-button {
    background-color: #0f4f96;
    width: auto;
    padding: 8px 22px;
    font-style: normal;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    transition: all 0.3s linear;
}
.app-button:hover{
    background-color: #008000;
    color: #fff;
}
.meals-sign-btns li a {
    background-color: #0f4f96;
    border: 2px solid #0f4f96;
    color: #ffffff;
    display: inline-block;
    padding: 2px 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
    border-radius: 3px;
    transition: all 0.3s linear;
}
.meals-sign-btns li a:hover, .meals-sign-btns .btn-primary:hover{
    background-color: #008000;
    border-color: #008000;
    color: #fff; 
}
.meals-sign-btns .btn-primary {
    max-width: 120px;
    padding: 5px 15px;
    background-color: #0f4f96;
    color: #ffffff;
    font-style: normal;
    font-size: 16px;
    border: 2px solid #0f4f96;
    border-radius: 3px;
    transition: all 0.3s linear;
}
.contact_heading_title .btn-primary {
    background-color: #008000;
    border-color: #008000;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    transition: all 0.3s linear;
}
.contact_heading_title .btn-primary:hover{
    background-color: #0f4f96;
    border-color: #0f4f96;
    color: #fff;
}
.del-space {
    display: none;
}
.user-icon .fa {
    font-size: 36px;
    color: #fff;
}
.signup-overlay h2 {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.signup-overlay p {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.2px;
    line-height: 26px;
}
.user-icon {
    margin-bottom: 25px;
}
.signup-page .signup-overlay ul {
    color: #fff;
    text-align: left;
}
.signup-contact {
    padding-top: 40px;
    padding-bottom: 40px;
}
.signup-contact-right {
    padding-left: 30px;
}
.volunteer-content p {
    color: #000;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    line-height: 26px;
}
.volunteer-heading {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 3px solid #979797;
    margin: 0px auto;
    margin-bottom: 30px;
    width: auto;
    display: table;
}
.donate-page .hovereffect img {
    opacity: 1;
}
.signup-overlay {
    padding: 30px;
    background-color: #0f4f96;
    text-align: center;
    margin-bottom: 30px;
}
.signup-page{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.signup-page .gal-col{
    display: flex;
    flex-direction: inherit;
}
.signup-content {
    text-align: center;
}
.signup-content h2 {
    font-size: 30px;
}
.donate-page-btn .btn-primary {
    width: auto;
    padding: 10px 30px;
}
.volunteer-form-info h5 {
    color: #000;
    font-size: 24px;
    line-height: 30px;
}
.volunteer-form-info .contact_heading_title {
    margin: 20px 0px;
}
/*--farm-land--*/
.legacy-content {
    text-align: center;
    background-color: #7a9352;
    padding: 30px;
    border-radius: 20px;
}
.legacy-content h2 {
    margin: 0px;
    padding-bottom: 10px;
    color: #ffff;
    font-size: 36px;
    border-bottom: 2px solid #d0dbc2;
    margin-bottom: 20px;
}
.legacy-content p {
    font-size: 16px;
    color: #fff;
}
.donate-list .menu-info .panel-default>.panel-heading a::before {
    position: absolute;
    width: 12px;
    height: 2px;
    content: '';
    background-color: #7a9352;
    right: 25px;
    top: 50%;
}
.donate-list .menu-info .panel-default a.collapsed::after {
    position: absolute;
    width: 2px;
    height: 12px;
    content: '';
    background-color: #7a9352;
    right: 30px;
    top: 54%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.donate-list .menu-info .panel-default>.panel-heading a {
    text-align: left;
    display: block;
    width: 100%;
    position: relative;
    color: #7a9352;
    padding: 10px 15px;
    font-size: 18px;
}
.donate-list .menu-info .panel-default > .panel-heading {
    background: transparent;
    border-color: #7a9352;
    padding: 0px;
}
.donate-list .menu-info .panel-default{
    border-color: #7a9352;
    margin-bottom: 20px;
}
.farm-donate-list li{
    margin-bottom: 7px;
}
.gift-content {
   margin:30px 0px;
}
.gift-content h3 {
    font-size: 30px;
    margin-bottom: 15px;
}
.legacy-fund-content {
    margin-top: 30px;
    margin-bottom: 15px;
}
.page-section .tax-list, .page-section .farm-donate-list {
    line-height: 24px;
}
.page-section .tax-list li {
    margin-bottom: 7px;
}
.advised-fund {
    margin-bottom: 50px;
    margin-top: 25px;
}
.legacy-fund-content h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}
.advised-fund h4 {
    font-size: 24px;
    margin-bottom: 15px;
}
.vet-bridge-block {
    background-color: #0f4f96;
    padding: 45px 0px 60px;
}
.vet-history-content h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 0px;
}
.vet-history-content p {
    color: #fff;
    letter-spacing: 0.3px;
    line-height: 25px;
}
.vet-history-content {
    margin-bottom: 50px;
}
.vet-about-project h2 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    margin-bottom: 50px;
    margin-top: 0px;
}
.phase-title h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 0px;
}
.phase-info p {
    color: #fff;
    letter-spacing: 0.3px;
    line-height: 25px;
}
.phase-banner {
    margin: 50px 0px;
}
.vet-history-content h1 {
    color: #fff;
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 25px;
}
.vetrans-btn {
    text-align: center;
}
.vetrans-btn a {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'RobotoSlab-Bold';
    width: 175px;
    display: inline-block;
    border-radius: 3px;
    transition: all 0.3s linear;
}
.vetrans-btn a:hover{
    background-color: #fff;
    border-color: #fff;
    color: #0f4f96;
}


/*--media-responsive--*/

@media (min-width:992px){
    .news-content .img-responsive {
        object-fit: cover;
        height: 180px;
    }
    .inner-text{
        height: 90px;
    }
    .hovereffect .overlay {
        padding: 5em 2em;
    }
    .volunteer-content {
        margin: 0px 30px;
    }.meals-page .signup-overlay h2 {
        font-size: 30px;
        padding-bottom: 15px;
    }
    .gift-content p, .legacy-content p {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.3px;
    }
    .legacy-content p {
        margin: 0px 20px;
    }
}

@media (max-width:1199px) and (min-width:992px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 6px;
        font-size: 14px;
    }
    .carousel-caption p{
        line-height: 26px;
    }
    .logo .logo1 img {
        float: left;
        width: 20%;
    }
    .logo .logo2 img {
        float: left;
        width: 80%;
        margin-top: 30px;
    }
    .more-info .input-group{
        width: 100%;
    }
}
@media (max-width:991px) and (min-width:768px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 8px;
        font-size: 12px;
        margin: 0px;
    }
    ul.nav.navbar-nav.navbar-right {
        width: 100%;
    }
    .navbar-header {
        float: none;
        margin: 0px;
        width: 100%;
        text-align: center;
    }
    .carousel-caption p{
        font-size: 15px;
        margin: 10px 0px;
    }
    .carousel-caption a{
        font-size: 15px;
        margin-top: 5px;
    }
    .abt-left figure{
        padding: 0px;
    }
    .help-info h3{
        line-height: 26px;
    }
    .help-info{
        padding: 15px;
        height: 400px;
    }
    .more-info p{
        margin-right: 0px;
        padding-bottom: 0px;
    }
    .helpline-block{
        padding-bottom: 0px;
    }
    .news-content {
    margin-bottom: 30px;
}
    .news-content .img-responsive {
    object-fit: cover;
    height: 230px;
    width: 100%;
}
.donate-btn .btn-primary{
    margin-left: 0px;
}
   
}
@media (max-width:767px) and (min-width:320px){
    .navbar-collapse.collapse.in {
        height: 408px;
        overflow-x: scroll;
    }
    nav.navbar.bootsnav .navbar-nav {
        margin: 0px;
        padding: 0px;
    }
    .header-right {
        float: none;
        margin-top: 0px;
        text-align: center;
    }
    .logo{
        padding-bottom: 0px;
    }
    .help-info, .service-info {
        margin-bottom: 25px;
    }
    .abt-left figure{
        padding: 0px;
    }
    .abt-right {
        margin-top: 25px;
        padding-top: 0px;
        padding-left: 0px;
    }
    .abt-left figure img, .service-info img{
        width: 100%;
    }
    .footer-title{
        margin-top: 20px;
    }
    .more-info p{
        padding-bottom: 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px 0px;
        font-size: 16px;
        margin: 0px;
    }
    nav.navbar.bootsnav .navbar-toggle{
        top: 0px;
        background-color: #00973c;
    }
    .help-info {
        padding: 0px;
        margin-bottom: 20px;
        float: left;
    }
    .news-content .img-responsive {
        width: 100%;
    }
    .news-content {
        margin-bottom: 40px;
    }
    .donate-btn {
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
    }
    .resource-direct .form-control, .resource-direct #search-button{
        margin-left: 0px;
    }
    .hiring-link {
        position: static;
    }
    .signup-contact-right {
        padding-left: 0px;
    }
}
@media (max-width:655px) and (min-width:320px){
    .carousel-caption p{
        display: none;
    }
}
@media (max-width:480px) and (min-width:320px){
    .logo a, .help-heading h1{
        font-size: 24px;
    }
   .carousel-caption p{
        display: none;
   }
   .carousel-caption h1{
        font-size: 20px;
        margin-bottom: 10px;
   }
    .carousel-caption a {
        font-size: 14px;
        height: auto;
        padding: 10px 15px;
        line-height: initial;
        width: auto;
    }
    .helpline-block, .service-block, .about-block, .hist-block{
        padding: 30px 0px;
    }
    .help-heading:before{
        top: 35px;
    }
    .more-info .input-group{
        display: block;
        width: 100%;
    }
    .help-heading{
        margin-bottom: 30px;
    }
    .about-block .help-heading, .News-block .help-heading, .newsletter-block .help-heading{
        margin-bottom: 15px;
    }
    .newsletter-block .help-heading h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .newsletter-block .help-heading:before {
        top: 80px;
    }
    .newsletter-block .more-info p{
        font-size: 16px;
    }
    .input-group-btn .btn {
        margin-top: 20px;
    }
    .top-footer{
        padding: 20px 0px;
    }
    #newsletterForm .form-control{
        border-radius: 4px;
    }
     .abt-right h1 {
    font-size: 24px;
    }
    .history-left h3 {
        line-height: 1.2;
    }
    .board_dire .board_content{
        padding-left: 0px;
    }
    .board_dire .board_content h3{
        font-size: 16px;
    }
    .page-section h1:first-child{
        font-size: 30px;
    }
    .board_dire .board_content p strong {
        font-size: 16px;
    }
}
