/*-------------------------------------    
CSS INDEX
===================================
#. Defaults
#. Topbar Layout 1
#. Topbar Layout 3
#. Header Layout 1
    #. Header Logo
    #. Main Navigation
    #. Submenu
    #. 3rd Level Menu
    #. Multi Column Menu
    #. Mobile Multi Column Menu
    #. Header Icons
    #. Header Right Menu
    #. Sticky Header
    #. Transparent Header
#. Header Layout 2
#. Header Layout 3
#. Header Layout 4
#. Header Layout 5
#. Header Layout 6
#. Header Layout 8
#. Header Layout 09
#. Header Layout 10
#. Header Layout 11
#. Header Layout 12
#. Header Responsive
#. Footer - Preloader, Scroll to top, Copyright
#. Widgets - Sidebar and Footer Widgets
#. Banner
#. Buttons
#. Contents
#. Single Content
#. Comments
#. Archive Contents
#. Search
#. Pagination
#. No Content
#. Error 404
#. Contact Form 7
#. Single Project
#. Single Team
#. Miscellaneous
#. Woocommerce: Fix
#. Woocommerce: Widgets
#. Woocommerce: Owl Nav
#. 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
#. Gutenberg Support
---------------------------------------*/
/*-------------------------------------
#. Defaults
---------------------------------------*/
body {
    background: #ffffff;
    color: #524b48;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    font-weight: 400;
    vertical-align: baseline;
    font-size: 15px;
    height: 100%;
}

#page {
    overflow: hidden !important;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.padding-space {
    padding-top: 100px;
    padding-bottom: 100px;
}

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

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

a {
    text-decoration: none;
}

a:focus {
    outline: 0px solid;
    text-decoration: none;
}

a:active {
    text-decoration: none;
    outline: 0 none;
}

a:hover {
    text-decoration: none;
    outline: 0 none;
}

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

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #141414;
    margin: 0 0 20px 0;
}

h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

h6 {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.acurate {
    padding: 0;
}

.padding-left {
    padding-left: 0;
}

.padding-right {
    padding-right: 0;
}

@media ( max-width: 475px ) {
    .padding-right {
        padding-right: 15px;
    }

    .padding-left {
        padding-left: 15px;
    }
}

@media ( min-width: 992px ) and ( max-width: 1199px ) {
    .responsive-image-fix .vc_column-inner {
        position: absolute;
        bottom: 0;
    }
}

@media (min-width: 991px) {
    .text-md-left {
        text-align: left !important;
    }
}

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

.clear {
    clear: both;
}

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

.visibility-hidden {
    visibility: hidden;
}

.p0 {
    padding: 0;
}

ul {
    list-style: disc inside none;
    margin: 0 0 20px 0;
}

#wrapper {
    overflow: hidden;
    transition: all 0.5s ease-out;
}

.video-margin-top {
    margin-top: 12px;
}

.margin-bottom-none {
    margin-bottom: 0 !important;
}

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

.bg-common-style {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-divider {
    height: 1px;
    width: 100%;
    background: #bdbdbd;
}

.solid-underline {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 35px;
}

.solid-underline .bg-primary {
    background: #002147;
    color: #ffffff;
}

.bg-textPrimary {
    background: #ffffff;
    color: #002147;
}

.bg-primary-deep {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-primary-deep:before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background-color: rgba(0, 33, 71, 0.9);
}

.bg-primary-deep-fixed {
    background-attachment: fixed;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-primary-deep-fixed:before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background-color: rgba(0, 33, 71, 0.9);
}

.overlay-primaryColor {
    position: relative;
}

.overlay-primaryColor:before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background-color: rgba(0, 33, 71, 0.7);
}

.overlay-video {
    position: relative;
}

.overlay-video:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background-color: rgba(0, 33, 71, 0.88);
    height: 100%;
    width: 100%;
}

.ls-bar-timer {
    background-color: #222222;
    border-bottom-color: #222222;
}

blockquote {
    background-color: #f2f2f2;
    border-radius: 4px;
    color: #222222;
    border: medium none;
    font-size: 18px;
    font-weight: 400;
    padding: 40px 30px;
    margin: 40px 0px;
    line-height: 30px;
}

@media (max-width: 480px) {
    blockquote {
        margin-left: 0;
        margin-right: 0;
    }
}

blockquote p,
.single-post .type-post .entry-content blockquote p {
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
}

blockquote p:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    margin-right: 10px;
    left: 0;
    position: absolute;
    font-size: 20px;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0px !important;
}

* {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

*:focus {
    outline: none;
}

/*-------------------------------------
#. Container
---------------------------------------*/
@media ( min-width: 1440px ) {
    .container {
        width: 1350px;
    }
}

/*-------------------------------------
#. Topbar Layout 1
---------------------------------------*/
#tophead {
    background-color: #f2f2f2;
    padding: 6px 0;
    color: #646464;
}

#tophead a {
    color: #646464;
}

#tophead .tophead-contact {
    float: left;
}

#tophead .tophead-contact ul li {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}

#tophead .tophead-contact i,
#tophead .tophead-address i {
    color: #1fa12e;
    padding-right: 10px;
}

#tophead .tophead-contact a {
    color: #646464;
}

#tophead .tophead-contact a:hover {
    color: #1fa12e;
}

#tophead .tophead-right {
    float: right;
}

#tophead .tophead-social li {
    display: inline-block;
}

#tophead .tophead-social li:first {
    padding-left: 0;
}

#tophead .tophead-social li a {
    height: 32px;
    width: 32px;
    display: block;
    border-radius: 50%;
    line-height: 32px;
    background-color: transparent;
    text-align: center;
}

#tophead .tophead-social li a:hover {
    background-color: #1fa12e;
    color: #ffffff;
}

/*Mobile Topbar*/

.mobile-offscreen-menu #tophead .row [class*='col-'] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile-offscreen-menu #tophead ul {
    margin: 0;
    padding: 0;
}


/* Transparent Topbar */
.trheader #tophead,
.trheader #tophead a {
    color: #efefef;
}

.trheader #tophead {
    background-color: transparent;
    border-bottom: 1px solid rgba(181, 181, 181, 0.1);
}

.trheader.has-topbar .entry-banner .container {
    padding-top: 34px;
}

.trheader .header-top-bar {
    background: rgba(0, 0, 0, 0.3) !important;
}

/*-------------------------------------
#. Topbar Layout 3
---------------------------------------*/
.topbar-style-3 #tophead .tophead-contact,
.topbar-style-3 #tophead .tophead-right {
    float: none;
    padding-top: 10px;
}

.topbar-style-3 #tophead .tophead-right {
    text-align: right;
}

.topbar-style-3 #tophead .topbar-logo {
    display: block;
    text-align: center;
}

.header-top-bar {
    min-height: 34px;
}

/*-------------------------------------
#. Topbar Layout 4
---------------------------------------*/
.topbar-style-4 #tophead .tophead-contact {
    float: left;
}

.topbar-style-4 #tophead .tophead-contact ul li {
    display: inline-block;
    margin-right: 10px;
}

.topbar-style-4 #tophead .tophead-contact a:hover {
    text-decoration: underline;
}

.topbar-style-4 #tophead .tophead-right {
    float: right;
}

.topbar-style-4 #tophead .tophead-social li {
    display: inline-block;
}

.topbar-style-4 #tophead .tophead-social li a {
    color: #a6b1b7;
    padding-left: 10px;
}

.topbar-style-4 #tophead .tophead-social li a:hover {
    color: #1fa12e;
}

.topbar-style-4 #tophead .tophead-right.tophead-address ul li {
    display: inline-block;
    margin-left: 17px;
}

/* Sticky Topbar */

.topbar-style-4 .trheader #tophead,
.topbar-style-4 .trheader #tophead a {
    color: #efefef;
    border-bottom: none;
}

.topbar-style-4 .trheader #tophead {
    background-color: transparent;
    border-bottom: none;
}

.topbar-style-4 .trheader.has-topbar .entry-banner .container {
    padding-top: 34px;
}

/*-------------------------------------
#. Topbar Layout 5
---------------------------------------*/
.topbar-style-5 #tophead {
    background-color: #f2f2f2;
    padding: 4px 0;
    color: #444444;
}

.topbar-style-5 #tophead a {
    color: #a6b1b7;
}

.topbar-style-5 #tophead .tophead-contact {
    float: left;
}

.topbar-style-5 #tophead .tophead-contact ul li {
    display: inline-block;
    margin-right: 10px;
}

#tophead .tophead-right {
    float: right;
}

#tophead .tophead-social li {
    display: inline-block;
}

#tophead .tophead-social li:first {
    padding-left: 0;
}

.topbar-style-5 #tophead .tophead-social li a {
    line-height: 36px;
    color: #a6b1b7;
    height: 36px;
    width: 36px;
    display: block;
    border-radius: 50%;
    background-color: transparent;
    text-align: center;
}

.topbar-style-5 #tophead .tophead-social li a:hover {
    color: #ffffff;
}

/*-------------------------------------
#. Topbar Layout 6
---------------------------------------*/
.topbar-style-6 #tophead .tophead-contact a {
    color: #ffffff;
}

.topbar-style-6 #tophead .tophead-contact a:hover {
    color: #ffffff;
}

.topbar-style-6 #tophead .tophead-contact {
    float: left;
}

/*-------------------------------------
#. Topbar Layout 7
---------------------------------------*/
.topbar-style-7 #tophead .tophead-contact {
    float: left;
}

.topbar-style-7 #tophead .tophead-contact ul li {
    display: inline-block;
    margin-right: 10px;
}

.topbar-style-7 #tophead .tophead-social li a {
    height: 32px;
    width: 32px;
    display: block;
    border-radius: 50%;
    line-height: 32px;
    background-color: transparent;
    text-align: center;
}

.topbar-style-7 #tophead .tophead-social li a:hover {
    background-color: #ffffff;
    color: #1fa12e;
}

#tophead .tophead-social li a:hover {
    color: #ffffff;
}

/* Transparent Topbar */
.trheader #tophead,
.trheader #tophead a {
    color: #efefef;
}

.trheader #tophead {
    background-color: transparent;
    border-bottom: 1px solid rgba(181, 181, 181, 0.3);
}

.trheader.has-topbar .entry-banner .container {
    padding-top: 34px;
}

/*all top bar*/
.header-top-bar {
    min-height: 34px;
}

/*all header*/
.header-fixed {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 1000;
    position: fixed;
    transition: all 0.5s ease-out;
}

.header-area {
    background: #fff;
}

.bottomBorder {
    border-bottom: 2px solid #1fa12e;
    background: #ffffff;
}

.mean-container .mean-nav ul.menu {
    overflow-y: scroll;
}

/*-------------------------------------
#. Header Layout 1
---------------------------------------*/

.site-header .main-navigation #menu-main-menu {
    position: relative;
}

.header-style-2 .site-header .main-navigation ul > li.mega-menu,
.header-style-3 .site-header .main-navigation ul > li.mega-menu,
.header-style-6 .site-header .main-navigation ul > li.mega-menu,
.header-style-7 .site-header .main-navigation ul > li.mega-menu,
.header-style-8 .site-header .main-navigation ul > li.mega-menu,
.header-style-9 .site-header .main-navigation ul > li.mega-menu,
.header-style-10 .site-header .main-navigation ul > li.mega-menu,
.header-style-11 .site-header .main-navigation ul > li.mega-menu,
.header-style-12 .site-header .main-navigation ul > li.mega-menu {
    position: static;
}

.header-style-2 .site-header .main-navigation ul > li.mega-menu .sub-menu,
.header-style-3 .site-header .main-navigation ul > li.mega-menu .sub-menu,
.header-style-6 .site-header .main-navigation ul > li.mega-menu .sub-menu,
.header-style-7 .site-header .main-navigation ul > li.mega-menu .sub-menu,
.header-style-8 .site-header .main-navigation ul > li.mega-menu .sub-menu,
.header-style-9 .site-header .main-navigation ul > li.mega-menu .sub-menu,
.header-style-10 .site-header .main-navigation ul > li.mega-menu .sub-menu,
.header-style-11 .site-header .main-navigation ul > li.mega-menu .sub-menu,
.header-style-12 .site-header .main-navigation ul > li.mega-menu .sub-menu {
    /* margin-top: -6px; */
    left: 0 !important;
}

.header-style-1 .main-menu-area nav ul li a {
    padding: 40px 15px;
    color: #111111;
}

/* Header Logo */
.site-header .site-branding {
    display: table;
    height: 100px;
}

.site-header .site-branding a {
    display: table-cell;
    vertical-align: middle;
}

.site-header .site-branding a img {
    width: auto;
    padding: 8px 0 8px;
}

.site-header .site-branding a.light-logo {
    display: none;
}

/* Main Navigation */
.mean-container .mean-bar {
    border-bottom: 2px solid #1fa12e;
}

.mean-container .mean-bar .mob-info {
    margin-left: 15px;
    display: inline-block;
    top: 11px;
    position: absolute;
    right: 53px;
}

.mean-container .mean-bar .mob-info span:first-child {
    margin-left: 0;
}

.mean-container .mean-bar .mob-info span a {
    width: 33px;
    height: 33px;
    line-height: 33px;
    background: #1fa12e;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.mean-container .mean-bar .mob-info a.light-button {
    background-color: #1fa12e;
    color: #fff;
    font-size: 15px;
    border-radius: 30px;
    padding: 7px 15px;
    margin-left: 2px;
}

@media (max-width: 500px) {
    .mean-container .mean-bar .mob-info a.light-button span {
        display: none;
    }
}

.site-header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.site-header .main-navigation nav ul {
    text-align: right;
}

.site-header .main-navigation nav ul li {
    display: inline-block;
    position: relative;
}

.site-header .main-navigation nav ul li a {
    font-family: Poppins, sans-serif;
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all .4s ease-out 0s, padding 0s;
    color: #111111;
    padding: 44px 15px 39px;
    line-height: 22px;
    position: relative;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .site-header .main-navigation nav ul li a {
        padding-left: 13px;
        padding-right: 13px;
    }
}

.site-header .main-navigation nav > ul > li.menu-item-has-children > a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    margin-left: 3px;
    opacity: 0.6;
}

@media ( max-width: 1024px ) {
    .site-header .main-navigation nav ul li a {
        padding: 39px 10px 39px;
    }
}

.site-header .main-navigation nav ul li a.active {
    color: #1fa12e !important;
}

.site-header .main-navigation ul.menu > li > a:hover {
    color: #1fa12e;
}

.site-header .main-navigation ul.menu > li.current-menu-item > a,
.site-header .main-navigation ul.menu > li.current > a {
    color: #1fa12e;
}

.stickp .site-header .site-branding a img {
    padding: 3px 0;
}

/* Submenu */
.site-header .main-navigation ul li ul {
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    position: absolute;
    top: 100%;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    transition: all 0.42s ease-out 0s;
    z-index: 99 !important;
    width: 210px;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.site-header .main-navigation ul li ul.sub-menu li.menu-item-has-children:after {
    color: #fff;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 8px;
    top: 10px;
}

.site-header .main-navigation ul li ul li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-left: none;
    transition: all 0.3s ease 0s;
    background-color: #1fa12e;
}

.site-header .main-navigation ul li ul li:hover > a {
    color: #071041;
}

.site-header .main-navigation ul li ul li:last-child {
    border-bottom: none;
}

.site-header .main-navigation ul li ul li a {
    display: block;
    color: #ffffff;
    text-transform: inherit;
    padding: 10px 15px !important;
    font-weight: 400;
    font-size: 14px;
    transition: all 0.3s ease-out 0s;
}

.site-header .main-navigation ul li ul li a:hover {
    color: #ffffff;
    padding-left: 18px !important;
}

.site-header .main-navigation ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.header-style-1 .trheader.non-stickh .site-header .site-branding a.dark-logo {
    padding-top: 20px;
}

/* 3rd Level Menu */
.site-header .main-navigation ul li ul li ul {
    left: 210px;
    top: 0;
    width: 210px;
}

.site-header .main-navigation ul > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/* Multi Column Menu */
.site-header .main-navigation ul li.mega-menu:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.site-header .main-navigation ul li.mega-menu ul.sub-menu li {
    background-color: inherit;
}

.site-header .main-navigation ul li.mega-menu ul.sub-menu li a {
    color: #ffffff;
}

.site-header .main-navigation ul li.mega-menu ul.sub-menu li a::hover {
    background-color: #1fa12e;
    color: #071041;
}

.site-header .main-navigation ul li.mega-menu > ul.sub-menu {
    background-color: #1fa12e;
    padding: 10px 0;
    width: 460px;
}

.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li {
    display: block;
    float: left;
    margin: 0 5px;
    width: 210px;
    border: none;
}

.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li ul {
    position: relative;
    width: inherit;
    left: inherit;
    box-shadow: none;
}

.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
    font-weight: 500;
    margin-bottom: 1px;
}

.site-header .main-navigation ul li.mega-menu > ul.sub-menu li:after {
    content: '';
}

.site-header .main-navigation ul li.mega-menu.hide-header > ul.sub-menu > li > a {
    display: none;
}

/* Mobile Multi Column Menu */
.mean-container .mega-menu.hide-header > ul > li {
    border-top: none;
}

.mean-container .mega-menu.hide-header > ul > li > a {
    display: none;
}

.mean-container .mega-menu.hide-header > ul > li > ul {
    display: block !important;
}

.not-top #meanmenu {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
}

/* Header Icons */
.cart-icon-area,
.search-box-area,
.header-icon-area .additional-menu-area {
    padding-top: 34px;
    padding-bottom: 34px;
    color: #ffffff;
}

.header-icon-seperator {
    color: #222222;
    padding-top: 36px;
    padding-bottom: 36px;
}

@media (max-width: 991px) {
    .header-icon-area .cart-icon-area .cart-icon-num {
        top: 14px;
    }

    .header-icon-area .cart-icon-area .cart-icon-num {
        top: 21px;
    }
}

.cart-icon-area > a {
    padding-top: 3px;
}

.header-icon-area .search-box-area,
.header-icon-area .header-icon-seperator,
.header-icon-area .cart-icon-area,
.header-icon-area .additional-menu-area {
    float: right;
}

.header-icon-area {
    position: relative;
    font-size: 24px;
    margin-left: 20px;
    z-index: 10;
}

.header-icon-area .search-box .search-text {
    background: #f2f2f2;
    border: 2px solid #1fa12e;
    border-radius: 4px;
    color: #666666;
    height: 44px;
    right: -10px;
    margin-right: 3px;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 0;
    z-index: 99;
    transition: all 0.3s ease 0s;
    box-shadow: none;
    font-size: 15px;
}

.header-icon-area .search-box .search-text.active {
    /*left: -152px;*/
    opacity: 1;
    visibility: visible;
    padding: 0 20px 0 10px;
    width: 251px;
}

.header-icon-area .search-box .search-close {
    font-size: 15px;
    line-height: 1;
    right: 4px;
    position: absolute;
    top: calc(100% + 14px);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}

.header-icon-area .search-box .search-close.active {
    opacity: 1;
    visibility: visible;
}

.header-icon-area .search-box .search-button {
    font-size: 16px;
}

.header-icon-area .search-box .search-button i {
    color: #222222;
}

.header-icon-area .header-icon-seperator {
    font-size: 20px;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 15px;
}

.header-icon-area .cart-icon-area {
    position: relative;
}

.header-icon-area .cart-icon-area > a {
    display: block;
    color: #222222;
    transition: none;
}

.header-icon-area .cart-icon-area .cart-icon-num {
    background-color: #1fa12e;
    border-radius: 50%;
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
    min-height: 19px;
    min-width: 19px;
    position: absolute;
    text-align: center;
    top: 33px;
    right: -14px;
}

.header-icon-area .cart-icon-area .cart-icon-products {
    font-size: 13px;
    line-height: 20px;
    background-color: #fff;
    color: #222222;
    position: absolute;
    right: 0;
    top: 100%;
    width: 270px;
    z-index: 99999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    text-align: left;
}

.header-icon-area .cart-icon-area .cart-icon-products .widget_shopping_cart {
    padding: 10px 15px;
}

.header-icon-area .cart-icon-area .cart-icon-products .widget_shopping_cart.widget {
    margin: 0;
}

.header-icon-area .cart-icon-area .cart-icon-products .widget_shopping_cart.widget p {
    margin: 10px 0;
    padding: 0;
    border-top: none;
}

.header-icon-area .cart-icon-area .cart-icon-products .widget_shopping_cart .cart_list {
    margin: 2px 0 0 0;
}

.header-icon-area .cart-icon-area:hover .cart-icon-products {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
}

/*header fix */
.header-style-1 .header-icon-area,
.header-style-1 .menu-all-pages-container {
    float: right;
}

.header-style-1 .menu-all-pages-container {
    padding-right: 15px;
}

.woocommerce .cart-icon-products .widget_shopping_cart .cart_list li,
.cart-icon-products .woocommerce.widget_shopping_cart .cart_list li,
.cart-icon-products .widget_shopping_cart .mini_cart_item {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    padding-top: 10px;
}

.cart-icon-products .widget_shopping_cart .mini_cart_item:last-child {
    border-bottom: none;
}

.cart-icon-products .widget_shopping_cart .mini_cart_item a {
    color: #444444;
    text-transform: capitalize;
}

.cart-icon-products .widget_shopping_cart .mini_cart_item a:hover {
    color: #1fa12e;
}

.woocommerce .cart-icon-products .widget_shopping_cart .cart_list li a.remove,
.cart-icon-products .woocommerce.widget_shopping_cart .cart_list li a.remove,
.cart-icon-products .widget_shopping_cart .mini_cart_item a.remove {
    line-height: 1;
    top: 12px;
}

.cart-icon-products .woocommerce.widget_shopping_cart ul.product_list_widget li img {
    width: 40px;
}

.trheader .additional-menu-area a.side-menu-trigger {
    color: #ffffff;
}

.trheader.non-stickh .additional-menu-area a.side-menu-trigger {
    color: #222222;
}

.mean-container a.meanmenu-reveal span {
    background-color: #222222;
}

.additional-menu-area a.side-menu-trigger:hover {
    color: #1fa12e;
}

/* Header Right Menu */
.additional-menu-area {
    margin-left: 30px;
}

.additional-menu-area a.side-menu-trigger {
    color: #222;
    cursor: pointer;
    font-size: 21px;
    line-height: 0;
}

.header-style-10 .additional-menu-area a.side-menu-trigger,
.header-style-11 .additional-menu-area a.side-menu-trigger {
    color: #ffffff;
}

.header-style-10 .additional-menu-area a.side-menu-trigger:hover,
.header-style-11 .additional-menu-area a.side-menu-trigger:hover {
    color: #ddd;
}

.additional-menu-area .sidenav {
    position: relative;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 150;
    top: 0;
    right: 0;
    background-color: #111111;
    overflow-x: hidden;
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
    padding-top: 45px;
}

.additional-menu-area .sidenav .closebtn {
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-size: 24px;
    padding: 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 25px;
    line-height: 26px;
    height: 34px;
    width: 34px;
}

.admin-bar .additional-menu-area .sidenav .closebtn {
    top: 45px;
}

.additional-menu-area .sidenav .sidenav-search {
    border: 1px solid #5f5f5f;
    margin: 0 20px 10px 20px;
}

.additional-menu-area .sidenav ul li {
    margin-bottom: 0;
    line-height: 24px;
}

.additional-menu-area .sidenav > ul.menu {
    border-bottom: 1px solid #444444;
    padding: 20px 15px;
}

.additional-menu-area .sidenav ul li a {
    text-align: left;
    font-size: 14px;
    color: #111111;
    border: none;
}

.additional-menu-area .sidenav ul li a:hover {
    color: #ffffff;
    padding-left: 23px;
}

.additional-menu-area .sidenav ul li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    padding-right: 8px;
}

.additional-menu-area .sidenav ul li > ul > li {
    padding-left: 20px;
}

.additional-menu-area .sidenav a {
    padding: 12px 8px 12px 20px;
    text-decoration: none;
    color: #111111;
    display: block;
    transition: all 0.5s ease-in-out;
}

.additional-menu-area .mega-menu.hide-header > ul > li {
    padding-left: 0;
}

.additional-menu-area .mega-menu.hide-header > ul > li > a {
    display: none;
}

.additional-menu-area .mega-menu.hide-header > ul > li > ul {
    display: block !important;
}

