/*
Theme Name: ABCBiz
Theme URI: https://abcbiz.supreox.com/intro/
Description: Abcbiz boasts a gorgeous WordPress theme adorned with stunning design features. It is fully responsive and effortlessly manageable from the backend. The theme offers a variety of layout options and allows for unlimited customization of color settings.
Author: SupreoX Limited
Author URI: https://www.supreox.com/
Version: 4.4
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, portfolio, photography
Text Domain: abcbiz
Tested up to: 6.7
Requires PHP: 8.0
*/

/**
*Table of Contents
*1. ABC Basic
*2. Header
  2.a). Transparent Header
  2.b). Parallax Header
*3. Search form
*4. Primary Menu
*5. Slider
*6. Home Services
*7. Home Counter
*8. Home call to action
*9. Home Portfolio
*10. Home Tabs
*11. Home Members
*12. Home clients
*13. Home Packages
*14. Home Testimonials
*15. Home Skills
*16. Blog
*17. Contents
*18. One Page Menu
*19. WP Galleries
*20. Pagination
*21. Comments
*22. Woocommerce
*23. Widgets
*24. Footer
**/

@font-face {
    font-family: fabfeltscript;
    src: url('fonts/fabfeltscript.ttf'),
        url('fonts/fabfeltscript.eot');
}

body {
    color: #3d3d3d;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
    padding: 0;
    position: relative;
}

body,
html {
    min-height: 100%;
    height: auto;
}

/*------------------------ABC Basic-------------------*/
.boxed-layout #page,
.boxed-layout #headerarea {
    width: 1140px;
    margin: 0 auto;
}

.boxed-layout #page {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.boxed-layout #abcheader {
    box-shadow: none;
}

.abcgrid {
    width: 1320px;
    margin: 0 auto;
}

.abcgrid-full {
    width: 100%;
}

.clear {
    clear: both;
}

img,
figure {
    border: none;
    margin: 0;
    padding: 0;
}

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

ul,
ol {
    list-style: none;
}

acronym,
abbr[title] {
    border-bottom: 1px solid #444;
    cursor: help;
}

dfn,
cite,
em,
i {
    font-style: normal;
}

b,
strong {
    font-weight: 700;
    word-wrap: break-word;
}

a {
    text-decoration: none;
    color: #035197;
    word-wrap: break-word;
}

p {
    margin: 0 0 15px 0;
    word-wrap: break-word;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 14px;
    padding-top: 5px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 14px;
    padding-top: 5px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

blockquote {
    width: 90%;
    margin: 25px 0 25px 50px;
    font-size: 21px;
    border-left: 3px solid #59a818;
    padding-left: 10px;
    font-weight: 300;
    position: relative;
    word-wrap: break-word;
}

blockquote:before {
    font-family: "Font Awesome 5 free";
    content: "\f10d";
    font-size: 40px;
    color: #ccc;
    position: absolute;
    top: -15px;
    left: -50px;
    font-weight: 700;
}

q {
    color: #222;
}

code,
kbd,
tt,
var,
samp,
pre {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    border-radius: 0;
    vertical-align: middle;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-style: normal;
    line-height: 1.3;
    margin: 0 0 15px 0;
    color: #3d3d3d;
    font-weight: 600;
    word-wrap: break-word;
}

.centertext {
    text-align: center;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 14px;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 20px 0;
    table-layout: fixed;
    width: 100%;
}

table,
th,
td {
    border: 1px solid #eaeaea;
}

thead th {
    padding: 15px 5px 14px 5px;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    background: #333;
    border-color: #333;
    color: #fff;
}

th,
td {
    text-align: center;
    padding: 15px 5px 14px 5px;
    background: #fff;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 600;
}

.entry-content dl {
    margin-bottom: 1rem;
}

.entry-content dt {
    font-weight: bold;
    text-decoration: underline;
}

.entry-content dd {
    margin: 0;
    padding: 0 0 0.5rem;
}

embed,
iframe,
object {
    margin-bottom: 15px;
    max-width: 100%;
}

::selection {
    background: #59a818;
    color: #fff;
}

::-moz-selection {
    background: #59a818;
    color: #fff;
}

.abccolumn-2 {
    width: 48%;
    margin-right: 4%;
    float: left;
}

.abccolumn-2.last {
    width: 48%;
    margin-right: 0;
}

.abccolumn-3 {
    width: 31%;
    float: left;
    margin-right: 3.5%;
    padding: 0;
    margin-bottom: 20px;
}

.abccolumn-3.last {
    margin-right: 0;
}

.abccolumn-4 {
    width: 22.75%;
    float: left;
    margin-right: 3%;
    padding: 0;
    margin-bottom: 20px;
}

.abccolumn-4.last {
    margin-right: 0;
}

.abccolumn-5 {
    width: 18.24%;
    float: left;
    margin-right: 2.2%;
    padding: 0;
    margin-bottom: 20px;
}

.abccolumn-5.last {
    margin-right: 0;
}

.abccolumn-2 img,
.abccolumn-3 img,
.abccolumn-4 img,
.abccolumn-5 img,
.abccolumn-twothird img,
.abccolumn-onethird img {
    max-width: 100%;
    height: auto;
}

.abccolumn-twothird {
    width: 72.25%;
    float: left;
    margin-right: 3.5%;
}

.abccolumn-twothird.last {
    margin-right: 0;
}

.abccolumn-onethird {
    width: 24.25%;
    float: left;
}

/*--------------------------Header-------------------*/
.logged-in #headerarea {
    top: 32px;
}

.customize-partial-edit-shortcuts-shown #headerarea {
    top: 0 !important;
}

#headerarea {
    width: 100%;
    position: fixed;
    z-index: 302;
    top: 0;
}

#headertop {
    background: #000000;
    width: 100%;
    overflow: hidden;
    padding: 0;
    height: 40px;
    line-height: 40px;
}

.no-topbar #headertop {
    display: none;
}

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

.page-template-home-page-default .topleft,
.trans-header .topleft,
.page-template-home-page-transparent-slider .topleft {
    padding-left: 0;
}

.topleft ul {
    margin: 0;
    padding: 0;
}

.topleft ul li {
    display: inline;
    margin-right: 10px;
    font-size: 14px;
}

.topleft ul li a {
    color: #ffffff;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.top-right {
    float: right;
}


#abcheader {
    width: 100%;
    padding: 0;
    z-index: 101;
    position: relative;
    top: 0;
    height: auto;
    background: #ffffff;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

#abcheader.smallhead {
    height: auto;
}

.logo {
    float: left;
    width: 20%;
    height: 60px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    padding: 10px 0 10px 0;
    display: block;
}

.page-template-home-page-default .logo,
.trans-header .logo {
    padding-left: 0;
}

#abcheader.smallhead .logo {
    height: 40px;
    padding: 5px 0 5px 0;
}

.page-template-home-page-default #abcheader.smallhead .logo,
.trans-header #abcheader.smallhead .logo {
    padding-left: 0;
}

.trans-header #abcheader .logo-dark {
    display: none;
}

.trans-header #abcheader.smallhead .logo-dark {
    display: inline;
}

.trans-header #abcheader.smallhead .logo-light {
    display: none;
}

.logo img {
    width: auto;
    height: 100%;
    display: block;
}

.header-right {
    float: right;
    width: 76%;
    margin-right: 0;
}

.boxed-layout .header-right {
    margin-right: 15px !important;
    width: 76%;
}

.searchsocialwrap {
    float: right;
    margin-right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.boxed-layout .searchsocialwrap {
    margin-right: 15px !important;
}

.page-template-home-page-default .searchsocialwrap,
.trans-header .searchsocialwrap,
.page-template-home-page-transparent-slider .searchsocialwrap {
    margin-right: 0;
}

.page-template-home-page-default .header-right,
.trans-header .header-right,
.page-template-home-page-transparent-slider .header-right {
    margin-right: 0;
}

.socialmedia {
    float: right;
}

.socialmedia ul {
    padding: 0;
    margin: 0;
    text-align: right;
}

.socialmedia ul li {
    display: inline;
    padding: 0;
}

.socialmedia ul li a {
    color: #ffffff;
    font-size: 14px;
    transition: all .5s;
    -webkit-transition: all .5s;
    padding: 0 2px;
}

.socialmedia ul li a:hover {
    color: #eeee22;
}

/*---------------------------Transparent Header Slider ---*/
.page-template-home-page-transparent-slider .content-area {
    margin-top: 0px;
    padding-top: 0px;
}

.page-template-home-page-transparent-slider #abcheader,
.page-template-home-page-transparent-slider #headertop {
    background: transparent;
    box-shadow: none;
}

.page-template-home-page-transparent-slider #sliderarea {
    margin: 0 auto;
}

.page-template-home-page-transparent-slider .primarymenu ul li a,
.page-template-home-page-transparent-slider .primarymenu li>a:after {
    color: #fff;
}

.page-template-home-page-transparent-slider .primarymenu ul ul li a,
.page-template-home-page-transparent-slider .primarymenu ul ul li>a:after {
    color: #222;
}

.page-template-home-page-transparent-slider .primarymenu ul ul li a {
    color: #222;
}

.page-template-home-page-transparent-slider #abcheader {
    border-bottom: 0;
}

.page-template-home-page-transparent-slider #abcheader.smallhead {
    background: #fff;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
}

.page-template-home-page-transparent-slider #abcheader.smallhead .primarymenu ul li a,
.page-template-home-page-transparent-slider #abcheader.smallhead .primarymenu li>a:after {
    color: #222;
}

.page-template-home-page-transparent-slider #headertop.transtop {
    background: #000;
}

/*------------------------Parallax Area -----------*/
#parallaxarea {
    background: transparent;
    width: 100%;
}

.trans-header .content-area {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.trans-header #abcheader,
.trans-header #headertop {
    background: transparent;
    box-shadow: none;
}

.trans-header #sliderarea {
    margin: 0 auto;
}

.trans-header .primarymenu ul li a,
.trans-header .primarymenu li>a:after {
    color: #fff;
}

.trans-header .primarymenu ul ul li a,
.trans-header .primarymenu ul ul li>a:after {
    color: #222;
}


.trans-header .primarymenu ul ul li a {
    color: #222;
}

.trans-header #abcheader {
    border-bottom: 0;
}

.trans-header #abcheader.smallhead {
    background: #fff;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
}

.trans-header #abcheader.smallhead .primarymenu ul li a,
.trans-header #abcheader.smallhead .primarymenu li>a:after {
    color: #222;
}

.trans-header #headertop.transtop {
    background: #000;
}

.paroverlay {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, .4);
    padding: 250px 0 200px 0;
}

