/*--- Google Fonts ---*/
@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/*--- End Google Fonts ---*/
/*--- Flate Icon Fonts---*/
@font-face {
    font-family: "Flaticon";
    src: url("/template/7477a2ae/fonts/Flaticon.eot");
    src: url("/template/7477a2ae/fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
    url("/template/7477a2ae/fonts/Flaticon.woff") format("woff"),
    url("/template/7477a2ae/fonts/Flaticon.ttf") format("truetype"),
    url("/template/7477a2ae/fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("/template/7477a2ae/fonts/Flaticon.svg#Flaticon") format("svg");
    }
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 20px;
}


.flaticon-placeholder:before { content: "\f100"; }
.flaticon-add:before { content: "\f101"; }
.flaticon-blocks-with-angled-cuts:before { content: "\f102"; }
.flaticon-phone-symbol-of-an-auricular-inside-a-circle:before { content: "\f103"; }

/*______________________ / End Fonts \________________________*/
/*--- End Flate Icon Fonts---*/
.widget-storeLogo img {
    max-height: 100%;
    max-width: 100%;
}
html {font-family:'Open Sans', sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body {margin: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}
audio, canvas, progress, video {display: inline-block; vertical-align: baseline;}
audio:not([controls]) {display: none; height: 0;}
[hidden], template {display: none;}
a {background-color: transparent;}
a:active, a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
b, strong {font-weight: bold;}
dfn {font-style: italic;}
h1 {margin: .67em 0; font-size: 2em;}
mark {color: #000; background: #ff0;}
small {font-size: 80%;}
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline;}
sup {top: -.5em;}
sub {bottom: -.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr {height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
pre {overflow: auto;}
code, kbd, pre, samp {font-family: monospace, monospace; font-size: 1em;}
button, input, optgroup, select, textarea {margin: 0; font: inherit; color: inherit;}
button {overflow: visible;}
button, select {text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {padding: 0; border: 0;}
input {line-height: normal;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {padding: .35em .625em .75em; margin: 0 2px; border: 1px solid #c0c0c0;}
legend {padding: 0; border: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-spacing: 0;border-collapse: collapse;}
td, th {padding: 0;}
/* ------ end normalize css ------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #666666;
    background-color: #fff;
}
::selection {
    background-color: #2ed3ae;
    color: #ffffff;
}
::-moz-selection {
    background-color: #2ed3ae;
    color: #ffffff;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
}
select::-ms-expand {
    display: none;
}
input,
button,
select,
textarea {
    font-family: 'Libre Franklin', sans-serif;
    font-size: inherit;
    line-height: inherit;
}
a:link, a:active, a:visited {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
    color: #777777;
    text-decoration: none;
}
body .widget-article a:hover,
body .widget-article a:focus {
    color:#2ed3ae;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
h1, h2, h3, h4, h5, h6 {
    color: #272727;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}
h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}
p  {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
    color: #777777;
    line-height: 26px;
    margin: 0 0 15px;
    padding-bottom: 0;
}
ul, ol {
    margin-bottom: 20px;
    padding: 0 0 0 15px;
}
ul li, ol li {
    font-size: 15px;
    color: #898b90;
    line-height: 26px;
}
table {
    max-width: 100%;
    table-layout: inherit;
    margin-bottom: 20px;
}
table, th, td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align:left;
    color: #898b90;
    font-size: 15px;
}
table th {
    font-weight: 600;
}
.widget-snippet a:focus {
    outline: medium none;
    text-decoration: none;
}
body input[type="submit"], body input[type="button"], body button, body .button, body a.button {
    background: #2ed3ae none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Libre Franklin",sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    letter-spacing: 1px;
    line-height: 22px;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
}
body input[type="submit"]:hover, body input[type="button"]:hover, body button:hover, body .button:hover, body a.button:hover {
    background: #282828;
    color: #ffffff;
}
body input[type="submit"][disabled], body input[type="button"][disabled], body button[disabled], body .button.disabled, body a.button.disabled,
body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover, body button[disabled]:hover, body .button.disabled:hover,
body a.button.disabled:hover {
    background: #2ed3ae none repeat scroll 0 0;
    border: medium none;
    color: #fff;
}
body input[type="submit"][disabled], body input[type="button"][disabled],
body button[disabled], body .button.disabled, body a.button.disabled,
body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover,
body button[disabled]:hover, body .button.disabled:hover, body a.button.disabled:hover {
    background: #bfbfbf none repeat scroll 0 0 !important;
    border: medium none;
    color: #818181;
}
p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type="submit"],
input, input[type="text"], textarea, select, input[type="password"], address, input[type="file"],
input[type="hidden"], button, input[type="image"], blockquote {
    font-size: 14px;
}
/*form element desgin*/
.form-row {
    margin: 15px 0;
}
input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #cecece;
    box-sizing: border-box;
    height: 40px;
    padding: 5px 10px;
    margin: 0;
    width: 350px;
}
input[type="text"], input[type="password"], textarea, select {
    width: 350px;
}
select,
.registration-form select {
    width: 350px;
}
select {
    -moz-appearance: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("../images/select-down-arrow.png") no-repeat scroll right 18px;
    padding: 5px 24px 5px 10px;
}
textarea {
    height: 150px;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
    margin-right: 20px;
}
.widget > .widget-title {
    color: #272727;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 29px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.widget-form .sub-form-row {
    display: table;
}
.widget-form .form-row input {
    height: 44px;
}
.widget-form .form-row input[type="radio"], .widget-form .form-row input[type="checkbox"] {
    height: auto;
}
.widget-form button.Zebra_DatePicker_Icon {
    cursor: pointer;
    background: none;
}
.Zebra_DatePicker_Icon_Wrapper:after {
    content: "\f073";
    font-family: 'Fontawesome';
    font-size: 18px;
    position:  absolute;
    right: 10px;
    top: 7px;
}
.widget-form .form-row > label, .widget-form .sub-form-row span {
    width: 200px;
}
.widget-form .radio-checkbox-row {
    margin-top: -24px;
    padding-left: 205px;
}
.widget-form .sub-form-row > * {
    float: left;
}
.widget-form .sub-form-row span {
    margin-top: 5px;
    width: 200px;
    font-size: 14px;
}
.widget-form .sub-form-row input + span {
    clear: left;
}
.widget-form .sub-form-row input {
    margin: 7px 0;
}
.widget-form .radio-checkbox-row .radio, .widget-form .radio-checkbox-row .checkbox {
    margin: 7px 0;
}
.widget-form .form-row .sub-form-row label {
    width: 202px;
}
.widget-form .sub-form-row {
    margin: 20px 0 0;
}
.widget-form .sub-form-row > label {
    margin-top: 15px;
}
/*====== Fixed-width-layout ======*/
/*====== End Fixed-width-layout ======*/
.widget-container > .page-content > .v-split-container > .v-split {
    margin: auto;
    width: 1430px;
}
.widget-container > .page-content > .v-split-container > .v-split .widget,
.widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet.spaceLeftRight {
    padding-left: 15px;
    padding-right: 15px;
}
.widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet,
.widget-container > .page-content > .v-split-container > .v-split .widget.noSpaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}
.auto-page .page-content {
    padding-left: 15px;
    padding-right: 15px;
}
.page-content > .v-split-container > .v-split .widget.widget-snippet,
.page-content > .v-split-container > .v-split .widget.noSpaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}
/* =============================================== Start Header Design ===============================================*/
body > .header {
    background: #ffffff none repeat scroll 0 0;
}
/*========= main menu ========= */
.main_menu .horizontal > .navigation-item > a:hover, .main_menu .navigation-item > a.active {
    box-shadow: 0 4px 0 #2ed3ae inset;
}
.main_menu .horizontal {
    text-align: center;
}
.main_menu .horizontal .navigation-item {
    line-height: 24px;
    padding: 0;
}
.main_menu .horizontal > .navigation-item.first a {
    padding-left: 0;
}
.main_menu .horizontal > .navigation-item.last a {
    padding-right:0;
}
.main_menu .navigation-item a {
    color: #484848;
    font-family: "Libre Franklin",sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 35px;
    margin: 0 12px;
    padding: 35px 0;
    text-transform: uppercase;
}
.main_menu .horizontal .has-child > a span::after {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    margin-left: 5px;
    vertical-align: top;
}
.main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover,
.main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a.active{
    box-shadow: none;
}
.main_menu .horizontal .navigation-item.active > a,
.main_menu .horizontal .has-child > a span:hover::after,
.main_menu .horizontal .has-child.active > a span::after,
.main_menu .navigation-item a:hover,
.main_menu .navigation-item a.active {
    color: #2ed3ae;
}
.main_menu > .horizontal .navigation-item:last-child {
    border-right: none;
}
.main_menu .horizontal .navigation-item.has-child {
    position: relative;
}
.main_menu .horizontal .has-child.active > a span::after {
    border-color: #252f3a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-wrapper.horizontal.show.responsive-navigation {
    background: #333 none repeat scroll 0 0;
    margin: 0 0 0 -15px;
    width: 100vw;
}
.main_menu .horizontal .navigation-item a span {
    position: relative;
}
.responsive-navigation .navigation-item{
    background: #333
}
@media (min-width: 992px) {
    .main_menu .horizontal .navigation-item .navigation-item-child-container {
        background: rgba(17, 25, 36, 1) none repeat scroll 0 0;
        display: block;
        left: 0;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.9);
        opacity: 0;
        padding-bottom:10px;
        padding-top:10px;
        top: 105px;
        transform: translateY(40px);
        transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
        visibility: hidden;
        width: 250px;
        max-height: 584px;
  overflow-y: scroll;
    }
    .main_menu .horizontal .navigation-item:hover .navigation-item-child-container {
        background-color: rgb(17, 25, 36);
        display: block;
        left: 0;
        opacity: 0.8;
        text-align: left;
        top: 105px;
        transform: translateY(0px);
        visibility: visible;
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
        background-color: rgba(17, 25, 36, 0.8);
        line-height: normal;
        padding: 0 20px;
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
        background-color: rgba(17, 25, 36, 0.7);
        border-bottom: 1px solid rgba(0, 0, 0, 0.9);
        color: #ffffff;
        line-height: 24px;
        margin: 0;
        padding: 8px 0;
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
        border-bottom: medium none;
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item > a:hover,
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active > a,
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active > a:hover {
        color:#2ed3ae;
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.has-child > a::after {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(255, 255, 255);
        border-style: solid;
        border-width: 4px 0 4px 4px;
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
        left: 250px;
        width: 250px;
        top: 0;
        transform: translateY(40px);
        opacity: 0;
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:hover .navigation-item-child-container {
        left: 250px;
        width: 250px;
        transform: translateY(0px);
        opacity: 1;
    }
}
/*============ End main menu =========== */
/*========= Header & Gallery maintain ========= */
.front-end .header > .widget-container {
    z-index: 1;
}
.front-end > .header {
    height: auto;
    left: 0;
    margin-top: 0;
    right: 0;
    top: 0;
    width: auto;
    z-index: 999;
}
.front-end > .header.fixed-menu {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    height: auto;
    left: 0;
    margin-top: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: auto;
    z-index: 999;
}
/*========= End Header & Gallery maintain ========= */
/* =============================================== End Header Design ===============================================*/
/* ================================================ Start Body Design ===============================================*/
/* ======404 page ==========*/
.page_404 {
    text-align: center;
}
.page_404 .ops {
    color: #2ed3ae;
    font-size: 75px;
    font-weight: 700;
    line-height: normal;
}
.page_404 .ops .big_font {
    color: #a7adba;
    font-size: 104px;
    margin-right: -17px;
}
.page_404 .big {
    color: #a7adba;
    font-size: 104px;
    margin-left: -19px;
}
.page_404 .error {
    font-size: 36px;
}
.page_404 p {
    color: #a7adba;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
}
@media (max-width: 991px) {
    .page_404 {
        margin: 30px 0;
    }
    .page_404 .ops .big_font, .page_404 .big {
        font-size: 84px;
    }
    .page_404 .ops {
        font-size: 65px;
    }
    .page_404 .error {
        font-size: 29px;
    }
}
@media (max-width: 767px) {
    .page_404 {
        margin: 15px 0;
    }
}
/* ====== End 404 page end ==========*/
/*-------------------- Start jesor slider------------*/
.jssor-slider-container .caption-wrapper {
    position: static;
    padding: 0;
    height: 100%;
    display: block;
    text-align: left;
}
.jssor-slider-container .caption-wrapper > * {
    z-index: 2;
}
.jssor-slider-container .caption-wrapper [u=caption] {
    position: absolute;
    padding: 0;
    z-index: 2;
}

.jssor-slider-container .caption-wrapper [u=caption] a {
    padding: 0;
    border: none;
    display: inline;
    z-index: 1;
}
.jssor-slider-container .slide:after {
    background: rgba(0,0,0,0)
}

div.jssor-slider-container .jssora20l,
div.jssor-slider-container .jssora20r,
div.jssor-slider-container .slide {
    display : none;
}
div.jssor-slider-container[jssor-slider="true"] .slide,
div.jssor-slider-container[jssor-slider="true"] .jssora20l,
div.jssor-slider-container[jssor-slider="true"] .jssora20r  {
    display:block;
}
.jssor-slider-container::before {
    content: url("../images/loading.gif");
    height: 64px;
    left: 50% !important;
    margin-left: -32px !important;
    margin-top: -32px !important;
    position: absolute;
    top: 50%;
    width: 64px;
}
/* jssor slider defoult */
div[id^="jssor-slider-"] .jssora20l::before, div[id^="jssor-slider-"] .jssora20r::before {
    color: #ffffff;
    content: "\f105 ";
    font-family: fontawesome;
    font-size: 46px;
}
div[id^="jssor-slider-"] .jssora20l {
    left: auto;
    right: 0;
}
div[id^="jssor-slider-"] .jssora20l, div[id^="jssor-slider-"] .jssora20r {
    background: rgba(35, 31, 32, 0.5) none repeat scroll 0 0;
    bottom: 0;
    height: 90px;
    line-height: 88px;
    text-align: center;
    position: absolute;
    top: auto!important;
    transition: all 400ms ease-out 0s;
    width: 100px;
}
div[id^="jssor-slider-"] .jssora20r::before {
    line-height: 88px;
}
div[id^="jssor-slider-"] .jssora20r {
    transform: rotate(180deg);
}
div[id^="jssor-slider-"] .jssora20r {
    left: auto;
    right: 101px;
}
div.jssor-slider-container .jssora20l, div.jssor-slider-container .jssora20r, div.jssor-slider-container .slide {
    display: none;
}
div[id^="jssor-slider-"] .jssora20l:hover, div[id^="jssor-slider-"] .jssora20r:hover {
    background: #2ed3ae none repeat scroll 0 0;
}
div[id^="jssor-slider-"] .jssora20l:hover::before, div[id^="jssor-slider-"] .jssora20r:hover::before {
    color: #fff;
}
div.jssor-slider-container .container,
div.jssor-slider-container {
    width: 1900px;
    height:790px;
    margin:0 auto;
}
div.jssor-slider-container .container [u="caption"] {
    color: #ffffff;
    height: auto;
    left: 30%;
    margin-left: -330px;
    max-width: 500px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    text-align: left;
    width: 100%;
    z-index: 99;
}
div.jssor-slider-container .description.jssor-caption-1 {
    top: 29%;
}
div.jssor-slider-container .description.jssor-caption-1 .maint-title {
    color: #282828;
    display: inline-block;
    font-family: "Libre Franklin",sans-serif;
    font-size: 43px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 49px;
    margin: 0 auto;
    text-transform: uppercase;
}
div.jssor-slider-container .description.jssor-caption-1 .maint-title .color {
    color: #2ed3ae;
    font-weight: 700;
}
div.jssor-slider-container .description.jssor-caption-2 {
    color: #2f2e2e;
    font-family: "Libre Franklin",sans-serif;
    font-size: 16px;
    font-weight: 300;
    height: auto;
    letter-spacing: 0.5px;
    line-height: 31px;
    top: 44%;
}
div.jssor-slider-container .container .jssor-caption-3 {
    top: 61%;
}
div.jssor-slider-container .container .jssor-caption-3 > a {
    background: #2ed3ae none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: "Libre Franklin",sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    min-width: 155px;
    padding: 14px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease-out 0s;
}
div.jssor-slider-container .container .jssor-caption-3 > a:hover {
    background: #282828 none repeat scroll 0 0;
    color: #fff;
}
.fee div.jssor-slider-container .container [u="caption"] {
    margin-left: -375px;
}

/* End jssor slider defoult */
/* ========= Inner Page Page-heading & Bradecome design ==========*/

#bs-531B8CCD-9363-4327-B826-6A54FD8488F6 > .widget-container,
#bs-644271D5-37F9-4506-ADAC-52995DE4F9F3 > .widget-container {
    max-width: 1430px;
    padding: 65px 15px;
}
.widget-pageHeading {
    padding: 100px 0;
    margin-bottom: 100px;
    text-align: center;
    background: rgba(0, 0, 0, 0) url("../images/inner-page-bg.png") repeat scroll center center / cover ;
}
.widget-pageHeading h1 {
    color: #272727;
    display: block;
    font-family: "Libre Franklin",sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
/* ========= Inner Page Page-heading & Bradecome design ==========*/
/* ===================================== Inner Page layout Controll =======================================*/
#bs-FA69B80B-4B56-41D0-BE2E-EB6D001CBDBD .widget {
    padding-left: 15px;
    padding-right: 15px;
}
#spltr-DC000027-FF57-4E72-9692-4C3FC154BB31 .page-content {
    padding: 0 15px;
}
#bs-FA69B80B-4B56-41D0-BE2E-EB6D001CBDBD ,
#bs-CF1B9400-5301-4BA9-B367-84018B5395AA {
    padding: 100px 0;
}
/* ==================================== End Inner Page layout Controll =====================================*/
/* ==================== Home Page Blog Style ===================*/
.widget-article.viewall-button.margin {
    margin-top: -25px;
}
.widget-blogPost.home.blog-wi .blog-post-item:nth-child(3n+1) {
    clear: left;
}
.widget-blogPost.home.blog-wi .blog-post-item:nth-child(2n+1) {
    clear: unset;
}
.widget-blogPost.home.blog-wi .blog-post-content {
    margin: 0 -25px;
}
.widget-blogPost.home.blog-wi .blog-post-item {
    padding: 15px 25px 25px;
    width: 33.333%;
}
@media (max-width: 1199px) {
    .widget-blogPost.home.blog-wi .blog-post-content {
        margin: 0 -15px;
    }
    .widget-blogPost.home.blog-wi .blog-post-item {
        padding: 15px;
    }
}
@media (max-width: 767px) {
    .widget-blogPost.home.blog-wi .blog-post-item {
        padding: 0 15px 15px;
    }
}
/* ====================End Home Page Blog Style ===================*/
/* ================ blog design ================= */
.blog-category-details .blog-post-info span.date,
.widget .blog-post-item .post-description .blog-post-info > span.date {
    border: 1px solid #e1e1e1;
    color: #7d7d7d;
    left: 0;
    line-height: 19px;
    margin: -45px 20px 0 0;
    min-height: 45px;
    padding: 2px 10px;
    position: absolute;
    width: 90px;
    font-size: 15px;
}
.blog-post-item .blog-post-info > .author {
    font-size: 0;
    position: relative;
    width: 90px;
}
.blog-post-item .blog-post-info > .author::after {
    content: "Admin";
    font-size: 14px;
    margin-left: 4px;
    position: absolute;
    right: auto;
    top: 0;
}
.blog-post-item .blog-post-info > .author::before {
    font-size: 16px;
}
.blog-post-item .blog-post-info {
    margin-left: 110px;
}
.blog-post-item .post-description, .widget-blogPost .blog-post-item .post-description {
    padding-right: 50px;
}
.blog-post-item {
    border-bottom: medium none;
    box-sizing: border-box;
    float: left;
    margin-bottom: 0;
    padding: 0 15px 15px;
    width: 50%;
}
.post-description .blog-post-info > span.comment-count::before {
    content: "\f075";
}
.blog-post-item .post-list-view {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 0;
    text-align: center;
    width: 100%;
}
.blog-post-item .post-list-view img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
.blog-post-content .footer {
    clear: left;
    padding-left: 15px;
    padding-right: 15px;
}
.blog-post-item .blog-post-info > span {
    display: inline-block;
}
.blog-post-item .blog-post-info > span.comment-count {
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
    right: 0;
}
.blog-post-info span {
    color: #aeaeae;
    font-size: 14px;
}
.post-description .blog-post-info span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-left: 0;
}
.post-description .blog-post-info > span::before {
    display: inline-block;
    font-family: "FontAwesome";
    margin-right: 7px;
    font-size: 15px;
    color: #c5c5c5;
}
.post-description {
    position: relative;
}
.blog-post-details .content {
    line-height: 24px;
}
.blog-posts::after, .blog-post-content::after {
    clear: both;
    content: "";
    display: block;
}
.post-description .blog-post-info > .comment-count {
    margin: 0;
}
.post-description .blog-post-info span.author::before {
    content: "";
}
.post-description .blog-post-info > span.categories::before {
    content: "";
}
.widget.widget-navigation.blog-category {
    margin-left: 30px;
    padding: 0 15px;
	margin-bottom: 50px;
}
.blog-posts, .blog-post-content {
    margin: 0 -15px;
}
.blog-post-details .comment-post-panel .form-row.mandatory > input {
    max-width: 100%;
    width: 100%;
}
.blog-post-details .comment-post-panel .form-row.mandatory > textarea {
    height: 200px;
    max-width: 100%;
    width: 100%;
}
.blog-post-details .comment-post-panel .form-row button {
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
}
.blog-post-item .content {
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin: 25px 0 15px;
    padding: 0;
}
.blog-post-info span.comment-count .count {
    padding-right: 2px;
}
.blog-post-item .title a {
    color: #484848;
    display: block;
    font-family: "Libre Franklin",sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: all 300ms ease-out 0s;
    white-space: nowrap;
}
.blog-post-item .title a:hover{
    color: #2ed3ae;
}
.blog-post-item .details-link.link a{
    background:none;
    border: 2px solid #666;
    color: #666;
    transition: all 300ms ease-out 0s;
    padding:7px 25px;
}
.blog-post-item .post-description > a {
    color: #000000;
    display: inline-block;
    font-family: "Libre Franklin",sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.blog-post-item .post-description > a:hover{
    color:#2ed3ae;
}
.vertical .navigation-item a {
    border: 0 none;
    color: #000;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 16px;
    font-weight: 300;
    overflow: hidden;
    padding: 8px 0 8px 20px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.body .vertical .navigation-item a::before {
    content: "";
    font-family: fontawesome;
    left: 0;
    margin-right: 10px;
    position: absolute;
}
.blog-post-item .details-link.link a:hover{
    background:none;
    border: 2px solid #666 ;
    color: #2ed3ae;
    padding:7px 25px;
}
.blog-category .widget-title {
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
}
.blog-category .widget-title::after {
    background: #2ed3ae none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
}
.blog-category .vertical .navigation-item a {
    text-transform: capitalize;
}
.vertical .navigation-item.active > a,
.blog-category .navigation-item a:hover {
    color: #2ed3ae;
}
.blog-post-details .title {
    line-height: 33px;
    margin-top: 0;
}
.post-description img {
    max-width: 100%;
}
div.blog-post-details .comment-post-panel input,
div.blog-post-details .comment-post-panel textarea {
    height: 40px;
}
#blog-post-create-comment-panel .max-character {
    color: #999;
    display: block;
    font-size: 11px;
    font-style: italic;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}
.blog-category-details .title {
    color: #272727;
    font-family: "Libre Franklin",sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 29px;
    margin: 0;
    padding: 0 0 20px;
    text-transform: uppercase;
}
.blog-post-item .post-description .title {
    color: #272727;
    font-family: "Libre Franklin",sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 27px;
    margin: 35px 0 14px;
    padding: 0 0 0 110px;
    text-transform: capitalize;
}
.widget-blogPost .title {
    color: #272727;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 27px;
    margin: 20px 0 10px;
    padding: 0;
    text-transform: capitalize;
}
.blog-post-info span.categories a {
    color: #666666;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 13px;
    padding-right: 10px;
}
.blog-post-info span.categories a:hover {
    color: #2ed3ae;
}
#blog-post-create-comment-panel .max-character {
    padding: 0;
    position: absolute;
    right: 0;
    top: 8px;
}
.blog-post-details .blog-post-info {
    margin-bottom: 15px;
}
.blog-post-details .comment-post-panel .form-row {
    position: relative;
}
.blog-post-details .comment-post-panel label {
    color: #222222;
    font-size: 15px;
    padding-bottom: 4px;
}
.blog-post-details .comment-post-panel .simpleCaptcha-container label {
    display: none;
}
.blog-post-details .comment-post-panel .form-row:nth-last-child(2) {
     padding-top: 10px;
}
.blog-post-details .comment-post-panel .form-row:nth-last-child(2) label {
     display: none;
}
/* ================ Blog-Details-Social-Media-icon-css ======================== */
.blog-post-details .content {
    font-size: 14px;
    padding-bottom: 15px;
}
.blog-post-details .title {
    font-size: 26px;
    font-weight: 400;
    line-height: 29px;
    margin: 0;
    text-transform: uppercase;
}
.blog-post-details .social-media-share a span {
    display: none;
}
.blog-post-details .social-media-share-bar .social-media-share {
    float: left;
    margin-right: 5px;
}
.blog-post-details .social-media-share a.addthis_button_facebook::after {
    color: #ffffff;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 22px;
    margin-top: 5px;
}
.blog-post-details .social-media-share a.addthis_button_facebook {
    background-color: #305891;
    border: 2px solid #305891;
}
.blog-post-details .social-media-share-bar .social-media-share a {
    border-radius: 3px;
    float: left;
    height: 40px;
    line-height:27px;
    text-align: center;
    transition: all 300ms ease-out 0s;
    width: 40px;
}
.blog-post-details .social-media-share a span {
    display: none;
}
.blog-post-details .social-media-share a.addthis_button_facebook:hover::after {
    color: #305891;
}
.blog-post-details .social-media-share a.addthis_button_facebook:hover {
    background-color: rgba(48, 88, 145, 0);
}
.blog-post-details .social-media-share a.addthis_button_twitter::after {
    color: #ffffff;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 22px;
    margin-top: 5px;
}
.blog-post-details .social-media-share a.addthis_button_twitter {
    background-color: #2ca8d2;
    border: 2px solid #2ca8d2;
}
.blog-post-details .social-media-share a.addthis_button_twitter:hover::after {
    color: #2ca8d2;
}
.blog-post-details .social-media-share a.addthis_button_twitter:hover {
    background-color: rgba(44, 168, 210, 0);
}
.blog-post-details .social-media-share a.addthis_button_google::after {
    color: #ffffff;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 22px;
    margin-top: 6px;
}
.blog-post-details .social-media-share a.addthis_button_google {
    background-color: #0868b9;
    border: 2px solid #0868b9;
}
.blog-post-details .social-media-share a.addthis_button_google:hover::after {
    color: #0868b9;
}
.blog-post-details .social-media-share a.addthis_button_google:hover {
    background-color: rgba(8, 104, 185, 0);
}
.blog-post-details .social-media-share a.addthis_button_linkedin::after {
    color: #ffffff;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 22px;
    margin-top: 5px;
}
.blog-post-details .social-media-share a.addthis_button_linkedin {
    background-color: #449bc8;
    border: 2px solid #449bc8;
}
.blog-post-details .social-media-share a.addthis_button_linkedin:hover::after {
    color: #449bc8;
}
.blog-post-details .social-media-share a.addthis_button_linkedin:hover {
    background-color: rgba(68, 155, 200, 0);
}
.blog-post-details .social-media-share a.addthis_button_email::after {
    color: #ffffff;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 22px;
    margin-top: 3px;
}
.blog-post-details .social-media-share a.addthis_button_email {
    background-color: #738a8d;
    border: 2px solid #738a8d;
}
.blog-post-details .social-media-share a.addthis_button_email:hover::after {
    color: #738a8d;
}
.blog-post-details .social-media-share a.addthis_button_email:hover {
    background-color: rgba(115, 138, 141, 0);
}
.pagination span.disabled, .pagination span.disabled:hover {
    border: 1px solid #cccccc;
    color: #bebebe;
    opacity: 0.5;
}
span.pagination span.current {
    background: #2ed3ae none repeat scroll 0 0;
    border: 1px solid #2ed3ae;
}
.pagination span:hover {
    color: #2ed3ae;
    border: 1px solid #2ed3ae;
}
span.pagination span.current:hover {
    color: #fff;
}
.pagination span {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: none;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 12px;
}
.pagination {
    float: none;
    margin: 0 auto;
    padding: 15px;
    text-align: right;
    width: 100%;
}
.blog-post-details .comment-post-panel h2 {
    font-size: 30px;
}
.blog-post-details .comment-post-panel {
    border: 1px solid #cccccc;
    margin-top: 30px;
    padding: 25px 30px;
}
@media (max-width: 1199px) {
    .widget.widget-navigation.blog-category {
        margin-left: 10px;
    }
}
@media (max-width: 991px) {
    .blog-post-details .comment-post-panel {
        margin-top: 20px;
        padding: 20px;
    }
    .blog-post-details .comment-post-panel h2 {
        margin-top: 10px;
    }
    .blog-post-details .title,
    .blog-category .widget-title,
    .blog-category-details .title {
        font-size: 21px;
    }
}
@media (max-width: 767px) {
    .blog-post-details {
        margin: 0 -15px;
    }
    .blog-post-item, .blog-post-item {
        width: 100%;
    }
    .pagination {
        text-align: left;
    }
    .blog-post-details .title {
        padding-bottom: 10px;
    }
    div.blog-post-details .comment-post-panel {
        padding: 15px;
        overflow: hidden;
    }
    .blog-post-details .comment-post-panel h2 {
        font-size: 26px;
        margin: 14px 0;
        padding: 0;
    }
    .blog-post-details .title {
        font-size: 22px;
    }
    .widget > .widget-title {
        padding-bottom: 15px;
    }
    .blog-category-details .title,
    .widget > .widget-title {
        font-size: 22px;
        line-height: 27px;
    }
    .blog-post-details .post-description .blog-post-info > span.date {
        top: 105px;
    }
}
/* =================== End Blog page ======================= */
/* ======================== contact address style =======================  */
.widget-googleMap.contact-wi .google-map-container {
    filter: grayscale(100%);
    height: 500px;
    margin-top: 15px;
}
/* ======================= End contact address style =====================  */
/* =================== contact form ====================  */
.widget-form.form-home-wi .widget-title::before {
    background: #484848 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 14px;
    width: 50px;
}

.widget-form.form-home-wi .widget-title {
    color: #484848;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 1.5px;
    line-height: 30px;
    padding: 0 0 0 70px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 10px 0;
}


.form-home-wi .custom-form {
    margin: 0 auto;
    max-width: 950px;
}
.form-home-wi .custom-form .single-input-row .form-row {
    margin-bottom: 12px;
    margin-top: 0;
}
.form-home-wi.widget-form .double-input-row .form-row {
    margin: 0;
    padding: 10px 15px;
    width: 50%;
}
.widget-form.form-home-wi .form-row input {
    height: 60px;
    width: 100%;
}
.form-home-wi .custom-form .form-row input[type="text"], .form-home-wi .custom-form .form-row textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    color: #000;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 13px;
    font-weight: 300;
    border-radius: 3px;
    letter-spacing: 0.5px;
    height: 48px;
    padding: 5px 20px;
    text-transform: none;
    width: 100%;
}
.widget-form.form-home-wi .message-block.message-text {
    font-size: 13px;
    margin-top: 0px;
    padding-left: 0;
}
.widget-form.form-home-wi .custom-form .form-row.btn-row:nth-child(n+2) {
    margin: 0;
    padding-top: 0;
    text-align: center;
}
.widget-form.form-home-wi .custom-form .form-row.btn-row > label {
    display: none;
}
.widget-form.form-home-wi .custom-form .form-row .submit-button {
    display: inline-block;
    font-family: "Libre Franklin",sans-serif;
    font-size: 13px;
    font-weight: 600;
    height: 48px;
    letter-spacing: 0.5px;
    line-height: 20px;
    padding: 15px;
    text-transform: uppercase;
    transition: all 300ms ease-out 0s;
    width: 100%;
}
.form-home-wi .custom-form .form-row > textarea {
    height: 200px;
    padding: 10px 20px;
}
.widget-form.form-home-wi .custom-form .form-row .submit-button[disabled],
.widget-form.form-home-wi .custom-form .form-row .submit-button[disabled]:hover {
    background: #bfbfbf none repeat scroll 0 0;
    color: #818181;
}
.form-home-wi .custom-form .form-row textarea::-moz-placeholder,
.form-home-wi .form-row input::-moz-placeholder {
    color: #7d7d7d;
}
.form-home-wi .form-row input::-webkit-input-placeholder ,
.form-home-wi .custom-form textarea::-webkit-input-placeholder {
    color: #7d7d7d;
}
.widget-form.form-home-wi .custom-form .form-row input[type="text"]:focus,
.widget-form.form-home-wi .custom-form .form-row textarea:focus,
.widget-form.form-home-wi .custom-form .form-row.textBox.active-row input {
    border: 1px solid #bfbfbf;
}
.form-home-wi .custom-form .message-block.info-message, .form-home-wi .custom-form .message-block.success {
    font-size: 13px;
    margin: 5px 0;
    padding: 10px;
}
.form-home-wi .custom-form .single-input-row .form-row.label {
    margin: -20px 0 0;
}
.form-home-wi .custom-form .single-input-row .form-row > label {
    letter-spacing: 0.9px;
    line-height: 25px;
    margin: 5px 0;
    padding: 0;
    width: auto;
}
.form-home-wi .custom-form .message-block.message-text {
    padding-left: 0;
}
.form-home-wi .custom-form.contact_form > .form-row {
    margin:20px 0 15px;
}
.form-home-wi .custom-form.contact_form > .form-row > label {
    display: none;
}
@media (max-width: 991px) {
    .widget-form.form-home-wi .widget-title {
        font-size: 30px;
        letter-spacing: 1px;
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .widget-form.form-home-wi .widget-title {
        font-size: 26px;
        letter-spacing: 0.5px;
        padding-bottom: 15px;
    }
    .form-home-wi .custom-form .form-row input[type="text"], .form-home-wi .custom-form .form-row textarea {
        padding: 5px 15px;
    }
    .widget-form.form-home-wi .custom-form .form-row.btn-row:nth-child(n+2) {
        padding-top: 0px;
    }
    .form-home-wi.widget-form .double-input-row .form-row {
        width: 100%;
    }
    .form-home-wi .custom-form .single-input-row .form-row.label {
        margin: -30px 0 0;
    }
    .form-home-wi .custom-form .form-row > textarea {
        height: 150px;
    }
    .form-home-wi .custom-form .single-input-row .form-row {
        margin-bottom: 25px;
        margin-top: 10px;
    }
}
/* =================== End contact form =================  */
/* ==================================== Pages Chaild-all-page =============================  */
/* swip box gallery */
.gallery-title-heading .container {
    width: auto;
}
.gallery-title-heading {
    text-align: center;
}
.gallery-title-heading h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 10px;
    padding: 0;
    text-transform: capitalize;
}
.gallery-title-heading p {
    color: #777777;
    font-size: 16px;
    line-height: 1.75;
    margin: 15px 0;
    padding: 0;
}
.gallery-title-heading .title-bottom-line {
    background-color: #2ed3ae;
    height: 2px;
    margin: 15px auto 35px;
    width: 40px;
}
.swipe-image-wrap .box-container {
    margin: 0 -10px;
    padding: 0;
}
.widget-html h3.text-center {
    color: #272727;
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
}
.widget.widget-html.pading {
    margin-bottom: 40px;
}
.swipe-image-wrap .box-container::after {
    clear: both;
    content: "";
    display: block;
}
.swipe-image-wrap .box {
    box-sizing: border-box;
    float: left;
    list-style: outside none none;
    padding: 10px;
}
.swipe-image-wrap .swipebox .swipe-image {
    display: block;
    height: auto;
    position: relative;
    transition: all 0.3s ease-out 0.1s;
    width: 100%;
}
.swipe-image-wrap .swipebox {
    display: block;
    overflow: hidden;
    position: relative;
}
.swipe-image-wrap .swipebox:hover .swipe-image {
    transform: scale(1.2);
    transition-duration: 200ms;
}
.swipe-image-wrap .swipebox:hover::before {
    opacity: 1;
    transform: scale(1);
}
.swipe-image-wrap .swipebox::before {
    bottom: 0;
    color: #fff;
    content: "";
    font-family: flaticon;
    font-size: 50px;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: scale(2);
    transition: all 500ms ease-out 0s;
    width: 60px;
    z-index: 10;
}
.swipe-image-wrap .swipebox::after {
    background: rgba(46, 211, 174, 0.75) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 500ms ease-out 0s;
}
.swipe-image-wrap .swipebox:hover::after {
    opacity: 1;
}
/* End swip box gallery */
/* alternate view thumbs bottom*/
.galleriffic-gallery-wrap .slideshow {
    font-size: 0;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.galleriffic-content .image-wrapper {
    height: inherit;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.galleriffic-content .image-wrapper a {
    display: inline-block;
    font-size: 0;
    height: inherit;
    width: 900px;
}
.galleriffic-gallery-wrap .slideshow-container img {
    max-height: 100%;
    height: auto;
}
.galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container {
    border: 1px solid #e1e1e1;
    margin-top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs {
    margin: 0;
}
.galleriffic-gallery-wrap .thumbs li {
    border: medium none;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs {
    padding: 0;
}
.galleriffic-gallery-wrap .pagination > * {
    float: left;
    height: 35px;
    line-height: 28px;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.prev,
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink::before {
    color: #999;
    font-family: FontAwesome;
    font-size: 22px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.prev::before {
    content: "\f104";
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next::before {
    content: "\f105";
}
.galleriffic-content .image-wrapper a {
    text-align: center;
}
.galleriffic-gallery-wrap .thumb img {
    max-height: 105px;
}
/* End alternate view thumbs bottom*/

.widget-tabAccordion .widget {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.bmui-tab .bmui-tab-body-container {
    border: 1px solid #e6e6e6;
}
.widget-tabAccordion .accordion-panel > .label-bar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 600;
    height: 60px;
    line-height: 63px;
    margin: -1px 0 0;
    overflow: hidden;
    padding: 0 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.widget-tabAccordion .accordion-panel > .label-bar.expanded {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f9f9f9;
    border-color: #eee #e5e5e5 #e5e5e5;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}
.widget-tabAccordion .accordion-panel > .label-bar .toggle-icon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: auto;
    line-height: normal;
    right: 18px;
    text-align: center;
    top: 13px;
}
.widget-tabAccordion .accordion-panel > .label-bar .toggle-icon::after {
    content: "\f107";
    font-family: "FontAwesome";
}
.widget-tabAccordion .accordion-panel > .label-bar.expanded .toggle-icon::after {
    content: "\f106";
    font-family: "FontAwesome";
}
.widget-tabAccordion .accordion-panel > .accordion-item.expanded {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0 1px 1px;
    margin: 0;
    overflow: hidden;
    padding: 0 30px 30px;
}
.bmui-tab.left-side-header .bmui-tab-body-container {
    min-height: 200px;
}
.widget-tabAccordion > .widget-title,
.typography .title  {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 15px;
    padding: 0;
    text-transform: capitalize;
}
.typography > p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
}
.widget-form .dropzone-wrapper {
    width: auto;
}
.widget-form .sub-form-row .errorlist {
    width: 100%;
}
.widget-form .sub-form-row {
    display: table;
}
.widget-form .sub-form-row span {
    font-size: 14px;
    margin-right: 2px;
    margin-top: 15px;
    width: 200px;
}
.widget-form .sub-form-row > * {
    float: left;
}
.widget-form .sub-form-row input + span {
    clear: left;
}
.widget-form .sub-form-row input {
    margin: 7px 0;
}
.widget-form .sub-form-row > .errorlist {
    float: none;
}
.widget-form .sub-form-row > .errorlist > span {
    display: none;
}
.widget-form .sub-form-row > .errorlist {
    float: none;
}
.widget-form .message-block.message-text {
    padding-left: 202px;
}
div.widget-form .form-row .Zebra_DatePicker_Icon_Wrapper input {
    width: 350px;
}
button.Zebra_DatePicker_Icon, button.Zebra_DatePicker_Icon:hover {
    background: rgba(0, 0, 0, 0) url("../../images/widgets/zebra_datepicker/calendar.png") no-repeat scroll right 8px;
    margin-left: -5px;
    padding: 0 40px 0 0;
    z-index: 9999;
}
.widget-form .form-row select, .widget.widget-form .form-row select {
    font-size: 14px;
    height: 44px;
    width: 350px;
}
.widget-form .radio-checkbox-row ,
.widget-form .radio-checkbox-row {
    margin: 7px 0;
    padding-left: 5px;
}
.widget-form .checkbox input[type="checkbox"]:checked + label::after,
.widget-form .checkbox input[type="radio"]:checked + label::after {
    left: 0;
    top: -3px;
}
.widget-form .checkbox label::before {
    height: 18px;
    width: 18px;
    top: -1px;
}
.widget-form .radio-checkbox-row .radio,
.widget-form .radio-checkbox-row .checkbox {
    margin: 7px 0;
    padding-left: 0;
}
.widget-form .radio-checkbox-row, .widget-form .radio-checkbox-row {
    margin: 0;
    padding-left: 5px;
}
.widget-form .radio-checkbox-row .radio, .widget-form .radio-checkbox-row .checkbox {
    margin: 0 0 7px;
    padding-left: 0;
}
.horizontal-tab-wi, .vertical-tab-wi, .accordion-wi {
    padding-left: 15px;
    padding-right: 15px;
}
.widget-form .checkbox input[type="checkbox"]:checked + label::before, .widget-form .radio input[type="radio"]:checked + label::before {
    background-color: #2ed3ae;
    border-color: #2ed3ae;
}
.widget-form .radio label::after {
    background-color: #2ed3ae;
    border-color: #2ed3ae;
}
/* =============== Chaild-all Responsive-320 ============  */
@media (max-width: 767px) {
    .gallery-title-heading .title-bottom-line {
        margin: 0 auto 35px;
    }
    .galleriffic-gallery-wrap .slideshow {
        height: 220px;
    }
    .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container {
        margin-top: 35px;
    }
    .widget.widget-form .form-row input[type="text"],
    .widget.widget-form .form-row select,
    .widget.widget-form .form-row textarea,
    .widget.widget-form .form-row > label,
    .widget.widget-form .sub-form-row span {
        width: 100%;
    }
    .widget-form .message-block.message-text {
        padding-left: 0;
    }
    .widget-form .sub-form-row > label {
        margin-top: 5px;
    }
    .widget-form .sub-form-row {
        margin: 15px 0 0;
    }
    .form-row .Zebra_DatePicker_Icon_Wrapper {
        width: 100%;
    }
    .swipe-image-wrap li.box:nth-child(2n+1) {
        clear: left;
    }
    .swipe-image-wrap li.box {
        width: 50%;
    }
    .table-wraper {
        overflow-x: auto;
    }
    .table-wraper table {
        min-width: 400px;
    }
    .widget-tabAccordion > .widget-title,
    .gallery-title-heading h1 ,.typography .title {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .gallery-title-heading p {
        margin: 15px 0;
    }
    .swipe-image-wrap .swipebox::before {
        height: 50px;
        line-height: 50px;
        width: 50px;
    }
}
/* ============ Chaild-all Responsive-320 =============  */
/* ============ Home-page-gallerific with right text design =============  */
.widget-gallery.home-page-gallerific .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container {
    left: 0;
    margin-top: 40px;
    padding: 8px 30px;
    right: 0;
    transform: translate(0px);
    width: 100%;
}
.widget-gallery.home-page-gallerific .galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink::before {
    color: #c4c3c3;
}
.widget-gallery.home-page-gallerific .galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink:hover::before {
    color: #2ED3AE;
}
.widget-gallery.home-page-gallerific .galleriffic-gallery-wrap .thumbs li {
    border: 2px solid #fff;
    margin: 5px;
    padding: 0;
}
.widget-gallery.home-page-gallerific .galleriffic-gallery-wrap .thumbs li.selected {
    border: 2px solid #2ed3ae;
}
.widget-gallery.home-page-gallerific .galleriffic-gallery-wrap .thumb img {
    max-height: 78px;
}
.widget-html.gallery-right-text {
    margin-left: 150px;
    margin-top: 80px;
}
.widget-html.gallery-right-text > h2 {
    color: #484848;
    display: inline-block;
    font-family: "Libre Franklin",sans-serif;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 44px;
    margin: 0;
    text-transform: uppercase;
}
.widget-html.gallery-right-text > p {
    color: #7d7d7d;
    font-family: "Libre Franklin",sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 31px;
    margin: 25px 0;
}
@media (max-width: 1199px) {
    .widget-html.gallery-right-text {
        margin-left: 0;
        margin-top: 45px;
    }
    .widget-html.gallery-right-text > h2 {
        font-size: 36px;
        line-height: 40px;
    }
}
@media (max-width: 991px) {
    .widget-html.gallery-right-text {
        margin-left: 0;
        margin-top: 30px;
    }
    .widget-html.gallery-right-text > h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .widget-html.gallery-right-text > p {
        font-size: 15px;
        line-height: 28px;
        margin: 14px 0;
    }
    .widget-gallery.home-page-gallerific .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .widget-html.gallery-right-text {
        margin-top: 25px;
    }
    .widget-html.gallery-right-text > h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .widget-html.gallery-right-text > p  {
        letter-spacing: 0;
        line-height: 27px;
        margin: 12px 0;
    }
}
/* ============ End Home-page-gallerific with right text design =============  */
/*============ Home_Testimonials =============== */
#spltr-4F19C500-D2FC-4BFB-AAE1-50EF3A0A1C06 {
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 95px 0 75px 0;
}
.widget-snippet.testimonial .wc-snippet-title-heading-center {
    margin-bottom: 0;
}
.widget-gallery.home-testimonial figure {
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    height: 170px;
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 170px;
    z-index: 999;
}
.widget-gallery.home-testimonial figure::before {
    color: #2ed3ae;
    content: "\f102";
    bottom: -80px;
    font-family: flaticon;
    font-size: 35px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.widget-gallery.home-testimonial .article-title {
    display: none;
}
.owl-carousel .owl-item {
    text-align: center;
}
div.owl-carousel .owl-item img {
    transform-style: unset;
}
.widget-gallery.home-testimonial .article-content {
    margin: 25px auto 0;
    max-width: 660px;
    padding: 15px;
    position: relative;
    text-align: center;
}
.widget-gallery.home-testimonial .article-content > p {
    color: #7d7d7d;
    font-family: "Libre Franklin",sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 26px;
    margin: 80px 0 10px;
}
.widget-gallery.home-testimonial .article-content .name-title {
    color: #171717;
    font-family: "Libre Franklin",sans-serif;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 26px;
    margin-bottom: 20px;
    position: relative;
    margin-top: 30px;
}
.widget-gallery.home-testimonial .article-content .name-title::before {
    border: 1px solid #484848;
    content: "";
    margin-left: -36px;
    position: absolute;
    top: 15px;
    width: 30px;
}
.widget-gallery.home-testimonial .owl-theme .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    display: block;
    height: 9px;
    margin: 5px;
    width: 8px;
}
.widget-gallery.home-testimonial .owl-theme .owl-dots .owl-dot.active span,
.widget-gallery.home-testimonial .owl-theme .owl-dots .owl-dot:hover span {
    background: #2ed3ae none repeat scroll 0 0;
}
.widget-gallery.home-testimonial .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    font-size: 0;
    height: 55px;
    line-height: 45px;
    margin: 0;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: -320px;
    transition: all 300ms ease 0s;
    width: 50px;
}
.widget-gallery.home-testimonial .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -15px;
}
.widget-gallery.home-testimonial .owl-theme .owl-controls .owl-nav .owl-next {
    right: -15px;
}
.widget-gallery.home-testimonial .owl-prev::before, .widget-gallery.home-testimonial .owl-next::before {
    color: #dcdcdc;
    content: "\f105";
    font-family: fontawesome;
    font-size: 50px;
    vertical-align: top;
}
.widget-gallery.home-testimonial .owl-prev:hover::before,
.widget-gallery.home-testimonial .owl-next:hover::before{
    color: #2ed3ae;
}
.widget-gallery.home-testimonial .owl-prev {
    transform: rotate(-180deg);
}
.widget.widget-gallery.home-testimonial .owl-theme .owl-controls {
    margin: 0 auto;
    max-width: 1110px;
    position: relative;
}
@media (max-width: 1199px) {
    #spltr-4F19C500-D2FC-4BFB-AAE1-50EF3A0A1C06 {
        padding: 80px 0;
    }
    .widget-gallery.home-testimonial .article-content {
        margin: 15px auto 0;
    }
    .widget-gallery.home-testimonial figure::before {
        bottom: -70px;
    }
    .widget-gallery.home-testimonial .article-content > p {
        margin: 60px 0 10px;
    }
    .widget-gallery.home-testimonial .article-content .name-title {
        margin-bottom: 15px;
        margin-top: 25px;
    }
}
@media (max-width: 991px) {
    #spltr-4F19C500-D2FC-4BFB-AAE1-50EF3A0A1C06 {
        padding: 60px 0;
    }
    .widget-gallery.home-testimonial .article-content {
        margin: 10px auto 0;
    }
    .widget-gallery.home-testimonial figure::before {
        bottom: -60px;
    }
    .widget-gallery.home-testimonial .article-content > p {
        margin: 45px 0 10px;
    }
    .widget-gallery.home-testimonial .article-content .name-title {
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .widget-gallery.home-testimonial .owl-theme .owl-controls .owl-nav [class*="owl-"] {
        top: -255px;
    }
    .widget-gallery.home-testimonial .article-content .name-title {
        font-size: 20px;
    }
    .widget-gallery.home-testimonial .article-content .name-title::before {
        margin-left: -30px;
        width: 25px;
    }
    .widget-gallery.home-testimonial .owl-prev::before, .widget-gallery.home-testimonial .owl-next::before {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    #spltr-4F19C500-D2FC-4BFB-AAE1-50EF3A0A1C06 {
        padding: 40px 0;
    }
    .widget-gallery.home-testimonial figure::before {
        bottom: -55px;
    }
    .widget-gallery.home-testimonial .article-content > p {
        letter-spacing: 0;
        margin: 40px 0 10px;
    }
    .widget-gallery.home-testimonial .article-content .name-title {
        letter-spacing: 0;
        margin-bottom: 0;
        margin-top: 15px;
    }
    .widget-gallery.home-testimonial .owl-prev::before, .widget-gallery.home-testimonial .owl-next::before {
        font-size: 40px;
    }
    .widget-gallery.home-testimonial .owl-theme .owl-controls .owl-nav [class*="owl-"] {
        top: -270px;
    }
}
/*============ Home_Testimonials =============== */
/* ======== Home Page Gallery ========  */
.widget-gallery.home-gallery {
    margin: 0 auto;
    max-width: 1430px;
}
.widget-gallery.home-gallery .swipe-image-wrap .box {
    padding: 25px;
}
.widget-gallery.home-gallery .swipe-image-wrap .box-container {
    margin: 0 -25px;
}
.widget-gallery.home-gallery .pagination {
    display: none;
}
@media (max-width: 1199px) {
    .widget-gallery.home-gallery .swipe-image-wrap .box-container {
        margin: 0 -10px;
    }
    .widget-gallery.home-gallery .swipe-image-wrap .box {
        padding: 10px;
    }
}
@media (max-width: 991px) {
    .swipe-image-wrap .swipebox::before {
        font-size: 40px;
    }
}
/* ======== End Home Page Gallery ========  */
/* =========== Viewall-button  ===============*/
.widget-article.viewall-button .article-item.full-article {
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}
.widget-article.viewall-button .article-content a {
    background: #2ed3ae none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-family: "Libre Franklin",sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 28px;
    padding: 12px 35px;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease-out 0s;
}
.widget-article.viewall-button .article-content a:hover {
    background:#282828 none repeat scroll 0 0;
    text-decoration: none;
}
.widget-article.viewall-button .article-content > p {
    margin: 0;
}
@media (max-width: 767px) {
    .widget-article.viewall-button .article-item.full-article {
        padding: 20px 0;
    }
}
/* =========== End Viewall-button  ===============*/
/* ===================  Home Newsletter =================  */
#spltr-B63AA4D6-02BA-46D2-A0CD-5CB952B1CCA2 {
    background: #f8f8f8 none repeat scroll 0 0;
    max-width: 1400px;
    padding: 85px 0;
}
.news-letter {
    margin: 0 auto;
    text-align: center;
}
.widget-article.news-letter .article-content > h2 {
    color: #484848;
    font-family: "Libre Franklin",sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 0.5px;
    margin: 0;
    text-transform: uppercase;
}
.widget-article.news-letter .article-content > p {
    color: #7d7d7d;
    font-family: "Libre Franklin",sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 30px;
    margin: 0;
}
.widget-article.news-letter {
    margin-bottom: 35px;
}
.widget-newsletter input[type="text"] {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    box-sizing: border-box;
    color: #000;
    font-size: 13px;
    font-weight: 300;
    height: 48px;
    letter-spacing: 0.5px;
    padding: 5px 20px;
    width: 600px;
}
.widget-newsletter input[type="text"]::-webkit-input-placeholder {
    color: #7d7d7d;
}
.widget-newsletter input[type="text"]::-moz-placeholder {
    color: #7d7d7d;
}
.widget-newsletter input[type="text"]:-ms-input-placeholder {
    color: #7d7d7d;
}
.widget-newsletter input[type="text"]:-moz-placeholder {
    color: #7d7d7d;
}
.widget-newsletter .form-row {
    display: inline-block;
    margin: 0;
}
.widget-newsletter .newsletter-subscription.submit-button[disabled],
.widget-newsletter .newsletter-subscription.submit-button:hover[disabled] {
    color: #fff;
    text-shadow: unset;
}
.widget-newsletter .newsletter-subscription.submit-button {
    background: #2ed3ae none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    height: 48px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-left: 10px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
}
.widget-newsletter .newsletter-subscription.submit-button:hover{
    background: #282828;
}
.widget-newsletter label {
    display: none;
}
.footer .widget-newsletter input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #22222222 inset;
    -webkit-text-fill-color: #fff;
}
.widget-newsletter .message-block.message-text {
    font-size: 13px;
    font-weight: 300;
}
.widget-newsletter .errorlist {
    font-size: 13px;
    position: absolute;
    top: 50px;
}
.newsletter.inplace.valid-verify-form {
    margin: 0 auto;
    max-width: 755px;
}
.newsletter.inplace.valid-verify-form .message-block.error-message {
    font-size: 13px;
    width: 100%;
}
@media (max-width: 1199px) {
    #spltr-B63AA4D6-02BA-46D2-A0CD-5CB952B1CCA2 {
        margin: 0 15px;
        padding: 75px 0;
    }
}
@media (max-width: 991px) {
    #spltr-B63AA4D6-02BA-46D2-A0CD-5CB952B1CCA2 {
        padding: 50px 0;
    }
    .widget-article.news-letter .article-content > h2 {
        font-size: 28px;
        font-weight: 500;
        line-height: 44px;
    }
    .widget-article.news-letter {
        margin-bottom: 25px;
    }
    .newsletter.inplace.valid-verify-form {
        max-width: 705px;
    }
    .widget-newsletter input[type="text"] {
        width: 550px;
    }

}
@media (max-width: 767px) {
    #spltr-B63AA4D6-02BA-46D2-A0CD-5CB952B1CCA2 {
        padding: 30px 0;
    }
    .widget-article.news-letter {
        margin-bottom: 20px;
    }
    .widget-article.news-letter .article-content > h2 {
        font-size: 24px;
        line-height: 38px;
    }
    .widget-article.news-letter .article-content > p {
        font-size: 15px;
        line-height: 25px;
    }
    .widget-newsletter .form-row {
        display: block;
    }
    .widget-newsletter input[type="text"] {
        padding: 5px 15px;
        width: 100%;
    }
    .widget-newsletter .newsletter-subscription.submit-button {
        margin: 25px 0 0;
        width: 100%;
    }
}
/* =================== End Home Newsletter =================  */
/* ==================================== End Pages Chaild-all-page =============================  */
/* ======================================== End Body Design ======================================*/
/* ======================================== Start Footer Design =====================================*/
body > .footer {
    background-color: #f8f8f8;
    position: relative;
}
body > .footer::before {
    background-color: #484848;
    bottom: 0;
    content: "";
    height: 70px;
    left: 0;
    position: absolute;
    right: 0;
}
.widget-article.copyright .article-content p {
    padding: 0 15px;
}
.widget-article.copyright .article-content p, .widget-article.copyright .article-content a {
    color: #cdcdcd;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 25px;
    margin: 0;
    text-align: center;
}
.widget-article.copyright .article-content a:hover{
    color: #2ed3ae;
}
.footer .widget > .widget-title {
    color: #484848;
    font-family: "Libre Franklin",sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 27px;
    padding-bottom: 25px;
    text-transform: uppercase;
}
.footer-follow-link .widget-title,
.footer-follow-link .wc-snippet-footer-social-meadia {
    text-align: center;
}
/* ================================ End Footer Design ===============================*/