.site-header .additional-menu-area ul li ul.sub-menu {
    position: inherit;
    transform: inherit;
    width: inherit;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
}

.site-header .additional-menu-area ul li ul.sub-menu li {
    background: transparent !important;
    border-bottom: none;
}

.site-header .additional-menu-area .sidenav ul.menu > li > a,
.site-header .additional-menu-area .sidenav ul.menu li ul.sub-menu li a,
.trheader.non-stickh .site-header .main-navigation .additional-menu-area ul.menu > li > a {
    color: #c4c4c4;
}

.site-header .additional-menu-area .sidenav ul.menu > li > a:hover,
.site-header .additional-menu-area .sidenav ul.menu li ul.sub-menu li a:hover,
.trheader.non-stickh .site-header .main-navigation .additional-menu-area ul.menu > li > a:hover {
    color: #ffffff;
}

.site-header .additional-menu-area ul li ul.sub-menu li a:hover {
    color: #1fa12e;
}

.additional-menu-area .sidenav-address {
    padding: 30px 35px;
}

.additional-menu-area .sidenav-address h4 {
    color: #ffffff;
}

.additional-menu-area .sidenav-address span {
    color: #c4c4c4;
    font-size: 15px;
    display: block;
}

.additional-menu-area .sidenav-address span a {
    color: #c4c4c4;
    padding: 0;
}

.additional-menu-area .sidenav-address span a:hover {
    color: #ffffff;
}

.additional-menu-area .sidenav-social {
    margin-top: 20px;
}

.additional-menu-area .sidenav-social span {
    color: #ffffff;
    display: inline-block;
    padding-right: 10px;
    font-size: 18px;
}

body .rt-cover {
    z-index: 149;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: opacity .2s ease-in-out, z-index .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, z-index .2s ease-in-out;
    transition: opacity .2s ease-in-out, z-index .2s ease-in-out;
}

/* Sticky Header */
.mean-container .mean-nav ul.menu {
    overflow-y: scroll;
}

.admin-bar.stickh .site-header,
.admin-bar.stickh .mean-container {
    top: 32px !important;
}

@media ( max-width: 500px ) {
    .site-header,
    .mean-container {
        top: 0;
    }
}

.admin-bar .site-header,
.admin-bar .mean-container {
    top: 32px !important;
}

@media ( max-width: 782px ) {
    .admin-bar .site-header,
    .admin-bar .mean-container {
        top: 46px !important;
    }
}

@media ( max-width: 600px ) {
    .not-top.admin-bar .site-header,
    .not-top.admin-bar .mean-container {
        top: 0 !important;
    }
}

.admin-bar .header-area {
    margin-top: 32px;
}

@media ( max-width: 767px ) {
    .admin-bar .site-content {
        margin-top: 0;
        top: 0;
        position: relative;
    }
}

/* Transparent Header */
.trheader.non-stickh .site-header {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 99;
}

.trheader.non-stickh .site-header .site-branding a.dark-logo {
    display: table-cell;
}

.trheader.non-stickh .site-header .site-branding a.dark-logo img {
    /*padding: 0px 0 23px;*/
    padding: 8px 0 0px;
}

.trheader.non-stickh .site-header .site-branding a.light-logo {
    display: none;
}

.trheader.non-stickh .site-header .site-branding a.light-logo img {
    padding: 10px 0;
}

.trheader.non-stickh .site-header .main-navigation ul.menu > li > a {
    color: #111111;
}

.trheader.non-stickh .site-header .header-icon-area .search-box .search-button i {
    color: #111111;
}

.trheader.non-stickh .site-header .header-icon-area .cart-icon-area > a {
    color: #111111;
}

.trheader.non-stickh .site-header .search-box .search-button i,
.trheader.non-stickh .header-icon-seperator,
.trheader.non-stickh .header-icon-area .cart-icon-area > a,
.trheader.non-stickh .additional-menu-area a.side-menu-trigger {
    color: #111111;
}

.trheader.non-stickh .additional-menu-area a.side-menu-trigger:hover {
    color: #1fa12e;
}

.trheader .entry-banner {
    padding-top: 60px;
}

/*new*/
.trheader #header-area-space {
    margin-top: 0 !important;
}

.trheader .site-header .site-branding a.light-logo {
    display: table-cell;
}

.trheader .site-header .dark-logo {
    display: none;
}

.trheader .site-header .main-navigation nav ul li a,
.trheader .site-header .main-navigation .menu > li > a {
    color: #ffffff;
}

.trheader.non-stickh .site-header .main-navigation nav ul li a,
.trheader.non-stickh .site-header .main-navigation .menu > li > a {
    color: #ffffff;
}

.trheader .site-header .header-icon-area .search-box .search-button i {
    color: #ffffff;
}

.trheader .site-header .header-icon-area .cart-icon-area > a {
    color: #ffffff;
}

.trheader.non-stickh .header-area {
    background: #fff;
}

.trheader.stickh .header-area {
    background: transparent;
}

/*common transparent*/
.trheader .header-area {
    background: transparent;
}

.header-style-3.trheader.stickh .header-area {
    background: #ffffff;
}

/*-------------------------------------
#. Header Layout 2
---------------------------------------*/
.header-style-2 .masthead-container {
    padding-top: 20px;
}

.header-style-2 .site-header .main-navigation {
    float: left;
}

.header-style-2 .header-icon-area {
    float: right;
}

.header-style-2 .header-icon-area .cart-icon-area .cart-icon-num {
    top: -5px;
}

.header-style-2 .site-header .main-navigation ul {
    text-align: left;
}

.header-style-2 .site-header .main-navigation ul li a {
    padding: 0 30px 20px 0;
}

.header-style-2 .cart-icon-area,
.header-style-2 .header-icon-seperator,
.header-style-2 .search-box-area,
.header-style-2 .header-icon-area .additional-menu-area {
    padding-bottom: 19px;
    padding-top: 0;
}

/*-------------------------------------
#. Header Layout 3
---------------------------------------*/
.header-style-3 .menu-sep {
    background-color: #d0d0d0;
    margin: 0 0 20px;
}

.header-style-3 .site-header .site-branding,
.header-style-3 .header-firstrow-right {
    display: table;
    height: 70px;
    width: 100%;
}

.header-style-3 .site-header .site-branding a img {
    max-height: 88px;
    padding: 0;
}

.header-style-3 .header-firstrow-right-contents {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}

.header-style-3 .header-firstrow-right-contents ul {
    display: inline;
}

.header-style-3 .header-contact li {
    display: inline-block;
    margin-left: 25px;
    font-size: 18px;
    font-weight: 500;
}

.header-style-3 .header-contact li a {
    color: #111111;
}

.header-style-3 .header-contact a:hover {
    text-decoration: underline;
}

.header-style-3 .header-contact .fa {
    color: #1fa12e;
    padding-right: 10px;
}

.header-style-3 .header-social {
    padding-left: 40px;
}

.header-style-3 .header-social li {
    font-size: 16px;
    display: inline-block;
    list-style: outside none none;
}

.header-style-3 .header-social li a {
    color: #111111;
    padding-left: 10px;
}

.header-style-3 .header-social li a:hover {
    color: #1fa12e;
}

.header-style-3 .site-header .main-navigation ul {
    text-align: left;
}

.header-style-3 .site-header .main-navigation ul li a {
    padding: 0 30px 20px 0;
}

.header-style-3 .cart-icon-area,
.header-style-3 .header-icon-seperator,
.header-style-3 .search-box-area,
.header-style-3 .header-icon-area .additional-menu-area {
    padding-bottom: 19px;
    padding-top: 0;
}

.header-style-3 .header-icon-area .cart-icon-area .cart-icon-num {
    top: -5px;
}

/* Sticky header */
.header-style-3.stick .header-firstrow,
.header-style-3.stick .menu-sep {
    display: none;
}

.header-style-3.stick .site-header {
    padding-top: 20px;
}

/* Transparent Header */
.header-style-3.trheader .menu-sep,
.header-style-3.trheader.non-stickh .menu-sep {
    background-color: rgba(181, 181, 181, 0.1);
}

.header-style-3.trheader .header-contact li a,
.header-style-3.trheader.non-stickh .header-contact li a,
.header-style-3.trheader .header-social li a,
.header-style-3.trheader.non-stickh .header-social li a {
    color: #fff;
}

.header-style-3.trheader .header-social li a:hover,
.header-style-3.trheader.non-stickh .header-social li a:hover {
    color: #1fa12e;
}

.header-style-3.trheader .entry-banner,
.header-style-3.trheader.non-stickh .entry-banner {
    padding-top: 110px;
}

.header-style-3.trheader .header-area,
.header-style-3.trheader.non-stickh .header-area {
    background: transparent;
}

.header-style-3.trheader .site-header .header-icon-area .cart-icon-area > a,
.header-style-3.trheader.non-stickh .site-header .header-icon-area .cart-icon-area > a,
.header-style-3.trheader .site-header .header-icon-area .search-box .search-button i,
.header-style-3.trheader.non-stickh .site-header .header-icon-area .search-box .search-button i,
.header-style-3.trheader .site-header .main-navigation .menu > li > a,
.header-style-3.trheader.non-stickh .site-header .main-navigation .menu > li > a {
    color: #ffffff;
}

.header-style-3.trheader .site-header .site-branding a.light-logo,
.header-style-3.trheader.non-stickh .site-header .site-branding a.light-logo {
    display: table-cell;
}

.header-style-3.trheader .site-header .site-branding a.dark-logo,
.header-style-3.trheader.non-stickh .site-header .site-branding a.dark-logo {
    display: none;
}

.header-style-3.trheader.stickh .site-header .header-icon-area .cart-icon-area > a,
.header-style-3.trheader.stickh .site-header .header-icon-area .search-box .search-button i,
.header-style-3.trheader.stickh .site-header .main-navigation .menu > li > a {
    color: #111111;
}

/*-------------------------------------
#. Header Layout 4
---------------------------------------*/
.header-style-4 .menu-sep {
    background-color: #d0d0d0;
    margin: 0 0 20px;
}

.header-style-4 .site-header .site-branding,
.header-style-4 .header-firstrow {
    display: table;
    height: 70px;
    width: 100%;
}

.header-style-4 .site-header .site-branding a img {
    padding: 8px 0 8px;
}

.header-style-4 .site-header .site-branding a {
    text-align: center;
}

.header-style-4 .header-firstrow-contents {
    display: table-cell;
    vertical-align: middle;
}

.header-style-4 .header-contact li {
    display: inline-block;
    margin-right: 25px;
}

.header-style-4 .header-contact li a {
    color: #444444;
    font-size: 14px;
}

.header-style-4 .header-contact a:hover {
    text-decoration: underline;
}

.header-style-4 .header-contact .fa {
    color: #1fa12e;
    padding-right: 10px;
    font-size: 14px;
}

.header-style-4 .header-firstrow-contents-right {
    text-align: right;
}

.header-style-4 .header-firstrow-contents-right .header-social,
.header-style-4 .header-firstrow-contents-right .header-icon-area {
    display: inline-block;
    vertical-align: middle;
}

.header-style-4 .header-social li {
    display: inline-block;
    list-style-type: none;
}

.header-style-4 .header-social li a {
    color: #444444;
    padding-left: 10px;
}

.header-style-4 .header-social li a:hover {
    color: #1fa12e;
}

.header-style-4 .cart-icon-area,
.header-style-4 .header-icon-seperator,
.header-style-4 .search-box-area,
.header-style-4 .header-icon-area .additional-menu-area {
    padding-bottom: 0;
    padding-top: 0;
}

.header-style-4 .header-icon-seperator {
    font-size: 14px;
    line-height: 27px;
}

.header-style-4 .site-header .search-box .search-text.active {
    top: 47px;
}

.header-style-4 .site-header .search-box .search-close {
    top: 56px;
}

.header-style-4 .header-icon-area {
    padding-left: 40px;
}

.header-style-4 .header-icon-area .cart-icon-area .cart-icon-num {
    line-height: 14px;
    min-height: 18px;
    min-width: 17px;
    padding: 2px;
    top: -5px;
}

.header-style-4 .additional-menu-area {
    margin-left: 20px;
}

.header-style-4 .site-header .main-navigation ul {
    text-align: center;
}

.header-style-4 .site-header .main-navigation ul.sub-menu {
    text-align: left;
}

.header-style-4 .site-header .main-navigation ul li a {
    padding-top: 0;
    padding-bottom: 20px;
}

/* Sticky header */
.header-style-4.stick .header-firstrow-wrap,
.header-style-4.stick .menu-sep {
    display: none;
}

.header-style-4.stick .site-header {
    padding-top: 20px;
}

/* Transparent Header */
.header-style-4.trheader .menu-sep {
    background-color: rgba(181, 181, 181, 0.1);
}

.header-style-4.trheader .header-contact li a,
.header-style-4.trheader .header-social li a {
    color: #fff;
}

.header-style-4.trheader .header-social li a:hover {
    color: #1fa12e;
}

.header-style-4.trheader .entry-banner {
    padding-top: 110px;
}

/*-------------------------------------
#. Header Layout 5
---------------------------------------*/
.header-style-5 .menu-main-menu-container {
    display: none !important;
}

@media (max-width: 767px) {
    .header-style-5 .menu-main-menu-container {
        display: block !important;
    }
}

.header-style-5.non-stickh .site-header .site-branding {
    height: 70px;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
}

.header-style-5.trheader.non-stickh .site-header .site-branding a.dark-logo img {
    padding: 5px 0 5px;
}

.header-style-5 .main-navigation {
    float: right;
}

.header-style-5 ul.header-address {
    float: left;
    margin-top: 40px;
    margin-bottom: 15px;
    margin-right: 30px;
    color: #ffffff;
}

.header-style-5.non-stickh ul.header-address {
    margin-top: 22px;
    margin-bottom: 15px;
}

.header-style-5 ul.header-address li {
    display: inline-block;
    padding-left: 40px;
}

.header-style-5 ul.header-address li:first-child {
    padding-left: 0;
}

.header-style-5 ul.header-address li .icon-left {
    float: left;
    font-size: 24px;
    line-height: 1;
    padding-right: 15px;
}

.header-style-5.trheader ul.header-address li .icon-left i {
    color: #ffffff;
}

.header-style-5 ul.header-address li .icon-left i {
    color: #222222;
}

.header-style-5.non-stickh ul.header-address li .icon-left i {
    color: #1fa12e;
}

.header-style-5 ul.header-address li .address {
    float: left;
}

.header-style-5 ul.header-address li span,
.header-style-5 ul.header-address li span a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-top: 5px;
    text-transform: capitalize;
}

.header-style-5 ul.header-address li .address a {
    color: #222222;
}

.header-style-5.trheader ul.header-address li .address a {
    color: #ffffff;
}

.header-style-5 .header-icon-area {
    float: left;
}

.header-style-5.non-stickh ul.header-address li span,
.header-style-5.non-stickh ul.header-address li .address a {
    color: #222222;
}

.header-style-5.non-stickh ul.header-address {
    color: #444444;
}

.header-style-5.trheader .site-header .header-icon-area .header-icon-seperator {
    color: #ffffff;
}

.header-style-5.trheader.non-stickh .site-header .header-icon-area .header-icon-seperator {
    color: #222222;
}

.header-style-5.non-stickh .cart-icon-area,
.header-style-5.non-stickh .search-box-area,
.header-style-5.non-stickh .header-icon-seperator,
.header-style-5.non-stickh .header-icon-area .additional-menu-area {
    padding-top: 20px;
    padding-bottom: 15px;
}

.header-style-5.non-stickh .header-icon-seperator {
    padding-top: 23px;
    padding-bottom: 15px;
}

.header-style-5.non-stickh .header-icon-area .cart-icon-area .cart-icon-num {
    top: 18px;
}

/*-------------------------------------
#. Header Layout 6
---------------------------------------*/
.header-style-6 .site-header .site-branding {
    height: 110px;
}

.header-style-6 .site-header .header-firstrow {
    transition: all 1s ease-out 0s;
}

.header-style-6 .header-icon-area {
    float: right;
    margin-left: 25px;
    margin-top: 10px;
}

.header-style-6 .header-address {
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: right;
}

.header-style-6 .header-address li {
    display: inline-block;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: #222222;
    padding: 0 20px;
    line-height: 1.6;
    vertical-align: top;
}

.header-style-6 .header-address li a {
    color: #222222;
}

.header-style-6 .header-address li span {
    display: block;
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    padding-left: 27px;
}

.header-style-6 .header-address li i {
    color: #1fa12e;
    padding-right: 10px;
    width: 25px;
}

.header-style-6 .site-header .main-navigation {
    position: relative;
    margin-bottom: 30px;
}

/*sticky check up*/
.header-style-6.non-stickh .site-header .main-navigation {
    position: relative;
    margin-bottom: 0px;
}

.header-style-6 .site-header .main-navigation .nav-area {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #1fa12e;
    z-index: 50;
}

.header-style-6 .site-header .main-navigation .nav-area ul.menu {
    padding: 0 15px;
    text-align: left;
}

.header-style-6 .site-header .main-navigation .nav-area ul.menu li > a {
    color: #fff;
    padding: 0px 15px;
    line-height: 70px;
}

.header-style-6 .site-header .main-navigation .nav-area ul.menu .sub-menu li > a {
    color: #fff;
    padding: 0px 15px;
    line-height: inherit;
}

.header-style-6 .site-header .main-navigation .nav-area nav {
    float: left;
    height: 70px;
    width: 75%;
    width: calc(100% - 220px);
}

.header-style-6 .site-header .main-navigation .nav-area .header-cta {
    background-color: #222222;
    float: right;
    height: 70px;
    position: relative;
    width: 200px;
}

.header-style-6 .site-header .main-navigation .nav-area .header-cta a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.header-style-6 .site-header .main-navigation .nav-area .header-cta a:hover {
    color: #1fa12e;
}

.header-style-6 .site-header .main-navigation .nav-area .header-cta:before {
    background-color: #222222;
    content: "";
    height: 100%;
    left: -41px;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-50deg);
    transform: skewX(-50deg);
    width: 82px;
}

.header-style-6 .stickh .header-fixed {
    height: 216px;
    transition: all 0s ease;
}

.header-style-6 .stickh .header-fixed:before {
    background-color: #1fa12e;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
}

.header-style-6 .stickh .header-fixed:after {
    background-color: #222222;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
}

.header-style-6 .stickh .site-header .main-navigation {
    margin-bottom: 0;
}

.header-style-6 .stickh .bottomBorder {
    border-bottom: none;
}

/* Sticky header */
.header-style-6.stick .site-header {
    border: none;
}

.header-style-6.stick .site-header .header-firstrow {
    display: none;
    transition: all 1s ease-out 0s;
}

.header-style-6.stick .site-header .main-navigation {
    margin-bottom: 0;
}

.header-style-6.stick .site-header .main-navigation .nav-area {
    position: relative;
}

.header-style-6.stick .site-header:before {
    background-color: #1fa12e;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
}

.header-style-6.stick .site-header:after {
    background-color: #222222;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
}

.header-style-6 .entry-banner .entry-banner-content {
    padding-top: 165px;
}

/* Transparent Header */
.header-style-6.trheader .site-header .header-address li {
    color: #fff;
}

.header-style-6.trheader .site-header .header-address li a,
.header-style-6.trheader .site-header .header-address li span {
    color: #fff;
}

/*-------------------------------------
#. Header Layout 7
---------------------------------------*/

.header-style-7 .site-header .header-icon-area {
    float: right;
}

.header-style-7 .site-header menu-main-menu-container {
    float: left;
}

/*-------------------------------------
#. Header Layout 8
---------------------------------------*/
.header-style-8 .site-header {
    height: 92px;
    position: absolute;
    left: 0;
    right: 0;
}

.header-style-8 .site-header > div.container {
    background: #ffffff none repeat scroll 0 0;
    height: 100%;
    position: relative;
    z-index: 9;
}

.header-style-8 .site-header > div.container > .row > div {
    padding: 0;
}

.header-style-8 .site-header:before {
    background: transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 1;
}

.header-style-8 .site-header:after {
    background: transparent;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 1;
}

.header-style-8 .site-header .site-branding {
    background: #1fa12e;
    display: flex;
    align-items: center;
    height: 92px;
}

.header-style-8 .site-header .site-branding a.light-logo {
    display: block;
    padding-left: 15px;
}

.header-style-8 .site-header .site-branding a.light-logo img {
    padding-top: 17px !important;
    margin-top: 2px;
    margin-bottom: 8px;
}

.header-style-8 .site-header .site-branding a.dark-logo {
    display: none;
}

.header-style-8 .site-header .site-branding:before {
    border-color: transparent #1fa12e;
    border-style: solid;
    border-width: 91px 0 0 63px;
    content: "";
    height: 100%;
    position: absolute;
    right: -63px;
    top: 0;
    width: 0;
    z-index: 4;
}

@media (max-width: 1199px) {
    .header-style-8 .site-header .site-branding:before {
        right: -63px;
    }
}

.header-style-8 .site-header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header-style-8 .site-header .main-navigation ul {
    text-align: right;
    margin-right: 150px;
}

.header-style-8 .site-header .main-navigation ul li {
    display: inline-block;
    position: relative;
}

.header-style-8 .site-header .main-navigation ul li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 1s ease-out 0s;
    color: #111111;
    padding: 38px 15px 37px;
}

@media (max-width: 1199px) {
    .header-style-8 .site-header .main-navigation ul li a {
        padding-left: 9px;
        padding-right: 9px;
    }
}

.header-style-8 .site-header .main-navigation ul li a.active {
    color: #1fa12e !important;
}

.header-style-8 .site-header .main-navigation ul.menu > li > a:hover {
    color: #1fa12e;
}

.header-style-8 .site-header .main-navigation ul.menu > li.current-menu-item > a,
.header-style-8 .site-header .main-navigation ul.menu > li.current > a {
    color: #1fa12e;
}

.header-style-8 .site-header .logo-part {
    background: #1fa12e;
}

.header-style-8 .site-header .menu-part {
    background: #ffffff;
}

.header-style-8 .site-header .main-navigation ul li ul {
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    position: absolute;
    top: 100%;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    transition: all 0.42s ease-out 0s;
    z-index: 99 !important;
    width: 210px;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.header-style-8 .site-header .main-navigation ul li ul.sub-menu li.menu-item-has-children:after {
    color: #fff;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    right: 6px;
    top: 10px;
}

.header-style-8 .site-header .main-navigation ul li ul li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-left: none;
    transition: all 0.3s ease 0s;
    background-color: #1fa12e;
}

.header-style-8 .site-header .main-navigation ul li ul li:hover > a {
    color: #ffffff;
}

.header-style-8 .site-header .main-navigation ul li ul li:last-child {
    border-bottom: none;
}

.header-style-8 .site-header .main-navigation ul li ul li a {
    display: block;
    color: #ffffff;
    text-transform: inherit;
    padding: 10px 15px !important;
    font-weight: 400;
    font-size: 14px;
    transition: all 0.3s ease-out 0s;
}

.header-style-8 .site-header .main-navigation ul li ul li a:hover {
    padding-left: 18px !important;
}

.header-style-8 .site-header .main-navigation ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.header-style-8 .site-header .main-navigation ul li ul li ul {
    left: 211px;
    top: 0;
    width: 210px;
}

.header-style-8 .site-header .main-navigation ul > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.header-style-8 .site-header .main-navigation ul li.mega-menu:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.header-style-8 .site-header .main-navigation ul li.mega-menu ul.sub-menu li {
    background-color: inherit;
}

.header-style-8 .site-header .main-navigation ul li.mega-menu ul.sub-menu li a {
    color: #ffffff;
}

.header-style-8 .site-header .main-navigation ul li.mega-menu ul.sub-menu li a::hover {
    background-color: #1fa12e;
    color: #071041;
}

.header-style-8 .site-header .main-navigation ul li.mega-menu > ul.sub-menu {
    background-color: #1fa12e;
    padding: 10px 0;
    width: 460px;
}

.header-style-8 .site-header .main-navigation ul li.mega-menu > ul.sub-menu > li {
    display: block;
    float: left;
    margin: 0 5px;
    width: 210px;
    border: none;
}

.header-style-8 .site-header .main-navigation ul li.mega-menu > ul.sub-menu > li ul {
    position: relative;
    width: inherit;
    left: inherit;
    box-shadow: none;
}

.header-style-8 .site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
    font-weight: 500;
    margin-bottom: 1px;
}

