/*
Theme Name: advance-select-and-share
Theme URI: https://www.solwininfotech.com/product/wordpress-themes/user-activity-log-pro/
Author: Solwin Infotech
Author URI: https://www.solwininfotech.com
Description: Advance Select and Share is beautifully designed responsive WordPress theme for your marketing, corporate or professional business websites to showcase your business or portfolio. It comes with fully widgetized custom homepage, shortcodes, drop-down menus, Avartan Slider PRO and Blog Designer PRO plugin support and lots more other useful features inside theme options panel.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: advance_select_and_share
Tags: Advance Select and Share WordPress Theme, Advance Select and Share Responsive WordPress Theme, Best WordPress Themes, Multipurpose WordPress Theme
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 *    10.1 - What's new
 *    10.2 - Supported Plugin
* 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 *    11.7 - Woocommerce
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */
 @font-face {
    font-family: 'barlow_semi_condensedsemibold';
    src: url('fonts/barlow/barlowsemicondensed-semibold-webfont.eot');
    src: url('fonts/barlow/barlowsemicondensed-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/barlow/barlowsemicondensed-semibold-webfont.woff2') format('woff2'),
        url('fonts/barlow/barlowsemicondensed-semibold-webfont.woff') format('woff'),
        url('fonts/barlow/barlowsemicondensed-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'barlow_semi_condensedregular';
    src: url('fonts/barlow/barlowsemicondensed-regular-webfont.eot');
    src: url('fonts/barlow/barlowsemicondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/barlow/barlowsemicondensed-regular-webfont.woff2') format('woff2'),
        url('fonts/barlow/barlowsemicondensed-regular-webfont.woff') format('woff'),
        url('fonts/barlow/barlowsemicondensed-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'barlow_semi_condensedmedium';
    src: url('fonts/barlow/barlowsemicondensed-medium-webfont.eot');
    src: url('fonts/barlow/barlowsemicondensed-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/barlow/barlowsemicondensed-medium-webfont.woff2') format('woff2'),
        url('fonts/barlow/barlowsemicondensed-medium-webfont.woff') format('woff'),
        url('fonts/barlow/barlowsemicondensed-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


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

html {
    font-family: 'barlow_semi_condensedregular';
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    letter-spacing: 0px !important;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
p#nav {
    display: none;
}
audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #ED1848;
}

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

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

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

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

select {
    text-transform: none;
}

button {
    overflow: visible;
}

button,
input,
select,
textarea {
    max-width: 100%;
}

.tagline {
    color: #fafafa;
    font-size: 16px;
    font-family: 'barlow_semi_condensedsemibold';
    padding: 0;
    letter-spacing: 0;
    text-align: right;
}

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

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

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

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

input[type="search"] {
    -webkit-appearance: textfield;
}

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

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: 0.875em;
}

fieldset > :last-child {
    margin-bottom: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.search-submit:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}


/**
 * 3.0 - Typography
 */

button,
input,
select,
textarea {
    color: #fafafa;
    font-size: 14px;
    letter-spacing: 0.45px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0;
    text-rendering: optimizeLegibility;
}

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

blockquote {
    border: 0 solid #d1d1d1;
    border-left-width: 4px;
    color: #686868;
    font-size: 19px;
    font-size: 1.1875rem;
    font-style: italic;
    line-height: 1.4736842105;
    overflow: hidden;
}

blockquote,
q {
    quotes: none;
}

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

blockquote p {
    margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
    color: #686868;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0";
}

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

blockquote strong,
blockquote b {
    font-weight: 400;
}

blockquote > :last-child {
    margin-bottom: 0;
}

address {
    font-style: italic;
    margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
}

pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code {
    background-color: #d1d1d1;
    padding: 0.125em 0.25em;
}

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

mark,
ins {
    background: #2AA57C;
    color: #fff;
    padding: 0.125em 0.25em;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/**
 * 4.0 - Elements
 */

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

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

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #d1d1d1;
    border: 0;
    height: 1px;
    margin: 0 0 1.75em;
}

ul,
ol {
    margin: 0 0 1.75em 1.25em;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
    margin-left: 1.5em;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin: 0 0 1.75em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 1.75em;
}

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

del {
    opacity: 0.8;
}

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

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

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

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #292929;
    font-family:'barlow_semi_condensedregular';
}

:-moz-placeholder {
    color: #292929;
    font-family:'barlow_semi_condensedregular';
}

::-moz-placeholder {
    color: #292929;
    font-family: "barlow_semi_condensedregular";
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: #292929;
    font-family:'barlow_semi_condensedregular';
}


/**
 * 5.0 - Forms
 */

input {
    line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    background: #292929;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family:'barlow_semi_condensedregular';
    letter-spacing: 0.45px;
    padding: 15px 25px;
    border-radius: 50px;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #ED1848;
}


input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
    background: #fafafa;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #292929;
    padding: 0.625em 0.4375em;
    width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    background-color: #fff;
    border-color: #2AA57C;
    color: #292929;
    outline: 0;
}

.post-password-form {
    margin-bottom: 1.75em;
    max-width: 700px;
}

.post-password-form label {
    color: #686868;
    display: block;
    font-family:'barlow_semi_condensedregular';
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 1.75em;
    text-transform: uppercase;
}

.post-password-form input[type="password"] {
    margin-top: 0.4375em;
}

.post-password-form > :last-child {
    margin-bottom: 0;
}

.search-form {
    position: relative;
}
.search-form label {
    margin: 0;
    width: 100%;
}
input[type="search"].search-field {
    border-radius: 2px 0 0 2px;
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
}

.search-submit:before {
    content: "\f002";
    font-size: 16px;
    font-family: FontAwesome;
    position: relative;
    width: 40px;
}

.header-bg-image > img {
    width: 100%;
}

.search-submit {
    border-radius: 0 2px 2px 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}


/**
 * 6.0 - Navigation
 */


.paging-navigation {
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
}

.paging-navigation .pagination {
    display: inline-block;
    margin: 0;
}

.paging-navigation .pagination .page-numbers {
    border: 1px solid #ED1848;
    display: inline-block;
    padding: 5px 15px;
    color: #ED1848;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    line-height: 1.5;
    margin: 5px 2px;
}