/* ================================ Search-result-page ========================================*/
.autocomplete-suggestions.scrollable {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid rgba(204, 204, 204, 0.8);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    padding: 10px;
}
.autocomplete-group {
    padding: 10px 0 5px;
}
.autocomplete-group strong {
    font-weight: bold;
}
.autocomplete-suggestion .elastic-search-link.redirect,
.elastic-search-link.search-in {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: none;
}
.autocomplete-suggestion {
    padding: 0 7px;
}
.autocomplete-selected {
    background: #cfcfcf;
}

.entire-search h2 {
    font-size: 28px;
    margin: 0 0 15px;
}
.total-result {
    color: inherit;
    font-size: 16px;
    line-height: inherit;
    padding-bottom: 20px;
}
.search-result {
    border-bottom: medium none;
    font-size: initial;
    margin-bottom: 15px;
    padding-bottom: 25px;
}
.search-results .product-view {
    margin-bottom: 0;
}
.entire-search .search-result > .title {
    font-size: 24px;
    padding: 5px 0;
    line-height: 30px;
    margin-bottom: 25px;
}
.search-result .page {
    font-size: 14px;
}
.search-results .page {
    font-size: 14px;
    margin-bottom: 25px;
}
.search-result .page .title {
    display: inline-block;
    font-size: 20px;
    line-height: normal;
    color: #6b6b6b;
    margin: 0 10px 0 0;
}
.search-result .page > span {
    font-size: 15px;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.search-results .page .summary {
    color: #6b6b6b;
    font-size: 14px;
    line-height: normal;
    margin: 10px 0;
}
.search-results .page .page-read-more {
    font-size: 15px;
    line-height: normal;
    color: #6b6b6b;
    padding: 0;
}
.product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    margin: 10px 0;
    padding: 0;
}
.search-results .product-view .footer .pagination {
    float: right;
    margin: 0;
}
.search-result .page .title:hover,
.search-results .page > a:hover,
.search-results .page .page-read-more:hover {
    color: #000000;
}
@media (max-width: 991px) {
    .entire-search h2 {
        font-size: 26px;
        margin: 0 0 10px;
    }
    .entire-search .search-result > .title {
        font-size: 22px;
    }
    .search-result .page .title {
        font-size: 18px;
    }
    .search-results .page {
        margin-bottom: 20px;
    }
    .search-result {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
	.blog-post-item .post-description > a {
		margin-top:30px;
	}
}
@media (max-width: 767px) {
    .search-results .product-view .footer {
        margin: 0 auto;
        text-align: center;
    }
    .search-results .product-view .footer .pagination {
        float: none;
        margin: 10px auto;
        text-align: center;
        width: 100%;
    }
    .search-result {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .entire-search h2 {
        font-size: 24px;
    }
    .entire-search .search-result > .title {
        font-size: 20px;
    }
    .total-result {
        font-size: 15px;
        padding-bottom: 14px;
    }
    .search-results .page .summary {
        margin: 8px 0;
    }
}
/* ================================ End-Search-result-page ========================================*/

/* ================================ Blog-Comment-Section ===============================*/
.blog-post-details .blog-post-comment-panel .comment-item .name {
    color: #000000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px;
}
.blog-post-details .blog-post-comment-panel .comment-item span {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}
.blog-post-comment-panel .reaction::after {
    color: #666666;
    display: inline-block;
    font-family: "Fontawesome";
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    width: 25px;
}
.blog-post-details .blog-post-comment-panel .comment-item span.date {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-left: 0;
}
.blog-post-details .blog-post-comment-panel .comment-item span.date::before {
    content: "\f073";
    color: #666666;
    display: inline-block;
    font-family: "Fontawesome";
    font-size: 16px;
    margin: 0 auto;
    width: 24px;
}
.blog-post-details .blog-post-comment-panel .info-row.writer {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.blog-post-details .blog-post-comment-panel .info-row.writer span {
    display: none;
}
.blog-post-details .blog-post-comment-panel .info-row.writer > span.date {
    display:inline-block;
}
.blog-post-details .blog-post-comment-panel .info-row.writer > span.btn-comment-reply {
    display:inline-block;
    font-weight:bold;
}
.blog-post-details .blog-post-comment-panel .comment-item .content {
    color: #9a9a9a;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 0 15px;
}
.blog-post-details .blog-post-comment-panel .comment-item {
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
/* ======== Like-Popup =========== */
.loging-to-react.popup.anim-fade-zoom.active .header {
    background-color: #cfcfcf;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 30px 10px 15px;
}
.loging-to-react.popup.anim-fade-zoom.active .body a{
    font-size: 14px;
    color: #9a9a9a;
}
.loging-to-react.popup.anim-fade-zoom.active .body {
    background-color: #ffffff;
    padding: 15px 10px;
}
.loging-to-react.popup.anim-fade-zoom.active .body a:hover {
    color: #000000;
}
.popup {
    max-height: 90vh;
    overflow-y: auto;
}

@media (max-width: 767px) {
    .loging-to-react.popup.anim-fade-zoom.active {
        min-width: auto;
        width: 90% !important;
    }
}
/* ======== End-Like-Popup =========== */
/* ======== Replay-Popup =========== */
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .header{
    background-color: #cfcfcf;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px 10px 15px;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .body {
    background-color: #ffffff;
    padding: 15px;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row {
    margin: 14px 0;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .body .textarea-wrap {
  position: relative
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .body .max-character {
  position: absolute;
  right: 0;
  top: -18px;
  font-size: 10px;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row label {
    display: block;
    font-family: "Open Sans",sans-serif;
    padding-bottom: 5px;
    width: auto;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row input {
    width: 100%;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row textarea {
    width: 100%;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row.simple_captcha_help_text > label,
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row.simple-captcha > label {
    display: none;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .popup-bottom.footer {
    padding:15px;
    text-align: center;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row:last-of-type > label {
    display: none;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row:last-of-type {
    text-align: center;
	margin-bottom: 0;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .body{
    padding: 20px 30px;
}
@media (max-width: 767px) {
    .reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active {
        min-width: auto;
        width: 90% !important;
		overflow-x: hidden;
    }
}
.notification.success.popup {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    color: #000000;
    font-size: 14px;
    min-width: auto;
    padding:20px 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(166,166,166,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(166,166,166,1);
box-shadow: 0px 0px 5px 0px rgba(166,166,166,1);
}
.message {
    background: #ffffff none repeat scroll 0 0;
    color: #000000;
    font-size: 14px;

}
/* ======== End-Replay-Popup =========== */
/* ================================ End-Blog-Comment-Section ===============================*/

div.jssor-slider-container .description.jssor-caption-1 .maint-title .color {
    color: #ff7f00 !important;
}
.page-content {
    padding-bottom: 80px;
}
.page-home .page-content {
    padding-bottom: 0;
}
.gallery-wi h2.title-about {
    color: #484848;
    display: inline-block;
    font-family: "Libre Franklin",sans-serif;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 44px;
    text-transform: uppercase;
}
/*start:newsletter*/
.newsletter-area form {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
.newsletter-area  #mc_embed_signup{
    background: transparent !important;
}
.newsletter-area   #mc_embed_signup input.email {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    box-sizing: border-box;
    color: #000;
    font-size: 13px;
    font-weight: 300;
    height: 48px;
    letter-spacing: 0.5px;
    padding: 5px 20px;
    width: 100%;
}

.newsletter-area #mc_embed_signup .button {
    background: #6d702f;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    height: 48px;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
    position: absolute;
    right: -155px;
    top: 0;
}


.newsletter-area    #mc_embed_signup .button:hover{
    background: #282828;
}
/*end:newsletter*/

/*start: front end editor*/
.fee .popup {
	padding: 0;
}
.fee-html-edit-content-popup .button-line, .fee .widget-image-edit-popup .fee-pu-content-footer {
	margin: 0 30px 20px !important;
}
.fee .widget-image-edit-popup .fee-pu-content-footer {
	max-width: 500px
}
.fee .popup .button-line button + button {
    margin-left: 10px;
}

.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
}
.fee-fixed-width-content {
    padding-left: calc(50% - 715px) !important;
    padding-right: calc(50% - 715px) !important;
}

.fee .header .widget.widget-navigation.main_menu.fee-widget-selected {
  height: 70px !important;
  top: 20px !important;
}
.fee .main_menu .navigation-item a {
  padding: 18px 0;
}
.fee .header .widget.widget-storeLogo {
 height: 75px !important; 
  top: 16px !important;
}
.fee .widget-pageHeading {
  margin-bottom: 100px !important;
}
/*end: front end editor*/

figure {
    margin: 0;
}
.wc-snippet-welcome-title .container {
    max-width: 950px !important;
}
@media (min-width: 1200px) {
    .fee .widget-snippet .container {
        max-width: 1430px;
        width: auto;
    }
}