.header-style-8 .site-header .main-navigation ul li.mega-menu > ul.sub-menu li:after {
    content: '';
}

.header-style-8 .site-header .main-navigation ul li.mega-menu.hide-header > ul.sub-menu > li > a {
    display: none;
}

.header-style-8 .entry-banner .entry-banner-content {
    padding: 150px 0 120px;
}

.header-style-8.trheader .site-header .main-navigation ul.menu > li > a,
.header-style-8.trheader .site-header .search-box .search-button i,
.header-style-8.trheader .header-icon-seperator,
.header-style-8.trheader .header-icon-area .cart-icon-area > a {
    color: #111111 !important;
}

/*header 8 fix*/
/*new*/
.header-style-8.trheader .site-header .site-branding {
    background: #1fa12e none repeat scroll 0 0;
    display: table;
    height: 92px;
}

.header-style-8.trheader .site-header .site-branding a.light-logo {
    display: block;
    padding-left: 5px;
    padding-top: 7px;
}

.header-style-8.trheader .site-header .site-branding a.light-logo img {
    padding-top: 12px !important;
}

.header-style-8.trheader .site-header .site-branding a.dark-logo {
    display: none;
}

.header-style-8.trheader .site-header .main-navigation ul li a {
    color: #ffffff;
}

.header-style-8.trheader .site-header .main-navigation ul li a.active {
    color: #1fa12e !important;
}

.header-style-8.trheader.non-stickh .header-area {
    background: transparent;
}

.header-style-8.trheader.non-stickh .header-area:before {
    background: #1fa12e none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 0;
}

.header-style-8.trheader.non-stickh .header-area:after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: -1;
}

/*end*/
.header-style-8 .header-icon-area,
.header-style-8 .menu-all-pages-container {
    float: right;
    padding-right: 38px;
}

.header-style-8 .header-icon-area .search-box-area,
.header-style-8 .header-icon-area .header-icon-seperator,
.header-style-8 .header-icon-area .cart-icon-area {
    padding-top: 30px;
    padding-bottom: 31px;
}

.header-style-8 .menu-all-pages-container {
    padding-right: 15px;
}

.header-style-8.trheader #tophead {
    border-bottom: none !important;
}

/*-------------------------------------
#. Header Layout 09
---------------------------------------*/
.header-style-9 .main-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-style-9 .main-navigation .address {
    margin-left: 30px;
}

@media (max-width: 1200px) {
    .header-style-9 .main-navigation .address {
        display: none;
    }
}

.header-style-9 .main-navigation .address a.light-button {
    background-color: #1fa12e;
    border: 2px solid #1fa12e;
    border-radius: 30px;
    color: #ffffff;
    padding: 12px 25px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

.header-style-9 .main-navigation .address a.light-button i {
    padding-left: 10px;
}

.header-style-9 .main-navigation .address a.light-button:hover {
    background-color: transparent;
    color: #1fa12e;
}

.header-style-9.trheader .header-icon-seperator {
    color: #ffffff;
}

@media (max-width: 1500px) {
    .header-style-9 .site-header .main-navigation nav ul li a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*-------------------------------------
#. Header Layout 10
---------------------------------------*/
.header-style-10.non-stickh .full-menu {
    background: #1fa12e;
    height: 71px;
    transition: all .7s ease;
}

.header-style-10 .site-header .site-branding {
    height: 110px;
}

.header-style-10 .site-header .header-firstrow {
    transition: all 1s ease;
}

.header-style-10 .header-icon-area {
    float: right;
    margin-left: 25px;
    margin-right: 35px;
    margin-top: 10px;
}

.header-style-10.trheader .header-icon-area {
    float: right;
    margin-right: 25px;
    margin-top: 10px;
}

.header-style-10 .header-address {
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: right;
}

.header-style-10 .header-address li {
    display: inline-block;
    text-align: left;
    font-size: 15px;
    color: #222222;
    padding: 0 20px;
    line-height: 1.6;
    vertical-align: top;
}

.header-style-10 .header-address li .icon-left {
    font-size: 30px;
    float: left;
    padding-right: 20px;
    line-height: 1;
}

.header-style-10 .header-address li .address {
    float: left;
}

@media (max-width: 1199px) {
    .header-style-10 .header-address li {
        font-size: 15px;
        padding: 0 10px;
    }

    .header-style-10 .header-address li .icon-left {
        padding-right: 10px;
    }
}

.header-style-10 .header-address li a {
    color: #222222;
    font-weight: 500;
}

.header-style-10 .header-address li span {
    display: block;
    color: #444444;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
}

.header-style-10 .header-address li i {
    color: #1fa12e;
}

.header-style-10 .site-header .main-navigation {
    position: relative;
    margin-bottom: 30px;
}

/*sticky check up*/
.header-style-10.non-stickh .site-header .main-navigation {
    position: relative;
    margin-bottom: 0px;
}

.header-style-10 .site-header .main-navigation .nav-area {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #1fa12e;
    z-index: 50;
    border-radius: 5px
}

.header-style-10.trheader .site-header .main-navigation .nav-area {
    /* background-color: #ffffff;*/
}

.header-style-10 .site-header .main-navigation .nav-area ul.menu {
    padding: 0 15px;
    text-align: left;
}

.header-style-10 .site-header .main-navigation .nav-area ul.menu li > a {
    color: #fff;
    padding: 0px 15px;
    line-height: 70px;
}

.header-style-10.trheader .site-header .main-navigation .nav-area ul.menu li > a {
    color: #ffffff;
}

.header-style-10.trheader .site-header .header-icon-area .search-box .search-button i {
    color: #ffffff;
}

.header-style-10 .header-icon-area .cart-icon-area .cart-icon-num {
    top: 7px;
}

.header-style-10 .site-header .header-icon-area .search-box .search-button i {
    color: #ffffff;
}

.header-style-10 .site-header .main-navigation .nav-area ul.menu .sub-menu li > a {
    color: #fff;
    padding: 0px 15px;
    line-height: inherit;
}

.header-style-10 .site-header .main-navigation .nav-area nav {
    float: left;
    height: 70px;
    width: 75%;
    width: calc(100% - 220px);
}

.header-style-10 .site-header .main-navigation .nav-area .header-cta {
    background-color: #222222;
    float: right;
    height: 70px;
    position: relative;
    width: 200px;
}

.header-style-10 .site-header .main-navigation .nav-area .header-cta a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.header-style-10 .site-header .main-navigation .nav-area .header-cta a:hover {
    color: #1fa12e;
}

.header-style-10 .site-header .main-navigation .nav-area .header-cta:before {
    background-color: #222222;
    content: "";
    height: 100%;
    left: -41px;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-50deg);
    transform: skewX(-50deg);
    width: 82px;
}

.header-style-10 .stickh .header-fixed {
    height: 216px;
    transition: all 0s ease;
}

.header-style-10 .stickh .header-fixed:before {
    background-color: #1fa12e;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
}

.header-style-10 .stickh .header-fixed:after {
    background-color: #222222;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
}

.header-style-10 .stickh .site-header .main-navigation {
    margin-bottom: 0;
}

.header-style-10 .stickh .bottomBorder {
    border-bottom: none;
}

.header-style-10 .header-icon-area .cart-icon-area .cart-icon-num {
    background: #ffffff;
    color: #1fa12e;
}

/* Sticky header */
.header-style-10.stick .site-header {
    border: none;
}

.header-style-10.stick .site-header .header-firstrow {
    display: none;
    transition: all 1s ease-out 0s;
}

.header-style-10.stick .site-header .main-navigation {
    margin-bottom: 0;
}

.header-style-10.stick .site-header .main-navigation .nav-area {
    position: relative;
}

.header-style-10.stick .site-header:before {
    background-color: #1fa12e;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
}

.header-style-10.stick .site-header:after {
    background-color: #222222;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
}

.header-style-10 .entry-banner .entry-banner-content {
    padding-top: 165px;
}

.header-style-10 .site-header .header-icon-area .cart-icon-area > a {
    color: #ffffff;
}

/* Transparent Header */
.header-style-10.trheader .site-header .header-address li {
    color: #fff;
}

.header-style-10.trheader .site-header .header-address li a,
.header-style-10.trheader .site-header .header-address li span {
    color: #fff;
}

/* Header Icons */
.header-style-10 #site-navigation.main-navigation .cart-icon-area,
.header-style-10 #site-navigation.main-navigation .header-icon-seperator,
.header-style-10 #site-navigation.main-navigation .search-box-area,
.header-style-10 #site-navigation.main-navigation .header-icon-area .additional-menu-area {
    padding-top: 13px;
    padding-bottom: 17px;
    color: #ffffff;
}

.header-style-10.trheader.stickh .header-area,
.header-style-10.trheader.non-stickh .header-area {
    background: transparent;
}

.header-style-10.trheader .site-header .header-icon-area .cart-icon-area > a {
    color: #ffffff;
}

.header-style-10.trheader .header-icon-area .cart-icon-area .cart-icon-num {
    top: 7px;
}

.header-style-10.trheader .woocommerce-mini-cart.cart_list.product_list_widget {
    text-align: left;
}

.header-style-10.trheader .woocommerce-mini-cart.cart_list.product_list_widget li {
    display: block;
}

.header-style-10.trheader .woocommerce-mini-cart.cart_list.product_list_widget .mini_cart_item a {
    padding: 9px 15px;
}

/*-------------------------------------
#. Header Layout 11
---------------------------------------*/
.header-style-10 .site-header .header-firstrow {
    transition: all 1s ease-out 0s;
}

.header-style-11 .header-icon-area {
    float: right;
    margin-left: 25px;
    margin-top: 10px;
}

.header-style-11.trheader .header-icon-area {
    float: right;
    margin-right: 25px;
    margin-top: 10px;
}

.header-style-11 .header-address {
    margin-top: 24px;
    margin-bottom: 10px;
    text-align: right;
}

.header-style-11 .full-menu {
    background: #1fa12e;
    height: 71px;
}

.header-style-11 .header-address li {
    display: inline-block;
    text-align: left;
    font-size: 15px;
    color: #646464;
    padding: 0 20px;
    line-height: 1.6;
    vertical-align: top;
}

.header-style-11 .header-address li .icon-left {
    float: left;
    font-size: 30px;
    line-height: 1;
    padding-right: 20px;
}

@media (max-width: 1199px) {
    .header-style-11 .header-address li {
        padding: 0 10px;
    }

    .header-style-11 .header-address li .icon-left {
        padding-right: 10px;
    }
}

.header-style-11 .header-address li.header-social {
    padding: 0px;
}

.header-style-11 .header-address li.header-social ul li {
    display: inline-block;
    padding: 0 1px;
}

.header-style-11 .header-address li.header-social ul li a {
    line-height: 33px;
    color: #fff;
    height: 36px;
    width: 36px;
    display: block;
    border-radius: 50%;
    background-color: transparent;
    text-align: center;
    border: 1px solid #636363;
}

.header-style-11 .header-address li.header-social ul li a i {
    font-size: 14px;
    color: #1fa12e;
    padding-right: 0px;
    width: 25px;
}

.header-style-11.trheader .header-address li.header-social ul li a i {
    color: #ffffff;
}

.header-style-11 .header-address li.header-social ul li a i {
    color: #1fa12e;
}

.header-style-11 .header-address li.header-social ul li a:hover {
    background: #1fa12e;
}

.header-style-11 .header-address li.header-social ul li a:hover i {
    color: #ffffff;
}

.header-style-11 .header-address li .address a {
    color: #646464;
}

.header-style-11 .header-address li .address {
    float: left;
}

.header-style-11 .header-address li span {
    display: block;
    color: #111111;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
}

.header-style-11 .header-address li i {
    color: #1fa12e;
}

.header-style-11 .site-header .main-navigation {
    position: relative;
    margin-bottom: 71px;
}

.header-style-11 .header-icon-area .search-box .search-button i,
.header-style-11 .header-icon-area .cart-icon-area > a {
    color: #f2f2f2;
}

.header-style-11 .header-icon-area .cart-icon-area .cart-icon-num {
    top: 7px;
    background-color: #ffffff;
    color: #1fa12e;
}

/*sticky check up*/
.header-style-11.non-stickh .site-header .main-navigation {
    position: relative;
    margin-bottom: 0px;
}

.header-style-11 .site-header .main-navigation .nav-area {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
}

.header-style-11.trheader .site-header .main-navigation .nav-area {
    background-color: #ffffff;
}

.header-style-11 .site-header .main-navigation .nav-area ul.menu {
    padding: 0 15px 0 0;
    text-align: left;
}

.header-style-11 .site-header .main-navigation .nav-area ul.menu li > a {
    color: #fff;
    padding: 0px 15px;
    line-height: 70px;
}

.header-style-11.trheader .site-header .main-navigation .nav-area ul.menu li > a {
    color: #222222;
}

.header-style-11.trheader .site-header .header-icon-area .search-box .search-button i {
    color: #222222;
}

.header-style-11 .site-header .main-navigation .nav-area ul.menu .sub-menu li > a {
    color: #fff;
    padding: 0px 15px;
    line-height: inherit;
}

.header-style-11 .site-header .main-navigation .nav-area nav {
    float: left;
    height: 70px;
    width: 75%;
    width: calc(100% - 220px);
}

.header-style-11 .stickh .header-fixed {
    height: 216px;
    transition: all 0s ease;
}

.header-style-11 .stickh .header-fixed:before {
    background-color: #1fa12e;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
}

.header-style-11 .stickh .header-fixed:after {
    background-color: #222222;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
}

.header-style-11 .stickh .site-header .main-navigation {
    margin-bottom: 0;
}

.header-style-11 .stickh .bottomBorder {
    border-bottom: none;
}

/* Sticky header */
.header-style-11.stick .site-header {
    border: none;
}

.header-style-11.stick .site-header .header-firstrow {
    display: none;
    transition: all 1s ease-out 0s;
}

.header-style-11.stick .site-header .main-navigation {
    margin-bottom: 0;
}

.header-style-11.stick .site-header .main-navigation .nav-area {
    position: relative;
}

.header-style-11.stick .site-header:before {
    background-color: #1fa12e;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
}

.header-style-11.stick .site-header:after {
    background-color: #222222;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
}

.header-style-11 .entry-banner .entry-banner-content {
    padding-top: 165px;
}

.header-style-11 #site-navigation.main-navigation .header-icon-area .header-icon-seperator {
    color: #ffffff;
}

/* Transparent Header */
.header-style-11.trheader .site-header .header-address li {
    color: #fff;
}

.header-style-11.trheader .site-header .header-address li a,
.header-style-11.trheader .site-header .header-address li span {
    color: #fff;
}

/* Header Icons */
.header-style-11 #site-navigation.main-navigation .cart-icon-area,
.header-style-11 #site-navigation.main-navigation .header-icon-seperator,
.header-style-11 #site-navigation.main-navigation .search-box-area,
.header-style-11 #site-navigation.main-navigation .header-icon-area .additional-menu-area {
    padding-top: 13px;
    padding-bottom: 17px;
    color: #222222;
}

.header-style-11.trheader.stickh .header-area,
.header-style-11.trheader.non-stickh .header-area {
    background: transparent;
}

.header-style-11.trheader .site-header .header-icon-area .cart-icon-area > a {
    color: #222222;
}

.header-style-11.trheader .header-icon-area .cart-icon-area .cart-icon-num {
    top: 7px;
}

.header-style-11.trheader .woocommerce-mini-cart.cart_list.product_list_widget {
    text-align: left;
}

.header-style-11.trheader .woocommerce-mini-cart.cart_list.product_list_widget li {
    display: block;
}

.header-style-11.trheader .woocommerce-mini-cart.cart_list.product_list_widget .mini_cart_item a {
    padding: 9px 15px;
}

/*-------------------------------------
#. Header Layout 12
---------------------------------------*/
.header-style-12 .header-icon-area {
    float: right;
    margin-left: 15px;
    margin-right: 15px;
}

.header-style-12.trheader .header-icon-area {
    float: right;
    margin-right: 25px;
    margin-top: 10px;
}

.header-style-12 .header-address {
    margin-top: 24px;
    margin-bottom: 10px;
    text-align: right;
}

.header-style-12 .full-menu {
    background-color: #ffffff;
    border-top: 1px solid #e6e6e6;
    height: 71px;
}

.header-style-12 .header-address li {
    display: inline-block;
    text-align: left;
    font-size: 15px;
    color: #646464;
    padding: 0 0 0 70px;
    line-height: 1.6;
    vertical-align: top;
}

@media (max-width: 1199px) {
    .header-style-12 .header-address li {
        padding: 0 0 0 10px;
    }
}

.header-style-12 .header-address li.header-social {
    padding: 0px;
}

.header-style-12 .header-address li.header-social ul li {
    display: inline-block;
    padding: 0 1px;
}

.header-style-12 .header-address li.header-social ul li a {
    line-height: 33px;
    color: #fff;
    height: 36px;
    width: 36px;
    display: block;
    border-radius: 50%;
    background-color: transparent;
    text-align: center;
    border: 1px solid #636363;
}

.header-style-12 .header-address li.header-social ul li a i {
    font-size: 14px;
    color: #1fa12e;
    padding-right: 0px;
    width: 25px;
}

.header-style-12.trheader .header-address li.header-social ul li a i {
    color: #ffffff;
}

.header-style-12 .header-address li.header-social ul li a i {
    color: #1fa12e;
}

.header-style-12 .header-address li.header-social ul li a:hover {
    background: #1fa12e;
}

.header-style-12 .header-address li.header-social ul li a:hover i {
    color: #ffffff;
}

.header-style-12 .header-address li a {
    color: #111111;
}

.header-style-12 .header-address li .icon-left {
    float: left;
    font-size: 30px;
    line-height: 1;
    padding-right: 20px;
}

.header-style-12 .header-address li .address {
    float: left;
}

.header-style-12 .header-address li .address a.light-button {
    background-color: #1fa12e;
    border: 2px solid #1fa12e;
    border-radius: 30px;
    color: #ffffff;
    padding: 12px 25px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .header-style-12 .header-address li .address a.light-button {
        padding: 10px 20px;
    }
}

.header-style-12 .header-address li .address a.light-button i {
    color: #ffffff;
    padding-left: 10px;
}

.header-style-12 .header-address li .address a.light-button:hover i {
    color: #1fa12e;
}

.header-style-12 .header-address li .address a.light-button:hover {
    background-color: transparent;
    color: #1fa12e;
}

.header-style-12 .header-address li span {
    display: block;
    color: #111111;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
}

.header-style-12 .header-address li i {
    color: #1fa12e;
    width: 25px;
}

.header-style-12 .site-header .main-navigation {
    position: relative;
    margin-bottom: 71px;
}

.header-style-12 .header-icon-area .search-box .search-button {
    font-size: 20px;
}

.header-style-12 .header-icon-area .search-box .search-button i,
.header-style-12 .header-icon-area .cart-icon-area > a {
    color: #111111;
}

.header-style-12 .header-icon-area .cart-icon-area .cart-icon-num {
    top: 12px;
    background-color: #1fa12e;
    color: #ffffff;
}

/*sticky check up*/
.header-style-12.non-stickh .site-header .main-navigation {
    position: relative;
    margin-bottom: 0px;
}

.header-style-12 .site-header .main-navigation .nav-area {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
}

.header-style-12 .site-header .main-navigation nav ul.menu {
    padding: 0 15px 0 0;
    text-align: left;
}

.header-style-12 .site-header .main-navigation nav ul.menu > li {
    border-left: 1px solid #e6e6e6;
    margin-left: -4px;
}

.header-style-12 .site-header .main-navigation nav ul.menu > li:last-child {
    border-right: 1px solid #e6e6e6;
}

.header-style-12 .site-header .main-navigation nav ul.menu > li.current-menu-parent > a:before,
.header-style-12 .site-header .main-navigation nav ul.menu > li.current-menu-item > a:before,
.header-style-12 .site-header .main-navigation nav ul.menu > li.menu-item > a:before {
    background: transparent;
    position: absolute;
    content: "";
    left: 0;
    top: -1px;
    width: 100%;
    height: 2px;
    transition: 0.4s;
}

.header-style-12 .site-header .main-navigation nav ul.menu > li.current-menu-parent > a:before,
.header-style-12 .site-header .main-navigation nav ul.menu > li.current-menu-item > a:before,
.header-style-12 .site-header .main-navigation nav ul.menu > li.menu-item:hover > a:before {
    background-color: #1fa12e;
}

.header-style-12 .site-header .main-navigation nav ul.menu li > a {
    padding: 0 22px;
    line-height: 69px;
}

@media (max-width: 1199px) {
    .header-style-12 .site-header .main-navigation .nav-area ul.menu li > a {
        padding: 0 15px;
    }
}

.header-style-12.trheader .site-header .main-navigation .nav-area ul.menu li > a {
    color: #222222;
}

.header-style-12.trheader .site-header .header-icon-area .search-box .search-button i {
    color: #222222;
}

.header-style-12 .site-header .main-navigation .nav-area ul.menu .sub-menu li > a {
    padding: 0px 15px;
    line-height: inherit;
}

.header-style-12 .site-header .main-navigation .nav-area nav {
    float: left;
    height: 70px;
    width: 75%;
    width: calc(100% - 220px);
}

.header-style-12 .stickh .header-fixed {
    height: 216px;
    transition: all 0s ease;
}

.header-style-12 .stickh .header-fixed:before {
    background-color: #1fa12e;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
}

.header-style-12 .stickh .header-fixed:after {
    background-color: #222222;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
}

.header-style-12 .stickh .site-header .main-navigation {
    margin-bottom: 0;
}

.header-style-12 .stickh .bottomBorder {
    border-bottom: none;
}

/* Sticky header */
.header-style-12.stick .site-header {
    border: none;
}

.header-style-12.stick .site-header .header-firstrow {
    display: none;
    transition: all 1s ease-out 0s;
}

.header-style-12.stick .site-header .main-navigation {
    margin-bottom: 0;
}

.header-style-12.stick .site-header .main-navigation .nav-area {
    position: relative;
}

.header-style-12.stick .site-header:before {
    background-color: #1fa12e;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
}

.header-style-12.stick .site-header:after {
    background-color: #222222;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
}

.header-style-12 .entry-banner .entry-banner-content {
    padding-top: 165px;
}

.header-style-12 #site-navigation.main-navigation .header-icon-area .header-icon-seperator {
    color: #646464;
}

/* Transparent Header */
.header-style-12.trheader .site-header .header-address li {
    color: #fff;
}

.header-style-12.trheader .site-header .header-address li a,
.header-style-12.trheader .site-header .header-address li span {
    color: #fff;
}

/* Header Icons */
.header-style-12 #site-navigation.main-navigation .cart-icon-area,
.header-style-12 #site-navigation.main-navigation .header-icon-seperator,
.header-style-12 #site-navigation.main-navigation .search-box-area,
.header-style-12 #site-navigation.main-navigation .header-icon-area .additional-menu-area {
    padding-top: 17px;
    padding-bottom: 22px;
    color: #222222;
}

.header-style-12.trheader.stickh .header-area,
.header-style-12.trheader.non-stickh .header-area {
    background: transparent;
}

.header-style-12.trheader .site-header .header-icon-area .cart-icon-area > a {
    color: #222222;
}

.header-style-12.trheader .header-icon-area .cart-icon-area .cart-icon-num {
    top: 7px;
}

.header-style-12.trheader .woocommerce-mini-cart.cart_list.product_list_widget {
    text-align: left;
}

.header-style-12.trheader .woocommerce-mini-cart.cart_list.product_list_widget li {
    display: block;
}

.header-style-12.trheader .woocommerce-mini-cart.cart_list.product_list_widget .mini_cart_item a {
    padding: 9px 15px;
}