#parallaxarea .abcgrid {
    text-align: center;
    color: #fff;
}

.partitle {
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 12px 0;
    padding: 0;
}

.parsub {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin: 0 auto;
    padding: 0;
    width: 90%;
}

.parbutton ul {
    margin: 40px 0 0 0;
    padding: 0;
}

.parbutton ul li {
    display: inline-block;
    margin-bottom: 32px;
}

.parbutton ul li:nth-child(1) a {
    color: #fff;
    background: transparent;
    padding: 12px 20px;
    border: 1px solid #fff;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.parbutton ul li:nth-child(2) a {
    color: #222;
    background: rgba(255, 255, 255, .8);
    padding: 12px 20px;
    border: 1px solid #fff;
    text-transform: uppercase;
    border-radius: 3px;
    margin-left: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.parbutton ul li:nth-child(1) a:hover {
    border-color: #59a818;
}

.parbutton ul li:nth-child(2) a:hover {
    background: #59a818;
    border-color: #59a818;
    color: #fff;
}

.parallaxoverlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background: url(images/video-mask.png) left top repeat;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.abc-paral-video-content {
    position: relative;
    text-align: center;
    color: #FFF;
    margin: 220px 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

#parallaxarea .jquery-background-video-pauseplay {
    display: none;
}


/*-----------------------------Search form ----------------------------*/
.headsearch {
    float: right;
    margin-top: 0;
    margin-right: -5px;
}

.headsearch .search-form {
    position: relative;
    right: 10px;
    top: 0px;
}

.headsearch .search-field {
    border: none;
    cursor: pointer;
    height: 25px;
    margin: 0;
    padding: 0 0 0 6px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
    color: #222;
    background: transparent;
}

.headsearch label:before {
    font-family: "Font Awesome 5 free";
    content: "\f002";
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.headsearch:hover label:before {
    color: #eeee22;
}

.headsearch .search-field:focus {
    background: rgba(255, 255, 255, .9);
    border: 1px solid #448e08;
    cursor: text;
    outline: 0;
    width: 200px;
    border-radius: 3px;
    margin: 0 10px 0 0;
    border-radius: 3px;
}

.headsearch .search-form .search-submit {
    display: none;
}

.headsearch .searchform {
    background: transparent;
    width: 100%;
}

.headsearch #s {
    width: 91%;
    height: 40px;
    line-height: 40px;
    border: 0;
    border-radius: 4px;
    margin: 0;
    padding: 0 10px 0 0;
    color: #fca784;
    font-size: 14px;
    font-style: italic;
    outline: none;
}

.headsearch .searchsubmit {
    display: none;
}

.searchform .s {
    float: left;
    width: 71%;
    border: 1px solid #cccccc;
    height: 37px;
    line-height: 37px;
    margin: 0;
    padding: 0 1% 0 2%;
    color: #666666;
    font-size: 14px;
    outline: none;
}

.post-password-required input[type="submit"] {
    margin: 10px 0 0 8.5%;
}

.searchform .searchsubmit {
    background: #59a818;
    border: 0;
    color: #fff;
    display: block;
    padding: 0;
    height: 39px;
    width: 25%;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.searchform .searchsubmit:hover {
    background: #777777;
    cursor: pointer;
}

.post-title,
.no-post-found {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}

.post-navigation .post-title {
    font-size: 12px;
    font-weight: 400;
}


/*----------------------Primary Menu-----------------*/
.primarymenu {
    width: 100%;
    background: transparent;
    height: 80px;
    line-height: 80px;
    padding-top: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

#abcheader.smallhead .primarymenu {
    height: 50px;
    line-height: 50px;
}

.primarymenu ul {
    z-index: 9999;
    padding: 0;
    margin: 0 auto;
    float: right;
}

.primarymenu ul li {
    float: left;
    zoom: 1;
    position: relative;
}

.primarymenu ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -19px;
    border-top: 1px solid #c4c4c1;
    width: 16px;
    transform: rotate(115deg);
    transform-origin: 0% 0%;
    margin-top: -8px;
}

.primarymenu ul li:last-child:after {
    display: none;
}

.primarymenu ul ul li:after {
    display: none;
}

.primarymenu ul li a {
    display: block;
    color: #222222;
    padding: 0 17px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.primarymenu ul li:last-child a {
    padding-right: 0;
}

.primarymenu ul li:hover>a {
    color: #f4502a;
}

.primarymenu ul li.current-menu-item>a,
.primarymenu ul li.current-menu-ancestor>a {
    color: #f4502a;
}

.primarymenu ul li.hover,
.primarymenu ul li:hover {
    position: relative;
}

.primarymenu ul ul {
    background: #efeeef;
    width: 220px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 130%;
    left: 0;
    margin: 0;
    padding: 0;
    border-top: 2px solid #f4502a;
    line-height: 22px !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.primarymenu ul ul li {
    background: #efeeef !important;
    float: left;
    width: 100%;
    border-bottom: 1px solid #dadada;
    padding: 5px 0;
}

.primarymenu ul ul li a {
    width: 194px;
    display: inline-block;
    padding: 5px 13px;
    font-weight: normal !important;
    letter-spacing: 1px;
    font-size: 11px;
    line-height: 1.5;
}

.primarymenu ul ul li:last-child>a {
    padding: 5px 12px;
}


.primarymenu ul ul li.hover,
.primarymenu ul ul li:hover {
    background: #efeeef !important;
    position: relative;
}

.primarymenu ul ul ul {
    left: 100%;
    top: 20%;
    border-top: 1px solid #dadada;
}

.primarymenu ul li:hover>ul {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.primarymenu ul ul li:hover>ul {
    visibility: visible;
    top: 0;
    opacity: 1;
}

.primarymenu ul li>a:after {
    color: #222222;
    font-family: "Font Awesome 5 free";
    content: " \f078";
    font-weight: 700;
    font-size: 10px;
    top: -1px;
    position: relative;
}

.primarymenu ul ul li>a:after {
    color: #222222;
    font-family: "Font Awesome 5 free";
    content: " \f054";
    font-weight: 700;
    font-size: 8px;
    top: -1px;
    position: relative;
    right: -2px;
}

.primarymenu li:hover>a:after {
    color: #f4502a;
}

.primarymenu li.current-menu-item>a:after,
.primarymenu li.current-menu-ancestor>a:after {
    color: #f4502a;
}

.primarymenu li>a:only-child:after {
    content: '';
}

#responsive-menu {
    display: none;
    outline: none;
}

#mobilemenu,
.sub-toggle,
.mobsearchicon,
.mobsearchform {
    display: none;
}

.one-page-menu li a.active {
    background: none !important;
}

/*---------------------------Home Slider ---------------------*/

#sliderarea {
    width: 100%;
    height: 550px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background: #ffffff;
}

.slider-wrapper {
    width: 100%;
    height: 550px;
    min-height: 550px;
}

.nivo-main-image {
    height: 550px !important;
}

.nivoSlider img {
    height: 550px !important;
    width: auto !important;
    min-width: 100%;
}

element.style {
    display: block;
}

.nivo-caption {
    left: 0% !important;
    background: rgba(12, 12, 12, 0.4) !important;
    color: #fff !important;
    width: 100% !important;
    padding: 250px 0 0 0 !important;
    top: 0;
    height: 550px;
    text-align: center;
}

.slidetit {
    width: 60%;
    color: #fff;
    font-weight: 400;
    margin: 0 auto 7px auto !important;
    font-size: 30px;
}

.slideconts {
    width: 40%;
    margin: 0 auto 10px auto !important;
    font-size: 15px;
}

.slider-wrapper .nivo-nextNav {
    right: -40px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.slider-wrapper:hover .nivo-nextNav {
    right: 0px;
}

.boxed-layout .slider-wrapper:hover .nivo-nextNav {
    right: 5px;
}

.slider-wrapper .nivo-prevNav {
    left: -40px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.slider-wrapper:hover .nivo-prevNav {
    left: 0px;
}

.boxed-layout .slider-wrapper:hover .nivo-prevNav {
    left: 5px;
}

.nivo-prevNav:before {
    font-family: "Font Awesome 5 free";
    content: "\f104";
    color: #fff;
    font-size: 30px;
    background: rgba(12, 12, 12, 0.5);
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 100%;
}

.nivo-nextNav:before {
    font-family: "Font Awesome 5 free";
    content: "\f105";
    color: #fff;
    font-size: 30px;
    background: rgba(12, 12, 12, 0.5);
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 100%;
}

.slidermore {
    margin: 20px 0 10px 10px;
}

.slidermore a {
    color: #fff;
    display: block;
    padding: 7px 15px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0);
    border-radius: 3px;
    font-size: 12px;
    transition: background 0.5s ease, border-color 0.5s ease;
    -webkit-transition: background 0.5s ease, border-color 0.5s ease;
}

.slidermore a:hover {
    border: 1px solid #59a818;
    background: rgba(0, 0, 0, .2);
}

#slidetitlearea {
    background: transparent;
    width: 100%;
}

.slider-title {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, .4);
    padding: 120px 0;
    text-align: center;
    margin: 0;
    position: relative;
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    text-transform: capitalize;
    word-spacing: 4px;
}

.slider-title:after {
    background: #59a818;
    content: "";
    height: 2px;
    width: 35px;
    position: absolute;
    bottom: 41%;
    left: 50%;
    margin-left: -17px;
}

.slidetit {
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

.slideconts {
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
}

.slidermore {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}


/*----------------------Home Service----------------------*/
#servicearea {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background: #ffffff;
}

.section-title {
    text-align: center;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 40px;
    word-spacing: 5px;
}

.secdark .section-title,
.secdark .section-sub-title {
    color: #3d3d3d;
}

.seclight .section-title,
.seclight .section-sub-title {
    color: #fff;
}

.section-sub-title {
    width: 96%;
    font-weight: 400;
    text-align: center;
    font-size: 19px;
    line-height: 1.5;
    margin: -10px auto 35px auto;
}

.section-title span,
.section-title b,
.section-title strong {
    color: #59a818;
    font-weight: 600;
}

.section-title:after {
    background: #59a818;
    content: "";
    height: 2px;
    width: 35px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -17px;
}

#servicearea h3 {
    font-size: 18px;
    font-weight: 400;
}

#servicearea .abccolumn-4 {
    width: 20.75%;
    text-align: center;
    margin-top: 10px;
    padding: 1.8% 1% 2.2% 1%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.boxed-layout #servicearea .abccolumn-4 {
    margin-left: 1%;
    margin-right: 1.33%;
}

.boxed-layout #servicearea .abccolumn-4.last {
    margin-right: 1%;
}

