/*!
Theme Name:         Swipe Pro
Theme URI:          https://mysterythemes.com/themes/swipe-pro
Author:             Mystery Themes
Author URI:         https://mysterythemes.com/
Description:        Swipe Pro is an awesome free WordPress business theme comes up with plenty of powerful features that allow you to create a business website in any niche. It is integrated with WooCommerce and other popular plugins that offers full flexibility to use all its features. It has a promising design and exemplary features like Testimonials, Customization option, Optimized for SEO, Amazing support and documentation that makes no trouble while using the theme.
Version:            1.1.6
Requires at least:  5.0
Tested up to:       6.7
Requires PHP:       7.2
License:            GNU General Public License v3 or later
License URI:        http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:        swipe-pro
Tags:               blog, portfolio, e-commerce, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, theme-options, translation-ready

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.

Swipe Pro is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, dfn, em, font, 
ins, kbd, q, s, samp, small, strike, strong, sub, sup, 
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*: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 */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

body {
    background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
   content: "";
}

blockquote,
q {
    quotes: "" "";
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #838383;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #3d3d3d;
    font-weight: 700;
}

p {
    margin-bottom: 20px;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
    font-size: 20px;
    font-style: italic;
    font-family: 'Archivo', sans-serif;
    font-weight: 300;
}

address {
    margin: 0 0 15px;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}


/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0 0 15px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 15px;
    width: 100%;
    border-collapse: collapse;
}

th {
    font-weight: bold;
    border: 1px solid #CCC;
    padding: 5px 10px;
}

td {
    border: 1px solid #CCC;
    padding: 5px 10px;
}


/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: middle;
}

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #E8F5E9;
    color: #fff;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    font-size: 14px;
    line-height: 13px;
    height: 33px;
    border: none;
    padding: 10px 15px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-shadow: none;
    border: 1px solid #10b765;
}

.bttn:hover,
button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #10b765;
    color: #ffffff !important;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    color: #666;
    border: 1px solid #ccc;
    height: 36px;
    width: 100%;
    -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    border: 1px solid #AAA;
}

.searchform input[type="text"]:focus {
    border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px 6px;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    color: #666;
    border: 1px solid #ccc;
    height: 160px;
    max-width: 100%;
    width: 100%;
}


/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
    color: #10b765;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

a:visited {}

a:hover,
a:focus,
a:active {
    color: #10b765;
}

a:focus {
  outline: thin dotted;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    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 */
}


/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}


/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.mt-container:after,
.mt-container:before {
    content: '';
    display: table;
}

.clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.mt-container:after {
    clear: both;
}

.clear {
    clear: both;
}


/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget-area .widget {
    margin: 0 0 25px;
    padding-bottom: 10px;
}


/* Make sure select elements fit in widgets */

.widget-area .widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

h1.entry-title {
    color: #353535;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: capitalize;
}

h1.entry-title a {
    color: #3d3d3d;
}

.hentry {
    margin: 0 0 15px;
}

.single .byline,
.group-blog .byline,
.posted-on,
.blog-author,
.blog-cat {
    display: inline;
    font-family: 'Archivo', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 15px 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 15px;
}

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry,
.blog article.hentry {
    margin-bottom: 40px;
}

.blog article.hentry:first-child {
    margin-top: 30px;
}

article.hentry h1.entry-title {
    margin-bottom: 5px;
    line-height: 1.2;
}

article.hentry .entry-footer>span {
    color: #999;
    font-size: 13px;
    margin-right: 15px;
}

.page-header .page-title {
    color: #333333;
    padding-bottom: 15px;
    font-weight: 600;
}

.updated {
    display: none;
}

.published.updated {
    display: inline;
}

.entry-footer a {
    color: #999;
}

.nav-links .meta-nav {
    display: none;
}

.nav-links .nav-previous,
.nav-links .nav-next {
    width: 50%;
    float: left;
}

.nav-links .nav-next {
    text-align: right;
}

.nav-links .nav-previous a:before {
    content: "\f0d9";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-style: normal;
    margin-right: 5px;
}

.nav-links .nav-next a:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-style: normal;
    margin-left: 5px;
}

.entry-thumbnail {
    width: 38%;
    float: left;
}

.entry-exrecpt {
    width: 60%;
    float: right;
}

.short-content {
    margin-bottom: 10px;
}

.short-content+.bttn {
    float: right;
}

.entry-footer {
    margin-top: 10px;
}

.full-width {
    float: none;
    width: 100%;
}


/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/

.entry-content .gallery {
    margin-bottom: 1.5em;
    margin-left: -2%;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin-bottom: 3%;
    margin-left: 2%;
    position: relative;
}

.site-main .gallery a img {
    max-width: none;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 47%;
}

.gallery-columns-3 .gallery-item {
    max-width: 31.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
}

.gallery-columns-5 .gallery-item {
    max-width: 18%;
}

.gallery-columns-6 .gallery-item {
    max-width: 14.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 12.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 10.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 9.11%;
}

.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 30px;
    margin: 0;
    z-index: 999;
    padding: 10px 30px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)) repeat scroll 0 0;
    width: 100%;
    text-align: left;
}


/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

#comments {
    margin-top: 80px;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#comments h2.comments-title {
    color: #333;
    display: inline-block;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin: 15px 0;
    padding: 8px 15px;
}

#comments h3 {
    margin: 0 0 10px;
    color: #141414;
    font-weight: 600;
    display: inline-block;
    line-height: 22px;
    font-size: 18px;
}

#commentform label {
    display: block;
}

textarea#comment {
    width: 100%;
    height: 150px;
}


/*Comment Lists*/

.comments-area ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-area ol.children {
    margin: 0 0 0 15px;
}

.comment-list .comment-body {
    padding: 15px;
    margin-bottom: 20px;
    background: #F2F2F2;
    border-top: 2px solid #10b765;
}

.comment-author img {
    vertical-align: text-top;
    margin-right: 15px;
}

.comment-author {
    float: none;
}

.comment-metadata {
    font-size: 12px;
    margin-top: -12px;
    padding-left: 50px;
}

.comment-content {
    margin-top: 10px;
    padding-left: 50px;
}

.comment-author .fn {
    font-style: normal;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
    color: #555;
}

.comment-author .fn .url {
    color: #333;
    padding: 0 5px;
}

.comment-author .fn .url:hover {
    color: #10b765;
}

.comment-author .says {
    display: none;
}

.commentmetadata {
    float: right;
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
}

.commentmetadata a {
    color: #666;
}

.commentmetadata .comment-edit-link {
    color: #999;
}

.commentmetadata+.clear {
    margin-bottom: 20px;
}

.reply .comment-reply-link {
    background: none repeat scroll 0 0 #10b765;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1;
    padding: 2px 10px;
}

#respond {
    background: #fbfbfb;
    padding: 20px;
    margin: 20px 0 0;
    color: #141414;
}

#commentform .form-submit {
    margin-bottom: 0;
}

#cancel-comment-reply-link {
    font-style: italic;
    color: #777;
}

#cancel-comment-reply-link:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f057";
    margin: 0 5px 0 20px;
    font-style: normal;
    color: #777;
}

.logged-in-as a {
    color: #777;
}


/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-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;
}

#infinite-footer {
    display: none;
}


/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 10px 0;
}

.site-main .gallery {
    margin-bottom: 1.5em;
}

.gallery-caption {}

.site-main .gallery a img {
    border: none;
    height: auto;
    max-width: 100%;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
    margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {}

.site-main .gallery-columns-4 .gallery-item img {}


/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
Grid CSS
--------------------------------------------------------------*/

.mt-column-wrapper {
    margin-left: -3%;
    margin-bottom: -3%;
}

.mt-column-1 {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 97%;
    margin-left: 3%;
    margin-bottom: 3%;
}

.mt-column-2 {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 47%;
    margin-left: 3%;
    margin-bottom: 3%;
}

.mt-column-3 {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 30.33%;
    margin-left: 3%;
    margin-bottom: 3%;
}

.mt-column-4 {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 22%;
    margin-left: 3%;
    margin-bottom: 3%;
}

.mt-column-5 {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 17%;
    margin-left: 3%;
    margin-bottom: 3%;
}


/*--------------------------------------------------------------
Default widget css
--------------------------------------------------------------*/

.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul,
.wp-block-latest-posts,
.wp-block-archives,
.wp-block-categories,
.wp-block-page-list,
.wp-block-latest-comments{
    list-style: outside none none;
    margin: 0;
}

.wp-block-page-list ul {
  list-style: outside none none;
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.wp-block-latest-posts li,
.wp-block-archives li,
.wp-block-categories li,
.wp-block-page-list li,
.wp-block-latest-comments li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.tagcloud {
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: left;
}

.tagcloud a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px !important;
    display: block !important;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child,
.wp-block-latest-posts li:last-child,
.wp-block-archives li:last-child,
.wp-block-categories li:last-child,
.wp-block-page-list li:last-child,
.wp-block-latest-comments li:last-child{
    border: none;
}

#secondary .widget-title,
.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li a,
.widget_nav_menu li a,
.cat-links a,
.edit-link a,
.comments-link a,
.tagcloud a,
.wp-block-latest-posts li a,
.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-page-list li a,
.wp-block-latest-comments li{
    font-size: 14px;
    line-height: 32px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: inline-block;
    text-transform: capitalize;
}

.widget_recent_comments li {
    display: block;
}

#secondary .widget-title {
    font-size: 22px;
    padding-left: 40px;
    position: relative;
}

.tags-links,
.cat-links a,
.edit-link a {
    padding-left: 32px;
    position: relative;
    color: #7e7e7e;
}

.archive .post-more-btn::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f30b";
    font-size: 20px;
    color: #777;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition: ease-in-out 0.3s;
    top: -8px;
    right: -28px;
}

.posted-on a,
.tags-links {
    padding-left: 22px;
    position: relative;
}

.entry-meta span {
    color: #a0a5ae;
}

#secondary .widget-title,
.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li a,
.widget_nav_menu li a,
.recentcomments a,
.tagcloud a,
.wp-block-latest-posts li a,
.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-page-list li a,
.wp-block-latest-comments li{
    color: #555;
}

#secondary .widget-title:before,
.cat-links a:before,
.edit-link a:before,
.posted-on a:before,
.tags-links:before {
    color: #afb4bd;
    content: "\f07b";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 14px;
    left: 8px;
    position: absolute;
    top: 0px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.tags-links::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f02c";
    left: -2px;
    top: -6px;
}

.comments-link a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f075";
    margin-right: 10px;
}