.paging-navigation .pagination .page-numbers:hover,
.paging-navigation .pagination .page-numbers:active,
.paging-navigation .pagination .page-numbers:focus,
.paging-navigation .pagination .page-numbers.current {
    background: none repeat scroll 0 0 #ED1848;
    border-color: #ED1848;
    color: #fff;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.paging-navigation .pagination .page-numbers.dots {
    border: medium none;
    background: none;
    color: #ED1848;
    padding: 5px 2px;
}
.navigation.post-navigation {
    display: none;
}
.post-navigation {
    float: left;
    margin: 30px 0;
    width: 100%;

} 
.site-branding {
    float: left;
    z-index: 9999999;
    padding: 0;
}
.site-branding .header-image {
    margin-top: 12px;
}
.main-navigation .crm-menu li .dropdown-menu-megamenu li ul {
    box-shadow: none;
}
.main-navigation .crm-menu li .dropdown-menu-megamenu {
    box-shadow: 0px 0px 4px #ccc;
}
.main-navigation ul.sub-menu li a::before {
    content: no-close-quote;
}
.main-navigation .nav-menu li a::before {
    content: no-close-quote;
}
.main-navigation .nav-menu li a:hover {
    color: #fff;
}
.main-navigation .crm-menu .buy-button a {
    display: inline-block;
    border: 2px solid #fff;
    background-color: transparent;
    padding: 12px 25px;
    border-radius: 40px;
    margin: 2px 0px 2px 0px;
}
.main-navigation li.menu-item-has-children > a::after {
    right: -3px !important;
}
.active-sticky {
    animation: slide-down 0.7s;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
.site-header.advance_select_and_share_menu.menu_transparent.active-sticky .buy-button a {
    border-color: #f78429;
    background-color: #f78429;
    color: #fff;
}
.main-navigation .crm-menu .buy-button a{
    transition: all 0.5s;
}
.main-navigation.navbar {
    border: 1px solid rgba(0, 0, 0, 0);
    margin: 9px -15px 9px 0;
    position: relative;
}
#site-navigation ul {
    padding-right: 0;
}
.home header {
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: auto;
	background-image: linear-gradient( 30deg, #ED1848 0%, #F78429 100%);
}
header.menu_normal.active-sticky {
    position: fixed;
}
header.menu_normal {
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: auto;
    background-image: linear-gradient(to right top, #ED1848, #ED1848, #ED1848, #ED1848, #F78429);
    background-image: -o-linear-gradient(to right top, #ED1848, #ED1848, #ED1848, #ED1848, #F78429);
    background-image: -moz-linear-gradient(to right top, #ED1848, #ED1848, #ED1848, #ED1848, #F78429);
    background-image: -webkit-linear-gradient(to right top, #ED1848, #ED1848, #ED1848, #ED1848, #F78429);
}
ul.sub-menu {
    display: none;
}

.main-navigation .menu-item-has-children > a:after,
.main-navigation .page_item_has_children > a:after {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 8px/1 Genericons;
    position: absolute;
    right: 12px;
    top: 22px;
    vertical-align: text-bottom;
}
.main-navigation li .menu-item-has-children > a,
.main-navigation li .page_item_has_children > a {
    padding-right: 20px;
}
.main-navigation .menu-item-has-children li.menu-item-has-children>a:after,
.main-navigation .menu-item-has-children li.page_item_has_children>a:after,
.main-navigation .page_item_has_children li.menu-item-has-children>a:after,
.main-navigation .page_item_has_children li.page_item_has_children>a:after {
    content: "\f0da";
    right: 8px;
    top: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #292929;
}
.main-navigation .menu-item-has-children.megamenu li.menu-item-has-children>a:after,
.main-navigation .menu-item-has-children.megamenu li.page_item_has_children>a:after,
.main-navigation .page_item_has_children.megamenu li.menu-item-has-children>a:after,
.main-navigation .page_item_has_children.megamenu li.page_item_has_children>a:after {
    content: '';
}
.main-navigation ul li:hover > ul {
    animation-duration: 0.6s;
    animation-name: slideInUp;
}
.main-navigation li.menu-item-has-children>a:after,
.main-navigation li.page_item_has_children>a:after,
.main-navigation li.menu-item-has-children>a:after,
.main-navigation li.page_item_has_children>a:after {
    content: "\f0d7";
    right: 2px;
    top: 16px;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
}
li.current_page_item.menu-item-has-children:hover ul.sub-menu {
    display: block;
}
.main-navigation ul.sub-menu li a:hover {
    color: #ED1848; 
}
.main-navigation ul.sub-menu li a {
    color: #292929;
    text-align: left;
}
.main-navigation ul.sub-menu {
    top: 100%;
    background: #f2f2f2;
}
.site-header.advance_select_and_share_menu.menu_transparent.active-sticky {
    position: fixed;
    background-color: #ffffff;
    box-shadow:0 0 6px #888888;
}
.site-header.advance_select_and_share_menu.active-sticky .site-header-main {
    border-bottom: none;
}
.site-header.normal.menu_transparent .menu-item.active a,
.advance_select_and_share_menu.menu_transparent .nav-menu li a:hover {
    color: #ffffff;
}
.site-header.active-sticky .menu-item.active a,
.advance_select_and_share_menu.active-sticky .nav-menu li a:hover {
    color: #000000;
}
.main-navigation ul.nav-menu li > ul li > ul li a:hover {
    color: #ef1748 !important;
}
.header-bg-image {
    display: none;
}
.site-header.advance_select_and_share_menu.menu_transparent.active-sticky .img {
    content: url('images/Responsive-Logo.png');
}
.site-header.advance_select_and_share_menu.menu_transparent.active-sticky  a{
    color: #000000;
}
.mean-container #menu-item-394 > a {
    font-size: 14px;
}
.share-icon-item span {
    font-family: "arial";
}
.home .active-sticky #menu-item-394 > a {
    color: #ed1848;    
}
.advance_select_and_share_menu.menu_transparent.active-sticky .nav-menu li a:hover {
    color: #000;
}   
.advance_select_and_share_menu.menu_transparent.active-sticky .nav-menu li.buy-button a:hover {
    color: #fff;
}
.advance_select_and_share_menu.active-sticky .nav-menu li.buy-button a:hover {
    color: #fff;
}
/**
 * 6.1 - Links
 */

a {
    color: #ED1848;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #292929;
}

a:focus {
    outline:none !important;
}

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

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
    box-shadow: none;
}

section.widget.widget_advance_select_and_share_screenshot_gallary {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

/**
 * 6.2 - Menus
 */


.nav-previous a,
.nav-next a {
    color: #fff;
}
.nav-next:hover,
.nav-previous:hover {
    background: #ED1848;
}
.nav-previous {
    background-color: #292929;
    color: #fafafa;
    display: inline-block;
    font-family: "barlow_semi_condensedmedium";
    font-size: 14px;
    letter-spacing: 1px;
    margin-right: 1%;
    opacity: 1;
    padding: 15px 25px 15px 60px;
    position: relative;
    text-align: left;
    transition: all 0.5s ease 0s;
    width: 49%;
    line-height: 1.3;
    float: left;
}
.nav-next {
    background-color: #292929;    
    color: #fafafa;
    font-family: "barlow_semi_condensedmedium";
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 1;
    padding: 15px 60px 15px 25px;
    position: relative;
    text-align: right;
    transition: all 0.5s ease 0s;
    display: inline-block;
    width: 49%;
    margin-left: 1%;
    line-height: 1.3;
    float: right;
}
.nav-next .meta-nav,
.nav-previous .meta-nav {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
}

.nav-next .post-title,
.nav-previous .post-title {    
    font-size: 16px;
}

.nav-previous i {
    bottom: 0;
    font-size: 20px;
    height: 18px;
    left: 20px;
    margin: auto;
    position: absolute;
    top: 0;
}

.nav-next i {
    bottom: 0;
    font-size: 20px;
    height: 18px;
    right: 20px;
    margin: auto;
    position: absolute;
    top: 0;
}

.comment-navigation {
    margin-right: 0;
    margin-left: 0;
}
.comments-area {
    display: block;
    margin: 50px 0;
    width: 100%;
    float: left;
}
.comments-title + .comment-navigation {
    border-bottom: 0;
    margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
    display: inline-block;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
/*.says,


/**
 * 8.0 - Alignments
 */

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

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

blockquote.alignleft {
    margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
    margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
    margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
    content: "";
    display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
    clear: both;
}


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: #ffffff;
}
.rotating {
    background-repeat: no-repeat;
    background-position: center center;
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.site-menu {
    float: right;
    text-align: right;
    padding: 0;
}
.main-navigation .nav-menu li a {
    color: #fff;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    position: relative;
    outline: none;
    text-decoration: none;   
    padding: 15px 10px;
}

.nav-menu li a::before {
    color: #ffffff;
    content: attr(data-hover);
    position: absolute;
    opacity: 0;
    text-shadow: 0 0 1px rgba(41,41,41,0.3);
    -webkit-transform: scale(0) translateX(0) translateY(0) rotate(0deg);
    -moz-transform: scale(0) translateX(0) translateY(0) rotate(0deg);
    transform: scale(1) translateX(0) translateY(0) rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
}
.advance_select_and_share_menu.menu_transparent .nav-menu li a:hover {
    color: #fff;
    text-shadow: none;
}
.advance_select_and_share_menu.menu_transparent .nav-menu li a::before {
    content: no-close-quote;
}
.advance_select_and_share_menu.menu_transparent .nav-menu li .sub-menu li a:hover {
    color: #ef1748;
}
.main-navigation ul.sub-menu li a::before {
    content: no-close-quote;
}
.main-navigation .nav-menu li a::before {
    content: no-close-quote;
}
.main-navigation .nav-menu li a:hover {
    color: #fff;
}

.mean-container .mean-nav ul li a::before,
.site-header.active-sticky .nav-menu li a::before {
    color: #ED1848;
    /* text-shadow: 0 0 1px rgba(43, 165, 124, 0.3); */
}

.nav-menu li a:hover::before,
.nav-menu li a:focus::before {
    -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    -moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    opacity: 1;
}

.nav-menu li a:hover {
    color: #ED1848;
}
/**
 * 10.0 - Widgets
 */
.widget-title {
    font-family: 'barlow_semi_condensedsemibold';
    font-size: 32px;
    color: #292929;
    letter-spacing: 0.45px;    
}
.sub_title {
    font-family: 'barlow_semi_condensedmedium';
    font-size: 15px;
    opacity: 0.5;
    color: #292929;
    letter-spacing: 0.45px;
    padding: 20px 0 0 0;
    margin-bottom: 0;
}
.advance_select_and_share_section {
    display: block;
    padding: 100px 0;
    position: relative; 
    float: none;
    width: 100%;
}
.parallax-section {
    background-size: cover;
    float: left;
    position: relative;
    width: 100%;
}


/* image block widget */

.cover_block {
    width: 100%;
}
.image_block_img {
    /*    height: 100%;
        width: 100%;*/
    border-radius: 5px;
}
.section-wrapper {
    margin: 0 auto;
    width: 100%;
}
.img_cover_block {
    height: 100%;
}
/**
* 10.1 - What's new
*/
.whats_new {
    float: left;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}
.whats_new .color_overlay {
    background: #282828;;
}
.whats_new h2.widget-title,
.whats_new p.sub_title,
.whats_new .feature-list-wrapper li {
    color: #ffffff;
}

.whats_new .title-wrapper .section_title {
    margin-bottom: 10px;
}
.whats_new .feature-list-wrapper-section,
.whats_new .info-image-wrapper{
    margin-top: 20px;
}


.whats_new .feature-list-wrapper li {
    font-family: "barlow_semi_condensedmedium";
    font-size: 14px;
    letter-spacing: 0.9px;
    list-style: none;
    position: relative;
/*     text-align: left; */
    opacity: 0.9;
    line-height: 35px;
}


/**
*   10.2 - Supported Plugin
*/
.supported_plugin-section {
    float: left;
    width: 100%;
}
.supported_plugin-section .title-wrapper {
    background: #ED1848;
    padding: 20px 0;
}
.supported_plugin-section .section_title {
    margin: 15px 0;
}
.supported_plugin-section .title-section::before{
    border-bottom: 25px solid #ED1848;
    border-left: 25px solid rgba(0, 0, 0, 0);
    border-right: 25px solid rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    top: 85px;
    margin: 0 0 0 -25px;
}
.supported_plugin-section h2.widget-title {
    color: #ffffff;
}
.supported_plugin-section .supported-plugin-wrapper {
    padding: 95px 0;
}
.supported_plugin-section .plugin-image {
    text-align: center;
} 
.supported_plugin-section .supported-plugins p {
    font-size: 14px;
    font-weight: bold;
    padding: 12px 0 20px 0;
    margin: 0;
}
/* version widget */
.section-wrapper.version_wrapper {
    text-align: center;
    padding: 0;
}
.version_image {
    background: rgba(43, 165, 124, 0.8) none repeat scroll 0 0;
    padding: 15px;
}
.version_description {
    background: #fff;
    padding: 15px;
}
.version_title h4 {
    font-family: 'barlow_semi_condensedmedium';
    font-size: 20px;
    letter-spacing: 0.35px;
    opacity: 0.95;
    padding: 15px;
    background: rgba(43, 165, 124,1) none repeat scroll 0 0;
}
.version_content span {
    border-bottom: 1px solid #dddddd;
    padding: 15px;
    width: 100%;
    float: left;
    text-indent: -14px;
}
.version_content del {
    color: red;
}
.version_content span:last-child {
    border-bottom: none;
}
.version_content i {
    font-size: 13px;
    letter-spacing: 0.8px;
}
.version_content {
    font-family: 'barlow_semi_condensedmedium';
    font-size: 13px;
    text-align: left;
    letter-spacing: 0.8px;
}
.version_title h4 {
    color: #fff;
}
.version_img {
    padding: 20px 0;
}
.version_block {
    float: none;
    margin: auto;
    display: inline-block;
    vertical-align: top;
}
.aa_user {
    margin-top: 10px;
    font-size: 18px;
}
.aa_logout {
    font-size: 16px;
}
.aa_user a,
.aa_user a:hover,
.aa_user a:focus {
    color: #ED1848;
}
.aa_user,
.aa_logout {
    float: left;
    width: 100%;
    text-align: center;
    color: #292929;
    font-family: 'barlow_semi_condensedregular';
}
.login_post {
    width: 100%;
    text-align: center;
}
#user_pass {
    padding-left: 10px;
}
#user_login {
    padding-left: 7px;
}
.login_post p.login-password,
.login_post p.login-username {
    border: 3px solid #DDDDDD;
    margin: 0 auto;
    width: 425px;
    padding: 7px 10px;
    font-family: 'barlow_semi_condensedmedium';
    font-size: 16px;
    letter-spacing: 0.45px;
    color: #292929;
}
.login_post p.login-username {
    border-bottom: 1px solid #d1d1d1;
}
.login_post p.login-password {
    border-top: none;
} 
.login_post input {
    background: none;
    border: none;
    width: 25%;
    padding-left: 0;
    padding-right: 0;
    color: #ED1848;
}
.login_post .button-primary {
    background: #292929;
    letter-spacing: 1px;
    opacity: 0.9;
    color: #fff;
    width: 100%;
    font-size: 14px;
    font-family: 'barlow_semi_condensedsemibold';
    padding: 15px 40px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    max-width: 200px;
}
.login_post .login-submit {
    margin-top: 40px;
    width: 100%;
    position: relative;
}
.read_more_version:focus,
#wp-submit:focus,
.read_more_version:hover,
#wp-submit:hover {
    background-color:#ED1848;
    color: #fff;
    text-decoration: none;
}
#wp-submit {
    text-align: left !important;
    background-image: url('images/arrow-circle-o-right.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 90% center;
}
.call_to_action_btn {
    max-width: 250px !important;
}
.col_to_button_inner .margin_top_30 {
    margin-top: 30px;
}
.advance_select_and_share_section.version,
.advance_select_and_share_section.core_feature_cover {
    background: #f2f2f2;
}
/* core feature widget */
.core_features {
    padding: 25px 0;
}
.core_feature_div .core_features:nth-child(2n+1) .core_feature_img {
    float: right;
}
.core_feature_div .core_features:nth-child(2n+1) .core_feature_content,
.core_feature_div .core_features:nth-child(2n+1) .core_feature_title {
    text-align: right;
}
.core_feature_title {
    color: #292929;
    font-size: 20px;
    font-family: 'barlow_semi_condensedregular';
    opacity: 0.95;
    letter-spacing: 0.35px;
    padding: 20px 0;
    text-align: left;
}
.core_feature_title:hover,
.core_feature_title:focus {
    color: #ED1848;
}
.core_feature_content {
    color: #292929;
    font-size: 14px;
    font-family: 'barlow_semi_condensedmedium';
    opacity: 0.5;
    letter-spacing: 0.45px;
    padding: 10px 0;
    text-align: left;
}
.core_feature_div .core_features:nth-child(2n+1) {
    clear: both;
}
.star-rating .star.star-full::before {
    content: "\2605";
}
.star.star-full {
    color: #ffffff;
    display: inline-block;
    font-size: 60px;
    line-height: 1;
    overflow: hidden;
    top: 0;
}
.star-rating a {
    display: inline-block;
    margin: 0 5px;
}
.screen-reader-text {
    display: none;
}

/* call to action widget */
.call_to_action_desc p {
    font-family: 'barlow_semi_condensedmedium';
    font-size: 16px;
    opacity: 0.8;
    color: #fff;
    letter-spacing: 0.45px;
    margin-bottom: 35px;
}

.call_to_action_desc {
    position: relative;
    padding: 0;
}

.parallax-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.read_more_login:focus,
.read_more_login:hover,
.call_to_action_btn:focus,
.call_to_action_btn:hover {
    color: #ED1848;
    text-decoration: none;
    background: #fafafa;
}
.read_more_version {
    margin-top: 20px;
}
.call_to_action_btn i,
.read_more_version i {
    padding-left: 10px;
}
#wp-submit,
.read_more_version,
.call_to_action_btn {
    color: #fafafa;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.45px;
    font-family: 'barlow_semi_condensedregular';
    padding: 15px 25px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    max-width: 165px;
    background-color: #292929;
    border-radius: 50px;
    width: 100%;
    opacity: 1;
}
.shareit.after_content .share-icon-wrapper {
    padding-bottom: 25px;
}

/**
 * 10.9 - Feature
 */
.our_features {
    background-attachment: fixed;
}
.main-icon:hover {
    background: #4bc69d;
    border: 5px solid #4bc69d;
    transition: all 0.5s ease-in 0s;
}
.main-icon:hover .myicon i {
    color: #31ac82;
}
.feature_title {
    color: #fafafa;
    display: block;
    font-family: "barlow_semi_condensedmedium";
    font-size: 15px;
    line-height: 1.5;
    opacity: 0.8;
    padding: 20px 0 0;
    position: relative;
    width: 100%;
}
.key_block {
    width: 100%;
    float: left;
}
.key_block > h3 {
    word-break: break-all;
}
.main-icon {
    border: 5px solid #444444;
    border-radius: 50%;
    display: inline-table;
    float: none;
    height: 180px;
    margin: 15px;
    padding: 25px 12px;
    width: 180px;
}
.myicon i {
    text-align: center;
    width: 100%;
    position: relative;
    display: block;
    font-size: 36px;
    color: #5c5c5c;
    padding: 15px 30px 0px 30px;
}
.feature_wrapper {
    padding-left: 0;
    padding-right: 0;
}
/**
 * Screenshots
 */

.section_title {
    margin-bottom: 50px;
}
.section_note p {
    margin: 20px 0px 0px 0px;
    color: #ffffff;
    font-size: 16px;
}
.section_note p span { 
    color: #f78429;
}

.screenshot_gallary.advance_select_and_share_section {
    padding-bottom: 0;
}
.allinone_carousel.sweet .contentHolderUnit {
    max-width: 790px !important;
    max-height: 490px !important;
    text-align: center;
    width: 100%;
}
.allinone_carousel img {
    width: 100% !important;
}
.allinone_carousel.sweet .elementTitle {
    color: #1975ad;
    display: block;
    font-family: Verdana;
    font-size: 20px;
    position: relative;
    margin: 20px 0;
}

.screenshots .section_content > div {
    margin: 0 auto;
}

/* Calendar widget */
.widget.widget_calendar table {
    margin: 0;
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.5625;
    padding: 0;
    text-align: center;
}

.widget_calendar caption {
    font-weight: 900;
    margin-bottom: 1.75em;
}

.widget_calendar tbody a {
    background-color: #2AA57C;
    color: #fff;
    display: block;
    font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #686868;
    color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
    color: #686868;
    display: block;
    font-family:'barlow_semi_condensedregular';
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.615384615;
    margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
    margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
    margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
    color: #686868;
    display: block;
    font-family:'barlow_semi_condensedregular';
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: normal;
    line-height: 1.615384615;
    margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
    margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
    margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-family:'barlow_semi_condensedregular';
    line-height: 1;
    margin: 0 0.1875em 0.4375em 0;
    padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
    border-color: #2AA57C;
    color: #2AA57C;
    outline: 0;
}


/**
 * 11.0 - Content
 */
.site {
    background: #fff;
}


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



/**
 * 11.1 - Header
 */

/**
 * 11.2 - Posts and pages
 */

.content-area {
    margin-bottom: 50px;
    float: left;
    width: 100%;
}

.site-main > article {
    margin: 0px 0;
    position: relative;
}

.entry-header {
    margin-right: 0;
    margin-left: 0;
}

.entry-footer {
    padding: 10px 0;
    border-bottom:1px solid #d1d1d1;
    margin-bottom: 10px;
}

.entry-title {
    font-family:'barlow_semi_condensedregular';
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    color: #292929;
    margin: 15px 0;
    display: none;
}

.entry-title a {
    color: #292929;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #2AA57C;
}

.post-thumbnail {
    display: block;
}

.post-thumbnail img {
    display: block;
}

.no-sidebar .post-thumbnail img {
    margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
    opacity: 0.85;
}

.entry-content,
.entry-summary {
    border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    margin-top: 2.4347826087em;
    margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-top: 2.9473684211em;
    margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin-top: 3.5em;
    margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
    text-transform: uppercase;
    font-family: 'barlow_semi_condensedmedium';
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
    font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
    font-weight: 900;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
    margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

body:not(.search-results) .entry-summary {
    color: #686868;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.4736842105;
    margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
    margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
    margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
    padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
    margin-bottom: 1.4736842105em;
    padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
    border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
    margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
    margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
    margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
    margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
    margin-bottom: 0;
}

.more-link {
    white-space: nowrap;
}

.author-info {
    border-color: inherit;
    border-style: solid;
    border-width: 1px 0 1px 0;
    clear: both;
    padding-top: 1.75em;
    padding-bottom: 1.75em;
}

.author-avatar .avatar {
    float: left;
    height: 42px;
    margin: 0 1.75em 1.75em 0;
    width: 42px;
}

.author-description > :last-child {
    margin-bottom: 0;
}

.entry-content .author-title {
    clear: none;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.75;
    margin: 0;
}

.author-bio {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 1.6153846154em;
    overflow: hidden;
}

.author-link {
    white-space: nowrap;
}

.entry-footer {
    color: #686868;
    font-family:'barlow_semi_condensedregular';
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-top: 15px;
    display:none;
}

.entry-footer:empty {
    margin: 0;
}

.entry-footer a {
    color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
    color: #2AA57C;
}

.entry-footer > span:not(:last-child):after {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em;
}

.entry-footer .avatar {
    height: 21px;
    margin: -0.1538461538em 0.5384615385em 0 0;
    width: 21px;
}

.sticky-post {
    color: #686868;
    display: block;
    font-family:'barlow_semi_condensedregular';
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
    display: none;
}

.sticky .posted-on,
.byline {
    display: none;
}

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

.page-header {
    padding: 15px 0;
}
.page-header .page-title {
    font-size: 32px;
}

.error-404,
.not-found {
    border: 1px solid #dddddd;
    margin: 50px auto;
    max-width: 700px;
    padding: 30px;
}

.search-no-results .page-header,
.error404 .page-header,
.not-found .page-header {
    margin-top: 0;
    padding-top: 0;
}

.search-no-results .page-content,
.not-found .page-content,
.error404 .page-content {
    margin-bottom: 0;
}

.page-title {
    font-family:'barlow_semi_condensedregular';
    font-size: 32px;
    line-height: 1.2173913043;
}

.taxonomy-description {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
}

.taxonomy-description p {
    margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
    margin-bottom: 0;
}

.page-links {
    clear: both;
    font-family:'barlow_semi_condensedregular';
    margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    height: 1.8461538462em;
    line-height: 1.6923076923em;
    margin-right: 0.3076923077em;
    text-align: center;
    width: 1.8461538462em;
}

.page-links a {
    background-color: #d1d1d1;
    border-color: #d1d1d1;
    color: #fff;
}

.page-links a:hover,
.page-links a:focus {
    background-color: #2AA57C;
    border-color: transparent;
    color: #fff;
}

.page-links > .page-links-title {
    border: 0;
    color: #d1d1d1;
    height: auto;
    margin: 0;
    padding-right: 0.6153846154em;
    width: auto;
}

.entry-attachment {
    margin-bottom: 1.75em;
}

.entry-caption {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
    margin-bottom: 0;
}

.content-bottom-widgets {
    margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
    margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */


.blog .format-status .entry-title,
.archive .format-status .entry-title {
    display: none;
}


/**
 * 11.4 - Comments
 */

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding: 25px 0;
}

.comments-title,
.comment-reply-title {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;          
    font-family:'barlow_semi_condensedregular';
    font-size: 23px;
    line-height: 1.5;
    padding: 10px 0;
}

.comments-title {
    margin-bottom: 25px;
}

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

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border: 1px solid #d1d1d1;
    margin: 0 0 15px;
    padding: 15px;
}

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

.comment-list .children > li {
    padding-left: 50px;
}

.comment-author {
    margin-bottom: 0.4375em;
}

.comment-author .avatar {
    float: left;
    height: 28px;
    margin-right: 0.875em;
    position: relative;
    width: 28px;
}

.bypostauthor > article .fn:after {
    content: "\f304";
    left: 3px;
    position: relative;
    top: 5px;
}

.comment-metadata,
.pingback .edit-link {
    color: #686868;
    font-family: barlow_semi_condensedregular;
    font-size: 13px;    
    line-height: 1.5;
}

.comment-metadata {
    margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
    color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
    color: #ED1848;
}

.comment-metadata .edit-link,
.pingback .edit-link {
    display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-reply-link {
    border: 1px solid #292929;
    border-radius: 2px;
    color: #fafafa;
    display: inline-block;
    font-family: "barlow_semi_condensedregular";
    font-size: 13px;    
    line-height: 1.5;
    border-radius: 50px;
    background: #292929;
    margin-top: 2.1538461538em;
    padding: 5px 15px;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    border-color: currentColor;
    color: #fff;
    border: 1px solid #ED1848;
    outline: 0;
    background: #ED1848;
}

.comment-form {
    padding-top: 1.75em;
}

.comment-form label {
    color: #686868;
    display: block;
    font-family: barlow_semi_condensedregular;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase;
}

.comment-list .comment-form {
    padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #686868;
    font-size: 13px;   
    line-height: 1.5;
    margin-bottom: 2.1538461538em;
}

.logged-in-as a {
    font-family: "barlow_semi_condensedregular";
}

.no-comments {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    font-family: barlow_semi_condensedregular;
    font-weight: 700;
    margin: 25px 0;
    padding: 15px 0;
}

.comment-navigation + .no-comments {
    border-top: 0;
    padding-top: 0;
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace;
}

.form-submit {
    margin-bottom: 0;
}

.required {
    color: #ED1848;
    font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
    font-size: 100%;
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
    color: #d1d1d1;
}

.comment-reply-title small a:before {
    content: "\f00d";
    font-size: 32px;
    position: relative;
    top: -5px;
}
/**
 * 11.5 - Sidebar
 */

/**
 * 11.6 - Footer
 */

 footer .newsletter_wrap {
    font-family: 'Poppins', sans-serif;
    background: #f8f9fd;
    float: left;
    text-align: left;
    width: 100%;
    padding: 60px 0;
}
.newsletter_wrap .newsletter_input_wrapp {
    width: 100%;
    float: left;
    padding: 0 15px;    
    margin-bottom: 0;
}
footer .newsletter_input_wrapp,
footer .newsletter_title_wrapp {
    width: 100%;
    float: left;
    padding: 0 15px;
}   
#mailerlite-form_2, #mailerlite-form_1 {
    max-width: 750px;
    margin: 0 auto;
}
footer #mailerlite-form_1 .mailerlite-form-title h3 {
    font-weight: 500;
    font-size: 42px;
    color: #000000;
    padding: 0 15px 20px 15px; 
    text-align: center;
    letter-spacing: 0;
    font-family: 'barlow_semi_condensedmedium';
}   
footer .mailerlite-form-title::before {
    content: url('images/newsletter.png');
    position: absolute;
    top: -20px; 
    margin-left: 55px;
}
 