#servicearea .abccolumn-4:hover {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .4);
    margin-top: 0;
}

#servicearea .abccolumn-4 i {
    font-size: 35px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    background: #59a818;
    border-radius: 50%;
    margin-bottom: 10px;
}

/*---------------------Home Portfolio-----------*/
#portfolioarea {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background: #ffffff;
}

#portfolioarea .abccolumn-3 {
    width: 33.3333333%;
    margin-right: 0;
    padding: 0;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}

.homeppitem {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.homeppitem .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.homeppitem img {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.homeppitem:hover img {
    filter: grayscale(.1) blur(1px);
    -webkit-filter: grayscale(.1) blur(1px);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-backface-visibility: hidden;
}

.homeppitem h3 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 16px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    margin: 0 0 15px 0;
}

.homeppitem a.ppmore {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    border: 1px solid #fff;
    margin: 60px 0 0 0;
    background-color: rgba(0, 0, 0, .4);
}

.homeppitem a.ppmore:hover {
    color: #fff;
    box-shadow: 0 0 5px #fff;
    background-color: rgba(0, 0, 0, .6);
}

.homeppitem a.ppmore,
.homeppitem h3 {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
    text-transform: uppercase;
}

.homeppitem:hover a.ppmore,
.homeppitem:hover h3 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.abcviewall {
    text-align: center;
    margin: 30px 0 0 0;
}

.abcviewall a {
    background: transparent;
    padding: 8px 15px;
    border: 2px solid #59a818;
    border-radius: 4px;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.abcviewall a:hover {
    background: #59a818;
    color: #fff !important;
}

.singleppdate,
.singleportcat {
    margin-bottom: 20px;
}

.singleppdate h4,
.singleportcat h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

ul#portfolio-filter {
    margin: 0;
    padding: 0;
}

ul#portfolio-filter.nofilter {
    display: none;
}

ul#portfolio-filter li {
    display: inline-block;
    margin: 0 5px 18px 0;
}

ul#portfolio-filter li a {
    color: #333;
    padding: 7px 15px;
    border-radius: 3px;
    border: 1px solid #ddd;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul#portfolio-filter li a:hover,
ul#portfolio-filter li a.active {
    color: #59a818;
    border: 1px solid #59a818;
    background: transparent;
}

#portfolio-filter-grid .abccolumn-3 {
    width: 33.3333333%;
    margin-right: 0;
    padding: 0;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}

ul#portfolio-list {
    margin: 0;
    padding: 0;
}

ul#portfolio-list li.clear {
    height: 0;
    width: 0;
    list-style: none;
}

.page-template-portfolio-page-filter h1.entry-title,
.page-template-portfolio-grid-view h1.entry-title {
    position: relative;
    margin: 0 0 2px 0;
}

.page-template-portfolio-grid-view .abccolumn-3 {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 23px;
}

.page-template-portfolio-grid-view .abccolumn-3.last {
    margin-right: 0;
}

.singleportthumb {
    margin: 15px 0;
}

.single-portfolio h1.entry-title {
    margin-bottom: 2px;
    position: relative;
}

.single-portfolio h1.entry-title:after {
    background: #59a818;
    bottom: -6px;
    content: "";
    height: 0;
    left: 1px;
    position: absolute;
    width: 50px;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

/*-------------------- Home Tabs ---------------*/
#tabsarea {
    background: #333333;
    overflow: hidden;
    color: #ffffff;
    padding: 0 0 10px 0;
}

#tabsarea .abccolumn-2 {
    padding: 10px 0;
}

#tabsarea .abccolumn-2.last {
    text-align: right;
}

#tabsarea .abccolumn-2.last img {
    width: 100%;
}

#tabsarea .abcgrid {
    width: 85% !important;
}

.boxed-layout #tabsarea .abcgrid {
    width: 95% !important;
}

ul.abctab {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

ul.abctab li {
    float: left;
    display: block;
    width: 25%;
    position: relative;
    z-index: 254;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

ul.abctab li:nth-child(1) {
    background: #f44e28;
}

ul.abctab li:nth-child(1) a:hover,
ul.abctab li:nth-child(1) .active {
    background: #de3f1b;
}

ul.abctab li:nth-child(2) {
    background: #5ab114;
}

ul.abctab li:nth-child(2) a:hover,
ul.abctab li:nth-child(2) .active {
    background: #4e9c0e;
}

ul.abctab li:nth-child(3) {
    background: #19b4e6;
}

ul.abctab li:nth-child(3) a:hover,
ul.abctab li:nth-child(3) .active {
    background: #12a2d1;
}

ul.abctab li:nth-child(4) {
    background: #d0c61a;
}

ul.abctab li:nth-child(4) a:hover,
ul.abctab li:nth-child(4) .active {
    background: #beb512;
}

ul.abctab li:nth-child(1) a.active:before {
    position: absolute;
    height: 25px;
    width: 25px;
    content: " ";
    background-color: inherit;
    bottom: -7px;
    transform: rotate(45deg);
    z-index: 9999;
    left: 50%;
    margin-left: -12px;
    background: #de3f1b;
}

ul.abctab li:nth-child(2) a.active:before {
    position: absolute;
    height: 25px;
    width: 25px;
    content: " ";
    background-color: inherit;
    bottom: -7px;
    transform: rotate(45deg);
    z-index: 9999;
    left: 50%;
    margin-left: -12px;
    background: #4e9c0e;
}

ul.abctab li:nth-child(3) a.active:before {
    position: absolute;
    height: 25px;
    width: 25px;
    content: " ";
    background-color: inherit;
    bottom: -7px;
    transform: rotate(45deg);
    z-index: 9999;
    left: 50%;
    margin-left: -12px;
    background: #12a2d1;
}

ul.abctab li:nth-child(4) a.active:before {
    position: absolute;
    height: 25px;
    width: 25px;
    content: " ";
    background-color: inherit;
    bottom: -7px;
    transform: rotate(45deg);
    z-index: 9999;
    left: 50%;
    margin-left: -12px;
    background: #beb512;
}

ul.abctab li a {
    display: inline-block;
    color: #ffffff;
    text-align: center;
    padding: 18px 0;
    text-decoration: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

ul.abctab li a:hover {
    background-color: #ddd;
    display: block;
    color: #fff !important;
}

ul.abctab li a:focus,
.active {
    background-color: #ccc;
    display: block
}

.tabcontent {
    position: relative;
    display: none;
    padding: 60px 12px 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

.tabcontent ul {
    margin: 10px 0 0 15px;
    list-style: disc;
    padding: 0 0 0 15px;
}

.tabcontent h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 22px 0 5px 0;
    position: relative;
    text-transform: uppercase;
}

#Tab1 h3 {
    color: #f44e28;
}

#Tab1 h3:after {
    position: absolute;
    background: #f44e28;
    content: "";
    height: 2px;
    width: 45px;
    bottom: -8px;
    left: 0;
    transition: width 0.5s ease;
    -wekit-transition: width 0.5s ease;
}

#Tab1:hover h3:after {
    width: 90px;
}

#Tab2 h3 {
    color: #5AB114;
}

#Tab2 h3:after {
    position: absolute;
    background: #5AB114;
    content: "";
    height: 2px;
    width: 45px;
    bottom: -8px;
    left: 0;
    transition: width 0.5s ease;
    -wekit-transition: width 0.5s ease;
}

#Tab2:hover h3:after {
    width: 90px;
}

#Tab3 h3 {
    color: #19B4E6;
}

#Tab3 h3:after {
    position: absolute;
    background: #19B4E6;
    content: "";
    height: 2px;
    width: 45px;
    bottom: -8px;
    left: 0;
    transition: width 0.5s ease;
    -wekit-transition: width 0.5s ease;
}

#Tab3:hover h3:after {
    width: 90px;
}

#Tab4 h3 {
    color: #D0C61A;
}

#Tab4 h3:after {
    position: absolute;
    background: #d0c61a;
    content: "";
    height: 2px;
    width: 45px;
    bottom: -8px;
    left: 0;
    transition: width 0.5s ease;
    -wekit-transition: width 0.5s ease;
}

#Tab4:hover h3:after {
    width: 90px;
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/*-------------------- Home Members ------------*/
#teamarea {
    padding: 40px 0;
    overflow: hidden;
    background: #ffffff;
}

#teamarea .abccolumn-3 {
    width: 31.333333333%;
    margin-right: 3%;
    padding: 0;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

#teamarea .abccolumn-3.last {
    margin-right: 0;
}

#teamarea .abcviewall {
    margin: 10px 0 0 0;
}

.hteamthumb {
    width: 100%;
    height: 100%;
    max-height: 312.53px;
}

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

.teamitem {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.teamitem .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.teamitem img {
    display: block;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.teamitem:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    filter: brightness(0.7);
    -webkit-filter: brightness(0.7);
    -ms-filter: brightness(0.7);
}

.teamitem h3 {
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    width: 100%;
    font-weight: 400;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .8);
}

.teamitem:hover h3 {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
}

.teamitem .rotate {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100%;
    height: 100%;
    position: absolute;
}

.teamitem hr {
    width: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.teamitem hr:nth-child(2) {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0) rotate(0deg) scale3d(0, 0, 1);
}

.teamitem hr:nth-child(3) {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
}

.teamitem h3,
.teamitem hr {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    background-color: transparent;
    margin: 0px;
}

.group1,
.group2 {
    left: 50%;
    position: absolute;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    background-color: transparent;
    margin: 0px;
    padding: 0px;
}

.group1 {
    top: 40%;
}

.group2 {
    top: 60%;
}

.teamitem p {
    width: 35%;
    text-transform: none;
    font-size: 15px;
    line-height: 2;
}

.teamitem p a {
    color: #fff !important;
}

.teamitem p a:hover,
.teamitem p a:focus {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.teamitem a i {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    padding: 14%;
    font-size: 20px;
}

.group1 a:first-child i {
    -webkit-transform: translate3d(-60px, -60px, 0) rotate(45deg) scale(2);
    transform: translate3d(-60px, -60px, 0) rotate(45deg) scale(2);
    padding: 14% 15%;
}

.group1 a:nth-child(2) i {
    -webkit-transform: translate3d(60px, -60px, 0) rotate(45deg) scale(2);
    transform: translate3d(60px, -60px, 0) rotate(45deg) scale(2);
    padding: 14% 18%;
}

.group2 a:first-child i {
    -webkit-transform: translate3d(-60px, 60px, 0) rotate(45deg) scale(2);
    transform: translate3d(-60px, 60px, 0) rotate(45deg) scale(2);
    padding: 14%;
}

.group2 a:nth-child(2) i {
    -webkit-transform: translate3d(60px, 60px, 0) rotate(45deg) scale(2);
    transform: translate3d(60px, 60px, 0) rotate(45deg) scale(2);
    padding: 15% 9%;
}

.teamitem:hover hr:nth-child(2) {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) rotate(0deg) scale3d(1, 1, 1);
}