#secondary .widget-title:before {
    content: "\f07b";
    font-size: 18px;
    left: 0;
}

#secondary .widget_text .widget-title:before {
    display: none;
}

#secondary .widget:hover .widget-title:before {
    content: "\f07c";
}

.edit-link a:before {
    content: "\f044";
}

.posted-on a::before {
    content: "\f073";
    top: -4px;
    font-size: 12px;
}

.posted-on a::before {
    left: 5px;
}

.widget_search .search-field {
    width: 75%;
    float: left;
}

.widget_recent_entries .post-date {
    color: #8f8f8f;
    display: block;
    font-size: 11px;
    margin-top: -5px;
    padding-left: 24px;
}

.widget_nav_menu .sub-menu {
    margin: 10px 0 0 10px;
}

.widget_nav_menu li::before {
    top: 0;
}

.widget_search::after {
    clear: both;
    content: "";
    display: table;
}

.widget_search .search-field {
    width: 75%;
    float: left;
}

.widget_search .search-submit {
    height: 36px;
    width: 25%;
    color: #ffffff;
}

.widget_tag_cloud .tagcloud a,
.widget_tag_cloud a {
  color: #909090;
  font-size: 14px !important;
  border: 1px solid #cfcfcf;
  padding: 1px 10px;
  display: inline-block;
  margin: 0 5px 10px 0;
  border-radius: 2px;
  background: none;
}

.widget_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud a:hover {
  background: #90C948;
  color: #fff !important;
  border-color: #90C948;
}

.wp-block-search__button {
  background: #333;
  border: none;
  width: 80px;
  margin: 0;
  height: 36px;
  color: #fff;
}

.wp-block-latest-comments article {
    box-shadow: none;
    padding: 0;
}
/*--------------------------------------------------------------
Sidebar layout css 
--------------------------------------------------------------*/

#primary,
.home.blog #primary {
    float: left;
    width: 67%;
    background: #fff;
    padding: 60px 0;
}

#secondary,
.home.blog #secondary {
    float: right;
    width: 27%;
    padding: 60px 0;
}

.home.page-template-template-home #primary,
.home.page-template-template-home #secondary,
.error404 #primary {
    float: none;
    width: 100%;
}

.left-sidebar #primary {
    float: right;
}

.left-sidebar #secondary {
    float: left;
}

.no-sidebar #primary,
.home.blog.no-sidebar #primary {
    float: none;
    width: 100%;
    margin: 0 auto;
}

.no-sidebar-center #primary,
.home.blog.no-sidebar-center #primary {
    float: none;
    width: 80%;
    margin: 0 auto;
}

.no-sidebar #secondary,
.no-sidebar-center #secondary {
    display: none;
}

.home.blog #content #primary article:first-child {
    margin-top: 0;
}


/*--------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------*/

.boxed-layout {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.boxed-layout #page {
    background: #fff;
}

#page {
    background: #fff;
}

.boxed-layout #masthead.bg-transparent-layout {
    width: 80%;
}

.mt-container {
    width: 1170px;
    margin: 0 auto;
}

.hide {
    display: none;
}

li {
    list-style: none;
}

.mt-clearfix {
    overflow: auto;
}


/*--------------------------------------------------------------
top-header CSS
--------------------------------------------------------------*/

.top-header-wrapper {
    background: #212121;
}

.top-header {
    font-family: 'Montserrat', sans-serif;
}

.top-header-wrapper .top-left-sec {
    color: #fff;
    float: left;
}

.top-header-wrapper .top-element {
    float: left;
    margin-right: 30px;
    line-height: 2.5;
    font-size: 13px;
    font-weight: 500;
}

.top-header-wrapper .top-element.phone::before,
.top-header-wrapper .top-element.email::before,
.top-header-wrapper .top-element.address::before {
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f095";
    font-size: 12px;
}

.top-header-wrapper .top-element.email::before {
    content: "\f0e0";
}

.top-header-wrapper .top-element.address::before {
    content: "\f041";
}

.top-header-wrapper .top-right-sec {
    float: right;
}

.mt-social-icons-wrapper span {
    margin-left: 18px;
}

.mt-social-icons-wrapper span a {
    color: #fff;
    font-size: 13px;
    line-height: 2.5;
}


/*--------------------------------------------------------------
masthead CSS
--------------------------------------------------------------*/

#masthead {
    background: #fff;
    -webkit-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    position: relative;
}

.is-sticky #masthead {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.site-title a {
    font-size: 32px;
    font-weight: 400;
}

.site-title {
    margin: 27px 0;
    line-height: 1.3;
}

.site-branding {
    float: left;
    width: 25%;
}

.custom-logo-link {
    display: block;
    margin: 23px 0;
}

.bg-color-layout .custom-logo-link {
    display: block;
    margin: 32px 0;
}

.site-description {
    margin-bottom: 0;
}

#masthead {
    z-index: 999;
}

#site-navigation ul {
    margin: 0;
}

#masthead #primary-menu li {
    float: left;
    margin: 0 14px;
    padding: 10px 0;
}

#masthead #primary-menu .sub-menu li {
    padding: 0;
    float: none;
    margin: 0;
}

#masthead #primary-menu li a {
    color: #4c4c4c;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    display: block;
}

#masthead .menu-search,
#masthead .side-menu-toggle {
    color: #4c4c4c;
}

.menu-toggle,
.menu-toggle-off {
    display: none;
}

#masthead .menu-search,
#masthead .menu-cart-wrapper,
#masthead .side-menu-toggle {
    float: left;
    margin-left: 16px;
    padding: 10px 0;
}

#masthead .menu-search i,
#masthead .cart-contents,
#masthead .side-menu-toggle i {
    cursor: pointer;
}

#site-navigation {
    display: inline-block;
    margin-right: 20px;
}

.masthead-right-side {
    display: inline-block;
}

#masthead .cart-contents span {
    color: #4c4c4c;
    margin-left: 8px;
    font-family: 'Montserrat', sans-serif;
}

#masthead .cart-contents .count::before,
#masthead .cart-contents .amount::before {
    margin-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f07a";
    color: #333;
}

#masthead .cart-contents .amount::before {
    content: "-";
}

#masthead .menu-wrapper {
    margin: 23px 0;
    float: right;
    font-weight: 500;
}


/*sub menu style*/

#primary-menu li {
    position: relative;
}

#site-navigation .sub-menu li a {
    color: #333;
    text-align: center;
    line-height: 3;
}

.sub-toggle .fa-angle-right::before {
    display: none;
}

.sub-toggle {
    color: #333;
    cursor: pointer;
    line-height: 24px;
    right: 14px;
    text-align: center;
    top: 24px;
    width: 24px;
    display: none;
}

#site-navigation ul.sub-menu,
#site-navigation ul.children {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background: #FFF;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    z-index: 9999;
    line-height: 2.5;
}

#site-navigation ul li:hover>ul.sub-menu,
#site-navigation ul li:hover>ul.children {
    opacity: 1;
    -transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

#site-navigation ul.sub-menu li,
#site-navigation ul.children li {
    float: none;
    display: block;
}

#site-navigation ul.sub-menu li a,
#site-navigation ul.children li a {
    display: block;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    padding: 0 20px;
}

#site-navigation ul.sub-menu li a, 
#site-navigation ul.children li a {
    line-height: 24px;
    padding: 12px 20px;
}

#site-navigation ul.sub-menu li:last-child a,
#site-navigation ul.children li:last-child a {
    border: none;
}

#site-navigation ul.sub-menu ul,
#site-navigation ul.children ul {
    right: -100%;
    left: auto;
    top: -20%;
}

#site-navigation ul.sub-menu li:hover>ul,
#site-navigation ul.children li:hover>ul {
    top: 0;
    left: 120px;
}

#site-navigation li.menu-item-has-children>a::after,
#site-navigation li.page_item_has_children>a::after,
#site-navigation li.page_item_has_children>a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f078";
    position: absolute;
    right: 14px;
    top: 4px;
    font-size: 13px;
}

#site-navigation ul.sub-menu li.menu-item-has-children>a:after,
#site-navigation ul.children li.page_item_has_children>a:after {
    content: "\f054";
    right: -21px;
    top: -6px;
}

#masthead #primary-menu li.menu-item-has-children,
#masthead #primary-menu li.page_item_has_children {
    margin-right: 0;
}

#site-navigation ul#primary-menu>li.menu-item-has-children>a,
#site-navigation #primary-menu ul>li.page_item_has_children>a {
    padding-right: 35px;
}


/*search form styles*/

#masthead .menu-search .search-form-wrapper {
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: ease-in 0.4s;
    -o-transition: ease-in 0.4s;
    transition: ease-in 0.4s;
    visibility: hidden;
}

#masthead .menu-search .search-form-wrapper .search-form-sub-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 50px;
    background: #fff;
    width: 750px;
    text-align: center;
}

#masthead .search-form-wrapper.search-activate {
    opacity: 1;
    visibility: visible;
}

#masthead .search-form-wrapper .search-title {
    font-size: 22px;
    margin-bottom: 20px;
    color: #8c8c8c;
}

#masthead .search-form-wrapper .search-field {
    border: none;
    border-bottom: 3px dotted #ddd;
    font-size: 24px;
}

#masthead .search-form-wrapper .search-submit {
    margin-top: 30px;
    font-size: 22px;
    padding: 0px 30px;
    height: 45px;
}

#masthead .search-form-wrapper .search-submit:hover {
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.3);
}

#site-header-cart {
    padding-left: 60px;
}

.header-layout-3 #site-header-cart {
    padding-left: 0px;
}


/* -----------------------------------------------
Transparent Header css
----------------------------------------------*/

.bg-transparent-layout #masthead,
.bg-transparent-layout #masthead-sticky-wrapper,
.home.bg-transparent-layout .is-sticky #masthead {
    background: #212121;
}

.home.bg-transparent-layout #masthead-sticky-wrapper {
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: none;
}

.home.logged-in.bg-transparent-layout #masthead-sticky-wrapper {
    top: 65px;
}

.home.bg-transparent-layout #masthead {
    top: 0;
    position: absolute;
    left: 0;
    background: none;
    width: 100%;
}

.home.bg-transparent-layout.no-top-header #masthead,
.home.bg-transparent-layout.no-top-header #masthead-sticky-wrapper {
    top: 0 !important;
}

.home.blog.bg-transparent-layout #masthead-sticky-wrapper,
.home.blog.bg-transparent-layout #masthead {
    position: static;
    background: #212121;
}