footer .mailerlite-form .mailerlite-form-description { 
    text-align: center;
    font-weight: 400;
    letter-spacing: 0;
}
.mailerlite-form-description {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 0px;
}
footer .newsletter_wrap .newsletter_input_wrapp .mailerlite-form .mailerlite-form-description {
    margin-bottom: 40px;
} 
.mailerlite-form-checkbox label{
    text-align: left;
    float: right !important;  
    width: 100%; 
    margin-bottom: 20px; 
    display: block;  
    font-weight: 500;
    letter-spacing: 0;
    padding-left: 30px;
}
.widget_call_to_button_action .join-the-community-main .easy-themes-button {
    display: inline-block;
    width: auto;
}
.mailerlite-form-checkbox #mailerlite-1-field-confirmation {
    position: absolute;
    top: 24px;
    left: 0px;
}
footer #mailerlite-form_1 .mailerlite-form-field label {
    display: block;
}
.mailerlite-form-field.mailerlite-form-checkbox {
    padding-top: 20px;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 0px;
}
.mailerlite-form-field.mailerlite-form-checkbox label {
    margin-bottom: 12px;
}
.mailerlite-form-field.mailerlite-form-checkbox input ~ label {
    margin-bottom: 0px;
}
footer #mailerlite-form_1 input[type="email"]::placeholder {
    color: #777;
}
footer #mailerlite-form_1 input[type="email"] {
    float: left;
    width: 100%;
    height: 52px;
    outline: none;
    padding: 12px 190px 10px 20px;
    background-color: #ffffff; 
    border: 2px solid #ffffff;
    border-radius: 40px;
    color: #000; 
    font-weight: 400; 
    box-shadow: 0px 0px 10px 0px #cfc9c9; 
    font-size: 16px;
    letter-spacing: 0px;
} 
footer #mailerlite-form_1 input[type="email"]::placeholder,
footer #mailerlite-form_1 input[type="email"]:-ms-input-placeholder,
footer #mailerlite-form_1 input[type="email"]::-ms-input-placeholder  {
    color: #6e5f5f;
}
footer #mailerlite-form_1 input[type="email"]:hover,
footer #mailerlite-form_1 input[type="email"]:focus {
    background-color: #ffffff; 
    border-color: #fff;
    color: #000;
    outline: 0;
}
footer #mailerlite-form_1 .mailerlite-subscribe-submit {
    font-family: 'barlow_semi_condensedmedium';
    height: 52px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    padding: 13px 30px;
    margin-bottom: 30px;
    background-color: #f56e2f;
    border-radius: 40px;
    border: 4px solid #fff;
    margin-right: 0px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    background-color: #f78429;
}
footer #mailerlite-form_1 .mailerlite-form-inputs {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}
.mailerlite-form .mailerlite-subscribe-button-container {
    position: absolute;
    top: 32px;
    right: 2px;
}
footer .mailerlite-form .mailerlite-form-loader {
    color: #000000 !important;
} 
footer .mailerlite-form .mailerlite-form-response h4 p span {
    color: #0e730e !important;
}
footer .mailerlite-form label.error {
    color: #FF0000 !important;
    font-weight: normal;
}
footer #mailerlite-form_1 .mailerlite-form-field input[type="email"] ~ label {
    display: inline-block;
    width: 100%;
    margin: 8px 0px 0px 15px;
}


footer.site-footer {
    background: #292929 none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.ratings_text {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
}
/* ---- scroll to top start ---- */
.scroll_to_top {
    background: #ED1848 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 20px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 22px;
    height: 40px;
    opacity: 0.8;
    line-height: 35px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 20;
    padding-top: 3px;
}

.scroll_to_top:hover {
    opacity: 1;
    background: #ED1848;
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
/* ---- scroll to top end ---- */

/**
 * 11.7 - Woocommerce
 */

 .woocommerce .single-product {
    padding-top: 100px;
 }
 ins .woocommerce-Price-amount{
     color:#ED1848;
     font-size: 22px;
 }
 del .woocommerce-Price-amount{
    color:#777777;
    font-size: 22px;
}
.woocommerce div.product form.cart div.quantity{
    margin: 0 25px 0 0;
}
.woocommerce .quantity .qty{
    border-radius: 50px;
    width: 100px;
    padding: 15px;
    border: none;
    background: #f5f5f5;
}
.woocommerce div.product form.cart .button{
    background: #fc813a;
    border-radius: 50px;
    padding: 15px 25px;
    font-size: 18px;
    letter-spacing: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    padding-right: 10px;
    padding-top: 10px;
}
.woocommerce-main-description p{
    letter-spacing: 0;
    line-height: 1.5;
    font-family: 'barlow_semi_condensedregular';
    font-size: 18px;
    color:#555555;
    text-align: justify;
}
.quantity .screen-reader-text{
    display: inline-block !important;
    color: #222222;
    position: relative !important;
    height: auto;
    clip-path: content-box;
    width: auto;
    vertical-align: middle;
    padding-right: 15px;
    font-size: 18px;
    font-family: 'barlow_semi_condensedsemibold';
    font-weight: 500 !important;
}
.woocommerce span.onsale{
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #ED1848;
    font-size: 16px;
    letter-spacing: 0;
    padding: 0;
    padding-left: 3px !important;
}
.product_meta span {
    font-size: 18px;
    font-family: 'barlow_semi_condensedsemibold';
    font-weight: 500 !important;
    color: #222222;
}
.product_meta a {
    font-size: 22px;
    font-family: 'barlow_semi_condensedregular';
    font-size: 18px;
}
.woocommerce div.product p.price{
    margin-bottom: 15px;
}
.woocommerce div.product .product_title{
    font-weight: 600;
    font-size: 24px;
    color:#222222;
    display:block; font-family: 'barlow_semi_condensedsemibold';
    font-weight: 500 !important;
    color: #222222;
}
.woocommerce-product-details__short-description p {
    font-family: 'barlow_semi_condensedregular';
    font-size: 18px !important;
    color:#555555;
    line-height: 1.5;
    text-align: justify;
}
.woocommerce-description-title{
    margin: 0 !important;
    border: 1px solid #eaeaea;
    padding: 25px;
    color: #222222;
    font-family: 'barlow_semi_condensedsemibold';
    font-weight: 500 !important;
    font-size: 22px;
}
.star-rate .fas {
    color: #ED1848;
    font-size: 12px;
}
.woocommerce-main-description{
    border: 1px solid #eaeaea;
    padding: 25px;
    border-top: none;
    font-family: 'barlow_semi_condensedregular';
    font-size: 18px;
    color:#555555;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
    padding-right: 10px;
    padding-top: 10px;
}

.woocommerce-description-div{
    display: inline-block;
    width: 48%;
    float: right;
}
.woocommerce-shipping-div{
    border: 2px solid #ED1848;
    margin-top: 50px;
}
.woocommerce-shipping-div h2{
    color:#ED1848;
    text-align: center;
    margin: 20px !important;
    font-size: 22px !important;
    font-family: 'barlow_semi_condensedsemibold';
    font-weight: 500;
}
.attribute-label,
.attribute-value{
    width: 49%;
    display: inline-block;
    font-size: 18px;
    line-height: 2;
    color:#555555;
}
.custom-attributes{
    border: 1px solid #eaeaea;
    border-top: none;
}
.custom-attributes li:first-child{
    padding-top: 25px;
}
.custom-attributes li:last-child{
    padding-bottom: 25px;
}
.custom-attributes .attribute-label,
.custom-attributes .attribute-value {
    padding: 0 25px;
}
.woocommerce-specification{
    border: 1px solid #eaeaea;
    margin: 50px 0 0 0 !important;
    padding: 25px;
    color: #222222;
    font-family: 'barlow_semi_condensedsemibold';
    font-weight: 500 !important;
    font-size: 22px;
}
.woocommerce-usecode span {
    color:#ED1848;
    font-weight: 600;
}
.woocommerce-usecode p {
    margin: 0;
    font-size: 18px;
    color: #555555;
}
.woocommerce-usecode{
    border: 2px dashed #eaeaea;
    padding: 25px;
    margin-top: 50px;
    font-size: 18px;
}
.woocommerce-customer-detail{
    width: 70%;
    float: left;
    padding-left: 25px;
    padding-top: 0;
}
.woocommerce-customer-div{
    display: inline-block;
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 25px;
}
.woocommerce-customer-detail h5 {
    margin-bottom: 5px;
    font-family: 'barlow_semi_condensedsemibold';
    font-size: 18px;
    font-weight: 500;
    color: #555555;
}
.woocommerce-customer-detail .rate-details{
    margin-bottom: 0;
    font-family: 'barlow_semi_condensedregular';    
    font-size: 18px;
    line-height: 1.5;
    color: #555555;
    display: inline-block;
}
.woocommerce-customer-detail .review-date{
    font-family: 'barlow_semi_condensedregular';    
    font-size: 16px;
    margin-top: 5px;
    color: #777777;
}
.woocommerce-customer-image{
    width: 25%;
    float: left;
}
.woocommerce-customer-review{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    padding-top: 15px;
}
.star-rate{
    float: right;
}
.woocommerce-customer-review:last-child{
    border: none;
    padding-bottom: 0px !important;
}
.woocommerce-product-review h2{
    border: 1px solid #eaeaea;
    margin: 0;
    padding: 25px;
    margin-top: 50px !important;
    border-bottom: none;
    color: #222222;
    font-family: 'barlow_semi_condensedsemibold';
    font-weight: 500;
}
.single-product .easy-breadcrumb{
    margin-bottom: 100px;
}
/**
 * 12.0 - Media
 */

.site .avatar {
    border-radius: 50%;
}

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

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
    display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
    margin-bottom: 1.75em;
    max-width: 100%;
    vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
    box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
    margin-top: 0;
    margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
    padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
    margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
    top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

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

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

.wp-caption .wp-caption-text {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
    margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
    color: #686868;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}

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


/**
 * 13.0 - Multisites
 */

.widecolumn {
    margin-bottom: 3.5em;
    padding: 0 7.6923%;
}

.widecolumn .mu_register {
    width: auto;
}

.widecolumn .mu_register .mu_alert {
    background: transparent;
    border-color: #d1d1d1;
    color: inherit;
    margin-bottom: 3.5em;
    padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
    margin-top: 0;
}

.widecolumn h2 {
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 900;
    line-height: 1.2173913043;
    margin-bottom: 1.2173913043em;
}

.widecolumn p {
    margin: 1.75em 0;
}

.widecolumn p + h2 {
    margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
    color: #686868;
    font-family:'barlow_semi_condensedregular';
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    text-transform: uppercase;
}

.widecolumn .mu_register label {
    margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
    font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
}

.widecolumn .mu_register #blogname {
    margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
    margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
    font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
    margin-bottom: 0;
}

.animateblock {
    opacity: 0;
}

.animateblock.animated {
    opacity: 1;
}

.ualp_buy_now a {
    border: 2px solid;
    color: #ffffff;
    padding: 10px;
}


::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #ED1847;
}

