/*
Theme Name: Unicon Pro
Theme URI: https://accesspressthemes.com/wordpress-themes/unicon-pro
Author: AccessPress Themes
Author URI: https://accesspressthemes.com/
Description: Unicon Pro is an excellent premium WordPress Business/Corporate theme tailored with powerful features and spectacular design. It is a complete theme comprising ultimate features and functionalities that makes your business site stand out. The theme can be best used for business, corporate, personal blogs, portfolio, and other creative agency websites. It comes with intuitive interface and high flexibility. It enables you to configure most of its elements right from the back-end without touching a single line of codes. Unicon Pro is an SEO friendly theme optimized for best SEO performance to better rank your website in search engines. This full fledged, responsive WP theme looks awesome on any screen resolution and function well across all major browsers. It ensures the great user experience and usability.
Version: 1.0.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: unicon-pro
Tags: one-column, two-columns, right-sidebar,front-page-post-form,full-width-template,rtl-language-support,sticky-post,theme-options, custom-background, custom-menu, editor-style, featured-images, threaded-comments, translation-ready, footer-widgets, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Unicon Pro is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v3 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    color: #424242;
    background-color: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    outline: 0;
}

a:active,
a:hover,
a:focus {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}


/*h1 {
	font-size: 2em;
	margin: 0.67em 0;
}*/

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0 0 30px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

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

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #696969;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0;
    font-family: "Roboto"
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 0 0 15px;
}

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

blockquote {
    margin: 0 0 25px;
    background: #F6F6F6;
    padding: 25px;
    border-left: 10px solid #EEE;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

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

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
			Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.container-wrap:after,
.container-wrap:before {
    content: '';
    display: table;
}

.clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.site-footer:after,
.apmag-container:after {
    clear: both;
}

.clear {
    clear: both;
}

.clearfix:after {
    /*visibility: hidden;*/
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}


/* start commented backslash hack \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/* close commented backslash hack */


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
    font-family: 'Roboto', sans-serif;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 0 30px;
    padding: 0;
}

ol {
    list-style: decimal outside;
}

ul {
    list-style: square outside;
}

li {
    margin-bottom: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

table td,
table th {
    border: 1px solid #EEE;
    padding: 10px;
    text-align: left;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #92c330;
    border-radius: 0px;
    background: #92c330;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 30px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #92c330;
    background: transparent;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #92c330;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 10px;
}

select {
    border: 1px solid #ccc;
    padding: 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    text-decoration: none;
}

:active,
:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.un-add-menu{
    color: #CCC;
    text-decoration: underline;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

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

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 30px;
}

.widget-area .widget {
    margin: 0 0 50px;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}

.widget-area .instagram-widget li a:before {
    content: '' !important;
}

.widget-area .instagram-widget li:first-child {
    padding: 5px;
}

.widget-area .instagram-widget li {
    margin: 0;
    border-top: 0;
    padding: 5px;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
    border: 1px solid #EEE;
    padding: 30px;
}

.hentry {
    margin: 0 0 70px;
}

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

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

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

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


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

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

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

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


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 10px 0;
    font-size: 0.8em;
}

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


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
    font-size: 0.8em;
    line-height: 1.2;
    margin-top: 15px;
}


/**
 * Unicon Our Works Section
*/

.scrollPane {
    overflow: hidden;
    width: 100%;
}

.scroll-bar {
    clear: both;
    margin: 0 auto;
    max-width: 400px;
}


/*=========================================
			new styles
===========================================*/

.site-header {
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.banner .site-header {
    height: 100vh;
}

.slider .site-header {
    position: absolute;
    left: 0px;
    width: 100%;
}

.site-header.kr-homepage {
    position: relative;
    min-height: 100vh;
}

.site-header.kr-homepage:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.kr-headerwrap {
    position: relative;
    z-index: 99
}

.banner .kr-headerwrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.quickinfo ul li {
    font-size: 13px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    margin-right: 10px;
    padding-right: 15px;
    float: left;
    list-style: none;
    line-height: 36px;
}

.quickinfo ul li:last-child {
    border-right: 0;
}

.topheader {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    line-height: 35px;
}

.topheader,
.mainheader {
    position: relative;
    z-index: 99;
}

.quickinfo ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    line-height: 36px;
}

.quickinfo ul li a {
    color: #ffffff;
}

.quickinfo ul li a:hover {
    color: #92c330;
}

.right-header-wrap {
    float: right;
}

.quickinfo {
    float: left;
}

.socialicon ul {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.socialicon ul li {
    display: inline-block;
    font-size: 16px;
}

.socialicon ul li a {
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 0 10px;
    outline: 0;
}

.socialicon ul li a:hover {
    color: #92c330;
}

.mainheader {
    clear: both;
}

.site-branding {
    width: 30%;
    float: left;
}

.kr-navmenu {
    width: 70%;
    float: right;
}

.logo {
    margin-right: 20px;
}

.logo,
.logo-textwrap {
    display: table-cell;
}

.logo-textwrap .site-title {
    margin: 0;
    line-height: 1;
    font-size: 35px;
    margin-bottom: 5px;
    font-weight: bold;
}

.logo-textwrap .site-title a {
    color: #FFF;
}

.logo-textwrap .site-description {
    margin: 0;
    font-weight: 100;
    color: #FFF;
}

.menulink {
    float: right;
    margin-top: 0px;
    clear: both;
}

.menulink ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.menulink ul li a {
    font-size: 14px;
    color: #fff;
    padding: 0px 15px;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
}

.menulink ul>li {
    position: relative;
    float: left;
    list-style: none;
}

.menulink ul>li>a {
    padding: 12px 25px;
    display: block;
}

.menulink ul>li:last-child>a,
.socialicon ul li:last-child {
    padding-right: 0;
}

.menulink ul>li>a:after {
    content: "/";
    color: rgba(255, 255, 255, 0.22);
    position: absolute;
    right: -5px;
}

.menulink ul ul.sub-menu>li>a:after,
.menulink ul>li:last-child a:after {
    content: none;
}

.menulink ul ul.sub-menu {
    display: none;
    background-color: #222326;
    top: 100%;
    width: 200px;
    position: absolute;
    z-index: 999;
}

.menulink ul>li:hover ul ul.sub-menu {
    display: none;
}

.menulink ul ul>li:hover>ul.sub-menu {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
}

.menulink ul ul ul {
    display: none;
}

.menulink ul ul.sub-menu a {
    color: #fff;
}

.menulink ul ul.sub-menu li {
    display: block;
    width: 100%;
}

.menulink ul ul.sub-menu li a {
    text-transform: uppercase;
    font-size: 12px;
}

.menulink ul ul.sub-menu a:hover {
    color: #7a7a7a;
}

.menulink ul>li {
    position: relative;
}

.menulink ul>li:hover ul.sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    padding-left: 0;
}

.no-breadcrumbs .kr-innerheader .menulink ul>li:hover ul.sub-menu {
    margin-top: 0;
}

.mainbanner-wrap {
    margin-bottom: 40px;
    margin-top: 40px;
}

.mainbanner-wrap h1 {
    margin-bottom: 30px;
    margin: 0;
}

.mainbanner-wrap h1 {
    font-size: 60px;
    margin-bottom: 30px;
}

.main-content {
    font-size: 16px;
    line-height: 1.5;
    max-width: 75%;
    margin: 0 auto;
}

.mainbanner-content {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    clear: both;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.2;
    z-index: 9;
}

.mainbanner-button-wrap {
    display: inline-block;
    line-height: 1;
}

.mainbanner-button-wrap .first-button {
    display: inline-block;
}

.mainbanner-button-wrap .first-button a {
    padding: 15px 15px;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 7px;
    display: block;
    min-width: 152px;
    position: relative;
    z-index: 0;
}

.mainbanner-button-wrap .first-button a:after {
    background: #92c330;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    content: "";
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: -2;
}

.mainbanner-button-wrap .first-button a:hover:after {
    right: 0;
    width: 100%;
    opacity: 1;
    z-index: -1;
}

.mainbanner-button-wrap .first-button a:hover {
    border-color: #92c330;
}

.mainbanner-button-wrap .first-button.kr-styleone a {
    background: transparent;
    border-color: #92c330;
    position: relative;
    z-index: 0;
}

.mainbanner-button-wrap .first-button.kr-styleone a:after {
    background: #92c330;
    border-color: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    right: 0;
    z-index: -2;
}

.mainbanner-button-wrap .first-button.kr-styleone a:hover:after {
    width: 0;
    right: 100%;
    z-index: -1;
}

.mainbanner-button-wrap .first-button.kr-styleone a:hover {
    border-color: #fff;
}


/*=====================================
		inner pages menu
========================================*/

.kr-innerheader .menulink ul li a {
    color: #696969;
}

.kr-innerheader .menulink ul>li>a:after {
    color: #696969;
}

.kr-innerheader .menulink ul>li:hover ul {
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.175);
}

.kr-innerheader .menulink ul ul li a,
.menulink ul ul li a {
    color: #333;
    line-height: 1.5;
    padding: 12px 15px 10px;
}

.kr-innerheader .menulink ul ul {
    background-color: #fff;
}

.kr-innerheader ul ul.sub-menu>li:focus a,
.kr-innerheader ul ul.sub-menu>li:hover a {
    color: #262626;
    text-decoration: none;
}

.kr-innerheader ul ul.sub-menu>li:focus,
.kr-innerheader ul ul.sub-menu>li:hover {
    background-color: #f5f5f5;
}

