
@font-face {
    font-family: CenturyGothicBold;
    src: url("../fonts/OpenSans-Semibold.ttf");
}
@font-face {
    font-family: CenturyGothic;
    src: url("../fonts/OpenSans-Regular.ttf");
}
@font-face {
    font-family: GEFlow;
    src: url("../fonts/GE_Flow_Regular.otf");
}
@font-face {
    font-family: GEFlowBold;
    src: url("../fonts/GE_Flow_Bold.otf");
}
html{
    font-size: 100px;
}
html,body{
    margin:0;
    padding:0;

}
body{
    font-family: CenturyGothic,sans-serif;
    margin: 0 !important;
    color:#333;
    font-size: 15px;
}
a{
    text-decoration: none;
}
.header-top{
    z-index: 10001;
    position: relative;
    background: #fff;
}
.header-top .div-logo{
    line-height: 110px;
    text-align: center;
}
.tools label{
    color: #bb3636;
    padding-right: 10px;
    padding-bottom: 22px;
    cursor: pointer;
    position: relative;
    top: 5px;
}
.tools img{
    vertical-align: middle;
}
.tools .search-input{
    height: 31px;
    position: relative;
    width: 154px;
    top: 4px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    /* margin: 0 10px; */
    background-position: 98%;
    font-size: 15px;
    color: #5c5c5c !important;
}
.tools .search-btn{
    position: absolute;
    right: 3px;
    top: 7px;
}
.tools{
    padding-top: 6px;
}
.tools .fa{
    font-size: 22px !important;
    color: #fff !important;
}
.tools .fa-facebook{
    background:#4A79B6;
    padding:2px 10px
}
.tools .fa-twitter{
    background:#63CDF1;
    padding:2px 3px
}
.tools .fa-google-plus{
    background:#F16261;
    padding:2px 3px;
    color: #fff;
}
.tools .fa-instagram{
    background:#a5a5a5;
    padding:2px 3px;
    color: #fff;
}
.tools .fa-youtube{
    background:#F16261;
    padding:2px 4px
}
.tools .social{
    margin-left: 10px;

}
.tools i:hover {
    -webkit-filter: brightness(0.9); filter: brightness(0.9);
}

.lang img{
    padding-top: 5px;
    padding-left: 5px;
}
.w3-dropdown-content{
    min-width: 170px !important;
    font-size: 14px;
    line-height: 1.5;
    z-index: 10000 !important;
    color: #fff !important;
    background-color: transparent !important;
    left: 3px !important;
    right: auto;
    padding-top: 8px;
}
.w3-dropdown-content a{
    padding: 4px 6px !important;
    margin: 0 !important;
    text-align: left;
    background-color: #fff;
}
.w3-dropdown-content a img{
    height:22px !important; ;
}
.tools .form{

}
.nav-top > ul{
    float: right;
}
.nav-top ul:after{
    clear: both;
}
.nav-top > ul > li > a{
    color: #fff;
    font-family: CenturyGothic,sans-serif;
    font-size: 12px;
    border-left: 1px outset #4c4c4c;;
    transition: all 300ms ease;
    text-transform: uppercase;
    padding: 14px 12px !important;
}
.nav-top .w3-navbar > li > a.active{

}
.nav-top .w3-navbar > li > a:hover{
    background: none;
    color:#8aaa47 ;
}
.nav-top .w3-navbar{
    overflow: visible;
}
.header-slider.slider{
    height: 100%;
    overflow: hidden;
}
.header-slider .slider .slide{
    background-size: cover;
    background-position: center center;
    height: 300px;
    position: relative;
}
.header-slider .slider .desc{
    padding:30px 10px ;
    background-color: rgba(153,187,67,.5);
    color: #fff;
    font-family: CenturyGothicBold,sans-serif;
    font-size: 25px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}


.container-title h2{
    margin:  0 auto;
    color: #333;
    text-transform: uppercase;
    font-size: 25px;
    font-family: CenturyGothic,sans-serif;
    font-weight: bold;
    padding-top: 10px;
}
.container-title:hover hr{
    width: 100%;
}

.product .w3-col .relative{
    height: 80px
}
.product .container-div{
    display: table-cell;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding-top: 30px;
    width: 100%;
}
.product .container-div:hover hr{
    width: 100%;
}
.product h3{
    margin:  0 auto;
    color: #626262;
    text-transform: uppercase;
    font-size: 15px;
    font-family: CenturyGothic,sans-serif;
    font-weight: bold;
    padding-top: 10px;
}