.teamitem:hover hr:nth-child(3) {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
}

.teamitem:hover .group1 i:empty,
.teamitem:hover .group2 i:empty {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0) rotate(45deg) scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.thideicon {
    visibility: hidden;
}

a.hideiconlink {
    pointer-events: none;
    cursor: none;
}

h3.hteamtitle {
    position: relative;
    z-index: 21;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0 15px 0;
    text-align: center;
}

h3.hteamtitle a {
    color: #333;
}

.single-team .entry-title span {
    font-size: 17px;
    color: #777;
}

.teamsocial ul {
    margin: 20px 0 20px 10px;
    padding: 0;
}

.teamsocial ul li {
    display: inline;
    margin-right: 3px;
}

.teamsocial ul li a {
    overflow: hidden;
    background: #59a818;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.teamsocial ul li a:hover {
    background: #333;
    color: #fff;
}

.page-template-team-member-page .abccolumn-3 {
    width: 31.333333333%;
    margin-right: 3%;
    padding: 0;
    margin-bottom: 15px;
}

.page-template-team-member-page .abccolumn-3.last {
    margin-right: 0;
}

.page-template-team-member-page h1.entry-title {
    margin: 0 0 2px 0 !important;
}

.singleteamthumb {
    margin: 17px 0 12px 0;
}

/*-------------------Home clients-----------------*/
#clientsarea {
    width: 100%;
    background: #333;
    padding: 40px 0 35px 0;
    overflow: hidden;
    text-align: center;
}

#clientsarea .section-title,
#clientsarea h3 {
    color: #fff;
}

.hclientthumb {
    display: inline-block;
    vertical-align: middle;
    width: 19.5%;
    margin: 0 0 25px 0;
    padding: 0;
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
    -ms-animation-delay: 400ms;
}

.hclientthumb img {
    width: 100%;
    max-width: 80%;
    height: auto;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.hclientthumb img:hover {
    transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
}

/*--------------------Home Packages----------------------*/
#packagearea {
    width: 100%;
    background: #fff;
    padding: 40px 0;
    overflow: hidden;
}

#packagearea .abccolumn-3 {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    padding: 0 0 20px 0;
}

#packagearea .abccolumn-3:hover {
    -webkit-transform: scale(1.04, 1.04);
    -moz-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

#packagearea .abccolumn-3 ul li {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ddd;
}

#packagearea .abccolumn-4,
.page-template-pricing-table-page .abccolumn-4.package {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    padding: 0 0 20px 0;
    width: 22.75%;
}

.boxed-layout #packagearea .abccolumn-4 {
    margin-left: 1%;
    margin-right: 1.33%;
}

.boxed-layout #packagearea .abccolumn-4.last {
    margin-right: 1%;
}

#packagearea .abccolumn-4:hover,
.page-template-pricing-table-page .abccolumn-4.package:hover {
    -webkit-transform: scale(1.04, 1.04);
    -moz-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

#packagearea .abccolumn-3 ul,
#packagearea .abccolumn-4 ul,
#packagearea .abccolumn-5 ul,
.page-template-pricing-table-page .abccolumn-4.package ul {
    margin: 0;
    padding: 0;
}

#packagearea .abccolumn-4 ul li,
.page-template-pricing-table-page .abccolumn-4.package ul li {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ddd;
}

#packagearea .abccolumn-5 {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    padding: 0 0 20px 0;
}

#packagearea .abccolumn-5:hover {
    -webkit-transform: scale(1.04, 1.04);
    -moz-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

#packagearea .abccolumn-5 ul li {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ddd;
}

.page-template-pricing-table-page h1.entry-title {
    margin: 0 0 2px 0;
}

.pricing-title {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: -1px;
    word-spacing: 4px;
    background: #59a818;
    color: #fff;
    padding: 14px 0;
}

.packageprice {
    margin: 10px 0;
    font-size: 40px;
    font-weight: 300;
    position: relative;
}

.packageprice:after {
    background: #59a818;
    content: "";
    height: 2px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -27px;
}

.packageprice span {
    font-size: 18px;
}

.pricingbutton {
    margin: 20px 0 10px 0;
}

.pricingbutton a {
    color: #444;
    padding: 8px 15px;
    border: 1px solid #59a818;
    border-radius: 3px;
    background: transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pricingbutton a:hover {
    background: #59a818;
    color: #fff !important;
}

#packagearea .popularitem,
.page-template-pricing-table-page .popularitem {
    background: #333;
}

#packagearea .popularitem .packageprice,
#packagearea .popularitem ul,
#packagearea .popularitem .pricingbutton a {
    color: #eaeaea;
}

.page-template-pricing-table-page .packageprice,
.page-template-pricing-table-page .popularitem ul,
.page-template-pricing-table-page .popularitem .pricingbutton a {
    color: #eaeaea;
}

/*-------------------Home Testimonials-------------*/
#tstimonialsarea {
    width: 100%;
    margin: 0;
}

#tstimonialsarea .section-title,
#tstimonialsarea h3 {
    color: #fff;
}

#tstimonialsarea .testiverlay {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, .4);
    padding: 70px 0 100px 0;
}

.abcbiztestimonials {
    height: 280px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.abcbiztestimonials ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.abcbiztestimonials li {
    color: #fff;
    display: block;
    float: left;
    font-size: 15px;
    height: 230px;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

#abccarousel {
    max-width: 100% !important;
    text-align: center !important;
    position: relative;
}

.abcbiztestimonials li a {
    color: #fff;
}

.abcbiztestimonials li img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #59a818;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.abcbiztestimonials h3 {
    font-weight: 600;
}

.abcbiztestimonials p {
    width: 60%;
    margin: 0 auto;
}

.abcbiztestimonials li img:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    border: 2px solid #F6EF70;
}

.abcbiztestimonials.responsive {
    width: auto;
    margin-left: 0;
}

.abcbiztestimonials .clearfix {
    float: none;
    clear: both;
}

.abcbiztestimonials a.prev {
    display: block;
    height: 40px;
    position: relative;
    top: 0;
    width: 40px;
    left: 46.7% !important;
}

.abcbiztestimonials a.next {
    display: block;
    height: 40px;
    position: relative;
    left: 51.7% !important;
    top: -40px;
    width: 40px;
}

.abcbiztestimonials a.prev:before {
    font-family: "Font Awesome 5 free";
    content: "\f053";
    cursor: pointer;
    font-size: 14px;
    font-weight: 700 !important;
    color: #ffffff;
    transition: all .5s;
    -webkit-transition: all .5s;
    font-weight: normal;
    border: 2px solid #fff;
    padding: 7px 15px;
}

.abcbiztestimonials a.next:after {
    font-family: "Font Awesome 5 free";
    content: "\f054";
    cursor: pointer;
    font-size: 14px;
    font-weight: 700 !important;
    color: #ffffff;
    transition: all .5s;
    -webkit-transition: all .5s;
    font-weight: normal;
    border: 2px solid #fff;
    padding: 7px 15px;
}

.abcbiztestimonials a.prev:hover:before,
.abcbiztestimonials a.next:hover:after {
    border: 2px solid #F6EF70;
}

.abcbiztestimonials a.next {
    right: -29px;
}

.abcbiztestimonials a.prev.disabled,
a.next.disabled {
    cursor: default;
}

.abcbiztestimonials a.prev span,
a.next span {
    display: none;
}

.page-template-testimonials-page .abccolumn-2 {
    margin-bottom: 30px;
}

.page-template-testimonials-page article.type-page h1.entry-title {
    margin-bottom: 35px;
}

.singletestithumb,
.testiicon {
    width: 20%;
    float: left;
}

.singletestithumb img {
    border: 1px solid #ccc;
    border-radius: 50%;
}

.testiicon {
    font-size: 90px;
    line-height: 90px;
}

.testicontents {
    width: 75%;
    float: right;
}

.testicontents p {
    margin: 0;
}

.testi-title {
    font-size: 16px;
    font-weight: 600;
    margin: 8px 0 3px 0;
    text-align: left;
    padding-top: 6px;
    border-top: 1px dotted #ddd;
}

.testi-designation {
    font-size: 14px;
    text-align: left;
}

.caroufredsel_wrapper {
    width: 100% !important;
}

.abcbiztestimonials h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 7px 0;
}

/*--------------------Home Blog-----------------*/
#blogarea {
    padding: 40px 0 30px 0;
    overflow: hidden;
    background: #ffffff;
}

.boxed-layout #blogarea .abccolumn-3 {
    width: 28.3333%;
    float: left;
    margin-right: 3%;
    padding: 0 1.5%;
}

.boxed-layout #blogarea .abccolumn-3.last {
    margin-right: 0;
}

.hbpthumb img {
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -webkit-backface-visibility: hidden;
}