.kr-innerheader ul ul.sub-menu>li,
.kr-innerheader ul ul.sub-menu>li {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.kr-innerheader .logo-textwrap .site-title a,
.kr-innerheader .site-description {
    color: #333;
}

.kr-innerheader .topheader {
    border-bottom: 1px solid rgba(194, 194, 194, 0.3);
}

.site-header.kr-innerheader,
.kr-innerheader .socialicon ul li a,
.site-header.kr-innerheader li a {
    color: #a7a7a7;
}

.kr-innerheader .socialicon ul li a:hover,
.site-header.kr-innerheader li a:hover {
    color: #92c330;
}

.kr-innerheader .site-header {
    line-height: 50px;
}

.site-header .site-branding .custom-logo-link {
    display: block;
    margin-right: 20px;
}

.site-header.kr-innerheader {
    min-height: 0;
    margin-bottom: 0;
    height: auto;
    background: #FFF;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.mainheader {
    padding: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mainheader .container-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menulink ul>li{
    margin: 0
}

.kr-innerheader .menulink ul>li>a {
    padding-bottom: 20px;
}

.no-breadcrumbs .kr-innerheader .menulink ul>li>a {
    padding-bottom: 12px;
}

.page_header_wrap .container-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.page_header_wrap .entry-header .entry-title {
    font-size: 50px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 10px;
}

.page_header_wrap {
    position: relative;
}

.page_header_wrap:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}

.inbanner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.14);
    width: 100%;
    height: 100%;
}

.page_header_wrap #unicon-breadcrumb i.fa {
    font-size: 10px;
    padding: 0 8px;
    color: #EEE;
}

.page_header_wrap #unicon-breadcrumb,
.page_header_wrap #unicon-breadcrumb a,
.page_header_wrap .woocommerce-breadcrumb,
.page_header_wrap .woocommerce-breadcrumb a{
    font-size: 14px;
     color: #FFF;
}
/*======================================
			section title
========================================*/

.section-title {
    margin-bottom: 20px;
}

.section-title h1,
.section-title h3 {
    margin: 0;
    line-height: 1;
}

.section-title h2 {
    position: relative;
    font-size: 100px;
    font-weight: 500;
    letter-spacing: 10px;
    text-indent: -5px;
    margin: 0;
    text-transform: uppercase;
    color: #f0f0f0;
    line-height: 1;
}

.section-title h3 {
    position: absolute;
    font-size: 30px;
    font-weight: 900;
    left: 65%;
    white-space: nowrap;
    margin: 0;
    top: 35%;
    text-transform: uppercase;
    color: #555555;
}

.section-title h2:after,
.unicon-counter-section .counter:after {
    content: "";
    position: absolute;
    background: #a2ca4d;
    width: 48px;
    height: 3px;
    bottom: -10px;
    left: 65%;
}

.unicon-counter-section .counter:after {
    width: 100%;
}

.section-title {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}


/*================================
			about section
====================================*/

.about-content-wrapper {
    position: relative;
    padding-top: 25px;
    overflow: hidden;
}

.about-content-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 330px;
    background: #e6e6e6;
    z-index: 0;
    top: 50px;
}