::selection {
    color: #fff;
    background: #ED1847;
}
.scroll_to_top {
    background: #F78429;
    border-radius: 0px;
    height: 45px;
    width: 45px;
    line-height: 34px;
    border: 2px solid #fff;
}
.scroll_to_top:hover {
    background: #ED1848;
    border-color: #F78429;
}
.site{overflow-x: hidden;position: relative;}
.home-slider-area {
    position: relative;;
    /*background: linear-gradient(#ED1848, #F78429);*/
    background-image: linear-gradient( 30deg, #ED1848 0%, #F78429 100%) !important;
    background-image: -o-linear-gradient( 30deg, #ED1848 0%, #F78429 100%) !important;
    background-image: -moz-linear-gradient( 30deg, #ED1848 0%, #F78429 100%) !important;
    background-image: -webkit-linear-gradient( 30deg, #ED1848 0%, #F78429 100%) !important;
}
.home-slider-area:before {
    content: none;
    height: 1100px;
    width: 1100px;
    background-color: #fff;
    position: absolute;
    border-radius: 100%;
    opacity: 0.1;
    top: -220px;
    right: -23%;
}
.home-slider-area .home-slider-description {
    text-align: center;
    padding-top: 120px;
}
.home-slider-area .home-slider-description .slider-grow-text {
    margin-bottom: 15px;
    font-size: 60px;
    color: #fff;
    font-family: 'barlow_semi_condensedmedium';
}
.home-slider-area .home-slider-description p {
    font-family: 'barlow_semi_condensedregular';
    font-size: 22px;
    margin: 0px 0px 25px 0px;
    color: #fff;
}
.slider-learn-more-btn {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    padding: 6px 30px;
    border-radius: 30px;
    border: 2px solid #fff;
}
.home-slider-area .home-slider-description .easy-themes-button:hover {
    background-color: #ED1848;
}
.home-slider-area .home-slider-description .easy-themes-button {
    border: 2px solid #fff;
    background-color: transparent;
}
.home-slider-area .home-slider-description .slider-bottom-laptop-images {
    padding-top: 60px;
    margin-bottom: -135px;
}
.share-image-content {
    padding-top: 230px;
    padding-bottom: 50px
}
.content-title {
    color: #222;
    font-size: 22px;
    font-family: 'barlow_semi_condensedmedium';
}
.share-image-content .share-content-box .content-title {
    margin-top: 25px;
    margin-bottom: 35px;
    text-transform: capitalize;
}
.share-image-content .share-content-box {
    text-align: center;
}
.share-select-content .share-content-box .content-title {
    margin-top: 15px;
    font-size: 32px;
}
.share-select-content .share-content-box {
    text-align: center;
}
.social_Share_block {
    padding: 100px 0px !important;
}
.social_Share_block .share-content-box {
    padding-bottom: 0px;
}
.widget_social_share_icon .social_share_section .social-share-icon-image {
    text-align: center;
    height: 100px;
    width: 100px;
    border: 3px solid #ED1847;
    border-radius: 100%;
    line-height: 98px;
    margin: 0 auto 40px;
}
.widget_social_share_icon .social_share_section .social-share-icon-image img {
    max-width: 40px;
}
.social_share_section{
    padding: 10px;
}
.share-content-box .section_title {
    position: relative;
}
.share-content-box .section_title .content-title {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    text-align: center;
    transform: translateY(-50%);
    margin-top: 0px;
    z-index: 1;
}

.advance_select_and_share_section.share-select-content{
    padding: 100px 0 0 0 !important;
}
.widget-title {
    font-size: 48px;
    font-family: 'barlow_semi_condensedmedium';
    margin-bottom: 60px;
    letter-spacing: normal;
    text-transform: capitalize;
}
.widget-title span {
    color: #ed1847;
}
.good-balance-design-area {
    display: none;
}
.good-balance-design-area .good-design-main-box .good-design-main-box-inner .good-design-item-box .good-design-item .good-design-ico img {
    margin-bottom: 30px;
}
.good-balance-design-area .good-design-main-box .good-design-main-box-inner .good-design-item-box .content-title {
    color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.good-balance-design-area .good-design-main-box .good-design-main-box-inner .good-design-item-box p {
    font-size: 17px;
    color: #fff;
    line-height: 1.5;
}
.good-balance-design-area .good-design-main-box .good-design-main-box-inner .good-design-item-box {
    margin-bottom: 50px;
}

.right .good-design-main-box {
    text-align: right;
}
.good-balance-design-area .good-design-block-center .good-design-block-box {
    display: inline-block;
    height: auto;
    width: 450px;
}
.key-features-area .col-lg-4 {
    margin-top: 30px;
}
.key-features-area .key-features-main-box .content-title {
    height: 50px;
    overflow: hidden;
    text-transform: capitalize;
}
.key-features-area .key-features-main-box p {
    height: 100px;
    overflow: hidden;
}
.key-features-area .section_title,
.key-features-area .widget-title {
    margin-bottom: 30px;
}
.advance_select_and_share_section.core_feature_cover {
    background: #f8f9fd;
}
.key-features-area .key-features-main-box {
    padding: 40px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #f2f2f2;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    display: inline-block;
    width: 100%;
}
.key-features-area .key-features-main-box:hover{
    border-color: transparent;
    box-shadow: 0 0 14px #ccc;
    cursor: pointer;
    transform: translateY(-8px)
    
}
.key-features-area .key-features-main-box .key-features-icon > i {
    display: inline-block;
    font-size: 50px;
    margin-bottom: 35px;
    color: #ccc;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.key-features-area .key-features-main-box:hover .key-features-icon > i{
    color: #ED1847;
    /* transform: rotateY(180deg); */
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
}
.key-features-area .key-features-main-box .content-title {
    margin-bottom: 25px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.key-features-area .key-features-main-box:hover .content-title{color: #ED1847;}
.key-features-area .key-features-main-box p{
    font-size: 17px;
    color: #555;
    margin: 0px;
    line-height: 1.5;
}

.admin-screenshote-area .parallax-overlay {
    background: transparent !important;
}
.admin-screenshote-area .screenshots .section_title {
    margin-bottom: 0px;
}
.admin-screenshote-area .screenshots .section_title .widget-title {
    margin-bottom: 70px;
    color: #fff;
}
#screenshot_gallary-2 {
    display: block;
} 
.widget_screenshot_gallary .admin-screenshote-area {
    background-color: #222222 !important;
    padding-bottom: 100px !important;
}
.available-version-area .section-wrapper .version_block .version_image {
    display: none;
}
.available-version-area .section-wrapper .available-block-left .version_title h4{
    background-color: #F78429;
}
.version_title h4 {
    padding: 25px;
}
.available-version-area .section-wrapper .available-block-right .version_title h4{
    background-color: #F78429;
}
.available-version-area .section-wrapper .version_block .version_title .content-title {
    font-size: 22px;
    color: #fff;
    min-height: auto;
}
.available-version-area .section-wrapper .version_block .version_description .version_content span {
    border-bottom: 0px;
    padding: 10px 30px;
    font-size: 17px;
    color: #555;
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 400;
    font-family: 'barlow_semi_condensedregular';
}
.available-version-area .section-wrapper .version_block .version_description .version_content span > i {
    font-size: 17px;
    vertical-align: text-bottom;
    padding-right: 0;
}
.available-version-area .section-wrapper .version_block .version_description .version_content span > i:before {
    padding-right: 10px;
}
.available-version-area .section-wrapper .version_block .version_description .version_content span.version-text-blue {
    color: #01A4EF;
}
.available-version-area .section-wrapper .version_block .version_description .version_content span.version-text-green {
    color: #2f972f;
}
.social_share_section_1 .section_title {
    margin-bottom: 30px;
}
.social_share_section_1 .section_title .widget-title {
    margin-bottom: 30px;
}
.social_share_section_1 .section_note {
    margin-bottom: 60px; 
}
.social_share_section_1 .section_note p {
    color: #000000;
    margin: 20px auto;
    padding-top: 3px;   
    width: 750px;
    font-size: 24px;
    text-align: center;
}
.available-version-area .section-wrapper .version_block .version_description .post-readmore .read_more_version {
    background-color: #F78429;
    color: #fff;
    font-size: 18px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    padding: 10px 15px 14px 15px;
    line-height: normal;
    letter-spacing: normal;
}
.available-version-area .section-wrapper .version_block .version_description .post-readmore .read_more_version > i {
    display: none;
}
.available-version-area .section-wrapper .version_block .version_description {
    box-shadow: 0px 3px 6px #ccc;
    padding: 30px 20px 45px 20px;
}
.available-version-area .section-wrapper .version_block .version_description .post-readmore {
    display: inline-block;
    margin-top: 30px;
}
.available-version-area .section-wrapper .version_block .version_description .version_content .version-text-red > i {
    color: red;
}
.available-version-area .section-wrapper .version_block .version_description .version_content .version-text-green > i {
    color: green;
}
.available-version-area .advance_select_and_share_section {
    background: #fff;
}
.fast-friendly-support-area {
    display: inline-block;
    width: 100%;
    background-image: url(../images/support-bg.jpg);
    padding: 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.fast-friendly-support-area .fast-friendly-support-icon i {
    color: #F78429;
    font-size: 45px;
    height: 100px;
    width: 100px;
    border: 2px solid #F78429;
    line-height: 94px;
    border-radius: 100%;
}
.fast-friendly-support-area .fast-friendly-support-icon {
    padding-bottom: 30px;
}
.fast-friendly-support-area .widget-title {
    margin-bottom: 30px;
    color: #fff;
}
.fast-friendly-support-area .fast-friendly-support-description {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: normal;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 300;
}
.easy-themes-button {
    background-color: #f78429;
    border-radius: 40px;
    padding: 15px 30px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: 'barlow_semi_condensedmedium';
    letter-spacing: normal;
    line-height: normal;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    max-width: 175px;
    width: 175px;
}
.easy-themes-button:hover, .easy-themes-button:focus, .easy-themes-button:active,
footer #mailerlite-form_1 .mailerlite-subscribe-submit:hover,
footer #mailerlite-form_1 .mailerlite-subscribe-submit:focus,
footer #mailerlite-form_1 .mailerlite-subscribe-submit:active
 {
    background-color: #ED1848;
    color:#fff;
}
.home .main-navigation .crm-menu .buy-button a:hover,
.home .main-navigation .crm-menu .buy-button a:focus,
.home .main-navigation .crm-menu .buy-button a:active{
    border-color: #fff !important;
    background-color: #ED1848 !important;
    color:#fff !important;
}
.home .active-sticky .main-navigation .crm-menu .buy-button a:hover,
.home .active-sticky .main-navigation .crm-menu .buy-button a:focus,
.home .active-sticky .main-navigation .crm-menu .buy-button a:active{
    border-color: #ED1848 !important;
}
.join-the-community-area {
    padding: 100px 0px;
}
.join-the-community-area .join-the-community-area-support-icon i {
    color: #F78429;
    font-size: 45px;
    height: 100px;
    width: 100px;
    border: 2px solid #F78429;
    line-height: 94px;
    border-radius: 100%;
}
.join-the-community-area .join-the-community-area-support-icon {
    padding-bottom: 30px;
}
.join-the-community-area .join-the-community-main .widget-title {
    margin-bottom: 30px;
}
.join-the-community-area .join-the-community-main .join-the-community-description i {
    display: block;
    margin-bottom: 40px;
    font-size: 40px;
    color: #ED1847;
}
.join-the-community-area .join-the-community-main .join-the-community-description {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #555;
    font-weight: 300;
    max-width: 767px;
    margin: 0 auto 40px;
}
.join-the-community-area .join-the-community-main .join-the-community-description font {
    background-color: #ED1847;
    display: inline-block;
    padding: 2px 13px 0px 13px;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 2px;
    line-height: 25px;
}
.site-footer-area .footer-area-main .footer-text {
    margin: 0px;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    letter-spacing: normal;
}
.site-footer-area .footer-area-main .footer-text {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    letter-spacing: normal;
}
.site-footer-area .footer-area-main .footer-text a {
    text-decoration: underline;
}
.footer-text a {
    color: #fff;
}
.site-footer-area { 
    background-color: #F8F9FD;
    padding: 0px;
	margin-top: 80px;
}
footer .footer-area-main {
    background-color: #ED1848;
    padding: 15px 0px;
}

.icon_space {
    display:inline-block; 
    width:100%
}

.advance_select_and_share-social-demo .site-header {
    position: static;
    background-color: #F78429;
}
.advance_select_and_share-social-demo .active-sticky{
    background-color: #ED1848 !important;
}
.advance_select_and_share-social-demo .site-header .site-header-main .main-navigation.navbar .header-menu li a {
    color: #fff;
}
.advance_select_and_share-social-demo .site-header .site-header-main .main-navigation.navbar {
    margin: 19px -15px;
}
.advance_select_and_share-social-demo .site-header .site-header-main .main-navigation.navbar .header-menu li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.advance_select_and_share-social-demo .site-header .site-header-main .tagline {
    color: #fff;
}
/* header css end */
.easy-breadcrumb {
    background-color: #1C1C1C;
    padding: 50px 0px;
}
.easy-breadcrumb .easy-breadcrumb-title .widget-title {
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
}
.easy-warning-block {
    padding: 70px 0px 70px 0px;
}
.easy-warning-block .easy-warning-box {
    background-color: #FFF3CD;
    padding: 16px 60px 16px 30px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #FFF0C2;
}
.easy-warning-block .easy-warning-box p{
    color: #856204;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 600;
}
.easy-warning-block .easy-warning-box .easy-close-box {
    position: absolute;
    top: 16px;
    right: 30px;
}
.easy-warning-block .easy-warning-box .easy-close-box a {
    color: #856204;
    font-size: 17px;
}
.easy-sharing-customer-block .easy-sharing-customer-box-item .easy-sharing-customer-top {
    position: relative;
    margin-bottom: 40px;
}
.easy-sharing-customer-block .easy-sharing-customer-box-item .easy-sharing-customer-top .easy-sharing-customer-top-left .easy-sharing-customer-profile {
    height: 70px;
    width: 70px;
    background-color: #E6E6E6;
    display: inline-block;
    border-radius: 100%;
}
.easy-sharing-customer-block .easy-sharing-customer-box-item .easy-sharing-customer-top .easy-sharing-customer-top-left {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.easy-sharing-customer-block .easy-sharing-customer-box-item .easy-sharing-customer-top .easy-sharing-customer-top-right {
    float: left;
    padding-left: 90px;
    padding-top: 8px;
}
.easy-sharing-customer-block .easy-sharing-customer-box-item .easy-sharing-customer-top .easy-sharing-customer-top-right h4 {
    color: #ED1847;
    font-size: 20px;
    margin-bottom: 3px;
}
.easy-sharing-customer-block .easy-sharing-customer-box-item .easy-sharing-customer-top .easy-sharing-customer-top-right p {
    margin-bottom: 0px;
    font-size: 18px;
    color: #555;
}
.easy-sharing-customer-block .easy-sharing-customer-box-item .easy-sharing-customer-bottom .easy-sharing-customer-description {
    font-size: 18px;
    color: #343434;
    margin-bottom: 0px;
    text-align: justify;
    line-height: 1.5;
}
.easy-sharing-customer-block .easy-sharing-customer-box-item {
    margin-bottom: 15px;
}
.easy-customer-block-detail {
    padding: 40px 0px 10px 0px;
}
.easy-customer-block-detail .easy-customer-block-detail-content .content-title {
    margin-bottom: 25px;
}
.easy-customer-block-detail .easy-customer-block-detail-content p {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: justify;
    line-height: 1.5;
}
.easy-breadcrumb {
    position: relative;
}
.easy-breadcrumb:before {
    content: "";
    background-color: #1C1C1C;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    right: -100%;
}
.easy-breadcrumb:after {
    content: '';
    background-color: #1C1C1C;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: -100%;
}
.easy-warning-block .easy-share-post-icon-div .easy-share-post-icon {
    background-color: #0f3664;
}
.easy-warning-block .easy-share-post-icon-div .easy-share-post-icon.easy-share-bg-two {
    background-color: #1d65b9;
}
.easy-warning-block .easy-share-post-icon-div .easy-share-post-icon.easy-share-bg-three {
    background-color: #16bae1;
}
.key-features-area .container > .row > .row {
    margin: 0px;
}
.allinone_carousel.sweet .leftNav::before, .allinone_carousel.sweet .leftNav::after {
    background-color: #F78429;
}
.allinone_carousel.sweet .rightNav::before, .allinone_carousel.sweet .rightNav::after{
    background-color: #F78429;
}
.padding_0 {
    padding: 0;
}
.easy-warning-block .easy-share-title-row .easy-share-title-post h1 {
    color: #2d2d2d;
    font-size: 36px;
}
.easy-warning-block .easy-share-title-row h2,
.easy-warning-block .easy-share-title-row h3{
    color: #2d2d2d;
}
.easy-warning-block .easy-share-title-row .easy-share-title-post p {
    font-size: 18px;
    line-height: 1.5;
    color: #575d65;
}
.easy-share-title-post{
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
.easy-share-title-post h1,
.easy-share-image-div h2 {
    color: #ED1848;
    margin-bottom: 15px;
    font-size: 32px;
    letter-spacing: 0;
}
.easy-share-post-icon-div{
    margin: 60px 0;
}
.easy-share-post-icon{
    text-align: center;
    padding: 30px 15px 15px 15px;
    transition: all 0.5s;
}
.easy-warning-block .easy-share-post-icon-div .easy-share-post-icon i {
    font-size: 50px;
    margin-bottom: 15px;
    color: #fff;
}
.easy-warning-block .easy-share-post-icon-div .easy-share-post-icon .easy-share-post-icon-title {
    color: #ffef23;
}
.easy-warning-block .easy-share-post-icon-div .easy-share-post-icon p {
    color: #fff;
    margin: 0px;
    font-size: 16px;
    line-height: 1.5;
}
h3.easy-share-post-icon-title{
    margin: 15px 0;
    font-size: 24px;
}
.easy-share-post-icon p,
.easy-share-title-post p,
.easy-share-image-div p,
.easy-share-image-div p{
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #575d65;
}
.easy-warning-block .easy-share-title-row button {
    padding: 10px 30px;
    font-size: 18px;
    letter-spacing: 0px;
}
.easy-sharing-customer-bottom p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #092341;
}
.easy-share-image-div h3 {
    margin: 25px 0 20px 0;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0;
}
.easy-share-image-section{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 320px !important;
    padding-bottom: 320px !important;
    background-image: url('http://selectandshare.solwininfotech.com/wp-content/uploads/2018/10/Freelancer-04.jpg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.easy-share-image-div button {
    margin-top: 30px;
    padding: 8px 30px;
}
.outer-parent-section-area {
    background-color: #ffef23;
    padding: 55px 0px 70px 0px;
}
.outer-parent-section-area .padding-0{
    padding: 0px;
}
.outer-parent-section-area .outer-parent-section-inner .outer-parent-box-item {
    width: 20%;
    float: left;
    text-align: center;
    padding: 15px 15px 0px 15px;
}
.outer-parent-section-area .outer-parent-section-inner .outer-parent-box-item .outer-parent-number {
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #0f3664;
    padding-bottom: 4px;
    line-height: 1.3;
}
.outer-parent-section-area .outer-parent-section-inner .outer-parent-box-item .outer-parent-text {
    font-size: 20px;
    color: #092341;
    font-weight: 500;
    font-style: italic;
    display: block;
    line-height: 1.3;
}
ul, li{margin: 0px;padding: 0px;list-style: none;}
img{
    max-width: 100%;
}
.slider-main {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: relative;
    display: table;
    background-image: url('images/homepage-banner.jpg');
    padding: 30px;
}
.slider-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: linear-gradient(to right, black 0%, black 80%, transparent 100%);
}
.slider-main .slider-content-left {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 600px;
    overflow: hidden;
    position: relative;
    color: #fff;
}
.slider-main .slider-content-left .slider-content-inner h1 {
    font-size: 60px;
    margin-bottom: 40px;
}
.slider-main .slider-content-left .slider-content-inner p {
    font-size: 18px;
    margin: 0px;
}
.blog-page-section-main.section-page-paddings {
    padding: 70px 0px 100px 0px;
}
.section-page-paddings{
    padding: 100px 0px;
}
.page-title {
    margin-bottom: 20px;
}
.page-title .page-title {
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
    color: #cc147f;
    letter-spacing: 0;
}
.business-feature-title .content-page-title {
    margin: 0;
}
.page-title .page-title::before {
    content: "";
    background-color: #cc147f;
    height: 4px;
    width: 80px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.page-title .page-bottom-title {
    margin: 0px;
    font-size: 42px;
    color: #000000;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
}
.page-content-bottom-description p {
    margin: 0px;
    color: rgba(85, 85, 85, 0.95);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
}
.who-we-are-content-item .content-page-title {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
}
.page-title .page-content-bottom-description {
    margin-top: 30px;
}

.who-we-area-area .who-we-are-content-bottom .who-we-are-content-box-main .who-we-are-content-item {
    padding-left: 75px;
    position: relative;
    margin-bottom: 30px;
}
.who-we-area-area .who-we-are-content-bottom .who-we-are-content-box-main .who-we-are-content-item .content-number-box {
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    background-color: #26bfb5;
    height: 48px;
    width: 48px;
    line-height: 46px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0;
    font-weight: bold;
}
.who-we-area-area .who.footer-area {
    background-color: #000;
    padding: 15px 0px;

}
.who-we-are-content-box-main .who-we-are-content-item p {
    font-size: 18px;
    color: #555;
    margin: 0px;
    line-height: 25px;
}
.what-we-do-area {
    background-color: #f1f1f1;
    padding: 30px;
}
.what-we-do-content-bottom .what-we-do-box .what-we-do-icon i {
    font-size: 50px;
    color: #26bfb5;
}
.what-we-do-content-bottom .what-we-do-box .what-we-do-icon {
    margin-bottom: 10px;
}
.what-we-do-content-bottom .what-we-do-box  .what-we-do-content p{
    font-size: 18px;
    color: #555;
    margin: 0px;
    line-height: 25px;
    letter-spacing: 0;
}
.what-we-do-title .content-page-title{
    margin: 0;
    text-transform: capitalize;
}
.featured-works-area {
    padding-bottom: 0px;
}
.featured-works-content-bottom .featured-works-box{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.featured-works-content-bottom .featured-works-box .featured-works-images a {
    display: inline-block;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}
.featured-works-content-bottom .featured-works-box .featured-works-images a::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: all 0.3s;
}
.featured-works-content-bottom .featured-works-box:hover .featured-works-images a::before{
    opacity: 1;
}
.featured-works-content-bottom .featured-works-box .featured-works-hover-content .feature-top-lable {
    position: absolute;
    top: 15px;
    left: -150px;
    transition: all 0.3s;
    opacity: 0;
}
.featured-works-content-bottom .featured-works-box:hover .featured-works-hover-content .feature-top-lable,
.featured-works-content-bottom .featured-works-box:hover .featured-works-hover-content .feature-bottom-box{
    opacity: 1;
    left: 15px;
}
.featured-works-content-bottom .featured-works-box .featured-works-hover-content .feature-top-lable a {
    background-color: #000;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    padding: 6px 15px;
    text-decoration: none;
    transition: all 0.3s;
}
.featured-works-content-bottom .featured-works-box .featured-works-hover-content .feature-top-lable a:hover{
    opacity: .8;
}
.featured-works-content-bottom .featured-works-box .featured-works-hover-content .feature-bottom-box {
    position: absolute;
    bottom: 25px;
    left: -150px;
    transition: all 0.8s;
    opacity: 0;
}
.featured-works-content-bottom .featured-works-box .featured-works-hover-content .feature-bottom-box h3 {
    font-size: 22px;
    margin: 0px;
}
.featured-works-content-bottom .featured-works-box .featured-works-hover-content p {
    margin: 0px;
    font-size: 16px;
    color: #555;
}
.footer-area {
    background-color: #000;
    padding: 15px 0px;
}
.footer-area .footer-bottom p {
    margin: 0px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
ul.social {
    text-align: center;
    margin: 0px 0 10px 0;
}
.social li {
    display: inline-block;
    position: relative;
}
.social li i {
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    height: 42px;
    line-height: 38px !important;
    margin-right: 3px;
    margin-left: 3px;
    text-align: center;
    width: 42px;
    margin-bottom: 10px;
}
.social li i:hover {
    opacity: .8;
}
.page-title{
    display: inline-block;
    width: 100%;
}
.services-are-content-bottom .services-box-item {
    position: relative;
    margin-bottom: 30px;
}
.services-are-content-bottom .services-box-item .service-icon-left {
    position: absolute;
    top: 0px;
    left: 0px;
}
.services-are-content-bottom .services-box-item .service-icon-left i {
    font-size: 38px;
    background: -webkit-linear-gradient(#00ff9c, #8b09da);
    background: -moz-linear-gradient(#00ff9c, #8b09da);
    background-clip: border-box;
    background: -ms-linear-gradient(#00ff9c, #8b09da);
    background: -o-linear-gradient(#00ff9c, #8b09da);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.services-are-content-bottom .services-box-item .service-content-right {
    padding-left: 65px;
}
.services-are-content-bottom .services-box-item .service-content-right p {
    font-size: 18px;
    color: #555;
    letter-spacing: 0;
    line-height: 25px; 
}
.testimonial-section-area.section-page-paddings{
    background-image: url('images/testimonial-bg.jpg');
}
.service-content-right .content-page-title{
    margin-bottom: 10px;
}
.testimonial-section-area .testimonial-slider-main .testimonial-slider-item {
    max-width: 767px;
    margin: 0 auto;
    text-align: center;
}
.testimonial-section-area .testimonial-slider-main .testimonial-slider-item .testimonial-text {
    font-size: 20px;
    color: #555;
    margin-bottom: 30px;
    color: #fff;
}
.testimonial-section-area .testimonial-slider-main .testimonial-slider-item h5 {
    font-size: 24px;
    padding-top: 12px;
    border-top: 2px solid #fff;
    display: inline-block;
    color: #08fa9c;
    margin-bottom: 15px;
}
.testimonial-section-area .testimonial-slider-main .testimonial-slider-item h6 {
    margin: 0px;
    font-weight: normal;
    color: #fff;
}
/* =================    Menu    =================== */
.main-navigation ul.nav-menu li > ul li a {
    margin: 15px 25px;
    border-bottom: 1px solid #e4e5e9;
    float: left;
    padding: 15px 0;
}
.main-navigation ul.nav-menu li > ul {
    background: #ffffff;
    left: inherit !important;
    right: 0 !important;
    overflow: visible;
}

.main-navigation ul.nav-menu li > ul:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    right: 20px;
}
.active-sticky .main-navigation ul.nav-menu li > ul li a {
    border-bottom: 1px solid #908d8d;
}
.active-sticky .main-navigation ul.nav-menu li > ul li > ul li a{
    border-bottom: none;
}
.main-navigation ul.nav-menu li > ul li > ul:before,
.active-sticky .main-navigation ul.nav-menu li > ul li > ul:before {
    display: none;
}
.active-sticky .main-navigation ul.nav-menu li > ul:before {
    border-bottom: 8px solid#eeeeee;
}
.active-sticky .main-navigation ul.nav-menu li > ul:after {
    display: none;
}
.active-sticky .main-navigation ul.nav-menu li > ul {
    background: #ffffff;
}
.site-header.advance_select_and_share_menu.menu_transparent.active-sticky a.active {
    color: #ED1848;
}
.main-navigation ul.nav-menu li > ul:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 10px;
    border-left-width: 10px;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    right: 0;
    top: 0px;
}
.main-navigation ul.nav-menu li > ul li > ul:after {
    display: none;
}
.main-navigation ul.nav-menu li > ul li > ul li.current-menu-item a {
    color: #ef1748;
}
.main-navigation ul.nav-menu li > ul li > ul li a {
    display: inline-block;
    width: 100%;
    border-bottom: none;
    padding: 10px 20px;
    margin: 0 25px;
    position: relative;
    color: #000000;
}
.main-navigation ul.nav-menu li > ul li > ul li a:hover:before {
    background: #ef1748;
} 
.main-navigation ul.nav-menu li > ul li > ul li a:before {
    display: block;
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #000000;
    position: absolute;
    left: 0;
    top: 15px;
    transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    opacity: 1;

}
.main-navigation ul li:hover > ul.dropdown-menu-megamenu {
    animation-duration: 0;
    animation-name: inherit;
}
/* =================    Menu  End  =================== */
.about-page-main .about-top-section-area .about-content-left .page-title,
.who-we-are-avalible-area .who-avalible-description .page-title {
    margin-bottom: 30px;
}
.about-page-main .about-top-section-area .page-title,
.business-solution-area .bussiness-solution-box .page-title .page-title,
.who-we-are-avalible-area .who-avalible-description .page-title .page-title {
    color: #000;
}
.about-page-main .about-top-section-area .about-content-left p,
.business-solution-area .bussiness-solution-box .page-title p,
.who-we-are-avalible-area .who-avalible-description .page-title p {
    font-size: 18px;
    color: #555;
    margin: 0px;
}
.about-page-main .about-top-section-area .about-content-left .primary-list li {
    font-size: 18px;
    color: #222;
    padding-left: 26px;
    position: relative;
    margin-bottom: 6px;
}
.about-page-main .about-top-section-area .about-content-left .primary-list li i {
    position: absolute;
    top: 5px;
    left: 0px;
    color: #cc147f;
}
.business-solution-area {
    background-color: #f1f1f1;
}
.business-solution-area .business-feature-box {
    position: relative;
    margin-bottom: 30px;
}
.business-solution-area .business-feature-box .business-feature-right {
    padding-left: 80px;
}
.business-solution-area .business-feature-box .business-feature-icon {
    font-size: 46px;
    color: #cc147f;
    position: absolute;
    top: 0px;
    left: 0px;
}
.business-solution-area .business-feature-box .business-feature-right .business-feature-content p {
    margin: 0px 0px 15px 0px;
    font-size: 18px;
    color: #555;
    letter-spacing: 0;
    line-height: 25px;
}
.business-solution-area .business-feature-box .business-feature-right .business-feature-link a {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}
.business-solution-area .business-feature-box .business-feature-right .business-feature-link a:hover{
    color: #cc147f;
}
.business-solution-area .business-feature-box .business-feature-right .business-feature-link a i {
    vertical-align: middle;
    margin-left: 2px;
}
.who-we-are-avalible-area .who-avalible-description .contact-us-btn .contact-btn {
    display: inline-block;
    background-color: #cc147f;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 8px 15px;
    transition: all 0.5s;
    text-decoration: none;
}
.who-we-are-avalible-area .who-avalible-description .contact-us-btn .contact-btn:hover{
    opacity: .8;
}
.need-to-other-social-media .need-to-other-social-media-main {
    background-color: #222222;
    padding: 100px 0px;
    text-align: center;
}
.need-to-other-social-media .need-to-other-social-media-main .widget-title {
    color: #fff;
    margin-bottom: 0px;
}

.social-media-support-main {
    clear: both;
}
.social-media-support-main .social-media-support-area {
    background-image: linear-gradient( 30deg, #ED1848 0%, #F78429 100%) !important;
    background-image: -o-linear-gradient( 30deg, #ED1848 0%, #F78429 100%) !important;
    background-image: -moz-linear-gradient( 30deg, #ED1848 0%, #F78429 100%) !important;
    background-image: -webkit-linear-gradient( 30deg, #ED1848 0%, #F78429 100%) !important;
    padding: 100px 0px;
}
.available-version-area {
    display: none;
}
.social-media-support-main .social-media-support-area .widget-title {
    color: #fff;
    margin-bottom: 0px;
}
.social-media-support-main .social-media-support-area .social-media-support-div .social-media-support-icon-area {
    list-style: none;
    margin: 0px;
}
.social-media-support-main .social-media-support-area .social-media-support-div .social-media-support-icon-area li {
    float: left;
    width: 20%;
}
.social-media-support-main .social-media-support-area {
    position: relative;
}
.social-media-support-main .social-media-support-area::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #f1433c;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.who-we-area-area.section-page-paddings {
    padding: 100px 0px 50px 0;
}
.who-we-are-content-item p {
    font-size: 16px;
}
.site-header .container-fuild{
    padding: 0 50px;
}
/* start final css */
.container-fluid {
    padding: 0;
}
.banner.background-bg.transparent{
    background-image: url('images/banner.jpg');
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.banner .container {
    height: 100%;
    position: relative;
}
.banner .content {
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.banner .content {
    color: #ffffff;
    text-transform: uppercase;
}
.banner .title {
    color: #fff;
    letter-spacing: 0;
    font-size: 46px;
    font-weight: 600;
    margin: 0 !important;
    text-align: left !important;
    text-transform: capitalize;
}
.banner .sub-title {
    color: #fff;
    font-size: 30px !important;
    font-weight: normal;
    padding: 16px 0 16px;
    margin: 0;
    text-transform: capitalize;
    letter-spacing: 0;
}
.banner .mini-title {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 20px;
    margin: 0;
    text-transform: capitalize;
}
.banner .btn {
    background-color: #ffa726;
    border-color: #ffa726;
    color: #fff;
    font-size: 16px;
    margin: 9px;
    background: #ffa726;
    border-color: #ffa726;
    border: 1px solid #ffa726;
    padding: 15px 48px;
    letter-spacing: 0px;
    text-transform: capitalize
}
.service-top {
    position: relative;
}
.text-center {
    text-align: center;
}
.top-details {
    background-color: #373737;
    display: inline-block;
    margin-top: -99px;
    padding: 40px;
    position: absolute;
    left: 0;
}
.service{
    padding-bottom: 40px
}
.promo.bg-gray{
    margin-top: -10px
}
.service-top .item-icon {
    color: #fff;
    font-size: 35px;
    height: 90px;
    width: 90px;
    line-height: 95px;
    margin: -85px auto 0;
    position: relative;
    text-align: center;
    z-index: 0;
}
.service-top .item-icon::before {
    content: '';
    background-color: #ffa726;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.service-top .item-icon {
    color: #fff;
    font-size: 35px;
    line-height: 95px;
    text-align: center;
}
.icon-frame::before {
    content: "\f065";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
}
.service-top .item-details {
    font-size: 18px;
    padding-top: 45px;
}
.service-top .item-title {
    color: #fff;
    letter-spacing: 0px;
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    letter-spacing: 0;
}
.service-top .item-details p {
    color: #e1d9d9;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 15px;
    letter-spacing: 0;
}
.icon-home::before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
}
.icon-pin::before {
    content: "\f08d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
}
.section-padding {
    padding: 195px 0;
}
.service-mid {
    padding-top: 40px;
}
.service-mid .section-title {
    color: #272727;
    font-size: 40px;
    line-height: 50px;
    padding: 0 30%;
    text-transform: capitalize;
    margin-bottom: 100px;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center;
    letter-spacing: 0px;
}
.service-mid .section-description {
    margin-bottom: 55px;
}
.section-description {
    color: #635f5f;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto 100px;
    max-width: 700px;
    text-align: center;
    letter-spacing: 0;
}
.service-mid .btn {
    margin: 0 9px;
}
.btn {
    background: #ffa726;
    border: 2px solid #ffa726;
    border-radius: 8px;
    padding: 15px 48px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-weight: 900;
}
.btn.white-bg {
    background: #fff;
    border-color: #262626;
    color: #262626;
}
.btn.white-bg:hover {
    background: #ffa726;
    border-color: #ffa726;
    color: #fff;
}
.btn:hover {
    background: #fff;
    border-color: #353535;
    color: #353535;
}
.service-section{
    padding-top: 50px;
}
.service-item-details{
    padding-top: 30px;
}
.service-item-details .service-item-title {
    font-size: 26px;
    margin-bottom: 10px;
    letter-spacing: 0;
    text-transform: capitalize;
}
p.service-description{
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
}
.facts.background-bg{
    background-image: url("images/fact.jpg");
    margin-top: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.overlay {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
}
.facts .item {
    color: #666;
    text-transform: uppercase;
    text-align: center;
}
.facts .icon {
    background-color: #ffa726;
    color: #fff;
    display: inline-block;
    font-size: 35px;
    float: left;
    height: 80px;
    width: 80px;
    line-height: 80px;
    margin-right: 15px;
    border-radius: 8px;
}
.icon-user-following::before {
    content: "\f234";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
}
.facts .item-details {
    float: left;
    margin-top: 6px;
    text-align: left;
}
.facts .item {
    color: #666;
    text-transform: capitalize;
}
.facts .counter {
    color: #fff;
    font-size: 2.75em;
    margin: auto;
    line-height: 36px;
}
.facts .count {
    color: #fff;
    font-size: 2.75em;
    line-height: 36px;
}
.fact-title {
    color: #e6e6e6;
    font-size: 16px;
    letter-spacing: 0;
}
.facts .section-padding {
    padding: 100px 0 65px 0;
}
.icon-wrench::before {
    content: "\f0ad";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
}
.icon-people::before {
    content: "\f0c0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
}
.icon-trophy::before {
    content: "\f091";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
}
.promo {
    padding: 75px 0;
    background-color: #f2f2f2;
}
.promo-title {
    color: #272727;
    display: inline-block;
    font-size: 35px !important;
    letter-spacing: 0px;
    margin-top: 13px;
    text-transform: capitalize;
    float:left;
}
.choose-us.background-bg{
    background-image: url('images/choose.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.choose-us .section-title {
    margin-bottom: 100px;
    color: #272727;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 20px;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0px;
}
.choose-us .item {
    margin-top: 0 !important;
    padding-bottom: 20px;
}
.choose-us .item-icon {
    color: #ffa726;
    font-size: 50px;
    margin-right: 30px;
}
.icon-heart::before {
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
}
.choose-us .item-title {
    color: #262626;
    padding-top: 15px;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.choose-us .description {
    clear: both;
    display: inline-block;
    padding-right: 0;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
}
.icon-like::before {
    content: "\f164";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
}
.icon-rocket::before {
    content: "\f135";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
}
.choose-us .section-padding{
    padding: 40px 0 0 0;
}
.choose-us.background-bg {
    margin: 40px 0;
}
/* start blog page single  */
.single-post .content-area {
    margin: 0px;
}
.blog-single-main {
    letter-spacing: 0px;
}
.blog-single-main .header-post {
    text-align: center;
    max-width: 767px;
    margin: 0px auto 30px;
}
.blog-single-main .header-post .blog-post-heading {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
}
.blog-single-main .header-post .header-info {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}
.blog-single-main .header-post .blog-social-icon li {
    display: inline-block;
    margin-right: 8px;
    border: 1px solid #000;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    font-size: 16px;
    transition: all 0.3s;
}
.blog-single-main .header-post .blog-social-icon li a {
    color: #000;
    transition: all 0.3s;
    display: block;
}
.blog-single-main .header-post .blog-social-icon li:hover,
.blog-single-main .header-post .blog-social-icon li:hover a{
    border-color: #ED1847;
    color: #ED1847;
}
.blog-single-main .feature-images {
    margin-bottom: 30px;
}
.blog-single-main .blog-single-description p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #555;
}
.blog-single-main .blog-single-description p:last-child{
    margin-bottom: 0px;
}
.blog-single-main .blog-single-description .blog-post-first:first-child::first-letter {
    float: left;
    margin-right: 10px;
    margin-left: -5px;
    margin-top: 10px;
    line-height: 0.73em;
    font-size: 5.5em;
    font-weight: 800;
}
.blog-single-main .blog-single-description blockquote p {
    position: relative;
}
.blog-single-main .blog-single-description blockquote {
    position: relative;
    padding: 30px 70px;
    font-size: 25px;
    font-style: italic;
    color: #000;
    border: 1px solid #eaeaea;
    font-family: "Cormorant",Didot,serif;
    text-align: center;
    max-width: 800px;
    margin: 40px auto 40px;
}
.blog-single-main .blog-single-description blockquote footer::before {
    content: no-close-quote;
}
.blog-single-main .blog-single-description blockquote footer cite {
    color: #000;
    font-weight: bold;
}
.blog-single-main .blog-single-description blockquote.quate-two {
    border: 0px;
    padding: 0px;
}
.blog-single-main .blog-single-description blockquote p {
    font-size: 25px;
    color: #000;
}
/* end blog page single  */
/* start  service  */
.page-main {
    letter-spacing: 0px;
}
.client-box-item {
    margin-top: 15px;
}
.service-page-title {
    max-width: 768px;
    margin: 0 auto 40px;
    text-align: center;
}
.service-page-title .service-title {
    margin: 0px 0px 15px 0px;
    font-size: 42px;
    letter-spacing: 0px;
    color: #0f192d;
}
.service-page-title .service-bottom-description p {
    font-size: 18px;
    color: #030712;
    font-style: normal;
    margin: 0px 0px 15px 0px;
    letter-spacing: 0px;
    line-height: 1.6;
}
.client-chalange-section .client-box-item .client-images {
    margin-bottom: 20px;
}
.client-chalange-section .client-box-item .client-description .client-title {
    font-size: 24px;
    font-weight: bold;
    color: #0f192d;
    margin-bottom: 15px;
}
.client-chalange-section .client-box-item .client-description p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}
.client-chalange-section .client-box-item .client-description .client-solution-btn {
    font-size: 16px;
    color: #0f192d;
    font-weight: bold;
    transition: all 0.3s;
}
.client-chalange-section .client-box-item .client-description .client-solution-btn:hover {
    color: #ED1847;
}
.client-chalange-section .client-box-item .client-description .client-solution-btn i {
    vertical-align: middle;
    margin-left: 4px;
}
.keep-our-world-section .keep-our-world-item {
    text-align: center;
    margin-top: 15px;
}
.keep-our-world-section .keep-our-world-item .keep-our-world-icon {
    font-size: 65px;
    border: 10px solid #0f192d;
    width: 159px;
    height: 159px;
    line-height: 148px;
    text-align: center;
    border-radius: 100%;
    margin: 0px auto 30px;
    color: #ed1848;
}
.keep-our-world-section .keep-our-world-item .keep-our-world-description .client-title {
    margin-bottom: 15px;
    font-size: 22px;
    color: #0f192d;
}
.keep-our-world-section .keep-our-world-item .keep-our-world-description p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0px;
}
.delivering-exceptional-area .no-padding {
    padding: 0px;
}
.delivering-exceptional-area .delivering-exceptional-box {
    position: relative;
    margin-top: 15px;
}
.delivering-exceptional-area .delivering-exceptional-box .delivering-exceptional-icon {
    color: #ed1848;
    font-size: 60px;
    width: 80px;
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: normal;
}
.delivering-exceptional-area .delivering-exceptional-box .delivering-exceptional-description {
    padding-left: 100px;
}
.delivering-exceptional-area .delivering-exceptional-box .delivering-exceptional-description .client-title {
    margin-bottom: 15px;
    font-size: 22px;
    color: #0f192d;
}
.delivering-exceptional-area .delivering-exceptional-box .delivering-exceptional-description p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin: 0px;
}
.delivering-exceptional-area {
    background-image: url("http://selectandshare.solwininfotech.com/wp-content/uploads/2018/10/service-bg.jpg");
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-top: 100px;
}
/* end  service  */
/* start about us  */
.about-page-btn {
    padding-top: 15px;
}
.about-page-btn a {
    display: inline-block;
    background-color: #ED1847;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 6px 15px;
    border-radius: 5px;
    transition: all 0.3s;
    letter-spacing: 0px;
}
.about-page-btn a:hover {
    opacity: 0.8;
}
body .entry-content .about-top-words {
    margin-bottom: 15px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-style: normal;
    font-size: 18px;
    color: #ED1847;
}
body .entry-content .about-title {
    margin: 0px 0px 15px 0px;
    font-size: 42px;
    letter-spacing: 0px;
}
body .entry-content .about-words {
    font-size: 18px;
    color: #030712;
    font-style: normal;
    margin: 0px 0px 15px 0px;
    letter-spacing: 0px;
}
body .entry-content .about-bottom-description p {
    font-size: 16px;
    letter-spacing: 0px;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.6;
}
body .entry-content .about-bottom-description p:last-child{
    margin-bottom: 0px;
}
.about-mission-area {
    letter-spacing: 0px;
}
.about-mission-area .about-mission-box .about-mission-small-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #ED1847;
    margin-bottom: 15px;
}
.about-mission-area .about-mission-box .about-our-mision-title {
    font-size: 26px;
    margin: 0px 0px 15px 0px;
    text-transform: capitalize;
}
.about-mission-area .about-mission-box .our-mission-description p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}
.about-mission-area .about-mission-box .our-mission-description p:last-child{
     margin-bottom: 0px;
}
.about-mission-box {
    padding: 30px 30px;
    background-color: #f6f6f6;
}
.manufectured-section-area {
    background-image: url("images/video-image.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    position: relative;
}
.manufectured-section-area::before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.6;
    position: absolute;
    top: 0px;
    left: 0px;
}
.manufectured-section-area .manufectured-section-inner .manufectured-title {
    margin: 0px;
    font-size: 36px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 600;
}
.page-title-main {
    text-align: center;
    letter-spacing: 0px;
    max-width: 768px;
    margin: 0px auto 40px;
}
.best-quality-work-area {
    border-bottom: 2px solid #f6f6f6;
    margin-bottom: 100px;
    padding-bottom: 60px;
}
.best-quality-work-area .best-quality-work-box-main .best-quality-work-item {
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0px;
}
.best-quality-work-area .best-quality-work-box-main .best-quality-work-item:last-child{
    margin-bottom: 0px;
}
.best-quality-work-area .best-quality-work-box-main .best-quality-work-item .best-quality-icon {
    font-size: 28px;
    color: #ed1848;
    margin-bottom: 15px;
    height: 70px;
    width: 70px;
    border: 2px solid #ED1847;
    display: inline-block;
    line-height: 70px;
    border-radius: 100%;
}
.best-quality-work-area .best-quality-work-box-main .best-quality-work-item .best-quality-title h3 {
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.best-quality-work-area .best-quality-work-box-main .best-quality-work-item .best-quality-description p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin: 0px;
}
.our-team-area {
    letter-spacing: 0px;
    padding-bottom: 100px;
}
.our-team-area .our-team-box {
    text-align: center;
    box-shadow: 0px 0px 6px #ccc;
    margin-top: 15px;
}
.our-team-area .our-team-box .our-team-content {
    margin-top: 15px;
    padding: 0px 15px 8px;
}
.our-team-area .our-team-box .our-team-content .our-team {
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.our-team-area .our-team-box .our-team-content .our-team-designation {
    font-size: 16px;
    color: #555;
    margin: 0px;
    text-transform: lowercase;
}
/* end about us  */
.easy-warning-block.testimonial{
    background: #f2f2f2;
    padding: 100px 0;
}
.easy-warning-block .easy-sharing-customer-top .easy-sharing-customer-top-left {
    height: 100px;
    width: 100px;
    display: inline-block;
    float: left;
}
.easy-warning-block .easy-sharing-customer-top .easy-sharing-customer-top-right{
    float:left;
}
.easy-warning-block .easy-sharing-customer-top .easy-sharing-customer-top-right h4 {
    margin: 0;
    padding-top: 15px;
    padding-left: 30px;
    font-size: 22px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #092341;
}
.easy-warning-block .easy-sharing-customer-top .easy-sharing-customer-top-right p {
    margin: 0;
    padding-left: 30px;
    font-size: 15px;
    letter-spacing: 0;
    color: #575d65;
}
.easy-warning-block .easy-sharing-customer-bottom p {
    margin-top: 10px;
}
.easy-sharing-customer-top-left img{
    border-radius: 100%;
}
.more-feature-area .more-feature-item .more-feature-content .more-feature-title {
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.more-feature-area .more-feature-item {
    margin-top: 30px;
}
.more-feature-area .more-feature-item .more-feature-icon {
    margin-bottom: 30px;
}
.more-feature-area .more-feature-item .more-feature-icon img {
    max-width: 60px;
}
.more-feature-area .more-feature-item .more-feature-content p {
    font-size: 16px;
    color: #555;
    margin: 0px;
    line-height: 1.6;
}
.more-feature-area .more-feature-item .more-feature-icon img {
    max-width: 60px;
}
/* landin page  */
.slider-area {
    background-color: #276bd6;
    padding: 100px 0px;
}
.slider-area .row > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.slider-area .slider-right .slider-content h1 {
    font-size: 60px;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 15px;
}
.slider-area .slider-right .slider-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: 0px;
}
.slider-area .slider-right .slider-content .slider-btn .slider-text-btn {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0px;
    border: 2px solid #fff;
    padding: 6px 45px;
    display: inline-block;
    margin-right: 15px;
    border-radius: 60px;
    text-transform: uppercase;
    transition: all 0.3s;
    margin-bottom: 6px;
}
.shareit.before_content, .shareit.after_content{
    width: 100%;
    text-align: center;
    padding-bottom: 15px; 
}
.slider-area .slider-right .slider-content .slider-btn .slider-text-btn:hover,
.slider-area .slider-right .slider-content .slider-btn .slider-text-btn.Perchase-btn {
    background-color: #fff;
    color: #2b77eb;
}
.page-main {
    letter-spacing: 0px;
}
.service-area .service-home-box {
    margin-top: 15px;
    text-align: center;
}
.service-area .service-home-box .service-home-icon {
    margin-bottom: 30px;
}
body .home-title-text {
    font-size: 22px;
    margin-bottom: 15px;
}
.service-area .service-home-box .service-home-description p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin: 0px;
}
.home-page-title {
    text-align: center;
    max-width: 767px;
    margin: 0 auto 40px;
}
.home-page-title .home-page-title-text {
    margin-bottom: 15px;
    font-size: 42px;
}
.home-page-title p {
    font-size: 16px;
    color: #555;
    margin: 0px;
    line-height: 1.6;
}
.core-feature-area .core-feture-left .core-feature-box {
    margin-bottom: 30px;
}
body .home-title-text {
    font-size: 22px;
    margin-bottom: 15px;
}
.core-feature-box p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin: 0px;
}
.core-feature-area .row ~ .row > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.statistics-area {
    background-color: #2c77ec;
    margin-top: 100px;
}
.statistics-area .home-page-title .home-page-title-text, 
.statistics-area .home-page-title p {
    color: #fff;
}
.statistics-area .statistics-box-item {
    border: 2px solid #5187db;
    padding: 40px 15px;
    text-align: center;
    margin-top: 15px;
}
.statistics-area .statistics-box-item .statistics-icon {
    font-size: 34px;
    background-color: #fff;
    display: inline-block;
    height: 85px;
    width: 85px;
    line-height: 85px;
    border-radius: 100%;
    margin-bottom: 30px;
}
.statistics-area .statistics-box-item .statistics-decription {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0px;
    line-height: normal;
}
.statistics-area .statistics-box-item p {
    margin: 0px;
    font-size: 16px;
    color: #fff;
}
.testimonial-section-area.section-page-paddings {
    background-image: none;
    padding-bottom: 0px;
}
.testimonial-section-area .testimonial-slider-main .testimonial-slider-item .testimonial-text {
    color: #000;
    line-height: 1.6;
}
.testimonial-section-area .testimonial-slider-main .testimonial-slider-item h5 {
    margin-top: 0px;
    border-color: #000;
    color: #ed1848;
}
.testimonial-section-area .testimonial-slider-main .testimonial-slider-item h6 {
    color: #000;
}
.blog-page-section-main .blog-page-main-box {
    margin-top: 30px;
}
.blog-page-section-main .blog-page-main-box .blog-page-content .blog-post-meta .blog-post-icon {
    font-size: 16px;
    margin-right: 12px;
    display: inline-block;
    color: #555555;
}
.blog-page-section-main .blog-page-main-box .blog-page-content .blog-post-meta .blog-post-icon a{
    color: #555555;
}
.blog-page-section-main .blog-page-main-box .blog-page-content .blog-post-meta .blog-post-icon i {
    font-size: 12px;
    margin-right: 4px;
}
.blog-page-section-main .blog-page-main-box .blog-page-content .blog-post-meta {
    padding: 8px 0px;
}
.blog-page-section-main .blog-page-main-box .blog-page-images img {
    transition: all 0.3s;
}
.blog-page-section-main .blog-page-main-box:hover .blog-page-images img {
    transform: scale(1.1);
}
.blog-page-section-main .blog-page-main-box .blog-page-content .blog-post-title .content-page-title {
    margin: 0px;
    font-size: 22px;
    color: #222;
    transition: all 0.3s;
    text-transform: capitalize;
    font-weight: 500;
    padding-top: 10px;
}
.blog-page-section-main .blog-page-main-box .blog-page-content .blog-post-title {
    margin-bottom: 12px;
}
.blog-page-section-main .blog-page-main-box .blog-page-content .blog-post-title p {
    margin: 0px;
}
.blog-page-section-main .blog-page-main-box {
    box-shadow: 0px 0px 6px #ccc;
}
.blog-page-section-main .blog-page-main-box .blog-page-content {
    padding: 20px;
}
.blog-page-section-main .blog-page-main-box .blog-page-content a:hover {
    color: #ed1848 !important;
}
.blog-page-section-main .blog-page-main-box .blog-page-content .blog-post-content p {
    font-size: 18px;
    line-height: 1.5;
    color: #555;
    letter-spacing: normal;
    margin: 0px;
}
.blog-page-section-main .blog-page-main-box .blog-page-content .blog-post-content {
    margin-bottom: 15px;
}
.blog-page-section-main .blog-page-main-box .blog-page-images {
    position: relative;
    overflow: hidden;
}
.blog-page-section-main .blog-page-main-box .blog-page-images .bdpp-block-date {
    position: absolute;
    bottom: 30px;
    left: 15px;
    right: 0px;
    width: 75px;
    text-align: center;
    background-color: #fff;
}
.blog-page-section-main .blog-page-main-box .blog-page-images .bdpp-block-date span {
    font-weight: 400;
    text-transform: uppercase;
    line-height: 13px;
    padding-bottom: 10px;
    margin-bottom: 0;
    color: #6D6D6D;
    font-size: 14px;
    display: block;
    background-color: #fff;
}
.blog-page-section-main .blog-page-main-box .blog-page-images .bdpp-block-date .thedate {
    color: #fff;
    display: block;
    font-size: 28px;
    padding: 15px 0;
    text-align: center;
    background: #f71735;
    margin-bottom: 8px;
}
.blog-page-section-main .blog-page-main-box .blog-page-content .blog-post-read-more a {
    border: 2px solid #555;
    font-size: 18px;
    padding: 8px 15px;
    display: inline-block;
    line-height: 1.2;
    margin-top: 8px;
    color: #555;
    transition: all 0.3s;
}
.blog-page-section-main .blog-page-main-box .blog-page-content .blog-post-read-more a:hover {
    border-color: #ed1848;
    color: #ed1848;
}
.service-area {
    border-bottom: 2px solid #f6f6f6;
    margin-bottom: 100px;
    padding-bottom: 70px;
}
.postid-632 .shareit.before_content,
.postid-658 .shareit.before_content,
.postid-668 .shareit.before_content{
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 767px){
.blog-page-section-main .row > div:last-child .blog-page-main-box {
    margin-bottom: 0px;
}
.home-slider-area .home-slider-description .slider-bottom-laptop-images {
    margin-bottom: -100px;
}
}
@media screen and (max-width: 991px) and (min-width: 768px){
.blog-page-section-main row > div:nth-last-child(-n+2) .blog-page-main-box {
    margin-bottom: 0px;
}
.woocommerce-description-div{
    clear: both;
}
}
@media screen and (min-width: 992px){
.blog-page-section-main row > div:nth-last-child(-n+3) .blog-page-main-box {
    margin-bottom: 0px;
}
}
/* end final css */
/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
 @-ms-viewport {
    width: device-width;
}
@media screen and (min-width:1200px){
    .home header.active-sticky .site-header-main .main-navigation.navbar ul > li > a:hover {
        color: #ED1847 !important;
    }
    body .site-header-main #site-navigation.main-navigation.navbar .nav-menu > .buy-button a:hover {
        color: #fff !important;
    }
    .single-post .main-navigation .nav-menu > li > a:hover {
        color: #fff;
    }
    .site-header-main {
        float: left;
        width: 100%;
        padding:7px 0 7px;
    }
    body .single-post .site-header .main-navigation.navbar .nav-menu > li > a:hover {
        background-color: #f78429;
        color: #fff !important;
    }
    .main-navigation li.menu-item-has-children > a::after {
        position: relative;
        top: -2px;
        margin-left: 4px;
    }
    .site-header-main .main-navigation.navbar .nav-menu > .buy-button {
        margin-left: 14px;
    }
    .site-header-main .main-navigation.navbar .nav-menu > li {
        margin-left: 8px;
    }
    .site-header-main .main-navigation.navbar .nav-menu > li:first-child{
        margin-left: 0px;
    }
    .site-header.active-sticky .main-navigation.navbar .nav-menu > li > a:hover {
        color: #fff !important;
    }
    body .site-header-main .main-navigation.navbar .nav-menu > .buy-button > a:hover{
        color: #fff !important;
    }
    body.single-post .site-header-main .main-navigation.navbar .nav-menu > .buy-button > a:hover {
        background-color: #f78429 !important;
        border-color: #fff !important;
    }
	ul#menu-primary-menu ul.sub-menu.dropdown-menu-megamenu:before {
    	left: 20px;
	}
	ul#menu-primary-menu ul.sub-menu.dropdown-menu-megamenu {
		left: 0 !important;
	}
}
@media screen and (max-width:1199px){
    body .mean-container .menu-item a:hover,
    body .site-header.active-sticky .menu-item.active a,
    body .advance_select_and_share_menu.active-sticky .nav-menu li a:hover{
        color: #ED1848;
    }
    .active-sticky .mean-nav ul > .buy-button > a {
        border-color: #f78429;
        background-color: #f78429;
        color: #fff;
    }
    header.menu_normal {
        background: #344050;
    }
    body .mean-container a.meanmenu-reveal.meanclose {
        top: 8px;
    }
    body header.menu_normal.active-sticky {
        position: static
    }
    body .mean-container .mean-nav{
        margin-top: 72px;
    }
    .home header{
        position: static;
    }
    body .mean-container .mean-bar{
        min-height: 64px;
    }
    body .mean-container a.meanmenu-reveal{
        top: 16px;
    }
    .tagline {
        display: none;
    }
    .image_block_title {
        background-size: 100% 100%;
    }
    .image_block_title {
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
    }
    .main-icon {
        float: none;
        vertical-align: middle;
        text-align: center;
    }
    .allinone_carousel.sweet .contentHolderUnit {
        max-width: 100% !important;
        width: 100% !important;
        height: 100% !important;
        left: 0 !important;
        top: 0 !important;
    }
    .screenshots .section-wrapper.section_content > div {
        width: 100% !important;
    }
    .allinone_carousel.sweet.ui-draggable.ui-draggable-handle {
        max-width: 100% !important; 
        width: 100% !important;
        float: left !important;
        text-align: center !important;
    }
    .site-branding {
        position: absolute;
        left: 15px;
        top: 0;
    }
    .site-header.normal.menu_transparent .menu-item.active a,
    .advance_select_and_share_menu.menu_transparent .nav-menu li a:hover {
        color: #ED1848;
    }
    .allinone_carousel .contentHolder {
        margin: 0 auto !important;
    }
    .site-header.advance_select_and_share_menu.menu_transparent.active-sticky  a{
        color: #fff;
    }
    .advance_select_and_share_menu.menu_transparent.active-sticky .nav-menu li a:hover {
        color: #fff;
    } 
}
@media screen and (min-width:1199px){
    .image_block_title {
        height: 653px;
        width: 984px;
        background-repeat: no-repeat;
        margin: 0 auto;
    }
    .img_cover_block {
        padding: 40px;
    }
}
@media screen and (max-width:1024px) {
    .core_feature_img,
    .core_feature_block {
        width: 100%;
        text-align: center;
    }
    .core_feature_title,
    .core_feature_content,
    .core_feature_div .core_features:nth-child(2n+1) .core_feature_img,
    .core_feature_div .core_features:nth-child(2n+1) .core_feature_content,
    .core_feature_div .core_features:nth-child(2n+1) .core_feature_title {
        text-align: center;
    }
    .section-padding {
        padding: 100px 0; 
    }
}

@media screen and (min-width:992px) {
    .feature-list-wrapper-section.text-right .feature-list:after {
        background: url('images/check-icon.png');
        width: 14px;
        float: left;
        height: 12px;
        content: '';
        margin: 10px 5px 0 5px;
        position: absolute;
        left: 100%;
        top: 0;
    }
    .feature-list-wrapper-section.text-left .feature-list {
        padding-left: 30px;  
    }
    .feature-list-wrapper-section.text-right .feature-list {
        padding-right: 30px; 
    }
}
@media screen and (min-width:767px) and (max-width:1199px) {
    .img_cover_block {
        padding: 20px 30px;
    }
}
@media screen and (min-width:991px) and (max-width:1199px){
    .version_title h4 {
        min-height: 74px;
    }
}
@media screen and (max-width:991px) {
    
    .whats_new .feature-list-wrapper li {
        text-align: left; 
    }
    .version_block {
        float: left;
        margin-bottom: 20px;
    }
    .site-header.advance_select_and_share_menu.menu_transparent.active-sticky{
        position: static;
    }
    .allinone_carousel.sweet .contentHolderUnit {
        max-width: 100% !important;
        width: 100% !important;
        height: 100% !important;
        left: 0 !important;
        top: 0 !important;
    
    }
    body .allinone_carousel img {
        width: 100% !important;
        height: 100% !important;
        padding: 0 30px 0 15px; 
    }
}
@media screen and (max-width: 782px){
    .customize-support .site-header.advance_select_and_share_menu.menu_transparent.active-sticky {
        top: 46px !important;
    }
}
@media screen and (min-width: 783px){
    .customize-support .site-header.advance_select_and_share_menu.menu_transparent.active-sticky {
        top: 32px !important;
    }
}
@media screen and (max-width:767px) {
    .version_block {
        margin: 20px 0;
    }
    .advance_select_and_share_section {
        padding: 40px 0 30px 0;
    }
    .section_title {
        margin-bottom: 30px;
    }
    .version_block {
        padding: 0px 15px;
    }
}
@media screen and (max-width:600px){
    .img_cover_block {
        padding: 15px 20px;
    }
    #screenshot_gallary .section-wrapper {
        padding-left: 0 !important;
    }
    .nav-previous,
    .nav-next {
        width: 100%;
        margin: 10px 0;
    }
    .version_block {
        width: 100%;
    }
    .home header {
        position: relative;
        background-color: #344050;
    }
}
@media screen and (max-width:447px){
    .img_cover_block {
        padding: 7px;
    }
    .login_post p {
        width: auto !important;
    }
    .core_features {
        padding: 0;
    }
}
@media screen and (max-width: 599px){
    .easy-sharing-customer-block .easy-sharing-customer-width {
        width: 100%;
    }
}
@media screen and (max-width: 479px){
    .widget-title{
        font-size: 24px !important;
    }
    .home-slider-area .home-slider-description .slider-grow-text{
        font-size: 34px;
    }
    footer .mailerlite-form .mailerlite-form-field {
        width: 100%;
    }
    footer #mailerlite-form_1 input[type="email"]{ 
        width: 100%;
        border-radius: 40px;
    }
   footer .mailerlite-form .mailerlite-subscribe-button-container {
        width: 100%;
    } 
    footer #mailerlite-form_1 .mailerlite-subscribe-submit {
        width: auto !important;
        border-radius: 40px;
    }
    footer .mailerlite-form .mailerlite-subscribe-button-container {
        position: relative;
        top: 15px;
        right: 2px;
    }
    footer .mailerlite-form  .mailerlite-form-checkbox label {
        margin-bottom: 0px; 
        width: 100%;
    }
    footer #mailerlite-form_1 .mailerlite-subscribe-submit {
        box-shadow: 0px 0px 10px 0px #cfc9c9
    }
    footer .mailerlite-form-title::before {
        content: url('images/newsletter.png');
        position: relative;
        top: -20px; 
        width: 100%;
        text-align: center;
        float: left;    
    }
    footer #mailerlite-form_1 .mailerlite-form .mailerlite-form-title h3 {
        margin-left:0px !important;
        font-size: 36px;
    }
    .slider-main .slider-content-left{
        height: 460px;
    }
    .slider-main .slider-content-left .slider-content-inner h1 {
        font-size: 40px;
    }
    .outer-parent-section-area .outer-parent-section-inner .outer-parent-box-item {
        width: 100% !important;
        float: none;
    }
    .blog-single-main .header-post .blog-post-heading{
        font-size: 28px;
    }
    body footer #mailerlite-form_1 input[type="email"]{
        padding: 12px 20px 10px 20px;
    }
}
@media screen and (max-width: 600px){
    .home-slider-area .home-slider-description .slider-bottom-laptop-images {
        margin-bottom: -60px;
    }
    .key-features-area .container .row .row .col-xs-6 {
        width: 100%;
    }
    .mailerlite-form .mailerlite-form-field {
        width: 70%;
    }
    footer #mailerlite-form_1 input[type="email"],
    footer #mailerlite-form_1 .mailerlite-subscribe-submit { 
        width: 100%;
    }
    .mailerlite-form .mailerlite-subscribe-button-container {
        width: auto;
    }
    .mailerlite-form-field input[type="checkbox"] {
        margin-right: 0px;   
    }
    footer #mailerlite-form_1 .mailerlite-form-title h3 {
        font-size: 36px;
    }
}
@media screen and (max-width: 767px){
    .home-slider-area .home-slider-description {
        padding-top: 80px;
    }
    .share-select-content .share-content-box {
        margin-bottom: 30px;
    }
    #image_block {
        padding-top: 155px;
    }
    .good-balance-design-area .good-design-main-box .good-design-main-box-inner .good-design-item-box {
        text-align: center;
    }
    .good-balance-design-area .good-design-block-center .good-design-block-box {
        width: 100%;
        margin-bottom: 15px;
    }
    .key-features-area .container .row .row .col-xs-12 {
        width: 50%;
    }
    .widget-title {
        margin-bottom: 40px;
        font-size: 36px;
    }
    .advance_select_and_share_section.share-select-content {
        padding: 40px 0px !important;
    }
    .advance_select_and_share_section.share-select-content .section_note {
        margin-bottom: 0px;
    }
    .advance_select_and_share_section.share-select-content .section_note p {
        margin-bottom: 0px;
    }
    .join-the-community-area,
    .section-page-paddings {
        padding: 50px 0px;
    }
    .our-team-area {
        padding-bottom: 50px;
    }
    .key-features-area .section_title,
    .key-features-area .widget-title {
        margin-bottom: 10px;
    }
    .best-quality-work-area {
        padding-bottom: 20px;
        margin-bottom: 50px;
        padding-top: 50px;
    }
    .mailerlite-form .mailerlite-form-field {
        width: 100%;
    }
    footer #mailerlite-form_1 input[type="email"],
    footer #mailerlite-form_1 .mailerlite-subscribe-submit { 
        width: 100%;
    }
    .mailerlite-form .mailerlite-subscribe-button-container {
        width: auto;
    } 
    footer .mailerlite-form-title::before {
        position: relative;
        top: 0;
        margin: 0;
    }
    .mailerlite-form-title {
            text-align: center;
    }
    footer #mailerlite-form_1 .mailerlite-form-title h3 { 
        font-size: 36px;
    }
    .feature-cover .right .good-design-main-box:first-child {
        margin-top: 30px;
    }
    .easy-share-image-div button {
        margin-bottom: 30px;
    }
    .easy-share-image-div{
        text-align: center;
    }
    .who-we-area-area .who-we-are-content-bottom .row > div:last-child .who-we-are-content-box-main .who-we-are-content-item {
        margin-bottom: 0px;
    }
    .what-we-do-content-bottom .row > div:last-child .what-we-do-box,
    .featured-works-content-bottom .row > div:last-child .featured-works-box {
        margin-bottom: 0px;
    }
    .what-we-do-content-bottom .what-we-do-box {
        margin-bottom: 30px;
    }
    .what-we-do-content-bottom .row > div:last-child .what-we-do-box{
        margin-bottom: 0px;
    }
    .social-media-support-main .social-media-support-area,
    .need-to-other-social-media .need-to-other-social-media-main{
        padding: 40px 0px !important;
    }
    .good-balance-design-area .advance_select_and_share_section .good-design-block-center {
        text-align: center;
    }
    .allinone_carousel.sweet .contentHolderUnit {
        max-width: 100% !important; 
        width: 100% !important;
        height: 100% !important;
        left: 0 !important;
        top: 0 !important;
    }
     body .allinone_carousel img {
        width: 100% !important;
        height: 100% !important;
        padding: 0 30px 0 0;
    }
    .outer-parent-section-area .outer-parent-section-inner .outer-parent-box-item {
        width: 50%;
    }
    .slider-area .row > div,
    .core-feature-area .row ~ .row > div {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }
    .core-feature-area .row ~ .row > div{
        padding-top: 15px;
    }
    .core-feture-left.text-right {
        text-align: center;
    }
    .slider-area .slider-right .slider-content h1{
        font-size: 40px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    .home-slider-area .home-slider-description {
        padding-top: 80px;
    }
    .content-title {
        font-size: 17px;
    }
    .widget-title {
        font-size: 36px;
    }
    .good-balance-design-area .good-design-block-center .good-design-block-box {
        width: 100%;
    }
    .join-the-community-area .join-the-community-main .join-the-community-description br, .fast-friendly-support-area .fast-friendly-support-description br {
        display: none;
    }
    .join-the-community-area .join-the-community-main .join-the-community-description, .fast-friendly-support-area .fast-friendly-support-description {
        max-width: 600px;
        margin: 0 auto 30px;
    }
    .key-features-area .col-lg-4:last-of-type {
        margin-bottom: 0;
    }
    .what-we-do-content-bottom .row > div:nth-last-child(-n+2) .what-we-do-box,
    .featured-works-content-bottom .row > div:nth-last-child(-n+2) .featured-works-box {
        margin-bottom: 0px;
    }
    .what-we-do-content-bottom .what-we-do-box {
        margin-bottom: 30px;
    }
    .what-we-do-content-bottom .row > div:nth-last-child(-n+2) .what-we-do-box{
        margin-bottom: 0px;
    }
    .outer-parent-section-area .outer-parent-section-inner .outer-parent-box-item {
        width: 33.33%;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px){
    .home-slider-area .home-slider-description {
        padding-top: 80px;
    }
    .delivering-exceptional-area .delivering-exceptional-box .delivering-exceptional-description .client-title{
        font-size: 18px;
    }
}
@media screen and (min-width: 992px) {
    .good-balance-design-area .feature-cover {
        display:flex;
    }
    .good-balance-design-area .good-design-block-center {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .what-we-do-content-bottom .what-we-do-box {
        position: relative;
        margin-bottom: 30px;
    }
    .what-we-do-content-bottom .row > div:nth-last-child(-n+3) .what-we-do-box,
    .featured-works-content-bottom .row > div:nth-last-child(-n+3) .featured-works-box{
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 991px) {
    body .social_share_section_1 .section_note p{
        width: auto;
    }
    .easy-share-title-post{
        width: 100%;
    }
    .slider-area,
    .service-area{
        padding: 50px 0px;
    }
    .service-area{
        margin-bottom: 50px;
    }
    .statistics-area{
        margin-top: 15px;
        padding: 50px;
    }
    .testimonial-section-area.section-page-paddings{
        padding-top: 50px;
    }
}
@media screen and (max-width: 360px) {
    .site-branding .header-image img {
        margin-top: 5px;
    }
    .shareit .share-icon-wrapper .share-icon-item {
        display: block;
        width: 100%;
        margin-right: 0px;
    }
}
@media screen and (max-width: 1199px) {
    .site-branding .header-image {
        margin-top: 10px;
    }
}

@media screen and (min-width: 600px){
    
}

@media screen and (max-width: 767px) and (min-width: 600px){
    

}
@media screen and (max-width: 599px){
    .social-media-support-main .social-media-support-area .social-media-support-div .social-media-support-icon-area li {
        /* width: 33.33%; */
        margin-bottom: 15px;
        text-align: center;
    }

}
@media screen and (max-width: 767px){
    .business-solution-area .row > div:last-child .business-feature-box{
        margin-bottom: 0px;
    }
    .slider-area .slider-right .slider-content h1 {
        font-size: 40px;
    }
    .slider-area .slider-right .slider-content .slider-btn .slider-text-btn {
        padding: 6px 20px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    .business-solution-area .row > div:nth-last-child(-n+2) .business-feature-box{
        margin-bottom: 0px;
    }
}
@media screen and (min-width: 992px){
    .business-solution-area .row > div:nth-last-child(-n+3) .business-feature-box{
        margin-bottom: 0px;
    }
}


@media screen and (max-width: 767px){
    .services-are-content-bottom .row > div:last-child .services-box-item{
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    .services-are-content-bottom .row > div:nth-last-child(-n+2) .services-box-item{
        margin-bottom: 0px;
    }
}
@media screen and (min-width: 992px){
    .services-are-content-bottom .row > div:nth-last-child(-n+3) .services-box-item{
        margin-bottom: 0px;
    }
}

/* final css */
@media screen and (max-width:480px){
    .section-padding {
        padding: 50px 0 50px 0 !important;
    }
    .section-description {
        margin-bottom: 40px !important;
        padding: 10px;
    }
}
@media screen and (max-width:640px){
    .section-title {
        font-size: 20px;
    }
}
@media screen and (max-width:767px){
    .banner {
        background-color: #ececec !important;
        background-image: none !important;
        height: inherit !important;
    }
    .banner .content {
        padding: 2em 0;
        position: initial !important;
        text-align: center;
        transform: none !important;
    }
    .service-top .top-details {
        background: none;
        display: block;
        margin-top: 0px;
        position: initial !important;
    }
    .service-top .item {
        background: #373737;
        margin: 30px 0;
        padding-top: 60px;   
    }
    .service-top .item-icon {
        margin: 0 auto !important;    
    }
    .section-padding {
        padding: 80px 0;
    }
    .service-mid {
        padding-top: 0 !important;
    }
    .service-mid .section-title {
        font-size: 30px !important;
        line-height: 35px !important;
        padding: 0 5% !important;
    }
    .section-title {
        margin-bottom: 50px;   
    }
    .top-details {
        padding: 0 !important;
    }
    .service-mid .btn {
        margin: 10px !important;   
    }
    .facts .section-padding {
        padding: 60px 0 50px;
    }
    .facts .item {
        display: inline-block;
        margin: 20px 0;
        width: 100%;
        text-align: left;
    }
    .facts .icon {
        text-align: center;
    }
    .choose-us.background-bg {
        background: none !important;
    }
    .promo .promo-title {
        text-align: center;
    }
    .promo-section p{
        float: none;
        text-align: center;
    } 
    .promo-section p a.btn {
        float: none !important;
    }
    .choose-us .item-title{
        margin-bottom: 10px;
    }
    .choose-us .item-title,
    .choose-us .description {
        text-align: center;
    }
    .banner-content .title {
        font-size: 36px !important;
    }
    .service .section-padding,
    .choose-us .section-padding,
    .facts .section-padding{
        padding: 50px 0 0 0 !important;
    }
    
}
@media screen and (max-width:1368px){
    .banner .content {
        top: 40%;
    }
    .banner .content .sub-title {
        font-size: 24px !important;
        margin: 15px 0;
    }
    .banner .content .mini-title {
        font-size: 20px !important;
        padding-bottom: 25px;
        font-weight: normal;
    }
    .banner .content .btn, .btn {
        font-size: .9em;
        padding: 12px 40px;   
    }
    .section-padding {
        padding: 145px 0;
    }
    .service-mid {
        padding-top: 120px;
    }
    .facts .icon {
        font-size: 30px;
        height: 75px;
        line-height: 75px;
        width: 75px;
    }
}
@media screen and (max-width: 479px){
    .more-feature-area .more-feature-main {
        width: 100%;
    }
    .statistics-area .statistics-box-main {
        width: 100%;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1260px){
    .allinone_carousel img {
        padding: 0 15px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1199px){
     .allinone_carousel.sweet .rightNav::before,
    .allinone_carousel.sweet .rightNav::after {
        right: 40px !important;
    }
    .allinone_carousel.sweet .leftNav::before,
    .allinone_carousel.sweet .leftNav::after {
        left: 40px !important;
    }
}
@media screen and (max-width: 768px){
    .woocommerce-description-div {
        width:100%;
    }
    .star-rate{
        float: left;
        line-height: 2;
    }
}

.ptp-pricing-table .ptp-bullet-item::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: #7FBA00;
    margin-right: 8px;
    font-weight: 900;
}

.ptp-pricing-table .ptp-bullet-item {
    padding: 10px 40px !important;
    font-family: "Poppins";
    font-size: 16px !important;
}

.ptp-pricing-table .ptp-highlight .ptp-button:hover, .ptp-pricing-table .ptp-button {
    background: #1D2B48 !important;
	border-bottom: #1D2B48 !important;
}

.ptp-pricing-table .ptp-button:hover, .ptp-pricing-table .ptp-highlight .ptp-button {
    background: #E21130 !important;
	border-bottom: #E21130 !important;
}

.ptp-pricing-table .ptp-two-col{
	width: 33%;
	float: none;
}

.ptp-pricing-table .ptp-plan {
    background: #E21130;
    color: #ffffff;
    font-size: 28px !important;
    line-height: 10px;
    padding-bottom: 15px !important;
    padding-top: 30px !important;
}
.ptp-pricing-table .ptp-price{
	padding: 10px 0 !important;
	background: #E21130;
	color: #FFF;
}

.ptp-pricing-table a.ptp-button {
    font-size: 16px !important;
    text-transform: capitalize !important;
}

.ptp-pricing-table .ptp-highlight a.ptp-button, .ptp-pricing-table .ptp-col a.ptp-button{
	line-height: 2.2
}

.ptp-pricing-table .ptp-col-id-1 .ptp-plan, .ptp-pricing-table .ptp-col-id-1 .ptp-price{
	background: #1d2b48;
}

.ptp-pricing-table .ptp-col-id-1 .ptp-button {
	background: #E21130 !important;
}

.ptp-pricing-table .ptp-col-id-1 .ptp-button:hover {
	background: #1d2b48 !important;
}

#ptp-935 .ptp-cta, #ptp-940 .ptp-cta, #ptp-940 .ptp-plan, #ptp-940 .ptp-price, #ptp-951 .ptp-plan, #ptp-951 .ptp-price {
    display: none;
}

#ptp-940 .ptp-col-id-0 .ptp-bullet-item > span {
	color: #7FBA00;
}
#ptp-940 .ptp-col-id-0 .ptp-bullet-item > span > strong, #ptp-940 .ptp-col-id-1 .ptp-bullet-item > span > strong {
	font-size: 17px !important;
}

#ptp-940 .ptp-col-id-1 .ptp-bullet-item > span {
	color: #01A4EF;
}

div.ptp-bullet-item {
    text-align: left !important;
    text-indent: -25px;
}

.guarantee_wrap.security {
    margin: 60px -110px;
}
.guarantee_wrap {
    background: #f9f9fb;
    padding: 20px 0 20px;
    margin-top: 50px;
}

.pricing_bottom_content.security {
    padding-left: 30px;
}
.guarantee_wrap .pricing_bottom_content, .guarantee_wrap.security .pricing_bottom_image.security {
    padding-top: 43px;
}

.guarantee_wrap .pricing_bottom_content h2 {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 0;
}

.guarantee_wrap .pricing_bottom_content p {
    color: #777777;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 22px;
    padding-right: 40px;
}

.enhanced_features_div {
    width: 100%;
    display: block;
}

.enhanced_features_row {
    margin: 0 auto;
    width: 66%;
    padding: 0 5px;
}

.enhanced_features {
    text-align: center;
    background: #E21130;
    padding: 20px;
    margin-top: 0px !important;
    margin-bottom: -25px !important;
    color: #fff;
    font-size: 18px !important;
}

.additional_features_row {
    margin: 0 auto;
    width: 66%;
    padding: 0 5px;
    margin-top: 10px;
}

.ptp-pricing-table .ptp-bullet-item > del {
	color: #b00808;
}

del {
	opacity: 0.8;
}

#ptp-951 .ptp-col-id-1 .ptp-bullet-item > span {
	color: #01A4EF;
}

#ptp-928 .ptp-col-id-1 .ptp-bullet-item > a {
	color: #333;
}


