/*-------------------------------------    
CSS INDEX
===================================

#. Theme Default CSS
#. Header Top
#. Header Section
#. Banner Section
#. Main Content Area
#. Comments Section
#. Sidebar Area
#. Footer Section
#. Single Project
#. Single Team
#. 404 Page
#. Scrolling Nav
#. VC Module: Call to Action
#. VC Module: Owl Nav 2
#. VC Module: Info text Section
#. VC Module: Owl Title 1
#. VC Module: Projects Section
#. VC Module: Testimonial
#. VC Module: Testimonial Style 2
#. VC Module: Team Section
#. VC Module: Team Section Style 2
#. VC Module: Post Slider
#. VC Module: Logo Slider
#. VC Module: Service
#. VC Module: Contact
#. VC Container
#. VC Accordian: Flat Grey
#. VC Image Gallery: Flex Slider Slide
#. VC Google Map
#. Widget: Tagclouds
#. Widget: Custom Menu
#. Woocommerce: Widgets
#. Woocommerce: Top Bar
#. Woocommerce: Shop
#. Woocommerce: Shop List View
#. Woocommerce: Single Product
#. Woocommerce: Cart
#. Woocommerce: Checkout
#. Woocommerce: Order received
#. Woocommerce: My Account
#. Woocommerce: Login/Register
#. Woocommerce: Yith Wishlist
#. Plugin: Meks Simple Flickr Widget
-------------------------------------*/
/*-------------------------------------*/
/*  #. Theme default CSS
/*-------------------------------------*/

body.boxed_layout{
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
body.boxed_layout #site-wrapper {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    max-width: 1230px;
    overflow: hidden;
    position: relative;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}
button:focus {
    border: none;
	outline: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    background-color: #dddddd;
    border-radius: 0;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
.fa, .fas {
    /*font-weight: 900 !important;*/
}
textarea {
    width: 100%;
}
input{
    height: 45px;  
}
input:focus {
    border: 0px;
    box-shadow: none;
}
textarea {
    background: #dddddd none repeat scroll 0 0;
    border-radius: 0;
    margin-right: 20px;
}
textarea:focus {
    border: 0px;
    box-shadow: none;
}
input[type="submit"] {
    background: #a0ce4e none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    height: inherit;
    padding: 15px 45px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: initial;
}

.widget {
    margin: 0 0 1.5em;
}
.widget select {
    max-width: 100%;
}

.sticky {
    background-color: #f2f2f2;
    border: 1px solid #e7e7e7;
    padding: 25px 25px 0;
    text-align: justify;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.floatleft {
    float: left;
}
.floatright {
    float: right;
}

.fix {
    overflow: hidden;
}
.acurate {
    margin: 0;
    padding: 0;
}
.padding-left {
    padding-left: 0 ;
}
.padding-right {
    padding-right: 0;
}
.padding-top {
    padding-top: 50px;
}
.padding-top1 {
    padding-top: 35px;
}
.padding-bottom1 {
    padding-bottom: 35px;
}
.margin-bottom1{
    margin-bottom: 35px
}
.padding-up {
    padding-top: 100px;
}

.content-clear:after {
    clear: both;
    content: "";
    display: block;
}

.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt90 {margin-top: 90px;}
.mt100 {margin-top: 100px;}

.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
.mb80 {margin-bottom: 80px;}
.mb90 {margin-bottom: 90px;}
.mb100 {margin-bottom: 100px;}

.btn-send:hover {
    background: #688D26;
}
.gt-btn-small{
    background-color: #a0ce4e;
    border: 0 none;
    color: #ffffff;
    padding: 5px 11px;
    transition: all 0.3s ease 0s;
}
.gtbuilder-button a{
    background-color: #a0ce4e !important;
    border: none !important;
    color: #ffffff !important;
    display: block !important;
    font-family: "Lato",sans-serif !important;
    font-weight: bold !important;
    line-height: inherit !important;
    padding: 13px 54px 13px 44px !important;
    transition: all 0.3s ease 0s !important;
}
.gtbuilder-button a i {
    font-size: 20px !important;
    font-weight: bold;
    margin-left: 10px;
    right: 28px !important;
    top: 48% !important;
}
ul.gtbuilder-list {
    margin: 0;
    padding: 0;
}
ul.gtbuilder-list li {
    list-style-type: none;
}
ul.gtbuilder-list li::before {
    background-color: #a0ce4e;
    border-radius: 17px;
    color: #fff;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 10px;
    margin-right: 10px;
    padding: 2px;
}

.header-area ul,
.page-sidebar-area ul,
.widget_gtbuilder_about ul,
.widget_gtbuilder_address ul,
.comments-area ul,
.tab-list-area ul,
.single-team-social-media ul,
.vc-contact-area ul,
.item-section-area .total-single-item-area .single-item-area .overley ul,
.widget-bottom-area ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*-------------------------------------
#. Header Top
---------------------------------------*/
.stick #tophead {
    display: none;
}
#tophead {
    background-color: #222222;
    font-size: 90%;
    color: #fff;
    padding: 6px 0;
}

#tophead .tophead-contact {
    float: left;
}
#tophead .tophead-contact > div {
    display: inline-block;
}
#tophead div.seperator {
    margin-left: 10px;
    margin-right: 10px;
}
#tophead .tophead-contact a {
    color: #fff;
}
#tophead .tophead-contact a:hover {
    text-decoration: underline;
}
#tophead .tophead-contact .fa {
    color: #a0ce4e;
    padding-right: 5px;
}
#tophead .tophead-right {
    float: right;
}
#tophead .tophead-right > div,
#tophead .tophead-right > ul {
    display: inline-block;
}
#tophead .tophead-links ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}
#tophead .tophead-links ul li {
    display: inline;
    margin-left: 10px;
}
#tophead .tophead-links ul li a {
    color: #f1f1f1;
}
#tophead .tophead-links ul li a:hover {
    text-decoration: underline;
}

#tophead .tophead-social {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}
#tophead .tophead-social li {
    display: inline;
    padding-left: 10px;
}
#tophead .tophead-social li a {
    color: #fff;
}
#tophead .tophead-social li a:hover {
    color: #a0ce4e;
}

/*-------------------------------------
#. Header Section
---------------------------------------*/
.header-style-2 header {
    position: relative;
}
.header-style-2 .header-area {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    top: 0;
    margin-top: 14px;
}
.header-style-2 .header-area.stick {
    margin-top: 0;
}
.admin-bar.header-style-2 .header-area{
    //top: 32px;
}
.admin-bar.header-style-2.boxed_layout .header-area{
    //top: 24px;
}
.boxed_layout .header-area{
    max-width: 1230px;
    margin: auto;
}
.header-area .logo-area {
   display: table;
   height: 92px;
   padding: 5px 0; 
}
.header-area.stick .logo-area {
    height: 66px;
}
.header-area .logo-area a {
    display: table-cell;
    vertical-align: middle;
}
.header-area .logo-area a img {
    max-width: 140px;
}
.header-area.stick .logo-area a img{
    max-height: 48px;
}
.header-area a.light-logo{
    display: none;
}
.header-style-2 .header-area a.light-logo{
    display: table-cell;
}
.header-style-2 .header-area a.dark-logo{
    display: none;
}
.header-style-2 .header-area.stick a.light-logo{
    display: none;
}
.header-style-2 .header-area.stick a.dark-logo{
    display: table-cell;
}
.header-area .main-menu-area {
    padding: 29px 0;
}
.header-area.stick .main-menu-area {
    padding: 16px 0;
}
.header-area .main-menu-area ul {
    text-align: right;
}
.header-area .main-menu-area ul li {
    display: inline-block;
    position: relative;
}
.header-area .main-menu-area ul li a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    color: #000000;
    padding: 5px 22px;
}
.header-style-2 .header-area .main-menu-area ul li a {
    color: #fff;
}
.header-area .main-menu-area ul li a:hover {
    color: #a0ce4e;
}
.header-area .main-menu-area ul li a.active {
    color: #a0ce4e!important;
}
/* Submenu */
.header-area .main-menu-area ul li ul {
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    position: absolute;
    top: 100%;
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    z-index: 99 !important;
    width: 200px;
    text-align: left;
}
.header-area .main-menu-area > nav > ul > li > ul {
    padding-top: 29px;
}
.header-style-2 .header-area .main-menu-area > nav > ul > li > ul {
  padding-top: 10px;
}
.header-area.stick .main-menu-area > nav > ul > li > ul{
    padding-top: 18px;
}
.header-area .main-menu-area ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.header-area .main-menu-area ul li .sub-menu li.menu-item-has-children:after{
    color: #fff;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 6px;
    top: 10px;
}
.header-area .main-menu-area ul li ul li {
    display: block;
    border-bottom: 1px solid #ffffff;
    border-left: none;
    transition: all 0.3s ease 0s;
}
.header-area .main-menu-area ul li ul li:hover {
    background: #82a545;
}
.header-area .main-menu-area ul li ul li:hover a {
    color: #ffffff;
}
.header-area .main-menu-area ul li ul li:last-child {
    border-bottom: none;
}
.header-area .main-menu-area ul li ul li a {
    display: block;
    color: #ffffff;
    text-transform: inherit;
    padding: 10px 15px !important;
}