.container-wrap {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.about-content-wrapper .container-wrap {
    position: relative;
    z-index: 1;
}

.about-content-wrapper .about-content {
    width: 30%;
    float: left;
    background: #fff;
    padding: 70px 40px;
    font-size: 14px;
    color: #696969;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.04);
    border: 1px solid #eee;
}

.about-content-wrapper .about-content p {
    margin-bottom: 50px;
}

.about-content-wrapper .about-content h3 {
    font-size: 24px;
    color: #555555;
    margin: 0 0 10px;
    position: relative;
    padding-bottom: 10px;
    word-wrap: break-word;
}

.about-content-wrapper .about-content h3:after,
.lSSlideOuter .aboutservices h4:after {
    content: "";
    background: #a2ca4d;
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.about-section .lSSlideOuter {
    width: 69%;
    float: right;
}

.aboutservices .about-image figure {
    margin: 50px 0;
    height: 240px;
    overflow: hidden;
}

.aboutservices .about-image figure img {
    display: block;
    width: 100%;
}

.aboutservices .about-image {
    min-height: 200px;
    padding: 20px 0 15px;
}

.about-section .readmore a {
    padding: 12px 20px;
    border: 1px solid #e3e3e3;
    text-decoration: none;
    display: block;
    color: #696969;
    text-transform: uppercase;
    min-width: 100px;
}

.about-section .readmore a:hover {
    background: #a2ca4d;
    color: #fff;
    border-color: #a2ca4d;
}

.about-section .readmore {
    display: block;
    text-align: center;
}

.about-image-column {
    margin: 0 0 0 15px;
    font-size: 14px;
    color: #696969;
}

.aboutservices h4 {
    margin: 0;
    padding: 10px 0 10px;
    margin-bottom: 10px;
    color: #555555;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.aboutservices h4:hover {
    color: #91c51a;
}

.about-section .lSAction>a {
    color: #fff;
    opacity: 1;
    top: 37%;
    background-image: none;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    font-size: 30px;
    z-index: 0;
}

.about-section .lSAction>.lSNext,
.blog-section .lSSlideOuter .lSAction>.lSNext {
    right: 0px;
    text-align: right;
    opacity: 0;
    background-image: url(assets/images/kr-arrow.png);
    background-repeat: no-repeat;
    background-position: -50px 0;
    width: 40px;
    height: 40px;
}

.about-section .lSAction>.lSPrev,
.blog-section .lSSlideOuter .lSAction>.lSPrev {
    left: 15px;
    opacity: 0;
    background-image: url(assets/images/kr-arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 40px;
    height: 40px;
    /*background: rgba(0,0,0,0.3);*/
}

.about-section .lSAction>.lSPrev:hover,
.blog-section .lSSlideOuter .lSAction>.lSPrev:hover {
    background-position: 0 -50px;
}

.about-section .lSAction>.lSNext:hover,
.blog-section .lSSlideOuter .lSAction>.lSNext:hover {
    background-position: -50px -50px;
}

.about-section .lSAction i,
.blog-section .lSAction i {
    display: none;
}

.about-section .lSSlideOuter:hover .lSAction>.lSPrev,
.about-section .lSSlideOuter:hover .lSAction>.lSNext {
    opacity: 1;
}


/*========================================
			service section
==========================================*/

.services-area-wrapper.img-responsive {
    background-position: center;
    background-size: cover;
    width: 100%;
}

.servicesrow {
    clear: both;
    width: 100%;
}

.unicon-services-section .row-items {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 120px;
    display: block;
}

.unicon-services-section .servicesrow:first-child .row-items {
    margin-top: 90px;
}

.unicon-services-section .servicesrow:last-child .row-items {
    margin-bottom: 0px;
}

.unicon-services-section .row-items .serviceswrap {
    width: 25%;
    padding: 0 15px;
    position: relative;
    float: left;
}

.unicon-services-section .row-items .serviceswrap.servicesone,
.unicon-services-section .row-items .serviceswrap.servicesfive {
    margin-left: 8.33333333%;
}

.unicon-services-section .row-items .serviceswrap.servicestwo,
.unicon-services-section .row-items .serviceswrap.servicessix {
    margin-left: 33.33333333%;
}

.unicon-services-section .row-items .serviceswrap.servicesfour {
    margin-left: 50%;
}

.unicon-services-section .serviceswrap .item-box {
    position: relative;
    text-align: center;
    padding: 20px 10px 20px 10px;
    border: 1px solid #e7e7e7;
    z-index: 0;
}

.unicon-services-section .serviceswrap .item-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -65px;
    font-size: 52px;
    color: #a2ca4d;
}

.unicon-services-section .item-vertical-line {
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    z-index: 0;
    line-height: 1;
}

.unicon-services-section .item-vertical-line:after {
    content: "|";
    font-size: 25px;
    color: #a2ca4d;
}

.unicon-services-section .item-box .item-id {
    position: absolute;
    font-size: 20px;
    color: #e0dede;
    left: 10px;
    top: -20px;
    background-color: #fff;
    padding: 5px;
    z-index: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.unicon-services-section .item-box:hover .item-id {
    color: #a2ca4d;
}

.unicon-services-section .serviceswrap .item-box:after {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    border-top: 1px solid #a2ca4d;
    border-bottom: 1px solid #a2ca4d;
    z-index: -1;
}

.unicon-services-section .serviceswrap .item-box:before {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    border-left: 1px solid #a2ca4d;
    border-right: 1px solid #a2ca4d;
}

.unicon-services-section .item-box:before,
.unicon-services-section .item-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.unicon-services-section .item-box:hover:before,
.unicon-services-section .item-box:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.unicon-services-section .item-box .item-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #333;
}

.unicon-services-section .item-box .item-title a {
    color: #333333;
}

.unicon-services-section .item-box .item-text {
    font-size: 14px;
    line-height: 24px;
}


/*========================================
			sucess section
==========================================*/

.unicon-sucess-section .sucess-graph-wrap,
.unicon-sucess-section .sucess-content-wrapper {
    width: 50%;
    float: left;
}
.unicon-sucess-section .sucess-graph-wrap .sucessgraph {
    width: 100% !important;
}
.unicon-sucess-section .sucess-content-wrapper {
    padding: 0 15px 0 25px;
    font-size: 14px;
}

.unicon-sucess-section .sucess-content-wrapper h4 {
    font-size: 24px;
    color: #555555;
    text-transform: uppercase;
}

.sucess-content-wrapper h4 {
    position: relative;
    margin: 0 0 30px;
}

.sucess-content-wrapper h4:after {
    content: "";
    position: absolute;
    background: #a2ca4d;
    width: 48px;
    height: 3px;
    bottom: -5px;
    left: 0;
}

.sucess-content-wrapper h5 {
    color: #716f75;
    font-size: 18px;
    font-style: italic;
    margin: 0 0 30px;
}

.sucess-content-wrapper p {
    margin: 0;
}


/*=================================
			counter section
==================================*/

.unicon-counter-section {
    clear: both;
    background: #a2ca4d;
    color: #fff;
    padding: 50px 0;
}


/*==========================
div gapings starts
=============================*/

.video-section {
    z-index: 0;
}

.unicon-services-section {
    padding: 80px 0;
}

.unicon-sucess-section,
.about-section,
.works-section,
.team-section,
.testimonial-section,
.blog-section {
    padding: 80px 0;
}

.unicon-feature-section {
    padding: 80px 0 40px;
}

.section-title-wrap {
    margin-bottom: 50px;
}

.team-section .section-title-wrap {
    margin-bottom: 0px;
}


/*Ends========================*/

.unicon-counter-wrap {
    display: table;
    width: 100%;
    color: #fff;
}

.unicon-counter-section .unicon-counter {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
    position: relative;
}

.unicon-counter-section .counter-title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.unicon-counter-section span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 0.95;
    text-transform: none;
}

.unicon-counter-section .counter {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.unicon-counter-section .counter:after {
    left: 0;
    background: #fff;
    bottom: 0;
}

.unicon-counter-section .counter-icon {
    display: block;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 19%;
    left: 15px;
}

.unicon-counter-section .count_2 .counter-icon {
    left: 24%;
}

.unicon-counter-section .count_3 .counter-icon {
    left: 15%;
}

.unicon-counter-section .layout-2 .counter-icon {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
    top: auto;
    left: auto;
    margin-right: 10px;
}

.unicon-counter-section .layout-2 .counter:after {
    display: none;
}

.unicon-counter-section .unicon-counter.layout-2 {
    text-align: center;
}

.unicon-counter-section .layout-2 .counter-title {
    position: relative;
    margin-top: 15px;
    padding-top: 30px;
}

.unicon-counter-section .layout-2 .counter-title:before {
    content: '';
    position: absolute;
    background-color: #ffffff;
    width: 70px;
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.unicon-counter-section .counter-title {
    font-weight: 400;
}


/*=====================================
			team section
==========================================*/

.team-section .team-section-content-wrap {
    position: relative;
}

.team-section .team-image {
    width: 300px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    right: 80px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.team-section .team-image img {
    display: block;
    max-width: 100%;
}

.team-section .lSSlideOuter {
    padding: 50px 0;
}

.team-section .lSSlideWrapper {
    overflow: visible;
}

.teamwrap.lightSlider {
    overflow: visible;
}

.team-section .team-image figure {
    margin: 0;
    height: 100%;
    display: block;
}

.team-section .teaminfo {
    position: relative;
    padding: 70px 420px 70px 40px;
    background-color: transparent;
}

.team-section .teaminfo:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e6e6e6;
}

.team-section .team-info-description {
    font-size: 16px;
}

.team-section .team-info-description p {
    margin-top: 0;
    font-style: italic;
}

.team-section .team-info-description h4 {
    text-align: left;
    color: #696969;
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

.team-section .team-info-description h4 span {
    font-size: 14px;
    color: #999999;
    display: block;
    font-weight: 400;
}


/*================================
				slider navigation
=====================================*/

.team-section .lSSlideOuter .lSAction>.lSPrev,
.team-section .lSSlideOuter .lSAction>.lSNext {
    min-width: 50px;
    left: auto;
    line-height: 1;
    padding: 0 10px;
    margin-top: 0;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    position: initial;
}

.team-section .lSSlideOuter .lSAction {
    position: absolute;
    right: -10px;
    top: 55%;
    left: auto;
}

.team-section .lSSlideOuter .lSAction>a {
    background-image: none;
    width: auto;
    height: auto;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    color: #484848;
    opacity: 1;
}

.team-section .lSSlideOuter .lSAction>a:hover {
    color: #a2ca4d;
}

.team-section .lSSlideOuter .lSAction>.lSNext {
    top: -70px;
    position: relative;
    right: 0;
}

.team-section .lSSlideOuter .lSAction>.lSNext:after {
    content: "";
    background: #484848;
    width: 1px;
    height: 100%;
    left: 0;
    position: absolute;
}


/*================================
				slider navigation
=====================================*/

.home .team-section .lSSlideOuter ul.lSPager.lSpg {
    position: absolute;
    right: 45px;
    top: 40.7%;
    left: auto;
}

.home .team-section .lSSlideOuter .lSPager.lSpg>li {
    display: block;
    padding: 0;
}

.team-section .lSSlideOuter .lSPager.lSpg>li:hover a,
.team-section .lSSlideOuter .lSPager.lSpg>li.active a,
.testimonial-section .lSSlideOuter .lSPager.lSpg>li:hover a,
.testimonial-section .lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #a2ca4d;
}

.team-section .lSSlideOuter .lSPager.lSpg>li a,
.testimonial-section .lSSlideOuter .lSPager.lSpg>li a {
    background-color: #ada8a8;
    height: 10px;
    width: 10px;
    text-indent: -9999999em;
    outline: 0;
    z-index: 0;
}


/*==========================
		video section
===============================*/

.video-section .videoinfo h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 10px;
    color: #fff;
}

.video-section .videoinfo p {
    margin: 0;
}

.video-section .videoinfo {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    display: inline-block;
}

.video-section .play-pause-video {
    position: absolute;
    width: 82px;
    height: 82px;
    z-index: 9999;
    background: transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-align: center;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    outline: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    left: 0;
    right: 0;
    top: 60%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    margin: 0 auto;
    padding-left: 20px;
    background: url(assets/images/play.png) no-repeat;
}

.video-section .videoinfo.play,
.video-section .play-pause-video.play,
.video-section .video-wrapper.play:after {
    display: none;
}

.video-section .videoinfo {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    text-align: center;
    position: relative;
    z-index: 999;
    display: block;
    color: #fff;
}

.video-section:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.2) repeat;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.video-section .mbYTP_wrapper {
    z-index: 999 !important;
}


/*====================================
			work section
======================================*/

.workcontentwrap {
    display: table;
    float: left;
    overflow: hidden;
}

.workcontentwrap .ourworkwrap {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.works-image img {
    max-width: none;
    width: auto;
    height: 250px
}

.works-section .works-image figure {
    margin: 0;
}

.works-section .works-image figure img {
    display: block;
    -webkit-transition: all 0.32s ease;
    transition: all 0.32s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    -webkit-transform: translateX(-4%) scale(1.08);
    transform: translateX(-4%) scale(1.08);
    zoom: 1;
}

.works-section .ourworkwrap:hover .works-image figure img {
    -webkit-transform: translateX(4%) scale(1.08);
    transform: translateX(4%) scale(1.08);
}

.works-section .ourworkwrap {
    position: relative;
    overflow: hidden;
}

.works-section .ourworkwrap:after {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(178, 209, 113, 0.79);
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.works-section .ourworkwrap .wrokswrap-info {
    position: absolute;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 20px;
    opacity: 0;
    z-index: 1;
    text-align: center;
    -webkit-transition: all 0.32s ease;
    -webkit-transition: all 0.32 ease;
    transition: all 0.32 ease;
}

.works-section .ourworkwrap:hover:after,
.works-section .ourworkwrap:hover .wrokswrap-info {
    color: #fff;
    opacity: 1;
}

.works-section .ourworkwrap:hover .wrokswrap-info {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.wrokswrap-info a {
    font-size: 25px;
    color: #fff;
    display: block;
}

.wrokswrap-info a:hover {
    opacity: 0.7;
}

.wrokswrap-info h4 {
    font-size: 16px;
    margin: 0;
    position: relative;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
}


/*work slide handler*/

.works-section .ui-slider .ui-slider-handle {
    border-radius: 100%;
}

.works-section .scroll-bar {
    height: 14px;
    background: #e6e9ed;
    border: 1px solid #eeeeee;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 14px;
    -webkit-box-shadow: inset 0px 0px 0px 3px white;
    box-shadow: inset 0px 0px 0px 3px white;
    margin-top: 50px;
}

.works-section .scroll-bar .ui-slider-handle {
    height: 24px;
    width: 24px;
    margin: -4px 0 -4px -12px;
    border-radius: 50%;
    border: 1px solid #CECECE;
    background: #fff;
    display: block;
    position: relative;
    cursor: pointer;
    top: 0;
    outline: 0;
    z-index: 0;
}


/*==========================================
			call-to-action section
============================================*/

.call-action-section {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 50px 0;
    z-index: 0;
}

.call-action-section:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
}

.call-action-section .call-content-wrapper h2 {
    color: #ffffff;
}

.call-action-section .mainbanner-button-wrap,
.call-action-section .call-content-wrapper,
.call-action-section .cta-3 .left-cta,
.call-action-section .text-wrap,
.call-action-section .button {
    position: relative;
    z-index: 1;
}

.call-action-section .call-content-wrapper h2 {
    margin: 0;
    text-transform: capitalize;
    font-size: 45px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 15px;
}

.call-action-section .call-content-wrapper h2 span {
    font-weight: 600;
    margin-right: 15px;
}

.call-action-section .call-content-wrapper {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
}

.call-action-section .call-content-wrapper p {
    margin: 0 0 30px;
}


/*call-to-action-layout-2*/

.call-action-section .cta-3 {
    position: relative;
}

.call-action-section .cta-3 .container-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 350px;
    height: 100%;
}

.call-action-section .cta-3 .left-cta {
    float: left;
    width: 60%;
    text-align: left;
    font-weight: 400;
}

.call-action-section .cta-3 .left-title {
    font-size: 39px;
    color: #131313;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: 600;
}

.call-action-section .cta-3 .left-title span {
    color: #92c330;
}

.call-action-section .cta-3 .left-desc {
    font-size: 15px;
    color: #868686;
    line-height: 1.5;
    margin-bottom: 30px;
}

.call-action-section .cta-3 .left-link a {
    font-size: 13px;
    display: inline-block;
    background-color: #92c330;
    color: #ffffff;
    padding: 15px 30px 13px;
    border-radius: 20px;
    text-transform: uppercase;
    line-height: 1;
}

.call-action-section .cta-3 .right-cta {
    float: left;
    max-width: 40%;
}


/*call-to-action-layout-3*/

.container-wrap.cta-layout3-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.call-action-section .text-wrap h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}

.call-action-section .text-wrap {
    float: left;
    width: 83%;
    margin-right: 2%;
}

.call-action-section .button {
    float: left;
    width: 15%;
}

.call-action-section .button a {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background-color: #91c51a;
    padding: 14px 30px;
    text-transform: uppercase;
    border-radius: 20px;
}

.call-action-section .button a:hover {
    background-color: #a2ca4d;
}


/*==============================================
		testimonial section
===================================================*/

.testimonial-section .testimonial-image,
.testimonial-section .testimonial-info {
    display: table-cell;
    vertical-align: top;
}

.testimonial-section .testimonial-image figure {
    margin: 0;
    width: 300px;
}

.testimonial-section .testimonial-image figure img {
    display: block;
}

.testimonial-section .testimonial-info {
    overflow: visible;
}

.testimonial-section .testimonial-info .kr-testimonial-desc {
    border: 1px solid #eeeeee;
    padding: 40px 50px;
    margin: 0;
    margin-left: -30px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.08);
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
}