.bg-transparent-layout #masthead .site-title a::after,
.bg-transparent-layout #masthead #primary-menu li a,
.bg-transparent-layout #masthead .cart-contents span,
.bg-transparent-layout #masthead .cart-contents .count::before,
.bg-transparent-layout #masthead .cart-contents .amount::before,
.bg-transparent-layout #masthead .menu-search,
.bg-transparent-layout #masthead .side-menu-toggle,
.bg-transparent-layout #masthead .woocommerce-mini-cart-item.mini_cart_item span,
.bg-transparent-layout #masthead .woocommerce.widget_shopping_cart .total,
.bg-transparent-layout #masthead .menu-toggle {
    color: #fff;
}

.bg-transparent-layout #masthead #site-navigation ul.sub-menu,
.bg-transparent-layout #masthead #site-navigation ul.children,
.bg-transparent-layout #masthead .widget_shopping_cart_content {
    background: rgba(0, 0, 0, 0.5);
}

.bg-transparent-layout .is-sticky #masthead {
    border-bottom: 0px;
}


/*header-layout-3 css*/

.header-layout-3 .site-branding {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    float: none;
}

.header-layout-3 .is-sticky .menu-wrapper {
    padding: 20px 10px;
    margin-top: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.header-layout-3 #masthead {
    overflow: hidden;
}

.header-layout-3 #masthead .menu-wrapper {
    width: 100%;
    text-align: center;
    margin: 0;
}

.header-layout-3 #site-navigation {
    margin-right: 0;
}

.header-layout-3 #masthead #primary-menu li {
    position: relative;
    margin: 0 20px 0 40px;
}

.header-layout-3 #masthead #primary-menu .sub-menu li {
    margin: 0 10px;
}

.header-layout-3 #masthead #primary-menu li::after {
    content: "";
    right: -30px;
    top: 8px;
    width: 1px;
    height: 28px;
    background: #ddd;
    position: absolute;
}

.header-layout-3 #masthead #primary-menu .sub-menu li:after {
    display: none;
}

.header-layout-3 #sticky-wrapper {
    height: auto !important;
    float: none !important;
}

.header-layout-3 #masthead .is-sticky .menu-wrapper {
    padding: 0;
}

.header-layout-3 #masthead .is-sticky .menu-wrapper::after,
.header-layout-3 #masthead .is-sticky .menu-wrapper::before {
    content: "";
    width: 100%;
    height: 104%;
    position: absolute;
    left: -100%;
    top: -1px;
    background: #fff;
}

.header-layout-3 #masthead .is-sticky .menu-wrapper::after {
    left: auto;
    right: -100%;
}


/* -----------------------------------------------
sidebar menu toogle design
----------------------------------------------*/

#masthead .sidebar-wrapper {
    z-index: 9999;
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: ease-in 0.4s;
    -o-transition: ease-in 0.4s;
    transition: ease-in 0.4s;
    visibility: hidden;
}

#masthead .sidebar-wrapper .sidebar-top-menu-toggle-wrap {
    position: absolute;
    top: 0%;
    right: -15%;
    padding: 50px;
    background: #fff;
    width: 350px;
    text-align: center;
    height: 100%;
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

#masthead .sidebar-wrapper.show {
    opacity: 1;
    visibility: visible;
}

#masthead .sidebar-wrapper.show .sidebar-top-menu-toggle-wrap {
    right: 0;
}

.side-menu-widget-wrapper .sub-menu {
    display: none;
}

.side-menu-widget-wrapper .widget-title {
    font-size: 24px;
    margin-top: 30px;
    text-align: center;
    text-transform: capitalize;
}

.sidebar-top-menu-toggle-wrap .side-menu-widget-wrapper .widget_media_image img {
    border-radius: 50%;
}

.side-menu-widget-wrapper .wp-caption {
    border: 0;
}

#masthead .sidebar-wrapper.show .sidebar-top-menu-toggle-wrap {
    overflow-y: scroll;
}


/*8***************************************************
Slider CSS
******************************************************/

#section-slider {
    margin-bottom: 45px;
}

#section-slider .slider-image img {
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 100%;
}

#section-slider .main-slider-content {
    position: relative;
}

#section-slider .slider-content-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

#section-slider.layout-one .slider-content {
    width: 950px;
    margin: 0 auto;
}

#section-slider.layout-one .main-slider-content:before {
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
}

#section-slider .btn-wrapper {
    margin-top: 50px;
}

#section-slider .slider-btn {
    display: inline-block;
    margin: 10px 20px;
}

#section-slider .slider-btn a {
    color: #fff;
    border: 2px solid #fff;
    padding: 14px 44px;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.3);
}

#section-slider .slider-btn.btn-second a {
    background: #fff;
    color: #333;
}

#section-slider .slider-btn a:hover {
    background: none;
}

#section-slider .lSSlideOuter {
    position: relative;
}

#section-slider .lSPager.lSpg {
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
}

#section-slider .lSSlideOuter .lSPager.lSpg>li a {
    height: 10px;
    width: 10px;
    margin: 0 4px;
    background: #fff;
}

#section-slider .lSAction>a {
    color: #fff;
    font-size: 38px;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transform-origin: bottom;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#section-slider.layout-one .lSAction>.lSPrev {
    left: 3%;
}

#section-slider.layout-one .lSAction>.lSNext {
    right: 3%;
}

#section-slider.layout-one .lSAction>a:hover {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

#section-slider.layout-one .lSAction>.lSNext:hover {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

#section-slider .slider-sub-title {
    font-size: 22px;
    color: #fff;
    margin: 40px 0;
}

#section-slider .main-title {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}

#section-slider .slider-sub-title {
    font-size: 22px;
    color: #fff;
}


/*slider layout two*/

#section-slider.layout-two .slider-content {
    text-align: left;
    width: 700px;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px;
}

#section-slider.layout-two .slider-btn a {
    border-radius: 30px;
    background: #333;
    color: #fff;
    border-color: #333;
    padding: 10px 20px;
    font-size: 16px;
}

#section-slider.layout-two .main-title,
#section-slider.layout-two .slider-sub-title {
    color: #333;
}

#section-slider.layout-two .slider-btn.btn-second a {
    background: #fff;
    border-color: #fff;
    color: #333;
}

#section-slider.layout-two .slider-btn.btn-first a:hover {
    color: #fff;
}

#section-slider.layout-two .lSAction>a {
    color: #333;
}

#section-slider.layout-two .lSAction>.lSPrev {
    left: 0;
}

#section-slider.layout-two .fa-chevron-left::before,
#section-slider.layout-two .fa-chevron-right::before {
    background: rgba(255, 255, 255, 0.5);
    padding: 50px 10px;
}

#section-slider.layout-two .fa-chevron-left:hover::before,
#section-slider.layout-two .fa-chevron-right:hover::before {
    background: rgba(255, 255, 255, 1);
}

#section-slider.layout-two .main-title {
    font-size: 38px;
}

#section-slider.layout-two .slider-sub-title {
    margin: 30px 0 0;
    font-size: 21px;
}

#section-slider.front-section-service.layout-two .slider-btn {
    margin-left: 0;
}

#section-slider.layout-two .slider-content {
    text-align: left;
    width: 780px;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px;
}

#section-slider.layout-two .btn-wrapper {
    margin-top: 30px;
}


/*--------------------------------------------------------------
banner CSS
--------------------------------------------------------------*/

#section-banner {
    position: relative;
    overflow: hidden;
}

#wp-custom-header {
    position: relative;
    text-align: center;
}

#wp-custom-header-video {
    min-width: 100%;
    height: auto !important;
}

#section-banner.layout-one .caption-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 950px;
}

#section-banner .banner-title {
    font-size: 26px;
    color: #fff;
    font-weight: normal;
    font-family: 'Playball', cursive;
}

#section-banner .banner-description {
    color: #fff;
    font-size: 54px;
    margin-bottom: 34px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

#section-banner .banner-description span {
    font-weight: 800;
}

#section-banner .banner-btn-wrap a {
    font-weight: 700;
    position: relative;
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    color: #fff;
    font-size: 24px;
}

#section-banner.layout-one .banner-btn-wrap a {
    border: 3px solid #fff;
    padding: 18px 70px 18px 40px;
    background: rgba(0, 0, 0, 0.1);
}

#section-banner.layout-one .banner-btn-wrap a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f30b";
    margin-left: 20px;
    -webkit-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    position: absolute;
    font-size: 22px;
    top: 17px;
    margin-left: 16px;
    right: 34px;
}

#section-banner.layout-one .banner-btn-wrap a:hover {
    background: #fff;
    color: #333;
}

#section-banner.layout-one .banner-btn-wrap a:hover:after {
    right: 28px;
}

#section-banner.layout-one .banner-caption {
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#wp-custom-header-video-button {
    position: absolute;
    right: 20%;
    top: 80%;
    z-index: 99;
    font-size: 0;
    background: none;
    border: none;
}

#wp-custom-header-video-button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f04b";
    font-size: 20px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 8px 8px 8px 10px;
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

#wp-custom-header-video-button:hover::after {
    border: 2px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
}

#wp-custom-header-video-button.wp-custom-header-video-pause::after {
    content: "\f04c";
}


/*svg divider*/

.layout-one #wp-custom-header::before {
    position: absolute;
    content: '';
    pointer-events: none;
    top: 100%;
    width: 125%;
    transform-origin: 0 0;
    height: 25%;
    background: #fff;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: 99;
    left: 0;
}

.layout-one #wp-custom-header {
    padding-top: 0;
}

#curves {
    visibility: hidden;
    height: 0;
    display: none;
}


/*layout-two banner*/

.layout-two #curves {
    visibility: visible;
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 150px;
    display: block;
}

#section-banner.layout-two .banner-title,
#section-banner.layout-two .banner-description,
#section-banner.layout-two .banner-btn-wrap a {
    color: #3d3d3d;
}

#section-banner.layout-two .banner-btn-wrap a {
    background: rgba(255, 255, 255, 0.5);
    padding: 20px 60px;
    position: relative;
    border-radius: 30px 0px 30px 0px;
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

#section-banner.layout-two .banner-btn-wrap a:hover {
    box-shadow: 1px 6px 1px rgba(255, 255, 255, 0.4);
}

#section-banner.layout-two .caption-wrap {
    margin-right: 0;
    width: 650px;
    text-align: right;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-10%, -50%);
    -ms-transform: translate(-10%, -50%);
    -o-transform: translate(-10%, -50%);
    transform: translate(-10%, -50%);
}


/*--------------------------------------------------------------
service section CSS
--------------------------------------------------------------*/

.front-section {
    padding-top: 45px;
    padding-bottom: 45px;
}