/* 3rd Level Menu */
.header-area .main-menu-area ul li ul li ul {
    left: 201px;
    top: 0;
    width: 200px;
}
.header-area .main-menu-area ul > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.header-area .search-box {
    position: relative;
}
.header-area .search-box .search-text {
    border: 1px solid #a0ce4e;
    color: #ffffff;
    height: 34px;
    left: 0px;
    margin-right: 3px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 57px;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 0;
    background: #666666;
}
.header-area.stick .search-box .search-text{
    top: 52px;
}
.header-area .search-box .search-text.active {
    left: -112px;
    opacity: 1;
    padding: 0 10px;
    visibility: visible;
    width: 180px;
}
.header-area .search-box .search-button {
    position: absolute;
    right: 0;
    top: 33px;
}
.header-area.stick .search-box .search-button{
    top: 20px;
}
.header-area .search-box .search-button i {
    color: #a0ce4e;
}
.header-style-2 .header-area .search-box .search-button i {
    color: #a0ce4e;
}
.header-style-2 .header-area .search-box .search-text {
    top: 55px;
}
.header-style-2 .slider-content {
    margin-top: 30px;
}

div#sticker {
    background: transparent;
}

.mean-bar{
    border-bottom: 2px solid;
}
.stick, .has-sticky .mean-bar {
    position: fixed !important;
    top: 0px !important;
    z-index: 9;
    width: 100%;
    background: rgba(255,255,255,.8) !important;
    margin: 0;
    padding: 0px 0 !important;
}
.admin-bar .stick{
    top: 32px !important;
}
.stick {
    border-bottom: 2px solid #a0ce4e;
}

/*-------------------------------------
#. Banner Section
---------------------------------------*/
.page-header-area {
    text-align: center;
    color: #ffffff;
    padding: 80px 0;
}
.page-header-area h1 {
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 36px;
}
.header-style-2 .page-header-area {
    padding: 172px 0 80px;
}
.page-header-area ul li {
    display: inline-block;
    border: 0px;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    margin: 0px 10px;
    font-weight: 600;
    position: relative;
}
.page-header-area ul li:first-child:after {
    position: absolute;
    content: "\f101";
    top: 0;
    left: 50px;
    right: 0;
    display: block;
    font-family: FontAwesome;
}
.page-header-area ul li:last-child {
    color: #a0ce4e;
}
.page-header-area ul li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
}

/*-------------------------------------
#. Main Content Area
---------------------------------------*/
.site-main{
    padding: 80px 0;
}
.site-main .content-area-section .single-content-area a img:hover {
    opacity: .9;
}
.site-main .content-area-section .single-content-area .content-body {
    padding: 0 0 30px 0;
}
.site-main .content-area-section .single-content-area .content-body > h3.media-heading > a {
    color: #000000;
    margin-bottom: 0;
}
.site-main .content-area-section .single-content-area .content-body > h3.media-heading > a:hover {
    color: #a0ce4e;
    margin-bottom: 0;
}
.site-main .content-area-section .single-content-area .content-body h4 a {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    transition: all 0.3s ease 0s;
}
.site-main .content-area-section .single-content-area .content-body h4 a:hover {
    color: #a0ce4e;
}
.site-main .content-area-section .single-content-area .content-body p {
    position: relative;
}
.site-main .content-area-section .single-content-area .content-body .read-more {
    display: inline-block;
}
.site-main .content-area-section .single-content-area .content-body .read-more a {
    display: block;
    text-decoration: none;
    color: #a0ce4e;
    transition: all 0.3s ease 0s;
    font-weight: bold;
    margin: 0 5px 0 0;
}
.site-main .content-area-section .single-content-area .content-body .read-more a:hover {
    color: #000000;
}

.single-thumbnail {
    margin-bottom: 30px;
}
.single-content-area .meta{
    line-height: 15px;
}
.content-body a:hover {
    color: #a0ce4e;
}
.media-object {
    margin-right: 20px;
}
.site-main .tag-section-area {
    border-top: 1px solid #e3e3e3;
    margin: 60px 0 0;
    padding: 20px 0;
}
.site-main .tag-section-area a {
    padding: 2px;
    color: #646464;
}

.page-thumbnail {
    margin: 0 auto;
    max-width: 1200px;
    padding: 60px 0;
}

.pagination-area ul {
    text-align: center;
}
.pagination-area ul li,
.woocommerce nav.woocommerce-pagination ul li {
    display: inline-block;
    margin-top: 10px;
}
.pagination-area ul li a,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #666666;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.pagination-area ul li.active a,
.pagination-area ul li a:hover
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: #a0ce4e;
    color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li {
    margin-right: 2px;
}
.woocommerce nav.woocommerce-pagination .page-numbers {
    border: none;
    margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
    padding: 0;
    min-width: inherit;
}

/*-------------------------------------
#. Comments Section
---------------------------------------*/
.comments-area {
    border-top: 1px solid #e3e3e3;
    padding-top: 20px;
}
.comments-area h4 {
    color: #000000;
    margin-bottom: 0;
}
.comments-area .main-comments .imgholder {
    padding-right: 30px;
}
.comments-area .main-comments .comments-body p {
    margin-bottom: 10px;
}
.comments-area .main-comments .comments-body .replay-area a i {
    color: #a0ce4e;
    margin-right: 10px;
}
.main-comments {
    border-bottom: 1px solid #e3e3e3;
}
.each-comment{
    padding: 30px 0;
}
.main-comments ul.children{
    margin-left: 70px;
}
.avatar-disabled .main-comments ul.children{
    margin-left: 50px;
}
.children .main-comments{
    border-bottom: medium none;
    border-top: 1px solid #e3e3e3;
}
.no-comments{
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    padding-top: 20px;
}
.comment-awaiting-moderation{
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}
.comment-navigation ul{
    margin-top: 30px;
}
.comment-navigation ul li{
    margin-right: 5px;
    margin-top: 0;
}
.comment-navigation ul li a{
    display: inline;
    font-size: 12px;
    height: 49px;
    line-height: inherit;
    padding: 10px;
    width: inherit;
}
#respond .comment-reply-title {
    color: #000000;
    margin-bottom: 0;
}
#respond form input {
    background: #f4f4f4;
    border-radius: 0;
    height: 45px;
    margin-right: 20px;
}
#respond form input:focus {
    border: 0px;
    box-shadow: none;
}
#respond form textarea {
    background: #f4f4f4;
    border-radius: 0;
    margin-right: 20px;
}
#respond form textarea:focus {
    border: 0px;
    box-shadow: none;
}
#respond form .btn-send {
    background: #a0ce4e none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 45px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
#respond form .btn-send:hover {
    background: #688D26;
}

/*-------------------------------------
#. Sidebar Area
---------------------------------------*/
.page-sidebar-area .single-sidebar h3,
.vc-contact-area h3,
.widget-bottom-area h3 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    transition: all 0.3s ease 0s;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.page-sidebar-area .single-sidebar h3:after,
.vc-contact-area h3:after,
.widget-bottom-area h3:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    display: block;
    background: #a0ce4e;
    width: 45px;
    height: 3px;
}
.page-sidebar-area .single-sidebar select,
.widget-bottom-area select {
    margin: 10px 0;
    padding: 8px 5px;
    width: 100%;
}
.custom-search-input {
    padding-top: 15px;
}
.custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px;
    padding-left: 3px;
    padding-left: 4px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
}
.custom-search-input button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 0 none;
    border-radius: 3px;
    color: #a0ce4e;
    left: -20px;
    margin-bottom: 0;
    margin-top: 2px;
    padding: 2px 0;
    position: relative;
    z-index: 999;
}
.page-sidebar-area .single-sidebar ul li,
.widget-bottom-area ul li {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 5px;
}
.page-sidebar-area .single-sidebar ul li:last-child,
.widget-bottom-area ul li:last-child {
    border: none;
}
.page-sidebar-area .single-sidebar ul li a,
.widget-bottom-area ul li a {
    color: #000000;
    text-decoration: none;
    display: inline-block;
    padding: 8px 0;
    transition: all 0.3s ease 0s;
}
.page-sidebar-area .widget_gtbuilder_address ul li a,
.widget-bottom-area ul li a {
    color: #646464;
}
.page-sidebar-area .single-sidebar ul li a:hover,
.widget-bottom-area ul li a:hover {
    color: #a0ce4e;
}
.page-sidebar-area .single-sidebar ul li a span,
.widget-bottom-area ul li a span {
    float: right;
}
.calendar_wrap {
    max-width: 263px;
}
.calendar_wrap table tfoot td {
    border: 0;
    padding: 0;
}
.widget-bottom-area .widget {
    margin: 0;
    padding: 15px 30px;
}
.widget ul.children {
    padding-left: 20px;
}
.widget-bottom-area ul,
.widget-bottom-area select {
    max-width: 350px;
}

