

body {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto Slab', sans-serif;
    text-transform: uppercase;
}

ul {
    list-style-type: none;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    font-weight: 500;
    text-align: justify;
}

a {
    text-decoration: none;
    display: inline-block;
    outline: none;
}

    a:hover, a:focus, a:visited {
        text-decoration: none;
        outline: none;
    }

img {
    max-width: 100%;
    display: inline-block;
    height: auto;
}

button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
    background: transparent;
}

input, textarea {
    font-family: 'Roboto', sans-serif;
    display: block;
    font-size: 16px;
    line-height: 28px;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.boxed_wrapper {
    width: 100%;
    background: #fff;
    overflow-x: hidden;
}

.sec-padd {
    padding: 40px 0 !important;
}

.sec-padd2 {
    padding: 40px 0 40px;
}

.sec-padd3 {
    padding: 40px 0 40px;
}

.sec-padd-top {
    padding-top: 70px;
}

.sec-padd-bottom {
    padding-bottom: 40px;
}

.no-padd {
    padding: 0px;
}

.clear_fix {
    clear: both;
}

    .clear_fix:after {
        display: table;
        content: '';
        clear: both;
    }

.list_inline li {
    display: inline-block;
}

.social-icon li {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
}

.list_inline li {
    display: inline-block;
}

.width-100 {
    width: 100%;
}

.social li a {
    color: #fff;
    transition: .5s ease-in-out;
}

.default_link {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    color: #3f8529;
    font-weight: 600;
}

    .default_link:hover {
        color: #3f8529;
    }

    .default_link i {
        margin-left: 8px;
        font-weight: 700;
        position: relative;
        font-size: 18px;
        top: 2px;
    }

.uppercase {
    text-transform: uppercase;
}

.padd-80 {
    padding-top: 80px;
}

.tran3s {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.center {
    text-align: center !important;
}

.fluid-container.width-padd {
    padding: 0 15px;
}

.row-5 {
    margin: 0 -5px;
}

.thm-color {
    color: #3f8529;
}

.bold {
    font-weight: 700;
}

.s-bold {
    font-weight: 600;
}

.m-bold {
    font-weight: 600;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.border-bottom {
    border-bottom: 1px solid #f7f7f7;
}

@media (min-width: 1200px) {
    .container {
        padding: 0;
    }
}

.default-overlay {
    position: absolute;
    text-align: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

    .default-overlay .inner-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

.single-item:hover .default-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.overlay .inner-box i {
    color: #3f8529;
    font-size: 40px;
}

.thm-btn {
    position: relative;
    background: #3f8529;
    font-size: 14px;
    line-height: 46px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 30px;
    border: 2px solid #3f8529;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    padding: 0 38px;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

    .thm-btn:hover {
        background: transparent;
        color: #3f8529;
        transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    }

/*.thm-btn2:before {
    color: #ffffff;
    top: 25px;
}*/
.newsletter-form.light-button:before {
    color: #ffffff;
    top: 25px;
}

.light-button2 {
    position: relative;
    background: #3f8529;
    font-size: 14px;
    line-height: 46px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 30px;
    border: 2px solid #3f8529;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    padding: 0 38px;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

    .light-button2:before {
        content: '\f178';
        font-family: 'fontawesome';
        color: #fff;
        margin-left: 10px;
        transition: all 0.7s ease;
        opacity: 0;
        -webkit-transform: translate3d(-20px,-50%,0);
        -moz-transform: translate3d(-20px,-50%,0);
        transform: translate3d(-20px,-50%,0);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 22px;
        left: 10px;
        z-index: 3;
    }

    .light-button2:hover:before {
        opacity: 1;
        -webkit-transform: translate3d(10%,-50%,0);
        -moz-transform: translate3d(10%,-50%,0);
        transform: translate3d(10%,-50%,0);
    }

    .light-button2 a {
        color: white;
    }

    .light-button2 span {
        overflow: visible;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        position: relative;
        z-index: 2;
        display: table-cell;
        vertical-align: middle;
    }

    .light-button2:hover span {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        transform: translateX(9px);
    }

.light-button {
    color: #222222;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: all 0.7s ease;
    background: #ffffff;
    margin-top: 0px;
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    padding: 2px 12px;
}

    .light-button:before {
        content: '\f178';
        font-family: 'fontawesome';
        color: #222222;
        margin-left: 10px;
        transition: all 0.7s ease;
        opacity: 0;
        -webkit-transform: translate3d(-20px,-50%,0);
        -moz-transform: translate3d(-20px,-50%,0);
        transform: translate3d(-20px,-50%,0);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 22px;
        left: 17px;
        z-index: 3;
    }

    .light-button:hover span {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        transform: translateX(9px);
    }

    .light-button span {
        overflow: visible;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        position: relative;
        z-index: 2;
        display: table-cell;
        vertical-align: middle;
    }

.thm-btn2 {
    position: relative;
    background: #fff;
    font-size: 14px;
    line-height: 33px;
    border-radius: 4px;
    font-weight: 600;
    color: #000;
    border-radius: 30px;
    border: 1px solid #7e7171;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    padding: 3px 25px;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.light-button:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(10%,-50%,0);
    -moz-transform: translate3d(10%,-50%,0);
    transform: translate3d(10%,-50%,0);
}

.anim-3 {
    transition: all 0.3s ease;
}

.anim-5 {
    transition: all 0.5s ease;
}


.section-title {
    position: relative;
    margin-bottom: 30px;
}

    .section-title h1 {
        position: relative;
        text-transform: uppercase;
        font-weight: 700;
        padding-bottom: 20px;
    }

        .section-title h1 span {
            color: #3f8529;
        }

    .section-title h2 {
        position: relative;
        text-transform: capitalize;
        font-weight: 700;
        padding-bottom: 20px;
    }

        .section-title h2 span {
            color: #3f8529;
        }

    .section-title h3 {
        position: relative;
        text-transform: capitalize;
        font-weight: 700;
    }

    .section-title h4 {
        position: relative;
        font-size: 20px;
        text-transform: uppercase;
        color: #464646;
        font-weight: 700;
        padding-bottom: 20px;
    }

    .section-title h1:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 80px;
        height: 1px;
        background: url(../images/sec-title-decoration.png);
    }

    .section-title.center h1:after {
        left: 50%;
        margin-left: -40px;
    }

    .section-title h2:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 80px;
        height: 1px;
        background: url(../images/icons/sec-title-decoration.png);
    }

    .section-title.center h2:after {
        left: 50%;
        margin-left: -40px;
    }




.scroll-top {
    width: 50px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    background: #3f8529;
}

    .scroll-top span:before {
        font-size: 27px;
    }

    .scroll-top:after {
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 1;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    }

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.gif);
}



.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-50 {
    margin-top: 50px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-35 {
    padding-top: 35px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-45 {
    padding-top: 45px;
}

.padding-top-50 {
    padding-top: 50px;
}


.margin-bottom-5 {
    margin-bottom: 5px;
}

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

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

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

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

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

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

.padding-bottom-25 {
    padding-bottom: 25px;
}

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

.padding-bottom-35 {
    padding-bottom: 35px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-45 {
    padding-bottom: 45px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.owl-prev:before {
    content: "\e079";
    margin-left: 0px;
    cursor: pointer;
    background: rgba(201,201,201,0.75);
    width: 30px;
    color: #3f8529!important;
    height: 47px;
    position: absolute;
    display: block;
    font-size: 30px;
    z-index: 1000;
    border: 1px solid #ffffff;
    font-family: 'Glyphicons Halflings';
     left: -30px;
    top: 100px;
}

.owl-next:before {
    content: "\e080";
    margin-left: 0px;
    cursor: pointer;
    background: rgba(201,201,201,0.75);
    width: 30px;
    color: #3f8529!important;
    height: 47px;
    position: absolute;
    display: block;
    font-size: 30px;
    z-index: 1000;
    border: 1px solid #ffffff;
    font-family: 'Glyphicons Halflings';
    right: -30px;
    top: 100px;
}
.video-layout1 {
    padding: 0 140px 0 0px;
}
.wpb_video_widget .wpb_wrapper iframe, #player, .player, .rt-vc-video {
    -webkit-box-shadow: 0px 0px 60px 0px rgba(153,151,153,1) !important;
    -moz-box-shadow: 0px 0px 60px 0px rgba(153,151,153,1) !important;
    box-shadow: 0px 0px 60px 0px rgba(153,151,153,1) !important;
    border-top: 13px solid #ffffff !important;
    border-bottom: 13px solid #ffffff !important;
    border-left: 13px solid #ffffff !important;
    border-right: 13px solid #ffffff !important;
    background-color: #ffffff !important;
    border-radius: 4px;
}

.rt-vc-video {
    width: 70%;
    max-width: 535px;
    text-align: center;
    margin: 5px auto;
}
.rt-vc-video a{
    display:block!important;
}
.vc_row[data-vc-full-width] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden;
}

.vc_row.vc_row-fluid {
    margin-bottom: 0;
}
.vc_row {
    margin-left: 15px;
    margin-right: -5px;
}

@media (min-width: 1200px) {
    .vc_col-lg-6 {
        width: 50%;
    }
}

    @media (min-width: 1200px) {
        .vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9 {
            float: left;
        }

        .video-layout1 .rt-vc-video {
            position: relative;
            top: 90px;
            left: 110px;
            max-width: 450px;
            margin-top: 100px;
        }
    }
    .rt-info-text-2 {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
    .media:first-child {
    margin-top: 0;
}
    .rt-info-text-2 .pull-left {
    padding-right: 30px;
}
    .rt-info-text-2 span {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: inline-block;
    border: 2px solid #1fa12e;
}
    .rt-info-text-2 .media-body {
    text-align: left;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-body {
    width: 10000px;
}
p {
    margin-bottom: 1.2em;
    margin-top: 0;
    text-align: justify;
}
p {
    margin: 0 0 10px;
}
.video-layout1 {
    padding: 0 140px 0 0px;
}
.rt-vc-video .rtin-item {
    padding: 25%;
}
.vc_custom_1533705931175 {
    background-image: url(../images/toplogo.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.vc_custom_1533709158285 {
    background-image: url(../images/allseeds.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.sec-padd2 {
padding-top:70px;
padding-bottom:70px;

}
.media-body h3 {
margin-bottom:10px;
}
.allhr {
    width: 75px;
    height: 2px;
    background: #3f8529;
    display: inline-block;
    text-align: left;
        margin-top: 20px;
    margin-bottom: 20px;
}
.titlegreen {
    color: #3f8529;
}
.vc_row .vc_col-has-fill > .vc_column-inner, .vc_row .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row.vc_col-has-fill > .vc_column-inner, .vc_row.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 1px;
}
.rt-info-text-2 span i {
    color: #1fa12e;
    line-height: 48px;
    font-size: 24px;
}
.pu-details {
    background: #fff;
    width: 100%;
    padding: 30px;
    box-shadow: 0px 0px 15px 1px #666666c2;
}
.subscribe-section {
   padding: 50px 0px!important;
   position: relative!important;
       overflow: hidden!important;
}
.subscribe-section:before {
    position: absolute!important;
    content: ''!important;
    left: 0px!important;
    top: 0px!important;
    width: 34%!important;
    height: 100%!important;
    display: block!important;
    background-color: #3f8529!important;
}
.subscribe-section .text {
    position: relative!important;
    color: #ffffff!important;
    z-index: 9!important;
}
.subscribe-section .title-column:after {
    position: absolute!important;
    right: 40px!important;
    top: -50px!important;
    height: 100%!important;
    content: ''!important;
    z-index: 1!important;
    border-top: 166px solid #3f8529!important;
    border-right: 130px solid transparent!important;
    border-left: 75px solid #3f8529!important;
}
.default-form-area {
    background: #f7f7f7;
    padding: 50px 50px 0px 50px;
}
.nopadd {
padding:0!important;
}
.footer-widget ul li {
margin-bottom:7px;
}