.hbpthumb img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.homebpitem h3 {
    margin: 7px 0;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.homebpitem h3 a {
    color: #333;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.homebpitem h3 a:hover {
    color: #59a818;
}

.postmeta {
    font-size: 13px;
    color: #666;
    font-style: italic;
    margin: 7px 0 15px 0;
    padding-bottom: 8px;
    border-bottom: 1px dotted #ccc;
}

.postmeta.nometa {
    display: none;
}

.postmeta i {
    color: #888;
}

#blogarea .postmeta,
.page-template-blog-grid-sidebar .postmeta,
.page-template-blog-grid-no-sidebar .postmeta {
    margin: 0 0 5px 0;
    padding-bottom: 5px;
}

.postmeta a {
    color: #666;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.postmeta a:hover {
    color: #59a818;
}

.postmeta .posted-on,
.postmeta .comment-link,
.postmeta .posted-by {
    margin-right: 10px;
}

.blogmore a {
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blogmore a:hover {
    color: #111111;
}

.blogmore a:after {
    width: 20px;
    border-bottom: 1px dashed #A0CE4E;
    bottom: -5px;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blogmore a:hover:after {
    left: 2%;
    margin-left: 0;
    width: 90%;
}

.blogmore-buttom {
    margin: 20px 0;
}

.blogmore-buttom a {
    background: #59a818;
    padding: 9px 15px;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blogmore-buttom a:hover {
    background: #333;
}

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

#blogarea .blog-post,
.page-template-blog-grid-sidebar .blog-post,
.page-template-blog-grid-no-sidebar .blog-post {
    margin-bottom: 40px;
}

.blog-title {
    margin: 5px 0;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-title-standard {
    margin: 5px 0;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-title a,
.blog-title-standard a {
    color: #333;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.blog-title a:hover,
.blog-title-standard a:hover {
    color: #59a818;
}

.sbthumb {
    position: relative;
}

.sbthumb img {
    max-width: 100%;
    height: auto;
    margin: 5px 0 15px 0;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -webkit-backface-visibility: hidden;
}

.sbthumb img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/*-------------VC Logo Carousel----------------*/
.slick-slide img {
    max-width: 85% !important;
    margin: 0 auto !important;
}

.darklogo .slick-prev:before,
.darklogo .slick-next:before {
    color: #333 !important;
}

/*----------------VC Image Hover Box-----------*/
.abc-image-hover-box-wrap {
    position: relative;
    overflow: hidden;
}

.image-box-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 19;
}

.image-box-img img {
    vertical-align: middle;
}

.image-box-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 18;
    padding: 7.2%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .3);
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.abc-image-hover-box-wrap:hover .image-box-title {
    opacity: 0;
}

.tit-box-inner {
    display: table;
    width: 100%;
    height: 100%;
}

.tit-box-inner-holder {
    text-align: center;
    vertical-align: bottom;
    display: table-cell;
}

.image-box-title h3 {
    color: #fff !important;
    background: rgba(0, 0, 0, .3);
    font-weight: 300 !important;
    font-size: 20px !important;
    display: inline-block;
    padding: 7px 13px;
    border-radius: 2px;
    text-transform: none !important;
}

/*--------------------Home Contact-------------*/
#locationarea {
    padding: 40px 0;
    overflow: hidden;
    background: #f1f1f1;
}

#abcbiz-map {
    width: 100%;
    height: 100%;
    min-height: 412px;
}

.home-contact-left {
    width: 70%;
    float: left;
}

.home-contact-right {
    width: 30%;
    float: left;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.abc-contact-form {
    background: rgba(0, 0, 0, .3);
    padding: 20px;
}

.abc-contact-form input,
.abc-contact-form textarea {
    outline: none;
}

.home-contact-right input[type="text"],
.home-contact-right input[type="email"],
.home-contact-right input[type="tel"] {
    width: 92%;
    padding: 10px 4%;
    background: rgba(255, 255, 255, 0.5);
    outline: none;
}

form.invalid .wpcf7-validates-as-required {
    border: 1px solid red !important;
}

.home-contact-right textarea {
    width: 92%;
    height: 80px;
    padding: 10px 4%;
    background: rgba(255, 255, 255, 0.5);
    outline: none;
}

.home-contact-right input[type="submit"] {
    margin-top: -4px;
    padding: 15px 30px;
    outline: none;
}

.home-contact-right ::-webkit-input-placeholder {
    color: #717171;
    font-style: italic;
}

.home-contact-right ::-moz-placeholder {
    color: #717171;
    font-style: italic;
}

.home-contact-right :-ms-input-placeholder {
    color: #717171;
    font-style: italic;
}

.home-contact-right div.wpcf7 .ajax-loader {
    float: left;
}

.home-contact-right h3 {
    font-size: 17px;
    color: #5f5f5f;
}

.abc-custom-form input[type="text"],
.abc-custom-form input[type="email"],
.abc-custom-form input[type="tel"] {
    width: 92%;
    padding: 10px 4%;
    background: rgba(255, 255, 255, 0.5);
    outline: none;
}

form.invalid .wpcf7-validates-as-required {
    border: 1px solid red !important;
}

.abc-custom-form textarea {
    width: 92%;
    height: 80px;
    padding: 10px 4%;
    background: rgba(255, 255, 255, 0.5);
    outline: none;
}

.abc-custom-form input[type="submit"] {
    margin-top: -4px;
    padding: 15px 30px;
    outline: none;
}

.abc-custom-form ::-webkit-input-placeholder {
    color: #717171;
    font-style: italic;
}

.abc-custom-form ::-moz-placeholder {
    color: #717171;
    font-style: italic;
}

.abc-custom-form :-ms-input-placeholder {
    color: #717171;
    font-style: italic;
}

.abc-custom-form div.wpcf7 .ajax-loader {
    float: left;
}

.abc-custom-form h3 {
    font-size: 17px;
    color: #5f5f5f;
}

/*--------------------contents-----------------*/
.content-area {
    margin-top: 60px;
    padding-top: 60px;
}

#abcbreadcrumb {
    padding: 22px 0 25px 0;
    background: #f2f1f1;
    width: 100%;
    margin: 0 auto;
}

.abcbizcrumbs {
    padding-left: 15px;
}

#abcbreadcrumb a {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

#abcbreadcrumb a:hover {
    color: #333333;
}

.contents-wrap {
    width: 100%;
    background: #fff;
}

.content-sidebar-wrap {
    padding: 40px 15px 30px 15px;
    background: #ffffff;
}

.no-space .content-sidebar-wrap {
    padding: 0 15px;
}

.abcbizcrumbs span {
    margin-right: 5px;
}

h1.entry-title,
h1.page-title {
    color: #222222;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 25px;
    position: relative;
}

h1.archive-title {
    color: #222222;
    font-weight: 600;
    margin: 0 0 25px 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 25px;
    position: relative;
}

h1.archive-title:after {
    background: #59a818;
    bottom: -6px;
    content: "";
    height: 2px;
    left: 1px;
    position: absolute;
    width: 50px;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

article.hentry h1.entry-title {
    margin-bottom: 5px;
    line-height: 1.2;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

article.type-page h1.entry-title {
    margin-bottom: 25px;
    position: relative;
}

article.type-page h1.entry-title:after,
.page-template-portfolio-page-filter h1.entry-title:after,
.page-template-portfolio-grid-view h1.entry-title:after,
h1.page-title:after {
    background: #59a818;
    bottom: -6px;
    content: "";
    height: 0;
    left: 1px;
    position: absolute;
    width: 50px;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.woocommerce h1.page-title {
    margin-bottom: 15px;
}

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

.entry-content {
    word-wrap: break-word;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after {
    clear: both;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after {
    content: '';
    display: table;
}

article.hentry .edit-link {
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}

.edit-link .post-edit-link {
    background: #59a818;
    padding: 4px 10px;
    color: #FFF !important;
    line-height: 1;
    border-radius: 3px;
    font-size: 13px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.edit-link .post-edit-link:hover {
    background: #444;
}

.edit-link .post-edit-link:before {
    content: "\f044";
    font-family: "Font Awesome 5 free";
    margin-right: 5px;
    font-weight: 400;
}

.entry-content img,
.entry-content figure {
    max-width: 100%;
    height: auto;
}

.entry-content ul {
    margin: 10px 0 10px 20px;
    list-style: disc;
    padding: 0;
}

.entry-content ol {
    list-style: decimal;
    margin: 10px 0 10px 20px;
    padding: 0;
}

.postcategory:before {
    content: url(images/catba.png);
}

.postcategory:after {
    content: url(images/catba.png);
}

.postcategory {
    text-align: center;
    font-size: 12px;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0;
}

.singlepostthumb {
    margin: 8px 0 12px 0;
}

.postcategory a {
    color: #333;
    display: inline-block;
    margin-bottom: 4px;
}

#abcbreadcrumb {
    word-wrap: break-word;
}

.nav-previous {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 25px 0;
    width: 48%;
    text-align: left;
}

.nav-previous .post-title {
    position: relative;
    display: block;
    padding-left: 20px;
}

.nav-previous .post-title:before {
    content: "\f100";
    font-family: "Font Awesome 5 free";
    left: 0;
    position: absolute;
    top: 0px;
    font-weight: 700;
}

.nav-next {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 25px 0;
    width: 48%;
    text-align: right;
}

.nav-next .post-title {
    position: relative;
    display: block;
    padding-right: 20px;
}

.nav-next .post-title:before {
    content: "\f101";
    font-family: "Font Awesome 5 free";
    right: 0;
    position: absolute;
    top: 0px;
    font-weight: 700;
}

.nav-previous a,
.nav-next a,
.entry-content a,
.posttags a {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.nav-previous a:hover,
.nav-next a:hover,
.entry-content a:hover,
.posttags a:hover {
    color: #333333;
}

.posttags ul {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
}

.posttags ul li {
    display: inline-block;
    margin-right: 11px;
    margin-bottom: 4px;
}

.posttags ul li:first-child:before {
    font-family: "Font Awesome 5 free";
    content: "\f02c";
    padding-right: 5px;
    font-weight: 700;
    color: #555;
}

.sticky {
    display: block;
}

.sticky-post {
    background: rgba(0, 0, 0, .4);
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 10px 15px;
    position: absolute;
    top: 5px;
    text-transform: uppercase;
    z-index: 57;
}

.sticky-post-text {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 8px 15px;
    text-transform: uppercase;
    display: inline-block;
    margin: 4px 0 11px 0;
}

#postauthor {
    background: #ececec;
    border: 1px solid #d2d2d2;
    padding: 10px;
    overflow: hidden;
    color: #222;
    margin: 30px 0;
    overflow: hidden;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#postauthor h3 {
    font-size: 13px;
    color: #222222;
    margin: 0;
    padding: 10px 0 5px 0;
    text-transform: uppercase;
}

#postauthor img {
    margin: 0;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

#postauthor p {
    color: #222;
    margin: 0;
    padding: 0px 10px 10px 10px;
}

.authorleft {
    width: 10%;
    float: left;
}

.authorright {
    width: 88%;
    float: right;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"] {
    width: 80%;
    padding: 8px 5px;
    border: 1px solid #ccc;
}

textarea {
    width: 97.5%;
    padding: 8px 1%;
    border: 1px solid #ccc;
}

input[type="submit"] {
    background: #59a818;
    border: 0;
    color: #fff;
    padding: 15px 25px;
    display: block;
    transition: all .5s;
    -webkit-transition: all .5s;
}

input[type="submit"]:hover {
    background: #777777;
    cursor: pointer;
}

.notfound-404 {
    font-size: 100px;
    line-height: 100px;
    font-weight: 300;
}

.not-found-text {
    font-size: 30px;
    font-weight: 300;
}

.not-found-search {
    font-size: 18px;
    font-weight: 400;
    margin: 7px 0;
}

#abcrelatedpost {
    margin: 30px 0;
    background: #fff;
    padding: 5px 0;
    width: 100%;
    overflow: hidden;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#abcrelatedpost ul {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.relposttitle {
    position: relative;
    margin: 0 0 22px 0;
    font-size: 20px;
}

.relposttitle:after {
    background: #59a818;
    bottom: -6px;
    content: "";
    height: 2px;
    left: 1px;
    position: absolute;
    width: 60px;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

#abcrelatedpost:hover .relposttitle:after {
    width: 100px;
}

#abcrelatedpost li {
    width: 22.75%;
    float: left;
    margin-right: 3%;
    padding: 0;
}

#abcrelatedpost li:nth-child(4) {
    margin-right: 0;
}

#abcrelatedpost li img {
    max-width: 100%;
    height: auto;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -webkit-backface-visibility: hidden;
}

#abcrelatedpost li:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#abcrelatedpost h4 {
    margin: 8px 0;
    font-size: 18px;
    font-weight: 400;
}

#abcrelatedpost h4 a {
    color: #333;
    font-size: 17px;
    padding: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

#abcrelatedpost h4 a:hover {
    color: #59a818;
}