/*-------------------------------------
#. Footer Section
---------------------------------------*/
.footer-top-area {
    background: #222222;
    padding: 80px 0 30px;
}
.single-footer {
    margin-bottom: 50px;
}
.single-footer a { 
    color: #a0ce4e; 
}
.footer-top-area .single-footer h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 18px;
}
.footer-top-area .single-footer {
    color: #b3b3b3;
}
.widget_gtbuilder_about ul li {
    display: inline-block;
    margin: 3px;
}
.widget_gtbuilder_about ul li:first-child{
    margin-left: 0;
}
.widget_gtbuilder_about ul li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    color: #ffffff;
    background: #a0ce4e;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
}
.footer-top-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-top-area .single-footer .footer-social-media-area ul li a:hover {
    background: #000000;
    border-radius: 50%;
}
.footer-top-area .footer-two ul li {
    color: #b3b3b3;
}
.footer-top-area .footer-two ul li i {
    color: #b3b3b3;
    margin-right: 5px;
    display: inline-block;
}

.footer-top-area .footer-three ul li {
    display: inline-block;
    width: 30%;
    margin: 1px 3px;
}
.footer-top-area .footer-three ul li a {
    display: block;
}
.footer-top-area .footer-three ul li a img {
    display: block;
    width: 100%;
}
.footer-top-area .footer-three ul li a img:hover {
    opacity: .9;
}
.footer-top-area .footer-four ul li {
    display: block;
    color: #b3b3b3;
    margin: 0 0 15px 0;
}
.footer-top-area .footer-four ul li a:link, .footer-top-area .footer-four ul li a:visited {
    color: #b3b3b3;
}
.footer-top-area .footer-four ul li a:hover, .footer-top-area .footer-four ul li a:active {
    color: #a0ce4e;
}
.footer-top-area select {
    padding: 8px 5px;
}
.footer-top-area .custom-search-input{
    padding-top: 0;
}
.footer-top-area .tagcloud a{
    color: #fff;
}
.widget_gtbuilder_address ul li i{
    margin: 5px;
    color: #a0ce4e;
}
.footer-bottom-area {
    background: #000000;
    padding: 20px 0;
}
.footer-bottom-area .footer-bottom p {
    text-align: center;
    color: #ffffff;
    margin: 0;
}

/*-------------------------------------
#. Single Project
---------------------------------------*/
.project-single-thumbnail,
.project-single-gallery {
    margin-bottom: 70px;
}
.project-detail-area .project-gallery .owl-buttons div {
    position: absolute;
    top: 40%;
    background: #a0ce4e;
    width: 45px;
    height: 45px;
    font-size: 26px;
    line-height: 36px;
    border-radius: 0;
    opacity: 1;
}
.project-detail-area .project-gallery .owl-buttons div.owl-next {
    right: -5px;
}
.project-detail-area .project-gallery .owl-buttons div.owl-prev {
    left: -5px;
}
.project-single-gallery {
    position: relative;
}
.project-single-gallery .owl-buttons .owl-prev,
.project-single-gallery .owl-buttons .owl-next {
    position: absolute;
    top: 40%;
    background-color: #a0ce4e !important;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    opacity: 1!important;
}
.project-single-gallery .owl-buttons .owl-prev {
    left: -5px;
}
.project-single-gallery .owl-buttons .owl-next {
    right: -5px;
}
.project-single-gallery .owl-buttons .owl-prev i,
.project-single-gallery .owl-buttons .owl-next i {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
}
/*-------------------------------------
#. Single Team
-------------------------------------*/
.main-single-item-area .main-single-team-content .team-content {
    position: relative;
    padding-bottom: 20px;
}
.main-single-item-area .main-single-team-content .team-content:after {
    background: #a0ce4e none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 45px;
}
.main-single-item-area .main-single-team-content .team-content h2 {
    font-size: 26px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    line-height: 1;
}
.main-single-item-area .main-single-team-content .team-content .designation {
    padding-top: 0px;
    margin-bottom: 0;
}
.main-single-item-area .main-single-team-content p {
    padding-top: 20px;
}
.main-single-item-area .main-single-team-content .single-team-social-media {
    margin-top: 50px;
}
.main-single-item-area .main-single-team-content .single-team-social-media ul li {
    display: inline-block;
    margin: 2px;
}
.main-single-item-area .main-single-team-content .single-team-social-media ul li:first-child {
    margin-left: 0;
}
.main-single-item-area .main-single-team-content .single-team-social-media ul li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #a0ce4e;
    color: #ffffff;
    transition: all 0.3s ease 0s;
}
.main-single-item-area .main-single-team-content .single-team-social-media ul li a:hover {
    background: #688D26;
    color: #ffffff;
}
.main-single-item-area .single-team-featured-image a {
    display: block;
}
.main-single-item-area .single-team-featured-image a img:hover {
    opacity: .9;
}
.single-team-meta{
    margin-top: 30px;
}
.single-team-meta .icon{
    color: #a0ce4e;
    padding-right: 7px;
}
.single-team-meta a{
    color: #646464;
}
.single-team-meta .seperator{
    padding: 0 8px;
}

/*-------------------------------------
#. 404 Page
---------------------------------------*/
.error-page-area {
    padding: 80px 0;
}
.error-page-content {
    text-align: center;
}
.error-page-area .error-page {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100PX;
}
.error-page-area .error-page h1 {
    font-size: 300px;
    color: #ffffff;
    line-height: 300px;
}
.error-page-area .error-page p {
    font-size: 30px;
    color: #ffffff;
}
.error-page-area .error-page-message {
    margin-top: 60px;
}
.error-page-area .error-page-message p {
    font-size: 18px;
    color: #000000;
}
.error-page-area .error-page-message .home-page a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    background: #a0ce4e;
    padding: 15px 35px;
    transition: all 0.3s ease 0s;
}
.error-page-area .error-page-message .home-page a:hover {
    background: #688D26;
    color: #ffffff;
}

/*---------------------------------
#. Scrolling Nav
---------------------------------*/
#scrollUp {
    background: #a0ce4e;
    bottom: 100px;
    color: #ffffff !important;
    display: block;
    font-size: 25px;
    height: 40px;
    line-height: 0;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
    width: 50px;
    z-index: 1000;
}
#scrollUp:hover {
    background: #82a545;
}
#scrollUp i {
    display: block;
    padding-top: 5px;
}

/*-------------------------------------
#. VC Module: Call to Action
---------------------------------------*/
.widget_gtbuilder_cta {
    margin-bottom: 0;
}
.call-to-action-area {
    position: relative;
    background-size: cover;
    background-position: center center;
}
.call-to-action-area:after {
    bottom: -50px;
    content: "";
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 100%;
    height: 50px;
}
.call-to-action-area .slider-bottom-text {
    margin: 15px 0;
}
.call-to-action-area .slider-bottom-text p {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
}
.call-to-action-area .slider-bottom .btn {
    background: transparent;
    color: #ffffff;
    padding: 12px;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.3s ease 0s;
    display: block;
    border: 2px solid #ffffff;
    white-space: inherit;
}
.call-to-action-area .slider-bottom .btn:hover {
    background: #688d26;
    border: 2px solid #688d26;
}

.gtbuilder-cta-widget{
    background-color: #a0ce4e;
    padding: 40px 0;
}

/*-------------------------------------
#. VC Module: Owl Nav 2
---------------------------------------*/
.rt-owl-nav-2 {
    overflow: visible;
}
.rt-owl-nav-2 .owl-theme .owl-controls {
    margin-top: 0;
}
.rt-owl-nav-2 .owl-theme .owl-buttons > div {
    background-color: #a0ce4e !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    height: 36px;
    margin: 5px !important;
    opacity: 1;
    padding: 4px 0 !important;
    position: absolute;
    top: 12%;
    width: 30px;  
}
.rt-owl-nav-2 .owl-theme .owl-buttons > div:hover {
    background-color: #000 !important;
}
.rt-owl-nav-2 .owl-controls .owl-prev {
    left: -40px;
}
.rt-owl-nav-2 .owl-controls .owl-next {
    right: -40px;
}
@media all and (max-width: 1240px) {
    .rt-owl-nav-2 {
        padding: 0 40px;
    }
}

/*-------------------------------------
#. VC Module: Info text Section
---------------------------------------*/
.service-infotext-area .infoicon {
    display: inline-block;
    font-size: 50px;
    color: #a0ce4e;
    display: inline-block;
    transition: all 0.3s ease 0s;
    margin-bottom: 20px;
}

.service-infotext-area h3 {
    margin-bottom: 12px;
    color: #000000;
}
.service-infotext-area h3 a {
    color: #000000;
    transition: all 0.3s ease 0s;
    display: inline-block;
}
.service-infotext-area h3 a:hover {
    color: #a0ce4e;
    text-decoration: none;
}