/*
# Mobile Menu / Offscreen menu
*/
.mobile-offscreen-menu .mean-bar {
    position: relative;
    background: #fff;
    padding: 7px 10px;
}
.mobile-offscreen-menu .mean-bar .mobile-logo img {
    max-height: 42px;
    max-width: 230px;
    width: auto;
}
@media (max-width: 490px) {
    .mobile-offscreen-menu .mean-bar .mobile-logo img {
        max-width: 180px;
    }
}
.offscreen-navigation .sub-menu {
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: none;
}
.offscreen-navigation ul li {
  position: relative;
}
.offscreen-navigation ul li span {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 40px;
    z-index: 9;
    cursor: pointer;
}
.offscreen-navigation li>a {
    display: block;
    position: relative;
    color: black;
    font-size: 16px;
    font-weight: 500;
}
.offscreen-navigation .sub-menu li>a {
    font-size: 14px;
    font-weight: 500;
}
.offscreen-navigation .menu>li{
   padding-bottom: 8px;
}
.offscreen-navigation li.menu-item-has-children> a:after {
    content: '\f067';
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    transition: .1s;
    right: 0;
    position: absolute;
    font-size: 13px;
    font-weight: 900;
}
.offscreen-navigation li.menu-item-has-children> a.opened:after {
    content: '\f068';
}
@media only screen and (min-width: 992px) {
    #meanmenu {
        display: none;
    }
}
@media only screen and (max-width: 992px) {
    #header-menu, #masthead-container {
        display: none;
    }
}
.mean-bar .header-btn-new.mobile-btn {
    position: absolute;
    right: 12%;
    top: 8px;
}
.mean-bar .sidebarBtn {
    position: absolute;
    font-size: 20px;
    right: 22px;
    top: 13px;
    cursor: pointer;
}
.header-style-2 .rt-header-menu {
    background: transparent;
}
.rt-slide-nav {
    position: absolute;
    background: white;
    width: 100%;
    left: 0;
    display: none;
    padding: 30px 30px 15px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    box-shadow: 0px 0px 27px 0px #00000036;
    z-index: 999;
}
.rt-slide-nav ul {
    list-style-type: none;
    margin: 0px;
}
body.slidemenuon {
    overflow: hidden;
}
/*End mobile menu*/

/*-------------------------------------
#. Header Responsive
---------------------------------------*/
@media all and (max-width: 1199px) {
    .site-header .main-navigation ul li a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media all and (max-width: 1024px) {
    .site-header .main-navigation ul li a {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media all and (max-width: 991px) {
    /* Header 1 */
    .header-icon-seperator {
        padding-left: 3px;
        padding-right: 3px;
    }

    .additional-menu-area {
        margin-left: 28px;
    }

    /* Header 5 */
    .header-menu-btn {
        display: none;
    }

    .site-header .main-navigation ul.menu > li > a {
        border-left: none;
    }
}

@media (max-width: 992px) {
    header.site-header {
        display: none !important;
    }
}

@media all and (max-width: 767px) {
    /* Topbar 1 */
    #tophead .tophead-contact,
    #tophead .tophead-right {
        text-align: center;
        float: none;
    }

    /* Topbar 3 */
    .topbar-style-3 #tophead .topbar-logo {
        display: none;
    }

    .topbar-style-3 #tophead .tophead-right {
        text-align: center;
    }

    /* Header 1 */
    .site-header .site-branding {
        display: block;
        height: inherit;
        padding: 20px 0;
        text-align: center;
    }

    .site-header .site-branding a {
        display: block;
        vertical-align: inherit;
    }

    .site-header .site-branding a img {
        height: 35px;
    }

    .site-header .main-navigation ul {
        text-align: center;
    }

    .site-header .main-navigation ul li a {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .header-icon-area {
        display: none;
    }

    /* Header 2 */
    .header-style-2 .masthead-container {
        padding-top: 10px;
    }

    .header-style-2 .site-header .main-navigation ul {
        text-align: center;
    }

    .header-style-2 .site-header .main-navigation ul li a {
        padding: 10px 15px;
    }

    /* Header 3 */
    .header-firstrow {
        padding: 15px 0 10px;
    }

    .site-header .site-branding,
    .header-firstrow-right {
        display: block;
        height: inherit;
    }

    .site-header .site-branding {
        padding: 0 0 10px 0px;
    }

    .site-header .site-branding a img {
        max-height: 35px;
    }

    .header-firstrow-right-contents {
        display: block;
    }

    .header-firstrow-right-contents ul {
        display: block;
        padding: 0;
        text-align: center;
    }

    .header-contact li {
        display: block;
        margin-left: 0;
    }

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

    .site-header .main-navigation ul {
        text-align: center;
    }

    .site-header .main-navigation ul li a {
        padding: 10px 15px;
    }

    /* Header 4 */
    .header-firstrow-wrap {
        padding-top: 10px;
    }

    .site-header .site-branding,
    .header-firstrow {
        display: block;
        height: inherit;
        text-align: center;
        padding-top: 0;
        padding-bottom: 10px;
    }

    .header-firstrow-contents {
        display: block;
    }

    .header-contact li {
        display: block;
        margin-right: 0;
    }

    .header-firstrow-contents-right {
        text-align: center;
    }

    .header-firstrow-contents-right .header-icon-area {
        display: none;
    }

    /* Header 5 */
    .site-header .site-branding {
        float: none;
        height: inherit;
    }

    .site-header .main-navigation {
        float: none;
    }

    .site-header .main-navigation ul.menu > li > a {
        padding: 10px 15px;
        border-left: none;
    }

    .header-menu-btn {
        display: none;
    }
}

/*@media all and (max-width: 414px) {*/
@media all and (max-width: 767px) {
    .site-header .site-branding a img {
        max-height: 100% !important;
        height: 100% !important;
    }
}

/*---------------------------------------------------------
#. Footer - Preloader, Scroll to top, Copyright
-----------------------------------------------------------*/
#preloader {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.scrollToTop {
    background-color: #1fa12e;
    bottom: 5px;
    color: #ffffff;
    display: block;
    font-size: 20px;
    height: 50px;
    line-height: 45px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
    width: 50px;
    opacity: 1;
    z-index: 99999;
    padding: 2px 0 0;
    border-radius: 6px;
}

.scrollToTop i {
    color: #ffffff;
}

.scrollToTop:hover {
    opacity: 0.9;
}

.footer-top-area {
    background-color: #000000;
    padding: 75px 0 40px;
}

@media (max-width: 1024px) {
    .footer-top-area {
        padding: 55px 0 55px;
    }
}

@media (max-width: 414px) {
    .footer-top-area {
        padding: 40px 0 40px;
    }
}

.footer-bottom-area {
    background-color: #000000;
    padding: 30px 0;
    color: #c4c4c4;
    font-size: 15px;
    text-align: center;
}

.footer-bottom-area a:link,
.footer-bottom-area a:visited {
    color: #f5f5f5;
}

.footer-bottom-area a:hover {
    text-decoration: underline;
}

.footer-topbar {
    background: #1fa12e;
}

.footer-topbar .row > div {
    padding: 0;
}