.aboutoverlay .postmeta,
.aboutoverlay .postmeta a,
.aboutoverlay .postmeta i {
    border: 0;
    color: #d6d6d6;
}

.aboutoverlay .postmeta {
    margin: 7px 0 0 0;
}

.aboutoverlay .entry-header {
    margin: 0;
}

/* ----------------WP Galleries---------------*/

.gallery {
    margin-bottom: 10px;
}

.gallery-item {
    display: inline-block;
    padding: 1%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.gallery-item:hover {
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
}

.gallery-columns-3 .gallery-item {
    max-width: 31.3333%;
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
}

.gallery-columns-5 .gallery-item {
    max-width: 18%;
}

.gallery-columns-6 .gallery-item {
    max-width: 14.66667%;
}

.gallery-columns-7 .gallery-item {
    max-width: 12.2857%;
}

.gallery-columns-8 .gallery-item {
    max-width: 10.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 9.1111%;
}

.gallery-icon img {
    margin: 0 auto;
}

.wp-caption,
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 7px 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/*------------------Home OnePage---------------*/

.page-template-one-page-menu-page #abcheader.smallhead .logo {
    height: 60px;
    padding: 10px 0 10px 0;
}

.page-template-one-page-menu-page #abcheader.smallhead .primarymenu {
    height: 80px;
    line-height: 80px;
}

.page-template-one-page-menu-page .primarymenu ul li.current-menu-item>a,
.page-template-one-page-menu-page .primarymenu ul li.current-menu-item>a {
    color: #222222;
}

.page-template-one-page-menu-page .primarymenu ul li:hover>a {
    color: #f4502a;
}

.trans-header .one-page-menu .primarymenu ul li.current-menu-item>a,
.trans-header .one-page-menu .primarymenu ul li.current-menu-item>a {
    color: #fff !important;
}

.trans-header .smallhead .one-page-menu .primarymenu ul li.current-menu-item>a,
.trans-header .smallhead .one-page-menu .primarymenu ul li.current-menu-item>a {
    color: #222 !important;
}

/*---------------------Contact Us--------------*/
#contactusform {
    margin: 35px 0 0 0;
    overflow: hidden;
}

.contactusleft {
    width: 65%;
    float: left;
}

.contactusright {
    width: 30%;
    float: right;
    color: #333;
}

#abcbiz-contact-map {
    width: 100%;
    height: 100%;
    min-height: 500px;
}

#contactusform .title-pattern {
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 30px;
}

#contactusform .contactusleft input[type="text"],
#contactusform .contactusleft input[type="email"],
#contactusform .contactusleft input[type="tel"] {
    width: 90%;
    border: 1px solid #444;
    padding: 12px 4%;
    margin-bottom: 12px;
    outline: none;
    color: #333;
    background: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#contactusform .contactusleft .abccolumn-1 input {
    padding: 12px 1.8%;
    width: 95.45%;
}

#contactusform .contactusleft textarea {
    width: 95.45%;
    ;
    border: 1px solid #444;
    padding: 12px 1.8%;
    margin-bottom: 12px;
    outline: none;
    color: #333;
    background: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#contactusform .contactusleft input[type="text"]:focus,
#contactusform .contactusleft input[type="email"]:focus,
#contactusform .contactusleft input[type="tel"]:focus,
#contactusform .contactusleft textarea:focus {
    background: rgba(0, 0, 0, .1);
}

#contactusform .contactusleft input[type="submit"] {
    width: 99.5%;
    padding: 15px 0;
}

#contactusform .contactusleft ::-webkit-input-placeholder {
    color: #717171;
    text-transform: uppercase;
}

#contactusform .contactusleft ::-moz-placeholder {
    color: #717171;
    text-transform: uppercase;
}

#contactusform .contactusleft :-ms-input-placeholder {
    color: #717171;
    text-transform: uppercase;
}

#contactusform .contactusleft div.wpcf7 .ajax-loader {
    float: left;
}

.contactusright a {
    color: #333;
}

.cbisname,
.cbisaddress,
.cbisphone,
.cbisfax,
.cbisemail,
.cbisweb {
    margin-bottom: 10px;
    position: relative;
    padding-left: 26px;
}

.cbisname:before,
.cbisaddress:before,
.cbisphone:before,
.cbisfax:before,
.cbisemail:before,
.cbisweb:before {
    color: #555;
    content: "\f101";
    font-family: "Font Awesome 5 free";
    font-size: 15px;
    font-weight: 700;
    left: 5px;
    position: absolute;
    top: 0px;
}

.cbisname:before {
    content: "\f0f7" !important;
}

.cbisaddress:before {
    content: "\f015" !important;
}

.cbisphone:before {
    content: "\f095" !important;
}

.cbisfax:before {
    content: "\f1ac" !important;
}

.cbisemail:before {
    content: "\f0e0" !important;
}

.cbisweb:before {
    content: "\f0ac" !important;
}

/*-----------------Pagination-----------------*/
.navigation {
    margin: -10px 0 20px 0;
}

.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #59a818;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.pagination a:hover {
    color: #fff;
    background: #333333;
}

.pagination .current {
    padding: 6px 9px 5px 9px;
    background: #333333;
    color: #fff;
}

.page-links {
    margin: 20px 0 15px 0;
}

.page-links span {
    background: #59a818;
    width: 28px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
}

.page-links a span {
    background: #333333;
    width: 28px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.page-links a:hover span {
    background: #59a818;
}

.abc-blog-list-pagi {}

.abc-blog-list-pagi .page-numbers {
    background-color: #59a818;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}

.abc-blog-list-pagi .page-numbers.current {
    background-color: #333;
}

.abc-blog-list-pagi .page-numbers:hover {
    background-color: #333;
}

/*---------------------Page Title ----------------------*/
#page-title-area {
width: 100%;
background: transparent;
overflow: hidden;
position: relative;
}

.aboutoverlay {
display: inline-block;
width: 100%;
height: 100%;
background: rgba(0,0,0,.4);
text-align: center;
padding: 42px 0 40px 0;
}

.aboutoverlay .entry-title {
color: #fff;	
}

.aboutoverlay .abcbizcrumbs, .aboutoverlay .abcbizcrumbs a{
color: #d6d6d6;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}

.abouttop {
width: 31%;
margin: 35px 3.5% 35px 0;
float: left;
text-align: center;
}

.abouttop.last {
margin-right: 0;	
}

.abouttop i {
font-size: 35px;
width: 70px;
height: 70px;
text-align: center;
line-height: 70px;
color: #fff;
background: #59a818;
border-radius: 50%;
margin-bottom: 10px;
transition: all 0.5s;
-webkit-transition: all 0.5s;
}

.abouttop:hover i {
background: #333;	
}

.abouttop h3 {
margin: 10px 0;
font-size: 19px;
text-transform: uppercase;	
}

.title-pattern {
background: url(images/title-pattern.png) left center repeat-x;
}

.title-pattern span{
background-color: #fff;
padding-right: 8px;	
}

#aboutmid {
margin: 35px 0;
overflow: hidden;	
}

.aboutmidleft {
width: 66%;
float: left;
margin-right: 3.5%;	
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}

.aboutmidright {
width: 30.5%;
float: left;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}

.aboutmidleft img, .aboutmidright img {
max-width: 100%;
height: auto;	
}

#aboutmid .title-pattern {
text-transform: uppercase;
font-size: 19px;
}

#aboutskil {
margin: 50px 0 25px 0;
}

.abc-progress-bar-text span {
float: right
}

.abc-progress-bar-text {
text-transform: uppercase;
font-size: 13px;
letter-spacing: 2px;
}

.abc-progress-bar {
background: #c8c7c7 none repeat scroll 0 0;
box-shadow: 0 0 0;
height: 3px;
margin: 0 0 20px;
position: relative;
width: 100%;
}

.abc-progress-bar > span {
background: #59a818 none repeat scroll 0 0;
display: block;
height: 100%;
width: 0;
}

#aboutskil .title-pattern {
text-transform: uppercase;
font-size: 19px;
margin-bottom: 25px;
}

ul.whychoseus {
margin: 0;
padding: 0 0 0 10px;	
}

ul.whychoseus li {
text-transform: uppercase;
font-size: 15px;
font-weight: 400;
position: relative;
padding-left: 20px;
margin-bottom: 15px;
}

ul.whychoseus li:before {
color: #59a818;
content: "\f00c";
font-family: "FontAwesome";
font-size: 15px;
left: 0;
position: absolute;
top: 0px;
}


/*--------------------------- Comments------------------------*/
#comments {
    margin: 30px 0;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#comments a {
    color: #222;
}

.comment-content ul,
.comment-content ol {
    margin: 15px 0 15px 23px;
    padding: 0;
}

.comment-content ul li {
    list-style: disc;
}

.comment-content ol li {
    list-style: decimal;
}

.comment-content ul ul,
.comment-content ol ol {
    margin: 15px 0 15px 30px;
}

.comment-author img {
    max-width: 100%;
    height: auto;
    margin: 0 7px 2px 0;
}

.comment-content img,
.comment-content figure {
    max-width: 100%;
    height: auto;
    margin: 10px 0 2px 0;
}

#comments a:hover {
    color: #444;
    text-decoration: underline;
}

.comment-author .avatar {
    float: left;
    margin: 0 10px 0 0;
    border-radius: 50%;
}

.comment-form label {
    display: block
}

.comments-title {
    font-size: 22px;
    position: relative;
    margin: 8px 0 28px 0;
    font-weight: 600;
}

.comments-title:after {
    background: #59a818;
    bottom: -8px;
    content: "";
    height: 2px;
    left: 1px;
    position: absolute;
    width: 100px;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

#comments:hover .comments-title:after {
    width: 150px;
}

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.2);
    padding: 15px 0;
}