/*-------------------------------------
#. VC Module: Owl Title 1
---------------------------------------*/
.rt-owl-title-1 .owl-title {
    color: #222222;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    font-weight: 700;
}
.rt-owl-title-1 .owl-description {
    color: #444444;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}

/*-------------------------------------
#. VC Module: Projects Section
---------------------------------------*/
.vc-projects-tab-area .section-title-area h2,
h2.project-grid-title {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.vc-projects-tab-area .tab-list-area ul li {
    border: 1px solid #e5e5e5;
    padding: 10.5px;
    background: #ffffff;
}
.vc-projects-tab-area .tab-list-area ul li.active {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 5px solid #a0ce4e;
    background: #f9f9f9;
}
.vc-projects-tab-area .tab-list-area ul li a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    color: #646464;
}
.vc-projects-tab-area .tab-content-area .latest-project {
    position: relative;
}
.vc-projects-tab-area .tab-content-area .latest-project .single-project {
    position: relative;
    overflow: hidden;
    height: 233px;
}
.vc-projects-tab-area .tab-content-area .latest-project .single-project:hover .project-overley {
    opacity: 1;
    bottom: 0;
}
.vc-projects-tab-area .tab-content-area .latest-project .single-project .project-overley {
    background: #ffffff none repeat scroll 0 0;
    bottom: -100px;
    position: absolute;
    right: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.vc-projects-tab-area .tab-content-area .latest-project .single-project .project-overley .content {
    padding: 10px 15px 15px;
}
.vc-projects-tab-area .tab-content-area .latest-project .single-project .project-overley .content h3 {
    margin: 0;
    font-family: 'Lato', sans-serif;
}
.vc-projects-tab-area .tab-content-area .latest-project .single-project .project-overley .content h3 a:hover {
    color: #82a545;
}
.vc-projects-tab-area .tab-content-area .latest-project .single-project .project-overley .content p {
    color: #646464;
    margin-bottom: 0;
}
.vc-projects-tab-area .tab-content-area .latest-project .single-project .project-overley .link {
    position: absolute;
    right: 10%;
    top: 25%;
}
.vc-projects-tab-area .tab-content-area .latest-project .single-project .project-overley .link a {
    display: block;
    color: #a0ce4e;
    font-size: 20px;
    transition: all 0.3s ease 0s;
}
.vc-projects-tab-area .tab-content-area .latest-project .single-project .project-overley .link a:hover {
    color: #82a545;
}
.vc-projects-tab-area .tab-content-area .latest-project .owl-buttons {
    position: absolute;
    top: -60px;
    left: 0;
}
.vc-projects-tab-area .tab-content-area .latest-project .owl-buttons div {
    background: #a0ce4e;
    width: 35px;
    height: 35px;
    border-radius: 0;
    opacity: 1;
    margin: 2px !important;
}
.vc-projects-tab-area .tab-content-area .latest-project .owl-buttons div:hover {
    background: #000000;
}
.vc-projects-tab-area .tab-content-area .latest-project .owl-buttons div i {
    font-size: 20px;
    line-height: 28px;
}
.vc-projects-tab-area .tab-content-area .latest-project:after {
    background: #e1e1e1;
    content: "";
    height: 2px;
    left: 100px;
    margin: auto;
    position: absolute;
    top: -38px;
    width: 88%;
}
.project-isotope-menu{
    text-align: center;
    margin-bottom: 35px;
}
.project-isotope-menu button{
    margin-bottom: 5px;
}

.project-page .tab-list-area ul li {
    border: 1px solid #e5e5e5;
    padding: 12px;
    background: #ffffff;
}
.project-page .tab-list-area ul li.active {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 5px solid #a0ce4e;
    background: #f9f9f9;
}
.project-page .tab-list-area ul li a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    color: #646464;
}
.project-page .tab-content-area .latest-project-page,
.project-isotope {
    position: relative;
}
.project-page .tab-content-area .latest-project-page .single-project,
.project-isotope .single-project {
    position: relative;
    overflow: hidden;
    float: left;
    width: 33%;
}
.project-isotope .single-project{
    width: 270px;
}
.project-page .tab-content-area .latest-project-page .single-project:hover .project-overley,
.project-isotope .single-project:hover .project-overley {
    opacity: 1;
    bottom: 0;
}
.project-page .tab-content-area .latest-project-page .single-project .project-overley,
.project-isotope .single-project .project-overley {
    background: #ffffff none repeat scroll 0 0;
    bottom: -100px;
    position: absolute;
    right: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.project-overley .content {
    padding: 10px 15px 15px;
}
.project-overley .content h3 {
    margin: 0;
    font-family: 'Lato', sans-serif;
}
.project-overley .content h3 a {
    color: #000000;
    font-size: 16px;
    transition: all 0.3s ease 0s;
}
.project-overley .content h3 a:hover {
    color: #82a545;
}
.project-overley .content p {
    color: #646464;
    margin: 0;
}
.project-overley .link {
    position: absolute;
    right: 10%;
    top: 25%;
}
.project-overley .link a {
    display: block;
    color: #a0ce4e;
    font-size: 20px;
    transition: all 0.3s ease 0s;
}
.project-overley .link a:hover {
    color: #82a545;
}
.project-grid-single{
    margin-bottom: 30px;
}

.project-grid-overley {
    border: 1px solid #efefef;
    padding: 10px 15px;
    position: relative;
}
.project-grid-overley .content h3 {
  padding-right: 15px;
}
.project-grid-overley .content {
    padding: 0;
}
.project-grid-overley .link {
    right: 10px;
}
.vc-projects-tab-area .owl-controls{
    display: block !important;
}

.project-isotope-area.style2 .project-isotope .single-project {
    margin: 2px;
}
.project-isotope-area.style2 .project-isotope .single-project .project-overley {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: inherit;
    height: 100%;
    left: 0;
    right: inherit;
    top: 0;
    width: 100%;
    transform: translateY(100%);
}
.project-isotope-area.style2 .project-isotope .single-project:hover .project-overley {
    transform: translateY(0%);
}
.project-isotope-area.style2 .project-overley .content {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    padding: 10px 35px 15px 15px;
    position: absolute;
    width: 100%;
}
.project-isotope-area.style2 .project-overley .content h3 a {
    color: #fff;
}
.project-isotope-area.style2 .project-overley .content p {
    color: #a0ce4e;
}
.project-isotope-area.style2 .project-overley .link {
    bottom: 0;
    position: absolute;
    right: 0;
    top: initial;
}
.project-isotope-area.style2 .project-overley .link a {
    background-color: #a0ce4e;
    color: #fff;
    font-size: 13px;
    padding: 4px 13px;
}
/*-------------------------------------
#. VC Module: Testimonial
---------------------------------------*/
.testimonial-area .testimonial .single-testimonial {
    text-align: center;
}
.testimonial-area .testimonial .single-testimonial .propic{
    margin-bottom: 10px;
}
.testimonial-area .testimonial .single-testimonial .propic img{
    border-radius: 50px;
    width: 70px;
}
.testimonial-area .testimonial .single-testimonial h3 {
    color: #a0ce4e;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 5px;
}
.testimonial-area .testimonial .single-testimonial p.designation {
    color: #ffffff;
    position: relative;
}
.testimonial-area .testimonial .single-testimonial p.designation:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    background: #a0ce4e;
    width: 80px;
    margin: auto;
    height: 2px;
    top: 35px;
}
.testimonial-area .testimonial .single-testimonial .content {
    color: #ffffff;
    margin: 40px 40px 20px;
    font-size: 16px;
}
.testimonial-area .testimonial .owl-pagination .owl-page.active span {
    background: #ffffff;
    border: 1px solid #ffffff;
}
.testimonial-area .testimonial .owl-pagination .owl-page span {
    background: transparent;
    border: 1px solid #a0ce4e;
    opacity: 1;
}

/*-------------------------------------
#. VC Module: Testimonial Style 2
---------------------------------------*/
.rt-owl-testimonial-2 .rt-vc-item {
    margin: 0 10px;
}
.rt-owl-testimonial-2 .rt-vc-meta {
    margin-bottom: 20px;
}
.rt-owl-testimonial-2 .rt-vc-meta h3 {
    color: #fff;
    margin-bottom: 0;
}
.rt-owl-testimonial-2 .rt-vc-meta .designation {
    color: #a0ce4e;
    font-size: 13px;
}
.rt-owl-testimonial-2 .rt-vc-content {
    background-color: #fff;
    position: relative;
    padding: 20px;
    font-size: 14px;
    line-height: 22px;
}
.rt-owl-testimonial-2 .rt-vc-content img {
    border: 8px solid #fff;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    float: right;
    margin-top: -50px;
}
.rt-owl-testimonial-2 .owl-controls {
    margin-top: 25px;
}
.rt-owl-testimonial-2 .owl-pagination .owl-page span {
    background-color: #ffffff;
    opacity: 1;
    width: 32px;
    height: 7px;
    border-radius: 20px;
    margin: 0 5px;
}
.rt-owl-testimonial-2 .owl-pagination .owl-page.active span {
    background-color: #a0ce4e;
}
.rt-owl-testimonial-2 .arrow_box:after,
.rt-owl-testimonial-2 .arrow_box:before {
    bottom: 100%;
    left: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.rt-owl-testimonial-2 .arrow_box:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
    border-width: 10px;
}

/*-------------------------------------
#. VC Module: Team Section
---------------------------------------*/
.item-section-area .section-title-area {
    margin: 0 15px 25px;
}
.owl-custom-nav-title{
    color: #111111;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    margin-top: 2px;
    width: 25%;
}
.owl-custom-nav{
    float: left;
    margin: 0 9px;
}
.owl-custom-nav-bar{
    border: 1px solid #e1e1e1;
    float: left;
    margin-top: 18px;
    width: 66%;
}
.owl-custom-nav .owl-prev,
.owl-custom-nav .owl-next{
    background-color: #a0ce4e;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    height: 35px;
    margin: 2px;
    opacity: 1;
    padding: 3px 10px;
    width: 35px;
    text-align: center;
    cursor: pointer;
}
.owl-custom-nav .owl-prev:hover,
.owl-custom-nav .owl-next:hover {
    background-color: #000;
}
.owl-custom-nav i {
  font-size: 20px;
  line-height: 28px;
}

.item-section-area .total-single-item-area {
    margin: 0 15px;
}

.item-section-area .item-section1 .total-single-item-area {
    margin: 0px !important;
}
.item-section1 .total-single-item-area .content{
    padding-bottom: 30px;
}
.item-section-area .total-single-item-area .single-item-area {
    transition: all 0.3s ease 0s;
    position: relative;
}
.item-section-area .item-section1 .total-single-item-area .single-item-area{
    max-width: 255px;
    margin-left: auto;
    margin-right: auto;
}
.item-section-area .total-single-item-area .single-item-area a {
    display: block;
}
.item-section-area .total-single-item-area .single-item-area a img {
    width: 100%;
}
.item-section-area .total-single-item-area .single-item-area .overley {
    background: rgba(160, 206, 78, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transform: scaleY(0.5);
    transform-origin: 0;
    transition: all 0.3s ease 0s;
}
.item-section-area .total-single-item-area .single-item-area .overley ul {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 40%;
}
.item-section-area .total-single-item-area .single-item-area .overley ul li {
    display: inline-block;
    margin: 4px 2px;
}
.item-section-area .total-single-item-area .single-item-area .overley ul li a {
    display: block;
}
.item-section-area .total-single-item-area .single-item-area .overley ul li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000000;
    background: #ffffff;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    font-weight: bold;
}
.item-section-area .total-single-item-area .single-item-area .overley ul li a i:hover {
    color: #a0ce4e;
}
.item-section-area .total-single-item-area .single-item-area:hover .overley {
    opacity: 1;
    transform: scaleY(1);
}
.item-section-area .total-single-item-area .content {
    text-align: center;
    margin-top: 22px;
}
.item-section-area .total-single-item-area .content h3 {
    margin-bottom: 5px;
}
.item-section-area .total-single-item-area .content h3 a {
    color: #111111;
    transition: all 0.3s ease 0s;
}
.item-section-area .total-single-item-area .content h3 a:hover {
    color: #a0ce4e;
}
.item-section-area .team-picure {
    position: relative;
}
.item-section-area .team-picure img {
    position: absolute;
    right: 0;
    bottom: 0;
}

/*-------------------------------------
#. VC Module: Team Section Style 2
---------------------------------------*/
.rt-owl-team-2 .vc-item {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.rt-owl-team-2 .vc-item-wrap {
    margin: 0 10px;
}
.rt-owl-nav-2.rt-owl-team-2 .owl-theme .owl-buttons > div {
    top: 36%;
}
.rt-owl-team-2 .vc-item .vc-overly {
    background-color: rgba(160, 206, 78, 0.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.3s ease 0s;
}
.rt-owl-team-2 .vc-item:hover .vc-overly {
    opacity: 1;
    transform: translateX(0%);
}
.rt-owl-team-2 .vc-item .vc-overly ul {
    margin: 0;
    list-style-type: none;
    text-align: center;
    padding: 30px 0 0;
}
.rt-owl-team-2 .vc-item .vc-overly ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
}
.rt-owl-team-2 .vc-item .vc-overly ul li a {
    display: block;
    height: 40px;
    line-height: 37px;
    text-align: center;
    background-color: #fff;
    border: none;
    color: #000;
    height: 36px;
    width: 36px;
    border-radius: 50px;
}
.rt-owl-team-2 .vc-item .vc-overly ul li a:hover {
    background-color: #000;
}
.rt-owl-team-2 .vc-overly ul li a .fa {
    color: #000;
}
.rt-owl-team-2 .vc-item .vc-overly ul li a:hover .fa {
    color: #fff;
}
.rt-owl-team-2 .vc-overly-content {
    color: #fff;
    margin: 0 auto;
    padding-top: 50px;
    width: 90%;
}
.rt-owl-team-2 .vc-overly-content .title {
    margin-bottom: 0;
}
.rt-owl-team-2 .vc-overly-content .title a {
    color: #fff;
    font-weight: 600;
}
.rt-owl-team-2 .vc-overly-content .title a:hover {
    color: #fff;
}
.rt-owl-team-2 .vc-overly-content .designation {
    font-family: Lato;
    padding-top: 4px;
    font-weight: 700;
}
.rt-owl-team-2 .vc-overly-content .seperator {
    background-color: #fff;
    height: 3px;
    margin: 15px auto 0;
    width: 40px;
}
.rt-owl-team-2 .vc-overly-content .description {
    padding-top: 15px;
}
.rt-owl-team-2 .vc-team-meta {
    bottom: 40px;
    color: #ffffff;
    left: 0;
    position: absolute;
    text-align: left;
}
.rt-owl-team-2 .vc-item:hover .vc-team-meta {
    display: none;
}
.rt-owl-team-2 .vc-team-meta .name {
    background-color: #a0ce4e;
    display: inline-block;
    margin-bottom: 3px;
    padding: 5px 10px;
}
.rt-owl-team-2 .vc-team-meta .designation {
    background-color: #000000;
    display: inline-block;
    padding: 4px 10px;
}
@media all and (max-width: 1199px) {
    .rt-owl-team-2 .vc-overly-content {
        padding-top: 45px;
    }
}
@media all and (max-width: 991px) {
    .rt-owl-team-2 .vc-overly-content {
        padding-top: 15px;
    }
    .rt-owl-team-2 .vc-overly-content .seperator {
        margin: 6px auto 0;
    }
    .rt-owl-team-2 .vc-overly-content .designation {
        font-size: 12px;
        padding-top: 0;
        line-height: 1.1;
    }
    .rt-owl-team-2 .vc-overly-content .description {
        padding-top: 6px;
        line-height: 1.3;
    }
    .rt-owl-team-2 .vc-item .vc-overly ul {
        max-height: 82px;
        overflow: hidden;
        padding: 10px 0 0;
    }
    .rt-owl-team-2 .vc-item .vc-overly ul li a {
        height: 31px;
        line-height: 31px;
        width: 31px;
    }
}

/*-------------------------------------
#. VC Module: Post Slider
---------------------------------------*/
.vc-post-slider-area {
    position: relative;
    overflow: hidden;
}
.vc-post-slider-area.rt-owl-nav-2 {
    overflow: visible;
}
.vc-post-slider-area .content {
    text-align: left !important;
}
.vc-post-slider-area .content p {
    position: relative;
}
.vc-post-slider-area .content p:after {
    background: #a0ce4e;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 50px;
}
.vc-post-slider-area .content p.meta {
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.vc-post-slider-area .content p.news-content:after {
    background: transparent;
}
.vc-post-slider-area .item-section-area .total-single-item-area .single-item-area .overley ul li a i {
    border-radius: 50%;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    transition: all 0.3s ease 0s;
    width: 50px;
}
.vc-post-slider-area .item-section-area .total-single-item-area .single-item-area .overley ul li a i:hover {
    background: #a0ce4e;
    border: 1px solid #a0ce4e;
    color: #ffffff;
}
.vc-post-slider-area .bg-image {
    position: absolute;
    bottom: 0;
    left: 0;
}
.vc-post-slider-area.rt-owl-nav-2 .content p.meta {
    font-size: 14px;
}

/*-------------------------------------
#. VC Module: Logo Slider
---------------------------------------*/
.client-logo-area {
    position: relative;
}
.client-logo-area .single-logo {
    border: 1px solid #d7d7d7;
    height: 80px;
    margin: 0 15px;
    padding: 15px 10px;
    text-align: center;
    transform: scaleX(1.01);
    transition: all 0.3s ease 0s;
}
.client-logo-area .single-logo:hover {
    border: 1px solid #82a545;
    transform: scaleX(1.00002);
    margin: 0 5px;
}
.client-logo-area .owl-buttons .owl-prev {
    left: -40px;
    position: absolute;
    top: 22%;
    background: #a0ce4e !important;
    width: 35px;
    height: 35px;
    border-radius: 0 !important;
    opacity: 1!important;
}
.client-logo-area .owl-buttons .owl-prev i {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}
.client-logo-area .owl-buttons .owl-next {
    right: -40px;
    position: absolute;
    top: 22%;
    background: #a0ce4e !important;
    width: 35px;
    height: 35px;
    border-radius: 0 !important;
    opacity: 1!important;
}
.client-logo-area .owl-buttons .owl-next i {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}

/*-------------------------------------
#. VC Module: Service
---------------------------------------*/
.service-page-main-section-area .col-sm-4:nth-child(4n) {
    clear: both;
}
.service-page-main-section-area .single-service-area {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.service-page-main-section-area .single-service-area a {
    display: block;
}
.service-page-main-section-area .single-service-area a img {
    width: 100%;
}
.service-page-main-section-area .single-service-area a img:hover {
    opacity: .9;
}
.service-page-main-section-area .single-service-area h3 {
    margin-bottom: 16px;
    margin-top: 20px;
    padding-bottom: 10px;
    position: relative;
}
.service-page-main-section-area .single-service-area h3 a {
    font-size: 20px;
    line-height: 33px;
    font-weight: 600;
    color: #000000;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.service-page-main-section-area .single-service-area h3 a:hover {
    color: #a0ce4e;
}
.service-page-main-section-area .single-service-area h3:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    display: block;
    background: #a0ce4e;
    width: 50px;
    height: 3px;
}

/*-------------------------------------
#. VC Module: Contact
---------------------------------------*/
.vc-contact-area{
    position: relative;
}
.vc-contact-area ul{
    margin: 0;
}
.vc-contact-area ul li {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 5px;
    padding: 8px 0;
}
.vc-contact-area ul li:last-child {
    border: none;
}
.vc-contact-area ul li i {
    margin: 5px;
    color: #a0ce4e;
}
.vc-contact-area ul li a {
    color: #646464;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.vc-contact-area ul li a:hover {
    color: #a0ce4e;
}
.vc-contact-area ul li a span {
    float: right;
}



/*-------------------------------------
#. VC Container
---------------------------------------*/
.vc-gt-container::before, .vc-gt-container::after {
    content: " ";
    display: table;
}
.vc-gt-container::after {
    clear: both;
}
.vc-gt-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.vc-gt-container{
    padding-left: 15px;
    padding-right: 15px;
}

.vc-gt-container-inner{
    max-width: 1170px;
    margin: 0 auto;
}

/*-------------------------------------
#. VC Accordian: Flat Grey
---------------------------------------*/
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus a, .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover a,
.vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading a {
    color: #fff !important;
}

.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus .vc_tta-controls-icon::after,
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover a .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #fff !important;
}

.vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-body{
    padding: 12px 15px;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
  padding-left: 15px;
}

/*-------------------------------------
#. VC Image Gallery: Flex Slider Slide
---------------------------------------*/
.wpb_gallery .wpb_flexslider {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
    display: none;
}
.wpb_gallery .wpb_flexslider .flex-direction-nav a::before {
    content: "\f104";
    display: inline-block;
    font-family: fontAwesome;
    font-size: 22px;
    padding-bottom: 20px;
}
.wpb_gallery .wpb_flexslider .flex-direction-nav a.flex-next::before {
    content: "\f105";
}
.wpb_gallery .wpb_flexslider .flex-direction-nav a {
    background-color: #a0ce4e;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    height: 45px;
    width: 45px;
    padding: 12px 19px;
    text-shadow: inherit;
    transition: none;
    z-index: 1;
}
.wpb_gallery .wpb_flexslider .flex-direction-nav .flex-prev {
    left: 0;
}
.wpb_gallery .wpb_flexslider .flex-direction-nav .flex-next {
    right: 0;
}

/*-------------------------------------
#. VC Google Map
---------------------------------------*/
.wpb_gmaps_widget .wpb_wrapper{
    padding: 0 !important;
}

/*-------------------------------------
#. Widget: Tagclouds
---------------------------------------*/
.page-sidebar-area .tagcloud{
    padding-top: 10px;
}
.tagcloud a{
    background-color: #a0ce4e;
    color: #ffffff;
    display: inline-block;
    margin: 0 2px 2px 0;
    padding: 6px 8px;
    transition: all 0.3s ease 0s;
}
.tagcloud a:hover{
    background-color: #82a545;
    color: #ffffff;
}

/*-------------------------------------
#. Widget: Custom Menu
---------------------------------------*/
.widget_nav_menu .sub-menu {
    padding-left: 20px;
}

/*-------------------------------------
#. Woocommerce: Widgets
---------------------------------------*/
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
}
.woocommerce.widget > form {
    padding-top: 10px;
}
.woocommerce.widget ul li a span {
    float: none;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
    padding: 10px 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper,
.woocommerce .widget_price_filter .price_slider_amount {
    margin-top: 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #a0ce4e;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #82a545;
}


.woocommerce ul.product_list_widget li img {
    width: 60px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    line-height: 7px;
    top: 9px;
}
.woocommerce.widget_product_search .search-field {
    background-color: #f5f5f5;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    padding: 6px 12px;
    width: 100%;
}
.woocommerce.widget_product_search input[type="submit"] {
    display: block;
    line-height: 1;
    margin-top: 11px;
    padding: 10px 25px;
}

/*-------------------------------------
#. Woocommerce: Top Bar
---------------------------------------*/
.woo-shop-top {
    border: 1px solid #e7e7e7;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 30px;
}
.woo-shop-top .view-mode {
    margin-right: 5px;
    padding: 5px 0;
}
.woo-shop-top ul {
    margin: 0;
    padding: 0;
}
.woo-shop-top .view-mode ul li {
    display: inline-block;
    margin-right: 5px;
}
.woo-shop-top .view-mode ul li .fa {
    color: #666666;
}
.product-grid-view .woo-shop-top .view-mode ul li:first-child .fa {
    color: #a0ce4e;
}
.product-list-view .woo-shop-top .view-mode ul li:last-child .fa {
    color: #a0ce4e;
}
.woo-shop-top .limit-show {
    text-align: right;
}
.woo-shop-top .limit-show > div {
    font-weight: 400;
    display: inline-block;
}
.woo-shop-top .sort-list {
    text-align: right;
}
.woo-shop-top .sort-list select {
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    padding: 6px 18px;
}
.woocommerce .woo-shop-top .woocommerce-ordering,
.woocommerce .woo-shop-top .woocommerce-result-count {
    margin-bottom: 0;
}
.woocommerce .woo-shop-top .woocommerce-ordering {
    float: none;
}
.woocommerce .woo-shop-top .woocommerce-result-count {
    line-height: 28px;  
}

/*-------------------------------------
#. Woocommerce: Shop
---------------------------------------*/
.woocommerce ul.products li.product {
    margin: 0 1% 40px 0;
    overflow: hidden;
}
.woocommerce.has-sidebar ul.products li.product {
    width: 32%;
}
.woocommerce.no-sidebar ul.products li.product {
    width: 24%;
}
.woocommerce.no-sidebar ul.products li.product .product-thumb-area img {
    width: 100%;
}
.woocommerce ul.products li.product h3 {
    margin: 30px 0 12px;
    padding: 0;
}
.woocommerce ul.products li.product h3 a {
    color: #111111;
    font-size: 20px;
}
.woocommerce ul.products li.product h3 a:hover {
    color: #a0ce4e;
}
.woocommerce .star-rating {
    color: #f7c51d;
}
.woocommerce .products .star-rating {
    margin: 0 0 8px;
}
.woocommerce ul.products li.product .star-rating {
    font-size: 13px;
}
.woocommerce ul.products li.product .price {
    color: #a0ce4e;
    font-size: inherit;
    font-weight: 600;
    margin-bottom: 0;
}
.woocommerce ul.products li.product .price del {
    display: inline;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    background-color: #a0ce4e;
    padding: 0;
}
.woocommerce ul.products li.product .button {
    margin-top: 10px;
    padding: 10px 15px;
}
.woocommerce a.added_to_cart {
    background-color: #a0ce4e;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 12px;
}
.woocommerce a.added_to_cart:hover {
    background-color: #000000;
}
.woocommerce .product-thumb-area {
    position: relative;
}
.woocommerce ul.products li.product .onsale {
    margin: 0;
}
.woocommerce .product-thumb-area .overlay {
    background-color: rgba(160, 206, 78, 0.8);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    transform: scaleY(0);
    width: 100%;
}
.woocommerce .product-thumb-area:hover .overlay {
    opacity: 1;
    transform: scaleY(1);
}
.woocommerce .product-thumb-area .product-info {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 40%;
    transition: all 0.3s ease 0s;
    transform: translateX(-100%);
    z-index: 9;
}
.woocommerce .product-thumb-area:hover .product-info {
    opacity: 1;
    transform: translateX(0%);
}
.woocommerce .product-thumb-area .product-info ul {
    margin: 0;
    text-align: center;
}
.woocommerce .product-thumb-area .product-info ul li {
    display: inline-block;
}
.woocommerce .product-thumb-area .product-info ul li a {
    background: #ffffff;
    display: block;
    height: 38px;
    padding: 8px;
    min-width: 38px;
    line-height: 1.5;
}
.woocommerce .product-thumb-area .product-info ul li a .fa {
    color: #111111;
}
.woocommerce .product-thumb-area .product-info ul li a:hover .fa {
    color: #a0ce4e;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist {
    position: relative;
    margin-top: 0;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist a.wishlist-icon {
    border-radius: 0;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist a.wishlist-icon i {
    margin: 0;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist img {
    background-color: #fff;
    left: 11px;
    margin: 0;
    position: absolute;
    top: 11px;
}
.woocommerce #yith-wcwl-popup-message {
    background-color: #000;
    border: none;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    padding: 10px;
}

.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist .feedback{
	display: none;
}

/*-------------------------------------
#. Woocommerce: Shop List View
---------------------------------------*/
.woocommerce ul.products .grid-hide {
    display: none;
}
.woocommerce.product-list-view ul.products .grid-hide {
    display: block;
}
.woocommerce.product-list-view .product-thumb-area {
    float: left;
    margin-right: 20px;
    border: 1px solid #e7e7e7;
}
.woocommerce.product-list-view .product-info-area {
    overflow: hidden;
}
.woocommerce.product-list-view ul.products li.product,
.woocommerce-page.product-list-view ul.products li.product {
    width: 100%;
}
.woocommerce.product-list-view ul.products li.product h3 {
    margin: 0 0 12px;
}
.woocommerce.product-list-view .product-info-area .shop-excerpt {
    margin-top: 10px;
}
.woocommerce.product-list-view ul.products li.product .button {
    margin-top: 0;
}

/*-------------------------------------
#. Woocommerce: Single Product
---------------------------------------*/
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    margin-bottom: 40px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    margin: 0 0 20px;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
    margin-bottom: 15px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    margin-right: 7px;
    width: 31%;
    width: calc((100% - 14px) / 3);
    max-width: 195px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(3n+1) {
    margin-right: 0;
}
.woocommerce div.product .product_title {
    color: #222222;
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 10px;
}
.woocommerce a.woocommerce-review-link {
    color: #666666;
}
.woocommerce a.woocommerce-review-link:hover {
    color: #a0ce4e;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 12px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #a0ce4e;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
}
.woocommerce div.product .product_meta {
    color: #222222;
    font-weight: 600;
    margin-bottom: 15px;
}
.woocommerce div.product .short-description {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding: 15px 0;
}
.woocommerce div.product form.cart .variations {
    margin-top: 0;
    margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    display: table-cell;
    padding-bottom: 10px;
    padding-top: 0;
    text-align: left;
    vertical-align: middle;
}
.woocommerce div.product form.cart .variations label {
    color: #222;
    font-size: 16px;
    margin-bottom: 0;
}
.woocommerce div.product form.cart .variations select {
    padding: 8px 10px;
}
.woocommerce .quantity .qty {
    border: 1px solid #e7e7e7;
    border-radius: 0;
    box-shadow: none;
    height: 46px;
    text-align: center;
    padding: 1px;
    background-color: #fff;
}
.woocommerce div.product form.cart div.quantity {
    margin-right: 8px;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-bottom: 17px;
}
.woocommerce div.product .product-meta {

}
.woocommerce div.product .product-meta span {
    color: #222222;
    font-weight: 600;
}
.woocommerce div.product .product-meta a {
    color: #666666;
}
.woocommerce div.product .product-meta a:hover {
    color: #a0ce4e;
}
.woocommerce .quantity .input-group-btn-vertical {
    float: left;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}
.woocommerce .quantity .input-group-btn-vertical > .btn {
    border-radius: 0;
    display: block;
    float: none;
    height: 23px;
    line-height: 14px;
    margin-left: -1px;
    max-width: 100%;
    outline: medium none;
    padding: 0 7px;
    position: relative;
    width: 100%;
}
.woocommerce .quantity .input-group-btn-vertical > .btn:hover,
.woocommerce .quantity .input-group-btn-vertical > .btn:active,
.woocommerce .quantity .input-group-btn-vertical > .btn:focus {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}
.woocommerce div.product form.cart .button {
    background-color: #a0ce4e;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 25px;
    text-transform: uppercase;
}
.woocommerce div.product form.cart .button:hover {
    background-color: #111111;
}
.woocommerce div.product .woocommerce-tabs {
    border: 1px solid #e7e7e7;
    margin-bottom: 70px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
    border: medium none;
    box-shadow: none;
    margin: 0;
    padding: 30px 30px 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #f5f5f5;
    border-color: #e7e7e7;
    border-radius: 0;
    border-width: 0 1px 1px;
    margin: 0;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab {
    border-left-width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    content: none;
    height: inherit;
    left: inherit;
    position: inherit;
    width: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #222222;
    font-weight: 600;
    padding: 12px 30px;
    text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #222222;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #a0ce4e;
}
.woocommerce div.product .woocommerce-tabs h2 {
    color: #111111;
    font-size: 24px;
}
.woocommerce table.shop_attributes td {
    padding: 0 8px;
}
.woocommerce div.product .up-sells {
    margin-bottom: 35px;
}
.woocommerce div.product .up-sells h2 {
    color: #111111;
    font-size: 26px;
    margin-bottom: 20px;
}
.woocommerce #reviews #comments {
    margin-bottom: 20px;
}
.woocommerce #reviews #comments h2 {
    margin-bottom: 30px;
}
.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 1px solid #e7e7e7;
    border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    padding: 0;
}
#review_form_wrapper {
    padding-top: 20px;
}
.woocommerce #reviews h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.woocommerce p.stars a {
    color: #f7c51d;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: #a0ce4e;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 25px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #111111;
    color: #ffffff;
}
#review_form .form-group {
    margin-bottom: 10px;
}
.woocommerce #review_form #respond .comment-notes,
.woocommerce #review_form #respond .comment-form-rating {
    margin-bottom: 20px;
}
.woocommerce #review_form #respond .comment-form-rating {
    margin-top: 20px;
}
.woocommerce #review_form #respond .comment-form-rating label {
    color: #111111;
}
.woocommerce #review_form #respond .form-submit {
    margin: 5px 0 10px;
}
.woocommerce .related.products.item-section-area .section-title-area {
    margin-left: 0;
}
.woocommerce .related.products.item-section-area .owl-custom-nav-title {
    width: inherit;
}
.woocommerce .related.products.item-section-area .owl-custom-nav {
    float: right;
}
.woocommerce .related.products ul.products {
    margin-right: 3px;
}
.woocommerce .related.products ul.products li.product {
    margin: 0;
    padding: 0;
    width: inherit !important;
}
.woocommerce .related.products ul.products li.product .onsale {
    margin: 0;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
    border: 1px solid #e7e7e7;
    margin-right: 1.8%;
    width: 32%;
}