.testimonial-section .testimonial-info p {
    margin: 0;
}

.testimonial-section .testimonial-info h4 {
    padding: 20px 15px 30px 35px;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0;
    color: #999999;
    font-weight: 400;
    text-transform: capitalize;
}

.testimonial-section .testimonial-info h4 span {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-right: 8px;
}

.testimonial-section .lSSlideOuter .lSPager.lSpg {
    text-align: right;
}


/*=================================
		partners section
====================================*/

.partners-section .partners-wrapper {
    text-align: center;
    color: #808285;
    font-size: 15px;
    font-weight: 400;
}

.partners-section {
    position: relative;
    padding: 80px 0;
    /*margin: 50px 0;*/
    z-index: 0;
}

.partners-section .container-wrap {
    position: relative;
    z-index: 1;
}

.partners-section .partners-logoarea .partners_images {
    border: 1px solid #eeeeee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 140px;
    max-height: 140px;
    padding: 20px;
}

.partners-section .partners-wrapper h3 {
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    position: relative;
    display: inline-block;
}

.partners-section .partners-wrapper p {
    margin: 20px 0 40px;
}

.partners-section .partners-logoarea .logos-wrap-partners {
    padding: 0 40px;
}

.partners-section .owl-carousel .owl-controls .owl-nav .owl-prev,
.partners-section .owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 0;
    top: 50%;
    margin-top: -15px;
    background: rgba(146, 195, 48, 0.48);
    text-align: center;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.partners-section .owl-carousel .owl-controls .owl-nav .owl-prev:before,
.partners-section .owl-carousel .owl-controls .owl-nav .owl-next:before {
    content: '';
    position: absolute;
    font-family: FontAwesome;
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    width: 100%;
}

.partners-section .owl-carousel .owl-controls .owl-nav .owl-prev:before {
    content: '\f104';
    left: 0;
}

.partners-section .owl-carousel .owl-controls .owl-nav .owl-next:before {
    content: '\f105';
    right: 0;
}

.partners-section .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.partners-section .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
}

.partners-section .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.partners-section .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: rgba(146, 195, 48, 1);
}


/*===================================
		blog section 
====================================*/

.blog-section .blogsinfo .blog-image figure {
    margin: 0;
    overflow: hidden;
}

.blog-section .blogsinfo .blog-image figure a {
    display: block;
}

.blog-section .blogsinfo .blog-image img {
    display: inline-block;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.85;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.blog-section .blogwrap {
    width: 100%;
}

.blog-section .blogsinfo {
    width: 60%;
}

.blog-section .blog-image {
    width: 40%;
}

.blog-section .blogsinfo .blog-image .blogtime {
    width: 65px;
    height: 60px;
    background-color: #92c330;
    position: absolute;
    right: -35px;
    top: 20px;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    -webkit-transform: translatez(0);
    transform: translatez(0);
}

.blog-section .blogsinfo .blog-image .blogtime span {
    display: block;
    line-height: 1;
    font-weight: 400;
}

.blog-section .blogsinfo .blog-image .blogtime span:first-child {
    font-size: 27px;
    margin-bottom: 4px;
}

.blog-section .blogsinfo .blog-image .blogtime span:last-child {
    font-size: 14px;
}

.blog-section .blogsinfo .blog-image-info-wrap {
    border: 1px solid #eeeeee;
    margin: 5px 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-image-info-wrap:hover .blog-image img {
    -webkit-transform: scale(1.04) translateZ(0);
    transform: scale(1.04) translateZ(0);
    opacity: 1;
}

.blog-section .lSSlideOuter {
    margin: 0 -10px;
}

.blog-image,
.blog-info {
    vertical-align: top;
}

.blog-section .blogsinfo .blog-info {
    color: #696969;
    font-size: 14px;
    padding: 15px 20px 15px 50px;
    width: 60%;
    vertical-align: top;
    float: right;
}

.blog-section .blogsinfo .blog-image {
    width: 40%;
    position: relative;
    float: left;
}

.blog-section .blogsinfo .blog-info h4 {
    margin: 0 0 15px;
}

.blog-section .blogsinfo .blog-info h4 a:hover {
    padding-left: 0;
}

.blog-section .blogsinfo .blog-info h4 a {
    color: #555555;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.blog-section .blogsinfo .blog-info h4 a:after {
    content: none;
}

.blog-section .blogsinfo .blog-info a {
    display: block;
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    margin: 20px 0 0;
}

.blog-section .blogsinfo .blog-info a:after {
    content: "\f178";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #92c330;
    padding-left: 10px;
}

.blog-section .blogsinfo .blog-info a:hover {
    padding-left: 10px;
    color: #92c330;
}

.blog-section .lSAction>a {
    background-image: none;
    font-size: 25px;
    color: rgba(102, 102, 102, 0.5);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.about-section .lSAction>a:hover {
    opacity: 0.8;
}

.blog-section .lSAction>a:hover {
    color: rgba(102, 102, 102, 1);
}

.blog-section .lSSlideOuter .lSAction>.lSPrev {
    left: 10px;
}

.blog-section .lSSlideOuter .lSAction>.lSNext {
    right: 10px;
}

.blog-section .lSSlideOuter .lSAction>.lSPrev,
.blog-section .lSSlideOuter .lSAction>.lSNext {
    opacity: 0;
}

.blog-section .lSSlideOuter:hover .lSAction>.lSPrev,
.blog-section .lSSlideOuter:hover .lSAction>.lSNext {
    opacity: 1;
}

.blog-section .lSSlideOuter .lSPager.lSpg>li a {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #92c330;
}

.blog-section .lSSlideOuter .lSPager.lSpg>li:hover a,
.blog-section .lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #92c330;
}


/*section-slanted-layout*/

.site-content section {
    position: relative;
}

.unicode-top-slanted-secton {
    position: absolute;
    left: 0;
    right: 0px;
    top: 0px;
    min-height: 50px;
    z-index: 9999;
    margin-top: 0px;
    -webkit-transform: scaleX(-1) scaleY(-1);
    transform: scaleX(-1) scaleY(-1);
}

.unicode-bottom-slanted-secton {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 50px;
    z-index: 9999;
    margin-top: 0px;
}

.unicode-top-slanted-secton svg,
.unicode-bottom-slanted-secton svg {
    display: block;
}


/*==========================================
 Widget Section Area
==========================================
/**
 * Sidebar Title
*/

.widget-area .widget .widget-title {
    text-align: left;
    margin-bottom: 12px;
    text-transform: uppercase;
    display: block;
    color: #28262b;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    line-height: 1.2;
    padding-bottom: 13px;
}

.widget-area .widget .widget-title:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 30px;
    left: 0;
    top: auto;
    bottom: 5px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #92c330;
}


/**
 * All Default Sidebar widget
*/

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

.widget-area ul ul{
    margin-left: 10px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f5f5f5;
}

.widget-area ul li{
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f5f5f5;
}

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

.widget-area ul li a{
    color: #696969;
    display: inline-block;
    text-transform: capitalize;
    text-rendering: auto;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.widget-area ul li:hover>a{
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    color: #93c23d;
}

.widget-area ul li:hover>a:before{
    color: #93c23d;
}

.widget-area ul li a:before {
    content: '\f00c';
    color: #dbdbdb;
    margin-right: 10px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    font-family: "FontAwesome";
    font-size: 10px;
    color: #000;
}

.widget_recent_comments ul li a:before {
    display: block;
    content: none;
}

.widget.widget_recent_comments .comment-author-link {
    display: inline-block;
}

.rssSummary{
    margin-top: 10px;
}

/**
 * footer widgets
*/

.footer-widgetswrap .widget-area ul li a:before,
.footer-widgetswrap .widget_recent_entries ul li a:before,
.footer-widgetswrap .widget_pages ul li a:before,
.footer-widgetswrap .widget_meta ul li a:before,
.footer-widgetswrap .widget_archive ul li a:before,
.footer-widgetswrap .widget_categories ul li a:before,
.footer-widgetswrap .widget_nav_menu ul li a:before {
    content: none;
}


/**
 *ends 
*/

.widget_recent_entries ul li .post-date {
    font-size: 12px;
    color: #000;
    display: block;
    margin-left: 22px;
    font-style: italic;
    margin-top: 5px;
}

/**
 * Sidebar Search
*/

.widget_search .search-form {
    width: 100%;
    border: 1px solid #ced0d6;
    display: table;
    position: relative;
}

.widget_search .search-form .search-field {
    width: 75%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #adadad;
}

.widget_search .search-form .search-field::-webkit-input-placeholder {
    color: #d8d8d8;
}

.widget_search .search-form .search-field:-moz-placeholder {
    color: #d8d8d8;
}

.widget_search .search-form .search-field::-moz-placeholder {
    color: #d8d8d8;
}

.widget_search .search-form .search-field:-ms-placeholder {
    color: #d8d8d8;
}

.widget_search .search-form .search-submit {
    color: #fff;
    border: none;
    position: absolute;
    background: #92c330;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    top: 0;
    bottom: 0;
    right: 0;
}

.widget_search .search-form .search-submit:hover {
    background: rgba(146, 195, 48, 0.8);
}


/**
 * Calender
*/

.widget_calendar tbody td {
    text-align: center;
    color: #a8a7a7;
}

.widget_calendar caption {
    font-weight: 700;
}

.calendar_wrap caption {
    background: none repeat scroll 0 0 #fafafa;
    color: #555555;
    line-height: 40px;
    text-align: center;
}

.calendar_wrap table {
    border-collapse: collapse;
    width: auto;
    background: #FFF;
}

.calendar_wrap table th {
    border: 1px solid #ccc;
    font-weight: bold;
    padding: 8px 0px;
    text-align: center;
    width: 5%
}

.calendar_wrap table td {
    border: 1px solid #ccc;
    padding: 8px 0px;
    color: #000;
    width: 5%;
    text-align: center;
}

.calendar_wrap table td #prev,
.calendar_wrap table td#next {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.calendar_wrap table td #next {
    text-align: right;
}


/*=======================================
		footer section
==========================================*/

.site-footer .footer-widgetswrap {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 90%;
    overflow: hidden;
    padding: 50px 0;
    z-index: 0;
}

.site-footer .footer-widgetswrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 6, 16, 0.95);
    right: 0;
    bottom: 0;
    z-index: 0;
}