@media screen and (min-width: 1200px) {
	#menu-item-923 .sub-menu.dropdown-menu-megamenu a{
	   border-bottom: none;
	}
	#menu-item-923 .sub-menu.dropdown-menu-megamenu {
		width: 150px;
	}

	#menu-item-294 > a::after {
		content: "\f107";
		font-family: "Font Awesome 5 Free";
		font-weight: 600;
		padding-left: 0;
		vertical-align: middle;
		text-align: right;
		right: 10px !important;
		position: absolute;
		transform: rotate(270deg);
		top: 15px;
	}
	#menu-item-294 .sub-menu.dropdown-menu-megamenu {
		display: none;
	}
	#menu-item-294:hover .sub-menu.dropdown-menu-megamenu {
		display: block;
		left: 100% !important;
		position: absolute;
	}
	ul#menu-primary-menu #menu-item-923 ul.sub-menu.dropdown-menu-megamenu li {
		width: 100%;
	}

	ul#menu-primary-menu #menu-item-923 ul.sub-menu.dropdown-menu-megamenu li a {
		margin: 0;
		padding: 15px;
		width: 100%;
	}

	#menu-item-294 ul.sub-menu.dropdown-menu-megamenu li a::before {
		display: none;
	}
}

#primary .bsf-page-header h1 {
	display: block;
}