#section-service.layout-one .section-title-wrapper {
    width: 33%;
    float: left;
}

#section-service .category-title {
    font-size: 20px;
    font-weight: 400;
    position: relative;
}

#section-service .category-title::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background: #3d3d3d;
    bottom: -4px;
    left: 0;
}

#section-service .section-description {
    font-size: 36px;
    font-weight: 800;
    color: #333;
    margin-top: 50px;
    line-height: 1.8;
    text-transform: capitalize;
}

#section-service .section-title {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.8;
    margin-top: 40px;
    color: #686868;
}

#section-service .section-title::after {
    display: none;
}

#section-service.layout-one .cat-posts-wrapper {
    width: 65%;
    float: right;
}

#section-service .post-thumb {
    width: 15%;
    float: left;
}

#section-service .post-details {
    width: 80%;
    float: right;
}

#section-service .sec-post-title a {
    color: #333;
    font-size: 24px;
    font-weight: 500;
}

#section-service .post-content p {
    color: #686868;
    margin-top: 20px;
}

#section-service .post-more-btn-wrap {
    margin-bottom: 10px;
}

#section-service .sec-post-title a {
    font-size: 22px;
}

.post-more-btn {
    color: #777;
    position: relative;
}

.post-more-btn::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f30b";
    font-size: 22px;
    color: #777;
    transition: ease-in-out 0.3s;
    position: absolute;
    top: 0;
    right: -28px;
    line-height: 21px;
    font-size: 18px;
}

.post-more-btn:hover::after {
    right: -32px;
}

.front-section-service .single-post-wrap {
    margin-bottom: 5%;
}


/*layout two*/

#section-service.layout-two .section-title-wrapper {
    text-align: center;
}

#section-service.layout-two .category-title::after {
    left: 48%;
}

#section-service.layout-two .section-description {
    font-size: 20px;
    color: #4e4e4e;
    width: 75%;
    margin: 40px auto 50px auto;
    font-weight: 700;
}

#section-service.layout-two .single-post-wrap.mt-column-2 {
    width: 30.33%;
}

#section-service.layout-two .single-post-wrap {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.05);
    padding: 20px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

#section-service.layout-two .single-post-wrap:hover {
    -webkit-transform: translateY(-3%);
    -ms-transform: translateY(-3%);
    -o-transform: translateY(-3%);
    transform: translateY(-3%);
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.08);
}

#section-service.layout-two .post-more-btn::after {
    display: none;
}

#section-service.layout-two .sec-post-title {
    margin-top: 10px;
}

#section-service.layout-two .sec-post-title a {
    position: relative;
}

#section-service.layout-two .sec-post-title a::after {
    position: absolute;
    bottom: -10px;
    left: 35%;
    content: "";
    background: #777;
    height: 1px;
    width: 30%;
}

#section-service.layout-two .post-details,
#section-service.layout-two .post-thumb {
    width: 100%;
}

#section-service.layout-two .post-thumb {
    margin: 20px 0;
}

#section-service.layout-two .post-more-btn-wrap {
    margin-bottom: 10px;
}


/*layout 3*/

#section-service.layout-three .single-post-wrap {
    padding: 20px;
    position: relative;
    background: rgba(2, 2, 2, 0.02);
}

#section-service.layout-three .single-post-wrap.mt-column-2 {
    width: 47%;
}

#section-service.layout-three .category-details {
    text-align: center;
}

#section-service.layout-three .category-title {
    text-align: center;
    font-size: 42px;
    position: relative;
    font-weight: 400;
}

#section-service.layout-three .category-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background: #3d3d3d;
    bottom: -15px;
    left: 48%;
}

#section-service.layout-three .section-description {
    margin-top: 30px;
}

#section-service.layout-three .section-description {
    text-align: center;
    font-size: 18px;
    padding: 10px;
    color: #838383;
    font-weight: 400;
}

#section-service.layout-three .sec-post-title {
    margin-top: 0;
}

#section-service.layout-three .single-post-wrap {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    border-radius: 12px;
}

#section-service.layout-three .single-post-wrap {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}

#section-service.layout-three .single-post-wrap:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}


/****************************************************************************
about section css 
**************************************************************************/

#section-about .about-desc-wrap {
    display: none;
}

#section-about .about-desc-wrap.active {
    display: block;
}

#section-about.layout-one .about-thumb {
    position: absolute;
    right: 0;
    width: 30%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#section-about.layout-one .about-thumb img {
    display: none;
}

#section-about.layout-one .about-content-wrapper {
    width: 70%;
    float: left;
    padding-right: 30px;
    padding: 30px 0 0 260px;
}

#section-about.layout-one .about-title-wrapper {
    width: 20%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f7f7f7;
}

#section-about.layout-one .about-desc-wrapper {
    width: 94%;
}

#section-about.layout-one .about-content {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    overflow: auto;
    padding: 0;
    min-height: 400px;
    background: #fff;
    position: relative;
}

#section-about.layout-two .about-thumb img {
    min-width: 100%;
}

#section-about .about-title {
    color: #4c4c4c;
    padding: 10px 30px;
    cursor: pointer;
    font-weight: 600;
}

#section-about .about-title:hover,
#section-about .about-title-wrap.active .about-title {
    color: #fff;
    background: #ecb101;
}

#section-about .about-title-wrap {
    position: relative;
}

#section-about.layout-one .about-title-wrap::after {
    position: absolute;
    content: "";
    height: 1px;
    background: #d7d7d7;
    width: 100%;
    bottom: 0;
    left: 0;
}


/*layout-two*/

#section-about.layout-two .about-desc-wrap.active {
    display: block;
}

#section-about.layout-two .about-content-wrapper {
    float: right;
    width: 48%;
}

#section-about.layout-two .about-thumb {
    float: left;
    width: 46%;
    box-shadow: 20px 20px 3px rgba(0, 0, 0, 0.1);
}

#section-about.layout-two .about-title-wrap {
    display: inline-block;
    margin: 2px;
}

#section-about.layout-two .about-title-wrapper .about-title {
    background: rgba(2, 2, 2, 0.05);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

#section-about.layout-two .about-title-wrap.active .about-title,
#section-about.layout-two .about-title-wrapper .about-title:hover {
    color: #fff;
}

#section-about.layout-two .about-title-wrapper {
    margin-bottom: 30px;
}

#section-about .about-desc-wrapper {
    font-size: 17px;
    text-align: justify;
}


/*--------------------------------------------------------------
portfolio section CSS
--------------------------------------------------------------*/

.section-title-wrapper {
    margin-bottom: 70px;
}

.section-title {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    position: relative;
    font-weight: 400;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background: #3d3d3d;
    bottom: -15px;
    left: 48%;
}

.section-sub-title {
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
    width: 80%;
    margin: 0 auto;
}

#section-portfolio .portfolio-posts-wrapper {
    text-align: center;
}

#section-portfolio .section-title-wrapper {
    margin-bottom: 20px;
}

#section-portfolio .portfolio-cat-item-title-wrapper {
    margin-top: 0;
    text-align: center;
    margin-bottom: 50px;
}

#section-portfolio .portfolio-column {
    width: 25%;
    float: left;
}

#section-portfolio .single-post-wrapper {
    position: relative;
    overflow: hidden;
}

#section-portfolio.layout-one .post-info-wrap {
    position: absolute;
    top: 50%;
    left: 30%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: ease-in-out 0.7s;
    -o-transition: ease-in-out 0.7s;
    transition: ease-in-out 0.7s;
    width: 100%;
}

#section-portfolio.layout-one .image-wrap {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: ease-in-out 0.7s;
    -o-transition: ease-in-out 0.7s;
    transition: ease-in-out 0.7s;
}

#section-portfolio .image-wrap:after {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    left: 100%;
    right: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition: ease-in-out 0.7s;
    -o-transition: ease-in-out 0.7s;
    transition: ease-in-out 0.7s;
}

#section-portfolio.layout-one .post-title {
    color: #fff;
    font-size: 32px;
    position: relative;
}

#section-portfolio .single-post-wrapper:hover .image-wrap:after,
#section-portfolio.layout-one .single-post-wrapper:hover .post-info-wrap {
    opacity: 1;
}

#section-portfolio.layout-one .single-post-wrapper:hover .image-wrap:after {
    left: 0;
}

#section-portfolio.layout-one .single-post-wrapper:hover .post-info-wrap {
    left: 50%;
}

#section-portfolio.layout-one .single-post-wrapper:hover .image-wrap {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#section-portfolio.layout-one .post-more-btn {
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    right: 10px;
}

#section-portfolio.layout-one .post-more-btn::after {
    color: #fff;
}

#section-portfolio .portfolio-cat-item-title-wrapper li {
    background: none;
    color: #606060;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    margin: 0 10px;
    display: inline-block;
    padding: 4px 10px;
    cursor: pointer;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
}

#section-portfolio.layout-one .portfolio-cat-item-title-wrapper li {
    border: 1px solid #e1e1e1;
}


/*layout-two portfolio*/

#section-portfolio.layout-two .item {
    margin-left: -2%;
}

#section-portfolio.layout-two .portfolio-posts-wrapper {
    padding: 30px;
}

#section-portfolio.layout-two .portfolio-column {
    width: 23%;
}

#section-portfolio.layout-two .single-post-wrapper {
    margin-left: 2%;
    box-shadow: 0px 2px 7px #f0f0f0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 4px;
    margin-bottom: 3%;
}

#section-portfolio.layout-two .post-info-wrap {
    padding: 20px 0;
}

#section-portfolio.layout-two .single-post-wrapper:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    box-shadow: 2px 2px 12px #ddd;
}

#section-portfolio.layout-two .section-title-wrapper {
    margin-bottom: 30px;
}

#section-portfolio.layout-two .post-title {
    margin-bottom: 10px;
    font-weight: 400;
}

#section-portfolio.layout-two .portfolio-cat-item-title-wrapper li:after {
    content: "";
    left: 50%;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #e1e1e1;
    position: absolute;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

#section-portfolio.layout-two .portfolio-cat-item-title-wrapper li:hover:after {
    width: 100%;
}


/*layout three portfolio*/

#section-portfolio.layout-three .post-info-wrap {
    padding: 20px 0;
    width: 100%;
    background: #fff;
    border: 1px solid #e1e1e1;
    opacity: 1;
    position: absolute;
    bottom: -150px;
    left: 0;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

#section-portfolio.layout-three .post-title {
    font-weight: 400;
    margin-bottom: 6px;
}