.inner-footer-widgetswrap {
    position: relative;
    z-index: 1;
}

.site-footer .footer-widgetswrap .container-wrap .footer-widgetswrap {
    margin: 0 auto;
    margin-left: -15px;
    margin-right: -15px;
}

.site-footer .block.footer-widget {
    width: 25%;
    float: left;
    padding: 0 15px;
}

.site-footer .footer-widgetswrap .widget ul {
    margin-left: 0;
    padding-left: 0;
}

.site-footer .footer-widgetswrap .widget ul li {
    list-style: none;
    color: #9fa2ab;
    border-top: 0;
}

.site-footer .footer-widgetswrap .widget ul li a {
    color: #fff;
    font-size: 14px;
}

.site-footer .footer-widgetswrap .widget ul>li:hover>a,
.site-footer .footer-widgetswrap .widget ul li:hover {
    color: #92c330;
}

.site-footer .footer-widgetswrap .widget-title {
    position: relative;
    color: rgba(255, 255, 255, 0.98);
    padding-left: 30px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 17px;
    text-transform: uppercase;
}

.site-footer .footer-widgetswrap .widget-title:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 20px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #92c330;
}

.site-footer .aptf-tweet-content {
    color: #fff;
}

.footer-buttom {
    background-color: #000610;
    padding: 20px 0;
    overflow: hidden;
    clear: both;
    font-size: 13px;
}

.footer-buttom .buttom-right .buttom-menu ul li {
    display: inline-block;
}

.footer-buttom .buttom-right .buttom-menu ul {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.footer-buttom .buttom-left {
    color: #fff;
    position: relative;
}

.footer-buttom .buttom-left .site-info a {
    color: rgba(255, 255, 255, 0.69);
}

.footer-buttom .buttom-left .site-info a:hover {
    color: rgba(255, 255, 255, 0.98);
}

.footer-buttom .buttom-right .buttom-menu ul li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.69);
    padding: 0 0 0 20px;
}

.footer-buttom .buttom-right .buttom-menu ul li:first-child a {
    padding-left: 0;
}

.footer-buttom .buttom-right .buttom-menu ul li.current_page_item a,
.footer-buttom .buttom-right .buttom-menu ul li a:hover {
    color: rgba(255, 255, 255, 0.98);
}

.scrollup {
    min-width: 50px;
    background-color: #92c330;
    color: #fff;
    right: 50px;
    bottom: 30px;
    font-size: 32px;
    display: inline-block;
    text-align: center;
    padding: 0px 16px;
    position: fixed;
    z-index: 99;
}

.scrollup:hover {
    opacity: 0.8;
    color: #fff;
}

.scrollup i {
    line-height: 40px;
}


/*=====================================
		blog page
======================================*/

#primary {
    width: 72%;
    float: left;
}

.nosidebar #primary {
    width: 100%;
}

.leftsidebar #secondaryleft {
    width: 25%;
    float: left;
}

.leftsidebar #primary {
    float: right;
}

.rightsidebar #secondaryright,
#secondaryright {
    width: 25%;
    float: right;
}

.bothsidebar #secondaryleft {
    width: 25%;
    display: none;
}

.bothsidebar #secondaryright {
    width: 25%;
    display: none;
}

.bothsidebar #primary {
    width: 80%;
    margin: 0 auto;
    float: none;
}

.content-blog .main-blog-right .title {
    display: inline-block;
    font-style: italic;
    font-size: 13px;
}

.content-blog .main-blog-right .title-text {
    font-size: 25px;
    display: block;
    margin-bottom: 10px;
}

.content-blog .main-blog-right h2{
    font-weight: normal;
}

.content-blog .main-blog-right .title-text,
.content-blog .main-blog-right .btn-readmore a {
    color: #28262b;
}

.content-blog .main-blog-right .btn-readmore a {
    position: relative;
}

.content-blog .main-blog-right .btn-readmore a:after {
    font-family: 'FontAwesome';
    content: "\f178";
    font-size: 14px;
    color: #92c330;
    padding-left: 5px;
}

.content-blog .main-blog-right .btn-readmore a:hover {
    padding-left: 15px;
}

.content-blog .main-blog-right .title-text:hover,
.content-blog .main-blog-right .btn-readmore a:hover {
    color: #92c330;
}

.content-blog .content-text {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.page-header .page-title {
    color: #28262b;
    font-size: 22px;
    margin-bottom: 30px;
}

.inner-container {
    padding-top: 50px;
    margin-bottom: 50px;
}

.inner-container .entry-title,
.inner-container .widget-title {
    margin-top: 0;
}

.no-breadcrumbs .site-content {
    background: #fafafa;
}


/*.inner-container .unicon-blog{
	padding-top: 50px;
}*/

.content-blog .main-blog-left .wp-img a {
    display: block;
    overflow: hidden;
}

.content-blog .main-blog-left .wp-img a img {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.content-blog .main-blog-left .wp-img a img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.content-blog .main-blog-left .wp-img {
    margin-bottom: 20px;
}

.content-blog .main-blog-right .text {
    margin: 0 0 20px;
}

.content-blog,
.content-page {
    margin-top: 0;
    line-height: 2;
}

.content-blog .metadata {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 30px;
    font-size: 0.9em;
    opacity: 0.9;
}

.content-blog .metadata li {
    display: inline-block;
    margin: 0;
}

.content-blog .metadata li a,
.content-blog .metadata .comment {
    color: #716f75;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.content-blog .metadata li:hover a{
    color: #92c330;
}

.content-blog .metadata li:after {
    content: "/";
    padding: 0 5px;
}

.content-blog .metadata li:last-child:after {
    content: none;
}

.content-blog .metadata .fa{
    font-size: auto;
}

.content-blog .tags{
    margin-top: 40px;
    font-size: 0.9em;
    opacity: 0.9;
    clear: both;
}

.pagination span,
.pagination a {
    min-width: 45px;
    height: auto;
    line-height: 1.5;
    padding: 7px 15px;
    border: 1px solid #eee;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.pagination .current {
    background-color: transparent;
    color: #92c330;
    border: 1px solid #92c330;
}

.nav-links a,
.backtohome a {
    background: #92c330;
    color: #fff;
    padding: 7px 15px;
    display: inline-block;
    border: 1px solid #92c330;
    min-width: 45px;
    height: auto;
    line-height: 1.5;
}

.nav-links a:hover,
.backtohome a:hover {
    background: #fff;
    color: #92c330;
    border-color: #92c330;
}

.backtohome a:before {
    content: "\f177";
    font-size: 14px;
    padding-right: 5px;
    font-family: fontawesome;
}


/*========error========
===================================*/

.error-404,
.not-found {
    text-align: center;
    margin: 150px 0;
}

.error404 #primary,
.not-found #primary {
    width: 100%;
}

.error-404 .page-title,
.not-found .page-title {
    font-size: 32px;
    margin: 0;
    margin-bottom: 15px;
}

.error-404 .page-content,
.not-found .page-content {
    margin-top: 0;
}

.error-404 .page-content p,
.not-found .page-content p {
    margin: 0px 0 30px 0;
}


/*=================================
		comment section
===================================*/

#comments {
    margin-top: 50px;
    border: 1px solid #F5F5F5;
    padding: 25px
}

.comment-respond #reply-title,
.comments-wrapper > h3 {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px;
}

#comments .cmm-box-right {
    margin-bottom: 20px;
}

#comments .cmm-box-left .control-group {
    display: inline-block;
    width: 49%;
    margin-left: -2px;
}

#comments .cmm-box-left .control-group:first-child {
    margin-right: 2%;
}

#comments .cmm-box-left .form-submit {
    margin-top: 20px;
}

#comments .cmm-box-left .control-group input {
    width: 100%;
}

#comments .cmm-box-left .control-group input[type="text"],
#comments .cmm-box-right .control-group textarea {
    display: block;
}