/*-------------------------------------
#. Woocommerce: Cart
---------------------------------------*/
p.demo_store {
    background-color: #a0ce4e;
}
.woocommerce-message::before,
.woocommerce-info::before {
    color: #a0ce4e;
}
.woocommerce-message,
.woocommerce-info {
    border-color: #a0ce4e;
}
.woocommerce table.shop_table {
    border-radius: 0;
}
.woocommerce-cart .woocommerce table.shop_table {
    border-width: 1px 1px 0 0;
}
.woocommerce-cart .woocommerce table.shop_table.cart {
    margin: 0 0 100px;
}
.woocommerce-cart .woocommerce table.shop_table th,
.woocommerce-cart .woocommerce table.shop_table td {
    border-width: 0 0 1px 1px;
    color: #111;
    text-align: center;
}
.woocommerce-cart .woocommerce table.shop_table th.product-name,
.woocommerce-cart .woocommerce table.shop_table td.product-name {
    text-align: left;
}
.woocommerce-cart table.cart img {
    width: 50px;
}
.woocommerce-cart .woocommerce table.shop_table td.product-quantity .spinner.quantity,
.woocommerce-cart .woocommerce table.shop_table td.product-remove > a {
    margin: 0 auto;
}
.woocommerce-cart .woocommerce table.shop_table td.product-name > a {
    color: #111;
    font-weight: 700;
}
.woocommerce-cart .woocommerce .quantity .qty {
    height: 30px;
}
.woocommerce-cart .woocommerce table.shop_table td.product-quantity .spinner.quantity input {
    color: #111;
}
.woocommerce-cart .woocommerce .actions {
    padding: 10px 12px;
}
.woocommerce-cart .woocommerce .actions input.button {
    padding: 10px 15px;
    float: right;
}
.woocommerce-page .woocommerce .actions #coupon_code {
    border-color: #ddd;
    margin-right: 10px;
    padding: 9px;
    width: 110px !important;
    height: inherit;
    background-color: #fff;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    padding: 15px;
}
.woocommerce .cart-collaterals .cross-sells ul {
    max-width: 560px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li .product-thumb-area li{
    width: inherit;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled {
    color: #fff;
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit[disabled]:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button[disabled]:disabled:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button[disabled]:disabled:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button[disabled]:disabled:hover {
    background-color: #a0ce4e;
    color: #fff;
}
.woocommerce .cart-collaterals .cross-sells h2,
.woocommerce .cart-collaterals .cart_totals h2 {
    color: #111;
    font-size: 24px;
    margin-bottom: 35px;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table {
    border-width: 1px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #a0ce4e;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #000;
}

/*-------------------------------------
#. Woocommerce: Checkout
---------------------------------------*/
.woocommerce-checkout .checkout_coupon .button {
    padding: 12px 25px;
}
.woocommerce-checkout h3 {
    color: #111;
    font-size: 20px;
    margin-bottom: 25px;
}
.woocommerce form.woocommerce-checkout .form-row {
    margin-bottom: 20px;
}
.woocommerce form.woocommerce-checkout .form-row .select2-choice {
    padding: 4px 8px;
}
.woocommerce-checkout label {
    color: #111; 
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    line-height: 1.2;
    padding: 10px;
    background-color: #fff;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
    border: 1px solid #ccc;
}
.woocommerce-checkout .select2-container .select2-choice {
    border-radius: 0;
}
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
    margin-bottom: 40px;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #ccc;
    background-color: #f5f5f5;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    border-color: 1px solid #ccc;
    border-width: 0 0 1px 1px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
    border-width: 1px 1px 0 0;
    color: #111;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background-color: #ededed;
    border-radius: 0;
}

/*-------------------------------------
#. Woocommerce: Order received
---------------------------------------*/
.woocommerce-order-received .woocommerce {
    color: #111;
}
.woocommerce-order-received .woocommerce-thankyou-order-received {
    font-size: 20px;
    margin-bottom: 40px;
}
.woocommerce-order-received .woocommerce .order_details li {
    font-size: 1em;
}
.woocommerce-order-received .woocommerce h2 {
    font-size: 20px;
}
.woocommerce-order-received .woocommerce .shop_table {
    margin-bottom: 40px;
    border-color: #ccc;
    border-width: 1px 1px 0 0;
}
.woocommerce-order-received .woocommerce .shop_table th,
.woocommerce-order-received .woocommerce .shop_table td {
    border-color: #ccc;
    border-width: 0 0 1px 1px;
}
.woocommerce-order-received .title h3 {
    margin-bottom: 10px;
}

/*-------------------------------------
#. Woocommerce: My Account
---------------------------------------*/
.woocommerce-account {
    color: #111;
}
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: inherit;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 50px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    padding: 10px 20px;
    background-color: #a0ce4e;
    display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #000;
}
.woocommerce-account .woocommerce .shop_table {
    margin-bottom: 0;
    border-color: #ccc;
    border-width: 1px 1px 0 0;
    font-size: 1em;
}
.woocommerce-account .woocommerce .shop_table th,
.woocommerce-account .woocommerce .shop_table td {
    border-color: #ccc;
    border-width: 0 0 1px 1px;
}

.woocommerce-account .woocommerce table .button {
    padding: 8px 14px;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders .order-actions,
.woocommerce table.woocommerce-MyAccount-downloads th,
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads .order-actions {
    text-align: center;
}
.woocommerce-edit-address .woocommerce-MyAccount-content > p,
.woocommerce-edit-account .woocommerce-MyAccount-content .form-row {
    margin-bottom: 30px;
}
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Button {
    margin-top: 30px;
}

/*-------------------------------------
#. Woocommerce: Login/Register
---------------------------------------*/
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border-radius: 0;
}
.woocommerce-account .woocommerce form.login .form-row,
.woocommerce-account .woocommerce form.register .form-row {
    margin-bottom: 20px;
}

/*-------------------------------------
#. Woocommerce: Yith Wishlist
---------------------------------------*/
.woocommerce .wishlist-title h2 {
    color: #111;
    margin-bottom: 25px;
    padding: 0;
}
.woocommerce .shop_table.wishlist_table {
    border-color: #ccc;
    border-width: 1px 1px 0 0;
    color: #111;
    font-size: 14px;
    margin-bottom: 40px;
}
.woocommerce .shop_table.wishlist_table th,
.woocommerce .shop_table.wishlist_table td {
    border-color: #ccc;
    border-width: 0 0 1px 1px;
    text-align: center;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
    border-radius: 0;
}
.woocommerce .shop_table.wishlist_table tfoot td {
    text-align: left;
}
table.wishlist_table.cart a.remove {
  color: #c3c3c3;
  margin: 0 auto;
}

/*-------------------------------------
#. Plugin: Meks Simple Flickr Widget
---------------------------------------*/
.widget.mks_flickr_widget ul.flickr li {
    margin: 0 0 5px 5px;
}
.widget.mks_flickr_widget ul.flickr li img {
    opacity: 1;
}

/*Mobile menu*/
.mean-container .mean-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff !important;
  float: none;
  position: relative !important;
  padding: 4px 15px !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  transition: all 0.3s linear;
}
.mn-top .mean-container .mean-bar {
  position: fixed !important;
}
.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}
.mean-container .mean-bar .logo-small {
  max-width: 110px;
}
.admin-bar.mean-container .mean-bar {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar.mean-container .mean-bar {
    top: 46px;
  }
}
@media only screen and (max-width: 600px) {
  .admin-bar.mean-container.mn-top .mean-bar {
    top: 0;
  }
}
@media only screen and (max-width: 375px) {
  .mean-container .header-action-layout1 ul li.header-btn i {
    display: none;
  }
}
.mean-container .header-action-layout1 ul .search-icon a:hover {
  color: #ec1c24;
}
.offscreen-navigation .sub-menu {
    display: none;
}
.offscreen-navigation ul li {
   border-bottom: 1px solid #e9e9e9;
}
.offscreen-navigation nav > ul > li ul.sub-menu {
   border-top: 1px solid #e9e9e9;
}
.offscreen-navigation li > a {
    display: block;
    position: relative;
    color: #444;
    font-size: 14px;
    font-weight: 700;
  background: #f3f3f3;
  padding-bottom: 7px;
  padding-top: 7px;
}
.offscreen-navigation nav > ul > li > a {
    text-transform: uppercase;
    font-size: 12px;
}
.offscreen-navigation nav > ul > li ul.sub-menu li a:hover,
.offscreen-navigation li > a:hover {
  background: rgba(0, 113, 220, 0.05);
}
.offscreen-navigation ul > li > a {
  padding-left: 15px !important;
}
.offscreen-navigation ul ul > li > a {
  padding-left: 30px !important;
}