#section-portfolio.layout-three .single-post-wrapper:hover .post-info-wrap {
    bottom: 0;
    opacity: 1;
    z-index: 99;
}

#section-portfolio.layout-three .post-more-btn:after {
    display: none;
}

#section-portfolio.layout-three .portfolio-cat-item-title-wrapper li::after {
    content: "";
    right: -12px;
    top: 8px;
    height: 20px;
    width: 1px;
    background: #e1e1e1;
    position: absolute;
}


/*8***************************************************
CALL TO Action section CSS
******************************************************/

#section-cta .section-title-wrapper {
    margin-bottom: 50px;
}

#section-cta .section-desc-wrapper {
    font-size: 20px;
    text-align: center;
    color: #666;
}

#section-cta .cta-button-wrapper a {
    color: #333;
    padding: 12px 40px;
    border: 2px solid #333;
    border-radius: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
}

#section-cta .cta-button-wrapper {
    margin: 50px auto 20px auto;
    text-align: center;
}

#section-cta .cta-button {
    display: inline-block;
    margin: 0 15px;
}

#section-cta .cta-button.cta-button2 a {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

#section-cta .section-cta-wrapper {
    padding: 60px 0;
}

#section-cta.front-section {
    margin: 45px 0;
    padding: 0;
}


/*layout-two*/

#section-cta.layout-two .mt-container {
    background: rgba(255, 255, 255, 0.7);
    padding: 40px;
    margin: 60px auto;
    width: 980px;
}

#section-cta.layout-two .section-title::after {
    display: none;
}

#section-cta.layout-two .section-title-wrapper {
    margin: 0;
}

#section-cta.layout-two .cta-button-wrapper {
    margin: 50px auto 20px auto;
    text-align: center;
}


/*layout-three*/

#section-cta.layout-three .section-cta-wrapper {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
}

#section-cta.layout-three .cta-button a,
#section-cta.layout-three .section-title,
#section-cta.layout-three .section-desc-wrapper {
    color: #fff;
}

#section-cta.layout-three .section-title::after {
    background: #fff;
}

#section-cta.layout-three .cta-button-wrapper a {
    border-radius: 0px;
}

#section-cta.layout-three .cta-button.cta-button1 a {
    border-color: rgba(255, 255, 255, 0.8);
}

#section-cta.layout-three .cta-button.cta-button2 a:hover {
    background: #333;
    border-color: #333;
}

#section-cta.layout-three.front-section-cta {
    position: relative;
}

#section-cta.layout-three.front-section-cta:before {
    left: 20%;
    top: 0;
    position: absolute;
    content: "";
    border-right: 30px solid rgba(255, 255, 255, 0);
    border-left: 30px solid rgba(255, 255, 255, 0);
    border-top: 30px solid rgba(255, 255, 255, 1);
    border-bottom: 30px solid rgba(255, 255, 255, 0);
}


/*******************************************************
Pricing table design
*********************************************************/

#section-pricing .pricing-table-wrapper {
    padding: 30px;
    text-align: center;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#section-pricing.layout-one .pricing-table-wrapper {
    background: rgba(2, 2, 2, 0.02);
}

#section-pricing.layout-one .single-table-wrapper.featured-table .pricing-table-wrapper {
    color: #fff;
}

#section-pricing.layout-one .featured-table .table-cur-price-wrap,
#section-pricing.layout-one .featured-table .table-title {
    color: #fff;
}

#section-pricing .table-title {
    font-size: 32px;
    font-weight: 400;
}

#section-pricing .table-cur-price-wrap {
    font-size: 44px;
    font-weight: 800;
    color: #333;
    display: inline-block;
}

#section-pricing .table-price-wrapper {
    padding: 10px 0 20px 0;
}

#section-pricing .table-btn {
    color: #fff;
    background: #3d3d3d;
    padding: 10px 20px;
    border-radius: 30px;
}

#section-pricing .table.button-wrapper {
    margin: 30px 0 10px 0;
}

#section-pricing .table-feature {
    padding: 4px;
}

#section-pricing .table-duration {
    position: relative;
    margin-left: 14px;
}

#section-pricing .single-table-wrapper .table-duration::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 1px;
    background: #333;
    left: -8px;
    top: 3px;
    transform: rotate(20deg);
}

#section-pricing.layout-one .single-table-wrapper.featured-table .table-duration::before {
    background: #fff;
    position: absolute;
}

#section-pricing.layout-one .pricing-table-wrapper:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#section-pricing.layout-one .single-table-wrapper.featured-table .pricing-table-wrapper:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

#section-pricing.layout-one .pricing-table-wrapper:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 20%;
    height: 5px;
    background: #3d3d3d;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#section-pricing.layout-one .pricing-table-wrapper:hover:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}


/*layout-two*/

#section-pricing.layout-two .pricing-table-wrapper:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    border-right: 20px solid rgba(0, 0, 0, 0.6);
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-top: 20px solid rgba(0, 0, 0, 0.6);
    border-bottom: 20px solid rgba(0, 0, 0, 0);
}

#section-pricing.layout-two .pricing-table-wrapper:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    border-left: 20px solid rgba(0, 0, 0, 0.6);
    border-right: 20px solid rgba(0, 0, 0, 0);
    border-bottom: 20px solid rgba(0, 0, 0, 0.6);
    border-top: 20px solid rgba(0, 0, 0, 0);
}

#section-pricing.layout-two .pricing-table-wrapper {
    border: 2px solid #666;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

#section-pricing.layout-two .single-table-wrapper.featured-table .pricing-table-wrapper {
    background: rgba(2, 2, 2, 0.02);
    border-color: #333;
}

#section-pricing.layout-two .single-table-wrapper.featured-table .pricing-table-wrapper:after {
    border-left: 20px solid rgba(0, 0, 0, 0.9);
    border-bottom: 20px solid rgba(0, 0, 0, 0.9);
}

#section-pricing.layout-two .single-table-wrapper.featured-table .pricing-table-wrapper:before {
    border-right: 20px solid rgba(0, 0, 0, 0.9);
    border-top: 20px solid rgba(0, 0, 0, 0.9);
}

#section-pricing.layout-two .featured-table .table-btn:hover {
    background: #333;
}

#section-pricing.layout-two .table-feature {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

#section-pricing.layout-two .table-feature:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    background: #666;
    border-radius: 50%;
    left: 0;
    top: 50%;
}

#section-pricing.layout-two .table-btn {
    border-radius: 0px;
    background: none;
    color: #3d3d3d;
    border: 2px solid #666;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#section-pricing.layout-two .table-btn:hover {
    background: #666;
    color: #fff;
}

#section-pricing .table-currency {
    font-size: 20px;
}

#section-pricing.layout-two .pricing-table-wrapper:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}


/*--------------------------------------------------------------
team section CSS
--------------------------------------------------------------*/

#section-team .image-wrap {
    margin-bottom: 30px;
    text-align: center;
}

#section-team.layout-one .image-wrap img {
    border-radius: 50%;
    width: 50%;
}

#section-team.layout-one .team-member-post {
    -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
    padding: 30px 60px;
    position: relative;
    -webkit-transition: ease-in-out 0.6s;
    -o-transition: ease-in-out 0.6s;
    transition: ease-in-out 0.6s;
    position: relative;
    background: #fff;
}

#section-team .team-section-hover-wrapper {
    background-size: cover !important;
}

#section-team .post-info-wrap {
    text-align: center;
    z-index: 9;
}

#section-team .post-title {
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

#section-team .post-position {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

#section-team .post-content {
    text-align: center;
    margin-top: 10px;
}

#section-team .social-icons-wrapper {
    text-align: center;
    margin-top: 10px;
}

#section-team .button-wrapper {
    text-align: center;
    margin-top: 60px;
}

#section-team .button-wrapper a {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 20px;
    color: #3d3d3d;
}

#section-team .social-link {
    margin: 10px;
}

#section-team .social-link a {
    color: #3d3d3d;
    position: relative;
}

#section-team .hover-team-member-post .social-link a::before {
    content: "";
    position: absolute;
    left: -8px;
    top: -5px;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}

#section-team .team-section-hover-wrapper {
    position: relative;
}

#section-team .team-section-hover-wrapper .post-info-wrap {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

#section-team.layout-one .team-member-post {
    position: relative;
}

#section-team.layout-one .team-section-hover-wrapper:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
}

#section-team.layout-one .team-section-hover-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: ease-in-out 0.8s;
    -o-transition: ease-in-out 0.8s;
    transition: ease-in-out 0.8s;
}

#section-team.layout-one .single-post-wrapper:hover .team-section-hover-wrapper {
    visibility: visible;
    opacity: 1;
}

#section-team .team-section-hover-wrapper .social-link a,
#section-team .team-section-hover-wrapper .post-position,
#section-team .team-section-hover-wrapper .post-title {
    color: #fff;
}


/*layput-two team section*/

#section-team.layout-three .team-section-hover-wrapper,
#section-team.layout-two .team-section-hover-wrapper {
    display: none;
}

#section-team.layout-two .team-member-post {
    position: relative;
}

#section-team.layout-two .post-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: ease-in-out 0.7s;
    -o-transition: ease-in-out 0.7s;
    transition: ease-in-out 0.7s;
    width: 100%;
    padding: 0 20px;
}

#section-team.layout-two .team-member-post:hover .post-content {
    top: 40%;
    visibility: visible;
    opacity: 1;
}

#section-team.layout-two .post-content {
    color: #fff;
}

#section-team.layout-two .image-wrap {
    position: relative;
}

#section-team.layout-two .image-wrap:after {
    position: absolute;
    content: "";
    left: 0;
    top: 100%;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

#section-team.layout-two .team-member-post:hover .image-wrap:after {
    opacity: 0.6;
    top: 0;
    visibility: visible;
    height: 100%;
}

#section-team.layout-two .social-link a {
    width: 38px;
    text-align: center;
    padding: 0;
    height: 38px;
    line-height: 39px;
    background: #fff;
    border-radius: 50%;
    margin: 8px 0;
    color: #333;
    font-size: 13px;
    display: inline-block;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

#section-team.layout-two .social-link a:hover {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}


/*header-layout-3*/

#section-team.layout-three .mt-column-wrapper {
    margin-left: 0%;
    margin-bottom: 0%;
}

#section-team.layout-three .mt-column-3 {
    width: 25%;
    margin-left: 0;
    margin-bottom: 0%;
}

#section-team.layout-three .single-post-wrapper:nth-child(odd) {
    background: rgba(2, 2, 2, 0.02);
}

#section-team.layout-three .single-post-wrapper:nth-child(even) {
    background: rgba(2, 2, 2, 0.05);
}

