@font-face {
    font-family: Aleo-Regular;
    src: url(../fonts/Aleo-Regular.ttf) format('truetype'), url(../fonts/Aleo-Regular.woff) format('woff'), url(../fonts/Aleo-Regular.woff2) format('woff2')
}
@font-face {
    font-family: Aleo-bold;
    src: url(../fonts/Aleo-Bold.ttf) format('truetype'), url(../fonts/Aleo-Bold.woff) format('woff'), url(../fonts/Aleo-Bold.woff2) format('woff2')
}
:focus, a:active, a:hover {
    outline: 0
}
.social_top {
    position: relative;
    z-index: 30;
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}
.top_info {
    margin: 12px 0 0 80px;
    padding: 0;
    text-align: center;
}
.top_info li {
    display: inline-block;
    vertical-align: top;
    color: #979797;
    margin-left: 10px;
    margin-right: 10px;
}
.top_info li:hover {
    color: #91aa4e;
}
.top_info li a {
    color: #979797;
    text-decoration: none;
}
.top_info li a:hover {
    color: #91aa4e;
}
.fa_custom {
    position: relative;
    border: 1px solid;
    width: 28px;
    height: 28px;
    line-height: 26px !important;
    border-radius: 50%;
    margin-right: 6px;
}
.social_top {
    position: relative;
    z-index: 30;
    float: right;
    margin: 12px 0 0 0;
    padding: 0;
    list-style: none
}
.social_top li {
    float: left;
    margin-right: 10px;
    color: #979797;
}
.social_top li a {
    color: #979797;
    text-decoration: none;
}
.social_top li:first-child {
    margin-right: 25px
}
.social_top li a {
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background-color: #b6b4b5;
    color: #000;
    transition: all ease-in .3s
}
.social_top li a:hover {
    border-radius: 50%
}
.navbar.navbar_blog {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-top: 1px solid #858585;
    margin-top: 10px;
    border-radius: 0;
}
.navbar.navbar_blog .navbar-nav {
    width: 100%;
    text-align: center;
}
.navbar.navbar_blog .navbar-nav li {
    float: none;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
.navbar.navbar_blog .navbar-nav li a {
    position: relative;
    font-size: 18px;
}
.navbar.navbar_blog .navbar-nav li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 5px solid #91aa4d;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.navbar.navbar_blog .navbar-nav li a:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 5px solid #91aa4d;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.navbar-default.navbar_blog .navbar-nav>.active>a,  .navbar-default.navbar_blog .navbar-nav>.active>a:focus,  .navbar-default.navbar_blog .navbar-nav>.active>a:hover {
    background-color: transparent;
}
.navbar.navbar_blog .navbar-nav li.active a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 5px solid #91aa4d;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.blog_banner {
    position: relative;
}
.banner_blog_img {
    width: 100%;
}
.banner_txt {
    font-family: quicksilver;
    font-size: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    z-index: 10;
}
.inside_section_title {
    font-family: Aleo-bold;
    font-size: 30px;
    margin-top: 40px;
}
.product_section {
    margin-bottom: 30px;
    margin-top: 30px;
}
.read_more {
    color: #91aa4d;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.read_more:hover,  .read_more:focus {
    background-color: #91aa4d;
    color: #000;
    text-decoration: none;
    padding: 2px;
    border-radius: 2px;
}
.hidden_content {
    display: none;
}
.product2 {
    text-align: right;
}
.product2 .inside_section_title {
    padding-left: 108px;
    margin-top: 100px;
}
.mid_prdct {
    margin-top: 30px;
    margin-bottom: 30px;
}
.testimonials_lists {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    outline: none !important;
}
.testimonials_lists::after {
    content: "";
    position: absolute;
    border-right: 1px solid #d1d1d1;
    right: 0;
    top: 0;
    height: 100%;
}
.testimonials_lists li {
    margin-bottom: 40px;
    margin-top: 20px;
    padding-left: 55px;
    padding-right: 55px;
}
.overflow_sec {
    position: relative;
    height: 78vh;
    overflow: hidden
}
.testimonials_lists .mCSB_scrollTools .mCSB_dragger {
    width: auto;
    right: 1px;
}
.testimonials_lists .mCSB_scrollTools .mCSB_draggerRail {
    opacity: 0;
}
.testimonials_lists .mCSB_scrollTools .mCSB_dragger {
    height: 50px !important;
    left: 8px;
    opacity: 0;
}
.testimonials_lists:hover .mCSB_scrollTools .mCSB_dragger {
    opacity: 1;
}
.testimonials_vid_lists {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    outline: none !important;
}
.testimonials_vid_lists li {
    margin-bottom: 40px;
    margin-top: 20px;
}
.testimonials_vid_lists h4 {
    font-family: Aleo-bold;
    font-size: 30px;
    text-align: center;
}
.testimonials_vid_lists .mCSB_scrollTools .mCSB_dragger {
    width: auto;
    right: -2px;
}
.testimonials_vid_lists .mCSB_scrollTools .mCSB_draggerRail {
    margin-right: 2px;
}
.testimonials_vid_lists .mCSB_scrollTools .mCSB_dragger {
    height: 50px !important;
    left: -1px;
}
.testimonials_vid_lists .mCSB_scrollTools .mCSB_draggerContainer {
    opacity: 0;
}
.testimonials_vid_lists:hover .mCSB_draggerContainer {
    opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    left: auto;
    right: 3px;
    width: 10px;
}
.carousel-control-custom.right {
    right: -60px !important;
    background-image: none !important;
}
.carousel-control-custom.left {
    left: -60px !important;
    background-image: none !important;
}
.iframe {
    min-height: 500px;
}
.carousel-control.arrow_carousel {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px !important;
    background: #e9e8e8;
    border-radius: 50%;
    opacity: 1;
}
.carousel-control.arrow_carousel:hover {
    background: #cccbcb;
}
.gallery_img a {
    cursor: pointer !important;
}
#html5-watermark {
    display: none !important;
}
.lightboxcontainer {
    width: 100%;
    text-align: left;
}
.lightboxleft {
    width: 40%;
    float: left;
}
.lightboxright {
    width: 60%;
    float: left;
}
.lightboxright iframe {
    min-height: 390px;
}
.divtext {
    margin: 36px;
}
.carousel-caption.carousel_caption {
    font-family: Aleo-bold;
    font-size: 25px;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.6);
    bottom: 9px;
}
.enquire_now {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.enquire_now a {
    color: #fff;
    font-family: quicksilver;
    /* font-size: 50px;

    line-height: 39px; */

    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
/* .enquire_now a:hover, .enquire_now a:focus{

    color: #fff;

    text-decoration: none;

}

.enquire_now:hover{

    background-color: #fff;

    border: 2px solid #465619;

}

.enquire_now:hover a{

    color: #465619;

    

} */

.html5-image {
    padding: 0 !important;
}
#html5box-html5-lightbox .html5-text {
    color: #fff !important;
}
.html5-elem-data-box {
    padding: 8px 0px 8px !important;
    background-color: #465619 !important;
}
.html5-image-container, .html5-image {
    background-color: #465619 !important;
}
.pro_intro_text {
    text-align: center;
    line-height: 24px;
    margin-bottom: 35px;
    margin-top: 35px;
}
.banner_in .modal-title {
    display: inline-block;
    font-family: quicksilver;
    color: #465619;
    font-size: 72px;
    line-height: 52px;
}
.banner_in .btn-success {
    color: #fff;
    background-color: #4a5619;
    border-color: #4a5619;
    margin-top: 15px;
}
.banner_in .modal-header {
    text-align: left;
    border-bottom: 1px solid #a3ab8c;
}
.banner_in .modal-header .close {
    font-family: quicksilver;
    padding: 0 5px 0 0;
    margin: -8px -8px -15px auto;
    color: #4a5619;
    opacity: .8;
    font-size: 25px;
    border: 1px solid;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    -webkit-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    transition: all ease-in .3s;
}
.banner_in .modal-body .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ccd4b5;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem #dae4be;
    box-shadow: 0 0 0 .2rem #dae4be;
}
.products_banner_txt {
    line-height: 74px;
}
.products_banner_txt span {
    display: block;
}
.product_steps {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product_steps li {
    float: left;
    background-color: #603b17;
    height: 70px;
}
.product_steps li.num {
    position: relative;
    width: 80px;
    font-size: 60px;
    font-weight: 700;
    line-height: 67px;
    background-color: #91aa4d;
    color: #fff;
    text-align: center;
}
.product_steps li.num::before {
    content: "Step";
    position: absolute;
    width: 100%;
    top: -22px;
    left: 0;
    height: 22px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.product_steps li.choose_list {
    max-width: 293px;
    color: #fff;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 10px;
    line-height: 15px;
}
.plant_list_img {
    float: left;
    margin-right: 40px;
    margin-bottom: 50px;
}
.product_intro_txt p {
    margin-top: 25px;
}
.plant_list_img_rgt {
    float: right;
}
.product_intro_txt_rgt .plant_list_img_rgt {
    float: right;
    padding-left: 80px;
}
.product_intro_txt_rgt p {
    text-align: right;
}
.maintainance {
    background-color: #91aa4d;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.maintainance p {
    font-size: 18px;
    color: #fff;
}
p.sign_up {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
p.annual_maintainance {
    color: #603b17 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    background-color: #fff;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
}
.annual_list {
    text-align: center;
    margin: 0;
    padding: 0;
}
.annual_list li {
    display: inline-block;
    vertical-align: top;
    margin: 15px 50px;
    line-height: 18px;
}
.annual_list li p {
    line-height: 19px;
}
.annual_list li img {
    margin-bottom: 6px;
}
.assist_txt {
    display: inline-block;
    max-width: 736px;
}
.product_section .section_title {
    font-family: quicksilver;
    font-size: 120px;
    text-align: center;
    color: #465619;
}
.product_section .section_title {
    font-family: quicksilver;
    font-size: 80px;
    text-align: center;
    color: #465619;
    line-height: 67px;
}
.cost {
    display: inline-block;
    background-color: #603b17;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 10px;
    color: #fff;
}
table.table_cost tr td {
    border: 3px solid #fff !important;
    background-color: #e9e9e9;
}
.order_now_product {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    background-color: #465619;
    border-radius: 2px;
    color: #fff;
    padding: 5px 15px;
}
.order_now_product:focus, .order_now_product:hover {
    background-color: #91aa4d;
    color: #fff;
    text-decoration: none;
}
.order_now_product img {
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.order_now_product:hover img {
    padding-right: 8px;
}
.navbar.navbar_blog .navbar-nav li.active .dropdown-menu li a::after {
	display: none;
}
.navbar.navbar_blog .navbar-nav li .dropdown-menu li a:hover::after {
	display: none
}
.navbar.navbar_blog .navbar-nav li.active .dropdown-menu li {
	margin-left: 0;
	margin-right: 0;
}
.navbar.navbar_blog .navbar-nav li.active .dropdown-menu li a {
	font-size: 16px;
}
.navbar.navbar_blog .navbar-nav li .dropdown-menu li a {
    font-size: 16px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #d2d2d2;
}
.navbar.navbar_blog .navbar-nav li ul li {
    margin-left: 0;
    margin-right: 0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: #fff;
    text-decoration: none;
    background-color: #8ea74c;
    outline: 0;
}
.banner .top_contact ul li ul.dropdown-menu{
	padding: 5px 5px 5px 5px;
}
.banner .top_contact ul li ul.dropdown-menu .dropdown-menu>li>a {
	font-size: 16px;
	padding: 3px 20px;
}
@media (max-width: 800px) {
.lightboxleft {
    width: 100%;
}
.lightboxright {
    width: 100%;
}
.divtext {
    margin: 12px;
}
}