.product .div-img{
    overflow: hidden;
    text-align: center;
    width: 100%;
    max-height: 250px;
    margin: 20px 0;
}
.div-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.div-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.product .div-img img{
    height: 200px;
    padding: 5% 0;
    max-width: 100%;
}
.container-div hr{
    margin:  0 auto;
    width: 50%;
    height: 4px;
    background-color: #626262;
    border: 0;
    transition: all 300ms ease;
}
.product .desc{
    font-family: CenturyGothic,sans-serif;
    font-size: 15px;
    text-align: justify;
    direction: ltr;

}
.read-more{
   border:1px solid #92B94F ;
    text-transform: lowercase;
    text-align: right;
    background-color: #fff !important;
    color: #92B94F !important;
    padding: 8px 16px;
}
.fqa-page h3{
    border-bottom: 2px dashed #333;
    padding-bottom: 20px;
}
.product .read-more,.article-page .read-more,.fqa-page .read-more{
    bottom: 10px;
    right: 10px;
}
.product .desc,.article-page .desc,.fqa-page .desc{
    padding-bottom: 50px !important;
}
.underline_1{
    text-decoration: underline !important;
}

.services-page a{
    color: #bb3636;
    font-weight: bold;
}
.services-page h2{
    margin:  0 auto;
}
h3{
    margin:  0 auto;
    color: #626262;
    font-size: 18px;
    font-family: CenturyGothic,sans-serif;
    font-weight: bold;
    padding-top: 10px;
}
.number {
    width: 118px;
    height: 118px;
    background-color: #92B94F;
    border-radius: 50%;
    margin: 20px auto;
    text-align: center;
    transition: all 500ms ease;
}
.number:hover{
    background-color: #626262;
}

.number a{
    line-height: 118px;
    text-align: center;
    font-family: verdana, arial, sans-serif;
    color: #fff;
    font-size: 60px;
    display: block;
}

.article-page .div-img{
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 200px;
    background-size: contain;
    background: #8BC53F center center no-repeat;

}
.article-page .div-img img{
    height: 100%;
    max-width: none !important;
    width: auto;
}
.article-page .desc{
    text-align: justify;
}
.contact-page .btn{
    padding: 8px 60px;
    background-color: #fff !important;
    border: 1px solid #9a9b9a;
    color: #626262;
}
.contact-page .btn:hover{
    padding: 8px 60px;
    background-color: #92B94F !important;
    border: 1px solid #92B94F;
    color: #fff;
}
.agent{
    background-color: #5C5C5C;
    margin-top: 50px;
    box-shadow: 0 5px 7px #e5e5e5;
    margin-bottom: 8px;
}
.agent .w3-show-inline-block{
    padding:  15px 30px;
}
.header-top-fixed{
    height: 70px;
}
.header-top-fixed .div-logo{
    line-height: 70px;
    text-align: center;
}
.header-top-fixed .nav-h{
    padding: 14px 0;
}
.footer{
    text-align: center;
    color: #333;
    font-family: verdana, arial, sans-serif;
    font-size: 16px;
    background-color: #fff;
}
.copy{
    padding: 4px 15px;
    text-align: center;
    color: #333;
    font-family: verdana, arial, sans-serif;
    font-size: 9px;
    background-color: #fff;
}


.newsletter input[type=email]{
    width: 180px;
    height: 34px;
    position: relative;
    top: 1px;
}
.newsletter input[type=submit]{
    height: 32px;
}
.left-bar{
     width: 22%;
     text-align: center;
     padding:0 16px 0 0;
    box-shadow: 6px 0 3px #e5e5e5;
}
.center-bar{
    width: 77.4%;
    box-shadow: 6px 0 3px #e5e5e5;
}

.blocks .slide:hover .desc{
    color: #92B94F;
}
.blocks .slide{
    text-align: center;
    overflow: hidden;
}
.blocks .slide img{
    margin: 0 auto;
    height: 150px;
    padding: 10px 0;
    transition: all .3s ease;
}
.right-bar .desc,.left-bar .desc{
    transition: all .3s ease;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
}
.blocks .slick-dots {
    bottom: 0;
    top: 92%;
}
.blocks .slick-dots li button:before {
    color: #92B94F;
}
.blocks .slick-dots li.slick-active button:before {
    color: #92B94F;
}
.blocks .slick-dots li{
    margin: 0 !important;
}
.tm_search_query{
    background: #333 !important;
    color: #fff !important;
}