.docs-wraper h1 {
    font-size: 3rem;
    padding: 0 15px;
}

#primary .in-wrap article .bsf-entry-title > a {
	font-weight: 500;
	font-size: 22px;
	color: #000000;
	letter-spacing: 0;
	font-family: 'barlow_semi_condensedmedium';
}

.sidebar-main.content-area .widget_bsf_docs_cat_widget .cat-item > a, .sidebar-main.content-area .widget_bsf_docs_cat_widget .cat-item {
    font-size: 20px;
    padding: 0px 5px 20px 15px;
}

.docs-single-main .docs-single-title h1 {
    display: block;
    font-size: 40px;
}

.site-content .docs-archive-wraper .bsf-categories-wrap .bsf-cat-col .bsf-cat-link h4, .site-content .bsf-categories-wrap .bsf-cat-col .bsf-cat-link h4 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 500;
    line-height: 1.3;
}

.site > #content {
	position: relative;
	top: 80px;
}

@media screen and (max-width: 640px) {
	.ptp-pricing-table .ptp-two-col {
		width: 100%;
	}
	.pricing_bottom_content.security {
		padding-left: 0px !important;
	}
	.additional_features_row, .enhanced_features_row {
		width: 100% !important;
	}
}

@media screen and (min-width: 768px) {
	#ptp-935 div.ptp-plan {
		padding: .9375em 0.25em !important;
	}
}

