html,
body {
    font-family: 'Helvetica LT Pro';
    overflow-x: hidden;
}

@font-face {
    font-family: 'Helvetica LT Pro';
    src: url('../../fonts/HelveticaLTPro-Roman.woff2') format('woff2'),
        url('../../fonts/HelveticaLTPro-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica LT Std';
    src: url('../../fonts/HelveticaLTStd-Light.woff2') format('woff2'),
        url('../../fonts/HelveticaLTStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica LT Pro';
    src: url('../../fonts/HelveticaLTPro-Light.woff2') format('woff2'),
        url('../../fonts/HelveticaLTPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica LT Std';
    src: url('../../fonts/HelveticaLTStd-Roman.woff2') format('woff2'),
        url('../../fonts/HelveticaLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.text_new p {
    margin: 0 !important;
}

.text_new h4 {
    font-weight: 600;
}

.bg_text {
    background-color: #2b8b1f;
    padding: 50px 0;
    color: #fff;
    text-align: center;
}

.pad_learnmore {
    padding-bottom: 40px;

}

.box_new.pad_box_new {
    padding: 62px 50px;
    color: #2b8b1f !important;
}

.button_seemore {
    text-align: center;
}

.button_seemore a {
    background-color: #2b8b1f;
    border: 1px solid #2b8b1f;
    color: #fff;
    display: inline-block;
    padding: 1px 20px 0 20px;
    height: 30px;
    line-height: 29px;
    transition: 0.5s;
    font-size: 13px;
    border-radius: 35px;
    text-decoration: none;
    margin-bottom: 50px;
}

.button_seemore a:hover {
    background-color: #124d0b;
}

.button_seemore p {
    color: #2b8b1f;
}

.where_does h6 {
    color: #2b8b1f;
}

.where_does h4 {
    font-weight: 600;
    color: #2b8b1f;
}

.where_does {
    text-align: center;
    padding: 50px 0 20px;
    color: #2b8b1f;
}

/* width */

::-webkit-scrollbar {
    width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.nopan {
    padding: 0;
}

.pad_banner {
    padding: 50px 0 20px;
}

.news_events h3 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 10px;
    color: #2b8b1f;
}

.box_new {
    text-align: center;
    padding: 87px 50px;
    background-color: #fafdfc;
    border: 1px solid #f1f1f1;
    height: 100%;
    color: #2b8b1f;
}

.box_new h4 {
    font-size: 25px;
    letter-spacing: 0.5px;
    color: #2b8b1f;
}

.box_new h6 {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #2b8b1f;
}

.box_new p {
    font-size: 16px;
    line-height: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #2b8b1f;
}

.button_learnmore a:hover {
    text-decoration: none;
}

.button_learnmore a {
    background-color: #2b8b1f;
    border: 1px solid #2b8b1f;
    color: #fff;
    display: inline-block;
    padding: 0px 16px;
    height: 34px;
    line-height: 33px;
    text-transform: uppercase;
    transition: 0.5s;
    font-size: 12px;
    border-radius: 35px;
}

.pad_news {
    padding-bottom: 60px;
}

.history h3 {
    font-size: 25px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #2b8b1f;
}

.history h5 {
    font-size: 22px;
    letter-spacing: 0.3px;
    margin: 0;
    padding-bottom: 25px;
}

.history p {
    margin-bottom: 10px;
    letter-spacing: 0.3px;
    line-height: 27px;
    color: rgb(116, 116, 116);

}

.img_history img {
    -webkit-box-shadow: 5px 5px 15px 5px rgba(50, 50, 50, .5);
    -moz-box-shadow: 5px 5px 15px 5px rgba(50, 50, 50, .5);
    box-shadow: 0px 0px 7px -2px rgba(48, 46, 50, 0.52);
    margin-bottom: 30px;
    margin-top: 10px;
}

.img_history img.pad_img_history {
    margin-bottom: 70px;
}


.box_contact img {
    width: 37px;
    padding-right: 5px;
}

.box_contact h4 {
    display: contents;
    font-size: 20px;
    letter-spacing: 0.3px;
}

.box_contact p {
    padding-left: 42px;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 27px;
}

.box_contact a:hover {
    text-decoration: none;
}

.box_contact a {
    color: #000;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem 1.35rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 35px;
    margin-bottom: 22px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.your_email h5 {
    margin: 0;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.google_map {
    margin: 35px 0 60px;
}

.pad_box_contact {
    padding-bottom: 10px;
}

.button_Submit {
    width: 20%;
    border: none;
    padding: 6px;
    font-size: 16px;
    margin-bottom: 15px;
    background-color: #2b8b1f;
    color: #fff;
    letter-spacing: 0.3px;
    cursor: pointer;
    border-radius: 35px;
}

/*hovereffect*/

.hovereffect {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.hovereffect img {
    display: block;
    padding: 0;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    width: 100%;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px;
}

.hovereffect a.info {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 80px 0 0;
    padding: 7px 14px;
}

.hovereffect:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect:hover h2,
.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

/*hovereffect*/


.box_news img {
    width: 100%;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(50, 50, 50, .5);
    -moz-box-shadow: 5px 5px 15px 5px rgba(50, 50, 50, .5);
    box-shadow: 0px 0px 7px -2px rgba(48, 46, 50, 0.22);
    margin-bottom: 30px;
}

.box_news h4 {
    font-size: 22px;
    letter-spacing: 0.5px;
    margin: 0;
    padding-bottom: 20px;
}

.box_news h6 {
    font-size: 14px;
    margin: 0;
    color: #666;
    padding-bottom: 20px;
}

.box_news i {
    color: #2b8b1f;
    padding-right: 5px;
    font-weight: 600;
}

.box_news p {
    font-size: 16px;
    line-height: 27px;
    margin: 0;
    padding-bottom: 40px;
}

.pad-banner {
    padding: 0 0 60px 0;
}

.box_news.pad_box_news {
    padding-bottom: 10px;
}

.text_banner {
    position: absolute;
    left: 15px;
    top: 240px;
    z-index: 1;
    text-align: left;
    line-height: 18px;
}

.banner h2 {
    font-size: 30px;
    font-weight: 600;
    color: #2b8b1f;
    z-index: 1;
    letter-spacing: 2px;
}

.banner p {
    font-size: 18px;
    color: #2b8b1f;
    z-index: 1;
    letter-spacing: 0.3px;
}

.banner a {
    text-decoration: none;
    color: #2b8b1f;
}

.banner img {
    position: relative;
}

.pad_collection {
    padding-bottom: 60px;
}

.ul_collection {
    list-style: none;
    padding: 150px 50px 0;
    line-height: 38px;
    letter-spacing: 0.5px;
}

/*footer*/
.bg_footer {
    background-image: url(../images/bg_footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.pad_textfooter {
    text-align: center;
    padding: 30px 0 20px;
}

.textfooter img {
    width: 60px;
    padding: 22px 0;
}

.copyright {
    text-align: center
}

.copyright_line {
    border-top: 1.5px solid #fff;
    padding: 15px 0;
}

.copyright p {
    font-size: 14px;
    margin: 0;
    color: #fff;
    letter-spacing: 0.5px;
    padding-bottom: 0;
}

.menu_textfooter a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.7px;
}

.icon_textfooter i {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    margin: 0 5px;
}

.icon_textfooter a {
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.5px;
}

.icon_textfooter img {
    width: 45px;
    padding-left: 10px;
    padding-right: 10px;
}

.social a {
    color: #fff;
    font-size: 20px;
    margin: 0 5px;
}

.menu_textfooter {
    display: -webkit-inline-box;
    list-style: none;
}

.menu_textfooter li {
    padding: 0 15px;
}

/*footer*/
/*responsive*/
@media (max-width: 1550px) {
    .text_banner {
        top: 190px;
    }
}

@media (max-width: 1199px) {
    .ul_collection {
        padding: 100px 30px 0;
        font-size: 16px;
    }

    .icon_textfooter a {
        font-size: 14px;
    }

    .menu_textfooter a {
        font-size: 14px;
    }

    .copyright p {
        font-size: 13px;
    }

    .pad_banner {
        padding: 30px 0 10px;
    }

    .history h3 {
        font-size: 27px;
    }

    .menu_textfooter {
        margin-bottom: 10px;
    }

    .pad_news {
        padding-bottom: 35px;
    }

    .box_contact p {
        font-size: 14px;
    }

    .google_map {
        margin: 25px 0 40px;
    }

    .box_contact a {
        font-size: 14px;
    }

    .box_contact h4 {
        font-size: 18px;
    }

    .history h5 {
        font-size: 16px;
    }

    .form-control {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .img_history img.pad_img_history {
        margin-bottom: 40px;
    }

    .text_banner {
        top: 111px;
    }

    .pad-banner {
        padding: 0 0 40px 0;
    }

    .box_news p {
        padding-bottom: 30px;
    }

    .banner p {
        font-size: 16px;
    }

    .banner h2 {
        margin: 0;
        font-size: 34px;
    }

    .copyright_line {
        padding: 10px 0;
    }

    .textfooter img {
        width: 50px;
    }

    .icon_textfooter img {
        width: 44px;
        padding: 10px !important;
    }

    .textfooter img {
        padding: 12px 0;
    }

    .pad_textfooter {
        padding: 20px 0 10px;
    }
}

@media (max-width: 991px) {

    .ul_collection {
        padding: 50px 0 0;
        font-size: 14px;
    }

    .pad_md_l {
        padding-left: 5px;
    }

    .box_news h6 {
        padding-bottom: 8px;
    }

    .box_news img {
        margin-bottom: 15px;
    }

    .box_news h4 {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .pad_collection {
        padding-bottom: 40px;
    }

    .box_news p {
        font-size: 14px;
        line-height: 23px;
        padding-bottom: 45px;
    }

    .history h5 {
        padding-bottom: 13px;
    }

    .history p {
        font-size: 14px;
        line-height: 23px;
    }

    .banner p {
        font-size: 14px;
        line-height: 24px;
    }

    .text_banner {
        top: 87px;
    }

    .banner h2 {
        font-size: 28px;
    }

    .pad_md_r {
        padding-right: 5px;
    }

    .hovereffect {
        margin-bottom: 10px;
    }

    .history h3 {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .button_Submit {
        width: 27%;
        padding: 5px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .box_new {
        padding: 45px;
    }

    .form-control {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .your_email h5 {
        font-size: 14px;
    }

    .box_contact p {
        padding-left: 50px;
        font-size: 14px;
        line-height: 23px;
    }

    .box_contact img {
        width: 45px;
        padding-right: 14px;
    }
}

@media (max-width: 767px) {
    .ul_collection {
        padding: 10px 0 0;
    }

    .pad_md_r {
        padding-right: 15px;
    }

    .pad_md_l {
        padding-left: 15px;
    }

    .copyright p {
        font-size: 10px;
    }

    .pad_collection {
        padding-bottom: 10px;
    }

    .icon_textfooter a {
        font-size: 12px;
        letter-spacing: 0;
    }

    .menu_textfooter a {
        font-size: 11px;
    }

    .menu_textfooter {
        padding: 0;
    }

    .menu_textfooter li {
        padding: 0 7px;
    }

    .icon_textfooter img {
        width: 20px !important;
        padding: 4px !important;
    }

    .textfooter img {
        padding: 10px 0;
        width: 40px;
    }

    .text_banner {
        top: 36px;
    }

    .banner h2 {
        font-size: 20px;
        letter-spacing: 0px;
    }

    .google_map {
        margin: 5px 0 25px;
    }

    .banner p {
        font-size: 11px;
    }

    .img_history img {
        margin-bottom: 10px;
    }

    .pad_banner {
        padding: 15px 0 10px;
    }

    .pad_news {
        padding-bottom: 15px;
    }

    .button_learnmore a {
        font-size: 11px;
        height: 26px;
        padding: 0px 16px;
        line-height: 25px;
    }

    .box_new {
        padding: 20px;
    }

    .box_new h4 {
        font-size: 18px;
    }

    .box_new h6 {
        font-size: 12px;
    }

    .history h3 {
        font-size: 20px;
    }

    .history p {
        letter-spacing: 0;
    }

    .pad-banner {
        padding: 0 0 20px 0;
    }

    .img_history img.pad_img_history {
        margin-bottom: 25px;
    }

    .box_news p {
        padding-bottom: 20px;
    }

    .box_news h6 {
        font-size: 12px;
    }

    .box_news h4 {
        font-size: 16px;
    }
}

/*responsive*/