#tmsearchbox{
    margin-top: 16px;
}
.block-arrows i{
    font-size:48px;
    color:#fff
}
.block-arrows .arrow-right{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 980;
    opacity: .7;
    transition: .3s ease;
}
.block-arrows .arrow-left{
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 980;
    opacity: .7;
    transition: .3s ease;
}
.block-arrows a:hover{
    opacity: 1;
}
.tree{
    border-bottom: 3px solid #333;
    padding-bottom: 25px;
}
.hvr-bounce-to-right:hover,.hvr-sweep-to-right:hover{
    color: #fff !important;
}
.ilinks {
    padding-bottom: 30px;
}
.ilinks h6{
    font-family: CenturyGothicBold,sans-serif;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    padding: 30px 0;
}
.ilinks .block{
    width: 150px;
    height: 130px;
    background-color: #fff;
    color: #000;
    margin: 1px;
    position: relative;
    transition: all 200ms ease-in;
}
.ilinks .block label{
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-family: GEFlowBold,sans-serif;
    font-size: 17px;
    width: 100%;
    padding: 5px;
    font-weight: bold;
    cursor: pointer;
}
.ilinks .block a  {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10000;
}
.ilinks .block:hover{
    background-color: #92B94F;
    color: #fff;
}
.ilinks .arrow-right-links{
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
}
.ilinks .arrow-left-links{
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
}

.block-cat a{
    color: #92B94F;
    padding: 4px 4px 4px 0;
    text-transform: capitalize;
    font-size: 16px;
}
.block-cat a.active{
    color: #333;
}
#form_subscribe .form-control {
    height: 50px;
    line-height: 30px;
    background: none;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 5px 12px;
    display: block;
    text-align: center;
    width: 100%;
}
#form_subscribe  .btn-sm {
    display: block;
    color: white;
    background: #92B94F;
    position: relative;
    overflow: hidden;
    padding: 17px 20px;
    margin-top: 4px;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 3px;
    text-align: center;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 1;
}
#footer #newsletter_block_left .form-group .btn-sm:before {
    border-color: transparent transparent transparent #8dc84f;
    bottom: 0;
    left: 0;
}
#footer #newsletter_block_left .form-group .btn-sm:before, #footer #newsletter_block_left .form-group .btn-sm:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 0 0;
    position: absolute;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: -1;
}

.example {
    width: 100%;
    z-index: 999;
    background-color: #ffffff;
}
.sticking {
    width: 100%;
    z-index: 999;
    background-color: #f1f1f1 !important;
}
.block-left .block .title{
    background-color: #414143;
    text-transform: capitalize;
    padding: 4px 8px;

}
.block-left .block .title a{
    color: #fff;
}
.block-left .block .sep-green{
    background-color:#8dc442;
    width: 100%;
    height: 5px;
}
.block-left .block .img{
    padding: 16px 16px 0 16px;
}
.block-left .block .desc{
    background-color: #e5e5e5;
    padding-bottom: 30px !important;
}
.block-left .slice{
    position: absolute;
    top: 4px;
    right: 4px;
}
.block-right .block .title{
    background-color: #e5e5e5;
    text-transform: capitalize;
    padding: 15px 8px;

}
.block-right .block .sep-green{
    background-color:#8dc442;
    width: 100%;
    height: 5px;
}
.block-right .block .img{
    padding: 16px 16px 0 16px;
}
.block-right .block .desc{
    background-color: #e5e5e5;
    padding-bottom: 30px !important;
}
.block-right .slice{
    position: absolute;
    top: 4px;
    right: 4px;
}























h1, h2, h3, h4, h5, h6 {
    margin: 0;
    text-transform: uppercase;
}

/*  ORGINAL */
.invert {
    -webkit-filter: invert(100%);
    -ms-filter: invert(100%);
    filter: invert(100%);
}
.select-menu{
    position: relative;
    top: 0;
    z-index: 10000;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    width: 75%;
    background: url(../images/responsive_menu_icon.png) no-repeat 98% center;
    overflow: hidden;
    display: none;
    padding: 10px 0;
    background-color: rgba(255,255,255,.5);

}
.select-menu .select {
    width: 100%;
    height: 30px;
    color: #000;
    background-color: transparent;
    font: 400 15px "Roboto", sans-serif;
    line-height: 30px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    text-indent: 2%;
}