@media screen and (max-width: 736px) {
	.pricing_bottom_content.security {
		padding-left: 30px !important;
	}
}
.entry-content li > ul {
	margin-left: 1.25em;
}

.bsf-entry-content ol, li {
	list-style: decimal;
}

.bsf-entry-content ul > li {
	list-style: disc;
}

.bsf-entry-content h3 {
    font-size: 30px;
}

.bsf-entry-content p, .bsf-entry-content ol, .bsf-entry-content ul {
    font-size: 20px;
}

.sidebar-main.content-area .widget_bsf_docs_cat_widget ul > li {
	list-style: none !important;
}

#bsf-search-result > li, .woocommerce-main-description li, .custom-attributes li, ul.social-media-support-icon-area.clearfix li {
	list-style: none;
}
@media screen and (max-width: 1200px) {
	body:not(.page-id-926) .site > #content {
		position: relative;
		top: 0px;
	}
}
.woocommerce .loader:before{
	content: none;
}
@media screen and (max-width: 767px) {
 .woocommerce-customer-detail h5 {
	display: grid;
 }
}
@media screen and (max-width: 767px) {
  .banner-content .title {
    text-align: center !important;
    color: #000;
  }
  
  .banner .content .mini-title{
    color: #000;
  }
}
@media screen and (max-width: 992px) {
  .delivering-exceptional-area {
     background-image: initial;
}
@media screen and (max-width: 1200px) {
	.woocommerce div.product form.cart .button{
		margin-top: 10px;
	}
	body.page-id-926 .site > #content{
		top: 80px !important;
	}
}
	
footer #mailerlite-form_1 .mailerlite-subscribe-submit {
margin-right: 0px;
}