.comments-wrapper ul.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-wrapper a.pull-left {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    float: left;
    margin-top: 4px;
    padding: 4px;
    width: 62px;
    height: 62px;
}

.pingback .comment-wrapper a.pull-left{
    display: none;
}

.comment-wrapper a.pull-left img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 100%;
}

.comment-wrapper {
    margin-bottom: 30px;
}

.comments-wrapper ul ul.children {
    margin-left: 30px;
    list-style: none;
}

.comment-wrapper .media-body {
    padding-left: 80px;
    color: #aaa;
    font-size: 1em;
}

.pingback .comment-wrapper .media-body{
    padding-left: 0;
}

.comment-wrapper .media-body a {
    display: inline-block;
    color: #aaaaaa;
}

.comment-wrapper .media-heading {
    margin: 0;
    color: #000;
}

.comment-wrapper .media-heading a {
    color: #92c330;
}

.comment-wrapper em {
    font-size: 14px;
    font-style: italic;
    color: #aaaaaa;
    padding-left: 16px;
}

.comment-wrapper .comment-header {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.9em;
}

.comment-left {
    text-align: right;
}

.comments-wrapper .fsprorow {
    line-height: 1;
}

.comment-left a:before {
    content: '\f112';
    font-family: FontAwesome;
    font-size: 13px;
    color: #555555;
    margin-right: 5px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.comment-left a:hover,
.comment-left a:hover:before,
.comment-wrapper .media-body a:hover {
    color: #92c330;
}

.no-comments{
    margin-top: 50px;
    text-align: center;
}
/*==============================
UNICON PRO CSS
==============================*/


/*================
section header
=================*/

.section-header {
    text-align: center;
    font-size: 16px;
    color: #808285;
    width: 60%;
    margin: 0 auto 60px;
    line-height: 1.7;
}


/*=====================
service section
=====================*/

.unicon-feature-section .section-header {
    text-align: center;
    width: 100%;
}

.unicon-feature-section .section-header span {
    color: #aeaeae;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
    margin-bottom: 10px;
}

.unicon-feature-section .section-header h2 {
    font-size: 50px;
    color: #171c24;
    text-transform: uppercase;
    line-height: 1.1;
    width: 60%;
    margin: 0 auto 40px;
}

.unicon-feature-section .section-header .text-holder {
    font-size: 15px;
    color: #808285;
    width: 50%;
    margin: 0 auto;
}


/** Added Css Home Section Content & Title Text **/

.blog-section-1 .section-header .section-title,
.portfolio-section .section-header h2,
.team-section .section-header h2,
.reviews-section .section-header h2 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-section-1 .section-header p,
.portfolio-section .section-header p,
.team-section .section-header p,
.reviews-section .section-header p {
    font-size: 15px;
    color: #808285;
    margin: 0 auto;
}

.unicon-feature-section .count-less-feature .service-row-holder .service-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.unicon-feature-section .service-row-holder .service-row .col {
    float: left;
    border: 1px solid #eeeeee;
    text-align: center;
    position: relative;
    cursor: pointer;
    width: 25%;
    margin: 40px 0;
    border-right: none;
    min-height: 290px;
    max-height: 290px;
}

.unicon-feature-section .service-row-holder .service-row .col:nth-of-type(4n+1) {
    clear: left;
}

.unicon-feature-section .service-row-holder .service-row .col:nth-child(4n),
.unicon-feature-section .service-row-holder .service-row .col:last-child {
    border-right: 1px solid #eee;
}

.unicon-feature-section .service-row-holder .service-row .col h4 {
    font-family: Poppins;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1;
}

.unicon-feature-section .service-row-holder .service-row .col h4 a {
    color: #000;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.unicon-feature-section .service-row-holder .service-row .col:hover h4 a {
    color: #92c330;
}

.unicon-feature-section .service-row-holder .service-row .col .inner-col {
    padding: 80px 20px 30px;
}

.unicon-feature-section .service-row-holder .service-row .col .inner-col .text-holder {
    font-size: 14px;
    color: #444444;
}

.unicon-feature-section .service-row-holder .service-row .col .icon-holder {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #fff;
    color: #91c51a;
    border: 1px solid #eeeeee;
    font-size: 35px;
    text-align: center;
    padding: 25px;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.unicon-feature-section .service-row-holder .service-row .col:hover .icon-holder {
    background: #91c51a;
    color: #eeeeee;
}

.unicon-feature-section .row-wrap .service-row-holder {
    margin-bottom: 95px;
}

.unicon-feature-section .row-wrap .service-row-holder:last-child {
    margin-bottom: 0;
}


/*=======================
unicon-skills-section
========================*/

.unicon-skills-section {
    background: #eeeeee;
}

.unicon-skills-section .skill-wrapper {
    display: table;
    width: 100%;
}

.unicon-skills-section .skill-wrapper span.sub-heading,
.blog-section-1 .section-header span.sub-heading {
    display: block;
    font-size: 16px;
    color: #aeaeae;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}

.unicon-skills-section .skill-wrapper h5 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}

.unicon-skills-section .skill-wrapper .image-holder,
.unicon-skills-section .skill-wrapper .text-holder {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.unicon-skills-section .skill-wrapper .image-holder {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.unicon-skills-section .skill-wrapper:nth-child(even) .text-holder {
    text-align: center;
}

.unicon-skills-section .skill-wrapper:nth-child(even) .text-holder .text-wrapper {
    margin-top: 20px;
    font-family: Poppins;
    color: #444444;
    font-size: 15px;
    line-height: 24px;
}

.unicon-skills-section .skill-wrapper .text-holder {
    padding: 140px 90px;
}

.unicon-skills-section .text-holder .progress-bar {
    margin-top: 20px;
}

.unicon-skills-section .text-holder .title-percent {
    font-size: 13px;
    text-transform: uppercase;
    color: #444444;
    font-weight: 500;
}

.unicon-skills-section .text-holder .progress-wrap {
    width: 100%;
    margin-bottom: 30px;
}

.unicon-skills-section .text-holder .progress-wrap:last-child {
    margin-bottom: 0;
}

.unicon-skills-section .text-holder .title-percent .pro-title {
    float: left;
}

.unicon-skills-section .text-holder .title-percent .pro-percent {
    float: right;
    background: #344148;
    color: #fff;
    padding: 2px 5px 4px;
    position: relative;
    font-size: 10px;
    line-height: 1;
}

.unicon-skills-section .text-holder .title-percent .pro-percent:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4.5px 0 4.5px;
    border-color: #344148 transparent transparent transparent;
    bottom: -5px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.unicon-skills-section .text-holder .progress-wrap .progressBar,
.unicon-skills-section .text-holder .progress-wrap .progressBar>div {
    height: 5px;
    background: #d7d7d7;
    clear: both;
    margin-top: 25px;
}

.unicon-skills-section .text-holder .progress-wrap .progressBar>div {
    background: #91c51a;
    width: 0px;
}


/*===========================
new-section blog
===========================*/

.blog-section-1 .sub-heading {
    font-size: 30px;
}

.blog-section-1 {
    padding: 80px 0 40px;
}

.blog-section-1 .blog-listing .blog-list .img-holder img {
    width: 100%;
}

.blog-section-1 .blog-listing.lightSlider {
    height: auto !important;
}

.blog-section-1 .lSAction {
    display: none !important;
}

.blog-section-1 .blog-listing .blog-list{
    width: 33.33%;
    float: left;
}

.blog-section-1 .blog-listing .blog-list .text-holder {
    border: 1px solid #e6e6e6;
    padding: 40px 35px 30px;
    border-top: none;
}

.blog-section-1 .blog-listing .blog-list .text-holder span.date {
    font-size: 13px;
    color: #959595;
    text-transform: capitalize;
    display: block;
    margin-bottom: 10px;
}

.blog-section-1 .blog-listing .blog-list .text-holder h4.blog-title {
    font-size: 20px;
    font-weight: 500;
    color: #343434;
    line-height: 1.2;
    margin-bottom: 20px;
}

.blog-section-1 .blog-listing .blog-list .text-holder h4.blog-title a {
    color: #343434;
}

.blog-section-1 .blog-listing .blog-list .text-holder .cat-group {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}

.blog-section-1 .blog-listing .blog-list .text-holder .cat-group span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 18px;
    position: relative;
    font-size: 13px;
    color: #959595;
    text-transform: capitalize;
}

.blog-section-1 .blog-listing .blog-list .text-holder .cat-group span:before {
    position: absolute;
    content: '';
    font-family: FontAwesome;
    font-size: 15px;
    color: #999999;
    left: 0;
    display: block;
    line-height: 1.2;
}

.blog-section-1 .blog-listing .blog-list .text-holder .cat-group span.author:before {
    content: '\f007';
}

.blog-section-1 .blog-listing .blog-list .text-holder .cat-group span.news:before {
    content: '\f016';
}

.blog-section-1 .blog-listing .blog-list .text-holder .cat-group span.author {
    margin-right: 15px;
}

.blog-section-1 .lSSlideOuter .lSPager.lSpg>li a {
    background: none;
    width: 12px;
    height: 12px;
    border: 1px solid #92c330;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.blog-section-1 .lSSlideOuter .lSPager.lSpg>li.active a,
.blog-section-1 .lSSlideOuter .lSPager.lSpg>li:hover a {
    background: #92c330;
}

.blog-section-1 .lSSlideOuter .lSPager.lSpg {
    padding-top: 40px;
    padding-bottom: 40px;
}

.blog-section-1 .more {
    width: 100%;
    text-align: center;
}

.blog-section-1 .more>a {
    background: #91c51a;
    display: inline-block;
    padding: 18px 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    border: 1px solid #91c51a;
    font-weight: 500;
}

.blog-section-1 .more>a:hover {
    background: none;
    color: #91c51a;
}


/*=====================
reviews
=====================*/

.reviews-section {
    padding: 80px 0;
    background: #f8f8f8;
}

.reviews-section .review-slider.lightSlider {
    height: auto !important;
}

.reviews-section .review-slider .text-holder {
    background: #fff;
    border: 1px solid #f4f0f0;
    padding: 35px 50px 35px 75px;
    width: 95%;
    float: right;
    position: relative;
    margin-bottom: 30px;
}

.reviews-section .review-slider .text-holder:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 15px 0;
    border-color: transparent #e8e8e8 transparent transparent;
    bottom: -15px;
    left: 0;
}

.reviews-section .review-slider .text-holder .qoute-block {
    position: absolute;
    width: 50px;
    height: 45px;
    color: #fff;
    background: #90c700;
    text-align: center;
    padding: 4px;
    font-size: 28px;
    left: -20px;
    top: 24px;
}

.reviews-section .review-slider .text-holder .qoute-block:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 20px;
    border-color: transparent transparent #729b14 transparent;
    top: -10px;
    left: 0px;
}

.reviews-section .review-slider .author {
    width: 100%;
    padding-left: 30px;
}

.reviews-section .review-slider .author .img-holder {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    overflow: hidden;
    float: left;
}

.reviews-section .review-slider .author .author-info {
    float: left;
    font-size: 15px;
    color: #8c8c8c;
    padding-left: 15px;
}

.reviews-section .review-slider .author .author-info span.author-name {
    color: #343434;
    font-size: 18px;
    display: block;
}

.reviews-section .lSAction {
    position: absolute;
    height: 40px;
    width: 80px;
    background: red;
    top: -10px;
    right: 0;
}

.reviews-section .lSSlideWrapper {
    margin-bottom: 40px;
}

.reviews-section .lSSlideOuter .lSPager.lSpg>li a {
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid #90c700;
}

.reviews-section .lSSlideOuter .lSPager.lSpg>li:hover a,
.reviews-section .lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #90c700;
}


/*=====================
partner
=====================*/

.partner {
    padding: 65px 0;
}

.partner ul.partner-listing li {
    border: 1px solid #f1f1f1;
    vertical-align: middle;
    text-align: center;
    padding: 20px;
    overflow: hidden;
}

.partner ul.partner-listing li img {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.partner ul.partner-listing li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.partner ul.partner-listing {
    height: auto !important;
}

.partner .lSPager {
    display: none;
}


/*=====================
new-team
=====================*/

.new-team {
    padding: 80px 0;
}

.new-team .container-wrap.team-container-wrap {
    max-width: 1700px;
    margin: 0 auto;
}

.new-team .team-listing .overlay {
    background: rgba(183, 218, 102, 0.9);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.new-team .team-listing .team-wrap {
    position: relative;
}

.new-team .team-listing .team-wrap:hover .overlay {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.new-team .team-listing .team-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.new-team .team-listing .team-wrap img {
    width: 100%;
}

.new-team .team-listing .team-wrap .caption {
    position: absolute;
    bottom: 0;
    padding: 20px 30px;
    color: #fff;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    z-index: 999999;
    width: 100%;
    height: 100%;
    left: 0;
}

.member-detail-wrap {
    position: absolute;
    bottom: 30px;
}

.new-team .team-listing .team-wrap:hover .caption {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.new-team .team-listing .team-wrap .caption span {
    display: block;
}

.new-team .team-listing .team-wrap .caption span.name {
    text-transform: uppercase;
    font-size: 18px;
}

.new-team .team-listing .team-wrap .caption span.sub {
    text-transform: capitalize;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}

.new-team .team-listing .team-wrap .caption .social-icon li {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.new-team .social-icon li a {
    color: #fff;
}

.new-team .team-listing .owl-stage-outer {
    padding: 30px 0;
}

.new-team .team-listing .owl-item{
    width: 33.33%;
    float: left;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.new-team .team-listing .owl-item.center {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    z-index: 999;
}

.new-team .team-listing .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
}

.new-team .team-listing .owl-controls .owl-nav .owl-prev,
.new-team .team-listing .owl-controls .owl-nav .owl-next {
    position: absolute;
    width: 35px;
    height: 35px;
    font-size: 0;
    background: rgba(146, 195, 48, 0.48);
    text-align: center;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.new-team .team-listing .owl-controls .owl-nav .owl-prev:hover,
.new-team .owl-controls .owl-nav .owl-next:hover {
    background: rgba(146, 195, 48, 1);
}

.new-team .team-listing .owl-controls .owl-nav .owl-prev:before,
.new-team .team-listing .owl-controls .owl-nav .owl-next:before {
    content: '';
    position: absolute;
    font-family: FontAwesome;
    font-size: 24px;
    color: #ffffff;
    line-height: 32px;
    width: 100%;
}

.new-team .team-listing .owl-controls .owl-nav .owl-prev:before {
    content: '\f104';
    left: 0;
}

.new-team .team-listing .owl-controls .owl-nav .owl-next:before {
    content: '\f105';
    right: 0
}

.new-team .team-listing .owl-controls .owl-nav .owl-prev {
    left: 20px;
}

.new-team .team-listing .owl-controls .owl-nav .owl-next {
    right: 20px;
}

.new-team .team-listing .owl-controls .owl-dots {
    display: none;
}


/*======================
unicon-services-section layout-2
======================*/

.unicon-services-section.layout-2 {
    padding: 80px 0;
}

.unicon-services-section.layout-2 .heading {
    text-align: center;
    width: 60%;
    margin: 0 auto 110px;
    font-size: 16px;
    color: #808285;
}

.unicon-services-section.layout-2 .heading span {
    display: block;
    font-size: 16px;
    color: #aeaeae;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.unicon-services-section.layout-2 .heading h2 {
    font-size: 50px;
    color: #171c24;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}

.unicon-services-section.layout-2 .post-contents-service {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    -webkit-background-size: contain;
    -ms-background-size: contain;
    padding-top: 40px;
}

.unicon-services-section.layout-2 .post-contents-service .row:nth-child(odd) {
    text-align: right;
}

.unicon-services-section.layout-2 .post-contents-service .row:nth-child(odd) .inner-row {
    margin-right: 33%;
}

.unicon-services-section.layout-2 .post-contents-service .row:nth-child(even) .inner-row {
    margin-right: 0;
    margin-left: 33%;
}

.unicon-services-section.layout-2 .row {
    width: 50%;
    float: left;
    margin-bottom: 40px;
}

.unicon-services-section.layout-2 .post-contents-service .header {
    margin-bottom: 15px;
}

.unicon-services-section.layout-2 .post-contents-service .header h3 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.unicon-services-section.layout-2 .post-contents-service .header h3 span {
    color: #91c51a;
}

.unicon-services-section.layout-2 .post-contents-service .header h3 a {
    color: #696969;
}

.unicon-services-section.layout-2 .post-contents-service .header i,
.unicon-services-section.layout-2 .post-contents-service .header h3 {
    display: inline-block;
    vertical-align: middle;
}

.unicon-services-section.layout-2 .post-contents-service .header i {
    font-size: 27px;
    color: #91c51a;
    line-height: 35px;
}

.unicon-services-section.layout-2 .post-contents-service .header i {
    margin-left: 20px;
}

.unicon-services-section.layout-2 .post-contents-service .row:nth-child(odd) i {
    float: right;
}

.unicon-services-section.layout-2 .post-contents-service .row:nth-child(even) i {
    margin-left: 0;
    margin-right: 20px;
}


/*======================
call to action
======================*/

.call-to-action {
    padding: 65px 0;
    background: #f6f6f6;
}

.call-to-action .text-wrap,
.call-to-action .button {
    display: inline-block;
    vertical-align: middle;
}

.call-to-action .text-wrap {
    text-align: center;
    width: 80%;
}

.call-to-action .text-wrap h3 {
    font-size: 24px;
    color: #111111;
    letter-spacing: 1px;
}

.call-to-action .button a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    background: #91c51a;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    padding: 15px 35px 14px;
    line-height: 1.5;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    border: 1px solid #91c51a;
}

.call-to-action .button a:hover {
    background: transparent;
    color: #91c51a;
}


/*======================
customer-review
======================*/

.customer-review {
    padding: 65px 0;
}

.customer-review .slide .text-holder {
    background: #eeeeee;
    padding: 25px;
    color: #444444;
    font-size: 13px;
    position: relative;
    margin-bottom: 20px;
}

.customer-review .slide .text-holder:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #eeeeee transparent transparent transparent;
    left: 15px;
    bottom: -14px;
}

.customer-review .slide .client-holder .img-holder,
.customer-review .slide .client-holder .author {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -1px;
}

.customer-review .slide .client-holder .img-holder {
    width: 68px;
    height: 68px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    overflow: hidden;
}

.customer-review .slide .client-holder .author {
    padding-left: 20px;
}

.customer-review .slide .client-holder .author span {
    display: block;
    font-size: 15px;
}

.customer-review .slide .client-holder .author span.name {
    color: #575858;
    text-transform: uppercase;
}

.customer-review .slide .client-holder .author span.post {
    color: #91c51a;
    font-weight: 600;
    text-transform: capitalize;
}


/*============Portfolio-section=============*/

.portfolio-section {
    padding: 80px 0;
}

.portfolio-post-filter .filter {
    font-size: 14px;
    color: #ccc;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    color: #666666;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 8px 16px;
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
    border: 1px solid rgba(204, 204, 204, 0);
    border-radius: 30px;
}

.portfolio-post-filter {
    text-align: center;
    font-size: 0;
    margin-bottom: 40px;
}

.portfolio-postse figure {
    margin: 0;
}

.portfolio-post-filter h2 {
    text-align: left;
}

.portfolio-section.section-title-port,
.portfolio-section .titles-port {
    display: inline-block;
}

.portfolio-section .section-title-port {
    width: 50%;
    vertical-align: middle;
}

.portfolio-section .titles-port {
    width: 100%;
    text-align: center;
}

.portfolio-post-filter .filter:hover:after {
    width: 100%;
    left: 0;
    right: 0;
}

.portfolio-post-filter .filter.active {
    border: 1px solid #ccc;
}

.portfolio-post-wrape {
    width: 33.33%;
    padding: 5px;
    float: left;
}

.portfolio-post-wrape.hm-port-bg-thumb {
    width: 50%;
}

.overflow {
    overflow: hidden;
    position: relative;
}

.hm-port-excerpt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(52, 152, 219, 0.75);
    padding: 30px;
    color: #fff;
    line-height: 25px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    text-align: left;
}

.hm-port-excerpt h4.hm-port-title {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 20px;
}

.hm-port-excerpt-text {
    font-weight: 400;
    padding-top: 20px;
}

.hm-port-sm-thumb .hm-port-excerpt .hm-port-title,
.hm-port-bg-thumb .hm-port-excerpt .hm-port-title {
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    position: relative;
    padding-bottom: 10px;
    font-size: 14px;
    padding-left: 12px;
}

.hm-port-sm-thumb .hm-port-excerpt .hm-port-title span,
.hm-port-bg-thumb .hm-port-excerpt .hm-port-title span {
    display: block;
    font-size: 18px;
}

.hm-port-sm-thumb .hm-port-excerpt .hm-port-title:before,
.hm-port-bg-thumb .hm-port-excerpt .hm-port-title:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 0;
}

.overflow:hover .hm-port-excerpt {
    opacity: 1;
    visibility: visible;
}

.overflow figure img {
    transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    width: 100%;
}

.overflow:hover figure img {
    transform: scale(1.2) translateZ(0);
    -webkit-transform: scale(1.2) translateZ(0);
    -moz-transform: scale(1.2) translateZ(0);
}

.portfolio-postse {
    margin: 0 -10px;
    overflow: hidden;
}


/*===============
================*/


/*===================
blog-section
===================*/

.portfolio-2 .row .col {
    color: #444444;
    font-size: 13px;
    line-height: 1.8;
    width: 31.3%;
    float: left;
    margin-left: 2%;
    margin-bottom: 50px;
}

.portfolio-2 .row {
    margin-left: -1.7%;
}

.portfolio-2 .row .col:nth-of-type(3n+1) {
    clear: left;
}

.portfolio-2 .row .col .img-holder {
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}

.portfolio-2 .row .col .img-holder:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.5);
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.portfolio-2 .row .col .img-holder:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.portfolio-2 .row .col p {
    margin-bottom: 20px;
}

.portfolio-2 .row .col .img-holder img {
    width: 100%;
}

.portfolio-2 .row .col h3.blog-title {
    font-size: 20px;
    font-weight: 600;
    color: #343434;
    line-height: 1.2;
    margin-bottom: 18px;
    text-transform: capitalize;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.portfolio-2 .row .col h3.blog-title:hover {
    color: #92c330;
}

.portfolio-2 .row .col a.read-more {
    text-transform: uppercase;
    color: #222222;
    display: inline-block;
    position: relative;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.portfolio-2 .row .col a.read-more:hover,
.portfolio-2 .row .col a.read-more:hover:before {
    color: #91c51a;
}

.portfolio-2 .row .col a.read-more:before {
    position: absolute;
    content: '\f105';
    font-family: FontAwesome;
    font-size: 17px;
    color: #222222;
    right: -15px;
    top: -4px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.portfolio-2 .row .col .text-holder {
    line-height: 1.3;
}


/*======================
	Team-page
==========================*/

.member-wrap .archive-member-items {
    float: left;
    width: 30.33%;
    margin-left: 3%;
    margin-bottom: 30px;
}

.member-wrap {
    margin-left: -3%;
}

.member-wrap .archive-member-items:nth-of-type(3n+1) {
    clear: left;
}

.member-wrap .member-image {
    margin-bottom: 30px;
}

.member-wrap .title-designation h2 {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    color: #28262b;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
}

.member-wrap .title-designation .member-designation {
    color: #888888;
    font-size: 13px;
    margin-bottom: 8px;
}

.member-wrap .title-designation {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.member-wrap .title-designation:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #e2e2e2;
    bottom: 0;
    left: 0;
}

.member-wrap .team-content {
    margin-bottom: 30px;
}

.member-wrap .social-icon li,
.team-single-wrap .social-icon li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

.member-wrap .social-icon li a,
.team-single-wrap .social-icon li a {
    color: #28262b;
}

.member-wrap .social-icon li a:hover,
.team-single-wrap .social-icon li a:hover {
    color: #92c330;
}

.rightsidebar .member-wrap .title-designation,
.leftsidebar .member-wrap .title-designation {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.rightsidebar .member-wrap .member-image,
.leftsidebar .member-wrap .member-image {
    margin-bottom: 25px;
}


/*single-team-page*/

.single-teams #primary {
    width: 100%;
    float: none;
}

.team-single-wrap .left-member-content {
    float: left;
    width: 30%;
}

.team-single-wrap .member-right-content {
    float: left;
    width: 67%;
    margin-left: 3%;
}

.team-single-wrap .image-member {
    margin-bottom: 20px;
}

.team-single-wrap .name-menber h2 {
    font-size: 48px;
    display: block;
    margin-bottom: 10px;
    color: #28262b;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}

.team-single-wrap .designation-member {
    color: #888888;
    font-size: 24px;
    margin-bottom: 8px;
}

.team-single-wrap .cotent-member {
    font-size: 16px;
}

.team-single-wrap .name-menber {
    margin-bottom: 30px;
}

.team-single-wrap .social-icon ul {
    text-align: center;
}


/*===============blog-inner-page================*/
.inner-container.unicon-blog .blog-items {
    margin-bottom: 70px;    
}
.inner-container.unicon-blog .blog-items:last-child {
    margin-bottom: 0;
}
.inner-container.unicon-blog .blog-image {
    margin-bottom: 40px;
    overflow: hidden;
}

.inner-container.unicon-blog .blog-image img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

.inner-container.unicon-blog .blog-image img:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.unicon-blog .date-blog {
    float: left;
    width: 8%;
    position: relative;
}

.unicon-blog .blog-title-right-wrap {
    float: left;
    width: 87%;
    margin-left: 5%;
}

.unicon-blog .date-blog:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #e2e2e2;
    top: 0;
    right: 0;
}

.unicon-blog .date-blog span {
    display: block;
}

.unicon-blog .date-blog span.day {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
}

.unicon-blog .date-blog span.month {
    font-size: 18px;
    color: #8a8a8a;
    line-height: 1.2;
}
.unicon-blog .wrap-title-detail {
    margin-bottom: 25px;
}
.unicon-blog .blog-title {
    font-size: 25px;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 10px;
}

.unicon-blog .blog-title a {
    color: #000;
}

.unicon-blog .author-blog,
.unicon-blog .comment-blog {
    display: inline-block;
    color: #8a8a8a;
    font-size: 14px;
    text-transform: capitalize;
    margin-right: 20px;
}

.unicon-blog .author-blog i,
.unicon-blog .comment-blog i {
    margin-right: 8px;
}


/*shortcodes*/

.inner-container .unicon_procolumn .ap-team,
.inner-container .unicon_procolumn .ap-team .ap-member-in-wrap,
.inner-container .member-social-group,
.inner-container .ap-team .ap-member-message {
    text-align: left;
}

.inner-container .ap-team .ap-member-message {
    padding: 0;
}

.inner-container .ap-team .ap-member-in-wrap {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.inner-container .ap-team .ap-member-in-wrap:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #e2e2e2;
    bottom: 0;
    left: 0;
}

.inner-container .ap-team .member-social-group a {
    color: #28262b;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

.inner-container .ap-team .member-social-group a:hover {
    color: #92c330;
}

.inner-container .unicon_procolumn {
    margin-bottom: 20px;
}

.inner-container .unicon_procolumn .img-meta-wrap .client-name,
.ap-member-in-wrap .ap-member-name {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    color: #28262b;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 10px;
}

.inner-container .unicon_procolumn .img-meta-wrap .client-company,
.unicon_procolumn .ap-team .ap-member-position {
    color: #888888;
    font-size: 13px;
    margin-bottom: 8px;
    display: block;
    font-weight: 400;
}

.inner-container .unicon_procall_to_action .unicon_procall_to_action_button,
.inner-container .unicon_procolumn .ap-dropcaps.ap-square,
.inner-container .unicon_protoggle .unicon_protoggle_title,
.inner-container .unicon_protagline_box.ap-bg-box,
.inner-container .vertical .unicon_protab_group .tab-title.active,
.inner-container .vertical .unicon_protab_group .tab-title.hover,
.inner-container .horizontal .unicon_protab_group .tab-title.active,
.inner-container .horizontal .unicon_protab_group .tab-title.hover {
    background: #92c330;
}

.inner-container .shortcode-slider .owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev,
.inner-container .shortcode-slider .owl-carousel.owl-theme .owl-controls .owl-nav .owl-next {
    background-color: #92c330;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.inner-container .unicon_procolumn .ap-dropcaps,
.inner-container .unicon_protoggle .unicon_protoggle_title:after {
    color: #92c330;
}

.inner-container .unicon_procolumn .unicon_protoggle,
.inner-container .unicon_protagline_box.ap-left-border-box {
    border-left-color: #92c330;
}

.inner-container .unicon_protagline_box.ap-all-border-box {
    border-color: #92c330;
}

.inner-container .unicon_protagline_box.ap-top-border-box {
    border-top-color: #92c330;
}