#section-team.layout-three .post-info-wrap,
#section-team.layout-three .post-content,
#section-team.layout-three .social-icons-wrapper {
    padding: 0 30px;
}

#section-team.layout-three .single-post-wrapper {
    position: relative;
}

#section-team.layout-three .team-member-post {
    height: 600px;
    overflow: hidden;
}

#section-team.layout-three .social-icons-wrapper {
    position: absolute;
    right: -20%;
    top: 0%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
}

#section-team.layout-three .single-post-wrapper:hover .social-icons-wrapper {
    right: -5%;
    visibility: visible;
    opacity: 1;
}

#section-team.layout-three .social-link a {
    width: 38px;
    text-align: center;
    padding: 0;
    height: 38px;
    line-height: 39px;
    background: #fff;
    border-radius: 50%;
    margin: 8px 0;
    color: #333;
    font-size: 13px;
    display: block;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

#section-team.layout-three .social-link {
    margin: 0;
}


/*--------------------------------------------------------------
blog section CSS
--------------------------------------------------------------*/

#section-blog .news-post {
    position: relative;
}

#section-blog.layout-one .news-post:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 50%;
    -webkit-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

#section-blog.layout-one .post-info-wrap {
    position: absolute;
    top: 70%;
    left: 5%;
    z-index: 99;
    -webkit-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

#section-blog.layout-one .post-title {
    width: 85%;
    margin-top: 10px;
}

#section-blog.layout-one .post-title a,
#section-blog.layout-one .post-meta,
#section-blog.layout-one .post-more-btn,
#section-blog.layout-one .post-more-btn::after {
    color: #fff;
}

#section-blog .post-date {
    margin-left: 20px;
}

#section-blog .post-cat {
    position: relative;
}

#section-blog .post-cat::after {
    position: absolute;
    content: "";
    top: 3px;
    right: -10px;
    width: 1px;
    height: 12px;
    background: #fff;
}

#section-blog.layout-one .post-content {
    color: #fff;
    display: none;
    width: 98%;
}

#section-blog.layout-one .news-post:hover .post-content {
    display: block;
}

#section-blog.layout-one .news-post:hover .post-info-wrap {
    top: 58%;
}

#section-blog.layout-one .news-post:hover:after {
    height: 100%;
}

#section-blog .btn-wrap {
    margin-top: 80px;
    text-align: center;
    margin-bottom: 20px;
}

#section-blog .btn-wrap a {
    color: #9c9c9c;
    background: rgba(255, 255, 255, 0.4);
    padding: 15px 80px;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #ddd;
    border-radius: 30px;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}

#section-blog .btn-wrap a:hover {
    color: #3d3d3d;
    border-color: #3d3d3d;
}


/*layout-two*/

#section-blog.layout-three .post-title a,
#section-blog.layout-two .post-title a {
    color: #3d3d3d;
}

#section-blog.layout-two .mt-column-2 {
    width: 30.33%;
}

#section-blog.layout-two .news-post {
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#section-blog.layout-two .news-post:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

#section-blog.layout-two .image-wrap {
    overflow: hidden;
}

#section-blog.layout-two .post-info-wrap {
    padding: 20px;
    text-align: center;
}

#section-blog.layout-three .post-meta,
#section-blog.layout-two .post-meta {
    font-size: 13px;
    margin-bottom: 10px;
}

#section-blog.layout-three .post-cat:after,
#section-blog.layout-two .post-cat:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    right: -11px;
    top: 0;
    background: #ddd;
}

#section-blog.layout-two .post-more-btn::after {
    display: none;
}

#section-blog.layout-two .post-more-btn {
    border: 1px solid #3d3d3d;
    padding: 8px 16px;
    background: #3d3d3d;
    color: #fff;
    border-radius: 30px;
}

#section-blog.layout-two .post-more-btn:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

#section-blog.layout-two .post-more-btn-wrap {
    margin-bottom: 20px;
    margin-top: 30px;
}


/*layout-three*/

#section-blog.layout-three .mt-column-2 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
}

#section-blog.layout-three .mt-column-wrapper {
    margin-left: 0;
}

#section-blog.layout-three .image-wrap {
    width: 27%;
    float: left;
}

#section-blog.layout-three .post-info-wrap {
    float: right;
    width: 70%;
}

#section-blog.layout-three .single-post-wrapper {
    padding: 20px;
    background: rgba(2, 2, 2, 0.02);
}

#section-blog.layout-three .single-post-wrapper.mt-column-1,
#section-blog.layout-three .single-post-wrapper.mt-column-2,
#section-blog.layout-three .single-post-wrapper.mt-column-3 {
    width: 97%;
}

#section-blog.layout-three .single-post-wrapper:nth-child(even) .image-wrap {
    float: right;
}

#section-blog.layout-three .single-post-wrapper:nth-child(even) .post-info-wrap {
    float: left;
}


/*--------------------------------------------------------------
testimonial section CSS
--------------------------------------------------------------*/

#section-testimonials.layout-one .image-wrap {
    width: 35%;
    float: left;
}

#section-testimonials.layout-one .post-info-wrap {
    width: 60%;
    float: right;
}

#section-testimonials .post-title {
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

#section-testimonials .post-title::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #3d3d3d;
    left: 0;
    bottom: -8px;
}

#section-testimonials .post-position {
    font-size: 16px;
    font-family: 'Playball', cursive;
    line-height: 2;
}

#section-testimonials .testimonials-content-wrap .testimonials-posts-wrapper {
    margin-left: -3%;
    margin-bottom: -3%;
}

#section-testimonials .testimonials-content-wrap .single-post-wrapper {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 47%;
    margin-left: 3%;
    margin-bottom: 3%;
}

#section-testimonials .testimonial-slider-wrapper .lSAction>a {
    color: #333;
    font-size: 28px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

#section-testimonials .testimonial-slider-wrapper .lSAction>.lSPrev {
    left: 0px;
}

#section-testimonials .testimonial-slider-wrapper .lSAction>.lSNext {
    right: -14px;
}

#section-testimonials .testimonial-slider-wrapper {
    margin-bottom: 40px;
}

#section-testimonials .lSSlideOuter .lSPager.lSpg {
    margin-top: 40px !important;
}

#section-testimonials.layout-one .testimonials-slider-content-wrap .post-info-wrap {
    width: 65%;
}

#section-testimonials.layout-one .testimonials-slider-content-wrap .image-wrap {
    width: 30%;
}

#section-testimonials .testimonials-slider-content-wrap .inner-post-wrapper {
    width: 85%;
    margin: 0 auto;
}

#section-testimonials .testimonials-posts-wrapper.testimonials-content-wrap {
    margin-left: -3%;
}


/*layout-two*/

#section-testimonials.layout-two .testimonials-content-wrap .single-post-wrapper {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 30.33%;
    margin-left: 3%;
    margin-bottom: 3%;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#section-testimonials.layout-two .testimonials-content-wrap .single-post-wrapper:hover {
    -webkit-transform: translateY(-3%);
    -ms-transform: translateY(-3%);
    -o-transform: translateY(-3%);
    transform: translateY(-3%);
}

#section-testimonials.layout-three .post-title,
#section-testimonials.layout-two .post-title {
    margin-bottom: 0;
}

#section-testimonials.layout-two .image-wrap {
    text-align: center;
}

#section-testimonials.layout-two .image-wrap img {
    border-radius: 50%;
    width: 15%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    padding: 5px;
    margin: 10px;
    width: 40%;
    margin: 20px auto;
    float: inherit;
}

#section-testimonials.layout-two .post-info-wrap {
    width: 100%;
    float: inherit;
    text-align: center;
}

#section-testimonials.layout-two .testimonials-content-wrap .single-post-wrapper {
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

#section-testimonials.layout-three .post-title::after,
#section-testimonials.layout-two .post-title::after {
    display: none;
}


/*slider part*/

#section-testimonials.layout-two .testimonials-slider-content-wrap .post-info-wrap {
    margin-left: 0;
}

#section-testimonials.layout-two .testimonials-slider-content-wrap .image-wrap img {
    width: 15%;
}


/*layout-three*/

#section-testimonials.layout-three .testimonials-content-wrap .post-info-wrap {
    height: 250px;
    margin-top: 70px;
}

#section-testimonials.layout-three .post-info-wrap {
    width: 100%;
    background: rgba(2, 2, 2, 0.02);
    padding: 20px 40px;
    border-radius: 8px;
    position: relative;
}

#section-testimonials.layout-three .post-info-wrap::before {
    position: absolute;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    top: 12px;
    left: 12px;
    color: #333;
}

#section-testimonials.layout-three .inner-post-wrapper {
    position: relative;
    ;
}

#section-testimonials.layout-three .image-wrap img {
    position: absolute;
    right: 5%;
    top: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 23%;
    z-index: 99;
    border: 2px solid #ddd;
}


/*slider layout-three*/

#section-testimonials.layout-three .testimonials-slider-content-wrap .image-wrap img {
    width: 12%;
    right: 10%;
}

#section-testimonials.layout-three .testimonials-slider-content-wrap .post-info-wrap {
    margin-top: 80px;
    height: 200px;
    padding: 30px 80px 20px 80px;
}

#section-testimonials.layout-three .testimonials-slider-content-wrap .post-info-wrap::before {
    left: 40px;
    top: 20px;
}


/*has background image*/

#section-testimonials.has-bg-image {
    margin-top: 45px;
    margin-bottom: 45px;
    position: relative;
}

#section-testimonials.has-bg-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

#section-testimonials.has-bg-image.layout-two .testimonials-content-wrap .single-post-wrapper {
    background: #fff;
}

#section-testimonials.has-bg-image.layout-three .post-info-wrap {
    background: rgba(255, 255, 255, 1);
}

#section-testimonials.has-bg-image .mt-container {
    position: relative;
    z-index: 999;
}

#section-testimonials.has-bg-image .section-title,
#section-testimonials.has-bg-image .section-sub-title,
#section-testimonials.has-bg-image .post-title,
#section-testimonials.has-bg-image .post-position,
#section-testimonials.has-bg-image .post-content,
#section-testimonials.has-bg-image .post-more-btn-wrap a,
#section-testimonials.has-bg-image .post-more-btn-wrap a:after,
#section-testimonials.has-bg-image .testimonial-slider-wrapper .lSAction>a {
    color: #fff;
}

#section-testimonials.has-bg-image .section-title:after,
#section-testimonials.has-bg-image .post-title:after,
#section-testimonials.has-bg-image .lSSlideOuter .lSPager.lSpg>li a {
    background: #fff;
}