.footer-topbar .emergrncy-img-holder {
    background-image: url("../img/footertopbar-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 190px;
}

.footer-topbar .emergrncy-content-holder {
    display: table;
    background: #1fa12e;
    padding: 0 30px;
    height: 190px;
}

.footer-topbar .emergrncy-content-holder:before {
    border-color: transparent #1fa12e;
    border-style: solid;
    border-width: 0 90px 191px 0;
    content: "";
    height: 0;
    left: -89px;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 4;
}

.footer-topbar .emergrncy-content-holder .emergrncy-content-holder-inner {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 15px;
}

@media only screen and (max-width: 479px) {
    .footer-topbar .emergrncy-content-holder .emergrncy-content-holder-inner {
        padding: 20px 0;
    }
}

.footer-topbar .emergrncy-content-holder .emergrncy-content-holder-inner h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .footer-topbar .emergrncy-content-holder .emergrncy-content-holder-inner h3 {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-topbar .emergrncy-content-holder .emergrncy-content-holder-inner h3 {
        font-size: 24px !important;
    }
}

/*---------------------------------------------
#. Widgets - Sidebar and Footer Widgets
-----------------------------------------------*/
.search-form label {
    margin-bottom: 15px;
    display: block;
}

.search-form input.search-field {
    background-color: #f5f5f5;
    border-color: #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.search-form input.search-field::-webkit-input-placeholder {
    font-style: italic;
}

.search-form input.search-field:-ms-input-placeholder {
    font-style: italic;
}

.search-form input.search-field::placeholder {
    font-style: italic;
}

.search-form input.search-submit {
    background-color: #1fa12e;
    border: 2px solid #1fa12e;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
    width: 200px;
    font-weight: 500;
}

.search-form input.search-submit:hover {
    background-color: #fff;
    color: #1fa12e;
}

.widget_search .custom-search-input .btn {
    outline: none;
    z-index: 5;
}

.widget_search .search-form {
    padding-top: 0;
}

.widget_search input.search-submit {
    width: 100%;
}

.widget select {
    padding: 8px 10px;
    width: 100%;
}

.widget > form {
    padding-top: 10px;
}

.widget > select {
    margin-top: 10px;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget ul li a {
    color: #444444;
    display: inline;
    transition: all 0.3s ease 0s;
}

.widget ul li a:hover {
    color: #797979;
}

.widget_recent_entries ul li span {
    display: block;
}

.right-sidebar .sidebar-widget-area {
    padding-left: 10px;
}

.left-sidebar .sidebar-widget-area {
    padding-right: 10px;
}

@media ( max-width: 767px ) {
    .right-sidebar .sidebar-widget-area {
        margin-top: 90px;
        padding-left: 0px;
    }

    .left-sidebar .sidebar-widget-area {
        margin-bottom: 90px;
        padding-right: 0px;
    }
}

.sidebar-widget-area .widget {
    margin-bottom: 40px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: -3px;
}

.sidebar-widget-area .widget h3.widgettitle {
    color: #111111;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 36px;
    padding-bottom: 14px;
}

.sidebar-widget-area .widget h3.widgettitle:after {
    bottom: 0px;
    content: "";
    height: 4px;
    left: 2px;
    position: absolute;
    width: 40px;
    z-index: 1;
    background: #1fa12e;
}

.sidebar-widget-area .widget:last-child {
    margin-bottom: 0;
}

.sidebar-widget-area .widget ul li {
    border-bottom: 1px solid #d6d6d6;
    margin: 2px 0;
    padding: 4px 0;
}

.sidebar-widget-area .widget ul li a {
    color: #222222;
    font-size: 15px;
    transition: all 0.3s ease-out;
}

.sidebar-widget-area .widget ul li a:before {
    color: #1fa12e;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 9px;
    font-size: 15px;
}

.sidebar-widget-area .widget ul li a:hover {
    color: #1fa12e;
}

.sidebar-widget-area .widget ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.sidebar-widget-area .widget ul li.active a {
    color: #1fa12e;
}

.sidebar-widget-area .widget ul li.active a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #1fa12e;
}

.sidebar-widget-area .widget ul li ul.children,
.sidebar-widget-area .widget ul li ul.sub-menu {
    border-top: 1px solid #d6d6d6;
    padding-left: 17px;
    padding-top: 0px;
    margin-top: 8px;
}

.sidebar-widget-area .widget ul li ul.children li:last-child,
.sidebar-widget-area .widget ul li ul.sub-menu li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.sidebar-widget-area .widget_recent_comments h3.widgettitle {
    margin-bottom: 20px;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments span {
    color: #222222;
    font-size: 16px;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments a {
    line-height: 1.2 !important;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments a:before {
    content: "-";
    position: relative;
    margin-left: 3px;
    margin-right: 8px;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments > span:before {
    color: #1fa12e;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 9px;
    font-size: 15px;
    position: relative;
    top: 0;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments > span a:before {
    content: "";
    margin-right: 0px;
}

.sidebar-widget-area .widget_recent_entries h3.widgettitle {
    margin-bottom: 34px;
}

.sidebar-widget-area .widget_recent_entries ul li {
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.sidebar-widget-area .widget_recent_entries ul li a {
    line-height: 1.4;
    font-size: 15px;
    font-weight: 500;
    display: block;
}

.sidebar-widget-area .widget_recent_entries ul li a:before {
    content: "";
    margin-right: 0px;
}

.sidebar-widget-area .widget_recent_entries ul li .post-date {
    color: #7d7d7d;
    font-size: 14px;
}

.sidebar-widget-area .widget_tag_cloud a {
    color: #000000;
    border: 1px solid #1fa12e;
    display: inline-block;
    font-size: 14px !important;
    margin: 0 2px 6px 0;
    padding: 5px 20px;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
}

.sidebar-widget-area .widget_tag_cloud a:hover {
    background-color: #1fa12e;
    border: 1px solid #1fa12e;
    color: #ffffff;
}

.sidebar-widget-area .wp-block-search__inside-wrapper{
    position: relative;
}

.sidebar-widget-area .widget_search h3.widgettitle {
    margin-bottom: 34px;
}

.sidebar-widget-area .widget_search form input {
    background: #f2f2f2;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    float: left;
    height: 50px;
    padding: 6px 15px;
}

.sidebar-widget-area .widget_search form button {
    border: none;
    border-radius: 4px;
    box-shadow: none;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    top: 0;
    transition: all 0.5s ease;
    padding: 14px 15px 8px 15px;
    right: 0px;
}

.sidebar-widget-area .widget.widget_media_image {
    margin-bottom: 20px;
}

.sidebar-widget-area .widget_media_image img {
    border-radius: 4px;
}

.sidebar-widget-area .widget.widget_text p {
    margin-bottom: 0;
}

.sidebar-widget-area .rt_widget_recent_entries_with_image .pull-left img {
    transition: all 0.3s ease 0s;
    border-radius: 4px;
}

.sidebar-widget-area .rt_widget_recent_entries_with_image .pull-left img:hover {
    opacity: .5;
}

.sidebar-widget-area .rt_widget_recent_entries_with_image .single-post {
    border-bottom: 1px solid #d6d6d6;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.sidebar-widget-area .rt_widget_recent_entries_with_image .single-post:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-widget-area .rt_widget_recent_entries_with_image .media-body h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0px;
}

.sidebar-widget-area .rt_widget_recent_entries_with_image .media-body a {
    color: #111111;
}

.sidebar-widget-area .rt_widget_recent_entries_with_image .media-body a:hover {
    color: #1fa12e;
}

.sidebar-widget-area .rt_widget_recent_entries_with_image .media-body p {
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 24px;
}

.sidebar-widget-area .rt_widget_recent_entries_with_image .media-body .posted-date {
    color: #1fa12e;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
}

.sidebar-widget-area .rt_widget_recent_entries_with_image .media-body .posted-date a:hover {
    color: #222222;
}

.sidebar-widget-area .widget_categories ul li,
.sidebar-widget-area .widget_archive ul li {
    text-align: right;
    width: 100%;
    float: left;
    margin: 0;
    padding: 6px 0 6px 0;
}

.sidebar-widget-area .widget_categories ul li a,
.sidebar-widget-area .widget_archive ul li a {
    float: left;
}

.sidebar-widget-area .widget_categories ul li {
}

.sidebar-widget-area .widget.widget_categories h3.widgettitle,
.sidebar-widget-area .widget.widget_archive h3.widgettitle,
.sidebar-widget-area .widget.widget_meta h3.widgettitle {
    margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .sidebar-widget-area .rt_widget_recent_entries_with_image .media-body .posted-date {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .sidebar-widget-area .rt_widget_recent_entries_with_image .media-body h4 {
        font-size: 15px;
        line-height: 22px;
    }

    blockquote {
        margin: 0 20px 20px;
    }
}

/**/
.rt_widget_cta {
    position: relative;
}

.rt_widget_cta .rtin-des {
    position: absolute;
    bottom: 40%;
    padding: 0 30px;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    transform: translateY(40%);
}

.rt_widget_cta a {
    position: absolute;
    bottom: 10%;
    padding: 0 15px;
    font-size: 17px;
    text-align: center;
    display: inline-table;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 81%;
    text-transform: capitalize;
}

/**/
.call-widget {
    border-radius: 5px;
    background: #444444;
    color: #ffffff;
    padding: 15px 15px 15px 25px;
}

.call-widget i {
    font-size: 35px;
    color: #ffffff;
}

.call-widget h4 {
    font-size: 16px;
    text-align: left;
    color: #ffffff;
    font-weight: 300;
}

.call-widget p {
    font-size: 24px;
    text-align: left;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0px;
}

.call-widget .media-left {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

.widget.rt_widget_download.custom-widget i {
    margin-right: 15px;
    font-size: 28px;
    line-height: 24px;
}

.widget.rt_widget_download.custom-widget a {
    background: #1fa12e;
    padding: 25px;
    width: 100%;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

.widget.rt_widget_download.custom-widget:hover a {
    opacity: 0.8;
}

/*service menu & portfolio sidebar menu*/
.single-greenova_service .sidebar-widget-area .custom-widget .menu li {
    margin: 3px 0px;
    padding: 0px;
    border-radius: 4px;
    border-bottom: none;
}

.single-greenova_service .sidebar-widget-area .custom-widget .menu li a {
    display: block;
    background: #f5f5f5;
    color: #222222;
    font-size: 17px;
    font-weight: 400;
    padding: 13px 20px;
    line-height: 35px;
    transition: all 0.3s ease-out;
    position: relative;
    border-radius: 4px;
}

.single-greenova_service .sidebar-widget-area .custom-widget .menu li a:before {
    color: #111111;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 12px;
    font-size: 14px;
    position: absolute;
    right: 7px;
}

.single-greenova_service .sidebar-widget-area .custom-widget .menu li a:hover {
    background: #1fa12e;
    color: #ffffff;
}

.single-greenova_service .sidebar-widget-area .custom-widget .menu li a:hover:before {
    color: #ffffff;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.single-greenova_service .sidebar-widget-area .custom-widget .menu li:last-child {
    margin-bottom: 0;
}

.single-greenova_service .sidebar-widget-area .custom-widget .menu li.active a {
    background: #1fa12e;
    color: #ffffff;
}

.single-greenova_service .sidebar-widget-area .custom-widget .menu li.active a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffffff;
}

.single-greenova_service .sidebar-widget-area .custom-widget .menu li.current-menu-item a {
    background: #1fa12e;
    color: #ffffff;
}

.single-greenova_service .sidebar-widget-area .custom-widget .menu li.current-menu-item a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffffff;
}

/*download widget*/

@media ( min-width: 768px ) and ( max-width: 1199px ) {
    .call-widget {
        padding: 15px 10px 15px 10px;
    }

    .call-widget .media-left {
        padding-right: 5px;
    }

    .call-widget p {
        font-size: 18px;
    }

    .widget.rt_widget_download.custom-widget a {
        font-size: 17px;
        padding: 15px 10px 15px 10px;
    }

    .widget.rt_widget_download.custom-widget i {
        margin-right: 5px;
    }

    .rt_widget_cta .rtin-des {
        font-size: 25px;
        line-height: 30px;
    }

    .rt_widget_cta a {
        font-size: 15px;
        width: 90%;
        padding: 0;
    }

    .rt_widget_cta .slider-dark-button span {
        padding: 10px;
    }
}

/*footer area start*/
.footer-top-area {
    color: #c4c4c4;
}

.footer-top-area .widget {
    padding-bottom: 0px;
}

@media ( max-width: 768px ) {
    .footer-top-area .widget {
        padding-bottom: 0px;
    }
}

@media ( max-width: 475px ) {
    .footer-top-area .widget {
        padding-bottom: 20px;
        margin-bottom: 5px;
    }
}

.footer-top-area .widgettitle {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    text-transform: Capitalize;
    position: relative;
    padding-bottom: 20px;
}

.footer-top-area .widgettitle:after {
    position: absolute;
    background: #1fa12e;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
}

@media (max-width: 1199px) {
    .footer-top-area ul.menu li {
        width: inherit;
        display: inherit;
    }
}

.footer-top-area ul.menu li.menu-item-has-children {
    width: 100%;
}

.footer-top-area .corporate-address li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.footer-top-area .corporate-address li i {
    color: #1fa12e;
    font-size: 19px;
    padding: 0px 15px 10px 0;
}

.footer-top-area .widget_archive li {
    border-bottom: 1px dotted #1fa12e;
}

.footer-top-area .widget_archive li a:before {
    color: #1fa12e;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 12px;
    font-size: 10px;
    font-weight: 100;
}

.footer-top-area .widget_categories li a:before,
.footer-top-area .widget_pages li a:before {
    color: #1fa12e;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 12px;
    font-size: 10px;
}

.footer-top-area .rt_footer_social_widget {
    float: left;
}

.footer-top-area .rt_footer_social_widget .footer-social li {
    float: left;
    margin-right: 25px;
    transition: all 0.3s ease-out 0s;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-top-area .rt_footer_social_widget .footer-social li {
        margin-right: 12px;
    }
}

.footer-top-area .rt_footer_social_widget .footer-social li a {
    display: block;
    font-size: 18px;
    padding: 3px 0 0;
    text-align: center;
    transition: all 0.3s ease-out 0s;
}

.footer-top-area .rt_footer_social_widget .footer-social li a i {
    color: #c8c8c8;
    transition: all 0.3s ease-out 0s;
}

.footer-top-area .rt_footer_social_widget .footer-social li:hover i {
    color: #1fa12e;
}

.footer-top-area .widget_tag_cloud .tagcloud {
    padding-top: 10px;
}

.footer-top-area .widget_tag_cloud a {
    background-color: #2d2d2d;
    border-radius: 30px;
    color: #c4c4c4;
    display: inline-block;
    font-size: 14px !important;
    margin: 0 2px 8px 0;
    padding: 6px 18px;
    transition: all 0.3s ease 0s;
}

.footer-top-area .widget_tag_cloud a:hover {
    background-color: #1fa12e;
    color: #ffffff;
}

.footer-top-area .search-form input.search-submit {
    background-color: #fff;
    color: #1fa12e;
}

.footer-top-area a {
    text-decoration: underline;
}

.footer-top-area a:link,
.footer-top-area a:visited {
    color: #f5f5f5;
}

.footer-top-area a:hover,
.footer-top-area a:active {
    color: #797979;
}

.footer-top-area ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 1px;
    position: relative;
}

.footer-top-area ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer-top-area ul li ul.children,
.footer-top-area ul li ul.sub-menu {
    margin-top: 5px;
    padding-left: 4px;
    padding-top: 5px;
}

.footer-top-area ul li ul.children li :last-child,
.footer-top-area ul li ul.sub-menu li :last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.footer-top-area ul li a {
    text-decoration: none;
}

.footer-top-area ul li.recentcomments a {
    line-height: 1.2 !important;
}

.footer-top-area ul li.recentcomments a:before {
    content: "-";
    font-size: 28px;
    position: relative;
    top: 2px;
    margin-left: 12px;
    margin-right: 12px;
}

.footer-top-area ul li.recentcomments span a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    position: relative;
    top: 0;
}

.footer-top-area .widget_tag_cloud a {
    text-decoration: none;
}

.footer-top-area .mc4wp-success {
    margin-top: 25px;
}

.footer-top-area .widget > form.mc4wp-form {
    padding-top: 0px;
}

.footer-top-area .stylish-input-group {
    padding-top: 15px;
}

.footer-top-area .stylish-input-group .form-control {
    background: #2d2d2d;
    border: none;
    box-shadow: none;
    font-size: 16px;
    color: #c8c8c8;
    border-radius: 4px 0 0 4px;
    height: 48px;
    padding-left: 18px;
}

.footer-top-area .stylish-input-group .form-control::-moz-placeholder {
    color: #646464;
}

.footer-top-area .stylish-input-group .form-control::-webkit-input-placeholder {
    color: #646464;
}

.footer-top-area .stylish-input-group .input-group-addon {
    background: #2d2d2d;
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 0;
}

.footer-top-area .stylish-input-group .input-group-addon button {
    background: #2d2d2d;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    padding: 11px 16px;
    transition: all 0.3s ease-out;
}

.footer-top-area .stylish-input-group .input-group-addon button i {
    color: #1fa12e;
}

.footer-top-area .rt_widget_open_hour .opening-schedule li {
    color: #c4c4c4;
    font-size: 15px;
    margin-bottom: 7px;
}

.footer-top-area .rt_widget_open_hour .opening-schedule li span {
    float: right;
}

.footer-top-area .rt_widget_open_hour .opening-schedule li:before {
    content: "";
    margin-right: 0px;
}

.footer-top-area .rt_widget_open_hour .opening-schedule li:last-child {
    margin-bottom: 0;
}

/*----------------------
#. Miscellaneous
----------------------*/
.admin-bar .entry-banner .entry-banner-content {
    padding: 76px 0 0px;
}

.entry-banner .entry-banner-content {
    padding: 44px 0 0px;
    text-align: left;
}

.entry-banner .entry-banner-content h1 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 46px;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .admin-bar .entry-banner .entry-banner-content,
    .entry-banner .entry-banner-content {
        padding: 46px 0 0px;
    }
}

@media (max-width: 480px) {
    .admin-bar .entry-banner .entry-banner-content,
    .entry-banner .entry-banner-content {
        padding: 50px 0 0px;
    }

    .entry-banner .entry-banner-content h1 {
        font-size: 40px;
        margin-bottom: 50px;
    }
}

.breadcrumb-area .entry-breadcrumb {
    background: #1fa12e;
    float: left;
    padding: 14px;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
}

.breadcrumb-area .entry-breadcrumb .breadcrumb-seperator {
    color: #ffffff;
    padding: 0 5px;
}

.breadcrumb-area .entry-breadcrumb span a {
    color: #a3e0aa;
    transition: all 0.3s ease-in-out 0s;
    font-size: 17px;
}

.breadcrumb-area .entry-breadcrumb span a:hover {
    color: #ffffff;
}

.breadcrumb-area .entry-breadcrumb > span:last-child {
    color: #ffffff;
    font-size: 17px;
}

.banner-text {
    line-height: 1.4;
}

.border-shadow.wpb_single_image img {
    -webkit-box-shadow: 0px 3px 16px 2px rgba(153, 151, 153, 1) !important;
    -moz-box-shadow: 0px 3px 16px 2px rgba(153, 151, 153, 1) !important;
    box-shadow: 0px 3px 16px 2px rgba(153, 151, 153, 1) !important;
    border: 13px solid #ffffff !important;
    background: #ffffff !important;
}

.ls-v6 .ls-nav-prev,
.ls-v6 .ls-nav-next {
    width: 54px !important;
    height: 54px !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    z-index: 30 !important;
}

.ls-v6 .ls-nav-prev {
    padding: 0px 0 0 0 !important;
    font-size: 5px !important;
    left: 12% !important;
}

.ls-v6 .ls-nav-next {
    padding: 0px 0 0 0 !important;
    font-size: 5px !important;
    right: 12% !important;
}

.ls-v6 .ls-nav-prev:hover,
.ls-v6 .ls-nav-next:hover {
    background-color: #1fa12e;
    border: 2px solid transparent !important;
}

@media ( max-width: 1440px ) {
    .ls-v6 .ls-nav-prev {
        left: 1% !important;
    }

    .ls-v6 .ls-nav-next {
        right: 1% !important;
    }
}

.ls-v6 .ls-nav-prev:after,
.ls-v6 .ls-nav-next:after {
    margin-top: -6px !important;
    width: 6px !important;
    height: 6px !important;
}

.elementor-page .ls-v6 .ls-nav-prev:after,
.elementor-page .ls-v6 .ls-nav-next:after {
    margin-top: -6px !important;
    width: 12px !important;
    height: 12px !important;
}

.ls-v6 .ls-nav-prev:hover, .ls-v6 .ls-nav-next:hover {
    -o-transform: scaleX(1) scaleY(1) !important;
    -ms-transform: scaleX(1) scaleY(1) !important;
    -moz-transform: scaleX(1) scaleY(1) !important;
    -webkit-transform: scaleX(1) scaleY(1) !important;
    transform: scaleX(1) scaleY(1) !important;
}

.ls-v6 .ls-nav-prev:after {
    left: 23px !important;
}

.ls-v6 .ls-nav-next:after {
    left: 17px !important;
}

.responsive-padding-70 {
    padding-right: 90px;
}

@media ( max-width: 1024px ) {
    .responsive-padding-70 {
        padding-right: 20px;
    }
}

.rt-vc-title-1 .rtin-section-title-left .rt-section-sub-title-vc {
    font-size: 20px;
}

@media ( min-width: 1024px ) {
    .hide-desktop {
        display: none;
    }
}

@media ( max-width: 768px ) {
    .ipad-single-image .wpb_single_image.vc_align_right {
        text-align: center;
    }

}

/*-------------------------------------
#. Buttons
---------------------------------------*/
.rdtheme-button-1 {
    border: none;
    color: #1fa12e;
    padding: 13px 30px;
    background: #ffffff;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.3s ease-out;
}

.rdtheme-button-1:hover {
    color: #ffffff;
    background: #1fa12e;
}

.rdtheme-button-2 {
    border: none;
    color: #ffffff;
    padding: 13px 30px;
    background: #1fa12e;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.3s ease-out;
}

.rdtheme-button-2:hover {
    color: #1fa12e;
    background: #797979;
}

.rdtheme-button-2 i {
    font-size: 14px;
    padding-left: 10px;
}

.greenova-primary-color {
    color: #1fa12e;
}

.btn-send-message {
    background: #1fa12e;
    padding: 10px 0;
    border: 2px solid #1fa12e;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    width: 190px;
    transition: all 0.5s ease-out;
}

.btn-send-message:hover {
    color: #1fa12e;
    background: #ffffff;
    box-shadow: 0px 0px 19px -14px #1fa12e;
    transition: all 0.5s ease-out;
}

.btn-contact {
    background: transparent;
    padding: 10px 44px;
    border: 2px solid #ffffff;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    border-radius: 45px;
    transition: all 0.5s ease-out;
}

.btn-contact:hover {
    color: #1fa12e;
    background: #ffffff;
    box-shadow: 0px 0px 19px -14px #1fa12e;
    transition: all 0.5s ease-out;
}

.btn-contact2 {
    background: #ffffff;
    padding: 10px 0;
    width: 180px;
    border: 2px solid #ffffff;
    text-transform: capitalize;
    color: #111111;
    font-weight: 500;
    display: block;
    text-align: center;
    margin: 0 auto;
    transition: all 0.5s ease-out;
}

.btn-contact2:hover {
    border: 2px solid #1fa12e;
    color: #1fa12e;
    background: transparent;
    box-shadow: 0px 0px 19px -14px #1fa12e;
    transition: all 0.5s ease-out;
}

.btn-error {
    background: #646464;
    padding: 12px 33px;
    color: #ffffff;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 30px;
    border: 1px solid #646464;
    transition: all 0.5s ease-out;
}

.btn-error:hover {
    background: #5c9d01;
    color: #000000;
    transition: all 0.5s ease-out;
}

.btn-read-more {
    background: #ffffff;
    padding: 10px 44px;
    border: 1px solid #1fa12e;
    text-transform: capitalize;
    color: #111111;
    font-weight: 500;
    display: inline-block;
    border-radius: 45px;
    box-shadow: 0px 0px 19px -14px #1fa12e;
    transition: all 0.5s ease-out;
}

.btn-read-more:hover {
    color: #ffffff;
    background: #1fa12e;
    transition: all 0.5s ease-out;
}

.entry-content .btn-read-more-h-b {
    background: #ffffff;
    padding: 15px 30px;
    border: 1px solid #1fa12e;
    text-transform: capitalize;
    color: #111111;
    font-weight: 500;
    display: inline-block;
    border-radius: 45px;
    box-shadow: 0px 0px 19px -14px #1fa12e;
    transition: all 0.5s ease-out;
}

.entry-content .btn-read-more-h-b:hover {
    color: #ffffff;
    background: #111111;
    border: 1px solid #111111;
    box-shadow: none;
    transition: all 0.5s ease-out;
}

.btn-square-transparent {
    background: transparent;
    border: 2px solid #1fa12e;
    text-transform: capitalize;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0px 0px 19px -14px #1fa12e;
    transition: all 0.5s ease-out;
    border-radius: 30px;
    font-weight: 500;
    padding: 12px 30px;
}

.entry-content .btn-square-transparent.more {
    color: #1fa12e;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.entry-content .btn-square-transparent.more:hover {
    color: #ffffff;
    background: #1fa12e;
}

.btn-square-transparent:hover {
    color: #ffffff;
    background: #1fa12e;
    transition: all 0.5s ease-out;
}

.btn-slider-fill {
    background: #1fa12e;
    padding: 18px 40px;
    border: 2px solid #1fa12e !important;
    text-transform: capitalize;
    color: #ffffff !important;
    font-weight: 500;
    border-radius: 45px;
    transition: all 0.5s ease-out;
    font-size: 16px;
}

.btn-slider-fill:hover {
    color: #ffffff !important;
    background: transparent;
    transition: all 0.5s ease-out;
}

@media (max-width: 1440px) {
    .btn-slider-fill {
        padding: 12px 25px;
        font-size: 15px;
    }
}

@media (max-width: 1280px) {
    .btn-slider-fill {
        padding: 12px 30px;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .btn-slider-fill {
        padding: 12px 30px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .btn-slider-fill {
        padding: 6px 14px;
        font-size: 11px;
    }
}

.entry-content .btn-slider {
    background: transparent;
    padding: 18px 40px;
    border: 2px solid #ffffff !important;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 500;
    border-radius: 45px;
    transition: all 0.5s ease-out;
    font-size: 16px;
}

.entry-content .btn-slider:hover {
    color: #ffffff;
    background: #1fa12e;
    transition: all 0.5s ease-out;
    border: 2px solid #1fa12e !important;
}

@media (max-width: 1440px) {
    .entry-content .btn-slider {
        padding: 12px 25px;
        font-size: 15px;
    }
}

@media (max-width: 1280px) {
    .entry-content .btn-slider {
        padding: 12px 30px;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .entry-content .btn-slider {
        padding: 12px 30px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .entry-content .btn-slider {
        padding: 6px 14px;
        font-size: 11px;
    }
}

.btn-submit {
    background: #1fa12e;
    padding: 10px 44px 12px !important;
    border: none;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    border-radius: 45px;
    transition: all 0.5s ease-out;
    height: auto !important;
}

.btn-submit:hover {
    color: #ffffff;
    background: #111111;
    transition: all 0.5s ease-out;
}

.btn-quote {
    background: #1fa12e;
    padding: 10px 44px;
    border: 2px solid #ffffff;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    transition: all 0.5s ease-out;
}

.btn-quote:hover {
    background: #111111;
    color: #ffffff !important;
    box-shadow: 0px 0px 19px -14px #1fa12e;
    transition: all 0.5s ease-out;
}

.btn-quote2 {
    background: #1fa12e;
    padding: 12px 44px;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    transition: all 0.5s ease-out;
}

.btn-quote2:hover {
    background: #111111;
    color: #ffffff !important;
    box-shadow: 0px 0px 19px -14px #1fa12e;
    transition: all 0.5s ease-out;
}

.btn-submit2 {
    background: #ffffff !important;
    padding: 10px 44px !important;
    border: 2px solid #ffffff;
    text-transform: capitalize;
    color: #111111 !important;
    font-weight: 500;
    display: inline-block;
    border-radius: 45px;
    transition: all 0.5s ease-out;
}

.btn-submit2:hover {
    color: #ffffff !important;
    background: #111111 !important;
    box-shadow: 0px 0px 19px -14px #1fa12e;
    transition: all 0.5s ease-out;
}

.solid-title {
    color: #111111;
    position: relative;
    margin-bottom: 3px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
}

.solid-title:before {
    content: "";
    height: 1px;
    width: 60%;
    background: #d6d6d6;
    position: absolute;
    right: 0;
    top: 28px;
}

.entry-content .shop-button {
    background: #1fa12e;
    color: #fff;
    padding: 14px;
}

/*-------------------------------------
#. Contents
---------------------------------------*/
.page-links {
    clear: both;
    font-weight: 500;
    padding-top: 12px;
}

.entry-content .pricetable-btn {
    padding: 10px 0;
    text-align: center;
    color: #263238;
    height: 50px;
    width: 160px;
    background: #797979;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border: 2px solid #797979;
    transition: all 0.3s ease-out;
}

.entry-content .pricetable-btn:hover {
    background: transparent;
    color: #ffffff;
}

.entry-content .wpb_layerslider_element a.layerslider-button {
    color: #ffffff !important;
    background: #1fa12e;
    opacity: 1;
    padding: 15px 30px;
}

.entry-content .wpb_layerslider_element a.layerslider-button:hover {
    opacity: .7;
}

.rt-grid-sizer,
.rt-grid-item {
    width: 50%;
}

/*-------------------------------------
#. Single Content
---------------------------------------*/
.content-area {
    padding: 120px 0;
}

.entry-header .entry-thumbnail-area {
    margin-bottom: 35px;
}

.entry-header .entry-meta ul {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
    padding-left: 0px;
}

.entry-header .entry-meta ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    color: #646464;
}

.entry-header .entry-meta ul li i {
    color: #1fa12e;
    padding-right: 8px;
}

.entry-header .entry-meta ul li a {
    color: #646464;
}

@media ( max-width: 475px ) {
    .entry-header .entry-meta ul li {
        margin-bottom: 10px;
    }
}

.entry-header .entry-meta ul li:last-child {
    margin-right: 0;
}

.entry-header .entry-meta ul li a:hover {
    color: #1fa12e;
}

.entry-header .entry-content form label {
    font-size: 18px;
    color: #222222;
    font-weight: 500;
}

.entry-header .entry-content form label input {
    background: #f2f2f2;
    border: none;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
    height: 40px;
    margin-left: 8px;
    padding: 6px 15px;
}

.entry-header .entry-content form input {
    border-radius: 0 4px 4px 0;
    margin-left: -4px;
    height: 40px;
    transition: all 0.3s ease-out;
}

.blog-single-info {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 50px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.single-post .type-post .entry-content p {
    margin-bottom: 24px;
    line-height: 30px;
}

.entry-header img {
    border-radius: 4px;
}

.share {
    text-align: right;
    margin-top: 5px;
}

@media (max-width: 991px) {
    .share {
        text-align: center;
    }
}

.share .addtoany_list.a2a_kit_size_32 a > span {
    border-radius: 50%;
}

.entry-footer .item-tags {
    padding-left: 0;
    display: flex;
}

@media (max-width: 767px) {
    .entry-footer .item-tags {
        margin-bottom: 20px;
    }
}

.con-custom-img {
    margin-top: 40px;
}

.con-custom-img img {
    margin-bottom: 40px;
}

.entry-footer .item-tags .tag_styles {
    list-style: none;
    margin: 0;
    padding: 0;
}

.entry-footer .item-tags .tag_styles li {
    padding: 5px 20px;
    border: 1px solid #1fa12e;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 30px;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.3s ease-out;
}

.entry-footer .item-tags .tag_styles li:hover {
    background-color: #1fa12e;
}

.entry-footer .item-tags span {
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
    padding-right: 10px;
}

.entry-footer .item-tags a {
    color: #444444;
}

.entry-footer .item-tags li:hover a {
    color: #ffffff;
}

.about-author {
    background: #f8f8f8;
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 4px;
}

.about-author .pull-left {
    padding-right: 20px;
}

.about-author .pull-left img {
    border-radius: 50%;
}

.about-author .media-body .author-title {
    font-size: 22px;
    color: #222222;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 1.4;
}

.about-author .media-body .author-name {
    margin-bottom: 10px;
}

/*-------------------------------------
#. Comments
---------------------------------------*/
.comments-area ul.comment-list {
    list-style: none;
    margin-bottom: 40px;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #d7d7d7;
}

.comments-area h3.comment-num {
    color: #222222;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 35px;
    padding-bottom: 12px;
    position: relative;
}

.comments-area h3.comment-num:after {
    position: absolute;
    background: #1fa12e;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    bottom: 0;
    width: 40px;
}

.comments-area .comment-form {
    margin-top: 15px;
}

.comments-area .main-comments .imgholder img {
    border-radius: 50%;
    margin-right: 20px;
    margin-bottom: 10px;
    max-width: 100px;
}

.comments-area .main-comments .comments-body p {
    margin-bottom: 10px;
}

.comments-area .main-comments .each-comment {
    padding: 10px 0;
}

.comments-area .main-comments .comment-meta {
    font-size: 16px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 5px;
    overflow: hidden;
}

.comments-area .main-comments .comment-meta .comment-author-name {
    float: left;
    margin-right: 10px;
}

.comments-area .main-comments .comment-meta .comment-time {
    float: left;
}

.comments-area .main-comments .comment-meta .comment-author-name a {
    color: #222222;
}

.comments-area .main-comments .comment-meta .comment-author-name a:hover {
    color: #1fa12e;
}

.comments-area .main-comments .replay-area {
    float: right;
}

.comments-area .main-comments .replay-area a {
    background-color: #1fa12e;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    padding: 5px 18px;
    border-radius: 4px;
    display: inline-block;
}

.comments-area .main-comments .replay-area a:hover {
    background-color: #111111;
}

.comments-area .main-comments .comment-text {
    font-size: 14px;
}

.comments-area .main-comments #respond {
    padding-top: 20px;
    padding-bottom: 20px;
}

.comments-area .reply-separator {
    margin-top: 40px;
    padding-top: 50px;
}

.main-comments ul.children {
    margin-left: 50px;
    padding: 0;
    list-style: none;
}

@media (max-width: 1199px) {
    .main-comments ul.children {
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .comments-area .main-comments .imgholder img {
        max-width: 80px;
    }

    .comments-area .main-comments .comment-meta .comment-author-name {
        float: inherit;
    }

    .comments-area .main-comments .comment-meta .comment-author-name a {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .main-comments ul.children {
        margin-left: 15px;
    }

    .comments-area .main-comments .imgholder img {
        max-width: 60px;
    }

    .comments-area .main-comments .comment-meta {
        font-size: 14px;
    }
}

.avatar-disabled .main-comments ul.children {
    margin-left: 50px;
    padding: 0;
}

.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;
}

.comment-list pre {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

#respond .comment-reply-title {
    margin-bottom: 10px;
    font-weight: 500;
    margin-bottom: 30px;
    padding-bottom: 15px;
    color: #222222;
    position: relative;
}

#respond .comment-reply-title:after {
    position: absolute;
    background: #1fa12e;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    bottom: 0;
    width: 40px;
}

#respond .comment-notes {
    margin-bottom: 30px;
}

#respond .logged-in-as {
    margin-bottom: 20px;
}

#respond .logged-in-as a {
    color: #222222;
}

#respond .form-group {
    margin-bottom: 25px;
}

@media (max-width: 480px) {
    #respond .padding-left {
        padding-left: 0;
        padding-right: 0;
    }

    #respond .padding-right {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .single-post .comments-area {
        margin-bottom: 90px;
    }
}

#respond .form-group.form-submit {
    margin-bottom: 0px;
    margin-top: 0;
}

#respond form input {
    border: 1px solid #dddddd;
    background-color: #f2f2f2;
    border-radius: 5px;
    margin-right: 20px;
    box-shadow: none;
    height: 45px;
}

#respond form input:focus {
    box-shadow: none;
    border: 1px solid #1fa12e;
    margin-right: 0;
    outline: none;
}

#respond form textarea {
    border: 1px solid #dddddd;
    background-color: #f2f2f2;
    border-radius: 5px;
    margin-right: 20px;
    box-shadow: none;
}

#respond form textarea:focus {
    border: 1px solid #1fa12e;
    box-shadow: none;
}

#respond form input[type="submit"] {
    height: inherit;
    border-radius: 5px;
}

#respond form .btn-send {
    background-color: #1fa12e;
    border: medium none;
    color: #ffffff;
    padding: 14px 22px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    margin-right: 0;
    line-height: 1.6;
}

#respond #cancel-comment-reply-link {
    font-size: 12px;
}

.comment-list li {
    padding-top: 20px;
}

.comment-list li:first-child {
    padding-top: 0px;
}

.comment-list li .children li {
    padding-top: 20px;
}

.comment-list .comment-text ul {
    padding: 0 15px;
    margin-bottom: 20px;
    list-style: disc;
}

.comment-list .comment-text ul li {
    padding-top: 0px;
}

.comment-list .comment-text ul li .children li {
    padding-top: 0px;
}

.comment-list .comment-text ul ul {
    margin-bottom: 0px;
}

.comment-list .comment-text ol {
    margin-bottom: 20px;
}

.comment-list .comment-text ol li {
    padding-top: 0px;
}

.comment-list .comment-text ol li .children li {
    padding-top: 0px;
}

.comment-list .comment-text ol ol {
    margin-bottom: 0;
}

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

.item-comments h2 {
    font-size: 24px;
}

.item-comments .item-comments-list {
    margin-top: 50px;
}

.item-comments .item-comments-list ul.comments-list {
    padding-top: 20px;
}

.item-comments .item-comments-list ul.comments-list li {
    margin-bottom: 50px;
    overflow: hidden;
}

.item-comments .item-comments-list ul.comments-list li .comment-image {
    float: left;
    padding-right: 20px;
}

.item-comments .item-comments-list ul.comments-list li .comment-name {
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}

.item-comments .item-comments-list ul.comments-list li .comment-date {
    color: #646464;
}

.item-comments .item-comments-list ul.comments-list li .comment-reply {
    background: #1fa12e;
    padding: 2px 10px 3px;
    float: right;
    font-size: 14px;
}

.item-comments .item-comments-list ul.comments-list li .comment-reply a {
    color: #ffffff;
}

.item-comments .item-comments-list ul.comments-list li .comment-reply:hover {
    background: #a51c2d;
}

.item-comments .item-comments-list ul.comments-list li p {
    padding-top: 20px;
}

.item-comments .item-comments-list ul.comments-list li:last-child {
    margin-bottom: 0;
}

.item-comments .item-comments-list ul.comments-list li.odd {
    margin-left: 50px;
}

.item-comments .item-comments-form {
    border-top: 1px solid #d7d7d7;
    margin-top: 50px;
    padding-top: 50px;
}

.item-comments .item-comments-form .comments-form {
    padding-top: 20px;
}

.item-comments .item-comments-form .comments-form .form-group {
    margin-bottom: 20px;
}

.item-comments .item-comments-form .comments-form .form-group .form-control {
    background: #222222;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.item-comments .item-comments-form .comments-form .form-group input {
    height: 40px;
}

/*-------------------------------------
#. Archive Contents
---------------------------------------*/

.search-results .blog-layout-1 {
    margin-bottom: 20px;
}

.search-results .blog-layout-1 .entry-header {
    margin-bottom: 0px;
}

.custom-search-input .btn {
    background-color: #1fa12e;
    color: #fff;
}

.custom-search-input > .input-group {
    display: flex;
}

.search-no-results .search-query {
    border-radius: 0;
}

.search-no-results .no-results .input-group .form-control {
    background-color: #f2f2f2;
    border: none;
    border-radius: 4px;
    width: 90%;
    height: 50px;
    box-shadow: none;
}

.search-no-results .no-results .custom-search-input .btn {
    border-radius: 0 4px 4px 0;
    padding: 12px 15px 8px 15px;
    font-size: 20px;
}

.search-no-results .custom-search-input .btn {
    background-color: #1fa12e;
    color: #fff;
    border-radius: 0;
}

.search-no-results .sidebar-widget-area .widget_search form button {
    padding: 14px 15px 8px 15px;
}

.rt-blog-layout {
    margin: 30px 0 0;
}

.rt-blog-layout .entry-thumbnail-area ul {
    list-style: none;
    padding: 0;
}

.rt-blog-layout .entry-thumbnail-area ul li {
    float: left;
    padding: 12px;
}

.rt-blog-layout .entry-thumbnail-area ul li i {
    color: #1fa12e;
}

.rt-blog-layout .entry-thumbnail-area ul li a {
    text-decoration: none;
    text-align: center;
    color: #666666;
    transition: all 0.3s ease-out 0s;
}

.rt-blog-layout .entry-thumbnail-area ul li a:hover {
    color: #1fa12e;
}

.rt-blog-layout .entry-thumbnail-area ul li:last-child {
    float: right;
}

.rt-blog-layout .entry-thumbnail-area ul .active {
    background: #1fa12e;
    color: #ffffff;
}

.rt-blog-layout .entry-thumbnail-area ul .rt-post-author {
    display: -webkit-box;
}

.rt-blog-layout .entry-thumbnail-area ul .rt-post-author a {
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    width: 10.5em;
    white-space: nowrap;
    display: block;
    float: initial;
    text-align: left;
    padding-left: 5px;
}

.rt-blog-layout .entry-thumbnail-area ul.side_bar {
    padding: 0 15px 0 0;
}

.rt-blog-layout .entry-content h3 {
    margin: 0 0 10px;
    line-height: inherit;
}

.rt-blog-layout .entry-content h3 a {
    color: #222222;
    display: block;
    font-size: 22px;
    font-weight: 500;
    padding: 17px 0 0;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
    line-height: 33px;
}

.rt-blog-layout .entry-content h3 a:hover {
    color: #1fa12e;
}

.rt-blog-layout .entry-content p {
    font-size: 14px;
    color: #666666;
}

.blog-layout-1 .blog-box {
    margin-bottom: 60px;
}