.respMenu select{
    background-color: #adce66;
    border-bottom: 2px solid #0d3065;
}



.opacity{
    opacity: 1;
}
.blue{
    color:#0d3065;
}
.green{
    color:#adce66;
}

.gray{
    color:#353A4B;
}

.text-center{
    text-align: center ;
}
.clear{
    clear: both;
}
.size_12{
    font-size: 12px !important;
}
.size_13{
    font-size: 13px !important;
}
.size_14{
    font-size: 14px !important;
}
.size_15{
    font-size: 15px !important;
}
.size_20{
    font-size: 20px !important;
}
.size_25{
    font-size: 25px !important;
}
.size_40{
    font-size: 40px !important;
}
.white{
    color:#fff;
}
.black{
    color:#000;
}
.brown{
    color: #655152;
}

.gray_222{
    color:#222;
}
.circle{
    border-radius: 50%;
    padding: 2px;
    border: 2px solid #97a7bc;
}
.circle_2{
    border-radius: 50%;
    border: .1rem solid #ece8e4;
    background-color: #ece8e4;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.width_smaller{
    width: 30%;
}
.width_25{
    width: 25%;
}

.width_50{
    width: 50%;
}

.width_75{
    width: 75%;
}
.width_95{
    width: 95%;
}
.width_100{
    width: 100%;
    position: relative;
}
.height_100{
    height: 100%;
}
.margin_center{
    margin: 0 auto;
}
.zindex_100{
    z-index: 100;
}
.vertical_middle{
    vertical-align: middle;
}
.table_1{
    display: table;
    margin: 0 auto;
    text-align: center;
}
.table_row{
    display: table-row;
    margin: 0 auto;
    text-align: left;
}
.table_cell{
    display: table-cell;
}
.uppercase{
    text-transform: uppercase;
}

.w3-col img{
    max-width: 100% !important;
}
.background_gray{
    background-color: #f3f3f3;
}
.background_F9F5F1{
    background-color: #F9F5F1;
}
.inline-block{
    display: inline-block;
}

.background_red{
    background: #ff0000;
}
.background_green{
    background-color: #72ba26;
}
.background_white{
    background-color: #fff;
}

a{
    text-decoration: none;
}
.relative{
    position: relative;
}
.bold{
    font-weight: bold;
}
.hide{
    display: none;
}
.star{
    color: #ff0000;
}
.rtl{
    direction: rtl;
}
.ltr{
    direction: ltr;
}
/* progress bar */
.slider-progress {
    width: 100%;
    height: 2px;
    background: #92B94F;
}
.slider-progress .progress {
    width: 0;
    height: 2px;
    background: #ececec;
}
.saturate:hover {-webkit-filter: saturate(3); filter: saturate(3);}
.grayscale:hover {-webkit-filter: grayscale(100%); filter: grayscale(100%);}
.contrast:hover {-webkit-filter: contrast(160%); filter: contrast(160%);}
.brightness:hover {-webkit-filter: brightness(0.75); filter: brightness(0.75);}
.blur:hover {-webkit-filter: blur(1px); filter: blur(1px);}
.invert:hover {-webkit-filter: invert(100%); filter: invert(100%);}
.sepia:hover {-webkit-filter: sepia(100%); filter: sepia(100%);}
.huerotate:hover {-webkit-filter: hue-rotate(15deg); filter: hue-rotate(15deg);}
.opacity:hover {-webkit-filter: opacity(70%); filter: opacity(70%);}
/* ------------------  */
.pagingInfo{
    position: absolute;
    z-index: 100;
    left: 18px;
    bottom: 18px;
    color: #fff;
    font-family: tahoma,sans-serif;
    font-size: 15px;
    text-shadow: 0 0 3px #000 ;
}
.slideshow{
    height: 216px;
    overflow: hidden;
}
.logo{
    width: 130px !important;
    top: 8px
}
.nav-settings nav {
    padding: 0 0 90px;
}
.tahoma{
    font-family: tahoma, Sans-Serif;
}