#section-testimonials.has-bg-image.layout-three .post-title,
#section-testimonials.has-bg-image.layout-three .post-position,
#section-testimonials.has-bg-image.layout-three .post-content,
#section-testimonials.has-bg-image.layout-three .post-more-btn-wrap a,
#section-testimonials.has-bg-image.layout-three .post-more-btn-wrap a:after {
    color: #333;
}


/*--------------------------------------------------------------
sponser section CSS
--------------------------------------------------------------*/

#section-sponsors .sponser-column-4 {
    float: left;
    width: 25%;
}

#section-sponsors .single-post-wrapper {
    filter: grayscale(1);
    text-align: center;
}

.sponsors-posts-wrapper {
    margin-bottom: 25px;
}

#section-sponsors .lSAction a,
#section-sponsors .lSAction a,
#section-sponsors .lSAction a {
    text-align: center;
    opacity: 1;
    color: #222;
    line-height: 29px;
    margin-left: 5px;
}

#section-sponsors .sponser-slider-content.lightSlider.lSSlide.lsGrab {
    height: auto !important;
}


/***************************************************************************
contact-section 
*****************************************************************************/

#section-contact div.wpforms-container-full .wpforms-form input[type="submit"],
#section-contact div.wpforms-container-full .wpforms-form button[type="submit"],
#section-contact div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background: #ecb101;
    border: 0px;
    border-radius: 4px;
}

#section-contact {
    position: relative;
    padding: 0;
    margin: 45px 0;
    overflow: auto;
    background: #f6f6f6;
}

#section-contact div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
#section-contact div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
#section-contact div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100%;
}

#section-contact.layout-one .contact-section-content {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    text-align: center;
    width: 300px;
}

#section-contact.layout-one iframe {
    width: 100%;
    min-height: 700px;
}

#section-contact.layout-one .mt-container {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    margin-left: -585px;
}

#section-contact.layout-one .contact-section-content:hover {
    top: 48%;
}

#section-contact .section-title-wrapper {
    margin-bottom: 20px;
}

#section-contact.layout-one .section-title {
    font-size: 32px;
}

#section-contact.layout-one .section-title:after {
    display: none;
}

#section-contact div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 14px;
}

#section-contact div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 80px;
}

#section-contact div.wpforms-container-full .wpforms-form input[type="date"],
#section-contact div.wpforms-container-full .wpforms-form input[type="datetime"],
#section-contact div.wpforms-container-full .wpforms-form input[type="datetime-local"],
#section-contact div.wpforms-container-full .wpforms-form input[type="email"],
#section-contact div.wpforms-container-full .wpforms-form input[type="month"],
#section-contact div.wpforms-container-full .wpforms-form input[type="number"],
#section-contact div.wpforms-container-full .wpforms-form input[type="password"],
#section-contact div.wpforms-container-full .wpforms-form input[type="range"],
#section-contact div.wpforms-container-full .wpforms-form input[type="search"],
#section-contact div.wpforms-container-full .wpforms-form input[type="tel"],
#section-contact div.wpforms-container-full .wpforms-form input[type="text"],
#section-contact div.wpforms-container-full .wpforms-form input[type="time"],
#section-contact div.wpforms-container-full .wpforms-form input[type="url"],
#section-contact div.wpforms-container-full .wpforms-form input[type="week"],
#section-contact div.wpforms-container-full .wpforms-form select,
#section-contact div.wpforms-container-full .wpforms-form textarea {
    height: 32px;
    font-size: 14px;
}


/*layout-two*/

#section-contact.layout-two iframe {
    width: 50%;
    float: left;
}

#section-contact.layout-two .contact-section-wrapper {
    width: 50%;
    float: right;
    background: #fff;
}

#section-contact.layout-two .mt-container {
    width: 100%;
    margin: 0;
}

#section-contact.layout-two .contact-section-content {
    padding: 10px 50px;
    background: #f6f6f6;
}


/*--------------------------------------------------------------
footer CSS
--------------------------------------------------------------*/

#colophon {
    margin-top: 45px;
}

#colophon .mt-column-wrapper {
    margin-bottom: 0;
}

#colophon .widget_text .widget-title {
    font-size: 32px;
    color: #fff;
}

#colophon .top-footer-wrapper {
    padding-top: 50px;
    background: #212121;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#colophon .site-info {
    background: #212121;
    padding: 10px 0;
}

#colophon .widget-title {
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}

#colophon .widget_text .textwidget {
    text-align: center;
    padding: 0 30px;
    color: #fff;
}

#colophon .site-info .copyright-text {
    color: #fff;
}

#colophon .widget_archive a,
#colophon .widget_categories a,
#colophon .widget_recent_entries a,
#colophon .widget_meta a,
#colophon .widget_recent_comments li,
#colophon .widget_rss li,
#colophon .widget_pages li a,
#colophon .widget_nav_menu li a,
#colophon .cat-links a,
#colophon .edit-link a {
    color: #fff;
}

#colophon .widget_archive li,
#colophon .widget_categories li,
#colophon .widget_recent_entries li,
#colophon .widget_meta li,
#colophon .widget_recent_comments li,
#colophon .widget_rss li,
#colophon .widget_pages li,
#colophon .widget_nav_menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.error404 #colophon {
    padding-top: 0px;
    margin-top: 0;
}

#colophon .wp-caption-text {
    display: none;
}


/*--------------------------------------------------------------
single-post CSS
--------------------------------------------------------------*/

.custom-header .custom-header-wrapper .entry-title,
.custom-header .custom-header-wrapper .page-title {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 70px auto 50px auto;
    font-family: 'Montserrat', sans-serif;
    width: 80%;
}

.custom-header .custom-header-wrapper {
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-top: 3px solid #10b765;
}

.trail-items li {
    float: left;
    margin-right: 8px;
}

.trail-items .trail-item:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f105";
    display: inline;
    padding: 0 15px;
    font-size: 13px;
}

.trail-items .trail-item.trail-begin:before {
    display: none;
}

.trail-items li,
.trail-items li a {
    color: #fff;
}

.breadcrumb-wrapper {
    float: left;
    background: rgba(0, 0, 0, 0.6);
    padding: 4px 12px;
}

body .custom-header.has-bg-img {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.post-thumbnail {
    text-align: center;
}

.post-thumbnail img {
    margin-bottom: 30px;
}

.posted-on .author a,
.entry-date.published,
.author a {
    color: #999;
}

.entry-footer .comments-link a {
    font-size: 14px;
    position: relative;
}

.single .posted-on {
    float: right;
    line-height: 32px;
}

.single .posted-on a:before {
    top: -8px;
}

.single .cat-links a:before {
    display: none;
}

.single .cat-links a {
    padding-left: 0;
    font-weight: 700;
}

.single .edit-link {
    float: right;
    margin-left: 8px;
}

.single .entry-title {
    margin-top: 10px;
}

.single .comments-link {
    float: right;
}

h1.entry-title {
    font-size: 32px;
}

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry,
.blog article.hentry {
    margin-bottom: 60px;
}

.search-no-results .no-results,
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    position: relative;
    margin-bottom: 80px;
}

.search-no-results .no-results:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    bottom: -40px;
}

.search-no-results #primary .search-submit,
.error404 #primary .search-submit {
    margin-top: 20px;
    font-size: 20px;
    padding: 10px 20px;
    height: 40px;
}

.search-no-results .search-form,
.error404 .search-form {
    text-align: center;
}

.navigation .nav-links a {
    background: none !important;
    height: auto;
    padding: 20px 0;
    width: 100%;
    border: 0;
    color: #777;
}

.navigation .nav-links {
    background: #f9f9f9 none repeat scroll 0 0;
    overflow: hidden;
    padding: 15px;
    margin: 40px 0;
}

#respond {
    background: none;
}

#comments {
    margin-top: 40px;
}


/*--------------------------
search page css
----------------------------*/

.search-results article {
    margin-bottom: 40px;
}

.archive-description p {
    font-weight: 800;
    color: #555;
    font-size: 16px;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 50px;
}

.search-results .image-wrapper,
.archive .image-wrapper {
    overflow: hidden;
    text-align: center;
}

.archive .image-wrap,
.search-results .image-wrap {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    height: 450px;
}

.archive .image-wrap:hover,
.search-results .image-wrap:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.archive .post-detail-wrapper,
.search-results .search-result-detail {
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    padding: 30px;
    padding-top: 20px;
}

.search-results .search-result-detail .entry-meta-wrapper,
.archive .entry-footer {
    position: relative;
    padding-top: 20px;
}

.search-results .search-result-detail .entry-meta-wrapper:before,
.archive .entry-footer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
}

.entry-title a {
    color: #3d3d3d;
}

.search-results .search-result-detail .entry-meta a {
    color: #838383;
}

.search-results .search-result-detail .entry-meta {
    display: inline-block;
    width: 70%;
}

.search-results .search-result-detail .post-more-btn::after,
.archive .post-more-btn::after {
    font-size: 14px;
    top: -2px;
    right: -20px;
}

article.hentry .entry-footer>span {
    font-size: 14px;
    line-height: 2.5;
}

.search-results .post-more-btn:hover::after,
.archive .post-more-btn:hover::after {
    right: -22px;
}

.archive #primary {
    padding-bottom: 0;
}

.archive.grid-layout article.hentry {
    width: 47%;
    margin-right: 3%;
    float: left;
}

.archive.grid-layout article.hentry .image-wrap {
    height: 250px;
}

.search-results .search-result-detail .post-more-btn-wrap,
.archive.grid-layout .post-more-btn-wrap,
.home.blog .post-more-btn-wrap {
    float: right;
    text-align: right;
    padding-right: 30px;
}


/*******************************
team page
*******************************/

.single-swipe-team .social-link {
    margin: 1px;
}

.single-swipe-team .social-link a {
    color: #212121;
    padding: 5px 20px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.single-swipe-team .social-link a:hover {
    background: #333;
}


/*-------------------------
error page
-----------------------*/

.error404 .page-header .page-title {
    font-size: 24px;
}

.error404 .widget {
    margin-top: 40px;
}

.error404 .page-header {
    text-align: center;
    margin-bottom: 60px;
}

.error404 .error-text {
    font-size: 70px;
    color: #333;
}

.error404 .error-text span {
    font-size: 24px;
}

.error404 .error-text .error-icon {
    font-size: 70px;
    color: #E57373;
}

select {
    height: 34px;
    width: 30%;
}

.error404 #primary {
    width: 80%;
    margin: 0 auto;
}