.fn {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}

.bypostauthor>article .fn {
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    color: #59a818;
    margin: 0 0 10px 0;
    position: relative;
}

.bypostauthor>article .fn:after {
    background: #59a818;
    bottom: -4px;
    content: "";
    height: 1px;
    left: 1px;
    position: absolute;
    width: 40px;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.bypostauthor>article:hover .fn:after {
    width: 60px;
}

.bypostauthor>article .comment-metadata {
    margin-top: 4px;
}

.comment-metadata {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 5px;
}

.comment-list .reply a {
    border: 1px solid #eaeaea;
    color: #707070;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    padding: 0.4167em 0.8333em;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
}

.comment-list .reply a:hover {
    border: 1px solid #222;
    text-decoration: none !important;
}

#comments input[type="text"],
#comments input[type="email"],
#comments input[type="url"],
#comments textarea {
    border: 1px solid #999;
    padding: 8px 5px;
    outline: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

#comments input[type="text"]:focus,
#comments input[type="email"]:focus,
#comments input[type="url"]:focus,
#comments textarea:focus {
    border-color: #59a818;
}

#comments input[type="submit"] {
    border: 0;
    padding: 10px 16px;
    color: #ffffff;
    border-radius: 3px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

#comments input[type="submit"]:hover {
    background: #333333;
    cursor: pointer;
}

#reply-title {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    margin: 15px 0 18px 0;
}

#reply-title:after {
    background: #59a818;
    bottom: -6px;
    content: "";
    height: 2px;
    left: 1px;
    position: absolute;
    width: 40px;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

#comments:hover #reply-title:after {
    width: 70px;
}


/*----------------------woocommerce--------------*/

.top-right .cart-contents:before {
    font-family: "Font Awesome 5 free";
    content: "\f07a";
    font-style: normal;
    font-weight: 700;
    vertical-align: bottom;
}

.top-right .cart-contents:hover {
    text-decoration: none;
}

.top-right .cart-contents-count {
    color: #fff;
    background: #59a818;
    font-weight: bold;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    font-size: 10px;
    margin-top: -5px;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #333;
}

.woocommerce a.button {
    background: #59a818;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.woocommerce a.button:hover {
    background: #333;
    color: #fff;
}

.woocommerce ul.products li.product a img {
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -webkit-backface-visibility: hidden;
}

.woocommerce ul.products li.product a img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.woocommerce .woocommerce-breadcrumb a {
    color: #59a818;
}

.woocommerce .woocommerce-breadcrumb {
    font-size: 14px;
}

.single-product .quantity input[type="number"] {
    padding: 0;
    color: #333;
    border: 1px solid #333;
    height: 29.28px;
    outline: none;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
h3#order_review_heading,
.woocommerce-tabs h2,
.cart_totals h2,
.related h2 {
    font-size: 20px;
    font-weight: 600;
}

.woocommerce ul.products li.product .onsale {
    z-index: 75;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 100px;
    padding: 0 5px;
    color: #333;
    border: 1px solid #EBE9EB;
    height: 29px;
    outline: none;
}

.woocommerce input.button {
    font-size: 14px;
}

.woocommerce div.product form.cart .button {
    font-size: 14px;
    height: 31px;
    line-height: 31px;
    padding: 0 10px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color: #59a818;
}

#reviews #comments {
    margin: 0;
}

#reviews #reply-title:after {
    display: none;
}

.woocommerce div.product .product_title {
    position: relative;
    margin-bottom: 15px;
}