.blog-box {
    background-color: #f7f7f7;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    position: relative;
    margin-bottom: 32px;
    transition: all 0.5s ease-out 0s;
}

.blog-box:hover {
    box-shadow: 0 14px 33px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 14px 33px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 14px 33px rgba(0, 0, 0, 0.2);
}

.blog-box .blog-bottom-content-holder {
    padding: 30px 28px 40px;
}

.sticky .blog-box {
    background-color: transparent;
    border-radius: 4px;
    padding: 20px 20px 30px;
    border-bottom: 2px solid #1fa12e;
    box-shadow: 0 14px 33px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 14px 33px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 14px 33px rgba(0, 0, 0, 0.2);
}

.blog-layout-2.sticky .blog-box {
    margin-bottom: 50px;
}

.sticky .blog-bottom-content-holder {
    margin: 0px;
    padding: 10px 0px 10px;
}

.blog-box * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-box .blog-img-holder {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    position: relative;
}

.blog-box .blog-img-holder img {
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.blog-box .blog-img-holder:after {
    background: #1fa12e;
    width: 0px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0px;
    content: '';
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.blog-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-box:hover .blog-img-holder:after {
    width: 100%;
}

.blog-box .blog-img-holder .blog-content-holder {
    left: 23px;
    margin: 0 auto;
    opacity: 1;
    position: absolute;
    text-align: center;
    bottom: 30px;
    z-index: 2;
    background: #1fa12e;
    padding: 7px 14px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 17px;
}

.blog-box .blog-img-holder .blog-content-holder span {
    color: #ffffff;
    line-height: 20px;
}

.blog-box .blog-bottom-content-holder h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 15px;
}

.blog-layout-1 .blog-box .blog-bottom-content-holder h3 {
    font-size: 28px;
    line-height: 38px;
}

.blog-box .blog-bottom-content-holder h3 a {
    color: #111111;
}

.blog-box .blog-bottom-content-holder h3 a:hover {
    color: #1fa12e;
}

.blog-box .blog-bottom-content-holder ul {
    margin-bottom: 16px;
    padding-left: 0px;
    position: relative;
}

.blog-box .blog-bottom-content-holder ul li {
    display: inline-block;
    margin-right: 15px;
    color: #646464;
}

.blog-box .blog-bottom-content-holder ul li i {
    padding-right: 8px;
    color: #1fa12e;
}

.blog-box .blog-bottom-content-holder ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.blog-box .blog-bottom-content-holder ul li a {
    color: #646464;
}

.blog-box .blog-bottom-content-holder ul li a:hover {
    color: #1fa12e;
}

.blog-box .blog-bottom-content-holder a.blog-button {
    background-color: transparent;
    border: 2px solid #1fa12e;
    border-radius: 30px;
    padding: 10px 26px;
    color: #1fa12e;
    font-weight: 500;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-box .blog-bottom-content-holder a.blog-button i {
    font-size: 18px;
    padding-left: 8px;
    position: relative;
    top: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-box .blog-bottom-content-holder a.blog-button:hover {
    background-color: #1fa12e;
    color: #ffffff;
}

.blog-box .blog-bottom-content-holder a.blog-button:hover i {
    padding-left: 12px;
}

@media (max-width: 991px) {
    .blog-layout-2 {
        width: 100%;
    }
}

/*-------------------------------------
#. Search
---------------------------------------*/

.search .entry-content .entry-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
}

.search .entry-content .entry-title a {
    color: #222222;
}

/*woocommerce button*/
.woocommerce nav.woocommerce-pagination ul,
.pagination-area ul {
    text-align: center;
    font-size: 0;
    padding-left: 0;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li,
.pagination-area ul li {
    display: inline-block;
    margin-top: 10px;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.pagination-area ul li a {
    background-color: #f2f2f2;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    padding: 11px 19px;
    margin: 0 6px 0 0;
    font-weight: 400;
    border-radius: 5px;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.pagination-area ul li a:hover {
    background-color: #1fa12e;
    color: #ffffff;
}

.woocommerce nav.woocommerce-pagination ul li span,
.pagination-area ul li span {
    background-color: none;
    border: 1px solid #1fa12e;
    color: #222222;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    padding: 10px 18px;
    margin: 0 3px;
    font-size: 16px;
    font-weight: 500;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.pagination-area ul li .current {
    background-color: #1fa12e;
    color: #ffffff;
    border-radius: 4px;
    margin-right: 5px;
}

.woocommerce nav.woocommerce-pagination ul li.active a,
.pagination-area ul li.active a {
    background-color: #1fa12e;
    color: #ffffff;
}

.site-content .pagination-area {
    clear: both;
    padding-top: 15px;
}

.no-results h2.page-title {
    color: #222222;
}

/*-------------------------------------
#. Error 404
---------------------------------------*/
.error-page-area {
    background-color: #f2f2f2;
    padding-top: 10px;
}

.error-page-area .error-page {
    text-align: center;
    background-position: center center;
    background-size: cover !important;
    padding: 100px;
    border-radius: 4px;
}

.error-page-area .error-page h1 {
    font-size: 300px;
    color: #ffffff;
    margin-bottom: 35px;
    line-height: 300px;
    font-weight: 500;
    display: inline-block;
}

@media (max-width: 991px) {
    .error-page-area .error-page h1 {
        font-size: 200px;
        line-height: 200px;
    }
}

@media (max-width: 767px) {
    .error-page-area .error-page {
        padding: 50px 0;
    }

    .error-page-area .error-page h1 {
        font-size: 150px;
        line-height: 150px;
    }
}

.error-page-area .error-page p {
    color: #ffffff;
    font-size: 25px;
    font-weight: 900;
    margin: 10px;
    line-height: 36px;
}

.error-page-area .error-page-content p {
    color: #222222;
    display: block;
    padding: 48px 330px;
    text-align: center;
}

@media (max-width: 1024px) {
    .error-page-area .error-page-content p {
        padding: 24px 30px;
    }
}

.error-page-area .error-page-content .go-home {
    text-align: center;
}

.error-page-area .error-page-content .go-home a {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20px;
    background: #1fa12e;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
    color: #ffffff;
}

.error-page-area .error-page-content .go-home a:hover {
    background: #111111;
    color: #ffffff;
}

/*-------------------------------------
#. Contact Form 7
---------------------------------------*/
span.wpcf7-not-valid-tip {
    color: #a94442;
}

.wpcf7-spinner {
    margin: 0;
    position: absolute !important;
    top: 50%;
    right: -6px;
    transform: translateY(-50%);
}

div.wpcf7-response-output {
    margin: 25px 15px;
    padding: 5px 10px;
    border-radius: 3px;
    width: 96%;
}

div.wpcf7-validation-errors {
    border-color: #a94442;
}

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
}

.contact-form-area h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    color: #222222;
    text-transform: uppercase;
    margin-left: 15px;
    margin-bottom: 20px;
}

.contact-form-area label {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #666666;
}

.contact-form-area input {
    border-radius: 0px;
    height: 36px;
}

.contact-form-area .submit-button {
    background: #1fa12e;
    padding: 10px 25px;
    color: #ffffff;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    transition: all 0.3s ease 0s;
    height: 45px;
}

.contact-form-area .submit-buttom:hover {
    background: #222222;
}

.contact-form-area .form-response .alert-info {
    background: transparent;
    border: none;
    color: #a8a7a7;
    letter-spacing: 5px;
}

.contact-form-area .form-response .alert-success {
    background-color: transparent;
    color: #00082E;
    letter-spacing: 4px;
    border-color: transparent;
    font-weight: 500;
}

.contact-form-area .form-response .alert {
    border-radius: 0;
    padding: 15px 0;
}

.estimate-holder {
    bottom: 0;
    z-index: 1;
    text-align: center;
    background: #1fa12e;
    padding: 35px 30px;
}

@media (max-width: 1024px) {
    .estimate-holder {
        padding: 15px 30px;
    }
}

.estimate-holder h2 {
    text-align: left;
    font-size: 28px;
    color: #ffffff;
}

.estimate-holder .form-group {
    margin-bottom: 16px;
}

.estimate-holder .form-control {
    border-radius: 5px;
    background: transparent;
    border: 1px dashed #d3d3d3 !important;
    box-shadow: none;
    border: none;
    color: #ffffff;
}

.estimate-holder .form-control::-moz-placeholder {
    color: #ffffff;
}

.estimate-holder input {
    height: 47px;
}

.estimate-holder input.form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.estimate-holder input.form-control::-moz-placeholder {
    color: #ffffff;
}

.estimate-holder input.form-control:-moz-placeholder {
    color: #ffffff;
}

.estimate-holder input.form-control:-ms-input-placeholder {
    color: #ffffff;
}

.estimate-holder textarea.form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.estimate-holder textarea.form-control::-moz-placeholder {
    color: #ffffff;
}

.estimate-holder textarea.form-control:-moz-placeholder {
    color: #ffffff;
}

.estimate-holder textarea.form-control:-ms-input-placeholder {
    color: #ffffff;
}

/*for home 01*/
.ask-question-right .form-group {
    margin-bottom: 25px;
}

.ask-question-right .form-group .form-control {
    border-radius: 5px;
    background: transparent;
    border: 1px dashed #aeaeae !important;
    box-shadow: none;
    border: none;
}

.ask-question-right .form-group input {
    height: 50px;
}

.ask-question-right .title-bar50 {
    line-height: 1;
    font-weight: 500;
    margin-bottom: 52px;
    font-size: 32px;
}

@media (max-width: 768px) {
    .ask-question-right .title-bar50 {
        font-size: 24px;
    }
}

.ask-question-right .title-bar50:after {
    bottom: -20px;
}

.ask-question-right .wpcf7-form-control.wpcf7-submit.btn-submit {
    line-height: 32px;
}


.wpcf7-form p br {
    display: none;
}

.wpcf7-form p {
    margin: 0;
}
.wpcf7-form .input-form {
    margin-bottom: 15px;
}

.wpcf7-form .input-form:nth-last-of-type(1) {
    margin-bottom: 0;
}

/*home 3*/
.estimate-area {
    position: relative;
    height: 110px;
}

@media only screen and (max-width: 767px) {
    .estimate-area {
        display: none;
    }
}

.estimate-area > div {
    background: #1fa12e;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 110px;
}

.estimate-area:before {
    content: "";
    background: #5d9f00;
    position: absolute;
    z-index: 1;
    width: 50%;
    top: 0;
    height: 100%;
    left: 0;
}

.estimate-area:after {
    content: "";
    background: #1fa12e;
    position: absolute;
    z-index: 1;
    width: 50%;
    top: 0;
    height: 100%;
    right: 0;
}

/*part left*/
.estimate-holder-left {
    background: #5d9f00;
    display: block;
    height: 131px;
    position: absolute;
    top: -14px;
    z-index: 3;
}

.estimate-holder-left:before {
    content: "";
    background: #5d9f00;
    position: absolute;
    width: 15px;
    top: 0;
    height: 100%;
    left: -15px;
    z-index: 4;
}

.estimate-holder-left:after {
    content: "";
    border-color: transparent #5d9f00;
    border-style: solid;
    border-width: 127px 0 0 80px;
    position: absolute;
    width: 50%;
    top: 0;
    height: 100%;
    right: -128px;
    z-index: 4;
}

@media only screen and (max-width: 991px) {
    .estimate-holder-left:after {
        display: none;
    }
}

.estimate-holder-left h2 {
    color: #ffffff;
    vertical-align: top;
    display: table-cell;
    padding-right: 3px;
    font-size: 26px;
    padding-top: 40px;
}

@media only screen and (max-width: 991px) {
    .estimate-holder-left h2 {
        padding-right: 25px;
        font-size: 20px;
    }
}

/*part right*/
.estimate-holder-right {
    background: #1fa12e;
}

.estimate-holder-right ul {
    display: table;
    height: auto !important;
    text-align: right;
    position: relative;
}

.estimate-holder-right ul li {
    display: table-cell;
    vertical-align: middle;
    margin-left: 10px;
}

.estimate-holder-right ul li .form-group {
    margin: 10px;
}

.estimate-holder-right ul li .form-group input {
    background: transparent;
    border: 1px dotted #ffffff;
    color: #ffffff;
}

.estimate-holder-right ul li:last-child {
    text-align: center;
    position: absolute;
    width: 220px;
    top: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.estimate-holder-right input.form-control::-webkit-input-placeholder,
.estimate-holder-right input.form-control::-moz-placeholder,
.estimate-holder-right input.form-control:-moz-placeholder,
.con-home-6 input.form-control:-moz-placeholder,
.con-home-6 select.form-control,
.con-home-6 .form-control,
.estimate-holder-right input.form-control::-ms-input-placeholder,
.estimate-holder-right input.form-control:-ms-input-placeholder {
    color: #ffffff;
}

.con-home-6 .form-control::-webkit-input-placeholder {
    color: #ffffff;
}

/* WebKit, Blink, Edge */
.con-home-6 .form-control:-moz-placeholder {
    color: #ffffff;
}

/* Mozilla Firefox 4 to 18 */
.con-home-6 .form-control::-moz-placeholder {
    color: #ffffff;
}

/* Mozilla Firefox 19+ */
.con-home-6 .form-control:-ms-input-placeholder {
    color: #ffffff;
}

/* Internet Explorer 10-11 */
.con-home-6 .form-control::-ms-input-placeholder {
    color: #ffffff;
}

/* Microsoft Edge */
.con-home-6 .form-control::-ms-input-placeholder {
    color: #ffffff;
}

/* Microsoft Edge */
.con-home-6 select.form-control:-moz-placeholder {
    color: #ffffff;
}

/* Mozilla Firefox 4 to 18 */
.con-home-6 select.form-control::-moz-placeholder {
    color: #ffffff;
}

/* Mozilla Firefox 19+ */
.con-home-6 select.form-control::-ms-input-placeholder {
    color: #ffffff;
}

/* Microsoft Edge */

.contact-form .form-group .form-control {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: 1px solid #d6d6d6;
}

.contact-form .form-group input {
    height: 45px;
}

/*new contact form*/
.con-home-6 .form-group .form-control {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: 1px solid #d6d6d6;
}

.contact-form .form-group .form-control {
    border-radius: 5px;
}

.con-home-6 .form-group .form-control {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #ffffff;
    border-radius: 5px;
    box-shadow: none;
    color: #ffffff;
}

.con-home-6 .btn-send-message {
    background: #1fa12e;
    padding: 13px 22px;
    border: 2px solid #1fa12e;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    transition: all 0.5s ease;
    text-transform: uppercase;
    width: auto;
}

.con-home-6 .btn-send-message:hover {
    background: #1fa12e;
    opacity: 0.7;
}

.con-home-6 .slider-dark-button input[type="submit"] {
    height: auto;
    padding: 0px;
    text-align: center;
    font-weight: 500;
}

.con-home-6 .slider-dark-button input[type="submit"]:hover {
    background: #1fa12e;
}

.con-home-6 select,
.con-home-6 .form-group input {
    height: 50px;
    border-radius: 5px;
}

.contact-form input[type="submit"] {
    background-color: #1fa12e;
    border: medium none;
    color: #fff;
    padding: 14px 22px;
    height: auto;
}

/*slider dark button*/
.contact-dark-button {
    color: #ffffff !important;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: all 0.7s ease;
    background: #1fa12e;
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
    padding: 2px 12px;
}

.contact-dark-button span {
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    z-index: 2;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    border-radius: 30px;
}

.contact-form input.wpcf7-submit {
    background-color: transparent !important;
    color: #ffffff;
    padding: 14px 22px;
    line-height: 1.6;
}

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

.contact-dark-button:before {
    content: '\f30b';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffffff !important;
    margin-left: 10px;
    transition: all 0.7s ease;
    opacity: 0;
    -webkit-transform: translate3d(-20px, -50%, 0);
    -moz-transform: translate3d(-20px, -50%, 0);
    transform: translate3d(-20px, -50%, 0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 29px;
    left: 10px;
    z-index: 3;
}

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

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

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

.contact-light-button input.wpcf7-submit {
    background-color: transparent !important;
    color: #222222;
    padding: 14px 22px;
    line-height: 1.6;
    height: inherit;
}

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

.contact-light-button:before {
    content: '\f30b';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #222222;
    margin-left: 10px;
    transition: all 0.7s ease;
    opacity: 0;
    -webkit-transform: translate3d(-20px, -50%, 0);
    -moz-transform: translate3d(-20px, -50%, 0);
    transform: translate3d(-20px, -50%, 0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 29px;
    left: 10px;
    z-index: 3;
}

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

.contact-form .contact-dark-button .ajax-loader,
.con-home-6 .contact-dark-button .ajax-loader,
.con-home-6 .contact-light-button .ajax-loader {
    position: absolute;
    right: 3px;
    top: 18px;
}

/*slider contact*/
.contact-slider {
    background: #ffffff;
    border-radius: 6px;
}

.contact-slider .contact-header {
    text-align: center;
    color: #fff;
    background: #1fa12e;
    border-radius: 5px 5px 0 0;
    position: relative;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 500;
    padding: 18px 10px 10px 10px;
}

.contact-slider .contact-header:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    border-left: 154px solid transparent;
    border-right: 154px solid transparent;
    border-top: 22px solid #1fa12e;
    opacity: 1;
    left: 0;
    bottom: -22px;
}

@media (max-width: 1170px) {
    .contact-slider .contact-header:after {
        border-left: 147px solid transparent;
        border-right: 147px solid transparent;
    }
}

@media (min-width: 1200px) and ( max-width: 1399px ) {
    .contact-slider .contact-header:after {
        border-left: 130px solid transparent;
        border-right: 130px solid transparent;
    }
}

@media (max-width: 768px) {
    .contact-slider {
        padding-top: 0px;
    }

    .contact-slider .contact-header:after {
        border-left: 170px solid transparent;
        border-right: 170px solid transparent;
    }
}

.contact-slider .form-holder {
    padding: 0 38px 30px;
}

.contact-slider .form-holder .input-form {
    position: relative;
}

.contact-slider .form-holder .ajax-loader {
    position: absolute;
    bottom: 19px;
    right: 19px;
    margin: 0;
}

.contact-slider .input-form textarea,
.contact-slider .input-form input {
    width: 100%;
    height: 47px;
    border: 1px solid #dddddd;
    background: #f2f2f2;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 0 18px;
}

.contact-slider .input-form textarea {
    height: 97px;
    padding: 10px 4px 0 18px;
}

.contact-slider .input-form input[type="submit"] {
    background: #1fa12e;
}

.contact-slider .input-form .wpcf7-submit {
    font-weight: 500;
    height: 55px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin: 5px;
    padding: 5px 10px;
    border-radius: 3px;
    float: none;
    width: 96%;
}

@media (max-width: 475px) {
    .contact-slider .input-form input[type="submit"] {
        padding: 0 4px 0 4px;
    }
}

/*request home5*/
.request-home5 {
    background: #ffffff;
    border-radius: 6px;
    padding: 35px 35px;
    -webkit-box-shadow: 0px 10px 32px 0px rgba(220, 220, 220, 0.75);
    -moz-box-shadow: 0px 10px 32px 0px rgba(220, 220, 220, 0.75);
    box-shadow: 0px 10px 32px 0px rgba(220, 220, 220, 0.75);
}

.request-home5 .contact-header {
    text-align: left;
    color: #111111;
    position: relative;
    margin-bottom: 35px;
    font-size: 28px;
    font-weight: 700;
}

.request-home5 .input-form textarea,
.request-home5 .input-form input {
    width: 100%;
    height: 47px;
    border: 1px solid #dddddd;
    background: #f5f5f5;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 0 4px 0 18px;
}

.request-home5 .input-form textarea {
    height: 97px;
    padding: 10px 4px 0 18px;
}

.request-home5 .input-form input.wpcf7-submit {
    font-weight: 500;
    height: 55px;
    padding: 0 10px;
}

.request-home5 .input-button .contact-light-button {
    background: #1fa12e;
    margin-top: 0;
}

.request-home5 .contact-light-button input.wpcf7-submit {
    color: #ffffff;
    padding: 10px 22px;
}

.request-home5 .contact-light-button:before {
    color: #ffffff;
    top: 25px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin: 5px;
    padding: 5px 10px;
    border-radius: 3px;
    float: none;
    width: 96%;
}

@media (max-width: 475px) {
    .request-home5 .input-form input[type="submit"] {
        padding: 0 4px 0 4px;
    }
}

.request-home5 .form-holder .ajax-loader {
    position: absolute;
}

.contact-onepage .wpb_wrapper {
    padding-left: 60px;
    padding-right: 31%;
}

@media (max-width: 1440px) {
    .contact-onepage .wpb_wrapper {
        padding-right: 8%;
    }
}

@media (max-width: 991px) {
    .contact-onepage .wpb_wrapper {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media (max-width: 767px) {
    .contact-onepage .wpb_wrapper {
        padding: 8%;
    }
}

/*-------------------------------------
#. Single Project
---------------------------------------*/
.project-details h3 {
    padding-top: 10px;
}

.project-details .project-details-img {
    margin-bottom: 40px;
}

.project-details .project-details-img img {
    width: 100%;
    border-radius: 4px;
}

.project-details .project-info {
    background-color: #f2f2f2;
    border-radius: 4px;
    margin-top: 10px;
    padding: 30px;
}

.project-details .project-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.project-details .project-info ul li {
    color: #111111;
    margin-bottom: 15px;
}

.project-details .project-info ul li:last-child {
    margin-bottom: 0;
}

.project-details .project-info ul li span {
    font-size: 16px;
    color: #1fa12e;
    display: inline-block;
    width: 110px;
    font-weight: 500;
}

.project-details .project-info ul li a {
    color: #111111;
}

/*-------------------------------------
#. Single Team
---------------------------------------*/
.rt-team-single {
    position: relative;
}

.rt-team-single .team-details-img-wraper {
    text-align: left;
}

@media (max-width: 425px) {
    .rt-team-single .team-details-img-wraper {
        text-align: center;
    }
}

.rt-team-single .team-details-img-wraper .team-details-img-holder img {
    width: 100%;
    border-radius: 4px;
}

@media ( max-width: 767px ) {
    .team-details-content-holder {
        margin-top: 20px;
    }

    .team-details-content-holder .title-bar50 {
        text-align: left;
    }

    .team-details-content-holder .title-bar50:after {
        right: inherit;
    }
}

.rt-team-single .team-details-content-holder h3 {
    color: #222222;
    line-height: 1;
    margin-bottom: 15px;
    font-size: 32px;
}

.rt-team-single .team-details-content-holder p span {
    font-weight: 500;
}

.team-details-social {
    padding-left: 0px;
    text-align: left;
    margin-top: 30px;
}

.team-details-social li {
    display: inline;
    display: inline-block;
    margin-right: 3px;
    text-align: center;
    margin-bottom: 5px;
}

.team-details-social li a {
    background: #1fa12e;
    height: 40px;
    width: 40px;
    line-height: 39px;
    display: inline-block;
    text-align: center;
    border: 1px solid #1fa12e;
    transition: all 0.5s ease-out;
    font-size: 18px;
    border-radius: 4px;
}

.team-details-social li a i {
    color: #ffffff;
    transition: all 0.5s ease-out;
}

.team-details-social li:hover a {
    background: transparent;
    border: 1px solid #1fa12e;
    transition: all 0.5s ease-out;
}

.team-details-social li:hover a i {
    color: #1fa12e;
    transition: all 0.5s ease-out;
}

.skill-area {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.skill-area .progress {
    background-color: #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    height: 10px;
    margin-bottom: 50px;
    overflow: visible;
    position: relative;
    margin-top: 25px;
}

.skill-area .progress:last-child {
    margin-bottom: 12px;
}

.skill-area .progress .lead {
    color: #444444;
    font-size: 13px;
    font-weight: 500;
    left: 0;
    position: absolute;
    top: -13px;
    z-index: 9;
    background: #ffffff;
    border: 2px solid #1fa12e;
    padding: 5px 20px;
}

.skill-area .progress .progress-bar {
    background: #1fa12e;
}

.skill-area .progress-bar > span {
    background: #646464;
    float: right;
    font-size: 11px;
    margin-right: 10px;
    margin-top: -25px;
    position: relative;
    padding: 0 5px;
}

.skill-area .progress-bar > span:before {
    border: medium solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 100%;
    width: 0;
    border-top-color: #333333;
    border-width: 5px;
    left: 50%;
    margin-left: -5px;
}

.skill-area .progress-bar > span:after {
    border: medium solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 100%;
    width: 0;
}

.team-details-info {
    padding-left: 0px;
    list-style: none;
    margin-top: 20px;
    text-align: left;
}

.team-details-info li {
    margin-bottom: 15px;
}

.team-details-info li i {
    color: #1fa12e;
    margin-right: 10px;
}

.experince {
    margin-bottom: 60px;
}

.experince h2 {
    color: #222222;
    font-size: 48px;
    font-weight: 800;
    margin: 0;
    overflow: hidden;
    position: relative;
    line-height: 1;
}

.experince h2 span {
    color: #1fa12e;
    font-size: 90px;
    font-weight: 500;
    float: left;
    margin: 9px 10px 0 0;
    font-family: 'Roboto', sans-serif;
}

.experince h2 b {
    color: #222222;
    font-size: 24px;
    font-weight: normal;
    font-weight: 500;
    margin: 25px 0 0;
}

.experince p {
    font-weight: normal;
    font-size: 20px;
    margin: 13px 0;
    line-height: 30px;
    color: #666666;
}

.first-box-content {
    float: right;
    color: #ffffff;
}

.first-box-content h3 {
    color: #ffffff;
    font-size: 27px;
}

.first-box-content p.call-now {
    font-size: 20px;
}

.first-box-content p.phone-number {
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 13px !important;
    text-decoration: none;
    z-index: 9;
    line-height: 40px;
}

.first-box-content .overlay-effect {
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.first-box-content:hover .overlay-effect {
    opacity: .6;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.rt-text-advertise {
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
    text-align: center;
}

.rt-text-advertise:hover {
    opacity: .9;
}

.rt-text-advertise h2 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.rt-text-advertise h2 span {
    color: #1fa12e;
    font-weight: 400;
}

.display-none,
.hide-row {
    display: none;
}

.greenova-font {
    font-size: 48px;
    line-height: 1.2;
    padding-bottom: 36px;
}

.title-bar50 {
    margin-bottom: 30px;
    padding-bottom: 12px;
    position: relative;
    color: #111111;
    font-weight: 600;
}

.title-bar50:after {
    position: absolute;
    content: "";
    background: #1fa12e;
    height: 3px;
    width: 50px;
    bottom: 0px;
    left: 0;
    z-index: 1;
}

.title-bar35small {
    color: #111111;
    margin-bottom: 12px;
    padding-bottom: 10px;
    position: relative;
}

.title-bar35small:after {
    position: absolute;
    content: "";
    background: #1fa12e;
    height: 3px;
    width: 50px;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.rt-image-frame .vc_single_image-wrapper {
    border: 18px solid #1fa12e;
    position: relative;
}

.rt-image-frame .vc_single_image-wrapper:before {
    top: 2%;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    position: absolute;
    z-index: 1;
    height: 96%;
    width: 95%;
    background: transparent;
    border: 1px #ffffff;
    border-style: dashed;
}

.rt-image-frame .vc_single_image-wrapper:after {
    top: 34px;
    left: 34px;
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #eaeaea;
}

.rt-image-frame .vc_single_image-wrapper img {
    width: 100%;
}

.about-decoration .rt-vc-title-5 {
    float: left;
    padding: 90px 130px 93px 360px;
}

.service-details-top h3 {
    font-size: 26px;
}

.service-details-top img {
    margin-bottom: 30px;
    border-radius: 4px;
}

.service-details-top ul.service {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.service-details-top ul.service .rt-service-label {
    font-weight: 500;
    color: #222222;
}

.service-details-bottom h3 {
    font-size: 26px;
}

.service-details-bottom h3 span {
    color: #1fa12e;
}

.service-details-bottom > p {
    color: #111111;
    font-size: 20px;
    margin-bottom: 55px;
}

.service-details-bottom .benefit-box {
    padding-left: 30px;
    position: relative;
    margin-left: 10px;
    margin-bottom: 30px;
}

.service-details-bottom .benefit-box:before {
    position: absolute;
    content: '\f058';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-repeat: no-repeat;
    top: 0;
    left: -15px;
    z-index: 1;
    font-size: 30px;
    color: #1fa12e;
}

.service-details-bottom .benefit-box h3 {
    line-height: 1;
    font-size: 22px;
    text-transform: capitalize;
    color: #111111;
    transition: all 0.5s ease-out;
}

.service-details-bottom .benefit-box h3:hover {
    color: #1fa12e;
    transition: all 0.5s ease-out;
}

.service-details-bottom .benefit-box p {
    margin-bottom: 0;
}

.service-details-top .rt-vc-title-1 ul {
    float: left;
    padding-top: 10px;
}

.service-details-top .rt-vc-title-1 h2 {
    font-size: 24px !important;
}

.service-details-top .rt-vc-title-1 ul li {
    padding-bottom: 5px;
    font-size: 15px;
}

.service-details-top .rt-vc-title-1 ul li:before {
    color: #1fa12e;
    padding-right: 15px;
    font-size: 18px;
}

.wpb-js-composer .service-details-top .vc_tta-container {
    margin-bottom: 0;
}

.infobox-push {
    margin-top: -266px;
    z-index: 999;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .infobox-push {
        margin-top: -15px;
    }
}

@media only screen and (max-width: 991px) {
    .infobox-push {
        margin-top: -16px !important;
    }
}

@media only screen and (max-width: 768px) {
    .infobox-push {
        margin-top: -15px !important;
    }
}

@media (max-width: 480px) {
    .infobox-push {
        margin-top: 115px;
        position: relative;
        z-index: 999;
        top: 120px;
    }
}

@media (max-width: 479px) {
    .infobox-push {
        margin-top: 115px;
        position: relative;
        z-index: 999;
        top: 120px;
    }
}

@media (max-width: 414px) {
    .infobox-push {
        margin-top: 0;
        position: relative;
        z-index: 999;
        top: 70px;
    }
}

div.wpcf7 .estimate-holder-right .ajax-loader {
    position: absolute !important;
    top: 12px !important;
}

@media (min-width: 480px) and (max-width: 767px) {
    .entry-content .pricetable-btn {
        height: 45px;
        width: 140px;
        font-size: 15px;
        padding: 9px 0;
    }
}

.cross-fix:after {
    background: #5d9f00;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 26%;
    z-index: 1;
    display: inherit;
}

@media only screen and (max-width: 479px) {
    .entry-content .pricetable-btn {
        height: 40px;
        width: 130px;
        font-size: 14px;
        padding: 8px 0;
    }

    .solid-title {
        text-align: center;
    }

    .contact-form-area .form-response .alert-success {
        letter-spacing: 1px;
    }

    .title-bar50 {
        text-align: center;
    }

    .title-bar50:after {
        right: 0;
        margin: 0 auto;
    }

    .title-bar35small:after {
        right: inherit;
    }
}

@media only screen and (max-width: 991px) {
    .btn-send-message {
        padding: 11px 0;
    }

    .estimate-holder h2 {
        font-size: 26px;
    }

    .title-bar35small:after {
        right: 0;
        margin: 0 auto;
    }

    .estimate-holder-left:after {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .btn-send-message {
        padding: 9px 0;
    }

    .solid-title:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .comments-area .main-comments .replay-area {
        display: block;
        float: left;
        width: 100%;
        margin-top: 8px;
    }

    .rt-blog-layout .entry-thumbnail-area ul li:last-child {
        display: block;
    }
}

@media (max-width: 1560px) {
    .about-decoration .rt-vc-title-5 {
        float: left;
        padding: 50px 100px 92px 60px;
    }
}

@media (max-width: 480px) {
    .about-decoration .rt-vc-title-5 {
        float: left;
        padding: 50px 15px 60px;
    }
}

@media (max-width: 992px) {
    .rt-blog-layout .entry-thumbnail-area ul li:last-child {
        display: none;
    }
}

@media (min-width: 479px) and (max-width: 991px) {
    .blog-box .blog-social {
        top: 8%;
    }

    .blog-box .blog-img-holder .blog-content-holder {
        height: 40px;
        width: 160px;
        padding: 6px;
    }
}

@media (max-width: 1024px) {
    .rt-text-advertise h2 {
        font-size: 40px;
    }

    .greenova-font {
        font-size: 36px;
    }
}

@media (max-width: 414px) {
    .rt-text-advertise h2 {
        font-size: 24px;
    }

    .greenova-font {
        text-align: center;
        padding-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .entry-content .wpb_layerslider_element a.layerslider-button {
        padding: 10px 20px;
    }
}

@media (max-width: 768px) {
    .greenova-font {
        font-size: 34px;
        padding-bottom: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .rt-image-frame .vc_single_image-wrapper {
        display: inline-block;
    }
}

/*-------------------------------------
#. Woocommerce: Widgets
---------------------------------------*/
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove {
    top: 14px;
}

.woocommerce .widget_shopping_cart li.mini_cart_item,
.woocommerce .widget_shopping_cart li.mini_cart_item {
    padding-bottom: 12px;
    padding-top: 12px;
}

.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 .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: #1fa12e;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #eaeaea;
}

.woocommerce ul.product_list_widget li {
    padding: 10px 0;
}

.woocommerce ul.product_list_widget li img {
    width: 60px;
}

.woocommerce .widget_shopping_cart_content .buttons a {
    text-align: center;
    width: 47%;
    max-width: 170px;
}

.woocommerce .widget_shopping_cart_content .buttons a.checkout {
    margin-right: 0;
}

.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
    padding: 10px 0;
}

/*-------------------------------------
#. Woocommerce: Owl Nav
---------------------------------------*/
.rt-woo-nav.no-nav .owl-custom-nav {
    display: none;
}

.rt-woo-nav .section-title {
    margin-bottom: 20px;
    float: none;
}

.rt-woo-nav .owl-custom-nav-title {
    color: #222222;
    float: left;
    font-size: 28px;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 10px;
}

.rt-woo-nav .owl-custom-nav-title::after {
    background-color: #1fa12e;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 50px;
}

.rt-woo-nav .owl-custom-nav {
    float: right;
    margin-bottom: 10px;
    margin-top: 2px;
    padding-left: 30px;
}

.rt-woo-nav .owl-custom-nav .owl-prev,
.rt-woo-nav .owl-custom-nav .owl-next {
    background-color: #eeeeee;
    border-radius: 3px;
    color: #222222;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 32px;
    opacity: 1;
    text-align: center;
    width: 30px;
    transition: all 0.5s ease-in-out 0s;
}

.rt-woo-nav .owl-custom-nav .owl-next {
    margin-left: 8px;
}

.rt-woo-nav .owl-custom-nav .owl-prev:hover,
.rt-woo-nav .owl-custom-nav .owl-next:hover {
    background-color: #1fa12e;
    color: #ffffff;
}

.rt-woo-nav .owl-custom-nav i {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.rt-woo-nav .owl-custom-nav-bar {
    border-color: #e8e8e8;
    border-style: solid;
    border-width: 1px 0;
    float: right;
    margin-top: 16px;
}

/*-------------------------------------
#. Woocommerce: Top Bar
---------------------------------------*/
.woo-shop-top {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    overflow: hidden;
    padding: 20px 20px 18px;
    margin-bottom: 30px;
    margin-right: 2.5%;
}

.no-sidebar .woo-shop-top {
    margin-right: 0;
}

.woo-shop-top .view-mode {
    margin-right: 5px;
    padding: 5px 0;
}

.woo-shop-top .view-mode ul li {
    display: inline-block;
    margin-right: 5px;
}

.woo-shop-top .view-mode ul li .fa {
    color: #666666;
}

.woo-shop-top .view-mode ul li:first-child .fa {
    color: #1fa12e;
}

.woo-shop-top .view-mode ul li:last-child .fa {
    color: #1fa12e;
}

.woo-shop-top ul {
    margin: 0;
    padding: 0;
}

.woo-shop-top .limit-show {
    text-align: right;
    padding-top: 6px;
}

.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 .orderby {
    background: #f2f2f2;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    padding: 6px 18px;
    height: 36px;
}

@media (max-width: 991px) {
    .woo-shop-top .sort-list .orderby {
        width: 100%;
        margin-top: 5px;
    }
}

.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: 1;
}

/*-------------------------------------
#. Woocommerce: Shop
---------------------------------------*/
.woocommerce ul.products {
    margin: 0;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce .rt-woo-nav.related.products ul.products {
    width: 100%;
}

.woocommerce ul.products li.product {
    margin: 0 2% 50px 0;
    overflow: hidden;
}

.woocommerce ul.products li.product h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0 5px;
    padding: 0;
}

.woocommerce ul.products li.product h3 a {
    color: #111111;
}

.woocommerce ul.products li.product h3 a:hover {
    color: #1fa12e;
}

.woocommerce ul.products li.product .star-rating {
    font-size: 13px;
}

.woocommerce ul.products li.product .price {
    color: #1fa12e;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.woocommerce ul.products li.product .price del {
    display: inline;
}

.woocommerce ul.products li.product .button {
    float: left;
}

.woocommerce ul.products li.product .button.add_to_cart_button {
    margin-right: 5px;
}

.woocommerce ul.products li.product .added_to_cart {
    margin-top: 14px;
    margin-left: 4px;
    padding: 6px 15px;
    border-radius: 4px;
}

.product-list-view.woocommerce ul.products li.product .added_to_cart {
    margin-top: 0;
}

.woocommerce ul.products li.product .button.compare {
    float: left;
    margin-left: 10px;
}

.woocommerce ul.products li.product .onsale {
    margin: 0;
}

.woocommerce.has-sidebar ul.products li.product {
    width: 32.5%;
}

@media (max-width: 1199px) {
    .woocommerce.has-sidebar ul.products li.product {
        width: 50%;
    }

    .woo-shop-top {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .woocommerce.has-sidebar ul.products li.product {
        width: 48%;
    }

}

@media (max-width: 575px) {
    .woocommerce.has-sidebar ul.products li.product {
        width: 100%;
    }
}

/*.woocommerce.no-sidebar ul.products li.product {
    width: 24%;
}*/

.woocommerce ul.products li.product {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 auto;
    margin: 0;
    float: none;
    margin-bottom: 30px;
}

.woocommerce.no-sidebar ul.products li.product,
.no-sidebar .woocommerce-page ul.products li.product,
.no-sidebar .woocommerce.no-sidebar ul.products li.product {
    width: 25% !important;
}

@media (max-width: 1199px) {
    .woocommerce.no-sidebar ul.products li.product,
    .no-sidebar .woocommerce-page ul.products li.product,
    .no-sidebar .woocommerce.no-sidebar ul.products li.product {
        width: 33.333333% !important;
    }
}

@media (max-width: 991px) {
    .woocommerce.no-sidebar ul.products li.product,
    .no-sidebar .woocommerce-page ul.products li.product,
    .no-sidebar .woocommerce.no-sidebar ul.products li.product {
        width: 50% !important;
    }
}

@media (max-width: 575px) {
    .woocommerce.no-sidebar ul.products li.product,
    .no-sidebar .woocommerce-page ul.products li.product,
    .no-sidebar .woocommerce.no-sidebar ul.products li.product {
        width: 100% !important;
    }
}

.woocommerce.no-sidebar ul.products li.product .product-thumb-area img {
    width: 100%;
}

.woocommerce .star-rating {
    color: #f7c51d;
}

.woocommerce .products .star-rating {
    margin: 0 0 8px;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    background-color: #1fa12e;
    padding: 0;
}

.woocommerce a.added_to_cart {
    background-color: #1fa12e;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 12px;
    margin-top: 5px;
}

.woocommerce a.added_to_cart.wc-forward {
    margin-top: 5px;
}

.woocommerce a.added_to_cart:hover {
    background-color: #000000;
}

.woocommerce .products .product-thumb-area img {
    width: 100%;
}

.woocommerce .product-thumb-area {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
}

.woocommerce .product-thumb-area .overlay {
    background-color: rgba(31, 161, 46, 0.8);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    border-radius: 4px;
}

.woocommerce .product-thumb-area:hover .overlay {
    opacity: 1;
}

.woocommerce .product-thumb-area .product-info {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 40%;
    transition: all 0.3s ease 0s;
    z-index: 9;
}

.woocommerce .product-thumb-area .product-info ul {
    margin: 0;
    text-align: center;
    font-size: 0;
}

.woocommerce .product-thumb-area .product-info ul li {
    display: inline-block;
    font-size: 15px;
    padding: 0 2px;
    border-radius: 6px;
    overflow: hidden;
}

.woocommerce .product-thumb-area .product-info ul li a {
    background: #ffffff;
    display: block;
    height: 38px;
    min-width: 38px;
    line-height: 38px;
}

.woocommerce .product-thumb-area .product-info ul li a .fa {
    color: #111111;
}

.woocommerce .product-thumb-area .product-info ul li a:hover .fa {
    color: #1fa12e;
}

.woocommerce .product-thumb-area:hover .product-info {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist {
    position: relative;
    margin-top: 0;
}

.woocommerce .product-thumb-area .product-info .rdtheme-add-to-wishlist,
.product .summary.entry-summary .rdtheme-wishlist-icon {
    position: relative;
}

.woocommerce .product-thumb-area .product-info .rdtheme-add-to-wishlist img,
.product .summary.entry-summary .rdtheme-wishlist-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px !important;
    height: 16px;
    visibility: hidden;
    opacity: 0;
}

.woocommerce .product-thumb-area .product-info .rdtheme-add-to-wishlist.rdtheme-wishlist-ajaxloading img,
.product .summary.entry-summary .rdtheme-wishlist-icon.rdtheme-wishlist-ajaxloading img {
    visibility: visible;
    opacity: 1;
}

.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: 500;
    line-height: 1.2;
    padding: 10px;
}

.yes-js .hidden-title-form {
    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 ul.products li.product h3 {
    margin: 0 0 12px;
}

.woocommerce.product-list-view ul.products li.product .button {
    margin-top: 0;
}

.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 .product-info-area .shop-excerpt {
    margin-top: 10px;
}

.woocommerce.product-list-view ul.products li.product,
.woocommerce-page.product-list-view ul.products li.product {
    width: 100%;
}

@media (max-width: 991px) {
    .woocommerce.product-list-view .product-thumb-area {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .woocommerce ul.products li.product h3 {
        line-height: 1.4;
    }

    .woocommerce.product-grid-view ul.products li.product {
        width: 48%;
    }
}

@media (max-width: 575px) {
    .woocommerce.product-grid-view ul.products li.product {
        width: 100%;
    }
}

/*-------------------------------------
#. Woocommerce: Single Product
---------------------------------------*/
.woocommerce div.product div.summary {
    margin-bottom: 40px;
}

.woocommerce div.product div.images .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(28.66666667%);
    max-width: 195px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(3n+1) {
    margin-right: 0;
    background-color: #f2f2f2;
    padding: 20px;
}

.woocommerce div.product .product_title {
    color: #222222;
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 16px;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 12px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #1fa12e;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
}

.woocommerce div.product .sku {
    color: #222222;
    font-weight: 500;
    margin-bottom: 15px;
}

.woocommerce div.product .short-description {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    margin-bottom: 36px;
    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 div.product form.cart div.quantity {
    margin-right: 8px;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
    margin-bottom: 24px;
}

.woocommerce div.product form.cart .button {
    background-color: #1fa12e;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 25px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
}

.woocommerce div.product form.cart .button:hover {
    background-color: #111111;
}

.woocommerce div.product .product-meta span {
    color: #222222;
    font-size: 18px;
    font-weight: 500;
}

.woocommerce div.product .product-meta a {
    color: #666666;
}

.woocommerce div.product .product-meta a:hover {
    color: #1fa12e;
}

.woocommerce div.product .woocommerce-tabs {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin-bottom: 70px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #f2f2f2;
    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.active a {
    color: #1fa12e;
}

.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: 500;
    padding: 12px 30px;
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #222222;
}

.woocommerce div.product .woocommerce-tabs .panel {
    border: medium none;
    box-shadow: none;
    margin: 0;
    padding: 30px 30px 20px;
}

.woocommerce div.product .woocommerce-tabs h2 {
    color: #111111;
    font-size: 28px;
}

.woocommerce div.product .up-sells {
    margin-bottom: 50px;
}

.woocommerce a.woocommerce-review-link {
    color: #666666;
}

.woocommerce a.woocommerce-review-link:hover {
    color: #1fa12e;
}

.woocommerce .quantity .qty {
    border: 1px solid #e7e7e7;
    border-radius: 0;
    box-shadow: none;
    height: 46px;
    text-align: center;
    padding: 1px;
    background-color: #fff;
    border-radius: 4px;
}

.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: 4px;
    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 table.shop_attributes td {
    padding: 0 8px;
}

.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;
    color: #111111;
}

.woocommerce p.stars a {
    color: #f7c51d;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: #1fa12e;
    border-radius: 4px;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 22px;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #222222;
    color: #ffffff;
    border-radius: 4px;
}

.woocommerce #respond input#submit {
    background-color: #1fa12e;
    border-radius: 4px;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 22px;
    line-height: 1.6;
}

.woocommerce #respond input#submit:hover {
    background-color: transparent;
    color: #ffffff;
    border-radius: 4px;
}

#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 ul.products li.product {
    margin: 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: #1fa12e;
}

.woocommerce-message::before,
.woocommerce-info::before {
    color: #1fa12e;
}

.woocommerce-message,
.woocommerce-info {
    border-color: #1fa12e;
}

.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 .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: 500;
}

.woocommerce-cart .woocommerce table.shop_table td.product-quantity .spinner.quantity input {
    color: #111;
}

.woocommerce-cart .woocommerce .quantity .qty {
    height: 30px;
}

.woocommerce-cart .woocommerce .actions {
    padding: 10px 12px;
}

.woocommerce-cart .woocommerce .actions input.button {
    padding: 10px 15px;
}

.woocommerce-cart .woocommerce .actions #coupon_code {
    border-color: #ddd;
    margin-right: 10px;
    padding: 9px;
    width: 110px !important;
}

.woocommerce-cart table.cart img {
    width: 50px;
}

#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.products li .product-thumb-area li {
    width: inherit;
}

.woocommerce .cart-collaterals .cross-sells h2:after {
    content: none;
}

.woocommerce .cart-collaterals .cross-sells h2 {
    margin-bottom: 10px;
    padding-bottom: 0;
}

.woocommerce .cart-collaterals .cross-sells h2,
.woocommerce .cart-collaterals .cart_totals h2 {
    color: #111;
    font-size: 24px;
    margin-bottom: 35px;
}

.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: #1fa12e;
    color: #fff;
}

.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: #1fa12e;
}

.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 .woocommerce h3 {
    color: #111;
    font-size: 20px;
    margin-bottom: 25px;
}

.woocommerce-checkout .woocommerce label {
    color: #111;
}

.woocommerce form.woocommerce-checkout .form-row {
    margin-bottom: 20px;
}

.woocommerce form.woocommerce-checkout .form-row .select2-choice {
    padding: 4px 8px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    line-height: 1.2;
    padding: 10px;
}

.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 h2 {
    font-size: 20px;
}

.woocommerce-order-received .woocommerce .order_details li {
    font-size: 1em;
}

.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 .woocommerce .woocommerce-thankyou-order-received {
    font-size: 20px;
    margin-bottom: 40px;
}

.woocommerce-order-received .woocommerce .title h3 {
    margin-bottom: 10px;
}

/*-------------------------------------
#. Woocommerce: My Account
---------------------------------------*/
.woocommerce-account .woocommerce {
    color: #111;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    float: none;
    width: inherit;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    margin-bottom: 50px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    padding: 10px 20px;
    background-color: #1fa12e;
    display: inline-block;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:hover,
.woocommerce-account .woocommerce .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 .wishlist-title {
    margin-bottom: 30px;
}

.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 .shop_table.wishlist_table tfoot td {
    text-align: left;
}

.woocommerce .wishlist_table td.product-add-to-cart a {
    border-radius: 0;
}

/*-------------------------------------
#. Gutenberg Support
---------------------------------------*/
.align-wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

@media screen and (min-width: 900px) {
    .align-wrap {
        width: auto;
        margin-left: calc(50% / .62 - 50vw);
    }
}

.align-wrap .alignfull {
    width: 100%;
    margin: 0 0 0 auto;
}

@media only screen and (min-width: 768px) {
    .alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto;
        max-width: 1000%;
    }

    .alignwide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        width: auto;
        max-width: 1000%;
    }

    .alignwide img,
    .alignfull img {
        display: block;
        margin: 0 auto;
    }

}

@media only screen and (min-width: 768px) {
    .wp-block-image .aligncenter {
        margin: 0;
    }
}

/*gutenberg with sidebar*/
.has-sidebar .wp-block-cover.alignwide,
.has-sidebar .wp-block-image.alignfull,
.has-sidebar .wp-block-gallery.alignwide,
.has-sidebar .wp-block-embed-vimeo.alignwide.wp-block-embed,
.has-sidebar .alignwide.wp-block-embed {
    margin-left: 0;
    margin-right: 0;
}

.has-strong-magenta-background-color {
    background-color: #a156b4;
}

.has-strong-magenta-color {
    color: #a156b4;
}

.has-light-grayish-magenta-background-color {
    background-color: #d0a5db;
}

.has-light-grayish-magenta-color {
    color: #d0a5db;
}

.has-very-light-gray-background-color {
    background-color: #eee;
}

.has-very-light-gray-color {
    color: #eee;
}

.has-very-dark-gray-background-color {
    background-color: #444;
}

.has-very-dark-gray-color {
    color: #444;
}

.has-small-font-size {
    font-size: 12px;
}

.has-large-font-size {
    font-size: 36px;
}

.has-huge-font-size {
    font-size: 48px;
}

.has-regular-font-size {
    font-size: 16px;
}

.wp-block-image.is-resized {

}

.wp-block-image.alignleft.is-resized {
    margin-left: 0;
    margin-right: 30px;
}

.wp-block-image.alignright.is-resized {
    margin-left: 30px;
    margin-right: 0;
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid #d6d6d6;
    margin: 50px 0;
    text-align: left;
    background: transparent;
}

/*Blockquote*/
blockquote.wp-block-quote {
    margin: 40px 0px;
}

blockquote.wp-block-quote cite {
    font-size: 18px;
    font-weight: 600;
    margin-top: 8px;
    color: #222;
    font-style: italic;
    padding-left: 30px;
    display: inline-block;
}

blockquote.wp-block-quote.is-large {
    padding: 40px 30px;
    margin: 30px 0px 20px;
}

blockquote.wp-block-quote.is-large p {
    font-style: inherit;
    line-height: 1.6;
    font-size: 24px;
}

blockquote.wp-block-quote.is-large cite {
    font-size: 18px;
    font-weight: 600;
    margin-top: 8px;
    color: #222;
    font-style: italic;
    padding-left: 30px;
    display: inline-block;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: none;
    padding-left: 30px;
}

pre {
    background: #ffffff;
    border: 1px solid #d6d6d6;
}

/*Blockquote End*/

/*Pullquote*/
.wp-block-pullquote {
    background: #f2f2f2;
    border-color: transparent;
    border-width: 0;
    padding: 0;
}

.wp-block-pullquote p {
    font-size: 24px;
    line-height: 1.4;
}

.wp-block-pullquote cite {
    font-weight: 400;
    font-size: 14px;
}

/*Pullquote End*/

/* Main column width */
.wp-block {
    max-width: 720px;
}

.wp-block[data-align="wide"] {
    max-width: 1080px;
}

.wp-block[data-align="full"] {
    max-width: none;
}

/*Button Start*/
.wp-block-button__link {
    background-color: transparent;
    border: 2px solid #1fa12e;
    border-radius: 30px;
    padding: 10px 26px;
    color: #1fa12e !important;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wp-block-button__link:hover {
    background-color: #1fa12e;
    color: #ffffff !important;
}

.wp-block-button .wp-block-button__link {
    color: #ffffff;
}

.wp-block-button .wp-block-button__link:hover {
    color: white;
    background: #1fa12e;
    cursor: pointer;
}

/*Button End*/

/*Block Start*/
.wp-block-table td,
.wp-block-table th {
    border: 1px solid #d6d6d6;
    text-align: center;
}

.wp-block-image .alignleft.is-resized {
    margin-top: 0;
}

.wp-block-image {
    margin-top: 32px;
    margin-bottom: 32px;
}

.wp-block-latest-posts.is-grid {
    padding-left: 20px;
}

.wp-block-latest-posts.is-grid li {
    margin: 0 10px 10px 0;
}

.wp-block-columns.has-2-columns .wp-block-column {
    margin-bottom: 0;
}

@media only screen and (min-width: 600px) {
    .entry-content .wp-block-columns {
        flex-wrap: nowrap;
    }
}

.wp-block-image .alignleft,
.wp-block-image .alignright {
    margin-top: 32px;
    margin-bottom: 32px;
}

.wp-block-cover {
    margin-top: 32px;
    margin-bottom: 32px;
}

.entry-content .wp-block-cover {
    margin-top: 0px;
}

.wp-block-cover.alignleft {
    margin-top: 0;
}

.wp-block-gallery {
    margin-top: 32px;
    margin-bottom: 32px;
}

.wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper {
    margin: 32px 0;
}

.wp-block-coblocks-social .wp-block-button__link {
    border: none;
}

/*Block End*/

/*======================================
Elementor Style
=======================================*/

@media (min-width: 1440px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1350px;
    }
}

@media (min-width: 992px) {
    .justify-content-center {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

/*Title Block
-------------------*/

.section-heading.center {
    margin-left: auto;
    margin-right: auto;
}

.rt-vc-title-1.center h2:after {
    right: 0;
}

.rt-vc-title-1.right h2:after {
    right: 0;
    left: auto;
}

/*CTA Block*/
@media (min-width: 768px) {
    .rt-cta-2.rc-cta-wrapper {
        overflow: hidden;
        display: flex;
    }

    .rt-cta-2 .rtin-cta-left,
    .rt-cta-2 .rtin-cta-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .footer-topbar.rt-cta-4 .row {
        display: flex;
        position: relative;
        overflow: hidden;
    }
}

.footer-topbar.rt-cta-4 .emergrncy-img-holder {
    height: 100%;
}

.footer-topbar.rt-cta-4 .emergrncy-content-holder:before {
    border-width: 0 90px 300px 0;
}

.rt-cta-4.footer-topbar .emergrncy-content-holder .emergrncy-content-holder-inner {
    padding-top: 10px;
}

@media (max-width: 550px) {
    .rt-cta-4.footer-topbar .emergrncy-content-holder .emergrncy-content-holder-inner {
        text-align: center;
    }
}

/*Info Box*/
.rt-info-box,
.rt-info-box .content-holder .info-title,
.rt-info-box .icon-holder i,
.rt-info-box .content-holder p {
    transition: 0.3s;
}

.rt-info-text-6 .service-box {
    position: relative;
    z-index: 1;
}

.rt-info-box .service-box::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    transition: 0.3s;
    z-index: -1;
}

.rt-info-box {
    padding: inherit;
}

.rt-info-box .icon-holder i {
    display: inline-block;
}

.rt-info-text-4.rt-info-box.service3-box-right {
    padding: inherit;
    min-height: inherit;
}

.rt-info-text-4:hover .service-box span i,
.rt-info-text-4 .service-box span i {
    background: none !important;
}

.rt-info-box.rt-info-text-7 .btn-square-transparent {
    border-color: #fff;
    color: #fff;
}

.rt-info-text-6 .service-box h3 a,
.rt-info-text-6 .service-box h3 {
    color: #fff;
}

.rt-info-text-11.rt-info-box .service-box {
    margin: 50px auto 0
}

@media (max-width: 991px) {
    .rt-project-gallery-11 .project11-box {
        max-width: 767px;
        margin-left: auto;
        margin-right: auto;
    }

    .rt-project-gallery-11 .project11-box img {
        width: 100%;
    }
}

/*Testimonial Carousel*/
.style4 .rtin-single-testimonial .rtin-testi-img h3,
.style1 .rtin-single-testimonial .rtin-testi-img h3 {
    color: #1fa12e;
}

.rt-testimonial-slider-10.style4,
.rt-testimonial-slider-2.style1 {
    color: #444444;
}

.img-circle {
    border-radius: 50% !important;
}

.rt-owl-carousel-wrapper .img-wrapper img {
    box-sizing: content-box;
}

/*Team Carousel*/
.rt-project-slider-two .our-projects-box2 .our-projects-box2-social i,
.rt-owl-carousel-wrapper .rtin-single-team .team-img-wrapper img,
.rt-owl-carousel-wrapper .rtin-single-team {
    transition: 0.3s;
}

.rt-owl-carousel-wrapper.rt-owl-nav-1 .owl-carousel .owl-dots {
    display: block !important;
}

.rt-team-slider-ten.rt-owl-carousel-wrapper .rtin-team-content {
    background: none;
    padding-left: 15px;
    padding-right: 15px;
}

.rt-owl-carousel-wrapper .rtin-single-team .rtin-team-picture .tm-social ul li a {
    box-sizing: content-box;
}

.rt-owl-carousel-wrapper.rt-owl-nav-2.slider-nav-enabled .owl-carousel a:hover i {
    color: inherit;
}

.rt-owl-carousel-wrapper.rt-owl-nav-2.slider-nav-enabled .owl-carousel i {
    font-size: inherit !important;
}

/*Team Grid Style */
.rt-owl-carousel-wrapper .team-grid-item {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .rt-owl-carousel-wrapper.team-grid-wrapper {
        margin: 0 13px !important;
    }
}

.rt-owl-carousel-wrapper .team-grid-item .rtin-single-team {
    margin: 0;
}

/*Team Pagination*/
.rt-owl-carousel-wrapper .pagination-area {
    padding: 15px 0;
    transition: 0.3s;
}

.rt-owl-carousel-wrapper .pagination-area ul {
    margin: 0;
}

/*Project Slider*/
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none !important;
}

/*Project grid*/
.rt-project-grid-wrapper.title-two-left .rtin-proj6-box-info-1 h3,
.rt-project-grid-wrapper.title-two-left .project10-img-holder h3 {
    left: 1px;
    text-align: left;
}

.rt-project-grid-wrapper.title-two-right .rtin-proj6-box-info-1 h3,
.rt-project-grid-wrapper.title-two-right .project10-img-holder h3 {
    right: 1px;
    left: auto;
    text-align: right;
}

.rt-project-grid-wrapper.title-two-center .rtin-proj6-box-info-1 h3,
.rt-project-grid-wrapper.title-two-center .project10-img-holder h3 {
    left: 1px;
    right: 1px;
    text-align: center;
}

.rt-project-grid-wrapper .rtin-proj6-box-info-1 h3 {
    padding-left: 15px;
    padding-right: 15px;
}

.rt-project-grid-wrapper .rt-portfolio-item .rt-content .rt-content-holder {
    width: 100%;
}

.rt-project-grid-wrapper.rt-project-gallery-5 .rt-grid-fill-btn {
    text-align: center;
}

.rt-project-grid-wrapper .project5-box .project5-box-inner .rtin-proj5-box-info h3:after {
    transition: .3s;
}

/* Post slider  */
.rt-latest-article-section .owl-custom-nav {
    display: none;
}

.slider-nav-enabled.rt-latest-article-section .owl-custom-nav {
    display: block;
}

.rt-latest-article-section.has-section-title .owl-carousel .owl-nav {
    display: none;
}

.rt-owl-carousel-wrapper .rt-post-excerpt {
    transition: 0.3s;
}

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

.rt-read-more-btton {
    display: inline-block;
}

.rt-read-more-btton i {
    font-size: 19px;
    font-weight: bold;
    position: absolute;
    right: 16px;
    top: 17px !important;
}

.rt-owl-carousel-wrapper.rt-post-vc-section-7 .rtin-single-post .rtin-item-info p {
    margin-bottom: 0;
}

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

.rt-post-vc-section-2 .meta-info .by-author {
    margin-right: 15px;
}

.rt-post-vc-section-2 .meta-info a {
    color: inherit;
}

.rtin-single-post .post-excerpt {
    transition: .3s;
}

/* Service Box */

.rt-service-wrapper.left-align .service-content-holder,
.rt-service-wrapper.left-align .service-hover-content-holder,
.rt-service-wrapper.left-align .rtin-item-info,
.rt-service-wrapper.left-align .rtin-single-post,
.rt-service-wrapper.left-align .service-content-holder {
    text-align: left;
}

.rt-service-wrapper.center-align .service-content-holder,
.rt-service-wrapper.center-align .service-hover-content-holder,
.rt-service-wrapper.center-align .rtin-item-info,
.rt-service-wrapper.center-align .rtin-single-post,
.rt-service-wrapper.center-align .service-content-holder {
    text-align: center;
}

.rt-service-wrapper.right-align .service-content-holder,
.rt-service-wrapper.right-align .service-hover-content-holder,
.rt-service-wrapper.right-align .rtin-item-info,
.rt-service-wrapper.right-align .rtin-single-post,
.rt-service-wrapper.right-align .service-content-holder {
    text-align: right;
}

.rt-service-wrapper.left-align .service-box .title-1::after {
    left: 0;
    right: auto;
}

.rt-service-wrapper.center-align .service-box .title-1::after {
    left: 0;
    right: 0;
    margin: 0 auto;
    /* transform:translateX(-50%); */
}

.rt-service-wrapper.right-align .service-box .title-1::after {
    left: auto;
    right: 0;
}

@media (max-width: 767px) {
    .rt-service-wrapper .rtin-single-post .rtin-item-image img {
        width: 100%;
    }
}

.rt-info-text-8.rt-info-box .service-box {
    margin-bottom: 0;
}

/* Pricing Box Style  */
.rt-pricing-box-wrapper {
    background-color: #f8f8f8
}

.rt-pricing-box-wrapper.rt-price-table-box1:hover {
    background-color: #1fa12e;
}

.rt-pricing-box-wrapper.rt-price-table-box1 .price-table-service .price-feature ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rt-pricing-box-wrapper.rt-price-table-box1 .price-table-service .price-feature ul li {
    margin-bottom: 15px;
}

.entry-content .rt-price-table-box1.active-class .pricetable-btn,
.entry-content .rt-price-table-box1.active-class .price-holder {
    background-color: #fff !important;
}

/* About Block  */

.rt-text-with-video-wrapper .row,
.rt-about-block-wrapper .row {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .rt-text-with-video-wrapper .row .order-2,
    .rt-about-block-wrapper .row .order-2 {
        order: 2;
    }
}

@media (max-width: 767px) {
    .rt-text-with-video-wrapper .row [class*='col-'],
    .rt-about-block-wrapper .row [class*='col-'] {
        width: 100%;
    }

    .rt-text-with-video-wrapper .video-wrapper {
        order: -1;
    }

    .rt-about-block-wrapper .image-wrapper {
        margin-bottom: 30px;
    }
}

@media (min-width: 1024px) {
    .row-align-center {
        align-items: center;
    }

    .row-align-end {
        align-items: flex-end;
    }
}

.rt-about-block-wrapper .rtin-about-content {
    margin-top: 0;
    margin-bottom: 0;
}

/* Contact Block  */
.rt-vc-contact-2 .contact-social {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rt-vc-contact-2 .contact-social li {
    display: inline-block;
    margin-right: 10px;
}

.rt-vc-contact-2 .contact-social li a {
    color: #1fa12e;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #1fa12e;
    text-align: center;
    display: block;
    border-radius: 4px;
}

.rt-vc-contact-2 .contact-social li a:hover {
    background-color: #1fa12e;
    color: #ffffff;
}

/* Quick Contact  */

.rt-contact-info.align-right {
    text-align: right;
}


.rt-contact-info.align-right ul li i {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}

/* Progress Bar  */
.rt-progress-bar .rt-progress-bar-1,
.rt-progress-bar.skill-area {
    padding-top: 30px;
    padding-bottom: 15px;
    margin-top: 0;
}


/* Text with Button */
.rt-text-with-btn-wrapper .title {
    color: #222222;
    font-size: 36px;
    font-weight: 500;
}

.rt-text-with-btn-wrapper .title span {
    color: #1fa12e;
}

.rt-text-with-btn-wrapper .description {
    margin-bottom: 15px;
}

.rt-custom-button {
    padding: 15px 40px;
    border: 1px solid #ddd;
    color: #222222;
    position: relative;
    display: inline-block;
}

.rt-custom-button:hover {
    background-color: #1fa12e;
    border-color: #1fa12e;
    color: #fff;
}

.rt-custom-button.with-icon::before {
    color: #ffffff;
}

.rt-custom-button.with-icon span {
    display: inline-block;
    transition: transform 0.3s;
}

.rt-custom-button.with-icon:hover span {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transform: translateX(10px);
}


.rt-text-with-video-wrapper .rtin-video-content {
    padding-top: 57%;
    margin-bottom: 0;
}

.rt-text-with-video-wrapper .rtin-video-content iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.rt-text-with-video-wrapper .align-right h2::after {
    right: 0;
    left: auto;
}

.rt-text-with-video-wrapper .align-center h2::after {
    right: 0;
    left: 0;
    margin: auto;
}

@media (max-width: 767px) {
    .rt-text-with-video-wrapper .rtin-video-content {
        margin-bottom: 20px;
    }
}

/* Before After Block */
.rt-before-after-wrapper .rtin-ba-text .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
    pointer-events: none;
}

.rt-before-after-wrapper .rtin-ba-text .label-text,
.rt-before-after-wrapper .rtin-ba-text .center-button {
    transition: 0.4s;
}

/* History Box */

.rt-history-box-wrapper .main-title {
    display: inline-block;
}

.rt-history-box-wrapper .main-title span {
    color: #1fa12e;
}

/* Dual Image */
.rt-dual-image-wrapper {
    display: inline-block;
}

.rt-dual-image-wrapper.rt-image .rtin-back-image {
    text-align: left;
}

.rt-dual-image-wrapper .rtin-back-image > img {
    width: 100%;
}

/* Video Box */
.rt-video-wrapper.rt-vc-video .rtin-item > a {
    color: #000;
}

.section-heading .top-title {
    font-weight: 500;
    font-size: 18px;
    color: #1fa12e;
    margin-bottom: 10px;
}

.team-social-icon-wrapper .fa-linkedin:before {
    content: "\f0e1";
}

.team-social-icon-wrapper .fa-google-plus:before {
    content: "\f0d5";
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

@media (max-width: 992px) and (min-width: 768px) {
    .elementor-section.res-info-text-8 .rt-info-text-10 {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .rt-project-grid-wrapper img {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .wpb_wrapper .rt-owl-carousel-wrapper .rtin-single-team {
        margin-right: 0;
    }
}

@media (max-width: 1024px) {
    .owl-carousel .rtin-single-team {
        max-width: 100%;
    }
}

.rt-project-gallery-4 .project4-img-holder img {
    width: 100%;
}

.grayscale-hover img {
    filter: grayscale(100)
}

.grayscale-hover img:hover {
    filter: grayscale(0)
}

.single-greenova_service .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 10px 0 10px;
}

/* Default Image Carousel Widget Style */
.square-style.elementor-image-carousel-wrapper .elementor-swiper-button i {
    background-color: #1fa12e;
    border-radius: 4px !important;
    color: #ffffff;
    padding: 9px 8px;
}

.square-style.elementor-image-carousel-wrapper .elementor-swiper-button:hover i {
    background-color: #797979;
}

/* RT Slider Block */

.rt-slider-wrapper .slider-inner-wrapper .slider-dark-button {
    display: inline-block;
}

.rt-slider-wrapper .slider-inner-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    text-align: center;
    position: absolute;

}

.rt-slider-wrapper .slider-inner-wrapper .bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    transform: scale(1);
    transition: 1500ms;
}

.rt-slider-wrapper .swiper-slide-active {
    z-index: 10;
}

.rt-slider-wrapper .swiper-slide-active .slider-inner-wrapper .bg.zoom-out {
    transform: scale(1.1);
    transition-delay: 0.1s;
}

.rt-slider-wrapper .slider-inner-wrapper .bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.rt-slider-wrapper .elementor-swiper-button {
    text-align: center;
    display: inline-block;
    box-sizing: content-box;
    transition: all 0.4s;
}

/* RT Slider Animation */
.rt-slider-content-wrap {
    margin-bottom: 10px;
}

.rt-slider-content-wrap * {
    margin: 0;
    display: block;
    line-height: 1.2;
}

/* Slider button visibility */
.rt-slider-wrapper.visible-on-hover .elementor-swiper-button {
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}

.rt-slider-wrapper.visible-on-hover:hover .elementor-swiper-button {
    visibility: visible;
    opacity: 1;
}

.rt-slider-wrapper .slider-btn {
    display: inline-block;
}

@media (max-width: 600px) {
    .rt-slider-wrapper .slider-title-wrap h2 br,
    .rt-slider-wrapper .slider-subtitle-wrap h4 br {
        display: none;
    }
}

@media (min-width: 992px) {
    .header-style-12 #header-area-space {
        margin-top: 215px;
    }
}

@media (max-width: 767px) {
    .rt-owl-carousel-wrapper.slider-nav-enabled {
        margin-left: 45px;
        margin-right: 45px;
    }
}

/*Remove Br on mobile*/
@media (max-width: 600px) {
    .remove-br br {
        display: none;
    }
}


/*============================
# Review Schema Style
=============================*/

.rtrs-review-wrap {
    padding: 0;
    background-color: #ffffff;
}

.rtrs-review-box .rtrs-main-review {
    margin-bottom: 30px !important;
}

.rtrs-review-wrap .rtrs-sorting-bar {
    background-color: #fff;
    padding: 0;
}

.rtrs-review-wrap .rtrs-sorting-bar .rtrs-sorting-select select {
    padding: 7px 32px 5px 13px;
    box-shadow: none;
    border: 1px solid #e7e5df;
}

.rtrs-review-wrap .rtrs-sorting-bar .rtrs-sorting-title {
    font-size: 18px;
    font-weight: 500;
}

.rtrs-review-wrap .rtrs-review-box .rtrs-each-review {
    padding: 0 !important;
    background: transparent !important;
}

.rtrs-review-wrap .rtrs-review-box .rtrs-each-review .course-rate {
    display: none !important;
}

.rtrs-review-wrap .rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn {
    background-color: #e3f5e5 !important;
    box-shadow: none !important;
    color: var(--rt-primary-color) !important;
}

.rtrs-review-wrap .rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn:hover {
    background-color: var(--rt-primary-color) !important;
    color: #fff !important;
}

.rtrs-review-wrap .rtrs-review-box .rtrs-review-body .rtrs-review-title {
    margin: 0 0 8px;
}

.rtrs-review-box .children .rtrs-review-imgholder img {
    max-width: 60px;
    height: auto;
}

.rtrs-review-wrap .rtrs-review-box .rtrs-review-body p {
    margin-bottom: 0 !important;
}

.rtrs-review-wrap .rtrs-review-box .rtrs-review-body .rtrs-reply-btn {
    padding: 0 !important;
}

body .rtrs-review-form {
    background-color: transparent !important;
    padding: 0 !important;
}

.rtrs-review-wrap .rtrs-paginate {
    margin: 0 0 10px !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-rating-category li {
    margin-bottom: 0 !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-rating-category li {
    line-height: 2 !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-form-group {
    margin-bottom: 20px !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-form-group.rtrs-submit-button {
    margin-bottom: 0 !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-form-group input[submit] {
    margin-bottom: 0 !important;
    background-color: var(--rt-primary-color) !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-form-group .rtrs-submit-btn {
    background-color: var(--rt-primary-color) !important;
    border: none !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-form-group .rtrs-submit-btn:hover {
    background-color: var(--rt-primary-dark) !important;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta li {
    margin-bottom: 0 !important;
}

.rtrs-summary {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)) !important;
}

.rtrs-summary .rtrs-progress-wrap .rtrs-progress {
    margin-bottom: 10px !important;
}

.rtrs-summary .rtrs-progress-wrap .rtrs-progress label {
    margin-bottom: 0 !important;
}

.rtrs-summary .rtrs-progress-wrap {
    padding: 20px 30px 10px !important;
}

.rtrs-summary .rtrs-progress-wrap progress::-webkit-progress-value {
    background: #ffb300 !important;
    box-shadow: none !important;
}

.rtrs-summary .rtrs-progress-wrap progress::-moz-progress-bar {
    background: #ffb300 !important;
    box-shadow: none !important;
}

.rtrs-summary .rtrs-progress-wrap progress::-webkit-progress-bar {
    background: #e9e9e9 !important;
}

.rtrs-summary .rtrs-progress-wrap progress {
    color: #ffb300 !important;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-date i:before {
    color: var(--rt-primary-color) !important;
}

/* End Review Schema */