.offscreen-navigation ul ul ul > li > a {
  padding-left: 45px !important;
}
.offscreen-navigation .sub-menu li > a {
    font-size: 14px;
    padding-bottom: 10px !important;
}
.offscreen-navigation nav > ul > li.mega-menu > ul.sub-menu > li ul li a {
    padding: 10px 15px 10px 45px !important;
}
.offscreen-navigation li.menu-item-has-children > a:after {
  content: '\f067';
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  transition: .1s;
  right: 15px;
  font-weight: 700;
  position: absolute;
  font-size: 13px;
}
.offscreen-navigation li.menu-item-has-children > a.opened:after {
    content: '\f068';
    color: #a0ce4e;
}
.mean-bar .header-btn-new.mobile-btn {
    position: absolute;
    right: 12%;
    top: 8px;
}
.mean-bar .sidebarBtn{
    position: absolute;
    font-size: 20px;
    right: 15px;
    cursor: pointer;
  color: #000000;
}
body .sidebarBtn {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body .sidebarBtn .bar {
    background: #a0ce4e;
    height: 2px;
    width: 25px;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body .sidebarBtn .bar:nth-child(2), body .sidebarBtn .bar:nth-child(3) {
    width: 20px;
    margin-left: 5px;
}
body .sidebarBtn .bar:last-child {
    margin-bottom: 0;
}
body.slidemenuon .sidebarBtn .bar:nth-child(2), body.slidemenuon .sidebarBtn .bar:nth-child(3) {
    opacity: 0;
}
body.slidemenuon .sidebarBtn .bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    -ms-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px);
}
body.slidemenuon .sidebarBtn .bar:nth-child(4) {
    -webkit-transform: rotate(-45deg) translate(8px, -8px);
    -ms-transform: rotate(-45deg) translate(8px, -8px);
    transform: rotate(-45deg) translate(8px, -8px);
}
.rt-slide-nav{
    position: absolute;
    background: white;
    width: 100%;
    left: 0;
    z-index: 99;
    display: none;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    box-shadow: 0px 0px 10px 0px #0000001c;
}
.rt-slide-nav ul{
  list-style-type: none;
  margin: 0px;
  padding: 0;
}
body.slidemenuon{
  overflow:hidden;
}
@media only screen and (min-width: 768px){
  #meanmenu {
     display: none;
  }
}

.offscreen-navigation li.current-menu-item > a,
.offscreen-navigation li.current-menu-parent > a {
  color: #a0ce4e;
}
.rt-slide-nav nav,
.rt-slide-nav .menu-main-menu-container {
  display: block;
}
.rt-slide-nav nav > ul > li.mega-menu,
.rt-slide-nav nav > ul > li ul.sub-menu li ul,
.rt-slide-nav nav > ul > li > ul.sub-menu {
    position: relative;
    width: 100%;
    transition: inherit;
    transform: inherit;
    background: none;
    box-shadow: none;
    transform-origin: inherit;
    opacity:  1;
    visibility: visible;
    left: 0;
}
body.dark-theme .offscreen-navigation nav > ul > li > a,
body.transparent-header.dark-theme .offscreen-navigation nav > ul > li > a {
    color: var(--transparent_menu_color);
}