.woocommerce div.product .product_title:after {
    background: #59a818;
    bottom: -6px;
    content: "";
    height: 2px;
    left: 1px;
    position: absolute;
    width: 60px;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.woocommerce div.product .summary:hover .product_title:after {
    width: 90px;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 !important;
}


/*----------------------Widgets-----------------*/
.sidewidget .widget-title {
    color: #333333;
    border-bottom: 2px solid #d2d1d1;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 12px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}

.sidewidget,
.sidewidget a {
    color: #3d3d3d;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidewidget a:hover {
    color: #59a818;
}

.sidewidget .widget-title:after {
    background: #59a818;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 45px;
    z-index: 48;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.sidewidget:hover .widget-title:after {
    width: 100%;
}

.sidewidget.widget_recent_entries .post-date {
    color: #8f8f8f;
    display: block;
    font-size: 11px;
    margin-top: -1px;
    padding-left: 2px;
}

.sidewidget li {
    position: relative;
    padding-left: 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.sidewidget li:last-child,
.footwidget li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sidewidget li:before {
    color: #3d3d3d;
    content: "\f101";
    font-family: "Font Awesome 5 free";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0px;
    font-weight: 700;
}

.widget_recent_comments li:before {
    content: "\f086" !important;
    font-weight: 400 !important;
}

.widget_categories li:before {
    content: "\f07c" !important;
    font-weight: 400 !important;
}

.widget_archive li:before {
    content: "\f187" !important;
}

.sidewidget .tagcloud a, .sidewidget .wp-block-tag-cloud a {
    font-size: 14px !important;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #c9c9c9;
    margin: 0 5px 5px 0;
}

.sidewidget img,
.footwidget img {
    max-width: 100%;
    height: auto;
}

.sidewidget select,
.footwidget select {
    width: 100%;
    outline: none;
    padding: 5px 0;
    cursor: pointer;
}

.footwidget .wp-caption-text {
    color: #d2d1d1
}

.footwidget td {
    color: #777;
}

.footwidget,
.sidewidget {
    margin-bottom: 25px;
}

.boxed-layout .footwidget {
    padding: 0 15px;
}

.footwidget ul,
.sidewidget ul {
    list-style: none;
    margin: 0;
    padding-left: 10px;
}

.footwidget ul ul,
.sidewidget ul ul {
    padding-left: 5px;
}

.footwidget ul ul li,
.sidewidget ul ul li {
    padding-left: 15px;
    margin: 5px 0 0 -10px;
}

.footwidget li {
    position: relative;
    padding-left: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.footwidget li:before {
    color: #d2d1d1;
    content: "\f101";
    font-family: "Font Awesome 5 free";
    font-size: 14px;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footwidget.widget_recent_entries .post-date {
    color: #929292;
    display: block;
    font-size: 11px;
    margin-top: -1px;
    padding-left: 2px;
}

.footwidget .tagcloud a, .footwidget .wp-block-tag-cloud a {
    font-size: 14px !important;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #d2d1d1;
    margin: 0 5px 5px 0;
}

.footwidget .tagcloud a:hover, .footwidget .wp-block-tag-cloud a:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-color: #59a818;
}

.abc-recent-post {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidewidget .abc-recent-post {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.latest-post-image {
    width: 25%;
    float: left;
}

.abc-recent-post img {
    margin: 0;
    border: 2px solid #e7e8e2;
    transition: opacity 0.7s;
    -webkit-transition: opacity 0.7s;
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}

.abc-recent-post img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.latest-post-contents {
    width: 70%;
    float: right;
}

.latest-post-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 3px 0;
    padding: 0;
}

.latest-post-date {
    font-size: 12px;
    line-height: 16px;
}

.abc-flickr {
    overflow: hidden;
}

.abc-flickr a {
    display: block;
    width: 31.33%;
    float: left;
    margin: 0px 2% 2% 0;
    border: none;
}

.abc-flickr img {
    width: 100%;
    height: auto;
    border: 1px solid #e7e8e2;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -webkit-backface-visibility: hidden;
}

.abc-flickr img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/*------------VC Custom Title ----------*/
.titcenter {
    text-align: center;
}

.titcenter.title-pattern span {
    padding: 0 8px;
}

.titright {
    text-align: right;
}

.titright.title-pattern span {
    padding-left: 8px;
}

/*-----------------VC Service Box------------------------*/
.service-box-wrap {
    padding: 18px 15px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.service-box-wrap.no-shadow,
.service-box-wrap.no-shadow:hover {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0);
}

.service-box-wrap:hover {
    box-shadow: 0px 0px 8px rgba(73, 65, 65, 0.5);
}

.sboxcen {
    text-align: center;
}

.sboxleft {
    text-align: left;
}

.sboxright {
    text-align: right;
}

.service-box-icon span {
    font-size: 35px;
    width: 70px;
    height: 70px;
    line-height: 50px;
    color: #fff;
    background-color: #59a818;
    border-radius: 50%;
    margin-bottom: 10px;
    text-align: center !important;
    display: block;
}

.service-box-wrap.sboxcen .service-box-icon span {
    margin-left: auto;
    margin-right: auto;
}

.service-box-icon.smallicon span {
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.service-box-icon.largeicon span {
    font-size: 50px;
    width: 100px;
    height: 100px;
    line-height: 100px;
}

/*----------------VC Counter-----------------------------*/
.counter-box-icon.countlarge span {
    font-size: 40px;
}

.counter-box-icon.countmedium span {
    font-size: 30px;
}

.counter-box-icon.countsmall span {
    font-size: 20px;
}

/*----------------VC Team Members----------------------------*/
.abc-vc-tmember-wrap .abcviewall {
    margin: 0;
}

/*-----------------VC Skills--------------------------------*/
.skilldark .abcskill strong,
.skilldark .abcskill span,
.skilldark .abcskill strong i {
    color: #3d3d3d;
}

.smallcircle .abcskill strong {
    font-size: 22px;
    top: 17%;
}

.largecircle .abcskill strong {
    font-size: 32px;
    top: 34%;
}

/*-----------------VC Pricing Table------------------------*/

.table-style-one-wrap .abccolumn-4,
.table-style-one-wrap .abccolumn-3 {
    text-align: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0 0 20px 0;
    backface-visibility: hidden;
}

.table-style-one-wrap .abccolumn-4:hover,
.table-style-one-wrap .abccolumn-3:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
}

.table-style-one-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.table-style-one-wrap ul li {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ddd;
}

.table-style-one-wrap .popularitem ul,
.table-style-one-wrap .popularitem .packageprice,
.table-style-one-wrap .popularitem .pricingbutton a {
    color: #eaeaea;
}

.table-style-one-wrap .popularitem {
    background: #333;
}

/*-----------------VC Testimonials Slider One--------------*/
.abcbiztestimonials.lighttesti h3,
.abcbiztestimonials.lighttesti p {
    color: #fff;
}

.abcbiztestimonials.darktesti h3,
.abcbiztestimonials.darktesti p {
    color: #3d3d3d;
}

.abcbiztestimonials.darktesti a.next:after,
.abcbiztestimonials.darktesti a.prev:before {
    color: #5f5f5f;
    border: 2px solid #5f5f5f;
}

.vc_images_carousel {
    width: 99.5% !important;
}

/*-----------------VC Testimonials Post--------------*/
.abc-vc-testi-post-wrap .abccolumn-2 {
    margin-bottom: 30px;
}

.nopagi .pagination {
    display: none;
}

/*-----------------VC Tabs-------------------------*/
.abc-vc-tabs-wrap {
    background: #333333;
    overflow: hidden;
    color: #ffffff;
    padding: 0 0 10px 0;
}

.tabdesc {
    position: relative;
    display: none;
    padding: 60px 12px 15px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

.tabdesc .tab-cnt-head {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 22px 0 15px 0;
    position: relative;
    text-transform: uppercase;
}

.tabdesc .abccolumn-2.last {
    text-align: right;
}

.tabdesc .abccolumn-2.last img {
    max-width: 100%;
    padding-right: 0;
}

.tabdesc .tab-cnt-head:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 45px;
    bottom: -8px;
    left: 0;
    transition: width 0.5s ease;
    -wekit-transition: width 0.5s ease;
}

.tabdesc:hover .tab-cnt-head:after {
    width: 90px;
}

.tabone .tab-cnt-head {
    color: #de3f1b;
}

.tabone .tab-cnt-head:after {
    background: #de3f1b;
}

.tabtwo .tab-cnt-head {
    color: #4e9c0e;
}

.tabtwo .tab-cnt-head:after {
    background: #4e9c0e;
}

.tabthree .tab-cnt-head {
    color: #19b4e6;
}

.tabthree .tab-cnt-head:after {
    background: #19b4e6;
}

.tabfour .tab-cnt-head {
    color: #beb512;
}

.tabfour .tab-cnt-head:after {
    background: #beb512;
}

.tabstyle2 ul.abctab li:nth-child(1) {
    background: #0a7c5e;
}

.tabstyle2 ul.abctab li:nth-child(1) a:hover,
.tabstyle2 ul.abctab li:nth-child(1) .active {
    background: #066d52;
}

.tabstyle2 ul.abctab li:nth-child(1) a.active:before {
    background: #066d52;
}

.tabstyle2 .tabone .tab-cnt-head {
    color: #0a7c5e;
}

.tabstyle2 .tabone .tab-cnt-head:after {
    background: #0a7c5e;
}

.tabstyle2 ul.abctab li:nth-child(2) {
    background: #6e1a12;
}

.tabstyle2 ul.abctab li:nth-child(2) a:hover,
.tabstyle2 ul.abctab li:nth-child(2) .active {
    background: #420f0b;
}

.tabstyle2 ul.abctab li:nth-child(2) a.active:before {
    background: #420f0b;
}

.tabstyle2 .tabtwo .tab-cnt-head {
    color: #a13e34;
}

.tabstyle2 .tabtwo .tab-cnt-head:after {
    background: #a13e34;
}

.tabstyle2 ul.abctab li:nth-child(3) {
    background: #4f4feb;
}

.tabstyle2 ul.abctab li:nth-child(3) a:hover,
.tabstyle2 ul.abctab li:nth-child(3) .active {
    background: #4242df;
}

.tabstyle2 ul.abctab li:nth-child(3) a.active:before {
    background: #4242df;
}

.tabstyle2 .tabthree .tab-cnt-head {
    color: #5858e6;
}

.tabstyle2 .tabthree .tab-cnt-head:after {
    background: #5858e6;
}

.tabstyle2 ul.abctab li:nth-child(4) {
    background: #30d55c;
}

.tabstyle2 ul.abctab li:nth-child(4) a:hover,
.tabstyle2 ul.abctab li:nth-child(4) .active {
    background: #20bd4a;
}

.tabstyle2 ul.abctab li:nth-child(4) a.active:before {
    background: #20bd4a;
}

.tabstyle2 .tabfour .tab-cnt-head {
    color: #30d55c;
}

.tabstyle2 .tabfour .tab-cnt-head:after {
    background: #30d55c;
}

.tabstyle3 ul.abctab li:nth-child(1) {
    background: #a9569f;
}

.tabstyle3 ul.abctab li:nth-child(1) a:hover,
.tabstyle3 ul.abctab li:nth-child(1) .active {
    background: #a5459a;
}

.tabstyle3 ul.abctab li:nth-child(1) a.active:before {
    background: #a5459a;
}

.tabstyle3 .tabone .tab-cnt-head {
    color: #a9569f;
}

.tabstyle3 .tabone .tab-cnt-head:after {
    background: #a9569f;
}

.tabstyle3 ul.abctab li:nth-child(2) {
    background: #4c88ce;
}

.tabstyle3 ul.abctab li:nth-child(2) a:hover,
.tabstyle3 ul.abctab li:nth-child(2) .active {
    background: #3b7bc4;
}

.tabstyle3 ul.abctab li:nth-child(2) a.active:before {
    background: #3b7bc4;
}

.tabstyle3 .tabtwo .tab-cnt-head {
    color: #4c88ce;
}

.tabstyle3 .tabtwo .tab-cnt-head:after {
    background: #4c88ce;
}

.tabstyle3 ul.abctab li:nth-child(3) {
    background: #de8741;
}

.tabstyle3 ul.abctab li:nth-child(3) a:hover,
.tabstyle3 ul.abctab li:nth-child(3) .active {
    background: #d27a32;
}

.tabstyle3 ul.abctab li:nth-child(3) a.active:before {
    background: #d27a32;
}

.tabstyle3 .tabthree .tab-cnt-head {
    color: #de8741;
}

.tabstyle3 .tabthree .tab-cnt-head:after {
    background: #de8741;
}

.tabstyle3 ul.abctab li:nth-child(4) {
    background: #904654;
}

.tabstyle3 ul.abctab li:nth-child(4) a:hover,
.tabstyle3 ul.abctab li:nth-child(4) .active {
    background: #81303f;
}

.tabstyle3 ul.abctab li:nth-child(4) a.active:before {
    background: #81303f;
}

.tabstyle3 .tabfour .tab-cnt-head {
    color: #ac5767;
}

.tabstyle3 .tabfour .tab-cnt-head:after {
    background: #ac5767;
}


/*-----------------------footer--------------------*/
.site-footer {
    width: 100%;
}

#footer-widgets-area {
    width: 100%;
    background: #333333;
    padding: 45px 0 25px 0;
    overflow: hidden;
}

#footer-widgets-area .abccolumn-4,
#footer-widgets-area .abccolumn-3 {
    margin-bottom: 0;
}

.footwidget .widget-title {
    color: #d2d1d1;
    border-bottom: 2px solid #d2d1d1;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}

.footwidget,
.footwidget a {
    color: #d2d1d1;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footwidget a:hover {
    color: #59a818;
}

.footwidget .widget-title:after {
    background: #59a818;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 45px;
    z-index: 48;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.footwidget:hover .widget-title:after {
    width: 100%;
}

#site-info {
    background: #000000;
    color: #c0c0c0;
    overflow: hidden;
    padding: 12px 0;
}

.copyright {
    width: 36%;
    float: left;
    padding-left: 0;
}

.boxed-layout .copyright {
    padding-left: 15px;
}

.copyright a {
    color: #c0c0c0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.copyright a:hover {
    color: #59A818;
}

.footer-navigation {
    width: 60%;
    float: right;
}

.boxed-layout .footer-navigation {
    margin-right: 15px;
}

.footermenu ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

.footermenu ul ul {
    display: none;
}

.footermenu ul li {
    display: inline;
}

.footermenu ul li a {
    color: #c0c0c0;
    padding: 0 10px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footermenu ul li:last-child a {
    padding-right: 0;
}

.footermenu ul li a:hover {
    color: #59A818;
}

.footermenu ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -22px;
    border-top: 1px solid #c4c4c1;
    width: 16px;
    transform: rotate(120deg);
    transform-origin: 0% 0%;
    margin-top: -7px;
}

.footermenu ul li:last-child a:after,
.footermenu ul ul {
    display: none;
}

#site-info .socialmedia {
    display: none;
}

#smoothup {
    background: #59A818;
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 15px;
    display: none;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    border-radius: 4px;
    z-index: 771;
}

#smoothup:hover {
    background: rgba(201, 192, 29, .9);
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #d8f2c3;
    z-index: 9967753;
}

#abcloader {
    width: 200px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

#abcloader img {
    max-width: 200px;
    height: auto;
}

#abcloader h2 {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.abcspinner {
    margin: 0 auto;
    width: 200px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.abcspinner>div {
    background-color: #59a818;
    height: 100%;
    width: 20px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.abcspinner .box2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.abcspinner .box3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.abcspinner .box4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.abcspinner .box5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.hideall,
.hidedesk,
.lswp-notification.info,
.lswp-notification.scheduled {
    display: none;
}

#contactusform.contactus-ele-form .contactusleft {
    width: inherit;
}

@media screen and (min-width: 1400px) {
    #tabsarea .abcgrid {
        width: 82% !important;
    }
}

@media screen and (max-width: 1300px) {
    #tabsarea .abcgrid {
        width: 91% !important;
    }
}

@media screen and (max-width: 1100px) {
    #tabsarea .abcgrid {
        width: 95.5% !important;
    }
}

@media screen and (min-width: 951px) {
    #mobilemenu {
        display: none !important;
    }
}

@media screen and (min-width: 751px) {
    .mobsearchform {
        display: none !important;
    }
}

@media screen and (max-width: 790px) {
    .logged-in #headerarea {
        top: 43px;
    }
}

@media screen and (max-width: 750px) {
    .hidemob {
        display: none;
    }

    .hidedesk {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .logged-in #headerarea {
        position: relative;
    }

    .trans-header #headerarea {
        position: fixed !important;
    }

    .logged-in .content-area {
        margin-top: 0;
        padding-top: 43px;
    }
}

/*--------------------------------------------------------------------
 * New Theme CSS
 * -------------------------------------------------------------------*/
.abc-elementor-heading-d-line {
    position: relative;
}

.abc-elementor-heading-d-line:before,
.abc-elementor-heading-d-line:after {
    content: '';
    top: 10px;
    left: 0;
    width: 43%;
    height: 1px;
    background-color: #CCC;
    position: absolute;
    display: block;
}

.abc-elementor-heading-d-line:after {
    right: 0;
    left: inherit;

}

/* Apply grayscale filter by default */
.abc-elementor-logo-carousel img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    /* Add a smooth transition effect */
}

/* Remove grayscale filter on hover to display color */
.abc-elementor-logo-carousel img:hover {
    filter: grayscale(0%);
}
ul.wp-block-social-links li {
	padding: 0;
}

ul.wp-block-social-links li:before{
display: none
}