/*--------------------------------------------------------------
Woocommerce styles
--------------------------------------------------------------*/

.woocommerce-breadcrumb {
    margin: 0 !important;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    font-weight: 400;
}

ul.products li.product {
    text-align: center;
}

.woocommerce .price-cart {
    background: #666666;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
    padding: 0 0 0 10px;
    position: absolute;
    width: 100%;
}

.woocommerce .price-cart:after {
    height: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #10b765;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.woocommerce ul.products li.product:hover .price-cart:after {
    height: 100%;
}

.woocommerce ul.products li.product .price-cart .button {
    background: none;
    float: right;
    margin-top: 0;
    position: relative;
    z-index: 9;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
    padding-left: 30px;
}

.woocommerce ul.products li.product .price-cart .button:before {
    content: "\f07a";
    position: absolute;
    left: 10px;
    top: 0;
    font-family: "FontAwesome";
}

.woocommerce ul.products li.product .price-cart .button:hover {
    background: #10b765;
}

.woocommerce ul.products li.product .price del {
    display: inline-block;
    margin-right: 10px;
}

.woocommerce ul.products li.product .price-cart .price {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 36px;
    margin-bottom: 0;
    width: 46%;
    position: relative;
    z-index: 9;
}

.woocommerce .price-cart a.added_to_cart {
    display: none;
}

.woocommerce ul.products li.product .price ins {
    font-weight: 400;
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    top: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #10b765;
}

.woocommerce .widget_price_filter .price_slider {
    margin: 15px 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #10b765;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.added_to_cart.wc-forward {
    background: #10b765;
    border-radius: 0;
    color: #ffffff;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 18px;
    margin-top: 15px;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #10b765;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    display: block;
    margin: 0 0 20px;
}

.added_to_cart.wc-forward {
    display: block !important;
    margin-left: 5px;
    padding: 0 20px !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #10b765;
    color: #ffffff;
}

.woocommerce-product-search .search-field {
    border-radius: 0;
    border-right: medium none;
    height: 26px;
    margin-right: -4px;
}

.woocommerce-product-search {
    margin: 15px 0;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    border-radius: 0;
    bottom: auto;
    line-height: 25px;
    margin: 0;
    min-height: 35px;
    padding: 5px 20px;
    position: absolute;
    top: 10px;
    width: auto;
    right: 0px;
    background: #10b765;
    color: #fff;
    font-weight: 700;
    display: inherit;
}

.woocommerce table.shop_table th,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 600;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    border-top-color: #10b765;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #10b765;
}

.woocommerce .woocommerce-message:before,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce div.product p.price del,
.woocommerce .woocommerce-info:before {
    color: #10b765;
}

.woocommerce .price_label {
    position: relative;
    top: 5px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    position: relative;
    z-index: 9;
}

.woocommerce .product-categories .children {
    padding-left: 20px;
}

.woocommerce .product-categories li a {
    display: inline-block;
    margin-bottom: 12px;
    padding-left: 15px;
    position: relative;
}

.woocommerce .quantity .qty {
    border: 1px solid #cccccc;
    border-radius: 0;
    padding: 4px 2px;
    width: 60px;
    height: 35px;
}

.woocommerce .product-categories>li>a:before,
.woocommerce .product-categories .children a:before {
    content: "\f101";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "FontAwesome";
}

.woocommerce .product-categories .children a:before {
    content: "\f105";
}

.woocommerce .star-rating {
    margin: 5px 0;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 150px;
    border-radius: 0;
}

.woocommerce div.product p.price del {
    float: left;
    margin-right: 15px;
}

.woocommerce div.product .woocommerce-product-rating,
.woocommerce div.product p.price {
    margin-bottom: 10px;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover {
    background: #10b765;
    color: #ffffff;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border: 1px solid #eee;
    border-top: none;
    border-right: none;
}

.woocommerce .shop_table tbody tr td:first-child,
.woocommerce .shop_table thead tr th.product-remove,
.woocommerce table.shop_table tfoot td:first-child,
.woocommerce table.shop_table tfoot th:first-child {
    border-left: medium none;
}

.order-total>th,
.order-total>td {
    border-bottom: medium none !important;
}

.woocommerce .shop_table tbody tr td.actions {
    border-bottom: none;
}

.woocommerce table.shop_table {
    border-radius: 0;
    border: 1px solid #eee;
}

.woocommerce form .form-row .select2-container {
    line-height: 35px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-size: 16px;
    padding: 10px;
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
    border-bottom: none;
}

.widget.woocommerce ul {
    list-style: none;
    margin: 0;
}

ul.products li.product .button,
ul.products li.product .added_to_cart.wc-forward {
    display: inline-block;
    border-radius: 30px;
    padding: 0px 30px;
    height: 42px;
    line-height: 44px;
}

ul.products li.product .added_to_cart.wc-forward {
    margin-top: 15px;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: 0 15px;
}


/*-----------------------------------
added wocommerce
-----------------------------------*/

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    color: #fff;
    border-top: 0px solid #a46497;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    width: 100%;
}

.archive .taxonomy-description {
    display: none;
}

table.shop_table_responsive tr td.product-remove a {
    text-align: center;
}

.woocommerce .woocommerce-info::before,
.woocommerce-info a {
    color: #fff;
}

.single .woocommerce-info,
.single .woocommerce-noreviews,
.single p.no-comments {
    color: #fff;
    padding: 10px 20px;
}

.woocommerce .woocommerce-ordering {
    margin-bottom: 40px;
}

.widget_shopping_cart_content {
    background: #fff;
    padding: 20px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 6px;
}

.woocommerce-mini-cart__buttons.buttons,
.woocommerce-mini-cart__empty-message {
    text-align: center;
    margin-bottom: 0;
}

.bg-transparent-layout .woocommerce-mini-cart__empty-message {
    color: #fff;
}

.site-header-cart .widget_shopping_cart {
    top: 140%;
}

.site-header-cart .woocommerce ul.cart_list li img,
.site-header-cart .woocommerce ul.product_list_widget li img {
    width: 50%;
}

#masthead .site-header-cart .widget_shopping_cart {
    width: 250px;
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
    width: 60%;
    margin: 0 auto;
}

.single .woocommerce-breadcrumb {
    display: none;
}

ul.products li.product .added_to_cart.wc-forward {
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
}

.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
    display: none;
}


/*---------------------------------------------
scroll to top css
------------------------------------------------*/

.mt-scroll-to-top-wrapper {
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 2.5;
    position: fixed;
    z-index: 99;
    right: 5%;
    bottom: 10%;
    opacity: 0;
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.mt-scroll-to-top-wrapper.show {
    opacity: 0.6;
    cursor: pointer;
}

.mt-scroll-to-top-wrapper.show:hover {
    opacity: 1;
    border-radius: 50%;
}


/*----------------------------------------------------------
comment design
------------------------------------------------------------*/

.comment-list .comment-body {
    padding: 15px;
    margin-bottom: 20px;
    border-top: 0px;
    background: #fff;
}

#comments .comment-box,
#respond {
    position: relative;
}

#respond:before,
#comments .comment-box:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    top: -10px;
}

.comment-author img {
    width: 12%;
    float: left;
    border-radius: 50%;
    margin-right: 5%;
}

.comment-metadata {
    font-size: 12px;
    margin-top: 0;
}

#comments h2.comments-title {
    margin: 10px 0 30px 0;
    padding: 0px;
}

.reply {
    text-align: right;
}

.reply .comment-reply-link {
    font-size: 15px;
    padding: 6px 22px;
}

.comments-area ol.children {
    margin: 0 0 0 90px;
}

.comment-list .comment-body {
    margin-bottom: 0;
}

.comment-content p {
    font-size: 17px;
}

.comment-metadata a {
    color: #999;
}


/*latest post*/

.blog article .post-more-btn,
.home article .post-more-btn {
    position: relative;
}

.blog article .post-more-btn::after,
.home article .post-more-btn::after {
    font-size: 18px;
    top: 0;
}

.blog article,
.home article {
    box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.1);
    padding: 20px;
}


/*widget socila icon*/

#masthead .widget .mt-social-icons-wrapper a {
    color: #333;
}


/*************************************************
team page
****************************************************/

.archive.post-type-archive-swipe-team .image-wrap {
    height: auto;
}

.archive.post-type-archive-swipe-team .image-wrap:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.archive.post-type-archive-swipe-team .post-title-wrapper {
    margin-top: 8px;
}

.archive.post-type-archive-swipe-team .social-link {
    margin: 2px;
}

.archive.post-type-archive-swipe-team .social-icons-wrapper {
    margin: 10px 0;
}

.archive.post-type-archive-swipe-team .social-link a {
    color: #212121;
    padding: 5px 16px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.archive.post-type-archive-swipe-team .post-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.single-swipe-team .post-position,
.archive.post-type-archive-swipe-team .post-position {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.archive.post-type-archive-swipe-team .social-link a:hover {
    color: #fff;
    background: #333;
}


/*-----------------------------------------------------------
woocommerce setion css
-----------------------------------------------------------------*/

#section-woocommerce .woocommerce-wrapper .woocommerce-product-block {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 22%;
    margin-left: 3%;
    margin-bottom: 8%;
    position: relative;
}

#section-woocommerce .woocommerce-wrapper {
    margin-left: -3%;
    margin-bottom: -3%;
    text-align: center;
}

#section-woocommerce .woocommerce-loop-product__title {
    text-transform: capitalize;
    font-size: 24px;
    margin-top: 16px;
}

#section-woocommerce .price {
    display: block;
    color: #686868;
    margin: 20px 0 30px 0;
}

#section-woocommerce .woocommerce-wrapper .button,
#section-woocommerce .woocommerce-wrapper .added_to_cart {
    background: #333;
    color: #fff;
    padding: 8px 20px !important;
    border-radius: 30px;
    line-height: 1.2;
}

#section-woocommerce .woocommerce-wrapper .added_to_cart {
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
}

#section-woocommerce .woocommerce-wrapper .button:hover {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

#section-woocommerce .woocommerce-wrapper .button,
#section-woocommerce .woocommerce-wrapper .added_to_cart {
    color: #fff;
}

#section-woocommerce .onsale {
    border-radius: 0;
    bottom: auto;
    line-height: 25px;
    margin: 0;
    min-height: 35px;
    padding: 5px 20px;
    position: absolute;
    top: 10px;
    width: auto;
    right: 0px;
    background: #10b765;
    color: #fff;
    font-weight: 700;
    display: inherit;
}


/*layout-two woocommerce*/

#section-woocommerce.layout-two .woocommerce-wrapper li {
    background: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
}